[INFO] cloning repository https://github.com/jdcasale/metrics-helper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdcasale/metrics-helper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdcasale%2Fmetrics-helper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdcasale%2Fmetrics-helper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b5cb17f92ba4a235b3c68c604962e0bec1de3cfd
[INFO] testing jdcasale/metrics-helper 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%2Fjdcasale%2Fmetrics-helper" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jdcasale/metrics-helper
[INFO] finished tweaking git repo https://github.com/jdcasale/metrics-helper
[INFO] tweaked toml for git repo https://github.com/jdcasale/metrics-helper written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jdcasale/metrics-helper 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/jdcasale/metrics-helper 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 proc-macro2 v1.0.104
[INFO] [stderr]   Downloaded sketches-ddsketch v0.3.0
[INFO] [stderr]   Downloaded nibble_vec v0.1.0
[INFO] [stderr]   Downloaded endian-type v0.1.2
[INFO] [stderr]   Downloaded quanta v0.12.6
[INFO] [stderr]   Downloaded metrics v0.24.3
[INFO] [stderr]   Downloaded metrics-util v0.19.1
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.31
[INFO] [stderr]   Downloaded raw-cpuid v11.6.0
[INFO] [stderr]   Downloaded portable-atomic v1.13.0
[INFO] [stderr]   Downloaded syn v2.0.113
[INFO] [stderr]   Downloaded zerocopy v0.8.31
[INFO] [stderr]   Downloaded radix_trie v0.2.1
[INFO] [stderr]   Downloaded libc v0.2.179
[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] 9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507
[INFO] running `Command { std: "docker" "start" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", 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" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507" "/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" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", 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" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling metrics-helper-macros v0.1.5 (/opt/rustwide/workdir/crates/metrics-macros)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
[INFO] running `Command { std: "docker" "inspect" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", 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" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507" "/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 proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling sketches-ddsketch v0.3.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling metrics v0.24.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling metrics-util v0.19.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling metrics-helper-macros v0.1.5 (/opt/rustwide/workdir/crates/metrics-macros)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.35s
[INFO] running `Command { std: "docker" "inspect" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", 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" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/metrics_helper_macros-14ced721be1579e9)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compilation.rs (/opt/rustwide/target/debug/deps/compilation-bae2980250714d5f)
[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] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test runtime_tests::test_async_functions ... ok
[INFO] [stdout] test runtime_tests::test_edge_cases ... ok
[INFO] [stdout] test runtime_tests::test_full_configuration ... ok
[INFO] [stdout] test runtime_tests::test_dynamic_labels ... ok
[INFO] [stdout] test runtime_tests::test_generic_function ... ok
[INFO] [stdout] test runtime_tests::test_method_on_struct ... ok
[INFO] [stdout] test runtime_tests::test_mixed_labels ... ok
[INFO] [stdout] test runtime_tests::test_async_method ... ok
[INFO] [stdout] test runtime_tests::test_static_labels ... ok
[INFO] [stdout] test runtime_tests::test_struct_consumed_async ... ok
[INFO] [stdout] test runtime_tests::test_struct_consumed_sync ... ok
[INFO] [stdout] test runtime_tests::test_struct_field_labels ... ok
[INFO] [stdout] test runtime_tests::test_sync_functions_execute ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/metrics_verification.rs (/opt/rustwide/target/debug/deps/metrics_verification-514506adcd9e84d8)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test_counter_increments ... ok
[INFO] [stdout] test test_full_instrumentation_success ... ok
[INFO] [stdout] test test_error_counter_on_ok ... ok
[INFO] [stdout] test test_full_instrumentation_failure ... ok
[INFO] [stdout] test test_error_counter_on_err ... ok
[INFO] [stdout] test test_dynamic_labels_captured ... ok
[INFO] [stdout] test test_mixed_labels_counter ... ok
[INFO] [stdout] test test_static_labels_attached ... ok
[INFO] [stdout] test test_mixed_labels_histogram ... ok
[INFO] [stdout] test test_struct_field_labels_captured ... ok
[INFO] [stderr]    Doc-tests metrics_helper_macros
[INFO] [stdout] test test_histogram_records_duration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 10) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 100) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 25) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 43) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 53) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 74) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - (line 93) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - instrument (line 262) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - instrument (line 295) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - instrument (line 302) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - instrument (line 309) ... ignored
[INFO] [stdout] test crates/metrics-macros/src/lib.rs - instrument (line 317) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507", kill_on_drop: false }`
[INFO] [stdout] 9e081665b940efd20fecfa5cb8eb61643428a1ad51daf674dde81d3f40364507
