[INFO] cloning repository https://github.com/jc-su/trustd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jc-su/trustd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjc-su%2Ftrustd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjc-su%2Ftrustd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 397ccafcb50d7c205b57879757505644225cb1e8 [INFO] testing jc-su/trustd against 1.95.0 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjc-su%2Ftrustd" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jc-su/trustd [INFO] finished tweaking git repo https://github.com/jc-su/trustd [INFO] tweaked toml for git repo https://github.com/jc-su/trustd written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jc-su/trustd on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jc-su/trustd 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded multimap v0.10.1 [INFO] [stderr] Downloaded vsock v0.5.2 [INFO] [stderr] Downloaded prost-types v0.13.5 [INFO] [stderr] Downloaded prost-build v0.13.5 [INFO] [stderr] Downloaded tokio-vsock v0.7.2 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0420b2e0fe225187dd0c1e7c86a116b3460f4c4d62f69029d31984f37435c7ad [INFO] running `Command { std: "docker" "start" "-a" "0420b2e0fe225187dd0c1e7c86a116b3460f4c4d62f69029d31984f37435c7ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0420b2e0fe225187dd0c1e7c86a116b3460f4c4d62f69029d31984f37435c7ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0420b2e0fe225187dd0c1e7c86a116b3460f4c4d62f69029d31984f37435c7ad", kill_on_drop: false }` [INFO] [stdout] 0420b2e0fe225187dd0c1e7c86a116b3460f4c4d62f69029d31984f37435c7ad [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4da9dffdd462b333dbac0a7de7b9dce675eb3814d857e4ea8819be6e73725d7c [INFO] running `Command { std: "docker" "start" "-a" "4da9dffdd462b333dbac0a7de7b9dce675eb3814d857e4ea8819be6e73725d7c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling writeable v0.6.3 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling multimap v0.10.1 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling serde_with v3.18.0 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling vsock v0.5.2 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling bollard-stubs v1.45.0-rc.26.0.1 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling trustd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-vsock v0.7.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling tonic v0.12.3 [INFO] [stderr] Compiling bollard v0.17.1 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "4da9dffdd462b333dbac0a7de7b9dce675eb3814d857e4ea8819be6e73725d7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4da9dffdd462b333dbac0a7de7b9dce675eb3814d857e4ea8819be6e73725d7c", kill_on_drop: false }` [INFO] [stdout] 4da9dffdd462b333dbac0a7de7b9dce675eb3814d857e4ea8819be6e73725d7c [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 665c610200b50c5cd5cc488e69d737b400ccea9d19d6729f729c00e6bb469693 [INFO] running `Command { std: "docker" "start" "-a" "665c610200b50c5cd5cc488e69d737b400ccea9d19d6729f729c00e6bb469693", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling vsock v0.5.2 [INFO] [stderr] Compiling tokio-vsock v0.7.2 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling prost-build v0.13.5 [INFO] [stderr] Compiling tonic-build v0.12.3 [INFO] [stderr] Compiling trustd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.90s [INFO] running `Command { std: "docker" "inspect" "665c610200b50c5cd5cc488e69d737b400ccea9d19d6729f729c00e6bb469693", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "665c610200b50c5cd5cc488e69d737b400ccea9d19d6729f729c00e6bb469693", kill_on_drop: false }` [INFO] [stdout] 665c610200b50c5cd5cc488e69d737b400ccea9d19d6729f729c00e6bb469693 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5993c4f5cd6738e5f8f64f9bcd613f40eca5bf5cd7c8af666b97ae087ead252 [INFO] running `Command { std: "docker" "start" "-a" "f5993c4f5cd6738e5f8f64f9bcd613f40eca5bf5cd7c8af666b97ae087ead252", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trustd-289f040ceb0919e0) [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test event_bus::tests::publish_and_receive_event ... ok [INFO] [stdout] test remediation::tests::parse_pid_lines_accepts_valid_input ... ok [INFO] [stdout] test liveness::tests::self_heartbeat_auto_starts_monitor ... ok [INFO] [stdout] test securityfs::tests::parse_count_defaults_to_zero ... ok [INFO] [stdout] test securityfs::tests::parse_empty_attestation_is_default ... ok [INFO] [stdout] test securityfs::tests::io_error_is_mapped_with_path_context ... ok [INFO] [stdout] test securityfs::tests::parse_attestation_response_collects_fields ... ok [INFO] [stdout] test securityfs::tests::parse_json_rtmr_line_reads_expected_fields ... ok [INFO] [stdout] test securityfs::tests::parse_rtmr_line_reads_expected_fields ... ok [INFO] [stdout] test remediation::tests::sanitize_cgroup_path_normalizes_rooted_path ... ok [INFO] [stdout] test liveness::tests::self_heartbeat_reports_when_alive ... ok [INFO] [stdout] test securityfs::tests::parse_rtmr_reader_skips_invalid_rows ... ok [INFO] [stdout] test securityfs::tests::parser_keeps_measurement_paths_with_spaces ... ok [INFO] [stdout] test remediation::tests::parse_pid_lines_rejects_non_numeric_input ... ok [INFO] [stdout] test securityfs::tests::parser_ignores_unknown_attestation_keys ... ok [INFO] [stdout] test service::tests::filter_matches_type_and_cgroup ... ok [INFO] [stdout] test service::tests::get_td_quote_accepts_base64_payload ... ok [INFO] [stdout] test service::tests::restart_container_requires_cgroup_path ... ok [INFO] [stdout] test service::tests::report_heartbeat_requires_cgroup_path ... ok [INFO] [stdout] test state::tests::heartbeat_increments_counter ... ok [INFO] [stdout] test service::tests::restart_container_resets_state_and_emits_lifecycle_events ... ok [INFO] [stdout] test state::tests::remediation_reset_clears_runtime_state_and_sets_pending ... ok [INFO] [stdout] test state::tests::remove_deletes_state ... ok [INFO] [stdout] test state::tests::update_and_get_roundtrip ... ok [INFO] [stdout] test tdquote::tests::report_data_len_validation ... ok [INFO] [stdout] test remediation::tests::sanitize_cgroup_path_rejects_parent_traversal ... ok [INFO] [stdout] test unix_rpc::tests::get_container_state_missing_param ... ok [INFO] [stdout] test state::tests::monitor_toggle_works ... ok [INFO] [stdout] test liveness::tests::cgroup_process_probe_falls_back_to_tasks ... ok [INFO] [stdout] test liveness::tests::cgroup_process_probe_reads_cgroup_procs ... ok [INFO] [stdout] test tdquote::tests::get_quote_requires_64_bytes ... ok [INFO] [stdout] test remediation::tests::parse_pid_file_roundtrip ... ok [INFO] [stdout] test tdquote::tests::report_paths_are_stable ... ok [INFO] [stdout] test service::tests::report_heartbeat_records_state_and_emits_event ... ok [INFO] [stdout] test unix_rpc::tests::unknown_method_returns_error ... ok [INFO] [stdout] test securityfs::tests::parse_rtmr_line_rejects_missing_fields ... ok [INFO] [stdout] test unix_rpc::tests::get_container_state_returns_data ... ok [INFO] [stdout] test unix_rpc::tests::get_td_quote_success ... ok [INFO] [stdout] test service::tests::restart_container_invokes_restarter ... ok [INFO] [stdout] test unix_rpc::tests::get_td_quote_unavailable ... ok [INFO] [stdout] test unix_rpc::tests::get_td_quote_wrong_size ... ok [INFO] [stdout] test unix_rpc::tests::invalid_json_handled ... ok [INFO] [stdout] test unix_rpc::tests::ping_returns_info ... ok [INFO] [stdout] test unix_rpc::tests::restart_container_missing_param ... ok [INFO] [stdout] test unix_rpc::tests::restart_container_success ... ok [INFO] [stdout] test unix_rpc::tests::restart_container_empty_path ... ok [INFO] [stdout] test tdquote::tests::get_quote_roundtrip ... ok [INFO] [stdout] test watcher::tests::watcher_emits_removed_event ... ok [INFO] [stdout] test unix_rpc::tests::get_container_state_not_found ... ok [INFO] [stdout] test tdquote::tests::available_creates_report_directory ... ok [INFO] [stdout] test watcher::tests::watcher_emits_new_and_measurement_events ... FAILED [INFO] [stdout] test state::tests::heartbeat_miss_detected_once_until_next_heartbeat ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- watcher::tests::watcher_emits_new_and_measurement_events stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'watcher::tests::watcher_emits_new_and_measurement_events' (68) panicked at src/watcher.rs:247:18: [INFO] [stdout] state should exist [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f76c01ac3aa - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f76c01ac3aa - std[e28293b1aa0f68bd]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f76c01ac3aa - std[e28293b1aa0f68bd]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5f76c01ac3aa - <::print::DisplayBacktrace as core[c1f1a4ba060b9bfa]::fmt::Display>::fmt [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5f76c01c106a - ::fmt [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5f76c01c106a - core[c1f1a4ba060b9bfa]::fmt::write [INFO] [stdout] 6: 0x5f76c01b0e52 - std[e28293b1aa0f68bd]::io::default_write_fmt::> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f76c01b0e52 - as std[e28293b1aa0f68bd]::io::Write>::write_fmt [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5f76c0188fdf - ::print [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5f76c0188fdf - std[e28293b1aa0f68bd]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5f76c01a37f9 - std[e28293b1aa0f68bd]::panicking::default_hook [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5f76c004bc0c - core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5f76c004bc0c - test[273d7611820c9051]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f76c01a3a72 - core[c1f1a4ba060b9bfa]::ops::function::Fn<(&'a std[e28293b1aa0f68bd]::panic::PanicHookInfo<'b>,), Output = ()> + core[c1f1a4ba060b9bfa]::marker::Sync + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::Fn<(&std[e28293b1aa0f68bd]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5f76c01a3a72 - std[e28293b1aa0f68bd]::panicking::panic_with_hook [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5f76c0189098 - std[e28293b1aa0f68bd]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5f76c0180809 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5f76c0189dad - __rustc[b7974e8690430dd9]::rust_begin_unwind [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5f76c01c194c - core[c1f1a4ba060b9bfa]::panicking::panic_fmt [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5f76c01c1644 - core[c1f1a4ba060b9bfa]::panicking::panic_display::<&str> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panicking.rs:259:5 [INFO] [stdout] 20: 0x5f76c01c1644 - core[c1f1a4ba060b9bfa]::option::expect_failed [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/option.rs:2245:5 [INFO] [stdout] 21: 0x5f76bffcac5f - core::option::Option::expect::h44adc26ea8e9fd7c [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/option.rs:971:21 [INFO] [stdout] 22: 0x5f76c000121c - trustd::watcher::tests::watcher_emits_new_and_measurement_events::{{closure}}::h9b2d78183f8274a1 [INFO] [stdout] at /opt/rustwide/workdir/src/watcher.rs:247:18 [INFO] [stdout] 23: 0x5f76bffd2c92 - as core::future::future::Future>::poll::h2618c9e012351e1a [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/future/future.rs:133:9 [INFO] [stdout] 24: 0x5f76bffd2dad - as core::future::future::Future>::poll::h6bd20168b7d2cf55 [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/future/future.rs:133:9 [INFO] [stdout] 25: 0x5f76c002245d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h452b6a8a934c8f70 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 26: 0x5f76c002239b - tokio::task::coop::with_budget::hd55bba80ae9595e7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 27: 0x5f76c002239b - tokio::task::coop::budget::hf037d6e2783b18c4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 28: 0x5f76c002239b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hc0a6adefa5fd129d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 29: 0x5f76c001f1f0 - tokio::runtime::scheduler::current_thread::Context::enter::h31f014bf2b28d29e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 30: 0x5f76c00218cd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd25cc92b90d7dae9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 31: 0x5f76c0020aa4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h382e377d06267f33 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 32: 0x5f76c001b32b - tokio::runtime::context::scoped::Scoped::set::hcc69d69d5326cac5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 33: 0x5f76bffd6ca9 - tokio::runtime::context::set_scheduler::{{closure}}::h5a34665b7a48ccbd [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 34: 0x5f76bfff9532 - std::thread::local::LocalKey::try_with::h4cea9b73813ac3b6 [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/local.rs:513:12 [INFO] [stdout] 35: 0x5f76bfff8d5e - std::thread::local::LocalKey::with::h4d10f77876ec9568 [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/local.rs:477:20 [INFO] [stdout] 36: 0x5f76bffd6c5d - tokio::runtime::context::set_scheduler::hf93a56c77f5b7563 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 37: 0x5f76c0020850 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hf6b79d32f65839cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 38: 0x5f76c0020b06 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h79d6b6c6ade45da8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 39: 0x5f76c001e370 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::heb5efcc393423664 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 40: 0x5f76c0015213 - tokio::runtime::context::runtime::enter_runtime::h57055036cf68b111 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 41: 0x5f76c001dde1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h52ee39260d0f2217 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 42: 0x5f76bffdc5b4 - tokio::runtime::runtime::Runtime::block_on_inner::hfc4a30445e8f3167 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 43: 0x5f76bffdc77f - tokio::runtime::runtime::Runtime::block_on::haf5c9475d2ac51b7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 44: 0x5f76bffffcc3 - trustd::watcher::tests::watcher_emits_new_and_measurement_events::hf4d723de49604005 [INFO] [stdout] at /opt/rustwide/workdir/src/watcher.rs:253:59 [INFO] [stdout] 45: 0x5f76bffffd57 - trustd::watcher::tests::watcher_emits_new_and_measurement_events::{{closure}}::h87367d71e90637c0 [INFO] [stdout] at /opt/rustwide/workdir/src/watcher.rs:217:56 [INFO] [stdout] 46: 0x5f76c0036836 - core::ops::function::FnOnce::call_once::h8a4a07e8ffc1eb3f [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 47: 0x5f76c003fceb - core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 48: 0x5f76c003fceb - test[273d7611820c9051]::__rust_begin_short_backtrace::, fn() -> core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:663:18 [INFO] [stdout] 49: 0x5f76c004c6db - test[273d7611820c9051]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:74 [INFO] [stdout] 50: 0x5f76c004c6db - as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 51: 0x5f76c004c6db - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40 [INFO] [stdout] 52: 0x5f76c004c6db - std[e28293b1aa0f68bd]::panicking::catch_unwind::, core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19 [INFO] [stdout] 53: 0x5f76c004c6db - std[e28293b1aa0f68bd]::panic::catch_unwind::, core[c1f1a4ba060b9bfa]::result::Result<(), alloc[fdfd2bd8633a6659]::string::String>> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14 [INFO] [stdout] 54: 0x5f76c004c6db - test[273d7611820c9051]::run_test_in_process [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:686:27 [INFO] [stdout] 55: 0x5f76c004c6db - test[273d7611820c9051]::run_test::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:607:43 [INFO] [stdout] 56: 0x5f76c0047df4 - test[273d7611820c9051]::run_test::{closure#1} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/test/src/lib.rs:637:41 [INFO] [stdout] 57: 0x5f76c0047df4 - std[e28293b1aa0f68bd]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 58: 0x5f76c004f2e2 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 59: 0x5f76c004f2e2 - ::{closure#1}::{closure#0}> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 60: 0x5f76c004f2e2 - std[e28293b1aa0f68bd]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:581:40 [INFO] [stdout] 61: 0x5f76c004f2e2 - std[e28293b1aa0f68bd]::panicking::catch_unwind::<(), core[c1f1a4ba060b9bfa]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panicking.rs:544:19 [INFO] [stdout] 62: 0x5f76c004f2e2 - std[e28293b1aa0f68bd]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/panic.rs:359:14 [INFO] [stdout] 63: 0x5f76c004f2e2 - std[e28293b1aa0f68bd]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 64: 0x5f76c004f2e2 - ::{closure#1} as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 65: 0x5f76c01ab45f - + core[c1f1a4ba060b9bfa]::marker::Send> as core[c1f1a4ba060b9bfa]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 66: 0x5f76c01ab45f - ::new::thread_start [INFO] [stdout] at /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 67: 0x7ea41c61aaa4 - [INFO] [stdout] 68: 0x7ea41c6a7a64 - clone [INFO] [stdout] 69: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] watcher::tests::watcher_emits_new_and_measurement_events [INFO] [stdout] [INFO] [stdout] test result: FAILED. 51 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.21s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "f5993c4f5cd6738e5f8f64f9bcd613f40eca5bf5cd7c8af666b97ae087ead252", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5993c4f5cd6738e5f8f64f9bcd613f40eca5bf5cd7c8af666b97ae087ead252", kill_on_drop: false }` [INFO] [stdout] f5993c4f5cd6738e5f8f64f9bcd613f40eca5bf5cd7c8af666b97ae087ead252