[INFO] fetching crate coz-temporary 0.1.3...
[INFO] checking coz-temporary-0.1.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate coz-temporary 0.1.3 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate coz-temporary 0.1.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate coz-temporary 0.1.3
[INFO] finished tweaking crates.io crate coz-temporary 0.1.3
[INFO] tweaked toml for crates.io crate coz-temporary 0.1.3 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate crates.io crate coz-temporary 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0e8565b40e7513257ae467ea83729ea4cd5df753f9359bd99b7f83c78094806a
[INFO] running `"docker" "start" "-a" "0e8565b40e7513257ae467ea83729ea4cd5df753f9359bd99b7f83c78094806a"`
[INFO] [stderr]     Checking coz-temporary v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> tests/smoke.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 |     coz::progress!();
[INFO] [stderr]   |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> tests/smoke.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     coz::progress!("foo");
[INFO] [stderr]   |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> tests/smoke.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     coz::begin!("foo");
[INFO] [stderr]   |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> tests/smoke.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     coz::end!("foo");
[INFO] [stderr]   |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]   --> tests/smoke.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     coz::scope!("scope");
[INFO] [stderr]    |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]   --> examples/toy.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 |             coz::progress!("b");
[INFO] [stderr]    |             ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]   --> examples/toy.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 |             coz::progress!("a");
[INFO] [stderr]    |             ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> examples/toy.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     coz::thread_init();
[INFO] [stderr]   |     ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]  --> examples/toy.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |         coz::thread_init();
[INFO] [stderr]   |         ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `coz`
[INFO] [stderr]   --> examples/toy.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         coz::thread_init();
[INFO] [stderr]    |         ^^^ use of undeclared type or module `coz`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `coz-temporary`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `coz-temporary`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0e8565b40e7513257ae467ea83729ea4cd5df753f9359bd99b7f83c78094806a"`
[INFO] running `"docker" "rm" "-f" "0e8565b40e7513257ae467ea83729ea4cd5df753f9359bd99b7f83c78094806a"`
[INFO] [stdout] 0e8565b40e7513257ae467ea83729ea4cd5df753f9359bd99b7f83c78094806a
