Build #1401052 2024-10-22T20:38:27.877311+00:00
# rustc version
rustc 1.84.0-nightly (439284741 2024-10-21)# docs.rs version
docsrs 0.6.0 (4e3e1363 2024-10-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/solana-account-0.0.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/solana-account-0.0.2/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg=docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241021-1.84.0-nightly-439284741\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] b31c8bbeca9aa1f461eaa13b376505048f7ab46d45efbe10903ad1c801573920
[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" "b31c8bbeca9aa1f461eaa13b376505048f7ab46d45efbe10903ad1c801573920", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking digest v0.10.7
[INFO] [stderr] Checking sha2 v0.9.9
[INFO] [stderr] Checking libsecp256k1-core v0.2.2
[INFO] [stderr] Checking curve25519-dalek v3.2.1
[INFO] [stderr] Checking solana-instruction v0.0.2
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:447:6
[INFO] [stderr] |
[INFO] [stderr] 447 | impl fmt::Display for LamportsError {
[INFO] [stderr] | ^^^ use of undeclared crate or module `fmt`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this module
[INFO] [stderr] |
[INFO] [stderr] 1 + use core::fmt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:448:27
[INFO] [stderr] |
[INFO] [stderr] 448 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[INFO] [stderr] | ^^^ use of undeclared crate or module `fmt`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this module
[INFO] [stderr] |
[INFO] [stderr] 1 + use core::fmt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `fmt`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:448:46
[INFO] [stderr] |
[INFO] [stderr] 448 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
[INFO] [stderr] | ^^^ use of undeclared crate or module `fmt`
[INFO] [stderr] |
[INFO] [stderr] help: consider importing this module
[INFO] [stderr] |
[INFO] [stderr] 1 + use core::fmt;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `InstructionError` in this scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:456:30
[INFO] [stderr] |
[INFO] [stderr] 456 | impl From<LamportsError> for InstructionError {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `InstructionError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:459:50
[INFO] [stderr] |
[INFO] [stderr] 459 | LamportsError::ArithmeticOverflow => InstructionError::ArithmeticOverflow,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type `InstructionError`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `InstructionError`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/solana-instruction-0.0.2/src/error.rs:460:51
[INFO] [stderr] |
[INFO] [stderr] 460 | LamportsError::ArithmeticUnderflow => InstructionError::ArithmeticOverflow,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type `InstructionError`
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `solana-instruction` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b31c8bbeca9aa1f461eaa13b376505048f7ab46d45efbe10903ad1c801573920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b31c8bbeca9aa1f461eaa13b376505048f7ab46d45efbe10903ad1c801573920", kill_on_drop: false }`
[INFO] [stdout] b31c8bbeca9aa1f461eaa13b376505048f7ab46d45efbe10903ad1c801573920