[INFO] fetching crate bns 0.1.0... [INFO] testing bns-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate bns 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate bns 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bns 0.1.0 [INFO] finished tweaking crates.io crate bns 0.1.0 [INFO] tweaked toml for crates.io crate bns 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ego-tree v0.1.1 [INFO] [stderr] Downloaded cssparser v0.5.8 [INFO] [stderr] Downloaded quickersort v2.2.0 [INFO] [stderr] Downloaded selectors v0.5.9 [INFO] [stderr] Downloaded scraper v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8c6a80cfc0bac4afac99fcf780d1f9e972737931f6894ce6eb8b3c4c016458f [INFO] running `Command { std: "docker" "start" "-a" "b8c6a80cfc0bac4afac99fcf780d1f9e972737931f6894ce6eb8b3c4c016458f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8c6a80cfc0bac4afac99fcf780d1f9e972737931f6894ce6eb8b3c4c016458f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8c6a80cfc0bac4afac99fcf780d1f9e972737931f6894ce6eb8b3c4c016458f", kill_on_drop: false }` [INFO] [stdout] b8c6a80cfc0bac4afac99fcf780d1f9e972737931f6894ce6eb8b3c4c016458f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ee0b215b52d4a7874fa641f8889893b0a15133779d5a5c178fe7c056718f561 [INFO] running `Command { std: "docker" "start" "-a" "2ee0b215b52d4a7874fa641f8889893b0a15133779d5a5c178fe7c056718f561", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling ego-tree v0.1.1 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling cssparser v0.5.8 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling html5ever v0.5.4 [INFO] [stderr] Compiling quickersort v2.2.0 [INFO] [stdout] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/macros.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | let t0 = ::time::precise_time_ns(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/tokenizer/mod.rs:230:27 [INFO] [stdout] | [INFO] [stdout] 230 | let (_, dt) = time!(self.sink.process_token(token)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/macros.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let dt = ::time::precise_time_ns() - t0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/tokenizer/mod.rs:230:27 [INFO] [stdout] | [INFO] [stdout] 230 | let (_, dt) = time!(self.sink.process_token(token)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/macros.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | let t0 = ::time::precise_time_ns(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/tokenizer/mod.rs:318:37 [INFO] [stdout] | [INFO] [stdout] 318 | let (run, mut dt) = time!(self.step()); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `precise_time_ns` in crate `time` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/macros.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | let dt = ::time::precise_time_ns() - t0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `time` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/html5ever-0.5.4/src/tokenizer/mod.rs:318:37 [INFO] [stdout] | [INFO] [stdout] 318 | let (run, mut dt) = time!(self.step()); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `time` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling selectors v0.5.9 [INFO] [stderr] Compiling curl-sys v0.2.5 [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `html5ever` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2ee0b215b52d4a7874fa641f8889893b0a15133779d5a5c178fe7c056718f561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ee0b215b52d4a7874fa641f8889893b0a15133779d5a5c178fe7c056718f561", kill_on_drop: false }` [INFO] [stdout] 2ee0b215b52d4a7874fa641f8889893b0a15133779d5a5c178fe7c056718f561