[INFO] fetching crate runtime-attributes 0.3.0-alpha.6... [INFO] testing runtime-attributes-0.3.0-alpha.6 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate runtime-attributes 0.3.0-alpha.6 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate runtime-attributes 0.3.0-alpha.6 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 runtime-attributes 0.3.0-alpha.6 [INFO] finished tweaking crates.io crate runtime-attributes 0.3.0-alpha.6 [INFO] tweaked toml for crates.io crate runtime-attributes 0.3.0-alpha.6 written to /workspace/builds/worker-4/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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] 67f654950731bf93fdf7139adefb94a8a9b0dd9f5614cf17f4553a53356fe4ee [INFO] running `Command { std: "docker" "start" "-a" "67f654950731bf93fdf7139adefb94a8a9b0dd9f5614cf17f4553a53356fe4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67f654950731bf93fdf7139adefb94a8a9b0dd9f5614cf17f4553a53356fe4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f654950731bf93fdf7139adefb94a8a9b0dd9f5614cf17f4553a53356fe4ee", kill_on_drop: false }` [INFO] [stdout] 67f654950731bf93fdf7139adefb94a8a9b0dd9f5614cf17f4553a53356fe4ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", 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] 133e7f31fa8fd7f85854919e01754ab0c91e5d0fc7441230c6f65db83922c85e [INFO] running `Command { std: "docker" "start" "-a" "133e7f31fa8fd7f85854919e01754ab0c91e5d0fc7441230c6f65db83922c85e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling runtime-attributes v0.3.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stdout] error: unused extern crate [INFO] [stdout] --> src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate proc_macro; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #![forbid(unsafe_code, future_incompatible, rust_2018_idioms)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[forbid(unused_extern_crates)]` implied by `#[forbid(rust_2018_idioms)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `runtime-attributes` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "133e7f31fa8fd7f85854919e01754ab0c91e5d0fc7441230c6f65db83922c85e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "133e7f31fa8fd7f85854919e01754ab0c91e5d0fc7441230c6f65db83922c85e", kill_on_drop: false }` [INFO] [stdout] 133e7f31fa8fd7f85854919e01754ab0c91e5d0fc7441230c6f65db83922c85e