[INFO] cloning repository https://github.com/joonazan/always-maximal [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joonazan/always-maximal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoonazan%2Falways-maximal", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoonazan%2Falways-maximal'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 480506558b8817914bcc2d88a8a4428f2b80ca0f [INFO] testing joonazan/always-maximal 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%2Fjoonazan%2Falways-maximal" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joonazan/always-maximal 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/joonazan/always-maximal [INFO] finished tweaking git repo https://github.com/joonazan/always-maximal [INFO] tweaked toml for git repo https://github.com/joonazan/always-maximal written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/joonazan/always-maximal 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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 5ef504ca0c19fdc33e87fbe13775a81df9fa11afffc99a24bf33ca6aaa5672b0 [INFO] running `Command { std: "docker" "start" "-a" "5ef504ca0c19fdc33e87fbe13775a81df9fa11afffc99a24bf33ca6aaa5672b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ef504ca0c19fdc33e87fbe13775a81df9fa11afffc99a24bf33ca6aaa5672b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ef504ca0c19fdc33e87fbe13775a81df9fa11afffc99a24bf33ca6aaa5672b0", kill_on_drop: false }` [INFO] [stdout] 5ef504ca0c19fdc33e87fbe13775a81df9fa11afffc99a24bf33ca6aaa5672b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] f37909d463b137a5ca8fb7305ed506ab4d0bded840956e2e1f9116d4da787032 [INFO] running `Command { std: "docker" "start" "-a" "f37909d463b137a5ca8fb7305ed506ab4d0bded840956e2e1f9116d4da787032", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling maximizer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(const_evaluatable_checked)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: renamed to `generic_const_exprs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | [(); D - 1]: Sized, [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line.rs:64:50 [INFO] [stdout] | [INFO] [stdout] 64 | fn without(&self, index: usize) -> Line { [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 65 | let mut out = [zero(); D - 1]; [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line_superiority.rs:144:14 [INFO] [stdout] | [INFO] [stdout] 144 | [(); 2 * D]: Sized, [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line_superiority.rs:146:30 [INFO] [stdout] | [INFO] [stdout] 146 | let mut height = [0; 2 * D]; [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/line_superiority.rs:147:30 [INFO] [stdout] | [INFO] [stdout] 147 | let mut excess = [0; 2 * D]; [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic parameters may not be used in const operations [INFO] [stdout] --> src/lib.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | [(); D - 1]: Sized, [INFO] [stdout] | ^ cannot perform const operation using `D` [INFO] [stdout] | [INFO] [stdout] = help: const parameters may only be used as standalone arguments, i.e. `D` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/line.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | let mut intersections = self.0.clone(); [INFO] [stdout] | ^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for array `[BitArray; D]` in the current scope [INFO] [stdout] --> src/line.rs:13:40 [INFO] [stdout] | [INFO] [stdout] 13 | let mut intersections = self.0.clone(); [INFO] [stdout] | ^^^^^ method not found in `[BitArray; D]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for array `[BitArray; D]` in the current scope [INFO] [stdout] --> src/line.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | let me = self.0.clone(); [INFO] [stdout] | ^^^^^ method not found in `[BitArray; D]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for array `[BitArray; D]` in the current scope [INFO] [stdout] --> src/line.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | let other = other.0.clone(); [INFO] [stdout] | ^^^^^ method not found in `[BitArray; D]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `filter_map` found for struct `std::ops::Range` in the current scope [INFO] [stdout] --> src/line.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | (0..D).filter_map(move |i| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `std::ops::Range` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/line.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | && other.without(other_index) >= self.without(my_index) [INFO] [stdout] | ^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `without` found for reference `&Line` in the current scope [INFO] [stdout] --> src/line.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | && other.without(other_index) >= self.without(my_index) [INFO] [stdout] | ^^^^^^^ method not found in `&Line` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `without` found for mutable reference `&mut Line` in the current scope [INFO] [stdout] --> src/line.rs:48:59 [INFO] [stdout] | [INFO] [stdout] 48 | && other.without(other_index) >= self.without(my_index) [INFO] [stdout] | ^^^^^^^ method not found in `&mut Line` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_back` found for struct `VecDeque<_>` in the current scope [INFO] [stdout] --> src/line_superiority.rs:152:14 [INFO] [stdout] | [INFO] [stdout] 152 | todo.push_back(i); [INFO] [stdout] | ^^^^^^^^^ method not found in `VecDeque<_>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for reference `&[&[usize]; D]` in the current scope [INFO] [stdout] --> src/line_superiority.rs:158:10 [INFO] [stdout] | [INFO] [stdout] 158 | .iter() [INFO] [stdout] | ^^^^ method not found in `&[&[usize]; D]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `map` found for struct `std::ops::Range` in the current scope [INFO] [stdout] --> src/line_superiority.rs:160:23 [INFO] [stdout] | [INFO] [stdout] 160 | .chain((0..D).map(|_| vec![])) [INFO] [stdout] | ^^^ method not found in `std::ops::Range` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `pop_front` found for struct `VecDeque<_>` in the current scope [INFO] [stdout] --> src/line_superiority.rs:163:30 [INFO] [stdout] | [INFO] [stdout] 163 | while let Some(v) = todo.pop_front() { [INFO] [stdout] | ^^^^^^^^^ method not found in `VecDeque<_>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_back` found for struct `VecDeque<_>` in the current scope [INFO] [stdout] --> src/line_superiority.rs:192:22 [INFO] [stdout] | [INFO] [stdout] 192 | todo.push_back(v2); [INFO] [stdout] | ^^^^^^^^^ method not found in `VecDeque<_>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `all` found for struct `std::slice::Iter<'_, {integer}>` in the current scope [INFO] [stdout] --> src/line_superiority.rs:197:24 [INFO] [stdout] | [INFO] [stdout] 197 | excess[D..].iter().all(|&x| x == 0) [INFO] [stdout] | ^^^ method not found in `std::slice::Iter<'_, {integer}>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | .iter() [INFO] [stdout] | ^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: type must be known at this point [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec` in the current scope [INFO] [stdout] --> src/lib.rs:25:18 [INFO] [stdout] | [INFO] [stdout] 25 | .iter() [INFO] [stdout] | ^^^^ method not found in `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `get` found for reference `&BitArray` in the current scope [INFO] [stdout] --> src/lib.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 27 | .filter(|(i, _)| set.get(*i)) [INFO] [stdout] | ^^^ method not found in `&BitArray` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `get`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `SliceIndex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `unwrap` found for enum `Result` in the current scope [INFO] [stdout] --> src/lib.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | .unwrap() [INFO] [stdout] | ^^^^^^ method not found in `Result` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for array `[BitArray; D]` in the current scope [INFO] [stdout] --> src/lib.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | let mut tmp = line.0.iter().map(show_set).collect::>(); [INFO] [stdout] | ^^^^ method not found in `[BitArray; D]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_iter` found for struct `Vec>>` in the current scope [INFO] [stdout] --> src/lib.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ method not found in `Vec>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `pop_front` found for struct `VecDeque>` in the current scope [INFO] [stdout] --> src/lib.rs:48:33 [INFO] [stdout] | [INFO] [stdout] 48 | while let Some(line) = todo.pop_front() { [INFO] [stdout] | ^^^^^^^^^ method not found in `VecDeque>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | done.push(line.clone()); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | while i < done.len() { [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:64:40 [INFO] [stdout] | [INFO] [stdout] 64 | 'outer: for mut p in perms.iter().flat_map(|p| done[i].combine_with(p)) { [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `combine_with` found for struct `Line` in the current scope [INFO] [stdout] --> src/lib.rs:64:68 [INFO] [stdout] | [INFO] [stdout] 64 | 'outer: for mut p in perms.iter().flat_map(|p| done[i].combine_with(p)) { [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `Line` [INFO] [stdout] | [INFO] [stdout] ::: src/line.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Line(pub [BitArray; DEGREE]); [INFO] [stdout] | -------------------------------------------------------------------------------- method `combine_with` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `contains` found for struct `HashSet<[BitArray; D]>` in the current scope [INFO] [stdout] --> src/lib.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | if useless.contains(&p.0) { [INFO] [stdout] | ^^^^^^^^ method not found in `HashSet<[BitArray; D]>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `HashSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `insert` found for struct `HashSet<[BitArray; D]>` in the current scope [INFO] [stdout] --> src/lib.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | useless.insert(p.0); [INFO] [stdout] | ^^^^^^ method not found in `HashSet<[BitArray; D]>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `HashSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `retain` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/lib.rs:76:28 [INFO] [stdout] | [INFO] [stdout] 76 | candidates.retain(|c| !(p >= *c)); [INFO] [stdout] | ^^^^^^ method not found in `Vec<_>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push` found for struct `Vec<_>` in the current scope [INFO] [stdout] --> src/lib.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | candidates.push(p); [INFO] [stdout] | ^^^^ method not found in `Vec<_>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `VecDeque>` in the current scope [INFO] [stdout] --> src/lib.rs:81:31 [INFO] [stdout] | [INFO] [stdout] 81 | for x in todo.iter().chain(&done) { [INFO] [stdout] | ^^^^ method not found in `VecDeque>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `insert` found for struct `HashSet<[BitArray; D]>` in the current scope [INFO] [stdout] --> src/lib.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | useless.insert(new.0); [INFO] [stdout] | ^^^^^^ method not found in `HashSet<[BitArray; D]>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `HashSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for struct `VecDeque>` in the current scope [INFO] [stdout] --> src/lib.rs:93:36 [INFO] [stdout] | [INFO] [stdout] 93 | while i < todo.len() { [INFO] [stdout] | ^^^ method not found in `VecDeque>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `swap_remove_back` found for struct `VecDeque>` in the current scope [INFO] [stdout] --> src/lib.rs:100:34 [INFO] [stdout] | [INFO] [stdout] 100 | ... todo.swap_remove_back(i); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ method not found in `VecDeque>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:108:34 [INFO] [stdout] | [INFO] [stdout] 108 | for j in 0..done.len() { [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Line` in the current scope [INFO] [stdout] --> src/lib.rs:120:49 [INFO] [stdout] | [INFO] [stdout] 120 | done[written] = done[j].clone(); [INFO] [stdout] | ^^^^^ method not found in `Line` [INFO] [stdout] | [INFO] [stdout] ::: src/line.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Line(pub [BitArray; DEGREE]); [INFO] [stdout] | -------------------------------------------------------------------------------- method `clone` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `clone`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `truncate` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:124:22 [INFO] [stdout] | [INFO] [stdout] 124 | done.truncate(written); [INFO] [stdout] | ^^^^^^^^ method not found in `Vec>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_back` found for struct `VecDeque>` in the current scope [INFO] [stdout] --> src/lib.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | todo.push_back(new); [INFO] [stdout] | ^^^^^^^^^ method not found in `VecDeque>` [INFO] [stdout] | [INFO] [stdout] = note: the method was found for [INFO] [stdout] - `VecDeque` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `iter` found for struct `Vec>` in the current scope [INFO] [stdout] --> src/lib.rs:132:28 [INFO] [stdout] | [INFO] [stdout] 132 | let mut strings = done.iter().map(show_line).collect::>(); [INFO] [stdout] | ^^^^ method not found in `Vec>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `itertools::Itertools` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use itertools::Itertools; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryInto` [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use std::convert::TryInto; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 47 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0557, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `maximizer` due to 48 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f37909d463b137a5ca8fb7305ed506ab4d0bded840956e2e1f9116d4da787032", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f37909d463b137a5ca8fb7305ed506ab4d0bded840956e2e1f9116d4da787032", kill_on_drop: false }` [INFO] [stdout] f37909d463b137a5ca8fb7305ed506ab4d0bded840956e2e1f9116d4da787032