01KQ10YS4THZ7MFK2HHRGK6SPD: 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: 01KQ10Z4E3Z5471646VSZE3XBS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T00:35:58.509Zjob assigned to worker 01KQ10ZHTZK6T32MTR40AYE87W [factory aws, i-0ab9213a582b7ed3d] (queued for 1 m 5 s)
 
22026-04-25T00:36:05.190Zstarting task 0: "setup"
32026-04-25T00:36:05.194Z++ uname -s
42026-04-25T00:36:05.197Z+ kern=SunOS
52026-04-25T00:36:05.197Z+ build_user=build
62026-04-25T00:36:05.197Z+ build_uid=12345
72026-04-25T00:36:05.197Z+ work_dir=/work
82026-04-25T00:36:05.197Z+ input_dir=/input
92026-04-25T00:36:05.197Z+ [[ 0 == 12345 ]]
102026-04-25T00:36:05.198Z+ case "$kern" in
112026-04-25T00:36:05.198Z+ groupadd -g 12345 build
122026-04-25T00:36:05.198Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T00:36:07.204Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T00:36:07.282Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T00:36:07.285Z+ home_fs=zfs
162026-04-25T00:36:07.285Z+ [[ zfs == autofs ]]
172026-04-25T00:36:07.286Z+ mkdir -p /home/build
182026-04-25T00:36:07.286Z+ chown build:build /home/build /work
192026-04-25T00:36:09.287Z+ chmod 0700 /home/build /work
202026-04-25T00:36:09.290Zprocess exited: duration 4101 ms, exit code 0
 
212026-04-25T00:36:09.296Zstarting task 1: "rust-toolchain"
222026-04-25T00:36:09.301Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-25T00:36:09.301Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T00:36:09.301Z * rust toolchain channel = "stable"
252026-04-25T00:36:09.301Z * rust toolchain profile = "default"
262026-04-25T00:36:09.301Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T00:36:09.301Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T00:36:09.304Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T00:36:09.304Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-25T00:36:09.400Zinfo: downloading installer
312026-04-25T00:36:11.047Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T00:36:11.047Zwarn: /opt/ooce/bin
332026-04-25T00:36:11.047Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T00:36:11.048Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T00:36:11.048Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T00:36:11.048Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T00:36:11.048Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T00:36:11.048Zerror: cannot install while Rust is installed
392026-04-25T00:36:11.048Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T00:36:11.048Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T00:36:11.048Zwarn: /home/build/.rustup/settings.toml
422026-04-25T00:36:11.048Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T00:36:11.048Zwarn: instead of the one inferred from the default host triple.
442026-04-25T00:36:11.061Zinfo: profile set to default
452026-04-25T00:36:11.061Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T00:36:11.064Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-25T00:36:11.205Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-25T00:36:11.208Zinfo: downloading 6 components
492026-04-25T00:36:26.598Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-25T00:36:26.598Z
512026-04-25T00:36:26.632Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-25T00:36:26.632Z
532026-04-25T00:36:26.632Z
542026-04-25T00:36:26.632ZRust is installed now. Great!
552026-04-25T00:36:26.632Z
562026-04-25T00:36:26.636ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T00:36:26.636Zenvironment variable. This has not been done automatically.
582026-04-25T00:36:26.636Z
592026-04-25T00:36:26.636ZTo configure your current shell, you need to source
602026-04-25T00:36:26.636Zthe corresponding env file under $HOME/.cargo.
612026-04-25T00:36:26.636Z
622026-04-25T00:36:26.636ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T00:36:26.636Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T00:36:26.636Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T00:36:26.636Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T00:36:26.636Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T00:36:26.636Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T00:36:26.636Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T00:36:26.636Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T00:36:26.636Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T00:36:26.734Z+ rustup --version
722026-04-25T00:36:26.743Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T00:36:26.746Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T00:36:26.764Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-25T00:36:26.767Z+ cargo --version
762026-04-25T00:36:26.782Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-25T00:36:26.784Z+ rustc --version
782026-04-25T00:36:26.803Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-25T00:36:26.806Zprocess exited: duration 17507 ms, exit code 0
 
802026-04-25T00:36:26.812Zstarting task 2: "authentication"
812026-04-25T00:36:26.829Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T00:36:26.835Zstarting task 3: "clone repository"
832026-04-25T00:36:26.838Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-25T00:36:26.841Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-25T00:36:26.944ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-25T00:36:27.809Z+ cd /work/oxidecomputer/maghemite
872026-04-25T00:36:27.809Z+ git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
882026-04-25T00:36:28.233ZFrom https://github.com/oxidecomputer/maghemite
892026-04-25T00:36:28.233Z * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD
902026-04-25T00:36:28.240Z+ [[ -n trey/light-cleanup ]]
912026-04-25T00:36:28.243Z++ git branch --show-current
922026-04-25T00:36:28.243Z+ current=main
932026-04-25T00:36:28.243Z+ [[ main != trey/light-cleanup ]]
942026-04-25T00:36:28.243Z+ git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
952026-04-25T00:36:28.246Z+ git checkout -f trey/light-cleanup
962026-04-25T00:36:28.261ZSwitched to branch 'trey/light-cleanup'
972026-04-25T00:36:28.264Z+ git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe
982026-04-25T00:36:28.270ZHEAD is now at 49a9983 LoopbackIpManager: cargo fmt
992026-04-25T00:36:28.273Zprocess exited: duration 1435 ms, exit code 0
 
1002026-04-25T00:36:28.279Zstarting task 4: "build"
1012026-04-25T00:36:28.283Z+ set -e
1022026-04-25T00:36:28.283Z+ NEXTEST_VERSION=0.9.97
1032026-04-25T00:36:28.283Z+ PLATFORM=illumos
1042026-04-25T00:36:28.286Z+ cargo --version
1052026-04-25T00:36:28.289Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-04-25T00:36:28.444Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-04-25T00:36:28.447Zinfo: downloading 6 components
1082026-04-25T00:36:44.216Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-04-25T00:36:44.219Z+ rustc --version
1102026-04-25T00:36:44.245Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-04-25T00:36:44.248Z+ cargo install cargo-nextest --version 0.9.97
1122026-04-25T00:36:44.290Z Updating crates.io index
1132026-04-25T00:36:44.396Z Downloading crates ...
1142026-04-25T00:36:44.450Z Downloaded cargo-nextest v0.9.97
1152026-04-25T00:36:44.513Z Installing cargo-nextest v0.9.97
1162026-04-25T00:36:44.553Z Updating crates.io index
1172026-04-25T00:36:47.338Z Locking 408 packages to latest compatible versions
1182026-04-25T00:36:47.343Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-04-25T00:36:47.346Z Adding duct v0.13.7 (available: v1.1.1)
1202026-04-25T00:36:47.346Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-04-25T00:36:47.346Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-04-25T00:36:47.349Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-04-25T00:36:47.349Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-04-25T00:36:47.349Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-04-25T00:36:47.352Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1262026-04-25T00:36:47.355Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-04-25T00:36:47.373Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-04-25T00:36:47.382Z Downloading crates ...
1292026-04-25T00:36:47.600Z Downloaded cargo-platform v0.2.0
1302026-04-25T00:36:47.604Z Downloaded cargo_metadata v0.20.0
1312026-04-25T00:36:47.606Z Downloaded config v0.15.22
1322026-04-25T00:36:47.611Z Downloaded home v0.5.12
1332026-04-25T00:36:47.614Z Downloaded futures-channel v0.3.32
1342026-04-25T00:36:47.618Z Downloaded addr2line v0.25.1
1352026-04-25T00:36:47.621Z Downloaded getrandom v0.2.17
1362026-04-25T00:36:47.624Z Downloaded http-body v1.0.1
1372026-04-25T00:36:47.624Z Downloaded openssl-macros v0.1.1
1382026-04-25T00:36:47.627Z Downloaded curve25519-dalek-derive v0.1.1
1392026-04-25T00:36:47.627Z Downloaded cfg_aliases v0.2.1
1402026-04-25T00:36:47.630Z Downloaded ordered-float v2.10.1
1412026-04-25T00:36:47.631Z Downloaded aho-corasick v1.1.4
1422026-04-25T00:36:47.634Z Downloaded lock_api v0.4.14
1432026-04-25T00:36:47.637Z Downloaded iana-time-zone v0.1.65
1442026-04-25T00:36:47.637Z Downloaded pathdiff v0.2.3
1452026-04-25T00:36:47.644Z Downloaded crc32fast v1.5.0
1462026-04-25T00:36:47.644Z Downloaded convert_case v0.10.0
1472026-04-25T00:36:47.647Z Downloaded block-buffer v0.10.4
1482026-04-25T00:36:47.647Z Downloaded atomicwrites v0.4.4
1492026-04-25T00:36:47.647Z Downloaded colorchoice v1.0.5
1502026-04-25T00:36:47.648Z Downloaded generic-array v0.14.7
1512026-04-25T00:36:47.648Z Downloaded backtrace-ext v0.2.1
1522026-04-25T00:36:47.651Z Downloaded duct v0.13.7
1532026-04-25T00:36:47.651Z Downloaded http-body-util v0.1.3
1542026-04-25T00:36:47.655Z Downloaded cargo-util-schemas v0.2.0
1552026-04-25T00:36:47.655Z Downloaded base64ct v1.8.3
1562026-04-25T00:36:47.658Z Downloaded foreign-types-shared v0.1.1
1572026-04-25T00:36:47.658Z Downloaded camino v1.2.2
1582026-04-25T00:36:47.658Z Downloaded find-msvc-tools v0.1.9
1592026-04-25T00:36:47.661Z Downloaded filetime v0.2.27
1602026-04-25T00:36:47.661Z Downloaded nextest-workspace-hack v0.1.0
1612026-04-25T00:36:47.661Z Downloaded clap_lex v1.1.0
1622026-04-25T00:36:47.663Z Downloaded bitflags v2.11.1
1632026-04-25T00:36:47.666Z Downloaded document-features v0.2.12
1642026-04-25T00:36:47.666Z Downloaded async-scoped v0.9.0
1652026-04-25T00:36:47.668Z Downloaded anstyle v1.0.14
1662026-04-25T00:36:47.668Z Downloaded indexmap v2.14.0
1672026-04-25T00:36:47.671Z Downloaded equivalent v1.0.2
1682026-04-25T00:36:47.674Z Downloaded crypto-common v0.1.7
1692026-04-25T00:36:47.674Z Downloaded futures-io v0.3.32
1702026-04-25T00:36:47.674Z Downloaded errno v0.3.14
1712026-04-25T00:36:47.677Z Downloaded httparse v1.10.1
1722026-04-25T00:36:47.677Z Downloaded fnv v1.0.7
1732026-04-25T00:36:47.680Z Downloaded cpufeatures v0.2.17
1742026-04-25T00:36:47.680Z Downloaded anstyle-query v1.1.5
1752026-04-25T00:36:47.680Z Downloaded lazy_static v1.5.0
1762026-04-25T00:36:47.683Z Downloaded futures-core v0.3.32
1772026-04-25T00:36:47.687Z Downloaded hex v0.4.3
1782026-04-25T00:36:47.690Z Downloaded futures-executor v0.3.32
1792026-04-25T00:36:47.693Z Downloaded os_pipe v1.2.3
1802026-04-25T00:36:47.693Z Downloaded mukti-metadata v0.3.0
1812026-04-25T00:36:47.695Z Downloaded cargo_metadata v0.23.1
1822026-04-25T00:36:47.695Z Downloaded miniz_oxide v0.8.9
1832026-04-25T00:36:47.698Z Downloaded memchr v2.8.0
1842026-04-25T00:36:47.701Z Downloaded futures-sink v0.3.32
1852026-04-25T00:36:47.701Z Downloaded futures-macro v0.3.32
1862026-04-25T00:36:47.704Z Downloaded enable-ansi-support v0.2.1
1872026-04-25T00:36:47.704Z Downloaded serde_ignored v0.1.14
1882026-04-25T00:36:47.707Z Downloaded heck v0.5.0
1892026-04-25T00:36:47.710Z Downloaded foldhash v0.1.5
1902026-04-25T00:36:47.710Z Downloaded indenter v0.3.4
1912026-04-25T00:36:47.713Z Downloaded number_prefix v0.4.0
1922026-04-25T00:36:47.713Z Downloaded fixedbitset v0.5.7
1932026-04-25T00:36:47.716Z Downloaded autocfg v1.5.0
1942026-04-25T00:36:47.716Z Downloaded humantime-serde v1.1.1
1952026-04-25T00:36:47.716Z Downloaded lru-slab v0.1.2
1962026-04-25T00:36:47.716Z Downloaded is_terminal_polyfill v1.70.2
1972026-04-25T00:36:47.719Z Downloaded serde_spanned v1.1.1
1982026-04-25T00:36:47.719Z Downloaded nextest-filtering v0.15.0
1992026-04-25T00:36:47.725Z Downloaded nested v0.1.1
2002026-04-25T00:36:47.725Z Downloaded litrs v1.0.0
2012026-04-25T00:36:47.730Z Downloaded ed25519 v2.2.3
2022026-04-25T00:36:47.730Z Downloaded serde_spanned v0.6.9
2032026-04-25T00:36:47.731Z Downloaded debug-ignore v1.0.5
2042026-04-25T00:36:47.731Z Downloaded cfg-expr v0.20.7
2052026-04-25T00:36:47.737Z Downloaded itoa v1.0.18
2062026-04-25T00:36:47.737Z Downloaded anstream v1.0.0
2072026-04-25T00:36:47.737Z Downloaded shared_child v1.1.1
2082026-04-25T00:36:47.737Z Downloaded is_ci v1.2.0
2092026-04-25T00:36:47.737Z Downloaded serde_urlencoded v0.7.1
2102026-04-25T00:36:47.737Z Downloaded hyper-tls v0.6.0
2112026-04-25T00:36:47.740Z Downloaded fastrand v2.4.1
2122026-04-25T00:36:47.743Z Downloaded percent-encoding v2.3.2
2132026-04-25T00:36:47.743Z Downloaded dialoguer v0.11.0
2142026-04-25T00:36:47.746Z Downloaded atomic-waker v1.1.2
2152026-04-25T00:36:47.746Z Downloaded scopeguard v1.2.0
2162026-04-25T00:36:47.749Z Downloaded adler2 v2.0.1
2172026-04-25T00:36:47.753Z Downloaded rustc_version v0.4.1
2182026-04-25T00:36:47.753Z Downloaded idna_adapter v1.0.0
2192026-04-25T00:36:47.753Z Downloaded guppy-workspace-hack v0.1.0
2202026-04-25T00:36:47.778Z Downloaded form_urlencoded v1.2.2
2212026-04-25T00:36:47.778Z Downloaded cargo-platform v0.3.3
2222026-04-25T00:36:47.778Z Downloaded foreign-types v0.3.2
2232026-04-25T00:36:47.778Z Downloaded color-spantrace v0.3.0
2242026-04-25T00:36:47.778Z Downloaded rand_core v0.6.4
2252026-04-25T00:36:47.778Z Downloaded humantime v2.3.0
2262026-04-25T00:36:47.778Z Downloaded shell-words v1.1.1
2272026-04-25T00:36:47.778Z Downloaded futures-task v0.3.32
2282026-04-25T00:36:47.779Z Downloaded openssl-probe v0.2.1
2292026-04-25T00:36:47.779Z Downloaded const-oid v0.9.6
2302026-04-25T00:36:47.779Z Downloaded ahash v0.8.12
2312026-04-25T00:36:47.779Z Downloaded serde-untagged v0.1.9
2322026-04-25T00:36:47.779Z Downloaded globset v0.4.18
2332026-04-25T00:36:47.779Z Downloaded rustc-hash v2.1.2
2342026-04-25T00:36:47.779Z Downloaded indent_write v2.2.0
2352026-04-25T00:36:47.779Z Downloaded cfg-if v1.0.4
2362026-04-25T00:36:47.779Z Downloaded camino-tempfile v1.4.1
2372026-04-25T00:36:47.779Z Downloaded cc v1.2.61
2382026-04-25T00:36:47.783Z Downloaded supports-color v3.0.2
2392026-04-25T00:36:47.783Z Downloaded flate2 v1.1.9
2402026-04-25T00:36:47.786Z Downloaded serde-value v0.7.0
2412026-04-25T00:36:47.786Z Downloaded futures v0.3.32
2422026-04-25T00:36:47.789Z Downloaded erased-serde v0.4.10
2432026-04-25T00:36:47.789Z Downloaded supports-hyperlinks v3.2.0
2442026-04-25T00:36:47.791Z Downloaded signal-hook-mio v0.2.5
2452026-04-25T00:36:47.792Z Downloaded sigchld v0.2.4
2462026-04-25T00:36:47.792Z Downloaded subtle v2.6.1
2472026-04-25T00:36:47.795Z Downloaded signature v2.2.0
2482026-04-25T00:36:47.797Z Downloaded swrite v0.1.0
2492026-04-25T00:36:47.800Z Downloaded pkcs8 v0.10.2
2502026-04-25T00:36:47.800Z Downloaded pin-project-lite v0.2.17
2512026-04-25T00:36:47.804Z Downloaded strip-ansi-escapes v0.2.1
2522026-04-25T00:36:47.804Z Downloaded owo-colors v4.3.0
2532026-04-25T00:36:47.807Z Downloaded sync_wrapper v1.0.2
2542026-04-25T00:36:47.807Z Downloaded nextest-metadata v0.12.2
2552026-04-25T00:36:47.807Z Downloaded rand_chacha v0.9.0
2562026-04-25T00:36:47.810Z Downloaded supports-unicode v3.0.0
2572026-04-25T00:36:47.814Z Downloaded terminal_size v0.4.4
2582026-04-25T00:36:47.814Z Downloaded tinyvec_macros v0.1.1
2592026-04-25T00:36:47.814Z Downloaded pin-project v1.1.11
2602026-04-25T00:36:47.819Z Downloaded semver v1.0.28
2612026-04-25T00:36:47.822Z Downloaded anstyle-parse v1.0.0
2622026-04-25T00:36:47.822Z Downloaded ppv-lite86 v0.2.21
2632026-04-25T00:36:47.825Z Downloaded hyper-rustls v0.27.9
2642026-04-25T00:36:47.825Z Downloaded future-queue v0.4.0
2652026-04-25T00:36:47.828Z Downloaded shlex v1.3.0
2662026-04-25T00:36:47.828Z Downloaded either v1.15.0
2672026-04-25T00:36:47.831Z Downloaded pkg-config v0.3.33
2682026-04-25T00:36:47.831Z Downloaded newtype-uuid v1.3.2
2692026-04-25T00:36:47.831Z Downloaded tower-layer v0.3.3
2702026-04-25T00:36:47.834Z Downloaded tokio-macros v2.7.0
2712026-04-25T00:36:47.837Z Downloaded rand_core v0.9.5
2722026-04-25T00:36:47.843Z Downloaded digest v0.10.7
2732026-04-25T00:36:47.852Z Downloaded quote v1.0.45
2742026-04-25T00:36:47.855Z Downloaded clap_derive v4.6.1
2752026-04-25T00:36:47.855Z Downloaded ipnet v2.12.0
2762026-04-25T00:36:47.858Z Downloaded try-lock v0.2.5
2772026-04-25T00:36:47.858Z Downloaded toml_write v0.1.2
2782026-04-25T00:36:47.859Z Downloaded tracing-error v0.2.1
2792026-04-25T00:36:47.864Z Downloaded strsim v0.11.1
2802026-04-25T00:36:47.867Z Downloaded static_assertions v1.1.0
2812026-04-25T00:36:47.867Z Downloaded slab v0.4.12
2822026-04-25T00:36:47.870Z Downloaded self-replace v1.5.0
2832026-04-25T00:36:47.870Z Downloaded rustc-demangle v0.1.27
2842026-04-25T00:36:47.870Z Downloaded spki v0.7.3
2852026-04-25T00:36:47.873Z Downloaded thiserror-impl v1.0.69
2862026-04-25T00:36:47.874Z Downloaded thiserror v1.0.69
2872026-04-25T00:36:47.877Z Downloaded utf8parse v0.2.2
2882026-04-25T00:36:47.877Z Downloaded typeid v1.0.3
2892026-04-25T00:36:47.877Z Downloaded sha2 v0.10.9
2902026-04-25T00:36:47.880Z Downloaded target-spec-miette v0.4.6
2912026-04-25T00:36:47.883Z Downloaded unicode-xid v0.2.6
2922026-04-25T00:36:47.883Z Downloaded eyre v0.6.12
2932026-04-25T00:36:47.883Z Downloaded unicode-linebreak v0.1.5
2942026-04-25T00:36:47.886Z Downloaded getrandom v0.3.4
2952026-04-25T00:36:47.889Z Downloaded smol_str v0.3.6
2962026-04-25T00:36:47.893Z Downloaded serde_path_to_error v0.1.20
2972026-04-25T00:36:47.893Z Downloaded miette-derive v7.6.0
2982026-04-25T00:36:47.896Z Downloaded signal-hook-registry v1.4.8
2992026-04-25T00:36:47.896Z Downloaded jobserver v0.1.34
3002026-04-25T00:36:47.898Z Downloaded thiserror v2.0.18
3012026-04-25T00:36:47.901Z Downloaded xattr v1.6.1
3022026-04-25T00:36:47.901Z Downloaded utf8_iter v1.0.4
3032026-04-25T00:36:47.904Z Downloaded urlencoding v2.1.3
3042026-04-25T00:36:47.904Z Downloaded untrusted v0.9.0
3052026-04-25T00:36:47.907Z Downloaded native-tls v0.2.18
3062026-04-25T00:36:47.907Z Downloaded console v0.15.11
3072026-04-25T00:36:47.910Z Downloaded thiserror-impl v2.0.18
3082026-04-25T00:36:47.910Z Downloaded quinn-udp v0.5.14
3092026-04-25T00:36:47.913Z Downloaded once_cell v1.21.4
3102026-04-25T00:36:47.913Z Downloaded serde_derive v1.0.228
3112026-04-25T00:36:47.916Z Downloaded serde_core v1.0.228
3122026-04-25T00:36:47.916Z Downloaded rustls-pki-types v1.14.1
3132026-04-25T00:36:47.919Z Downloaded want v0.3.1
3142026-04-25T00:36:47.924Z Downloaded derive_more v2.1.1
3152026-04-25T00:36:47.931Z Downloaded tower-service v0.3.3
3162026-04-25T00:36:47.934Z Downloaded toml_datetime v0.6.11
3172026-04-25T00:36:47.934Z Downloaded getrandom v0.4.2
3182026-04-25T00:36:47.937Z Downloaded toml_writer v1.1.1+spec-1.1.0
3192026-04-25T00:36:47.937Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3202026-04-25T00:36:47.937Z Downloaded tokio-native-tls v0.3.1
3212026-04-25T00:36:47.942Z Downloaded tracing-log v0.2.0
3222026-04-25T00:36:47.942Z Downloaded target-lexicon v0.13.3
3232026-04-25T00:36:47.942Z Downloaded smallvec v1.15.1
3242026-04-25T00:36:47.945Z Downloaded quick-junit v0.5.2
3252026-04-25T00:36:47.948Z Downloaded simd-adler32 v0.3.9
3262026-04-25T00:36:47.948Z Downloaded parking_lot_core v0.9.12
3272026-04-25T00:36:47.952Z Downloaded bytes v1.11.1
3282026-04-25T00:36:47.952Z Downloaded pin-project-internal v1.1.11
3292026-04-25T00:36:47.956Z Downloaded parking_lot v0.12.5
3302026-04-25T00:36:47.959Z Downloaded clap v4.6.1
3312026-04-25T00:36:47.962Z Downloaded unicase v2.9.0
3322026-04-25T00:36:47.965Z Downloaded proc-macro2 v1.0.106
3332026-04-25T00:36:47.968Z Downloaded xxhash-rust v0.8.15
3342026-04-25T00:36:47.971Z Downloaded toml_parser v1.1.2+spec-1.1.0
3352026-04-25T00:36:47.974Z Downloaded tempfile v3.27.0
3362026-04-25T00:36:47.977Z Downloaded zipsign-api v0.1.5
3372026-04-25T00:36:47.977Z Downloaded zeroize v1.8.2
3382026-04-25T00:36:47.980Z Downloaded zmij v1.0.21
3392026-04-25T00:36:47.980Z Downloaded num-traits v0.2.19
3402026-04-25T00:36:47.983Z Downloaded log v0.4.29
3412026-04-25T00:36:47.983Z Downloaded thread_local v1.1.9
3422026-04-25T00:36:47.983Z Downloaded tokio-stream v0.1.18
3432026-04-25T00:36:47.987Z Downloaded zstd-safe v7.2.4
3442026-04-25T00:36:47.990Z Downloaded socket2 v0.6.3
3452026-04-25T00:36:47.992Z Downloaded tinyvec v1.11.0
3462026-04-25T00:36:47.992Z Downloaded version_check v0.9.5
3472026-04-25T00:36:47.993Z Downloaded target-spec v3.6.0
3482026-04-25T00:36:47.995Z Downloaded textwrap v0.16.2
3492026-04-25T00:36:47.998Z Downloaded tokio-rustls v0.26.4
3502026-04-25T00:36:48.004Z Downloaded tracing-attributes v0.1.31
3512026-04-25T00:36:48.006Z Downloaded base64 v0.22.1
3522026-04-25T00:36:48.009Z Downloaded sharded-slab v0.1.7
3532026-04-25T00:36:48.009Z Downloaded ryu v1.0.23
3542026-04-25T00:36:48.013Z Downloaded derive-where v1.6.1
3552026-04-25T00:36:48.019Z Downloaded zstd v0.13.3
3562026-04-25T00:36:48.021Z Downloaded toml v1.1.2+spec-1.1.0
3572026-04-25T00:36:48.024Z Downloaded iri-string v0.7.12
3582026-04-25T00:36:48.027Z Downloaded unicode-ident v1.0.24
3592026-04-25T00:36:48.030Z Downloaded signal-hook v0.3.18
3602026-04-25T00:36:48.030Z Downloaded backtrace v0.3.76
3612026-04-25T00:36:48.033Z Downloaded openssl-sys v0.9.114
3622026-04-25T00:36:48.036Z Downloaded ed25519-dalek v2.2.0
3632026-04-25T00:36:48.039Z Downloaded toml v0.8.23
3642026-04-25T00:36:48.042Z Downloaded borsh v1.6.1
3652026-04-25T00:36:48.045Z Downloaded der v0.7.10
3662026-04-25T00:36:48.048Z Downloaded uuid v1.23.1
3672026-04-25T00:36:48.051Z Downloaded tracing-core v0.1.36
3682026-04-25T00:36:48.051Z Downloaded serde v1.0.228
3692026-04-25T00:36:48.057Z Downloaded http v1.4.0
3702026-04-25T00:36:48.071Z Downloaded self_update v0.42.0
3712026-04-25T00:36:48.083Z Downloaded guppy v0.17.25
3722026-04-25T00:36:48.087Z Downloaded tar v0.4.45
3732026-04-25T00:36:48.090Z Downloaded quinn v0.11.9
3742026-04-25T00:36:48.095Z Downloaded indicatif v0.17.11
3752026-04-25T00:36:48.098Z Downloaded hashbrown v0.15.5
3762026-04-25T00:36:48.101Z Downloaded typenum v1.20.0
3772026-04-25T00:36:48.108Z Downloaded rustls-webpki v0.103.13
3782026-04-25T00:36:48.112Z Downloaded derive_more-impl v2.1.1
3792026-04-25T00:36:48.135Z Downloaded h2 v0.4.13
3802026-04-25T00:36:48.138Z Downloaded tokio-util v0.7.18
3812026-04-25T00:36:48.143Z Downloaded vte v0.14.1
3822026-04-25T00:36:48.147Z Downloaded unicode-normalization v0.1.25
3832026-04-25T00:36:48.147Z Downloaded futures-util v0.3.32
3842026-04-25T00:36:48.158Z Downloaded rand v0.9.4
3852026-04-25T00:36:48.162Z Downloaded hashbrown v0.17.0
3862026-04-25T00:36:48.165Z Downloaded clap_builder v4.6.0
3872026-04-25T00:36:48.168Z Downloaded crossterm v0.29.0
3882026-04-25T00:36:48.205Z Downloaded winnow v0.7.15
3892026-04-25T00:36:48.210Z Downloaded toml_edit v0.22.27
3902026-04-25T00:36:48.213Z Downloaded hyper-util v0.1.20
3912026-04-25T00:36:48.220Z Downloaded chrono v0.4.44
3922026-04-25T00:36:48.224Z Downloaded url v2.5.8
3932026-04-25T00:36:48.227Z Downloaded mio v1.2.0
3942026-04-25T00:36:48.230Z Downloaded miette v7.6.0
3952026-04-25T00:36:48.238Z Downloaded tracing-subscriber v0.3.23
3962026-04-25T00:36:48.242Z Downloaded curve25519-dalek v4.1.3
3972026-04-25T00:36:48.252Z Downloaded gimli v0.32.3
3982026-04-25T00:36:48.256Z Downloaded webpki-roots v1.0.7
3992026-04-25T00:36:48.259Z Downloaded tower v0.5.3
4002026-04-25T00:36:48.264Z Downloaded unicode-width v0.2.2
4012026-04-25T00:36:48.267Z Downloaded zerocopy v0.8.48
4022026-04-25T00:36:48.278Z Downloaded unicode-segmentation v1.13.2
4032026-04-25T00:36:48.281Z Downloaded bstr v1.12.1
4042026-04-25T00:36:48.285Z Downloaded syn v2.0.117
4052026-04-25T00:36:48.291Z Downloaded unicode-width v0.1.14
4062026-04-25T00:36:48.294Z Downloaded ron v0.12.1
4072026-04-25T00:36:48.304Z Downloaded pulldown-cmark v0.13.3
4082026-04-25T00:36:48.308Z Downloaded itertools v0.14.0
4092026-04-25T00:36:48.311Z Downloaded color-eyre v0.6.5
4102026-04-25T00:36:48.316Z Downloaded quick-xml v0.38.4
4112026-04-25T00:36:48.323Z Downloaded regex v1.12.3
4122026-04-25T00:36:48.328Z Downloaded tower-http v0.6.8
4132026-04-25T00:36:48.332Z Downloaded serde_json v1.0.149
4142026-04-25T00:36:48.336Z Downloaded reqwest v0.12.28
4152026-04-25T00:36:48.339Z Downloaded idna v1.1.0
4162026-04-25T00:36:48.359Z Downloaded hyper v1.9.0
4172026-04-25T00:36:48.376Z Downloaded quick-xml v0.37.5
4182026-04-25T00:36:48.385Z Downloaded portable-atomic v1.13.1
4192026-04-25T00:36:48.433Z Downloaded nextest-runner v0.80.0
4202026-04-25T00:36:48.448Z Downloaded winnow v1.0.2
4212026-04-25T00:36:48.477Z Downloaded quinn-proto v0.11.14
4222026-04-25T00:36:48.487Z Downloaded vcpkg v0.2.15
4232026-04-25T00:36:48.536Z Downloaded openssl v0.10.78
4242026-04-25T00:36:48.576Z Downloaded object v0.37.3
4252026-04-25T00:36:48.585Z Downloaded nix v0.30.1
4262026-04-25T00:36:48.591Z Downloaded rustix v1.1.4
4272026-04-25T00:36:48.616Z Downloaded rustix v0.38.44
4282026-04-25T00:36:48.628Z Downloaded regex-syntax v0.8.10
4292026-04-25T00:36:48.637Z Downloaded rustls v0.23.39
4302026-04-25T00:36:48.694Z Downloaded tracing v0.1.44
4312026-04-25T00:36:48.739Z Downloaded regex-automata v0.4.14
4322026-04-25T00:36:48.873Z Downloaded libc v0.2.186
4332026-04-25T00:36:48.891Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4342026-04-25T00:36:48.900Z Downloaded petgraph v0.8.3
4352026-04-25T00:36:48.929Z Downloaded tokio v1.52.1
4362026-04-25T00:36:49.006Z Downloaded recursion v0.5.4
4372026-04-25T00:36:49.011Z Downloaded ring v0.17.14
4382026-04-25T00:36:49.069Z Compiling libc v0.2.186
4392026-04-25T00:36:49.072Z Compiling proc-macro2 v1.0.106
4402026-04-25T00:36:49.072Z Compiling quote v1.0.45
4412026-04-25T00:36:49.072Z Compiling unicode-ident v1.0.24
4422026-04-25T00:36:49.072Z Compiling serde_core v1.0.228
4432026-04-25T00:36:49.072Z Compiling cfg-if v1.0.4
4442026-04-25T00:36:49.072Z Compiling memchr v2.8.0
4452026-04-25T00:36:49.072Z Compiling once_cell v1.21.4
4462026-04-25T00:36:49.297Z Compiling log v0.4.29
4472026-04-25T00:36:49.317Z Compiling pin-project-lite v0.2.17
4482026-04-25T00:36:49.406Z Compiling serde v1.0.228
4492026-04-25T00:36:49.460Z Compiling itoa v1.0.18
4502026-04-25T00:36:49.611Z Compiling futures-core v0.3.32
4512026-04-25T00:36:49.695Z Compiling smallvec v1.15.1
4522026-04-25T00:36:49.735Z Compiling bitflags v2.11.1
4532026-04-25T00:36:49.758Z Compiling find-msvc-tools v0.1.9
4542026-04-25T00:36:49.939Z Compiling equivalent v1.0.2
4552026-04-25T00:36:49.978Z Compiling shlex v1.3.0
4562026-04-25T00:36:50.022Z Compiling errno v0.3.14
4572026-04-25T00:36:50.102Z Compiling hashbrown v0.17.0
4582026-04-25T00:36:50.115Z Compiling bytes v1.11.1
4592026-04-25T00:36:50.154Z Compiling signal-hook-registry v1.4.8
4602026-04-25T00:36:50.178Z Compiling mio v1.2.0
4612026-04-25T00:36:50.352Z Compiling jobserver v0.1.34
4622026-04-25T00:36:50.425Z Compiling syn v2.0.117
4632026-04-25T00:36:50.482Z Compiling rustix v1.1.4
4642026-04-25T00:36:50.666Z Compiling cc v1.2.61
4652026-04-25T00:36:50.681Z Compiling futures-sink v0.3.32
4662026-04-25T00:36:50.736Z Compiling socket2 v0.6.3
4672026-04-25T00:36:50.786Z Compiling zmij v1.0.21
4682026-04-25T00:36:50.876Z Compiling slab v0.4.12
4692026-04-25T00:36:50.996Z Compiling futures-channel v0.3.32
4702026-04-25T00:36:51.075Z Compiling tracing-core v0.1.36
4712026-04-25T00:36:51.101Z Compiling version_check v0.9.5
4722026-04-25T00:36:51.247Z Compiling serde_json v1.0.149
4732026-04-25T00:36:51.502Z Compiling indexmap v2.14.0
4742026-04-25T00:36:51.562Z Compiling futures-io v0.3.32
4752026-04-25T00:36:51.615Z Compiling getrandom v0.4.2
4762026-04-25T00:36:51.729Z Compiling futures-task v0.3.32
4772026-04-25T00:36:51.901Z Compiling unicode-width v0.2.2
4782026-04-25T00:36:51.912Z Compiling camino v1.2.2
4792026-04-25T00:36:51.952Z Compiling ring v0.17.14
4802026-04-25T00:36:52.246Z Compiling http v1.4.0
4812026-04-25T00:36:52.277Z Compiling adler2 v2.0.1
4822026-04-25T00:36:52.382Z Compiling percent-encoding v2.3.2
4832026-04-25T00:36:52.395Z Compiling autocfg v1.5.0
4842026-04-25T00:36:52.439Z Compiling simd-adler32 v0.3.9
4852026-04-25T00:36:52.479Z Compiling zeroize v1.8.2
4862026-04-25T00:36:52.663Z Compiling miniz_oxide v0.8.9
4872026-04-25T00:36:52.748Z Compiling num-traits v0.2.19
4882026-04-25T00:36:52.977Z Compiling object v0.37.3
4892026-04-25T00:36:53.255Z Compiling getrandom v0.3.4
4902026-04-25T00:36:53.295Z Compiling target-lexicon v0.13.3
4912026-04-25T00:36:53.530Z Compiling zerocopy v0.8.48
4922026-04-25T00:36:53.647Z Compiling http-body v1.0.1
4932026-04-25T00:36:53.810Z Compiling rustls-pki-types v1.14.1
4942026-04-25T00:36:53.943Z Compiling semver v1.0.28
4952026-04-25T00:36:53.961Z Compiling getrandom v0.2.17
4962026-04-25T00:36:54.076Z Compiling gimli v0.32.3
4972026-04-25T00:36:54.088Z Compiling serde_derive v1.0.228
4982026-04-25T00:36:54.100Z Compiling tokio-macros v2.7.0
4992026-04-25T00:36:54.146Z Compiling futures-macro v0.3.32
5002026-04-25T00:36:54.322Z Compiling tracing-attributes v0.1.31
5012026-04-25T00:36:54.595Z Compiling signal-hook v0.3.18
5022026-04-25T00:36:54.649Z Compiling untrusted v0.9.0
5032026-04-25T00:36:54.780Z Compiling owo-colors v4.3.0
5042026-04-25T00:36:54.799Z Compiling thiserror v2.0.18
5052026-04-25T00:36:54.812Z Compiling tokio v1.52.1
5062026-04-25T00:36:54.929Z Compiling futures-util v0.3.32
5072026-04-25T00:36:55.090Z Compiling fnv v1.0.7
5082026-04-25T00:36:55.127Z Compiling guppy-workspace-hack v0.1.0
5092026-04-25T00:36:55.191Z Compiling httparse v1.10.1
5102026-04-25T00:36:55.488Z Compiling tracing v0.1.44
5112026-04-25T00:36:55.567Z Compiling thiserror-impl v2.0.18
5122026-04-25T00:36:56.310Z Compiling addr2line v0.25.1
5132026-04-25T00:36:56.928Z Compiling form_urlencoded v1.2.2
5142026-04-25T00:36:57.189Z Compiling generic-array v0.14.7
5152026-04-25T00:36:57.250Z Compiling utf8_iter v1.0.4
5162026-04-25T00:36:57.270Z Compiling try-lock v0.2.5
5172026-04-25T00:36:57.385Z Compiling tower-service v0.3.3
5182026-04-25T00:36:57.407Z Compiling target-spec v3.6.0
5192026-04-25T00:36:57.411Z Compiling fastrand v2.4.1
5202026-04-25T00:36:57.478Z Compiling atomic-waker v1.1.2
5212026-04-25T00:36:57.526Z Compiling thiserror v1.0.69
5222026-04-25T00:36:57.607Z Compiling rustls v0.23.39
5232026-04-25T00:36:57.674Z Compiling pkg-config v0.3.33
5242026-04-25T00:36:57.748Z Compiling typeid v1.0.3
5252026-04-25T00:36:57.813Z Compiling rustc-demangle v0.1.27
5262026-04-25T00:36:57.824Z Compiling idna_adapter v1.0.0
5272026-04-25T00:36:57.931Z Compiling idna v1.1.0
5282026-04-25T00:36:58.107Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5292026-04-25T00:36:58.261Z Compiling tempfile v3.27.0
5302026-04-25T00:36:58.550Z Compiling want v0.3.1
5312026-04-25T00:36:58.729Z Compiling tokio-util v0.7.18
5322026-04-25T00:36:58.765Z Compiling cfg-expr v0.20.7
5332026-04-25T00:36:59.515Z Compiling backtrace v0.3.76
5342026-04-25T00:36:59.591Z Compiling h2 v0.4.13
5352026-04-25T00:36:59.817Z Compiling thiserror-impl v1.0.69
5362026-04-25T00:36:59.825Z Compiling terminal_size v0.4.4
5372026-04-25T00:36:59.976Z Compiling aho-corasick v1.1.4
5382026-04-25T00:37:00.014Z Compiling winnow v0.7.15
5392026-04-25T00:37:00.168Z Compiling subtle v2.6.1
5402026-04-25T00:37:00.328Z Compiling regex-syntax v0.8.10
5412026-04-25T00:37:00.971Z Compiling erased-serde v0.4.10
5422026-04-25T00:37:01.251Z Compiling rustls-webpki v0.103.13
5432026-04-25T00:37:01.919Z Compiling typenum v1.20.0
5442026-04-25T00:37:03.226Z Compiling regex-automata v0.4.14
5452026-04-25T00:37:03.824Z Compiling hyper v1.9.0
5462026-04-25T00:37:05.659Z Compiling url v2.5.8
5472026-04-25T00:37:07.563Z Compiling toml_datetime v0.6.11
5482026-04-25T00:37:07.584Z Compiling serde_spanned v0.6.9
5492026-04-25T00:37:07.630Z Compiling ahash v0.8.12
5502026-04-25T00:37:07.742Z Compiling sync_wrapper v1.0.2
5512026-04-25T00:37:07.856Z Compiling is_ci v1.2.0
5522026-04-25T00:37:07.869Z Compiling foldhash v0.1.5
5532026-04-25T00:37:07.931Z Compiling tower-layer v0.3.3
5542026-04-25T00:37:08.022Z Compiling toml_write v0.1.2
5552026-04-25T00:37:08.056Z Compiling unicode-segmentation v1.13.2
5562026-04-25T00:37:08.068Z Compiling crc32fast v1.5.0
5572026-04-25T00:37:08.086Z Compiling base64 v0.22.1
5582026-04-25T00:37:08.125Z Compiling portable-atomic v1.13.1
5592026-04-25T00:37:08.257Z Compiling lazy_static v1.5.0
5602026-04-25T00:37:08.347Z Compiling ipnet v2.12.0
5612026-04-25T00:37:08.365Z Compiling either v1.15.0
5622026-04-25T00:37:08.462Z Compiling nextest-workspace-hack v0.1.0
5632026-04-25T00:37:08.568Z Compiling unicode-linebreak v0.1.5
5642026-04-25T00:37:08.571Z Compiling parking_lot_core v0.9.12
5652026-04-25T00:37:08.644Z Compiling hyper-util v0.1.20
5662026-04-25T00:37:08.718Z Compiling convert_case v0.10.0
5672026-04-25T00:37:08.833Z Compiling textwrap v0.16.2
5682026-04-25T00:37:08.904Z Compiling sharded-slab v0.1.7
5692026-04-25T00:37:08.977Z Compiling toml_edit v0.22.27
5702026-04-25T00:37:09.499Z Compiling tower v0.5.3
5712026-04-25T00:37:09.551Z Compiling hashbrown v0.15.5
5722026-04-25T00:37:10.078Z Compiling supports-color v3.0.2
5732026-04-25T00:37:10.230Z Compiling tokio-rustls v0.26.4
5742026-04-25T00:37:10.312Z Compiling backtrace-ext v0.2.1
5752026-04-25T00:37:10.517Z Compiling ordered-float v2.10.1
5762026-04-25T00:37:10.570Z Compiling webpki-roots v1.0.7
5772026-04-25T00:37:10.702Z Compiling miette-derive v7.6.0
5782026-04-25T00:37:10.777Z Compiling pathdiff v0.2.3
5792026-04-25T00:37:10.792Z Compiling console v0.15.11
5802026-04-25T00:37:10.900Z Compiling tracing-log v0.2.0
5812026-04-25T00:37:11.258Z Compiling cargo-platform v0.3.3
5822026-04-25T00:37:11.261Z Compiling os_pipe v1.2.3
5832026-04-25T00:37:11.437Z Compiling thread_local v1.1.9
5842026-04-25T00:37:11.793Z Compiling unicode-width v0.1.14
5852026-04-25T00:37:11.796Z Compiling utf8parse v0.2.2
5862026-04-25T00:37:11.818Z Compiling iri-string v0.7.12
5872026-04-25T00:37:11.911Z Compiling cfg_aliases v0.2.1
5882026-04-25T00:37:11.985Z Compiling pulldown-cmark v0.13.3
5892026-04-25T00:37:12.090Z Compiling supports-unicode v3.0.0
5902026-04-25T00:37:12.120Z Compiling rustix v0.38.44
5912026-04-25T00:37:12.193Z Compiling supports-hyperlinks v3.2.0
5922026-04-25T00:37:12.260Z Compiling ryu v1.0.23
5932026-04-25T00:37:12.411Z Compiling debug-ignore v1.0.5
5942026-04-25T00:37:12.458Z Compiling scopeguard v1.2.0
5952026-04-25T00:37:12.567Z Compiling fixedbitset v0.5.7
5962026-04-25T00:37:12.590Z Compiling winnow v1.0.2
5972026-04-25T00:37:12.856Z Compiling zstd-safe v7.2.4
5982026-04-25T00:37:13.099Z Compiling petgraph v0.8.3
5992026-04-25T00:37:13.114Z Compiling lock_api v0.4.14
6002026-04-25T00:37:13.345Z Compiling tower-http v0.6.8
6012026-04-25T00:37:14.014Z Compiling toml_parser v1.1.2+spec-1.1.0
6022026-04-25T00:37:14.306Z Compiling serde_urlencoded v0.7.1
6032026-04-25T00:37:14.381Z Compiling miette v7.6.0
6042026-04-25T00:37:14.443Z Compiling nix v0.30.1
6052026-04-25T00:37:14.581Z Compiling anstyle-parse v1.0.0
6062026-04-25T00:37:14.802Z Compiling tracing-subscriber v0.3.23
6072026-04-25T00:37:14.847Z Compiling cargo_metadata v0.23.1
6082026-04-25T00:37:15.033Z Compiling sigchld v0.2.4
6092026-04-25T00:37:15.228Z Compiling serde-value v0.7.0
6102026-04-25T00:37:15.355Z Compiling hyper-rustls v0.27.9
6112026-04-25T00:37:15.948Z Compiling serde-untagged v0.1.9
6122026-04-25T00:37:16.022Z Compiling toml v0.8.23
6132026-04-25T00:37:16.566Z Compiling derive_more-impl v2.1.1
6142026-04-25T00:37:18.098Z Compiling itertools v0.14.0
6152026-04-25T00:37:18.357Z Compiling regex v1.12.3
6162026-04-25T00:37:18.495Z Compiling block-buffer v0.10.4
6172026-04-25T00:37:18.646Z Compiling crypto-common v0.1.7
6182026-04-25T00:37:18.752Z Compiling ppv-lite86 v0.2.21
6192026-04-25T00:37:18.780Z Compiling futures-executor v0.3.32
6202026-04-25T00:37:18.884Z Compiling rand_core v0.9.5
6212026-04-25T00:37:19.076Z Compiling pin-project-internal v1.1.11
6222026-04-25T00:37:19.141Z Compiling http-body-util v0.1.3
6232026-04-25T00:37:19.316Z Compiling uuid v1.23.1
6242026-04-25T00:37:19.411Z Compiling serde_spanned v1.1.1
6252026-04-25T00:37:19.564Z Compiling smol_str v0.3.6
6262026-04-25T00:37:19.576Z Compiling toml_datetime v1.1.1+spec-1.1.0
6272026-04-25T00:37:19.778Z Compiling filetime v0.2.27
6282026-04-25T00:37:19.846Z Compiling bstr v1.12.1
6292026-04-25T00:37:19.895Z Compiling vte v0.14.1
6302026-04-25T00:37:19.980Z Compiling anstyle-query v1.1.5
6312026-04-25T00:37:19.994Z Compiling static_assertions v1.1.0
6322026-04-25T00:37:20.007Z Compiling unicode-xid v0.2.6
6332026-04-25T00:37:20.065Z Compiling iana-time-zone v0.1.65
6342026-04-25T00:37:20.090Z Compiling xattr v1.6.1
6352026-04-25T00:37:20.106Z Compiling is_terminal_polyfill v1.70.2
6362026-04-25T00:37:20.127Z Compiling unicase v2.9.0
6372026-04-25T00:37:20.273Z Compiling self_update v0.42.0
6382026-04-25T00:37:20.307Z Compiling anstyle v1.0.14
6392026-04-25T00:37:20.318Z Compiling tinyvec_macros v0.1.1
6402026-04-25T00:37:20.387Z Compiling eyre v0.6.12
6412026-04-25T00:37:20.400Z Compiling litrs v1.0.0
6422026-04-25T00:37:20.499Z Compiling color-spantrace v0.3.0
6432026-04-25T00:37:20.520Z Compiling colorchoice v1.0.5
6442026-04-25T00:37:20.563Z Compiling nested v0.1.1
6452026-04-25T00:37:20.635Z Compiling number_prefix v0.4.0
6462026-04-25T00:37:20.732Z Compiling guppy v0.17.25
6472026-04-25T00:37:20.748Z Compiling indicatif v0.17.11
6482026-04-25T00:37:20.780Z Compiling anstream v1.0.0
6492026-04-25T00:37:20.833Z Compiling document-features v0.2.12
6502026-04-25T00:37:20.955Z Compiling tinyvec v1.11.0
6512026-04-25T00:37:21.258Z Compiling globset v0.4.18
6522026-04-25T00:37:21.368Z Compiling tar v0.4.45
6532026-04-25T00:37:21.368Z Compiling chrono v0.4.44
6542026-04-25T00:37:21.953Z Compiling pin-project v1.1.11
6552026-04-25T00:37:22.059Z Compiling cargo-util-schemas v0.2.0
6562026-04-25T00:37:23.208Z Compiling strip-ansi-escapes v0.2.1
6572026-04-25T00:37:23.719Z Compiling toml v1.1.2+spec-1.1.0
6582026-04-25T00:37:23.901Z Compiling nextest-metadata v0.12.2
6592026-04-25T00:37:23.962Z Compiling newtype-uuid v1.3.2
6602026-04-25T00:37:24.151Z Compiling reqwest v0.12.28
6612026-04-25T00:37:24.468Z Compiling rand_chacha v0.9.0
6622026-04-25T00:37:24.497Z Compiling futures v0.3.32
6632026-04-25T00:37:24.580Z Compiling digest v0.10.7
6642026-04-25T00:37:24.741Z Compiling parking_lot v0.12.5
6652026-04-25T00:37:24.800Z Compiling flate2 v1.1.9
6662026-04-25T00:37:25.013Z Compiling derive_more v2.1.1
6672026-04-25T00:37:25.095Z Compiling tracing-error v0.2.1
6682026-04-25T00:37:25.330Z Compiling shared_child v1.1.1
6692026-04-25T00:37:25.665Z Compiling signal-hook-mio v0.2.5
6702026-04-25T00:37:25.791Z Compiling self-replace v1.5.0
6712026-04-25T00:37:25.962Z Compiling cargo-platform v0.2.0
6722026-04-25T00:37:26.080Z Compiling quick-xml v0.38.4
6732026-04-25T00:37:26.531Z Compiling quick-xml v0.37.5
6742026-04-25T00:37:26.621Z Compiling heck v0.5.0
6752026-04-25T00:37:26.819Z Compiling strsim v0.11.1
6762026-04-25T00:37:27.147Z Compiling indenter v0.3.4
6772026-04-25T00:37:27.275Z Compiling cpufeatures v0.2.17
6782026-04-25T00:37:27.351Z Compiling shell-words v1.1.1
6792026-04-25T00:37:27.597Z Compiling clap_lex v1.1.0
6802026-04-25T00:37:27.641Z Compiling recursion v0.5.4
6812026-04-25T00:37:27.668Z Compiling urlencoding v2.1.3
6822026-04-25T00:37:27.778Z Compiling humantime v2.3.0
6832026-04-25T00:37:28.046Z Compiling humantime-serde v1.1.1
6842026-04-25T00:37:28.172Z Compiling clap_builder v4.6.0
6852026-04-25T00:37:28.204Z Compiling nextest-filtering v0.15.0
6862026-04-25T00:37:28.207Z Compiling sha2 v0.10.9
6872026-04-25T00:37:29.405Z Compiling clap_derive v4.6.1
6882026-04-25T00:37:29.573Z Compiling quick-junit v0.5.2
6892026-04-25T00:37:31.139Z Compiling cargo_metadata v0.20.0
6902026-04-25T00:37:32.146Z Compiling atomicwrites v0.4.4
6912026-04-25T00:37:32.434Z Compiling cargo-nextest v0.9.97
6922026-04-25T00:37:32.681Z Compiling crossterm v0.29.0
6932026-04-25T00:37:32.732Z Compiling duct v0.13.7
6942026-04-25T00:37:34.089Z Compiling zstd v0.13.3
6952026-04-25T00:37:34.509Z Compiling rand v0.9.4
6962026-04-25T00:37:34.520Z Compiling async-scoped v0.9.0
6972026-04-25T00:37:34.708Z Compiling config v0.15.22
6982026-04-25T00:37:34.920Z Compiling unicode-normalization v0.1.25
6992026-04-25T00:37:35.188Z Compiling target-spec-miette v0.4.6
7002026-04-25T00:37:35.248Z Compiling future-queue v0.4.0
7012026-04-25T00:37:35.502Z Compiling mukti-metadata v0.3.0
7022026-04-25T00:37:35.522Z Compiling tokio-stream v0.1.18
7032026-04-25T00:37:35.590Z Compiling camino-tempfile v1.4.1
7042026-04-25T00:37:35.865Z Compiling derive-where v1.6.1
7052026-04-25T00:37:35.993Z Compiling serde_ignored v0.1.14
7062026-04-25T00:37:36.020Z Compiling serde_path_to_error v0.1.20
7072026-04-25T00:37:36.047Z Compiling swrite v0.1.0
7082026-04-25T00:37:36.153Z Compiling hex v0.4.3
7092026-04-25T00:37:36.207Z Compiling xxhash-rust v0.8.15
7102026-04-25T00:37:36.265Z Compiling indent_write v2.2.0
7112026-04-25T00:37:36.383Z Compiling home v0.5.12
7122026-04-25T00:37:36.432Z Compiling color-eyre v0.6.5
7132026-04-25T00:37:36.481Z Compiling clap v4.6.1
7142026-04-25T00:37:36.531Z Compiling dialoguer v0.11.0
7152026-04-25T00:37:36.544Z Compiling enable-ansi-support v0.2.1
7162026-04-25T00:37:37.107Z Compiling nextest-runner v0.80.0
7172026-04-25T00:37:55.324Z Finished `release` profile [optimized] target(s) in 1m 11s
7182026-04-25T00:37:55.507Z Installing /home/build/.cargo/bin/cargo-nextest
7192026-04-25T00:37:55.507Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7202026-04-25T00:37:55.622Z+ source .github/buildomat/test-common.sh
7212026-04-25T00:37:55.625Z++ NEXTEST_VERSION=0.9.97
7222026-04-25T00:37:55.625Z++ PLATFORM=illumos
7232026-04-25T00:37:55.625Z++ banner install
7242026-04-25T00:37:55.628Z
7252026-04-25T00:37:55.628Z # # # #### ##### ## # #
7262026-04-25T00:37:55.628Z # ## # # # # # # #
7272026-04-25T00:37:55.628Z # # # # #### # # # # #
7282026-04-25T00:37:55.628Z # # # # # # ###### # #
7292026-04-25T00:37:55.628Z # # ## # # # # # # #
7302026-04-25T00:37:55.628Z # # # #### # # # ###### ######
7312026-04-25T00:37:55.628Z
7322026-04-25T00:37:55.628Z++ set +o errexit
7332026-04-25T00:37:55.628Z++ pkg info clang-15
7342026-04-25T00:37:55.629Z++ grep -qi installed
7352026-04-25T00:37:57.191Zpkg: info: no packages matching the following patterns you specified are
7362026-04-25T00:37:57.191Zinstalled on the system. Try querying remotely instead:
7372026-04-25T00:37:57.191Z
7382026-04-25T00:37:57.191Z clang-15
7392026-04-25T00:37:57.232Z++ [[ 1 != 0 ]]
7402026-04-25T00:37:57.232Z++ set -o errexit
7412026-04-25T00:37:57.232Z++ pfexec pkg install clang-15
7422026-04-25T00:38:20.884Z Startup: Refreshing catalog 'helios-dev' ... Done
7432026-04-25T00:38:28.348Z Startup: Caching catalogs ... Done
7442026-04-25T00:38:35.272ZPlanning: Solver setup ... Done
7452026-04-25T00:38:35.312ZPlanning: Running solver ... Done
7462026-04-25T00:38:35.457ZPlanning: Finding local manifests ... Done
7472026-04-25T00:38:35.542ZPlanning: Fetching manifests: 0/2 0% complete
7482026-04-25T00:38:35.647ZPlanning: Fetching manifests: 2/2 100% complete
7492026-04-25T00:38:35.676ZPlanning: Package planning ... Done
7502026-04-25T00:38:35.702ZPlanning: Merging actions ... Done
7512026-04-25T00:38:35.825ZPlanning: Checking for conflicting actions ... Done
7522026-04-25T00:38:35.832ZPlanning: Consolidating action changes ... Done
7532026-04-25T00:38:37.053ZPlanning: Evaluating mediators ... Done
7542026-04-25T00:38:37.058ZPlanning: Planning completed in 8.54 seconds
7552026-04-25T00:38:37.069Z Packages to install: 2
7562026-04-25T00:38:37.069Z Mediators to change: 2
7572026-04-25T00:38:37.069Z Services to change: 1
7582026-04-25T00:38:37.072Z Create boot environment: No
7592026-04-25T00:38:37.072ZCreate backup boot environment: No
7602026-04-25T00:38:37.137Z
7612026-04-25T00:38:37.137ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7622026-04-25T00:38:42.145ZDownload: 869/3076 items 18.4/211.3MB 8% complete (3.8M/s)
7632026-04-25T00:38:47.146ZDownload: 1423/3076 items 116.6/211.3MB 55% complete (11.9M/s)
7642026-04-25T00:38:52.148ZDownload: 2393/3076 items 119.2/211.3MB 56% complete (10.1M/s)
7652026-04-25T00:38:57.958ZDownload: 3031/3076 items 201.8/211.3MB 95% complete (9.4M/s)
7662026-04-25T00:39:01.965ZDownload: Completed 211.31 MB in 24.83 seconds (8.5M/s)
7672026-04-25T00:39:02.110Z Actions: 1/3418 actions (Installing new actions)
7682026-04-25T00:39:05.254Z Actions: Completed 3418 actions in 3.14 seconds.
7692026-04-25T00:39:05.569Z Done
7702026-04-25T00:39:05.569Z Done
7712026-04-25T00:39:06.295Z Done
7722026-04-25T00:39:09.499Z Done
7732026-04-25T00:39:09.576Z Done
7742026-04-25T00:39:09.579Z Done
7752026-04-25T00:39:09.808Z Done
7762026-04-25T00:39:10.475Z++ set -o errexit
7772026-04-25T00:39:10.475Z++ cargo --version
7782026-04-25T00:39:10.484Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7792026-04-25T00:39:10.487Z++ rustc --version
7802026-04-25T00:39:10.507Zrustc 1.94.1 (e408947bf 2026-03-25)
7812026-04-25T00:39:10.510Z++ cargo install cargo-nextest --version 0.9.97
7822026-04-25T00:39:10.564Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7832026-04-25T00:39:10.567Z+ pushd rdb
7842026-04-25T00:39:10.567Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7852026-04-25T00:39:10.567Z+ PROPTEST_CASES=1000000
7862026-04-25T00:39:10.567Z+ cargo nextest run --lib proptest
7872026-04-25T00:39:10.725Z Updating git repository `https://github.com/oxidecomputer/falcon`
7882026-04-25T00:39:11.301ZFrom https://github.com/oxidecomputer/falcon
7892026-04-25T00:39:11.301Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7902026-04-25T00:39:11.378Z Updating crates.io index
7912026-04-25T00:39:11.411Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7922026-04-25T00:39:12.135ZFrom https://github.com/oxidecomputer/dendrite
7932026-04-25T00:39:12.135Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7942026-04-25T00:39:12.192Z Updating git repository `https://github.com/oxidecomputer/ispf`
7952026-04-25T00:39:12.425ZFrom https://github.com/oxidecomputer/ispf
7962026-04-25T00:39:12.425Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7972026-04-25T00:39:12.430Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7982026-04-25T00:39:12.744ZFrom https://github.com/oxidecomputer/netadm-sys
7992026-04-25T00:39:12.745Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
8002026-04-25T00:39:12.752Z Updating git repository `https://github.com/oxidecomputer/omicron`
8012026-04-25T00:39:18.526ZFrom https://github.com/oxidecomputer/omicron
8022026-04-25T00:39:18.526Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8032026-04-25T00:39:18.923Z Updating git repository `https://github.com/oxidecomputer/opte`
8042026-04-25T00:39:19.495ZFrom https://github.com/oxidecomputer/opte
8052026-04-25T00:39:19.495Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8062026-04-25T00:39:19.570Z Updating git repository `https://github.com/illumos/smf-rs`
8072026-04-25T00:39:19.838ZFrom https://github.com/illumos/smf-rs
8082026-04-25T00:39:19.838Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8092026-04-25T00:39:19.903Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8102026-04-25T00:39:20.159ZFrom https://github.com/oxidecomputer/network-interface
8112026-04-25T00:39:20.159Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8122026-04-25T00:39:20.177Z Updating git repository `https://github.com/oxidecomputer/zone`
8132026-04-25T00:39:20.463ZFrom https://github.com/oxidecomputer/zone
8142026-04-25T00:39:20.463Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8152026-04-25T00:39:20.482Z Updating git repository `https://github.com/oxidecomputer/propolis`
8162026-04-25T00:39:21.089ZFrom https://github.com/oxidecomputer/propolis
8172026-04-25T00:39:21.089Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8182026-04-25T00:39:21.165Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8192026-04-25T00:39:21.654ZFrom https://github.com/oxidecomputer/transceiver-control
8202026-04-25T00:39:21.654Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8212026-04-25T00:39:21.672Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222026-04-25T00:39:21.947ZFrom https://github.com/oxidecomputer/dlpi-sys
8232026-04-25T00:39:21.947Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8242026-04-25T00:39:21.953Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8252026-04-25T00:39:22.241ZFrom https://github.com/jmesmon/rust-libzfs
8262026-04-25T00:39:22.241Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8272026-04-25T00:39:22.249Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282026-04-25T00:39:22.477ZFrom https://github.com/oxidecomputer/rusty-doors
8292026-04-25T00:39:22.477Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8302026-04-25T00:39:22.502Z Updating git repository `https://github.com/oxidecomputer/lldp`
8312026-04-25T00:39:22.839ZFrom https://github.com/oxidecomputer/lldp
8322026-04-25T00:39:22.839Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8332026-04-25T00:39:22.883Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8342026-04-25T00:39:23.149ZFrom https://github.com/oxidecomputer/slog-error-chain
8352026-04-25T00:39:23.149Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8362026-04-25T00:39:23.157Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8372026-04-25T00:39:23.481ZFrom https://github.com/oxidecomputer/tufaceous
8382026-04-25T00:39:23.481Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8392026-04-25T00:39:23.533Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8402026-04-25T00:39:23.983ZFrom https://github.com/oxidecomputer/management-gateway-service
8412026-04-25T00:39:23.983Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8422026-04-25T00:39:23.997Z Updating git repository `https://github.com/oxidecomputer/crucible`
8432026-04-25T00:39:25.213ZFrom https://github.com/oxidecomputer/crucible
8442026-04-25T00:39:25.213Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8452026-04-25T00:39:25.316Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8462026-04-25T00:39:25.582ZFrom https://github.com/oxidecomputer/serde_human_bytes
8472026-04-25T00:39:25.582Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8482026-04-25T00:39:25.710Z Updating git repository `https://github.com/oxidecomputer/propolis`
8492026-04-25T00:39:26.036ZFrom https://github.com/oxidecomputer/propolis
8502026-04-25T00:39:26.036Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8512026-04-25T00:39:26.114Z Updating git repository `https://github.com/oxidecomputer/tofino`
8522026-04-25T00:39:26.388ZFrom https://github.com/oxidecomputer/tofino
8532026-04-25T00:39:26.388Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8542026-04-25T00:39:26.406Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8552026-04-25T00:39:26.901ZFrom https://github.com/oxidecomputer/maghemite
8562026-04-25T00:39:26.902Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8572026-04-25T00:39:26.959Z Updating git repository `https://github.com/oxidecomputer/clickward`
8582026-04-25T00:39:27.226ZFrom https://github.com/oxidecomputer/clickward
8592026-04-25T00:39:27.226Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8602026-04-25T00:39:27.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8612026-04-25T00:39:27.645ZFrom https://github.com/oxidecomputer/illumos-devinfo
8622026-04-25T00:39:27.645Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8632026-04-25T00:39:27.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
8642026-04-25T00:39:28.067ZFrom https://github.com/oxidecomputer/crucible
8652026-04-25T00:39:28.067Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8662026-04-25T00:39:29.014Z Downloading crates ...
8672026-04-25T00:39:29.115Z Downloaded async-stream v0.3.6
8682026-04-25T00:39:29.126Z Downloaded embedded-io v0.4.0
8692026-04-25T00:39:29.130Z Downloaded hostname v0.4.2
8702026-04-25T00:39:29.134Z Downloaded blake2 v0.10.6
8712026-04-25T00:39:29.134Z Downloaded bit-vec v0.8.0
8722026-04-25T00:39:29.137Z Downloaded async-trait v0.1.89
8732026-04-25T00:39:29.139Z Downloaded aead v0.5.2
8742026-04-25T00:39:29.140Z Downloaded async-stream-impl v0.3.6
8752026-04-25T00:39:29.144Z Downloaded backoff v0.4.0
8762026-04-25T00:39:29.147Z Downloaded byte-wrapper v0.1.0
8772026-04-25T00:39:29.150Z Downloaded macaddr v1.0.1
8782026-04-25T00:39:29.154Z Downloaded bitflags v1.3.2
8792026-04-25T00:39:29.154Z Downloaded bit-set v0.8.0
8802026-04-25T00:39:29.156Z Downloaded bitflags v2.11.0
8812026-04-25T00:39:29.159Z Downloaded anyhow v1.0.102
8822026-04-25T00:39:29.162Z Downloaded darling v0.21.3
8832026-04-25T00:39:29.164Z Downloaded multer v3.1.0
8842026-04-25T00:39:29.167Z Downloaded foreign-types v0.5.0
8852026-04-25T00:39:29.167Z Downloaded async-recursion v1.1.1
8862026-04-25T00:39:29.170Z Downloaded arrayvec v0.7.6
8872026-04-25T00:39:29.173Z Downloaded linked-hash-map v0.5.6
8882026-04-25T00:39:29.173Z Downloaded allocator-api2 v0.2.21
8892026-04-25T00:39:29.176Z Downloaded cobs v0.3.0
8902026-04-25T00:39:29.176Z Downloaded hash32 v0.3.1
8912026-04-25T00:39:29.178Z Downloaded git-stub v1.0.0
8922026-04-25T00:39:29.181Z Downloaded fs-err v3.3.0
8932026-04-25T00:39:29.181Z Downloaded foreign-types-macros v0.2.3
8942026-04-25T00:39:29.184Z Downloaded darling_macro v0.23.0
8952026-04-25T00:39:29.184Z Downloaded cstr-argument v0.1.2
8962026-04-25T00:39:29.186Z Downloaded base16ct v0.2.0
8972026-04-25T00:39:29.186Z Downloaded embedded-io v0.6.1
8982026-04-25T00:39:29.189Z Downloaded crucible-workspace-hack v0.1.0
8992026-04-25T00:39:29.189Z Downloaded crc8 v0.1.1
9002026-04-25T00:39:29.192Z Downloaded libscf-sys v1.1.0
9012026-04-25T00:39:29.192Z Downloaded fxhash v0.2.1
9022026-04-25T00:39:29.192Z Downloaded displaydoc v0.2.5
9032026-04-25T00:39:29.195Z Downloaded libsw-core v0.3.2
9042026-04-25T00:39:29.198Z Downloaded libsw v3.5.0
9052026-04-25T00:39:29.198Z Downloaded num-conv v0.2.1
9062026-04-25T00:39:29.201Z Downloaded ff v0.13.1
9072026-04-25T00:39:29.201Z Downloaded dtrace-parser v0.3.0
9082026-04-25T00:39:29.203Z Downloaded darling_macro v0.21.3
9092026-04-25T00:39:29.203Z Downloaded dof v0.4.0
9102026-04-25T00:39:29.206Z Downloaded icu_provider v2.1.1
9112026-04-25T00:39:29.206Z Downloaded gethostname v0.5.0
9122026-04-25T00:39:29.209Z Downloaded fastrand v2.3.0
9132026-04-25T00:39:29.209Z Downloaded bcs v0.1.6
9142026-04-25T00:39:29.212Z Downloaded defmt-parser v1.0.0
9152026-04-25T00:39:29.212Z Downloaded instant v0.1.13
9162026-04-25T00:39:29.216Z Downloaded internet-checksum v0.2.1
9172026-04-25T00:39:29.216Z Downloaded ciborium-ll v0.2.2
9182026-04-25T00:39:29.219Z Downloaded memoffset v0.9.1
9192026-04-25T00:39:29.219Z Downloaded compression-core v0.4.31
9202026-04-25T00:39:29.219Z Downloaded is-terminal v0.4.17
9212026-04-25T00:39:29.222Z Downloaded ingot-macros v0.1.1
9222026-04-25T00:39:29.222Z Downloaded num-derive v0.3.3
9232026-04-25T00:39:29.225Z Downloaded arrayref v0.3.9
9242026-04-25T00:39:29.225Z Downloaded hubpack_derive v0.1.1
9252026-04-25T00:39:29.228Z Downloaded num_threads v0.1.7
9262026-04-25T00:39:29.228Z Downloaded idna_adapter v1.2.1
9272026-04-25T00:39:29.228Z Downloaded num-iter v0.1.45
9282026-04-25T00:39:29.230Z Downloaded newtype-uuid-macros v0.1.0
9292026-04-25T00:39:29.230Z Downloaded httpdate v1.0.3
9302026-04-25T00:39:29.234Z Downloaded dof v0.3.0
9312026-04-25T00:39:29.234Z Downloaded base16ct v1.0.0
9322026-04-25T00:39:29.237Z Downloaded no-std-compat v0.4.1
9332026-04-25T00:39:29.237Z Downloaded num-derive v0.4.2
9342026-04-25T00:39:29.237Z Downloaded dropshot-api-manager-types v0.7.0
9352026-04-25T00:39:29.240Z Downloaded defmt v0.3.100
9362026-04-25T00:39:29.240Z Downloaded const-random v0.1.18
9372026-04-25T00:39:29.240Z Downloaded managed v0.8.0
9382026-04-25T00:39:29.243Z Downloaded match_cfg v0.1.0
9392026-04-25T00:39:29.243Z Downloaded hubpack v0.1.2
9402026-04-25T00:39:29.243Z Downloaded glob v0.3.3
9412026-04-25T00:39:29.246Z Downloaded num_enum_derive v0.5.11
9422026-04-25T00:39:29.246Z Downloaded cpufeatures v0.3.0
9432026-04-25T00:39:29.253Z Downloaded const-random-macro v0.1.16
9442026-04-25T00:39:29.253Z Downloaded keccak v0.1.6
9452026-04-25T00:39:29.277Z Downloaded ciborium-io v0.2.2
9462026-04-25T00:39:29.277Z Downloaded git-stub-vcs v0.1.0
9472026-04-25T00:39:29.277Z Downloaded linear-map v1.2.0
9482026-04-25T00:39:29.277Z Downloaded csv-core v0.1.13
9492026-04-25T00:39:29.277Z Downloaded inout v0.1.4
9502026-04-25T00:39:29.277Z Downloaded ident_case v1.0.1
9512026-04-25T00:39:29.283Z Downloaded crossbeam-deque v0.8.6
9522026-04-25T00:39:29.283Z Downloaded crunchy v0.2.4
9532026-04-25T00:39:29.283Z Downloaded compression-codecs v0.4.37
9542026-04-25T00:39:29.283Z Downloaded num-rational v0.4.2
9552026-04-25T00:39:29.283Z Downloaded erased-serde v0.3.31
9562026-04-25T00:39:29.283Z Downloaded cookie v0.18.1
9572026-04-25T00:39:29.283Z Downloaded chacha20 v0.9.1
9582026-04-25T00:39:29.283Z Downloaded opaque-debug v0.3.1
9592026-04-25T00:39:29.283Z Downloaded indicatif v0.18.4
9602026-04-25T00:39:29.283Z Downloaded hmac v0.12.1
9612026-04-25T00:39:29.283Z Downloaded omicron-workspace-hack v0.1.0
9622026-04-25T00:39:29.283Z Downloaded olpc-cjson v0.1.4
9632026-04-25T00:39:29.283Z Downloaded defmt-macros v1.0.1
9642026-04-25T00:39:29.283Z Downloaded parse-display v0.10.0
9652026-04-25T00:39:29.283Z Downloaded mime v0.3.17
9662026-04-25T00:39:29.283Z Downloaded lru-cache v0.1.2
9672026-04-25T00:39:29.283Z Downloaded heck v0.4.1
9682026-04-25T00:39:29.286Z Downloaded daft-derive v0.1.5
9692026-04-25T00:39:29.286Z Downloaded num v0.4.3
9702026-04-25T00:39:29.286Z Downloaded fixedbitset v0.4.2
9712026-04-25T00:39:29.291Z Downloaded newtype_derive v0.1.6
9722026-04-25T00:39:29.291Z Downloaded memmap v0.7.0
9732026-04-25T00:39:29.291Z Downloaded potential_utf v0.1.4
9742026-04-25T00:39:29.296Z Downloaded plain v0.2.3
9752026-04-25T00:39:29.296Z Downloaded phf_shared v0.12.1
9762026-04-25T00:39:29.296Z Downloaded deranged v0.5.8
9772026-04-25T00:39:29.301Z Downloaded hostname v0.3.1
9782026-04-25T00:39:29.301Z Downloaded foreign-types-shared v0.3.1
9792026-04-25T00:39:29.301Z Downloaded natord v1.0.9
9802026-04-25T00:39:29.301Z Downloaded parse-display-derive v0.10.0
9812026-04-25T00:39:29.301Z Downloaded defmt v1.0.1
9822026-04-25T00:39:29.305Z Downloaded enum-as-inner v0.6.1
9832026-04-25T00:39:29.305Z Downloaded float-ord v0.3.2
9842026-04-25T00:39:29.305Z Downloaded constant_time_eq v0.4.2
9852026-04-25T00:39:29.313Z Downloaded cipher v0.4.4
9862026-04-25T00:39:29.313Z Downloaded dunce v1.0.5
9872026-04-25T00:39:29.313Z Downloaded argon2 v0.5.3
9882026-04-25T00:39:29.313Z Downloaded data-encoding v2.10.0
9892026-04-25T00:39:29.318Z Downloaded bytecount v0.6.9
9902026-04-25T00:39:29.319Z Downloaded proc-macro-error-attr v1.0.4
9912026-04-25T00:39:29.319Z Downloaded proc-macro-crate v3.5.0
9922026-04-25T00:39:29.319Z Downloaded pretty-hex v0.4.2
9932026-04-25T00:39:29.319Z Downloaded powerfmt v0.2.0
9942026-04-25T00:39:29.319Z Downloaded num_enum_derive v0.7.6
9952026-04-25T00:39:29.322Z Downloaded derive-ex v0.1.8
9962026-04-25T00:39:29.322Z Downloaded highway v1.3.0
9972026-04-25T00:39:29.322Z Downloaded proc-macro-error-attr2 v2.0.0
9982026-04-25T00:39:29.322Z Downloaded diff v0.1.13
9992026-04-25T00:39:29.322Z Downloaded progenitor-client v0.10.0
10002026-04-25T00:39:29.326Z Downloaded critical-section v1.2.0
10012026-04-25T00:39:29.326Z Downloaded rand_xorshift v0.4.0
10022026-04-25T00:39:29.327Z Downloaded rand_chacha v0.3.1
10032026-04-25T00:39:29.329Z Downloaded progenitor-macro v0.13.0
10042026-04-25T00:39:29.329Z Downloaded progenitor-macro v0.11.2
10052026-04-25T00:39:29.329Z Downloaded progenitor-macro v0.10.0
10062026-04-25T00:39:29.329Z Downloaded proc-macro-crate v1.3.1
10072026-04-25T00:39:29.329Z Downloaded backon v1.6.0
10082026-04-25T00:39:29.332Z Downloaded group v0.13.0
10092026-04-25T00:39:29.338Z Downloaded byteorder v1.5.0
10102026-04-25T00:39:29.338Z Downloaded num_enum v0.7.6
10112026-04-25T00:39:29.342Z Downloaded oxide-tokio-rt v0.1.3
10122026-04-25T00:39:29.342Z Downloaded ingot-types v0.1.2
10132026-04-25T00:39:29.342Z Downloaded num-integer v0.1.46
10142026-04-25T00:39:29.342Z Downloaded hyper-rustls v0.27.7
10152026-04-25T00:39:29.345Z Downloaded ingot v0.1.1
10162026-04-25T00:39:29.345Z Downloaded num_enum v0.5.11
10172026-04-25T00:39:29.350Z Downloaded num-complex v0.4.6
10182026-04-25T00:39:29.350Z Downloaded const_format_proc_macros v0.2.34
10192026-04-25T00:39:29.353Z Downloaded ipnetwork v0.21.1
10202026-04-25T00:39:29.353Z Downloaded poly1305 v0.8.0
10212026-04-25T00:39:29.353Z Downloaded paste v1.0.15
10222026-04-25T00:39:29.356Z Downloaded pkg-config v0.3.32
10232026-04-25T00:39:29.356Z Downloaded phf v0.12.1
10242026-04-25T00:39:29.359Z Downloaded same-file v1.0.6
10252026-04-25T00:39:29.359Z Downloaded parking_lot v0.11.2
10262026-04-25T00:39:29.362Z Downloaded password-hash v0.5.0
10272026-04-25T00:39:29.362Z Downloaded ref-cast v1.0.25
10282026-04-25T00:39:29.365Z Downloaded clap_derive v4.6.0
10292026-04-25T00:39:29.365Z Downloaded fs_extra v1.3.0
10302026-04-25T00:39:29.368Z Downloaded dyn-clone v1.0.20
10312026-04-25T00:39:29.368Z Downloaded dtrace-parser v0.2.0
10322026-04-25T00:39:29.368Z Downloaded rustc_version v0.1.7
10332026-04-25T00:39:29.368Z Downloaded drift v0.1.3
10342026-04-25T00:39:29.371Z Downloaded chacha20 v0.10.0
10352026-04-25T00:39:29.374Z Downloaded daft v0.1.5
10362026-04-25T00:39:29.374Z Downloaded console v0.16.3
10372026-04-25T00:39:29.377Z Downloaded cmake v0.1.58
10382026-04-25T00:39:29.377Z Downloaded crossbeam-epoch v0.9.18
10392026-04-25T00:39:29.380Z Downloaded serial_test v3.4.0
10402026-04-25T00:39:29.380Z Downloaded litemap v0.8.1
10412026-04-25T00:39:29.383Z Downloaded secrecy v0.10.3
10422026-04-25T00:39:29.383Z Downloaded proc-macro-error v1.0.4
10432026-04-25T00:39:29.386Z Downloaded serde_spanned v1.1.0
10442026-04-25T00:39:29.386Z Downloaded progenitor-extras v0.1.1
10452026-04-25T00:39:29.386Z Downloaded progenitor-client v0.11.2
10462026-04-25T00:39:29.389Z Downloaded progenitor v0.13.0
10472026-04-25T00:39:29.389Z Downloaded progenitor v0.10.0
10482026-04-25T00:39:29.389Z Downloaded semver v0.1.20
10492026-04-25T00:39:29.392Z Downloaded serde_repr v0.1.20
10502026-04-25T00:39:29.392Z Downloaded progenitor v0.11.2
10512026-04-25T00:39:29.395Z Downloaded rand_core v0.10.0
10522026-04-25T00:39:29.395Z Downloaded darling_core v0.23.0
10532026-04-25T00:39:29.398Z Downloaded colored v3.1.1
10542026-04-25T00:39:29.398Z Downloaded quick-error v1.2.3
10552026-04-25T00:39:29.401Z Downloaded resolv-conf v0.7.6
10562026-04-25T00:39:29.401Z Downloaded slog-envlogger v2.2.0
10572026-04-25T00:39:29.401Z Downloaded smawk v0.3.2
10582026-04-25T00:39:29.404Z Downloaded sigpipe v0.1.3
10592026-04-25T00:39:29.405Z Downloaded sha1 v0.10.6
10602026-04-25T00:39:29.405Z Downloaded serial_test_derive v3.4.0
10612026-04-25T00:39:29.409Z Downloaded darling_core v0.21.3
10622026-04-25T00:39:29.409Z Downloaded progenitor-client v0.13.0
10632026-04-25T00:39:29.412Z Downloaded omicron-zone-package v0.12.2
10642026-04-25T00:39:29.412Z Downloaded darling v0.23.0
10652026-04-25T00:39:29.417Z Downloaded siphasher v1.0.2
10662026-04-25T00:39:29.417Z Downloaded oxnet v0.1.4
10672026-04-25T00:39:29.421Z Downloaded rustls-pemfile v2.2.0
10682026-04-25T00:39:29.421Z Downloaded ref-cast-impl v1.0.25
10692026-04-25T00:39:29.421Z Downloaded parking_lot_core v0.8.6
10702026-04-25T00:39:29.421Z Downloaded slog-bunyan v2.5.0
10712026-04-25T00:39:29.425Z Downloaded pem v3.0.6
10722026-04-25T00:39:29.425Z Downloaded indexmap v1.9.3
10732026-04-25T00:39:29.425Z Downloaded structmeta-derive v0.3.0
10742026-04-25T00:39:29.425Z Downloaded cargo_toml v0.22.3
10752026-04-25T00:39:29.430Z Downloaded strum v0.26.3
10762026-04-25T00:39:29.430Z Downloaded papergrid v0.17.0
10772026-04-25T00:39:29.430Z Downloaded tabled_derive v0.7.0
10782026-04-25T00:39:29.436Z Downloaded rusty-fork v0.3.1
10792026-04-25T00:39:29.436Z Downloaded elliptic-curve v0.13.8
10802026-04-25T00:39:29.436Z Downloaded serde_plain v1.0.2
10812026-04-25T00:39:29.440Z Downloaded spin v0.5.2
10822026-04-25T00:39:29.440Z Downloaded ciborium v0.2.2
10832026-04-25T00:39:29.440Z Downloaded serde-big-array v0.5.1
10842026-04-25T00:39:29.440Z Downloaded scroll_derive v0.13.1
10852026-04-25T00:39:29.440Z Downloaded scroll_derive v0.12.1
10862026-04-25T00:39:29.441Z Downloaded cancel-safe-futures v0.1.5
10872026-04-25T00:39:29.445Z Downloaded structmeta v0.3.0
10882026-04-25T00:39:29.445Z Downloaded rustversion v1.0.22
10892026-04-25T00:39:29.445Z Downloaded schemars_derive v0.8.22
10902026-04-25T00:39:29.445Z Downloaded testing_table v0.3.0
10912026-04-25T00:39:29.449Z Downloaded termtree v0.5.1
10922026-04-25T00:39:29.449Z Downloaded scroll v0.13.0
10932026-04-25T00:39:29.449Z Downloaded sdd v3.0.10
10942026-04-25T00:39:29.449Z Downloaded strum v0.27.2
10952026-04-25T00:39:29.449Z Downloaded clap v4.6.0
10962026-04-25T00:39:29.454Z Downloaded tagptr v0.2.0
10972026-04-25T00:39:29.458Z Downloaded take_mut v0.2.2
10982026-04-25T00:39:29.458Z Downloaded serde_tokenstream v0.2.3
10992026-04-25T00:39:29.458Z Downloaded thiserror-impl-no-std v2.0.2
11002026-04-25T00:39:29.462Z Downloaded crossbeam-channel v0.5.15
11012026-04-25T00:39:29.462Z Downloaded thread-id v5.1.0
11022026-04-25T00:39:29.466Z Downloaded tabwriter v1.4.1
11032026-04-25T00:39:29.466Z Downloaded time-core v0.1.8
11042026-04-25T00:39:29.467Z Downloaded pest_derive v2.8.6
11052026-04-25T00:39:29.467Z Downloaded tabled_derive v0.11.0
11062026-04-25T00:39:29.471Z Downloaded half v2.7.1
11072026-04-25T00:39:29.471Z Downloaded thread-id v4.2.2
11082026-04-25T00:39:29.471Z Downloaded stable_deref_trait v1.2.1
11092026-04-25T00:39:29.471Z Downloaded scroll v0.12.0
11102026-04-25T00:39:29.471Z Downloaded proc-macro-error2 v2.0.1
11112026-04-25T00:39:29.476Z Downloaded postcard v1.1.3
11122026-04-25T00:39:29.476Z Downloaded icu_normalizer_data v2.1.1
11132026-04-25T00:39:29.476Z Downloaded smartstring v1.0.1
11142026-04-25T00:39:29.484Z Downloaded icu_properties v2.1.2
11152026-04-25T00:39:29.484Z Downloaded papergrid v0.11.0
11162026-04-25T00:39:29.488Z Downloaded slog-json v2.6.1
11172026-04-25T00:39:29.488Z Downloaded slog-dtrace v0.3.0
11182026-04-25T00:39:29.488Z Downloaded icu_locale_core v2.1.1
11192026-04-25T00:39:29.488Z Downloaded snafu-derive v0.8.9
11202026-04-25T00:39:29.488Z Downloaded smf v0.2.3
11212026-04-25T00:39:29.488Z Downloaded slog-async v2.8.0
11222026-04-25T00:39:29.493Z Downloaded rustls-pki-types v1.14.0
11232026-04-25T00:39:29.493Z Downloaded pest_generator v2.8.6
11242026-04-25T00:39:29.493Z Downloaded dropshot_endpoint v0.16.7
11252026-04-25T00:39:29.502Z Downloaded topological-sort v0.2.2
11262026-04-25T00:39:29.502Z Downloaded rustls-native-certs v0.8.3
11272026-04-25T00:39:29.502Z Downloaded slog-scope v4.4.1
11282026-04-25T00:39:29.502Z Downloaded typify-macro v0.4.3
11292026-04-25T00:39:29.502Z Downloaded slog-term v2.9.2
11302026-04-25T00:39:29.509Z Downloaded slog-stdlog v4.1.1
11312026-04-25T00:39:29.509Z Downloaded usdt v0.5.0
11322026-04-25T00:39:29.509Z Downloaded universal-hash v0.5.1
11332026-04-25T00:39:29.510Z Downloaded unit-prefix v0.5.2
11342026-04-25T00:39:29.510Z Downloaded unarray v0.1.4
11352026-04-25T00:39:29.510Z Downloaded derive_more v0.99.20
11362026-04-25T00:39:29.510Z Downloaded convert_case v0.4.0
11372026-04-25T00:39:29.510Z Downloaded newline-converter v0.3.0
11382026-04-25T00:39:29.510Z Downloaded usdt v0.6.0
11392026-04-25T00:39:29.510Z Downloaded dropshot_endpoint v0.17.0
11402026-04-25T00:39:29.517Z Downloaded strum_macros v0.26.4
11412026-04-25T00:39:29.517Z Downloaded synstructure v0.13.2
11422026-04-25T00:39:29.517Z Downloaded heapless v0.8.0
11432026-04-25T00:39:29.517Z Downloaded typify-macro v0.6.1
11442026-04-25T00:39:29.517Z Downloaded untrusted v0.7.1
11452026-04-25T00:39:29.517Z Downloaded wait-timeout v0.2.1
11462026-04-25T00:39:29.522Z Downloaded chacha20poly1305 v0.10.1
11472026-04-25T00:39:29.522Z Downloaded utf-8 v0.7.6
11482026-04-25T00:39:29.522Z Downloaded usdt-attr-macro v0.6.0
11492026-04-25T00:39:29.522Z Downloaded memmap2 v0.9.10
11502026-04-25T00:39:29.522Z Downloaded jiff-static v0.2.23
11512026-04-25T00:39:29.522Z Downloaded progenitor-impl v0.11.2
11522026-04-25T00:39:29.522Z Downloaded waitgroup v0.1.2
11532026-04-25T00:39:29.522Z Downloaded usdt-macro v0.6.0
11542026-04-25T00:39:29.522Z Downloaded usdt-macro v0.5.0
11552026-04-25T00:39:29.529Z Downloaded serde_with_macros v3.18.0
11562026-04-25T00:39:29.529Z Downloaded serde_derive_internals v0.29.1
11572026-04-25T00:39:29.529Z Downloaded progenitor-impl v0.10.0
11582026-04-25T00:39:29.529Z Downloaded foldhash v0.2.0
11592026-04-25T00:39:29.529Z Downloaded crossbeam-utils v0.8.21
11602026-04-25T00:39:29.534Z Downloaded tokio-rustls v0.25.0
11612026-04-25T00:39:29.534Z Downloaded usdt-attr-macro v0.5.0
11622026-04-25T00:39:29.534Z Downloaded tinystr v0.8.2
11632026-04-25T00:39:29.534Z Downloaded arc-swap v1.9.0
11642026-04-25T00:39:29.534Z Downloaded async-compression v0.4.41
11652026-04-25T00:39:29.538Z Downloaded zerofrom v0.1.6
11662026-04-25T00:39:29.538Z Downloaded yoke-derive v0.8.1
11672026-04-25T00:39:29.538Z Downloaded tokio-tungstenite v0.21.0
11682026-04-25T00:39:29.542Z Downloaded thiserror-no-std v2.0.2
11692026-04-25T00:39:29.542Z Downloaded indexmap v2.13.0
11702026-04-25T00:39:29.547Z Downloaded time-macros v0.2.27
11712026-04-25T00:39:29.551Z Downloaded zeroize_derive v1.4.3
11722026-04-25T00:39:29.551Z Downloaded zerofrom-derive v0.1.6
11732026-04-25T00:39:29.551Z Downloaded rustls-platform-verifier v0.6.2
11742026-04-25T00:39:29.555Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11752026-04-25T00:39:29.555Z Downloaded tokio-dtrace v0.1.1
11762026-04-25T00:39:29.555Z Downloaded tiny-keccak v2.0.2
11772026-04-25T00:39:29.555Z Downloaded expectorate v1.2.0
11782026-04-25T00:39:29.560Z Downloaded toml_writer v1.1.0+spec-1.1.0
11792026-04-25T00:39:29.569Z Downloaded zone v0.3.1
11802026-04-25T00:39:29.569Z Downloaded const_format v0.2.35
11812026-04-25T00:39:29.576Z Downloaded zone_cfg_derive v0.3.1
11822026-04-25T00:39:29.576Z Downloaded cc v1.2.58
11832026-04-25T00:39:29.576Z Downloaded base64 v0.21.7
11842026-04-25T00:39:29.580Z Downloaded serde_yaml v0.9.34+deprecated
11852026-04-25T00:39:29.580Z Downloaded usdt-impl v0.6.0
11862026-04-25T00:39:29.580Z Downloaded usdt-impl v0.5.0
11872026-04-25T00:39:29.580Z Downloaded icu_collections v2.1.1
11882026-04-25T00:39:29.585Z Downloaded term v1.2.1
11892026-04-25T00:39:29.585Z Downloaded spin v0.9.8
11902026-04-25T00:39:29.590Z Downloaded whoami v1.6.1
11912026-04-25T00:39:29.590Z Downloaded prettyplease v0.2.37
11922026-04-25T00:39:29.590Z Downloaded xz2 v0.1.7
11932026-04-25T00:39:29.590Z Downloaded vsss-rs v3.3.4
11942026-04-25T00:39:29.594Z Downloaded walkdir v2.5.0
11952026-04-25T00:39:29.594Z Downloaded openssl-sys v0.9.112
11962026-04-25T00:39:29.594Z Downloaded thin-vec v0.2.14
11972026-04-25T00:39:29.599Z Downloaded minimal-lexical v0.2.1
11982026-04-25T00:39:29.599Z Downloaded hickory-resolver v0.24.4
11992026-04-25T00:39:29.604Z Downloaded progenitor-impl v0.13.0
12002026-04-25T00:39:29.604Z Downloaded writeable v0.6.2
12012026-04-25T00:39:29.604Z Downloaded toml_datetime v1.1.0+spec-1.1.0
12022026-04-25T00:39:29.604Z Downloaded pest_meta v2.8.6
12032026-04-25T00:39:29.612Z Downloaded yoke v0.8.1
12042026-04-25T00:39:29.612Z Downloaded toml_parser v1.1.0+spec-1.1.0
12052026-04-25T00:39:29.612Z Downloaded strum_macros v0.27.2
12062026-04-25T00:39:29.612Z Downloaded slog v2.8.2
12072026-04-25T00:39:29.617Z Downloaded ucd-trie v0.1.7
12082026-04-25T00:39:29.617Z Downloaded rhai_codegen v3.1.0
12092026-04-25T00:39:29.617Z Downloaded schemars v0.8.22
12102026-04-25T00:39:29.621Z Downloaded test-strategy v0.4.5
12112026-04-25T00:39:29.625Z Downloaded rand v0.8.5
12122026-04-25T00:39:29.625Z Downloaded rayon-core v1.13.0
12132026-04-25T00:39:29.629Z Downloaded hashbrown v0.12.3
12142026-04-25T00:39:29.638Z Downloaded snafu v0.8.9
12152026-04-25T00:39:29.647Z Downloaded schemars v0.9.0
12162026-04-25T00:39:29.651Z Downloaded typify v0.4.3
12172026-04-25T00:39:29.651Z Downloaded qorb v0.4.1
12182026-04-25T00:39:29.655Z Downloaded zerocopy-derive v0.7.35
12192026-04-25T00:39:29.655Z Downloaded crypto-bigint v0.5.5
12202026-04-25T00:39:29.660Z Downloaded toml v0.9.12+spec-1.1.0
12212026-04-25T00:39:29.664Z Downloaded blake3 v1.8.4
12222026-04-25T00:39:29.668Z Downloaded toml_edit v0.25.8+spec-1.1.0
12232026-04-25T00:39:29.668Z Downloaded schemars v1.2.1
12242026-04-25T00:39:29.673Z Downloaded zerovec-derive v0.11.2
12252026-04-25T00:39:29.681Z Downloaded unsafe-libyaml v0.2.11
12262026-04-25T00:39:29.681Z Downloaded typify v0.6.1
12272026-04-25T00:39:29.685Z Downloaded uuid v1.23.0
12282026-04-25T00:39:29.685Z Downloaded rand v0.9.2
12292026-04-25T00:39:29.685Z Downloaded toml v0.7.8
12302026-04-25T00:39:29.685Z Downloaded rustls-webpki v0.103.10
12312026-04-25T00:39:29.688Z Downloaded similar v2.7.0
12322026-04-25T00:39:29.688Z Downloaded zerotrie v0.2.3
12332026-04-25T00:39:29.688Z Downloaded hickory-resolver v0.25.2
12342026-04-25T00:39:29.693Z Downloaded toml v1.1.0+spec-1.1.0
12352026-04-25T00:39:29.697Z Downloaded nom v8.0.0
12362026-04-25T00:39:29.697Z Downloaded typenum v1.19.0
12372026-04-25T00:39:29.701Z Downloaded tungstenite v0.21.0
12382026-04-25T00:39:29.701Z Downloaded pest v2.8.6
12392026-04-25T00:39:29.706Z Downloaded steno v0.4.1
12402026-04-25T00:39:29.706Z Downloaded nom v7.1.3
12412026-04-25T00:39:29.710Z Downloaded icu_normalizer v2.1.1
12422026-04-25T00:39:29.710Z Downloaded pretty_assertions v1.4.1
12432026-04-25T00:39:29.715Z Downloaded zerocopy-derive v0.8.48
12442026-04-25T00:39:29.722Z Downloaded toml_edit v0.19.15
12452026-04-25T00:39:29.727Z Downloaded yansi v1.0.1
12462026-04-25T00:39:29.734Z Downloaded scc v2.4.0
12472026-04-25T00:39:29.734Z Downloaded goblin v0.8.2
12482026-04-25T00:39:29.739Z Downloaded aws-lc-rs v1.16.2
12492026-04-25T00:39:29.771Z Downloaded typed-path v0.9.3
12502026-04-25T00:39:29.772Z Downloaded itertools v0.12.1
12512026-04-25T00:39:29.777Z Downloaded rand v0.10.1
12522026-04-25T00:39:29.777Z Downloaded icu_properties_data v2.1.2
12532026-04-25T00:39:29.777Z Downloaded dropshot-api-manager v0.7.0
12542026-04-25T00:39:29.777Z Downloaded hashbrown v0.16.1
12552026-04-25T00:39:29.777Z Downloaded libm v0.2.16
12562026-04-25T00:39:29.777Z Downloaded moka v0.12.15
12572026-04-25T00:39:29.777Z Downloaded tough v0.20.0
12582026-04-25T00:39:29.782Z Downloaded zerovec v0.11.5
12592026-04-25T00:39:29.782Z Downloaded iddqd v0.3.17
12602026-04-25T00:39:29.792Z Downloaded reqwest v0.13.2
12612026-04-25T00:39:29.819Z Downloaded zerocopy v0.7.35
12622026-04-25T00:39:29.826Z Downloaded hkdf v0.12.4
12632026-04-25T00:39:29.833Z Downloaded tabled v0.15.0
12642026-04-25T00:39:29.841Z Downloaded rayon v1.11.0
12652026-04-25T00:39:29.850Z Downloaded time v0.3.47
12662026-04-25T00:39:29.856Z Downloaded syn v1.0.109
12672026-04-25T00:39:29.860Z Downloaded proptest v1.11.0
12682026-04-25T00:39:29.866Z Downloaded winnow v0.5.40
12692026-04-25T00:39:29.872Z Downloaded webpki-roots v1.0.6
12702026-04-25T00:39:29.876Z Downloaded tabled v0.20.0
12712026-04-25T00:39:29.881Z Downloaded serde_with v3.18.0
12722026-04-25T00:39:29.887Z Downloaded winnow v1.0.1
12732026-04-25T00:39:29.894Z Downloaded smoltcp v0.11.0
12742026-04-25T00:39:29.898Z Downloaded openssl v0.10.76
12752026-04-25T00:39:29.905Z Downloaded rhai v1.24.0
12762026-04-25T00:39:29.911Z Downloaded dropshot v0.17.0
12772026-04-25T00:39:29.921Z Downloaded dropshot v0.16.7
12782026-04-25T00:39:29.937Z Downloaded goblin v0.10.5
12792026-04-25T00:39:29.940Z Downloaded rustls-webpki v0.102.8
12802026-04-25T00:39:29.992Z Downloaded nix v0.31.2
12812026-04-25T00:39:29.999Z Downloaded rustls v0.22.4
12822026-04-25T00:39:30.006Z Downloaded rustls v0.23.37
12832026-04-25T00:39:30.020Z Downloaded openapiv3 v2.2.0
12842026-04-25T00:39:30.026Z Downloaded hickory-proto v0.24.4
12852026-04-25T00:39:30.033Z Downloaded chrono-tz v0.10.4
12862026-04-25T00:39:30.043Z Downloaded regress v0.10.5
12872026-04-25T00:39:30.048Z Downloaded jiff v0.2.23
12882026-04-25T00:39:30.057Z Downloaded hickory-proto v0.25.2
12892026-04-25T00:39:30.066Z Downloaded csv v1.4.0
12902026-04-25T00:39:30.078Z Downloaded tokio v1.52.0
12912026-04-25T00:39:30.099Z Downloaded typify-impl v0.6.1
12922026-04-25T00:39:30.109Z Downloaded typify-impl v0.4.3
12932026-04-25T00:39:30.113Z Downloaded sled v0.34.7
12942026-04-25T00:39:30.147Z Downloaded petgraph v0.6.5
12952026-04-25T00:39:30.168Z Downloaded lzma-sys v0.1.20
12962026-04-25T00:39:30.185Z Downloaded sha3 v0.10.8
12972026-04-25T00:39:30.218Z Downloaded encoding_rs v0.8.35
12982026-04-25T00:39:30.650Z Downloaded aws-lc-sys v0.39.1
12992026-04-25T00:39:31.510Z Compiling proc-macro2 v1.0.106
13002026-04-25T00:39:31.510Z Compiling unicode-ident v1.0.24
13012026-04-25T00:39:31.510Z Compiling quote v1.0.45
13022026-04-25T00:39:31.510Z Compiling serde_core v1.0.228
13032026-04-25T00:39:31.510Z Compiling cfg-if v1.0.4
13042026-04-25T00:39:31.513Z Compiling serde v1.0.228
13052026-04-25T00:39:31.514Z Compiling libc v0.2.186
13062026-04-25T00:39:31.514Z Compiling memchr v2.8.0
13072026-04-25T00:39:31.709Z Compiling itoa v1.0.18
13082026-04-25T00:39:31.907Z Compiling smallvec v1.15.1
13092026-04-25T00:39:31.910Z Compiling zmij v1.0.21
13102026-04-25T00:39:31.937Z Compiling serde_json v1.0.149
13112026-04-25T00:39:32.100Z Compiling autocfg v1.5.0
13122026-04-25T00:39:32.161Z Compiling libm v0.2.16
13132026-04-25T00:39:32.303Z Compiling version_check v0.9.5
13142026-04-25T00:39:32.398Z Compiling stable_deref_trait v1.2.1
13152026-04-25T00:39:32.442Z Compiling pin-project-lite v0.2.17
13162026-04-25T00:39:32.473Z Compiling percent-encoding v2.3.2
13172026-04-25T00:39:32.482Z Compiling litemap v0.8.1
13182026-04-25T00:39:32.492Z Compiling writeable v0.6.2
13192026-04-25T00:39:32.529Z Compiling icu_properties_data v2.1.2
13202026-04-25T00:39:32.668Z Compiling icu_normalizer_data v2.1.1
13212026-04-25T00:39:32.671Z Compiling iana-time-zone v0.1.65
13222026-04-25T00:39:32.677Z Compiling parking_lot_core v0.9.12
13232026-04-25T00:39:32.737Z Compiling syn v2.0.117
13242026-04-25T00:39:32.891Z Compiling scopeguard v1.2.0
13252026-04-25T00:39:32.900Z Compiling equivalent v1.0.2
13262026-04-25T00:39:32.937Z Compiling form_urlencoded v1.2.2
13272026-04-25T00:39:32.974Z Compiling lock_api v0.4.14
13282026-04-25T00:39:32.976Z Compiling utf8_iter v1.0.4
13292026-04-25T00:39:32.993Z Compiling foldhash v0.2.0
13302026-04-25T00:39:32.996Z Compiling allocator-api2 v0.2.21
13312026-04-25T00:39:33.108Z Compiling dyn-clone v1.0.20
13322026-04-25T00:39:33.127Z Compiling num-traits v0.2.19
13332026-04-25T00:39:33.191Z Compiling jobserver v0.1.34
13342026-04-25T00:39:33.244Z Compiling shlex v1.3.0
13352026-04-25T00:39:33.256Z Compiling find-msvc-tools v0.1.9
13362026-04-25T00:39:33.340Z Compiling hashbrown v0.16.1
13372026-04-25T00:39:33.423Z Compiling cc v1.2.58
13382026-04-25T00:39:33.479Z Compiling log v0.4.29
13392026-04-25T00:39:33.498Z Compiling errno v0.3.14
13402026-04-25T00:39:33.650Z Compiling semver v1.0.28
13412026-04-25T00:39:33.670Z Compiling futures-core v0.3.32
13422026-04-25T00:39:33.770Z Compiling rand_core v0.10.0
13432026-04-25T00:39:33.813Z Compiling getrandom v0.4.2
13442026-04-25T00:39:33.916Z Compiling thiserror v2.0.18
13452026-04-25T00:39:33.925Z Compiling indexmap v2.13.0
13462026-04-25T00:39:33.987Z Compiling zerocopy v0.8.48
13472026-04-25T00:39:34.111Z Compiling heck v0.5.0
13482026-04-25T00:39:34.256Z Compiling futures-sink v0.3.32
13492026-04-25T00:39:34.355Z Compiling slab v0.4.12
13502026-04-25T00:39:34.368Z Compiling fnv v1.0.7
13512026-04-25T00:39:34.408Z Compiling uuid v1.23.0
13522026-04-25T00:39:34.434Z Compiling futures-channel v0.3.32
13532026-04-25T00:39:34.466Z Compiling rustversion v1.0.22
13542026-04-25T00:39:34.526Z Compiling typenum v1.19.0
13552026-04-25T00:39:34.544Z Compiling futures-task v0.3.32
13562026-04-25T00:39:34.646Z Compiling futures-io v0.3.32
13572026-04-25T00:39:34.657Z Compiling schemars v0.8.22
13582026-04-25T00:39:34.840Z Compiling socket2 v0.6.3
13592026-04-25T00:39:34.880Z Compiling getrandom v0.2.17
13602026-04-25T00:39:34.883Z Compiling portable-atomic v1.13.1
13612026-04-25T00:39:34.945Z Compiling parking_lot v0.12.5
13622026-04-25T00:39:35.028Z Compiling signal-hook-registry v1.4.8
13632026-04-25T00:39:35.069Z Compiling mio v1.2.0
13642026-04-25T00:39:35.285Z Compiling bitflags v2.11.0
13652026-04-25T00:39:35.329Z Compiling critical-section v1.2.0
13662026-04-25T00:39:35.349Z Compiling subtle v2.6.1
13672026-04-25T00:39:35.433Z Compiling base64 v0.22.1
13682026-04-25T00:39:35.472Z Compiling untrusted v0.9.0
13692026-04-25T00:39:35.472Z Compiling byteorder v1.5.0
13702026-04-25T00:39:35.512Z Compiling rand_core v0.6.4
13712026-04-25T00:39:35.524Z Compiling synstructure v0.13.2
13722026-04-25T00:39:35.587Z Compiling serde_derive_internals v0.29.1
13732026-04-25T00:39:35.598Z Compiling cmake v0.1.58
13742026-04-25T00:39:35.700Z Compiling dunce v1.0.5
13752026-04-25T00:39:35.732Z Compiling fs_extra v1.3.0
13762026-04-25T00:39:35.762Z Compiling ipnet v2.12.0
13772026-04-25T00:39:35.790Z Compiling once_cell v1.21.4
13782026-04-25T00:39:35.893Z Compiling regex-syntax v0.8.10
13792026-04-25T00:39:35.941Z Compiling strsim v0.11.1
13802026-04-25T00:39:35.991Z Compiling aws-lc-sys v0.39.1
13812026-04-25T00:39:36.006Z Compiling httparse v1.10.1
13822026-04-25T00:39:36.036Z Compiling rustix v1.1.4
13832026-04-25T00:39:36.311Z Compiling atomic-waker v1.1.2
13842026-04-25T00:39:36.346Z Compiling slog v2.8.2
13852026-04-25T00:39:36.350Z Compiling generic-array v0.14.7
13862026-04-25T00:39:36.407Z Compiling tower-service v0.3.3
13872026-04-25T00:39:36.431Z Compiling ucd-trie v0.1.7
13882026-04-25T00:39:36.495Z Compiling tower-layer v0.3.3
13892026-04-25T00:39:36.571Z Compiling thiserror v1.0.69
13902026-04-25T00:39:36.612Z Compiling pest v2.8.6
13912026-04-25T00:39:36.658Z Compiling try-lock v0.2.5
13922026-04-25T00:39:36.744Z Compiling want v0.3.1
13932026-04-25T00:39:36.763Z Compiling ryu v1.0.23
13942026-04-25T00:39:36.809Z Compiling serde_derive v1.0.228
13952026-04-25T00:39:36.845Z Compiling zerofrom-derive v0.1.6
13962026-04-25T00:39:36.879Z Compiling yoke-derive v0.8.1
13972026-04-25T00:39:36.912Z Compiling zerovec-derive v0.11.2
13982026-04-25T00:39:36.940Z Compiling displaydoc v0.2.5
13992026-04-25T00:39:36.950Z Compiling tokio-macros v2.7.0
14002026-04-25T00:39:37.678Z Compiling schemars_derive v0.8.22
14012026-04-25T00:39:37.681Z Compiling thiserror-impl v2.0.18
14022026-04-25T00:39:37.873Z Compiling zerocopy-derive v0.8.48
14032026-04-25T00:39:37.908Z Compiling zeroize_derive v1.4.3
14042026-04-25T00:39:38.014Z Compiling futures-macro v0.3.32
14052026-04-25T00:39:38.035Z Compiling zerofrom v0.1.6
14062026-04-25T00:39:38.153Z Compiling yoke v0.8.1
14072026-04-25T00:39:38.329Z Compiling zerovec v0.11.5
14082026-04-25T00:39:38.565Z Compiling zerotrie v0.2.3
14092026-04-25T00:39:38.575Z Compiling zeroize v1.8.2
14102026-04-25T00:39:38.771Z Compiling tinystr v0.8.2
14112026-04-25T00:39:38.820Z Compiling potential_utf v0.1.4
14122026-04-25T00:39:38.831Z Compiling futures-util v0.3.32
14132026-04-25T00:39:38.967Z Compiling icu_locale_core v2.1.1
14142026-04-25T00:39:38.979Z Compiling icu_collections v2.1.1
14152026-04-25T00:39:39.008Z Compiling thiserror-impl v1.0.69
14162026-04-25T00:39:39.467Z Compiling pest_meta v2.8.6
14172026-04-25T00:39:39.513Z Compiling httpdate v1.0.3
14182026-04-25T00:39:39.797Z Compiling icu_provider v2.1.1
14192026-04-25T00:39:39.937Z Compiling getrandom v0.3.4
14202026-04-25T00:39:40.044Z Compiling bytes v1.11.1
14212026-04-25T00:39:40.100Z Compiling icu_properties v2.1.2
14222026-04-25T00:39:40.165Z Compiling icu_normalizer v2.1.1
14232026-04-25T00:39:40.271Z Compiling chrono v0.4.44
14242026-04-25T00:39:40.674Z Compiling http v1.4.0
14252026-04-25T00:39:40.746Z Compiling tokio v1.52.0
14262026-04-25T00:39:40.786Z Compiling serde_tokenstream v0.2.3
14272026-04-25T00:39:41.064Z Compiling idna_adapter v1.2.1
14282026-04-25T00:39:41.163Z Compiling idna v1.1.0
14292026-04-25T00:39:41.197Z Compiling erased-serde v0.3.31
14302026-04-25T00:39:41.339Z Compiling http-body v1.0.1
14312026-04-25T00:39:41.489Z Compiling url v2.5.8
14322026-04-25T00:39:41.694Z Compiling pest_generator v2.8.6
14332026-04-25T00:39:41.770Z Compiling pretty-hex v0.4.2
14342026-04-25T00:39:41.900Z Compiling plain v0.2.3
14352026-04-25T00:39:41.922Z Compiling paste v1.0.15
14362026-04-25T00:39:42.048Z Compiling ppv-lite86 v0.2.21
14372026-04-25T00:39:42.214Z Compiling crypto-common v0.1.7
14382026-04-25T00:39:42.241Z Compiling omicron-workspace-hack v0.1.0
14392026-04-25T00:39:42.299Z Compiling pest_derive v2.8.6
14402026-04-25T00:39:42.339Z Compiling ident_case v1.0.1
14412026-04-25T00:39:42.360Z Compiling tracing-attributes v0.1.31
14422026-04-25T00:39:42.453Z Compiling tracing-core v0.1.36
14432026-04-25T00:39:42.526Z Compiling http-body-util v0.1.3
14442026-04-25T00:39:42.759Z Compiling serde_urlencoded v0.7.1
14452026-04-25T00:39:42.814Z Compiling ipnetwork v0.21.1
14462026-04-25T00:39:42.825Z Compiling daft-derive v0.1.5
14472026-04-25T00:39:42.993Z Compiling sync_wrapper v1.0.2
14482026-04-25T00:39:43.046Z Compiling fastrand v2.3.0
14492026-04-25T00:39:43.094Z Compiling aho-corasick v1.1.4
14502026-04-25T00:39:43.235Z Compiling winnow v1.0.1
14512026-04-25T00:39:43.313Z Compiling rustls-pki-types v1.14.0
14522026-04-25T00:39:43.449Z Compiling async-trait v0.1.89
14532026-04-25T00:39:43.546Z Compiling ring v0.17.14
14542026-04-25T00:39:43.549Z Compiling tracing v0.1.44
14552026-04-25T00:39:43.781Z Compiling anyhow v1.0.102
14562026-04-25T00:39:44.000Z Compiling regex-automata v0.4.14
14572026-04-25T00:39:44.040Z Compiling iri-string v0.7.12
14582026-04-25T00:39:44.091Z Compiling time-core v0.1.8
14592026-04-25T00:39:44.232Z Compiling num-conv v0.2.1
14602026-04-25T00:39:44.288Z Compiling cpufeatures v0.2.17
14612026-04-25T00:39:44.357Z Compiling powerfmt v0.2.0
14622026-04-25T00:39:44.372Z Compiling time-macros v0.2.27
14632026-04-25T00:39:44.561Z Compiling deranged v0.5.8
14642026-04-25T00:39:44.801Z Compiling block-buffer v0.10.4
14652026-04-25T00:39:44.947Z Compiling scroll_derive v0.13.1
14662026-04-25T00:39:45.340Z Compiling hex v0.4.3
14672026-04-25T00:39:45.521Z Compiling num_threads v0.1.7
14682026-04-25T00:39:45.591Z Compiling digest v0.10.7
14692026-04-25T00:39:45.680Z Compiling regex v1.12.3
14702026-04-25T00:39:45.748Z Compiling scroll v0.13.0
14712026-04-25T00:39:46.009Z Compiling tokio-util v0.7.18
14722026-04-25T00:39:46.145Z Compiling oxnet v0.1.4
14732026-04-25T00:39:46.198Z Compiling camino v1.2.2
14742026-04-25T00:39:46.550Z Compiling goblin v0.10.5
14752026-04-25T00:39:46.561Z Compiling usdt-impl v0.6.0
14762026-04-25T00:39:46.736Z Compiling openssl-probe v0.2.1
14772026-04-25T00:39:46.918Z Compiling dtrace-parser v0.3.0
14782026-04-25T00:39:47.279Z Compiling crossbeam-utils v0.8.21
14792026-04-25T00:39:47.579Z Compiling h2 v0.4.13
14802026-04-25T00:39:47.700Z Compiling futures-executor v0.3.32
14812026-04-25T00:39:47.765Z Compiling openapiv3 v2.2.0
14822026-04-25T00:39:47.779Z Compiling structmeta-derive v0.3.0
14832026-04-25T00:39:47.970Z Compiling regress v0.10.5
14842026-04-25T00:39:48.399Z Compiling thread-id v5.1.0
14852026-04-25T00:39:48.477Z Compiling syn v1.0.109
14862026-04-25T00:39:48.794Z Compiling rustls v0.22.4
14872026-04-25T00:39:48.807Z Compiling structmeta v0.3.0
14882026-04-25T00:39:49.022Z Compiling futures v0.3.32
14892026-04-25T00:39:49.051Z Compiling rand_core v0.9.5
14902026-04-25T00:39:49.237Z Compiling dof v0.4.0
14912026-04-25T00:39:49.324Z Compiling darling_core v0.23.0
14922026-04-25T00:39:49.817Z Compiling hyper v1.9.0
14932026-04-25T00:39:50.636Z Compiling newtype-uuid-macros v0.1.0
14942026-04-25T00:39:50.677Z Compiling thread_local v1.1.9
14952026-04-25T00:39:50.948Z Compiling winnow v0.7.15
14962026-04-25T00:39:51.360Z Compiling match_cfg v0.1.0
14972026-04-25T00:39:51.422Z Compiling aws-lc-rs v1.16.2
14982026-04-25T00:39:51.472Z Compiling hyper-util v0.1.20
14992026-04-25T00:39:51.482Z Compiling darling_macro v0.23.0
15002026-04-25T00:39:51.552Z Compiling newtype-uuid v1.3.2
15012026-04-25T00:39:51.714Z Compiling quick-error v1.2.3
15022026-04-25T00:39:51.811Z Compiling slog-async v2.8.0
15032026-04-25T00:39:51.814Z Compiling ref-cast v1.0.25
15042026-04-25T00:39:51.884Z Compiling daft v0.1.5
15052026-04-25T00:39:52.029Z Compiling darling v0.23.0
15062026-04-25T00:39:52.106Z Compiling usdt-macro v0.6.0
15072026-04-25T00:39:52.130Z Compiling usdt-attr-macro v0.6.0
15082026-04-25T00:39:52.141Z Compiling rand_chacha v0.9.0
15092026-04-25T00:39:52.161Z Compiling ref-cast-impl v1.0.25
15102026-04-25T00:39:52.428Z Compiling strum_macros v0.26.4
15112026-04-25T00:39:52.563Z Compiling toml_datetime v0.7.5+spec-1.1.0
15122026-04-25T00:39:52.748Z Compiling serde_spanned v1.1.0
15132026-04-25T00:39:52.860Z Compiling multer v3.1.0
15142026-04-25T00:39:52.894Z Compiling debug-ignore v1.0.5
15152026-04-25T00:39:52.996Z Compiling toml_writer v1.1.0+spec-1.1.0
15162026-04-25T00:39:53.075Z Compiling term v1.2.1
15172026-04-25T00:39:53.101Z Compiling take_mut v0.2.2
15182026-04-25T00:39:53.202Z Compiling untrusted v0.7.1
15192026-04-25T00:39:53.205Z Compiling bit-vec v0.8.0
15202026-04-25T00:39:53.282Z Compiling rand v0.9.2
15212026-04-25T00:39:53.318Z Compiling serde_with_macros v3.18.0
15222026-04-25T00:39:53.435Z Compiling bit-set v0.8.0
15232026-04-25T00:39:53.589Z Compiling async-stream-impl v0.3.6
15242026-04-25T00:39:53.771Z Compiling dropshot v0.16.7
15252026-04-25T00:39:53.870Z Compiling encoding_rs v0.8.35
15262026-04-25T00:39:53.988Z Compiling mime v0.3.17
15272026-04-25T00:39:54.034Z Compiling strum v0.26.3
15282026-04-25T00:39:54.159Z Compiling rustls v0.23.37
15292026-04-25T00:39:54.252Z Compiling spin v0.9.8
15302026-04-25T00:39:54.361Z Compiling unarray v0.1.4
15312026-04-25T00:39:54.364Z Compiling async-stream v0.3.6
15322026-04-25T00:39:54.454Z Compiling derive-ex v0.1.8
15332026-04-25T00:39:54.465Z Compiling dropshot_endpoint v0.16.7
15342026-04-25T00:39:54.537Z Compiling macaddr v1.0.1
15352026-04-25T00:39:54.832Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15362026-04-25T00:39:54.859Z Compiling waitgroup v0.1.2
15372026-04-25T00:39:54.919Z Compiling serde_path_to_error v0.1.20
15382026-04-25T00:39:55.271Z Compiling tempfile v3.27.0
15392026-04-25T00:39:55.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15402026-04-25T00:39:55.373Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15412026-04-25T00:39:55.410Z Compiling tower v0.5.3
15422026-04-25T00:39:55.548Z Compiling strum_macros v0.27.2
15432026-04-25T00:39:55.588Z Compiling instant v0.1.13
15442026-04-25T00:39:55.689Z Compiling time v0.3.47
15452026-04-25T00:39:55.880Z Compiling tower-http v0.6.8
15462026-04-25T00:39:56.079Z Compiling test-strategy v0.4.5
15472026-04-25T00:39:56.105Z Compiling rustc-hash v2.1.2
15482026-04-25T00:39:56.226Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15492026-04-25T00:39:56.302Z Compiling crossbeam-channel v0.5.15
15502026-04-25T00:39:57.360Z Compiling strum v0.27.2
15512026-04-25T00:39:57.434Z Compiling parse-display-derive v0.10.0
15522026-04-25T00:39:57.488Z Compiling rustls-native-certs v0.8.3
15532026-04-25T00:39:57.577Z Compiling backon v1.6.0
15542026-04-25T00:39:57.774Z Compiling rustls-webpki v0.102.8
15552026-04-25T00:39:57.823Z Compiling rand_chacha v0.3.1
15562026-04-25T00:39:58.619Z Compiling rand v0.8.5
15572026-04-25T00:39:58.642Z Compiling slog-json v2.6.1
15582026-04-25T00:39:58.814Z Compiling hostname v0.3.1
15592026-04-25T00:39:58.838Z Compiling toml_parser v1.1.0+spec-1.1.0
15602026-04-25T00:39:58.948Z Compiling wait-timeout v0.2.1
15612026-04-25T00:39:59.044Z Compiling memmap2 v0.9.10
15622026-04-25T00:39:59.246Z Compiling is-terminal v0.4.17
15632026-04-25T00:39:59.258Z Compiling either v1.15.0
15642026-04-25T00:39:59.335Z Compiling slog-term v2.9.2
15652026-04-25T00:39:59.417Z Compiling usdt v0.6.0
15662026-04-25T00:39:59.461Z Compiling toml v0.9.12+spec-1.1.0
15672026-04-25T00:39:59.518Z Compiling rusty-fork v0.3.1
15682026-04-25T00:39:59.684Z Compiling slog-bunyan v2.5.0
15692026-04-25T00:39:59.981Z Compiling serde_with v3.18.0
15702026-04-25T00:40:00.289Z Compiling tokio-rustls v0.25.0
15712026-04-25T00:40:00.339Z Compiling rand_xorshift v0.4.0
15722026-04-25T00:40:00.453Z Compiling sha1 v0.10.6
15732026-04-25T00:40:00.486Z Compiling rustls-pemfile v2.2.0
15742026-04-25T00:40:00.511Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15752026-04-25T00:40:00.675Z Compiling hostname v0.4.2
15762026-04-25T00:40:00.687Z Compiling proptest v1.11.0
15772026-04-25T00:40:01.248Z Compiling iddqd v0.3.17
15782026-04-25T00:40:01.443Z Compiling reqwest v0.12.28
15792026-04-25T00:40:01.733Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15802026-04-25T00:40:02.366Z Compiling progenitor-client v0.10.0
15812026-04-25T00:40:02.639Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15822026-04-25T00:40:02.805Z Compiling parse-display v0.10.0
15832026-04-25T00:40:03.144Z Compiling itertools v0.14.0
15842026-04-25T00:40:03.159Z Compiling backoff v0.4.0
15852026-04-25T00:40:03.205Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15862026-04-25T00:40:03.903Z Compiling toml_datetime v0.6.11
15872026-04-25T00:40:04.492Z Compiling utf8parse v0.2.2
15882026-04-25T00:40:04.591Z Compiling anstyle-parse v1.0.0
15892026-04-25T00:40:04.638Z Compiling zerocopy-derive v0.7.35
15902026-04-25T00:40:04.817Z Compiling anstyle v1.0.14
15912026-04-25T00:40:05.020Z Compiling is_terminal_polyfill v1.70.2
15922026-04-25T00:40:05.041Z Compiling anstyle-query v1.1.5
15932026-04-25T00:40:05.109Z Compiling colorchoice v1.0.5
15942026-04-25T00:40:05.191Z Compiling anstream v1.0.0
15952026-04-25T00:40:05.476Z Compiling zerocopy v0.7.35
15962026-04-25T00:40:05.715Z Compiling clap_lex v1.1.0
15972026-04-25T00:40:05.726Z Compiling convert_case v0.4.0
15982026-04-25T00:40:06.014Z Compiling derive_more v0.99.20
15992026-04-25T00:40:06.524Z Compiling unicode-width v0.2.2
16002026-04-25T00:40:06.647Z Compiling tinyvec_macros v0.1.1
16012026-04-25T00:40:06.713Z Compiling tinyvec v1.11.0
16022026-04-25T00:40:07.352Z Compiling dtrace-parser v0.2.0
16032026-04-25T00:40:07.384Z Compiling serde_spanned v0.6.9
16042026-04-25T00:40:07.523Z Compiling secrecy v0.10.3
16052026-04-25T00:40:07.683Z Compiling scroll_derive v0.12.1
16062026-04-25T00:40:08.104Z Compiling clap_derive v4.6.0
16072026-04-25T00:40:08.222Z Compiling usdt-impl v0.5.0
16082026-04-25T00:40:08.225Z Compiling crucible-workspace-hack v0.1.0
16092026-04-25T00:40:08.245Z Compiling toml_write v0.1.2
16102026-04-25T00:40:08.372Z Compiling scroll v0.12.0
16112026-04-25T00:40:08.444Z Compiling toml_edit v0.22.27
16122026-04-25T00:40:09.062Z Compiling dof v0.3.0
16132026-04-25T00:40:09.324Z Compiling typify-impl v0.6.1
16142026-04-25T00:40:09.407Z Compiling terminal_size v0.4.4
16152026-04-25T00:40:09.426Z Compiling darling_core v0.21.3
16162026-04-25T00:40:09.437Z Compiling rustc_version v0.4.1
16172026-04-25T00:40:09.491Z Compiling thread-id v4.2.2
16182026-04-25T00:40:09.702Z Compiling curve25519-dalek v4.1.3
16192026-04-25T00:40:09.900Z Compiling toml v0.8.23
16202026-04-25T00:40:10.601Z Compiling goblin v0.8.2
16212026-04-25T00:40:11.025Z Compiling crossbeam-epoch v0.9.18
16222026-04-25T00:40:11.140Z Compiling hmac v0.12.1
16232026-04-25T00:40:11.274Z Compiling inout v0.1.4
16242026-04-25T00:40:11.362Z Compiling ff v0.13.1
16252026-04-25T00:40:11.414Z Compiling num-integer v0.1.46
16262026-04-25T00:40:11.567Z Compiling darling_macro v0.21.3
16272026-04-25T00:40:11.734Z Compiling float-ord v0.3.2
16282026-04-25T00:40:11.951Z Compiling group v0.13.0
16292026-04-25T00:40:12.058Z Compiling cipher v0.4.4
16302026-04-25T00:40:12.135Z Compiling darling v0.21.3
16312026-04-25T00:40:12.224Z Compiling hkdf v0.12.4
16322026-04-25T00:40:12.715Z Compiling clap_builder v4.6.0
16332026-04-25T00:40:14.534Z Compiling thiserror-impl-no-std v2.0.2
16342026-04-25T00:40:14.631Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16352026-04-25T00:40:15.356Z Compiling universal-hash v0.5.1
16362026-04-25T00:40:15.368Z Compiling half v2.7.1
16372026-04-25T00:40:15.486Z Compiling crypto-bigint v0.5.5
16382026-04-25T00:40:15.549Z Compiling typify-macro v0.6.1
16392026-04-25T00:40:15.620Z Compiling curve25519-dalek-derive v0.1.1
16402026-04-25T00:40:15.663Z Compiling proc-macro-error-attr v1.0.4
16412026-04-25T00:40:16.097Z Compiling heapless v0.8.0
16422026-04-25T00:40:16.215Z Compiling base64ct v1.8.3
16432026-04-25T00:40:16.276Z Compiling toml_datetime v1.1.0+spec-1.1.0
16442026-04-25T00:40:16.333Z Compiling prettyplease v0.2.37
16452026-04-25T00:40:16.386Z Compiling rustix v0.38.44
16462026-04-25T00:40:16.476Z Compiling base16ct v0.2.0
16472026-04-25T00:40:16.487Z Compiling ciborium-io v0.2.2
16482026-04-25T00:40:16.503Z Compiling opaque-debug v0.3.1
16492026-04-25T00:40:16.567Z Compiling poly1305 v0.8.0
16502026-04-25T00:40:16.570Z Compiling ciborium-ll v0.2.2
16512026-04-25T00:40:16.588Z Compiling elliptic-curve v0.13.8
16522026-04-25T00:40:16.607Z Compiling password-hash v0.5.0
16532026-04-25T00:40:16.628Z Compiling toml_edit v0.25.8+spec-1.1.0
16542026-04-25T00:40:17.017Z Compiling thiserror-no-std v2.0.2
16552026-04-25T00:40:17.100Z Compiling clap v4.6.0
16562026-04-25T00:40:17.523Z Compiling chacha20 v0.9.1
16572026-04-25T00:40:17.583Z Compiling ingot-macros v0.1.1
16582026-04-25T00:40:17.586Z Compiling num-iter v0.1.45
16592026-04-25T00:40:17.630Z Compiling num-rational v0.4.2
16602026-04-25T00:40:17.641Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16612026-04-25T00:40:17.703Z Compiling usdt-macro v0.5.0
16622026-04-25T00:40:17.727Z Compiling usdt-attr-macro v0.5.0
16632026-04-25T00:40:18.227Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16642026-04-25T00:40:18.694Z Compiling blake2 v0.10.6
16652026-04-25T00:40:18.861Z Compiling byte-wrapper v0.1.0
16662026-04-25T00:40:18.996Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16672026-04-25T00:40:19.136Z Compiling aead v0.5.2
16682026-04-25T00:40:19.213Z Compiling enum-as-inner v0.6.1
16692026-04-25T00:40:19.292Z Compiling hash32 v0.3.1
16702026-04-25T00:40:19.310Z Compiling num-complex v0.4.6
16712026-04-25T00:40:19.444Z Compiling proc-macro-error v1.0.4
16722026-04-25T00:40:19.566Z Compiling memmap v0.7.0
16732026-04-25T00:40:19.663Z Compiling smoltcp v0.11.0
16742026-04-25T00:40:19.686Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16752026-04-25T00:40:19.782Z Compiling data-encoding v2.10.0
16762026-04-25T00:40:19.837Z Compiling winnow v0.5.40
16772026-04-25T00:40:19.949Z Compiling keccak v0.1.6
16782026-04-25T00:40:19.999Z Compiling usdt v0.5.0
16792026-04-25T00:40:20.161Z Compiling sha3 v0.10.8
16802026-04-25T00:40:20.194Z Compiling num v0.4.3
16812026-04-25T00:40:20.279Z Compiling chacha20poly1305 v0.10.1
16822026-04-25T00:40:20.465Z Compiling ingot-types v0.1.2
16832026-04-25T00:40:20.468Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16842026-04-25T00:40:20.656Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16852026-04-25T00:40:20.705Z Compiling argon2 v0.5.3
16862026-04-25T00:40:20.878Z Compiling typify v0.6.1
16872026-04-25T00:40:20.975Z Compiling vsss-rs v3.3.4
16882026-04-25T00:40:21.218Z Compiling toml_edit v0.19.15
16892026-04-25T00:40:21.249Z Compiling proc-macro-crate v3.5.0
16902026-04-25T00:40:21.631Z Compiling rustls-webpki v0.103.10
16912026-04-25T00:40:22.640Z Compiling ciborium v0.2.2
16922026-04-25T00:40:22.837Z Compiling tabwriter v1.4.1
16932026-04-25T00:40:23.224Z Compiling cobs v0.3.0
16942026-04-25T00:40:23.227Z Compiling memoffset v0.9.1
16952026-04-25T00:40:23.299Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16962026-04-25T00:40:23.356Z Compiling indent_write v2.2.0
16972026-04-25T00:40:23.411Z Compiling pkg-config v0.3.32
16982026-04-25T00:40:23.454Z Compiling vcpkg v0.2.15
16992026-04-25T00:40:23.486Z Compiling unsafe-libyaml v0.2.11
17002026-04-25T00:40:23.506Z Compiling cfg_aliases v0.2.1
17012026-04-25T00:40:23.577Z Compiling bitflags v1.3.2
17022026-04-25T00:40:23.588Z Compiling managed v0.8.0
17032026-04-25T00:40:23.650Z Compiling nix v0.31.2
17042026-04-25T00:40:24.007Z Compiling openssl-sys v0.9.112
17052026-04-25T00:40:24.022Z Compiling serde_yaml v0.9.34+deprecated
17062026-04-25T00:40:24.033Z Compiling postcard v1.1.3
17072026-04-25T00:40:24.354Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17082026-04-25T00:40:24.530Z Compiling proc-macro-crate v1.3.1
17092026-04-25T00:40:25.024Z Compiling tokio-rustls v0.26.4
17102026-04-25T00:40:25.322Z Compiling rustls-platform-verifier v0.6.2
17112026-04-25T00:40:25.556Z Compiling hyper-rustls v0.27.7
17122026-04-25T00:40:25.846Z Compiling reqwest v0.13.2
17132026-04-25T00:40:26.131Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17142026-04-25T00:40:26.227Z Compiling num_enum_derive v0.7.6
17152026-04-25T00:40:26.561Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17162026-04-25T00:40:26.764Z Compiling progenitor-impl v0.13.0
17172026-04-25T00:40:26.822Z Compiling ingot v0.1.1
17182026-04-25T00:40:27.266Z Compiling progenitor-client v0.13.0
17192026-04-25T00:40:27.574Z Compiling progenitor-extras v0.1.1
17202026-04-25T00:40:27.814Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17212026-04-25T00:40:28.452Z Compiling hubpack_derive v0.1.1
17222026-04-25T00:40:28.717Z Compiling foreign-types-macros v0.2.3
17232026-04-25T00:40:28.962Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17242026-04-25T00:40:29.259Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17252026-04-25T00:40:29.359Z Compiling colored v3.1.1
17262026-04-25T00:40:29.385Z Compiling resolv-conf v0.7.6
17272026-04-25T00:40:29.486Z Compiling swrite v0.1.0
17282026-04-25T00:40:29.582Z Compiling semver v0.1.20
17292026-04-25T00:40:29.810Z Compiling rayon-core v1.13.0
17302026-04-25T00:40:29.823Z Compiling cpufeatures v0.3.0
17312026-04-25T00:40:29.860Z Compiling heck v0.4.1
17322026-04-25T00:40:29.896Z Compiling foreign-types-shared v0.3.1
17332026-04-25T00:40:29.990Z Compiling static_assertions v1.1.0
17342026-04-25T00:40:30.030Z Compiling linked-hash-map v0.5.6
17352026-04-25T00:40:30.062Z Compiling foreign-types v0.5.0
17362026-04-25T00:40:30.090Z Compiling chacha20 v0.10.0
17372026-04-25T00:40:30.143Z Compiling rustc_version v0.1.7
17382026-04-25T00:40:30.210Z Compiling lru-cache v0.1.2
17392026-04-25T00:40:30.220Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17402026-04-25T00:40:30.247Z Compiling hubpack v0.1.2
17412026-04-25T00:40:30.333Z Compiling num_enum v0.7.6
17422026-04-25T00:40:30.384Z Compiling progenitor-macro v0.13.0
17432026-04-25T00:40:30.417Z Compiling num_enum_derive v0.5.11
17442026-04-25T00:40:30.556Z Compiling hickory-proto v0.24.4
17452026-04-25T00:40:31.372Z Compiling crossbeam-deque v0.8.6
17462026-04-25T00:40:31.442Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17472026-04-25T00:40:31.562Z Compiling serde-big-array v0.5.1
17482026-04-25T00:40:31.702Z Compiling derive-where v1.6.1
17492026-04-25T00:40:31.935Z Compiling serde_repr v0.1.20
17502026-04-25T00:40:32.154Z Compiling pin-project-internal v1.1.11
17512026-04-25T00:40:32.517Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17522026-04-25T00:40:32.941Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17532026-04-25T00:40:33.018Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17542026-04-25T00:40:33.234Z Compiling cstr-argument v0.1.2
17552026-04-25T00:40:33.391Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17562026-04-25T00:40:33.477Z Compiling unicode-segmentation v1.13.2
17572026-04-25T00:40:33.902Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17582026-04-25T00:40:33.913Z Compiling siphasher v1.0.2
17592026-04-25T00:40:34.103Z Compiling minimal-lexical v0.2.1
17602026-04-25T00:40:34.134Z Compiling phf_shared v0.12.1
17612026-04-25T00:40:34.344Z Compiling nom v7.1.3
17622026-04-25T00:40:34.363Z Compiling newline-converter v0.3.0
17632026-04-25T00:40:34.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17642026-04-25T00:40:34.742Z Compiling pin-project v1.1.11
17652026-04-25T00:40:35.356Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17662026-04-25T00:40:35.432Z Compiling hickory-resolver v0.24.4
17672026-04-25T00:40:35.524Z Compiling progenitor v0.13.0
17682026-04-25T00:40:35.660Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17692026-04-25T00:40:35.783Z Compiling num_enum v0.5.11
17702026-04-25T00:40:35.911Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17712026-04-25T00:40:36.247Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17722026-04-25T00:40:36.455Z Compiling newtype_derive v0.1.6
17732026-04-25T00:40:36.594Z Compiling rand v0.10.1
17742026-04-25T00:40:36.675Z Compiling atomicwrites v0.4.4
17752026-04-25T00:40:37.154Z Compiling unicode-normalization v0.1.25
17762026-04-25T00:40:37.210Z Compiling console v0.15.11
17772026-04-25T00:40:37.580Z Compiling camino-tempfile v1.4.1
17782026-04-25T00:40:37.612Z Compiling tokio-stream v0.1.18
17792026-04-25T00:40:37.817Z Compiling async-recursion v1.1.1
17802026-04-25T00:40:37.883Z Compiling snafu-derive v0.8.9
17812026-04-25T00:40:37.919Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17822026-04-25T00:40:38.057Z Compiling slog-dtrace v0.3.0
17832026-04-25T00:40:38.067Z Compiling csv-core v0.1.13
17842026-04-25T00:40:38.132Z Compiling bstr v1.12.1
17852026-04-25T00:40:38.199Z Compiling similar v2.7.0
17862026-04-25T00:40:38.260Z Compiling chrono-tz v0.10.4
17872026-04-25T00:40:38.276Z Compiling owo-colors v4.3.0
17882026-04-25T00:40:38.331Z Compiling same-file v1.0.6
17892026-04-25T00:40:38.470Z Compiling unicode-width v0.1.14
17902026-04-25T00:40:38.490Z Compiling foreign-types-shared v0.1.1
17912026-04-25T00:40:38.500Z Compiling highway v1.3.0
17922026-04-25T00:40:38.575Z Compiling openssl v0.10.76
17932026-04-25T00:40:38.599Z Compiling cancel-safe-futures v0.1.5
17942026-04-25T00:40:38.615Z Compiling foldhash v0.1.5
17952026-04-25T00:40:38.740Z Compiling unicode-xid v0.2.6
17962026-04-25T00:40:38.790Z Compiling hashbrown v0.15.5
17972026-04-25T00:40:38.850Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17982026-04-25T00:40:38.862Z Compiling const_format_proc_macros v0.2.34
17992026-04-25T00:40:38.882Z Compiling expectorate v1.2.0
18002026-04-25T00:40:38.914Z Compiling foreign-types v0.3.2
18012026-04-25T00:40:38.985Z Compiling globset v0.4.18
18022026-04-25T00:40:39.040Z Compiling walkdir v2.5.0
18032026-04-25T00:40:39.202Z Compiling csv v1.4.0
18042026-04-25T00:40:39.367Z Compiling qorb v0.4.1
18052026-04-25T00:40:39.391Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18062026-04-25T00:40:39.590Z Compiling snafu v0.8.9
18072026-04-25T00:40:39.647Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18082026-04-25T00:40:39.807Z Compiling olpc-cjson v0.1.4
18092026-04-25T00:40:40.113Z Compiling rayon v1.11.0
18102026-04-25T00:40:40.803Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18112026-04-25T00:40:41.440Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18122026-04-25T00:40:41.582Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18132026-04-25T00:40:41.617Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18142026-04-25T00:40:41.643Z Compiling phf v0.12.1
18152026-04-25T00:40:41.786Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18162026-04-25T00:40:41.885Z Compiling zone_cfg_derive v0.3.1
18172026-04-25T00:40:42.117Z Compiling tokio-dtrace v0.1.1
18182026-04-25T00:40:42.305Z Compiling itertools v0.12.1
18192026-04-25T00:40:42.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18202026-04-25T00:40:42.573Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18212026-04-25T00:40:42.598Z Compiling libsw-core v0.3.2
18222026-04-25T00:40:42.727Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-25T00:40:42.760Z Compiling serde_plain v1.0.2
18242026-04-25T00:40:42.923Z Compiling num-derive v0.4.2
18252026-04-25T00:40:42.936Z Compiling openssl-macros v0.1.1
18262026-04-25T00:40:42.965Z Compiling pem v3.0.6
18272026-04-25T00:40:43.288Z Compiling cookie v0.18.1
18282026-04-25T00:40:43.342Z Compiling sigpipe v0.1.3
18292026-04-25T00:40:43.407Z Compiling fixedbitset v0.4.2
18302026-04-25T00:40:43.428Z Compiling bytecount v0.6.9
18312026-04-25T00:40:43.514Z Compiling glob v0.3.3
18322026-04-25T00:40:43.526Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-25T00:40:43.564Z Compiling fixedbitset v0.5.7
18342026-04-25T00:40:43.635Z Compiling typed-path v0.9.3
18352026-04-25T00:40:43.734Z Compiling jiff v0.2.23
18362026-04-25T00:40:43.862Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18372026-04-25T00:40:43.893Z Compiling petgraph v0.8.3
18382026-04-25T00:40:43.976Z Compiling petgraph v0.6.5
18392026-04-25T00:40:44.316Z Compiling papergrid v0.11.0
18402026-04-25T00:40:44.738Z Compiling tough v0.20.0
18412026-04-25T00:40:45.020Z Compiling zone v0.3.1
18422026-04-25T00:40:45.543Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18432026-04-25T00:40:45.736Z Compiling libsw v3.5.0
18442026-04-25T00:40:45.839Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18452026-04-25T00:40:45.911Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18462026-04-25T00:40:46.160Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18472026-04-25T00:40:46.163Z Compiling oxide-tokio-rt v0.1.3
18482026-04-25T00:40:46.482Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-25T00:40:47.013Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-04-25T00:40:47.247Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-25T00:40:47.409Z Compiling const_format v0.2.35
18522026-04-25T00:40:47.455Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-25T00:40:47.729Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-25T00:40:48.345Z Compiling tabled_derive v0.7.0
18552026-04-25T00:40:48.538Z Compiling gethostname v0.5.0
18562026-04-25T00:40:48.551Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18572026-04-25T00:40:48.603Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18582026-04-25T00:40:48.656Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18592026-04-25T00:40:48.671Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18602026-04-25T00:40:48.773Z Compiling bcs v0.1.6
18612026-04-25T00:40:49.091Z Compiling smf v0.2.3
18622026-04-25T00:40:49.257Z Compiling whoami v1.6.1
18632026-04-25T00:40:49.296Z Compiling linear-map v1.2.0
18642026-04-25T00:40:49.443Z Compiling smawk v0.3.2
18652026-04-25T00:40:49.476Z Compiling termtree v0.5.1
18662026-04-25T00:40:49.563Z Compiling tagptr v0.2.0
18672026-04-25T00:40:49.578Z Compiling unicode-linebreak v0.1.5
18682026-04-25T00:40:49.623Z Compiling lazy_static v1.5.0
18692026-04-25T00:40:49.688Z Compiling moka v0.12.15
18702026-04-25T00:40:49.709Z Compiling steno v0.4.1
18712026-04-25T00:40:49.722Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18722026-04-25T00:40:49.871Z Compiling textwrap v0.16.2
18732026-04-25T00:40:50.057Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18742026-04-25T00:40:50.422Z Compiling tabled v0.15.0
18752026-04-25T00:40:50.576Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18762026-04-25T00:40:50.924Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18772026-04-25T00:40:51.128Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18782026-04-25T00:40:51.583Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18792026-04-25T00:40:52.389Z Compiling hickory-proto v0.25.2
18802026-04-25T00:40:53.014Z Compiling humantime v2.3.0
18812026-04-25T00:40:53.134Z Compiling num-derive v0.3.3
18822026-04-25T00:40:53.296Z Compiling parking_lot_core v0.8.6
18832026-04-25T00:40:53.580Z Compiling crc32fast v1.5.0
18842026-04-25T00:40:53.593Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18852026-04-25T00:40:54.056Z Compiling libscf-sys v1.1.0
18862026-04-25T00:40:54.122Z Compiling parking_lot v0.11.2
18872026-04-25T00:40:54.167Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18882026-04-25T00:40:54.197Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18892026-04-25T00:40:54.445Z Compiling hickory-resolver v0.25.2
18902026-04-25T00:40:54.463Z Compiling fxhash v0.2.1
18912026-04-25T00:40:54.531Z Compiling internet-checksum v0.2.1
18922026-04-25T00:40:54.557Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18932026-04-25T00:40:54.596Z Compiling sled v0.34.7
18942026-04-25T00:40:55.270Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18952026-04-25T00:40:59.251Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18962026-04-25T00:41:06.738Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18972026-04-25T00:41:07.928Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18982026-04-25T00:41:08.993Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-04-25T00:41:10.132Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-04-25T00:41:11.105Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-04-25T00:41:34.115Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 03s
19022026-04-25T00:41:34.290Z────────────
19032026-04-25T00:41:34.290Z Nextest run ID 0f529093-086f-4707-b649-4f7786f31a32 with nextest profile: default
19042026-04-25T00:41:34.290Z Starting 15 tests across 1 binary (28 tests skipped)
19052026-04-25T00:41:50.526Z PASS [ 16.233s] rdb proptest::prop_ipv6_host_bits_always_unset
19062026-04-25T00:41:50.564Z PASS [ 16.271s] rdb proptest::prop_ipv6_default_contains_all
19072026-04-25T00:41:50.657Z PASS [ 16.365s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19082026-04-25T00:41:50.664Z PASS [ 16.372s] rdb proptest::prop_ipv4_default_contains_all
19092026-04-25T00:41:50.677Z PASS [ 16.384s] rdb proptest::prop_ipv4_host_bits_always_unset
19102026-04-25T00:41:50.683Z PASS [ 16.391s] rdb proptest::prop_ipv4_within_self
19112026-04-25T00:41:50.720Z PASS [ 16.428s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19122026-04-25T00:42:06.640Z PASS [ 16.112s] rdb proptest::prop_ipv6_within_self
19132026-04-25T00:42:15.433Z PASS [ 24.867s] rdb proptest::prop_static_route_key_deduplication
19142026-04-25T00:42:25.497Z PASS [ 34.810s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19152026-04-25T00:42:25.505Z PASS [ 34.824s] rdb proptest::prop_static_route_key_normalization_preserves_length
19162026-04-25T00:42:25.511Z PASS [ 34.850s] rdb proptest::prop_static_route_key_normalization_idempotent
19172026-04-25T00:42:25.698Z PASS [ 35.030s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19182026-04-25T00:42:34.298Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-04-25T00:42:41.534Z PASS [ 50.808s] rdb proptest::prop_static_route_key_ord_consistency
19202026-04-25T00:43:34.305Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-04-25T00:44:34.312Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19222026-04-25T00:45:34.320Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19232026-04-25T00:45:48.072Z PASS [ 253.756s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19242026-04-25T00:45:48.075Z────────────
19252026-04-25T00:45:48.075Z Summary [ 253.756s] 15 tests run: 15 passed (1 slow), 28 skipped
19262026-04-25T00:45:48.086Z+ cp '*.log' /work/
19272026-04-25T00:45:48.089Z+ true
19282026-04-25T00:45:48.089Z+ '[' -d proptest-regressions ']'
19292026-04-25T00:45:48.089Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19302026-04-25T00:45:48.092Z+ popd
19312026-04-25T00:45:48.092Z/work/oxidecomputer/maghemite
19322026-04-25T00:45:48.092Z+ pushd bgp
19332026-04-25T00:45:48.092Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19342026-04-25T00:45:48.092Z+ PROPTEST_CASES=1000000
19352026-04-25T00:45:48.092Z+ cargo nextest run --lib proptest
19362026-04-25T00:45:49.218Z Compiling smallvec v1.15.1
19372026-04-25T00:45:49.221Z Compiling serde_json v1.0.149
19382026-04-25T00:45:49.396Z Compiling crunchy v0.2.4
19392026-04-25T00:45:49.416Z Compiling tiny-keccak v2.0.2
19402026-04-25T00:45:49.425Z Compiling smartstring v1.0.1
19412026-04-25T00:45:49.428Z Compiling ahash v0.8.12
19422026-04-25T00:45:49.522Z Compiling icu_normalizer v2.1.1
19432026-04-25T00:45:49.545Z Compiling parking_lot_core v0.9.12
19442026-04-25T00:45:49.681Z Compiling parking_lot_core v0.8.6
19452026-04-25T00:45:49.777Z Compiling parking_lot v0.12.5
19462026-04-25T00:45:49.849Z Compiling idna_adapter v1.2.1
19472026-04-25T00:45:49.987Z Compiling idna v1.1.0
19482026-04-25T00:45:50.000Z Compiling tokio v1.52.0
19492026-04-25T00:45:50.118Z Compiling dof v0.4.0
19502026-04-25T00:45:50.197Z Compiling schemars v0.8.22
19512026-04-25T00:45:50.256Z Compiling openapiv3 v2.2.0
19522026-04-25T00:45:50.345Z Compiling url v2.5.8
19532026-04-25T00:45:50.770Z Compiling slog-json v2.6.1
19542026-04-25T00:45:51.210Z Compiling usdt-impl v0.6.0
19552026-04-25T00:45:51.478Z Compiling slog-bunyan v2.5.0
19562026-04-25T00:45:51.759Z Compiling ipnetwork v0.21.1
19572026-04-25T00:45:51.851Z Compiling newtype-uuid v1.3.2
19582026-04-25T00:45:51.928Z Compiling usdt-attr-macro v0.6.0
19592026-04-25T00:45:52.003Z Compiling oxnet v0.1.4
19602026-04-25T00:45:52.197Z Compiling usdt-macro v0.6.0
19612026-04-25T00:45:52.200Z Compiling serde_with v3.18.0
19622026-04-25T00:45:52.435Z Compiling daft v0.1.5
19632026-04-25T00:45:52.460Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19642026-04-25T00:45:52.694Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19652026-04-25T00:45:53.077Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19662026-04-25T00:45:53.227Z Compiling iddqd v0.3.17
19672026-04-25T00:45:53.287Z Compiling usdt v0.6.0
19682026-04-25T00:45:53.653Z Compiling tokio-util v0.7.18
19692026-04-25T00:45:53.787Z Compiling tower v0.5.3
19702026-04-25T00:45:53.853Z Compiling tokio-rustls v0.26.4
19712026-04-25T00:45:53.929Z Compiling tokio-rustls v0.25.0
19722026-04-25T00:45:54.115Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19732026-04-25T00:45:54.155Z Compiling backoff v0.4.0
19742026-04-25T00:45:54.230Z Compiling h2 v0.4.13
19752026-04-25T00:45:54.260Z Compiling tower-http v0.6.8
19762026-04-25T00:45:54.687Z Compiling typify-impl v0.6.1
19772026-04-25T00:45:55.002Z Compiling dof v0.3.0
19782026-04-25T00:45:55.301Z Compiling usdt-impl v0.5.0
19792026-04-25T00:45:55.615Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19802026-04-25T00:45:55.837Z Compiling usdt-macro v0.5.0
19812026-04-25T00:45:55.974Z Compiling usdt-attr-macro v0.5.0
19822026-04-25T00:45:56.591Z Compiling hyper v1.9.0
19832026-04-25T00:45:57.357Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19842026-04-25T00:45:57.549Z Compiling byte-wrapper v0.1.0
19852026-04-25T00:45:57.579Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19862026-04-25T00:45:57.684Z Compiling hyper-util v0.1.20
19872026-04-25T00:45:57.915Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19882026-04-25T00:45:57.991Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19892026-04-25T00:45:58.378Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19902026-04-25T00:45:58.404Z Compiling usdt v0.5.0
19912026-04-25T00:45:58.909Z Compiling hyper-rustls v0.27.7
19922026-04-25T00:45:58.937Z Compiling dropshot v0.16.7
19932026-04-25T00:45:59.166Z Compiling reqwest v0.13.2
19942026-04-25T00:45:59.208Z Compiling reqwest v0.12.28
19952026-04-25T00:45:59.387Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-25T00:46:00.369Z Compiling progenitor-client v0.10.0
19972026-04-25T00:46:00.656Z Compiling progenitor-client v0.13.0
19982026-04-25T00:46:00.970Z Compiling progenitor-extras v0.1.1
19992026-04-25T00:46:01.034Z Compiling typify-macro v0.6.1
20002026-04-25T00:46:02.642Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20012026-04-25T00:46:03.655Z Compiling typify v0.6.1
20022026-04-25T00:46:03.725Z Compiling progenitor-impl v0.13.0
20032026-04-25T00:46:03.858Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
20042026-04-25T00:46:03.960Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20052026-04-25T00:46:04.614Z Compiling hickory-proto v0.24.4
20062026-04-25T00:46:05.002Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20072026-04-25T00:46:05.343Z Compiling tokio-stream v0.1.18
20082026-04-25T00:46:05.633Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20092026-04-25T00:46:05.814Z Compiling tokio-dtrace v0.1.1
20102026-04-25T00:46:06.092Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20112026-04-25T00:46:06.201Z Compiling libsw-core v0.3.2
20122026-04-25T00:46:06.602Z Compiling hickory-resolver v0.24.4
20132026-04-25T00:46:07.357Z Compiling progenitor-macro v0.13.0
20142026-04-25T00:46:07.859Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20152026-04-25T00:46:07.933Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20162026-04-25T00:46:07.995Z Compiling qorb v0.4.1
20172026-04-25T00:46:08.403Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20182026-04-25T00:46:09.234Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20192026-04-25T00:46:10.172Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20202026-04-25T00:46:10.191Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20212026-04-25T00:46:10.257Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20222026-04-25T00:46:10.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20232026-04-25T00:46:11.566Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20242026-04-25T00:46:11.857Z Compiling olpc-cjson v0.1.4
20252026-04-25T00:46:11.916Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20262026-04-25T00:46:11.945Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-25T00:46:12.019Z Compiling tough v0.20.0
20282026-04-25T00:46:12.094Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20292026-04-25T00:46:12.473Z Compiling progenitor v0.13.0
20302026-04-25T00:46:12.614Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20312026-04-25T00:46:13.038Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20322026-04-25T00:46:13.172Z Compiling libsw v3.5.0
20332026-04-25T00:46:13.220Z Compiling oxide-tokio-rt v0.1.3
20342026-04-25T00:46:13.532Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20352026-04-25T00:46:13.927Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20362026-04-25T00:46:14.059Z Compiling slog-dtrace v0.3.0
20372026-04-25T00:46:14.120Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20382026-04-25T00:46:14.159Z Compiling zone v0.3.1
20392026-04-25T00:46:14.381Z Compiling cancel-safe-futures v0.1.5
20402026-04-25T00:46:14.511Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20412026-04-25T00:46:14.689Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20422026-04-25T00:46:15.035Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20432026-04-25T00:46:15.075Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20442026-04-25T00:46:15.228Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-04-25T00:46:15.434Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20462026-04-25T00:46:15.628Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20472026-04-25T00:46:15.840Z Compiling hickory-proto v0.25.2
20482026-04-25T00:46:16.392Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20492026-04-25T00:46:16.688Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20502026-04-25T00:46:17.933Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20512026-04-25T00:46:18.452Z Compiling steno v0.4.1
20522026-04-25T00:46:19.356Z Compiling moka v0.12.15
20532026-04-25T00:46:19.507Z Compiling parking_lot v0.11.2
20542026-04-25T00:46:19.640Z Compiling const-random-macro v0.1.16
20552026-04-25T00:46:19.998Z Compiling sdd v3.0.10
20562026-04-25T00:46:20.021Z Compiling sled v0.34.7
20572026-04-25T00:46:20.065Z Compiling const-random v0.1.18
20582026-04-25T00:46:20.141Z Compiling hickory-resolver v0.25.2
20592026-04-25T00:46:20.340Z Compiling scc v2.4.0
20602026-04-25T00:46:20.710Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20612026-04-25T00:46:21.216Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20622026-04-25T00:46:21.611Z Compiling thin-vec v0.2.14
20632026-04-25T00:46:21.782Z Compiling serial_test_derive v3.4.0
20642026-04-25T00:46:21.902Z Compiling rhai_codegen v3.1.0
20652026-04-25T00:46:22.320Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20662026-04-25T00:46:22.468Z Compiling yansi v1.0.1
20672026-04-25T00:46:22.504Z Compiling diff v0.1.13
20682026-04-25T00:46:22.563Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20692026-04-25T00:46:22.790Z Compiling pretty_assertions v1.4.1
20702026-04-25T00:46:22.802Z Compiling serial_test v3.4.0
20712026-04-25T00:46:22.824Z Compiling nom v8.0.0
20722026-04-25T00:46:23.099Z Compiling rhai v1.24.0
20732026-04-25T00:46:26.312Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20742026-04-25T00:46:34.005Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20752026-04-25T00:46:35.620Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20762026-04-25T00:46:36.705Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20772026-04-25T00:46:37.844Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20782026-04-25T00:46:38.605Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20792026-04-25T00:46:40.991Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20802026-04-25T00:47:14.535Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 25s
20812026-04-25T00:47:14.703Z────────────
20822026-04-25T00:47:14.703Z Nextest run ID f54fb56b-e6e8-4bf9-a2f6-c2a224af1979 with nextest profile: default
20832026-04-25T00:47:14.703Z Starting 17 tests across 1 binary (133 tests skipped)
20842026-04-25T00:47:31.090Z PASS [ 16.385s] bgp proptest::prop_ipv4_wire_format_roundtrip
20852026-04-25T00:47:33.003Z PASS [ 18.297s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20862026-04-25T00:47:33.164Z PASS [ 18.458s] bgp proptest::prop_ipv4_prefixes_roundtrip
20872026-04-25T00:47:34.352Z PASS [ 19.646s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20882026-04-25T00:47:35.003Z PASS [ 20.296s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20892026-04-25T00:47:35.129Z PASS [ 20.423s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20902026-04-25T00:47:43.122Z PASS [ 28.416s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20912026-04-25T00:47:47.412Z PASS [ 16.321s] bgp proptest::prop_ipv6_wire_format_roundtrip
20922026-04-25T00:47:52.577Z PASS [ 19.572s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20932026-04-25T00:47:52.874Z PASS [ 18.520s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20942026-04-25T00:47:53.770Z PASS [ 18.638s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20952026-04-25T00:47:54.027Z PASS [ 19.022s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20962026-04-25T00:48:14.712Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20972026-04-25T00:48:15.352Z PASS [ 27.937s] bgp proptest::prop_update_mp_unreach_roundtrip
20982026-04-25T00:48:20.743Z PASS [ 66.033s] bgp proptest::prop_encode_decode_semantic_equivalence
20992026-04-25T00:48:33.173Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21002026-04-25T00:48:41.372Z PASS [ 68.201s] bgp proptest::prop_mp_bgp_attrs_encoded_first
21012026-04-25T00:48:43.132Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
21022026-04-25T00:48:52.586Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
21032026-04-25T00:48:53.234Z PASS [ 60.651s] bgp proptest::prop_update_traditional_roundtrip
21042026-04-25T00:48:55.309Z PASS [ 72.179s] bgp proptest::prop_update_mp_reach_roundtrip
21052026-04-25T00:48:55.312Z────────────
21062026-04-25T00:48:55.312Z Summary [ 100.595s] 17 tests run: 17 passed (4 slow), 133 skipped
21072026-04-25T00:48:55.321Z+ cp '*.log' /work/
21082026-04-25T00:48:55.324Z+ true
21092026-04-25T00:48:55.324Z+ '[' -d proptest-regressions ']'
21102026-04-25T00:48:55.324Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21112026-04-25T00:48:55.327Z+ popd
21122026-04-25T00:48:55.327Z/work/oxidecomputer/maghemite
21132026-04-25T00:48:55.327Zprocess exited: duration 746970 ms, exit code 0
 
21142026-04-25T00:48:55.334Zfound 0 output files