[INFO] cloning repository https://github.com/pcein/rust-lfsr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pcein/rust-lfsr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcein%2Frust-lfsr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcein%2Frust-lfsr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0553c591cf08a1bec51256a72d1780379c1ce38f [INFO] checking pcein/rust-lfsr against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcein%2Frust-lfsr" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pcein/rust-lfsr 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-3-tc1/source/.cargo/config [INFO] started tweaking git repo https://github.com/pcein/rust-lfsr [INFO] finished tweaking git repo https://github.com/pcein/rust-lfsr [INFO] tweaked toml for git repo https://github.com/pcein/rust-lfsr written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/pcein/rust-lfsr 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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6475474634d7c87e78d1bdae42c8bf4a5b3a5aa6220703ee05a5a5344f9f0054 [INFO] running `Command { std: "docker" "start" "-a" "6475474634d7c87e78d1bdae42c8bf4a5b3a5aa6220703ee05a5a5344f9f0054", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6475474634d7c87e78d1bdae42c8bf4a5b3a5aa6220703ee05a5a5344f9f0054", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6475474634d7c87e78d1bdae42c8bf4a5b3a5aa6220703ee05a5a5344f9f0054", kill_on_drop: false }` [INFO] [stdout] 6475474634d7c87e78d1bdae42c8bf4a5b3a5aa6220703ee05a5a5344f9f0054 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 303ecb495bd381ae5c9ec4c5cf45226a934e1670e9b87d1668b79f1c6676b453 [INFO] running `Command { std: "docker" "start" "-a" "303ecb495bd381ae5c9ec4c5cf45226a934e1670e9b87d1668b79f1c6676b453", kill_on_drop: false }` [INFO] [stderr] Compiling cortex-m v0.3.1 [INFO] [stderr] Checking vcell v0.1.0 [INFO] [stderr] Checking bare-metal v0.1.1 [INFO] [stderr] Checking aligned v0.1.1 [INFO] [stderr] Compiling cortex-m-rt v0.3.6 [INFO] [stderr] Checking r0 v0.2.2 [INFO] [stderr] Compiling launchpad v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bare-metal-0.1.1/src/lib.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(const_fn,const_unsafe_cell_new)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aligned-0.1.1/src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(const_fn)] [INFO] [stdout] | ^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: split into finer-grained feature gates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] Checking volatile-register v0.2.0 [INFO] [stderr] error: could not compile `bare-metal` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aligned` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "303ecb495bd381ae5c9ec4c5cf45226a934e1670e9b87d1668b79f1c6676b453", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "303ecb495bd381ae5c9ec4c5cf45226a934e1670e9b87d1668b79f1c6676b453", kill_on_drop: false }` [INFO] [stdout] 303ecb495bd381ae5c9ec4c5cf45226a934e1670e9b87d1668b79f1c6676b453 [INFO] checking pcein/rust-lfsr against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcein%2Frust-lfsr" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pcein/rust-lfsr 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-3-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/pcein/rust-lfsr [INFO] finished tweaking git repo https://github.com/pcein/rust-lfsr [INFO] tweaked toml for git repo https://github.com/pcein/rust-lfsr written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/pcein/rust-lfsr 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 188587204fb4d7203e6d322d24c7615fc267ed8b8f0f43940e66c29d1125e900 [INFO] running `Command { std: "docker" "start" "-a" "188587204fb4d7203e6d322d24c7615fc267ed8b8f0f43940e66c29d1125e900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "188587204fb4d7203e6d322d24c7615fc267ed8b8f0f43940e66c29d1125e900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "188587204fb4d7203e6d322d24c7615fc267ed8b8f0f43940e66c29d1125e900", kill_on_drop: false }` [INFO] [stdout] 188587204fb4d7203e6d322d24c7615fc267ed8b8f0f43940e66c29d1125e900 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b6db0ec9b84a83ac1c7e149f399ef51bf59624e58cc37019357e618faaee64ae [INFO] running `Command { std: "docker" "start" "-a" "b6db0ec9b84a83ac1c7e149f399ef51bf59624e58cc37019357e618faaee64ae", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "b6db0ec9b84a83ac1c7e149f399ef51bf59624e58cc37019357e618faaee64ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6db0ec9b84a83ac1c7e149f399ef51bf59624e58cc37019357e618faaee64ae", kill_on_drop: false }` [INFO] [stdout] b6db0ec9b84a83ac1c7e149f399ef51bf59624e58cc37019357e618faaee64ae