[INFO] cloning repository https://github.com/tyggja/trackd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tyggja/trackd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyggja%2Ftrackd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyggja%2Ftrackd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 46eab565cc6c37cf3e093fe521f5f5d2bb57e9a6
[INFO] testing tyggja/trackd against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyggja%2Ftrackd" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tyggja/trackd
[INFO] finished tweaking git repo https://github.com/tyggja/trackd
[INFO] tweaked toml for git repo https://github.com/tyggja/trackd written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tyggja/trackd 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] crate git repo https://github.com/tyggja/trackd 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d0dd3433692f9b892fc90b8193007de97215f109e6029bc6812d2606ea1a5bac
[INFO] running `Command { std: "docker" "start" "-a" "d0dd3433692f9b892fc90b8193007de97215f109e6029bc6812d2606ea1a5bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0dd3433692f9b892fc90b8193007de97215f109e6029bc6812d2606ea1a5bac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0dd3433692f9b892fc90b8193007de97215f109e6029bc6812d2606ea1a5bac", kill_on_drop: false }`
[INFO] [stdout] d0dd3433692f9b892fc90b8193007de97215f109e6029bc6812d2606ea1a5bac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b447dff66d1a4c7d8b9b86f759555c8cbc58410bba8153385b333107cfeb4286
[INFO] running `Command { std: "docker" "start" "-a" "b447dff66d1a4c7d8b9b86f759555c8cbc58410bba8153385b333107cfeb4286", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling jwalk v0.8.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling trackd v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s
[INFO] running `Command { std: "docker" "inspect" "b447dff66d1a4c7d8b9b86f759555c8cbc58410bba8153385b333107cfeb4286", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b447dff66d1a4c7d8b9b86f759555c8cbc58410bba8153385b333107cfeb4286", kill_on_drop: false }`
[INFO] [stdout] b447dff66d1a4c7d8b9b86f759555c8cbc58410bba8153385b333107cfeb4286
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8dcf949a68f57e2f560fd36380d579bda606de65e313348b643d535b3b36f803
[INFO] running `Command { std: "docker" "start" "-a" "8dcf949a68f57e2f560fd36380d579bda606de65e313348b643d535b3b36f803", kill_on_drop: false }`
[INFO] [stderr]    Compiling trackd v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.66s
[INFO] running `Command { std: "docker" "inspect" "8dcf949a68f57e2f560fd36380d579bda606de65e313348b643d535b3b36f803", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8dcf949a68f57e2f560fd36380d579bda606de65e313348b643d535b3b36f803", kill_on_drop: false }`
[INFO] [stdout] 8dcf949a68f57e2f560fd36380d579bda606de65e313348b643d535b3b36f803
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1dbe494db7f0a0dc8aa7594257f1ce3ff72fb8f688abf2683d3cffcae5e5f740
[INFO] running `Command { std: "docker" "start" "-a" "1dbe494db7f0a0dc8aa7594257f1ce3ff72fb8f688abf2683d3cffcae5e5f740", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/trackd-60a59178c266de50)
[INFO] [stdout] running 62 tests
[INFO] [stdout] test argv_audit::tests::detects_bash_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_abs_bash_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_dash_zsh_ksh ... ok
[INFO] [stdout] test argv_audit::tests::detects_clustered_flags_ending_in_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_env_wrapper ... ok
[INFO] [stdout] test argv_audit::tests::detects_login_then_c ... ok
[INFO] [stdout] test argv_audit::tests::double_pipe_not_a_pipeline ... ok
[INFO] [stdout] test argv_audit::tests::eo_pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::escaped_pipe_ignored ... ok
[INFO] [stdout] test argv_audit::tests::euo_pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::explicit_errexit_pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::pipe_and_pipefail_allowed_regardless_of_order ... ok
[INFO] [stdout] test argv_audit::tests::pipe_inside_double_quotes_ignored ... ok
[INFO] [stdout] test argv_audit::tests::pipe_inside_single_quotes_ignored ... ok
[INFO] [stdout] test argv_audit::tests::detects_sh_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::refused_message_mentions_pipefail ... ok
[INFO] [stdout] test argv_audit::tests::rejects_shell_without_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::shell_without_pipeline_allowed ... ok
[INFO] [stdout] test argv_audit::tests::unguarded_pipeline_refused ... ok
[INFO] [stdout] test argv_audit::tests::rejects_shell_with_double_dash_terminator ... ok
[INFO] [stdout] test cli::install::tests::test_cap_not_hit_if_under_limit ... ok
[INFO] [stdout] test argv_audit::tests::rejects_non_shell ... ok
[INFO] [stdout] test argv_audit::tests::non_shell_argv_always_allowed ... ok
[INFO] [stdout] test cli::install::tests::test_classification_dedup_written_and_deleted ... ok
[INFO] [stdout] test cli::install::tests::test_cap_stops_at_limit ... ok
[INFO] [stdout] test cli::install::tests::test_classification_dedup_rename_beats_write ... ok
[INFO] [stdout] test cli::list::tests::truncate_ascii_long ... ok
[INFO] [stdout] test cli::list::tests::truncate_multibyte_does_not_panic ... ok
[INFO] [stdout] test cli::list::tests::truncate_ascii_short ... ok
[INFO] [stdout] test db::sessions::tests::outcome_failed_non_zero_exit ... ok
[INFO] [stdout] test db::sessions::tests::outcome_no_op ... ok
[INFO] [stdout] test db::sessions::tests::outcome_success ... ok
[INFO] [stdout] test db::sessions::tests::test_session_name_validation ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin trackd`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/trackd-60a59178c266de50` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "1dbe494db7f0a0dc8aa7594257f1ce3ff72fb8f688abf2683d3cffcae5e5f740", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1dbe494db7f0a0dc8aa7594257f1ce3ff72fb8f688abf2683d3cffcae5e5f740", kill_on_drop: false }`
[INFO] [stdout] 1dbe494db7f0a0dc8aa7594257f1ce3ff72fb8f688abf2683d3cffcae5e5f740
