[INFO] cloning repository https://github.com/MichaelPaddon/tardis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MichaelPaddon/tardis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelPaddon%2Ftardis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelPaddon%2Ftardis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f2541ecf1486d9bfa89feefabe41de062eb98b7f
[INFO] testing MichaelPaddon/tardis against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelPaddon%2Ftardis" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/MichaelPaddon/tardis
[INFO] finished tweaking git repo https://github.com/MichaelPaddon/tardis
[INFO] tweaked toml for git repo https://github.com/MichaelPaddon/tardis written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MichaelPaddon/tardis on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MichaelPaddon/tardis 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded heapless v0.9.3
[INFO] [stderr]   Downloaded embassy-time-queue-utils v0.3.2
[INFO] [stderr]   Downloaded embassy-time-driver v0.2.2
[INFO] [stderr]   Downloaded enumset v1.1.12
[INFO] [stderr]   Downloaded embassy-time v0.5.1
[INFO] [stderr]   Downloaded embedded-svc v0.29.0
[INFO] [stderr]   Downloaded defmt-macros v1.1.0
[INFO] [stderr]   Downloaded defmt v1.1.0
[INFO] [stderr]   Downloaded esp-idf-sys v0.37.2
[INFO] [stderr]   Downloaded nmea v0.7.0
[INFO] [stderr]   Downloaded esp-idf-hal v0.46.2
[INFO] [stderr]   Downloaded bindgen v0.71.1
[INFO] [stderr]   Downloaded esp-idf-svc v0.52.1
[INFO] [stderr]   Downloaded embuild v0.33.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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] 2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e
[INFO] running `Command { std: "docker" "start" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", 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" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", 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" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling fs_at v0.2.1
[INFO] [stderr]    Compiling remove_dir_all v0.8.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling nmea v0.7.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling embuild v0.33.1
[INFO] [stderr]    Compiling tardis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 53.32s
[INFO] running `Command { std: "docker" "inspect" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", 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" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tardis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 2.24s
[INFO] running `Command { std: "docker" "inspect" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", 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" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tardis-cc63874fa506b99e)
[INFO] [stdout] 
[INFO] [stdout] running 67 tests
[INFO] [stdout] test clock_core::tests::consecutive_pairings_advance_anchor ... ok
[INFO] [stdout] test clock_core::tests::corrected_extrapolation_removes_offset ... ok
[INFO] [stdout] test clock_core::tests::date_plausible_rejects_rollover_into_past ... ok
[INFO] [stdout] test clock_core::tests::frequency_converges_to_offset ... ok
[INFO] [stdout] test clock_core::tests::frequency_ema_does_not_ratchet_under_jitter ... ok
[INFO] [stdout] test clock_core::tests::date_plausible_rejects_far_future ... ok
[INFO] [stdout] test clock_core::tests::date_plausible_fail_open_when_floor_zero ... ok
[INFO] [stdout] test clock_core::tests::date_plausible_accepts_now_and_floor ... ok
[INFO] [stdout] test clock_core::tests::holdover_dispersion_uses_residual_after_convergence ... ok
[INFO] [stdout] test clock_core::tests::implausible_frequency_sample_rejected ... ok
[INFO] [stdout] test clock_core::tests::now_unix_at_advances_seconds_correctly ... ok
[INFO] [stdout] test clock_core::tests::is_synchronized_at_window ... ok
[INFO] [stdout] test clock_core::tests::fresh_model_reports_nominal_unconverged ... ok
[INFO] [stdout] test clock_core::tests::ntp_at_monotonic_exact_pps_edge_has_zero_fraction ... ok
[INFO] [stdout] test clock_core::tests::ntp_at_monotonic_none_before_anchor ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_accepts_exact_max_gap ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_accepts_long_burst_within_window ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_accepts_missed_edge ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_recovers_after_repeated_utc_second ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_rejects_already_paired_edge ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_rejects_negative_gap ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_rejects_stale_sentence ... ok
[INFO] [stdout] test clock_core::tests::reference_ntp_none_before_pairing ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_accepts_fresh_edge ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_rejects_edge_overrun_then_recovers ... ok
[INFO] [stdout] test clock_core::tests::pps_interval_plausibility ... ok
[INFO] [stdout] test clock_core::tests::root_dispersion_grows_during_holdover ... ok
[INFO] [stdout] test clock_core::tests::root_dispersion_unsynced_past_holdover ... ok
[INFO] [stdout] test clock_core::tests::reference_ntp_seconds_only_no_fraction ... ok
[INFO] [stdout] test clock_core::tests::root_dispersion_base_when_fresh ... ok
[INFO] [stdout] test naming::tests::auto_name_uses_ntp_prefix_and_low_octets ... ok
[INFO] [stdout] test clock_core::tests::root_dispersion_unsynced_without_pairing ... ok
[INFO] [stdout] test naming::tests::no_override_falls_back_to_auto ... ok
[INFO] [stdout] test naming::tests::empty_or_whitespace_override_falls_back_to_auto ... ok
[INFO] [stdout] test naming::tests::override_is_trimmed ... ok
[INFO] [stdout] test naming::tests::override_used_verbatim ... ok
[INFO] [stdout] test nmea_parse::tests::garbage_is_ignored ... ok
[INFO] [stdout] test nmea_parse::tests::gga_reports_satellite_count ... ok
[INFO] [stdout] test nmea_parse::tests::gnrmc_multi_constellation_yields_unix_seconds ... ok
[INFO] [stdout] test nmea_parse::tests::rmc_status_a_yields_unix_seconds ... ok
[INFO] [stdout] test nmea_parse::tests::nmea_command_appends_checksum_and_crlf ... ok
[INFO] [stdout] test nmea_parse::tests::rmc_carries_no_satellite_count ... ok
[INFO] [stdout] test nmea_parse::tests::rmc_status_v_reports_invalid ... ok
[INFO] [stdout] test nmea_parse::tests::rmc_without_date_is_ignored ... ok
[INFO] [stdout] test nmea_parse::tests::vtg_is_ignored ... ok
[INFO] [stdout] test ntp_wire::tests::originate_timestamp_echoed_verbatim ... ok
[INFO] [stdout] test ntp_wire::tests::kod_reply_is_stratum0_with_kiss_code ... ok
[INFO] [stdout] test ntp_wire::tests::poll_clamp_high ... ok
[INFO] [stdout] test ntp_wire::tests::poll_passthrough ... ok
[INFO] [stdout] test ntp_wire::tests::poll_clamp_low ... ok
[INFO] [stdout] test ntp_wire::tests::reply_is_48_bytes ... ok
[INFO] [stdout] test ntp_wire::tests::synced_header_bytes ... ok
[INFO] [stdout] test ntp_wire::tests::root_dispersion_written_verbatim ... ok
[INFO] [stdout] test ntp_wire::tests::synced_refid_is_gps_ascii ... ok
[INFO] [stdout] test ntp_wire::tests::synced_root_dispersion_small ... ok
[INFO] [stdout] test ntp_wire::tests::t2_and_t4_at_correct_offsets ... ok
[INFO] [stdout] test ratelimit::tests::burst_up_to_capacity_then_denied ... ok
[INFO] [stdout] test ntp_wire::tests::unsynced_response_signals_unsync ... ok
[INFO] [stdout] test ratelimit::tests::idle_refills_to_full_burst ... ok
[INFO] [stdout] test clock_core::tests::ntp_at_monotonic_correct_value_at_half_second ... ok
[INFO] [stdout] test ratelimit::tests::distinct_clients_independent ... ok
[INFO] [stdout] test ratelimit::tests::partial_interval_does_not_refill ... ok
[INFO] [stdout] test clock_core::tests::ntp_at_monotonic_none_before_pairing ... ok
[INFO] [stdout] test clock_core::tests::pair_with_pps_rejects_zero_counter ... ok
[INFO] [stdout] test ratelimit::tests::refills_one_token_per_interval ... ok
[INFO] [stdout] test nmea_parse::tests::zda_yields_unix_seconds ... ok
[INFO] [stdout] test integration_tests::end_to_end_synced_reply_bytes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tardis-fe316bc72ab52f2e)
[INFO] [stderr] Tardis is ESP32 firmware. Build with --target xtensa-esp32-espidf.
[INFO] [stderr] error: test failed, to rerun pass `--bin tardis`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/tardis-fe316bc72ab52f2e` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e", kill_on_drop: false }`
[INFO] [stdout] 2ba19c1ad23c394d4253e205d7190807fb8be14d74df315da0752d86595b2b7e
