[INFO] fetching crate cargo-bake 0.2.0... [INFO] testing cargo-bake-0.2.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate cargo-bake 0.2.0 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate cargo-bake 0.2.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cargo-bake 0.2.0 [INFO] finished tweaking crates.io crate cargo-bake 0.2.0 [INFO] tweaked toml for crates.io crate cargo-bake 0.2.0 written to /workspace/builds/worker-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f825bcf38506d3b3d1cfb1ce654e2ee9dad450dac3c37db2948675971aeee690 [INFO] running `Command { std: "docker" "start" "-a" "f825bcf38506d3b3d1cfb1ce654e2ee9dad450dac3c37db2948675971aeee690", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f825bcf38506d3b3d1cfb1ce654e2ee9dad450dac3c37db2948675971aeee690", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f825bcf38506d3b3d1cfb1ce654e2ee9dad450dac3c37db2948675971aeee690", kill_on_drop: false }` [INFO] [stdout] f825bcf38506d3b3d1cfb1ce654e2ee9dad450dac3c37db2948675971aeee690 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5aa6229a301a064cc38b7233d4ab484753c186d8077552ba27d599bab7bfba3c [INFO] running `Command { std: "docker" "start" "-a" "5aa6229a301a064cc38b7233d4ab484753c186d8077552ba27d599bab7bfba3c", kill_on_drop: false }` [INFO] [stderr] Compiling num_threads v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling stopwatch v0.0.6 [INFO] [stdout] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | return time::precise_time_ns(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for struct `time::Duration` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | elapsed: Duration::zero(), [INFO] [stdout] | ^^^^ function or associated item not found in `time::Duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for struct `time::Duration` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:67:28 [INFO] [stdout] | [INFO] [stdout] 67 | self.elapsed = Duration::zero(); [INFO] [stdout] | ^^^^ function or associated item not found in `time::Duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `num_milliseconds` found for struct `time::Duration` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | return self.elapsed().num_milliseconds(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `subsec_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stopwatch` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5aa6229a301a064cc38b7233d4ab484753c186d8077552ba27d599bab7bfba3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aa6229a301a064cc38b7233d4ab484753c186d8077552ba27d599bab7bfba3c", kill_on_drop: false }` [INFO] [stdout] 5aa6229a301a064cc38b7233d4ab484753c186d8077552ba27d599bab7bfba3c