[INFO] fetching crate gtld-data 0.4.1... [INFO] testing gtld-data-0.4.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate gtld-data 0.4.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate gtld-data 0.4.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gtld-data 0.4.1 [INFO] finished tweaking crates.io crate gtld-data 0.4.1 [INFO] tweaked toml for crates.io crate gtld-data 0.4.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded curl v0.2.19 [INFO] [stderr] Downloaded curl-sys v0.1.35 [INFO] [stderr] Downloaded select v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 515a7f72e0f73bd453969490c7eb1df9871f7d023b73b53a33fa47fdcda4408b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "515a7f72e0f73bd453969490c7eb1df9871f7d023b73b53a33fa47fdcda4408b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "515a7f72e0f73bd453969490c7eb1df9871f7d023b73b53a33fa47fdcda4408b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "515a7f72e0f73bd453969490c7eb1df9871f7d023b73b53a33fa47fdcda4408b", kill_on_drop: false }` [INFO] [stdout] 515a7f72e0f73bd453969490c7eb1df9871f7d023b73b53a33fa47fdcda4408b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 409b2b33e48277a980aec45cc3c394922461e4939f9a02c1f1a540535321fba6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "409b2b33e48277a980aec45cc3c394922461e4939f9a02c1f1a540535321fba6", kill_on_drop: false }` [INFO] [stderr] Compiling time v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.7.17 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling utf-8 v0.6.0 [INFO] [stderr] Compiling curl-sys v0.1.35 [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling string_cache v0.2.29 [INFO] [stderr] Compiling html5ever v0.5.4 [INFO] [stderr] Compiling debug_unreachable v0.1.1 [INFO] [stderr] Compiling tendril v0.2.4 [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] [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" "409b2b33e48277a980aec45cc3c394922461e4939f9a02c1f1a540535321fba6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "409b2b33e48277a980aec45cc3c394922461e4939f9a02c1f1a540535321fba6", kill_on_drop: false }` [INFO] [stdout] 409b2b33e48277a980aec45cc3c394922461e4939f9a02c1f1a540535321fba6