[INFO] fetching crate seq_watcher 0.1.1...
[INFO] testing seq_watcher-0.1.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate seq_watcher 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate seq_watcher 0.1.1
[INFO] finished tweaking crates.io crate seq_watcher 0.1.1
[INFO] tweaked toml for crates.io crate seq_watcher 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate seq_watcher 0.1.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 113 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a76dcde607dc21f9f09d904b036205a7f269e5fdcf42117856c462405fd01255
[INFO] running `Command { std: "docker" "start" "-a" "a76dcde607dc21f9f09d904b036205a7f269e5fdcf42117856c462405fd01255", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a76dcde607dc21f9f09d904b036205a7f269e5fdcf42117856c462405fd01255", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a76dcde607dc21f9f09d904b036205a7f269e5fdcf42117856c462405fd01255", kill_on_drop: false }`
[INFO] [stdout] a76dcde607dc21f9f09d904b036205a7f269e5fdcf42117856c462405fd01255
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b6e99ce5cbcce0c60b7adce298a177f0c56f0731b59abe052efc57570df594e
[INFO] running `Command { std: "docker" "start" "-a" "3b6e99ce5cbcce0c60b7adce298a177f0c56f0731b59abe052efc57570df594e", kill_on_drop: false }`
[INFO] [stderr]    Compiling seq_watcher v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:22
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<'_, Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "3b6e99ce5cbcce0c60b7adce298a177f0c56f0731b59abe052efc57570df594e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b6e99ce5cbcce0c60b7adce298a177f0c56f0731b59abe052efc57570df594e", kill_on_drop: false }`
[INFO] [stdout] 3b6e99ce5cbcce0c60b7adce298a177f0c56f0731b59abe052efc57570df594e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7b1eebf0820a3400673427fba3ba7d44095d49738f1ec934db7ce02ac3be7741
[INFO] running `Command { std: "docker" "start" "-a" "7b1eebf0820a3400673427fba3ba7d44095d49738f1ec934db7ce02ac3be7741", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:22
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<'_, Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling seq_watcher v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:240:22
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<'_, Vec<T>, SequenceWatcher<T>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 45.34s
[INFO] running `Command { std: "docker" "inspect" "7b1eebf0820a3400673427fba3ba7d44095d49738f1ec934db7ce02ac3be7741", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b1eebf0820a3400673427fba3ba7d44095d49738f1ec934db7ce02ac3be7741", kill_on_drop: false }`
[INFO] [stdout] 7b1eebf0820a3400673427fba3ba7d44095d49738f1ec934db7ce02ac3be7741
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7b4bea772a2a763ed4b2d379832fb4e976128239bca63f90cb20ce1b93c14e09
[INFO] running `Command { std: "docker" "start" "-a" "7b4bea772a2a763ed4b2d379832fb4e976128239bca63f90cb20ce1b93c14e09", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:240:22
[INFO] [stderr]     |
[INFO] [stderr] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<Vec<T>, SequenceWatcher<T>> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 240 |     pub fn sequences(&self) -> std::collections::hash_map::Keys<'_, Vec<T>, SequenceWatcher<T>> {
[INFO] [stderr]     |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `seq_watcher` (lib) generated 1 warning (run `cargo fix --lib -p seq_watcher` to apply 1 suggestion)
[INFO] [stderr] warning: `seq_watcher` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/seq_watcher-6379b989545a95fd)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test tests::empty_byte_or_char_sequence_watcher_always_false ... ok
[INFO] [stdout] test tests::empty_byte_sequence_watcher_always_false ... ok
[INFO] [stdout] test tests::empty_char_sequence_watcher_always_false ... ok
[INFO] [stdout] test tests::empty_byte_sequence_is_always_false ... ok
[INFO] [stdout] test tests::test_specific_patterns ... ok
[INFO] [stdout] test tests::test_values_and_stream_test_function ... ok
[INFO] [stdout] test tests::test_bytes_sequence ... ok
[INFO] [stdout] test tests::empty_byte_or_char_sequence_is_always_false ... ok
[INFO] [stdout] test tests::test_chars_sequence ... ok
[INFO] [stdout] test tests::test_byte_or_chars_sequence ... ok
[INFO] [stdout] test tests::test_bools_sequence ... ok
[INFO] [stdout] test tests::empty_char_sequence_is_always_false ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests seq_watcher
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - (line 46) ... ok
[INFO] [stdout] test src/lib.rs - (line 70) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 479) ... ok
[INFO] [stdout] test src/lib.rs - (line 75) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 498) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 19) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 459) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher (line 249) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::expects (line 331) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::len (line 407) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 488) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::reset (line 374) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::index (line 352) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::add (line 175) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::check (line 306) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers (line 98) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::new (line 281) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::len (line 215) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::sequence (line 393) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::check (line 151) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::new (line 131) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::remove (line 197) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::sequences (line 229) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.69s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7b4bea772a2a763ed4b2d379832fb4e976128239bca63f90cb20ce1b93c14e09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b4bea772a2a763ed4b2d379832fb4e976128239bca63f90cb20ce1b93c14e09", kill_on_drop: false }`
[INFO] [stdout] 7b4bea772a2a763ed4b2d379832fb4e976128239bca63f90cb20ce1b93c14e09
