[INFO] cloning repository https://github.com/tikv/tikv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tikv/tikv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftikv%2Ftikv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftikv%2Ftikv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2029ff019ce689acc113f3bd886b08f861da0fbf [INFO] checking tikv/tikv against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftikv%2Ftikv" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/tikv/tikv [INFO] finished tweaking git repo https://github.com/tikv/tikv [INFO] tweaked toml for git repo https://github.com/tikv/tikv written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tikv/tikv on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tikv/tikv already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3da9fc1a392b29969bae01743af562abdcb83504f677c72171b10422cff28e56 [INFO] running `Command { std: "docker" "start" "-a" "3da9fc1a392b29969bae01743af562abdcb83504f677c72171b10422cff28e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3da9fc1a392b29969bae01743af562abdcb83504f677c72171b10422cff28e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3da9fc1a392b29969bae01743af562abdcb83504f677c72171b10422cff28e56", kill_on_drop: false }` [INFO] [stdout] 3da9fc1a392b29969bae01743af562abdcb83504f677c72171b10422cff28e56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b33b5b7e057a4835637b671a97f96d4eef0fac594d2a2c2badc47eb6972867e [INFO] running `Command { std: "docker" "start" "-a" "4b33b5b7e057a4835637b671a97f96d4eef0fac594d2a2c2badc47eb6972867e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.194 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Checking bytes v1.7.2 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Compiling vcpkg v0.2.11 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking allocator-api2 v0.2.14 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling atomic v0.5.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking writeable v0.5.5 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking litemap v0.7.4 [INFO] [stderr] Compiling unicode-segmentation v1.3.0 [INFO] [stderr] Compiling serde_json v1.0.109 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking icu_locid_transform_data v1.5.0 [INFO] [stderr] Checking icu_properties_data v1.5.0 [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking write16 v1.0.0 [INFO] [stderr] Checking icu_normalizer_data v1.5.0 [INFO] [stderr] Checking utf16_iter v1.0.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling protobuf v2.8.0 (https://github.com/pingcap/rust-protobuf?branch=v2.8#6d445fe5) [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling openssl v0.10.57 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking httpdate v1.0.0 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking encoding_rs v0.8.33 [INFO] [stderr] Compiling openssl-src v111.25.0+1.1.1t [INFO] [stderr] Compiling cmake v0.1.54 (https://github.com/rust-lang/cmake-rs#fd56c5a6) [INFO] [stderr] Compiling autotools v0.2.6 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking crossbeam-skiplist v0.1.3 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking crossbeam-skiplist v0.1.3 (/opt/rustwide/workdir/components/crossbeam-skiplist) [INFO] [stderr] Compiling prometheus v0.13.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.5 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.92 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling protobuf-src v1.1.0+21.5 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.0+5.3.0 [INFO] [stderr] Compiling grpcio-sys v0.10.3+1.44.0-patched [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> components/crossbeam-skiplist/src/base.rs:2100:28 [INFO] [stdout] | [INFO] [stdout] 2100 | let next = (*self.node).tower[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ^^---------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Node` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Tower` [INFO] [stdout] --> components/crossbeam-skiplist/src/base.rs:2100:28 [INFO] [stdout] | [INFO] [stdout] 2100 | let next = (*self.node).tower[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[deny(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 2100 | let next = (&(*self.node).tower)[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> components/crossbeam-skiplist/src/base.rs:2131:28 [INFO] [stdout] | [INFO] [stdout] 2131 | let next = (*self.node).tower[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ^^---------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Node` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Tower` [INFO] [stdout] --> components/crossbeam-skiplist/src/base.rs:2131:28 [INFO] [stdout] | [INFO] [stdout] 2131 | let next = (*self.node).tower[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 2131 | let next = (&(*self.node).tower)[0].load(Ordering::Relaxed, epoch::unprotected()); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] error: could not compile `crossbeam-skiplist` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "4b33b5b7e057a4835637b671a97f96d4eef0fac594d2a2c2badc47eb6972867e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b33b5b7e057a4835637b671a97f96d4eef0fac594d2a2c2badc47eb6972867e", kill_on_drop: false }` [INFO] [stdout] 4b33b5b7e057a4835637b671a97f96d4eef0fac594d2a2c2badc47eb6972867e