[INFO] cloning repository https://github.com/DutchGhost/Genertools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DutchGhost/Genertools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDutchGhost%2FGenertools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDutchGhost%2FGenertools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be823d1781547c4768ba1bf75abbaf632d56ca94 [INFO] testing DutchGhost/Genertools against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDutchGhost%2FGenertools" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DutchGhost/Genertools on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/DutchGhost/Genertools [INFO] finished tweaking git repo https://github.com/DutchGhost/Genertools [INFO] tweaked toml for git repo https://github.com/DutchGhost/Genertools written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/DutchGhost/Genertools already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8364e64e5c5941d7504cbf4fc3b20383d7011cb8ad0570ca1a79474331ed744d [INFO] running `Command { std: "docker" "start" "-a" "8364e64e5c5941d7504cbf4fc3b20383d7011cb8ad0570ca1a79474331ed744d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8364e64e5c5941d7504cbf4fc3b20383d7011cb8ad0570ca1a79474331ed744d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8364e64e5c5941d7504cbf4fc3b20383d7011cb8ad0570ca1a79474331ed744d", kill_on_drop: false }` [INFO] [stdout] 8364e64e5c5941d7504cbf4fc3b20383d7011cb8ad0570ca1a79474331ed744d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4894ebbf5fe6f054bac9c27fcc6dc22b2323222e04b957762c2d936ff0bb923d [INFO] running `Command { std: "docker" "start" "-a" "4894ebbf5fe6f054bac9c27fcc6dc22b2323222e04b957762c2d936ff0bb923d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling genertools v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::pin::PinMut` [INFO] [stdout] --> src/aspin.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::pin::PinMut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `PinMut` in `pin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::pin::PinMut` [INFO] [stdout] --> src/gentrait.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::pin::PinMut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `PinMut` in `pin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generators, generator_trait, pin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/gentrait.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | fn next(PinMut) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PinMut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/gentrait.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | unsafe fn resume(PinMut) -> GeneratorState; [INFO] [stdout] | ^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: PinMut` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ops::GeneratorState` [INFO] [stdout] --> src/iter.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::GeneratorState; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generators, generator_trait, pin)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:1:41 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generators, generator_trait, pin)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:1:41 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generators, generator_trait, pin)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `'a` is never used [INFO] [stdout] --> src/gentrait.rs:161:17 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct Iter<'a, G: 'a>(Option>); [INFO] [stdout] | ^^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0392]: parameter `G` is never used [INFO] [stdout] --> src/gentrait.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | pub struct Iter<'a, G: 'a>(Option>); [INFO] [stdout] | ^ unused parameter [INFO] [stdout] | [INFO] [stdout] = help: consider removing `G`, referring to it in a field, or using a marker such as `PhantomData` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0392, E0432, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0392`. [INFO] [stdout] [INFO] [stderr] error: could not compile `genertools` due to 8 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4894ebbf5fe6f054bac9c27fcc6dc22b2323222e04b957762c2d936ff0bb923d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4894ebbf5fe6f054bac9c27fcc6dc22b2323222e04b957762c2d936ff0bb923d", kill_on_drop: false }` [INFO] [stdout] 4894ebbf5fe6f054bac9c27fcc6dc22b2323222e04b957762c2d936ff0bb923d