Build #422186 2021-08-12T03:40:02.025367+00:00
# rustc version
rustc 1.56.0-nightly (ccffcafd5 2021-08-11)# docs.rs version
docsrs 0.6.0 (843531f 2021-06-26)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/safecoin-budget-program-1.6.18/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/safecoin-budget-program-1.6.18/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210811-1.56.0-nightly-ccffcafd5" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] a012afac9bce1bbf813d25560d010ee4deeb5add56581a4917175c616a58e645
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "a012afac9bce1bbf813d25560d010ee4deeb5add56581a4917175c616a58e645", kill_on_drop: false }`
[INFO] [stderr] Checking ring v0.16.12
[INFO] [stderr] Checking safecoin-program v1.6.18
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/epoch_schedule.rs:20:65
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/fee_calculator.rs:6:63
[INFO] [stderr] |
[INFO] [stderr] 6 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/fee_calculator.rs:47:63
[INFO] [stderr] |
[INFO] [stderr] 47 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/hash.rs:26:5
[INFO] [stderr] |
[INFO] [stderr] 26 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/instruction.rs:12:77
[INFO] [stderr] |
[INFO] [stderr] 12 | Serialize, Deserialize, Debug, Error, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor,
[INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/instruction.rs:311:63
[INFO] [stderr] |
[INFO] [stderr] 311 | #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/keccak.rs:24:5
[INFO] [stderr] |
[INFO] [stderr] 24 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/message.rs:168:72
[INFO] [stderr] |
[INFO] [stderr] 168 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/message.rs:187:72
[INFO] [stderr] |
[INFO] [stderr] 187 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/pubkey.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/rent.rs:5:65
[INFO] [stderr] |
[INFO] [stderr] 5 | #[derive(Serialize, Deserialize, PartialEq, Clone, Copy, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/short_vec.rs:13:10
[INFO] [stderr] |
[INFO] [stderr] 13 | #[derive(AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/stake_history.rs:11:72
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/stake_history.rs:19:72
[INFO] [stderr] |
[INFO] [stderr] 19 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/system_instruction.rs:139:71
[INFO] [stderr] |
[INFO] [stderr] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, AbiExample, AbiEnumVisitor)]
[INFO] [stderr] | ^^^^^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiEnumVisitor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/bpf_loader_upgradeable.rs:22:65
[INFO] [stderr] |
[INFO] [stderr] 22 | #[derive(Debug, Serialize, Deserialize, PartialEq, Clone, Copy, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/instruction.rs:12:65
[INFO] [stderr] |
[INFO] [stderr] 12 | Serialize, Deserialize, Debug, Error, PartialEq, Eq, Clone, AbiExample, AbiEnumVisitor,
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/system_instruction.rs:139:59
[INFO] [stderr] |
[INFO] [stderr] 139 | #[derive(Serialize, Deserialize, Debug, Clone, PartialEq, AbiExample, AbiEnumVisitor)]
[INFO] [stderr] | ^^^^^^^^^^ could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/epoch_schedule.rs:20:65
[INFO] [stderr] |
[INFO] [stderr] 20 | #[derive(Debug, Clone, Copy, PartialEq, Deserialize, Serialize, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 4 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/fee_calculator.rs:6:63
[INFO] [stderr] |
[INFO] [stderr] 6 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 1 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/fee_calculator.rs:47:63
[INFO] [stderr] |
[INFO] [stderr] 47 | #[derive(Serialize, Deserialize, PartialEq, Eq, Clone, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 1 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/hash.rs:26:5
[INFO] [stderr] |
[INFO] [stderr] 26 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 3 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/instruction.rs:311:63
[INFO] [stderr] |
[INFO] [stderr] 311 | #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 3 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/keccak.rs:24:5
[INFO] [stderr] |
[INFO] [stderr] 24 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 1 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/message.rs:168:72
[INFO] [stderr] |
[INFO] [stderr] 168 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 3 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/message.rs:187:72
[INFO] [stderr] |
[INFO] [stderr] 187 | #[derive(Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 3 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/pubkey.rs:66:5
[INFO] [stderr] |
[INFO] [stderr] 66 | AbiExample,
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 1 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/rent.rs:5:65
[INFO] [stderr] |
[INFO] [stderr] 5 | #[derive(Serialize, Deserialize, PartialEq, Clone, Copy, Debug, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 2 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/short_vec.rs:13:10
[INFO] [stderr] |
[INFO] [stderr] 13 | #[derive(AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 1 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/stake_history.rs:11:72
[INFO] [stderr] |
[INFO] [stderr] 11 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 5 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AbiExample`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/safecoin-program-1.6.18/src/stake_history.rs:19:72
[INFO] [stderr] |
[INFO] [stderr] 19 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Default, Clone, AbiExample)]
[INFO] [stderr] | ^^^^^^^^^^ not found in this scope
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `AbiExample` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this trait
[INFO] [stderr] |
[INFO] [stderr] 5 | use safecoin_frozen_abi::abi_example::AbiExample;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `safecoin-program` due to 31 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "a012afac9bce1bbf813d25560d010ee4deeb5add56581a4917175c616a58e645", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a012afac9bce1bbf813d25560d010ee4deeb5add56581a4917175c616a58e645", kill_on_drop: false }`
[INFO] [stdout] a012afac9bce1bbf813d25560d010ee4deeb5add56581a4917175c616a58e645