[INFO] cloning repository https://github.com/workingdoge/paintgun
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/workingdoge/paintgun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworkingdoge%2Fpaintgun", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworkingdoge%2Fpaintgun'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b681019c30e4341683a8ecce902473bcf4adfcda
[INFO] testing workingdoge/paintgun 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%2Fworkingdoge%2Fpaintgun" "/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/workingdoge/paintgun
[INFO] finished tweaking git repo https://github.com/workingdoge/paintgun
[INFO] tweaked toml for git repo https://github.com/workingdoge/paintgun written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/workingdoge/paintgun 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/workingdoge/paintgun 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] af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952
[INFO] running `Command { std: "docker" "start" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", 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" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952" "/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" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", 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" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling paintgun-admissibility v0.1.0 (/opt/rustwide/workdir/crates/paintgun-admissibility)
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling paintgun-dtcg v0.1.0 (/opt/rustwide/workdir/crates/paintgun-dtcg)
[INFO] [stderr]    Compiling paintgun-dsl v0.1.0 (/opt/rustwide/workdir/crates/paintgun-dsl)
[INFO] [stderr]    Compiling paintgun-gate v0.1.0 (/opt/rustwide/workdir/crates/paintgun-gate)
[INFO] [stderr]    Compiling paintgun-ids v0.1.0 (/opt/rustwide/workdir/crates/paintgun-ids)
[INFO] [stderr]    Compiling paintgun-compose v0.1.0 (/opt/rustwide/workdir/crates/paintgun-compose)
[INFO] [stderr]    Compiling paintgun-composability v0.1.0 (/opt/rustwide/workdir/crates/paintgun-composability)
[INFO] [stderr]    Compiling paintgun-kcir-kernel v0.1.0 (/opt/rustwide/workdir/crates/paintgun-kcir-kernel)
[INFO] [stderr]    Compiling paintgun-policy v0.1.0 (/opt/rustwide/workdir/crates/paintgun-policy)
[INFO] [stderr]    Compiling paintgun-resolver-model v0.1.0 (/opt/rustwide/workdir/crates/paintgun-resolver-model)
[INFO] [stderr]    Compiling paintgun-resolver-kernel v0.1.0 (/opt/rustwide/workdir/crates/paintgun-resolver-kernel)
[INFO] [stderr]    Compiling paintgun-emit v0.1.0 (/opt/rustwide/workdir/crates/paintgun-emit)
[INFO] [stderr]    Compiling paintgun-kcir v0.1.0 (/opt/rustwide/workdir/crates/paintgun-kcir)
[INFO] [stderr]    Compiling paintgun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", 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" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952" "/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 memchr v2.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling fraction v0.15.3
[INFO] [stderr]    Compiling fancy-regex v0.13.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling paintgun-dtcg v0.1.0 (/opt/rustwide/workdir/crates/paintgun-dtcg)
[INFO] [stderr]    Compiling paintgun-dsl v0.1.0 (/opt/rustwide/workdir/crates/paintgun-dsl)
[INFO] [stderr]    Compiling paintgun-compose v0.1.0 (/opt/rustwide/workdir/crates/paintgun-compose)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling paintgun-kcir-kernel v0.1.0 (/opt/rustwide/workdir/crates/paintgun-kcir-kernel)
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling paintgun-resolver-model v0.1.0 (/opt/rustwide/workdir/crates/paintgun-resolver-model)
[INFO] [stderr]    Compiling paintgun-policy v0.1.0 (/opt/rustwide/workdir/crates/paintgun-policy)
[INFO] [stderr]    Compiling paintgun-emit v0.1.0 (/opt/rustwide/workdir/crates/paintgun-emit)
[INFO] [stderr]    Compiling paintgun-resolver-kernel v0.1.0 (/opt/rustwide/workdir/crates/paintgun-resolver-kernel)
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling paintgun-kcir v0.1.0 (/opt/rustwide/workdir/crates/paintgun-kcir)
[INFO] [stderr]    Compiling paintgun-composability v0.1.0 (/opt/rustwide/workdir/crates/paintgun-composability)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling paintgun-gate v0.1.0 (/opt/rustwide/workdir/crates/paintgun-gate)
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling paintgun-ids v0.1.0 (/opt/rustwide/workdir/crates/paintgun-ids)
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling iso8601 v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling paintgun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling jsonschema v0.18.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 16s
[INFO] running `Command { std: "docker" "inspect" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", 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" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952" "/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.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/paintgun-33827c9aa6b2f568)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/paint-83ca87ac60514220)
[INFO] [stdout] 
[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] [stderr]      Running tests/admissibility_boundary.rs (/opt/rustwide/target/debug/deps/admissibility_boundary-cf8905c73d23cbd8)
[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] [stderr]      Running tests/admissibility_witnesses.rs (/opt/rustwide/target/debug/deps/admissibility_witnesses-6f797df87216d354)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test analysis_module_delegates_to_paintgun_admissibility ... ok
[INFO] [stdout] test paintgun_admissibility_module_hosts_poset_kernels ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test admissibility_runtime_reports_rejected_when_failures_exist ... ok
[INFO] [stdout] test admissibility_runtime_reports_accepted_when_no_failures_exist ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/adoption_example.rs (/opt/rustwide/target/debug/deps/adoption_example-b9b5eab2efb11de3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test external_adoption_example_runs_end_to_end ... ok
[INFO] [stderr]      Running tests/annotate_report_cli.rs (/opt/rustwide/target/debug/deps/annotate_report_cli-258ab5473c9ecf5a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test annotate_report_invalid_json_exits_nonzero ... ok
[INFO] [stdout] test annotate_report_emits_annotations_and_summary_notice ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/backend_contract.rs (/opt/rustwide/target/debug/deps/backend_contract-bfa773b212d10ad0)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test build_json_reports_backend_artifacts_and_manifest_compat_projection ... ok
[INFO] [stdout] test compose_json_reports_backend_artifacts_and_manifest_compat_projection ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/backend_registry.rs (/opt/rustwide/target/debug/deps/backend_registry-5908d7859a3546bd)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test registry_exposes_builtin_backend_specs ... ok
[INFO] [stdout] test web_tokens_backend_emits_typed_package_artifacts ... ok
[INFO] [stdout] test native_backends_emit_primary_output_and_scaffold_artifacts ... ok
[INFO] [stdout] test css_backend_emits_typed_artifacts_for_build ... ok
[INFO] [stdout] test css_backend_applies_custom_namespace_to_css_and_metadata ... ok
[INFO] [stdout] test css_backend_witness_rejects_uncovered_supported_contexts_for_three_axes ... ok
[INFO] [stdout] test css_backend_emits_component_vars_on_each_selector_cascade_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/build_cli_errors.rs (/opt/rustwide/target/debug/deps/build_cli_errors-75370951dfa534d9)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test build_invalid_resolver_json_fails_without_panic ... ok
[INFO] [stdout] test build_missing_policy_file_fails_without_panic ... ok
[INFO] [stdout] test build_from_contracts_expands_missing_required_modifiers_for_store_inputs ... ok
[INFO] [stdout] test build_css_alias_emits_web_css_backend_identity ... ok
[INFO] [stdout] test build_output_path_file_fails_without_panic ... ok
[INFO] [stdout] test build_unknown_target_fails_at_cli_validation_without_panic ... ok
[INFO] [stdout] test build_swift_alias_emits_canonical_backend_identity ... ok
[INFO] [stdout] test build_kotlin_alias_emits_android_backend_identity ... ok
[INFO] [stdout] test build_invalid_contracts_shape_fails_without_panic ... ok
[INFO] [stdout] test build_rejects_failed_backend_emission_witnesses_before_manifest ... ok
[INFO] [stdout] test build_web_tokens_backend_emits_web_package_artifacts ... ok
[INFO] [stdout] test build_css_namespace_rewrites_css_vars_and_manifest_metadata ... ok
[INFO] [stdout] test build_two_css_namespaces_have_disjoint_custom_property_surfaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/catalog_ir_schema.rs (/opt/rustwide/target/debug/deps/catalog_ir_schema-92b3560b6a216bb1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test generated_catalog_ir_matches_schema ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_version.rs (/opt/rustwide/target/debug/deps/cli_version-f46cfea30cb3ea01)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test paint_version_reports_public_binary_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/composability_boundary.rs (/opt/rustwide/target/debug/deps/composability_boundary-469bca1522527cb2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test cert_module_reexports_composability_model ... ok
[INFO] [stdout] test paintgun_composability_hosts_generic_analysis_model ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compose_boundary.rs (/opt/rustwide/target/debug/deps/compose_boundary-82239641aac29669)
[INFO] [stderr]      Running tests/compose_conflict_mode.rs (/opt/rustwide/target/debug/deps/compose_conflict_mode-5c609984cd4fe701)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test paintgun_compose_hosts_conflict_kernel ... ok
[INFO] [stdout] test compose_module_hosts_paintgun_compose_adapter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/compose_provenance.rs (/opt/rustwide/target/debug/deps/compose_provenance-cb844cdb7eacf91f)
[INFO] [stdout] test compose_conflict_mode_normalized_can_resolve_duration_conflicts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test compose_sources_canonicalize_pack_name_identity_variants ... ok
[INFO] [stdout] test compose_sources_fallback_when_authored_missing ... ok
[INFO] [stdout] test compose_sources_stamp_pack_identity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compose_witness_schema.rs (/opt/rustwide/target/debug/deps/compose_witness_schema-bc23d493c0ccfd9e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/conflict_mode.rs (/opt/rustwide/target/debug/deps/conflict_mode-3cfd75a0424498ce)
[INFO] [stdout] test compose_witnesses_match_schema ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test conflict_mode_normalized_can_resolve_semantic_duration_conflicts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/conformance.rs (/opt/rustwide/target/debug/deps/conformance-95329cbd6f09f8f8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test conformance_fixtures ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/conformance_fixture_modes.rs (/opt/rustwide/target/debug/deps/conformance_fixture_modes-2a11c62fe0d3ccd7)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test active_fixture_modes_are_v2_only ... ok
[INFO] [stderr]      Running tests/context_planning.rs (/opt/rustwide/target/debug/deps/context_planning-d7fe4a094288e041)
[INFO] [stdout] test archived_fixture_modes_stay_legacy_only ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test from_contracts_can_scope_to_relevant_axes ... ok
[INFO] [stdout] test context_modes_have_expected_cardinality ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ctc_charter_steel.rs (/opt/rustwide/target/debug/deps/ctc_charter_steel-bf8a81450ac4308b)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test charter_steel_flags_kan_conflict_for_surface_bg_at_intersection ... ok
[INFO] [stdout] test charter_steel_flags_bc_violation_for_surface_bg ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/design_md_cli.rs (/opt/rustwide/target/debug/deps/design_md_cli-3114feedd22b1c73)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test design_md_prints_template_to_stdout ... ok
[INFO] [stdout] test design_md_writes_file_and_refuses_accidental_overwrite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/diagnostics_cli.rs (/opt/rustwide/target/debug/deps/diagnostics_cli-1a82feb696d21736)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test build_writes_editor_diagnostics_projection_without_json_report_flag ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/diagnostics_projection.rs (/opt/rustwide/target/debug/deps/diagnostics_projection-4df673cb3ca82572)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test pack_diagnostics_projection_matches_schema ... ok
[INFO] [stdout] test compose_diagnostics_projection_matches_schema ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dtcg_boundary.rs (/opt/rustwide/target/debug/deps/dtcg_boundary-468129547a0f376c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test paintgun_dtcg_crate_hosts_dtcg_domain_types ... ok
[INFO] [stdout] test dtcg_module_is_a_compat_reexport ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/emit_boundary.rs (/opt/rustwide/target/debug/deps/emit_boundary-ce6cae2ed19a9d10)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test emit_module_delegates_native_logic_to_paintgun_emit ... ok
[INFO] [stdout] test web_css_module_hosts_css_split_adapter ... ok
[INFO] [stdout] test paintgun_emit_crate_hosts_emission_kernel_types ... ok
[INFO] [stderr]      Running tests/explain.rs (/opt/rustwide/target/debug/deps/explain-261b56b52c152d6e)
[INFO] [stdout] test backend_module_hosts_target_registry_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test explain_compose_conflict_includes_file_and_pointer ... ok
[INFO] [stdout] test explain_conflict_includes_file_and_pointer ... ok
[INFO] [stdout] test explain_returns_none_for_unknown_witness ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fix_allowlist_cli.rs (/opt/rustwide/target/debug/deps/fix_allowlist_cli-45b96f619b83ba5b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test fix_allowlist_rejects_unknown_witness_ids_without_panic ... ok
[INFO] [stdout] test fix_allowlist_selector_mode_can_generate_subset_to_stdout ... ok
[INFO] [stdout] test fix_allowlist_writes_reviewable_stub_and_verify_consumes_it ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gate_boundary.rs (/opt/rustwide/target/debug/deps/gate_boundary-673f4f4fecbc00c9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test paintgun_gate_module_is_adapter_only ... ok
[INFO] [stdout] test paintgun_gate_module_hosts_law_mapping ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/generated_artifact_schemas.rs (/opt/rustwide/target/debug/deps/generated_artifact_schemas-803cc1e3b14438ea)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test generated_schema_backed_artifacts_validate_end_to_end ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ids_boundary.rs (/opt/rustwide/target/debug/deps/ids_boundary-6a22923b1e6a2dd5)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test paintgun_ids_crate_hosts_typed_wrappers ... ok
[INFO] [stdout] test ids_module_is_a_compat_reexport ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/incremental_cache.rs (/opt/rustwide/target/debug/deps/incremental_cache-2fc41ba31fe79940)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test compose_reuses_incremental_cache_when_inputs_are_unchanged ... ok
[INFO] [stdout] test build_reuses_incremental_cache_when_inputs_are_unchanged ... ok
[INFO] [stdout] test build_cache_invalidates_when_policy_changes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/kcir_v2_boundary.rs (/opt/rustwide/target/debug/deps/kcir_v2_boundary-f97cfac236a8b2db)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test kcir_v2_compat_module_hosts_kernel_bridge ... ok
[INFO] [stdout] test kcir_v2_module_keeps_kernel_calls_in_compat ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/kcir_v2_profile.rs (/opt/rustwide/target/debug/deps/kcir_v2_profile-d8267f1c8ce75b2f)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test hash_profile_adapter_rejects_non_32_byte_digest_refs ... ok
[INFO] [stdout] test cross_profile_refs_are_rejected_by_scheme_id ... ok
[INFO] [stdout] test hash_profile_adapter_rejects_root_domain_mismatch ... ok
[INFO] [stdout] test hash_profile_adapter_rejects_scheme_mismatch ... ok
[INFO] [stdout] test hash_profile_adapter_rejects_obj_outputs_without_available_nf_bytes ... ok
[INFO] [stdout] test anchor_aware_profile_requires_anchors_from_core_verifier ... ok
[INFO] [stdout] test codec_bridge_accepts_non_legacy_node_refs_with_projection ... ok
[INFO] [stdout] test codec_bridge_reports_data_unavailable_for_non_legacy_node_refs ... ok
[INFO] [stdout] test hash_profile_adapter_verifies_legacy_core_store ... ok
[INFO] [stdout] test codec_aware_store_entrypoint_uses_wire_node_decoder ... ok
[INFO] [stdout] test codec_aware_store_entrypoint_uses_supplied_wire_codec ... ok
[INFO] [stdout] test len_prefixed_codec_rejects_trailing_bytes ... ok
[INFO] [stdout] test hash_profile_obj_ref_requires_env_uid_context_payload ... ok
[INFO] [stdout] test hash_profile_store_entrypoint_verifies_ref_store_contract ... ok
[INFO] [stdout] test merkle_profile_core_adapter_uses_profile_digest_backend ... ok
[INFO] [stdout] test merkle_profile_rejects_malformed_or_invalid_evidence ... ok
[INFO] [stdout] test merkle_profile_requires_matching_anchor_root_and_epoch ... ok
[INFO] [stdout] test len_prefixed_codec_verifies_map_literal_with_projected_contract_key ... ok
[INFO] [stdout] test map_bc_verifier_does_not_require_dep_cert_contract_projection ... ok
[INFO] [stdout] test len_prefixed_codec_roundtrips_variable_length_refs ... ok
[INFO] [stdout] test mor_mkcomp_verifier_uses_ref_native_projection_path ... ok
[INFO] [stdout] test mor_mktensor_verifier_uses_ref_native_projection_path ... ok
[INFO] [stdout] test merkle_profile_verifies_valid_evidence_with_anchors ... ok
[INFO] [stdout] test mor_id_verifier_uses_ref_native_projection_path ... ok
[INFO] [stdout] test obj_non_pull_verifier_uses_ref_native_projection_path ... ok
[INFO] [stdout] test mor_pull_verifier_does_not_require_dep_cert_contract_projection ... ok
[INFO] [stdout] test obj_pull_verifier_does_not_require_dep_cert_contract_projection ... ok
[INFO] [stdout] test hash_profile_anchor_entrypoint_accepts_passthrough_anchors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/native_api_versions.rs (/opt/rustwide/target/debug/deps/native_api_versions-6de35c6d4499404b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test legacy_swift_backend_id_still_projects_native_api_versions ... ok
[INFO] [stdout] test legacy_kotlin_backend_id_still_projects_native_api_versions ... ok
[INFO] [stdout] test compose_manifest_preserves_backend_artifacts_and_native_api_versions ... ok
[INFO] [stdout] test ctc_manifest_carries_backend_artifacts_and_android_native_api_version ... ok
[INFO] [stdout] test ctc_manifest_carries_backend_artifacts_and_swift_native_api_version ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/native_scaffold.rs (/opt/rustwide/target/debug/deps/native_scaffold-d5dab675b65baffa)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test swift_scaffold_preserves_alpha_color_paths ... ok
[INFO] [stdout] test android_scaffold_emits_argb_for_alpha_color_paths ... ok
[INFO] [stdout] test swift_package_scaffold_is_emitted ... ok
[INFO] [stdout] test android_compose_module_scaffold_is_emitted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pack_identity.rs (/opt/rustwide/target/debug/deps/pack_identity-e293e998f1f123c7)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test parse_pack_identity_from_label_variants ... ok
[INFO] [stdout] test canonicalize_sha256_hash_variants ... ok
[INFO] [stdout] test parse_vendor_pack_identity_detects_vendor_segment_anywhere ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/pack_identity_pinning.rs (/opt/rustwide/target/debug/deps/pack_identity_pinning-e72d1d990e80ce78)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test verify_enforces_pinned_pack_identity_content_hash ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- verify_enforces_pinned_pack_identity_content_hash stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'verify_enforces_pinned_pack_identity_content_hash' (4382) panicked at tests/pack_identity_pinning.rs:20:30:
[INFO] [stdout] create temp dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59986ff99e81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59986ff99e81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59986ff99e81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59986ff99e81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59986ffaf47a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59986ffaf47a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x59986ff9e5bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x59986ff9e5bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x59986ff76886 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59986ff76886 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59986ff913f9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59986fc4fd80 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x59986fc4fd80 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59986ff915b2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x59986ff915b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x59986ff76932 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x59986ff6dfe9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59986ff7752d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x59986ffafc4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59986ffaf9c2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x59986fc135ac - <core[6883ba1bc0fe4ed1]::result::Result<(), core[6883ba1bc0fe4ed1]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x59986fc1ba65 - pack_identity_pinning[39cc067a8fa6bf79]::temp_dir
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/pack_identity_pinning.rs:20:30
[INFO] [stdout]   22:     0x59986fc1bd6f - pack_identity_pinning[39cc067a8fa6bf79]::verify_enforces_pinned_pack_identity_content_hash
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/pack_identity_pinning.rs:41:15
[INFO] [stdout]   23:     0x59986fc1b327 - pack_identity_pinning[39cc067a8fa6bf79]::verify_enforces_pinned_pack_identity_content_hash::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/pack_identity_pinning.rs:33:55
[INFO] [stdout]   24:     0x59986fc20f66 - <pack_identity_pinning[39cc067a8fa6bf79]::verify_enforces_pinned_pack_identity_content_hash::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59986fc430bb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x59986fc430bb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x59986fc50705 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x59986fc50705 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x59986fc50705 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x59986fc50705 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x59986fc50705 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x59986fc50705 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x59986fc50705 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x59986fc4b1b4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x59986fc4b1b4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x59986fc53852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x59986fc53852 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x59986fc53852 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x59986fc53852 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x59986fc53852 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x59986fc53852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x59986fc53852 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59986ff991df - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   44:     0x59986ff991df - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x72575f1acaa4 - <unknown>
[INFO] [stdout]   46:     0x72575f239a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     verify_enforces_pinned_pack_identity_content_hash
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test pack_identity_pinning`
[INFO] running `Command { std: "docker" "inspect" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952", kill_on_drop: false }`
[INFO] [stdout] af268f2b03cc75c51978926be80c06930c551ea69b84cf95ffc37d0f2b111952
