[INFO] fetching crate libpebble 0.3.0... [INFO] testing libpebble-0.3.0 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate libpebble 0.3.0 into /workspace/builds/worker-67/source [INFO] validating manifest of crates.io crate libpebble 0.3.0 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libpebble 0.3.0 [INFO] finished tweaking crates.io crate libpebble 0.3.0 [INFO] tweaked toml for crates.io crate libpebble 0.3.0 written to /workspace/builds/worker-67/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.0 [INFO] [stderr] Downloaded pci_types v0.2.0 [INFO] [stderr] Downloaded ptah v0.1.0 [INFO] [stderr] Downloaded ptah_derive v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3ed3edbda9e704b6e54823ecebab7975c10e30414d98d7d3dae7229d01f6378c [INFO] running `Command { std: "docker" "start" "-a" "3ed3edbda9e704b6e54823ecebab7975c10e30414d98d7d3dae7229d01f6378c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ed3edbda9e704b6e54823ecebab7975c10e30414d98d7d3dae7229d01f6378c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ed3edbda9e704b6e54823ecebab7975c10e30414d98d7d3dae7229d01f6378c", kill_on_drop: false }` [INFO] [stdout] 3ed3edbda9e704b6e54823ecebab7975c10e30414d98d7d3dae7229d01f6378c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7248f76b5d024b196a0198dae838236fd6e76b6d5551a43a261018f66038a42 [INFO] running `Command { std: "docker" "start" "-a" "f7248f76b5d024b196a0198dae838236fd6e76b6d5551a43a261018f66038a42", kill_on_drop: false }` [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling pci_types v0.2.0 [INFO] [stderr] Compiling libpebble v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(asm, decl_macro, const_generics, unsafe_block_in_unsafe_fn, never_type)] [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 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 `libpebble` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f7248f76b5d024b196a0198dae838236fd6e76b6d5551a43a261018f66038a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7248f76b5d024b196a0198dae838236fd6e76b6d5551a43a261018f66038a42", kill_on_drop: false }` [INFO] [stdout] f7248f76b5d024b196a0198dae838236fd6e76b6d5551a43a261018f66038a42