[INFO] fetching crate aeiou 0.1.0...
[INFO] checking aeiou-0.1.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate aeiou 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate aeiou 0.1.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aeiou 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate aeiou 0.1.0
[INFO] tweaked toml for crates.io crate aeiou 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate crates.io crate aeiou 0.1.0 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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d04b42c15139ae0e1e3b49ea3418bf410613c4c2748e04c5e2d1fc2a8184a36d
[INFO] running `Command { std: "docker" "start" "-a" "d04b42c15139ae0e1e3b49ea3418bf410613c4c2748e04c5e2d1fc2a8184a36d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d04b42c15139ae0e1e3b49ea3418bf410613c4c2748e04c5e2d1fc2a8184a36d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d04b42c15139ae0e1e3b49ea3418bf410613c4c2748e04c5e2d1fc2a8184a36d", kill_on_drop: false }`
[INFO] [stdout] d04b42c15139ae0e1e3b49ea3418bf410613c4c2748e04c5e2d1fc2a8184a36d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 248a3b1652860fc798321a19ee5eee50989c6e033d0e44391eef8caad2d3fa31
[INFO] running `Command { std: "docker" "start" "-a" "248a3b1652860fc798321a19ee5eee50989c6e033d0e44391eef8caad2d3fa31", kill_on_drop: false }`
[INFO] [stderr]     Checking aeiou v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(generators, generator_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `coroutines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(generators, generator_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: renamed to `coroutines`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::ops::Generator`, `std::ops::GeneratorState`
[INFO] [stdout]  --> src/computation.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ops::{Generator, GeneratorState},
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `Generator` in `ops`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::ops::Generator`, `std::ops::GeneratorState`
[INFO] [stdout]  --> src/computation.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ops::{Generator, GeneratorState},
[INFO] [stdout]   |           ^^^^^^^^^  ^^^^^^^^^^^^^^ no `GeneratorState` in `ops`
[INFO] [stdout]   |           |
[INFO] [stdout]   |           no `Generator` in `ops`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-10-28; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-10-28; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-10-28; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: yield syntax is experimental
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
[INFO] [stdout]     = help: add `#![feature(coroutines)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-10-28; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `yield` can only be used in `#[coroutine]` closures, or `gen` blocks
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `#[coroutine]` to make this closure a coroutine
[INFO] [stdout]     |
[INFO] [stdout] 94  |             generator: #[coroutine] move || loop {
[INFO] [stdout]     |                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `yield` can only be used in `#[coroutine]` closures, or `gen` blocks
[INFO] [stdout]    --> src/computation.rs:103:33
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...                   yield unhandled;
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `#[coroutine]` to make this closure a coroutine
[INFO] [stdout]     |
[INFO] [stdout] 94  |             generator: #[coroutine] move || loop {
[INFO] [stdout]     |                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `generator_trait`
[INFO] [stdout]  --> src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(generators, generator_trait)]
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `generator_trait`
[INFO] [stdout]  --> src/lib.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(generators, generator_trait)]
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0557, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aeiou` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aeiou` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "248a3b1652860fc798321a19ee5eee50989c6e033d0e44391eef8caad2d3fa31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "248a3b1652860fc798321a19ee5eee50989c6e033d0e44391eef8caad2d3fa31", kill_on_drop: false }`
[INFO] [stdout] 248a3b1652860fc798321a19ee5eee50989c6e033d0e44391eef8caad2d3fa31
