[INFO] cloning repository https://github.com/markmurphycodes/learnrust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/markmurphycodes/learnrust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmurphycodes%2Flearnrust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmurphycodes%2Flearnrust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6685ea07f3ca8e6e8e0ba8a7a897d6296c651a07 [INFO] documenting markmurphycodes/learnrust against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarkmurphycodes%2Flearnrust" "/workspace/builds/worker-38/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-38/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/markmurphycodes/learnrust on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/markmurphycodes/learnrust [INFO] finished tweaking git repo https://github.com/markmurphycodes/learnrust [INFO] tweaked toml for git repo https://github.com/markmurphycodes/learnrust written to /workspace/builds/worker-38/source/Cargo.toml [INFO] crate git repo https://github.com/markmurphycodes/learnrust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/chronotope/chrono` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f4e257d035d0e64649b39bc91378c3390045a8a2b5aa32838bffd2b6d6af65b [INFO] running `Command { std: "docker" "start" "-a" "5f4e257d035d0e64649b39bc91378c3390045a8a2b5aa32838bffd2b6d6af65b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f4e257d035d0e64649b39bc91378c3390045a8a2b5aa32838bffd2b6d6af65b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f4e257d035d0e64649b39bc91378c3390045a8a2b5aa32838bffd2b6d6af65b", kill_on_drop: false }` [INFO] [stdout] 5f4e257d035d0e64649b39bc91378c3390045a8a2b5aa32838bffd2b6d6af65b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-38/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3133c6968627962b104ab27ed4a1e6bdcf62b6df5c6986acb26a09f1251d7e8e [INFO] running `Command { std: "docker" "start" "-a" "3133c6968627962b104ab27ed4a1e6bdcf62b6df5c6986acb26a09f1251d7e8e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Checking keccak v0.1.0 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking chrono v0.4.19 (https://github.com/chronotope/chrono#f6bd567b) [INFO] [stderr] Documenting rockchain v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `structures` [INFO] [stdout] --> src/block.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod structures; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `structures`, create file "src/block/structures.rs" or "src/block/structures/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in module `structures` [INFO] [stdout] --> src/block.rs:3:31 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn set_hash(b:structures::Block){ [INFO] [stdout] | ^^^^^ not found in `structures` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structures::block::Block; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Block` in this scope [INFO] [stdout] --> src/structures/blockchain.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | blocks: Vec<*const Block> [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structures::block::Block; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `rockchain` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name rockchain src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=1cab79f34422a0c1 -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-3702311385fbc8c2.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-436ee1f0110b505d.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "3133c6968627962b104ab27ed4a1e6bdcf62b6df5c6986acb26a09f1251d7e8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3133c6968627962b104ab27ed4a1e6bdcf62b6df5c6986acb26a09f1251d7e8e", kill_on_drop: false }` [INFO] [stdout] 3133c6968627962b104ab27ed4a1e6bdcf62b6df5c6986acb26a09f1251d7e8e