Build #420501 2021-08-08T15:33:32.008802+00:00
# rustc version
rustc 1.56.0-nightly (574d37568 2021-08-07)# 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-program-1.6.18/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/safecoin-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" "-20210807-1.56.0-nightly-574d37568" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 115d9d39d9ba0f49ffd5639d7b7f571e3f7f040822d00472100be64e92245255
[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" "115d9d39d9ba0f49ffd5639d7b7f571e3f7f040822d00472100be64e92245255", kill_on_drop: false }`
[INFO] [stderr] Documenting safecoin-program v1.6.18 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `solana_frozen_abi` in the list of imported crates
[INFO] [stderr] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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] --> 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: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not document `safecoin-program`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name solana_program src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi -Z unstable-options --emit=invocation-specific --resource-suffix -20210807-1.56.0-nightly-574d37568 --static-root-path / --cap-lints warn --disable-per-crate-search -L dependency=/opt/rustwide/target/debug/deps --extern bincode=/opt/rustwide/target/debug/deps/libbincode-48bd5ef00ececc76.rmeta --extern blake3=/opt/rustwide/target/debug/deps/libblake3-7c8ec4cb156e7deb.rmeta --extern borsh=/opt/rustwide/target/debug/deps/libborsh-4cb35aaaedc3b734.rmeta --extern borsh_derive=/opt/rustwide/target/debug/deps/libborsh_derive-0017d0ac82243c54.so --extern bs58=/opt/rustwide/target/debug/deps/libbs58-dd268461f54ad921.rmeta --extern bv=/opt/rustwide/target/debug/deps/libbv-4e7a731e7181ed39.rmeta --extern curve25519_dalek=/opt/rustwide/target/debug/deps/libcurve25519_dalek-e13332a0fade33a6.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-5100a4dbc42330a0.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-07a17d46b71adb10.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-014fb1c6e3e5001a.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-25922f7751050984.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-68fe50029db63424.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-e4640707ab7c5eef.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-7e8e80c81498604f.rmeta --extern rustversion=/opt/rustwide/target/debug/deps/librustversion-83b6117889221751.so --extern safecoin_frozen_abi=/opt/rustwide/target/debug/deps/libsafecoin_frozen_abi-8e9421992db0477e.rmeta --extern safecoin_frozen_abi_macro=/opt/rustwide/target/debug/deps/libsafecoin_frozen_abi_macro-15821fb821b00845.so --extern solana_logger=/opt/rustwide/target/debug/deps/libsolana_logger-47584b4bb9878f09.rmeta --extern solana_sdk_macro=/opt/rustwide/target/debug/deps/libsolana_sdk_macro-cca4a493a0998d95.so --extern serde=/opt/rustwide/target/debug/deps/libserde-033b916ce31a3fc8.rmeta --extern serde_bytes=/opt/rustwide/target/debug/deps/libserde_bytes-b48d5b18b322f1ec.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-e763b740c2036fbd.so --extern sha2=/opt/rustwide/target/debug/deps/libsha2-86af64e40df5a948.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-73f49afb985af6fc.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-25496ad4424c09db.rmeta --extern-html-root-url 'bincode=https://docs.rs/bincode/1.3.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'blake3=https://docs.rs/blake3/0.3.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'borsh=https://docs.rs/borsh/0.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'borsh_derive=https://docs.rs/borsh-derive/0.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'bs58=https://docs.rs/bs58/0.3.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'bv=https://docs.rs/bv/0.11.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'curve25519_dalek=https://docs.rs/curve25519-dalek/2.1.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'hex=https://docs.rs/hex/0.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'itertools=https://docs.rs/itertools/0.9.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.14/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_derive=https://docs.rs/num-derive/0.3.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_traits=https://docs.rs/num-traits/0.2.14/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.7.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'rustversion=https://docs.rs/rustversion/1.0.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'safecoin_frozen_abi=https://docs.rs/safecoin-frozen-abi/1.6.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'safecoin_frozen_abi_macro=https://docs.rs/safecoin-frozen-abi-macro/1.6.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'solana_logger=https://docs.rs/safecoin-logger/1.6.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'solana_sdk_macro=https://docs.rs/safecoin-sdk-macro/1.6.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.127/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_bytes=https://docs.rs/serde_bytes/0.11.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_derive=https://docs.rs/serde_derive/1.0.127/x86_64-unknown-linux-gnu' --extern-html-root-url 'sha2=https://docs.rs/sha2/0.9.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'sha3=https://docs.rs/sha3/0.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.26/x86_64-unknown-linux-gnu' -Zunstable-options --crate-version 1.6.18 --cfg RUSTC_WITH_SPECIALIZATION` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "115d9d39d9ba0f49ffd5639d7b7f571e3f7f040822d00472100be64e92245255", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "115d9d39d9ba0f49ffd5639d7b7f571e3f7f040822d00472100be64e92245255", kill_on_drop: false }`
[INFO] [stdout] 115d9d39d9ba0f49ffd5639d7b7f571e3f7f040822d00472100be64e92245255