[INFO] fetching crate coz-temporary 0.1.3... [INFO] checking coz-temporary-0.1.3 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate coz-temporary 0.1.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate coz-temporary 0.1.3 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-7/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b20b32e65b7afa500c7726b7a9ed11971ee4e1f8501fa1d96a6727a7698c261b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b20b32e65b7afa500c7726b7a9ed11971ee4e1f8501fa1d96a6727a7698c261b"` [INFO] [stderr] Checking once_cell v1.3.1 [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] --> 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] --> 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: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[E0606]: casting `f64` as `usize` is invalid [INFO] [stderr] --> examples/toy.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | const B: usize = (A as f64 * 1.2) as usize; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [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 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0606. [INFO] [stderr] For more information about an 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" "b20b32e65b7afa500c7726b7a9ed11971ee4e1f8501fa1d96a6727a7698c261b"` [INFO] running `"docker" "rm" "-f" "b20b32e65b7afa500c7726b7a9ed11971ee4e1f8501fa1d96a6727a7698c261b"` [INFO] [stdout] b20b32e65b7afa500c7726b7a9ed11971ee4e1f8501fa1d96a6727a7698c261b