[INFO] cloning repository https://github.com/conundrumer/crossword [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/conundrumer/crossword" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconundrumer%2Fcrossword", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconundrumer%2Fcrossword'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cec0ee1cc7277c14c4afeb48fc9488b7fa941ab3 [INFO] testing conundrumer/crossword 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%2Fconundrumer%2Fcrossword" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/conundrumer/crossword 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/conundrumer/crossword [INFO] finished tweaking git repo https://github.com/conundrumer/crossword [INFO] tweaked toml for git repo https://github.com/conundrumer/crossword written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/conundrumer/crossword 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-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] 5ec3e787aa5de67507cf4e08d28f9ea1f46179938ce4da41cc743c062afb73bd [INFO] running `Command { std: "docker" "start" "-a" "5ec3e787aa5de67507cf4e08d28f9ea1f46179938ce4da41cc743c062afb73bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ec3e787aa5de67507cf4e08d28f9ea1f46179938ce4da41cc743c062afb73bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ec3e787aa5de67507cf4e08d28f9ea1f46179938ce4da41cc743c062afb73bd", kill_on_drop: false }` [INFO] [stdout] 5ec3e787aa5de67507cf4e08d28f9ea1f46179938ce4da41cc743c062afb73bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] 45a02d0b2721635f375c406ee6b06c1c04f3acedd05e61e3cbea00f7d117b640 [INFO] running `Command { std: "docker" "start" "-a" "45a02d0b2721635f375c406ee6b06c1c04f3acedd05e61e3cbea00f7d117b640", kill_on_drop: false }` [INFO] [stderr] Compiling crossword v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(conservative_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/grid.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 25 - vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] [INFO] [stdout] 25 + vec![Empty; (bb.width() as usize) * (bb.height() as usize)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(conservative_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/main.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/generate.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn iter<'b>(&'b self) -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - pub fn iter<'b>(&'b self) -> Box + 'b> { [INFO] [stdout] 41 + pub fn iter<'b>(&'b self) -> Box + 'b> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/generate.rs:46:62 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn multi_iter<'b>(&'b self, num_iters: usize) -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 46 - pub fn multi_iter<'b>(&'b self, num_iters: usize) -> Box + 'b> { [INFO] [stdout] 46 + pub fn multi_iter<'b>(&'b self, num_iters: usize) -> Box + 'b> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/generate.rs:78:112 [INFO] [stdout] | [INFO] [stdout] 78 | ...didates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 - fn from_word_vec_partial<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] 78 + fn from_word_vec_partial<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/generate.rs:89:114 [INFO] [stdout] | [INFO] [stdout] 89 | ...word, candidates: Rc>, seed: u64) -> Box + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 89 - fn from_word_vec_recursive<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box + 'b> { [INFO] [stdout] 89 + fn from_word_vec_recursive<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box + 'b> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/generate.rs:100:104 [INFO] [stdout] | [INFO] [stdout] 100 | ...didates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 100 - fn from_word_vec<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] 100 + fn from_word_vec<'b>(&'b self, crossword: Crossword, candidates: Rc>, seed: u64) -> Box>)> + 'b> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter.rs:32:57 [INFO] [stdout] | [INFO] [stdout] 32 | if let Some(area) = cell_areas.borrow().last() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `CollectionWithLast::last(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/filter.rs:56:44 [INFO] [stdout] | [INFO] [stdout] 56 | if let Some(last_area) = areas.last() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `CollectionWithLast::last(...)` to keep using the current method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `crossword` due to 4 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "45a02d0b2721635f375c406ee6b06c1c04f3acedd05e61e3cbea00f7d117b640", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45a02d0b2721635f375c406ee6b06c1c04f3acedd05e61e3cbea00f7d117b640", kill_on_drop: false }` [INFO] [stdout] 45a02d0b2721635f375c406ee6b06c1c04f3acedd05e61e3cbea00f7d117b640