[INFO] cloning repository https://github.com/brandonson/evict [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brandonson/evict" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonson%2Fevict", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonson%2Fevict'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44416d49df39e2f8c86be0e9c974843af0c499e9 [INFO] checking brandonson/evict/44416d49df39e2f8c86be0e9c974843af0c499e9 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrandonson%2Fevict" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/brandonson/evict on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/brandonson/evict [INFO] finished tweaking git repo https://github.com/brandonson/evict [INFO] tweaked toml for git repo https://github.com/brandonson/evict written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/brandonson/evict 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quote v0.3.5 [INFO] [stderr] Downloaded serde_codegen v0.8.17 [INFO] [stderr] Downloaded serde_codegen_internals v0.10.0 [INFO] [stderr] Downloaded serde_derive v0.8.17 [INFO] [stderr] Downloaded unicode-xid v0.0.3 [INFO] [stderr] Downloaded post-expansion v0.1.0 [INFO] [stderr] Downloaded serde v0.8.17 [INFO] [stderr] Downloaded genfsm v0.0.2 [INFO] [stderr] Downloaded syn v0.9.2 [INFO] [stderr] Downloaded error-type v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc5670a0d2ca7f1ac9108c5a51a77f56724ed21143f1159e928c2b2dfbb37b3e [INFO] running `Command { std: "docker" "start" "-a" "bc5670a0d2ca7f1ac9108c5a51a77f56724ed21143f1159e928c2b2dfbb37b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc5670a0d2ca7f1ac9108c5a51a77f56724ed21143f1159e928c2b2dfbb37b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc5670a0d2ca7f1ac9108c5a51a77f56724ed21143f1159e928c2b2dfbb37b3e", kill_on_drop: false }` [INFO] [stdout] bc5670a0d2ca7f1ac9108c5a51a77f56724ed21143f1159e928c2b2dfbb37b3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e23185bff51088c51f1b4d88afede7cbaa2fe664e7011d24d8de341fac900f0 [INFO] running `Command { std: "docker" "start" "-a" "2e23185bff51088c51f1b4d88afede7cbaa2fe664e7011d24d8de341fac900f0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling quote v0.3.5 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Checking libc v0.2.17 [INFO] [stderr] Checking num-traits v0.1.36 [INFO] [stderr] Checking serde v0.8.17 [INFO] [stderr] Checking itoa v0.1.1 [INFO] [stderr] Checking dtoa v0.2.2 [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Checking genfsm v0.0.2 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Checking error-type v0.1.2 [INFO] [stderr] Checking time v0.1.35 [INFO] [stderr] Compiling serde_codegen_internals v0.10.0 [INFO] [stderr] Compiling post-expansion v0.1.0 [INFO] [stderr] Compiling serde_codegen v0.8.17 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_codegen-0.8.17/src/lib.rs:5:66 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))] [INFO] [stdout] | ^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: plugins are no longer supported [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_codegen-0.8.17/src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_codegen-0.8.17/src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | extern crate rustc_plugin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_codegen` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2e23185bff51088c51f1b4d88afede7cbaa2fe664e7011d24d8de341fac900f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e23185bff51088c51f1b4d88afede7cbaa2fe664e7011d24d8de341fac900f0", kill_on_drop: false }` [INFO] [stdout] 2e23185bff51088c51f1b4d88afede7cbaa2fe664e7011d24d8de341fac900f0