01KPA7CDGHX2TVSGWRWP02631Y: 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: 01KPA7CYZQAJHWZ51FZPHSZH6C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T04:06:41.089Zjob assigned to worker 01KPA7EP43081NTYJRVK9SDRHT [factory aws, i-06aae913b9bfb3264] (queued for 1 m 54 s)
 
22026-04-16T04:06:48.236Zstarting task 0: "setup"
32026-04-16T04:06:48.239Z++ uname -s
42026-04-16T04:06:48.243Z+ kern=SunOS
52026-04-16T04:06:48.243Z+ build_user=build
62026-04-16T04:06:48.243Z+ build_uid=12345
72026-04-16T04:06:48.243Z+ work_dir=/work
82026-04-16T04:06:48.243Z+ input_dir=/input
92026-04-16T04:06:48.243Z+ [[ 0 == 12345 ]]
102026-04-16T04:06:48.243Z+ case "$kern" in
112026-04-16T04:06:48.243Z+ groupadd -g 12345 build
122026-04-16T04:06:48.243Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T04:06:50.249Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T04:06:50.366Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T04:06:50.369Z+ home_fs=zfs
162026-04-16T04:06:50.369Z+ [[ zfs == autofs ]]
172026-04-16T04:06:50.369Z+ mkdir -p /home/build
182026-04-16T04:06:50.369Z+ chown build:build /home/build /work
192026-04-16T04:06:52.369Z+ chmod 0700 /home/build /work
202026-04-16T04:06:52.372Zprocess exited: duration 4139 ms, exit code 0
 
212026-04-16T04:06:52.379Zstarting task 1: "rust-toolchain"
222026-04-16T04:06:52.383Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-16T04:06:52.383Z * rust toolchain channel = "stable"
242026-04-16T04:06:52.383Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-16T04:06:52.383Z * rust toolchain profile = "default"
262026-04-16T04:06:52.383Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T04:06:52.383Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T04:06:52.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T04:06:52.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-16T04:06:52.487Zinfo: downloading installer
312026-04-16T04:06:53.967Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T04:06:53.967Zwarn: /opt/ooce/bin
332026-04-16T04:06:53.967Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T04:06:53.967Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T04:06:53.967Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T04:06:53.967Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T04:06:53.967Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T04:06:53.967Zerror: cannot install while Rust is installed
392026-04-16T04:06:53.967Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T04:06:53.967Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T04:06:53.967Zwarn: /home/build/.rustup/settings.toml
422026-04-16T04:06:53.967Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T04:06:53.967Zwarn: instead of the one inferred from the default host triple.
442026-04-16T04:06:53.980Zinfo: profile set to default
452026-04-16T04:06:53.980Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T04:06:53.984Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-16T04:06:54.132Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T04:06:54.135Zinfo: downloading 6 components
492026-04-16T04:07:11.289Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-16T04:07:11.289Z
512026-04-16T04:07:11.318Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T04:07:11.318Z
532026-04-16T04:07:11.318Z
542026-04-16T04:07:11.318ZRust is installed now. Great!
552026-04-16T04:07:11.318Z
562026-04-16T04:07:11.318ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T04:07:11.318Zenvironment variable. This has not been done automatically.
582026-04-16T04:07:11.318Z
592026-04-16T04:07:11.318ZTo configure your current shell, you need to source
602026-04-16T04:07:11.318Zthe corresponding env file under $HOME/.cargo.
612026-04-16T04:07:11.318Z
622026-04-16T04:07:11.318ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T04:07:11.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T04:07:11.318Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T04:07:11.318Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T04:07:11.319Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T04:07:11.319Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T04:07:11.319Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T04:07:11.323Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T04:07:11.323Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T04:07:11.413Z+ rustup --version
722026-04-16T04:07:11.424Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T04:07:11.427Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T04:07:11.444Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T04:07:11.447Z+ cargo --version
762026-04-16T04:07:11.459Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T04:07:11.463Z+ rustc --version
782026-04-16T04:07:11.482Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T04:07:11.485Zprocess exited: duration 19104 ms, exit code 0
 
802026-04-16T04:07:11.492Zstarting task 2: "authentication"
812026-04-16T04:07:11.509Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T04:07:11.515Zstarting task 3: "clone repository"
832026-04-16T04:07:11.518Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-16T04:07:11.522Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-16T04:07:11.552ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-16T04:07:12.314Z+ cd /work/oxidecomputer/maghemite
872026-04-16T04:07:12.314Z+ git fetch origin c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
882026-04-16T04:07:12.543ZFrom https://github.com/oxidecomputer/maghemite
892026-04-16T04:07:12.543Z * branch c94ec4d79b00b05f976c978053ec9d6e5fa4ab23 -> FETCH_HEAD
902026-04-16T04:07:12.551Z+ [[ -n renovate/dropshot ]]
912026-04-16T04:07:12.554Z++ git branch --show-current
922026-04-16T04:07:12.554Z+ current=main
932026-04-16T04:07:12.554Z+ [[ main != renovate/dropshot ]]
942026-04-16T04:07:12.554Z+ git branch -f renovate/dropshot c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
952026-04-16T04:07:12.558Z+ git checkout -f renovate/dropshot
962026-04-16T04:07:12.575ZSwitched to branch 'renovate/dropshot'
972026-04-16T04:07:12.578Z+ git reset --hard c94ec4d79b00b05f976c978053ec9d6e5fa4ab23
982026-04-16T04:07:12.581ZHEAD is now at c94ec4d Update dropshot to 0.7.1
992026-04-16T04:07:12.581Zprocess exited: duration 1065 ms, exit code 0
 
1002026-04-16T04:07:12.589Zstarting task 4: "build"
1012026-04-16T04:07:12.593Z+ set -e
1022026-04-16T04:07:12.593Z+ NEXTEST_VERSION=0.9.97
1032026-04-16T04:07:12.593Z+ PLATFORM=illumos
1042026-04-16T04:07:12.593Z+ cargo --version
1052026-04-16T04:07:12.599Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1062026-04-16T04:07:12.748Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1072026-04-16T04:07:12.751Zinfo: downloading 6 components
1082026-04-16T04:07:29.279Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1092026-04-16T04:07:29.282Z+ rustc --version
1102026-04-16T04:07:29.310Zrustc 1.94.1 (e408947bf 2026-03-25)
1112026-04-16T04:07:29.313Z+ cargo install cargo-nextest --version 0.9.97
1122026-04-16T04:07:29.356Z Updating crates.io index
1132026-04-16T04:07:29.471Z Downloading crates ...
1142026-04-16T04:07:29.540Z Downloaded cargo-nextest v0.9.97
1152026-04-16T04:07:29.613Z Installing cargo-nextest v0.9.97
1162026-04-16T04:07:29.654Z Updating crates.io index
1172026-04-16T04:07:32.597Z Locking 407 packages to latest compatible versions
1182026-04-16T04:07:32.602Z Adding dialoguer v0.11.0 (available: v0.12.0)
1192026-04-16T04:07:32.605Z Adding duct v0.13.7 (available: v1.1.1)
1202026-04-16T04:07:32.605Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1212026-04-16T04:07:32.605Z Adding generic-array v0.14.7 (available: v0.14.9)
1222026-04-16T04:07:32.608Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1232026-04-16T04:07:32.608Z Adding nextest-filtering v0.15.0 (available: v0.21.0)
1242026-04-16T04:07:32.608Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1252026-04-16T04:07:32.612Z Adding nextest-runner v0.80.0 (available: v0.114.0)
1262026-04-16T04:07:32.616Z Adding quick-junit v0.5.2 (available: v0.6.0)
1272026-04-16T04:07:32.632Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1282026-04-16T04:07:32.642Z Downloading crates ...
1292026-04-16T04:07:32.830Z Downloaded anstyle-parse v1.0.0
1302026-04-16T04:07:32.834Z Downloaded block-buffer v0.10.4
1312026-04-16T04:07:32.837Z Downloaded atomicwrites v0.4.4
1322026-04-16T04:07:32.840Z Downloaded cargo_metadata v0.20.0
1332026-04-16T04:07:32.845Z Downloaded backtrace-ext v0.2.1
1342026-04-16T04:07:32.849Z Downloaded async-scoped v0.9.0
1352026-04-16T04:07:32.856Z Downloaded fixedbitset v0.5.7
1362026-04-16T04:07:32.859Z Downloaded base64ct v1.8.3
1372026-04-16T04:07:32.863Z Downloaded anstyle-query v1.1.5
1382026-04-16T04:07:32.866Z Downloaded os_pipe v1.2.3
1392026-04-16T04:07:32.866Z Downloaded cfg_aliases v0.2.1
1402026-04-16T04:07:32.871Z Downloaded camino-tempfile v1.4.1
1412026-04-16T04:07:32.871Z Downloaded miniz_oxide v0.8.9
1422026-04-16T04:07:32.874Z Downloaded is_ci v1.2.0
1432026-04-16T04:07:32.874Z Downloaded hyper-rustls v0.27.9
1442026-04-16T04:07:32.874Z Downloaded atomic-waker v1.1.2
1452026-04-16T04:07:32.878Z Downloaded ahash v0.8.12
1462026-04-16T04:07:32.878Z Downloaded home v0.5.12
1472026-04-16T04:07:32.881Z Downloaded cargo-util-schemas v0.2.0
1482026-04-16T04:07:32.881Z Downloaded ryu v1.0.23
1492026-04-16T04:07:32.885Z Downloaded rand_core v0.9.5
1502026-04-16T04:07:32.885Z Downloaded rand_core v0.6.4
1512026-04-16T04:07:32.885Z Downloaded proc-macro2 v1.0.106
1522026-04-16T04:07:32.889Z Downloaded futures-channel v0.3.32
1532026-04-16T04:07:32.889Z Downloaded bytes v1.11.1
1542026-04-16T04:07:32.893Z Downloaded rand v0.9.4
1552026-04-16T04:07:32.893Z Downloaded cargo_metadata v0.23.1
1562026-04-16T04:07:32.898Z Downloaded base64 v0.22.1
1572026-04-16T04:07:32.902Z Downloaded addr2line v0.25.1
1582026-04-16T04:07:32.902Z Downloaded enable-ansi-support v0.2.1
1592026-04-16T04:07:32.902Z Downloaded cfg-if v1.0.4
1602026-04-16T04:07:32.902Z Downloaded futures-io v0.3.32
1612026-04-16T04:07:32.907Z Downloaded cargo-platform v0.3.2
1622026-04-16T04:07:32.907Z Downloaded quinn-proto v0.11.14
1632026-04-16T04:07:32.911Z Downloaded heck v0.5.0
1642026-04-16T04:07:32.911Z Downloaded futures-core v0.3.32
1652026-04-16T04:07:32.911Z Downloaded crypto-common v0.1.7
1662026-04-16T04:07:32.915Z Downloaded debug-ignore v1.0.5
1672026-04-16T04:07:32.919Z Downloaded futures-sink v0.3.32
1682026-04-16T04:07:32.919Z Downloaded nextest-runner v0.80.0
1692026-04-16T04:07:32.925Z Downloaded bitflags v2.11.1
1702026-04-16T04:07:32.929Z Downloaded lock_api v0.4.14
1712026-04-16T04:07:32.932Z Downloaded form_urlencoded v1.2.2
1722026-04-16T04:07:32.932Z Downloaded color-spantrace v0.3.0
1732026-04-16T04:07:32.932Z Downloaded is_terminal_polyfill v1.70.2
1742026-04-16T04:07:32.937Z Downloaded foreign-types-shared v0.1.1
1752026-04-16T04:07:32.937Z Downloaded hex v0.4.3
1762026-04-16T04:07:32.937Z Downloaded iana-time-zone v0.1.65
1772026-04-16T04:07:32.941Z Downloaded lazy_static v1.5.0
1782026-04-16T04:07:32.941Z Downloaded guppy-workspace-hack v0.1.0
1792026-04-16T04:07:32.941Z Downloaded cpufeatures v0.2.17
1802026-04-16T04:07:32.941Z Downloaded percent-encoding v2.3.2
1812026-04-16T04:07:32.945Z Downloaded generic-array v0.14.7
1822026-04-16T04:07:32.945Z Downloaded cc v1.2.60
1832026-04-16T04:07:32.945Z Downloaded adler2 v2.0.1
1842026-04-16T04:07:32.950Z Downloaded futures-task v0.3.32
1852026-04-16T04:07:32.950Z Downloaded equivalent v1.0.2
1862026-04-16T04:07:32.950Z Downloaded nested v0.1.1
1872026-04-16T04:07:32.954Z Downloaded lru-slab v0.1.2
1882026-04-16T04:07:32.954Z Downloaded ordered-float v2.10.1
1892026-04-16T04:07:32.954Z Downloaded openssl-probe v0.2.1
1902026-04-16T04:07:32.957Z Downloaded document-features v0.2.12
1912026-04-16T04:07:32.957Z Downloaded curve25519-dalek-derive v0.1.1
1922026-04-16T04:07:32.957Z Downloaded futures-macro v0.3.32
1932026-04-16T04:07:32.961Z Downloaded colorchoice v1.0.5
1942026-04-16T04:07:32.961Z Downloaded number_prefix v0.4.0
1952026-04-16T04:07:32.961Z Downloaded http-body v1.0.1
1962026-04-16T04:07:32.971Z Downloaded nextest-workspace-hack v0.1.0
1972026-04-16T04:07:32.976Z Downloaded foreign-types v0.3.2
1982026-04-16T04:07:32.976Z Downloaded anstyle v1.0.14
1992026-04-16T04:07:32.976Z Downloaded hyper-tls v0.6.0
2002026-04-16T04:07:32.980Z Downloaded anstream v1.0.0
2012026-04-16T04:07:32.980Z Downloaded fnv v1.0.7
2022026-04-16T04:07:32.983Z Downloaded scopeguard v1.2.0
2032026-04-16T04:07:32.987Z Downloaded idna_adapter v1.0.0
2042026-04-16T04:07:32.996Z Downloaded itoa v1.0.18
2052026-04-16T04:07:33.000Z Downloaded serde_ignored v0.1.14
2062026-04-16T04:07:33.000Z Downloaded clap_lex v1.1.0
2072026-04-16T04:07:33.004Z Downloaded quote v1.0.45
2082026-04-16T04:07:33.005Z Downloaded sigchld v0.2.4
2092026-04-16T04:07:33.005Z Downloaded serde_urlencoded v0.7.1
2102026-04-16T04:07:33.005Z Downloaded serde_spanned v1.1.1
2112026-04-16T04:07:33.008Z Downloaded signal-hook-mio v0.2.5
2122026-04-16T04:07:33.012Z Downloaded strip-ansi-escapes v0.2.1
2132026-04-16T04:07:33.012Z Downloaded pin-project-lite v0.2.17
2142026-04-16T04:07:33.015Z Downloaded cargo-platform v0.2.0
2152026-04-16T04:07:33.020Z Downloaded globset v0.4.18
2162026-04-16T04:07:33.024Z Downloaded foldhash v0.1.5
2172026-04-16T04:07:33.024Z Downloaded shell-words v1.1.1
2182026-04-16T04:07:33.024Z Downloaded find-msvc-tools v0.1.9
2192026-04-16T04:07:33.024Z Downloaded duct v0.13.7
2202026-04-16T04:07:33.028Z Downloaded serde_spanned v0.6.9
2212026-04-16T04:07:33.028Z Downloaded ed25519 v2.2.3
2222026-04-16T04:07:33.028Z Downloaded newtype-uuid v1.3.2
2232026-04-16T04:07:33.032Z Downloaded serde-value v0.7.0
2242026-04-16T04:07:33.035Z Downloaded owo-colors v4.3.0
2252026-04-16T04:07:33.035Z Downloaded http-body-util v0.1.3
2262026-04-16T04:07:33.039Z Downloaded supports-color v3.0.2
2272026-04-16T04:07:33.039Z Downloaded supports-hyperlinks v3.2.0
2282026-04-16T04:07:33.039Z Downloaded swrite v0.1.0
2292026-04-16T04:07:33.039Z Downloaded native-tls v0.2.18
2302026-04-16T04:07:33.042Z Downloaded erased-serde v0.4.10
2312026-04-16T04:07:33.042Z Downloaded cfg-expr v0.20.7
2322026-04-16T04:07:33.046Z Downloaded getrandom v0.2.17
2332026-04-16T04:07:33.046Z Downloaded filetime v0.2.27
2342026-04-16T04:07:33.049Z Downloaded either v1.15.0
2352026-04-16T04:07:33.049Z Downloaded digest v0.10.7
2362026-04-16T04:07:33.049Z Downloaded autocfg v1.5.0
2372026-04-16T04:07:33.049Z Downloaded backtrace v0.3.76
2382026-04-16T04:07:33.053Z Downloaded sync_wrapper v1.0.2
2392026-04-16T04:07:33.057Z Downloaded camino v1.2.2
2402026-04-16T04:07:33.057Z Downloaded signature v2.2.0
2412026-04-16T04:07:33.060Z Downloaded const-oid v0.9.6
2422026-04-16T04:07:33.063Z Downloaded parking_lot v0.12.5
2432026-04-16T04:07:33.067Z Downloaded supports-unicode v3.0.0
2442026-04-16T04:07:33.071Z Downloaded fastrand v2.4.1
2452026-04-16T04:07:33.071Z Downloaded pin-project v1.1.11
2462026-04-16T04:07:33.079Z Downloaded toml_write v0.1.2
2472026-04-16T04:07:33.082Z Downloaded slab v0.4.12
2482026-04-16T04:07:33.082Z Downloaded simd-adler32 v0.3.9
2492026-04-16T04:07:33.082Z Downloaded shlex v1.3.0
2502026-04-16T04:07:33.085Z Downloaded subtle v2.6.1
2512026-04-16T04:07:33.085Z Downloaded serde_path_to_error v0.1.20
2522026-04-16T04:07:33.085Z Downloaded pkg-config v0.3.33
2532026-04-16T04:07:33.088Z Downloaded once_cell v1.21.4
2542026-04-16T04:07:33.088Z Downloaded ppv-lite86 v0.2.21
2552026-04-16T04:07:33.088Z Downloaded signal-hook-registry v1.4.8
2562026-04-16T04:07:33.092Z Downloaded errno v0.3.14
2572026-04-16T04:07:33.092Z Downloaded crc32fast v1.5.0
2582026-04-16T04:07:33.095Z Downloaded static_assertions v1.1.0
2592026-04-16T04:07:33.095Z Downloaded futures-executor v0.3.32
2602026-04-16T04:07:33.095Z Downloaded convert_case v0.10.0
2612026-04-16T04:07:33.098Z Downloaded spki v0.7.3
2622026-04-16T04:07:33.101Z Downloaded toml_datetime v0.6.11
2632026-04-16T04:07:33.104Z Downloaded self_update v0.42.0
2642026-04-16T04:07:33.104Z Downloaded future-queue v0.4.0
2652026-04-16T04:07:33.104Z Downloaded eyre v0.6.12
2662026-04-16T04:07:33.108Z Downloaded quinn-udp v0.5.14
2672026-04-16T04:07:33.108Z Downloaded tower-layer v0.3.3
2682026-04-16T04:07:33.108Z Downloaded console v0.15.11
2692026-04-16T04:07:33.111Z Downloaded tower-service v0.3.3
2702026-04-16T04:07:33.111Z Downloaded clap_derive v4.6.1
2712026-04-16T04:07:33.122Z Downloaded tracing-error v0.2.1
2722026-04-16T04:07:33.125Z Downloaded typeid v1.0.3
2732026-04-16T04:07:33.125Z Downloaded try-lock v0.2.5
2742026-04-16T04:07:33.125Z Downloaded clap v4.6.1
2752026-04-16T04:07:33.130Z Downloaded nextest-filtering v0.15.0
2762026-04-16T04:07:33.134Z Downloaded thiserror v2.0.18
2772026-04-16T04:07:33.138Z Downloaded thiserror v1.0.69
2782026-04-16T04:07:33.141Z Downloaded thread_local v1.1.9
2792026-04-16T04:07:33.141Z Downloaded thiserror-impl v1.0.69
2802026-04-16T04:07:33.141Z Downloaded target-spec-miette v0.4.6
2812026-04-16T04:07:33.145Z Downloaded unicode-linebreak v0.1.5
2822026-04-16T04:07:33.145Z Downloaded num-traits v0.2.19
2832026-04-16T04:07:33.145Z Downloaded rustc-demangle v0.1.27
2842026-04-16T04:07:33.148Z Downloaded tokio-macros v2.7.0
2852026-04-16T04:07:33.148Z Downloaded serde-untagged v0.1.9
2862026-04-16T04:07:33.148Z Downloaded indicatif v0.17.11
2872026-04-16T04:07:33.151Z Downloaded target-lexicon v0.13.3
2882026-04-16T04:07:33.151Z Downloaded derive-where v1.6.1
2892026-04-16T04:07:33.155Z Downloaded untrusted v0.9.0
2902026-04-16T04:07:33.155Z Downloaded utf8_iter v1.0.4
2912026-04-16T04:07:33.155Z Downloaded semver v1.0.28
2922026-04-16T04:07:33.158Z Downloaded urlencoding v2.1.3
2932026-04-16T04:07:33.158Z Downloaded futures v0.3.32
2942026-04-16T04:07:33.161Z Downloaded dialoguer v0.11.0
2952026-04-16T04:07:33.164Z Downloaded indent_write v2.2.0
2962026-04-16T04:07:33.165Z Downloaded config v0.15.22
2972026-04-16T04:07:33.168Z Downloaded getrandom v0.3.4
2982026-04-16T04:07:33.171Z Downloaded tracing-log v0.2.0
2992026-04-16T04:07:33.174Z Downloaded sha2 v0.10.9
3002026-04-16T04:07:33.177Z Downloaded want v0.3.1
3012026-04-16T04:07:33.177Z Downloaded xattr v1.6.1
3022026-04-16T04:07:33.180Z Downloaded sharded-slab v0.1.7
3032026-04-16T04:07:33.184Z Downloaded ipnet v2.12.0
3042026-04-16T04:07:33.187Z Downloaded humantime-serde v1.1.1
3052026-04-16T04:07:33.187Z Downloaded pathdiff v0.2.3
3062026-04-16T04:07:33.191Z Downloaded toml_writer v1.1.1+spec-1.1.0
3072026-04-16T04:07:33.194Z Downloaded serde_core v1.0.228
3082026-04-16T04:07:33.200Z Downloaded openssl-macros v0.1.1
3092026-04-16T04:07:33.203Z Downloaded borsh v1.6.1
3102026-04-16T04:07:33.206Z Downloaded utf8parse v0.2.2
3112026-04-16T04:07:33.206Z Downloaded unicase v2.9.0
3122026-04-16T04:07:33.209Z Downloaded aho-corasick v1.1.4
3132026-04-16T04:07:33.213Z Downloaded target-spec v3.6.0
3142026-04-16T04:07:33.213Z Downloaded thiserror-impl v2.0.18
3152026-04-16T04:07:33.213Z Downloaded serde_derive v1.0.228
3162026-04-16T04:07:33.216Z Downloaded rustls-webpki v0.103.12
3172026-04-16T04:07:33.216Z Downloaded indenter v0.3.4
3182026-04-16T04:07:33.220Z Downloaded unicode-xid v0.2.6
3192026-04-16T04:07:33.220Z Downloaded signal-hook v0.3.18
3202026-04-16T04:07:33.223Z Downloaded tokio-rustls v0.26.4
3212026-04-16T04:07:33.223Z Downloaded pin-project-internal v1.1.11
3222026-04-16T04:07:33.226Z Downloaded toml_parser v1.1.2+spec-1.1.0
3232026-04-16T04:07:33.226Z Downloaded tracing-attributes v0.1.31
3242026-04-16T04:07:33.229Z Downloaded textwrap v0.16.2
3252026-04-16T04:07:33.229Z Downloaded tokio-stream v0.1.18
3262026-04-16T04:07:33.232Z Downloaded xxhash-rust v0.8.15
3272026-04-16T04:07:33.232Z Downloaded rand_chacha v0.9.0
3282026-04-16T04:07:33.236Z Downloaded version_check v0.9.5
3292026-04-16T04:07:33.244Z Downloaded zeroize v1.8.2
3302026-04-16T04:07:33.245Z Downloaded jobserver v0.1.34
3312026-04-16T04:07:33.245Z Downloaded zmij v1.0.21
3322026-04-16T04:07:33.245Z Downloaded memchr v2.8.0
3332026-04-16T04:07:33.248Z Downloaded zipsign-api v0.1.5
3342026-04-16T04:07:33.248Z Downloaded socket2 v0.6.3
3352026-04-16T04:07:33.248Z Downloaded getrandom v0.4.2
3362026-04-16T04:07:33.252Z Downloaded zstd-safe v7.2.4
3372026-04-16T04:07:33.252Z Downloaded toml v1.1.2+spec-1.1.0
3382026-04-16T04:07:33.255Z Downloaded tempfile v3.27.0
3392026-04-16T04:07:33.255Z Downloaded serde v1.0.228
3402026-04-16T04:07:33.258Z Downloaded rustc_version v0.4.1
3412026-04-16T04:07:33.261Z Downloaded quinn v0.11.9
3422026-04-16T04:07:33.265Z Downloaded toml v0.8.23
3432026-04-16T04:07:33.265Z Downloaded hyper-util v0.1.20
3442026-04-16T04:07:33.268Z Downloaded tinyvec v1.11.0
3452026-04-16T04:07:33.272Z Downloaded mukti-metadata v0.3.0
3462026-04-16T04:07:33.278Z Downloaded humantime v2.3.0
3472026-04-16T04:07:33.282Z Downloaded flate2 v1.1.9
3482026-04-16T04:07:33.290Z Downloaded derive_more v2.1.1
3492026-04-16T04:07:33.296Z Downloaded nextest-metadata v0.12.2
3502026-04-16T04:07:33.300Z Downloaded tar v0.4.45
3512026-04-16T04:07:33.303Z Downloaded ed25519-dalek v2.2.0
3522026-04-16T04:07:33.306Z Downloaded indexmap v2.14.0
3532026-04-16T04:07:33.306Z Downloaded toml_edit v0.22.27
3542026-04-16T04:07:33.312Z Downloaded miette v7.6.0
3552026-04-16T04:07:33.317Z Downloaded der v0.7.10
3562026-04-16T04:07:33.320Z Downloaded uuid v1.23.0
3572026-04-16T04:07:33.324Z Downloaded unicode-ident v1.0.24
3582026-04-16T04:07:33.327Z Downloaded mio v1.2.0
3592026-04-16T04:07:33.327Z Downloaded zstd v0.13.3
3602026-04-16T04:07:33.330Z Downloaded pkcs8 v0.10.2
3612026-04-16T04:07:33.334Z Downloaded tracing-core v0.1.36
3622026-04-16T04:07:33.337Z Downloaded rustls-pki-types v1.14.0
3632026-04-16T04:07:33.341Z Downloaded iri-string v0.7.12
3642026-04-16T04:07:33.346Z Downloaded rustc-hash v2.1.2
3652026-04-16T04:07:33.349Z Downloaded self-replace v1.5.0
3662026-04-16T04:07:33.349Z Downloaded hyper v1.9.0
3672026-04-16T04:07:33.353Z Downloaded parking_lot_core v0.9.12
3682026-04-16T04:07:33.356Z Downloaded miette-derive v7.6.0
3692026-04-16T04:07:33.365Z Downloaded url v2.5.8
3702026-04-16T04:07:33.369Z Downloaded derive_more-impl v2.1.1
3712026-04-16T04:07:33.369Z Downloaded litrs v1.0.0
3722026-04-16T04:07:33.372Z Downloaded shared_child v1.1.1
3732026-04-16T04:07:33.391Z Downloaded terminal_size v0.4.4
3742026-04-16T04:07:33.395Z Downloaded vte v0.14.1
3752026-04-16T04:07:33.399Z Downloaded http v1.4.0
3762026-04-16T04:07:33.399Z Downloaded tower v0.5.3
3772026-04-16T04:07:33.403Z Downloaded hashbrown v0.15.5
3782026-04-16T04:07:33.406Z Downloaded guppy v0.17.25
3792026-04-16T04:07:33.413Z Downloaded unicode-segmentation v1.13.2
3802026-04-16T04:07:33.418Z Downloaded openssl-sys v0.9.113
3812026-04-16T04:07:33.418Z Downloaded smallvec v1.15.1
3822026-04-16T04:07:33.421Z Downloaded httparse v1.10.1
3832026-04-16T04:07:33.421Z Downloaded crossterm v0.29.0
3842026-04-16T04:07:33.425Z Downloaded itertools v0.14.0
3852026-04-16T04:07:33.431Z Downloaded smol_str v0.3.6
3862026-04-16T04:07:33.431Z Downloaded idna v1.1.0
3872026-04-16T04:07:33.435Z Downloaded serde_json v1.0.149
3882026-04-16T04:07:33.438Z Downloaded unicode-normalization v0.1.25
3892026-04-16T04:07:33.439Z Downloaded hashbrown v0.17.0
3902026-04-16T04:07:33.445Z Downloaded tinyvec_macros v0.1.1
3912026-04-16T04:07:33.445Z Downloaded quick-junit v0.5.2
3922026-04-16T04:07:33.448Z Downloaded regex v1.12.3
3932026-04-16T04:07:33.448Z Downloaded pulldown-cmark v0.13.3
3942026-04-16T04:07:33.452Z Downloaded strsim v0.11.1
3952026-04-16T04:07:33.452Z Downloaded futures-util v0.3.32
3962026-04-16T04:07:33.461Z Downloaded reqwest v0.12.28
3972026-04-16T04:07:33.465Z Downloaded tokio-native-tls v0.3.1
3982026-04-16T04:07:33.472Z Downloaded chrono v0.4.44
3992026-04-16T04:07:33.481Z Downloaded log v0.4.29
4002026-04-16T04:07:33.485Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4012026-04-16T04:07:33.485Z Downloaded portable-atomic v1.13.1
4022026-04-16T04:07:33.499Z Downloaded quick-xml v0.37.5
4032026-04-16T04:07:33.507Z Downloaded clap_builder v4.6.0
4042026-04-16T04:07:33.511Z Downloaded tokio-util v0.7.18
4052026-04-16T04:07:33.514Z Downloaded tower-http v0.6.8
4062026-04-16T04:07:33.520Z Downloaded winnow v1.0.1
4072026-04-16T04:07:33.525Z Downloaded ron v0.12.1
4082026-04-16T04:07:33.530Z Downloaded curve25519-dalek v4.1.3
4092026-04-16T04:07:33.553Z Downloaded h2 v0.4.13
4102026-04-16T04:07:33.563Z Downloaded typenum v1.19.0
4112026-04-16T04:07:33.566Z Downloaded gimli v0.32.3
4122026-04-16T04:07:33.574Z Downloaded webpki-roots v1.0.6
4132026-04-16T04:07:33.589Z Downloaded unicode-width v0.2.2
4142026-04-16T04:07:33.592Z Downloaded syn v2.0.117
4152026-04-16T04:07:33.598Z Downloaded zerocopy v0.8.48
4162026-04-16T04:07:33.609Z Downloaded winnow v0.7.15
4172026-04-16T04:07:33.613Z Downloaded bstr v1.12.1
4182026-04-16T04:07:33.618Z Downloaded quick-xml v0.38.4
4192026-04-16T04:07:33.643Z Downloaded tracing v0.1.44
4202026-04-16T04:07:33.654Z Downloaded tracing-subscriber v0.3.23
4212026-04-16T04:07:33.669Z Downloaded color-eyre v0.6.5
4222026-04-16T04:07:33.681Z Downloaded nix v0.30.1
4232026-04-16T04:07:33.690Z Downloaded object v0.37.3
4242026-04-16T04:07:33.703Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4252026-04-16T04:07:33.713Z Downloaded tokio v1.52.0
4262026-04-16T04:07:33.735Z Downloaded rustix v0.38.44
4272026-04-16T04:07:33.747Z Downloaded openssl v0.10.77
4282026-04-16T04:07:33.753Z Downloaded vcpkg v0.2.15
4292026-04-16T04:07:33.777Z Downloaded rustix v1.1.4
4302026-04-16T04:07:33.789Z Downloaded unicode-width v0.1.14
4312026-04-16T04:07:33.793Z Downloaded regex-syntax v0.8.10
4322026-04-16T04:07:33.796Z Downloaded rustls v0.23.38
4332026-04-16T04:07:33.853Z Downloaded regex-automata v0.4.14
4342026-04-16T04:07:33.928Z Downloaded petgraph v0.8.3
4352026-04-16T04:07:33.948Z Downloaded libc v0.2.185
4362026-04-16T04:07:34.022Z Downloaded recursion v0.5.4
4372026-04-16T04:07:34.031Z Downloaded ring v0.17.14
4382026-04-16T04:07:34.092Z Compiling proc-macro2 v1.0.106
4392026-04-16T04:07:34.092Z Compiling libc v0.2.185
4402026-04-16T04:07:34.095Z Compiling quote v1.0.45
4412026-04-16T04:07:34.095Z Compiling unicode-ident v1.0.24
4422026-04-16T04:07:34.095Z Compiling serde_core v1.0.228
4432026-04-16T04:07:34.095Z Compiling cfg-if v1.0.4
4442026-04-16T04:07:34.095Z Compiling memchr v2.8.0
4452026-04-16T04:07:34.095Z Compiling once_cell v1.21.4
4462026-04-16T04:07:34.309Z Compiling log v0.4.29
4472026-04-16T04:07:34.337Z Compiling pin-project-lite v0.2.17
4482026-04-16T04:07:34.429Z Compiling serde v1.0.228
4492026-04-16T04:07:34.465Z Compiling itoa v1.0.18
4502026-04-16T04:07:34.601Z Compiling futures-core v0.3.32
4512026-04-16T04:07:34.704Z Compiling smallvec v1.15.1
4522026-04-16T04:07:34.751Z Compiling bitflags v2.11.1
4532026-04-16T04:07:34.770Z Compiling shlex v1.3.0
4542026-04-16T04:07:34.943Z Compiling equivalent v1.0.2
4552026-04-16T04:07:34.964Z Compiling hashbrown v0.17.0
4562026-04-16T04:07:35.034Z Compiling find-msvc-tools v0.1.9
4572026-04-16T04:07:35.128Z Compiling errno v0.3.14
4582026-04-16T04:07:35.178Z Compiling bytes v1.11.1
4592026-04-16T04:07:35.282Z Compiling signal-hook-registry v1.4.8
4602026-04-16T04:07:35.293Z Compiling jobserver v0.1.34
4612026-04-16T04:07:35.402Z Compiling mio v1.2.0
4622026-04-16T04:07:35.441Z Compiling syn v2.0.117
4632026-04-16T04:07:35.508Z Compiling cc v1.2.60
4642026-04-16T04:07:35.607Z Compiling rustix v1.1.4
4652026-04-16T04:07:35.634Z Compiling futures-sink v0.3.32
4662026-04-16T04:07:35.754Z Compiling socket2 v0.6.3
4672026-04-16T04:07:35.803Z Compiling slab v0.4.12
4682026-04-16T04:07:36.013Z Compiling zmij v1.0.21
4692026-04-16T04:07:36.074Z Compiling futures-channel v0.3.32
4702026-04-16T04:07:36.170Z Compiling tracing-core v0.1.36
4712026-04-16T04:07:36.366Z Compiling version_check v0.9.5
4722026-04-16T04:07:36.400Z Compiling serde_json v1.0.149
4732026-04-16T04:07:36.625Z Compiling indexmap v2.14.0
4742026-04-16T04:07:36.676Z Compiling futures-io v0.3.32
4752026-04-16T04:07:36.691Z Compiling futures-task v0.3.32
4762026-04-16T04:07:36.832Z Compiling getrandom v0.4.2
4772026-04-16T04:07:36.867Z Compiling unicode-width v0.2.2
4782026-04-16T04:07:37.003Z Compiling camino v1.2.2
4792026-04-16T04:07:37.200Z Compiling ring v0.17.14
4802026-04-16T04:07:37.301Z Compiling http v1.4.0
4812026-04-16T04:07:37.330Z Compiling percent-encoding v2.3.2
4822026-04-16T04:07:37.375Z Compiling simd-adler32 v0.3.9
4832026-04-16T04:07:37.480Z Compiling adler2 v2.0.1
4842026-04-16T04:07:37.622Z Compiling autocfg v1.5.0
4852026-04-16T04:07:37.651Z Compiling zeroize v1.8.2
4862026-04-16T04:07:37.842Z Compiling miniz_oxide v0.8.9
4872026-04-16T04:07:37.978Z Compiling num-traits v0.2.19
4882026-04-16T04:07:38.206Z Compiling target-lexicon v0.13.3
4892026-04-16T04:07:38.249Z Compiling object v0.37.3
4902026-04-16T04:07:38.529Z Compiling getrandom v0.3.4
4912026-04-16T04:07:38.684Z Compiling zerocopy v0.8.48
4922026-04-16T04:07:38.881Z Compiling http-body v1.0.1
4932026-04-16T04:07:39.016Z Compiling rustls-pki-types v1.14.0
4942026-04-16T04:07:39.043Z Compiling semver v1.0.28
4952026-04-16T04:07:39.118Z Compiling getrandom v0.2.17
4962026-04-16T04:07:39.163Z Compiling serde_derive v1.0.228
4972026-04-16T04:07:39.179Z Compiling tokio-macros v2.7.0
4982026-04-16T04:07:39.286Z Compiling futures-macro v0.3.32
4992026-04-16T04:07:39.304Z Compiling tracing-attributes v0.1.31
5002026-04-16T04:07:39.412Z Compiling thiserror v2.0.18
5012026-04-16T04:07:39.701Z Compiling fnv v1.0.7
5022026-04-16T04:07:39.748Z Compiling guppy-workspace-hack v0.1.0
5032026-04-16T04:07:39.802Z Compiling owo-colors v4.3.0
5042026-04-16T04:07:39.841Z Compiling untrusted v0.9.0
5052026-04-16T04:07:39.915Z Compiling tokio v1.52.0
5062026-04-16T04:07:39.958Z Compiling httparse v1.10.1
5072026-04-16T04:07:39.971Z Compiling gimli v0.32.3
5082026-04-16T04:07:40.091Z Compiling futures-util v0.3.32
5092026-04-16T04:07:40.118Z Compiling signal-hook v0.3.18
5102026-04-16T04:07:40.299Z Compiling typenum v1.19.0
5112026-04-16T04:07:40.522Z Compiling tracing v0.1.44
5122026-04-16T04:07:40.639Z Compiling thiserror-impl v2.0.18
5132026-04-16T04:07:41.817Z Compiling addr2line v0.25.1
5142026-04-16T04:07:42.421Z Compiling form_urlencoded v1.2.2
5152026-04-16T04:07:42.620Z Compiling generic-array v0.14.7
5162026-04-16T04:07:42.692Z Compiling tower-service v0.3.3
5172026-04-16T04:07:42.704Z Compiling fastrand v2.4.1
5182026-04-16T04:07:42.792Z Compiling pkg-config v0.3.33
5192026-04-16T04:07:42.822Z Compiling rustc-demangle v0.1.27
5202026-04-16T04:07:42.842Z Compiling thiserror v1.0.69
5212026-04-16T04:07:43.032Z Compiling atomic-waker v1.1.2
5222026-04-16T04:07:43.139Z Compiling try-lock v0.2.5
5232026-04-16T04:07:43.164Z Compiling rustls v0.23.38
5242026-04-16T04:07:43.229Z Compiling target-spec v3.6.0
5252026-04-16T04:07:43.251Z Compiling idna_adapter v1.0.0
5262026-04-16T04:07:43.372Z Compiling utf8_iter v1.0.4
5272026-04-16T04:07:43.376Z Compiling typeid v1.0.3
5282026-04-16T04:07:43.541Z Compiling idna v1.1.0
5292026-04-16T04:07:43.566Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5302026-04-16T04:07:43.677Z Compiling want v0.3.1
5312026-04-16T04:07:43.813Z Compiling tokio-util v0.7.18
5322026-04-16T04:07:43.852Z Compiling tempfile v3.27.0
5332026-04-16T04:07:43.932Z Compiling cfg-expr v0.20.7
5342026-04-16T04:07:44.650Z Compiling backtrace v0.3.76
5352026-04-16T04:07:44.729Z Compiling h2 v0.4.13
5362026-04-16T04:07:45.156Z Compiling thiserror-impl v1.0.69
5372026-04-16T04:07:45.429Z Compiling terminal_size v0.4.4
5382026-04-16T04:07:45.592Z Compiling aho-corasick v1.1.4
5392026-04-16T04:07:45.592Z Compiling regex-syntax v0.8.10
5402026-04-16T04:07:45.789Z Compiling erased-serde v0.4.10
5412026-04-16T04:07:46.074Z Compiling winnow v0.7.15
5422026-04-16T04:07:46.295Z Compiling rustls-webpki v0.103.12
5432026-04-16T04:07:48.008Z Compiling subtle v2.6.1
5442026-04-16T04:07:48.839Z Compiling regex-automata v0.4.14
5452026-04-16T04:07:49.291Z Compiling hyper v1.9.0
5462026-04-16T04:07:51.372Z Compiling url v2.5.8
5472026-04-16T04:07:52.927Z Compiling toml_datetime v0.6.11
5482026-04-16T04:07:52.939Z Compiling serde_spanned v0.6.9
5492026-04-16T04:07:53.094Z Compiling ahash v0.8.12
5502026-04-16T04:07:53.109Z Compiling sync_wrapper v1.0.2
5512026-04-16T04:07:53.213Z Compiling parking_lot_core v0.9.12
5522026-04-16T04:07:53.224Z Compiling ipnet v2.12.0
5532026-04-16T04:07:53.302Z Compiling unicode-linebreak v0.1.5
5542026-04-16T04:07:53.337Z Compiling portable-atomic v1.13.1
5552026-04-16T04:07:53.476Z Compiling lazy_static v1.5.0
5562026-04-16T04:07:53.574Z Compiling is_ci v1.2.0
5572026-04-16T04:07:53.586Z Compiling crc32fast v1.5.0
5582026-04-16T04:07:53.746Z Compiling base64 v0.22.1
5592026-04-16T04:07:53.786Z Compiling foldhash v0.1.5
5602026-04-16T04:07:53.811Z Compiling unicode-segmentation v1.13.2
5612026-04-16T04:07:53.865Z Compiling nextest-workspace-hack v0.1.0
5622026-04-16T04:07:54.005Z Compiling tower-layer v0.3.3
5632026-04-16T04:07:54.081Z Compiling toml_write v0.1.2
5642026-04-16T04:07:54.205Z Compiling either v1.15.0
5652026-04-16T04:07:54.208Z Compiling tower v0.5.3
5662026-04-16T04:07:54.232Z Compiling convert_case v0.10.0
5672026-04-16T04:07:54.330Z Compiling toml_edit v0.22.27
5682026-04-16T04:07:54.441Z Compiling hyper-util v0.1.20
5692026-04-16T04:07:54.467Z Compiling hashbrown v0.15.5
5702026-04-16T04:07:54.577Z Compiling supports-color v3.0.2
5712026-04-16T04:07:54.814Z Compiling sharded-slab v0.1.7
5722026-04-16T04:07:54.828Z Compiling textwrap v0.16.2
5732026-04-16T04:07:55.411Z Compiling tokio-rustls v0.26.4
5742026-04-16T04:07:55.699Z Compiling backtrace-ext v0.2.1
5752026-04-16T04:07:55.731Z Compiling ordered-float v2.10.1
5762026-04-16T04:07:55.954Z Compiling webpki-roots v1.0.6
5772026-04-16T04:07:56.011Z Compiling miette-derive v7.6.0
5782026-04-16T04:07:56.074Z Compiling pathdiff v0.2.3
5792026-04-16T04:07:56.203Z Compiling console v0.15.11
5802026-04-16T04:07:56.220Z Compiling tracing-log v0.2.0
5812026-04-16T04:07:56.582Z Compiling cargo-platform v0.3.2
5822026-04-16T04:07:57.095Z Compiling os_pipe v1.2.3
5832026-04-16T04:07:57.151Z Compiling thread_local v1.1.9
5842026-04-16T04:07:57.163Z Compiling fixedbitset v0.5.7
5852026-04-16T04:07:57.262Z Compiling cfg_aliases v0.2.1
5862026-04-16T04:07:57.336Z Compiling rustix v0.38.44
5872026-04-16T04:07:57.508Z Compiling zstd-safe v7.2.4
5882026-04-16T04:07:57.559Z Compiling winnow v1.0.1
5892026-04-16T04:07:57.672Z Compiling iri-string v0.7.12
5902026-04-16T04:07:57.699Z Compiling scopeguard v1.2.0
5912026-04-16T04:07:57.737Z Compiling supports-hyperlinks v3.2.0
5922026-04-16T04:07:57.801Z Compiling ryu v1.0.23
5932026-04-16T04:07:57.957Z Compiling unicode-width v0.1.14
5942026-04-16T04:07:58.098Z Compiling debug-ignore v1.0.5
5952026-04-16T04:07:58.213Z Compiling utf8parse v0.2.2
5962026-04-16T04:07:58.325Z Compiling pulldown-cmark v0.13.3
5972026-04-16T04:07:58.549Z Compiling supports-unicode v3.0.0
5982026-04-16T04:07:58.627Z Compiling toml_parser v1.1.2+spec-1.1.0
5992026-04-16T04:07:58.725Z Compiling miette v7.6.0
6002026-04-16T04:07:59.042Z Compiling anstyle-parse v1.0.0
6012026-04-16T04:07:59.260Z Compiling tower-http v0.6.8
6022026-04-16T04:07:59.952Z Compiling serde_urlencoded v0.7.1
6032026-04-16T04:08:00.031Z Compiling lock_api v0.4.14
6042026-04-16T04:08:00.263Z Compiling petgraph v0.8.3
6052026-04-16T04:08:00.275Z Compiling nix v0.30.1
6062026-04-16T04:08:00.323Z Compiling tracing-subscriber v0.3.23
6072026-04-16T04:08:00.330Z Compiling sigchld v0.2.4
6082026-04-16T04:08:00.527Z Compiling cargo_metadata v0.23.1
6092026-04-16T04:08:00.653Z Compiling hyper-rustls v0.27.9
6102026-04-16T04:08:01.355Z Compiling serde-value v0.7.0
6112026-04-16T04:08:02.050Z Compiling toml v0.8.23
6122026-04-16T04:08:02.176Z Compiling serde-untagged v0.1.9
6132026-04-16T04:08:03.475Z Compiling derive_more-impl v2.1.1
6142026-04-16T04:08:03.665Z Compiling itertools v0.14.0
6152026-04-16T04:08:03.678Z Compiling crypto-common v0.1.7
6162026-04-16T04:08:03.815Z Compiling block-buffer v0.10.4
6172026-04-16T04:08:03.841Z Compiling regex v1.12.3
6182026-04-16T04:08:03.968Z Compiling ppv-lite86 v0.2.21
6192026-04-16T04:08:04.271Z Compiling futures-executor v0.3.32
6202026-04-16T04:08:04.297Z Compiling rand_core v0.9.5
6212026-04-16T04:08:04.551Z Compiling pin-project-internal v1.1.11
6222026-04-16T04:08:04.805Z Compiling http-body-util v0.1.3
6232026-04-16T04:08:04.977Z Compiling uuid v1.23.0
6242026-04-16T04:08:05.081Z Compiling serde_spanned v1.1.1
6252026-04-16T04:08:05.121Z Compiling toml_datetime v1.1.1+spec-1.1.0
6262026-04-16T04:08:05.240Z Compiling smol_str v0.3.6
6272026-04-16T04:08:05.267Z Compiling filetime v0.2.27
6282026-04-16T04:08:05.471Z Compiling bstr v1.12.1
6292026-04-16T04:08:05.514Z Compiling vte v0.14.1
6302026-04-16T04:08:05.542Z Compiling xattr v1.6.1
6312026-04-16T04:08:05.584Z Compiling tinyvec_macros v0.1.1
6322026-04-16T04:08:05.602Z Compiling nested v0.1.1
6332026-04-16T04:08:05.656Z Compiling self_update v0.42.0
6342026-04-16T04:08:05.723Z Compiling unicode-xid v0.2.6
6352026-04-16T04:08:05.769Z Compiling colorchoice v1.0.5
6362026-04-16T04:08:05.795Z Compiling anstyle-query v1.1.5
6372026-04-16T04:08:05.866Z Compiling unicase v2.9.0
6382026-04-16T04:08:05.887Z Compiling static_assertions v1.1.0
6392026-04-16T04:08:05.887Z Compiling is_terminal_polyfill v1.70.2
6402026-04-16T04:08:05.909Z Compiling number_prefix v0.4.0
6412026-04-16T04:08:05.959Z Compiling color-spantrace v0.3.0
6422026-04-16T04:08:06.044Z Compiling eyre v0.6.12
6432026-04-16T04:08:06.061Z Compiling anstyle v1.0.14
6442026-04-16T04:08:06.157Z Compiling litrs v1.0.0
6452026-04-16T04:08:06.183Z Compiling iana-time-zone v0.1.65
6462026-04-16T04:08:06.288Z Compiling anstream v1.0.0
6472026-04-16T04:08:06.302Z Compiling chrono v0.4.44
6482026-04-16T04:08:06.520Z Compiling indicatif v0.17.11
6492026-04-16T04:08:06.596Z Compiling document-features v0.2.12
6502026-04-16T04:08:06.618Z Compiling guppy v0.17.25
6512026-04-16T04:08:06.784Z Compiling globset v0.4.18
6522026-04-16T04:08:07.147Z Compiling cargo-util-schemas v0.2.0
6532026-04-16T04:08:07.455Z Compiling strip-ansi-escapes v0.2.1
6542026-04-16T04:08:07.468Z Compiling tar v0.4.45
6552026-04-16T04:08:07.968Z Compiling tinyvec v1.11.0
6562026-04-16T04:08:08.393Z Compiling pin-project v1.1.11
6572026-04-16T04:08:08.500Z Compiling nextest-metadata v0.12.2
6582026-04-16T04:08:09.585Z Compiling toml v1.1.2+spec-1.1.0
6592026-04-16T04:08:09.681Z Compiling newtype-uuid v1.3.2
6602026-04-16T04:08:09.686Z Compiling reqwest v0.12.28
6612026-04-16T04:08:09.876Z Compiling rand_chacha v0.9.0
6622026-04-16T04:08:10.024Z Compiling futures v0.3.32
6632026-04-16T04:08:10.068Z Compiling derive_more v2.1.1
6642026-04-16T04:08:10.095Z Compiling digest v0.10.7
6652026-04-16T04:08:10.149Z Compiling flate2 v1.1.9
6662026-04-16T04:08:10.316Z Compiling parking_lot v0.12.5
6672026-04-16T04:08:10.437Z Compiling tracing-error v0.2.1
6682026-04-16T04:08:10.686Z Compiling shared_child v1.1.1
6692026-04-16T04:08:11.220Z Compiling signal-hook-mio v0.2.5
6702026-04-16T04:08:11.355Z Compiling self-replace v1.5.0
6712026-04-16T04:08:11.372Z Compiling cargo-platform v0.2.0
6722026-04-16T04:08:11.647Z Compiling quick-xml v0.37.5
6732026-04-16T04:08:11.979Z Compiling quick-xml v0.38.4
6742026-04-16T04:08:12.014Z Compiling urlencoding v2.1.3
6752026-04-16T04:08:12.248Z Compiling indenter v0.3.4
6762026-04-16T04:08:12.422Z Compiling strsim v0.11.1
6772026-04-16T04:08:13.061Z Compiling heck v0.5.0
6782026-04-16T04:08:13.181Z Compiling shell-words v1.1.1
6792026-04-16T04:08:13.266Z Compiling recursion v0.5.4
6802026-04-16T04:08:13.415Z Compiling cpufeatures v0.2.17
6812026-04-16T04:08:13.435Z Compiling clap_lex v1.1.0
6822026-04-16T04:08:13.459Z Compiling humantime v2.3.0
6832026-04-16T04:08:13.486Z Compiling sha2 v0.10.9
6842026-04-16T04:08:13.580Z Compiling clap_derive v4.6.1
6852026-04-16T04:08:13.687Z Compiling humantime-serde v1.1.1
6862026-04-16T04:08:13.798Z Compiling clap_builder v4.6.0
6872026-04-16T04:08:13.844Z Compiling nextest-filtering v0.15.0
6882026-04-16T04:08:13.889Z Compiling quick-junit v0.5.2
6892026-04-16T04:08:15.374Z Compiling cargo_metadata v0.20.0
6902026-04-16T04:08:17.024Z Compiling atomicwrites v0.4.4
6912026-04-16T04:08:17.311Z Compiling cargo-nextest v0.9.97
6922026-04-16T04:08:17.620Z Compiling crossterm v0.29.0
6932026-04-16T04:08:17.809Z Compiling duct v0.13.7
6942026-04-16T04:08:20.359Z Compiling zstd v0.13.3
6952026-04-16T04:08:20.427Z Compiling config v0.15.22
6962026-04-16T04:08:20.510Z Compiling async-scoped v0.9.0
6972026-04-16T04:08:20.699Z Compiling rand v0.9.4
6982026-04-16T04:08:20.784Z Compiling unicode-normalization v0.1.25
6992026-04-16T04:08:20.819Z Compiling target-spec-miette v0.4.6
7002026-04-16T04:08:20.851Z Compiling future-queue v0.4.0
7012026-04-16T04:08:21.131Z Compiling mukti-metadata v0.3.0
7022026-04-16T04:08:21.229Z Compiling camino-tempfile v1.4.1
7032026-04-16T04:08:21.370Z Compiling tokio-stream v0.1.18
7042026-04-16T04:08:21.457Z Compiling derive-where v1.6.1
7052026-04-16T04:08:21.614Z Compiling serde_path_to_error v0.1.20
7062026-04-16T04:08:21.671Z Compiling serde_ignored v0.1.14
7072026-04-16T04:08:21.849Z Compiling swrite v0.1.0
7082026-04-16T04:08:21.888Z Compiling indent_write v2.2.0
7092026-04-16T04:08:21.907Z Compiling xxhash-rust v0.8.15
7102026-04-16T04:08:21.953Z Compiling hex v0.4.3
7112026-04-16T04:08:22.038Z Compiling home v0.5.12
7122026-04-16T04:08:22.083Z Compiling color-eyre v0.6.5
7132026-04-16T04:08:22.203Z Compiling clap v4.6.1
7142026-04-16T04:08:22.215Z Compiling dialoguer v0.11.0
7152026-04-16T04:08:22.240Z Compiling enable-ansi-support v0.2.1
7162026-04-16T04:08:22.706Z Compiling nextest-runner v0.80.0
7172026-04-16T04:08:41.068Z Finished `release` profile [optimized] target(s) in 1m 11s
7182026-04-16T04:08:41.256Z Installing /home/build/.cargo/bin/cargo-nextest
7192026-04-16T04:08:41.259Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7202026-04-16T04:08:41.372Z+ source .github/buildomat/test-common.sh
7212026-04-16T04:08:41.377Z++ NEXTEST_VERSION=0.9.97
7222026-04-16T04:08:41.377Z++ PLATFORM=illumos
7232026-04-16T04:08:41.377Z++ banner install
7242026-04-16T04:08:41.377Z
7252026-04-16T04:08:41.377Z # # # #### ##### ## # #
7262026-04-16T04:08:41.377Z # ## # # # # # # #
7272026-04-16T04:08:41.377Z # # # # #### # # # # #
7282026-04-16T04:08:41.377Z # # # # # # ###### # #
7292026-04-16T04:08:41.377Z # # ## # # # # # # #
7302026-04-16T04:08:41.377Z # # # #### # # # ###### ######
7312026-04-16T04:08:41.377Z
7322026-04-16T04:08:41.377Z++ set +o errexit
7332026-04-16T04:08:41.381Z++ pkg info clang-15
7342026-04-16T04:08:41.381Z++ grep -qi installed
7352026-04-16T04:08:42.587Zpkg: info: no packages matching the following patterns you specified are
7362026-04-16T04:08:42.587Zinstalled on the system. Try querying remotely instead:
7372026-04-16T04:08:42.587Z
7382026-04-16T04:08:42.587Z clang-15
7392026-04-16T04:08:42.624Z++ [[ 1 != 0 ]]
7402026-04-16T04:08:42.624Z++ set -o errexit
7412026-04-16T04:08:42.627Z++ pfexec pkg install clang-15
7422026-04-16T04:08:50.505Z Startup: Refreshing catalog 'helios-dev' ... Done
7432026-04-16T04:08:57.913Z Startup: Caching catalogs ... Done
7442026-04-16T04:09:03.964ZPlanning: Solver setup ... Done
7452026-04-16T04:09:03.994ZPlanning: Running solver ... Done
7462026-04-16T04:09:04.137ZPlanning: Finding local manifests ... Done
7472026-04-16T04:09:04.151ZPlanning: Fetching manifests: 0/2 0% complete
7482026-04-16T04:09:04.237ZPlanning: Fetching manifests: 2/2 100% complete
7492026-04-16T04:09:04.267ZPlanning: Package planning ... Done
7502026-04-16T04:09:04.294ZPlanning: Merging actions ... Done
7512026-04-16T04:09:04.406ZPlanning: Checking for conflicting actions ... Done
7522026-04-16T04:09:04.415ZPlanning: Consolidating action changes ... Done
7532026-04-16T04:09:05.188ZPlanning: Evaluating mediators ... Done
7542026-04-16T04:09:05.194ZPlanning: Planning completed in 7.11 seconds
7552026-04-16T04:09:05.205Z Packages to install: 2
7562026-04-16T04:09:05.205Z Mediators to change: 2
7572026-04-16T04:09:05.208Z Services to change: 1
7582026-04-16T04:09:05.208Z Create boot environment: No
7592026-04-16T04:09:05.208ZCreate backup boot environment: No
7602026-04-16T04:09:05.246Z
7612026-04-16T04:09:05.246ZDownload: 0/3076 items 0.0/211.3MB 0% complete
7622026-04-16T04:09:11.568ZDownload: 2008/3076 items 117.9/211.3MB 55% complete (31.2M/s)
7632026-04-16T04:09:17.120ZDownload: 3034/3076 items 201.8/211.3MB 95% complete (21.0M/s)
7642026-04-16T04:09:17.961ZDownload: Completed 211.31 MB in 12.71 seconds (16.6M/s)
7652026-04-16T04:09:18.098Z Actions: 1/3418 actions (Installing new actions)
7662026-04-16T04:09:21.260Z Actions: Completed 3418 actions in 3.16 seconds.
7672026-04-16T04:09:21.590Z Done
7682026-04-16T04:09:21.590Z Done
7692026-04-16T04:09:22.320Z Done
7702026-04-16T04:09:25.491Z Done
7712026-04-16T04:09:25.571Z Done
7722026-04-16T04:09:25.574Z Done
7732026-04-16T04:09:25.839Z Done
7742026-04-16T04:09:26.530Z++ set -o errexit
7752026-04-16T04:09:26.530Z++ cargo --version
7762026-04-16T04:09:26.538Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
7772026-04-16T04:09:26.541Z++ rustc --version
7782026-04-16T04:09:26.560Zrustc 1.94.1 (e408947bf 2026-03-25)
7792026-04-16T04:09:26.564Z++ cargo install cargo-nextest --version 0.9.97
7802026-04-16T04:09:26.616Z Ignored package `cargo-nextest v0.9.97` is already installed, use --force to override
7812026-04-16T04:09:26.620Z+ pushd rdb
7822026-04-16T04:09:26.620Z+ PROPTEST_CASES=1000000
7832026-04-16T04:09:26.620Z+ cargo nextest run --lib proptest
7842026-04-16T04:09:26.620Z/work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite
7852026-04-16T04:09:26.786Z Updating git repository `https://github.com/oxidecomputer/falcon`
7862026-04-16T04:09:27.435ZFrom https://github.com/oxidecomputer/falcon
7872026-04-16T04:09:27.435Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7882026-04-16T04:09:27.512Z Updating crates.io index
7892026-04-16T04:09:27.515Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7902026-04-16T04:09:28.260ZFrom https://github.com/oxidecomputer/dendrite
7912026-04-16T04:09:28.260Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7922026-04-16T04:09:28.329Z Updating git repository `https://github.com/oxidecomputer/ispf`
7932026-04-16T04:09:28.618ZFrom https://github.com/oxidecomputer/ispf
7942026-04-16T04:09:28.618Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7952026-04-16T04:09:28.657Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7962026-04-16T04:09:29.373ZFrom https://github.com/oxidecomputer/netadm-sys
7972026-04-16T04:09:29.374Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7982026-04-16T04:09:29.384Z Updating git repository `https://github.com/oxidecomputer/omicron`
7992026-04-16T04:09:37.244ZFrom https://github.com/oxidecomputer/omicron
8002026-04-16T04:09:37.244Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
8012026-04-16T04:09:37.644Z Updating git repository `https://github.com/oxidecomputer/opte`
8022026-04-16T04:09:38.265ZFrom https://github.com/oxidecomputer/opte
8032026-04-16T04:09:38.266Z * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc
8042026-04-16T04:09:38.297Z Updating git repository `https://github.com/illumos/smf-rs`
8052026-04-16T04:09:38.545ZFrom https://github.com/illumos/smf-rs
8062026-04-16T04:09:38.545Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
8072026-04-16T04:09:38.606Z Updating git repository `https://github.com/oxidecomputer/network-interface`
8082026-04-16T04:09:38.876ZFrom https://github.com/oxidecomputer/network-interface
8092026-04-16T04:09:38.876Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8102026-04-16T04:09:38.944Z Updating git repository `https://github.com/oxidecomputer/zone`
8112026-04-16T04:09:39.213ZFrom https://github.com/oxidecomputer/zone
8122026-04-16T04:09:39.214Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8132026-04-16T04:09:39.236Z Updating git repository `https://github.com/oxidecomputer/propolis`
8142026-04-16T04:09:40.420ZFrom https://github.com/oxidecomputer/propolis
8152026-04-16T04:09:40.420Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8162026-04-16T04:09:40.480Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8172026-04-16T04:09:40.978ZFrom https://github.com/oxidecomputer/transceiver-control
8182026-04-16T04:09:40.978Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8192026-04-16T04:09:41.032Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202026-04-16T04:09:41.322ZFrom https://github.com/oxidecomputer/dlpi-sys
8212026-04-16T04:09:41.322Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8222026-04-16T04:09:41.337Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232026-04-16T04:09:41.599ZFrom https://github.com/jmesmon/rust-libzfs
8242026-04-16T04:09:41.599Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8252026-04-16T04:09:41.607Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8262026-04-16T04:09:41.888ZFrom https://github.com/oxidecomputer/rusty-doors
8272026-04-16T04:09:41.888Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8282026-04-16T04:09:41.897Z Updating git repository `https://github.com/oxidecomputer/lldp`
8292026-04-16T04:09:42.208ZFrom https://github.com/oxidecomputer/lldp
8302026-04-16T04:09:42.208Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8312026-04-16T04:09:42.256Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8322026-04-16T04:09:42.507ZFrom https://github.com/oxidecomputer/slog-error-chain
8332026-04-16T04:09:42.507Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8342026-04-16T04:09:42.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8352026-04-16T04:09:42.887ZFrom https://github.com/oxidecomputer/tufaceous
8362026-04-16T04:09:42.887Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8372026-04-16T04:09:42.920Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8382026-04-16T04:09:43.379ZFrom https://github.com/oxidecomputer/management-gateway-service
8392026-04-16T04:09:43.379Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8402026-04-16T04:09:43.459Z Updating git repository `https://github.com/oxidecomputer/crucible`
8412026-04-16T04:09:44.301ZFrom https://github.com/oxidecomputer/crucible
8422026-04-16T04:09:44.301Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8432026-04-16T04:09:44.361Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8442026-04-16T04:09:44.618ZFrom https://github.com/oxidecomputer/serde_human_bytes
8452026-04-16T04:09:44.618Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8462026-04-16T04:09:44.798Z Updating git repository `https://github.com/oxidecomputer/propolis`
8472026-04-16T04:09:45.189ZFrom https://github.com/oxidecomputer/propolis
8482026-04-16T04:09:45.189Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8492026-04-16T04:09:45.557Z Updating git repository `https://github.com/oxidecomputer/tofino`
8502026-04-16T04:09:45.828ZFrom https://github.com/oxidecomputer/tofino
8512026-04-16T04:09:45.828Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8522026-04-16T04:09:45.835Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8532026-04-16T04:09:46.344ZFrom https://github.com/oxidecomputer/maghemite
8542026-04-16T04:09:46.344Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8552026-04-16T04:09:46.398Z Updating git repository `https://github.com/oxidecomputer/clickward`
8562026-04-16T04:09:46.670ZFrom https://github.com/oxidecomputer/clickward
8572026-04-16T04:09:46.670Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8582026-04-16T04:09:46.727Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8592026-04-16T04:09:46.986ZFrom https://github.com/oxidecomputer/illumos-devinfo
8602026-04-16T04:09:46.986Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8612026-04-16T04:09:47.356Z Updating git repository `https://github.com/oxidecomputer/crucible`
8622026-04-16T04:09:47.677ZFrom https://github.com/oxidecomputer/crucible
8632026-04-16T04:09:47.677Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8642026-04-16T04:09:48.599Z Downloading crates ...
8652026-04-16T04:09:48.715Z Downloaded aead v0.5.2
8662026-04-16T04:09:48.720Z Downloaded arrayvec v0.7.6
8672026-04-16T04:09:48.723Z Downloaded bitflags v2.11.0
8682026-04-16T04:09:48.727Z Downloaded dof v0.4.0
8692026-04-16T04:09:48.727Z Downloaded defmt-parser v1.0.0
8702026-04-16T04:09:48.727Z Downloaded cancel-safe-futures v0.1.5
8712026-04-16T04:09:48.730Z Downloaded ciborium-io v0.2.2
8722026-04-16T04:09:48.730Z Downloaded displaydoc v0.2.5
8732026-04-16T04:09:48.733Z Downloaded cobs v0.3.0
8742026-04-16T04:09:48.738Z Downloaded byte-wrapper v0.1.0
8752026-04-16T04:09:48.738Z Downloaded backoff v0.4.0
8762026-04-16T04:09:48.741Z Downloaded compression-core v0.4.31
8772026-04-16T04:09:48.769Z Downloaded ciborium-ll v0.2.2
8782026-04-16T04:09:48.773Z Downloaded float-ord v0.3.2
8792026-04-16T04:09:48.777Z Downloaded fixedbitset v0.4.2
8802026-04-16T04:09:48.780Z Downloaded foreign-types-shared v0.3.1
8812026-04-16T04:09:48.780Z Downloaded fxhash v0.2.1
8822026-04-16T04:09:48.783Z Downloaded defmt v0.3.100
8832026-04-16T04:09:48.783Z Downloaded base16ct v0.2.0
8842026-04-16T04:09:48.787Z Downloaded gethostname v0.5.0
8852026-04-16T04:09:48.787Z Downloaded compression-codecs v0.4.37
8862026-04-16T04:09:48.790Z Downloaded foreign-types v0.5.0
8872026-04-16T04:09:48.793Z Downloaded cstr-argument v0.1.2
8882026-04-16T04:09:48.793Z Downloaded crunchy v0.2.4
8892026-04-16T04:09:48.793Z Downloaded async-stream-impl v0.3.6
8902026-04-16T04:09:48.797Z Downloaded crucible-workspace-hack v0.1.0
8912026-04-16T04:09:48.801Z Downloaded darling_macro v0.21.3
8922026-04-16T04:09:48.804Z Downloaded convert_case v0.4.0
8932026-04-16T04:09:48.808Z Downloaded crossbeam-deque v0.8.6
8942026-04-16T04:09:48.808Z Downloaded critical-section v1.2.0
8952026-04-16T04:09:48.811Z Downloaded hash32 v0.3.1
8962026-04-16T04:09:48.811Z Downloaded const_format v0.2.35
8972026-04-16T04:09:48.815Z Downloaded base16ct v1.0.0
8982026-04-16T04:09:48.818Z Downloaded cpufeatures v0.3.0
8992026-04-16T04:09:48.821Z Downloaded arrayref v0.3.9
9002026-04-16T04:09:48.821Z Downloaded async-recursion v1.1.1
9012026-04-16T04:09:48.826Z Downloaded newtype_derive v0.1.6
9022026-04-16T04:09:48.829Z Downloaded foreign-types-macros v0.2.3
9032026-04-16T04:09:48.832Z Downloaded dof v0.3.0
9042026-04-16T04:09:48.836Z Downloaded argon2 v0.5.3
9052026-04-16T04:09:48.839Z Downloaded memoffset v0.9.1
9062026-04-16T04:09:48.839Z Downloaded cmake v0.1.58
9072026-04-16T04:09:48.839Z Downloaded bitflags v1.3.2
9082026-04-16T04:09:48.842Z Downloaded memmap v0.7.0
9092026-04-16T04:09:48.842Z Downloaded num-derive v0.4.2
9102026-04-16T04:09:48.846Z Downloaded httpdate v1.0.3
9112026-04-16T04:09:48.846Z Downloaded darling_macro v0.23.0
9122026-04-16T04:09:48.849Z Downloaded const-random-macro v0.1.16
9132026-04-16T04:09:48.849Z Downloaded newline-converter v0.3.0
9142026-04-16T04:09:48.852Z Downloaded num-derive v0.3.3
9152026-04-16T04:09:48.852Z Downloaded instant v0.1.13
9162026-04-16T04:09:48.855Z Downloaded dtrace-parser v0.2.0
9172026-04-16T04:09:48.856Z Downloaded num_threads v0.1.7
9182026-04-16T04:09:48.856Z Downloaded crc8 v0.1.1
9192026-04-16T04:09:48.859Z Downloaded const-random v0.1.18
9202026-04-16T04:09:48.859Z Downloaded heck v0.4.1
9212026-04-16T04:09:48.862Z Downloaded no-std-compat v0.4.1
9222026-04-16T04:09:48.862Z Downloaded embedded-io v0.4.0
9232026-04-16T04:09:48.862Z Downloaded chacha20 v0.9.1
9242026-04-16T04:09:48.866Z Downloaded defmt v1.0.1
9252026-04-16T04:09:48.871Z Downloaded num-conv v0.2.1
9262026-04-16T04:09:48.871Z Downloaded macaddr v1.0.1
9272026-04-16T04:09:48.871Z Downloaded hostname v0.4.2
9282026-04-16T04:09:48.874Z Downloaded lru-cache v0.1.2
9292026-04-16T04:09:48.874Z Downloaded darling v0.23.0
9302026-04-16T04:09:48.878Z Downloaded num v0.4.3
9312026-04-16T04:09:48.878Z Downloaded opaque-debug v0.3.1
9322026-04-16T04:09:48.878Z Downloaded group v0.13.0
9332026-04-16T04:09:48.881Z Downloaded match_cfg v0.1.0
9342026-04-16T04:09:48.881Z Downloaded glob v0.3.3
9352026-04-16T04:09:48.881Z Downloaded git-stub-vcs v0.1.0
9362026-04-16T04:09:48.884Z Downloaded dtrace-parser v0.3.0
9372026-04-16T04:09:48.884Z Downloaded newtype-uuid-macros v0.1.0
9382026-04-16T04:09:48.887Z Downloaded num-iter v0.1.45
9392026-04-16T04:09:48.887Z Downloaded linked-hash-map v0.5.6
9402026-04-16T04:09:48.887Z Downloaded num_enum_derive v0.5.11
9412026-04-16T04:09:48.890Z Downloaded managed v0.8.0
9422026-04-16T04:09:48.890Z Downloaded is-terminal v0.4.17
9432026-04-16T04:09:48.890Z Downloaded omicron-workspace-hack v0.1.0
9442026-04-16T04:09:48.894Z Downloaded mime v0.3.17
9452026-04-16T04:09:48.894Z Downloaded hubpack_derive v0.1.1
9462026-04-16T04:09:48.894Z Downloaded natord v1.0.9
9472026-04-16T04:09:48.897Z Downloaded hubpack v0.1.2
9482026-04-16T04:09:48.897Z Downloaded dropshot-api-manager-types v0.7.1
9492026-04-16T04:09:48.897Z Downloaded ipnetwork v0.21.1
9502026-04-16T04:09:48.900Z Downloaded ident_case v1.0.1
9512026-04-16T04:09:48.900Z Downloaded hostname v0.3.1
9522026-04-16T04:09:48.901Z Downloaded async-stream v0.3.6
9532026-04-16T04:09:48.904Z Downloaded dunce v1.0.5
9542026-04-16T04:09:48.904Z Downloaded bit-vec v0.8.0
9552026-04-16T04:09:48.907Z Downloaded ingot v0.1.1
9562026-04-16T04:09:48.907Z Downloaded bcs v0.1.6
9572026-04-16T04:09:48.911Z Downloaded fs_extra v1.3.0
9582026-04-16T04:09:48.911Z Downloaded foldhash v0.2.0
9592026-04-16T04:09:48.911Z Downloaded ff v0.13.1
9602026-04-16T04:09:48.915Z Downloaded parse-display v0.10.0
9612026-04-16T04:09:48.915Z Downloaded num-complex v0.4.6
9622026-04-16T04:09:48.915Z Downloaded fs-err v3.3.0
9632026-04-16T04:09:48.920Z Downloaded erased-serde v0.3.31
9642026-04-16T04:09:48.920Z Downloaded derive-ex v0.1.8
9652026-04-16T04:09:48.920Z Downloaded constant_time_eq v0.4.2
9662026-04-16T04:09:48.923Z Downloaded deranged v0.5.8
9672026-04-16T04:09:48.923Z Downloaded daft-derive v0.1.5
9682026-04-16T04:09:48.927Z Downloaded internet-checksum v0.2.1
9692026-04-16T04:09:48.927Z Downloaded keccak v0.1.6
9702026-04-16T04:09:48.927Z Downloaded idna_adapter v1.2.1
9712026-04-16T04:09:48.931Z Downloaded inout v0.1.4
9722026-04-16T04:09:48.931Z Downloaded csv-core v0.1.13
9732026-04-16T04:09:48.931Z Downloaded libsw-core v0.3.2
9742026-04-16T04:09:48.935Z Downloaded defmt-macros v1.0.1
9752026-04-16T04:09:48.935Z Downloaded git-stub v1.0.0
9762026-04-16T04:09:48.938Z Downloaded data-encoding v2.10.0
9772026-04-16T04:09:48.938Z Downloaded bit-set v0.8.0
9782026-04-16T04:09:48.938Z Downloaded darling v0.21.3
9792026-04-16T04:09:48.941Z Downloaded fastrand v2.3.0
9802026-04-16T04:09:48.946Z Downloaded libscf-sys v1.1.0
9812026-04-16T04:09:48.946Z Downloaded embedded-io v0.6.1
9822026-04-16T04:09:48.946Z Downloaded linear-map v1.2.0
9832026-04-16T04:09:48.949Z Downloaded blake2 v0.10.6
9842026-04-16T04:09:48.949Z Downloaded clap v4.6.0
9852026-04-16T04:09:48.953Z Downloaded progenitor-client v0.11.2
9862026-04-16T04:09:48.956Z Downloaded enum-as-inner v0.6.1
9872026-04-16T04:09:48.956Z Downloaded phf_shared v0.12.1
9882026-04-16T04:09:48.960Z Downloaded progenitor-client v0.10.0
9892026-04-16T04:09:48.960Z Downloaded proc-macro-error-attr v1.0.4
9902026-04-16T04:09:48.960Z Downloaded progenitor-macro v0.13.0
9912026-04-16T04:09:48.960Z Downloaded libsw v3.5.0
9922026-04-16T04:09:48.963Z Downloaded potential_utf v0.1.4
9932026-04-16T04:09:48.963Z Downloaded olpc-cjson v0.1.4
9942026-04-16T04:09:48.964Z Downloaded progenitor-macro v0.11.2
9952026-04-16T04:09:48.964Z Downloaded ingot-macros v0.1.1
9962026-04-16T04:09:48.967Z Downloaded num_enum v0.5.11
9972026-04-16T04:09:48.970Z Downloaded num_enum_derive v0.7.6
9982026-04-16T04:09:48.970Z Downloaded proc-macro-crate v3.5.0
9992026-04-16T04:09:48.970Z Downloaded pretty-hex v0.4.2
10002026-04-16T04:09:48.973Z Downloaded proc-macro-crate v1.3.1
10012026-04-16T04:09:48.973Z Downloaded plain v0.2.3
10022026-04-16T04:09:48.973Z Downloaded parking_lot_core v0.8.6
10032026-04-16T04:09:48.977Z Downloaded oxide-tokio-rt v0.1.3
10042026-04-16T04:09:48.977Z Downloaded drift v0.1.3
10052026-04-16T04:09:48.981Z Downloaded omicron-zone-package v0.12.2
10062026-04-16T04:09:48.984Z Downloaded num_enum v0.7.6
10072026-04-16T04:09:48.984Z Downloaded parse-display-derive v0.10.0
10082026-04-16T04:09:48.987Z Downloaded multer v3.1.0
10092026-04-16T04:09:48.987Z Downloaded quick-error v1.2.3
10102026-04-16T04:09:49.041Z Downloaded hyper-rustls v0.27.7
10112026-04-16T04:09:49.041Z Downloaded hmac v0.12.1
10122026-04-16T04:09:49.041Z Downloaded memmap2 v0.9.10
10132026-04-16T04:09:49.041Z Downloaded highway v1.3.0
10142026-04-16T04:09:49.041Z Downloaded clap_derive v4.6.0
10152026-04-16T04:09:49.041Z Downloaded const_format_proc_macros v0.2.34
10162026-04-16T04:09:49.041Z Downloaded rand_chacha v0.3.1
10172026-04-16T04:09:49.041Z Downloaded crossbeam-epoch v0.9.18
10182026-04-16T04:09:49.041Z Downloaded progenitor-macro v0.10.0
10192026-04-16T04:09:49.041Z Downloaded allocator-api2 v0.2.21
10202026-04-16T04:09:49.041Z Downloaded litemap v0.8.1
10212026-04-16T04:09:49.041Z Downloaded pem v3.0.6
10222026-04-16T04:09:49.041Z Downloaded backon v1.6.0
10232026-04-16T04:09:49.041Z Downloaded rand_xorshift v0.4.0
10242026-04-16T04:09:49.041Z Downloaded colored v3.1.1
10252026-04-16T04:09:49.041Z Downloaded cargo_toml v0.22.3
10262026-04-16T04:09:49.041Z Downloaded cipher v0.4.4
10272026-04-16T04:09:49.041Z Downloaded same-file v1.0.6
10282026-04-16T04:09:49.041Z Downloaded ref-cast v1.0.25
10292026-04-16T04:09:49.041Z Downloaded byteorder v1.5.0
10302026-04-16T04:09:49.042Z Downloaded password-hash v0.5.0
10312026-04-16T04:09:49.042Z Downloaded cookie v0.18.1
10322026-04-16T04:09:49.042Z Downloaded ref-cast-impl v1.0.25
10332026-04-16T04:09:49.042Z Downloaded num-integer v0.1.46
10342026-04-16T04:09:49.042Z Downloaded crossbeam-utils v0.8.21
10352026-04-16T04:09:49.042Z Downloaded rustc_version v0.1.7
10362026-04-16T04:09:49.042Z Downloaded phf v0.12.1
10372026-04-16T04:09:49.042Z Downloaded scroll_derive v0.13.1
10382026-04-16T04:09:49.042Z Downloaded console v0.16.3
10392026-04-16T04:09:49.042Z Downloaded daft v0.1.5
10402026-04-16T04:09:49.042Z Downloaded async-trait v0.1.89
10412026-04-16T04:09:49.042Z Downloaded chacha20 v0.10.0
10422026-04-16T04:09:49.042Z Downloaded progenitor v0.10.0
10432026-04-16T04:09:49.042Z Downloaded poly1305 v0.8.0
10442026-04-16T04:09:49.046Z Downloaded powerfmt v0.2.0
10452026-04-16T04:09:49.046Z Downloaded diff v0.1.13
10462026-04-16T04:09:49.046Z Downloaded num-rational v0.4.2
10472026-04-16T04:09:49.046Z Downloaded oxnet v0.1.4
10482026-04-16T04:09:49.046Z Downloaded bytecount v0.6.9
10492026-04-16T04:09:49.046Z Downloaded dyn-clone v1.0.20
10502026-04-16T04:09:49.046Z Downloaded secrecy v0.10.3
10512026-04-16T04:09:49.046Z Downloaded anyhow v1.0.102
10522026-04-16T04:09:49.046Z Downloaded progenitor-client v0.13.0
10532026-04-16T04:09:49.046Z Downloaded progenitor v0.11.2
10542026-04-16T04:09:49.050Z Downloaded proc-macro-error2 v2.0.1
10552026-04-16T04:09:49.050Z Downloaded serial_test v3.4.0
10562026-04-16T04:09:49.054Z Downloaded serde-big-array v0.5.1
10572026-04-16T04:09:49.054Z Downloaded serde_spanned v1.1.0
10582026-04-16T04:09:49.054Z Downloaded semver v0.1.20
10592026-04-16T04:09:49.054Z Downloaded serde_plain v1.0.2
10602026-04-16T04:09:49.054Z Downloaded scroll_derive v0.12.1
10612026-04-16T04:09:49.057Z Downloaded proc-macro-error v1.0.4
10622026-04-16T04:09:49.057Z Downloaded serial_test_derive v3.4.0
10632026-04-16T04:09:49.057Z Downloaded icu_provider v2.1.1
10642026-04-16T04:09:49.061Z Downloaded dropshot_endpoint v0.17.0
10652026-04-16T04:09:49.061Z Downloaded ciborium v0.2.2
10662026-04-16T04:09:49.065Z Downloaded chacha20poly1305 v0.10.1
10672026-04-16T04:09:49.065Z Downloaded proc-macro-error-attr2 v2.0.0
10682026-04-16T04:09:49.065Z Downloaded paste v1.0.15
10692026-04-16T04:09:49.068Z Downloaded progenitor-extras v0.1.1
10702026-04-16T04:09:49.068Z Downloaded icu_properties v2.1.2
10712026-04-16T04:09:49.071Z Downloaded parking_lot v0.11.2
10722026-04-16T04:09:49.072Z Downloaded slog-envlogger v2.2.0
10732026-04-16T04:09:49.075Z Downloaded siphasher v1.0.2
10742026-04-16T04:09:49.079Z Downloaded sigpipe v0.1.3
10752026-04-16T04:09:49.079Z Downloaded ingot-types v0.1.2
10762026-04-16T04:09:49.079Z Downloaded progenitor v0.13.0
10772026-04-16T04:09:49.082Z Downloaded sha1 v0.10.6
10782026-04-16T04:09:49.082Z Downloaded indexmap v1.9.3
10792026-04-16T04:09:49.082Z Downloaded half v2.7.1
10802026-04-16T04:09:49.086Z Downloaded derive_more v0.99.20
10812026-04-16T04:09:49.089Z Downloaded slog-bunyan v2.5.0
10822026-04-16T04:09:49.089Z Downloaded structmeta v0.3.0
10832026-04-16T04:09:49.089Z Downloaded pest_generator v2.8.6
10842026-04-16T04:09:49.093Z Downloaded smawk v0.3.2
10852026-04-16T04:09:49.093Z Downloaded pkg-config v0.3.32
10862026-04-16T04:09:49.093Z Downloaded pest_derive v2.8.6
10872026-04-16T04:09:49.093Z Downloaded structmeta-derive v0.3.0
10882026-04-16T04:09:49.098Z Downloaded crossbeam-channel v0.5.15
10892026-04-16T04:09:49.098Z Downloaded elliptic-curve v0.13.8
10902026-04-16T04:09:49.101Z Downloaded serde_repr v0.1.20
10912026-04-16T04:09:49.101Z Downloaded rand_core v0.10.0
10922026-04-16T04:09:49.101Z Downloaded dropshot_endpoint v0.16.7
10932026-04-16T04:09:49.104Z Downloaded papergrid v0.11.0
10942026-04-16T04:09:49.108Z Downloaded rusty-fork v0.3.1
10952026-04-16T04:09:49.108Z Downloaded testing_table v0.3.0
10962026-04-16T04:09:49.108Z Downloaded tabled_derive v0.7.0
10972026-04-16T04:09:49.111Z Downloaded take_mut v0.2.2
10982026-04-16T04:09:49.111Z Downloaded spin v0.5.2
10992026-04-16T04:09:49.115Z Downloaded tabled_derive v0.11.0
11002026-04-16T04:09:49.115Z Downloaded stable_deref_trait v1.2.1
11012026-04-16T04:09:49.115Z Downloaded strum v0.26.3
11022026-04-16T04:09:49.118Z Downloaded tagptr v0.2.0
11032026-04-16T04:09:49.122Z Downloaded time-core v0.1.8
11042026-04-16T04:09:49.125Z Downloaded postcard v1.1.3
11052026-04-16T04:09:49.125Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-16T04:09:49.126Z Downloaded termtree v0.5.1
11072026-04-16T04:09:49.129Z Downloaded thread-id v4.2.2
11082026-04-16T04:09:49.129Z Downloaded tabwriter v1.4.1
11092026-04-16T04:09:49.129Z Downloaded serde_tokenstream v0.2.3
11102026-04-16T04:09:49.132Z Downloaded thread-id v5.1.0
11112026-04-16T04:09:49.136Z Downloaded scroll v0.12.0
11122026-04-16T04:09:49.136Z Downloaded rhai_codegen v3.1.0
11132026-04-16T04:09:49.139Z Downloaded slog-term v2.9.2
11142026-04-16T04:09:49.143Z Downloaded serde_derive_internals v0.29.1
11152026-04-16T04:09:49.143Z Downloaded scroll v0.13.0
11162026-04-16T04:09:49.143Z Downloaded rustversion v1.0.22
11172026-04-16T04:09:49.146Z Downloaded slog-dtrace v0.3.0
11182026-04-16T04:09:49.146Z Downloaded rustls-native-certs v0.8.3
11192026-04-16T04:09:49.153Z Downloaded darling_core v0.21.3
11202026-04-16T04:09:49.156Z Downloaded icu_normalizer v2.1.1
11212026-04-16T04:09:49.162Z Downloaded sdd v3.0.10
11222026-04-16T04:09:49.169Z Downloaded slog-json v2.6.1
11232026-04-16T04:09:49.173Z Downloaded topological-sort v0.2.2
11242026-04-16T04:09:49.173Z Downloaded slog-scope v4.4.1
11252026-04-16T04:09:49.176Z Downloaded slog-async v2.8.0
11262026-04-16T04:09:49.176Z Downloaded progenitor-impl v0.11.2
11272026-04-16T04:09:49.176Z Downloaded progenitor-impl v0.10.0
11282026-04-16T04:09:49.179Z Downloaded smf v0.2.3
11292026-04-16T04:09:49.179Z Downloaded strum v0.27.2
11302026-04-16T04:09:49.179Z Downloaded snafu-derive v0.8.9
11312026-04-16T04:09:49.183Z Downloaded synstructure v0.13.2
11322026-04-16T04:09:49.186Z Downloaded strum_macros v0.26.4
11332026-04-16T04:09:49.186Z Downloaded smartstring v1.0.1
11342026-04-16T04:09:49.186Z Downloaded strum_macros v0.27.2
11352026-04-16T04:09:49.189Z Downloaded usdt-attr-macro v0.5.0
11362026-04-16T04:09:49.189Z Downloaded universal-hash v0.5.1
11372026-04-16T04:09:49.189Z Downloaded typify-macro v0.6.1
11382026-04-16T04:09:49.193Z Downloaded usdt-attr-macro v0.6.0
11392026-04-16T04:09:49.198Z Downloaded usdt-macro v0.5.0
11402026-04-16T04:09:49.198Z Downloaded waitgroup v0.1.2
11412026-04-16T04:09:49.198Z Downloaded untrusted v0.7.1
11422026-04-16T04:09:49.198Z Downloaded tokio-tungstenite v0.21.0
11432026-04-16T04:09:49.198Z Downloaded tiny-keccak v2.0.2
11442026-04-16T04:09:49.201Z Downloaded thiserror-no-std v2.0.2
11452026-04-16T04:09:49.201Z Downloaded arc-swap v1.9.0
11462026-04-16T04:09:49.205Z Downloaded papergrid v0.17.0
11472026-04-16T04:09:49.205Z Downloaded slog-stdlog v4.1.1
11482026-04-16T04:09:49.208Z Downloaded base64 v0.21.7
11492026-04-16T04:09:49.208Z Downloaded serde_with_macros v3.18.0
11502026-04-16T04:09:49.211Z Downloaded progenitor-impl v0.13.0
11512026-04-16T04:09:49.211Z Downloaded usdt v0.5.0
11522026-04-16T04:09:49.211Z Downloaded tokio-dtrace v0.1.1
11532026-04-16T04:09:49.215Z Downloaded time-macros v0.2.27
11542026-04-16T04:09:49.215Z Downloaded unarray v0.1.4
11552026-04-16T04:09:49.215Z Downloaded typify-macro v0.4.3
11562026-04-16T04:09:49.215Z Downloaded usdt-macro v0.6.0
11572026-04-16T04:09:49.215Z Downloaded pest_meta v2.8.6
11582026-04-16T04:09:49.218Z Downloaded crypto-bigint v0.5.5
11592026-04-16T04:09:49.221Z Downloaded zeroize_derive v1.4.3
11602026-04-16T04:09:49.222Z Downloaded zerofrom-derive v0.1.6
11612026-04-16T04:09:49.222Z Downloaded usdt v0.6.0
11622026-04-16T04:09:49.222Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-04-16T04:09:49.225Z Downloaded indicatif v0.18.4
11642026-04-16T04:09:49.225Z Downloaded wait-timeout v0.2.1
11652026-04-16T04:09:49.226Z Downloaded icu_normalizer_data v2.1.1
11662026-04-16T04:09:49.229Z Downloaded schemars v0.8.22
11672026-04-16T04:09:49.232Z Downloaded minimal-lexical v0.2.1
11682026-04-16T04:09:49.236Z Downloaded zerofrom v0.1.6
11692026-04-16T04:09:49.236Z Downloaded yoke-derive v0.8.1
11702026-04-16T04:09:49.236Z Downloaded icu_locale_core v2.1.1
11712026-04-16T04:09:49.239Z Downloaded zone_cfg_derive v0.3.1
11722026-04-16T04:09:49.242Z Downloaded icu_collections v2.1.1
11732026-04-16T04:09:49.246Z Downloaded hickory-resolver v0.24.4
11742026-04-16T04:09:49.246Z Downloaded hickory-resolver v0.25.2
11752026-04-16T04:09:49.249Z Downloaded spin v0.9.8
11762026-04-16T04:09:49.249Z Downloaded tokio-rustls v0.25.0
11772026-04-16T04:09:49.253Z Downloaded unit-prefix v0.5.2
11782026-04-16T04:09:49.253Z Downloaded tinystr v0.8.2
11792026-04-16T04:09:49.253Z Downloaded schemars_derive v0.8.22
11802026-04-16T04:09:49.253Z Downloaded heapless v0.8.0
11812026-04-16T04:09:49.258Z Downloaded zone v0.3.1
11822026-04-16T04:09:49.258Z Downloaded darling_core v0.23.0
11832026-04-16T04:09:49.264Z Downloaded resolv-conf v0.7.6
11842026-04-16T04:09:49.268Z Downloaded similar v2.7.0
11852026-04-16T04:09:49.274Z Downloaded usdt-impl v0.6.0
11862026-04-16T04:09:49.274Z Downloaded utf-8 v0.7.6
11872026-04-16T04:09:49.277Z Downloaded walkdir v2.5.0
11882026-04-16T04:09:49.277Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11892026-04-16T04:09:49.277Z Downloaded thin-vec v0.2.14
11902026-04-16T04:09:49.281Z Downloaded yoke v0.8.1
11912026-04-16T04:09:49.281Z Downloaded prettyplease v0.2.37
11922026-04-16T04:09:49.284Z Downloaded pretty_assertions v1.4.1
11932026-04-16T04:09:49.284Z Downloaded dropshot-api-manager v0.7.1
11942026-04-16T04:09:49.288Z Downloaded whoami v1.6.1
11952026-04-16T04:09:49.293Z Downloaded xz2 v0.1.7
11962026-04-16T04:09:49.293Z Downloaded writeable v0.6.2
11972026-04-16T04:09:49.293Z Downloaded toml_writer v1.1.0+spec-1.1.0
11982026-04-16T04:09:49.293Z Downloaded zerovec-derive v0.11.2
11992026-04-16T04:09:49.298Z Downloaded rustls-pemfile v2.2.0
12002026-04-16T04:09:49.298Z Downloaded cc v1.2.58
12012026-04-16T04:09:49.298Z Downloaded async-compression v0.4.41
12022026-04-16T04:09:49.302Z Downloaded ucd-trie v0.1.7
12032026-04-16T04:09:49.302Z Downloaded term v1.2.1
12042026-04-16T04:09:49.302Z Downloaded jiff-static v0.2.23
12052026-04-16T04:09:49.305Z Downloaded expectorate v1.2.0
12062026-04-16T04:09:49.305Z Downloaded usdt-impl v0.5.0
12072026-04-16T04:09:49.308Z Downloaded toml_parser v1.1.0+spec-1.1.0
12082026-04-16T04:09:49.311Z Downloaded slog v2.8.2
12092026-04-16T04:09:49.314Z Downloaded serde_yaml v0.9.34+deprecated
12102026-04-16T04:09:49.321Z Downloaded vsss-rs v3.3.4
12112026-04-16T04:09:49.324Z Downloaded rayon-core v1.13.0
12122026-04-16T04:09:49.331Z Downloaded tungstenite v0.21.0
12132026-04-16T04:09:49.334Z Downloaded typify v0.4.3
12142026-04-16T04:09:49.337Z Downloaded typify v0.6.1
12152026-04-16T04:09:49.338Z Downloaded rustls-platform-verifier v0.6.2
12162026-04-16T04:09:49.341Z Downloaded test-strategy v0.4.5
12172026-04-16T04:09:49.344Z Downloaded hashbrown v0.12.3
12182026-04-16T04:09:49.344Z Downloaded schemars v0.9.0
12192026-04-16T04:09:49.350Z Downloaded toml v0.9.12+spec-1.1.0
12202026-04-16T04:09:49.353Z Downloaded toml v0.7.8
12212026-04-16T04:09:49.357Z Downloaded toml_edit v0.25.8+spec-1.1.0
12222026-04-16T04:09:49.357Z Downloaded zerocopy-derive v0.7.35
12232026-04-16T04:09:49.361Z Downloaded toml v1.1.0+spec-1.1.0
12242026-04-16T04:09:49.364Z Downloaded qorb v0.4.1
12252026-04-16T04:09:49.364Z Downloaded rand v0.8.5
12262026-04-16T04:09:49.367Z Downloaded nom v7.1.3
12272026-04-16T04:09:49.370Z Downloaded indexmap v2.13.0
12282026-04-16T04:09:49.373Z Downloaded unsafe-libyaml v0.2.11
12292026-04-16T04:09:49.377Z Downloaded openssl-sys v0.9.112
12302026-04-16T04:09:49.380Z Downloaded pest v2.8.6
12312026-04-16T04:09:49.396Z Downloaded rand v0.10.1
12322026-04-16T04:09:49.399Z Downloaded rand v0.9.2
12332026-04-16T04:09:49.403Z Downloaded snafu v0.8.9
12342026-04-16T04:09:49.408Z Downloaded steno v0.4.1
12352026-04-16T04:09:49.412Z Downloaded zerocopy-derive v0.8.48
12362026-04-16T04:09:49.415Z Downloaded zerotrie v0.2.3
12372026-04-16T04:09:49.419Z Downloaded rustls-webpki v0.103.10
12382026-04-16T04:09:49.420Z Downloaded nom v8.0.0
12392026-04-16T04:09:49.428Z Downloaded scc v2.4.0
12402026-04-16T04:09:49.433Z Downloaded schemars v1.2.1
12412026-04-16T04:09:49.441Z Downloaded yansi v1.0.1
12422026-04-16T04:09:49.444Z Downloaded iddqd v0.3.17
12432026-04-16T04:09:49.450Z Downloaded toml_edit v0.19.15
12442026-04-16T04:09:49.459Z Downloaded itertools v0.12.1
12452026-04-16T04:09:49.462Z Downloaded blake3 v1.8.4
12462026-04-16T04:09:49.467Z Downloaded typed-path v0.9.3
12472026-04-16T04:09:49.470Z Downloaded hashbrown v0.16.1
12482026-04-16T04:09:49.478Z Downloaded icu_properties_data v2.1.2
12492026-04-16T04:09:49.483Z Downloaded zerovec v0.11.5
12502026-04-16T04:09:49.494Z Downloaded libm v0.2.16
12512026-04-16T04:09:49.499Z Downloaded hkdf v0.12.4
12522026-04-16T04:09:49.503Z Downloaded aws-lc-rs v1.16.2
12532026-04-16T04:09:49.510Z Downloaded goblin v0.8.2
12542026-04-16T04:09:49.516Z Downloaded winnow v0.5.40
12552026-04-16T04:09:49.523Z Downloaded serde_with v3.18.0
12562026-04-16T04:09:49.526Z Downloaded reqwest v0.13.2
12572026-04-16T04:09:49.556Z Downloaded rayon v1.11.0
12582026-04-16T04:09:49.560Z Downloaded tough v0.20.0
12592026-04-16T04:09:49.571Z Downloaded zerocopy v0.7.35
12602026-04-16T04:09:49.581Z Downloaded rustls-webpki v0.102.8
12612026-04-16T04:09:49.589Z Downloaded moka v0.12.15
12622026-04-16T04:09:49.594Z Downloaded tabled v0.15.0
12632026-04-16T04:09:49.601Z Downloaded time v0.3.47
12642026-04-16T04:09:49.607Z Downloaded goblin v0.10.5
12652026-04-16T04:09:49.611Z Downloaded syn v1.0.109
12662026-04-16T04:09:49.616Z Downloaded csv v1.4.0
12672026-04-16T04:09:49.628Z Downloaded tabled v0.20.0
12682026-04-16T04:09:49.635Z Downloaded proptest v1.11.0
12692026-04-16T04:09:49.652Z Downloaded rustls v0.22.4
12702026-04-16T04:09:49.661Z Downloaded dropshot v0.17.0
12712026-04-16T04:09:49.673Z Downloaded smoltcp v0.11.0
12722026-04-16T04:09:49.680Z Downloaded nix v0.31.2
12732026-04-16T04:09:49.685Z Downloaded rustls v0.23.37
12742026-04-16T04:09:49.691Z Downloaded openssl v0.10.76
12752026-04-16T04:09:49.696Z Downloaded rhai v1.24.0
12762026-04-16T04:09:49.702Z Downloaded hickory-proto v0.24.4
12772026-04-16T04:09:49.709Z Downloaded regress v0.10.5
12782026-04-16T04:09:49.713Z Downloaded openapiv3 v2.2.0
12792026-04-16T04:09:49.719Z Downloaded dropshot v0.16.7
12802026-04-16T04:09:49.730Z Downloaded sled v0.34.7
12812026-04-16T04:09:49.736Z Downloaded typify-impl v0.4.3
12822026-04-16T04:09:49.742Z Downloaded hickory-proto v0.25.2
12832026-04-16T04:09:49.761Z Downloaded typify-impl v0.6.1
12842026-04-16T04:09:49.792Z Downloaded chrono-tz v0.10.4
12852026-04-16T04:09:49.810Z Downloaded sha3 v0.10.8
12862026-04-16T04:09:49.823Z Downloaded jiff v0.2.23
12872026-04-16T04:09:49.829Z Downloaded petgraph v0.6.5
12882026-04-16T04:09:49.838Z Downloaded lzma-sys v0.1.20
12892026-04-16T04:09:49.885Z Downloaded encoding_rs v0.8.35
12902026-04-16T04:09:50.516Z Downloaded aws-lc-sys v0.39.1
12912026-04-16T04:09:51.420Z Compiling proc-macro2 v1.0.106
12922026-04-16T04:09:51.420Z Compiling quote v1.0.45
12932026-04-16T04:09:51.420Z Compiling unicode-ident v1.0.24
12942026-04-16T04:09:51.423Z Compiling serde_core v1.0.228
12952026-04-16T04:09:51.423Z Compiling cfg-if v1.0.4
12962026-04-16T04:09:51.423Z Compiling serde v1.0.228
12972026-04-16T04:09:51.423Z Compiling libc v0.2.185
12982026-04-16T04:09:51.423Z Compiling memchr v2.8.0
12992026-04-16T04:09:51.631Z Compiling itoa v1.0.18
13002026-04-16T04:09:51.816Z Compiling smallvec v1.15.1
13012026-04-16T04:09:51.851Z Compiling zmij v1.0.21
13022026-04-16T04:09:51.883Z Compiling serde_json v1.0.149
13032026-04-16T04:09:52.021Z Compiling autocfg v1.5.0
13042026-04-16T04:09:52.123Z Compiling libm v0.2.16
13052026-04-16T04:09:52.263Z Compiling version_check v0.9.5
13062026-04-16T04:09:52.330Z Compiling stable_deref_trait v1.2.1
13072026-04-16T04:09:52.381Z Compiling pin-project-lite v0.2.17
13082026-04-16T04:09:52.405Z Compiling litemap v0.8.1
13092026-04-16T04:09:52.472Z Compiling writeable v0.6.2
13102026-04-16T04:09:52.483Z Compiling percent-encoding v2.3.2
13112026-04-16T04:09:52.486Z Compiling icu_normalizer_data v2.1.1
13122026-04-16T04:09:52.601Z Compiling icu_properties_data v2.1.2
13132026-04-16T04:09:52.670Z Compiling iana-time-zone v0.1.65
13142026-04-16T04:09:52.682Z Compiling scopeguard v1.2.0
13152026-04-16T04:09:52.727Z Compiling syn v2.0.117
13162026-04-16T04:09:52.849Z Compiling parking_lot_core v0.9.12
13172026-04-16T04:09:52.862Z Compiling equivalent v1.0.2
13182026-04-16T04:09:52.901Z Compiling lock_api v0.4.14
13192026-04-16T04:09:52.930Z Compiling form_urlencoded v1.2.2
13202026-04-16T04:09:52.941Z Compiling foldhash v0.2.0
13212026-04-16T04:09:52.984Z Compiling allocator-api2 v0.2.21
13222026-04-16T04:09:53.109Z Compiling utf8_iter v1.0.4
13232026-04-16T04:09:53.134Z Compiling dyn-clone v1.0.20
13242026-04-16T04:09:53.146Z Compiling num-traits v0.2.19
13252026-04-16T04:09:53.183Z Compiling jobserver v0.1.34
13262026-04-16T04:09:53.254Z Compiling shlex v1.3.0
13272026-04-16T04:09:53.270Z Compiling find-msvc-tools v0.1.9
13282026-04-16T04:09:53.337Z Compiling hashbrown v0.16.1
13292026-04-16T04:09:53.438Z Compiling cc v1.2.58
13302026-04-16T04:09:53.512Z Compiling log v0.4.29
13312026-04-16T04:09:53.520Z Compiling errno v0.3.14
13322026-04-16T04:09:53.680Z Compiling semver v1.0.28
13332026-04-16T04:09:53.691Z Compiling rand_core v0.10.0
13342026-04-16T04:09:53.835Z Compiling futures-core v0.3.32
13352026-04-16T04:09:53.853Z Compiling getrandom v0.4.2
13362026-04-16T04:09:53.925Z Compiling thiserror v2.0.18
13372026-04-16T04:09:53.985Z Compiling indexmap v2.13.0
13382026-04-16T04:09:54.020Z Compiling zerocopy v0.8.48
13392026-04-16T04:09:54.136Z Compiling heck v0.5.0
13402026-04-16T04:09:54.303Z Compiling futures-sink v0.3.32
13412026-04-16T04:09:54.393Z Compiling fnv v1.0.7
13422026-04-16T04:09:54.406Z Compiling slab v0.4.12
13432026-04-16T04:09:54.449Z Compiling uuid v1.23.0
13442026-04-16T04:09:54.459Z Compiling futures-channel v0.3.32
13452026-04-16T04:09:54.491Z Compiling rustversion v1.0.22
13462026-04-16T04:09:54.598Z Compiling schemars v0.8.22
13472026-04-16T04:09:54.620Z Compiling futures-io v0.3.32
13482026-04-16T04:09:54.670Z Compiling typenum v1.19.0
13492026-04-16T04:09:54.681Z Compiling futures-task v0.3.32
13502026-04-16T04:09:54.807Z Compiling socket2 v0.6.3
13512026-04-16T04:09:54.843Z Compiling getrandom v0.2.17
13522026-04-16T04:09:54.853Z Compiling portable-atomic v1.13.1
13532026-04-16T04:09:54.863Z Compiling signal-hook-registry v1.4.8
13542026-04-16T04:09:55.022Z Compiling parking_lot v0.12.5
13552026-04-16T04:09:55.084Z Compiling mio v1.2.0
13562026-04-16T04:09:55.151Z Compiling bitflags v2.11.0
13572026-04-16T04:09:55.248Z Compiling subtle v2.6.1
13582026-04-16T04:09:55.389Z Compiling critical-section v1.2.0
13592026-04-16T04:09:55.409Z Compiling base64 v0.22.1
13602026-04-16T04:09:55.420Z Compiling byteorder v1.5.0
13612026-04-16T04:09:55.431Z Compiling untrusted v0.9.0
13622026-04-16T04:09:55.495Z Compiling synstructure v0.13.2
13632026-04-16T04:09:55.549Z Compiling serde_derive_internals v0.29.1
13642026-04-16T04:09:55.599Z Compiling rand_core v0.6.4
13652026-04-16T04:09:55.610Z Compiling cmake v0.1.58
13662026-04-16T04:09:55.636Z Compiling fs_extra v1.3.0
13672026-04-16T04:09:55.740Z Compiling once_cell v1.21.4
13682026-04-16T04:09:55.859Z Compiling dunce v1.0.5
13692026-04-16T04:09:55.886Z Compiling strsim v0.11.1
13702026-04-16T04:09:55.910Z Compiling rustix v1.1.4
13712026-04-16T04:09:55.951Z Compiling atomic-waker v1.1.2
13722026-04-16T04:09:55.983Z Compiling ipnet v2.12.0
13732026-04-16T04:09:55.997Z Compiling aws-lc-sys v0.39.1
13742026-04-16T04:09:56.029Z Compiling regex-syntax v0.8.10
13752026-04-16T04:09:56.074Z Compiling httparse v1.10.1
13762026-04-16T04:09:56.288Z Compiling slog v2.8.2
13772026-04-16T04:09:56.357Z Compiling generic-array v0.14.7
13782026-04-16T04:09:56.470Z Compiling tower-layer v0.3.3
13792026-04-16T04:09:56.490Z Compiling thiserror v1.0.69
13802026-04-16T04:09:56.511Z Compiling tower-service v0.3.3
13812026-04-16T04:09:56.522Z Compiling ucd-trie v0.1.7
13822026-04-16T04:09:56.630Z Compiling try-lock v0.2.5
13832026-04-16T04:09:56.633Z Compiling ryu v1.0.23
13842026-04-16T04:09:56.737Z Compiling pest v2.8.6
13852026-04-16T04:09:56.825Z Compiling want v0.3.1
13862026-04-16T04:09:56.836Z Compiling httpdate v1.0.3
13872026-04-16T04:09:56.848Z Compiling serde_derive v1.0.228
13882026-04-16T04:09:56.927Z Compiling zerofrom-derive v0.1.6
13892026-04-16T04:09:56.974Z Compiling yoke-derive v0.8.1
13902026-04-16T04:09:56.995Z Compiling zerovec-derive v0.11.2
13912026-04-16T04:09:57.081Z Compiling displaydoc v0.2.5
13922026-04-16T04:09:57.815Z Compiling tokio-macros v2.7.0
13932026-04-16T04:09:57.983Z Compiling schemars_derive v0.8.22
13942026-04-16T04:09:58.009Z Compiling thiserror-impl v2.0.18
13952026-04-16T04:09:58.075Z Compiling zerocopy-derive v0.8.48
13962026-04-16T04:09:58.117Z Compiling zerofrom v0.1.6
13972026-04-16T04:09:58.237Z Compiling yoke v0.8.1
13982026-04-16T04:09:58.416Z Compiling zerovec v0.11.5
13992026-04-16T04:09:58.552Z Compiling zerotrie v0.2.3
14002026-04-16T04:09:58.708Z Compiling zeroize_derive v1.4.3
14012026-04-16T04:09:58.843Z Compiling tinystr v0.8.2
14022026-04-16T04:09:58.899Z Compiling potential_utf v0.1.4
14032026-04-16T04:09:59.040Z Compiling icu_locale_core v2.1.1
14042026-04-16T04:09:59.061Z Compiling icu_collections v2.1.1
14052026-04-16T04:09:59.166Z Compiling futures-macro v0.3.32
14062026-04-16T04:09:59.311Z Compiling thiserror-impl v1.0.69
14072026-04-16T04:09:59.369Z Compiling zeroize v1.8.2
14082026-04-16T04:09:59.576Z Compiling pest_meta v2.8.6
14092026-04-16T04:09:59.974Z Compiling bytes v1.11.1
14102026-04-16T04:09:59.983Z Compiling icu_provider v2.1.1
14112026-04-16T04:10:00.033Z Compiling chrono v0.4.44
14122026-04-16T04:10:00.042Z Compiling futures-util v0.3.32
14132026-04-16T04:10:00.309Z Compiling icu_normalizer v2.1.1
14142026-04-16T04:10:00.465Z Compiling icu_properties v2.1.2
14152026-04-16T04:10:00.609Z Compiling tokio v1.52.0
14162026-04-16T04:10:00.864Z Compiling http v1.4.0
14172026-04-16T04:10:00.924Z Compiling serde_tokenstream v0.2.3
14182026-04-16T04:10:01.215Z Compiling erased-serde v0.3.31
14192026-04-16T04:10:01.628Z Compiling idna_adapter v1.2.1
14202026-04-16T04:10:01.646Z Compiling http-body v1.0.1
14212026-04-16T04:10:01.762Z Compiling idna v1.1.0
14222026-04-16T04:10:01.853Z Compiling getrandom v0.3.4
14232026-04-16T04:10:01.891Z Compiling pest_generator v2.8.6
14242026-04-16T04:10:02.111Z Compiling url v2.5.8
14252026-04-16T04:10:02.195Z Compiling pretty-hex v0.4.2
14262026-04-16T04:10:02.331Z Compiling ppv-lite86 v0.2.21
14272026-04-16T04:10:02.415Z Compiling paste v1.0.15
14282026-04-16T04:10:02.470Z Compiling plain v0.2.3
14292026-04-16T04:10:02.516Z Compiling pest_derive v2.8.6
14302026-04-16T04:10:02.545Z Compiling crypto-common v0.1.7
14312026-04-16T04:10:02.572Z Compiling ident_case v1.0.1
14322026-04-16T04:10:02.673Z Compiling omicron-workspace-hack v0.1.0
14332026-04-16T04:10:02.688Z Compiling tracing-attributes v0.1.31
14342026-04-16T04:10:02.894Z Compiling tracing-core v0.1.36
14352026-04-16T04:10:03.056Z Compiling http-body-util v0.1.3
14362026-04-16T04:10:03.072Z Compiling serde_urlencoded v0.7.1
14372026-04-16T04:10:03.226Z Compiling daft-derive v0.1.5
14382026-04-16T04:10:03.292Z Compiling sync_wrapper v1.0.2
14392026-04-16T04:10:03.307Z Compiling fastrand v2.3.0
14402026-04-16T04:10:03.397Z Compiling aho-corasick v1.1.4
14412026-04-16T04:10:03.493Z Compiling ipnetwork v0.21.1
14422026-04-16T04:10:03.577Z Compiling winnow v1.0.1
14432026-04-16T04:10:03.916Z Compiling tracing v0.1.44
14442026-04-16T04:10:03.928Z Compiling rustls-pki-types v1.14.0
14452026-04-16T04:10:03.968Z Compiling async-trait v0.1.89
14462026-04-16T04:10:04.141Z Compiling ring v0.17.14
14472026-04-16T04:10:04.393Z Compiling regex-automata v0.4.14
14482026-04-16T04:10:04.412Z Compiling num-conv v0.2.1
14492026-04-16T04:10:04.557Z Compiling anyhow v1.0.102
14502026-04-16T04:10:04.645Z Compiling iri-string v0.7.12
14512026-04-16T04:10:04.669Z Compiling time-core v0.1.8
14522026-04-16T04:10:04.798Z Compiling cpufeatures v0.2.17
14532026-04-16T04:10:04.816Z Compiling powerfmt v0.2.0
14542026-04-16T04:10:04.867Z Compiling time-macros v0.2.27
14552026-04-16T04:10:05.018Z Compiling deranged v0.5.8
14562026-04-16T04:10:05.242Z Compiling block-buffer v0.10.4
14572026-04-16T04:10:05.391Z Compiling scroll_derive v0.13.1
14582026-04-16T04:10:05.860Z Compiling hex v0.4.3
14592026-04-16T04:10:05.994Z Compiling num_threads v0.1.7
14602026-04-16T04:10:06.098Z Compiling regex v1.12.3
14612026-04-16T04:10:06.117Z Compiling digest v0.10.7
14622026-04-16T04:10:06.260Z Compiling scroll v0.13.0
14632026-04-16T04:10:06.523Z Compiling tokio-util v0.7.18
14642026-04-16T04:10:06.555Z Compiling oxnet v0.1.4
14652026-04-16T04:10:06.933Z Compiling camino v1.2.2
14662026-04-16T04:10:06.976Z Compiling goblin v0.10.5
14672026-04-16T04:10:07.269Z Compiling usdt-impl v0.6.0
14682026-04-16T04:10:07.290Z Compiling openssl-probe v0.2.1
14692026-04-16T04:10:07.478Z Compiling dtrace-parser v0.3.0
14702026-04-16T04:10:07.699Z Compiling crossbeam-utils v0.8.21
14712026-04-16T04:10:07.927Z Compiling h2 v0.4.13
14722026-04-16T04:10:08.153Z Compiling futures-executor v0.3.32
14732026-04-16T04:10:08.180Z Compiling openapiv3 v2.2.0
14742026-04-16T04:10:08.343Z Compiling structmeta-derive v0.3.0
14752026-04-16T04:10:08.430Z Compiling regress v0.10.5
14762026-04-16T04:10:08.840Z Compiling thread-id v5.1.0
14772026-04-16T04:10:08.921Z Compiling syn v1.0.109
14782026-04-16T04:10:09.236Z Compiling rustls v0.22.4
14792026-04-16T04:10:09.373Z Compiling structmeta v0.3.0
14802026-04-16T04:10:09.505Z Compiling futures v0.3.32
14812026-04-16T04:10:09.570Z Compiling rand_core v0.9.5
14822026-04-16T04:10:09.770Z Compiling dof v0.4.0
14832026-04-16T04:10:09.927Z Compiling hyper v1.9.0
14842026-04-16T04:10:10.103Z Compiling darling_core v0.23.0
14852026-04-16T04:10:11.210Z Compiling newtype-uuid-macros v0.1.0
14862026-04-16T04:10:11.309Z Compiling thread_local v1.1.9
14872026-04-16T04:10:11.707Z Compiling winnow v0.7.15
14882026-04-16T04:10:11.710Z Compiling aws-lc-rs v1.16.2
14892026-04-16T04:10:11.799Z Compiling match_cfg v0.1.0
14902026-04-16T04:10:11.841Z Compiling hyper-util v0.1.20
14912026-04-16T04:10:12.021Z Compiling newtype-uuid v1.3.2
14922026-04-16T04:10:12.024Z Compiling slog-async v2.8.0
14932026-04-16T04:10:12.302Z Compiling darling_macro v0.23.0
14942026-04-16T04:10:12.313Z Compiling ref-cast v1.0.25
14952026-04-16T04:10:12.369Z Compiling quick-error v1.2.3
14962026-04-16T04:10:12.421Z Compiling daft v0.1.5
14972026-04-16T04:10:12.471Z Compiling usdt-macro v0.6.0
14982026-04-16T04:10:12.655Z Compiling usdt-attr-macro v0.6.0
14992026-04-16T04:10:12.673Z Compiling rand_chacha v0.9.0
15002026-04-16T04:10:12.865Z Compiling darling v0.23.0
15012026-04-16T04:10:12.945Z Compiling ref-cast-impl v1.0.25
15022026-04-16T04:10:13.105Z Compiling strum_macros v0.26.4
15032026-04-16T04:10:13.216Z Compiling serde_spanned v1.1.0
15042026-04-16T04:10:13.365Z Compiling toml_datetime v0.7.5+spec-1.1.0
15052026-04-16T04:10:13.537Z Compiling multer v3.1.0
15062026-04-16T04:10:13.552Z Compiling take_mut v0.2.2
15072026-04-16T04:10:13.607Z Compiling bit-vec v0.8.0
15082026-04-16T04:10:13.655Z Compiling untrusted v0.7.1
15092026-04-16T04:10:13.678Z Compiling toml_writer v1.1.0+spec-1.1.0
15102026-04-16T04:10:13.753Z Compiling debug-ignore v1.0.5
15112026-04-16T04:10:13.777Z Compiling term v1.2.1
15122026-04-16T04:10:13.836Z Compiling bit-set v0.8.0
15132026-04-16T04:10:13.880Z Compiling serde_with_macros v3.18.0
15142026-04-16T04:10:13.892Z Compiling rand v0.9.2
15152026-04-16T04:10:13.988Z Compiling async-stream-impl v0.3.6
15162026-04-16T04:10:14.483Z Compiling dropshot v0.16.7
15172026-04-16T04:10:14.499Z Compiling encoding_rs v0.8.35
15182026-04-16T04:10:14.621Z Compiling mime v0.3.17
15192026-04-16T04:10:14.703Z Compiling unarray v0.1.4
15202026-04-16T04:10:14.737Z Compiling strum v0.26.3
15212026-04-16T04:10:14.810Z Compiling rustls v0.23.37
15222026-04-16T04:10:14.894Z Compiling spin v0.9.8
15232026-04-16T04:10:15.016Z Compiling async-stream v0.3.6
15242026-04-16T04:10:15.049Z Compiling derive-ex v0.1.8
15252026-04-16T04:10:15.117Z Compiling dropshot_endpoint v0.16.7
15262026-04-16T04:10:15.189Z Compiling macaddr v1.0.1
15272026-04-16T04:10:15.216Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15282026-04-16T04:10:15.414Z Compiling waitgroup v0.1.2
15292026-04-16T04:10:15.449Z Compiling serde_path_to_error v0.1.20
15302026-04-16T04:10:15.689Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15312026-04-16T04:10:15.880Z Compiling tempfile v3.27.0
15322026-04-16T04:10:15.880Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15332026-04-16T04:10:16.052Z Compiling tower v0.5.3
15342026-04-16T04:10:16.073Z Compiling strum_macros v0.27.2
15352026-04-16T04:10:16.311Z Compiling instant v0.1.13
15362026-04-16T04:10:16.314Z Compiling time v0.3.47
15372026-04-16T04:10:16.541Z Compiling tower-http v0.6.8
15382026-04-16T04:10:16.733Z Compiling test-strategy v0.4.5
15392026-04-16T04:10:16.767Z Compiling rustc-hash v2.1.2
15402026-04-16T04:10:16.889Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15412026-04-16T04:10:16.975Z Compiling crossbeam-channel v0.5.15
15422026-04-16T04:10:17.934Z Compiling strum v0.27.2
15432026-04-16T04:10:18.021Z Compiling parse-display-derive v0.10.0
15442026-04-16T04:10:18.065Z Compiling rustls-native-certs v0.8.3
15452026-04-16T04:10:18.095Z Compiling backon v1.6.0
15462026-04-16T04:10:18.405Z Compiling rustls-webpki v0.102.8
15472026-04-16T04:10:18.410Z Compiling rand_chacha v0.3.1
15482026-04-16T04:10:19.280Z Compiling rand v0.8.5
15492026-04-16T04:10:19.295Z Compiling slog-json v2.6.1
15502026-04-16T04:10:19.498Z Compiling hostname v0.3.1
15512026-04-16T04:10:19.583Z Compiling toml_parser v1.1.0+spec-1.1.0
15522026-04-16T04:10:19.639Z Compiling memmap2 v0.9.10
15532026-04-16T04:10:19.682Z Compiling wait-timeout v0.2.1
15542026-04-16T04:10:19.855Z Compiling is-terminal v0.4.17
15552026-04-16T04:10:19.939Z Compiling either v1.15.0
15562026-04-16T04:10:19.987Z Compiling toml v0.9.12+spec-1.1.0
15572026-04-16T04:10:20.109Z Compiling slog-term v2.9.2
15582026-04-16T04:10:20.139Z Compiling rusty-fork v0.3.1
15592026-04-16T04:10:20.272Z Compiling usdt v0.6.0
15602026-04-16T04:10:20.495Z Compiling slog-bunyan v2.5.0
15612026-04-16T04:10:20.717Z Compiling tokio-rustls v0.25.0
15622026-04-16T04:10:20.949Z Compiling serde_with v3.18.0
15632026-04-16T04:10:21.061Z Compiling rand_xorshift v0.4.0
15642026-04-16T04:10:21.212Z Compiling sha1 v0.10.6
15652026-04-16T04:10:21.216Z Compiling rustls-pemfile v2.2.0
15662026-04-16T04:10:21.225Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15672026-04-16T04:10:21.421Z Compiling hostname v0.4.2
15682026-04-16T04:10:21.436Z Compiling proptest v1.11.0
15692026-04-16T04:10:21.905Z Compiling iddqd v0.3.17
15702026-04-16T04:10:22.056Z Compiling reqwest v0.12.28
15712026-04-16T04:10:22.701Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15722026-04-16T04:10:23.051Z Compiling progenitor-client v0.10.0
15732026-04-16T04:10:23.539Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15742026-04-16T04:10:23.554Z Compiling parse-display v0.10.0
15752026-04-16T04:10:23.815Z Compiling itertools v0.14.0
15762026-04-16T04:10:23.896Z Compiling backoff v0.4.0
15772026-04-16T04:10:24.109Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15782026-04-16T04:10:24.679Z Compiling toml_datetime v0.6.11
15792026-04-16T04:10:25.239Z Compiling utf8parse v0.2.2
15802026-04-16T04:10:25.297Z Compiling zerocopy-derive v0.7.35
15812026-04-16T04:10:25.349Z Compiling anstyle-parse v1.0.0
15822026-04-16T04:10:25.531Z Compiling is_terminal_polyfill v1.70.2
15832026-04-16T04:10:25.623Z Compiling anstyle-query v1.1.5
15842026-04-16T04:10:25.641Z Compiling colorchoice v1.0.5
15852026-04-16T04:10:25.729Z Compiling anstyle v1.0.14
15862026-04-16T04:10:26.018Z Compiling anstream v1.0.0
15872026-04-16T04:10:26.231Z Compiling zerocopy v0.7.35
15882026-04-16T04:10:26.489Z Compiling convert_case v0.4.0
15892026-04-16T04:10:26.501Z Compiling clap_lex v1.1.0
15902026-04-16T04:10:26.792Z Compiling derive_more v0.99.20
15912026-04-16T04:10:27.329Z Compiling unicode-width v0.2.2
15922026-04-16T04:10:27.423Z Compiling tinyvec_macros v0.1.1
15932026-04-16T04:10:27.492Z Compiling tinyvec v1.11.0
15942026-04-16T04:10:28.169Z Compiling dtrace-parser v0.2.0
15952026-04-16T04:10:28.182Z Compiling serde_spanned v0.6.9
15962026-04-16T04:10:28.326Z Compiling secrecy v0.10.3
15972026-04-16T04:10:28.479Z Compiling scroll_derive v0.12.1
15982026-04-16T04:10:28.920Z Compiling clap_derive v4.6.0
15992026-04-16T04:10:29.036Z Compiling usdt-impl v0.5.0
16002026-04-16T04:10:29.047Z Compiling crucible-workspace-hack v0.1.0
16012026-04-16T04:10:29.087Z Compiling toml_write v0.1.2
16022026-04-16T04:10:29.175Z Compiling scroll v0.12.0
16032026-04-16T04:10:29.271Z Compiling toml_edit v0.22.27
16042026-04-16T04:10:29.781Z Compiling dof v0.3.0
16052026-04-16T04:10:30.127Z Compiling typify-impl v0.6.1
16062026-04-16T04:10:30.191Z Compiling terminal_size v0.4.4
16072026-04-16T04:10:30.226Z Compiling darling_core v0.21.3
16082026-04-16T04:10:30.254Z Compiling rustc_version v0.4.1
16092026-04-16T04:10:30.302Z Compiling thread-id v4.2.2
16102026-04-16T04:10:30.524Z Compiling curve25519-dalek v4.1.3
16112026-04-16T04:10:30.809Z Compiling toml v0.8.23
16122026-04-16T04:10:31.526Z Compiling goblin v0.8.2
16132026-04-16T04:10:31.776Z Compiling crossbeam-epoch v0.9.18
16142026-04-16T04:10:31.893Z Compiling hmac v0.12.1
16152026-04-16T04:10:32.027Z Compiling inout v0.1.4
16162026-04-16T04:10:32.125Z Compiling ff v0.13.1
16172026-04-16T04:10:32.169Z Compiling num-integer v0.1.46
16182026-04-16T04:10:32.401Z Compiling darling_macro v0.21.3
16192026-04-16T04:10:32.571Z Compiling float-ord v0.3.2
16202026-04-16T04:10:32.812Z Compiling group v0.13.0
16212026-04-16T04:10:32.925Z Compiling cipher v0.4.4
16222026-04-16T04:10:32.965Z Compiling hkdf v0.12.4
16232026-04-16T04:10:32.979Z Compiling darling v0.21.3
16242026-04-16T04:10:33.492Z Compiling clap_builder v4.6.0
16252026-04-16T04:10:35.515Z Compiling thiserror-impl-no-std v2.0.2
16262026-04-16T04:10:35.527Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16272026-04-16T04:10:36.141Z Compiling universal-hash v0.5.1
16282026-04-16T04:10:36.291Z Compiling half v2.7.1
16292026-04-16T04:10:36.297Z Compiling crypto-bigint v0.5.5
16302026-04-16T04:10:36.454Z Compiling typify-macro v0.6.1
16312026-04-16T04:10:36.548Z Compiling curve25519-dalek-derive v0.1.1
16322026-04-16T04:10:36.657Z Compiling proc-macro-error-attr v1.0.4
16332026-04-16T04:10:36.973Z Compiling heapless v0.8.0
16342026-04-16T04:10:37.087Z Compiling rustix v0.38.44
16352026-04-16T04:10:37.101Z Compiling ciborium-io v0.2.2
16362026-04-16T04:10:37.194Z Compiling toml_datetime v1.1.0+spec-1.1.0
16372026-04-16T04:10:37.221Z Compiling prettyplease v0.2.37
16382026-04-16T04:10:37.267Z Compiling base16ct v0.2.0
16392026-04-16T04:10:37.408Z Compiling base64ct v1.8.3
16402026-04-16T04:10:37.421Z Compiling opaque-debug v0.3.1
16412026-04-16T04:10:37.432Z Compiling elliptic-curve v0.13.8
16422026-04-16T04:10:37.432Z Compiling toml_edit v0.25.8+spec-1.1.0
16432026-04-16T04:10:37.477Z Compiling poly1305 v0.8.0
16442026-04-16T04:10:37.646Z Compiling password-hash v0.5.0
16452026-04-16T04:10:37.773Z Compiling ciborium-ll v0.2.2
16462026-04-16T04:10:38.038Z Compiling thiserror-no-std v2.0.2
16472026-04-16T04:10:38.126Z Compiling clap v4.6.0
16482026-04-16T04:10:38.620Z Compiling chacha20 v0.9.1
16492026-04-16T04:10:38.654Z Compiling ingot-macros v0.1.1
16502026-04-16T04:10:38.665Z Compiling num-iter v0.1.45
16512026-04-16T04:10:38.665Z Compiling num-rational v0.4.2
16522026-04-16T04:10:38.780Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16532026-04-16T04:10:38.780Z Compiling usdt-attr-macro v0.5.0
16542026-04-16T04:10:38.832Z Compiling usdt-macro v0.5.0
16552026-04-16T04:10:39.269Z Compiling rustls-webpki v0.103.10
16562026-04-16T04:10:39.615Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16572026-04-16T04:10:40.513Z Compiling blake2 v0.10.6
16582026-04-16T04:10:40.602Z Compiling byte-wrapper v0.1.0
16592026-04-16T04:10:41.020Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16602026-04-16T04:10:41.054Z Compiling aead v0.5.2
16612026-04-16T04:10:41.219Z Compiling enum-as-inner v0.6.1
16622026-04-16T04:10:41.354Z Compiling hash32 v0.3.1
16632026-04-16T04:10:41.378Z Compiling num-complex v0.4.6
16642026-04-16T04:10:41.468Z Compiling proc-macro-error v1.0.4
16652026-04-16T04:10:41.509Z Compiling memmap v0.7.0
16662026-04-16T04:10:41.625Z Compiling winnow v0.5.40
16672026-04-16T04:10:41.699Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16682026-04-16T04:10:41.709Z Compiling smoltcp v0.11.0
16692026-04-16T04:10:41.766Z Compiling keccak v0.1.6
16702026-04-16T04:10:41.801Z Compiling data-encoding v2.10.0
16712026-04-16T04:10:41.956Z Compiling sha3 v0.10.8
16722026-04-16T04:10:42.011Z Compiling num v0.4.3
16732026-04-16T04:10:42.084Z Compiling usdt v0.5.0
16742026-04-16T04:10:42.163Z Compiling ingot-types v0.1.2
16752026-04-16T04:10:42.359Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16762026-04-16T04:10:42.591Z Compiling chacha20poly1305 v0.10.1
16772026-04-16T04:10:42.648Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16782026-04-16T04:10:42.703Z Compiling argon2 v0.5.3
16792026-04-16T04:10:42.714Z Compiling typify v0.6.1
16802026-04-16T04:10:42.803Z Compiling vsss-rs v3.3.4
16812026-04-16T04:10:43.051Z Compiling tokio-rustls v0.26.4
16822026-04-16T04:10:43.228Z Compiling rustls-platform-verifier v0.6.2
16832026-04-16T04:10:43.320Z Compiling hyper-rustls v0.27.7
16842026-04-16T04:10:43.617Z Compiling reqwest v0.13.2
16852026-04-16T04:10:44.073Z Compiling toml_edit v0.19.15
16862026-04-16T04:10:44.486Z Compiling proc-macro-crate v3.5.0
16872026-04-16T04:10:44.508Z Compiling ciborium v0.2.2
16882026-04-16T04:10:44.906Z Compiling progenitor-client v0.13.0
16892026-04-16T04:10:45.118Z Compiling tabwriter v1.4.1
16902026-04-16T04:10:45.206Z Compiling progenitor-extras v0.1.1
16912026-04-16T04:10:45.391Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16922026-04-16T04:10:46.108Z Compiling cobs v0.3.0
16932026-04-16T04:10:46.142Z Compiling memoffset v0.9.1
16942026-04-16T04:10:46.223Z Compiling managed v0.8.0
16952026-04-16T04:10:46.311Z Compiling pkg-config v0.3.32
16962026-04-16T04:10:46.382Z Compiling indent_write v2.2.0
16972026-04-16T04:10:46.443Z Compiling vcpkg v0.2.15
16982026-04-16T04:10:46.523Z Compiling bitflags v1.3.2
16992026-04-16T04:10:46.601Z Compiling cfg_aliases v0.2.1
17002026-04-16T04:10:46.680Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17012026-04-16T04:10:46.812Z Compiling unsafe-libyaml v0.2.11
17022026-04-16T04:10:46.921Z Compiling nix v0.31.2
17032026-04-16T04:10:47.030Z Compiling openssl-sys v0.9.112
17042026-04-16T04:10:47.308Z Compiling serde_yaml v0.9.34+deprecated
17052026-04-16T04:10:47.688Z Compiling postcard v1.1.3
17062026-04-16T04:10:48.082Z Compiling proc-macro-crate v1.3.1
17072026-04-16T04:10:48.371Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17082026-04-16T04:10:48.424Z Compiling num_enum_derive v0.7.6
17092026-04-16T04:10:48.869Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17102026-04-16T04:10:48.968Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17112026-04-16T04:10:49.229Z Compiling progenitor-impl v0.13.0
17122026-04-16T04:10:49.470Z Compiling ingot v0.1.1
17132026-04-16T04:10:49.483Z Compiling hubpack_derive v0.1.1
17142026-04-16T04:10:50.009Z Compiling foreign-types-macros v0.2.3
17152026-04-16T04:10:50.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17162026-04-16T04:10:51.128Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17172026-04-16T04:10:51.263Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17182026-04-16T04:10:51.407Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17192026-04-16T04:10:51.576Z Compiling resolv-conf v0.7.6
17202026-04-16T04:10:51.643Z Compiling cpufeatures v0.3.0
17212026-04-16T04:10:51.725Z Compiling heck v0.4.1
17222026-04-16T04:10:51.947Z Compiling swrite v0.1.0
17232026-04-16T04:10:51.968Z Compiling colored v3.1.1
17242026-04-16T04:10:52.035Z Compiling linked-hash-map v0.5.6
17252026-04-16T04:10:52.097Z Compiling static_assertions v1.1.0
17262026-04-16T04:10:52.176Z Compiling semver v0.1.20
17272026-04-16T04:10:52.223Z Compiling rayon-core v1.13.0
17282026-04-16T04:10:52.374Z Compiling foreign-types-shared v0.3.1
17292026-04-16T04:10:52.404Z Compiling rustc_version v0.1.7
17302026-04-16T04:10:52.435Z Compiling lru-cache v0.1.2
17312026-04-16T04:10:52.463Z Compiling foreign-types v0.5.0
17322026-04-16T04:10:52.473Z Compiling chacha20 v0.10.0
17332026-04-16T04:10:52.562Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17342026-04-16T04:10:52.613Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17352026-04-16T04:10:52.740Z Compiling hubpack v0.1.2
17362026-04-16T04:10:52.900Z Compiling progenitor-macro v0.13.0
17372026-04-16T04:10:53.012Z Compiling num_enum v0.7.6
17382026-04-16T04:10:53.050Z Compiling num_enum_derive v0.5.11
17392026-04-16T04:10:53.588Z Compiling hickory-proto v0.24.4
17402026-04-16T04:10:54.019Z Compiling crossbeam-deque v0.8.6
17412026-04-16T04:10:54.089Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17422026-04-16T04:10:54.214Z Compiling serde-big-array v0.5.1
17432026-04-16T04:10:54.358Z Compiling derive-where v1.6.1
17442026-04-16T04:10:54.598Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17452026-04-16T04:10:55.127Z Compiling serde_repr v0.1.20
17462026-04-16T04:10:55.275Z Compiling pin-project-internal v1.1.11
17472026-04-16T04:10:55.406Z Compiling cstr-argument v0.1.2
17482026-04-16T04:10:55.576Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17492026-04-16T04:10:55.654Z Compiling unicode-segmentation v1.13.2
17502026-04-16T04:10:55.719Z Compiling siphasher v1.0.2
17512026-04-16T04:10:55.766Z Compiling minimal-lexical v0.2.1
17522026-04-16T04:10:55.922Z Compiling phf_shared v0.12.1
17532026-04-16T04:10:56.083Z Compiling nom v7.1.3
17542026-04-16T04:10:56.094Z Compiling newline-converter v0.3.0
17552026-04-16T04:10:56.121Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-04-16T04:10:56.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572026-04-16T04:10:56.424Z Compiling pin-project v1.1.11
17582026-04-16T04:10:56.486Z Compiling hickory-resolver v0.24.4
17592026-04-16T04:10:57.343Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17602026-04-16T04:10:57.464Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17612026-04-16T04:10:57.464Z Compiling num_enum v0.5.11
17622026-04-16T04:10:57.464Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17632026-04-16T04:10:57.563Z Compiling rand v0.10.1
17642026-04-16T04:10:57.828Z Compiling newtype_derive v0.1.6
17652026-04-16T04:10:59.621Z Compiling atomicwrites v0.4.4
17662026-04-16T04:10:59.692Z Compiling progenitor v0.13.0
17672026-04-16T04:10:59.743Z Compiling unicode-normalization v0.1.25
17682026-04-16T04:10:59.743Z Compiling console v0.15.11
17692026-04-16T04:10:59.744Z Compiling camino-tempfile v1.4.1
17702026-04-16T04:10:59.744Z Compiling tokio-stream v0.1.18
17712026-04-16T04:10:59.744Z Compiling async-recursion v1.1.1
17722026-04-16T04:10:59.744Z Compiling snafu-derive v0.8.9
17732026-04-16T04:10:59.744Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17742026-04-16T04:10:59.744Z Compiling slog-dtrace v0.3.0
17752026-04-16T04:10:59.744Z Compiling bstr v1.12.1
17762026-04-16T04:10:59.744Z Compiling csv-core v0.1.13
17772026-04-16T04:10:59.744Z Compiling unicode-width v0.1.14
17782026-04-16T04:10:59.744Z Compiling highway v1.3.0
17792026-04-16T04:10:59.744Z Compiling owo-colors v4.3.0
17802026-04-16T04:10:59.744Z Compiling same-file v1.0.6
17812026-04-16T04:10:59.744Z Compiling chrono-tz v0.10.4
17822026-04-16T04:10:59.744Z Compiling cancel-safe-futures v0.1.5
17832026-04-16T04:10:59.744Z Compiling foldhash v0.1.5
17842026-04-16T04:10:59.744Z Compiling foreign-types-shared v0.1.1
17852026-04-16T04:10:59.744Z Compiling unicode-xid v0.2.6
17862026-04-16T04:10:59.767Z Compiling openssl v0.10.76
17872026-04-16T04:10:59.784Z Compiling similar v2.7.0
17882026-04-16T04:10:59.815Z Compiling const_format_proc_macros v0.2.34
17892026-04-16T04:10:59.828Z Compiling hashbrown v0.15.5
17902026-04-16T04:10:59.838Z Compiling foreign-types v0.3.2
17912026-04-16T04:10:59.863Z Compiling walkdir v2.5.0
17922026-04-16T04:10:59.907Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17932026-04-16T04:11:00.057Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17942026-04-16T04:11:00.217Z Compiling expectorate v1.2.0
17952026-04-16T04:11:00.369Z Compiling globset v0.4.18
17962026-04-16T04:11:00.372Z Compiling csv v1.4.0
17972026-04-16T04:11:00.712Z Compiling qorb v0.4.1
17982026-04-16T04:11:00.724Z Compiling snafu v0.8.9
17992026-04-16T04:11:00.991Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18002026-04-16T04:11:01.388Z Compiling olpc-cjson v0.1.4
18012026-04-16T04:11:01.418Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18022026-04-16T04:11:01.875Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18032026-04-16T04:11:02.433Z Compiling rayon v1.11.0
18042026-04-16T04:11:02.543Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18052026-04-16T04:11:02.881Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18062026-04-16T04:11:02.909Z Compiling phf v0.12.1
18072026-04-16T04:11:03.102Z Compiling zone_cfg_derive v0.3.1
18082026-04-16T04:11:03.556Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-04-16T04:11:03.595Z Compiling tokio-dtrace v0.1.1
18102026-04-16T04:11:03.740Z Compiling itertools v0.12.1
18112026-04-16T04:11:03.861Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18122026-04-16T04:11:04.059Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18132026-04-16T04:11:04.197Z Compiling libsw-core v0.3.2
18142026-04-16T04:11:04.223Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18152026-04-16T04:11:04.357Z Compiling serde_plain v1.0.2
18162026-04-16T04:11:04.416Z Compiling openssl-macros v0.1.1
18172026-04-16T04:11:04.435Z Compiling num-derive v0.4.2
18182026-04-16T04:11:04.603Z Compiling pem v3.0.6
18192026-04-16T04:11:04.656Z Compiling cookie v0.18.1
18202026-04-16T04:11:04.656Z Compiling sigpipe v0.1.3
18212026-04-16T04:11:04.664Z Compiling fixedbitset v0.4.2
18222026-04-16T04:11:04.781Z Compiling glob v0.3.3
18232026-04-16T04:11:04.794Z Compiling bytecount v0.6.9
18242026-04-16T04:11:04.883Z Compiling typed-path v0.9.3
18252026-04-16T04:11:04.893Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-16T04:11:04.906Z Compiling jiff v0.2.23
18272026-04-16T04:11:04.929Z Compiling fixedbitset v0.5.7
18282026-04-16T04:11:05.123Z Compiling petgraph v0.8.3
18292026-04-16T04:11:05.227Z Compiling papergrid v0.11.0
18302026-04-16T04:11:05.259Z Compiling zone v0.3.1
18312026-04-16T04:11:05.390Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18322026-04-16T04:11:05.809Z Compiling tough v0.20.0
18332026-04-16T04:11:07.482Z Compiling petgraph v0.6.5
18342026-04-16T04:11:07.520Z Compiling libsw v3.5.0
18352026-04-16T04:11:07.520Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18362026-04-16T04:11:07.520Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18372026-04-16T04:11:07.520Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18382026-04-16T04:11:07.520Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18392026-04-16T04:11:07.622Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18402026-04-16T04:11:08.236Z Compiling oxide-tokio-rt v0.1.3
18412026-04-16T04:11:08.395Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18422026-04-16T04:11:08.574Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18432026-04-16T04:11:08.723Z Compiling const_format v0.2.35
18442026-04-16T04:11:08.954Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-16T04:11:08.966Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18462026-04-16T04:11:09.357Z Compiling tabled_derive v0.7.0
18472026-04-16T04:11:09.457Z Compiling gethostname v0.5.0
18482026-04-16T04:11:09.582Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-16T04:11:09.710Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18502026-04-16T04:11:09.900Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18512026-04-16T04:11:09.916Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-16T04:11:09.965Z Compiling bcs v0.1.6
18532026-04-16T04:11:10.286Z Compiling smf v0.2.3
18542026-04-16T04:11:10.329Z Compiling unicode-linebreak v0.1.5
18552026-04-16T04:11:10.502Z Compiling whoami v1.6.1
18562026-04-16T04:11:10.529Z Compiling tagptr v0.2.0
18572026-04-16T04:11:10.583Z Compiling linear-map v1.2.0
18582026-04-16T04:11:10.678Z Compiling termtree v0.5.1
18592026-04-16T04:11:10.793Z Compiling smawk v0.3.2
18602026-04-16T04:11:10.914Z Compiling lazy_static v1.5.0
18612026-04-16T04:11:10.918Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18622026-04-16T04:11:10.972Z Compiling textwrap v0.16.2
18632026-04-16T04:11:10.994Z Compiling steno v0.4.1
18642026-04-16T04:11:11.039Z Compiling moka v0.12.15
18652026-04-16T04:11:11.221Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18662026-04-16T04:11:11.522Z Compiling tabled v0.15.0
18672026-04-16T04:11:11.850Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18682026-04-16T04:11:11.862Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18692026-04-16T04:11:12.065Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-04-16T04:11:12.912Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18712026-04-16T04:11:13.737Z Compiling hickory-proto v0.25.2
18722026-04-16T04:11:14.256Z Compiling humantime v2.3.0
18732026-04-16T04:11:14.294Z Compiling num-derive v0.3.3
18742026-04-16T04:11:14.538Z Compiling parking_lot_core v0.8.6
18752026-04-16T04:11:14.831Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18762026-04-16T04:11:14.908Z Compiling crc32fast v1.5.0
18772026-04-16T04:11:15.227Z Compiling libscf-sys v1.1.0
18782026-04-16T04:11:15.369Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18792026-04-16T04:11:15.388Z Compiling parking_lot v0.11.2
18802026-04-16T04:11:15.453Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18812026-04-16T04:11:15.488Z Compiling fxhash v0.2.1
18822026-04-16T04:11:15.628Z Compiling hickory-resolver v0.25.2
18832026-04-16T04:11:15.682Z Compiling internet-checksum v0.2.1
18842026-04-16T04:11:15.762Z Compiling sled v0.34.7
18852026-04-16T04:11:15.801Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18862026-04-16T04:11:16.501Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18872026-04-16T04:11:20.498Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18882026-04-16T04:11:27.688Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18892026-04-16T04:11:29.289Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18902026-04-16T04:11:30.381Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18912026-04-16T04:11:31.527Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18922026-04-16T04:11:32.503Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18932026-04-16T04:11:55.711Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
18942026-04-16T04:11:55.890Z────────────
18952026-04-16T04:11:55.890Z Nextest run ID d76a664f-76a0-4e5b-b290-96f7fe53ec77 with nextest profile: default
18962026-04-16T04:11:55.890Z Starting 18 tests across 1 binary (27 tests skipped)
18972026-04-16T04:12:12.102Z PASS [ 16.209s] rdb proptest::prop_ipv6_host_bits_always_unset
18982026-04-16T04:12:12.227Z PASS [ 16.335s] rdb proptest::prop_ipv6_default_contains_all
18992026-04-16T04:12:12.258Z PASS [ 16.366s] rdb proptest::prop_ipv4_length_in_bounds
19002026-04-16T04:12:12.275Z PASS [ 16.384s] rdb proptest::prop_ipv4_default_contains_all
19012026-04-16T04:12:12.279Z PASS [ 16.385s] rdb proptest::prop_ipv4_host_bits_always_unset
19022026-04-16T04:12:12.282Z PASS [ 16.390s] rdb proptest::prop_ipv4_unset_host_bits_idempotent
19032026-04-16T04:12:12.302Z PASS [ 16.409s] rdb proptest::prop_ipv4_within_self
19042026-04-16T04:12:28.305Z PASS [ 16.201s] rdb proptest::prop_ipv6_length_in_bounds
19052026-04-16T04:12:28.454Z PASS [ 16.225s] rdb proptest::prop_ipv6_unset_host_bits_idempotent
19062026-04-16T04:12:28.454Z PASS [ 16.195s] rdb proptest::prop_ipv6_within_self
19072026-04-16T04:12:28.802Z PASS [ 16.521s] rdb proptest::prop_prefix_enum_no_cross_family
19082026-04-16T04:12:37.489Z PASS [ 25.023s] rdb proptest::prop_static_route_key_deduplication
19092026-04-16T04:12:47.391Z PASS [ 35.087s] rdb proptest::prop_static_route_key_normalization_preserves_fields
19102026-04-16T04:12:47.490Z PASS [ 35.206s] rdb proptest::prop_static_route_key_normalization_idempotent
19112026-04-16T04:12:55.903Z SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19122026-04-16T04:13:03.295Z PASS [ 34.988s] rdb proptest::prop_static_route_key_normalization_preserves_length
19132026-04-16T04:13:03.414Z PASS [ 34.958s] rdb proptest::prop_static_route_key_normalized_has_no_host_bits
19142026-04-16T04:13:19.466Z PASS [ 51.009s] rdb proptest::prop_static_route_key_ord_consistency
19152026-04-16T04:13:55.902Z SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19162026-04-16T04:14:55.907Z SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19172026-04-16T04:15:55.913Z SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19182026-04-16T04:16:10.852Z PASS [ 254.938s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip
19192026-04-16T04:16:10.858Z────────────
19202026-04-16T04:16:10.858Z Summary [ 254.939s] 18 tests run: 18 passed (1 slow), 27 skipped
19212026-04-16T04:16:10.869Z+ cp '*.log' /work/
19222026-04-16T04:16:10.881Z+ true
19232026-04-16T04:16:10.881Z+ '[' -d proptest-regressions ']'
19242026-04-16T04:16:10.881Z+ cp -r proptest-regressions /work/rdb-proptest-regressions
19252026-04-16T04:16:10.881Z+ popd
19262026-04-16T04:16:10.881Z+ pushd bgp
19272026-04-16T04:16:10.881Z/work/oxidecomputer/maghemite
19282026-04-16T04:16:10.881Z+ PROPTEST_CASES=1000000
19292026-04-16T04:16:10.881Z+ cargo nextest run --lib proptest
19302026-04-16T04:16:10.881Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
19312026-04-16T04:16:12.027Z Compiling smallvec v1.15.1
19322026-04-16T04:16:12.033Z Compiling serde_json v1.0.149
19332026-04-16T04:16:12.210Z Compiling crunchy v0.2.4
19342026-04-16T04:16:12.224Z Compiling tiny-keccak v2.0.2
19352026-04-16T04:16:12.234Z Compiling smartstring v1.0.1
19362026-04-16T04:16:12.237Z Compiling ahash v0.8.12
19372026-04-16T04:16:12.330Z Compiling icu_normalizer v2.1.1
19382026-04-16T04:16:12.363Z Compiling parking_lot_core v0.9.12
19392026-04-16T04:16:12.527Z Compiling parking_lot_core v0.8.6
19402026-04-16T04:16:12.579Z Compiling parking_lot v0.12.5
19412026-04-16T04:16:12.673Z Compiling idna_adapter v1.2.1
19422026-04-16T04:16:12.804Z Compiling idna v1.1.0
19432026-04-16T04:16:12.874Z Compiling tokio v1.52.0
19442026-04-16T04:16:12.934Z Compiling dof v0.4.0
19452026-04-16T04:16:12.995Z Compiling schemars v0.8.22
19462026-04-16T04:16:13.054Z Compiling openapiv3 v2.2.0
19472026-04-16T04:16:13.135Z Compiling url v2.5.8
19482026-04-16T04:16:13.584Z Compiling slog-json v2.6.1
19492026-04-16T04:16:14.033Z Compiling usdt-impl v0.6.0
19502026-04-16T04:16:14.318Z Compiling slog-bunyan v2.5.0
19512026-04-16T04:16:14.599Z Compiling ipnetwork v0.21.1
19522026-04-16T04:16:14.672Z Compiling newtype-uuid v1.3.2
19532026-04-16T04:16:14.724Z Compiling usdt-macro v0.6.0
19542026-04-16T04:16:14.828Z Compiling oxnet v0.1.4
19552026-04-16T04:16:15.044Z Compiling usdt-attr-macro v0.6.0
19562026-04-16T04:16:15.049Z Compiling serde_with v3.18.0
19572026-04-16T04:16:15.260Z Compiling daft v0.1.5
19582026-04-16T04:16:15.336Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
19592026-04-16T04:16:15.530Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19602026-04-16T04:16:15.868Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19612026-04-16T04:16:16.071Z Compiling iddqd v0.3.17
19622026-04-16T04:16:16.186Z Compiling usdt v0.6.0
19632026-04-16T04:16:16.661Z Compiling tokio-util v0.7.18
19642026-04-16T04:16:16.771Z Compiling tower v0.5.3
19652026-04-16T04:16:16.829Z Compiling tokio-rustls v0.26.4
19662026-04-16T04:16:16.840Z Compiling tokio-rustls v0.25.0
19672026-04-16T04:16:17.060Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19682026-04-16T04:16:17.105Z Compiling backoff v0.4.0
19692026-04-16T04:16:17.225Z Compiling tower-http v0.6.8
19702026-04-16T04:16:17.250Z Compiling h2 v0.4.13
19712026-04-16T04:16:17.585Z Compiling typify-impl v0.6.1
19722026-04-16T04:16:17.590Z Compiling dof v0.3.0
19732026-04-16T04:16:17.942Z Compiling usdt-impl v0.5.0
19742026-04-16T04:16:18.471Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19752026-04-16T04:16:18.674Z Compiling usdt-macro v0.5.0
19762026-04-16T04:16:18.820Z Compiling usdt-attr-macro v0.5.0
19772026-04-16T04:16:19.456Z Compiling hyper v1.9.0
19782026-04-16T04:16:20.388Z Compiling byte-wrapper v0.1.0
19792026-04-16T04:16:20.557Z Compiling hyper-util v0.1.20
19802026-04-16T04:16:20.698Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
19812026-04-16T04:16:20.756Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19822026-04-16T04:16:20.777Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19832026-04-16T04:16:21.160Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19842026-04-16T04:16:21.163Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19852026-04-16T04:16:21.233Z Compiling usdt v0.5.0
19862026-04-16T04:16:21.872Z Compiling hyper-rustls v0.27.7
19872026-04-16T04:16:21.919Z Compiling dropshot v0.16.7
19882026-04-16T04:16:22.183Z Compiling reqwest v0.13.2
19892026-04-16T04:16:22.383Z Compiling reqwest v0.12.28
19902026-04-16T04:16:22.408Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19912026-04-16T04:16:23.850Z Compiling progenitor-client v0.13.0
19922026-04-16T04:16:23.968Z Compiling progenitor-client v0.10.0
19932026-04-16T04:16:24.172Z Compiling progenitor-extras v0.1.1
19942026-04-16T04:16:24.249Z Compiling typify-macro v0.6.1
19952026-04-16T04:16:25.772Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
19962026-04-16T04:16:26.720Z Compiling typify v0.6.1
19972026-04-16T04:16:26.821Z Compiling progenitor-impl v0.13.0
19982026-04-16T04:16:27.051Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
19992026-04-16T04:16:27.154Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20002026-04-16T04:16:27.584Z Compiling hickory-proto v0.24.4
20012026-04-16T04:16:27.902Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20022026-04-16T04:16:27.925Z Compiling tokio-stream v0.1.18
20032026-04-16T04:16:28.407Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20042026-04-16T04:16:28.615Z Compiling tokio-dtrace v0.1.1
20052026-04-16T04:16:28.898Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20062026-04-16T04:16:29.086Z Compiling libsw-core v0.3.2
20072026-04-16T04:16:29.418Z Compiling hickory-resolver v0.24.4
20082026-04-16T04:16:30.433Z Compiling progenitor-macro v0.13.0
20092026-04-16T04:16:30.674Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20102026-04-16T04:16:30.983Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20112026-04-16T04:16:31.085Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20122026-04-16T04:16:31.334Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20132026-04-16T04:16:32.029Z Compiling qorb v0.4.1
20142026-04-16T04:16:32.180Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20152026-04-16T04:16:33.149Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20162026-04-16T04:16:33.468Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20172026-04-16T04:16:33.481Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20182026-04-16T04:16:33.855Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
20192026-04-16T04:16:34.265Z Compiling olpc-cjson v0.1.4
20202026-04-16T04:16:34.426Z Compiling tough v0.20.0
20212026-04-16T04:16:34.863Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
20222026-04-16T04:16:35.369Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20232026-04-16T04:16:35.392Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20242026-04-16T04:16:35.675Z Compiling progenitor v0.13.0
20252026-04-16T04:16:35.834Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20262026-04-16T04:16:36.045Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20272026-04-16T04:16:36.243Z Compiling libsw v3.5.0
20282026-04-16T04:16:36.697Z Compiling oxide-tokio-rt v0.1.3
20292026-04-16T04:16:36.922Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20302026-04-16T04:16:37.036Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20312026-04-16T04:16:37.154Z Compiling slog-dtrace v0.3.0
20322026-04-16T04:16:37.528Z Compiling cancel-safe-futures v0.1.5
20332026-04-16T04:16:37.543Z Compiling zone v0.3.1
20342026-04-16T04:16:37.543Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
20352026-04-16T04:16:37.592Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20362026-04-16T04:16:37.799Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20372026-04-16T04:16:38.179Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20382026-04-16T04:16:38.334Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20392026-04-16T04:16:38.501Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20402026-04-16T04:16:38.657Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20412026-04-16T04:16:38.957Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20422026-04-16T04:16:39.153Z Compiling steno v0.4.1
20432026-04-16T04:16:39.168Z Compiling hickory-proto v0.25.2
20442026-04-16T04:16:39.444Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20452026-04-16T04:16:41.205Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20462026-04-16T04:16:41.731Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20472026-04-16T04:16:42.449Z Compiling moka v0.12.15
20482026-04-16T04:16:42.725Z Compiling parking_lot v0.11.2
20492026-04-16T04:16:42.825Z Compiling const-random-macro v0.1.16
20502026-04-16T04:16:43.133Z Compiling sdd v3.0.10
20512026-04-16T04:16:43.164Z Compiling hickory-resolver v0.25.2
20522026-04-16T04:16:43.231Z Compiling const-random v0.1.18
20532026-04-16T04:16:43.275Z Compiling sled v0.34.7
20542026-04-16T04:16:43.487Z Compiling scc v2.4.0
20552026-04-16T04:16:43.835Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
20562026-04-16T04:16:44.431Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20572026-04-16T04:16:44.454Z Compiling thin-vec v0.2.14
20582026-04-16T04:16:44.699Z Compiling serial_test_derive v3.4.0
20592026-04-16T04:16:44.709Z Compiling rhai_codegen v3.1.0
20602026-04-16T04:16:44.876Z Compiling yansi v1.0.1
20612026-04-16T04:16:45.186Z Compiling diff v0.1.13
20622026-04-16T04:16:45.382Z Compiling serial_test v3.4.0
20632026-04-16T04:16:45.454Z Compiling pretty_assertions v1.4.1
20642026-04-16T04:16:45.477Z Compiling nom v8.0.0
20652026-04-16T04:16:45.862Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20662026-04-16T04:16:45.862Z Compiling rhai v1.24.0
20672026-04-16T04:16:46.130Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20682026-04-16T04:16:50.717Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20692026-04-16T04:16:58.374Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20702026-04-16T04:16:59.983Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20712026-04-16T04:17:01.131Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
20722026-04-16T04:17:02.257Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
20732026-04-16T04:17:03.029Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
20742026-04-16T04:17:05.413Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
20752026-04-16T04:17:39.541Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
20762026-04-16T04:17:39.741Z────────────
20772026-04-16T04:17:39.741Z Nextest run ID c6b53f7c-1e19-458b-a7fc-00f1538b7115 with nextest profile: default
20782026-04-16T04:17:39.741Z Starting 18 tests across 1 binary (132 tests skipped)
20792026-04-16T04:17:57.009Z PASS [ 16.426s] bgp proptest::prop_ipv4_wire_format_roundtrip
20802026-04-16T04:17:58.077Z PASS [ 18.463s] bgp proptest::prop_ipv4_withdrawn_roundtrip
20812026-04-16T04:17:58.099Z PASS [ 18.489s] bgp proptest::prop_ipv4_prefixes_roundtrip
20822026-04-16T04:17:59.431Z PASS [ 19.829s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
20832026-04-16T04:18:00.051Z PASS [ 20.426s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
20842026-04-16T04:18:08.323Z PASS [ 28.689s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
20852026-04-16T04:18:14.679Z PASS [ 16.358s] bgp proptest::prop_ipv6_wire_format_roundtrip
20862026-04-16T04:18:16.485Z PASS [ 20.245s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
20872026-04-16T04:18:17.909Z PASS [ 19.756s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
20882026-04-16T04:18:18.574Z PASS [ 18.519s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
20892026-04-16T04:18:19.619Z PASS [ 40.007s] bgp proptest::prop_duplicate_attrs_deduplicated
20902026-04-16T04:18:27.820Z PASS [ 19.059s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
20912026-04-16T04:18:33.738Z PASS [ 18.534s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
20922026-04-16T04:18:39.616Z SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence
20932026-04-16T04:18:46.041Z PASS [ 28.157s] bgp proptest::prop_update_mp_unreach_roundtrip
20942026-04-16T04:18:46.331Z PASS [ 66.723s] bgp proptest::prop_encode_decode_semantic_equivalence
20952026-04-16T04:18:59.475Z SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20962026-04-16T04:19:08.084Z PASS [ 68.633s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20972026-04-16T04:19:16.475Z SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip
20982026-04-16T04:19:19.416Z SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip
20992026-04-16T04:19:19.573Z PASS [ 61.022s] bgp proptest::prop_update_traditional_roundtrip
21002026-04-16T04:19:28.812Z PASS [ 72.466s] bgp proptest::prop_update_mp_reach_roundtrip
21012026-04-16T04:19:28.892Z────────────
21022026-04-16T04:19:28.892Z Summary [ 109.138s] 18 tests run: 18 passed (4 slow), 132 skipped
21032026-04-16T04:19:28.892Z+ cp '*.log' /work/
21042026-04-16T04:19:28.892Z+ true
21052026-04-16T04:19:28.892Z+ '[' -d proptest-regressions ']'
21062026-04-16T04:19:28.892Z+ cp -r proptest-regressions /work/bgp-proptest-regressions
21072026-04-16T04:19:28.892Z+ popd
21082026-04-16T04:19:28.892Z/work/oxidecomputer/maghemite
21092026-04-16T04:19:28.892Zprocess exited: duration 736115 ms, exit code 0
 
21102026-04-16T04:19:29.156Zfound 0 output files