[INFO] fetching crate seq_watcher 0.1.1... [INFO] testing seq_watcher-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate seq_watcher 0.1.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate seq_watcher 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 97 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.7.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7c71b6798dfc7e4890fd006054fad88550c7e0dcd636327f5174aced9109a1b7 [INFO] running `Command { std: "docker" "start" "-a" "7c71b6798dfc7e4890fd006054fad88550c7e0dcd636327f5174aced9109a1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7c71b6798dfc7e4890fd006054fad88550c7e0dcd636327f5174aced9109a1b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c71b6798dfc7e4890fd006054fad88550c7e0dcd636327f5174aced9109a1b7", kill_on_drop: false }` [INFO] [stdout] 7c71b6798dfc7e4890fd006054fad88550c7e0dcd636327f5174aced9109a1b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1808a8fd0e08a1794f590aab97b914bde175c45f3eb4541063d8447f6330de57 [INFO] running `Command { std: "docker" "start" "-a" "1808a8fd0e08a1794f590aab97b914bde175c45f3eb4541063d8447f6330de57", 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, SequenceWatcher> { [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, SequenceWatcher> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s [INFO] running `Command { std: "docker" "inspect" "1808a8fd0e08a1794f590aab97b914bde175c45f3eb4541063d8447f6330de57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1808a8fd0e08a1794f590aab97b914bde175c45f3eb4541063d8447f6330de57", kill_on_drop: false }` [INFO] [stdout] 1808a8fd0e08a1794f590aab97b914bde175c45f3eb4541063d8447f6330de57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d30cab087a00b7847c36bd25d5f9d453f0a202607a699221c36f17a058cde4ff [INFO] running `Command { std: "docker" "start" "-a" "d30cab087a00b7847c36bd25d5f9d453f0a202607a699221c36f17a058cde4ff", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bitflags v2.9.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling serde_cbor v0.11.2 [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, SequenceWatcher> { [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, SequenceWatcher> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling proptest v1.7.0 [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, SequenceWatcher> { [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, SequenceWatcher> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.22s [INFO] running `Command { std: "docker" "inspect" "d30cab087a00b7847c36bd25d5f9d453f0a202607a699221c36f17a058cde4ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d30cab087a00b7847c36bd25d5f9d453f0a202607a699221c36f17a058cde4ff", kill_on_drop: false }` [INFO] [stdout] d30cab087a00b7847c36bd25d5f9d453f0a202607a699221c36f17a058cde4ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db9c43d8d64da26965d6ceddfc672a8179c7775720af2f2e0c8aea16b1929e63 [INFO] running `Command { std: "docker" "start" "-a" "db9c43d8d64da26965d6ceddfc672a8179c7775720af2f2e0c8aea16b1929e63", 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, SequenceWatcher> { [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, SequenceWatcher> { [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.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/seq_watcher-92f01dec7353914f) [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::test_specific_patterns ... ok [INFO] [stdout] test tests::empty_byte_sequence_watcher_always_false ... ok [INFO] [stdout] test tests::test_values_and_stream_test_function ... ok [INFO] [stdout] test tests::empty_char_sequence_is_always_false ... ok [INFO] [stdout] test tests::test_byte_or_chars_sequence ... ok [INFO] [stdout] test tests::empty_byte_or_char_sequence_is_always_false ... ok [INFO] [stdout] test tests::test_bools_sequence ... ok [INFO] [stdout] test tests::test_bytes_sequence ... ok [INFO] [stdout] test tests::empty_byte_sequence_is_always_false ... 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.07s [INFO] [stdout] [INFO] [stderr] Doc-tests seq_watcher [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/lib.rs - SequenceWatcher (line 498) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 70) - compile fail ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher (line 479) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher (line 459) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::reset (line 374) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher (line 488) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::sequence (line 393) ... ok [INFO] [stdout] test src/lib.rs - (line 75) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::len (line 407) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher (line 249) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::check (line 306) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::new (line 281) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::index (line 352) ... ok [INFO] [stdout] test src/lib.rs - (line 19) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::remove (line 197) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatcher::expects (line 331) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::add (line 175) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers (line 98) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::sequences (line 229) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::len (line 215) ... ok [INFO] [stdout] test src/lib.rs - (line 46) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::new (line 131) ... ok [INFO] [stdout] test src/lib.rs - SequenceWatchers::check (line 151) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "db9c43d8d64da26965d6ceddfc672a8179c7775720af2f2e0c8aea16b1929e63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db9c43d8d64da26965d6ceddfc672a8179c7775720af2f2e0c8aea16b1929e63", kill_on_drop: false }` [INFO] [stdout] db9c43d8d64da26965d6ceddfc672a8179c7775720af2f2e0c8aea16b1929e63