01KTAYTHTAYWE162DX464V5BR4: 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: 01KTAYW5Y86Q88PM6WAHQ8PHNH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:57.034Zjob assigned to worker 01KTAYWYN6Y92MYTXMGQT67W4E [factory aws, i-01e1c89166bfc4e1c] (queued for 1 m 7 s)
 
22026-06-05T03:59:03.929Zstarting task 0: "setup"
32026-06-05T03:59:03.933Z++ uname -s
42026-06-05T03:59:03.937Z+ kern=SunOS
52026-06-05T03:59:03.937Z+ build_user=build
62026-06-05T03:59:03.937Z+ build_uid=12345
72026-06-05T03:59:03.937Z+ work_dir=/work
82026-06-05T03:59:03.937Z+ input_dir=/input
92026-06-05T03:59:03.937Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:03.937Z+ case "$kern" in
112026-06-05T03:59:03.937Z+ groupadd -g 12345 build
122026-06-05T03:59:03.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:05.944Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:06.074Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:06.079Z+ home_fs=zfs
162026-06-05T03:59:06.079Z+ [[ zfs == autofs ]]
172026-06-05T03:59:06.079Z+ mkdir -p /home/build
182026-06-05T03:59:06.079Z+ chown build:build /home/build /work
192026-06-05T03:59:08.090Z+ chmod 0700 /home/build /work
202026-06-05T03:59:08.109Zprocess exited: duration 4150 ms, exit code 0
 
212026-06-05T03:59:08.133Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:08.156Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:08.156Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:59:08.156Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T03:59:08.156Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-05T03:59:08.156Z * rust toolchain channel = "stable"
272026-06-05T03:59:08.156Z * rust toolchain profile = "default"
282026-06-05T03:59:08.156Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:08.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:08.261Zinfo: downloading installer
312026-06-05T03:59:09.863Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:09.864Zwarn: /opt/ooce/bin
332026-06-05T03:59:09.864Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:09.864Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:09.864Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:09.864Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:09.864Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:09.864Zerror: cannot install while Rust is installed
392026-06-05T03:59:09.864Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:09.864Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:09.864Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:09.864Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:09.864Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:09.873Zinfo: profile set to default
452026-06-05T03:59:09.873Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:09.883Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:10.027Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:10.034Zinfo: downloading 6 components
492026-06-05T03:59:24.483Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:24.483Z
512026-06-05T03:59:24.516Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:24.517Z
532026-06-05T03:59:24.517Z
542026-06-05T03:59:24.517ZRust is installed now. Great!
552026-06-05T03:59:24.517Z
562026-06-05T03:59:24.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:24.526Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:24.526Z
592026-06-05T03:59:24.526ZTo configure your current shell, you need to source
602026-06-05T03:59:24.526Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:24.526Z
622026-06-05T03:59:24.526ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:24.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:24.526Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:24.526Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:24.526Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:24.527Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:24.527Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:24.527Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:24.527Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:24.612Z+ rustup --version
722026-06-05T03:59:24.621Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:24.630Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:24.642Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:24.658Z+ cargo --version
762026-06-05T03:59:24.664Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:24.664Z+ rustc --version
782026-06-05T03:59:24.683Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:24.691Zprocess exited: duration 16554 ms, exit code 0
 
802026-06-05T03:59:24.707Zstarting task 2: "authentication"
812026-06-05T03:59:24.731ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:59:50.790Zprocess exited: duration 26082 ms, exit code 0
 
832026-06-05T03:59:50.795Zstarting task 3: "clone repository"
842026-06-05T03:59:50.800Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:59:50.803Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:59:50.840ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:59:51.873Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:59:51.874Z+ git fetch origin e86e4e4b2f8085a42f0b82ef9a63817606232356
892026-06-05T03:59:52.107ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:59:52.107Z * branch e86e4e4b2f8085a42f0b82ef9a63817606232356 -> FETCH_HEAD
912026-06-05T03:59:52.111Z+ [[ -n renovate/chrono-0.x ]]
922026-06-05T03:59:52.114Z++ git branch --show-current
932026-06-05T03:59:52.114Z+ current=main
942026-06-05T03:59:52.114Z+ [[ main != renovate/chrono-0.x ]]
952026-06-05T03:59:52.114Z+ git branch -f renovate/chrono-0.x e86e4e4b2f8085a42f0b82ef9a63817606232356
962026-06-05T03:59:52.118Z+ git checkout -f renovate/chrono-0.x
972026-06-05T03:59:52.134ZSwitched to branch 'renovate/chrono-0.x'
982026-06-05T03:59:52.136Z+ git reset --hard e86e4e4b2f8085a42f0b82ef9a63817606232356
992026-06-05T03:59:52.151ZHEAD is now at e86e4e4 Update Rust crate chrono to 0.4.45
1002026-06-05T03:59:52.154Zprocess exited: duration 1355 ms, exit code 0
 
1012026-06-05T03:59:52.160Zstarting task 4: "build"
1022026-06-05T03:59:52.164Z+ set -e
1032026-06-05T03:59:52.164Z+ NEXTEST_VERSION=0.9.97
1042026-06-05T03:59:52.164Z+ PLATFORM=illumos
1052026-06-05T03:59:52.164Z+ cargo --version
1062026-06-05T03:59:52.170Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1072026-06-05T03:59:52.362Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1082026-06-05T03:59:52.366Zinfo: downloading 6 components
1092026-06-05T04:00:06.685Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1102026-06-05T04:00:06.701Z+ rustc --version
1112026-06-05T04:00:06.701Zrustc 1.95.0 (59807616e 2026-04-14)
1122026-06-05T04:00:06.701Z+ cargo install cargo-nextest --version 0.9.97
1132026-06-05T04:00:06.702Z Updating crates.io index
1142026-06-05T04:00:06.767Z Downloading crates ...
1152026-06-05T04:00:06.868Z Downloaded cargo-nextest v0.9.97
1162026-06-05T04:00:07.909Z Installing cargo-nextest v0.9.97
1172026-06-05T04:00:07.934Z Updating crates.io index
1182026-06-05T04:00:09.553Z Locking 404 packages to latest compatible versions
1192026-06-05T04:00:09.567Z Adding dialoguer v0.11.0 (available: v0.12.0)
1202026-06-05T04:00:09.567Z Adding duct v0.13.7 (available: v1.1.1)
1212026-06-05T04:00:09.567Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1222026-06-05T04:00:09.567Z Adding generic-array v0.14.7 (available: v0.14.9)
1232026-06-05T04:00:09.567Z Adding idna_adapter v1.0.0 (available: v1.2.2)
1242026-06-05T04:00:09.567Z Adding nextest-filtering v0.15.0 (available: v0.21.1)
1252026-06-05T04:00:09.567Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1262026-06-05T04:00:09.567Z Adding nextest-runner v0.80.0 (available: v0.118.0)
1272026-06-05T04:00:09.567Z Adding quick-junit v0.5.2 (available: v0.6.0)
1282026-06-05T04:00:09.567Z Downloading crates ...
1292026-06-05T04:00:09.643Z Downloaded cfg_aliases v0.2.1
1302026-06-05T04:00:09.648Z Downloaded document-features v0.2.12
1312026-06-05T04:00:09.651Z Downloaded futures-sink v0.3.32
1322026-06-05T04:00:09.651Z Downloaded generic-array v0.14.7
1332026-06-05T04:00:09.654Z Downloaded anstyle-parse v1.0.0
1342026-06-05T04:00:09.657Z Downloaded heck v0.5.0
1352026-06-05T04:00:09.657Z Downloaded quinn-udp v0.5.14
1362026-06-05T04:00:09.662Z Downloaded humantime-serde v1.1.1
1372026-06-05T04:00:09.662Z Downloaded errno v0.3.14
1382026-06-05T04:00:09.662Z Downloaded cc v1.2.63
1392026-06-05T04:00:09.668Z Downloaded mio v1.2.1
1402026-06-05T04:00:09.671Z Downloaded atomic-waker v1.1.2
1412026-06-05T04:00:09.671Z Downloaded const-oid v0.9.6
1422026-06-05T04:00:09.679Z Downloaded getrandom v0.4.2
1432026-06-05T04:00:09.682Z Downloaded enable-ansi-support v0.2.1
1442026-06-05T04:00:09.691Z Downloaded derive_more-impl v2.1.1
1452026-06-05T04:00:09.701Z Downloaded guppy v0.17.26
1462026-06-05T04:00:09.709Z Downloaded der v0.7.10
1472026-06-05T04:00:09.712Z Downloaded serde_spanned v0.6.9
1482026-06-05T04:00:09.721Z Downloaded anstream v1.0.0
1492026-06-05T04:00:09.721Z Downloaded filetime v0.2.29
1502026-06-05T04:00:09.721Z Downloaded ed25519 v2.2.3
1512026-06-05T04:00:09.727Z Downloaded cargo-util-schemas v0.2.0
1522026-06-05T04:00:09.730Z Downloaded futures-core v0.3.32
1532026-06-05T04:00:09.731Z Downloaded atomicwrites v0.4.4
1542026-06-05T04:00:09.749Z Downloaded block-buffer v0.10.4
1552026-06-05T04:00:09.749Z Downloaded colorchoice v1.0.5
1562026-06-05T04:00:09.749Z Downloaded futures-io v0.3.32
1572026-06-05T04:00:09.749Z Downloaded libc v0.2.186
1582026-06-05T04:00:09.759Z Downloaded indicatif v0.17.11
1592026-06-05T04:00:09.778Z Downloaded adler2 v2.0.1
1602026-06-05T04:00:09.778Z Downloaded futures-macro v0.3.32
1612026-06-05T04:00:09.779Z Downloaded fastrand v2.4.1
1622026-06-05T04:00:09.779Z Downloaded cfg-if v1.0.4
1632026-06-05T04:00:09.782Z Downloaded curve25519-dalek-derive v0.1.1
1642026-06-05T04:00:09.782Z Downloaded indent_write v2.2.0
1652026-06-05T04:00:09.782Z Downloaded anstyle v1.0.14
1662026-06-05T04:00:09.782Z Downloaded async-scoped v0.9.0
1672026-06-05T04:00:09.782Z Downloaded cargo-platform v0.3.3
1682026-06-05T04:00:09.782Z Downloaded cpufeatures v0.2.17
1692026-06-05T04:00:09.782Z Downloaded shell-words v1.1.1
1702026-06-05T04:00:09.782Z Downloaded petgraph v0.8.3
1712026-06-05T04:00:09.788Z Downloaded serde_ignored v0.1.14
1722026-06-05T04:00:09.788Z Downloaded indenter v0.3.4
1732026-06-05T04:00:09.788Z Downloaded serde-value v0.7.0
1742026-06-05T04:00:09.788Z Downloaded rand_core v0.9.5
1752026-06-05T04:00:09.794Z Downloaded parking_lot v0.12.5
1762026-06-05T04:00:09.794Z Downloaded serde_spanned v1.1.1
1772026-06-05T04:00:09.795Z Downloaded openssl-probe v0.2.1
1782026-06-05T04:00:09.806Z Downloaded mukti-metadata v0.3.0
1792026-06-05T04:00:09.806Z Downloaded futures-task v0.3.32
1802026-06-05T04:00:09.806Z Downloaded color-spantrace v0.3.0
1812026-06-05T04:00:09.806Z Downloaded cargo_metadata v0.20.0
1822026-06-05T04:00:09.806Z Downloaded lock_api v0.4.14
1832026-06-05T04:00:09.806Z Downloaded ipnet v2.12.0
1842026-06-05T04:00:09.806Z Downloaded litrs v1.0.0
1852026-06-05T04:00:09.806Z Downloaded flate2 v1.1.9
1862026-06-05T04:00:09.806Z Downloaded futures v0.3.32
1872026-06-05T04:00:09.810Z Downloaded signal-hook-mio v0.2.5
1882026-06-05T04:00:09.810Z Downloaded home v0.5.12
1892026-06-05T04:00:09.810Z Downloaded nextest-workspace-hack v0.1.0
1902026-06-05T04:00:09.810Z Downloaded nextest-metadata v0.12.2
1912026-06-05T04:00:09.813Z Downloaded fixedbitset v0.5.7
1922026-06-05T04:00:09.813Z Downloaded sigchld v0.2.4
1932026-06-05T04:00:09.813Z Downloaded serde-untagged v0.1.9
1942026-06-05T04:00:09.819Z Downloaded pin-project-lite v0.2.17
1952026-06-05T04:00:09.819Z Downloaded globset v0.4.18
1962026-06-05T04:00:09.819Z Downloaded pin-project-internal v1.1.13
1972026-06-05T04:00:09.819Z Downloaded self-replace v1.5.0
1982026-06-05T04:00:09.823Z Downloaded ppv-lite86 v0.2.21
1992026-06-05T04:00:09.823Z Downloaded jobserver v0.1.34
2002026-06-05T04:00:09.824Z Downloaded is_terminal_polyfill v1.70.2
2012026-06-05T04:00:09.831Z Downloaded future-queue v0.4.0
2022026-06-05T04:00:09.831Z Downloaded strip-ansi-escapes v0.2.1
2032026-06-05T04:00:09.831Z Downloaded openssl-sys v0.9.116
2042026-06-05T04:00:09.837Z Downloaded http-body v1.0.1
2052026-06-05T04:00:09.837Z Downloaded find-msvc-tools v0.1.9
2062026-06-05T04:00:09.837Z Downloaded cfg-expr v0.20.8
2072026-06-05T04:00:09.837Z Downloaded quote v1.0.45
2082026-06-05T04:00:09.837Z Downloaded lru-slab v0.1.2
2092026-06-05T04:00:09.837Z Downloaded is_ci v1.2.0
2102026-06-05T04:00:09.837Z Downloaded signal-hook-registry v1.4.8
2112026-06-05T04:00:09.840Z Downloaded form_urlencoded v1.2.2
2122026-06-05T04:00:09.840Z Downloaded hyper-tls v0.6.0
2132026-06-05T04:00:09.840Z Downloaded supports-unicode v3.0.0
2142026-06-05T04:00:09.840Z Downloaded quick-junit v0.5.2
2152026-06-05T04:00:09.848Z Downloaded convert_case v0.10.0
2162026-06-05T04:00:09.848Z Downloaded console v0.15.11
2172026-06-05T04:00:09.854Z Downloaded slab v0.4.12
2182026-06-05T04:00:09.854Z Downloaded simd-adler32 v0.3.9
2192026-06-05T04:00:09.854Z Downloaded nested v0.1.1
2202026-06-05T04:00:09.854Z Downloaded itoa v1.0.18
2212026-06-05T04:00:09.854Z Downloaded addr2line v0.25.1
2222026-06-05T04:00:09.854Z Downloaded getrandom v0.2.17
2232026-06-05T04:00:09.854Z Downloaded futures-channel v0.3.32
2242026-06-05T04:00:09.859Z Downloaded supports-hyperlinks v3.2.0
2252026-06-05T04:00:09.859Z Downloaded crc32fast v1.5.0
2262026-06-05T04:00:09.859Z Downloaded derive-where v1.6.1
2272026-06-05T04:00:09.859Z Downloaded clap_derive v4.6.1
2282026-06-05T04:00:09.866Z Downloaded smol_str v0.3.6
2292026-06-05T04:00:09.866Z Downloaded bitflags v2.12.1
2302026-06-05T04:00:09.866Z Downloaded openssl-macros v0.1.1
2312026-06-05T04:00:09.866Z Downloaded num-traits v0.2.19
2322026-06-05T04:00:10.272Z Downloaded toml_datetime v0.6.11
2332026-06-05T04:00:10.272Z Downloaded camino v1.2.2
2342026-06-05T04:00:10.273Z Downloaded rustc-hash v2.1.2
2352026-06-05T04:00:10.273Z Downloaded semver v1.0.28
2362026-06-05T04:00:10.273Z Downloaded ordered-float v2.10.1
2372026-06-05T04:00:10.281Z Downloaded lazy_static v1.5.0
2382026-06-05T04:00:10.281Z Downloaded target-spec-miette v0.4.8
2392026-06-05T04:00:10.281Z Downloaded clap v4.6.1
2402026-06-05T04:00:10.281Z Downloaded target-lexicon v0.13.5
2412026-06-05T04:00:10.281Z Downloaded serde_core v1.0.228
2422026-06-05T04:00:10.281Z Downloaded base64 v0.22.1
2432026-06-05T04:00:10.281Z Downloaded base64ct v1.8.3
2442026-06-05T04:00:10.281Z Downloaded rustls-webpki v0.103.13
2452026-06-05T04:00:10.281Z Downloaded terminal_size v0.4.4
2462026-06-05T04:00:10.281Z Downloaded shlex v2.0.1
2472026-06-05T04:00:10.281Z Downloaded foldhash v0.1.5
2482026-06-05T04:00:10.281Z Downloaded tracing-error v0.2.1
2492026-06-05T04:00:10.281Z Downloaded thiserror-impl v1.0.69
2502026-06-05T04:00:10.281Z Downloaded static_assertions v1.1.0
2512026-06-05T04:00:10.281Z Downloaded signal-hook v0.3.18
2522026-06-05T04:00:10.281Z Downloaded native-tls v0.2.18
2532026-06-05T04:00:10.282Z Downloaded sharded-slab v0.1.7
2542026-06-05T04:00:10.282Z Downloaded tower-service v0.3.3
2552026-06-05T04:00:10.282Z Downloaded socket2 v0.6.4
2562026-06-05T04:00:10.282Z Downloaded os_pipe v1.2.3
2572026-06-05T04:00:10.282Z Downloaded config v0.15.23
2582026-06-05T04:00:10.282Z Downloaded utf8_iter v1.0.4
2592026-06-05T04:00:10.282Z Downloaded idna_adapter v1.0.0
2602026-06-05T04:00:10.282Z Downloaded strsim v0.11.1
2612026-06-05T04:00:10.282Z Downloaded miette-derive v7.6.0
2622026-06-05T04:00:10.282Z Downloaded hyper-rustls v0.27.9
2632026-06-05T04:00:10.282Z Downloaded ahash v0.8.12
2642026-06-05T04:00:10.282Z Downloaded thiserror v1.0.69
2652026-06-05T04:00:10.282Z Downloaded untrusted v0.9.0
2662026-06-05T04:00:10.282Z Downloaded xattr v1.6.1
2672026-06-05T04:00:10.282Z Downloaded scopeguard v1.2.0
2682026-06-05T04:00:10.282Z Downloaded http v1.4.1
2692026-06-05T04:00:10.282Z Downloaded ed25519-dalek v2.2.0
2702026-06-05T04:00:10.282Z Downloaded erased-serde v0.4.10
2712026-06-05T04:00:10.282Z Downloaded equivalent v1.0.2
2722026-06-05T04:00:10.282Z Downloaded tokio-rustls v0.26.4
2732026-06-05T04:00:10.282Z Downloaded duct v0.13.7
2742026-06-05T04:00:10.282Z Downloaded signature v2.2.0
2752026-06-05T04:00:10.282Z Downloaded camino-tempfile v1.4.1
2762026-06-05T04:00:10.282Z Downloaded guppy-workspace-hack v0.1.0
2772026-06-05T04:00:10.282Z Downloaded debug-ignore v1.0.5
2782026-06-05T04:00:10.282Z Downloaded unicode-linebreak v0.1.5
2792026-06-05T04:00:10.282Z Downloaded humantime v2.3.0
2802026-06-05T04:00:10.283Z Downloaded hex v0.4.3
2812026-06-05T04:00:10.283Z Downloaded backtrace-ext v0.2.1
2822026-06-05T04:00:10.283Z Downloaded owo-colors v4.3.0
2832026-06-05T04:00:10.283Z Downloaded iana-time-zone v0.1.65
2842026-06-05T04:00:10.283Z Downloaded rustls-pki-types v1.14.1
2852026-06-05T04:00:10.283Z Downloaded rand_chacha v0.9.0
2862026-06-05T04:00:10.283Z Downloaded parking_lot_core v0.9.12
2872026-06-05T04:00:10.283Z Downloaded nextest-filtering v0.15.0
2882026-06-05T04:00:10.283Z Downloaded number_prefix v0.4.0
2892026-06-05T04:00:10.283Z Downloaded rustc_version v0.4.1
2902026-06-05T04:00:10.283Z Downloaded percent-encoding v2.3.2
2912026-06-05T04:00:10.283Z Downloaded self_update v0.42.0
2922026-06-05T04:00:10.283Z Downloaded pkg-config v0.3.33
2932026-06-05T04:00:10.283Z Downloaded ryu v1.0.23
2942026-06-05T04:00:10.283Z Downloaded typeid v1.0.3
2952026-06-05T04:00:10.283Z Downloaded crypto-common v0.1.7
2962026-06-05T04:00:10.283Z Downloaded clap_lex v1.1.0
2972026-06-05T04:00:10.283Z Downloaded httparse v1.10.1
2982026-06-05T04:00:10.283Z Downloaded rustc-demangle v0.1.27
2992026-06-05T04:00:10.283Z Downloaded foreign-types-shared v0.1.1
3002026-06-05T04:00:10.283Z Downloaded pathdiff v0.2.3
3012026-06-05T04:00:10.283Z Downloaded foreign-types v0.3.2
3022026-06-05T04:00:10.283Z Downloaded serde_urlencoded v0.7.1
3032026-06-05T04:00:10.283Z Downloaded fnv v1.0.7
3042026-06-05T04:00:10.283Z Downloaded anstyle-query v1.1.5
3052026-06-05T04:00:10.283Z Downloaded futures-executor v0.3.32
3062026-06-05T04:00:10.284Z Downloaded sha2 v0.10.9
3072026-06-05T04:00:10.284Z Downloaded once_cell v1.21.4
3082026-06-05T04:00:10.284Z Downloaded shared_child v1.1.1
3092026-06-05T04:00:10.284Z Downloaded cargo_metadata v0.23.1
3102026-06-05T04:00:10.284Z Downloaded http-body-util v0.1.3
3112026-06-05T04:00:10.284Z Downloaded thiserror v2.0.18
3122026-06-05T04:00:10.284Z Downloaded digest v0.10.7
3132026-06-05T04:00:10.284Z Downloaded subtle v2.6.1
3142026-06-05T04:00:10.284Z Downloaded backtrace v0.3.76
3152026-06-05T04:00:10.284Z Downloaded supports-color v3.0.2
3162026-06-05T04:00:10.284Z Downloaded pkcs8 v0.10.2
3172026-06-05T04:00:10.284Z Downloaded serde_path_to_error v0.1.20
3182026-06-05T04:00:10.284Z Downloaded miniz_oxide v0.8.9
3192026-06-05T04:00:10.284Z Downloaded newtype-uuid v1.3.2
3202026-06-05T04:00:10.284Z Downloaded either v1.16.0
3212026-06-05T04:00:10.284Z Downloaded dialoguer v0.11.0
3222026-06-05T04:00:10.284Z Downloaded tokio-macros v2.7.0
3232026-06-05T04:00:10.284Z Downloaded vte v0.14.1
3242026-06-05T04:00:10.284Z Downloaded try-lock v0.2.5
3252026-06-05T04:00:10.284Z Downloaded serde_json v1.0.150
3262026-06-05T04:00:10.284Z Downloaded rand_core v0.6.4
3272026-06-05T04:00:10.284Z Downloaded hashbrown v0.15.5
3282026-06-05T04:00:10.284Z Downloaded toml_write v0.1.2
3292026-06-05T04:00:10.284Z Downloaded autocfg v1.5.1
3302026-06-05T04:00:10.284Z Downloaded urlencoding v2.1.3
3312026-06-05T04:00:10.284Z Downloaded tower-layer v0.3.3
3322026-06-05T04:00:10.284Z Downloaded pin-project v1.1.13
3332026-06-05T04:00:10.284Z Downloaded tokio-native-tls v0.3.1
3342026-06-05T04:00:10.284Z Downloaded thread_local v1.1.9
3352026-06-05T04:00:10.284Z Downloaded quinn v0.11.9
3362026-06-05T04:00:10.285Z Downloaded eyre v0.6.12
3372026-06-05T04:00:10.293Z Downloaded thiserror-impl v2.0.18
3382026-06-05T04:00:10.293Z Downloaded unicode-xid v0.2.6
3392026-06-05T04:00:10.293Z Downloaded cargo-platform v0.2.0
3402026-06-05T04:00:10.293Z Downloaded ron v0.12.1
3412026-06-05T04:00:10.293Z Downloaded spki v0.7.3
3422026-06-05T04:00:10.293Z Downloaded proc-macro2 v1.0.106
3432026-06-05T04:00:10.293Z Downloaded log v0.4.32
3442026-06-05T04:00:10.293Z Downloaded crossterm v0.29.0
3452026-06-05T04:00:10.293Z Downloaded zeroize v1.8.2
3462026-06-05T04:00:10.293Z Downloaded want v0.3.1
3472026-06-05T04:00:10.293Z Downloaded zstd v0.13.3
3482026-06-05T04:00:10.293Z Downloaded xxhash-rust v0.8.15
3492026-06-05T04:00:10.293Z Downloaded smallvec v1.15.1
3502026-06-05T04:00:10.293Z Downloaded toml_writer v1.1.1+spec-1.1.0
3512026-06-05T04:00:10.293Z Downloaded hashbrown v0.17.1
3522026-06-05T04:00:10.294Z Downloaded serde_derive v1.0.228
3532026-06-05T04:00:10.294Z Downloaded tracing-log v0.2.0
3542026-06-05T04:00:10.294Z Downloaded regex v1.12.3
3552026-06-05T04:00:10.294Z Downloaded toml v0.8.23
3562026-06-05T04:00:10.294Z Downloaded hyper v1.10.1
3572026-06-05T04:00:10.294Z Downloaded zstd-safe v7.2.4
3582026-06-05T04:00:10.294Z Downloaded zipsign-api v0.1.5
3592026-06-05T04:00:10.294Z Downloaded tracing-attributes v0.1.31
3602026-06-05T04:00:10.294Z Downloaded toml_parser v1.1.2+spec-1.1.0
3612026-06-05T04:00:10.294Z Downloaded tempfile v3.27.0
3622026-06-05T04:00:10.294Z Downloaded bytes v1.11.1
3632026-06-05T04:00:10.294Z Downloaded getrandom v0.3.4
3642026-06-05T04:00:10.294Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3652026-06-05T04:00:10.294Z Downloaded borsh v1.6.1
3662026-06-05T04:00:10.294Z Downloaded tinyvec v1.11.0
3672026-06-05T04:00:10.294Z Downloaded tokio-stream v0.1.18
3682026-06-05T04:00:10.294Z Downloaded memchr v2.8.1
3692026-06-05T04:00:10.294Z Downloaded toml v1.1.2+spec-1.1.0
3702026-06-05T04:00:10.294Z Downloaded derive_more v2.1.1
3712026-06-05T04:00:10.294Z Downloaded unicode-ident v1.0.24
3722026-06-05T04:00:10.294Z Downloaded hyper-util v0.1.20
3732026-06-05T04:00:10.294Z Downloaded rand v0.9.4
3742026-06-05T04:00:10.294Z Downloaded tar v0.4.46
3752026-06-05T04:00:10.294Z Downloaded serde v1.0.228
3762026-06-05T04:00:10.294Z Downloaded tracing-core v0.1.36
3772026-06-05T04:00:10.295Z Downloaded itertools v0.14.0
3782026-06-05T04:00:10.295Z Downloaded uuid v1.23.2
3792026-06-05T04:00:10.295Z Downloaded indexmap v2.14.0
3802026-06-05T04:00:10.295Z Downloaded url v2.5.8
3812026-06-05T04:00:10.295Z Downloaded toml_edit v0.22.27
3822026-06-05T04:00:10.295Z Downloaded bstr v1.12.1
3832026-06-05T04:00:10.295Z Downloaded textwrap v0.16.2
3842026-06-05T04:00:10.295Z Downloaded miette v7.6.0
3852026-06-05T04:00:10.295Z Downloaded aho-corasick v1.1.4
3862026-06-05T04:00:10.295Z Downloaded unicode-segmentation v1.13.3
3872026-06-05T04:00:10.295Z Downloaded idna v1.1.0
3882026-06-05T04:00:10.295Z Downloaded typenum v1.20.1
3892026-06-05T04:00:10.295Z Downloaded tower-http v0.6.11
3902026-06-05T04:00:10.295Z Downloaded reqwest v0.12.28
3912026-06-05T04:00:10.295Z Downloaded tokio-util v0.7.18
3922026-06-05T04:00:10.295Z Downloaded clap_builder v4.6.0
3932026-06-05T04:00:10.295Z Downloaded quick-xml v0.38.4
3942026-06-05T04:00:10.295Z Downloaded curve25519-dalek v4.1.3
3952026-06-05T04:00:10.295Z Downloaded color-eyre v0.6.5
3962026-06-05T04:00:10.295Z Downloaded futures-util v0.3.32
3972026-06-05T04:00:10.295Z Downloaded unicase v2.9.0
3982026-06-05T04:00:10.295Z Downloaded h2 v0.4.14
3992026-06-05T04:00:10.295Z Downloaded gimli v0.32.3
4002026-06-05T04:00:10.295Z Downloaded unicode-width v0.1.14
4012026-06-05T04:00:10.296Z Downloaded winnow v1.0.3
4022026-06-05T04:00:10.296Z Downloaded chrono v0.4.45
4032026-06-05T04:00:10.296Z Downloaded portable-atomic v1.13.1
4042026-06-05T04:00:10.296Z Downloaded zerocopy v0.8.50
4052026-06-05T04:00:10.296Z Downloaded utf8parse v0.2.2
4062026-06-05T04:00:10.296Z Downloaded tinyvec_macros v0.1.1
4072026-06-05T04:00:10.296Z Downloaded pulldown-cmark v0.13.4
4082026-06-05T04:00:10.296Z Downloaded syn v2.0.117
4092026-06-05T04:00:10.296Z Downloaded quick-xml v0.37.5
4102026-06-05T04:00:10.296Z Downloaded version_check v0.9.5
4112026-06-05T04:00:10.296Z Downloaded tracing v0.1.44
4122026-06-05T04:00:10.296Z Downloaded zmij v1.0.21
4132026-06-05T04:00:10.296Z Downloaded swrite v0.1.0
4142026-06-05T04:00:10.296Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4152026-06-05T04:00:10.307Z Downloaded winnow v0.7.15
4162026-06-05T04:00:10.312Z Downloaded webpki-roots v1.0.7
4172026-06-05T04:00:10.316Z Downloaded quinn-proto v0.11.14
4182026-06-05T04:00:10.319Z Downloaded object v0.37.3
4192026-06-05T04:00:10.324Z Downloaded tower v0.5.3
4202026-06-05T04:00:10.331Z Downloaded target-spec v3.6.0
4212026-06-05T04:00:10.349Z Downloaded unicode-normalization v0.1.25
4222026-06-05T04:00:10.353Z Downloaded vcpkg v0.2.15
4232026-06-05T04:00:10.371Z Downloaded regex-syntax v0.8.10
4242026-06-05T04:00:10.375Z Downloaded openssl v0.10.80
4252026-06-05T04:00:10.381Z Downloaded rustls v0.23.40
4262026-06-05T04:00:10.390Z Downloaded nextest-runner v0.80.0
4272026-06-05T04:00:10.425Z Downloaded tracing-subscriber v0.3.23
4282026-06-05T04:00:10.429Z Downloaded nix v0.30.1
4292026-06-05T04:00:10.429Z Downloaded rustix v0.38.44
4302026-06-05T04:00:11.443Z Downloaded unicode-width v0.2.2
4312026-06-05T04:00:11.448Z Downloaded rustix v1.1.4
4322026-06-05T04:00:11.448Z Downloaded regex-automata v0.4.14
4332026-06-05T04:00:11.448Z Downloaded tokio v1.52.3
4342026-06-05T04:00:11.448Z Downloaded recursion v0.5.4
4352026-06-05T04:00:11.448Z Downloaded ring v0.17.14
4362026-06-05T04:00:11.448Z Downloaded sync_wrapper v1.0.2
4372026-06-05T04:00:11.448Z Compiling libc v0.2.186
4382026-06-05T04:00:11.448Z Compiling proc-macro2 v1.0.106
4392026-06-05T04:00:11.448Z Compiling unicode-ident v1.0.24
4402026-06-05T04:00:11.448Z Compiling quote v1.0.45
4412026-06-05T04:00:11.448Z Compiling serde_core v1.0.228
4422026-06-05T04:00:11.448Z Compiling cfg-if v1.0.4
4432026-06-05T04:00:11.449Z Compiling memchr v2.8.1
4442026-06-05T04:00:11.449Z Compiling once_cell v1.21.4
4452026-06-05T04:00:11.449Z Compiling log v0.4.32
4462026-06-05T04:00:11.449Z Compiling pin-project-lite v0.2.17
4472026-06-05T04:00:11.449Z Compiling serde v1.0.228
4482026-06-05T04:00:11.449Z Compiling itoa v1.0.18
4492026-06-05T04:00:11.449Z Compiling futures-core v0.3.32
4502026-06-05T04:00:11.449Z Compiling smallvec v1.15.1
4512026-06-05T04:00:11.449Z Compiling bitflags v2.12.1
4522026-06-05T04:00:11.449Z Compiling hashbrown v0.17.1
4532026-06-05T04:00:11.550Z Compiling shlex v2.0.1
4542026-06-05T04:00:11.738Z Compiling errno v0.3.14
4552026-06-05T04:00:11.771Z Compiling find-msvc-tools v0.1.9
4562026-06-05T04:00:11.952Z Compiling equivalent v1.0.2
4572026-06-05T04:00:11.969Z Compiling signal-hook-registry v1.4.8
4582026-06-05T04:00:11.969Z Compiling jobserver v0.1.34
4592026-06-05T04:00:12.013Z Compiling bytes v1.11.1
4602026-06-05T04:00:12.043Z Compiling mio v1.2.1
4612026-06-05T04:00:12.129Z Compiling syn v2.0.117
4622026-06-05T04:00:12.129Z Compiling futures-sink v0.3.32
4632026-06-05T04:00:12.905Z Compiling cc v1.2.63
4642026-06-05T04:00:12.910Z Compiling rustix v1.1.4
4652026-06-05T04:00:12.910Z Compiling socket2 v0.6.4
4662026-06-05T04:00:12.910Z Compiling zmij v1.0.21
4672026-06-05T04:00:12.910Z Compiling slab v0.4.12
4682026-06-05T04:00:12.910Z Compiling futures-channel v0.3.32
4692026-06-05T04:00:12.911Z Compiling tracing-core v0.1.36
4702026-06-05T04:00:12.911Z Compiling serde_json v1.0.150
4712026-06-05T04:00:13.049Z Compiling version_check v0.9.5
4722026-06-05T04:00:13.157Z Compiling indexmap v2.14.0
4732026-06-05T04:00:13.959Z Compiling futures-io v0.3.32
4742026-06-05T04:00:14.033Z Compiling getrandom v0.4.2
4752026-06-05T04:00:14.033Z Compiling futures-task v0.3.32
4762026-06-05T04:00:14.033Z Compiling percent-encoding v2.3.2
4772026-06-05T04:00:14.033Z Compiling unicode-width v0.2.2
4782026-06-05T04:00:14.033Z Compiling camino v1.2.2
4792026-06-05T04:00:14.033Z Compiling ring v0.17.14
4802026-06-05T04:00:14.033Z Compiling http v1.4.1
4812026-06-05T04:00:14.033Z Compiling zeroize v1.8.2
4822026-06-05T04:00:14.062Z Compiling adler2 v2.0.1
4832026-06-05T04:00:14.062Z Compiling autocfg v1.5.1
4842026-06-05T04:00:14.111Z Compiling simd-adler32 v0.3.9
4852026-06-05T04:00:14.349Z Compiling num-traits v0.2.19
4862026-06-05T04:00:14.578Z Compiling miniz_oxide v0.8.9
4872026-06-05T04:00:14.694Z Compiling object v0.37.3
4882026-06-05T04:00:14.706Z Compiling getrandom v0.3.4
4892026-06-05T04:00:15.028Z Compiling zerocopy v0.8.50
4902026-06-05T04:00:15.046Z Compiling target-lexicon v0.13.5
4912026-06-05T04:00:15.149Z Compiling http-body v1.0.1
4922026-06-05T04:00:15.494Z Compiling rustls-pki-types v1.14.1
4932026-06-05T04:00:15.516Z Compiling form_urlencoded v1.2.2
4942026-06-05T04:00:15.595Z Compiling semver v1.0.28
4952026-06-05T04:00:15.685Z Compiling serde_derive v1.0.228
4962026-06-05T04:00:15.784Z Compiling tokio-macros v2.7.0
4972026-06-05T04:00:15.936Z Compiling futures-macro v0.3.32
4982026-06-05T04:00:16.052Z Compiling tracing-attributes v0.1.31
4992026-06-05T04:00:16.094Z Compiling getrandom v0.2.17
5002026-06-05T04:00:16.277Z Compiling untrusted v0.9.0
5012026-06-05T04:00:16.306Z Compiling signal-hook v0.3.18
5022026-06-05T04:00:16.407Z Compiling idna_adapter v1.0.0
5032026-06-05T04:00:16.428Z Compiling httparse v1.10.1
5042026-06-05T04:00:16.510Z Compiling fnv v1.0.7
5052026-06-05T04:00:16.524Z Compiling utf8_iter v1.0.4
5062026-06-05T04:00:16.571Z Compiling tokio v1.52.3
5072026-06-05T04:00:16.617Z Compiling owo-colors v4.3.0
5082026-06-05T04:00:16.699Z Compiling gimli v0.32.3
5092026-06-05T04:00:16.767Z Compiling futures-util v0.3.32
5102026-06-05T04:00:16.845Z Compiling guppy-workspace-hack v0.1.0
5112026-06-05T04:00:16.939Z Compiling thiserror v2.0.18
5122026-06-05T04:00:17.092Z Compiling idna v1.1.0
5132026-06-05T04:00:17.246Z Compiling tracing v0.1.44
5142026-06-05T04:00:17.490Z Compiling thiserror-impl v2.0.18
5152026-06-05T04:00:19.470Z Compiling addr2line v0.25.1
5162026-06-05T04:00:19.583Z Compiling generic-array v0.14.7
5172026-06-05T04:00:19.583Z Compiling rustls v0.23.40
5182026-06-05T04:00:19.584Z Compiling target-spec v3.6.0
5192026-06-05T04:00:19.584Z Compiling fastrand v2.4.1
5202026-06-05T04:00:19.584Z Compiling atomic-waker v1.1.2
5212026-06-05T04:00:19.584Z Compiling try-lock v0.2.5
5222026-06-05T04:00:19.584Z Compiling pkg-config v0.3.33
5232026-06-05T04:00:19.584Z Compiling tower-service v0.3.3
5242026-06-05T04:00:19.620Z Compiling typeid v1.0.3
5252026-06-05T04:00:19.624Z Compiling rustc-demangle v0.1.27
5262026-06-05T04:00:19.692Z Compiling thiserror v1.0.69
5272026-06-05T04:00:19.953Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5282026-06-05T04:00:19.979Z Compiling tempfile v3.27.0
5292026-06-05T04:00:20.196Z Compiling want v0.3.1
5302026-06-05T04:00:20.404Z Compiling cfg-expr v0.20.8
5312026-06-05T04:00:20.495Z Compiling tokio-util v0.7.18
5322026-06-05T04:00:20.877Z Compiling url v2.5.8
5332026-06-05T04:00:21.067Z Compiling h2 v0.4.14
5342026-06-05T04:00:21.770Z Compiling backtrace v0.3.76
5352026-06-05T04:00:21.936Z Compiling thiserror-impl v1.0.69
5362026-06-05T04:00:22.230Z Compiling terminal_size v0.4.4
5372026-06-05T04:00:22.417Z Compiling aho-corasick v1.1.4
5382026-06-05T04:00:22.462Z Compiling erased-serde v0.4.10
5392026-06-05T04:00:22.770Z Compiling subtle v2.6.1
5402026-06-05T04:00:22.922Z Compiling typenum v1.20.1
5412026-06-05T04:00:23.070Z Compiling regex-syntax v0.8.10
5422026-06-05T04:00:23.340Z Compiling winnow v0.7.15
5432026-06-05T04:00:23.630Z Compiling rustls-webpki v0.103.13
5442026-06-05T04:00:25.236Z Compiling regex-automata v0.4.14
5452026-06-05T04:00:27.443Z Compiling hyper v1.10.1
5462026-06-05T04:00:27.892Z Compiling serde_spanned v0.6.9
5472026-06-05T04:00:28.053Z Compiling toml_datetime v0.6.11
5482026-06-05T04:00:28.427Z Compiling ahash v0.8.12
5492026-06-05T04:00:28.689Z Compiling sync_wrapper v1.0.2
5502026-06-05T04:00:28.813Z Compiling toml_write v0.1.2
5512026-06-05T04:00:29.069Z Compiling nextest-workspace-hack v0.1.0
5522026-06-05T04:00:29.314Z Compiling portable-atomic v1.13.1
5532026-06-05T04:00:29.454Z Compiling crc32fast v1.5.0
5542026-06-05T04:00:29.765Z Compiling is_ci v1.2.0
5552026-06-05T04:00:29.809Z Compiling ipnet v2.12.0
5562026-06-05T04:00:29.943Z Compiling lazy_static v1.5.0
5572026-06-05T04:00:30.053Z Compiling unicode-segmentation v1.13.3
5582026-06-05T04:00:30.266Z Compiling tower-layer v0.3.3
5592026-06-05T04:00:30.303Z Compiling either v1.16.0
5602026-06-05T04:00:30.447Z Compiling parking_lot_core v0.9.12
5612026-06-05T04:00:30.466Z Compiling foldhash v0.1.5
5622026-06-05T04:00:30.531Z Compiling unicode-linebreak v0.1.5
5632026-06-05T04:00:30.683Z Compiling base64 v0.22.1
5642026-06-05T04:00:30.701Z Compiling hashbrown v0.15.5
5652026-06-05T04:00:30.749Z Compiling textwrap v0.16.2
5662026-06-05T04:00:30.802Z Compiling tower v0.5.3
5672026-06-05T04:00:31.004Z Compiling hyper-util v0.1.20
5682026-06-05T04:00:31.165Z Compiling convert_case v0.10.0
5692026-06-05T04:00:31.339Z Compiling sharded-slab v0.1.7
5702026-06-05T04:00:31.379Z Compiling supports-color v3.0.2
5712026-06-05T04:00:31.520Z Compiling tokio-rustls v0.26.4
5722026-06-05T04:00:31.610Z Compiling toml_edit v0.22.27
5732026-06-05T04:00:31.930Z Compiling backtrace-ext v0.2.1
5742026-06-05T04:00:32.169Z Compiling ordered-float v2.10.1
5752026-06-05T04:00:32.185Z Compiling webpki-roots v1.0.7
5762026-06-05T04:00:32.303Z Compiling miette-derive v7.6.0
5772026-06-05T04:00:32.436Z Compiling pathdiff v0.2.3
5782026-06-05T04:00:32.449Z Compiling console v0.15.11
5792026-06-05T04:00:32.563Z Compiling tracing-log v0.2.0
5802026-06-05T04:00:32.918Z Compiling cargo-platform v0.3.3
5812026-06-05T04:00:33.407Z Compiling os_pipe v1.2.3
5822026-06-05T04:00:33.483Z Compiling thread_local v1.1.9
5832026-06-05T04:00:33.578Z Compiling winnow v1.0.3
5842026-06-05T04:00:33.619Z Compiling scopeguard v1.2.0
5852026-06-05T04:00:33.724Z Compiling fixedbitset v0.5.7
5862026-06-05T04:00:33.794Z Compiling debug-ignore v1.0.5
5872026-06-05T04:00:33.838Z Compiling supports-unicode v3.0.0
5882026-06-05T04:00:33.902Z Compiling cfg_aliases v0.2.1
5892026-06-05T04:00:33.982Z Compiling unicode-width v0.1.14
5902026-06-05T04:00:34.018Z Compiling pulldown-cmark v0.13.4
5912026-06-05T04:00:34.238Z Compiling supports-hyperlinks v3.2.0
5922026-06-05T04:00:34.277Z Compiling rustix v0.38.44
5932026-06-05T04:00:34.471Z Compiling utf8parse v0.2.2
5942026-06-05T04:00:34.592Z Compiling zstd-safe v7.2.4
5952026-06-05T04:00:34.605Z Compiling ryu v1.0.23
5962026-06-05T04:00:34.723Z Compiling toml_parser v1.1.2+spec-1.1.0
5972026-06-05T04:00:34.846Z Compiling serde_urlencoded v0.7.1
5982026-06-05T04:00:34.937Z Compiling anstyle-parse v1.0.0
5992026-06-05T04:00:35.016Z Compiling miette v7.6.0
6002026-06-05T04:00:35.132Z Compiling nix v0.30.1
6012026-06-05T04:00:35.149Z Compiling petgraph v0.8.3
6022026-06-05T04:00:35.521Z Compiling lock_api v0.4.14
6032026-06-05T04:00:35.770Z Compiling tracing-subscriber v0.3.23
6042026-06-05T04:00:36.034Z Compiling sigchld v0.2.4
6052026-06-05T04:00:36.233Z Compiling toml v0.8.23
6062026-06-05T04:00:36.418Z Compiling cargo_metadata v0.23.1
6072026-06-05T04:00:37.066Z Compiling serde-value v0.7.0
6082026-06-05T04:00:37.821Z Compiling hyper-rustls v0.27.9
6092026-06-05T04:00:38.490Z Compiling serde-untagged v0.1.9
6102026-06-05T04:00:39.118Z Compiling derive_more-impl v2.1.1
6112026-06-05T04:00:39.121Z Compiling tower-http v0.6.11
6122026-06-05T04:00:39.763Z Compiling itertools v0.14.0
6132026-06-05T04:00:39.774Z Compiling regex v1.12.3
6142026-06-05T04:00:39.778Z Compiling block-buffer v0.10.4
6152026-06-05T04:00:39.932Z Compiling crypto-common v0.1.7
6162026-06-05T04:00:39.935Z Compiling ppv-lite86 v0.2.21
6172026-06-05T04:00:40.066Z Compiling rand_core v0.9.5
6182026-06-05T04:00:40.264Z Compiling futures-executor v0.3.32
6192026-06-05T04:00:40.309Z Compiling pin-project-internal v1.1.13
6202026-06-05T04:00:40.796Z Compiling http-body-util v0.1.3
6212026-06-05T04:00:40.964Z Compiling uuid v1.23.2
6222026-06-05T04:00:41.064Z Compiling serde_spanned v1.1.1
6232026-06-05T04:00:41.195Z Compiling toml_datetime v1.1.1+spec-1.1.0
6242026-06-05T04:00:41.212Z Compiling smol_str v0.3.6
6252026-06-05T04:00:41.237Z Compiling filetime v0.2.29
6262026-06-05T04:00:41.370Z Compiling bstr v1.12.1
6272026-06-05T04:00:41.442Z Compiling vte v0.14.1
6282026-06-05T04:00:41.513Z Compiling color-spantrace v0.3.0
6292026-06-05T04:00:41.542Z Compiling eyre v0.6.12
6302026-06-05T04:00:41.608Z Compiling static_assertions v1.1.0
6312026-06-05T04:00:41.644Z Compiling anstyle v1.0.14
6322026-06-05T04:00:41.658Z Compiling is_terminal_polyfill v1.70.2
6332026-06-05T04:00:41.676Z Compiling xattr v1.6.1
6342026-06-05T04:00:41.751Z Compiling unicase v2.9.0
6352026-06-05T04:00:41.827Z Compiling anstyle-query v1.1.5
6362026-06-05T04:00:41.858Z Compiling number_prefix v0.4.0
6372026-06-05T04:00:41.909Z Compiling colorchoice v1.0.5
6382026-06-05T04:00:41.927Z Compiling self_update v0.42.0
6392026-06-05T04:00:41.938Z Compiling litrs v1.0.0
6402026-06-05T04:00:42.002Z Compiling tinyvec_macros v0.1.1
6412026-06-05T04:00:42.024Z Compiling unicode-xid v0.2.6
6422026-06-05T04:00:42.074Z Compiling nested v0.1.1
6432026-06-05T04:00:42.157Z Compiling iana-time-zone v0.1.65
6442026-06-05T04:00:42.190Z Compiling guppy v0.17.26
6452026-06-05T04:00:42.261Z Compiling chrono v0.4.45
6462026-06-05T04:00:42.369Z Compiling document-features v0.2.12
6472026-06-05T04:00:42.400Z Compiling cargo-util-schemas v0.2.0
6482026-06-05T04:00:42.490Z Compiling tinyvec v1.11.0
6492026-06-05T04:00:42.951Z Compiling anstream v1.0.0
6502026-06-05T04:00:42.967Z Compiling indicatif v0.17.11
6512026-06-05T04:00:43.493Z Compiling tar v0.4.46
6522026-06-05T04:00:43.693Z Compiling globset v0.4.18
6532026-06-05T04:00:44.815Z Compiling strip-ansi-escapes v0.2.1
6542026-06-05T04:00:45.312Z Compiling nextest-metadata v0.12.2
6552026-06-05T04:00:45.437Z Compiling toml v1.1.2+spec-1.1.0
6562026-06-05T04:00:45.627Z Compiling pin-project v1.1.13
6572026-06-05T04:00:45.763Z Compiling newtype-uuid v1.3.2
6582026-06-05T04:00:45.956Z Compiling reqwest v0.12.28
6592026-06-05T04:00:45.997Z Compiling futures v0.3.32
6602026-06-05T04:00:46.080Z Compiling rand_chacha v0.9.0
6612026-06-05T04:00:46.092Z Compiling digest v0.10.7
6622026-06-05T04:00:46.312Z Compiling derive_more v2.1.1
6632026-06-05T04:00:46.397Z Compiling parking_lot v0.12.5
6642026-06-05T04:00:46.622Z Compiling flate2 v1.1.9
6652026-06-05T04:00:46.974Z Compiling tracing-error v0.2.1
6662026-06-05T04:00:47.158Z Compiling shared_child v1.1.1
6672026-06-05T04:00:47.523Z Compiling signal-hook-mio v0.2.5
6682026-06-05T04:00:47.558Z Compiling self-replace v1.5.0
6692026-06-05T04:00:47.623Z Compiling cargo-platform v0.2.0
6702026-06-05T04:00:47.852Z Compiling quick-xml v0.38.4
6712026-06-05T04:00:48.190Z Compiling quick-xml v0.37.5
6722026-06-05T04:00:48.633Z Compiling indenter v0.3.4
6732026-06-05T04:00:48.762Z Compiling cpufeatures v0.2.17
6742026-06-05T04:00:48.834Z Compiling shell-words v1.1.1
6752026-06-05T04:00:49.077Z Compiling clap_lex v1.1.0
6762026-06-05T04:00:49.109Z Compiling strsim v0.11.1
6772026-06-05T04:00:49.435Z Compiling humantime v2.3.0
6782026-06-05T04:00:49.479Z Compiling heck v0.5.0
6792026-06-05T04:00:49.677Z Compiling urlencoding v2.1.3
6802026-06-05T04:00:49.743Z Compiling recursion v0.5.4
6812026-06-05T04:00:49.854Z Compiling nextest-filtering v0.15.0
6822026-06-05T04:00:49.921Z Compiling clap_derive v4.6.1
6832026-06-05T04:00:49.930Z Compiling humantime-serde v1.1.1
6842026-06-05T04:00:50.085Z Compiling clap_builder v4.6.0
6852026-06-05T04:00:50.507Z Compiling sha2 v0.10.9
6862026-06-05T04:00:51.728Z Compiling quick-junit v0.5.2
6872026-06-05T04:00:52.229Z Compiling atomicwrites v0.4.4
6882026-06-05T04:00:52.516Z Compiling cargo_metadata v0.20.0
6892026-06-05T04:00:53.783Z Compiling crossterm v0.29.0
6902026-06-05T04:00:54.828Z Compiling cargo-nextest v0.9.97
6912026-06-05T04:00:55.161Z Compiling duct v0.13.7
6922026-06-05T04:00:56.348Z Compiling zstd v0.13.3
6932026-06-05T04:00:56.780Z Compiling rand v0.9.4
6942026-06-05T04:00:56.819Z Compiling config v0.15.23
6952026-06-05T04:00:56.850Z Compiling async-scoped v0.9.0
6962026-06-05T04:00:56.926Z Compiling unicode-normalization v0.1.25
6972026-06-05T04:00:56.997Z Compiling target-spec-miette v0.4.8
6982026-06-05T04:00:57.037Z Compiling future-queue v0.4.0
6992026-06-05T04:00:57.347Z Compiling mukti-metadata v0.3.0
7002026-06-05T04:00:57.442Z Compiling tokio-stream v0.1.18
7012026-06-05T04:00:57.502Z Compiling camino-tempfile v1.4.1
7022026-06-05T04:00:57.530Z Compiling derive-where v1.6.1
7032026-06-05T04:00:57.678Z Compiling serde_ignored v0.1.14
7042026-06-05T04:00:57.803Z Compiling serde_path_to_error v0.1.20
7052026-06-05T04:00:57.901Z Compiling xxhash-rust v0.8.15
7062026-06-05T04:00:57.924Z Compiling swrite v0.1.0
7072026-06-05T04:00:58.027Z Compiling indent_write v2.2.0
7082026-06-05T04:00:58.079Z Compiling home v0.5.12
7092026-06-05T04:00:58.090Z Compiling hex v0.4.3
7102026-06-05T04:00:58.174Z Compiling color-eyre v0.6.5
7112026-06-05T04:00:58.258Z Compiling clap v4.6.1
7122026-06-05T04:00:58.274Z Compiling dialoguer v0.11.0
7132026-06-05T04:00:58.340Z Compiling enable-ansi-support v0.2.1
7142026-06-05T04:00:58.774Z Compiling nextest-runner v0.80.0
7152026-06-05T04:01:16.865Z Finished `release` profile [optimized] target(s) in 1m 10s
7162026-06-05T04:01:17.047Z Installing /home/build/.cargo/bin/cargo-nextest
7172026-06-05T04:01:17.050Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7182026-06-05T04:01:17.166Z+ source .github/buildomat/test-common.sh
7192026-06-05T04:01:17.170Z++ NEXTEST_VERSION=0.9.97
7202026-06-05T04:01:17.170Z++ PLATFORM=illumos
7212026-06-05T04:01:17.170Z++ banner install
7222026-06-05T04:01:17.170Z
7232026-06-05T04:01:17.170Z # # # #### ##### ## # #
7242026-06-05T04:01:17.170Z # ## # # # # # # #
7252026-06-05T04:01:17.171Z # # # # #### # # # # #
7262026-06-05T04:01:17.171Z # # # # # # ###### # #
7272026-06-05T04:01:17.171Z # # ## # # # # # # #
7282026-06-05T04:01:17.171Z # # # #### # # # ###### ######
7292026-06-05T04:01:17.171Z
7302026-06-05T04:01:17.171Z++ set +o errexit
7312026-06-05T04:01:17.175Z++ pkg info clang-15
7322026-06-05T04:01:17.175Z++ grep -qi installed
7332026-06-05T04:01:18.395Zpkg: info: no packages matching the following patterns you specified are
7342026-06-05T04:01:18.395Zinstalled on the system. Try querying remotely instead:
7352026-06-05T04:01:18.395Z
7362026-06-05T04:01:18.395Z clang-15
7372026-06-05T04:01:18.433Z++ [[ 1 != 0 ]]
7382026-06-05T04:01:18.433Z++ set -o errexit
7392026-06-05T04:01:18.436Z++ pfexec pkg install clang-15
7402026-06-05T04:01:28.118Z Startup: Refreshing catalog 'helios-dev' ... Done
7412026-06-05T04:01:35.892Z Startup: Caching catalogs ... Done
7422026-06-05T04:01:43.233ZPlanning: Solver setup ... Done
7432026-06-05T04:01:43.276ZPlanning: Running solver ... Done
7442026-06-05T04:01:43.428ZPlanning: Finding local manifests ... Done
7452026-06-05T04:01:43.446ZPlanning: Fetching manifests: 0/2 0% complete
7462026-06-05T04:01:43.542ZPlanning: Fetching manifests: 2/2 100% complete
7472026-06-05T04:01:43.572ZPlanning: Package planning ... Done
7482026-06-05T04:01:43.599ZPlanning: Merging actions ... Done
7492026-06-05T04:01:43.705ZPlanning: Checking for conflicting actions ... Done
7502026-06-05T04:01:43.712ZPlanning: Consolidating action changes ... Done
7512026-06-05T04:01:44.369ZPlanning: Evaluating mediators ... Done
7522026-06-05T04:01:44.375ZPlanning: Planning completed in 8.31 seconds
7532026-06-05T04:01:44.387Z Packages to install: 2
7542026-06-05T04:01:44.391Z Mediators to change: 2
7552026-06-05T04:01:44.391Z Services to change: 1
7562026-06-05T04:01:44.391Z Create boot environment: No
7572026-06-05T04:01:44.391ZCreate backup boot environment: No
7582026-06-05T04:01:44.430Z
7592026-06-05T04:01:44.430ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7602026-06-05T04:01:49.439ZDownload: 974/3076 items 82.2/211.3MB 38% complete (16.8M/s)
7612026-06-05T04:02:18.748ZDownload: 984/3076 items 82.2/211.3MB 38% complete
7622026-06-05T04:02:23.751ZDownload: 1691/3076 items 116.5/211.3MB 55% complete (7.0M/s)
7632026-06-05T04:02:30.372ZDownload: 2008/3076 items 117.3/211.3MB 55% complete (4.6M/s)
7642026-06-05T04:02:36.723ZDownload: 2009/3076 items 117.3/211.3MB 55% complete (4.5M/s)
7652026-06-05T04:02:44.049ZDownload: 2010/3076 items 117.3/211.3MB 55% complete
7662026-06-05T04:02:49.023ZDownload: 2942/3076 items 179.3/211.3MB 84% complete (12.2M/s)
7672026-06-05T04:03:09.530ZDownload: 3034/3076 items 201.8/211.3MB 95% complete
7682026-06-05T04:03:12.503ZDownload: Completed 211.31 MB in 88.06 seconds (2.4M/s)
7692026-06-05T04:03:12.625Z Actions: 1/3418 actions (Installing new actions)
7702026-06-05T04:03:15.761Z Actions: Completed 3418 actions in 3.13 seconds.
7712026-06-05T04:03:16.425Z Done
7722026-06-05T04:03:16.425Z Done
7732026-06-05T04:03:17.161Z Done
7742026-06-05T04:03:20.595Z Done
7752026-06-05T04:03:20.666Z Done
7762026-06-05T04:03:20.671Z Done
7772026-06-05T04:03:20.905Z Done
7782026-06-05T04:03:21.604Z++ set -o errexit
7792026-06-05T04:03:21.604Z++ cargo --version
7802026-06-05T04:03:21.623Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
7812026-06-05T04:03:21.628Z++ rustc --version
7822026-06-05T04:03:21.648Zrustc 1.95.0 (59807616e 2026-04-14)
7832026-06-05T04:03:21.655Z++ cargo install cargo-nextest --version 0.9.97
7842026-06-05T04:03:21.716Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7852026-06-05T04:03:21.726Z+ pushd rdb
7862026-06-05T04:03:21.726Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7872026-06-05T04:03:21.726Z+ PROPTEST_CASES=1000000
7882026-06-05T04:03:21.726Z+ cargo nextest run --lib proptest
7892026-06-05T04:03:21.890Z Updating git repository `https://github.com/oxidecomputer/falcon`
7902026-06-05T04:03:22.558ZFrom https://github.com/oxidecomputer/falcon
7912026-06-05T04:03:22.558Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
7922026-06-05T04:03:22.636Z Updating crates.io index
7932026-06-05T04:03:22.664Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7942026-06-05T04:03:23.593ZFrom https://github.com/oxidecomputer/dendrite
7952026-06-05T04:03:23.593Z * [new ref] 0c92583413d48f50f87c32bac3ed9a26b6785b58 -> refs/commit/0c92583413d48f50f87c32bac3ed9a26b6785b58
7962026-06-05T04:03:23.786Z Updating git repository `https://github.com/oxidecomputer/ispf`
7972026-06-05T04:03:24.064ZFrom https://github.com/oxidecomputer/ispf
7982026-06-05T04:03:24.064Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7992026-06-05T04:03:24.069Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8002026-06-05T04:03:24.393ZFrom https://github.com/oxidecomputer/netadm-sys
8012026-06-05T04:03:24.393Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
8022026-06-05T04:03:24.401Z Updating git repository `https://github.com/oxidecomputer/omicron`
8032026-06-05T04:03:32.290ZFrom https://github.com/oxidecomputer/omicron
8042026-06-05T04:03:32.290Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
8052026-06-05T04:03:32.706Z Updating git repository `https://github.com/oxidecomputer/opte`
8062026-06-05T04:03:33.485ZFrom https://github.com/oxidecomputer/opte
8072026-06-05T04:03:33.485Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
8082026-06-05T04:03:33.678Z Updating git repository `https://github.com/illumos/smf-rs`
8092026-06-05T04:03:33.918ZFrom https://github.com/illumos/smf-rs
8102026-06-05T04:03:33.918Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8112026-06-05T04:03:34.407Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8122026-06-05T04:03:34.410ZFrom https://github.com/oxidecomputer/network-interface
8132026-06-05T04:03:34.410Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8142026-06-05T04:03:34.410Z Updating git repository `https://github.com/oxidecomputer/zone`
8152026-06-05T04:03:34.551ZFrom https://github.com/oxidecomputer/zone
8162026-06-05T04:03:34.551Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8172026-06-05T04:03:34.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
8182026-06-05T04:03:35.264ZFrom https://github.com/oxidecomputer/propolis
8192026-06-05T04:03:35.264Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8202026-06-05T04:03:35.768Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8212026-06-05T04:03:35.842ZFrom https://github.com/oxidecomputer/transceiver-control
8222026-06-05T04:03:35.842Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
8232026-06-05T04:03:35.861Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8242026-06-05T04:03:36.128ZFrom https://github.com/oxidecomputer/dlpi-sys
8252026-06-05T04:03:36.128Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
8262026-06-05T04:03:36.132Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8272026-06-05T04:03:36.421ZFrom https://github.com/jmesmon/rust-libzfs
8282026-06-05T04:03:36.422Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8292026-06-05T04:03:36.429Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8302026-06-05T04:03:36.684ZFrom https://github.com/oxidecomputer/rusty-doors
8312026-06-05T04:03:36.684Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8322026-06-05T04:03:36.708Z Updating git repository `https://github.com/oxidecomputer/lldp`
8332026-06-05T04:03:37.011ZFrom https://github.com/oxidecomputer/lldp
8342026-06-05T04:03:37.011Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
8352026-06-05T04:03:37.081Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8362026-06-05T04:03:37.347ZFrom https://github.com/oxidecomputer/slog-error-chain
8372026-06-05T04:03:37.347Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8382026-06-05T04:03:37.757Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8392026-06-05T04:03:37.761ZFrom https://github.com/oxidecomputer/tufaceous
8402026-06-05T04:03:37.761Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
8412026-06-05T04:03:37.761Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8422026-06-05T04:03:38.177ZFrom https://github.com/oxidecomputer/management-gateway-service
8432026-06-05T04:03:38.177Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
8442026-06-05T04:03:38.204Z Updating git repository `https://github.com/oxidecomputer/crucible`
8452026-06-05T04:03:38.966ZFrom https://github.com/oxidecomputer/crucible
8462026-06-05T04:03:38.966Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8472026-06-05T04:03:39.133Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8482026-06-05T04:03:39.387ZFrom https://github.com/oxidecomputer/serde_human_bytes
8492026-06-05T04:03:39.387Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8502026-06-05T04:03:39.691Z Updating git repository `https://github.com/oxidecomputer/propolis`
8512026-06-05T04:03:40.086ZFrom https://github.com/oxidecomputer/propolis
8522026-06-05T04:03:40.086Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
8532026-06-05T04:03:40.187Z Updating git repository `https://github.com/oxidecomputer/crucible`
8542026-06-05T04:03:40.694ZFrom https://github.com/oxidecomputer/crucible
8552026-06-05T04:03:40.694Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
8562026-06-05T04:03:40.761Z Updating git repository `https://github.com/oxidecomputer/tofino`
8572026-06-05T04:03:41.089ZFrom https://github.com/oxidecomputer/tofino
8582026-06-05T04:03:41.089Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
8592026-06-05T04:03:41.121Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8602026-06-05T04:03:42.197ZFrom https://github.com/oxidecomputer/maghemite
8612026-06-05T04:03:42.197Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
8622026-06-05T04:03:42.202Z Updating git repository `https://github.com/oxidecomputer/clickward`
8632026-06-05T04:03:42.202ZFrom https://github.com/oxidecomputer/clickward
8642026-06-05T04:03:42.202Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8652026-06-05T04:03:42.362Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8662026-06-05T04:03:42.586ZFrom https://github.com/oxidecomputer/illumos-devinfo
8672026-06-05T04:03:42.586Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8682026-06-05T04:03:43.331Z Downloading crates ...
8692026-06-05T04:03:43.464Z Downloaded darling_macro v0.21.3
8702026-06-05T04:03:43.472Z Downloaded cipher v0.4.4
8712026-06-05T04:03:43.472Z Downloaded anyhow v1.0.102
8722026-06-05T04:03:43.472Z Downloaded arrayref v0.3.9
8732026-06-05T04:03:43.472Z Downloaded dropshot-api-manager-types v0.7.2
8742026-06-05T04:03:43.477Z Downloaded crunchy v0.2.4
8752026-06-05T04:03:43.477Z Downloaded const-random-macro v0.1.16
8762026-06-05T04:03:43.477Z Downloaded heck v0.4.1
8772026-06-05T04:03:43.480Z Downloaded deranged v0.5.8
8782026-06-05T04:03:43.480Z Downloaded critical-section v1.2.0
8792026-06-05T04:03:43.480Z Downloaded darling v0.23.0
8802026-06-05T04:03:43.887Z Downloaded newline-converter v0.3.0
8812026-06-05T04:03:43.892Z Downloaded embedded-io v0.6.1
8822026-06-05T04:03:43.892Z Downloaded group v0.13.0
8832026-06-05T04:03:43.892Z Downloaded glob v0.3.3
8842026-06-05T04:03:43.892Z Downloaded crossbeam-epoch v0.9.18
8852026-06-05T04:03:43.892Z Downloaded base16ct v1.0.0
8862026-06-05T04:03:43.892Z Downloaded console v0.16.3
8872026-06-05T04:03:43.892Z Downloaded libsw-core v0.3.2
8882026-06-05T04:03:43.892Z Downloaded bs58 v0.5.1
8892026-06-05T04:03:43.892Z Downloaded bit-vec v0.8.0
8902026-06-05T04:03:43.892Z Downloaded expectorate v1.2.0
8912026-06-05T04:03:43.892Z Downloaded num_enum_derive v0.5.11
8922026-06-05T04:03:43.892Z Downloaded arrayvec v0.7.6
8932026-06-05T04:03:43.892Z Downloaded blake3 v1.8.5
8942026-06-05T04:03:43.892Z Downloaded icu_properties_data v2.2.0
8952026-06-05T04:03:43.892Z Downloaded hashbrown v0.12.3
8962026-06-05T04:03:43.892Z Downloaded olpc-cjson v0.1.4
8972026-06-05T04:03:43.892Z Downloaded cstr-argument v0.1.2
8982026-06-05T04:03:43.892Z Downloaded konst_macro_rules v0.2.19
8992026-06-05T04:03:43.892Z Downloaded async-recursion v1.1.1
9002026-06-05T04:03:43.892Z Downloaded num_enum v0.7.6
9012026-06-05T04:03:43.892Z Downloaded allocator-api2 v0.2.21
9022026-06-05T04:03:43.892Z Downloaded compression-core v0.4.32
9032026-06-05T04:03:43.892Z Downloaded cancel-safe-futures v0.1.5
9042026-06-05T04:03:43.893Z Downloaded libscf-sys v1.2.0
9052026-06-05T04:03:43.893Z Downloaded dunce v1.0.5
9062026-06-05T04:03:43.893Z Downloaded crypto-common v0.2.2
9072026-06-05T04:03:43.893Z Downloaded async-stream v0.3.6
9082026-06-05T04:03:43.893Z Downloaded no-std-compat v0.4.1
9092026-06-05T04:03:43.893Z Downloaded convert_case v0.4.0
9102026-06-05T04:03:43.893Z Downloaded constant_time_eq v0.4.2
9112026-06-05T04:03:43.893Z Downloaded const-random v0.1.18
9122026-06-05T04:03:43.893Z Downloaded gethostname v0.5.0
9132026-06-05T04:03:43.893Z Downloaded async-stream-impl v0.3.6
9142026-06-05T04:03:43.893Z Downloaded linear-map v1.2.0
9152026-06-05T04:03:43.893Z Downloaded icu_normalizer v2.2.0
9162026-06-05T04:03:43.893Z Downloaded dyn-clone v1.0.20
9172026-06-05T04:03:43.893Z Downloaded num v0.4.3
9182026-06-05T04:03:43.893Z Downloaded match_cfg v0.1.0
9192026-06-05T04:03:43.893Z Downloaded ident_case v1.0.1
9202026-06-05T04:03:43.893Z Downloaded internet-checksum v0.2.1
9212026-06-05T04:03:43.893Z Downloaded fixedbitset v0.4.2
9222026-06-05T04:03:43.893Z Downloaded hubpack v0.1.2
9232026-06-05T04:03:43.893Z Downloaded crossbeam-utils v0.8.21
9242026-06-05T04:03:43.893Z Downloaded derive-ex v0.1.8
9252026-06-05T04:03:43.893Z Downloaded memmap v0.7.0
9262026-06-05T04:03:43.893Z Downloaded chacha20 v0.10.0
9272026-06-05T04:03:43.893Z Downloaded macaddr v1.0.1
9282026-06-05T04:03:43.893Z Downloaded idna_adapter v1.2.2
9292026-06-05T04:03:43.893Z Downloaded embedded-io v0.4.0
9302026-06-05T04:03:43.893Z Downloaded foreign-types-shared v0.3.1
9312026-06-05T04:03:43.893Z Downloaded num-derive v0.4.2
9322026-06-05T04:03:43.893Z Downloaded is-terminal v0.4.17
9332026-06-05T04:03:43.893Z Downloaded defmt-parser v1.0.0
9342026-06-05T04:03:43.893Z Downloaded cpufeatures v0.3.0
9352026-06-05T04:03:43.893Z Downloaded hostname v0.4.2
9362026-06-05T04:03:43.893Z Downloaded multer v3.1.0
9372026-06-05T04:03:43.893Z Downloaded oxnet v0.1.6
9382026-06-05T04:03:43.893Z Downloaded cobs v0.3.0
9392026-06-05T04:03:43.893Z Downloaded byte-wrapper v0.1.0
9402026-06-05T04:03:43.893Z Downloaded crucible-workspace-hack v0.1.0
9412026-06-05T04:03:43.893Z Downloaded fxhash v0.2.1
9422026-06-05T04:03:43.893Z Downloaded defmt v0.3.100
9432026-06-05T04:03:43.894Z Downloaded defmt v1.1.0
9442026-06-05T04:03:43.894Z Downloaded mime v0.3.17
9452026-06-05T04:03:43.894Z Downloaded natord v1.0.9
9462026-06-05T04:03:43.894Z Downloaded csv-core v0.1.13
9472026-06-05T04:03:43.894Z Downloaded instant v0.1.13
9482026-06-05T04:03:43.894Z Downloaded managed v0.8.0
9492026-06-05T04:03:43.894Z Downloaded compression-codecs v0.4.38
9502026-06-05T04:03:43.894Z Downloaded num-conv v0.2.2
9512026-06-05T04:03:43.894Z Downloaded newtype-uuid-macros v0.1.0
9522026-06-05T04:03:43.894Z Downloaded hostname v0.3.1
9532026-06-05T04:03:43.894Z Downloaded arc-swap v1.9.1
9542026-06-05T04:03:43.894Z Downloaded highway v1.3.0
9552026-06-05T04:03:43.894Z Downloaded ciborium-io v0.2.2
9562026-06-05T04:03:43.894Z Downloaded foreign-types v0.5.0
9572026-06-05T04:03:43.894Z Downloaded base16ct v0.2.0
9582026-06-05T04:03:43.894Z Downloaded httpdate v1.0.3
9592026-06-05T04:03:43.894Z Downloaded daft v0.1.7
9602026-06-05T04:03:43.894Z Downloaded dof v0.4.0
9612026-06-05T04:03:43.894Z Downloaded bit-set v0.8.0
9622026-06-05T04:03:43.894Z Downloaded phf_shared v0.12.1
9632026-06-05T04:03:43.894Z Downloaded bcs v0.1.6
9642026-06-05T04:03:43.894Z Downloaded float-ord v0.3.2
9652026-06-05T04:03:43.894Z Downloaded foreign-types-macros v0.2.3
9662026-06-05T04:03:43.894Z Downloaded lru-cache v0.1.2
9672026-06-05T04:03:43.894Z Downloaded hubpack_derive v0.1.1
9682026-06-05T04:03:43.894Z Downloaded inout v0.1.4
9692026-06-05T04:03:43.894Z Downloaded byteorder v1.5.0
9702026-06-05T04:03:43.894Z Downloaded num_threads v0.1.7
9712026-06-05T04:03:43.894Z Downloaded enum-as-inner v0.6.1
9722026-06-05T04:03:43.894Z Downloaded num-iter v0.1.45
9732026-06-05T04:03:43.894Z Downloaded git-stub v1.0.0
9742026-06-05T04:03:43.894Z Downloaded keccak v0.1.6
9752026-06-05T04:03:43.894Z Downloaded hash32 v0.3.1
9762026-06-05T04:03:43.894Z Downloaded dtrace-parser v0.2.0
9772026-06-05T04:03:43.894Z Downloaded crc8 v0.1.1
9782026-06-05T04:03:43.894Z Downloaded ciborium-ll v0.2.2
9792026-06-05T04:03:43.894Z Downloaded darling_macro v0.23.0
9802026-06-05T04:03:43.894Z Downloaded backoff v0.4.0
9812026-06-05T04:03:43.902Z Downloaded linked-hash-map v0.5.6
9822026-06-05T04:03:43.902Z Downloaded const_format_proc_macros v0.2.34
9832026-06-05T04:03:43.902Z Downloaded memoffset v0.9.1
9842026-06-05T04:03:43.902Z Downloaded data-encoding v2.11.0
9852026-06-05T04:03:43.902Z Downloaded crypto-bigint v0.5.5
9862026-06-05T04:03:43.902Z Downloaded num-integer v0.1.46
9872026-06-05T04:03:43.902Z Downloaded defmt-macros v1.1.0
9882026-06-05T04:03:43.902Z Downloaded phf v0.12.1
9892026-06-05T04:03:43.902Z Downloaded aead v0.5.2
9902026-06-05T04:03:43.902Z Downloaded ipnetwork v0.21.1
9912026-06-05T04:03:43.902Z Downloaded newtype_derive v0.1.6
9922026-06-05T04:03:43.902Z Downloaded plain v0.2.3
9932026-06-05T04:03:43.902Z Downloaded ingot v0.1.1
9942026-06-05T04:03:43.902Z Downloaded darling v0.21.3
9952026-06-05T04:03:43.902Z Downloaded progenitor-macro v0.10.0
9962026-06-05T04:03:43.902Z Downloaded omicron-workspace-hack v0.1.0
9972026-06-05T04:03:43.902Z Downloaded blake2 v0.10.6
9982026-06-05T04:03:43.902Z Downloaded dtrace-parser v0.3.0
9992026-06-05T04:03:43.902Z Downloaded potential_utf v0.1.5
10002026-06-05T04:03:43.902Z Downloaded proc-macro-crate v3.5.0
10012026-06-05T04:03:43.903Z Downloaded digest v0.11.3
10022026-06-05T04:03:43.903Z Downloaded powerfmt v0.2.0
10032026-06-05T04:03:43.903Z Downloaded parse-display v0.10.0
10042026-06-05T04:03:43.903Z Downloaded libsw v3.5.0
10052026-06-05T04:03:43.903Z Downloaded chacha20 v0.9.1
10062026-06-05T04:03:43.903Z Downloaded memmap2 v0.9.10
10072026-06-05T04:03:43.903Z Downloaded proc-macro-crate v1.3.1
10082026-06-05T04:03:43.903Z Downloaded dof v0.3.0
10092026-06-05T04:03:43.903Z Downloaded pretty-hex v0.4.2
10102026-06-05T04:03:43.903Z Downloaded opaque-debug v0.3.1
10112026-06-05T04:03:43.903Z Downloaded jiff-static v0.2.28
10122026-06-05T04:03:43.903Z Downloaded proc-macro-error-attr v1.0.4
10132026-06-05T04:03:43.903Z Downloaded num-complex v0.4.6
10142026-06-05T04:03:43.903Z Downloaded omicron-zone-package v0.12.2
10152026-06-05T04:03:43.903Z Downloaded progenitor-macro v0.13.0
10162026-06-05T04:03:43.903Z Downloaded num-rational v0.4.2
10172026-06-05T04:03:43.903Z Downloaded progenitor-client v0.10.0
10182026-06-05T04:03:43.903Z Downloaded ingot-types v0.1.2
10192026-06-05T04:03:43.903Z Downloaded progenitor-macro v0.14.0
10202026-06-05T04:03:43.903Z Downloaded async-trait v0.1.89
10212026-06-05T04:03:43.903Z Downloaded ref-cast-impl v1.0.25
10222026-06-05T04:03:43.903Z Downloaded num_enum_derive v0.7.6
10232026-06-05T04:03:43.903Z Downloaded rand_chacha v0.3.1
10242026-06-05T04:03:43.903Z Downloaded bytecount v0.6.9
10252026-06-05T04:03:43.903Z Downloaded block-buffer v0.12.0
10262026-06-05T04:03:43.903Z Downloaded erased-serde v0.3.31
10272026-06-05T04:03:43.903Z Downloaded argon2 v0.5.3
10282026-06-05T04:03:43.903Z Downloaded progenitor-client v0.14.0
10292026-06-05T04:03:43.903Z Downloaded quick-error v1.2.3
10302026-06-05T04:03:43.903Z Downloaded scroll_derive v0.13.1
10312026-06-05T04:03:43.903Z Downloaded parking_lot_core v0.8.6
10322026-06-05T04:03:43.903Z Downloaded hickory-resolver v0.25.2
10332026-06-05T04:03:43.903Z Downloaded daft-derive v0.1.7
10342026-06-05T04:03:43.903Z Downloaded rustc_version v0.1.7
10352026-06-05T04:03:43.903Z Downloaded paste v1.0.15
10362026-06-05T04:03:43.903Z Downloaded num_enum v0.5.11
10372026-06-05T04:03:43.903Z Downloaded hickory-resolver v0.24.4
10382026-06-05T04:03:43.903Z Downloaded secrecy v0.10.3
10392026-06-05T04:03:43.904Z Downloaded pem v3.0.6
10402026-06-05T04:03:43.904Z Downloaded scroll_derive v0.12.1
10412026-06-05T04:03:43.904Z Downloaded serde-big-array v0.5.1
10422026-06-05T04:03:43.904Z Downloaded semver v0.1.20
10432026-06-05T04:03:43.904Z Downloaded ref-cast v1.0.25
10442026-06-05T04:03:43.904Z Downloaded rand_xorshift v0.4.0
10452026-06-05T04:03:43.904Z Downloaded progenitor v0.13.0
10462026-06-05T04:03:43.904Z Downloaded poly1305 v0.8.0
10472026-06-05T04:03:43.904Z Downloaded oxide-tokio-rt v0.1.6
10482026-06-05T04:03:43.904Z Downloaded git-stub-vcs v0.1.0
10492026-06-05T04:03:43.904Z Downloaded cmake v0.1.58
10502026-06-05T04:03:43.904Z Downloaded diff v0.1.13
10512026-06-05T04:03:43.904Z Downloaded hmac v0.12.1
10522026-06-05T04:03:43.904Z Downloaded backon v1.6.0
10532026-06-05T04:03:43.904Z Downloaded bitflags v1.3.2
10542026-06-05T04:03:43.904Z Downloaded sigpipe v0.1.3
10552026-06-05T04:03:43.904Z Downloaded proc-macro-error2 v2.0.1
10562026-06-05T04:03:43.904Z Downloaded serde_repr v0.1.20
10572026-06-05T04:03:43.904Z Downloaded parse-display-derive v0.10.0
10582026-06-05T04:03:43.904Z Downloaded fs_extra v1.3.0
10592026-06-05T04:03:43.904Z Downloaded same-file v1.0.6
10602026-06-05T04:03:43.904Z Downloaded ff v0.13.1
10612026-06-05T04:03:43.904Z Downloaded foldhash v0.2.0
10622026-06-05T04:03:43.904Z Downloaded serial_test v3.5.0
10632026-06-05T04:03:43.904Z Downloaded crossbeam-deque v0.8.6
10642026-06-05T04:03:43.904Z Downloaded smawk v0.3.2
10652026-06-05T04:03:43.904Z Downloaded serial_test_derive v3.5.0
10662026-06-05T04:03:43.904Z Downloaded icu_provider v2.2.0
10672026-06-05T04:03:43.904Z Downloaded progenitor v0.14.0
10682026-06-05T04:03:43.904Z Downloaded icu_properties v2.2.0
10692026-06-05T04:03:43.904Z Downloaded ciborium v0.2.2
10702026-06-05T04:03:43.904Z Downloaded cargo_toml v0.22.3
10712026-06-05T04:03:43.904Z Downloaded hybrid-array v0.4.12
10722026-06-05T04:03:43.904Z Downloaded proc-macro-error-attr2 v2.0.0
10732026-06-05T04:03:43.904Z Downloaded progenitor-client v0.13.0
10742026-06-05T04:03:43.904Z Downloaded progenitor v0.10.0
10752026-06-05T04:03:43.904Z Downloaded proc-macro-error v1.0.4
10762026-06-05T04:03:43.905Z Downloaded sha1 v0.11.0
10772026-06-05T04:03:43.905Z Downloaded slog-bunyan v2.5.0
10782026-06-05T04:03:43.905Z Downloaded siphasher v1.0.3
10792026-06-05T04:03:43.905Z Downloaded displaydoc v0.2.6
10802026-06-05T04:03:43.905Z Downloaded slog-envlogger v2.2.0
10812026-06-05T04:03:44.317Z Downloaded structmeta-derive v0.3.0
10822026-06-05T04:03:44.317Z Downloaded progenitor-extras v0.2.0
10832026-06-05T04:03:44.317Z Downloaded parking_lot v0.11.2
10842026-06-05T04:03:44.317Z Downloaded dropshot_endpoint v0.17.1
10852026-06-05T04:03:44.317Z Downloaded const-oid v0.10.2
10862026-06-05T04:03:44.317Z Downloaded structmeta v0.3.0
10872026-06-05T04:03:44.317Z Downloaded stable_deref_trait v1.2.1
10882026-06-05T04:03:44.317Z Downloaded rusty-fork v0.3.1
10892026-06-05T04:03:44.317Z Downloaded password-hash v0.5.0
10902026-06-05T04:03:44.317Z Downloaded tabled_derive v0.7.0
10912026-06-05T04:03:44.317Z Downloaded strum v0.26.3
10922026-06-05T04:03:44.317Z Downloaded scroll v0.13.0
10932026-06-05T04:03:44.317Z Downloaded spin v0.5.2
10942026-06-05T04:03:44.317Z Downloaded termtree v0.5.1
10952026-06-05T04:03:44.317Z Downloaded take_mut v0.2.2
10962026-06-05T04:03:44.317Z Downloaded darling_core v0.21.3
10972026-06-05T04:03:44.317Z Downloaded time-core v0.1.8
10982026-06-05T04:03:44.317Z Downloaded tabwriter v1.4.1
10992026-06-05T04:03:44.317Z Downloaded tabled_derive v0.11.0
11002026-06-05T04:03:44.317Z Downloaded serde_plain v1.0.2
11012026-06-05T04:03:44.317Z Downloaded rand_core v0.10.1
11022026-06-05T04:03:44.317Z Downloaded pest_generator v2.8.6
11032026-06-05T04:03:44.317Z Downloaded chacha20poly1305 v0.10.1
11042026-06-05T04:03:44.317Z Downloaded tagptr v0.2.0
11052026-06-05T04:03:44.317Z Downloaded litemap v0.8.2
11062026-06-05T04:03:44.317Z Downloaded thread-id v5.1.0
11072026-06-05T04:03:44.317Z Downloaded thiserror-impl-no-std v2.0.2
11082026-06-05T04:03:44.317Z Downloaded testing_table v0.3.0
11092026-06-05T04:03:44.317Z Downloaded ingot-macros v0.1.1
11102026-06-05T04:03:44.317Z Downloaded crossbeam-channel v0.5.15
11112026-06-05T04:03:44.318Z Downloaded serde_derive_internals v0.29.1
11122026-06-05T04:03:44.318Z Downloaded strum v0.27.2
11132026-06-05T04:03:44.318Z Downloaded rustversion v1.0.22
11142026-06-05T04:03:44.318Z Downloaded rustls-pemfile v2.2.0
11152026-06-05T04:03:44.318Z Downloaded pest_derive v2.8.6
11162026-06-05T04:03:44.318Z Downloaded fs-err v3.3.0
11172026-06-05T04:03:44.318Z Downloaded schemars_derive v0.8.22
11182026-06-05T04:03:44.318Z Downloaded typify-macro v0.4.3
11192026-06-05T04:03:44.318Z Downloaded papergrid v0.11.0
11202026-06-05T04:03:44.318Z Downloaded slog-term v2.9.2
11212026-06-05T04:03:44.318Z Downloaded cookie v0.18.1
11222026-06-05T04:03:44.318Z Downloaded rustls-native-certs v0.8.4
11232026-06-05T04:03:44.318Z Downloaded papergrid v0.18.0
11242026-06-05T04:03:44.318Z Downloaded colored v3.1.1
11252026-06-05T04:03:44.318Z Downloaded topological-sort v0.2.2
11262026-06-05T04:03:44.318Z Downloaded usdt v0.5.0
11272026-06-05T04:03:44.318Z Downloaded unarray v0.1.4
11282026-06-05T04:03:44.318Z Downloaded untrusted v0.7.1
11292026-06-05T04:03:44.318Z Downloaded unit-prefix v0.5.2
11302026-06-05T04:03:44.318Z Downloaded usdt v0.6.0
11312026-06-05T04:03:44.318Z Downloaded usdt-attr-macro v0.5.0
11322026-06-05T04:03:44.318Z Downloaded universal-hash v0.5.1
11332026-06-05T04:03:44.318Z Downloaded smartstring v1.0.1
11342026-06-05T04:03:44.318Z Downloaded synstructure v0.13.2
11352026-06-05T04:03:44.318Z Downloaded slog-stdlog v4.1.1
11362026-06-05T04:03:44.318Z Downloaded slog-async v2.8.0
11372026-06-05T04:03:44.318Z Downloaded slog-scope v4.4.1
11382026-06-05T04:03:44.318Z Downloaded elliptic-curve v0.13.8
11392026-06-05T04:03:44.318Z Downloaded drift v0.2.0
11402026-06-05T04:03:44.318Z Downloaded thread-id v4.2.2
11412026-06-05T04:03:44.318Z Downloaded usdt-attr-macro v0.6.0
11422026-06-05T04:03:44.318Z Downloaded snafu-derive v0.8.9
11432026-06-05T04:03:44.318Z Downloaded resolv-conf v0.7.6
11442026-06-05T04:03:44.318Z Downloaded const_format v0.2.36
11452026-06-05T04:03:44.318Z Downloaded strum_macros v0.26.4
11462026-06-05T04:03:44.318Z Downloaded scroll v0.12.0
11472026-06-05T04:03:44.318Z Downloaded darling_core v0.23.0
11482026-06-05T04:03:44.318Z Downloaded utf-8 v0.7.6
11492026-06-05T04:03:44.318Z Downloaded wait-timeout v0.2.1
11502026-06-05T04:03:44.319Z Downloaded icu_normalizer_data v2.2.0
11512026-06-05T04:03:44.319Z Downloaded usdt-macro v0.6.0
11522026-06-05T04:03:44.319Z Downloaded usdt-macro v0.5.0
11532026-06-05T04:03:44.319Z Downloaded tinystr v0.8.3
11542026-06-05T04:03:44.319Z Downloaded zerofrom v0.1.8
11552026-06-05T04:03:44.319Z Downloaded indexmap v1.9.3
11562026-06-05T04:03:44.319Z Downloaded indicatif v0.18.4
11572026-06-05T04:03:44.319Z Downloaded tiny-keccak v2.0.2
11582026-06-05T04:03:44.753Z Downloaded serde_tokenstream v0.2.3
11592026-06-05T04:03:44.753Z Downloaded tokio-dtrace v0.1.1
11602026-06-05T04:03:44.753Z Downloaded zeroize_derive v1.4.3
11612026-06-05T04:03:44.753Z Downloaded waitgroup v0.1.2
11622026-06-05T04:03:44.753Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-06-05T04:03:44.753Z Downloaded time-macros v0.2.27
11642026-06-05T04:03:44.753Z Downloaded zone_cfg_derive v0.3.1
11652026-06-05T04:03:44.753Z Downloaded zone v0.3.1
11662026-06-05T04:03:44.753Z Downloaded thiserror-no-std v2.0.2
11672026-06-05T04:03:44.753Z Downloaded konst v0.2.20
11682026-06-05T04:03:44.753Z Downloaded slog-json v2.6.1
11692026-06-05T04:03:44.753Z Downloaded zerofrom-derive v0.1.7
11702026-06-05T04:03:44.753Z Downloaded postcard v1.1.3
11712026-06-05T04:03:44.753Z Downloaded serde_with_macros v3.20.0
11722026-06-05T04:03:44.754Z Downloaded progenitor-impl v0.13.0
11732026-06-05T04:03:44.754Z Downloaded sha1 v0.10.6
11742026-06-05T04:03:44.754Z Downloaded typify-macro v0.6.2
11752026-06-05T04:03:44.754Z Downloaded slog-dtrace v0.3.0
11762026-06-05T04:03:44.754Z Downloaded spin v0.9.8
11772026-06-05T04:03:44.754Z Downloaded derive_more v0.99.20
11782026-06-05T04:03:44.754Z Downloaded rhai_codegen v3.2.0
11792026-06-05T04:03:44.754Z Downloaded usdt-impl v0.6.0
11802026-06-05T04:03:44.754Z Downloaded term v1.2.1
11812026-06-05T04:03:44.754Z Downloaded yoke-derive v0.8.2
11822026-06-05T04:03:44.754Z Downloaded smf v0.2.3
11832026-06-05T04:03:44.754Z Downloaded schemars v0.8.22
11842026-06-05T04:03:44.754Z Downloaded strum_macros v0.27.2
11852026-06-05T04:03:44.754Z Downloaded walkdir v2.5.0
11862026-06-05T04:03:44.754Z Downloaded rustls-platform-verifier v0.7.0
11872026-06-05T04:03:44.754Z Downloaded progenitor-impl v0.14.0
11882026-06-05T04:03:44.754Z Downloaded xz2 v0.1.7
11892026-06-05T04:03:44.754Z Downloaded writeable v0.6.3
11902026-06-05T04:03:44.754Z Downloaded usdt-impl v0.5.0
11912026-06-05T04:03:44.754Z Downloaded zerovec-derive v0.11.3
11922026-06-05T04:03:44.754Z Downloaded half v2.7.1
11932026-06-05T04:03:44.754Z Downloaded base64 v0.21.7
11942026-06-05T04:03:44.754Z Downloaded pretty_assertions v1.4.1
11952026-06-05T04:03:44.754Z Downloaded pest_meta v2.8.6
11962026-06-05T04:03:44.754Z Downloaded thin-vec v0.2.18
11972026-06-05T04:03:44.754Z Downloaded slog v2.8.2
11982026-06-05T04:03:44.754Z Downloaded rayon-core v1.13.0
11992026-06-05T04:03:44.754Z Downloaded whoami v1.6.1
12002026-06-05T04:03:44.754Z Downloaded tokio-tungstenite v0.21.0
12012026-06-05T04:03:44.754Z Downloaded progenitor-impl v0.10.0
12022026-06-05T04:03:44.754Z Downloaded similar v2.7.0
12032026-06-05T04:03:44.754Z Downloaded async-compression v0.4.42
12042026-06-05T04:03:44.754Z Downloaded heapless v0.8.0
12052026-06-05T04:03:44.754Z Downloaded libm v0.2.16
12062026-06-05T04:03:44.754Z Downloaded ucd-trie v0.1.7
12072026-06-05T04:03:44.754Z Downloaded toml v0.9.12+spec-1.1.0
12082026-06-05T04:03:44.754Z Downloaded typify v0.4.3
12092026-06-05T04:03:44.755Z Downloaded zerocopy-derive v0.7.35
12102026-06-05T04:03:44.755Z Downloaded yoke v0.8.3
12112026-06-05T04:03:44.755Z Downloaded unsafe-libyaml v0.2.11
12122026-06-05T04:03:44.755Z Downloaded schemars v1.2.1
12132026-06-05T04:03:44.755Z Downloaded test-strategy v0.4.5
12142026-06-05T04:03:44.755Z Downloaded toml v0.7.8
12152026-06-05T04:03:44.755Z Downloaded serde_yaml v0.9.34+deprecated
12162026-06-05T04:03:44.755Z Downloaded typify v0.6.2
12172026-06-05T04:03:44.755Z Downloaded qorb v0.4.1
12182026-06-05T04:03:44.755Z Downloaded snafu v0.8.9
12192026-06-05T04:03:44.755Z Downloaded prettyplease v0.2.37
12202026-06-05T04:03:44.755Z Downloaded toml_edit v0.25.12+spec-1.1.0
12212026-06-05T04:03:44.755Z Downloaded icu_locale_core v2.2.0
12222026-06-05T04:03:44.755Z Downloaded minimal-lexical v0.2.1
12232026-06-05T04:03:44.755Z Downloaded tungstenite v0.21.0
12242026-06-05T04:03:44.755Z Downloaded rand v0.8.6
12252026-06-05T04:03:44.755Z Downloaded vsss-rs v3.3.4
12262026-06-05T04:03:44.755Z Downloaded icu_collections v2.2.0
12272026-06-05T04:03:44.755Z Downloaded rand v0.10.1
12282026-06-05T04:03:44.755Z Downloaded toml_edit v0.19.15
12292026-06-05T04:03:44.755Z Downloaded nom v7.1.3
12302026-06-05T04:03:44.755Z Downloaded itertools v0.12.1
12312026-06-05T04:03:44.755Z Downloaded schemars v0.9.0
12322026-06-05T04:03:44.755Z Downloaded zerotrie v0.2.4
12332026-06-05T04:03:44.755Z Downloaded zerocopy-derive v0.8.50
12342026-06-05T04:03:44.755Z Downloaded steno v0.4.1
12352026-06-05T04:03:44.755Z Downloaded iddqd v0.4.2
12362026-06-05T04:03:44.755Z Downloaded dropshot-api-manager v0.7.2
12372026-06-05T04:03:44.755Z Downloaded nom v8.0.0
12382026-06-05T04:03:44.755Z Downloaded yansi v1.0.1
12392026-06-05T04:03:44.755Z Downloaded pest v2.8.6
12402026-06-05T04:03:44.755Z Downloaded hashbrown v0.16.1
12412026-06-05T04:03:44.755Z Downloaded typed-path v0.9.3
12422026-06-05T04:03:44.755Z Downloaded goblin v0.8.2
12432026-06-05T04:03:44.755Z Downloaded zerovec v0.11.6
12442026-06-05T04:03:44.755Z Downloaded reqwest v0.13.4
12452026-06-05T04:03:44.755Z Downloaded hkdf v0.12.4
12462026-06-05T04:03:44.755Z Downloaded rayon v1.12.0
12472026-06-05T04:03:44.755Z Downloaded tough v0.22.0
12482026-06-05T04:03:44.756Z Downloaded proptest v1.11.0
12492026-06-05T04:03:44.756Z Downloaded zerocopy v0.7.35
12502026-06-05T04:03:44.756Z Downloaded winnow v0.5.40
12512026-06-05T04:03:44.756Z Downloaded serde_with v3.20.0
12522026-06-05T04:03:44.756Z Downloaded moka v0.12.15
12532026-06-05T04:03:44.756Z Downloaded aws-lc-rs v1.17.0
12542026-06-05T04:03:44.756Z Downloaded goblin v0.10.7
12552026-06-05T04:03:44.756Z Downloaded syn v1.0.109
12562026-06-05T04:03:44.756Z Downloaded time v0.3.47
12572026-06-05T04:03:44.756Z Downloaded tabled v0.15.0
12582026-06-05T04:03:44.772Z Downloaded nix v0.31.3
12592026-06-05T04:03:44.772Z Downloaded tabled v0.21.0
12602026-06-05T04:03:44.772Z Downloaded regress v0.10.5
12612026-06-05T04:03:44.772Z Downloaded hickory-proto v0.24.4
12622026-06-05T04:03:44.772Z Downloaded hickory-proto v0.25.2
12632026-06-05T04:03:44.772Z Downloaded dropshot v0.17.1
12642026-06-05T04:03:44.772Z Downloaded rhai v1.25.1
12652026-06-05T04:03:44.772Z Downloaded regress v0.11.1
12662026-06-05T04:03:44.772Z Downloaded smoltcp v0.11.0
12672026-06-05T04:03:44.773Z Downloaded sled v0.34.7
12682026-06-05T04:03:44.773Z Downloaded typify-impl v0.4.3
12692026-06-05T04:03:44.773Z Downloaded openapiv3 v2.2.0
12702026-06-05T04:03:44.773Z Downloaded typify-impl v0.6.2
12712026-06-05T04:03:44.773Z Downloaded lzma-sys v0.1.20
12722026-06-05T04:03:44.773Z Downloaded jiff v0.2.28
12732026-06-05T04:03:44.773Z Downloaded encoding_rs v0.8.35
12742026-06-05T04:03:44.773Z Downloaded petgraph v0.6.5
12752026-06-05T04:03:44.773Z Downloaded chrono-tz v0.10.4
12762026-06-05T04:03:44.773Z Downloaded sha3 v0.10.9
12772026-06-05T04:03:44.773Z Downloaded csv v1.4.0
12782026-06-05T04:03:45.252Z Downloaded aws-lc-sys v0.41.0
12792026-06-05T04:03:46.186Z Compiling proc-macro2 v1.0.106
12802026-06-05T04:03:46.186Z Compiling quote v1.0.45
12812026-06-05T04:03:46.186Z Compiling unicode-ident v1.0.24
12822026-06-05T04:03:46.190Z Compiling serde_core v1.0.228
12832026-06-05T04:03:46.191Z Compiling cfg-if v1.0.4
12842026-06-05T04:03:46.191Z Compiling serde v1.0.228
12852026-06-05T04:03:46.191Z Compiling libc v0.2.186
12862026-06-05T04:03:46.191Z Compiling memchr v2.8.1
12872026-06-05T04:03:46.341Z Compiling itoa v1.0.18
12882026-06-05T04:03:46.523Z Compiling smallvec v1.15.1
12892026-06-05T04:03:46.628Z Compiling zmij v1.0.21
12902026-06-05T04:03:46.655Z Compiling autocfg v1.5.1
12912026-06-05T04:03:46.732Z Compiling libm v0.2.16
12922026-06-05T04:03:47.015Z Compiling stable_deref_trait v1.2.1
12932026-06-05T04:03:47.035Z Compiling percent-encoding v2.3.2
12942026-06-05T04:03:47.096Z Compiling litemap v0.8.2
12952026-06-05T04:03:47.202Z Compiling writeable v0.6.3
12962026-06-05T04:03:47.229Z Compiling icu_properties_data v2.2.0
12972026-06-05T04:03:47.241Z Compiling utf8_iter v1.0.4
12982026-06-05T04:03:47.253Z Compiling icu_normalizer_data v2.2.0
12992026-06-05T04:03:47.287Z Compiling iana-time-zone v0.1.65
13002026-06-05T04:03:47.404Z Compiling equivalent v1.0.2
13012026-06-05T04:03:47.496Z Compiling form_urlencoded v1.2.2
13022026-06-05T04:03:47.518Z Compiling pin-project-lite v0.2.17
13032026-06-05T04:03:48.021Z Compiling syn v2.0.117
13042026-06-05T04:03:48.025Z Compiling version_check v0.9.5
13052026-06-05T04:03:48.025Z Compiling serde_json v1.0.150
13062026-06-05T04:03:48.025Z Compiling parking_lot_core v0.9.12
13072026-06-05T04:03:48.025Z Compiling dyn-clone v1.0.20
13082026-06-05T04:03:48.025Z Compiling scopeguard v1.2.0
13092026-06-05T04:03:48.025Z Compiling lock_api v0.4.14
13102026-06-05T04:03:48.025Z Compiling num-traits v0.2.19
13112026-06-05T04:03:48.025Z Compiling rand_core v0.10.1
13122026-06-05T04:03:48.025Z Compiling hashbrown v0.17.1
13132026-06-05T04:03:48.025Z Compiling log v0.4.32
13142026-06-05T04:03:48.048Z Compiling thiserror v2.0.18
13152026-06-05T04:03:48.466Z Compiling getrandom v0.4.2
13162026-06-05T04:03:48.469Z Compiling errno v0.3.14
13172026-06-05T04:03:48.469Z Compiling futures-core v0.3.32
13182026-06-05T04:03:48.469Z Compiling semver v1.0.28
13192026-06-05T04:03:48.532Z Compiling indexmap v2.14.0
13202026-06-05T04:03:48.570Z Compiling heck v0.5.0
13212026-06-05T04:03:48.622Z Compiling zerocopy v0.8.50
13222026-06-05T04:03:48.789Z Compiling futures-sink v0.3.32
13232026-06-05T04:03:49.228Z Compiling uuid v1.23.2
13242026-06-05T04:03:49.636Z Compiling slab v0.4.12
13252026-06-05T04:03:49.637Z Compiling jobserver v0.1.34
13262026-06-05T04:03:49.637Z Compiling fnv v1.0.7
13272026-06-05T04:03:49.637Z Compiling find-msvc-tools v0.1.9
13282026-06-05T04:03:49.637Z Compiling shlex v2.0.1
13292026-06-05T04:03:49.637Z Compiling schemars v0.8.22
13302026-06-05T04:03:49.637Z Compiling futures-channel v0.3.32
13312026-06-05T04:03:49.641Z Compiling rustversion v1.0.22
13322026-06-05T04:03:49.641Z Compiling cc v1.2.63
13332026-06-05T04:03:49.642Z Compiling futures-task v0.3.32
13342026-06-05T04:03:49.642Z Compiling futures-io v0.3.32
13352026-06-05T04:03:49.642Z Compiling socket2 v0.6.4
13362026-06-05T04:03:49.642Z Compiling bitflags v2.12.1
13372026-06-05T04:03:49.642Z Compiling signal-hook-registry v1.4.8
13382026-06-05T04:03:49.642Z Compiling mio v1.2.1
13392026-06-05T04:03:49.730Z Compiling parking_lot v0.12.5
13402026-06-05T04:03:49.730Z Compiling portable-atomic v1.13.1
13412026-06-05T04:03:49.876Z Compiling dunce v1.0.5
13422026-06-05T04:03:49.921Z Compiling typenum v1.20.1
13432026-06-05T04:03:49.971Z Compiling fs_extra v1.3.0
13442026-06-05T04:03:50.103Z Compiling cmake v0.1.58
13452026-06-05T04:03:50.141Z Compiling critical-section v1.2.0
13462026-06-05T04:03:50.207Z Compiling base64 v0.22.1
13472026-06-05T04:03:50.225Z Compiling subtle v2.6.1
13482026-06-05T04:03:50.248Z Compiling byteorder v1.5.0
13492026-06-05T04:03:50.391Z Compiling synstructure v0.13.2
13502026-06-05T04:03:50.437Z Compiling serde_derive_internals v0.29.1
13512026-06-05T04:03:50.464Z Compiling regex-syntax v0.8.10
13522026-06-05T04:03:50.532Z Compiling slog v2.8.2
13532026-06-05T04:03:50.542Z Compiling aws-lc-sys v0.41.0
13542026-06-05T04:03:50.700Z Compiling once_cell v1.21.4
13552026-06-05T04:03:50.732Z Compiling httparse v1.10.1
13562026-06-05T04:03:50.770Z Compiling strsim v0.11.1
13572026-06-05T04:03:50.904Z Compiling atomic-waker v1.1.2
13582026-06-05T04:03:50.930Z Compiling rustix v1.1.4
13592026-06-05T04:03:51.026Z Compiling ipnet v2.12.0
13602026-06-05T04:03:51.202Z Compiling tower-service v0.3.3
13612026-06-05T04:03:51.242Z Compiling tower-layer v0.3.3
13622026-06-05T04:03:51.309Z Compiling getrandom v0.2.17
13632026-06-05T04:03:51.432Z Compiling ryu v1.0.23
13642026-06-05T04:03:51.494Z Compiling try-lock v0.2.5
13652026-06-05T04:03:51.632Z Compiling untrusted v0.9.0
13662026-06-05T04:03:51.859Z Compiling thiserror v1.0.69
13672026-06-05T04:03:51.859Z Compiling ucd-trie v0.1.7
13682026-06-05T04:03:51.859Z Compiling want v0.3.1
13692026-06-05T04:03:51.859Z Compiling rand_core v0.6.4
13702026-06-05T04:03:51.859Z Compiling serde_derive v1.0.228
13712026-06-05T04:03:51.859Z Compiling zerofrom-derive v0.1.7
13722026-06-05T04:03:51.923Z Compiling yoke-derive v0.8.2
13732026-06-05T04:03:51.923Z Compiling zerovec-derive v0.11.3
13742026-06-05T04:03:51.923Z Compiling displaydoc v0.2.6
13752026-06-05T04:03:51.923Z Compiling schemars_derive v0.8.22
13762026-06-05T04:03:53.098Z Compiling tokio-macros v2.7.0
13772026-06-05T04:03:53.112Z Compiling thiserror-impl v2.0.18
13782026-06-05T04:03:53.113Z Compiling zerofrom v0.1.8
13792026-06-05T04:03:53.113Z Compiling zerocopy-derive v0.8.50
13802026-06-05T04:03:53.113Z Compiling yoke v0.8.3
13812026-06-05T04:03:53.113Z Compiling zeroize_derive v1.4.3
13822026-06-05T04:03:53.138Z Compiling zerovec v0.11.6
13832026-06-05T04:03:53.195Z Compiling zerotrie v0.2.4
13842026-06-05T04:03:53.433Z Compiling futures-macro v0.3.32
13852026-06-05T04:03:53.644Z Compiling tinystr v0.8.3
13862026-06-05T04:03:53.668Z Compiling potential_utf v0.1.5
13872026-06-05T04:03:53.820Z Compiling zeroize v1.8.2
13882026-06-05T04:03:53.837Z Compiling icu_locale_core v2.2.0
13892026-06-05T04:03:53.855Z Compiling icu_collections v2.2.0
13902026-06-05T04:03:53.950Z Compiling pest v2.8.6
13912026-06-05T04:03:54.158Z Compiling thiserror-impl v1.0.69
13922026-06-05T04:03:54.256Z Compiling futures-util v0.3.32
13932026-06-05T04:03:54.397Z Compiling httpdate v1.0.3
13942026-06-05T04:03:54.996Z Compiling icu_provider v2.2.0
13952026-06-05T04:03:54.999Z Compiling bytes v1.11.1
13962026-06-05T04:03:54.999Z Compiling icu_normalizer v2.2.0
13972026-06-05T04:03:54.999Z Compiling icu_properties v2.2.0
13982026-06-05T04:03:55.207Z Compiling chrono v0.4.45
13992026-06-05T04:03:55.342Z Compiling http v1.4.1
14002026-06-05T04:03:55.410Z Compiling tokio v1.52.3
14012026-06-05T04:03:55.846Z Compiling serde_tokenstream v0.2.3
14022026-06-05T04:03:55.851Z Compiling erased-serde v0.3.31
14032026-06-05T04:03:56.143Z Compiling idna_adapter v1.2.2
14042026-06-05T04:03:57.269Z Compiling idna v1.1.0
14052026-06-05T04:03:57.274Z Compiling http-body v1.0.1
14062026-06-05T04:03:57.274Z Compiling url v2.5.8
14072026-06-05T04:03:57.274Z Compiling pest_meta v2.8.6
14082026-06-05T04:03:57.275Z Compiling getrandom v0.3.4
14092026-06-05T04:03:57.275Z Compiling pretty-hex v0.4.2
14102026-06-05T04:03:57.275Z Compiling plain v0.2.3
14112026-06-05T04:03:57.275Z Compiling foldhash v0.2.0
14122026-06-05T04:03:57.275Z Compiling paste v1.0.15
14132026-06-05T04:03:57.275Z Compiling ppv-lite86 v0.2.21
14142026-06-05T04:03:57.275Z Compiling pest_generator v2.8.6
14152026-06-05T04:03:57.354Z Compiling allocator-api2 v0.2.21
14162026-06-05T04:03:57.458Z Compiling tracing-attributes v0.1.31
14172026-06-05T04:03:57.523Z Compiling tracing-core v0.1.36
14182026-06-05T04:03:57.668Z Compiling hashbrown v0.16.1
14192026-06-05T04:03:58.256Z Compiling ipnetwork v0.21.1
14202026-06-05T04:03:58.259Z Compiling pest_derive v2.8.6
14212026-06-05T04:03:58.259Z Compiling omicron-workspace-hack v0.1.0
14222026-06-05T04:03:58.259Z Compiling ident_case v1.0.1
14232026-06-05T04:03:58.363Z Compiling http-body-util v0.1.3
14242026-06-05T04:03:58.776Z Compiling serde_urlencoded v0.7.1
14252026-06-05T04:03:58.781Z Compiling aho-corasick v1.1.4
14262026-06-05T04:03:58.781Z Compiling sync_wrapper v1.0.2
14272026-06-05T04:03:58.781Z Compiling winnow v1.0.3
14282026-06-05T04:03:58.781Z Compiling oxnet v0.1.6
14292026-06-05T04:03:58.781Z Compiling daft-derive v0.1.7
14302026-06-05T04:03:58.781Z Compiling tracing v0.1.44
14312026-06-05T04:03:58.914Z Compiling fastrand v2.4.1
14322026-06-05T04:03:59.060Z Compiling scroll_derive v0.13.1
14332026-06-05T04:03:59.173Z Compiling tokio-util v0.7.18
14342026-06-05T04:03:59.194Z Compiling regex-automata v0.4.14
14352026-06-05T04:04:00.103Z Compiling async-trait v0.1.89
14362026-06-05T04:04:00.124Z Compiling powerfmt v0.2.0
14372026-06-05T04:04:00.124Z Compiling anyhow v1.0.102
14382026-06-05T04:04:00.124Z Compiling num-conv v0.2.2
14392026-06-05T04:04:00.124Z Compiling aws-lc-rs v1.17.0
14402026-06-05T04:04:00.158Z Compiling time-core v0.1.8
14412026-06-05T04:04:00.301Z Compiling time-macros v0.2.27
14422026-06-05T04:04:00.415Z Compiling deranged v0.5.8
14432026-06-05T04:04:00.447Z Compiling scroll v0.13.0
14442026-06-05T04:04:00.728Z Compiling rustls-pki-types v1.14.1
14452026-06-05T04:04:01.158Z Compiling hex v0.4.3
14462026-06-05T04:04:01.584Z Compiling regex v1.12.3
14472026-06-05T04:04:01.591Z Compiling num_threads v0.1.7
14482026-06-05T04:04:01.591Z Compiling openssl-probe v0.2.1
14492026-06-05T04:04:01.591Z Compiling goblin v0.10.7
14502026-06-05T04:04:01.591Z Compiling untrusted v0.7.1
14512026-06-05T04:04:01.769Z Compiling camino v1.2.2
14522026-06-05T04:04:01.832Z Compiling crc32fast v1.5.0
14532026-06-05T04:04:01.952Z Compiling usdt-impl v0.6.0
14542026-06-05T04:04:01.967Z Compiling rustls v0.23.40
14552026-06-05T04:04:02.190Z Compiling h2 v0.4.14
14562026-06-05T04:04:02.223Z Compiling dtrace-parser v0.3.0
14572026-06-05T04:04:02.317Z Compiling crossbeam-utils v0.8.21
14582026-06-05T04:04:02.757Z Compiling futures-executor v0.3.32
14592026-06-05T04:04:03.185Z Compiling structmeta-derive v0.3.0
14602026-06-05T04:04:03.196Z Compiling thread-id v5.1.0
14612026-06-05T04:04:03.196Z Compiling cpufeatures v0.3.0
14622026-06-05T04:04:03.196Z Compiling simd-adler32 v0.3.9
14632026-06-05T04:04:03.196Z Compiling adler2 v2.0.1
14642026-06-05T04:04:03.196Z Compiling futures v0.3.32
14652026-06-05T04:04:03.196Z Compiling miniz_oxide v0.8.9
14662026-06-05T04:04:03.196Z Compiling rand_core v0.9.5
14672026-06-05T04:04:03.406Z Compiling darling_core v0.23.0
14682026-06-05T04:04:03.684Z Compiling newtype-uuid-macros v0.1.0
14692026-06-05T04:04:03.811Z Compiling hybrid-array v0.4.12
14702026-06-05T04:04:03.840Z Compiling structmeta v0.3.0
14712026-06-05T04:04:04.192Z Compiling dof v0.4.0
14722026-06-05T04:04:04.263Z Compiling hyper v1.10.1
14732026-06-05T04:04:04.398Z Compiling thread_local v1.1.9
14742026-06-05T04:04:04.494Z Compiling match_cfg v0.1.0
14752026-06-05T04:04:04.562Z Compiling flate2 v1.1.9
14762026-06-05T04:04:05.219Z Compiling newtype-uuid v1.3.2
14772026-06-05T04:04:05.444Z Compiling hyper-util v0.1.20
14782026-06-05T04:04:05.517Z Compiling darling_macro v0.23.0
14792026-06-05T04:04:05.554Z Compiling slog-async v2.8.0
14802026-06-05T04:04:05.678Z Compiling compression-core v0.4.32
14812026-06-05T04:04:05.880Z Compiling ref-cast v1.0.25
14822026-06-05T04:04:05.904Z Compiling quick-error v1.2.3
14832026-06-05T04:04:06.063Z Compiling compression-codecs v0.4.38
14842026-06-05T04:04:06.131Z Compiling daft v0.1.7
14852026-06-05T04:04:06.175Z Compiling darling v0.23.0
14862026-06-05T04:04:06.250Z Compiling block-buffer v0.12.0
14872026-06-05T04:04:06.263Z Compiling crypto-common v0.2.2
14882026-06-05T04:04:06.292Z Compiling rand_chacha v0.9.0
14892026-06-05T04:04:06.318Z Compiling usdt-attr-macro v0.6.0
14902026-06-05T04:04:06.330Z Compiling usdt-macro v0.6.0
14912026-06-05T04:04:06.396Z Compiling strum_macros v0.26.4
14922026-06-05T04:04:06.718Z Compiling ref-cast-impl v1.0.25
14932026-06-05T04:04:07.236Z Compiling serde_spanned v1.1.1
14942026-06-05T04:04:07.242Z Compiling multer v3.1.0
14952026-06-05T04:04:07.242Z Compiling generic-array v0.14.7
14962026-06-05T04:04:07.242Z Compiling debug-ignore v1.0.5
14972026-06-05T04:04:07.250Z Compiling const-oid v0.10.2
14982026-06-05T04:04:07.326Z Compiling term v1.2.1
14992026-06-05T04:04:07.856Z Compiling take_mut v0.2.2
15002026-06-05T04:04:07.856Z Compiling bit-vec v0.8.0
15012026-06-05T04:04:07.859Z Compiling toml_writer v1.1.1+spec-1.1.0
15022026-06-05T04:04:07.859Z Compiling digest v0.11.3
15032026-06-05T04:04:07.859Z Compiling bit-set v0.8.0
15042026-06-05T04:04:07.859Z Compiling rand v0.9.4
15052026-06-05T04:04:07.859Z Compiling serde_with_macros v3.20.0
15062026-06-05T04:04:07.859Z Compiling async-stream-impl v0.3.6
15072026-06-05T04:04:07.859Z Compiling dropshot v0.17.1
15082026-06-05T04:04:08.028Z Compiling encoding_rs v0.8.35
15092026-06-05T04:04:08.447Z Compiling unarray v0.1.4
15102026-06-05T04:04:08.450Z Compiling strum v0.26.3
15112026-06-05T04:04:08.450Z Compiling syn v1.0.109
15122026-06-05T04:04:08.450Z Compiling spin v0.9.8
15132026-06-05T04:04:08.450Z Compiling mime v0.3.17
15142026-06-05T04:04:08.450Z Compiling sha1 v0.11.0
15152026-06-05T04:04:08.451Z Compiling async-stream v0.3.6
15162026-06-05T04:04:08.523Z Compiling derive-ex v0.1.8
15172026-06-05T04:04:08.535Z Compiling tower v0.5.3
15182026-06-05T04:04:08.573Z Compiling dropshot_endpoint v0.17.1
15192026-06-05T04:04:08.691Z Compiling macaddr v1.0.1
15202026-06-05T04:04:08.818Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15212026-06-05T04:04:08.908Z Compiling waitgroup v0.1.2
15222026-06-05T04:04:09.004Z Compiling serde_path_to_error v0.1.20
15232026-06-05T04:04:09.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15242026-06-05T04:04:09.349Z Compiling tower-http v0.6.11
15252026-06-05T04:04:09.492Z Compiling tempfile v3.27.0
15262026-06-05T04:04:09.685Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15272026-06-05T04:04:09.767Z Compiling openapiv3 v2.2.0
15282026-06-05T04:04:09.917Z Compiling strum_macros v0.27.2
15292026-06-05T04:04:10.078Z Compiling test-strategy v0.4.5
15302026-06-05T04:04:10.217Z Compiling instant v0.1.13
15312026-06-05T04:04:10.328Z Compiling rustls-native-certs v0.8.4
15322026-06-05T04:04:11.076Z Compiling time v0.3.47
15332026-06-05T04:04:11.124Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15342026-06-05T04:04:11.466Z Compiling crossbeam-channel v0.5.15
15352026-06-05T04:04:11.514Z Compiling crypto-common v0.1.7
15362026-06-05T04:04:11.841Z Compiling strum v0.27.2
15372026-06-05T04:04:11.941Z Compiling parse-display-derive v0.10.0
15382026-06-05T04:04:11.971Z Compiling backon v1.6.0
15392026-06-05T04:04:12.122Z Compiling rand_chacha v0.3.1
15402026-06-05T04:04:12.580Z Compiling rand v0.8.6
15412026-06-05T04:04:12.798Z Compiling slog-json v2.6.1
15422026-06-05T04:04:12.907Z Compiling hostname v0.3.1
15432026-06-05T04:04:13.029Z Compiling toml_parser v1.1.2+spec-1.1.0
15442026-06-05T04:04:13.507Z Compiling toml_datetime v1.1.1+spec-1.1.0
15452026-06-05T04:04:13.511Z Compiling wait-timeout v0.2.1
15462026-06-05T04:04:13.511Z Compiling is-terminal v0.4.17
15472026-06-05T04:04:13.511Z Compiling memmap2 v0.9.10
15482026-06-05T04:04:13.511Z Compiling either v1.16.0
15492026-06-05T04:04:13.518Z Compiling usdt v0.6.0
15502026-06-05T04:04:13.523Z Compiling toml v1.1.2+spec-1.1.0
15512026-06-05T04:04:13.556Z Compiling rusty-fork v0.3.1
15522026-06-05T04:04:13.602Z Compiling slog-term v2.9.2
15532026-06-05T04:04:13.762Z Compiling slog-bunyan v2.5.0
15542026-06-05T04:04:13.837Z Compiling serde_with v3.20.0
15552026-06-05T04:04:13.896Z Compiling async-compression v0.4.42
15562026-06-05T04:04:13.920Z Compiling rand_xorshift v0.4.0
15572026-06-05T04:04:14.065Z Compiling rustls-pemfile v2.2.0
15582026-06-05T04:04:14.204Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15592026-06-05T04:04:14.209Z Compiling regress v0.10.5
15602026-06-05T04:04:14.262Z Compiling hostname v0.4.2
15612026-06-05T04:04:14.339Z Compiling humantime v2.3.0
15622026-06-05T04:04:14.397Z Compiling proptest v1.11.0
15632026-06-05T04:04:14.610Z Compiling iddqd v0.4.2
15642026-06-05T04:04:14.888Z Compiling reqwest v0.12.28
15652026-06-05T04:04:15.062Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
15662026-06-05T04:04:15.301Z Compiling block-buffer v0.10.4
15672026-06-05T04:04:15.585Z Compiling digest v0.10.7
15682026-06-05T04:04:15.622Z Compiling itertools v0.14.0
15692026-06-05T04:04:15.804Z Compiling parse-display v0.10.0
15702026-06-05T04:04:16.328Z Compiling progenitor-client v0.10.0
15712026-06-05T04:04:16.331Z Compiling backoff v0.4.0
15722026-06-05T04:04:16.331Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
15732026-06-05T04:04:16.917Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
15742026-06-05T04:04:18.093Z Compiling regress v0.11.1
15752026-06-05T04:04:18.293Z Compiling utf8parse v0.2.2
15762026-06-05T04:04:18.339Z Compiling is_terminal_polyfill v1.70.2
15772026-06-05T04:04:18.404Z Compiling anstyle-parse v1.0.0
15782026-06-05T04:04:18.442Z Compiling anstyle v1.0.14
15792026-06-05T04:04:18.666Z Compiling anstyle-query v1.1.5
15802026-06-05T04:04:18.770Z Compiling colorchoice v1.0.5
15812026-06-05T04:04:18.892Z Compiling anstream v1.0.0
15822026-06-05T04:04:19.314Z Compiling toml_datetime v0.6.11
15832026-06-05T04:04:19.591Z Compiling zerocopy-derive v0.7.35
15842026-06-05T04:04:19.700Z Compiling typify-impl v0.6.2
15852026-06-05T04:04:19.727Z Compiling clap_lex v1.1.0
15862026-06-05T04:04:19.973Z Compiling convert_case v0.4.0
15872026-06-05T04:04:20.003Z Compiling cpufeatures v0.2.17
15882026-06-05T04:04:20.275Z Compiling derive_more v0.99.20
15892026-06-05T04:04:20.711Z Compiling zerocopy v0.7.35
15902026-06-05T04:04:20.955Z Compiling unicode-width v0.2.2
15912026-06-05T04:04:21.459Z Compiling secrecy v0.10.3
15922026-06-05T04:04:21.704Z Compiling clap_derive v4.6.1
15932026-06-05T04:04:21.772Z Compiling tinyvec_macros v0.1.1
15942026-06-05T04:04:22.118Z Compiling float-ord v0.3.2
15952026-06-05T04:04:22.164Z Compiling crucible-workspace-hack v0.1.0
15962026-06-05T04:04:22.242Z Compiling tinyvec v1.11.0
15972026-06-05T04:04:22.588Z Compiling terminal_size v0.4.4
15982026-06-05T04:04:22.726Z Compiling dtrace-parser v0.2.0
15992026-06-05T04:04:22.746Z Compiling scroll_derive v0.12.1
16002026-06-05T04:04:22.926Z Compiling num-integer v0.1.46
16012026-06-05T04:04:23.229Z Compiling rustc_version v0.4.1
16022026-06-05T04:04:23.327Z Compiling usdt-impl v0.5.0
16032026-06-05T04:04:23.482Z Compiling scroll v0.12.0
16042026-06-05T04:04:23.509Z Compiling curve25519-dalek v4.1.3
16052026-06-05T04:04:23.752Z Compiling dof v0.3.0
16062026-06-05T04:04:23.802Z Compiling hmac v0.12.1
16072026-06-05T04:04:23.854Z Compiling inout v0.1.4
16082026-06-05T04:04:23.976Z Compiling darling_core v0.21.3
16092026-06-05T04:04:24.415Z Compiling ff v0.13.1
16102026-06-05T04:04:24.825Z Compiling thread-id v4.2.2
16112026-06-05T04:04:24.825Z Compiling group v0.13.0
16122026-06-05T04:04:24.825Z Compiling cipher v0.4.4
16132026-06-05T04:04:24.825Z Compiling hkdf v0.12.4
16142026-06-05T04:04:24.830Z Compiling goblin v0.8.2
16152026-06-05T04:04:24.830Z Compiling num-iter v0.1.45
16162026-06-05T04:04:24.848Z Compiling num-rational v0.4.2
16172026-06-05T04:04:24.866Z Compiling clap_builder v4.6.0
16182026-06-05T04:04:25.060Z Compiling toml_edit v0.25.12+spec-1.1.0
16192026-06-05T04:04:25.088Z Compiling thiserror-impl-no-std v2.0.2
16202026-06-05T04:04:25.458Z Compiling universal-hash v0.5.1
16212026-06-05T04:04:25.591Z Compiling crypto-bigint v0.5.5
16222026-06-05T04:04:25.970Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16232026-06-05T04:04:26.005Z Compiling darling_macro v0.21.3
16242026-06-05T04:04:26.071Z Compiling typify-macro v0.6.2
16252026-06-05T04:04:26.310Z Compiling crossbeam-epoch v0.9.18
16262026-06-05T04:04:26.622Z Compiling half v2.7.1
16272026-06-05T04:04:26.668Z Compiling curve25519-dalek-derive v0.1.1
16282026-06-05T04:04:26.703Z Compiling num-complex v0.4.6
16292026-06-05T04:04:27.094Z Compiling ciborium-io v0.2.2
16302026-06-05T04:04:27.157Z Compiling base16ct v0.2.0
16312026-06-05T04:04:27.226Z Compiling base64ct v1.8.3
16322026-06-05T04:04:27.254Z Compiling opaque-debug v0.3.1
16332026-06-05T04:04:27.254Z Compiling elliptic-curve v0.13.8
16342026-06-05T04:04:27.294Z Compiling poly1305 v0.8.0
16352026-06-05T04:04:27.476Z Compiling password-hash v0.5.0
16362026-06-05T04:04:27.738Z Compiling ciborium-ll v0.2.2
16372026-06-05T04:04:27.953Z Compiling num v0.4.3
16382026-06-05T04:04:27.989Z Compiling darling v0.21.3
16392026-06-05T04:04:28.065Z Compiling clap v4.6.1
16402026-06-05T04:04:28.205Z Compiling typify v0.6.2
16412026-06-05T04:04:28.284Z Compiling thiserror-no-std v2.0.2
16422026-06-05T04:04:28.341Z Compiling proc-macro-crate v3.5.0
16432026-06-05T04:04:28.590Z Compiling chacha20 v0.9.1
16442026-06-05T04:04:28.738Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
16452026-06-05T04:04:28.768Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16462026-06-05T04:04:29.239Z Compiling blake2 v0.10.6
16472026-06-05T04:04:29.356Z Compiling aead v0.5.2
16482026-06-05T04:04:29.423Z Compiling byte-wrapper v0.1.0
16492026-06-05T04:04:29.530Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16502026-06-05T04:04:29.707Z Compiling proc-macro-error-attr v1.0.4
16512026-06-05T04:04:29.863Z Compiling heapless v0.8.0
16522026-06-05T04:04:29.916Z Compiling unsafe-libyaml v0.2.11
16532026-06-05T04:04:29.978Z Compiling prettyplease v0.2.37
16542026-06-05T04:04:30.183Z Compiling rustix v0.38.44
16552026-06-05T04:04:30.227Z Compiling keccak v0.1.6
16562026-06-05T04:04:30.459Z Compiling serde_yaml v0.9.34+deprecated
16572026-06-05T04:04:30.587Z Compiling sha3 v0.10.9
16582026-06-05T04:04:30.972Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16592026-06-05T04:04:31.234Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16602026-06-05T04:04:31.748Z Compiling chacha20poly1305 v0.10.1
16612026-06-05T04:04:31.867Z Compiling argon2 v0.5.3
16622026-06-05T04:04:32.109Z Compiling num_enum_derive v0.7.6
16632026-06-05T04:04:32.155Z Compiling vsss-rs v3.3.4
16642026-06-05T04:04:32.174Z Compiling ingot-macros v0.1.1
16652026-06-05T04:04:32.385Z Compiling ciborium v0.2.2
16662026-06-05T04:04:32.964Z Compiling usdt-macro v0.5.0
16672026-06-05T04:04:33.147Z Compiling usdt-attr-macro v0.5.0
16682026-06-05T04:04:34.499Z Compiling serde_spanned v0.6.9
16692026-06-05T04:04:34.517Z Compiling enum-as-inner v0.6.1
16702026-06-05T04:04:34.736Z Compiling hash32 v0.3.1
16712026-06-05T04:04:34.925Z Compiling proc-macro-error v1.0.4
16722026-06-05T04:04:34.940Z Compiling memmap v0.7.0
16732026-06-05T04:04:34.940Z Compiling memoffset v0.9.1
16742026-06-05T04:04:35.345Z Compiling cfg_aliases v0.2.1
16752026-06-05T04:04:35.354Z Compiling toml_write v0.1.2
16762026-06-05T04:04:35.354Z Compiling winnow v0.7.15
16772026-06-05T04:04:35.354Z Compiling indent_write v2.2.0
16782026-06-05T04:04:35.354Z Compiling winnow v0.5.40
16792026-06-05T04:04:35.354Z Compiling data-encoding v2.11.0
16802026-06-05T04:04:35.354Z Compiling smoltcp v0.11.0
16812026-06-05T04:04:35.354Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16822026-06-05T04:04:35.354Z Compiling rustls-webpki v0.103.13
16832026-06-05T04:04:35.622Z Compiling nix v0.31.3
16842026-06-05T04:04:35.646Z Compiling usdt v0.5.0
16852026-06-05T04:04:35.958Z Compiling ingot-types v0.1.2
16862026-06-05T04:04:36.402Z Compiling toml_edit v0.22.27
16872026-06-05T04:04:36.428Z Compiling toml_edit v0.19.15
16882026-06-05T04:04:36.511Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16892026-06-05T04:04:36.544Z Compiling num_enum v0.7.6
16902026-06-05T04:04:36.561Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
16912026-06-05T04:04:36.589Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
16922026-06-05T04:04:36.855Z Compiling tabwriter v1.4.1
16932026-06-05T04:04:37.129Z Compiling cobs v0.3.0
16942026-06-05T04:04:37.227Z Compiling serde_repr v0.1.20
16952026-06-05T04:04:37.299Z Compiling bitflags v1.3.2
16962026-06-05T04:04:37.396Z Compiling pkg-config v0.3.33
16972026-06-05T04:04:37.564Z Compiling managed v0.8.0
16982026-06-05T04:04:37.770Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
16992026-06-05T04:04:37.827Z Compiling vcpkg v0.2.15
17002026-06-05T04:04:37.877Z Compiling toml v0.8.23
17012026-06-05T04:04:38.387Z Compiling openssl-sys v0.9.116
17022026-06-05T04:04:38.837Z Compiling proc-macro-crate v1.3.1
17032026-06-05T04:04:38.841Z Compiling postcard v1.1.3
17042026-06-05T04:04:38.841Z Compiling tokio-rustls v0.26.4
17052026-06-05T04:04:38.948Z Compiling rustls-platform-verifier v0.7.0
17062026-06-05T04:04:39.041Z Compiling hyper-rustls v0.27.9
17072026-06-05T04:04:39.332Z Compiling reqwest v0.13.4
17082026-06-05T04:04:40.473Z Compiling ingot v0.1.1
17092026-06-05T04:04:40.736Z Compiling progenitor-client v0.14.0
17102026-06-05T04:04:41.101Z Compiling progenitor-extras v0.2.0
17112026-06-05T04:04:42.011Z Compiling hubpack_derive v0.1.1
17122026-06-05T04:04:42.072Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17132026-06-05T04:04:42.407Z Compiling foreign-types-macros v0.2.3
17142026-06-05T04:04:42.492Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17152026-06-05T04:04:42.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17162026-06-05T04:04:42.808Z Compiling foreign-types-shared v0.3.1
17172026-06-05T04:04:42.905Z Compiling heck v0.4.1
17182026-06-05T04:04:43.076Z Compiling unicode-segmentation v1.13.3
17192026-06-05T04:04:43.110Z Compiling swrite v0.1.0
17202026-06-05T04:04:43.209Z Compiling resolv-conf v0.7.6
17212026-06-05T04:04:43.509Z Compiling rayon-core v1.13.0
17222026-06-05T04:04:43.595Z Compiling colored v3.1.1
17232026-06-05T04:04:43.671Z Compiling static_assertions v1.1.0
17242026-06-05T04:04:43.747Z Compiling linked-hash-map v0.5.6
17252026-06-05T04:04:43.755Z Compiling semver v0.1.20
17262026-06-05T04:04:43.927Z Compiling rustc_version v0.1.7
17272026-06-05T04:04:43.940Z Compiling lru-cache v0.1.2
17282026-06-05T04:04:44.023Z Compiling newline-converter v0.3.0
17292026-06-05T04:04:44.034Z Compiling foreign-types v0.5.0
17302026-06-05T04:04:44.115Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17312026-06-05T04:04:44.128Z Compiling hubpack v0.1.2
17322026-06-05T04:04:44.291Z Compiling num_enum_derive v0.5.11
17332026-06-05T04:04:44.883Z Compiling atomicwrites v0.4.4
17342026-06-05T04:04:44.896Z Compiling hickory-proto v0.24.4
17352026-06-05T04:04:45.332Z Compiling progenitor-impl v0.13.0
17362026-06-05T04:04:45.877Z Compiling crossbeam-deque v0.8.6
17372026-06-05T04:04:46.094Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17382026-06-05T04:04:46.109Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17392026-06-05T04:04:46.683Z Compiling console v0.15.11
17402026-06-05T04:04:46.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17412026-06-05T04:04:47.339Z Compiling camino-tempfile v1.4.1
17422026-06-05T04:04:47.593Z Compiling chacha20 v0.10.0
17432026-06-05T04:04:47.859Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17442026-06-05T04:04:48.134Z Compiling serde-big-array v0.5.1
17452026-06-05T04:04:48.288Z Compiling num-derive v0.4.2
17462026-06-05T04:04:48.445Z Compiling derive-where v1.6.1
17472026-06-05T04:04:48.445Z Compiling pin-project-internal v1.1.13
17482026-06-05T04:04:49.062Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
17492026-06-05T04:04:49.295Z Compiling cstr-argument v0.1.2
17502026-06-05T04:04:49.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
17512026-06-05T04:04:49.387Z Compiling similar v2.7.0
17522026-06-05T04:04:49.388Z Compiling siphasher v1.0.3
17532026-06-05T04:04:50.284Z Compiling minimal-lexical v0.2.1
17542026-06-05T04:04:50.284Z Compiling pin-project v1.1.13
17552026-06-05T04:04:50.387Z Compiling phf_shared v0.12.1
17562026-06-05T04:04:50.387Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572026-06-05T04:04:50.387Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17582026-06-05T04:04:50.387Z Compiling expectorate v1.2.0
17592026-06-05T04:04:50.387Z Compiling nom v7.1.3
17602026-06-05T04:04:50.387Z Compiling progenitor-macro v0.13.0
17612026-06-05T04:04:50.387Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-06-05T04:04:50.387Z Compiling rand v0.10.1
17632026-06-05T04:04:50.387Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17642026-06-05T04:04:50.470Z Compiling hickory-resolver v0.24.4
17652026-06-05T04:04:50.672Z Compiling num_enum v0.5.11
17662026-06-05T04:04:50.859Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
17672026-06-05T04:04:51.048Z Compiling newtype_derive v0.1.6
17682026-06-05T04:04:51.066Z Compiling progenitor-client v0.13.0
17692026-06-05T04:04:51.304Z Compiling progenitor-impl v0.14.0
17702026-06-05T04:04:51.373Z Compiling unicode-normalization v0.1.25
17712026-06-05T04:04:51.877Z Compiling tokio-stream v0.1.18
17722026-06-05T04:04:52.341Z Compiling snafu-derive v0.8.9
17732026-06-05T04:04:52.571Z Compiling async-recursion v1.1.1
17742026-06-05T04:04:52.739Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9)
17752026-06-05T04:04:52.999Z Compiling slog-dtrace v0.3.0
17762026-06-05T04:04:53.055Z Compiling bstr v1.12.1
17772026-06-05T04:04:53.250Z Compiling csv-core v0.1.13
17782026-06-05T04:04:53.282Z Compiling chrono-tz v0.10.4
17792026-06-05T04:04:53.520Z Compiling unicode-width v0.1.14
17802026-06-05T04:04:53.520Z Compiling owo-colors v4.3.0
17812026-06-05T04:04:53.570Z Compiling unicode-xid v0.2.6
17822026-06-05T04:04:53.702Z Compiling highway v1.3.0
17832026-06-05T04:04:53.810Z Compiling openssl v0.10.80
17842026-06-05T04:04:53.933Z Compiling foreign-types-shared v0.1.1
17852026-06-05T04:04:53.964Z Compiling foldhash v0.1.5
17862026-06-05T04:04:54.080Z Compiling cancel-safe-futures v0.1.5
17872026-06-05T04:04:54.509Z Compiling same-file v1.0.6
17882026-06-05T04:04:54.526Z Compiling konst_macro_rules v0.2.19
17892026-06-05T04:04:54.526Z Compiling snafu v0.8.9
17902026-06-05T04:04:54.526Z Compiling konst v0.2.20
17912026-06-05T04:04:54.526Z Compiling walkdir v2.5.0
17922026-06-05T04:04:54.526Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17932026-06-05T04:04:54.548Z Compiling hashbrown v0.15.5
17942026-06-05T04:04:54.958Z Compiling foreign-types v0.3.2
17952026-06-05T04:04:54.965Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
17962026-06-05T04:04:54.965Z Compiling const_format_proc_macros v0.2.34
17972026-06-05T04:04:54.965Z Compiling csv v1.4.0
17982026-06-05T04:04:54.965Z Compiling progenitor-macro v0.14.0
17992026-06-05T04:04:54.965Z Compiling progenitor v0.13.0
18002026-06-05T04:04:55.070Z Compiling globset v0.4.18
18012026-06-05T04:04:55.202Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18022026-06-05T04:04:55.807Z Compiling qorb v0.4.1
18032026-06-05T04:04:55.836Z Compiling olpc-cjson v0.1.4
18042026-06-05T04:04:56.140Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18052026-06-05T04:04:56.575Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18062026-06-05T04:04:57.262Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072026-06-05T04:04:57.525Z Compiling rayon v1.12.0
18082026-06-05T04:04:57.667Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18092026-06-05T04:04:57.754Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18102026-06-05T04:04:57.754Z Compiling phf v0.12.1
18112026-06-05T04:04:57.822Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18122026-06-05T04:04:59.237Z Compiling zone_cfg_derive v0.3.1
18132026-06-05T04:04:59.671Z Compiling tokio-dtrace v0.1.1
18142026-06-05T04:04:59.726Z Compiling itertools v0.12.1
18152026-06-05T04:04:59.727Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18162026-06-05T04:04:59.727Z Compiling libsw-core v0.3.2
18172026-06-05T04:04:59.727Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18182026-06-05T04:04:59.727Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18192026-06-05T04:04:59.727Z Compiling serde_plain v1.0.2
18202026-06-05T04:05:01.747Z Compiling openssl-macros v0.1.1
18212026-06-05T04:05:01.908Z Compiling pem v3.0.6
18222026-06-05T04:05:01.908Z Compiling cookie v0.18.1
18232026-06-05T04:05:01.908Z Compiling sigpipe v0.1.3
18242026-06-05T04:05:01.908Z Compiling fixedbitset v0.4.2
18252026-06-05T04:05:01.908Z Compiling typed-path v0.9.3
18262026-06-05T04:05:01.908Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18272026-06-05T04:05:01.908Z Compiling jiff v0.2.28
18282026-06-05T04:05:01.908Z Compiling bytecount v0.6.9
18292026-06-05T04:05:01.908Z Compiling glob v0.3.3
18302026-06-05T04:05:01.908Z Compiling fixedbitset v0.5.7
18312026-06-05T04:05:01.908Z Compiling papergrid v0.11.0
18322026-06-05T04:05:01.908Z Compiling petgraph v0.6.5
18332026-06-05T04:05:01.908Z Compiling petgraph v0.8.3
18342026-06-05T04:05:01.908Z Compiling tough v0.22.0
18352026-06-05T04:05:02.191Z Compiling zone v0.3.1
18362026-06-05T04:05:02.431Z Compiling progenitor v0.14.0
18372026-06-05T04:05:02.519Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
18382026-06-05T04:05:02.635Z Compiling libsw v3.5.0
18392026-06-05T04:05:02.681Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
18402026-06-05T04:05:02.939Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18412026-06-05T04:05:02.974Z Compiling oxide-tokio-rt v0.1.6
18422026-06-05T04:05:02.974Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
18432026-06-05T04:05:02.974Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18442026-06-05T04:05:03.286Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18452026-06-05T04:05:03.356Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18462026-06-05T04:05:04.080Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18472026-06-05T04:05:04.161Z Compiling const_format v0.2.36
18482026-06-05T04:05:04.165Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18492026-06-05T04:05:05.022Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
18502026-06-05T04:05:05.133Z Compiling tabled_derive v0.7.0
18512026-06-05T04:05:05.133Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18522026-06-05T04:05:05.210Z Compiling gethostname v0.5.0
18532026-06-05T04:05:05.210Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18542026-06-05T04:05:05.210Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18552026-06-05T04:05:05.273Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18562026-06-05T04:05:05.273Z Compiling bcs v0.1.6
18572026-06-05T04:05:05.342Z Compiling smf v0.2.3
18582026-06-05T04:05:05.646Z Compiling lazy_static v1.5.0
18592026-06-05T04:05:05.696Z Compiling unicode-linebreak v0.1.5
18602026-06-05T04:05:05.696Z Compiling tagptr v0.2.0
18612026-06-05T04:05:05.750Z Compiling linear-map v1.2.0
18622026-06-05T04:05:05.822Z Compiling smawk v0.3.2
18632026-06-05T04:05:05.863Z Compiling whoami v1.6.1
18642026-06-05T04:05:05.939Z Compiling termtree v0.5.1
18652026-06-05T04:05:05.983Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18662026-06-05T04:05:06.046Z Compiling textwrap v0.16.2
18672026-06-05T04:05:06.149Z Compiling moka v0.12.15
18682026-06-05T04:05:06.275Z Compiling tabled v0.15.0
18692026-06-05T04:05:06.598Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18702026-06-05T04:05:06.654Z Compiling steno v0.4.1
18712026-06-05T04:05:06.904Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18722026-06-05T04:05:07.713Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18732026-06-05T04:05:08.184Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18742026-06-05T04:05:08.962Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18752026-06-05T04:05:09.014Z Compiling hickory-proto v0.25.2
18762026-06-05T04:05:10.046Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
18772026-06-05T04:05:10.125Z Compiling parking_lot_core v0.8.6
18782026-06-05T04:05:10.125Z Compiling libscf-sys v1.2.0
18792026-06-05T04:05:10.125Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18802026-06-05T04:05:10.890Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18812026-06-05T04:05:10.956Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
18822026-06-05T04:05:10.956Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
18832026-06-05T04:05:10.956Z Compiling hickory-resolver v0.25.2
18842026-06-05T04:05:10.956Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18852026-06-05T04:05:11.003Z Compiling nom v8.0.0
18862026-06-05T04:05:11.092Z Compiling parking_lot v0.11.2
18872026-06-05T04:05:11.357Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18882026-06-05T04:05:11.401Z Compiling fxhash v0.2.1
18892026-06-05T04:05:11.445Z Compiling internet-checksum v0.2.1
18902026-06-05T04:05:11.471Z Compiling sled v0.34.7
18912026-06-05T04:05:11.528Z Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common)
18922026-06-05T04:05:11.901Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18932026-06-05T04:05:13.093Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
18942026-06-05T04:05:16.454Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18952026-06-05T04:05:18.512Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
18962026-06-05T04:05:24.137Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18972026-06-05T04:05:25.705Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
18982026-06-05T04:05:26.741Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18992026-06-05T04:05:28.013Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
19002026-06-05T04:05:30.100Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
19012026-06-05T04:05:51.631Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
19022026-06-05T04:05:51.711Z────────────
19032026-06-05T04:05:51.711Z Nextest run ID b184f9a8-0b2a-4488-be47-2026aa96ca80 with nextest profile: default
19042026-06-05T04:05:51.711Z Starting 15 tests across 1 binary (28 tests skipped)
19052026-06-05T04:06:09.037Z PASS [ 16.796s] rdb proptest::prop_ipv4_host_bits_always_unset
19062026-06-05T04:06:09.154Z PASS [ 16.811s] rdb proptest::prop_ipv4_within_self
19072026-06-05T04:06:09.154Z PASS [ 16.815s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19082026-06-05T04:06:09.154Z PASS [ 16.848s] rdb proptest::prop_ipv6_host_bits_always_unset
19092026-06-05T04:06:09.154Z PASS [ 16.862s] rdb proptest::prop_ipv6_default_contains_all
19102026-06-05T04:06:09.154Z PASS [ 16.875s] rdb proptest::prop_ipv4_default_contains_all
19112026-06-05T04:06:09.154Z PASS [ 16.895s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19122026-06-05T04:06:25.131Z PASS [ 16.872s] rdb proptest::prop_ipv6_within_self
19132026-06-05T04:06:34.259Z PASS [ 25.971s] rdb proptest::prop_static_route_key_deduplication
19142026-06-05T04:06:44.616Z PASS [ 36.260s] rdb proptest::prop_static_route_key_normalization_idempotent
19152026-06-05T04:06:44.679Z PASS [ 36.275s] rdb proptest::prop_static_route_key_normalization_preserves_length
19162026-06-05T04:06:44.679Z PASS [ 36.304s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19172026-06-05T04:06:44.743Z PASS [ 36.352s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19182026-06-05T04:06:51.482Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-06-05T04:07:00.727Z PASS [ 52.325s] rdb proptest::prop_static_route_key_ord_consistency
19202026-06-05T04:07:51.468Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19212026-06-05T04:08:51.473Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19222026-06-05T04:09:51.485Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19232026-06-05T04:10:08.337Z PASS [ 256.854s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19242026-06-05T04:10:08.337Z────────────
19252026-06-05T04:10:08.337Z Summary [ 256.855s] 15 tests run: 15 passed (1 slow), 28 skipped
19262026-06-05T04:10:08.354Z+ cp './*.log' /work/
19272026-06-05T04:10:08.360Z+ true
19282026-06-05T04:10:08.360Z+ [[ -d proptest-regressions ]]
19292026-06-05T04:10:08.360Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19302026-06-05T04:10:08.360Z+ popd
19312026-06-05T04:10:08.360Z/work/oxidecomputer/maghemite
19322026-06-05T04:10:08.360Z+ pushd bgp
19332026-06-05T04:10:08.361Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19342026-06-05T04:10:08.361Z+ PROPTEST_CASES=1000000
19352026-06-05T04:10:08.361Z+ cargo nextest run --lib proptest
19362026-06-05T04:10:09.524Z Compiling smallvec v1.15.1
19372026-06-05T04:10:09.686Z Compiling crunchy v0.2.4
19382026-06-05T04:10:09.706Z Compiling tiny-keccak v2.0.2
19392026-06-05T04:10:09.716Z Compiling ahash v0.8.12
19402026-06-05T04:10:09.720Z Compiling smartstring v1.0.1
19412026-06-05T04:10:09.732Z Compiling thin-vec v0.2.18
19422026-06-05T04:10:09.732Z Compiling serial_test_derive v3.5.0
19432026-06-05T04:10:09.828Z Compiling icu_normalizer v2.2.0
19442026-06-05T04:10:09.844Z Compiling parking_lot_core v0.9.12
19452026-06-05T04:10:09.997Z Compiling parking_lot_core v0.8.6
19462026-06-05T04:10:10.080Z Compiling parking_lot v0.12.5
19472026-06-05T04:10:10.230Z Compiling idna_adapter v1.2.2
19482026-06-05T04:10:10.291Z Compiling tokio v1.52.3
19492026-06-05T04:10:10.383Z Compiling idna v1.1.0
19502026-06-05T04:10:10.464Z Compiling moka v0.12.15
19512026-06-05T04:10:10.559Z Compiling parking_lot v0.11.2
19522026-06-05T04:10:10.698Z Compiling url v2.5.8
19532026-06-05T04:10:10.982Z Compiling const-random-macro v0.1.16
19542026-06-05T04:10:10.995Z Compiling sled v0.34.7
19552026-06-05T04:10:11.214Z Compiling schemars v0.8.22
19562026-06-05T04:10:11.256Z Compiling rhai_codegen v3.2.0
19572026-06-05T04:10:11.390Z Compiling const-random v0.1.18
19582026-06-05T04:10:11.560Z Compiling yansi v1.0.1
19592026-06-05T04:10:11.594Z Compiling diff v0.1.13
19602026-06-05T04:10:11.691Z Compiling serial_test v3.5.0
19612026-06-05T04:10:11.871Z Compiling pretty_assertions v1.4.1
19622026-06-05T04:10:11.970Z Compiling ipnetwork v0.21.1
19632026-06-05T04:10:12.012Z Compiling newtype-uuid v1.3.2
19642026-06-05T04:10:12.143Z Compiling serde_with v3.20.0
19652026-06-05T04:10:12.359Z Compiling oxnet v0.1.6
19662026-06-05T04:10:12.409Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
19672026-06-05T04:10:12.470Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19682026-06-05T04:10:12.685Z Compiling daft v0.1.7
19692026-06-05T04:10:12.794Z Compiling typify-impl v0.6.2
19702026-06-05T04:10:12.829Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19712026-06-05T04:10:12.960Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19722026-06-05T04:10:13.235Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
19732026-06-05T04:10:13.387Z Compiling iddqd v0.4.2
19742026-06-05T04:10:13.583Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19752026-06-05T04:10:13.816Z Compiling byte-wrapper v0.1.0
19762026-06-05T04:10:13.877Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
19772026-06-05T04:10:13.940Z Compiling tokio-util v0.7.18
19782026-06-05T04:10:14.186Z Compiling tokio-rustls v0.26.4
19792026-06-05T04:10:14.460Z Compiling tower v0.5.3
19802026-06-05T04:10:14.586Z Compiling h2 v0.4.14
19812026-06-05T04:10:14.695Z Compiling async-compression v0.4.42
19822026-06-05T04:10:14.699Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19832026-06-05T04:10:14.956Z Compiling tower-http v0.6.11
19842026-06-05T04:10:14.968Z Compiling backoff v0.4.0
19852026-06-05T04:10:15.675Z Compiling typify v0.6.2
19862026-06-05T04:10:15.785Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19872026-06-05T04:10:16.013Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19882026-06-05T04:10:16.602Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19892026-06-05T04:10:16.786Z Compiling hyper v1.10.1
19902026-06-05T04:10:16.871Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
19912026-06-05T04:10:17.039Z Compiling hickory-proto v0.24.4
19922026-06-05T04:10:17.135Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19932026-06-05T04:10:18.292Z Compiling hyper-util v0.1.20
19942026-06-05T04:10:18.540Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
19952026-06-05T04:10:18.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
19962026-06-05T04:10:18.654Z Compiling progenitor-impl v0.13.0
19972026-06-05T04:10:18.678Z Compiling tokio-stream v0.1.18
19982026-06-05T04:10:19.140Z Compiling hickory-resolver v0.24.4
19992026-06-05T04:10:19.164Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20002026-06-05T04:10:19.450Z Compiling progenitor-impl v0.14.0
20012026-06-05T04:10:20.010Z Compiling hyper-rustls v0.27.9
20022026-06-05T04:10:20.351Z Compiling reqwest v0.13.4
20032026-06-05T04:10:20.356Z Compiling dropshot v0.17.1
20042026-06-05T04:10:20.543Z Compiling reqwest v0.12.28
20052026-06-05T04:10:21.814Z Compiling progenitor-client v0.14.0
20062026-06-05T04:10:22.136Z Compiling progenitor-extras v0.2.0
20072026-06-05T04:10:22.262Z Compiling progenitor-client v0.10.0
20082026-06-05T04:10:22.933Z Compiling progenitor-client v0.13.0
20092026-06-05T04:10:23.092Z Compiling qorb v0.4.1
20102026-06-05T04:10:23.248Z Compiling progenitor v0.13.0
20112026-06-05T04:10:23.397Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20122026-06-05T04:10:23.985Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20132026-06-05T04:10:24.327Z Compiling libsw-core v0.3.2
20142026-06-05T04:10:24.513Z Compiling tokio-dtrace v0.1.1
20152026-06-05T04:10:24.576Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
20162026-06-05T04:10:24.796Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20172026-06-05T04:10:25.107Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
20182026-06-05T04:10:25.181Z Compiling oxide-tokio-rt v0.1.6
20192026-06-05T04:10:25.299Z Compiling libsw v3.5.0
20202026-06-05T04:10:25.482Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
20212026-06-05T04:10:25.509Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20222026-06-05T04:10:26.123Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20232026-06-05T04:10:26.237Z Compiling progenitor v0.14.0
20242026-06-05T04:10:26.309Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20252026-06-05T04:10:26.387Z Compiling tough v0.22.0
20262026-06-05T04:10:26.439Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20272026-06-05T04:10:26.742Z Compiling zone v0.3.1
20282026-06-05T04:10:27.290Z Compiling cancel-safe-futures v0.1.5
20292026-06-05T04:10:27.545Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20302026-06-05T04:10:27.601Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20312026-06-05T04:10:27.855Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20322026-06-05T04:10:29.525Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20332026-06-05T04:10:29.660Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20342026-06-05T04:10:29.797Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20352026-06-05T04:10:30.536Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20362026-06-05T04:10:30.550Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20372026-06-05T04:10:30.610Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20382026-06-05T04:10:30.771Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20392026-06-05T04:10:30.822Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20402026-06-05T04:10:31.702Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20412026-06-05T04:10:31.750Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20422026-06-05T04:10:31.838Z Compiling hickory-proto v0.25.2
20432026-06-05T04:10:31.908Z Compiling steno v0.4.1
20442026-06-05T04:10:32.144Z Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol)
20452026-06-05T04:10:32.536Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20462026-06-05T04:10:33.151Z Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions)
20472026-06-05T04:10:33.402Z Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions)
20482026-06-05T04:10:33.511Z Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types)
20492026-06-05T04:10:33.622Z Compiling rhai v1.25.1
20502026-06-05T04:10:33.672Z Compiling hickory-resolver v0.25.2
20512026-06-05T04:10:34.164Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20522026-06-05T04:10:34.620Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20532026-06-05T04:10:35.730Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20542026-06-05T04:10:35.730Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20552026-06-05T04:10:36.627Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20562026-06-05T04:10:36.976Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20572026-06-05T04:10:38.267Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20582026-06-05T04:10:39.243Z Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types)
20592026-06-05T04:10:41.338Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20602026-06-05T04:10:41.512Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20612026-06-05T04:10:45.633Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20622026-06-05T04:10:53.184Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20632026-06-05T04:10:54.773Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551)
20642026-06-05T04:10:55.795Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20652026-06-05T04:10:56.743Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20662026-06-05T04:10:57.577Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20672026-06-05T04:10:59.531Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20682026-06-05T04:11:29.823Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
20692026-06-05T04:11:29.999Z────────────
20702026-06-05T04:11:29.999Z Nextest run ID 0b634b56-6e7a-43bd-bb94-6ddc380f390e with nextest profile: default
20712026-06-05T04:11:30.000Z Starting 17 tests across 1 binary (133 tests skipped)
20722026-06-05T04:11:47.168Z PASS [ 17.165s] bgp proptest::prop_ipv4_wire_format_roundtrip
20732026-06-05T04:11:48.954Z PASS [ 18.948s] bgp proptest::prop_ipv4_prefixes_roundtrip
20742026-06-05T04:11:48.970Z PASS [ 18.967s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20752026-06-05T04:11:50.214Z PASS [ 20.210s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20762026-06-05T04:11:50.843Z PASS [ 20.679s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20772026-06-05T04:11:50.849Z PASS [ 20.821s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20782026-06-05T04:11:58.732Z PASS [ 28.727s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20792026-06-05T04:12:04.312Z PASS [ 17.141s] bgp proptest::prop_ipv6_wire_format_roundtrip
20802026-06-05T04:12:09.059Z PASS [ 18.843s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20812026-06-05T04:12:09.128Z PASS [ 20.173s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20822026-06-05T04:12:09.748Z PASS [ 18.920s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20832026-06-05T04:12:10.216Z PASS [ 19.531s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20842026-06-05T04:12:30.012Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20852026-06-05T04:12:33.313Z PASS [ 28.994s] bgp proptest::prop_update_mp_unreach_roundtrip
20862026-06-05T04:12:37.115Z PASS [ 67.083s] bgp proptest::prop_encode_decode_semantic_equivalence
20872026-06-05T04:12:48.989Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20882026-06-05T04:12:58.748Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20892026-06-05T04:12:59.468Z PASS [ 70.486s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20902026-06-05T04:13:09.584Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20912026-06-05T04:13:11.150Z PASS [ 62.059s] bgp proptest::prop_update_traditional_roundtrip
20922026-06-05T04:13:12.632Z PASS [ 73.885s] bgp proptest::prop_update_mp_reach_roundtrip
20932026-06-05T04:13:12.645Z────────────
20942026-06-05T04:13:12.645Z Summary [ 102.612s] 17 tests run: 17 passed (4 slow), 133 skipped
20952026-06-05T04:13:12.663Z+ cp './*.log' /work/
20962026-06-05T04:13:12.663Z+ true
20972026-06-05T04:13:12.663Z+ [[ -d proptest-regressions ]]
20982026-06-05T04:13:12.663Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
20992026-06-05T04:13:12.663Z+ popd
21002026-06-05T04:13:12.663Z/work/oxidecomputer/maghemite
21012026-06-05T04:13:12.663Zprocess exited: duration 800343 ms, exit code 0
 
21022026-06-05T04:13:12.815Zfound 0 output files