[INFO] fetching crate specialized-dispatch 0.2.1...
[INFO] checking specialized-dispatch-0.2.1 against 1.95.0 for pr-155915
[INFO] extracting crate specialized-dispatch 0.2.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate specialized-dispatch 0.2.1
[INFO] finished tweaking crates.io crate specialized-dispatch 0.2.1
[INFO] tweaked toml for crates.io crate specialized-dispatch 0.2.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate specialized-dispatch 0.2.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate specialized-dispatch 0.2.1 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1ebf0087c2feb6e9a885cd2127f2df63bb49222909e7ff580a488d6210fda07
[INFO] running `Command { std: "docker" "start" "-a" "e1ebf0087c2feb6e9a885cd2127f2df63bb49222909e7ff580a488d6210fda07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1ebf0087c2feb6e9a885cd2127f2df63bb49222909e7ff580a488d6210fda07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1ebf0087c2feb6e9a885cd2127f2df63bb49222909e7ff580a488d6210fda07", kill_on_drop: false }`
[INFO] [stdout] e1ebf0087c2feb6e9a885cd2127f2df63bb49222909e7ff580a488d6210fda07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0640107ebc3efe84994d11f34f1c3be176f0cc79c2e8b425c05532408be18daf
[INFO] running `Command { std: "docker" "start" "-a" "0640107ebc3efe84994d11f34f1c3be176f0cc79c2e8b425c05532408be18daf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking syn v2.0.58
[INFO] [stderr]     Checking specialized-dispatch v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> examples/serdelike_example.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(min_specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> examples/pass_args.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(min_specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specialized-dispatch` (example "serdelike_example") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specialized-dispatch` (example "pass_args") due to 1 previous error
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> tests/integration_test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(min_specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> examples/trait_bound.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(min_specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specialized-dispatch` (example "trait_bound") due to 1 previous error
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> examples/simple_example.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(min_specialization)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specialized-dispatch` (test "integration_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `specialized-dispatch` (example "simple_example") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0640107ebc3efe84994d11f34f1c3be176f0cc79c2e8b425c05532408be18daf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0640107ebc3efe84994d11f34f1c3be176f0cc79c2e8b425c05532408be18daf", kill_on_drop: false }`
[INFO] [stdout] 0640107ebc3efe84994d11f34f1c3be176f0cc79c2e8b425c05532408be18daf
