[INFO] fetching crate libpebble 0.3.0... [INFO] testing libpebble-0.3.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate libpebble 0.3.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate libpebble 0.3.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8a45983cb401f26612417c7a99cd7267f2a7dfe923284261dfaabae30f1c6a7d [INFO] running `Command { std: "docker" "start" "-a" "8a45983cb401f26612417c7a99cd7267f2a7dfe923284261dfaabae30f1c6a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a45983cb401f26612417c7a99cd7267f2a7dfe923284261dfaabae30f1c6a7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a45983cb401f26612417c7a99cd7267f2a7dfe923284261dfaabae30f1c6a7d", kill_on_drop: false }` [INFO] [stdout] 8a45983cb401f26612417c7a99cd7267f2a7dfe923284261dfaabae30f1c6a7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f7cd3aaf2672823dd14604be3748ceb31869d46b2146f516bdf9d053a91fe2f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9f7cd3aaf2672823dd14604be3748ceb31869d46b2146f516bdf9d053a91fe2f", kill_on_drop: false }` [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: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/syscall/raw_x86_64.rs:105:9 [INFO] [stdout] | [INFO] [stdout] 105 | asm!("syscall", [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] core::arch::asm [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(asm, decl_macro, const_generics, unsafe_block_in_unsafe_fn, never_type)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `unsafe_block_in_unsafe_fn` has been stable since 1.52.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libpebble` due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "9f7cd3aaf2672823dd14604be3748ceb31869d46b2146f516bdf9d053a91fe2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f7cd3aaf2672823dd14604be3748ceb31869d46b2146f516bdf9d053a91fe2f", kill_on_drop: false }` [INFO] [stdout] 9f7cd3aaf2672823dd14604be3748ceb31869d46b2146f516bdf9d053a91fe2f