[INFO] fetching crate seq_watcher 0.1.1...
[INFO] testing seq_watcher-0.1.1 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate seq_watcher 0.1.1 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate seq_watcher 0.1.1 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 118 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4bde6a33ad804028cceffd573ed6763cae9c25cbd76bb31593befd249000e6b8
[INFO] running `Command { std: "docker" "start" "-a" "4bde6a33ad804028cceffd573ed6763cae9c25cbd76bb31593befd249000e6b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4bde6a33ad804028cceffd573ed6763cae9c25cbd76bb31593befd249000e6b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4bde6a33ad804028cceffd573ed6763cae9c25cbd76bb31593befd249000e6b8", kill_on_drop: false }`
[INFO] [stdout] 4bde6a33ad804028cceffd573ed6763cae9c25cbd76bb31593befd249000e6b8
[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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64c4c93cc375dbdf149235c5c60f567d8b2e0167445a8a5c547eda180e2cb9de
[INFO] running `Command { std: "docker" "start" "-a" "64c4c93cc375dbdf149235c5c60f567d8b2e0167445a8a5c547eda180e2cb9de", 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.28s
[INFO] running `Command { std: "docker" "inspect" "64c4c93cc375dbdf149235c5c60f567d8b2e0167445a8a5c547eda180e2cb9de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64c4c93cc375dbdf149235c5c60f567d8b2e0167445a8a5c547eda180e2cb9de", kill_on_drop: false }`
[INFO] [stdout] 64c4c93cc375dbdf149235c5c60f567d8b2e0167445a8a5c547eda180e2cb9de
[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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8934727cc8557f582c78d6725ac18b9f770a93521245f48a9794b46db1f4e209
[INFO] running `Command { std: "docker" "start" "-a" "8934727cc8557f582c78d6725ac18b9f770a93521245f48a9794b46db1f4e209", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling syn v2.0.117
[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 wait-timeout v0.2.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[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 27.12s
[INFO] running `Command { std: "docker" "inspect" "8934727cc8557f582c78d6725ac18b9f770a93521245f48a9794b46db1f4e209", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8934727cc8557f582c78d6725ac18b9f770a93521245f48a9794b46db1f4e209", kill_on_drop: false }`
[INFO] [stdout] 8934727cc8557f582c78d6725ac18b9f770a93521245f48a9794b46db1f4e209
[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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5cf8b1353af7052c5ab3907e7a380fb00ba7989cd0cbc170403ab2b666ce1b82
[INFO] running `Command { std: "docker" "start" "-a" "5cf8b1353af7052c5ab3907e7a380fb00ba7989cd0cbc170403ab2b666ce1b82", 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.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/seq_watcher-76a75f9df5faa3e3)
[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_char_sequence_watcher_always_false ... ok
[INFO] [stdout] test tests::empty_byte_sequence_watcher_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::empty_byte_sequence_is_always_false ... ok
[INFO] [stdout] test tests::empty_byte_or_char_sequence_is_always_false ... ok
[INFO] [stdout] test tests::empty_char_sequence_is_always_false ... ok
[INFO] [stdout] test tests::test_bytes_sequence ... ok
[INFO] [stdout] test tests::test_byte_or_chars_sequence ... ok
[INFO] [stdout] test tests::test_bools_sequence ... ok
[INFO] [stdout] test tests::test_chars_sequence ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests seq_watcher
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::new (line 281) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 498) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::len (line 407) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::reset (line 374) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T> (line 488) ... ok
[INFO] [stdout] test src/lib.rs - (line 75) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::index (line 352) ... ok
[INFO] [stdout] test src/lib.rs - (line 70) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::sequence (line 393) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher (line 249) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::check (line 306) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::add (line 175) ... ok
[INFO] [stdout] test src/lib.rs - (line 46) ... 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<T> (line 479) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::check (line 151) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers (line 98) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatcher<T>::expects (line 331) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::remove (line 197) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::new (line 131) ... ok
[INFO] [stdout] test src/lib.rs - SequenceWatchers<T>::len (line 215) ... 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 1.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5cf8b1353af7052c5ab3907e7a380fb00ba7989cd0cbc170403ab2b666ce1b82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cf8b1353af7052c5ab3907e7a380fb00ba7989cd0cbc170403ab2b666ce1b82", kill_on_drop: false }`
[INFO] [stdout] 5cf8b1353af7052c5ab3907e7a380fb00ba7989cd0cbc170403ab2b666ce1b82
