[INFO] crate coz-temporary 0.1.3 is already in cache [INFO] testing coz-temporary-0.1.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate coz-temporary 0.1.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate coz-temporary 0.1.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-5/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 2c682c78f6c810395edeccbc7d5a2894a051ff26f2a4a78fd33ee2e85e28fc43 [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" "2c682c78f6c810395edeccbc7d5a2894a051ff26f2a4a78fd33ee2e85e28fc43"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling coz-temporary v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.75s [INFO] running `"docker" "inspect" "2c682c78f6c810395edeccbc7d5a2894a051ff26f2a4a78fd33ee2e85e28fc43"` [INFO] running `"docker" "rm" "-f" "2c682c78f6c810395edeccbc7d5a2894a051ff26f2a4a78fd33ee2e85e28fc43"` [INFO] [stdout] 2c682c78f6c810395edeccbc7d5a2894a051ff26f2a4a78fd33ee2e85e28fc43 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3c4efc1cf244ec005ed45a2d4ffa4fd340f14d7a4b3987789cebb9a8c7ecab9d [INFO] running `"docker" "start" "-a" "3c4efc1cf244ec005ed45a2d4ffa4fd340f14d7a4b3987789cebb9a8c7ecab9d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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] --> 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[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: 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: build failed [INFO] running `"docker" "inspect" "3c4efc1cf244ec005ed45a2d4ffa4fd340f14d7a4b3987789cebb9a8c7ecab9d"` [INFO] running `"docker" "rm" "-f" "3c4efc1cf244ec005ed45a2d4ffa4fd340f14d7a4b3987789cebb9a8c7ecab9d"` [INFO] [stdout] 3c4efc1cf244ec005ed45a2d4ffa4fd340f14d7a4b3987789cebb9a8c7ecab9d