[INFO] crate expert 0.0.1 is already in cache [INFO] checking expert-0.0.1 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate expert 0.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate expert 0.0.1 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate expert 0.0.1 [INFO] finished tweaking crates.io crate expert 0.0.1 [INFO] tweaked toml for crates.io crate expert 0.0.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1810f5bd6be4013b9b3705830a102f84ecd04a90592337804866f752a5acc90 [INFO] running `"docker" "start" "-a" "e1810f5bd6be4013b9b3705830a102f84ecd04a90592337804866f752a5acc90"` [INFO] [stderr] Compiling interpolate_idents v0.1.8 [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] Checking string-interner v0.6.4 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking float-cmp v0.2.5 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/interpolate_idents-0.1.8/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate rustc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: please recompile that crate using --crate-type lib [INFO] [stderr] = note: the following crate versions were found: [INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rt.tsan.a [INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rt.asan.a [INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rt.msan.a [INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/a243773eaf3fedcd203f10ae4579e4f106bf7ccd/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_rt.lsan.a [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `interpolate_idents`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0635]: unknown feature `const_atomic_ptr_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:18:42 [INFO] [stderr] | [INFO] [stderr] 18 | #![cfg_attr(feature = "nightly", feature(const_atomic_ptr_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `const_atomic_usize_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:15:42 [INFO] [stderr] | [INFO] [stderr] 15 | #![cfg_attr(feature = "nightly", feature(const_atomic_usize_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `const_unsafe_cell_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:19:42 [INFO] [stderr] | [INFO] [stderr] 19 | #![cfg_attr(feature = "nightly", feature(const_unsafe_cell_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `const_cell_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:16:42 [INFO] [stderr] | [INFO] [stderr] 16 | #![cfg_attr(feature = "nightly", feature(const_cell_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `const_ptr_null_mut` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:17:42 [INFO] [stderr] | [INFO] [stderr] 17 | #![cfg_attr(feature = "nightly", feature(const_ptr_null_mut))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `const_atomic_u8_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.4.8/src/lib.rs:14:42 [INFO] [stderr] | [INFO] [stderr] 14 | #![cfg_attr(feature = "nightly", feature(const_atomic_u8_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [INFO] [stderr] error: could not compile `parking_lot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e1810f5bd6be4013b9b3705830a102f84ecd04a90592337804866f752a5acc90"` [INFO] running `"docker" "rm" "-f" "e1810f5bd6be4013b9b3705830a102f84ecd04a90592337804866f752a5acc90"` [INFO] [stdout] e1810f5bd6be4013b9b3705830a102f84ecd04a90592337804866f752a5acc90