[INFO] cloning repository https://github.com/blob42/pswatch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blob42/pswatch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblob42%2Fpswatch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblob42%2Fpswatch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07223cd0265fc181ec5b4288f8bdd829d11cef49 [INFO] testing blob42/pswatch against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblob42%2Fpswatch" "/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/blob42/pswatch on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/blob42/pswatch [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/blob42/pswatch [INFO] tweaked toml for git repo https://github.com/blob42/pswatch written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/blob42/pswatch 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" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mock_instant v0.5.1 [INFO] [stderr] Downloaded scc v2.2.0 [INFO] [stderr] Downloaded sd-notify v0.4.2 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 225cd17ce54c9117f2e20e82a447a33f10b1b93709d79246b6028c309800dedc [INFO] running `Command { std: "docker" "start" "-a" "225cd17ce54c9117f2e20e82a447a33f10b1b93709d79246b6028c309800dedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "225cd17ce54c9117f2e20e82a447a33f10b1b93709d79246b6028c309800dedc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "225cd17ce54c9117f2e20e82a447a33f10b1b93709d79246b6028c309800dedc", kill_on_drop: false }` [INFO] [stdout] 225cd17ce54c9117f2e20e82a447a33f10b1b93709d79246b6028c309800dedc [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e032a4c7dc0a38de677e18b4d60964823c88912b7356ffe9171037d4eadeadf8 [INFO] running `Command { std: "docker" "start" "-a" "e032a4c7dc0a38de677e18b4d60964823c88912b7356ffe9171037d4eadeadf8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.20.1 [INFO] [stderr] Compiling sd-notify v0.4.2 [INFO] [stderr] Compiling xdg v2.5.2 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling clap_builder v4.5.19 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling sysinfo v0.30.13 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling clap v4.5.19 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling pswatch v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.64s [INFO] running `Command { std: "docker" "inspect" "e032a4c7dc0a38de677e18b4d60964823c88912b7356ffe9171037d4eadeadf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e032a4c7dc0a38de677e18b4d60964823c88912b7356ffe9171037d4eadeadf8", kill_on_drop: false }` [INFO] [stdout] e032a4c7dc0a38de677e18b4d60964823c88912b7356ffe9171037d4eadeadf8 [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30908f9c7cf88b50ef04d23cfeb5a71a588a270fbf5bb77b37c65460210382ce [INFO] running `Command { std: "docker" "start" "-a" "30908f9c7cf88b50ef04d23cfeb5a71a588a270fbf5bb77b37c65460210382ce", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling sdd v3.0.3 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling mock_instant v0.5.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling scc v2.2.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rstest_macros v0.21.0 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling serial_test_derive v3.1.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling clap v4.5.19 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling serial_test v3.1.1 [INFO] [stderr] Compiling rstest v0.21.0 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling pswatch v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 40.37s [INFO] running `Command { std: "docker" "inspect" "30908f9c7cf88b50ef04d23cfeb5a71a588a270fbf5bb77b37c65460210382ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30908f9c7cf88b50ef04d23cfeb5a71a588a270fbf5bb77b37c65460210382ce", kill_on_drop: false }` [INFO] [stdout] 30908f9c7cf88b50ef04d23cfeb5a71a588a270fbf5bb77b37c65460210382ce [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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e1bbb86e35114285130557d0920f0e82540c45a2698c721d0e09facd0820f472 [INFO] running `Command { std: "docker" "start" "-a" "e1bbb86e35114285130557d0920f0e82540c45a2698c721d0e09facd0820f472", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pswatch-ad444cce91b333f0) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test process::test::default_process ... ok [INFO] [stdout] test process::test::test_not_seen_since ... ok [INFO] [stdout] test process::test::cond_seen_since ... ok [INFO] [stdout] test config::tests::config_template ... ok [INFO] [stdout] test process::test::match_process_name ... ok [INFO] [stdout] test process::test::match_pattern_exe ... ok [INFO] [stdout] test process::test::match_pattern_cmdline ... ok [INFO] [stdout] test process::test::regex_pattern_cmdline ... ok [INFO] [stdout] test process::test::regex_pattern_name ... ok [INFO] [stdout] test process::test::regex_pattern_exe ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pswatch-94be8e1f5dccd3ca) [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/process.rs (/opt/rustwide/target/debug/deps/process-e879f6d2da9d064b) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test match_cond_not_seen_2::case_1 ... ok [INFO] [stdout] test match_cond_not_seen::case_2 ... ok [INFO] [stdout] test match_cond_not_seen::case_1 ... ok [INFO] [stdout] test match_cond_seen::case_2 ... ok [INFO] [stdout] test match_cond_seen::case_1 ... ok [INFO] [stdout] test match_cond_not_seen_2::case_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.19s [INFO] [stdout] [INFO] [stderr] Doc-tests pswatch [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e1bbb86e35114285130557d0920f0e82540c45a2698c721d0e09facd0820f472", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bbb86e35114285130557d0920f0e82540c45a2698c721d0e09facd0820f472", kill_on_drop: false }` [INFO] [stdout] e1bbb86e35114285130557d0920f0e82540c45a2698c721d0e09facd0820f472