[INFO] cloning repository https://github.com/qb-rs/qb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qb-rs/qb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqb-rs%2Fqb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqb-rs%2Fqb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7172bd2277ae3643dd1c3f8a26cdfbcb037e114b [INFO] checking qb-rs/qb against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqb-rs%2Fqb" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/qb-rs/qb [INFO] finished tweaking git repo https://github.com/qb-rs/qb [INFO] tweaked toml for git repo https://github.com/qb-rs/qb written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/qb-rs/qb on toolchain 81ab7f2139295590561adbe6d5b0aaa2feff765f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/qb-rs/qb 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" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9e0ae4ced4cff31c3f69d9a03a6f9fa4169bc6f149339d300afde8ea37eb786 [INFO] running `Command { std: "docker" "start" "-a" "a9e0ae4ced4cff31c3f69d9a03a6f9fa4169bc6f149339d300afde8ea37eb786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9e0ae4ced4cff31c3f69d9a03a6f9fa4169bc6f149339d300afde8ea37eb786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9e0ae4ced4cff31c3f69d9a03a6f9fa4169bc6f149339d300afde8ea37eb786", kill_on_drop: false }` [INFO] [stdout] a9e0ae4ced4cff31c3f69d9a03a6f9fa4169bc6f149339d300afde8ea37eb786 [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+81ab7f2139295590561adbe6d5b0aaa2feff765f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc8d57cae399b425c8f665f460fd78bf7030ba5065bf84d0aef507baaef39e67 [INFO] running `Command { std: "docker" "start" "-a" "dc8d57cae399b425c8f665f460fd78bf7030ba5065bf84d0aef507baaef39e67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking bytes v1.7.1 [INFO] [stderr] Compiling serde v1.0.208 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Checking bytemuck v1.17.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking bstr v1.10.0 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking cpufeatures v0.2.13 [INFO] [stderr] Checking similar v2.6.0 [INFO] [stderr] Checking waker-fn v1.2.0 [INFO] [stderr] Checking url-search-params v12.0.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking flate2 v1.0.32 [INFO] [stderr] Checking rustls-pki-types v1.8.0 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking pem v3.0.4 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking rustls-pemfile v2.1.3 [INFO] [stderr] Checking webpki-roots v0.26.3 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking clap_builder v4.5.15 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking miniz_oxide v0.7.4 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking filetime v0.2.24 [INFO] [stderr] Compiling dart-sys-fork v4.1.1 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking globset v0.4.14 [INFO] [stderr] Checking object v0.36.3 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking ignore v0.4.22 [INFO] [stderr] Compiling build-target v0.4.0 [INFO] [stderr] Checking notify v6.1.1 [INFO] [stderr] Compiling flutter_rust_bridge v2.3.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking atomic v0.5.3 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.208 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling bitcode_derive v0.6.3 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Checking tokio v1.39.3 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking rustls-webpki v0.102.6 [INFO] [stderr] Compiling bpaf_derive v0.5.10 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking rcgen v0.13.1 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking tracing-panic v0.1.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking bitcode v0.6.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking addr2line v0.22.0 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking bpaf v0.9.12 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling flutter_rust_bridge_macros v2.3.0 [INFO] [stderr] Checking rustls-cert-gen v0.1.0 [INFO] [stderr] Compiling delegate-attr v0.3.0 [INFO] [stderr] Checking allo-isolate v0.1.25 [INFO] [stderr] Checking clap v4.5.16 [INFO] [stderr] Checking tokio-rustls v0.26.0 [INFO] [stderr] Checking interprocess v2.2.1 [INFO] [stdout] error[E0446]: crate-private trait `Is<&'a Self>` in public interface [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/interprocess-2.2.1/src/bound_util.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Is {} [INFO] [stdout] | ------------------------------ `Is<&'a Self>` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 16 | type $aty<'a>: $otrt + Is<&'a Self> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] ... [INFO] [stdout] 43 | / bound_util! { [INFO] [stdout] 44 | | /// [`Read`] by reference. [INFO] [stdout] 45 | | RefRead of Read with Read mtd as_read [INFO] [stdout] 46 | | /// [`Write`] by reference. [INFO] [stdout] 47 | | RefWrite of Write with Write mtd as_write [INFO] [stdout] 48 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bound_util` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `Is<&'a Self>` in public interface [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/interprocess-2.2.1/src/bound_util.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Is {} [INFO] [stdout] | ------------------------------ `Is<&'a Self>` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 16 | type $aty<'a>: $otrt + Is<&'a Self> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] ... [INFO] [stdout] 43 | / bound_util! { [INFO] [stdout] 44 | | /// [`Read`] by reference. [INFO] [stdout] 45 | | RefRead of Read with Read mtd as_read [INFO] [stdout] 46 | | /// [`Write`] by reference. [INFO] [stdout] 47 | | RefWrite of Write with Write mtd as_write [INFO] [stdout] 48 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bound_util` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `Is<&'a Self>` in public interface [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/interprocess-2.2.1/src/bound_util.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Is {} [INFO] [stdout] | ------------------------------ `Is<&'a Self>` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 16 | type $aty<'a>: $otrt + Is<&'a Self> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] ... [INFO] [stdout] 51 | / bound_util! { [INFO] [stdout] 52 | | /// [Tokio's `AsyncRead`](TokioAsyncRead) by reference. [INFO] [stdout] 53 | | RefTokioAsyncRead of TokioAsyncRead with Read mtd as_tokio_async_read [INFO] [stdout] 54 | | /// [Tokio's `AsyncWrite`](TokioAsyncWrite) by reference. [INFO] [stdout] 55 | | RefTokioAsyncWrite of TokioAsyncWrite with Write mtd as_tokio_async_write [INFO] [stdout] 56 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bound_util` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0446]: crate-private trait `Is<&'a Self>` in public interface [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/interprocess-2.2.1/src/bound_util.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 7 | pub(crate) trait Is {} [INFO] [stdout] | ------------------------------ `Is<&'a Self>` declared as crate-private [INFO] [stdout] ... [INFO] [stdout] 16 | type $aty<'a>: $otrt + Is<&'a Self> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak crate-private trait [INFO] [stdout] ... [INFO] [stdout] 51 | / bound_util! { [INFO] [stdout] 52 | | /// [Tokio's `AsyncRead`](TokioAsyncRead) by reference. [INFO] [stdout] 53 | | RefTokioAsyncRead of TokioAsyncRead with Read mtd as_tokio_async_read [INFO] [stdout] 54 | | /// [Tokio's `AsyncWrite`](TokioAsyncWrite) by reference. [INFO] [stdout] 55 | | RefTokioAsyncWrite of TokioAsyncWrite with Write mtd as_tokio_async_write [INFO] [stdout] 56 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `bound_util` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0446`. [INFO] [stdout] [INFO] [stderr] error: could not compile `interprocess` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "dc8d57cae399b425c8f665f460fd78bf7030ba5065bf84d0aef507baaef39e67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc8d57cae399b425c8f665f460fd78bf7030ba5065bf84d0aef507baaef39e67", kill_on_drop: false }` [INFO] [stdout] dc8d57cae399b425c8f665f460fd78bf7030ba5065bf84d0aef507baaef39e67