[INFO] crate cargo-bake 0.2.0 is already in cache
[INFO] checking cargo-bake-0.2.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate cargo-bake 0.2.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate cargo-bake 0.2.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] b27b5172afbaa8ee4db0f82b2eb44bb6890c5eab09ddc0e79b15ee5a50a4adb3
[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" "b27b5172afbaa8ee4db0f82b2eb44bb6890c5eab09ddc0e79b15ee5a50a4adb3"`
[INFO] [stderr]    Compiling standback v0.2.2
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking stopwatch v0.0.6
[INFO] [stderr] error[E0425]: cannot find function `precise_time_ns` in crate `time`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:31:15
[INFO] [stderr]    |
[INFO] [stderr] 31 |     return time::precise_time_ns();
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `time::Duration` doesn't implement `std::fmt::Display`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:26:26
[INFO] [stderr]    |
[INFO] [stderr] 26 |         return write!(f, "{}", self.elapsed());
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^ `time::Duration` cannot be formatted with the default formatter
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `std::fmt::Display` is not implemented for `time::Duration`
[INFO] [stderr]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]    = note: required by `std::fmt::Display::fmt`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `num_milliseconds` found for struct `time::Duration` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stopwatch-0.0.6/src/lib.rs:91:25
[INFO] [stderr]    |
[INFO] [stderr] 91 |         return self.elapsed().num_milliseconds();
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `subsec_milliseconds`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0425, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `stopwatch`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "b27b5172afbaa8ee4db0f82b2eb44bb6890c5eab09ddc0e79b15ee5a50a4adb3"`
[INFO] running `"docker" "rm" "-f" "b27b5172afbaa8ee4db0f82b2eb44bb6890c5eab09ddc0e79b15ee5a50a4adb3"`
[INFO] [stdout] b27b5172afbaa8ee4db0f82b2eb44bb6890c5eab09ddc0e79b15ee5a50a4adb3
