[INFO] cloning repository https://github.com/tmpfs/anticipate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmpfs/anticipate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmpfs%2Fanticipate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmpfs%2Fanticipate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] af3f3a229478ffb30f892cb00e85ca214afa0f03
[INFO] testing tmpfs/anticipate against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmpfs%2Fanticipate" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tmpfs/anticipate
[INFO] finished tweaking git repo https://github.com/tmpfs/anticipate
[INFO] tweaked toml for git repo https://github.com/tmpfs/anticipate written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tmpfs/anticipate on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tmpfs/anticipate 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cdf6ca1726975ff35152a8c4554b5ce40b733df955c740096138beb5b81248f9
[INFO] running `Command { std: "docker" "start" "-a" "cdf6ca1726975ff35152a8c4554b5ce40b733df955c740096138beb5b81248f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdf6ca1726975ff35152a8c4554b5ce40b733df955c740096138beb5b81248f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdf6ca1726975ff35152a8c4554b5ce40b733df955c740096138beb5b81248f9", kill_on_drop: false }`
[INFO] [stdout] cdf6ca1726975ff35152a8c4554b5ce40b733df955c740096138beb5b81248f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ec31f03244c9aecf3aed81659e93698fa5bf3a5dd0fd85e1229a5de993ae07d
[INFO] running `Command { std: "docker" "start" "-a" "6ec31f03244c9aecf3aed81659e93698fa5bf3a5dd0fd85e1229a5de993ae07d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling random v0.13.2
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling comma v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling special v0.10.3
[INFO] [stderr]    Compiling probability v0.20.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling logos-codegen v0.14.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling logos-derive v0.14.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ptyprocess v0.4.1
[INFO] [stderr]    Compiling logos v0.14.4
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ouroboros v0.18.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling anticipate v0.10.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling anticipate-runner v0.5.1 (/opt/rustwide/workdir/runner)
[INFO] [stderr]    Compiling anticipate-cli v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.56s
[INFO] running `Command { std: "docker" "inspect" "6ec31f03244c9aecf3aed81659e93698fa5bf3a5dd0fd85e1229a5de993ae07d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ec31f03244c9aecf3aed81659e93698fa5bf3a5dd0fd85e1229a5de993ae07d", kill_on_drop: false }`
[INFO] [stdout] 6ec31f03244c9aecf3aed81659e93698fa5bf3a5dd0fd85e1229a5de993ae07d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ead75b70f748c36c740c43bd0b7a3ea0d2c723ab6467279f885eb4302ecc5c72
[INFO] running `Command { std: "docker" "start" "-a" "ead75b70f748c36c740c43bd0b7a3ea0d2c723ab6467279f885eb4302ecc5c72", kill_on_drop: false }`
[INFO] [stderr]    Compiling anticipate-cli v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "ead75b70f748c36c740c43bd0b7a3ea0d2c723ab6467279f885eb4302ecc5c72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ead75b70f748c36c740c43bd0b7a3ea0d2c723ab6467279f885eb4302ecc5c72", kill_on_drop: false }`
[INFO] [stdout] ead75b70f748c36c740c43bd0b7a3ea0d2c723ab6467279f885eb4302ecc5c72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b48acf3dd685db6663e1cc86ae3a0deb249119a5c469122ce9b2fff1ae738dd7
[INFO] running `Command { std: "docker" "start" "-a" "b48acf3dd685db6663e1cc86ae3a0deb249119a5c469122ce9b2fff1ae738dd7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/anticipate-290182f54d0f517d)
[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] [stderr]      Running tests/interpreter/main.rs (/opt/rustwide/target/debug/deps/interpreter-5aa02a64030125fe)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test interpret_include ... ok
[INFO] [stdout] test interpret_escaped_newline ... ok
[INFO] [stdout] test interpret_env_var ... ok
[INFO] [stdout] test interpret_echo ... ok
[INFO] [stdout] test interpret_teletype ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/parser/main.rs (/opt/rustwide/target/debug/deps/parser-5b9ba617cbc192ac)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test parse_comment ... ok
[INFO] [stdout] test parse_flush ... ok
[INFO] [stdout] test parse_include ... ok
[INFO] [stdout] test parse_pragma_first_err ... ok
[INFO] [stdout] test parse_include_missing ... ok
[INFO] [stdout] test parse_readline ... ok
[INFO] [stdout] test parse_sendcontrol ... ok
[INFO] [stdout] test parse_sendline ... ok
[INFO] [stdout] test parse_sendline_raw ... ok
[INFO] [stdout] test parse_multi_whitespace ... ok
[INFO] [stdout] test parse_include_many ... ok
[INFO] [stdout] test parse_escaped_multiline ... ok
[INFO] [stdout] test parse_comment_heading ... ok
[INFO] [stdout] test parse_clear ... ok
[INFO] [stdout] test parse_expect ... ok
[INFO] [stdout] test parse_regex ... ok
[INFO] [stdout] test parse_sendline_raw_numeric ... ok
[INFO] [stdout] test parse_sleep ... ok
[INFO] [stdout] test parse_unknown ... ok
[INFO] [stdout] test parse_unknown_empty ... ok
[INFO] [stdout] test parse_wait ... ok
[INFO] [stdout] test parse_pragma ... ok
[INFO] [stdout] test parse_comment_leading_whitespace ... ok
[INFO] [stdout] test parse_send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b48acf3dd685db6663e1cc86ae3a0deb249119a5c469122ce9b2fff1ae738dd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b48acf3dd685db6663e1cc86ae3a0deb249119a5c469122ce9b2fff1ae738dd7", kill_on_drop: false }`
[INFO] [stdout] b48acf3dd685db6663e1cc86ae3a0deb249119a5c469122ce9b2fff1ae738dd7
