[INFO] cloning repository https://github.com/alevy/initme [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alevy/initme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falevy%2Finitme", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falevy%2Finitme'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d9f09639480428d14731d1d5e587975a3802305 [INFO] checking alevy/initme against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falevy%2Finitme" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alevy/initme on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/alevy/initme [INFO] finished tweaking git repo https://github.com/alevy/initme [INFO] tweaked toml for git repo https://github.com/alevy/initme written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/alevy/initme 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 946cb693a41ed196ab0c5ba942e6a5d298fa803a56650a5dd15825666ab7ffed [INFO] running `Command { std: "docker" "start" "-a" "946cb693a41ed196ab0c5ba942e6a5d298fa803a56650a5dd15825666ab7ffed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "946cb693a41ed196ab0c5ba942e6a5d298fa803a56650a5dd15825666ab7ffed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "946cb693a41ed196ab0c5ba942e6a5d298fa803a56650a5dd15825666ab7ffed", kill_on_drop: false }` [INFO] [stdout] 946cb693a41ed196ab0c5ba942e6a5d298fa803a56650a5dd15825666ab7ffed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8deb86d0c1f67873d28a84fd8d5bc14ae4451be01184154cadf74547769104cb [INFO] running `Command { std: "docker" "start" "-a" "8deb86d0c1f67873d28a84fd8d5bc14ae4451be01184154cadf74547769104cb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking initrs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | ioctl(sockfd, SIOCSIFADDR as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 44 | ioctl(sockfd, (SIOCSIFADDR as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | ioctl(sockfd, SIOCSIFADDR as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 44 | ioctl(sockfd, (SIOCSIFADDR as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | ioctl(sockfd, SIOCSIFBRDADDR as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 55 | ioctl(sockfd, (SIOCSIFBRDADDR as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:55:27 [INFO] [stdout] | [INFO] [stdout] 55 | ioctl(sockfd, SIOCSIFBRDADDR as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 55 | ioctl(sockfd, (SIOCSIFBRDADDR as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | ioctl(sockfd, SIOCSIFNETMASK as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 66 | ioctl(sockfd, (SIOCSIFNETMASK as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | ioctl(sockfd, SIOCSIFNETMASK as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 66 | ioctl(sockfd, (SIOCSIFNETMASK as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | ioctl(sockfd, SIOCSIFFLAGS as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 77 | ioctl(sockfd, (SIOCSIFFLAGS as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | ioctl(sockfd, SIOCSIFFLAGS as i32, &ifr); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 77 | ioctl(sockfd, (SIOCSIFFLAGS as i32).try_into().unwrap(), &ifr); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | ioctl(sockfd, SIOCADDRT as i32, &rt); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 101 | ioctl(sockfd, (SIOCADDRT as i32).try_into().unwrap(), &rt); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/networking.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | ioctl(sockfd, SIOCADDRT as i32, &rt); [INFO] [stdout] | ----- ^^^^^^^^^^^^^^^^ expected `u64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.86/src/unix/linux_like/linux/gnu/mod.rs:1426:12 [INFO] [stdout] | [INFO] [stdout] 1426 | pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert an `i32` to a `u64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 101 | ioctl(sockfd, (SIOCADDRT as i32).try_into().unwrap(), &rt); [INFO] [stdout] | + +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `initrs` (bin "initrs") due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `initrs` (bin "initrs" test) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "8deb86d0c1f67873d28a84fd8d5bc14ae4451be01184154cadf74547769104cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8deb86d0c1f67873d28a84fd8d5bc14ae4451be01184154cadf74547769104cb", kill_on_drop: false }` [INFO] [stdout] 8deb86d0c1f67873d28a84fd8d5bc14ae4451be01184154cadf74547769104cb [INFO] checking alevy/initme against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falevy%2Finitme" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alevy/initme on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/alevy/initme [INFO] finished tweaking git repo https://github.com/alevy/initme [INFO] tweaked toml for git repo https://github.com/alevy/initme written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/alevy/initme 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c211d23d8c025f4fdcb5f84e384d7669044d1808040d7c64b92e53369db805f6 [INFO] running `Command { std: "docker" "start" "-a" "c211d23d8c025f4fdcb5f84e384d7669044d1808040d7c64b92e53369db805f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c211d23d8c025f4fdcb5f84e384d7669044d1808040d7c64b92e53369db805f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c211d23d8c025f4fdcb5f84e384d7669044d1808040d7c64b92e53369db805f6", kill_on_drop: false }` [INFO] [stdout] c211d23d8c025f4fdcb5f84e384d7669044d1808040d7c64b92e53369db805f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1410e8a32f8a7e9b998d32bc66720669607f3f9abaca381b2ae59f0665f43cc [INFO] running `Command { std: "docker" "start" "-a" "a1410e8a32f8a7e9b998d32bc66720669607f3f9abaca381b2ae59f0665f43cc", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] skipping non-2021 edition `2018` [INFO] running `Command { std: "docker" "inspect" "a1410e8a32f8a7e9b998d32bc66720669607f3f9abaca381b2ae59f0665f43cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1410e8a32f8a7e9b998d32bc66720669607f3f9abaca381b2ae59f0665f43cc", kill_on_drop: false }` [INFO] [stdout] a1410e8a32f8a7e9b998d32bc66720669607f3f9abaca381b2ae59f0665f43cc