[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyggja%2Ftrackd" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tyggja/trackd on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127
[INFO] running `Command { std: "docker" "start" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling jwalk v0.8.1
[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 comfy-table v7.2.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hashlink v0.9.1
[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 32.55s
[INFO] running `Command { std: "docker" "inspect" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling trackd v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `Command { std: "docker" "inspect" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/trackd-9b4dfab10c8f5281)
[INFO] [stdout] 
[INFO] [stdout] running 62 tests
[INFO] [stdout] test argv_audit::tests::detects_abs_bash_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_bash_dash_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_clustered_flags_ending_in_c ... ok
[INFO] [stdout] test argv_audit::tests::detects_dash_zsh_ksh ... 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::detects_sh_dash_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::explicit_errexit_pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::euo_pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::non_shell_argv_always_allowed ... ok
[INFO] [stdout] test argv_audit::tests::pipe_and_pipefail_allowed_regardless_of_order ... ok
[INFO] [stdout] test argv_audit::tests::pipe_inside_single_quotes_ignored ... ok
[INFO] [stdout] test argv_audit::tests::pipe_inside_double_quotes_ignored ... ok
[INFO] [stdout] test argv_audit::tests::pipefail_allowed ... ok
[INFO] [stdout] test argv_audit::tests::refused_message_mentions_pipefail ... ok
[INFO] [stdout] test argv_audit::tests::rejects_non_shell ... ok
[INFO] [stdout] test argv_audit::tests::rejects_shell_with_double_dash_terminator ... 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 cli::install::tests::test_cap_not_hit_if_under_limit ... ok
[INFO] [stdout] test argv_audit::tests::rejects_shell_without_dash_c ... 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::install::tests::test_classification_dedup_written_and_deleted ... ok
[INFO] [stdout] test cli::install::tests::test_classification_distinct_paths_all_recorded ... ok
[INFO] [stdout] test cli::install::tests::test_classification_metadata_suppressed_by_write ... ok
[INFO] [stdout] test cli::list::tests::truncate_ascii_long ... ok
[INFO] [stdout] test cli::list::tests::truncate_ascii_short ... ok
[INFO] [stdout] test cli::list::tests::truncate_multibyte_does_not_panic ... ok
[INFO] [stdout] test db::sessions::tests::outcome_failed_non_zero_exit ... ok
[INFO] [stdout] test db::sessions::tests::outcome_failed_takes_priority_over_change_count ... 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] [stdout] test fsutil::tests::test_check_dir_safe_rejects_user_owned_tempdir ... ok
[INFO] [stdout] test fsutil::tests::test_check_path_safe_rejects_user_writable_parent ... ok
[INFO] [stdout] test privs::tests::validate_sudo_triple_accepts_real_user ... ok
[INFO] [stdout] test fsutil::tests::test_normalize_path ... ok
[INFO] [stdout] test fsutil::tests::test_check_dir_safe_root_is_safe ... ok
[INFO] [stdout] test fsutil::tests::test_check_path_safe_rejects_symlinked_target ... ok
[INFO] [stdout] test cli::remove::tests::no_op_dry_run_preserves_session ... ok
[INFO] [stdout] test cli::remove::tests::no_op_real_remove_drops_session_from_db ... ok
[INFO] [stdout] test privs::tests::capture_and_escalate_populates_state ... ok
[INFO] [stdout] test fsutil::tests::test_normalize_relative_path ... ok
[INFO] [stdout] test fsutil::tests::test_check_path_safe_accepts_under_root_owned_chain ... ok
[INFO] [stdout] test privs::tests::validate_sudo_triple_rejects_uid_mismatch ... ok
[INFO] [stdout] test tracer::runner::tests::should_track_honors_extra_skip_paths ... ok
[INFO] [stdout] test tracer::runner::tests::should_track_hard_skip_always_applies ... ok
[INFO] [stdout] test tracer::runner::tests::test_backup_filename_no_collision ... ok
[INFO] [stdout] test tracer::runner::tests::test_backup_filename_long_paths_still_distinct ... ok
[INFO] [stdout] test tracer::runner::tests::test_backup_mode_strips_setuid_setgid_sticky ... ok
[INFO] [stdout] test tracer::runner::tests::test_should_track_exact_and_descendants ... ok
[INFO] [stdout] test tracer::runner::tests::test_backup_filename_long_path_falls_back ... ok
[INFO] [stdout] test tracer::runner::tests::test_backup_filename_reversible_short ... ok
[INFO] [stdout] test revert::plan::tests::restore_metadata_does_not_chmod_through_symlink ... ok
[INFO] [stdout] test revert::plan::tests::restore_dir_refuses_symlinked_target ... 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-9b4dfab10c8f5281` (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" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127", kill_on_drop: false }`
[INFO] [stdout] f1cb69d3acf81f8a9d0532d8f8649a55d7790a67fa506eef2a27e86a33471127
