[INFO] fetching crate pi_ordmap 0.2.2... [INFO] checking pi_ordmap-0.2.2 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate pi_ordmap 0.2.2 into /workspace/builds/worker-3-tc1/source [INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml [INFO] started tweaking crates.io crate pi_ordmap 0.2.2 [INFO] finished tweaking crates.io crate pi_ordmap 0.2.2 [INFO] tweaked toml for crates.io crate pi_ordmap 0.2.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pi_ordmap 0.2.2 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 303dcaa67351ad24563387c7838b1c48b0075ee407a236988f2061ee96f99f6b [INFO] running `Command { std: "docker" "start" "-a" "303dcaa67351ad24563387c7838b1c48b0075ee407a236988f2061ee96f99f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "303dcaa67351ad24563387c7838b1c48b0075ee407a236988f2061ee96f99f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "303dcaa67351ad24563387c7838b1c48b0075ee407a236988f2061ee96f99f6b", kill_on_drop: false }` [INFO] [stdout] 303dcaa67351ad24563387c7838b1c48b0075ee407a236988f2061ee96f99f6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f742ceb74bd69c7ebc036274ad01a8535e34b418a31a29c02cacbf17f46d295e [INFO] running `Command { std: "docker" "start" "-a" "f742ceb74bd69c7ebc036274ad01a8535e34b418a31a29c02cacbf17f46d295e", kill_on_drop: false }` [INFO] [stderr] Checking pi_ordmap v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:605:24 [INFO] [stdout] | [INFO] [stdout] 605 | unsafe { intrinsics::atomic_load_relaxed(&self.root as *const T as *const usize) == intrinsics::atomic_load_relaxed(&old.root as *const... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:605:99 [INFO] [stdout] | [INFO] [stdout] 605 | ...as *const T as *const usize) == intrinsics::atomic_load_relaxed(&old.root as *const T as *const usize) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:752:45 [INFO] [stdout] | [INFO] [stdout] 752 | Some(root) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *const... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:768:50 [INFO] [stdout] | [INFO] [stdout] 768 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:784:30 [INFO] [stdout] | [INFO] [stdout] 784 | unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *const usize), *(&roo... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:798:50 [INFO] [stdout] | [INFO] [stdout] 798 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:814:50 [INFO] [stdout] | [INFO] [stdout] 814 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:830:50 [INFO] [stdout] | [INFO] [stdout] 830 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:846:50 [INFO] [stdout] | [INFO] [stdout] 846 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:862:50 [INFO] [stdout] | [INFO] [stdout] 862 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(exclusive_range_pattern)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:605:24 [INFO] [stdout] | [INFO] [stdout] 605 | unsafe { intrinsics::atomic_load_relaxed(&self.root as *const T as *const usize) == intrinsics::atomic_load_relaxed(&old.root as *const... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_load_relaxed` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:605:99 [INFO] [stdout] | [INFO] [stdout] 605 | ...as *const T as *const usize) == intrinsics::atomic_load_relaxed(&old.root as *const T as *const usize) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:752:45 [INFO] [stdout] | [INFO] [stdout] 752 | Some(root) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *const... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:768:50 [INFO] [stdout] | [INFO] [stdout] 768 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:784:30 [INFO] [stdout] | [INFO] [stdout] 784 | unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *const usize), *(&roo... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:798:50 [INFO] [stdout] | [INFO] [stdout] 798 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:814:50 [INFO] [stdout] | [INFO] [stdout] 814 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:830:50 [INFO] [stdout] | [INFO] [stdout] 830 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:846:50 [INFO] [stdout] | [INFO] [stdout] 846 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atomic_cxchg_relaxed_seqcst` in module `intrinsics` [INFO] [stdout] --> src/ordmap.rs:862:50 [INFO] [stdout] | [INFO] [stdout] 862 | Some((r, root)) => unsafe {match intrinsics::atomic_cxchg_relaxed_seqcst(&self.root as *const T as *mut usize, *(old as *const T as *... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `intrinsics` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(exclusive_range_pattern)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pi_ordmap` (lib) due to 10 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pi_ordmap` (lib test) due to 10 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f742ceb74bd69c7ebc036274ad01a8535e34b418a31a29c02cacbf17f46d295e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f742ceb74bd69c7ebc036274ad01a8535e34b418a31a29c02cacbf17f46d295e", kill_on_drop: false }` [INFO] [stdout] f742ceb74bd69c7ebc036274ad01a8535e34b418a31a29c02cacbf17f46d295e