[INFO] cloning repository https://github.com/snev68/cubicle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snev68/cubicle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnev68%2Fcubicle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnev68%2Fcubicle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b4984a34a795142cbde5c727beb1d3659d836617 [INFO] building snev68/cubicle against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnev68%2Fcubicle" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/snev68/cubicle [INFO] finished tweaking git repo https://github.com/snev68/cubicle [INFO] tweaked toml for git repo https://github.com/snev68/cubicle written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/snev68/cubicle on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/snev68/cubicle 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wildmatch v2.3.4 [INFO] [stderr] Downloaded cap-std v3.2.0 [INFO] [stderr] Downloaded io-lifetimes v2.0.3 [INFO] [stderr] Downloaded clap_complete v4.5.11 [INFO] [stderr] Downloaded expect-test v1.5.0 [INFO] [stderr] Downloaded ppv-lite86 v0.2.19 [INFO] [stderr] Downloaded ambient-authority v0.0.2 [INFO] [stderr] Downloaded fs-set-times v0.20.1 [INFO] [stderr] Downloaded maybe-owned v0.3.4 [INFO] [stderr] Downloaded io-extras v0.18.2 [INFO] [stderr] Downloaded toml v0.8.17 [INFO] [stderr] Downloaded winx v0.36.3 [INFO] [stderr] Downloaded cap-primitives v3.2.0 [INFO] [stderr] Downloaded toml_edit v0.22.18 [INFO] [stderr] Downloaded winnow v0.6.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4cc991675d47d0075b5816abbd338812e09c5f8df286d218dc170925a9ba90ab [INFO] running `Command { std: "docker" "start" "-a" "4cc991675d47d0075b5816abbd338812e09c5f8df286d218dc170925a9ba90ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4cc991675d47d0075b5816abbd338812e09c5f8df286d218dc170925a9ba90ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cc991675d47d0075b5816abbd338812e09c5f8df286d218dc170925a9ba90ab", kill_on_drop: false }` [INFO] [stdout] 4cc991675d47d0075b5816abbd338812e09c5f8df286d218dc170925a9ba90ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fb47032c3952026dbb8a1c0904a41c7d1fe8f30a43a51a7a54f92d793547543 [INFO] running `Command { std: "docker" "start" "-a" "2fb47032c3952026dbb8a1c0904a41c7d1fe8f30a43a51a7a54f92d793547543", kill_on_drop: false }` [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling mio v1.0.1 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling tokio v1.39.2 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling io-lifetimes v2.0.3 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling io-extras v0.18.2 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling cap-primitives v3.2.0 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling object v0.36.2 [INFO] [stderr] Compiling serde_json v1.0.121 [INFO] [stderr] Compiling maybe-owned v0.3.4 [INFO] [stderr] Compiling cap-std v3.2.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling fs-set-times v0.20.1 [INFO] [stderr] Compiling clap_builder v4.5.11 [INFO] [stderr] Compiling winnow v0.6.16 [INFO] [stderr] Compiling ambient-authority v0.0.2 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling ppv-lite86 v0.2.19 [INFO] [stderr] Compiling clap_derive v4.5.11 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling clap v4.5.11 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling dissimilar v1.0.9 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml_edit v0.22.18 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling expect-test v1.5.0 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling tar v0.4.41 [INFO] [stderr] Compiling clap_complete v4.5.11 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling wildmatch v2.3.4 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling toml v0.8.17 [INFO] [stderr] Compiling cubicle v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s [INFO] running `Command { std: "docker" "inspect" "2fb47032c3952026dbb8a1c0904a41c7d1fe8f30a43a51a7a54f92d793547543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fb47032c3952026dbb8a1c0904a41c7d1fe8f30a43a51a7a54f92d793547543", kill_on_drop: false }` [INFO] [stdout] 2fb47032c3952026dbb8a1c0904a41c7d1fe8f30a43a51a7a54f92d793547543 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be729ef837bd87d062e7a2c1a6fdd3dcdf7cbe72d4de1bb88aaead677e3ed49e [INFO] running `Command { std: "docker" "start" "-a" "be729ef837bd87d062e7a2c1a6fdd3dcdf7cbe72d4de1bb88aaead677e3ed49e", kill_on_drop: false }` [INFO] [stderr] Compiling cubicle v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/somehow.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | impl From<$error> for Error { [INFO] [stdout] | ^^^^^----^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | `Error` is not local [INFO] [stdout] | `From` is not local [INFO] [stdout] ... [INFO] [stdout] 358 | fn deprecated_from() { [INFO] [stdout] | -------------------- move the `impl` block outside of this function `deprecated_from` [INFO] [stdout] 359 | deprecated_from!(std::io::Error); [INFO] [stdout] | -------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | `Error` is not local [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the macro `deprecated_from` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `deprecated_from` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.27s [INFO] running `Command { std: "docker" "inspect" "be729ef837bd87d062e7a2c1a6fdd3dcdf7cbe72d4de1bb88aaead677e3ed49e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be729ef837bd87d062e7a2c1a6fdd3dcdf7cbe72d4de1bb88aaead677e3ed49e", kill_on_drop: false }` [INFO] [stdout] be729ef837bd87d062e7a2c1a6fdd3dcdf7cbe72d4de1bb88aaead677e3ed49e