[INFO] cloning repository https://github.com/soheilnikroo/rust-project-structure
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/soheilnikroo/rust-project-structure" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-project-structure", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-project-structure'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c68c0705cf6523524513b02c01ae13672ec5c62
[INFO] checking soheilnikroo/rust-project-structure against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoheilnikroo%2Frust-project-structure" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/soheilnikroo/rust-project-structure
[INFO] finished tweaking git repo https://github.com/soheilnikroo/rust-project-structure
[INFO] tweaked toml for git repo https://github.com/soheilnikroo/rust-project-structure written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/soheilnikroo/rust-project-structure on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/soheilnikroo/rust-project-structure already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest Rust 1.98.0-nightly compatible versions
[INFO] [stderr]       Adding cfg-if v1.0.4
[INFO] [stderr]       Adding darling v0.20.11
[INFO] [stderr]       Adding darling_core v0.20.11
[INFO] [stderr]       Adding darling_macro v0.20.11
[INFO] [stderr]       Adding deunicode v1.6.2
[INFO] [stderr]       Adding dummy v0.8.0
[INFO] [stderr]       Adding fake v2.10.0 (available: v5.1.0)
[INFO] [stderr]       Adding fnv v1.0.7
[INFO] [stderr]       Adding getrandom v0.2.17
[INFO] [stderr]       Adding ident_case v1.0.1
[INFO] [stderr]       Adding libc v0.2.186
[INFO] [stderr]       Adding ppv-lite86 v0.2.21
[INFO] [stderr]       Adding proc-macro2 v1.0.106
[INFO] [stderr]       Adding quote v1.0.45
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] [stderr]       Adding rand_chacha v0.3.1
[INFO] [stderr]       Adding rand_core v0.6.4
[INFO] [stderr]       Adding syn v2.0.117
[INFO] [stderr]       Adding unicode-ident v1.0.24
[INFO] [stderr]       Adding wasi v0.11.1+wasi-snapshot-preview1
[INFO] [stderr]       Adding zerocopy v0.8.50
[INFO] [stderr]       Adding zerocopy-derive v0.8.50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78b0a2b15b7c153dd213ae0c1af8eab3efb61d3b468153e24d5c4999980ff0cb
[INFO] running `Command { std: "docker" "start" "-a" "78b0a2b15b7c153dd213ae0c1af8eab3efb61d3b468153e24d5c4999980ff0cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78b0a2b15b7c153dd213ae0c1af8eab3efb61d3b468153e24d5c4999980ff0cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78b0a2b15b7c153dd213ae0c1af8eab3efb61d3b468153e24d5c4999980ff0cb", kill_on_drop: false }`
[INFO] [stdout] 78b0a2b15b7c153dd213ae0c1af8eab3efb61d3b468153e24d5c4999980ff0cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a5f813a8d6dc8a203ac6c37221c78a9d6a64f7cb51ee4bc82955b29dd2440a3
[INFO] running `Command { std: "docker" "start" "-a" "0a5f813a8d6dc8a203ac6c37221c78a9d6a64f7cb51ee4bc82955b29dd2440a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dummy v0.8.0
[INFO] [stderr]     Checking fake v2.10.0
[INFO] [stderr]     Checking project_structure v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `inventory` in `crate`
[INFO] [stdout]   --> src/seyed/mod.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 |     println!("Hey, {}, how's your coffee?", { crate::inventory::MANAGER });
[INFO] [stdout]    |                                                      ^^^^^^^^^ could not find `inventory` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `inventory` in `crate`
[INFO] [stdout]   --> src/seyed/mod.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 |     println!("Hey, {}, how's your coffee?", { crate::inventory::MANAGER });
[INFO] [stdout]    |                                                      ^^^^^^^^^ could not find `inventory` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `project_structure` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `project_structure` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0a5f813a8d6dc8a203ac6c37221c78a9d6a64f7cb51ee4bc82955b29dd2440a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a5f813a8d6dc8a203ac6c37221c78a9d6a64f7cb51ee4bc82955b29dd2440a3", kill_on_drop: false }`
[INFO] [stdout] 0a5f813a8d6dc8a203ac6c37221c78a9d6a64f7cb51ee4bc82955b29dd2440a3
