[INFO] cloning repository https://github.com/lybenson/ipc-connect [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lybenson/ipc-connect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flybenson%2Fipc-connect", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flybenson%2Fipc-connect'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b271bd8e7f3da57fa6d42e37d8b974c283d78d0b [INFO] checking lybenson/ipc-connect against try#81ab7f2139295590561adbe6d5b0aaa2feff765f for pr-146470-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flybenson%2Fipc-connect" "/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/lybenson/ipc-connect [INFO] finished tweaking git repo https://github.com/lybenson/ipc-connect [INFO] tweaked toml for git repo https://github.com/lybenson/ipc-connect written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lybenson/ipc-connect 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/lybenson/ipc-connect 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] faf246c9dbf5f73f2b76a2645fc8e028e17fd255e9a6e8997cd9fca16de35f3e [INFO] running `Command { std: "docker" "start" "-a" "faf246c9dbf5f73f2b76a2645fc8e028e17fd255e9a6e8997cd9fca16de35f3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "faf246c9dbf5f73f2b76a2645fc8e028e17fd255e9a6e8997cd9fca16de35f3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faf246c9dbf5f73f2b76a2645fc8e028e17fd255e9a6e8997cd9fca16de35f3e", kill_on_drop: false }` [INFO] [stdout] faf246c9dbf5f73f2b76a2645fc8e028e17fd255e9a6e8997cd9fca16de35f3e [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] a91802af4d4a594448413e7b9cb604dc534d69013b18a1d881366921932a15ee [INFO] running `Command { std: "docker" "start" "-a" "a91802af4d4a594448413e7b9cb604dc534d69013b18a1d881366921932a15ee", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling doctest-file v1.0.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking interprocess v2.2.3 [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.3/src/bound_util.rs:16:13 [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.3/src/bound_util.rs:16:13 [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.3/src/bound_util.rs:16:13 [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.3/src/bound_util.rs:16:13 [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] running `Command { std: "docker" "inspect" "a91802af4d4a594448413e7b9cb604dc534d69013b18a1d881366921932a15ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a91802af4d4a594448413e7b9cb604dc534d69013b18a1d881366921932a15ee", kill_on_drop: false }` [INFO] [stdout] a91802af4d4a594448413e7b9cb604dc534d69013b18a1d881366921932a15ee