[INFO] fetching crate rust_chacha20 0.3.0...
[INFO] testing rust_chacha20-0.3.0 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate rust_chacha20 0.3.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rust_chacha20 0.3.0
[INFO] finished tweaking crates.io crate rust_chacha20 0.3.0
[INFO] tweaked toml for crates.io crate rust_chacha20 0.3.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust_chacha20 0.3.0 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 23 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a54123a1165aa885ef0f82b2e39a2065ca8950a08f8cfaa95ab6acaeca53175
[INFO] running `Command { std: "docker" "start" "-a" "2a54123a1165aa885ef0f82b2e39a2065ca8950a08f8cfaa95ab6acaeca53175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a54123a1165aa885ef0f82b2e39a2065ca8950a08f8cfaa95ab6acaeca53175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a54123a1165aa885ef0f82b2e39a2065ca8950a08f8cfaa95ab6acaeca53175", kill_on_drop: false }`
[INFO] [stdout] 2a54123a1165aa885ef0f82b2e39a2065ca8950a08f8cfaa95ab6acaeca53175
[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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f29c0b5f2a5ae470f5e91a1b200993e872f22548e2d830f048560450f52278a
[INFO] running `Command { std: "docker" "start" "-a" "9f29c0b5f2a5ae470f5e91a1b200993e872f22548e2d830f048560450f52278a", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_chacha20 v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &[u8] {
[INFO] [stdout]    |                                 ^^                ^^              ----- the lifetime gets resolved as `'a`
[INFO] [stdout]    |                                 |                 |
[INFO] [stdout]    |                                 |                 these lifetimes flow to the output
[INFO] [stdout]    |                                 these lifetimes flow to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &'a [u8] {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] running `Command { std: "docker" "inspect" "9f29c0b5f2a5ae470f5e91a1b200993e872f22548e2d830f048560450f52278a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f29c0b5f2a5ae470f5e91a1b200993e872f22548e2d830f048560450f52278a", kill_on_drop: false }`
[INFO] [stdout] 9f29c0b5f2a5ae470f5e91a1b200993e872f22548e2d830f048560450f52278a
[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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6ea7bd75363f77571bd77bc4ea4cfef8b49326db62258f9fa876f5ff2c24db0
[INFO] running `Command { std: "docker" "start" "-a" "f6ea7bd75363f77571bd77bc4ea4cfef8b49326db62258f9fa876f5ff2c24db0", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &[u8] {
[INFO] [stdout]    |                                 ^^                ^^              ----- the lifetime gets resolved as `'a`
[INFO] [stdout]    |                                 |                 |
[INFO] [stdout]    |                                 |                 these lifetimes flow to the output
[INFO] [stdout]    |                                 these lifetimes flow to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &'a [u8] {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling rust_chacha20 v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/lib.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &[u8] {
[INFO] [stdout]    |                                 ^^                ^^              ----- the lifetime gets resolved as `'a`
[INFO] [stdout]    |                                 |                 |
[INFO] [stdout]    |                                 |                 these lifetimes flow to the output
[INFO] [stdout]    |                                 these lifetimes flow to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &'a [u8] {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.01s
[INFO] running `Command { std: "docker" "inspect" "f6ea7bd75363f77571bd77bc4ea4cfef8b49326db62258f9fa876f5ff2c24db0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6ea7bd75363f77571bd77bc4ea4cfef8b49326db62258f9fa876f5ff2c24db0", kill_on_drop: false }`
[INFO] [stdout] f6ea7bd75363f77571bd77bc4ea4cfef8b49326db62258f9fa876f5ff2c24db0
[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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 40e10194081bcfc27a38507efe45dec70505e29ae4902cd6dd5dcafb35578e5d
[INFO] running `Command { std: "docker" "start" "-a" "40e10194081bcfc27a38507efe45dec70505e29ae4902cd6dd5dcafb35578e5d", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/lib.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &[u8] {
[INFO] [stderr]    |                                 ^^                ^^              ----- the lifetime gets resolved as `'a`
[INFO] [stderr]    |                                 |                 |
[INFO] [stderr]    |                                 |                 these lifetimes flow to the output
[INFO] [stderr]    |                                 these lifetimes flow to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub fn apply_keystream<'a>(&'a mut self, to: &'a mut [u8]) -> &'a [u8] {
[INFO] [stderr]    |                                                                    ++
[INFO] [stderr] 
[INFO] [stderr] warning: `rust_chacha20` (lib) generated 1 warning
[INFO] [stderr] warning: `rust_chacha20` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chacha20-be6347f96f843f66)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::test_modulo_64 ... ok
[INFO] [stdout] test tests::test_new_from_block ... ok
[INFO] [stdout] test tests::test_quater_round ... ok
[INFO] [stdout] test tests::test_prepare_state ... ok
[INFO] [stdout] test tests::test_block_serialization ... ok
[INFO] [stdout] test tests::test_fuzz_other ... ok
[INFO] [stdout] test tests::test_block_fn ... ok
[INFO] [stdout] test tests::test_quater_round_on_block ... ok
[INFO] [stdout] test tests::test_small_plaintext ... ok
[INFO] [stdout] test tests::test_rfc_standard ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests chacha20
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 14) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 14) stdout ----
[INFO] [stdout] error[E0464]: multiple candidates for `rlib` dependency `chacha20` found
[INFO] [stdout]  --> src/lib.rs:14:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#chacha20;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: candidate #1: /opt/rustwide/target/debug/deps/libchacha20-5b40e1da0a116ece.rlib
[INFO] [stdout]   = note: candidate #2: /opt/rustwide/target/debug/deps/libchacha20-dc8841bd44caeb04.rlib
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0464`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "40e10194081bcfc27a38507efe45dec70505e29ae4902cd6dd5dcafb35578e5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40e10194081bcfc27a38507efe45dec70505e29ae4902cd6dd5dcafb35578e5d", kill_on_drop: false }`
[INFO] [stdout] 40e10194081bcfc27a38507efe45dec70505e29ae4902cd6dd5dcafb35578e5d
