[INFO] fetching crate easygradecalculator 0.1.3...
[INFO] checking easygradecalculator-0.1.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate easygradecalculator 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate easygradecalculator 0.1.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate easygradecalculator 0.1.3
[INFO] finished tweaking crates.io crate easygradecalculator 0.1.3
[INFO] tweaked toml for crates.io crate easygradecalculator 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] crate crates.io crate easygradecalculator 0.1.3 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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd96c23c75da4d999f39b6af5dce250060fb9e9c180d66b1718db89315107db6
[INFO] running `Command { std: "docker" "start" "-a" "bd96c23c75da4d999f39b6af5dce250060fb9e9c180d66b1718db89315107db6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd96c23c75da4d999f39b6af5dce250060fb9e9c180d66b1718db89315107db6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd96c23c75da4d999f39b6af5dce250060fb9e9c180d66b1718db89315107db6", kill_on_drop: false }`
[INFO] [stdout] bd96c23c75da4d999f39b6af5dce250060fb9e9c180d66b1718db89315107db6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 078beb22527217d79e56041a451a465f0d050c7e0eab6b91da9f801ee97a5861
[INFO] running `Command { std: "docker" "start" "-a" "078beb22527217d79e56041a451a465f0d050c7e0eab6b91da9f801ee97a5861", kill_on_drop: false }`
[INFO] [stderr]     Checking easygradecalculator v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `grades`
[INFO] [stdout]   --> tests/grades.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | use grades::Grade;
[INFO] [stdout]    |     ^^^^^^ use of undeclared crate or module `grades`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `grades`
[INFO] [stdout]   --> tests/grades.rs:63:29
[INFO] [stdout]    |
[INFO] [stdout] 63 |     assert_eq!(Some(grade), grades::avg(&grade_list));
[INFO] [stdout]    |                             ^^^^^^ use of undeclared crate or module `grades`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `grades`
[INFO] [stdout]   --> tests/grades.rs:68:22
[INFO] [stdout]    |
[INFO] [stdout] 68 |     assert_eq!(None, grades::avg(&[]));
[INFO] [stdout]    |                      ^^^^^^ use of undeclared crate or module `grades`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `grades`
[INFO] [stdout]   --> tests/grades.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         grades::avg(&[new_grade("1.0"), new_grade("2.0")])
[INFO] [stdout]    |         ^^^^^^ use of undeclared crate or module `grades`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easygradecalculator` (test "grades") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "078beb22527217d79e56041a451a465f0d050c7e0eab6b91da9f801ee97a5861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "078beb22527217d79e56041a451a465f0d050c7e0eab6b91da9f801ee97a5861", kill_on_drop: false }`
[INFO] [stdout] 078beb22527217d79e56041a451a465f0d050c7e0eab6b91da9f801ee97a5861
