01KR6PGBB5655NE2CM90ZCS1B0: test-proptest

BasicConfig {
    output_rules: [
        "/work/*.log",
        "/work/proptest-regressions/*",
        "/tmp/*.db",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR6PGQMGPSY2CHRXK0B4XQH7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T15:44:31.426Zjob assigned to worker 01KR6PH6RJY6TNSMERDS2M3JT5 [factory aws, i-0145356779e618714] (queued for 1 m 7 s)
 
22026-05-09T15:44:38.050Zstarting task 0: "setup"
32026-05-09T15:44:38.054Z++ uname -s
42026-05-09T15:44:38.056Z+ kern=SunOS
52026-05-09T15:44:38.056Z+ build_user=build
62026-05-09T15:44:38.056Z+ build_uid=12345
72026-05-09T15:44:38.057Z+ work_dir=/work
82026-05-09T15:44:38.057Z+ input_dir=/input
92026-05-09T15:44:38.057Z+ [[ 0 == 12345 ]]
102026-05-09T15:44:38.057Z+ case "$kern" in
112026-05-09T15:44:38.057Z+ groupadd -g 12345 build
122026-05-09T15:44:38.059Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T15:44:40.062Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T15:44:40.171Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T15:44:40.174Z+ home_fs=zfs
162026-05-09T15:44:40.174Z+ [[ zfs == autofs ]]
172026-05-09T15:44:40.174Z+ mkdir -p /home/build
182026-05-09T15:44:40.174Z+ chown build:build /home/build /work
192026-05-09T15:44:42.175Z+ chmod 0700 /home/build /work
202026-05-09T15:44:42.178Zprocess exited: duration 4128 ms, exit code 0
 
212026-05-09T15:44:42.185Zstarting task 1: "rust-toolchain"
222026-05-09T15:44:42.188Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T15:44:42.188Z * rust toolchain channel = "stable"
242026-05-09T15:44:42.188Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-09T15:44:42.188Z * rust toolchain profile = "default"
262026-05-09T15:44:42.188Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T15:44:42.188Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T15:44:42.191Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T15:44:42.191Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T15:44:42.335Zinfo: downloading installer
312026-05-09T15:44:43.703Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T15:44:43.703Zwarn: /opt/ooce/bin
332026-05-09T15:44:43.703Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T15:44:43.703Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T15:44:43.703Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T15:44:43.703Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T15:44:43.703Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T15:44:43.703Zerror: cannot install while Rust is installed
392026-05-09T15:44:43.703Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T15:44:43.703Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T15:44:43.703Zwarn: /home/build/.rustup/settings.toml
422026-05-09T15:44:43.703Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T15:44:43.703Zwarn: instead of the one inferred from the default host triple.
442026-05-09T15:44:43.717Zinfo: profile set to default
452026-05-09T15:44:43.717Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T15:44:43.720Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T15:44:43.849Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T15:44:43.852Zinfo: downloading 6 components
492026-05-09T15:44:59.861Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T15:44:59.861Z
512026-05-09T15:44:59.887Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T15:44:59.887Z
532026-05-09T15:44:59.887Z
542026-05-09T15:44:59.887ZRust is installed now. Great!
552026-05-09T15:44:59.888Z
562026-05-09T15:44:59.888ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T15:44:59.888Zenvironment variable. This has not been done automatically.
582026-05-09T15:44:59.888Z
592026-05-09T15:44:59.888ZTo configure your current shell, you need to source
602026-05-09T15:44:59.888Zthe corresponding env file under $HOME/.cargo.
612026-05-09T15:44:59.888Z
622026-05-09T15:44:59.888ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T15:44:59.888Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T15:44:59.888Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T15:44:59.888Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T15:44:59.888Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T15:44:59.888Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T15:44:59.888Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T15:44:59.891Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T15:44:59.891Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T15:44:59.995Z+ rustup --version
722026-05-09T15:45:00.003Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T15:45:00.006Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T15:45:00.025Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T15:45:00.028Z+ cargo --version
762026-05-09T15:45:00.041Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T15:45:00.044Z+ rustc --version
782026-05-09T15:45:00.063Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T15:45:00.066Zprocess exited: duration 17877 ms, exit code 0
 
802026-05-09T15:45:00.071Zstarting task 2: "authentication"
812026-05-09T15:45:00.087Zprocess exited: duration 15 ms, exit code 0
 
822026-05-09T15:45:00.093Zstarting task 3: "clone repository"
832026-05-09T15:45:00.096Z+ mkdir -p /work/oxidecomputer/maghemite
842026-05-09T15:45:00.099Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-05-09T15:45:00.130ZCloning into '/work/oxidecomputer/maghemite'...
862026-05-09T15:45:00.992Z+ cd /work/oxidecomputer/maghemite
872026-05-09T15:45:00.992Z+ git fetch origin c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
882026-05-09T15:45:01.228ZFrom https://github.com/oxidecomputer/maghemite
892026-05-09T15:45:01.228Z * branch c59c854a70a7d9f9b0f69a48ce0cb78997bb699b -> FETCH_HEAD
902026-05-09T15:45:01.233Z+ [[ -n trey/rfd_619_wrapup ]]
912026-05-09T15:45:01.236Z++ git branch --show-current
922026-05-09T15:45:01.236Z+ current=main
932026-05-09T15:45:01.236Z+ [[ main != trey/rfd_619_wrapup ]]
942026-05-09T15:45:01.236Z+ git branch -f trey/rfd_619_wrapup c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
952026-05-09T15:45:01.239Z+ git checkout -f trey/rfd_619_wrapup
962026-05-09T15:45:01.257ZSwitched to branch 'trey/rfd_619_wrapup'
972026-05-09T15:45:01.260Z+ git reset --hard c59c854a70a7d9f9b0f69a48ce0cb78997bb699b
982026-05-09T15:45:01.274ZHEAD is now at c59c854 move PeerId and ImportExportPolicy to mg_api_types::bgp; route consumers through it
992026-05-09T15:45:01.277Zprocess exited: duration 1181 ms, exit code 0
 
1002026-05-09T15:45:01.282Zstarting task 4: "build"
1012026-05-09T15:45:01.286Z+ set -e
1022026-05-09T15:45:01.286Z+ NEXTEST_VERSION=0.9.97
1032026-05-09T15:45:01.286Z+ PLATFORM=illumos
1042026-05-09T15:45:01.286Z+ cargo --version
1052026-05-09T15:45:01.291Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1062026-05-09T15:45:01.424Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1072026-05-09T15:45:01.427Zinfo: downloading 6 components
1082026-05-09T15:45:16.342Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1092026-05-09T15:45:16.345Z+ rustc --version
1102026-05-09T15:45:16.372Zrustc 1.95.0 (59807616e 2026-04-14)
1112026-05-09T15:45:16.375Z+ cargo install cargo-nextest --version 0.9.97
1122026-05-09T15:45:16.417Z Updating crates.io index
1132026-05-09T15:45:16.509Z Downloading crates ...
1142026-05-09T15:45:16.559Z Downloaded cargo-nextest v0.9.97
1152026-05-09T15:45:16.619Z Installing cargo-nextest v0.9.97
1162026-05-09T15:45:16.660Z Updating crates.io index
1172026-05-09T15:45:19.106Z Locking 404 packages to latest compatible versions
1182026-05-09T15:45:19.110Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-05-09T15:45:19.113Z Adding duct v0.13.7 (available: v1.1.1)
1202026-05-09T15:45:19.113Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-05-09T15:45:19.113Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-05-09T15:45:19.116Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1232026-05-09T15:45:19.116Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-05-09T15:45:19.116Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-05-09T15:45:19.119Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1262026-05-09T15:45:19.122Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-05-09T15:45:19.139Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-05-09T15:45:19.148Z Downloading crates ...
1292026-05-09T15:45:19.206Z Downloaded atomicwrites v0.4.4
1302026-05-09T15:45:19.209Z Downloaded atomic-waker v1.1.2
1312026-05-09T15:45:19.209Z Downloaded async-scoped v0.9.0
1322026-05-09T15:45:19.213Z Downloaded anstyle-query v1.1.5
1332026-05-09T15:45:19.220Z Downloaded autocfg v1.5.0
1342026-05-09T15:45:19.222Z Downloaded anstyle-parse v1.0.0
1352026-05-09T15:45:19.225Z Downloaded convert_case v0.10.0
1362026-05-09T15:45:19.225Z Downloaded colorchoice v1.0.5
1372026-05-09T15:45:19.228Z Downloaded addr2line v0.25.1
1382026-05-09T15:45:19.231Z Downloaded duct v0.13.7
1392026-05-09T15:45:19.231Z Downloaded idna_adapter v1.0.0
1402026-05-09T15:45:19.233Z Downloaded ed25519 v2.2.3
1412026-05-09T15:45:19.233Z Downloaded document-features v0.2.12
1422026-05-09T15:45:19.236Z Downloaded backtrace v0.3.76
1432026-05-09T15:45:19.239Z Downloaded futures-sink v0.3.32
1442026-05-09T15:45:19.241Z Downloaded os_pipe v1.2.3
1452026-05-09T15:45:19.244Z Downloaded foldhash v0.1.5
1462026-05-09T15:45:19.244Z Downloaded home v0.5.12
1472026-05-09T15:45:19.247Z Downloaded equivalent v1.0.2
1482026-05-09T15:45:19.247Z Downloaded crypto-common v0.1.7
1492026-05-09T15:45:19.247Z Downloaded scopeguard v1.2.0
1502026-05-09T15:45:19.250Z Downloaded hyper-util v0.1.20
1512026-05-09T15:45:19.252Z Downloaded form_urlencoded v1.2.2
1522026-05-09T15:45:19.255Z Downloaded parking_lot_core v0.9.12
1532026-05-09T15:45:19.255Z Downloaded globset v0.4.18
1542026-05-09T15:45:19.257Z Downloaded dialoguer v0.11.0
1552026-05-09T15:45:19.260Z Downloaded digest v0.10.7
1562026-05-09T15:45:19.260Z Downloaded pin-project v1.1.12
1572026-05-09T15:45:19.266Z Downloaded rustc-hash v2.1.2
1582026-05-09T15:45:19.269Z Downloaded is_ci v1.2.0
1592026-05-09T15:45:19.269Z Downloaded humantime-serde v1.1.1
1602026-05-09T15:45:19.272Z Downloaded percent-encoding v2.3.2
1612026-05-09T15:45:19.272Z Downloaded hyper-rustls v0.27.9
1622026-05-09T15:45:19.272Z Downloaded itoa v1.0.18
1632026-05-09T15:45:19.274Z Downloaded fnv v1.0.7
1642026-05-09T15:45:19.274Z Downloaded cpufeatures v0.2.17
1652026-05-09T15:45:19.278Z Downloaded cargo_metadata v0.23.1
1662026-05-09T15:45:19.278Z Downloaded errno v0.3.14
1672026-05-09T15:45:19.281Z Downloaded debug-ignore v1.0.5
1682026-05-09T15:45:19.281Z Downloaded cargo-platform v0.2.0
1692026-05-09T15:45:19.281Z Downloaded adler2 v2.0.1
1702026-05-09T15:45:19.283Z Downloaded futures-core v0.3.32
1712026-05-09T15:45:19.283Z Downloaded backtrace-ext v0.2.1
1722026-05-09T15:45:19.286Z Downloaded foreign-types v0.3.2
1732026-05-09T15:45:19.286Z Downloaded curve25519-dalek-derive v0.1.1
1742026-05-09T15:45:19.289Z Downloaded block-buffer v0.10.4
1752026-05-09T15:45:19.289Z Downloaded hex v0.4.3
1762026-05-09T15:45:19.292Z Downloaded pkcs8 v0.10.2
1772026-05-09T15:45:19.292Z Downloaded generic-array v0.14.7
1782026-05-09T15:45:19.295Z Downloaded clap_lex v1.1.0
1792026-05-09T15:45:19.295Z Downloaded cfg_aliases v0.2.1
1802026-05-09T15:45:19.298Z Downloaded getrandom v0.3.4
1812026-05-09T15:45:19.301Z Downloaded rand_core v0.9.5
1822026-05-09T15:45:19.304Z Downloaded humantime v2.3.0
1832026-05-09T15:45:19.304Z Downloaded futures-io v0.3.32
1842026-05-09T15:45:19.304Z Downloaded iana-time-zone v0.1.65
1852026-05-09T15:45:19.308Z Downloaded proc-macro2 v1.0.106
1862026-05-09T15:45:19.311Z Downloaded quote v1.0.45
1872026-05-09T15:45:19.311Z Downloaded cargo-platform v0.3.3
1882026-05-09T15:45:19.313Z Downloaded camino-tempfile v1.4.1
1892026-05-09T15:45:19.313Z Downloaded miette-derive v7.6.0
1902026-05-09T15:45:19.316Z Downloaded newtype-uuid v1.3.2
1912026-05-09T15:45:19.316Z Downloaded openssl-macros v0.1.1
1922026-05-09T15:45:19.318Z Downloaded futures-task v0.3.32
1932026-05-09T15:45:19.318Z Downloaded number_prefix v0.4.0
1942026-05-09T15:45:19.321Z Downloaded heck v0.5.0
1952026-05-09T15:45:19.321Z Downloaded guppy-workspace-hack v0.1.0
1962026-05-09T15:45:19.321Z Downloaded is_terminal_polyfill v1.70.2
1972026-05-09T15:45:19.324Z Downloaded mukti-metadata v0.3.0
1982026-05-09T15:45:19.324Z Downloaded hyper-tls v0.6.0
1992026-05-09T15:45:19.326Z Downloaded futures-macro v0.3.32
2002026-05-09T15:45:19.326Z Downloaded indent_write v2.2.0
2012026-05-09T15:45:19.326Z Downloaded foreign-types-shared v0.1.1
2022026-05-09T15:45:19.329Z Downloaded http-body v1.0.1
2032026-05-09T15:45:19.329Z Downloaded color-spantrace v0.3.0
2042026-05-09T15:45:19.329Z Downloaded enable-ansi-support v0.2.1
2052026-05-09T15:45:19.332Z Downloaded cfg-if v1.0.4
2062026-05-09T15:45:19.336Z Downloaded indenter v0.3.4
2072026-05-09T15:45:19.340Z Downloaded serde_ignored v0.1.14
2082026-05-09T15:45:19.343Z Downloaded serde_urlencoded v0.7.1
2092026-05-09T15:45:19.343Z Downloaded serde_spanned v1.1.1
2102026-05-09T15:45:19.346Z Downloaded miniz_oxide v0.8.9
2112026-05-09T15:45:19.348Z Downloaded fastrand v2.4.1
2122026-05-09T15:45:19.351Z Downloaded anstyle v1.0.14
2132026-05-09T15:45:19.351Z Downloaded base64ct v1.8.3
2142026-05-09T15:45:19.353Z Downloaded rustc_version v0.4.1
2152026-05-09T15:45:19.356Z Downloaded shared_child v1.1.1
2162026-05-09T15:45:19.359Z Downloaded shell-words v1.1.1
2172026-05-09T15:45:19.359Z Downloaded signal-hook-mio v0.2.5
2182026-05-09T15:45:19.363Z Downloaded find-msvc-tools v0.1.9
2192026-05-09T15:45:19.366Z Downloaded anstream v1.0.0
2202026-05-09T15:45:19.369Z Downloaded lru-slab v0.1.2
2212026-05-09T15:45:19.371Z Downloaded signature v2.2.0
2222026-05-09T15:45:19.374Z Downloaded sigchld v0.2.4
2232026-05-09T15:45:19.380Z Downloaded strsim v0.11.1
2242026-05-09T15:45:19.383Z Downloaded pathdiff v0.2.3
2252026-05-09T15:45:19.383Z Downloaded nested v0.1.1
2262026-05-09T15:45:19.385Z Downloaded sync_wrapper v1.0.2
2272026-05-09T15:45:19.385Z Downloaded supports-hyperlinks v3.2.0
2282026-05-09T15:45:19.385Z Downloaded supports-color v3.0.2
2292026-05-09T15:45:19.388Z Downloaded strip-ansi-escapes v0.2.1
2302026-05-09T15:45:19.390Z Downloaded lock_api v0.4.14
2312026-05-09T15:45:19.391Z Downloaded pin-project-internal v1.1.12
2322026-05-09T15:45:19.393Z Downloaded tinyvec_macros v0.1.1
2332026-05-09T15:45:19.393Z Downloaded jobserver v0.1.34
2342026-05-09T15:45:19.398Z Downloaded ppv-lite86 v0.2.21
2352026-05-09T15:45:19.400Z Downloaded cfg-expr v0.20.7
2362026-05-09T15:45:19.400Z Downloaded self-replace v1.5.0
2372026-05-09T15:45:19.403Z Downloaded erased-serde v0.4.10
2382026-05-09T15:45:19.403Z Downloaded cargo_metadata v0.20.0
2392026-05-09T15:45:19.409Z Downloaded fixedbitset v0.5.7
2402026-05-09T15:45:19.412Z Downloaded future-queue v0.4.0
2412026-05-09T15:45:19.415Z Downloaded openssl-probe v0.2.1
2422026-05-09T15:45:19.417Z Downloaded nextest-workspace-hack v0.1.0
2432026-05-09T15:45:19.417Z Downloaded futures-executor v0.3.32
2442026-05-09T15:45:19.417Z Downloaded serde-value v0.7.0
2452026-05-09T15:45:19.420Z Downloaded filetime v0.2.28
2462026-05-09T15:45:19.424Z Downloaded serde_spanned v0.6.9
2472026-05-09T15:45:19.424Z Downloaded http-body-util v0.1.3
2482026-05-09T15:45:19.424Z Downloaded futures v0.3.32
2492026-05-09T15:45:19.426Z Downloaded toml_datetime v0.6.11
2502026-05-09T15:45:19.429Z Downloaded supports-unicode v3.0.0
2512026-05-09T15:45:19.429Z Downloaded subtle v2.6.1
2522026-05-09T15:45:19.432Z Downloaded tower-service v0.3.3
2532026-05-09T15:45:19.435Z Downloaded bitflags v2.11.1
2542026-05-09T15:45:19.438Z Downloaded tokio-macros v2.7.0
2552026-05-09T15:45:19.438Z Downloaded serde_path_to_error v0.1.20
2562026-05-09T15:45:19.443Z Downloaded pin-project-lite v0.2.17
2572026-05-09T15:45:19.446Z Downloaded owo-colors v4.3.0
2582026-05-09T15:45:19.449Z Downloaded config v0.15.22
2592026-05-09T15:45:19.452Z Downloaded tower-layer v0.3.3
2602026-05-09T15:45:19.452Z Downloaded signal-hook-registry v1.4.8
2612026-05-09T15:45:19.452Z Downloaded ipnet v2.12.0
2622026-05-09T15:45:19.455Z Downloaded rustc-demangle v0.1.27
2632026-05-09T15:45:19.455Z Downloaded try-lock v0.2.5
2642026-05-09T15:45:19.455Z Downloaded native-tls v0.2.18
2652026-05-09T15:45:19.462Z Downloaded typeid v1.0.3
2662026-05-09T15:45:19.462Z Downloaded tracing-error v0.2.1
2672026-05-09T15:45:19.462Z Downloaded unicode-linebreak v0.1.5
2682026-05-09T15:45:19.462Z Downloaded rand_core v0.6.4
2692026-05-09T15:45:19.462Z Downloaded serde-untagged v0.1.9
2702026-05-09T15:45:19.462Z Downloaded rand_chacha v0.9.0
2712026-05-09T15:45:19.462Z Downloaded swrite v0.1.0
2722026-05-09T15:45:19.462Z Downloaded slab v0.4.12
2732026-05-09T15:45:19.466Z Downloaded simd-adler32 v0.3.9
2742026-05-09T15:45:19.466Z Downloaded clap_derive v4.6.1
2752026-05-09T15:45:19.466Z Downloaded thiserror v2.0.18
2762026-05-09T15:45:19.469Z Downloaded terminal_size v0.4.4
2772026-05-09T15:45:19.471Z Downloaded target-spec-miette v0.4.6
2782026-05-09T15:45:19.472Z Downloaded thiserror-impl v1.0.69
2792026-05-09T15:45:19.474Z Downloaded urlencoding v2.1.3
2802026-05-09T15:45:19.474Z Downloaded untrusted v0.9.0
2812026-05-09T15:45:19.474Z Downloaded httparse v1.10.1
2822026-05-09T15:45:19.477Z Downloaded utf8parse v0.2.2
2832026-05-09T15:45:19.477Z Downloaded thiserror v1.0.69
2842026-05-09T15:45:19.480Z Downloaded thread_local v1.1.9
2852026-05-09T15:45:19.480Z Downloaded console v0.15.11
2862026-05-09T15:45:19.482Z Downloaded quinn-udp v0.5.14
2872026-05-09T15:45:19.485Z Downloaded futures-channel v0.3.32
2882026-05-09T15:45:19.485Z Downloaded either v1.15.0
2892026-05-09T15:45:19.485Z Downloaded cargo-util-schemas v0.2.0
2902026-05-09T15:45:19.488Z Downloaded unicode-xid v0.2.6
2912026-05-09T15:45:19.488Z Downloaded const-oid v0.9.6
2922026-05-09T15:45:19.490Z Downloaded version_check v0.9.5
2932026-05-09T15:45:19.490Z Downloaded static_assertions v1.1.0
2942026-05-09T15:45:19.490Z Downloaded camino v1.2.2
2952026-05-09T15:45:19.493Z Downloaded litrs v1.0.0
2962026-05-09T15:45:19.493Z Downloaded derive-where v1.6.1
2972026-05-09T15:45:19.496Z Downloaded thiserror-impl v2.0.18
2982026-05-09T15:45:19.496Z Downloaded pkg-config v0.3.33
2992026-05-09T15:45:19.499Z Downloaded spki v0.7.3
3002026-05-09T15:45:19.499Z Downloaded xattr v1.6.1
3012026-05-09T15:45:19.499Z Downloaded tokio-native-tls v0.3.1
3022026-05-09T15:45:19.501Z Downloaded shlex v1.3.0
3032026-05-09T15:45:19.501Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3042026-05-09T15:45:19.501Z Downloaded clap v4.6.1
3052026-05-09T15:45:19.506Z Downloaded want v0.3.1
3062026-05-09T15:45:19.509Z Downloaded target-lexicon v0.13.3
3072026-05-09T15:45:19.509Z Downloaded toml_write v0.1.2
3082026-05-09T15:45:19.512Z Downloaded eyre v0.6.12
3092026-05-09T15:45:19.512Z Downloaded getrandom v0.4.2
3102026-05-09T15:45:19.514Z Downloaded getrandom v0.2.17
3112026-05-09T15:45:19.517Z Downloaded bytes v1.11.1
3122026-05-09T15:45:19.517Z Downloaded toml_writer v1.1.1+spec-1.1.0
3132026-05-09T15:45:19.520Z Downloaded sha2 v0.10.9
3142026-05-09T15:45:19.520Z Downloaded tracing-log v0.2.0
3152026-05-09T15:45:19.522Z Downloaded smol_str v0.3.6
3162026-05-09T15:45:19.522Z Downloaded ordered-float v2.10.1
3172026-05-09T15:45:19.522Z Downloaded unicase v2.9.0
3182026-05-09T15:45:19.525Z Downloaded nextest-metadata v0.12.2
3192026-05-09T15:45:19.529Z Downloaded nextest-filtering v0.15.0
3202026-05-09T15:45:19.529Z Downloaded tempfile v3.27.0
3212026-05-09T15:45:19.532Z Downloaded parking_lot v0.12.5
3222026-05-09T15:45:19.532Z Downloaded once_cell v1.21.4
3232026-05-09T15:45:19.532Z Downloaded smallvec v1.15.1
3242026-05-09T15:45:19.536Z Downloaded self_update v0.42.0
3252026-05-09T15:45:19.539Z Downloaded utf8_iter v1.0.4
3262026-05-09T15:45:19.539Z Downloaded lazy_static v1.5.0
3272026-05-09T15:45:19.539Z Downloaded semver v1.0.28
3282026-05-09T15:45:19.539Z Downloaded ed25519-dalek v2.2.0
3292026-05-09T15:45:19.541Z Downloaded crc32fast v1.5.0
3302026-05-09T15:45:19.544Z Downloaded serde_core v1.0.228
3312026-05-09T15:45:19.547Z Downloaded log v0.4.29
3322026-05-09T15:45:19.547Z Downloaded ryu v1.0.23
3332026-05-09T15:45:19.549Z Downloaded num-traits v0.2.19
3342026-05-09T15:45:19.552Z Downloaded der v0.7.10
3352026-05-09T15:45:19.555Z Downloaded zipsign-api v0.1.5
3362026-05-09T15:45:19.557Z Downloaded quick-junit v0.5.2
3372026-05-09T15:45:19.557Z Downloaded serde_derive v1.0.228
3382026-05-09T15:45:19.562Z Downloaded xxhash-rust v0.8.15
3392026-05-09T15:45:19.565Z Downloaded signal-hook v0.3.18
3402026-05-09T15:45:19.565Z Downloaded derive_more-impl v2.1.1
3412026-05-09T15:45:19.568Z Downloaded zstd-safe v7.2.4
3422026-05-09T15:45:19.570Z Downloaded ahash v0.8.12
3432026-05-09T15:45:19.571Z Downloaded target-spec v3.6.0
3442026-05-09T15:45:19.573Z Downloaded socket2 v0.6.3
3452026-05-09T15:45:19.573Z Downloaded zmij v1.0.21
3462026-05-09T15:45:19.576Z Downloaded toml_parser v1.1.2+spec-1.1.0
3472026-05-09T15:45:19.576Z Downloaded toml v0.8.23
3482026-05-09T15:45:19.578Z Downloaded zstd v0.13.3
3492026-05-09T15:45:19.578Z Downloaded zeroize v1.8.2
3502026-05-09T15:45:19.581Z Downloaded base64 v0.22.1
3512026-05-09T15:45:19.581Z Downloaded tracing-attributes v0.1.31
3522026-05-09T15:45:19.585Z Downloaded derive_more v2.1.1
3532026-05-09T15:45:19.591Z Downloaded tokio-rustls v0.26.4
3542026-05-09T15:45:19.593Z Downloaded rustls-pki-types v1.14.1
3552026-05-09T15:45:19.593Z Downloaded sharded-slab v0.1.7
3562026-05-09T15:45:19.600Z Downloaded unicode-ident v1.0.24
3572026-05-09T15:45:19.604Z Downloaded textwrap v0.16.2
3582026-05-09T15:45:19.606Z Downloaded borsh v1.6.1
3592026-05-09T15:45:19.609Z Downloaded tinyvec v1.11.0
3602026-05-09T15:45:19.609Z Downloaded flate2 v1.1.9
3612026-05-09T15:45:19.617Z Downloaded vte v0.14.1
3622026-05-09T15:45:19.620Z Downloaded tokio-stream v0.1.18
3632026-05-09T15:45:19.623Z Downloaded toml_edit v0.22.27
3642026-05-09T15:45:19.625Z Downloaded toml v1.1.2+spec-1.1.0
3652026-05-09T15:45:19.646Z Downloaded indicatif v0.17.11
3662026-05-09T15:45:19.649Z Downloaded tar v0.4.45
3672026-05-09T15:45:19.652Z Downloaded tracing-core v0.1.36
3682026-05-09T15:45:19.652Z Downloaded cc v1.2.62
3692026-05-09T15:45:19.660Z Downloaded url v2.5.8
3702026-05-09T15:45:19.663Z Downloaded hyper v1.9.0
3712026-05-09T15:45:19.666Z Downloaded uuid v1.23.1
3722026-05-09T15:45:19.682Z Downloaded rustls-webpki v0.103.13
3732026-05-09T15:45:19.684Z Downloaded http v1.4.0
3742026-05-09T15:45:19.692Z Downloaded tower v0.5.3
3752026-05-09T15:45:19.697Z Downloaded crossterm v0.29.0
3762026-05-09T15:45:19.703Z Downloaded unicode-segmentation v1.13.2
3772026-05-09T15:45:19.706Z Downloaded indexmap v2.14.0
3782026-05-09T15:45:19.708Z Downloaded guppy v0.17.25
3792026-05-09T15:45:19.712Z Downloaded reqwest v0.12.28
3802026-05-09T15:45:19.714Z Downloaded serde v1.0.228
3812026-05-09T15:45:19.717Z Downloaded openssl-sys v0.9.115
3822026-05-09T15:45:19.724Z Downloaded regex v1.12.3
3832026-05-09T15:45:19.727Z Downloaded hashbrown v0.15.5
3842026-05-09T15:45:19.730Z Downloaded rand v0.9.4
3852026-05-09T15:45:19.733Z Downloaded serde_json v1.0.149
3862026-05-09T15:45:19.737Z Downloaded memchr v2.8.0
3872026-05-09T15:45:19.740Z Downloaded h2 v0.4.14
3882026-05-09T15:45:19.744Z Downloaded hashbrown v0.17.1
3892026-05-09T15:45:19.750Z Downloaded clap_builder v4.6.0
3902026-05-09T15:45:19.753Z Downloaded quinn v0.11.9
3912026-05-09T15:45:19.756Z Downloaded tower-http v0.6.10
3922026-05-09T15:45:19.760Z Downloaded futures-util v0.3.32
3932026-05-09T15:45:19.767Z Downloaded aho-corasick v1.1.4
3942026-05-09T15:45:19.771Z Downloaded mio v1.2.0
3952026-05-09T15:45:19.773Z Downloaded miette v7.6.0
3962026-05-09T15:45:19.783Z Downloaded winnow v1.0.2
3972026-05-09T15:45:19.789Z Downloaded typenum v1.20.0
3982026-05-09T15:45:19.803Z Downloaded tracing-subscriber v0.3.23
3992026-05-09T15:45:19.807Z Downloaded chrono v0.4.44
4002026-05-09T15:45:19.811Z Downloaded vcpkg v0.2.15
4012026-05-09T15:45:19.833Z Downloaded unicode-normalization v0.1.25
4022026-05-09T15:45:19.836Z Downloaded gimli v0.32.3
4032026-05-09T15:45:19.839Z Downloaded unicode-width v0.1.14
4042026-05-09T15:45:19.842Z Downloaded curve25519-dalek v4.1.3
4052026-05-09T15:45:19.847Z Downloaded unicode-width v0.2.2
4062026-05-09T15:45:19.850Z Downloaded bstr v1.12.1
4072026-05-09T15:45:19.854Z Downloaded itertools v0.14.0
4082026-05-09T15:45:19.858Z Downloaded pulldown-cmark v0.13.3
4092026-05-09T15:45:19.861Z Downloaded idna v1.1.0
4102026-05-09T15:45:19.864Z Downloaded tokio-util v0.7.18
4112026-05-09T15:45:19.867Z Downloaded ron v0.12.1
4122026-05-09T15:45:19.889Z Downloaded color-eyre v0.6.5
4132026-05-09T15:45:19.893Z Downloaded portable-atomic v1.13.1
4142026-05-09T15:45:19.899Z Downloaded regex-syntax v0.8.10
4152026-05-09T15:45:19.903Z Downloaded tokio v1.52.3
4162026-05-09T15:45:19.926Z Downloaded quick-xml v0.38.4
4172026-05-09T15:45:19.929Z Downloaded quick-xml v0.37.5
4182026-05-09T15:45:19.933Z Downloaded winnow v0.7.15
4192026-05-09T15:45:19.962Z Downloaded webpki-roots v1.0.7
4202026-05-09T15:45:19.965Z Downloaded quinn-proto v0.11.14
4212026-05-09T15:45:20.007Z Downloaded nextest-runner v0.80.0
4222026-05-09T15:45:20.031Z Downloaded openssl v0.10.79
4232026-05-09T15:45:20.037Z Downloaded zerocopy v0.8.48
4242026-05-09T15:45:20.047Z Downloaded syn v2.0.117
4252026-05-09T15:45:20.055Z Downloaded object v0.37.3
4262026-05-09T15:45:20.060Z Downloaded nix v0.30.1
4272026-05-09T15:45:20.075Z Downloaded rustls v0.23.40
4282026-05-09T15:45:20.084Z Downloaded rustix v0.38.44
4292026-05-09T15:45:20.113Z Downloaded rustix v1.1.4
4302026-05-09T15:45:20.133Z Downloaded tracing v0.1.44
4312026-05-09T15:45:20.176Z Downloaded regex-automata v0.4.14
4322026-05-09T15:45:20.243Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4332026-05-09T15:45:20.252Z Downloaded petgraph v0.8.3
4342026-05-09T15:45:20.265Z Downloaded libc v0.2.186
4352026-05-09T15:45:20.335Z Downloaded recursion v0.5.4
4362026-05-09T15:45:20.342Z Downloaded ring v0.17.14
4372026-05-09T15:45:20.402Z Compiling libc v0.2.186
4382026-05-09T15:45:20.402Z Compiling proc-macro2 v1.0.106
4392026-05-09T15:45:20.402Z Compiling quote v1.0.45
4402026-05-09T15:45:20.405Z Compiling unicode-ident v1.0.24
4412026-05-09T15:45:20.405Z Compiling serde_core v1.0.228
4422026-05-09T15:45:20.405Z Compiling cfg-if v1.0.4
4432026-05-09T15:45:20.405Z Compiling memchr v2.8.0
4442026-05-09T15:45:20.405Z Compiling once_cell v1.21.4
4452026-05-09T15:45:20.634Z Compiling log v0.4.29
4462026-05-09T15:45:20.652Z Compiling pin-project-lite v0.2.17
4472026-05-09T15:45:20.747Z Compiling serde v1.0.228
4482026-05-09T15:45:20.805Z Compiling itoa v1.0.18
4492026-05-09T15:45:20.946Z Compiling smallvec v1.15.1
4502026-05-09T15:45:21.052Z Compiling futures-core v0.3.32
4512026-05-09T15:45:21.112Z Compiling bitflags v2.11.1
4522026-05-09T15:45:21.199Z Compiling shlex v1.3.0
4532026-05-09T15:45:21.214Z Compiling find-msvc-tools v0.1.9
4542026-05-09T15:45:21.386Z Compiling hashbrown v0.17.1
4552026-05-09T15:45:21.463Z Compiling errno v0.3.14
4562026-05-09T15:45:21.505Z Compiling equivalent v1.0.2
4572026-05-09T15:45:21.517Z Compiling bytes v1.11.1
4582026-05-09T15:45:21.625Z Compiling signal-hook-registry v1.4.8
4592026-05-09T15:45:21.648Z Compiling jobserver v0.1.34
4602026-05-09T15:45:21.733Z Compiling mio v1.2.0
4612026-05-09T15:45:21.785Z Compiling syn v2.0.117
4622026-05-09T15:45:21.842Z Compiling rustix v1.1.4
4632026-05-09T15:45:21.968Z Compiling cc v1.2.62
4642026-05-09T15:45:22.059Z Compiling futures-sink v0.3.32
4652026-05-09T15:45:22.167Z Compiling socket2 v0.6.3
4662026-05-09T15:45:22.167Z Compiling zmij v1.0.21
4672026-05-09T15:45:22.369Z Compiling slab v0.4.12
4682026-05-09T15:45:22.427Z Compiling futures-channel v0.3.32
4692026-05-09T15:45:22.504Z Compiling tracing-core v0.1.36
4702026-05-09T15:45:22.574Z Compiling version_check v0.9.5
4712026-05-09T15:45:22.676Z Compiling serde_json v1.0.149
4722026-05-09T15:45:22.870Z Compiling indexmap v2.14.0
4732026-05-09T15:45:22.958Z Compiling futures-task v0.3.32
4742026-05-09T15:45:22.969Z Compiling futures-io v0.3.32
4752026-05-09T15:45:23.132Z Compiling getrandom v0.4.2
4762026-05-09T15:45:23.211Z Compiling unicode-width v0.2.2
4772026-05-09T15:45:23.269Z Compiling camino v1.2.2
4782026-05-09T15:45:23.422Z Compiling percent-encoding v2.3.2
4792026-05-09T15:45:23.602Z Compiling ring v0.17.14
4802026-05-09T15:45:23.646Z Compiling http v1.4.0
4812026-05-09T15:45:23.683Z Compiling zeroize v1.8.2
4822026-05-09T15:45:23.696Z Compiling adler2 v2.0.1
4832026-05-09T15:45:23.700Z Compiling autocfg v1.5.0
4842026-05-09T15:45:23.856Z Compiling simd-adler32 v0.3.9
4852026-05-09T15:45:24.049Z Compiling num-traits v0.2.19
4862026-05-09T15:45:24.218Z Compiling miniz_oxide v0.8.9
4872026-05-09T15:45:24.293Z Compiling zerocopy v0.8.48
4882026-05-09T15:45:24.479Z Compiling getrandom v0.3.4
4892026-05-09T15:45:24.734Z Compiling target-lexicon v0.13.3
4902026-05-09T15:45:24.756Z Compiling object v0.37.3
4912026-05-09T15:45:24.895Z Compiling http-body v1.0.1
4922026-05-09T15:45:25.113Z Compiling rustls-pki-types v1.14.1
4932026-05-09T15:45:25.250Z Compiling form_urlencoded v1.2.2
4942026-05-09T15:45:25.280Z Compiling semver v1.0.28
4952026-05-09T15:45:25.393Z Compiling serde_derive v1.0.228
4962026-05-09T15:45:25.534Z Compiling tokio-macros v2.7.0
4972026-05-09T15:45:25.626Z Compiling futures-macro v0.3.32
4982026-05-09T15:45:25.767Z Compiling tracing-attributes v0.1.31
4992026-05-09T15:45:25.844Z Compiling getrandom v0.2.17
5002026-05-09T15:45:25.965Z Compiling untrusted v0.9.0
5012026-05-09T15:45:26.007Z Compiling gimli v0.32.3
5022026-05-09T15:45:26.040Z Compiling httparse v1.10.1
5032026-05-09T15:45:26.094Z Compiling thiserror v2.0.18
5042026-05-09T15:45:26.312Z Compiling tokio v1.52.3
5052026-05-09T15:45:26.395Z Compiling signal-hook v0.3.18
5062026-05-09T15:45:26.446Z Compiling utf8_iter v1.0.4
5072026-05-09T15:45:26.458Z Compiling futures-util v0.3.32
5082026-05-09T15:45:26.606Z Compiling fnv v1.0.7
5092026-05-09T15:45:26.617Z Compiling guppy-workspace-hack v0.1.0
5102026-05-09T15:45:26.707Z Compiling idna_adapter v1.0.0
5112026-05-09T15:45:26.811Z Compiling owo-colors v4.3.0
5122026-05-09T15:45:26.854Z Compiling idna v1.1.0
5132026-05-09T15:45:26.986Z Compiling tracing v0.1.44
5142026-05-09T15:45:27.380Z Compiling thiserror-impl v2.0.18
5152026-05-09T15:45:27.955Z Compiling addr2line v0.25.1
5162026-05-09T15:45:28.673Z Compiling generic-array v0.14.7
5172026-05-09T15:45:28.859Z Compiling rustls v0.23.40
5182026-05-09T15:45:28.906Z Compiling typeid v1.0.3
5192026-05-09T15:45:29.081Z Compiling thiserror v1.0.69
5202026-05-09T15:45:29.102Z Compiling pkg-config v0.3.33
5212026-05-09T15:45:29.108Z Compiling try-lock v0.2.5
5222026-05-09T15:45:29.200Z Compiling tower-service v0.3.3
5232026-05-09T15:45:29.251Z Compiling fastrand v2.4.1
5242026-05-09T15:45:29.298Z Compiling rustc-demangle v0.1.27
5252026-05-09T15:45:29.391Z Compiling atomic-waker v1.1.2
5262026-05-09T15:45:29.528Z Compiling target-spec v3.6.0
5272026-05-09T15:45:29.578Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-05-09T15:45:29.589Z Compiling tempfile v3.27.0
5292026-05-09T15:45:30.004Z Compiling want v0.3.1
5302026-05-09T15:45:30.181Z Compiling cfg-expr v0.20.7
5312026-05-09T15:45:30.210Z Compiling tokio-util v0.7.18
5322026-05-09T15:45:30.749Z Compiling h2 v0.4.14
5332026-05-09T15:45:31.127Z Compiling url v2.5.8
5342026-05-09T15:45:31.282Z Compiling backtrace v0.3.76
5352026-05-09T15:45:31.661Z Compiling thiserror-impl v1.0.69
5362026-05-09T15:45:31.781Z Compiling terminal_size v0.4.4
5372026-05-09T15:45:31.794Z Compiling aho-corasick v1.1.4
5382026-05-09T15:45:31.933Z Compiling regex-syntax v0.8.10
5392026-05-09T15:45:32.827Z Compiling typenum v1.20.0
5402026-05-09T15:45:33.514Z Compiling rustls-webpki v0.103.13
5412026-05-09T15:45:33.589Z Compiling erased-serde v0.4.10
5422026-05-09T15:45:33.928Z Compiling winnow v0.7.15
5432026-05-09T15:45:35.821Z Compiling subtle v2.6.1
5442026-05-09T15:45:36.032Z Compiling regex-automata v0.4.14
5452026-05-09T15:45:36.264Z Compiling hyper v1.9.0
5462026-05-09T15:45:37.104Z Compiling serde_spanned v0.6.9
5472026-05-09T15:45:37.263Z Compiling toml_datetime v0.6.11
5482026-05-09T15:45:37.636Z Compiling ahash v0.8.12
5492026-05-09T15:45:37.898Z Compiling sync_wrapper v1.0.2
5502026-05-09T15:45:38.012Z Compiling base64 v0.22.1
5512026-05-09T15:45:38.506Z Compiling nextest-workspace-hack v0.1.0
5522026-05-09T15:45:38.737Z Compiling portable-atomic v1.13.1
5532026-05-09T15:45:39.032Z Compiling toml_write v0.1.2
5542026-05-09T15:45:39.133Z Compiling tower-layer v0.3.3
5552026-05-09T15:45:39.192Z Compiling ipnet v2.12.0
5562026-05-09T15:45:39.279Z Compiling foldhash v0.1.5
5572026-05-09T15:45:39.330Z Compiling crc32fast v1.5.0
5582026-05-09T15:45:39.499Z Compiling unicode-segmentation v1.13.2
5592026-05-09T15:45:39.631Z Compiling parking_lot_core v0.9.12
5602026-05-09T15:45:39.891Z Compiling either v1.15.0
5612026-05-09T15:45:39.903Z Compiling lazy_static v1.5.0
5622026-05-09T15:45:39.923Z Compiling is_ci v1.2.0
5632026-05-09T15:45:40.003Z Compiling unicode-linebreak v0.1.5
5642026-05-09T15:45:40.086Z Compiling supports-color v3.0.2
5652026-05-09T15:45:40.110Z Compiling sharded-slab v0.1.7
5662026-05-09T15:45:40.178Z Compiling convert_case v0.10.0
5672026-05-09T15:45:40.272Z Compiling textwrap v0.16.2
5682026-05-09T15:45:40.362Z Compiling hyper-util v0.1.20
5692026-05-09T15:45:40.384Z Compiling hashbrown v0.15.5
5702026-05-09T15:45:40.432Z Compiling tower v0.5.3
5712026-05-09T15:45:40.708Z Compiling toml_edit v0.22.27
5722026-05-09T15:45:41.030Z Compiling tokio-rustls v0.26.4
5732026-05-09T15:45:41.310Z Compiling backtrace-ext v0.2.1
5742026-05-09T15:45:41.576Z Compiling ordered-float v2.10.1
5752026-05-09T15:45:41.666Z Compiling webpki-roots v1.0.7
5762026-05-09T15:45:41.684Z Compiling miette-derive v7.6.0
5772026-05-09T15:45:41.780Z Compiling pathdiff v0.2.3
5782026-05-09T15:45:41.846Z Compiling console v0.15.11
5792026-05-09T15:45:41.900Z Compiling tracing-log v0.2.0
5802026-05-09T15:45:42.263Z Compiling cargo-platform v0.3.3
5812026-05-09T15:45:42.779Z Compiling os_pipe v1.2.3
5822026-05-09T15:45:42.815Z Compiling thread_local v1.1.9
5832026-05-09T15:45:42.948Z Compiling fixedbitset v0.5.7
5842026-05-09T15:45:42.960Z Compiling pulldown-cmark v0.13.3
5852026-05-09T15:45:43.163Z Compiling cfg_aliases v0.2.1
5862026-05-09T15:45:43.175Z Compiling ryu v1.0.23
5872026-05-09T15:45:43.190Z Compiling zstd-safe v7.2.4
5882026-05-09T15:45:43.433Z Compiling supports-hyperlinks v3.2.0
5892026-05-09T15:45:43.452Z Compiling winnow v1.0.2
5902026-05-09T15:45:43.452Z Compiling debug-ignore v1.0.5
5912026-05-09T15:45:43.557Z Compiling unicode-width v0.1.14
5922026-05-09T15:45:43.560Z Compiling supports-unicode v3.0.0
5932026-05-09T15:45:43.647Z Compiling scopeguard v1.2.0
5942026-05-09T15:45:43.731Z Compiling rustix v0.38.44
5952026-05-09T15:45:43.753Z Compiling utf8parse v0.2.2
5962026-05-09T15:45:43.857Z Compiling anstyle-parse v1.0.0
5972026-05-09T15:45:43.870Z Compiling miette v7.6.0
5982026-05-09T15:45:44.078Z Compiling lock_api v0.4.14
5992026-05-09T15:45:44.225Z Compiling serde_urlencoded v0.7.1
6002026-05-09T15:45:44.322Z Compiling nix v0.30.1
6012026-05-09T15:45:44.534Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-05-09T15:45:44.744Z Compiling petgraph v0.8.3
6032026-05-09T15:45:44.902Z Compiling tracing-subscriber v0.3.23
6042026-05-09T15:45:45.855Z Compiling sigchld v0.2.4
6052026-05-09T15:45:46.060Z Compiling cargo_metadata v0.23.1
6062026-05-09T15:45:46.664Z Compiling toml v0.8.23
6072026-05-09T15:45:47.078Z Compiling serde-value v0.7.0
6082026-05-09T15:45:47.830Z Compiling hyper-rustls v0.27.9
6092026-05-09T15:45:47.961Z Compiling serde-untagged v0.1.9
6102026-05-09T15:45:48.411Z Compiling tower-http v0.6.10
6112026-05-09T15:45:48.502Z Compiling derive_more-impl v2.1.1
6122026-05-09T15:45:49.297Z Compiling itertools v0.14.0
6132026-05-09T15:45:49.313Z Compiling regex v1.12.3
6142026-05-09T15:45:49.495Z Compiling crypto-common v0.1.7
6152026-05-09T15:45:49.523Z Compiling block-buffer v0.10.4
6162026-05-09T15:45:49.629Z Compiling ppv-lite86 v0.2.21
6172026-05-09T15:45:49.674Z Compiling rand_core v0.9.5
6182026-05-09T15:45:49.920Z Compiling futures-executor v0.3.32
6192026-05-09T15:45:49.931Z Compiling pin-project-internal v1.1.12
6202026-05-09T15:45:49.949Z Compiling http-body-util v0.1.3
6212026-05-09T15:45:50.213Z Compiling uuid v1.23.1
6222026-05-09T15:45:50.447Z Compiling serde_spanned v1.1.1
6232026-05-09T15:45:50.597Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-05-09T15:45:50.711Z Compiling smol_str v0.3.6
6252026-05-09T15:45:50.740Z Compiling filetime v0.2.28
6262026-05-09T15:45:50.766Z Compiling vte v0.14.1
6272026-05-09T15:45:50.943Z Compiling bstr v1.12.1
6282026-05-09T15:45:50.967Z Compiling static_assertions v1.1.0
6292026-05-09T15:45:50.983Z Compiling is_terminal_polyfill v1.70.2
6302026-05-09T15:45:51.010Z Compiling colorchoice v1.0.5
6312026-05-09T15:45:51.039Z Compiling iana-time-zone v0.1.65
6322026-05-09T15:45:51.051Z Compiling tinyvec_macros v0.1.1
6332026-05-09T15:45:51.072Z Compiling unicase v2.9.0
6342026-05-09T15:45:51.129Z Compiling anstyle-query v1.1.5
6352026-05-09T15:45:51.202Z Compiling number_prefix v0.4.0
6362026-05-09T15:45:51.235Z Compiling color-spantrace v0.3.0
6372026-05-09T15:45:51.253Z Compiling anstyle v1.0.14
6382026-05-09T15:45:51.354Z Compiling self_update v0.42.0
6392026-05-09T15:45:51.380Z Compiling litrs v1.0.0
6402026-05-09T15:45:51.557Z Compiling unicode-xid v0.2.6
6412026-05-09T15:45:51.617Z Compiling xattr v1.6.1
6422026-05-09T15:45:51.629Z Compiling nested v0.1.1
6432026-05-09T15:45:51.660Z Compiling eyre v0.6.12
6442026-05-09T15:45:51.710Z Compiling cargo-util-schemas v0.2.0
6452026-05-09T15:45:51.805Z Compiling guppy v0.17.25
6462026-05-09T15:45:51.817Z Compiling tar v0.4.45
6472026-05-09T15:45:51.834Z Compiling document-features v0.2.12
6482026-05-09T15:45:52.304Z Compiling anstream v1.0.0
6492026-05-09T15:45:52.383Z Compiling globset v0.4.18
6502026-05-09T15:45:52.802Z Compiling indicatif v0.17.11
6512026-05-09T15:45:52.818Z Compiling chrono v0.4.44
6522026-05-09T15:45:54.115Z Compiling tinyvec v1.11.0
6532026-05-09T15:45:54.276Z Compiling pin-project v1.1.12
6542026-05-09T15:45:54.379Z Compiling strip-ansi-escapes v0.2.1
6552026-05-09T15:45:54.539Z Compiling nextest-metadata v0.12.2
6562026-05-09T15:45:54.863Z Compiling toml v1.1.2+spec-1.1.0
6572026-05-09T15:45:55.083Z Compiling newtype-uuid v1.3.2
6582026-05-09T15:45:55.269Z Compiling reqwest v0.12.28
6592026-05-09T15:45:55.595Z Compiling futures v0.3.32
6602026-05-09T15:45:55.715Z Compiling rand_chacha v0.9.0
6612026-05-09T15:45:55.888Z Compiling digest v0.10.7
6622026-05-09T15:45:56.117Z Compiling parking_lot v0.12.5
6632026-05-09T15:45:56.169Z Compiling derive_more v2.1.1
6642026-05-09T15:45:56.251Z Compiling flate2 v1.1.9
6652026-05-09T15:45:56.274Z Compiling shared_child v1.1.1
6662026-05-09T15:45:56.608Z Compiling tracing-error v0.2.1
6672026-05-09T15:45:57.020Z Compiling signal-hook-mio v0.2.5
6682026-05-09T15:45:57.127Z Compiling self-replace v1.5.0
6692026-05-09T15:45:57.160Z Compiling cargo-platform v0.2.0
6702026-05-09T15:45:57.426Z Compiling quick-xml v0.38.4
6712026-05-09T15:45:57.715Z Compiling quick-xml v0.37.5
6722026-05-09T15:45:57.994Z Compiling urlencoding v2.1.3
6732026-05-09T15:45:58.119Z Compiling recursion v0.5.4
6742026-05-09T15:45:58.233Z Compiling indenter v0.3.4
6752026-05-09T15:45:58.255Z Compiling heck v0.5.0
6762026-05-09T15:45:58.363Z Compiling cpufeatures v0.2.17
6772026-05-09T15:45:58.451Z Compiling strsim v0.11.1
6782026-05-09T15:45:58.921Z Compiling shell-words v1.1.1
6792026-05-09T15:45:59.120Z Compiling clap_lex v1.1.0
6802026-05-09T15:45:59.167Z Compiling humantime v2.3.0
6812026-05-09T15:45:59.234Z Compiling clap_derive v4.6.1
6822026-05-09T15:45:59.256Z Compiling sha2 v0.10.9
6832026-05-09T15:45:59.488Z Compiling humantime-serde v1.1.1
6842026-05-09T15:45:59.601Z Compiling clap_builder v4.6.0
6852026-05-09T15:46:00.163Z Compiling nextest-filtering v0.15.0
6862026-05-09T15:46:00.476Z Compiling quick-junit v0.5.2
6872026-05-09T15:46:01.019Z Compiling atomicwrites v0.4.4
6882026-05-09T15:46:01.308Z Compiling cargo_metadata v0.20.0
6892026-05-09T15:46:03.601Z Compiling cargo-nextest v0.9.97
6902026-05-09T15:46:03.929Z Compiling crossterm v0.29.0
6912026-05-09T15:46:05.390Z Compiling duct v0.13.7
6922026-05-09T15:46:05.526Z Compiling rand v0.9.4
6932026-05-09T15:46:06.194Z Compiling async-scoped v0.9.0
6942026-05-09T15:46:06.265Z Compiling config v0.15.22
6952026-05-09T15:46:06.383Z Compiling zstd v0.13.3
6962026-05-09T15:46:06.423Z Compiling unicode-normalization v0.1.25
6972026-05-09T15:46:06.467Z Compiling target-spec-miette v0.4.6
6982026-05-09T15:46:06.804Z Compiling future-queue v0.4.0
6992026-05-09T15:46:06.876Z Compiling mukti-metadata v0.3.0
7002026-05-09T15:46:07.016Z Compiling tokio-stream v0.1.18
7012026-05-09T15:46:07.081Z Compiling camino-tempfile v1.4.1
7022026-05-09T15:46:07.127Z Compiling derive-where v1.6.1
7032026-05-09T15:46:07.144Z Compiling serde_ignored v0.1.14
7042026-05-09T15:46:07.364Z Compiling serde_path_to_error v0.1.20
7052026-05-09T15:46:07.364Z Compiling swrite v0.1.0
7062026-05-09T15:46:07.472Z Compiling indent_write v2.2.0
7072026-05-09T15:46:07.505Z Compiling xxhash-rust v0.8.15
7082026-05-09T15:46:07.548Z Compiling hex v0.4.3
7092026-05-09T15:46:07.681Z Compiling home v0.5.12
7102026-05-09T15:46:07.742Z Compiling color-eyre v0.6.5
7112026-05-09T15:46:07.837Z Compiling clap v4.6.1
7122026-05-09T15:46:07.848Z Compiling dialoguer v0.11.0
7132026-05-09T15:46:07.859Z Compiling enable-ansi-support v0.2.1
7142026-05-09T15:46:08.370Z Compiling nextest-runner v0.80.0
7152026-05-09T15:46:26.377Z Finished `release` profile [optimized] target(s) in 1m 09s
7162026-05-09T15:46:26.563Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-05-09T15:46:26.566Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-05-09T15:46:26.677Z+ source .github/buildomat/test-common.sh
7192026-05-09T15:46:26.680Z++ NEXTEST_VERSION=0.9.97
7202026-05-09T15:46:26.680Z++ PLATFORM=illumos
7212026-05-09T15:46:26.680Z++ banner install
7222026-05-09T15:46:26.680Z
7232026-05-09T15:46:26.680Z # # # #### ##### ## # #
7242026-05-09T15:46:26.680Z # ## # # # # # # #
7252026-05-09T15:46:26.680Z # # # # #### # # # # #
7262026-05-09T15:46:26.680Z # # # # # # ###### # #
7272026-05-09T15:46:26.680Z # # ## # # # # # # #
7282026-05-09T15:46:26.680Z # # # #### # # # ###### ######
7292026-05-09T15:46:26.680Z
7302026-05-09T15:46:26.680Z++ set +o errexit
7312026-05-09T15:46:26.683Z++ pkg info clang-15
7322026-05-09T15:46:26.683Z++ grep -qi installed
7332026-05-09T15:46:27.865Zpkg: info: no packages matching the following patterns you specified are
7342026-05-09T15:46:27.865Zinstalled on the system. Try querying remotely instead:
7352026-05-09T15:46:27.865Z
7362026-05-09T15:46:27.865Z clang-15
7372026-05-09T15:46:27.904Z++ [[ 1 != 0 ]]
7382026-05-09T15:46:27.904Z++ set -o errexit
7392026-05-09T15:46:27.907Z++ pfexec pkg install clang-15
7402026-05-09T15:46:34.399Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-05-09T15:46:42.257Z Startup: Caching catalogs ... Done
7422026-05-09T15:46:49.701ZPlanning: Solver setup ... Done
7432026-05-09T15:46:49.743ZPlanning: Running solver ... Done
7442026-05-09T15:46:49.899ZPlanning: Finding local manifests ... Done
7452026-05-09T15:46:49.911ZPlanning: Fetching manifests: 0/2 0% complete
7462026-05-09T15:46:49.989ZPlanning: Fetching manifests: 2/2 100% complete
7472026-05-09T15:46:50.019ZPlanning: Package planning ... Done
7482026-05-09T15:46:50.044ZPlanning: Merging actions ... Done
7492026-05-09T15:46:50.156ZPlanning: Checking for conflicting actions ... Done
7502026-05-09T15:46:50.163ZPlanning: Consolidating action changes ... Done
7512026-05-09T15:46:50.939ZPlanning: Evaluating mediators ... Done
7522026-05-09T15:46:50.944ZPlanning: Planning completed in 8.51 seconds
7532026-05-09T15:46:50.957Z Packages to install: 2
7542026-05-09T15:46:50.957Z Mediators to change: 2
7552026-05-09T15:46:50.960Z Services to change: 1
7562026-05-09T15:46:50.960Z Create boot environment: No
7572026-05-09T15:46:50.960ZCreate backup boot environment: No
7582026-05-09T15:46:50.998Z
7592026-05-09T15:46:50.998ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-05-09T15:46:56.070ZDownload: 3033/3076 items 201.8/211.3MB 95% complete (44.6M/s)
7612026-05-09T15:46:56.695ZDownload: Completed 211.31 MB in 5.70 seconds (37.1M/s)
7622026-05-09T15:46:56.938Z Actions: 1/3418 actions (Installing new actions)
7632026-05-09T15:47:00.073Z Actions: Completed 3418 actions in 3.14 seconds.
7642026-05-09T15:47:00.747Z Done
7652026-05-09T15:47:00.747Z Done
7662026-05-09T15:47:01.499Z Done
7672026-05-09T15:47:04.904Z Done
7682026-05-09T15:47:04.975Z Done
7692026-05-09T15:47:04.978Z Done
7702026-05-09T15:47:05.247Z Done
7712026-05-09T15:47:05.962Z++ set -o errexit
7722026-05-09T15:47:05.962Z++ cargo --version
7732026-05-09T15:47:05.971Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7742026-05-09T15:47:05.974Z++ rustc --version
7752026-05-09T15:47:05.994Zrustc 1.95.0 (59807616e 2026-04-14)
7762026-05-09T15:47:05.997Z++ cargo install cargo-nextest --version 0.9.97
7772026-05-09T15:47:06.047Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7782026-05-09T15:47:06.050Z+ pushd rdb
7792026-05-09T15:47:06.050Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7802026-05-09T15:47:06.050Z+ PROPTEST_CASES=1000000
7812026-05-09T15:47:06.050Z+ cargo nextest run --lib proptest
7822026-05-09T15:47:06.215Z Updating git repository `https://github.com/oxidecomputer/falcon`
7832026-05-09T15:47:06.777ZFrom https://github.com/oxidecomputer/falcon
7842026-05-09T15:47:06.777Z * [new ref] d9ae0618bac92b01623d0c3119d831d2ea8cefa2 -> refs/commit/d9ae0618bac92b01623d0c3119d831d2ea8cefa2
7852026-05-09T15:47:06.854Z Updating crates.io index
7862026-05-09T15:47:06.857Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7872026-05-09T15:47:07.614ZFrom https://github.com/oxidecomputer/dendrite
7882026-05-09T15:47:07.614Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7892026-05-09T15:47:07.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
7902026-05-09T15:47:07.918ZFrom https://github.com/oxidecomputer/ispf
7912026-05-09T15:47:07.918Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7922026-05-09T15:47:07.973Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7932026-05-09T15:47:08.311ZFrom https://github.com/oxidecomputer/netadm-sys
7942026-05-09T15:47:08.311Z * [new ref] 180422c1e609a968c93512e0eea1e74bd16414e8 -> refs/commit/180422c1e609a968c93512e0eea1e74bd16414e8
7952026-05-09T15:47:08.318Z Updating git repository `https://github.com/oxidecomputer/omicron`
7962026-05-09T15:47:15.060ZFrom https://github.com/oxidecomputer/omicron
7972026-05-09T15:47:15.060Z * [new ref] fa779b29af7a8656657ccca6ec531446188d916c -> refs/commit/fa779b29af7a8656657ccca6ec531446188d916c
7982026-05-09T15:47:15.476Z Updating git repository `https://github.com/oxidecomputer/opte`
7992026-05-09T15:47:16.069ZFrom https://github.com/oxidecomputer/opte
8002026-05-09T15:47:16.069Z * [new ref] 3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8 -> refs/commit/3d1fe6ad2df3752dd189ad462c4fdec74ebe25f8
8012026-05-09T15:47:16.101Z Updating git repository `https://github.com/illumos/smf-rs`
8022026-05-09T15:47:16.347ZFrom https://github.com/illumos/smf-rs
8032026-05-09T15:47:16.347Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8042026-05-09T15:47:16.537Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8052026-05-09T15:47:16.802ZFrom https://github.com/oxidecomputer/network-interface
8062026-05-09T15:47:16.802Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8072026-05-09T15:47:16.968Z Updating git repository `https://github.com/oxidecomputer/zone`
8082026-05-09T15:47:17.217ZFrom https://github.com/oxidecomputer/zone
8092026-05-09T15:47:17.217Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8102026-05-09T15:47:17.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112026-05-09T15:47:17.843ZFrom https://github.com/oxidecomputer/propolis
8122026-05-09T15:47:17.843Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8132026-05-09T15:47:17.909Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8142026-05-09T15:47:18.418ZFrom https://github.com/oxidecomputer/transceiver-control
8152026-05-09T15:47:18.418Z * [new ref] 479813cf6f094d3edd9d5c6383797d51fce6d8d6 -> refs/commit/479813cf6f094d3edd9d5c6383797d51fce6d8d6
8162026-05-09T15:47:18.522Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8172026-05-09T15:47:18.776ZFrom https://github.com/oxidecomputer/dlpi-sys
8182026-05-09T15:47:18.776Z * [new ref] 0805292e45f48300a51c635d79ea10f332f85d0d -> refs/commit/0805292e45f48300a51c635d79ea10f332f85d0d
8192026-05-09T15:47:18.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8202026-05-09T15:47:19.067ZFrom https://github.com/jmesmon/rust-libzfs
8212026-05-09T15:47:19.067Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8222026-05-09T15:47:19.075Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232026-05-09T15:47:19.348ZFrom https://github.com/oxidecomputer/rusty-doors
8242026-05-09T15:47:19.348Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8252026-05-09T15:47:19.355Z Updating git repository `https://github.com/oxidecomputer/lldp`
8262026-05-09T15:47:19.674ZFrom https://github.com/oxidecomputer/lldp
8272026-05-09T15:47:19.674Z * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d
8282026-05-09T15:47:19.723Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8292026-05-09T15:47:19.986ZFrom https://github.com/oxidecomputer/slog-error-chain
8302026-05-09T15:47:19.986Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8312026-05-09T15:47:20.087Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8322026-05-09T15:47:20.378ZFrom https://github.com/oxidecomputer/tufaceous
8332026-05-09T15:47:20.378Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8342026-05-09T15:47:20.410Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8352026-05-09T15:47:20.869ZFrom https://github.com/oxidecomputer/management-gateway-service
8362026-05-09T15:47:20.869Z * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d
8372026-05-09T15:47:20.975Z Updating git repository `https://github.com/oxidecomputer/crucible`
8382026-05-09T15:47:21.991ZFrom https://github.com/oxidecomputer/crucible
8392026-05-09T15:47:21.991Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8402026-05-09T15:47:22.047Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8412026-05-09T15:47:22.303ZFrom https://github.com/oxidecomputer/serde_human_bytes
8422026-05-09T15:47:22.303Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8432026-05-09T15:47:22.442Z Updating git repository `https://github.com/oxidecomputer/propolis`
8442026-05-09T15:47:22.764ZFrom https://github.com/oxidecomputer/propolis
8452026-05-09T15:47:22.764Z * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845
8462026-05-09T15:47:23.190Z Updating git repository `https://github.com/oxidecomputer/tofino`
8472026-05-09T15:47:23.512ZFrom https://github.com/oxidecomputer/tofino
8482026-05-09T15:47:23.512Z * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b
8492026-05-09T15:47:23.522Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8502026-05-09T15:47:24.186ZFrom https://github.com/oxidecomputer/maghemite
8512026-05-09T15:47:24.186Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8522026-05-09T15:47:24.229Z Updating git repository `https://github.com/oxidecomputer/clickward`
8532026-05-09T15:47:24.675ZFrom https://github.com/oxidecomputer/clickward
8542026-05-09T15:47:24.675Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8552026-05-09T15:47:24.711Z Updating git repository `https://github.com/oxidecomputer/crucible`
8562026-05-09T15:47:25.324ZFrom https://github.com/oxidecomputer/crucible
8572026-05-09T15:47:25.324Z * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047
8582026-05-09T15:47:25.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-05-09T15:47:25.780ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-05-09T15:47:25.780Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-05-09T15:47:26.665Z Downloading crates ...
8622026-05-09T15:47:26.769Z Downloaded base16ct v0.2.0
8632026-05-09T15:47:26.772Z Downloaded async-stream v0.3.6
8642026-05-09T15:47:26.778Z Downloaded crunchy v0.2.4
8652026-05-09T15:47:26.783Z Downloaded cargo_toml v0.22.3
8662026-05-09T15:47:26.786Z Downloaded daft-derive v0.1.5
8672026-05-09T15:47:26.789Z Downloaded fs-err v3.3.0
8682026-05-09T15:47:26.792Z Downloaded dtrace-parser v0.3.0
8692026-05-09T15:47:26.792Z Downloaded dof v0.3.0
8702026-05-09T15:47:26.795Z Downloaded ipnetwork v0.21.1
8712026-05-09T15:47:26.795Z Downloaded ingot-macros v0.1.1
8722026-05-09T15:47:26.797Z Downloaded enum-as-inner v0.6.1
8732026-05-09T15:47:26.797Z Downloaded base16ct v1.0.0
8742026-05-09T15:47:26.800Z Downloaded data-encoding v2.11.0
8752026-05-09T15:47:26.800Z Downloaded crossbeam-epoch v0.9.18
8762026-05-09T15:47:26.804Z Downloaded csv-core v0.1.13
8772026-05-09T15:47:26.807Z Downloaded hash32 v0.3.1
8782026-05-09T15:47:26.807Z Downloaded half v2.7.1
8792026-05-09T15:47:26.810Z Downloaded glob v0.3.3
8802026-05-09T15:47:26.810Z Downloaded cstr-argument v0.1.2
8812026-05-09T15:47:26.813Z Downloaded instant v0.1.13
8822026-05-09T15:47:26.813Z Downloaded fs_extra v1.3.0
8832026-05-09T15:47:26.816Z Downloaded hostname v0.3.1
8842026-05-09T15:47:26.816Z Downloaded ciborium-ll v0.2.2
8852026-05-09T15:47:26.819Z Downloaded heck v0.4.1
8862026-05-09T15:47:26.819Z Downloaded git-stub v1.0.0
8872026-05-09T15:47:26.821Z Downloaded gethostname v0.5.0
8882026-05-09T15:47:26.824Z Downloaded convert_case v0.4.0
8892026-05-09T15:47:26.824Z Downloaded async-recursion v1.1.1
8902026-05-09T15:47:26.827Z Downloaded ciborium v0.2.2
8912026-05-09T15:47:26.830Z Downloaded darling_macro v0.21.3
8922026-05-09T15:47:26.830Z Downloaded cpufeatures v0.3.0
8932026-05-09T15:47:26.830Z Downloaded argon2 v0.5.3
8942026-05-09T15:47:26.833Z Downloaded const-random-macro v0.1.16
8952026-05-09T15:47:26.833Z Downloaded bit-set v0.8.0
8962026-05-09T15:47:26.835Z Downloaded arrayref v0.3.9
8972026-05-09T15:47:26.836Z Downloaded aead v0.5.2
8982026-05-09T15:47:26.838Z Downloaded linear-map v1.2.0
8992026-05-09T15:47:26.838Z Downloaded foldhash v0.2.0
9002026-05-09T15:47:26.842Z Downloaded chacha20 v0.9.1
9012026-05-09T15:47:26.842Z Downloaded defmt-parser v1.0.0
9022026-05-09T15:47:26.844Z Downloaded darling_macro v0.23.0
9032026-05-09T15:47:26.844Z Downloaded defmt v0.3.100
9042026-05-09T15:47:26.845Z Downloaded allocator-api2 v0.2.21
9052026-05-09T15:47:26.848Z Downloaded match_cfg v0.1.0
9062026-05-09T15:47:26.851Z Downloaded hubpack_derive v0.1.1
9072026-05-09T15:47:26.851Z Downloaded crucible-workspace-hack v0.1.0
9082026-05-09T15:47:26.851Z Downloaded hmac v0.12.1
9092026-05-09T15:47:26.854Z Downloaded dof v0.4.0
9102026-05-09T15:47:26.857Z Downloaded ingot-types v0.1.2
9112026-05-09T15:47:26.857Z Downloaded async-trait v0.1.89
9122026-05-09T15:47:26.857Z Downloaded macaddr v1.0.1
9132026-05-09T15:47:26.860Z Downloaded inout v0.1.4
9142026-05-09T15:47:26.860Z Downloaded fixedbitset v0.4.2
9152026-05-09T15:47:26.863Z Downloaded const-random v0.1.18
9162026-05-09T15:47:26.863Z Downloaded embedded-io v0.6.1
9172026-05-09T15:47:26.866Z Downloaded dtrace-parser v0.2.0
9182026-05-09T15:47:26.866Z Downloaded natord v1.0.9
9192026-05-09T15:47:26.866Z Downloaded memoffset v0.9.1
9202026-05-09T15:47:26.869Z Downloaded memmap v0.7.0
9212026-05-09T15:47:26.869Z Downloaded ident_case v1.0.1
9222026-05-09T15:47:26.872Z Downloaded cookie v0.18.1
9232026-05-09T15:47:26.872Z Downloaded memmap2 v0.9.10
9242026-05-09T15:47:26.875Z Downloaded httpdate v1.0.3
9252026-05-09T15:47:26.875Z Downloaded dunce v1.0.5
9262026-05-09T15:47:26.877Z Downloaded async-stream-impl v0.3.6
9272026-05-09T15:47:26.877Z Downloaded newline-converter v0.3.0
9282026-05-09T15:47:26.878Z Downloaded const_format_proc_macros v0.2.34
9292026-05-09T15:47:26.880Z Downloaded linked-hash-map v0.5.6
9302026-05-09T15:47:26.880Z Downloaded idna_adapter v1.2.2
9312026-05-09T15:47:26.884Z Downloaded foreign-types v0.5.0
9322026-05-09T15:47:26.884Z Downloaded crc8 v0.1.1
9332026-05-09T15:47:26.884Z Downloaded foreign-types-macros v0.2.3
9342026-05-09T15:47:26.888Z Downloaded num-iter v0.1.45
9352026-05-09T15:47:26.888Z Downloaded hostname v0.4.2
9362026-05-09T15:47:26.890Z Downloaded num-conv v0.2.1
9372026-05-09T15:47:26.891Z Downloaded embedded-io v0.4.0
9382026-05-09T15:47:26.891Z Downloaded ciborium-io v0.2.2
9392026-05-09T15:47:26.894Z Downloaded mime v0.3.17
9402026-05-09T15:47:26.894Z Downloaded libscf-sys v1.2.0
9412026-05-09T15:47:26.894Z Downloaded newtype-uuid-macros v0.1.0
9422026-05-09T15:47:26.897Z Downloaded opaque-debug v0.3.1
9432026-05-09T15:47:26.897Z Downloaded omicron-workspace-hack v0.1.0
9442026-05-09T15:47:26.897Z Downloaded fxhash v0.2.1
9452026-05-09T15:47:26.900Z Downloaded bit-vec v0.8.0
9462026-05-09T15:47:26.900Z Downloaded num-derive v0.4.2
9472026-05-09T15:47:26.903Z Downloaded is-terminal v0.4.17
9482026-05-09T15:47:26.903Z Downloaded hubpack v0.1.2
9492026-05-09T15:47:26.903Z Downloaded byte-wrapper v0.1.0
9502026-05-09T15:47:26.906Z Downloaded newtype_derive v0.1.6
9512026-05-09T15:47:26.906Z Downloaded lru-cache v0.1.2
9522026-05-09T15:47:26.909Z Downloaded internet-checksum v0.2.1
9532026-05-09T15:47:26.909Z Downloaded managed v0.8.0
9542026-05-09T15:47:26.913Z Downloaded konst_macro_rules v0.2.19
9552026-05-09T15:47:26.913Z Downloaded critical-section v1.2.0
9562026-05-09T15:47:26.913Z Downloaded cipher v0.4.4
9572026-05-09T15:47:26.915Z Downloaded num v0.4.3
9582026-05-09T15:47:26.916Z Downloaded no-std-compat v0.4.1
9592026-05-09T15:47:26.916Z Downloaded foreign-types-shared v0.3.1
9602026-05-09T15:47:26.920Z Downloaded phf_shared v0.12.1
9612026-05-09T15:47:26.920Z Downloaded parse-display v0.10.0
9622026-05-09T15:47:26.920Z Downloaded cmake v0.1.58
9632026-05-09T15:47:26.923Z Downloaded backoff v0.4.0
9642026-05-09T15:47:26.923Z Downloaded multer v3.1.0
9652026-05-09T15:47:26.924Z Downloaded libsw v3.5.0
9662026-05-09T15:47:26.928Z Downloaded group v0.13.0
9672026-05-09T15:47:26.928Z Downloaded powerfmt v0.2.0
9682026-05-09T15:47:26.931Z Downloaded olpc-cjson v0.1.4
9692026-05-09T15:47:26.931Z Downloaded backon v1.6.0
9702026-05-09T15:47:26.931Z Downloaded indexmap v1.9.3
9712026-05-09T15:47:26.934Z Downloaded icu_normalizer_data v2.2.0
9722026-05-09T15:47:26.934Z Downloaded pretty-hex v0.4.2
9732026-05-09T15:47:26.937Z Downloaded float-ord v0.3.2
9742026-05-09T15:47:26.937Z Downloaded proc-macro-crate v1.3.1
9752026-05-09T15:47:26.937Z Downloaded erased-serde v0.3.31
9762026-05-09T15:47:26.940Z Downloaded progenitor-client v0.11.2
9772026-05-09T15:47:26.940Z Downloaded proc-macro-crate v3.5.0
9782026-05-09T15:47:26.944Z Downloaded progenitor-macro v0.14.0
9792026-05-09T15:47:26.944Z Downloaded progenitor-macro v0.11.2
9802026-05-09T15:47:26.947Z Downloaded progenitor-client v0.10.0
9812026-05-09T15:47:26.947Z Downloaded proc-macro-error-attr2 v2.0.0
9822026-05-09T15:47:26.947Z Downloaded proc-macro-error-attr v1.0.4
9832026-05-09T15:47:26.947Z Downloaded progenitor-macro v0.10.0
9842026-05-09T15:47:26.947Z Downloaded compression-codecs v0.4.38
9852026-05-09T15:47:26.950Z Downloaded num_enum_derive v0.5.11
9862026-05-09T15:47:26.952Z Downloaded num-rational v0.4.2
9872026-05-09T15:47:26.952Z Downloaded filetime v0.2.27
9882026-05-09T15:47:26.952Z Downloaded byteorder v1.5.0
9892026-05-09T15:47:26.956Z Downloaded ff v0.13.1
9902026-05-09T15:47:26.956Z Downloaded git-stub-vcs v0.1.0
9912026-05-09T15:47:26.959Z Downloaded num-integer v0.1.46
9922026-05-09T15:47:26.959Z Downloaded deranged v0.5.8
9932026-05-09T15:47:26.959Z Downloaded defmt-macros v1.0.1
9942026-05-09T15:47:26.962Z Downloaded num-complex v0.4.6
9952026-05-09T15:47:26.965Z Downloaded ingot v0.1.1
9962026-05-09T15:47:26.965Z Downloaded constant_time_eq v0.4.2
9972026-05-09T15:47:26.968Z Downloaded progenitor-client v0.14.0
9982026-05-09T15:47:26.968Z Downloaded displaydoc v0.2.5
9992026-05-09T15:47:26.971Z Downloaded rand_xorshift v0.4.0
10002026-05-09T15:47:26.971Z Downloaded ref-cast-impl v1.0.25
10012026-05-09T15:47:26.971Z Downloaded rand_chacha v0.3.1
10022026-05-09T15:47:26.973Z Downloaded paste v1.0.15
10032026-05-09T15:47:26.974Z Downloaded progenitor-macro v0.13.0
10042026-05-09T15:47:26.977Z Downloaded anyhow v1.0.102
10052026-05-09T15:47:26.977Z Downloaded nom v7.1.3
10062026-05-09T15:47:26.980Z Downloaded num_enum_derive v0.7.6
10072026-05-09T15:47:26.983Z Downloaded pem v3.0.6
10082026-05-09T15:47:26.984Z Downloaded password-hash v0.5.0
10092026-05-09T15:47:26.984Z Downloaded parking_lot_core v0.8.6
10102026-05-09T15:47:26.986Z Downloaded hickory-resolver v0.24.4
10112026-05-09T15:47:26.989Z Downloaded console v0.16.3
10122026-05-09T15:47:26.989Z Downloaded num_enum v0.5.11
10132026-05-09T15:47:26.992Z Downloaded potential_utf v0.1.5
10142026-05-09T15:47:26.995Z Downloaded defmt v1.0.1
10152026-05-09T15:47:26.997Z Downloaded progenitor-extras v0.2.0
10162026-05-09T15:47:26.998Z Downloaded progenitor v0.10.0
10172026-05-09T15:47:26.998Z Downloaded scroll_derive v0.13.1
10182026-05-09T15:47:27.001Z Downloaded proc-macro-error2 v2.0.1
10192026-05-09T15:47:27.001Z Downloaded drift v0.1.4
10202026-05-09T15:47:27.006Z Downloaded same-file v1.0.6
10212026-05-09T15:47:27.008Z Downloaded ref-cast v1.0.25
10222026-05-09T15:47:27.011Z Downloaded parking_lot v0.11.2
10232026-05-09T15:47:27.011Z Downloaded oxide-tokio-rt v0.1.5
10242026-05-09T15:47:27.011Z Downloaded oxnet v0.1.5
10252026-05-09T15:47:27.014Z Downloaded highway v1.3.0
10262026-05-09T15:47:27.014Z Downloaded quick-error v1.2.3
10272026-05-09T15:47:27.019Z Downloaded num_enum v0.7.6
10282026-05-09T15:47:27.019Z Downloaded scroll_derive v0.12.1
10292026-05-09T15:47:27.019Z Downloaded rand_core v0.10.1
10302026-05-09T15:47:27.022Z Downloaded rustc_version v0.1.7
10312026-05-09T15:47:27.022Z Downloaded parse-display-derive v0.10.0
10322026-05-09T15:47:27.022Z Downloaded secrecy v0.10.3
10332026-05-09T15:47:27.038Z Downloaded darling v0.23.0
10342026-05-09T15:47:27.039Z Downloaded resolv-conf v0.7.6
10352026-05-09T15:47:27.039Z Downloaded phf v0.12.1
10362026-05-09T15:47:27.039Z Downloaded daft v0.1.5
10372026-05-09T15:47:27.039Z Downloaded serde_repr v0.1.20
10382026-05-09T15:47:27.039Z Downloaded siphasher v1.0.3
10392026-05-09T15:47:27.039Z Downloaded sigpipe v0.1.3
10402026-05-09T15:47:27.039Z Downloaded sha1 v0.10.6
10412026-05-09T15:47:27.039Z Downloaded serial_test_derive v3.4.0
10422026-05-09T15:47:27.039Z Downloaded diff v0.1.13
10432026-05-09T15:47:27.039Z Downloaded bitflags v1.3.2
10442026-05-09T15:47:27.042Z Downloaded arrayvec v0.7.6
10452026-05-09T15:47:27.042Z Downloaded crossbeam-utils v0.8.21
10462026-05-09T15:47:27.042Z Downloaded blake2 v0.10.6
10472026-05-09T15:47:27.044Z Downloaded cancel-safe-futures v0.1.5
10482026-05-09T15:47:27.047Z Downloaded rustls-pemfile v2.2.0
10492026-05-09T15:47:27.047Z Downloaded slog-bunyan v2.5.0
10502026-05-09T15:47:27.047Z Downloaded rustversion v1.0.22
10512026-05-09T15:47:27.050Z Downloaded progenitor-client v0.13.0
10522026-05-09T15:47:27.050Z Downloaded progenitor v0.14.0
10532026-05-09T15:47:27.053Z Downloaded serial_test v3.4.0
10542026-05-09T15:47:27.053Z Downloaded progenitor v0.13.0
10552026-05-09T15:47:27.053Z Downloaded rusty-fork v0.3.1
10562026-05-09T15:47:27.055Z Downloaded postcard v1.1.3
10572026-05-09T15:47:27.055Z Downloaded progenitor v0.11.2
10582026-05-09T15:47:27.059Z Downloaded serde-big-array v0.5.1
10592026-05-09T15:47:27.059Z Downloaded semver v0.1.20
10602026-05-09T15:47:27.059Z Downloaded colored v3.1.1
10612026-05-09T15:47:27.062Z Downloaded strum v0.26.3
10622026-05-09T15:47:27.062Z Downloaded spin v0.5.2
10632026-05-09T15:47:27.062Z Downloaded smawk v0.3.2
10642026-05-09T15:47:27.062Z Downloaded derive_more v0.99.20
10652026-05-09T15:47:27.064Z Downloaded libsw-core v0.3.2
10662026-05-09T15:47:27.067Z Downloaded tagptr v0.2.0
10672026-05-09T15:47:27.067Z Downloaded num_threads v0.1.7
10682026-05-09T15:47:27.070Z Downloaded darling v0.21.3
10692026-05-09T15:47:27.073Z Downloaded structmeta v0.3.0
10702026-05-09T15:47:27.073Z Downloaded sdd v3.0.10
10712026-05-09T15:47:27.073Z Downloaded litemap v0.8.2
10722026-05-09T15:47:27.075Z Downloaded icu_properties v2.2.0
10732026-05-09T15:47:27.078Z Downloaded stable_deref_trait v1.2.1
10742026-05-09T15:47:27.078Z Downloaded arc-swap v1.9.1
10752026-05-09T15:47:27.081Z Downloaded scroll v0.12.0
10762026-05-09T15:47:27.081Z Downloaded structmeta-derive v0.3.0
10772026-05-09T15:47:27.081Z Downloaded strum v0.27.2
10782026-05-09T15:47:27.083Z Downloaded chacha20 v0.10.0
10792026-05-09T15:47:27.083Z Downloaded bytecount v0.6.9
10802026-05-09T15:47:27.086Z Downloaded tabwriter v1.4.1
10812026-05-09T15:47:27.086Z Downloaded termtree v0.5.1
10822026-05-09T15:47:27.086Z Downloaded tabled_derive v0.7.0
10832026-05-09T15:47:27.086Z Downloaded icu_collections v2.2.0
10842026-05-09T15:47:27.091Z Downloaded take_mut v0.2.2
10852026-05-09T15:47:27.093Z Downloaded serde_tokenstream v0.2.3
10862026-05-09T15:47:27.093Z Downloaded icu_provider v2.2.0
10872026-05-09T15:47:27.093Z Downloaded thread-id v5.1.0
10882026-05-09T15:47:27.096Z Downloaded thiserror-impl-no-std v2.0.2
10892026-05-09T15:47:27.096Z Downloaded testing_table v0.3.0
10902026-05-09T15:47:27.096Z Downloaded pest_derive v2.8.6
10912026-05-09T15:47:27.099Z Downloaded time-core v0.1.8
10922026-05-09T15:47:27.099Z Downloaded thread-id v4.2.2
10932026-05-09T15:47:27.099Z Downloaded serde_derive_internals v0.29.1
10942026-05-09T15:47:27.101Z Downloaded hickory-resolver v0.25.2
10952026-05-09T15:47:27.105Z Downloaded rustls-native-certs v0.8.3
10962026-05-09T15:47:27.105Z Downloaded proc-macro-error v1.0.4
10972026-05-09T15:47:27.108Z Downloaded serde_plain v1.0.2
10982026-05-09T15:47:27.108Z Downloaded slog-json v2.6.1
10992026-05-09T15:47:27.108Z Downloaded slog-dtrace v0.3.0
11002026-05-09T15:47:27.111Z Downloaded slog-stdlog v4.1.1
11012026-05-09T15:47:27.111Z Downloaded slog-scope v4.4.1
11022026-05-09T15:47:27.111Z Downloaded slog-async v2.8.0
11032026-05-09T15:47:27.111Z Downloaded rhai_codegen v3.1.0
11042026-05-09T15:47:27.115Z Downloaded smartstring v1.0.1
11052026-05-09T15:47:27.117Z Downloaded scroll v0.13.0
11062026-05-09T15:47:27.117Z Downloaded elliptic-curve v0.13.8
11072026-05-09T15:47:27.120Z Downloaded schemars_derive v0.8.22
11082026-05-09T15:47:27.120Z Downloaded poly1305 v0.8.0
11092026-05-09T15:47:27.123Z Downloaded topological-sort v0.2.2
11102026-05-09T15:47:27.123Z Downloaded pest_generator v2.8.6
11112026-05-09T15:47:27.126Z Downloaded usdt-attr-macro v0.5.0
11122026-05-09T15:47:27.126Z Downloaded untrusted v0.7.1
11132026-05-09T15:47:27.126Z Downloaded omicron-zone-package v0.12.2
11142026-05-09T15:47:27.128Z Downloaded synstructure v0.13.2
11152026-05-09T15:47:27.128Z Downloaded plain v0.2.3
11162026-05-09T15:47:27.128Z Downloaded derive-ex v0.1.8
11172026-05-09T15:47:27.131Z Downloaded icu_locale_core v2.2.0
11182026-05-09T15:47:27.134Z Downloaded bcs v0.1.6
11192026-05-09T15:47:27.134Z Downloaded dyn-clone v1.0.20
11202026-05-09T15:47:27.137Z Downloaded konst v0.2.20
11212026-05-09T15:47:27.139Z Downloaded indicatif v0.18.4
11222026-05-09T15:47:27.139Z Downloaded slog-envlogger v2.2.0
11232026-05-09T15:47:27.142Z Downloaded dropshot-api-manager-types v0.7.1
11242026-05-09T15:47:27.142Z Downloaded slog-term v2.9.2
11252026-05-09T15:47:27.145Z Downloaded universal-hash v0.5.1
11262026-05-09T15:47:27.145Z Downloaded unarray v0.1.4
11272026-05-09T15:47:27.145Z Downloaded papergrid v0.17.0
11282026-05-09T15:47:27.148Z Downloaded usdt v0.5.0
11292026-05-09T15:47:27.148Z Downloaded waitgroup v0.1.2
11302026-05-09T15:47:27.148Z Downloaded unit-prefix v0.5.2
11312026-05-09T15:47:27.151Z Downloaded wait-timeout v0.2.1
11322026-05-09T15:47:27.151Z Downloaded smf v0.2.3
11332026-05-09T15:47:27.151Z Downloaded chacha20poly1305 v0.10.1
11342026-05-09T15:47:27.154Z Downloaded darling_core v0.21.3
11352026-05-09T15:47:27.155Z Downloaded typify-macro v0.4.3
11362026-05-09T15:47:27.158Z Downloaded dropshot_endpoint v0.17.0
11372026-05-09T15:47:27.158Z Downloaded cobs v0.3.0
11382026-05-09T15:47:27.158Z Downloaded typify-macro v0.6.2
11392026-05-09T15:47:27.161Z Downloaded keccak v0.1.6
11402026-05-09T15:47:27.161Z Downloaded usdt v0.6.0
11412026-05-09T15:47:27.161Z Downloaded thiserror-no-std v2.0.2
11422026-05-09T15:47:27.164Z Downloaded crossbeam-deque v0.8.6
11432026-05-09T15:47:27.164Z Downloaded utf-8 v0.7.6
11442026-05-09T15:47:27.164Z Downloaded usdt-macro v0.5.0
11452026-05-09T15:47:27.164Z Downloaded compression-core v0.4.32
11462026-05-09T15:47:27.167Z Downloaded tiny-keccak v2.0.2
11472026-05-09T15:47:27.167Z Downloaded snafu-derive v0.8.9
11482026-05-09T15:47:27.170Z Downloaded hashbrown v0.12.3
11492026-05-09T15:47:27.170Z Downloaded rustls-platform-verifier v0.7.0
11502026-05-09T15:47:27.173Z Downloaded usdt-macro v0.6.0
11512026-05-09T15:47:27.173Z Downloaded tabled_derive v0.11.0
11522026-05-09T15:47:27.175Z Downloaded strum_macros v0.26.4
11532026-05-09T15:47:27.175Z Downloaded prettyplease v0.2.37
11542026-05-09T15:47:27.178Z Downloaded progenitor-impl v0.14.0
11552026-05-09T15:47:27.181Z Downloaded spin v0.9.8
11562026-05-09T15:47:27.184Z Downloaded zerofrom v0.1.7
11572026-05-09T15:47:27.184Z Downloaded zeroize_derive v1.4.3
11582026-05-09T15:47:27.184Z Downloaded zerofrom-derive v0.1.7
11592026-05-09T15:47:27.187Z Downloaded strum_macros v0.27.2
11602026-05-09T15:47:27.187Z Downloaded yoke-derive v0.8.2
11612026-05-09T15:47:27.189Z Downloaded zone v0.3.1
11622026-05-09T15:47:27.192Z Downloaded papergrid v0.11.0
11632026-05-09T15:47:27.195Z Downloaded zone_cfg_derive v0.3.1
11642026-05-09T15:47:27.195Z Downloaded time-macros v0.2.27
11652026-05-09T15:47:27.201Z Downloaded heapless v0.8.0
11662026-05-09T15:47:27.204Z Downloaded tokio-rustls v0.25.0
11672026-05-09T15:47:27.207Z Downloaded schemars v0.8.22
11682026-05-09T15:47:27.211Z Downloaded usdt-attr-macro v0.6.0
11692026-05-09T15:47:27.213Z Downloaded slog v2.8.2
11702026-05-09T15:47:27.213Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-05-09T15:47:27.216Z Downloaded usdt-impl v0.5.0
11722026-05-09T15:47:27.216Z Downloaded darling_core v0.23.0
11732026-05-09T15:47:27.219Z Downloaded walkdir v2.5.0
11742026-05-09T15:47:27.219Z Downloaded thin-vec v0.2.18
11752026-05-09T15:47:27.221Z Downloaded const_format v0.2.36
11762026-05-09T15:47:27.225Z Downloaded term v1.2.1
11772026-05-09T15:47:27.225Z Downloaded tokio-tungstenite v0.21.0
11782026-05-09T15:47:27.229Z Downloaded serde_with_macros v3.19.0
11792026-05-09T15:47:27.229Z Downloaded progenitor-impl v0.13.0
11802026-05-09T15:47:27.229Z Downloaded tokio-dtrace v0.1.1
11812026-05-09T15:47:27.229Z Downloaded tinystr v0.8.3
11822026-05-09T15:47:27.232Z Downloaded jiff-static v0.2.24
11832026-05-09T15:47:27.232Z Downloaded progenitor-impl v0.11.2
11842026-05-09T15:47:27.234Z Downloaded crossbeam-channel v0.5.15
11852026-05-09T15:47:27.234Z Downloaded crypto-bigint v0.5.5
11862026-05-09T15:47:27.238Z Downloaded icu_normalizer v2.2.0
11872026-05-09T15:47:27.240Z Downloaded ucd-trie v0.1.7
11882026-05-09T15:47:27.243Z Downloaded minimal-lexical v0.2.1
11892026-05-09T15:47:27.247Z Downloaded vsss-rs v3.3.4
11902026-05-09T15:47:27.250Z Downloaded whoami v1.6.1
11912026-05-09T15:47:27.250Z Downloaded usdt-impl v0.6.0
11922026-05-09T15:47:27.252Z Downloaded xz2 v0.1.7
11932026-05-09T15:47:27.255Z Downloaded writeable v0.6.3
11942026-05-09T15:47:27.259Z Downloaded hashbrown v0.17.0
11952026-05-09T15:47:27.262Z Downloaded pretty_assertions v1.4.1
11962026-05-09T15:47:27.267Z Downloaded pest_meta v2.8.6
11972026-05-09T15:47:27.270Z Downloaded typify v0.6.2
11982026-05-09T15:47:27.270Z Downloaded typify v0.4.3
11992026-05-09T15:47:27.273Z Downloaded zerovec-derive v0.11.3
12002026-05-09T15:47:27.273Z Downloaded base64 v0.21.7
12012026-05-09T15:47:27.275Z Downloaded tungstenite v0.21.0
12022026-05-09T15:47:27.275Z Downloaded rand v0.8.6
12032026-05-09T15:47:27.279Z Downloaded schemars v0.9.0
12042026-05-09T15:47:27.286Z Downloaded similar v2.7.0
12052026-05-09T15:47:27.288Z Downloaded async-compression v0.4.42
12062026-05-09T15:47:27.292Z Downloaded serde_yaml v0.9.34+deprecated
12072026-05-09T15:47:27.294Z Downloaded progenitor-impl v0.10.0
12082026-05-09T15:47:27.297Z Downloaded dropshot-api-manager v0.7.1
12092026-05-09T15:47:27.297Z Downloaded test-strategy v0.4.5
12102026-05-09T15:47:27.300Z Downloaded snafu v0.8.9
12112026-05-09T15:47:27.305Z Downloaded yoke v0.8.2
12122026-05-09T15:47:27.313Z Downloaded expectorate v1.2.0
12132026-05-09T15:47:27.323Z Downloaded toml v0.9.12+spec-1.1.0
12142026-05-09T15:47:27.325Z Downloaded hashbrown v0.16.1
12152026-05-09T15:47:27.328Z Downloaded zerocopy-derive v0.7.35
12162026-05-09T15:47:27.331Z Downloaded unsafe-libyaml v0.2.11
12172026-05-09T15:47:27.334Z Downloaded rayon-core v1.13.0
12182026-05-09T15:47:27.337Z Downloaded nom v8.0.0
12192026-05-09T15:47:27.343Z Downloaded itertools v0.12.1
12202026-05-09T15:47:27.347Z Downloaded toml v0.7.8
12212026-05-09T15:47:27.350Z Downloaded toml_edit v0.25.11+spec-1.1.0
12222026-05-09T15:47:27.358Z Downloaded qorb v0.4.1
12232026-05-09T15:47:27.361Z Downloaded zerotrie v0.2.4
12242026-05-09T15:47:27.363Z Downloaded yansi v1.0.1
12252026-05-09T15:47:27.366Z Downloaded steno v0.4.1
12262026-05-09T15:47:27.370Z Downloaded schemars v1.2.1
12272026-05-09T15:47:27.378Z Downloaded zerocopy-derive v0.8.48
12282026-05-09T15:47:27.383Z Downloaded toml_edit v0.19.15
12292026-05-09T15:47:27.392Z Downloaded typed-path v0.9.3
12302026-05-09T15:47:27.395Z Downloaded iddqd v0.3.18
12312026-05-09T15:47:27.399Z Downloaded rand v0.10.1
12322026-05-09T15:47:27.401Z Downloaded pest v2.8.6
12332026-05-09T15:47:27.404Z Downloaded hkdf v0.12.4
12342026-05-09T15:47:27.412Z Downloaded libm v0.2.16
12352026-05-09T15:47:27.417Z Downloaded icu_properties_data v2.2.0
12362026-05-09T15:47:27.422Z Downloaded goblin v0.8.2
12372026-05-09T15:47:27.425Z Downloaded rayon v1.12.0
12382026-05-09T15:47:27.431Z Downloaded zerovec v0.11.6
12392026-05-09T15:47:27.435Z Downloaded scc v2.4.0
12402026-05-09T15:47:27.454Z Downloaded reqwest v0.13.3
12412026-05-09T15:47:27.460Z Downloaded zerocopy v0.7.35
12422026-05-09T15:47:27.467Z Downloaded tough v0.20.0
12432026-05-09T15:47:27.471Z Downloaded serde_with v3.19.0
12442026-05-09T15:47:27.477Z Downloaded rustls-webpki v0.102.8
12452026-05-09T15:47:27.488Z Downloaded moka v0.12.15
12462026-05-09T15:47:27.492Z Downloaded goblin v0.10.5
12472026-05-09T15:47:27.499Z Downloaded winnow v0.5.40
12482026-05-09T15:47:27.505Z Downloaded aws-lc-rs v1.16.3
12492026-05-09T15:47:27.511Z Downloaded blake3 v1.8.5
12502026-05-09T15:47:27.515Z Downloaded tabled v0.15.0
12512026-05-09T15:47:27.524Z Downloaded syn v1.0.109
12522026-05-09T15:47:27.529Z Downloaded proptest v1.11.0
12532026-05-09T15:47:27.542Z Downloaded tabled v0.20.0
12542026-05-09T15:47:27.566Z Downloaded nix v0.31.2
12552026-05-09T15:47:27.576Z Downloaded time v0.3.47
12562026-05-09T15:47:27.583Z Downloaded regress v0.10.5
12572026-05-09T15:47:27.588Z Downloaded smoltcp v0.11.0
12582026-05-09T15:47:27.595Z Downloaded regress v0.11.1
12592026-05-09T15:47:27.599Z Downloaded rhai v1.24.0
12602026-05-09T15:47:27.606Z Downloaded hickory-proto v0.24.4
12612026-05-09T15:47:27.614Z Downloaded hickory-proto v0.25.2
12622026-05-09T15:47:27.632Z Downloaded rustls v0.22.4
12632026-05-09T15:47:27.648Z Downloaded sled v0.34.7
12642026-05-09T15:47:27.653Z Downloaded openapiv3 v2.2.0
12652026-05-09T15:47:27.659Z Downloaded dropshot v0.17.0
12662026-05-09T15:47:27.688Z Downloaded petgraph v0.6.5
12672026-05-09T15:47:27.697Z Downloaded lzma-sys v0.1.20
12682026-05-09T15:47:27.713Z Downloaded typify-impl v0.4.3
12692026-05-09T15:47:27.720Z Downloaded typify-impl v0.6.2
12702026-05-09T15:47:27.727Z Downloaded jiff v0.2.24
12712026-05-09T15:47:27.739Z Downloaded sha3 v0.10.9
12722026-05-09T15:47:27.776Z Downloaded chrono-tz v0.10.4
12732026-05-09T15:47:27.809Z Downloaded csv v1.4.0
12742026-05-09T15:47:27.894Z Downloaded encoding_rs v0.8.35
12752026-05-09T15:47:28.550Z Downloaded aws-lc-sys v0.40.0
12762026-05-09T15:47:29.441Z Compiling proc-macro2 v1.0.106
12772026-05-09T15:47:29.441Z Compiling unicode-ident v1.0.24
12782026-05-09T15:47:29.442Z Compiling quote v1.0.45
12792026-05-09T15:47:29.442Z Compiling serde_core v1.0.228
12802026-05-09T15:47:29.442Z Compiling cfg-if v1.0.4
12812026-05-09T15:47:29.442Z Compiling serde v1.0.228
12822026-05-09T15:47:29.444Z Compiling libc v0.2.186
12832026-05-09T15:47:29.444Z Compiling memchr v2.8.0
12842026-05-09T15:47:29.641Z Compiling itoa v1.0.18
12852026-05-09T15:47:29.818Z Compiling smallvec v1.15.1
12862026-05-09T15:47:29.882Z Compiling zmij v1.0.21
12872026-05-09T15:47:29.896Z Compiling serde_json v1.0.149
12882026-05-09T15:47:30.018Z Compiling autocfg v1.5.0
12892026-05-09T15:47:30.235Z Compiling libm v0.2.16
12902026-05-09T15:47:30.252Z Compiling stable_deref_trait v1.2.1
12912026-05-09T15:47:30.323Z Compiling version_check v0.9.5
12922026-05-09T15:47:30.401Z Compiling litemap v0.8.2
12932026-05-09T15:47:30.447Z Compiling percent-encoding v2.3.2
12942026-05-09T15:47:30.512Z Compiling writeable v0.6.3
12952026-05-09T15:47:30.600Z Compiling icu_properties_data v2.2.0
12962026-05-09T15:47:30.610Z Compiling icu_normalizer_data v2.2.0
12972026-05-09T15:47:30.622Z Compiling utf8_iter v1.0.4
12982026-05-09T15:47:30.644Z Compiling pin-project-lite v0.2.17
12992026-05-09T15:47:30.744Z Compiling equivalent v1.0.2
13002026-05-09T15:47:30.768Z Compiling iana-time-zone v0.1.65
13012026-05-09T15:47:30.832Z Compiling form_urlencoded v1.2.2
13022026-05-09T15:47:30.953Z Compiling syn v2.0.117
13032026-05-09T15:47:30.997Z Compiling parking_lot_core v0.9.12
13042026-05-09T15:47:31.011Z Compiling scopeguard v1.2.0
13052026-05-09T15:47:31.013Z Compiling dyn-clone v1.0.20
13062026-05-09T15:47:31.013Z Compiling num-traits v0.2.19
13072026-05-09T15:47:31.045Z Compiling log v0.4.29
13082026-05-09T15:47:31.135Z Compiling lock_api v0.4.14
13092026-05-09T15:47:31.150Z Compiling hashbrown v0.17.0
13102026-05-09T15:47:31.237Z Compiling rand_core v0.10.1
13112026-05-09T15:47:31.298Z Compiling thiserror v2.0.18
13122026-05-09T15:47:31.373Z Compiling getrandom v0.4.2
13132026-05-09T15:47:31.396Z Compiling errno v0.3.14
13142026-05-09T15:47:31.549Z Compiling jobserver v0.1.34
13152026-05-09T15:47:31.684Z Compiling find-msvc-tools v0.1.9
13162026-05-09T15:47:31.741Z Compiling shlex v1.3.0
13172026-05-09T15:47:31.854Z Compiling semver v1.0.28
13182026-05-09T15:47:31.885Z Compiling indexmap v2.14.0
13192026-05-09T15:47:31.928Z Compiling cc v1.2.62
13202026-05-09T15:47:31.951Z Compiling futures-core v0.3.32
13212026-05-09T15:47:32.102Z Compiling heck v0.5.0
13222026-05-09T15:47:32.163Z Compiling zerocopy v0.8.48
13232026-05-09T15:47:32.178Z Compiling futures-sink v0.3.32
13242026-05-09T15:47:32.252Z Compiling uuid v1.23.1
13252026-05-09T15:47:32.279Z Compiling fnv v1.0.7
13262026-05-09T15:47:32.366Z Compiling slab v0.4.12
13272026-05-09T15:47:32.378Z Compiling schemars v0.8.22
13282026-05-09T15:47:32.544Z Compiling futures-channel v0.3.32
13292026-05-09T15:47:32.615Z Compiling rustversion v1.0.22
13302026-05-09T15:47:32.655Z Compiling socket2 v0.6.3
13312026-05-09T15:47:32.671Z Compiling futures-task v0.3.32
13322026-05-09T15:47:32.770Z Compiling futures-io v0.3.32
13332026-05-09T15:47:32.839Z Compiling parking_lot v0.12.5
13342026-05-09T15:47:32.928Z Compiling signal-hook-registry v1.4.8
13352026-05-09T15:47:32.931Z Compiling mio v1.2.0
13362026-05-09T15:47:33.042Z Compiling portable-atomic v1.13.1
13372026-05-09T15:47:33.100Z Compiling bitflags v2.11.1
13382026-05-09T15:47:33.223Z Compiling getrandom v0.2.17
13392026-05-09T15:47:33.246Z Compiling typenum v1.20.0
13402026-05-09T15:47:33.249Z Compiling subtle v2.6.1
13412026-05-09T15:47:33.335Z Compiling base64 v0.22.1
13422026-05-09T15:47:33.403Z Compiling untrusted v0.9.0
13432026-05-09T15:47:33.415Z Compiling critical-section v1.2.0
13442026-05-09T15:47:33.443Z Compiling byteorder v1.5.0
13452026-05-09T15:47:33.520Z Compiling rand_core v0.6.4
13462026-05-09T15:47:33.525Z Compiling regex-syntax v0.8.10
13472026-05-09T15:47:33.590Z Compiling cmake v0.1.58
13482026-05-09T15:47:33.664Z Compiling fs_extra v1.3.0
13492026-05-09T15:47:33.678Z Compiling dunce v1.0.5
13502026-05-09T15:47:33.739Z Compiling ipnet v2.12.0
13512026-05-09T15:47:33.764Z Compiling atomic-waker v1.1.2
13522026-05-09T15:47:33.891Z Compiling synstructure v0.13.2
13532026-05-09T15:47:33.901Z Compiling serde_derive_internals v0.29.1
13542026-05-09T15:47:33.914Z Compiling httparse v1.10.1
13552026-05-09T15:47:33.921Z Compiling aws-lc-sys v0.40.0
13562026-05-09T15:47:34.037Z Compiling once_cell v1.21.4
13572026-05-09T15:47:34.253Z Compiling slog v2.8.2
13582026-05-09T15:47:34.264Z Compiling rustix v1.1.4
13592026-05-09T15:47:34.307Z Compiling tower-service v0.3.3
13602026-05-09T15:47:34.384Z Compiling tower-layer v0.3.3
13612026-05-09T15:47:34.451Z Compiling strsim v0.11.1
13622026-05-09T15:47:34.542Z Compiling ryu v1.0.23
13632026-05-09T15:47:34.622Z Compiling try-lock v0.2.5
13642026-05-09T15:47:34.721Z Compiling want v0.3.1
13652026-05-09T15:47:34.732Z Compiling generic-array v0.14.7
13662026-05-09T15:47:34.790Z Compiling thiserror v1.0.69
13672026-05-09T15:47:34.807Z Compiling ucd-trie v0.1.7
13682026-05-09T15:47:34.820Z Compiling httpdate v1.0.3
13692026-05-09T15:47:34.892Z Compiling getrandom v0.3.4
13702026-05-09T15:47:34.978Z Compiling serde_derive v1.0.228
13712026-05-09T15:47:35.001Z Compiling zerofrom-derive v0.1.7
13722026-05-09T15:47:35.057Z Compiling yoke-derive v0.8.2
13732026-05-09T15:47:35.097Z Compiling zerovec-derive v0.11.3
13742026-05-09T15:47:35.100Z Compiling displaydoc v0.2.5
13752026-05-09T15:47:35.261Z Compiling schemars_derive v0.8.22
13762026-05-09T15:47:35.885Z Compiling tokio-macros v2.7.0
13772026-05-09T15:47:36.187Z Compiling thiserror-impl v2.0.18
13782026-05-09T15:47:36.212Z Compiling zerocopy-derive v0.8.48
13792026-05-09T15:47:36.250Z Compiling zerofrom v0.1.7
13802026-05-09T15:47:36.261Z Compiling zeroize_derive v1.4.3
13812026-05-09T15:47:36.371Z Compiling yoke v0.8.2
13822026-05-09T15:47:36.488Z Compiling futures-macro v0.3.32
13832026-05-09T15:47:36.558Z Compiling zerovec v0.11.6
13842026-05-09T15:47:36.663Z Compiling zerotrie v0.2.4
13852026-05-09T15:47:36.952Z Compiling zeroize v1.8.2
13862026-05-09T15:47:37.080Z Compiling tinystr v0.8.3
13872026-05-09T15:47:37.136Z Compiling potential_utf v0.1.5
13882026-05-09T15:47:37.152Z Compiling thiserror-impl v1.0.69
13892026-05-09T15:47:37.282Z Compiling icu_locale_core v2.2.0
13902026-05-09T15:47:37.300Z Compiling icu_collections v2.2.0
13912026-05-09T15:47:37.317Z Compiling futures-util v0.3.32
13922026-05-09T15:47:37.520Z Compiling pest v2.8.6
13932026-05-09T15:47:38.237Z Compiling bytes v1.11.1
13942026-05-09T15:47:38.314Z Compiling icu_provider v2.2.0
13952026-05-09T15:47:38.317Z Compiling chrono v0.4.44
13962026-05-09T15:47:38.361Z Compiling serde_tokenstream v0.2.3
13972026-05-09T15:47:38.635Z Compiling icu_properties v2.2.0
13982026-05-09T15:47:38.648Z Compiling icu_normalizer v2.2.0
13992026-05-09T15:47:38.780Z Compiling http v1.4.0
14002026-05-09T15:47:38.874Z Compiling tokio v1.52.3
14012026-05-09T15:47:39.226Z Compiling erased-serde v0.3.31
14022026-05-09T15:47:39.599Z Compiling idna_adapter v1.2.2
14032026-05-09T15:47:39.717Z Compiling idna v1.1.0
14042026-05-09T15:47:39.738Z Compiling http-body v1.0.1
14052026-05-09T15:47:39.801Z Compiling pest_meta v2.8.6
14062026-05-09T15:47:39.898Z Compiling pretty-hex v0.4.2
14072026-05-09T15:47:39.909Z Compiling tracing-attributes v0.1.31
14082026-05-09T15:47:40.031Z Compiling url v2.5.8
14092026-05-09T15:47:40.149Z Compiling tracing-core v0.1.36
14102026-05-09T15:47:40.624Z Compiling ppv-lite86 v0.2.21
14112026-05-09T15:47:40.792Z Compiling pest_generator v2.8.6
14122026-05-09T15:47:40.916Z Compiling paste v1.0.15
14132026-05-09T15:47:40.957Z Compiling allocator-api2 v0.2.21
14142026-05-09T15:47:41.137Z Compiling foldhash v0.2.0
14152026-05-09T15:47:41.191Z Compiling plain v0.2.3
14162026-05-09T15:47:41.260Z Compiling tracing v0.1.44
14172026-05-09T15:47:41.282Z Compiling hashbrown v0.16.1
14182026-05-09T15:47:41.302Z Compiling http-body-util v0.1.3
14192026-05-09T15:47:41.373Z Compiling ipnetwork v0.21.1
14202026-05-09T15:47:41.421Z Compiling pest_derive v2.8.6
14212026-05-09T15:47:41.500Z Compiling crypto-common v0.1.7
14222026-05-09T15:47:41.541Z Compiling serde_urlencoded v0.7.1
14232026-05-09T15:47:41.636Z Compiling omicron-workspace-hack v0.1.0
14242026-05-09T15:47:41.787Z Compiling ident_case v1.0.1
14252026-05-09T15:47:41.861Z Compiling sync_wrapper v1.0.2
14262026-05-09T15:47:41.887Z Compiling aho-corasick v1.1.4
14272026-05-09T15:47:41.970Z Compiling winnow v1.0.2
14282026-05-09T15:47:41.981Z Compiling rustls-pki-types v1.14.1
14292026-05-09T15:47:41.992Z Compiling daft-derive v0.1.5
14302026-05-09T15:47:42.283Z Compiling fastrand v2.4.1
14312026-05-09T15:47:42.458Z Compiling oxnet v0.1.5
14322026-05-09T15:47:42.539Z Compiling async-trait v0.1.89
14332026-05-09T15:47:42.739Z Compiling regex-automata v0.4.14
14342026-05-09T15:47:42.884Z Compiling tokio-util v0.7.18
14352026-05-09T15:47:43.040Z Compiling ring v0.17.14
14362026-05-09T15:47:43.267Z Compiling cpufeatures v0.2.17
14372026-05-09T15:47:43.340Z Compiling anyhow v1.0.102
14382026-05-09T15:47:43.542Z Compiling time-core v0.1.8
14392026-05-09T15:47:43.572Z Compiling powerfmt v0.2.0
14402026-05-09T15:47:43.641Z Compiling num-conv v0.2.1
14412026-05-09T15:47:43.779Z Compiling deranged v0.5.8
14422026-05-09T15:47:43.782Z Compiling time-macros v0.2.27
14432026-05-09T15:47:43.883Z Compiling block-buffer v0.10.4
14442026-05-09T15:47:44.030Z Compiling openapiv3 v2.2.0
14452026-05-09T15:47:44.746Z Compiling regex v1.12.3
14462026-05-09T15:47:44.758Z Compiling scroll_derive v0.13.1
14472026-05-09T15:47:45.236Z Compiling hex v0.4.3
14482026-05-09T15:47:45.292Z Compiling openssl-probe v0.2.1
14492026-05-09T15:47:45.458Z Compiling num_threads v0.1.7
14502026-05-09T15:47:45.480Z Compiling digest v0.10.7
14512026-05-09T15:47:45.643Z Compiling scroll v0.13.0
14522026-05-09T15:47:45.707Z Compiling camino v1.2.2
14532026-05-09T15:47:45.869Z Compiling goblin v0.10.5
14542026-05-09T15:47:45.913Z Compiling h2 v0.4.14
14552026-05-09T15:47:45.984Z Compiling crc32fast v1.5.0
14562026-05-09T15:47:46.086Z Compiling usdt-impl v0.6.0
14572026-05-09T15:47:46.500Z Compiling dtrace-parser v0.3.0
14582026-05-09T15:47:46.728Z Compiling aws-lc-rs v1.16.3
14592026-05-09T15:47:46.741Z Compiling crossbeam-utils v0.8.21
14602026-05-09T15:47:47.224Z Compiling futures-executor v0.3.32
14612026-05-09T15:47:47.246Z Compiling structmeta-derive v0.3.0
14622026-05-09T15:47:47.362Z Compiling thread-id v5.1.0
14632026-05-09T15:47:47.501Z Compiling rustls v0.22.4
14642026-05-09T15:47:47.571Z Compiling adler2 v2.0.1
14652026-05-09T15:47:47.590Z Compiling simd-adler32 v0.3.9
14662026-05-09T15:47:47.634Z Compiling futures v0.3.32
14672026-05-09T15:47:47.702Z Compiling rand_core v0.9.5
14682026-05-09T15:47:47.714Z Compiling miniz_oxide v0.8.9
14692026-05-09T15:47:47.791Z Compiling darling_core v0.23.0
14702026-05-09T15:47:47.915Z Compiling hyper v1.9.0
14712026-05-09T15:47:48.252Z Compiling newtype-uuid-macros v0.1.0
14722026-05-09T15:47:48.293Z Compiling structmeta v0.3.0
14732026-05-09T15:47:48.388Z Compiling thread_local v1.1.9
14742026-05-09T15:47:48.493Z Compiling untrusted v0.7.1
14752026-05-09T15:47:48.617Z Compiling dof v0.4.0
14762026-05-09T15:47:48.659Z Compiling match_cfg v0.1.0
14772026-05-09T15:47:48.729Z Compiling flate2 v1.1.9
14782026-05-09T15:47:49.071Z Compiling hyper-util v0.1.20
14792026-05-09T15:47:49.149Z Compiling newtype-uuid v1.3.2
14802026-05-09T15:47:49.664Z Compiling rustls v0.23.40
14812026-05-09T15:47:49.885Z Compiling darling_macro v0.23.0
14822026-05-09T15:47:49.896Z Compiling compression-core v0.4.32
14832026-05-09T15:47:49.961Z Compiling ref-cast v1.0.25
14842026-05-09T15:47:50.051Z Compiling slog-async v2.8.0
14852026-05-09T15:47:50.341Z Compiling quick-error v1.2.3
14862026-05-09T15:47:50.447Z Compiling compression-codecs v0.4.38
14872026-05-09T15:47:50.472Z Compiling daft v0.1.5
14882026-05-09T15:47:50.521Z Compiling rand_chacha v0.9.0
14892026-05-09T15:47:50.538Z Compiling darling v0.23.0
14902026-05-09T15:47:50.619Z Compiling ref-cast-impl v1.0.25
14912026-05-09T15:47:50.706Z Compiling strum_macros v0.26.4
14922026-05-09T15:47:50.726Z Compiling usdt-attr-macro v0.6.0
14932026-05-09T15:47:50.741Z Compiling usdt-macro v0.6.0
14942026-05-09T15:47:50.797Z Compiling serde_spanned v1.1.1
14952026-05-09T15:47:50.948Z Compiling multer v3.1.0
14962026-05-09T15:47:50.989Z Compiling term v1.2.1
14972026-05-09T15:47:51.165Z Compiling debug-ignore v1.0.5
14982026-05-09T15:47:51.190Z Compiling toml_writer v1.1.1+spec-1.1.0
14992026-05-09T15:47:51.251Z Compiling take_mut v0.2.2
15002026-05-09T15:47:51.266Z Compiling bit-vec v0.8.0
15012026-05-09T15:47:51.452Z Compiling bit-set v0.8.0
15022026-05-09T15:47:51.500Z Compiling rand v0.9.4
15032026-05-09T15:47:51.616Z Compiling serde_with_macros v3.19.0
15042026-05-09T15:47:51.716Z Compiling tower v0.5.3
15052026-05-09T15:47:51.945Z Compiling async-stream-impl v0.3.6
15062026-05-09T15:47:51.956Z Compiling dropshot v0.17.0
15072026-05-09T15:47:52.103Z Compiling encoding_rs v0.8.35
15082026-05-09T15:47:52.188Z Compiling syn v1.0.109
15092026-05-09T15:47:52.200Z Compiling mime v0.3.17
15102026-05-09T15:47:52.371Z Compiling strum v0.26.3
15112026-05-09T15:47:52.474Z Compiling spin v0.9.8
15122026-05-09T15:47:52.498Z Compiling unarray v0.1.4
15132026-05-09T15:47:52.569Z Compiling tower-http v0.6.10
15142026-05-09T15:47:52.581Z Compiling derive-ex v0.1.8
15152026-05-09T15:47:52.584Z Compiling async-stream v0.3.6
15162026-05-09T15:47:52.604Z Compiling dropshot_endpoint v0.17.0
15172026-05-09T15:47:52.607Z Compiling macaddr v1.0.1
15182026-05-09T15:47:52.754Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15192026-05-09T15:47:52.766Z Compiling waitgroup v0.1.2
15202026-05-09T15:47:52.829Z Compiling serde_path_to_error v0.1.20
15212026-05-09T15:47:53.244Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15222026-05-09T15:47:53.375Z Compiling tempfile v3.27.0
15232026-05-09T15:47:53.685Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15242026-05-09T15:47:53.799Z Compiling strum_macros v0.27.2
15252026-05-09T15:47:53.865Z Compiling instant v0.1.13
15262026-05-09T15:47:53.972Z Compiling time v0.3.47
15272026-05-09T15:47:54.160Z Compiling test-strategy v0.4.5
15282026-05-09T15:47:54.275Z Compiling rustls-native-certs v0.8.3
15292026-05-09T15:47:54.619Z Compiling rustc-hash v2.1.2
15302026-05-09T15:47:54.746Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15312026-05-09T15:47:54.945Z Compiling crossbeam-channel v0.5.15
15322026-05-09T15:47:55.644Z Compiling strum v0.27.2
15332026-05-09T15:47:55.769Z Compiling parse-display-derive v0.10.0
15342026-05-09T15:47:56.065Z Compiling backon v1.6.0
15352026-05-09T15:47:56.078Z Compiling rand_chacha v0.3.1
15362026-05-09T15:47:56.398Z Compiling rand v0.8.6
15372026-05-09T15:47:56.690Z Compiling rustls-webpki v0.102.8
15382026-05-09T15:47:57.071Z Compiling slog-json v2.6.1
15392026-05-09T15:47:57.281Z Compiling hostname v0.3.1
15402026-05-09T15:47:57.306Z Compiling toml_parser v1.1.2+spec-1.1.0
15412026-05-09T15:47:57.414Z Compiling toml_datetime v1.1.1+spec-1.1.0
15422026-05-09T15:47:57.426Z Compiling memmap2 v0.9.10
15432026-05-09T15:47:57.457Z Compiling is-terminal v0.4.17
15442026-05-09T15:47:57.553Z Compiling wait-timeout v0.2.1
15452026-05-09T15:47:57.580Z Compiling either v1.15.0
15462026-05-09T15:47:57.638Z Compiling usdt v0.6.0
15472026-05-09T15:47:57.718Z Compiling rusty-fork v0.3.1
15482026-05-09T15:47:57.780Z Compiling toml v1.1.2+spec-1.1.0
15492026-05-09T15:47:57.849Z Compiling slog-term v2.9.2
15502026-05-09T15:47:57.914Z Compiling slog-bunyan v2.5.0
15512026-05-09T15:47:58.048Z Compiling serde_with v3.19.0
15522026-05-09T15:47:58.078Z Compiling async-compression v0.4.42
15532026-05-09T15:47:58.397Z Compiling rand_xorshift v0.4.0
15542026-05-09T15:47:58.459Z Compiling sha1 v0.10.6
15552026-05-09T15:47:58.542Z Compiling rustls-pemfile v2.2.0
15562026-05-09T15:47:58.554Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15572026-05-09T15:47:58.686Z Compiling regress v0.10.5
15582026-05-09T15:47:58.734Z Compiling hostname v0.4.2
15592026-05-09T15:47:58.876Z Compiling proptest v1.11.0
15602026-05-09T15:47:59.044Z Compiling tokio-rustls v0.25.0
15612026-05-09T15:47:59.805Z Compiling iddqd v0.3.18
15622026-05-09T15:47:59.960Z Compiling reqwest v0.12.28
15632026-05-09T15:48:00.995Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15642026-05-09T15:48:01.538Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
15652026-05-09T15:48:01.606Z Compiling progenitor-client v0.10.0
15662026-05-09T15:48:01.799Z Compiling itertools v0.14.0
15672026-05-09T15:48:01.883Z Compiling parse-display v0.10.0
15682026-05-09T15:48:02.220Z Compiling backoff v0.4.0
15692026-05-09T15:48:02.435Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15702026-05-09T15:48:03.368Z Compiling regress v0.11.1
15712026-05-09T15:48:03.564Z Compiling utf8parse v0.2.2
15722026-05-09T15:48:03.679Z Compiling anstyle-parse v1.0.0
15732026-05-09T15:48:03.711Z Compiling is_terminal_polyfill v1.70.2
15742026-05-09T15:48:03.799Z Compiling anstyle v1.0.14
15752026-05-09T15:48:03.859Z Compiling anstyle-query v1.1.5
15762026-05-09T15:48:03.923Z Compiling colorchoice v1.0.5
15772026-05-09T15:48:04.029Z Compiling anstream v1.0.0
15782026-05-09T15:48:04.349Z Compiling toml_datetime v0.6.11
15792026-05-09T15:48:04.572Z Compiling zerocopy-derive v0.7.35
15802026-05-09T15:48:04.867Z Compiling convert_case v0.4.0
15812026-05-09T15:48:04.942Z Compiling typify-impl v0.6.2
15822026-05-09T15:48:05.127Z Compiling clap_lex v1.1.0
15832026-05-09T15:48:05.169Z Compiling derive_more v0.99.20
15842026-05-09T15:48:05.508Z Compiling zerocopy v0.7.35
15852026-05-09T15:48:06.307Z Compiling unicode-width v0.2.2
15862026-05-09T15:48:06.990Z Compiling secrecy v0.10.3
15872026-05-09T15:48:07.249Z Compiling clap_derive v4.6.1
15882026-05-09T15:48:07.282Z Compiling crucible-workspace-hack v0.1.0
15892026-05-09T15:48:07.441Z Compiling float-ord v0.3.2
15902026-05-09T15:48:07.464Z Compiling tinyvec_macros v0.1.1
15912026-05-09T15:48:07.531Z Compiling tinyvec v1.11.0
15922026-05-09T15:48:07.987Z Compiling terminal_size v0.4.4
15932026-05-09T15:48:08.185Z Compiling dtrace-parser v0.2.0
15942026-05-09T15:48:08.187Z Compiling scroll_derive v0.12.1
15952026-05-09T15:48:08.855Z Compiling rustc_version v0.4.1
15962026-05-09T15:48:08.933Z Compiling num-integer v0.1.46
15972026-05-09T15:48:08.945Z Compiling usdt-impl v0.5.0
15982026-05-09T15:48:09.126Z Compiling curve25519-dalek v4.1.3
15992026-05-09T15:48:09.140Z Compiling scroll v0.12.0
16002026-05-09T15:48:09.569Z Compiling dof v0.3.0
16012026-05-09T15:48:09.862Z Compiling hmac v0.12.1
16022026-05-09T15:48:09.916Z Compiling darling_core v0.21.3
16032026-05-09T15:48:09.935Z Compiling inout v0.1.4
16042026-05-09T15:48:09.947Z Compiling ff v0.13.1
16052026-05-09T15:48:09.985Z Compiling thread-id v4.2.2
16062026-05-09T15:48:10.022Z Compiling hkdf v0.12.4
16072026-05-09T15:48:10.062Z Compiling cipher v0.4.4
16082026-05-09T15:48:10.085Z Compiling group v0.13.0
16092026-05-09T15:48:10.777Z Compiling goblin v0.8.2
16102026-05-09T15:48:10.790Z Compiling num-iter v0.1.45
16112026-05-09T15:48:10.815Z Compiling num-rational v0.4.2
16122026-05-09T15:48:10.925Z Compiling clap_builder v4.6.0
16132026-05-09T15:48:11.270Z Compiling toml_edit v0.25.11+spec-1.1.0
16142026-05-09T15:48:11.410Z Compiling typify-macro v0.6.2
16152026-05-09T15:48:11.440Z Compiling thiserror-impl-no-std v2.0.2
16162026-05-09T15:48:12.075Z Compiling darling_macro v0.21.3
16172026-05-09T15:48:12.168Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16182026-05-09T15:48:12.523Z Compiling crossbeam-epoch v0.9.18
16192026-05-09T15:48:12.676Z Compiling universal-hash v0.5.1
16202026-05-09T15:48:12.810Z Compiling half v2.7.1
16212026-05-09T15:48:12.872Z Compiling crypto-bigint v0.5.5
16222026-05-09T15:48:12.977Z Compiling curve25519-dalek-derive v0.1.1
16232026-05-09T15:48:13.115Z Compiling num-complex v0.4.6
16242026-05-09T15:48:13.492Z Compiling typify v0.6.2
16252026-05-09T15:48:13.686Z Compiling ciborium-io v0.2.2
16262026-05-09T15:48:13.763Z Compiling base64ct v1.8.3
16272026-05-09T15:48:13.778Z Compiling base16ct v0.2.0
16282026-05-09T15:48:13.895Z Compiling opaque-debug v0.3.1
16292026-05-09T15:48:13.935Z Compiling elliptic-curve v0.13.8
16302026-05-09T15:48:13.966Z Compiling poly1305 v0.8.0
16312026-05-09T15:48:14.010Z Compiling password-hash v0.5.0
16322026-05-09T15:48:14.315Z Compiling ciborium-ll v0.2.2
16332026-05-09T15:48:14.442Z Compiling num v0.4.3
16342026-05-09T15:48:14.513Z Compiling darling v0.21.3
16352026-05-09T15:48:14.591Z Compiling thiserror-no-std v2.0.2
16362026-05-09T15:48:14.617Z Compiling clap v4.6.1
16372026-05-09T15:48:14.678Z Compiling proc-macro-crate v3.5.0
16382026-05-09T15:48:14.998Z Compiling chacha20 v0.9.1
16392026-05-09T15:48:15.085Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
16402026-05-09T15:48:15.363Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16412026-05-09T15:48:15.775Z Compiling blake2 v0.10.6
16422026-05-09T15:48:15.862Z Compiling byte-wrapper v0.1.0
16432026-05-09T15:48:15.892Z Compiling aead v0.5.2
16442026-05-09T15:48:16.051Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16452026-05-09T15:48:16.228Z Compiling proc-macro-error-attr v1.0.4
16462026-05-09T15:48:16.381Z Compiling unsafe-libyaml v0.2.11
16472026-05-09T15:48:16.461Z Compiling heapless v0.8.0
16482026-05-09T15:48:16.472Z Compiling prettyplease v0.2.37
16492026-05-09T15:48:16.717Z Compiling keccak v0.1.6
16502026-05-09T15:48:16.772Z Compiling rustix v0.38.44
16512026-05-09T15:48:16.956Z Compiling serde_yaml v0.9.34+deprecated
16522026-05-09T15:48:17.045Z Compiling sha3 v0.10.9
16532026-05-09T15:48:17.900Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16542026-05-09T15:48:18.524Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16552026-05-09T15:48:18.639Z Compiling chacha20poly1305 v0.10.1
16562026-05-09T15:48:18.642Z Compiling argon2 v0.5.3
16572026-05-09T15:48:18.991Z Compiling rustls-webpki v0.103.13
16582026-05-09T15:48:19.286Z Compiling num_enum_derive v0.7.6
16592026-05-09T15:48:20.033Z Compiling vsss-rs v3.3.4
16602026-05-09T15:48:20.237Z Compiling ingot-macros v0.1.1
16612026-05-09T15:48:20.377Z Compiling ciborium v0.2.2
16622026-05-09T15:48:21.120Z Compiling usdt-macro v0.5.0
16632026-05-09T15:48:21.216Z Compiling usdt-attr-macro v0.5.0
16642026-05-09T15:48:22.689Z Compiling tokio-rustls v0.26.4
16652026-05-09T15:48:22.967Z Compiling hyper-rustls v0.27.9
16662026-05-09T15:48:23.004Z Compiling rustls-platform-verifier v0.7.0
16672026-05-09T15:48:23.186Z Compiling reqwest v0.13.3
16682026-05-09T15:48:23.264Z Compiling serde_spanned v0.6.9
16692026-05-09T15:48:23.334Z Compiling enum-as-inner v0.6.1
16702026-05-09T15:48:23.410Z Compiling hash32 v0.3.1
16712026-05-09T15:48:23.477Z Compiling proc-macro-error v1.0.4
16722026-05-09T15:48:23.610Z Compiling memmap v0.7.0
16732026-05-09T15:48:23.725Z Compiling data-encoding v2.11.0
16742026-05-09T15:48:23.805Z Compiling smoltcp v0.11.0
16752026-05-09T15:48:23.931Z Compiling winnow v0.5.40
16762026-05-09T15:48:23.994Z Compiling toml_write v0.1.2
16772026-05-09T15:48:24.169Z Compiling indent_write v2.2.0
16782026-05-09T15:48:24.182Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16792026-05-09T15:48:24.197Z Compiling winnow v0.7.15
16802026-05-09T15:48:24.322Z Compiling usdt v0.5.0
16812026-05-09T15:48:24.447Z Compiling progenitor-client v0.14.0
16822026-05-09T15:48:24.706Z Compiling progenitor-extras v0.2.0
16832026-05-09T15:48:24.945Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16842026-05-09T15:48:25.046Z Compiling ingot-types v0.1.2
16852026-05-09T15:48:25.376Z Compiling toml_edit v0.19.15
16862026-05-09T15:48:25.587Z Compiling toml_edit v0.22.27
16872026-05-09T15:48:25.789Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16882026-05-09T15:48:26.086Z Compiling num_enum v0.7.6
16892026-05-09T15:48:26.214Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
16902026-05-09T15:48:26.315Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
16912026-05-09T15:48:27.443Z Compiling tabwriter v1.4.1
16922026-05-09T15:48:27.630Z Compiling cobs v0.3.0
16932026-05-09T15:48:27.687Z Compiling serde_repr v0.1.20
16942026-05-09T15:48:27.837Z Compiling memoffset v0.9.1
16952026-05-09T15:48:27.891Z Compiling pkg-config v0.3.33
16962026-05-09T15:48:27.918Z Compiling bitflags v1.3.2
16972026-05-09T15:48:27.996Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
16982026-05-09T15:48:28.094Z Compiling managed v0.8.0
16992026-05-09T15:48:28.235Z Compiling vcpkg v0.2.15
17002026-05-09T15:48:28.307Z Compiling cfg_aliases v0.2.1
17012026-05-09T15:48:28.381Z Compiling nix v0.31.2
17022026-05-09T15:48:28.461Z Compiling postcard v1.1.3
17032026-05-09T15:48:28.799Z Compiling openssl-sys v0.9.115
17042026-05-09T15:48:28.909Z Compiling toml v0.8.23
17052026-05-09T15:48:29.079Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17062026-05-09T15:48:29.605Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17072026-05-09T15:48:29.827Z Compiling proc-macro-crate v1.3.1
17082026-05-09T15:48:30.186Z Compiling ingot v0.1.1
17092026-05-09T15:48:30.280Z Compiling hubpack_derive v0.1.1
17102026-05-09T15:48:30.844Z Compiling foreign-types-macros v0.2.3
17112026-05-09T15:48:31.193Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17122026-05-09T15:48:31.396Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17132026-05-09T15:48:31.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17142026-05-09T15:48:31.530Z Compiling unicode-segmentation v1.13.2
17152026-05-09T15:48:31.542Z Compiling semver v0.1.20
17162026-05-09T15:48:31.658Z Compiling rayon-core v1.13.0
17172026-05-09T15:48:31.694Z Compiling foreign-types-shared v0.3.1
17182026-05-09T15:48:31.790Z Compiling cpufeatures v0.3.0
17192026-05-09T15:48:31.803Z Compiling resolv-conf v0.7.6
17202026-05-09T15:48:31.868Z Compiling heck v0.4.1
17212026-05-09T15:48:31.904Z Compiling colored v3.1.1
17222026-05-09T15:48:31.962Z Compiling static_assertions v1.1.0
17232026-05-09T15:48:32.040Z Compiling swrite v0.1.0
17242026-05-09T15:48:32.077Z Compiling linked-hash-map v0.5.6
17252026-05-09T15:48:32.138Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17262026-05-09T15:48:32.168Z Compiling chacha20 v0.10.0
17272026-05-09T15:48:32.189Z Compiling newline-converter v0.3.0
17282026-05-09T15:48:32.204Z Compiling foreign-types v0.5.0
17292026-05-09T15:48:32.261Z Compiling lru-cache v0.1.2
17302026-05-09T15:48:32.281Z Compiling rustc_version v0.1.7
17312026-05-09T15:48:32.348Z Compiling hubpack v0.1.2
17322026-05-09T15:48:32.430Z Compiling num_enum_derive v0.5.11
17332026-05-09T15:48:32.504Z Compiling atomicwrites v0.4.4
17342026-05-09T15:48:32.558Z Compiling hickory-proto v0.24.4
17352026-05-09T15:48:32.599Z Compiling progenitor-impl v0.13.0
17362026-05-09T15:48:32.625Z Compiling crossbeam-deque v0.8.6
17372026-05-09T15:48:32.689Z Compiling console v0.15.11
17382026-05-09T15:48:32.817Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17392026-05-09T15:48:33.303Z Compiling camino-tempfile v1.4.1
17402026-05-09T15:48:33.344Z Compiling serde-big-array v0.5.1
17412026-05-09T15:48:33.356Z Compiling derive-where v1.6.1
17422026-05-09T15:48:33.478Z Compiling pin-project-internal v1.1.12
17432026-05-09T15:48:33.490Z Compiling num-derive v0.4.2
17442026-05-09T15:48:33.542Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
17452026-05-09T15:48:33.964Z Compiling cstr-argument v0.1.2
17462026-05-09T15:48:34.086Z Compiling minimal-lexical v0.2.1
17472026-05-09T15:48:34.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
17482026-05-09T15:48:34.349Z Compiling similar v2.7.0
17492026-05-09T15:48:34.360Z Compiling siphasher v1.0.3
17502026-05-09T15:48:34.472Z Compiling hickory-resolver v0.24.4
17512026-05-09T15:48:34.558Z Compiling phf_shared v0.12.1
17522026-05-09T15:48:34.585Z Compiling pin-project v1.1.12
17532026-05-09T15:48:34.629Z Compiling nom v7.1.3
17542026-05-09T15:48:34.730Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17552026-05-09T15:48:35.000Z Compiling expectorate v1.2.0
17562026-05-09T15:48:35.186Z Compiling num_enum v0.5.11
17572026-05-09T15:48:35.233Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17582026-05-09T15:48:35.343Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17592026-05-09T15:48:35.356Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17602026-05-09T15:48:35.885Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#0805292e)
17612026-05-09T15:48:36.094Z Compiling newtype_derive v0.1.6
17622026-05-09T15:48:36.227Z Compiling progenitor-macro v0.13.0
17632026-05-09T15:48:36.246Z Compiling rand v0.10.1
17642026-05-09T15:48:36.347Z Compiling progenitor-client v0.13.0
17652026-05-09T15:48:37.073Z Compiling progenitor-impl v0.14.0
17662026-05-09T15:48:37.194Z Compiling unicode-normalization v0.1.25
17672026-05-09T15:48:37.573Z Compiling tokio-stream v0.1.18
17682026-05-09T15:48:37.681Z Compiling async-recursion v1.1.1
17692026-05-09T15:48:38.040Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17702026-05-09T15:48:38.162Z Compiling snafu-derive v0.8.9
17712026-05-09T15:48:38.320Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
17722026-05-09T15:48:38.396Z Compiling slog-dtrace v0.3.0
17732026-05-09T15:48:38.635Z Compiling bstr v1.12.1
17742026-05-09T15:48:38.650Z Compiling csv-core v0.1.13
17752026-05-09T15:48:38.935Z Compiling chrono-tz v0.10.4
17762026-05-09T15:48:39.152Z Compiling konst_macro_rules v0.2.19
17772026-05-09T15:48:39.171Z Compiling unicode-xid v0.2.6
17782026-05-09T15:48:39.298Z Compiling cancel-safe-futures v0.1.5
17792026-05-09T15:48:39.337Z Compiling foldhash v0.1.5
17802026-05-09T15:48:39.524Z Compiling same-file v1.0.6
17812026-05-09T15:48:39.556Z Compiling owo-colors v4.3.0
17822026-05-09T15:48:39.706Z Compiling openssl v0.10.79
17832026-05-09T15:48:39.909Z Compiling highway v1.3.0
17842026-05-09T15:48:39.912Z Compiling foreign-types-shared v0.1.1
17852026-05-09T15:48:40.003Z Compiling unicode-width v0.1.14
17862026-05-09T15:48:40.032Z Compiling foreign-types v0.3.2
17872026-05-09T15:48:40.109Z Compiling snafu v0.8.9
17882026-05-09T15:48:40.205Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17892026-05-09T15:48:40.352Z Compiling walkdir v2.5.0
17902026-05-09T15:48:40.405Z Compiling hashbrown v0.15.5
17912026-05-09T15:48:40.587Z Compiling const_format_proc_macros v0.2.34
17922026-05-09T15:48:40.616Z Compiling konst v0.2.20
17932026-05-09T15:48:40.736Z Compiling progenitor-macro v0.14.0
17942026-05-09T15:48:40.752Z Compiling globset v0.4.18
17952026-05-09T15:48:40.865Z Compiling csv v1.4.0
17962026-05-09T15:48:41.074Z Compiling qorb v0.4.1
17972026-05-09T15:48:41.421Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
17982026-05-09T15:48:41.434Z Compiling progenitor v0.13.0
17992026-05-09T15:48:41.460Z Compiling olpc-cjson v0.1.4
18002026-05-09T15:48:41.609Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18012026-05-09T15:48:42.220Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18022026-05-09T15:48:42.783Z Compiling rayon v1.12.0
18032026-05-09T15:48:43.005Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18042026-05-09T15:48:43.102Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18052026-05-09T15:48:43.263Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18062026-05-09T15:48:43.321Z Compiling phf v0.12.1
18072026-05-09T15:48:43.475Z Compiling zone_cfg_derive v0.3.1
18082026-05-09T15:48:43.702Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18092026-05-09T15:48:43.757Z Compiling tokio-dtrace v0.1.1
18102026-05-09T15:48:44.188Z Compiling itertools v0.12.1
18112026-05-09T15:48:44.594Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18122026-05-09T15:48:44.636Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18132026-05-09T15:48:44.660Z Compiling libsw-core v0.3.2
18142026-05-09T15:48:44.798Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18152026-05-09T15:48:44.830Z Compiling serde_plain v1.0.2
18162026-05-09T15:48:45.018Z Compiling openssl-macros v0.1.1
18172026-05-09T15:48:45.046Z Compiling pem v3.0.6
18182026-05-09T15:48:45.351Z Compiling cookie v0.18.1
18192026-05-09T15:48:45.464Z Compiling sigpipe v0.1.3
18202026-05-09T15:48:45.476Z Compiling fixedbitset v0.5.7
18212026-05-09T15:48:45.488Z Compiling bytecount v0.6.9
18222026-05-09T15:48:45.531Z Compiling glob v0.3.3
18232026-05-09T15:48:45.557Z Compiling typed-path v0.9.3
18242026-05-09T15:48:45.609Z Compiling jiff v0.2.24
18252026-05-09T15:48:45.630Z Compiling fixedbitset v0.4.2
18262026-05-09T15:48:45.827Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18272026-05-09T15:48:45.877Z Compiling petgraph v0.6.5
18282026-05-09T15:48:45.933Z Compiling progenitor v0.14.0
18292026-05-09T15:48:45.996Z Compiling petgraph v0.8.3
18302026-05-09T15:48:46.096Z Compiling papergrid v0.11.0
18312026-05-09T15:48:46.929Z Compiling tough v0.20.0
18322026-05-09T15:48:47.457Z Compiling zone v0.3.1
18332026-05-09T15:48:47.787Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18342026-05-09T15:48:47.857Z Compiling libsw v3.5.0
18352026-05-09T15:48:47.894Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
18362026-05-09T15:48:48.036Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18372026-05-09T15:48:48.156Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
18382026-05-09T15:48:48.239Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18392026-05-09T15:48:48.275Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18402026-05-09T15:48:49.009Z Compiling oxide-tokio-rt v0.1.5
18412026-05-09T15:48:49.390Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18422026-05-09T15:48:49.572Z Compiling const_format v0.2.36
18432026-05-09T15:48:49.629Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18442026-05-09T15:48:49.661Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18452026-05-09T15:48:49.994Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18462026-05-09T15:48:50.323Z Compiling tabled_derive v0.7.0
18472026-05-09T15:48:50.481Z Compiling gethostname v0.5.0
18482026-05-09T15:48:50.574Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18492026-05-09T15:48:50.611Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-05-09T15:48:50.636Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18512026-05-09T15:48:50.698Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18522026-05-09T15:48:50.753Z Compiling smf v0.2.3
18532026-05-09T15:48:50.765Z Compiling bcs v0.1.6
18542026-05-09T15:48:51.086Z Compiling linear-map v1.2.0
18552026-05-09T15:48:51.283Z Compiling tagptr v0.2.0
18562026-05-09T15:48:51.295Z Compiling lazy_static v1.5.0
18572026-05-09T15:48:51.324Z Compiling whoami v1.6.1
18582026-05-09T15:48:51.382Z Compiling termtree v0.5.1
18592026-05-09T15:48:51.398Z Compiling smawk v0.3.2
18602026-05-09T15:48:51.440Z Compiling unicode-linebreak v0.1.5
18612026-05-09T15:48:51.548Z Compiling moka v0.12.15
18622026-05-09T15:48:51.642Z Compiling textwrap v0.16.2
18632026-05-09T15:48:51.654Z Compiling steno v0.4.1
18642026-05-09T15:48:51.695Z Compiling tabled v0.15.0
18652026-05-09T15:48:52.084Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18662026-05-09T15:48:52.194Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18672026-05-09T15:48:52.362Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18682026-05-09T15:48:53.253Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18692026-05-09T15:48:54.151Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18702026-05-09T15:48:54.456Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18712026-05-09T15:48:54.942Z Compiling hickory-proto v0.25.2
18722026-05-09T15:48:54.980Z Compiling humantime v2.3.0
18732026-05-09T15:48:55.308Z Compiling parking_lot_core v0.8.6
18742026-05-09T15:48:55.395Z Compiling libscf-sys v1.2.0
18752026-05-09T15:48:55.483Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18762026-05-09T15:48:55.547Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18772026-05-09T15:48:55.630Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18782026-05-09T15:48:56.198Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18792026-05-09T15:48:56.234Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18802026-05-09T15:48:56.306Z Compiling nom v8.0.0
18812026-05-09T15:48:56.356Z Compiling parking_lot v0.11.2
18822026-05-09T15:48:56.466Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18832026-05-09T15:48:56.636Z Compiling fxhash v0.2.1
18842026-05-09T15:48:56.703Z Compiling internet-checksum v0.2.1
18852026-05-09T15:48:56.739Z Compiling sled v0.34.7
18862026-05-09T15:48:56.885Z Compiling hickory-resolver v0.25.2
18872026-05-09T15:48:57.708Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18882026-05-09T15:48:58.428Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18892026-05-09T15:49:01.940Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18902026-05-09T15:49:02.667Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18912026-05-09T15:49:09.651Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18922026-05-09T15:49:11.278Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
18932026-05-09T15:49:12.313Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18942026-05-09T15:49:13.390Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18952026-05-09T15:49:14.423Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18962026-05-09T15:49:37.196Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
18972026-05-09T15:49:37.382Z────────────
18982026-05-09T15:49:37.382Z Nextest run ID a6526010-e395-4941-a6c1-6ce686805c09 with nextest profile: default
18992026-05-09T15:49:37.382Z Starting 15 tests across 1 binary (28 tests skipped)
19002026-05-09T15:49:54.329Z PASS [ 16.947s] rdb proptest::prop_ipv4_within_self
19012026-05-09T15:49:54.387Z PASS [ 17.005s] rdb proptest::prop_ipv6_host_bits_always_unset
19022026-05-09T15:49:54.408Z PASS [ 17.026s] rdb proptest::prop_ipv4_host_bits_always_unset
19032026-05-09T15:49:54.412Z PASS [ 17.031s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19042026-05-09T15:49:54.442Z PASS [ 17.059s] rdb proptest::prop_ipv4_default_contains_all
19052026-05-09T15:49:54.463Z PASS [ 17.081s] rdb proptest::prop_ipv6_default_contains_all
19062026-05-09T15:49:54.482Z PASS [ 17.099s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19072026-05-09T15:50:11.252Z PASS [ 16.920s] rdb proptest::prop_ipv6_within_self
19082026-05-09T15:50:20.634Z PASS [ 26.241s] rdb proptest::prop_static_route_key_deduplication
19092026-05-09T15:50:30.884Z PASS [ 36.436s] rdb proptest::prop_static_route_key_normalization_preserves_length
19102026-05-09T15:50:30.884Z PASS [ 36.414s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19112026-05-09T15:50:30.891Z PASS [ 36.472s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19122026-05-09T15:50:30.896Z PASS [ 36.482s] rdb proptest::prop_static_route_key_normalization_idempotent
19132026-05-09T15:50:37.391Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19142026-05-09T15:50:47.059Z PASS [ 52.569s] rdb proptest::prop_static_route_key_ord_consistency
19152026-05-09T15:51:37.402Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-05-09T15:52:37.415Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-05-09T15:53:37.424Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-05-09T15:53:55.388Z PASS [ 257.965s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-05-09T15:53:55.391Z────────────
19202026-05-09T15:53:55.391Z Summary [ 257.966s] 15 tests run: 15 passed (1 slow), 28 skipped
19212026-05-09T15:53:55.403Z+ cp '*.log' /work/
19222026-05-09T15:53:55.406Z+ true
19232026-05-09T15:53:55.406Z+ '[' -d proptest-regressions ']'
19242026-05-09T15:53:55.406Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19252026-05-09T15:53:55.406Z+ popd
19262026-05-09T15:53:55.406Z/work/oxidecomputer/maghemite
19272026-05-09T15:53:55.406Z+ pushd bgp
19282026-05-09T15:53:55.406Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19292026-05-09T15:53:55.406Z+ PROPTEST_CASES=1000000
19302026-05-09T15:53:55.406Z+ cargo nextest run --lib proptest
19312026-05-09T15:53:56.593Z Compiling smallvec v1.15.1
19322026-05-09T15:53:56.596Z Compiling serde_json v1.0.149
19332026-05-09T15:53:56.778Z Compiling crunchy v0.2.4
19342026-05-09T15:53:56.798Z Compiling tiny-keccak v2.0.2
19352026-05-09T15:53:56.808Z Compiling smartstring v1.0.1
19362026-05-09T15:53:56.811Z Compiling ahash v0.8.12
19372026-05-09T15:53:56.908Z Compiling icu_normalizer v2.2.0
19382026-05-09T15:53:56.944Z Compiling parking_lot_core v0.9.12
19392026-05-09T15:53:57.099Z Compiling parking_lot_core v0.8.6
19402026-05-09T15:53:57.183Z Compiling parking_lot v0.12.5
19412026-05-09T15:53:57.252Z Compiling idna_adapter v1.2.2
19422026-05-09T15:53:57.407Z Compiling idna v1.1.0
19432026-05-09T15:53:57.418Z Compiling tokio v1.52.3
19442026-05-09T15:53:57.507Z Compiling dof v0.4.0
19452026-05-09T15:53:57.592Z Compiling schemars v0.8.22
19462026-05-09T15:53:57.644Z Compiling openapiv3 v2.2.0
19472026-05-09T15:53:57.748Z Compiling url v2.5.8
19482026-05-09T15:53:58.063Z Compiling slog-json v2.6.1
19492026-05-09T15:53:58.233Z Compiling usdt-impl v0.6.0
19502026-05-09T15:53:58.879Z Compiling slog-bunyan v2.5.0
19512026-05-09T15:53:58.950Z Compiling usdt-macro v0.6.0
19522026-05-09T15:53:59.006Z Compiling usdt-attr-macro v0.6.0
19532026-05-09T15:53:59.286Z Compiling ipnetwork v0.21.1
19542026-05-09T15:53:59.354Z Compiling newtype-uuid v1.3.2
19552026-05-09T15:53:59.721Z Compiling oxnet v0.1.5
19562026-05-09T15:53:59.733Z Compiling serde_with v3.19.0
19572026-05-09T15:53:59.754Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
19582026-05-09T15:54:00.076Z Compiling daft v0.1.5
19592026-05-09T15:54:00.188Z Compiling usdt v0.6.0
19602026-05-09T15:54:00.391Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19612026-05-09T15:54:00.504Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19622026-05-09T15:54:00.669Z Compiling iddqd v0.3.18
19632026-05-09T15:54:00.798Z Compiling typify-impl v0.6.2
19642026-05-09T15:54:01.456Z Compiling tokio-util v0.7.18
19652026-05-09T15:54:01.468Z Compiling tower v0.5.3
19662026-05-09T15:54:01.553Z Compiling tokio-rustls v0.26.4
19672026-05-09T15:54:01.565Z Compiling tokio-rustls v0.25.0
19682026-05-09T15:54:01.793Z Compiling async-compression v0.4.42
19692026-05-09T15:54:01.824Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19702026-05-09T15:54:01.848Z Compiling backoff v0.4.0
19712026-05-09T15:54:01.959Z Compiling tower-http v0.6.10
19722026-05-09T15:54:02.065Z Compiling h2 v0.4.14
19732026-05-09T15:54:02.119Z Compiling dof v0.3.0
19742026-05-09T15:54:02.212Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19752026-05-09T15:54:02.649Z Compiling usdt-impl v0.5.0
19762026-05-09T15:54:03.473Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
19772026-05-09T15:54:03.502Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19782026-05-09T15:54:03.842Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19792026-05-09T15:54:03.976Z Compiling byte-wrapper v0.1.0
19802026-05-09T15:54:04.272Z Compiling hyper v1.9.0
19812026-05-09T15:54:04.354Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19822026-05-09T15:54:05.276Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19832026-05-09T15:54:05.627Z Compiling hyper-util v0.1.20
19842026-05-09T15:54:05.654Z Compiling usdt-macro v0.5.0
19852026-05-09T15:54:06.082Z Compiling usdt-attr-macro v0.5.0
19862026-05-09T15:54:06.929Z Compiling hyper-rustls v0.27.9
19872026-05-09T15:54:06.997Z Compiling dropshot v0.17.0
19882026-05-09T15:54:07.210Z Compiling reqwest v0.13.3
19892026-05-09T15:54:07.235Z Compiling reqwest v0.12.28
19902026-05-09T15:54:07.306Z Compiling typify-macro v0.6.2
19912026-05-09T15:54:08.193Z Compiling progenitor-client v0.10.0
19922026-05-09T15:54:08.521Z Compiling progenitor-client v0.14.0
19932026-05-09T15:54:08.854Z Compiling progenitor-extras v0.2.0
19942026-05-09T15:54:09.420Z Compiling typify v0.6.2
19952026-05-09T15:54:09.834Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19962026-05-09T15:54:11.249Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
19972026-05-09T15:54:11.354Z Compiling usdt v0.5.0
19982026-05-09T15:54:11.477Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
19992026-05-09T15:54:11.591Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20002026-05-09T15:54:11.652Z Compiling progenitor-impl v0.13.0
20012026-05-09T15:54:11.865Z Compiling hickory-proto v0.24.4
20022026-05-09T15:54:12.248Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20032026-05-09T15:54:13.447Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20042026-05-09T15:54:13.878Z Compiling hickory-resolver v0.24.4
20052026-05-09T15:54:13.979Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20062026-05-09T15:54:15.230Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20072026-05-09T15:54:15.275Z Compiling progenitor-macro v0.13.0
20082026-05-09T15:54:16.169Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20092026-05-09T15:54:16.379Z Compiling progenitor-impl v0.14.0
20102026-05-09T15:54:16.393Z Compiling progenitor-client v0.13.0
20112026-05-09T15:54:16.643Z Compiling tokio-stream v0.1.18
20122026-05-09T15:54:16.710Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20132026-05-09T15:54:17.139Z Compiling qorb v0.4.1
20142026-05-09T15:54:18.446Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20152026-05-09T15:54:19.247Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20162026-05-09T15:54:19.423Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20172026-05-09T15:54:19.982Z Compiling progenitor-macro v0.14.0
20182026-05-09T15:54:20.238Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20192026-05-09T15:54:20.438Z Compiling tokio-dtrace v0.1.1
20202026-05-09T15:54:20.495Z Compiling progenitor v0.13.0
20212026-05-09T15:54:20.642Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20222026-05-09T15:54:20.727Z Compiling libsw-core v0.3.2
20232026-05-09T15:54:20.886Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20242026-05-09T15:54:20.905Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20252026-05-09T15:54:21.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#180422c1)
20262026-05-09T15:54:21.563Z Compiling olpc-cjson v0.1.4
20272026-05-09T15:54:21.698Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20282026-05-09T15:54:21.755Z Compiling tough v0.20.0
20292026-05-09T15:54:22.795Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20302026-05-09T15:54:22.934Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
20312026-05-09T15:54:22.983Z Compiling libsw v3.5.0
20322026-05-09T15:54:23.171Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20332026-05-09T15:54:23.396Z Compiling oxide-tokio-rt v0.1.5
20342026-05-09T15:54:23.729Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20352026-05-09T15:54:24.091Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20362026-05-09T15:54:24.163Z Compiling slog-dtrace v0.3.0
20372026-05-09T15:54:24.501Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20382026-05-09T15:54:25.122Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20392026-05-09T15:54:25.234Z Compiling progenitor v0.14.0
20402026-05-09T15:54:25.312Z Compiling zone v0.3.1
20412026-05-09T15:54:25.389Z Compiling cancel-safe-futures v0.1.5
20422026-05-09T15:54:25.392Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20432026-05-09T15:54:25.725Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20442026-05-09T15:54:26.164Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20452026-05-09T15:54:26.329Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20462026-05-09T15:54:26.536Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20472026-05-09T15:54:26.550Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20482026-05-09T15:54:26.666Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20492026-05-09T15:54:26.890Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20502026-05-09T15:54:27.148Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20512026-05-09T15:54:28.104Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20522026-05-09T15:54:28.125Z Compiling steno v0.4.1
20532026-05-09T15:54:28.205Z Compiling hickory-proto v0.25.2
20542026-05-09T15:54:28.349Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20552026-05-09T15:54:28.738Z Compiling moka v0.12.15
20562026-05-09T15:54:29.535Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20572026-05-09T15:54:29.643Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20582026-05-09T15:54:30.165Z Compiling hickory-resolver v0.25.2
20592026-05-09T15:54:30.332Z Compiling const-random-macro v0.1.16
20602026-05-09T15:54:30.478Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20612026-05-09T15:54:30.592Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20622026-05-09T15:54:30.768Z Compiling const-random v0.1.18
20632026-05-09T15:54:30.852Z Compiling parking_lot v0.11.2
20642026-05-09T15:54:31.141Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20652026-05-09T15:54:31.457Z Compiling sdd v3.0.10
20662026-05-09T15:54:31.813Z Compiling scc v2.4.0
20672026-05-09T15:54:31.865Z Compiling sled v0.34.7
20682026-05-09T15:54:32.204Z Compiling thin-vec v0.2.18
20692026-05-09T15:54:32.522Z Compiling serial_test_derive v3.4.0
20702026-05-09T15:54:32.594Z Compiling rhai_codegen v3.1.0
20712026-05-09T15:54:33.001Z Compiling yansi v1.0.1
20722026-05-09T15:54:33.281Z Compiling diff v0.1.13
20732026-05-09T15:54:33.333Z Compiling serial_test v3.4.0
20742026-05-09T15:54:33.580Z Compiling pretty_assertions v1.4.1
20752026-05-09T15:54:33.842Z Compiling rhai v1.24.0
20762026-05-09T15:54:35.244Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20772026-05-09T15:54:36.768Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20782026-05-09T15:54:44.879Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20792026-05-09T15:54:46.526Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fa779b29)
20802026-05-09T15:54:47.578Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20812026-05-09T15:54:48.675Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20822026-05-09T15:54:49.486Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20832026-05-09T15:54:51.438Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20842026-05-09T15:55:23.007Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
20852026-05-09T15:55:23.181Z────────────
20862026-05-09T15:55:23.181Z Nextest run ID 44273caf-0410-4b85-9651-1f226ffb9819 with nextest profile: default
20872026-05-09T15:55:23.181Z Starting 17 tests across 1 binary (133 tests skipped)
20882026-05-09T15:55:40.234Z PASS [ 17.046s] bgp proptest::prop_ipv4_wire_format_roundtrip
20892026-05-09T15:55:42.130Z PASS [ 18.943s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20902026-05-09T15:55:42.148Z PASS [ 18.963s] bgp proptest::prop_ipv4_prefixes_roundtrip
20912026-05-09T15:55:44.619Z PASS [ 20.297s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20922026-05-09T15:55:44.619Z PASS [ 20.652s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20932026-05-09T15:55:44.619Z PASS [ 20.863s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20942026-05-09T15:55:51.797Z PASS [ 28.610s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20952026-05-09T15:55:57.359Z PASS [ 17.124s] bgp proptest::prop_ipv6_wire_format_roundtrip
20962026-05-09T15:56:02.415Z PASS [ 20.279s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20972026-05-09T15:56:02.482Z PASS [ 18.996s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20982026-05-09T15:56:03.212Z PASS [ 19.144s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20992026-05-09T15:56:03.604Z PASS [ 19.763s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
21002026-05-09T15:56:23.199Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
21012026-05-09T15:56:26.413Z PASS [ 29.051s] bgp proptest::prop_update_mp_unreach_roundtrip
21022026-05-09T15:56:31.294Z PASS [ 68.099s] bgp proptest::prop_encode_decode_semantic_equivalence
21032026-05-09T15:56:42.161Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21042026-05-09T15:56:51.810Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21052026-05-09T15:56:53.057Z PASS [ 70.896s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21062026-05-09T15:57:02.423Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21072026-05-09T15:57:05.011Z PASS [ 62.589s] bgp proptest::prop_update_traditional_roundtrip
21082026-05-09T15:57:06.967Z PASS [ 75.157s] bgp proptest::prop_update_mp_reach_roundtrip
21092026-05-09T15:57:06.967Z────────────
21102026-05-09T15:57:06.967Z Summary [ 103.768s] 17 tests run: 17 passed (4 slow), 133 skipped
21112026-05-09T15:57:06.980Z+ cp '*.log' /work/
21122026-05-09T15:57:06.982Z+ true
21132026-05-09T15:57:06.982Z+ '[' -d proptest-regressions ']'
21142026-05-09T15:57:06.982Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21152026-05-09T15:57:06.985Z+ popd
21162026-05-09T15:57:06.985Z/work/oxidecomputer/maghemite
21172026-05-09T15:57:06.985Zprocess exited: duration 725577 ms, exit code 0
 
21182026-05-09T15:57:06.991Zfound 0 output files