[INFO] cloning repository https://github.com/leifwalsh/tea [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leifwalsh/tea" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleifwalsh%2Ftea", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleifwalsh%2Ftea'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f08b62a5f1c7d0e82d5b3e1984f2319b96044589 [INFO] checking leifwalsh/tea against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleifwalsh%2Ftea" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leifwalsh/tea on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leifwalsh/tea [INFO] finished tweaking git repo https://github.com/leifwalsh/tea [INFO] tweaked toml for git repo https://github.com/leifwalsh/tea written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/leifwalsh/tea 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c4853a1ca670ee50ef23881d54cd9a75847c85e071b20dd71ef24b8ec380ac8 [INFO] running `Command { std: "docker" "start" "-a" "0c4853a1ca670ee50ef23881d54cd9a75847c85e071b20dd71ef24b8ec380ac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c4853a1ca670ee50ef23881d54cd9a75847c85e071b20dd71ef24b8ec380ac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c4853a1ca670ee50ef23881d54cd9a75847c85e071b20dd71ef24b8ec380ac8", kill_on_drop: false }` [INFO] [stdout] 0c4853a1ca670ee50ef23881d54cd9a75847c85e071b20dd71ef24b8ec380ac8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0425a1407de7075388fd60a7936463a59c0269c9cec93ed9bddfc25a94d6aca4 [INFO] running `Command { std: "docker" "start" "-a" "0425a1407de7075388fd60a7936463a59c0269c9cec93ed9bddfc25a94d6aca4", kill_on_drop: false }` [INFO] [stderr] Checking tea v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0635]: unknown feature `collections` [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(collections,core,io)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `io` [INFO] [stdout] --> src/lib.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(collections,core,io)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `collections` [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(collections,core,io)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `io` [INFO] [stdout] --> src/lib.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(collections,core,io)] [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `wrapping_mul` on ambiguous numeric type `{integer}` [INFO] [stdout] --> src/cipher.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | let mut sum = delta.wrapping_mul(NUM_ROUNDS); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a type for this binding, like `i32` [INFO] [stdout] | [INFO] [stdout] 44 | let delta: i32 = 0x9E3779B9; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `wrapping_mul` on ambiguous numeric type `{integer}` [INFO] [stdout] --> src/cipher.rs:45:25 [INFO] [stdout] | [INFO] [stdout] 45 | let mut sum = delta.wrapping_mul(NUM_ROUNDS); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a type for this binding, like `i32` [INFO] [stdout] | [INFO] [stdout] 44 | let delta: i32 = 0x9E3779B9; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot add-assign `()` to `usize` [INFO] [stdout] --> src/io/reader.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | ... pos += n2; [INFO] [stdout] | ^^ no implementation for `usize += ()` [INFO] [stdout] | [INFO] [stdout] = help: the trait `AddAssign<()>` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `AddAssign`: [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot add-assign `()` to `usize` [INFO] [stdout] --> src/io/reader.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | ... pos += n2; [INFO] [stdout] | ^^ no implementation for `usize += ()` [INFO] [stdout] | [INFO] [stdout] = help: the trait `AddAssign<()>` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `AddAssign`: [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:78:33 [INFO] [stdout] | [INFO] [stdout] 78 | if n == real_bytes { [INFO] [stdout] | - ^^^^^^^^^^ expected `()`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:78:33 [INFO] [stdout] | [INFO] [stdout] 78 | if n == real_bytes { [INFO] [stdout] | - ^^^^^^^^^^ expected `()`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:81:59 [INFO] [stdout] | [INFO] [stdout] 81 | ... self.buf = self.buf.split_off(n); [INFO] [stdout] | --------- ^ expected `usize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/vec/mod.rs:2303:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:81:59 [INFO] [stdout] | [INFO] [stdout] 81 | ... self.buf = self.buf.split_off(n); [INFO] [stdout] | --------- ^ expected `usize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/vec/mod.rs:2303:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot add-assign `()` to `usize` [INFO] [stdout] --> src/io/reader.rs:91:29 [INFO] [stdout] | [INFO] [stdout] 91 | pos += n; [INFO] [stdout] | ^^ no implementation for `usize += ()` [INFO] [stdout] | [INFO] [stdout] = help: the trait `AddAssign<()>` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `AddAssign`: [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot add-assign `()` to `usize` [INFO] [stdout] --> src/io/reader.rs:91:29 [INFO] [stdout] | [INFO] [stdout] 91 | pos += n; [INFO] [stdout] | ^^ no implementation for `usize += ()` [INFO] [stdout] | [INFO] [stdout] = help: the trait `AddAssign<()>` is not implemented for `usize` [INFO] [stdout] = help: the following other types implement trait `AddAssign`: [INFO] [stdout] > [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | if n == self.buf.len() { [INFO] [stdout] | - ^^^^^^^^^^^^^^ expected `()`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | if n == self.buf.len() { [INFO] [stdout] | - ^^^^^^^^^^^^^^ expected `()`, found `usize` [INFO] [stdout] | | [INFO] [stdout] | expected because this is `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | ... self.buf = self.buf.split_off(n); [INFO] [stdout] | --------- ^ expected `usize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/vec/mod.rs:2303:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/io/reader.rs:95:59 [INFO] [stdout] | [INFO] [stdout] 95 | ... self.buf = self.buf.split_off(n); [INFO] [stdout] | --------- ^ expected `usize`, found `()` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/vec/mod.rs:2303:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/reader.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | self.buf.push_all(&decrypt_chunk(&self.key, &mut self.prev, &encrypted_bytes[0..8])); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 100 | self.buf.push(&decrypt_chunk(&self.key, &mut self.prev, &encrypted_bytes[0..8])); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/reader.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | self.buf.push_all(&decrypt_chunk(&self.key, &mut self.prev, &encrypted_bytes[0..8])); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 100 | self.buf.push(&decrypt_chunk(&self.key, &mut self.prev, &encrypted_bytes[0..8])); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | ...rn Err(io::Error::new(io::ErrorKind::Other, "couldn't flush encrypted bytes to sink", [INFO] [stdout] | ___________^^^^^^^^^^^^^^_______________________________________________________________- [INFO] [stdout] 61 | | ... Some(format!("sink couldn't write the last {} bytes that were already encoded", self.enc_buf.len())))); [INFO] [stdout] | | ---------------------------------------------------------------------------------------------------- [INFO] [stdout] | |__________________________|__________________________________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(io::Error::new(io::ErrorKind::Other, "couldn't write final 8 bytes to sink", [INFO] [stdout] | ________________________^^^^^^^^^^^^^^_____________________________________________________________- [INFO] [stdout] 70 | | Some(format!("sink only accepted {} bytes, can't close this writer", written)))); [INFO] [stdout] | | ------------------------------------------------------------------------------ [INFO] [stdout] | |_______________________________________|____________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | ...rn Err(io::Error::new(io::ErrorKind::Other, "couldn't flush encrypted bytes to sink", [INFO] [stdout] | ___________^^^^^^^^^^^^^^_______________________________________________________________- [INFO] [stdout] 61 | | ... Some(format!("sink couldn't write the last {} bytes that were already encoded", self.enc_buf.len())))); [INFO] [stdout] | | ---------------------------------------------------------------------------------------------------- [INFO] [stdout] | |__________________________|__________________________________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | return Err(io::Error::new(io::ErrorKind::Other, "couldn't write final 8 bytes to sink", [INFO] [stdout] | ________________________^^^^^^^^^^^^^^_____________________________________________________________- [INFO] [stdout] 70 | | Some(format!("sink only accepted {} bytes, can't close this writer", written)))); [INFO] [stdout] | | ------------------------------------------------------------------------------ [INFO] [stdout] | |_______________________________________|____________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:115:26 [INFO] [stdout] | [INFO] [stdout] 115 | self.buf.push_all(buf); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 115 | self.buf.push(buf); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:115:26 [INFO] [stdout] | [INFO] [stdout] 115 | self.buf.push_all(buf); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 115 | self.buf.push(buf); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | self.buf.push_all(&buf[..remaining]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 119 | self.buf.push(&buf[..remaining]); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | self.buf.push_all(&buf[..remaining]); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 119 | self.buf.push(&buf[..remaining]); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:122:26 [INFO] [stdout] | [INFO] [stdout] 122 | self.enc_buf.push_all(encrypt_chunk(&self.key, &mut self.prev, &self.buf)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 122 | self.enc_buf.push(encrypt_chunk(&self.key, &mut self.prev, &self.buf)); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:122:26 [INFO] [stdout] | [INFO] [stdout] 122 | self.enc_buf.push_all(encrypt_chunk(&self.key, &mut self.prev, &self.buf)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 122 | self.enc_buf.push(encrypt_chunk(&self.key, &mut self.prev, &self.buf)); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:132:26 [INFO] [stdout] | [INFO] [stdout] 132 | self.buf.push_all(chunk); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 132 | self.buf.push(chunk); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:132:26 [INFO] [stdout] | [INFO] [stdout] 132 | self.buf.push_all(chunk); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 132 | self.buf.push(chunk); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | self.enc_buf.push_all(encrypt_chunk(&self.key, &mut self.prev, chunk)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 137 | self.enc_buf.push(encrypt_chunk(&self.key, &mut self.prev, chunk)); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | ... Err(io::Error::new(io::ErrorKind::Other, "can't flush when not on a 64-bit block boundary", [INFO] [stdout] | _________^^^^^^^^^^^^^^________________________________________________________________________- [INFO] [stdout] 160 | | ... Some(format!("we have {} plaintext bytes that we can't encrypt until a full block is done", self.buf.len())))) [INFO] [stdout] | | ------------------------------------------------------------------------------------------------------------ [INFO] [stdout] | |________________________|__________________________________________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `push_all` found for struct `Vec` in the current scope [INFO] [stdout] --> src/io/writer.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | self.enc_buf.push_all(encrypt_chunk(&self.key, &mut self.prev, chunk)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `push` with a similar name [INFO] [stdout] | [INFO] [stdout] 137 | self.enc_buf.push(encrypt_chunk(&self.key, &mut self.prev, chunk)); [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 3 arguments were supplied [INFO] [stdout] --> src/io/writer.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | ... Err(io::Error::new(io::ErrorKind::Other, "can't flush when not on a 64-bit block boundary", [INFO] [stdout] | _________^^^^^^^^^^^^^^________________________________________________________________________- [INFO] [stdout] 160 | | ... Some(format!("we have {} plaintext bytes that we can't encrypt until a full block is done", self.buf.len())))) [INFO] [stdout] | | ------------------------------------------------------------------------------------------------------------ [INFO] [stdout] | |________________________|__________________________________________________________________________________________________________| [INFO] [stdout] | | help: remove the extra argument [INFO] [stdout] | unexpected argument of type `Option` [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/std/src/io/error.rs:551:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0308, E0599, E0635, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0308, E0599, E0635, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tea` (lib) due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `tea` (lib test) due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "0425a1407de7075388fd60a7936463a59c0269c9cec93ed9bddfc25a94d6aca4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0425a1407de7075388fd60a7936463a59c0269c9cec93ed9bddfc25a94d6aca4", kill_on_drop: false }` [INFO] [stdout] 0425a1407de7075388fd60a7936463a59c0269c9cec93ed9bddfc25a94d6aca4 [INFO] checking leifwalsh/tea against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleifwalsh%2Ftea" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leifwalsh/tea on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leifwalsh/tea [INFO] finished tweaking git repo https://github.com/leifwalsh/tea [INFO] tweaked toml for git repo https://github.com/leifwalsh/tea written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/leifwalsh/tea 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb6f2f2521a82d176562fcd232bc12ee74914fe6a4627b044dc370861b5a066f [INFO] running `Command { std: "docker" "start" "-a" "cb6f2f2521a82d176562fcd232bc12ee74914fe6a4627b044dc370861b5a066f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb6f2f2521a82d176562fcd232bc12ee74914fe6a4627b044dc370861b5a066f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb6f2f2521a82d176562fcd232bc12ee74914fe6a4627b044dc370861b5a066f", kill_on_drop: false }` [INFO] [stdout] cb6f2f2521a82d176562fcd232bc12ee74914fe6a4627b044dc370861b5a066f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08abb9a391a27ed2a184e53e86cd51cccc5138ddded3e60d8a52e319faae653c [INFO] running `Command { std: "docker" "start" "-a" "08abb9a391a27ed2a184e53e86cd51cccc5138ddded3e60d8a52e319faae653c", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "08abb9a391a27ed2a184e53e86cd51cccc5138ddded3e60d8a52e319faae653c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08abb9a391a27ed2a184e53e86cd51cccc5138ddded3e60d8a52e319faae653c", kill_on_drop: false }` [INFO] [stdout] 08abb9a391a27ed2a184e53e86cd51cccc5138ddded3e60d8a52e319faae653c