[INFO] cloning repository https://github.com/quchen/rustfuck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quchen/rustfuck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquchen%2Frustfuck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquchen%2Frustfuck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6f4aecf3e05661f20a3a03eed681025e72c9107b [INFO] checking quchen/rustfuck against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquchen%2Frustfuck" "/workspace/builds/worker-43/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-43/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quchen/rustfuck on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/quchen/rustfuck [INFO] finished tweaking git repo https://github.com/quchen/rustfuck [INFO] tweaked toml for git repo https://github.com/quchen/rustfuck written to /workspace/builds/worker-43/source/Cargo.toml [INFO] crate git repo https://github.com/quchen/rustfuck already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a77d3695661bc4044bf4b862c5ea1fdf4f707c17d15b35caecf033227fd151ca [INFO] running `Command { std: "docker" "start" "-a" "a77d3695661bc4044bf4b862c5ea1fdf4f707c17d15b35caecf033227fd151ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a77d3695661bc4044bf4b862c5ea1fdf4f707c17d15b35caecf033227fd151ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a77d3695661bc4044bf4b862c5ea1fdf4f707c17d15b35caecf033227fd151ca", kill_on_drop: false }` [INFO] [stdout] a77d3695661bc4044bf4b862c5ea1fdf4f707c17d15b35caecf033227fd151ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5297eab5f42bfc9db75baae81bd577a3aa822ea435b2856a0f6012faf594991 [INFO] running `Command { std: "docker" "start" "-a" "b5297eab5f42bfc9db75baae81bd577a3aa822ea435b2856a0f6012faf594991", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rustfuck v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/brainfuck/tape.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: FnMut(T)) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn FnMut(T)` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/brainfuck/tape.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: FnMut(T)) { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn FnMut(T)` [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] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `(dyn FnMut(T) + 'static)` cannot be known at compilation time [INFO] [stdout] --> src/brainfuck/tape.rs:9:29 [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: FnMut(T)) { [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `(dyn FnMut(T) + 'static)` [INFO] [stdout] = help: unsized fn params are gated as an unstable feature [INFO] [stdout] help: function arguments must have a statically known size, borrowed types always have a known size [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: &FnMut(T)) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `(dyn FnMut(T) + 'static)` cannot be known at compilation time [INFO] [stdout] --> src/brainfuck/tape.rs:9:29 [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: FnMut(T)) { [INFO] [stdout] | ^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `(dyn FnMut(T) + 'static)` [INFO] [stdout] = help: unsized fn params are gated as an unstable feature [INFO] [stdout] help: function arguments must have a statically known size, borrowed types always have a known size [INFO] [stdout] | [INFO] [stdout] 9 | fn modify(&mut self, f: &FnMut(T)) { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub trait Tape { [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 10 | f(self.get_focus_ref()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected type parameter `T`, found `&mut T` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `T` [INFO] [stdout] found mutable reference `&mut T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | } else if self.focus > self.tape.len() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `i64`, found `usize` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `usize` to an `i64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 34 | } else if self.focus > self.tape.len().try_into().unwrap() { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | while new_len < self.focus { [INFO] [stdout] | ^^^^^^^^^^ expected `usize`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 36 | while new_len < self.focus.try_into().unwrap() { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `resize` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/brainfuck/tape.rs:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | self.tape.resize(new_len); [INFO] [stdout] | ^^^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `T: Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `index_mut` found for struct `Vec` in the current scope [INFO] [stdout] --> src/brainfuck/tape.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | self.tape.index_mut(self.focus) [INFO] [stdout] | ^^^^^^^^^ help: there is an associated function with a similar name: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use std::ops::IndexMut;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 1 | pub trait Tape { [INFO] [stdout] | - this type parameter [INFO] [stdout] ... [INFO] [stdout] 10 | f(self.get_focus_ref()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected type parameter `T`, found `&mut T` [INFO] [stdout] | [INFO] [stdout] = note: expected type parameter `T` [INFO] [stdout] found mutable reference `&mut T` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | } else if self.focus > self.tape.len() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ expected `i64`, found `usize` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `usize` to an `i64` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 34 | } else if self.focus > self.tape.len().try_into().unwrap() { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/brainfuck/tape.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | while new_len < self.focus { [INFO] [stdout] | ^^^^^^^^^^ expected `usize`, found `i64` [INFO] [stdout] | [INFO] [stdout] help: you can convert an `i64` to a `usize` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 36 | while new_len < self.focus.try_into().unwrap() { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `resize` exists for struct `Vec`, but its trait bounds were not satisfied [INFO] [stdout] --> src/brainfuck/tape.rs:39:23 [INFO] [stdout] | [INFO] [stdout] 39 | self.tape.resize(new_len); [INFO] [stdout] | ^^^^^^ method cannot be called on `Vec` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `T: Clone` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `index_mut` found for struct `Vec` in the current scope [INFO] [stdout] --> src/brainfuck/tape.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | self.tape.index_mut(self.focus) [INFO] [stdout] | ^^^^^^^^^ help: there is an associated function with a similar name: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use std::ops::IndexMut;` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustfuck` due to 7 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b5297eab5f42bfc9db75baae81bd577a3aa822ea435b2856a0f6012faf594991", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5297eab5f42bfc9db75baae81bd577a3aa822ea435b2856a0f6012faf594991", kill_on_drop: false }` [INFO] [stdout] b5297eab5f42bfc9db75baae81bd577a3aa822ea435b2856a0f6012faf594991