[INFO] fetching crate generational-arena-tree 0.0.0-dev.5...
[INFO] checking generational-arena-tree-0.0.0-dev.5 against 1.95.0 for pr-155915
[INFO] extracting crate generational-arena-tree 0.0.0-dev.5 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate generational-arena-tree 0.0.0-dev.5
[INFO] finished tweaking crates.io crate generational-arena-tree 0.0.0-dev.5
[INFO] tweaked toml for crates.io crate generational-arena-tree 0.0.0-dev.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate generational-arena-tree 0.0.0-dev.5 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 12 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cfg_attrs v3.0.0
[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] 787d30bb810ba19e7ea516f81f4944c39d2c0da6e7c975f8bbde24c0c2fc9bc1
[INFO] running `Command { std: "docker" "start" "-a" "787d30bb810ba19e7ea516f81f4944c39d2c0da6e7c975f8bbde24c0c2fc9bc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "787d30bb810ba19e7ea516f81f4944c39d2c0da6e7c975f8bbde24c0c2fc9bc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "787d30bb810ba19e7ea516f81f4944c39d2c0da6e7c975f8bbde24c0c2fc9bc1", kill_on_drop: false }`
[INFO] [stdout] 787d30bb810ba19e7ea516f81f4944c39d2c0da6e7c975f8bbde24c0c2fc9bc1
[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] 57ed203d38d502ffa69f0bb0659266031cfd343a8aceccab691460866ffcfe4d
[INFO] running `Command { std: "docker" "start" "-a" "57ed203d38d502ffa69f0bb0659266031cfd343a8aceccab691460866ffcfe4d", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg_attrs v3.0.0
[INFO] [stderr]     Checking generational-arena v0.2.9
[INFO] [stderr]     Checking generational-arena-tree v0.0.0-dev.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(doc_cfg)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]    --> src/split.rs:147:3
[INFO] [stdout]     |
[INFO] [stdout] 147 |         feaute = "deque",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 147 -         feaute = "deque",
[INFO] [stdout] 147 +         feature = "deque",
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(doc_cfg)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]    --> src/split.rs:147:3
[INFO] [stdout]     |
[INFO] [stdout] 147 |         feaute = "deque",
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 147 -         feaute = "deque",
[INFO] [stdout] 147 +         feature = "deque",
[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 `generational-arena-tree` (lib) due to 1 previous error; 1 warning emitted
[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 `generational-arena-tree` (lib test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "57ed203d38d502ffa69f0bb0659266031cfd343a8aceccab691460866ffcfe4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57ed203d38d502ffa69f0bb0659266031cfd343a8aceccab691460866ffcfe4d", kill_on_drop: false }`
[INFO] [stdout] 57ed203d38d502ffa69f0bb0659266031cfd343a8aceccab691460866ffcfe4d
