01KS4Z1PA96Q8DZW1MB50XV9WE: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KS4Z260Q01JS4H4MNCH3VYMG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:50:48.093Zjob assigned to worker 01KS4Z2D05JF6Z466BWVWXF1P2 [factory aws, i-0e8357eca19df9435] (queued for 50 s)
 
22026-05-21T09:50:55.097Zstarting task 0: "setup"
32026-05-21T09:50:55.101Z++ uname -s
42026-05-21T09:50:55.105Z+ kern=SunOS
52026-05-21T09:50:55.105Z+ build_user=build
62026-05-21T09:50:55.105Z+ build_uid=12345
72026-05-21T09:50:55.105Z+ work_dir=/work
82026-05-21T09:50:55.105Z+ input_dir=/input
92026-05-21T09:50:55.105Z+ [[ 0 == 12345 ]]
102026-05-21T09:50:55.105Z+ case "$kern" in
112026-05-21T09:50:55.105Z+ groupadd -g 12345 build
122026-05-21T09:50:55.108Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:50:57.114Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:50:57.236Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:50:57.239Z+ home_fs=zfs
162026-05-21T09:50:57.239Z+ [[ zfs == autofs ]]
172026-05-21T09:50:57.239Z+ mkdir -p /home/build
182026-05-21T09:50:57.242Z+ chown build:build /home/build /work
192026-05-21T09:50:59.242Z+ chmod 0700 /home/build /work
202026-05-21T09:50:59.246Zprocess exited: duration 4152 ms, exit code 0
 
212026-05-21T09:50:59.252Zstarting task 1: "rust-toolchain"
222026-05-21T09:50:59.258Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:50:59.259Z * rust toolchain channel = "1.94.0"
242026-05-21T09:50:59.259Z * rust toolchain profile = "default"
252026-05-21T09:50:59.259Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-21T09:50:59.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:50:59.259Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T09:50:59.262Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:50:59.262Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:50:59.329Zinfo: downloading installer
312026-05-21T09:51:00.708Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:51:00.708Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:51:00.708Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:51:00.708Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:51:00.720Zinfo: profile set to default
362026-05-21T09:51:00.720Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:51:00.723Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:51:00.848Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:51:00.851Zinfo: downloading 6 components
402026-05-21T09:51:14.780Z
412026-05-21T09:51:14.780Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-21T09:51:14.812Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:51:14.812Z
442026-05-21T09:51:14.812Z
452026-05-21T09:51:14.812ZRust is installed now. Great!
462026-05-21T09:51:14.812Z
472026-05-21T09:51:14.812ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:51:14.812Zenvironment variable. This has not been done automatically.
492026-05-21T09:51:14.812Z
502026-05-21T09:51:14.812ZTo configure your current shell, you need to source
512026-05-21T09:51:14.812Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:51:14.812Z
532026-05-21T09:51:14.812ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:51:14.812Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:51:14.812Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:51:14.812Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:51:14.812Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:51:14.812Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:51:14.812Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:51:14.816Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:51:14.816Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:51:14.912Z+ rustup --version
632026-05-21T09:51:14.918Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:51:14.921Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:51:14.939Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:51:14.942Z+ cargo --version
672026-05-21T09:51:14.951Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:51:14.954Z+ rustc --version
692026-05-21T09:51:14.972Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:51:14.975Zprocess exited: duration 15722 ms, exit code 0
 
712026-05-21T09:51:14.982Zstarting task 2: "authentication"
722026-05-21T09:51:15.001Zprocess exited: duration 18 ms, exit code 0
 
732026-05-21T09:51:15.012Zstarting task 3: "clone repository"
742026-05-21T09:51:15.015Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:51:15.018Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:51:15.058ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:51:26.217Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:51:26.217Z+ git fetch origin d250ae7ce411a976ea6048fe767b6cfd0e70894f
792026-05-21T09:51:26.509ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:51:26.509Z * branch d250ae7ce411a976ea6048fe767b6cfd0e70894f -> FETCH_HEAD
812026-05-21T09:51:26.524Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T09:51:26.528Z++ git branch --show-current
832026-05-21T09:51:26.528Z+ current=main
842026-05-21T09:51:26.528Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T09:51:26.528Z+ git branch -f zl/ddm-internal-dns d250ae7ce411a976ea6048fe767b6cfd0e70894f
862026-05-21T09:51:26.532Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T09:51:26.769ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T09:51:26.772Z+ git reset --hard d250ae7ce411a976ea6048fe767b6cfd0e70894f
892026-05-21T09:51:27.003ZHEAD is now at d250ae7ce merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T09:51:27.006Zprocess exited: duration 11994 ms, exit code 0
 
912026-05-21T09:51:27.013Zstarting task 4: "build"
922026-05-21T09:51:27.019Z+ source .github/buildomat/ci-env.sh
932026-05-21T09:51:27.019Z++ export CARGO_TERM_COLOR=always
942026-05-21T09:51:27.019Z++ CARGO_TERM_COLOR=always
952026-05-21T09:51:27.019Z+ cargo --version
962026-05-21T09:51:27.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T09:51:27.033Z+ rustc --version
982026-05-21T09:51:27.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T09:51:27.057Z+ WORK=/work
1002026-05-21T09:51:27.057Z+ pfexec mkdir -p /work
1012026-05-21T09:51:27.060Z+ pfexec chown build /work
1022026-05-21T09:51:27.064Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T09:51:28.553Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T09:51:28.614Z Startup: Caching catalogs ... Done
1052026-05-21T09:51:28.825ZPlanning: Solver setup ... Done (0.173s)
1062026-05-21T09:51:28.842ZPlanning: Running solver ... Done (0.017s)
1072026-05-21T09:51:28.847ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-21T09:51:28.871ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T09:51:29.307ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T09:51:29.322ZPlanning: Package planning ... Done (0.015s)
1112026-05-21T09:51:29.326ZPlanning: Merging actions ... Done (0.002s)
1122026-05-21T09:51:29.515ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-21T09:51:29.518ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T09:51:30.420ZPlanning: Evaluating mediators ... Done (0.904s)
1152026-05-21T09:51:30.423ZPlanning: Planning completed in 1.78 seconds
1162026-05-21T09:51:30.430Z Packages to install: 2
1172026-05-21T09:51:30.430Z Estimated space available: 156.07 GB
1182026-05-21T09:51:30.430ZEstimated space to be consumed: 19.75 MB
1192026-05-21T09:51:30.430Z Create boot environment: No
1202026-05-21T09:51:30.430ZCreate backup boot environment: No
1212026-05-21T09:51:30.430Z Rebuild boot archive: No
1222026-05-21T09:51:30.434Z
1232026-05-21T09:51:30.434ZChanged packages:
1242026-05-21T09:51:30.434Zhelios
1252026-05-21T09:51:30.434Z developer/build-essential
1262026-05-21T09:51:30.434Z None -> 11-3.0
1272026-05-21T09:51:30.434Z library/libxmlsec1
1282026-05-21T09:51:30.434Z None -> 1.2.35-3.0
1292026-05-21T09:51:30.457Z
1302026-05-21T09:51:30.457ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T09:51:30.932ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-05-21T09:51:31.014Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T09:51:31.052Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T09:51:31.059ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-21T09:51:31.060ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T09:51:31.075ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T09:51:33.666ZFinalize: Creating fast lookup database ... Done (2.569s)
1382026-05-21T09:51:33.741ZFinalize: Reading search index ... Done (0.013s)
1392026-05-21T09:51:33.744ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T09:51:33.832ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T09:51:34.127ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T09:51:34.231ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T09:51:34.235ZPlanning: Consolidating action changes ... Done
1442026-05-21T09:51:34.390ZPlanning: Evaluating mediators ... Done
1452026-05-21T09:51:34.394ZPlanning: Planning completed in 0.26 seconds
1462026-05-21T09:51:34.414Z Mediators to change: 2
1472026-05-21T09:51:34.414Z Create boot environment: No
1482026-05-21T09:51:34.414ZCreate backup boot environment: No
1492026-05-21T09:51:34.486ZFinalize: Updating package state database ... Done
1502026-05-21T09:51:34.486ZFinalize: Updating package cache ... Done
1512026-05-21T09:51:34.497ZFinalize: Updating image state ... Done
1522026-05-21T09:51:36.470ZFinalize: Creating fast lookup database ... Done
1532026-05-21T09:51:36.536ZFinalize: Reading search index ... Done
1542026-05-21T09:51:36.536ZFinalize: Updating search index ... Done
1552026-05-21T09:51:36.631ZFinalize: Updating package cache ... Done
1562026-05-21T09:51:36.920ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T09:51:37.023ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T09:51:37.026ZPlanning: Consolidating action changes ... Done
1592026-05-21T09:51:37.179ZPlanning: Evaluating mediators ... Done
1602026-05-21T09:51:37.182ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T09:51:37.202Z Mediators to change: 1
1622026-05-21T09:51:37.202Z Create boot environment: No
1632026-05-21T09:51:37.202ZCreate backup boot environment: No
1642026-05-21T09:51:37.259ZFinalize: Updating package state database ... Done
1652026-05-21T09:51:37.259ZFinalize: Updating package cache ... Done
1662026-05-21T09:51:37.267ZFinalize: Updating image state ... Done
1672026-05-21T09:51:39.181ZFinalize: Creating fast lookup database ... Done
1682026-05-21T09:51:39.247ZFinalize: Reading search index ... Done
1692026-05-21T09:51:39.250ZFinalize: Updating search index ... Done
1702026-05-21T09:51:39.323ZFinalize: Updating package cache ... Done
1712026-05-21T09:51:39.630ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T09:51:39.630Zapache system 2.4 system
1732026-05-21T09:51:39.630Zclang system 15 system
1742026-05-21T09:51:39.630Zcsh system system illumos
1752026-05-21T09:51:39.630Zctags system system illumos
1762026-05-21T09:51:39.630Zfile vendor vendor darwinsys
1772026-05-21T09:51:39.630Zfile system system illumos
1782026-05-21T09:51:39.630Zgcc vendor 14 vendor
1792026-05-21T09:51:39.630Zgcc system 13 system
1802026-05-21T09:51:39.630Zgcc system 10 system
1812026-05-21T09:51:39.630Zgo system 1.25 system
1822026-05-21T09:51:39.630Zllvm system 15 system
1832026-05-21T09:51:39.630Zmariadb system 11.4 system
1842026-05-21T09:51:39.630Zmta vendor vendor dma
1852026-05-21T09:51:39.630Zopenjdk system 17 system
1862026-05-21T09:51:39.630Zopenjdk system 11 system
1872026-05-21T09:51:39.630Zopenssl vendor 3 vendor
1882026-05-21T09:51:39.631Zperl system 5.40 system
1892026-05-21T09:51:39.631Zpostgresql system 18 system
1902026-05-21T09:51:39.631Zpostgresql system 17 system
1912026-05-21T09:51:39.631Zpython vendor 3 vendor
1922026-05-21T09:51:39.631Zpython system 2 system
1932026-05-21T09:51:39.631Zpython3 vendor 3.13 vendor
1942026-05-21T09:51:39.631Zruby system 3.4 system
1952026-05-21T09:51:39.631Zruby system 3.0 system
1962026-05-21T09:51:39.631Zwords vendor vendor american-english
1972026-05-21T09:51:39.631Zwords system system australian-english
1982026-05-21T09:51:39.631Zwords system system british-english
1992026-05-21T09:51:39.631Zwords system system canadian-english
2002026-05-21T09:51:39.631Zwords system system french
2012026-05-21T09:51:39.631Zwords system system italian
2022026-05-21T09:51:39.631Zwords system system ngerman
2032026-05-21T09:51:39.631Zwords system system ogerman
2042026-05-21T09:51:39.631Zwords system system spanish
2052026-05-21T09:51:39.886ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T09:51:39.886Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T09:51:40.154ZFMRI IFO
2082026-05-21T09:51:40.154Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T09:51:40.155Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T09:51:40.155Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T09:51:40.155Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T09:51:40.155Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T09:51:40.155Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T09:51:40.155Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T09:51:40.155Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T09:51:40.155Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T09:51:40.397Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T09:51:40.675Z Updating crates.io index
2192026-05-21T09:51:40.678Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T09:51:41.166Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T09:51:41.490Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T09:51:41.851Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T09:51:42.860Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T09:51:43.360Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T09:51:44.711Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T09:51:45.507Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T09:51:45.848Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T09:51:46.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T09:51:47.392Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T09:51:47.728Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T09:51:48.005Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T09:51:48.972Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T09:51:49.477Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T09:51:49.767Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T09:51:50.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T09:51:50.487Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T09:51:50.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T09:51:51.313Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T09:51:51.598Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T09:51:51.857Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T09:51:52.240Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T09:51:52.619Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T09:51:53.166Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T09:51:53.534Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T09:51:53.841Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T09:51:54.154Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T09:51:55.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-21T09:51:55.953Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-21T09:51:56.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-21T09:51:56.755Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-21T09:51:57.017Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-21T09:51:57.533Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-21T09:51:57.900Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-21T09:51:58.254Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-21T09:51:58.799Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-21T09:51:59.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-21T09:51:59.305Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-21T09:52:11.613Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-21T09:52:12.060Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-05-21T09:52:13.743Z Downloading crates ...
2612026-05-21T09:52:13.795Z Downloaded byteorder v1.5.0
2622026-05-21T09:52:13.799Z Downloaded bitflags v2.11.0
2632026-05-21T09:52:13.802Z Downloaded anstream v1.0.0
2642026-05-21T09:52:13.806Z Downloaded bytecount v0.6.9
2652026-05-21T09:52:13.806Z Downloaded cargo_metadata v0.21.0
2662026-05-21T09:52:13.809Z Downloaded heck v0.4.1
2672026-05-21T09:52:13.809Z Downloaded equivalent v1.0.2
2682026-05-21T09:52:13.809Z Downloaded crypto-common v0.1.7
2692026-05-21T09:52:13.809Z Downloaded colorchoice v1.0.4
2702026-05-21T09:52:13.812Z Downloaded cargo-platform v0.2.0
2712026-05-21T09:52:13.812Z Downloaded block-buffer v0.10.4
2722026-05-21T09:52:13.818Z Downloaded camino-tempfile v1.4.1
2732026-05-21T09:52:13.821Z Downloaded yoke-derive v0.8.1
2742026-05-21T09:52:13.821Z Downloaded camino v1.2.2
2752026-05-21T09:52:13.821Z Downloaded typeid v1.0.3
2762026-05-21T09:52:13.825Z Downloaded utf8parse v0.2.2
2772026-05-21T09:52:13.825Z Downloaded unicode-xid v0.2.6
2782026-05-21T09:52:13.825Z Downloaded cfg-if v1.0.4
2792026-05-21T09:52:13.825Z Downloaded unicode-ident v1.0.24
2802026-05-21T09:52:13.828Z Downloaded stable_deref_trait v1.2.1
2812026-05-21T09:52:13.828Z Downloaded icu_provider v2.1.1
2822026-05-21T09:52:13.828Z Downloaded unicode-linebreak v0.1.5
2832026-05-21T09:52:13.831Z Downloaded anstyle v1.0.14
2842026-05-21T09:52:13.831Z Downloaded potential_utf v0.1.4
2852026-05-21T09:52:13.831Z Downloaded idna_adapter v1.2.1
2862026-05-21T09:52:13.834Z Downloaded version_check v0.9.5
2872026-05-21T09:52:13.834Z Downloaded zerofrom v0.1.6
2882026-05-21T09:52:13.834Z Downloaded heck v0.5.0
2892026-05-21T09:52:13.834Z Downloaded cpufeatures v0.2.17
2902026-05-21T09:52:13.838Z Downloaded toml_write v0.1.2
2912026-05-21T09:52:13.841Z Downloaded zerofrom-derive v0.1.6
2922026-05-21T09:52:13.841Z Downloaded usdt-macro v0.5.0
2932026-05-21T09:52:13.841Z Downloaded serde-value v0.7.0
2942026-05-21T09:52:13.841Z Downloaded usdt v0.5.0
2952026-05-21T09:52:13.845Z Downloaded zmij v1.0.21
2962026-05-21T09:52:13.845Z Downloaded usdt-attr-macro v0.5.0
2972026-05-21T09:52:13.845Z Downloaded smawk v0.3.2
2982026-05-21T09:52:13.845Z Downloaded ordered-float v2.10.1
2992026-05-21T09:52:13.849Z Downloaded errno v0.3.14
3002026-05-21T09:52:13.849Z Downloaded terminal_size v0.4.3
3012026-05-21T09:52:13.849Z Downloaded plain v0.2.3
3022026-05-21T09:52:13.849Z Downloaded dof v0.3.0
3032026-05-21T09:52:13.849Z Downloaded toml_datetime v0.6.11
3042026-05-21T09:52:13.849Z Downloaded clap_lex v1.0.0
3052026-05-21T09:52:13.852Z Downloaded utf8_iter v1.0.4
3062026-05-21T09:52:13.856Z Downloaded anstyle-query v1.1.5
3072026-05-21T09:52:13.856Z Downloaded zerovec-derive v0.11.2
3082026-05-21T09:52:13.859Z Downloaded yoke v0.8.1
3092026-05-21T09:52:13.860Z Downloaded thread-id v4.2.2
3102026-05-21T09:52:13.860Z Downloaded thiserror-impl v1.0.69
3112026-05-21T09:52:13.862Z Downloaded writeable v0.6.2
3122026-05-21T09:52:13.866Z Downloaded tabled_derive v0.7.0
3132026-05-21T09:52:13.866Z Downloaded form_urlencoded v1.2.2
3142026-05-21T09:52:13.869Z Downloaded usdt-impl v0.5.0
3152026-05-21T09:52:13.869Z Downloaded thiserror v2.0.18
3162026-05-21T09:52:13.874Z Downloaded thiserror-impl v2.0.18
3172026-05-21T09:52:13.877Z Downloaded thiserror v1.0.69
3182026-05-21T09:52:13.877Z Downloaded zerocopy-derive v0.7.35
3192026-05-21T09:52:13.880Z Downloaded strsim v0.11.1
3202026-05-21T09:52:13.881Z Downloaded swrite v0.1.0
3212026-05-21T09:52:13.881Z Downloaded macaddr v1.0.1
3222026-05-21T09:52:13.881Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-21T09:52:13.885Z Downloaded toml v0.8.23
3242026-05-21T09:52:13.885Z Downloaded ucd-trie v0.1.7
3252026-05-21T09:52:13.885Z Downloaded tinystr v0.8.2
3262026-05-21T09:52:13.889Z Downloaded fastrand v2.3.0
3272026-05-21T09:52:13.889Z Downloaded serde_spanned v0.6.9
3282026-05-21T09:52:13.889Z Downloaded itoa v1.0.17
3292026-05-21T09:52:13.889Z Downloaded generic-array v0.14.7
3302026-05-21T09:52:13.889Z Downloaded scroll_derive v0.12.1
3312026-05-21T09:52:13.889Z Downloaded proc-macro-error-attr v1.0.4
3322026-05-21T09:52:13.889Z Downloaded pretty-hex v0.4.1
3332026-05-21T09:52:13.892Z Downloaded percent-encoding v2.3.2
3342026-05-21T09:52:13.892Z Downloaded dtrace-parser v0.2.0
3352026-05-21T09:52:13.892Z Downloaded zerotrie v0.2.3
3362026-05-21T09:52:13.895Z Downloaded fnv v1.0.7
3372026-05-21T09:52:13.895Z Downloaded typenum v1.19.0
3382026-05-21T09:52:13.898Z Downloaded toml_edit v0.22.27
3392026-05-21T09:52:13.898Z Downloaded textwrap v0.16.2
3402026-05-21T09:52:13.901Z Downloaded url v2.5.8
3412026-05-21T09:52:13.901Z Downloaded serde_tokenstream v0.2.3
3422026-05-21T09:52:13.904Z Downloaded fs-err v3.3.0
3432026-05-21T09:52:13.904Z Downloaded displaydoc v0.2.5
3442026-05-21T09:52:13.908Z Downloaded digest v0.10.7
3452026-05-21T09:52:13.908Z Downloaded serde-untagged v0.1.9
3462026-05-21T09:52:13.908Z Downloaded autocfg v1.5.0
3472026-05-21T09:52:13.908Z Downloaded cargo-util-schemas v0.8.2
3482026-05-21T09:52:13.911Z Downloaded synstructure v0.13.2
3492026-05-21T09:52:13.911Z Downloaded cargo_toml v0.21.0
3502026-05-21T09:52:13.914Z Downloaded zerocopy v0.7.35
3512026-05-21T09:52:13.919Z Downloaded zerovec v0.11.5
3522026-05-21T09:52:13.922Z Downloaded sha2 v0.10.9
3532026-05-21T09:52:13.926Z Downloaded scroll v0.12.0
3542026-05-21T09:52:13.926Z Downloaded memmap v0.7.0
3552026-05-21T09:52:13.929Z Downloaded semver v1.0.28
3562026-05-21T09:52:13.932Z Downloaded winnow v0.7.14
3572026-05-21T09:52:13.936Z Downloaded quote v1.0.45
3582026-05-21T09:52:13.939Z Downloaded anstyle-parse v1.0.0
3592026-05-21T09:52:13.939Z Downloaded anyhow v1.0.102
3602026-05-21T09:52:13.942Z Downloaded unicode-width v0.2.0
3612026-05-21T09:52:13.945Z Downloaded unicode-width v0.1.14
3622026-05-21T09:52:13.949Z Downloaded tempfile v3.25.0
3632026-05-21T09:52:13.949Z Downloaded clap_derive v4.6.1
3642026-05-21T09:52:13.953Z Downloaded pest_derive v2.8.6
3652026-05-21T09:52:13.953Z Downloaded icu_properties v2.1.2
3662026-05-21T09:52:13.957Z Downloaded once_cell v1.21.3
3672026-05-21T09:52:13.961Z Downloaded litemap v0.8.1
3682026-05-21T09:52:13.964Z Downloaded smallvec v1.15.1
3692026-05-21T09:52:13.967Z Downloaded clap v4.6.1
3702026-05-21T09:52:13.970Z Downloaded pest_generator v2.8.6
3712026-05-21T09:52:13.970Z Downloaded log v0.4.29
3722026-05-21T09:52:13.973Z Downloaded getrandom v0.4.1
3732026-05-21T09:52:13.976Z Downloaded erased-serde v0.4.9
3742026-05-21T09:52:13.976Z Downloaded papergrid v0.11.0
3752026-05-21T09:52:13.980Z Downloaded serde_derive v1.0.228
3762026-05-21T09:52:13.985Z Downloaded proc-macro2 v1.0.106
3772026-05-21T09:52:13.988Z Downloaded proc-macro-error v1.0.4
3782026-05-21T09:52:13.991Z Downloaded pest_meta v2.8.6
3792026-05-21T09:52:13.991Z Downloaded icu_locale_core v2.1.1
3802026-05-21T09:52:13.994Z Downloaded num-traits v0.2.19
3812026-05-21T09:52:13.997Z Downloaded icu_normalizer_data v2.1.1
3822026-05-21T09:52:13.997Z Downloaded icu_normalizer v2.1.1
3832026-05-21T09:52:14.007Z Downloaded memchr v2.8.0
3842026-05-21T09:52:14.011Z Downloaded serde_core v1.0.228
3852026-05-21T09:52:14.019Z Downloaded indexmap v2.14.0
3862026-05-21T09:52:14.022Z Downloaded icu_collections v2.1.1
3872026-05-21T09:52:14.025Z Downloaded idna v1.1.0
3882026-05-21T09:52:14.030Z Downloaded serde v1.0.228
3892026-05-21T09:52:14.039Z Downloaded hashbrown v0.17.0
3902026-05-21T09:52:14.061Z Downloaded icu_properties_data v2.1.2
3912026-05-21T09:52:14.066Z Downloaded clap_builder v4.6.0
3922026-05-21T09:52:14.070Z Downloaded serde_json v1.0.149
3932026-05-21T09:52:14.074Z Downloaded tabled v0.15.0
3942026-05-21T09:52:14.082Z Downloaded goblin v0.8.2
3952026-05-21T09:52:14.086Z Downloaded pest v2.8.6
3962026-05-21T09:52:14.090Z Downloaded syn v1.0.109
3972026-05-21T09:52:14.094Z Downloaded syn v2.0.117
3982026-05-21T09:52:14.105Z Downloaded rustix v1.1.3
3992026-05-21T09:52:14.134Z Downloaded libc v0.2.185
4002026-05-21T09:52:14.200Z Compiling proc-macro2 v1.0.106
4012026-05-21T09:52:14.200Z Compiling unicode-ident v1.0.24
4022026-05-21T09:52:14.203Z Compiling quote v1.0.45
4032026-05-21T09:52:14.203Z Compiling serde_core v1.0.228
4042026-05-21T09:52:14.203Z Compiling libc v0.2.185
4052026-05-21T09:52:14.203Z Compiling version_check v0.9.5
4062026-05-21T09:52:14.203Z Compiling serde v1.0.228
4072026-05-21T09:52:14.203Z Compiling stable_deref_trait v1.2.1
4082026-05-21T09:52:14.385Z Compiling memchr v2.8.0
4092026-05-21T09:52:14.388Z Compiling zmij v1.0.21
4102026-05-21T09:52:14.388Z Compiling thiserror v1.0.69
4112026-05-21T09:52:14.402Z Compiling autocfg v1.5.0
4122026-05-21T09:52:14.405Z Compiling ucd-trie v0.1.7
4132026-05-21T09:52:14.405Z Compiling itoa v1.0.17
4142026-05-21T09:52:14.405Z Compiling writeable v0.6.2
4152026-05-21T09:52:14.612Z Compiling litemap v0.8.1
4162026-05-21T09:52:14.615Z Compiling rustix v1.1.3
4172026-05-21T09:52:14.691Z Compiling icu_properties_data v2.1.2
4182026-05-21T09:52:14.798Z Compiling icu_normalizer_data v2.1.1
4192026-05-21T09:52:14.849Z Compiling byteorder v1.5.0
4202026-05-21T09:52:14.883Z Compiling pest v2.8.6
4212026-05-21T09:52:14.886Z Compiling bitflags v2.11.0
4222026-05-21T09:52:14.918Z Compiling serde_json v1.0.149
4232026-05-21T09:52:15.157Z Compiling smallvec v1.15.1
4242026-05-21T09:52:15.161Z Compiling num-traits v0.2.19
4252026-05-21T09:52:15.191Z Compiling equivalent v1.0.2
4262026-05-21T09:52:15.226Z Compiling typeid v1.0.3
4272026-05-21T09:52:15.243Z Compiling hashbrown v0.17.0
4282026-05-21T09:52:15.321Z Compiling proc-macro-error-attr v1.0.4
4292026-05-21T09:52:15.342Z Compiling usdt-impl v0.5.0
4302026-05-21T09:52:15.365Z Compiling winnow v0.7.14
4312026-05-21T09:52:15.386Z Compiling syn v1.0.109
4322026-05-21T09:52:15.409Z Compiling toml_write v0.1.2
4332026-05-21T09:52:15.425Z Compiling erased-serde v0.4.9
4342026-05-21T09:52:15.429Z Compiling proc-macro-error v1.0.4
4352026-05-21T09:52:15.492Z Compiling errno v0.3.14
4362026-05-21T09:52:15.559Z Compiling thread-id v4.2.2
4372026-05-21T09:52:15.651Z Compiling log v0.4.29
4382026-05-21T09:52:15.706Z Compiling plain v0.2.3
4392026-05-21T09:52:15.709Z Compiling percent-encoding v2.3.2
4402026-05-21T09:52:15.741Z Compiling utf8_iter v1.0.4
4412026-05-21T09:52:15.814Z Compiling utf8parse v0.2.2
4422026-05-21T09:52:15.832Z Compiling camino v1.2.2
4432026-05-21T09:52:15.848Z Compiling indexmap v2.14.0
4442026-05-21T09:52:15.851Z Compiling getrandom v0.4.1
4452026-05-21T09:52:15.866Z Compiling syn v2.0.117
4462026-05-21T09:52:15.943Z Compiling thiserror v2.0.18
4472026-05-21T09:52:15.947Z Compiling anstyle-parse v1.0.0
4482026-05-21T09:52:15.980Z Compiling form_urlencoded v1.2.2
4492026-05-21T09:52:16.116Z Compiling pest_meta v2.8.6
4502026-05-21T09:52:16.222Z Compiling is_terminal_polyfill v1.70.2
4512026-05-21T09:52:16.242Z Compiling cfg-if v1.0.4
4522026-05-21T09:52:16.261Z Compiling pretty-hex v0.4.1
4532026-05-21T09:52:16.305Z Compiling ordered-float v2.10.1
4542026-05-21T09:52:16.341Z Compiling anstyle v1.0.14
4552026-05-21T09:52:16.341Z Compiling anstyle-query v1.1.5
4562026-05-21T09:52:16.405Z Compiling colorchoice v1.0.4
4572026-05-21T09:52:16.481Z Compiling fs-err v3.3.0
4582026-05-21T09:52:16.512Z Compiling terminal_size v0.4.3
4592026-05-21T09:52:16.544Z Compiling anstream v1.0.0
4602026-05-21T09:52:16.562Z Compiling fnv v1.0.7
4612026-05-21T09:52:16.566Z Compiling heck v0.5.0
4622026-05-21T09:52:16.595Z Compiling clap_lex v1.0.0
4632026-05-21T09:52:16.599Z Compiling unicode-width v0.1.14
4642026-05-21T09:52:16.630Z Compiling heck v0.4.1
4652026-05-21T09:52:16.669Z Compiling anyhow v1.0.102
4662026-05-21T09:52:16.692Z Compiling strsim v0.11.1
4672026-05-21T09:52:16.816Z Compiling semver v1.0.28
4682026-05-21T09:52:16.894Z Compiling fastrand v2.3.0
4692026-05-21T09:52:16.898Z Compiling bytecount v0.6.9
4702026-05-21T09:52:16.914Z Compiling once_cell v1.21.3
4712026-05-21T09:52:16.948Z Compiling unicode-xid v0.2.6
4722026-05-21T09:52:16.999Z Compiling clap_builder v4.6.0
4732026-05-21T09:52:17.068Z Compiling papergrid v0.11.0
4742026-05-21T09:52:17.159Z Compiling tempfile v3.25.0
4752026-05-21T09:52:17.175Z Compiling serde-untagged v0.1.9
4762026-05-21T09:52:17.194Z Compiling memmap v0.7.0
4772026-05-21T09:52:17.212Z Compiling smawk v0.3.2
4782026-05-21T09:52:17.259Z Compiling unicode-width v0.2.0
4792026-05-21T09:52:17.277Z Compiling unicode-linebreak v0.1.5
4802026-05-21T09:52:17.397Z Compiling camino-tempfile v1.4.1
4812026-05-21T09:52:17.425Z Compiling swrite v0.1.0
4822026-05-21T09:52:17.444Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-05-21T09:52:17.544Z Compiling textwrap v0.16.2
4842026-05-21T09:52:17.824Z Compiling tabled_derive v0.7.0
4852026-05-21T09:52:18.408Z Compiling synstructure v0.13.2
4862026-05-21T09:52:18.408Z Compiling pest_generator v2.8.6
4872026-05-21T09:52:18.477Z Compiling tabled v0.15.0
4882026-05-21T09:52:18.970Z Compiling serde_derive v1.0.228
4892026-05-21T09:52:18.976Z Compiling zerofrom-derive v0.1.6
4902026-05-21T09:52:18.976Z Compiling yoke-derive v0.8.1
4912026-05-21T09:52:18.976Z Compiling zerovec-derive v0.11.2
4922026-05-21T09:52:18.976Z Compiling displaydoc v0.2.5
4932026-05-21T09:52:18.976Z Compiling thiserror-impl v1.0.69
4942026-05-21T09:52:18.976Z Compiling zerocopy-derive v0.7.35
4952026-05-21T09:52:18.976Z Compiling scroll_derive v0.12.1
4962026-05-21T09:52:18.976Z Compiling thiserror-impl v2.0.18
4972026-05-21T09:52:19.004Z Compiling clap_derive v4.6.1
4982026-05-21T09:52:19.088Z Compiling pest_derive v2.8.6
4992026-05-21T09:52:19.696Z Compiling scroll v0.12.0
5002026-05-21T09:52:19.824Z Compiling zerocopy v0.7.35
5012026-05-21T09:52:19.985Z Compiling goblin v0.8.2
5022026-05-21T09:52:20.255Z Compiling zerofrom v0.1.6
5032026-05-21T09:52:20.255Z Compiling dtrace-parser v0.2.0
5042026-05-21T09:52:20.331Z Compiling yoke v0.8.1
5052026-05-21T09:52:20.431Z Compiling zerovec v0.11.5
5062026-05-21T09:52:20.460Z Compiling zerotrie v0.2.3
5072026-05-21T09:52:20.460Z Compiling clap v4.6.1
5082026-05-21T09:52:20.804Z Compiling tinystr v0.8.2
5092026-05-21T09:52:20.804Z Compiling potential_utf v0.1.4
5102026-05-21T09:52:20.930Z Compiling icu_collections v2.1.1
5112026-05-21T09:52:20.954Z Compiling icu_locale_core v2.1.1
5122026-05-21T09:52:21.498Z Compiling icu_provider v2.1.1
5132026-05-21T09:52:21.546Z Compiling dof v0.3.0
5142026-05-21T09:52:21.546Z Compiling serde_tokenstream v0.2.3
5152026-05-21T09:52:21.562Z Compiling toml_datetime v0.6.11
5162026-05-21T09:52:21.567Z Compiling serde_spanned v0.6.9
5172026-05-21T09:52:21.567Z Compiling serde-value v0.7.0
5182026-05-21T09:52:21.567Z Compiling cargo-platform v0.2.0
5192026-05-21T09:52:21.567Z Compiling macaddr v1.0.1
5202026-05-21T09:52:21.789Z Compiling icu_properties v2.1.2
5212026-05-21T09:52:21.789Z Compiling icu_normalizer v2.1.1
5222026-05-21T09:52:21.861Z Compiling toml_edit v0.22.27
5232026-05-21T09:52:22.333Z Compiling usdt-macro v0.5.0
5242026-05-21T09:52:22.333Z Compiling usdt-attr-macro v0.5.0
5252026-05-21T09:52:22.606Z Compiling idna_adapter v1.2.1
5262026-05-21T09:52:22.720Z Compiling idna v1.1.0
5272026-05-21T09:52:22.903Z Compiling usdt v0.5.0
5282026-05-21T09:52:22.949Z Compiling url v2.5.8
5292026-05-21T09:52:23.115Z Compiling toml v0.8.23
5302026-05-21T09:52:23.444Z Compiling cargo-util-schemas v0.8.2
5312026-05-21T09:52:23.444Z Compiling cargo_toml v0.21.0
5322026-05-21T09:52:24.212Z Compiling cargo_metadata v0.21.0
5332026-05-21T09:52:25.128Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-21T09:52:27.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s
5352026-05-21T09:52:27.492Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-21T09:52:28.063Z Downloading crates ...
5372026-05-21T09:52:28.155Z Downloaded bb8 v0.8.6
5382026-05-21T09:52:28.165Z Downloaded arrayref v0.3.9
5392026-05-21T09:52:28.169Z Downloaded bitfield-struct v0.6.2
5402026-05-21T09:52:28.172Z Downloaded bit-set v0.5.3
5412026-05-21T09:52:28.172Z Downloaded array-init v0.0.4
5422026-05-21T09:52:28.172Z Downloaded bit-vec v0.6.3
5432026-05-21T09:52:28.175Z Downloaded crossbeam-utils v0.8.21
5442026-05-21T09:52:28.175Z Downloaded async-stream-impl v0.3.6
5452026-05-21T09:52:28.175Z Downloaded crc-catalog v2.4.0
5462026-05-21T09:52:28.180Z Downloaded crc-any v2.5.0
5472026-05-21T09:52:28.180Z Downloaded async-stream v0.3.6
5482026-05-21T09:52:28.189Z Downloaded cobs v0.3.0
5492026-05-21T09:52:28.192Z Downloaded defmt v1.0.1
5502026-05-21T09:52:28.196Z Downloaded dof v0.4.0
5512026-05-21T09:52:28.196Z Downloaded derive_builder_core v0.20.2
5522026-05-21T09:52:28.196Z Downloaded defmt v0.3.100
5532026-05-21T09:52:28.199Z Downloaded derive_more v0.99.20
5542026-05-21T09:52:28.200Z Downloaded atty v0.2.14
5552026-05-21T09:52:28.200Z Downloaded bcrypt-pbkdf v0.10.0
5562026-05-21T09:52:28.202Z Downloaded debug-ignore v1.0.5
5572026-05-21T09:52:28.202Z Downloaded atomic-waker v1.1.2
5582026-05-21T09:52:28.205Z Downloaded bitfield-macros v0.19.4
5592026-05-21T09:52:28.205Z Downloaded derive_builder_macro v0.20.2
5602026-05-21T09:52:28.205Z Downloaded bit-set v0.8.0
5612026-05-21T09:52:28.205Z Downloaded bcs v0.1.6
5622026-05-21T09:52:28.209Z Downloaded async-recursion v1.1.1
5632026-05-21T09:52:28.212Z Downloaded erased-serde v0.3.31
5642026-05-21T09:52:28.212Z Downloaded crc v3.4.0
5652026-05-21T09:52:28.212Z Downloaded cfg_aliases v0.1.1
5662026-05-21T09:52:28.217Z Downloaded dtrace-parser v0.3.0
5672026-05-21T09:52:28.217Z Downloaded aead v0.5.2
5682026-05-21T09:52:28.217Z Downloaded anstream v0.6.21
5692026-05-21T09:52:28.220Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-05-21T09:52:28.220Z Downloaded dyn-clone v1.0.20
5712026-05-21T09:52:28.220Z Downloaded crc8 v0.1.1
5722026-05-21T09:52:28.220Z Downloaded atomicwrites v0.4.4
5732026-05-21T09:52:28.224Z Downloaded adler2 v2.0.1
5742026-05-21T09:52:28.224Z Downloaded difflib v0.4.0
5752026-05-21T09:52:28.224Z Downloaded darling_macro v0.21.3
5762026-05-21T09:52:28.224Z Downloaded document-features v0.2.12
5772026-05-21T09:52:28.224Z Downloaded ciborium-io v0.2.2
5782026-05-21T09:52:28.224Z Downloaded cstr-argument v0.1.2
5792026-05-21T09:52:28.227Z Downloaded compression-core v0.4.31
5802026-05-21T09:52:28.227Z Downloaded crucible-workspace-hack v0.1.0
5812026-05-21T09:52:28.227Z Downloaded display-error-chain v0.2.2
5822026-05-21T09:52:28.227Z Downloaded defmt-parser v1.0.0
5832026-05-21T09:52:28.228Z Downloaded cfg_aliases v0.2.1
5842026-05-21T09:52:28.233Z Downloaded cargo-platform v0.1.9
5852026-05-21T09:52:28.233Z Downloaded base16ct v0.2.0
5862026-05-21T09:52:28.233Z Downloaded darling_macro v0.20.11
5872026-05-21T09:52:28.233Z Downloaded ed25519 v2.2.3
5882026-05-21T09:52:28.233Z Downloaded assert_matches v1.5.0
5892026-05-21T09:52:28.233Z Downloaded ctr v0.9.2
5902026-05-21T09:52:28.241Z Downloaded cpufeatures v0.3.0
5912026-05-21T09:52:28.245Z Downloaded embedded-io v0.4.0
5922026-05-21T09:52:28.245Z Downloaded downcast-rs v2.0.2
5932026-05-21T09:52:28.245Z Downloaded convert_case v0.4.0
5942026-05-21T09:52:28.245Z Downloaded ascii-canvas v3.0.0
5952026-05-21T09:52:28.245Z Downloaded dirs-sys-next v0.1.2
5962026-05-21T09:52:28.246Z Downloaded dirs-next v2.0.0
5972026-05-21T09:52:28.246Z Downloaded ciborium-ll v0.2.2
5982026-05-21T09:52:28.246Z Downloaded castaway v0.2.4
5992026-05-21T09:52:28.246Z Downloaded float-cmp v0.10.0
6002026-05-21T09:52:28.250Z Downloaded endian-type v0.1.2
6012026-05-21T09:52:28.250Z Downloaded fixedbitset v0.4.2
6022026-05-21T09:52:28.250Z Downloaded darling_macro v0.23.0
6032026-05-21T09:52:28.256Z Downloaded cbc v0.1.2
6042026-05-21T09:52:28.259Z Downloaded curve25519-dalek-derive v0.1.1
6052026-05-21T09:52:28.260Z Downloaded anstyle-parse v0.2.7
6062026-05-21T09:52:28.260Z Downloaded bitflags v1.3.2
6072026-05-21T09:52:28.264Z Downloaded foreign-types v0.5.0
6082026-05-21T09:52:28.264Z Downloaded env_filter v1.0.0
6092026-05-21T09:52:28.278Z Downloaded futures-sink v0.3.32
6102026-05-21T09:52:28.278Z Downloaded futures-macro v0.3.32
6112026-05-21T09:52:28.278Z Downloaded float-ord v0.3.2
6122026-05-21T09:52:28.278Z Downloaded foreign-types-shared v0.3.1
6132026-05-21T09:52:28.278Z Downloaded foreign-types-shared v0.1.1
6142026-05-21T09:52:28.281Z Downloaded foreign-types-macros v0.2.3
6152026-05-21T09:52:28.281Z Downloaded ghash v0.5.1
6162026-05-21T09:52:28.281Z Downloaded flagset v0.4.7
6172026-05-21T09:52:28.281Z Downloaded convert_case v0.10.0
6182026-05-21T09:52:28.282Z Downloaded enum-as-inner v0.6.1
6192026-05-21T09:52:28.282Z Downloaded derive-ex v0.1.8
6202026-05-21T09:52:28.282Z Downloaded defmt-macros v1.0.1
6212026-05-21T09:52:28.282Z Downloaded embedded-io v0.6.1
6222026-05-21T09:52:28.282Z Downloaded fallible-iterator v0.2.0
6232026-05-21T09:52:28.282Z Downloaded bitfield v0.19.4
6242026-05-21T09:52:28.284Z Downloaded darling_core v0.21.3
6252026-05-21T09:52:28.288Z Downloaded dropshot-api-manager-types v0.7.1
6262026-05-21T09:52:28.288Z Downloaded crc32fast v1.5.0
6272026-05-21T09:52:28.288Z Downloaded byte-wrapper v0.1.0
6282026-05-21T09:52:28.293Z Downloaded backoff v0.4.0
6292026-05-21T09:52:28.293Z Downloaded deranged v0.5.8
6302026-05-21T09:52:28.293Z Downloaded critical-section v1.2.0
6312026-05-21T09:52:28.293Z Downloaded const_format_proc_macros v0.2.34
6322026-05-21T09:52:28.296Z Downloaded cargo_metadata v0.19.2
6332026-05-21T09:52:28.296Z Downloaded funty v2.0.0
6342026-05-21T09:52:28.299Z Downloaded compression-codecs v0.4.37
6352026-05-21T09:52:28.299Z Downloaded fxhash v0.2.1
6362026-05-21T09:52:28.306Z Downloaded futures-task v0.3.32
6372026-05-21T09:52:28.306Z Downloaded futures-core v0.3.32
6382026-05-21T09:52:28.306Z Downloaded chacha20 v0.9.1
6392026-05-21T09:52:28.306Z Downloaded camino-tempfile-ext v0.3.3
6402026-05-21T09:52:28.306Z Downloaded constant_time_eq v0.4.2
6412026-05-21T09:52:28.306Z Downloaded globwalk v0.9.1
6422026-05-21T09:52:28.309Z Downloaded hex v0.4.3
6432026-05-21T09:52:28.309Z Downloaded git-stub v1.0.0
6442026-05-21T09:52:28.309Z Downloaded chacha20 v0.10.0
6452026-05-21T09:52:28.313Z Downloaded filetime v0.2.27
6462026-05-21T09:52:28.313Z Downloaded ahash v0.8.12
6472026-05-21T09:52:28.313Z Downloaded env_logger v0.11.9
6482026-05-21T09:52:28.316Z Downloaded foldhash v0.1.5
6492026-05-21T09:52:28.316Z Downloaded fixedbitset v0.5.7
6502026-05-21T09:52:28.319Z Downloaded colored v3.1.1
6512026-05-21T09:52:28.319Z Downloaded headers-core v0.3.0
6522026-05-21T09:52:28.322Z Downloaded hash32 v0.3.1
6532026-05-21T09:52:28.322Z Downloaded ecdsa v0.16.9
6542026-05-21T09:52:28.322Z Downloaded dsl_auto_type v0.2.0
6552026-05-21T09:52:28.325Z Downloaded hash32 v0.2.1
6562026-05-21T09:52:28.325Z Downloaded hex-literal v0.4.1
6572026-05-21T09:52:28.325Z Downloaded foreign-types v0.3.2
6582026-05-21T09:52:28.328Z Downloaded foldhash v0.2.0
6592026-05-21T09:52:28.328Z Downloaded ff v0.13.1
6602026-05-21T09:52:28.328Z Downloaded find-msvc-tools v0.1.9
6612026-05-21T09:52:28.331Z Downloaded diesel-dtrace v0.5.0
6622026-05-21T09:52:28.331Z Downloaded daft-derive v0.1.7
6632026-05-21T09:52:28.334Z Downloaded http-range v0.1.5
6642026-05-21T09:52:28.334Z Downloaded http-body v1.0.1
6652026-05-21T09:52:28.334Z Downloaded csv-core v0.1.13
6662026-05-21T09:52:28.337Z Downloaded fd-lock v4.0.4
6672026-05-21T09:52:28.337Z Downloaded hyper-tls v0.6.0
6682026-05-21T09:52:28.337Z Downloaded cookie_store v0.22.1
6692026-05-21T09:52:28.340Z Downloaded console v0.15.11
6702026-05-21T09:52:28.344Z Downloaded buf-list v1.1.2
6712026-05-21T09:52:28.344Z Downloaded cookie v0.18.1
6722026-05-21T09:52:28.347Z Downloaded derive_builder v0.20.2
6732026-05-21T09:52:28.350Z Downloaded hostname v0.3.1
6742026-05-21T09:52:28.350Z Downloaded const-oid v0.9.6
6752026-05-21T09:52:28.350Z Downloaded colored v2.2.0
6762026-05-21T09:52:28.353Z Downloaded cassowary v0.3.0
6772026-05-21T09:52:28.353Z Downloaded cancel-safe-futures v0.1.5
6782026-05-21T09:52:28.356Z Downloaded des v0.8.1
6792026-05-21T09:52:28.359Z Downloaded httpdate v1.0.3
6802026-05-21T09:52:28.359Z Downloaded globset v0.4.18
6812026-05-21T09:52:28.359Z Downloaded ident_case v1.0.1
6822026-05-21T09:52:28.362Z Downloaded hubpack_derive v0.1.1
6832026-05-21T09:52:28.362Z Downloaded hubpack v0.1.2
6842026-05-21T09:52:28.362Z Downloaded illumos-nvpair v0.3.0
6852026-05-21T09:52:28.362Z Downloaded git-stub-vcs v0.1.0
6862026-05-21T09:52:28.365Z Downloaded indent_write v2.2.0
6872026-05-21T09:52:28.365Z Downloaded corncobs v0.1.4
6882026-05-21T09:52:28.365Z Downloaded bzip2 v0.4.4
6892026-05-21T09:52:28.368Z Downloaded derive-where v1.6.0
6902026-05-21T09:52:28.370Z Downloaded glob v0.3.3
6912026-05-21T09:52:28.370Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-21T09:52:28.370Z Downloaded futures-executor v0.3.32
6932026-05-21T09:52:28.373Z Downloaded ciborium v0.2.2
6942026-05-21T09:52:28.373Z Downloaded indoc v1.0.9
6952026-05-21T09:52:28.376Z Downloaded internet-checksum v0.2.1
6962026-05-21T09:52:28.376Z Downloaded instant v0.1.13
6972026-05-21T09:52:28.376Z Downloaded is-terminal v0.4.17
6982026-05-21T09:52:28.380Z Downloaded inout v0.1.4
6992026-05-21T09:52:28.380Z Downloaded group v0.13.0
7002026-05-21T09:52:28.380Z Downloaded der v0.7.10
7012026-05-21T09:52:28.383Z Downloaded is_ci v1.2.0
7022026-05-21T09:52:28.383Z Downloaded darling v0.20.11
7032026-05-21T09:52:28.385Z Downloaded futures-channel v0.3.32
7042026-05-21T09:52:28.388Z Downloaded fs-err v2.11.0
7052026-05-21T09:52:28.388Z Downloaded darling v0.23.0
7062026-05-21T09:52:28.391Z Downloaded http-body-util v0.1.3
7072026-05-21T09:52:28.393Z Downloaded either v1.15.0
7082026-05-21T09:52:28.393Z Downloaded highway v1.3.0
7092026-05-21T09:52:28.396Z Downloaded drift v0.1.4
7102026-05-21T09:52:28.400Z Downloaded linked-hash-map v0.5.6
7112026-05-21T09:52:28.404Z Downloaded lazy_static v1.5.0
7122026-05-21T09:52:28.404Z Downloaded lru-cache v0.1.2
7132026-05-21T09:52:28.404Z Downloaded lalrpop-util v0.19.12
7142026-05-21T09:52:28.406Z Downloaded maplit v1.0.2
7152026-05-21T09:52:28.406Z Downloaded keccak v0.1.6
7162026-05-21T09:52:28.406Z Downloaded kstat-rs v0.2.4
7172026-05-21T09:52:28.409Z Downloaded data-encoding v2.10.0
7182026-05-21T09:52:28.410Z Downloaded ena v0.14.4
7192026-05-21T09:52:28.410Z Downloaded humantime v2.3.0
7202026-05-21T09:52:28.412Z Downloaded diff v0.1.13
7212026-05-21T09:52:28.412Z Downloaded backon v1.6.0
7222026-05-21T09:52:28.415Z Downloaded libscf-sys v1.1.0
7232026-05-21T09:52:28.415Z Downloaded home v0.5.12
7242026-05-21T09:52:28.415Z Downloaded darling v0.21.3
7252026-05-21T09:52:28.418Z Downloaded lzss v0.8.2
7262026-05-21T09:52:28.420Z Downloaded crossbeam-epoch v0.9.18
7272026-05-21T09:52:28.423Z Downloaded lru-slab v0.1.2
7282026-05-21T09:52:28.423Z Downloaded console v0.16.2
7292026-05-21T09:52:28.423Z Downloaded clang-sys v1.8.1
7302026-05-21T09:52:28.426Z Downloaded memoffset v0.9.1
7312026-05-21T09:52:28.426Z Downloaded managed v0.8.0
7322026-05-21T09:52:28.428Z Downloaded multimap v0.10.1
7332026-05-21T09:52:28.429Z Downloaded lru v0.12.5
7342026-05-21T09:52:28.429Z Downloaded ingot-types v0.1.2
7352026-05-21T09:52:28.431Z Downloaded impl-trait-for-tuples v0.2.3
7362026-05-21T09:52:28.431Z Downloaded mime v0.3.17
7372026-05-21T09:52:28.434Z Downloaded maybe-uninit v2.0.0
7382026-05-21T09:52:28.435Z Downloaded crossterm v0.28.1
7392026-05-21T09:52:28.437Z Downloaded const_format v0.2.35
7402026-05-21T09:52:28.440Z Downloaded nibble_vec v0.1.0
7412026-05-21T09:52:28.445Z Downloaded instability v0.3.11
7422026-05-21T09:52:28.445Z Downloaded ingot v0.1.1
7432026-05-21T09:52:28.445Z Downloaded indoc v2.0.7
7442026-05-21T09:52:28.448Z Downloaded newline-converter v0.3.0
7452026-05-21T09:52:28.448Z Downloaded ipnetwork v0.21.1
7462026-05-21T09:52:28.448Z Downloaded normalize-line-endings v0.3.0
7472026-05-21T09:52:28.448Z Downloaded nonempty v0.12.0
7482026-05-21T09:52:28.448Z Downloaded ipnet v2.11.0
7492026-05-21T09:52:28.453Z Downloaded newtype_derive v0.1.6
7502026-05-21T09:52:28.453Z Downloaded newtype-uuid-macros v0.1.0
7512026-05-21T09:52:28.453Z Downloaded num-conv v0.2.0
7522026-05-21T09:52:28.453Z Downloaded nodrop v0.1.14
7532026-05-21T09:52:28.453Z Downloaded num-derive v0.4.2
7542026-05-21T09:52:28.456Z Downloaded new_debug_unreachable v1.0.6
7552026-05-21T09:52:28.456Z Downloaded num v0.4.3
7562026-05-21T09:52:28.456Z Downloaded getrandom v0.2.17
7572026-05-21T09:52:28.459Z Downloaded libefi-sys v0.1.0
7582026-05-21T09:52:28.459Z Downloaded fatfs v0.3.6
7592026-05-21T09:52:28.463Z Downloaded getrandom v0.3.4
7602026-05-21T09:52:28.463Z Downloaded dropshot_endpoint v0.17.0
7612026-05-21T09:52:28.466Z Downloaded dropshot_endpoint v0.16.7
7622026-05-21T09:52:28.472Z Downloaded fs_extra v1.3.0
7632026-05-21T09:52:28.472Z Downloaded compact_str v0.8.1
7642026-05-21T09:52:28.472Z Downloaded num-derive v0.3.3
7652026-05-21T09:52:28.472Z Downloaded linear-map v1.2.0
7662026-05-21T09:52:28.472Z Downloaded num-iter v0.1.45
7672026-05-21T09:52:28.476Z Downloaded allocator-api2 v0.2.21
7682026-05-21T09:52:28.476Z Downloaded opaque-debug v0.3.1
7692026-05-21T09:52:28.476Z Downloaded olpc-cjson v0.1.4
7702026-05-21T09:52:28.478Z Downloaded num_threads v0.1.7
7712026-05-21T09:52:28.479Z Downloaded hmac v0.12.1
7722026-05-21T09:52:28.479Z Downloaded libloading v0.8.9
7732026-05-21T09:52:28.484Z Downloaded libsw-core v0.3.2
7742026-05-21T09:52:28.484Z Downloaded bytes v1.11.1
7752026-05-21T09:52:28.484Z Downloaded openssl-probe v0.1.6
7762026-05-21T09:52:28.488Z Downloaded openssl-macros v0.1.1
7772026-05-21T09:52:28.488Z Downloaded blake2 v0.10.6
7782026-05-21T09:52:28.488Z Downloaded libsw v3.5.0
7792026-05-21T09:52:28.497Z Downloaded elliptic-curve v0.13.8
7802026-05-21T09:52:28.497Z Downloaded iana-time-zone v0.1.65
7812026-05-21T09:52:28.497Z Downloaded md-5 v0.10.6
7822026-05-21T09:52:28.497Z Downloaded httparse v1.10.1
7832026-05-21T09:52:28.497Z Downloaded openssl-probe v0.2.1
7842026-05-21T09:52:28.497Z Downloaded multer v3.1.0
7852026-05-21T09:52:28.500Z Downloaded mime_guess v2.0.5
7862026-05-21T09:52:28.500Z Downloaded lock_api v0.4.14
7872026-05-21T09:52:28.500Z Downloaded darling_core v0.23.0
7882026-05-21T09:52:28.503Z Downloaded oso-derive v0.27.3
7892026-05-21T09:52:28.504Z Downloaded pbkdf2 v0.11.0
7902026-05-21T09:52:28.509Z Downloaded packed_struct_codegen v0.10.1
7912026-05-21T09:52:28.509Z Downloaded arc-swap v1.8.2
7922026-05-21T09:52:28.513Z Downloaded ingot-macros v0.1.1
7932026-05-21T09:52:28.514Z Downloaded nanorand v0.7.0
7942026-05-21T09:52:28.514Z Downloaded newtype-uuid v1.3.2
7952026-05-21T09:52:28.514Z Downloaded native-tls v0.2.18
7962026-05-21T09:52:28.516Z Downloaded hyper-rustls v0.27.7
7972026-05-21T09:52:28.516Z Downloaded half v2.7.1
7982026-05-21T09:52:28.516Z Downloaded half v1.8.3
7992026-05-21T09:52:28.520Z Downloaded num_enum_derive v0.5.11
8002026-05-21T09:52:28.520Z Downloaded pbkdf2 v0.12.2
8012026-05-21T09:52:28.520Z Downloaded parse-size v1.1.0
8022026-05-21T09:52:28.523Z Downloaded peg-runtime v0.8.5
8032026-05-21T09:52:28.523Z Downloaded path-slash v0.1.5
8042026-05-21T09:52:28.523Z Downloaded chacha20poly1305 v0.10.1
8052026-05-21T09:52:28.526Z Downloaded flume v0.11.1
8062026-05-21T09:52:28.526Z Downloaded parse-display v0.10.0
8072026-05-21T09:52:28.529Z Downloaded num-integer v0.1.46
8082026-05-21T09:52:28.529Z Downloaded darling_core v0.20.11
8092026-05-21T09:52:28.532Z Downloaded nu-ansi-term v0.50.3
8102026-05-21T09:52:28.532Z Downloaded futures v0.3.32
8112026-05-21T09:52:28.535Z Downloaded match_cfg v0.1.0
8122026-05-21T09:52:28.538Z Downloaded md5 v0.7.0
8132026-05-21T09:52:28.538Z Downloaded num_enum v0.5.11
8142026-05-21T09:52:28.542Z Downloaded num_enum_derive v0.7.6
8152026-05-21T09:52:28.542Z Downloaded num_enum v0.7.6
8162026-05-21T09:52:28.545Z Downloaded jobserver v0.1.34
8172026-05-21T09:52:28.545Z Downloaded pin-utils v0.1.0
8182026-05-21T09:52:28.547Z Downloaded phf_shared v0.11.3
8192026-05-21T09:52:28.547Z Downloaded hostname v0.4.2
8202026-05-21T09:52:28.550Z Downloaded blowfish v0.9.1
8212026-05-21T09:52:28.550Z Downloaded async-bb8-diesel v0.2.1
8222026-05-21T09:52:28.550Z Downloaded arrayvec v0.7.6
8232026-05-21T09:52:28.553Z Downloaded async-compression v0.4.41
8242026-05-21T09:52:28.556Z Downloaded phf_shared v0.13.1
8252026-05-21T09:52:28.556Z Downloaded derive_more-impl v2.1.1
8262026-05-21T09:52:28.559Z Downloaded cc v1.2.56
8272026-05-21T09:52:28.576Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-05-21T09:52:28.578Z Downloaded proc-macro-crate v3.4.0
8292026-05-21T09:52:28.578Z Downloaded predicates-tree v1.0.13
8302026-05-21T09:52:28.578Z Downloaded predicates-core v1.0.10
8312026-05-21T09:52:28.581Z Downloaded powerfmt v0.2.0
8322026-05-21T09:52:28.581Z Downloaded password-hash v0.5.0
8332026-05-21T09:52:28.581Z Downloaded password-hash v0.4.2
8342026-05-21T09:52:28.584Z Downloaded proc-macro-crate v1.3.1
8352026-05-21T09:52:28.584Z Downloaded headers v0.4.1
8362026-05-21T09:52:28.587Z Downloaded packed_struct v0.10.1
8372026-05-21T09:52:28.590Z Downloaded owo-colors v4.3.0
8382026-05-21T09:52:28.590Z Downloaded oxnet v0.1.5
8392026-05-21T09:52:28.593Z Downloaded paste v1.0.15
8402026-05-21T09:52:28.593Z Downloaded parse-display-derive v0.10.0
8412026-05-21T09:52:28.596Z Downloaded parking_lot_core v0.8.6
8422026-05-21T09:52:28.596Z Downloaded num-complex v0.4.6
8432026-05-21T09:52:28.596Z Downloaded precomputed-hash v0.1.1
8442026-05-21T09:52:28.599Z Downloaded psl-types v2.0.11
8452026-05-21T09:52:28.599Z Downloaded progenitor-client v0.14.0
8462026-05-21T09:52:28.599Z Downloaded progenitor-client v0.10.0
8472026-05-21T09:52:28.601Z Downloaded progenitor-macro v0.14.0
8482026-05-21T09:52:28.601Z Downloaded progenitor-macro v0.13.0
8492026-05-21T09:52:28.601Z Downloaded progenitor-client v0.11.2
8502026-05-21T09:52:28.601Z Downloaded oxide-tokio-rt v0.1.4
8512026-05-21T09:52:28.606Z Downloaded memmap2 v0.9.10
8522026-05-21T09:52:28.606Z Downloaded progenitor-macro v0.11.2
8532026-05-21T09:52:28.606Z Downloaded flate2 v1.1.9
8542026-05-21T09:52:28.609Z Downloaded progenitor-macro v0.10.0
8552026-05-21T09:52:28.609Z Downloaded libbz2-rs-sys v0.2.2
8562026-05-21T09:52:28.612Z Downloaded peg v0.8.5
8572026-05-21T09:52:28.615Z Downloaded pin-project-lite v0.2.17
8582026-05-21T09:52:28.615Z Downloaded phf v0.13.1
8592026-05-21T09:52:28.618Z Downloaded heapless v0.7.17
8602026-05-21T09:52:28.622Z Downloaded quick-error v1.2.3
8612026-05-21T09:52:28.622Z Downloaded peg-macros v0.8.5
8622026-05-21T09:52:28.622Z Downloaded heapless v0.8.0
8632026-05-21T09:52:28.625Z Downloaded phf v0.12.1
8642026-05-21T09:52:28.625Z Downloaded pem-rfc7468 v0.7.0
8652026-05-21T09:52:28.627Z Downloaded bumpalo v3.20.2
8662026-05-21T09:52:28.628Z Downloaded ar_archive_writer v0.5.1
8672026-05-21T09:52:28.630Z Downloaded pem v3.0.6
8682026-05-21T09:52:28.630Z Downloaded num-rational v0.4.2
8692026-05-21T09:52:28.633Z Downloaded radium v0.7.0
8702026-05-21T09:52:28.633Z Downloaded crypto-bigint v0.5.5
8712026-05-21T09:52:28.636Z Downloaded postgres-protocol v0.6.10
8722026-05-21T09:52:28.639Z Downloaded rand_xorshift v0.4.0
8732026-05-21T09:52:28.639Z Downloaded predicates v3.1.4
8742026-05-21T09:52:28.642Z Downloaded poly1305 v0.8.0
8752026-05-21T09:52:28.642Z Downloaded litrs v1.0.0
8762026-05-21T09:52:28.645Z Downloaded diesel_derives v2.3.7
8772026-05-21T09:52:28.649Z Downloaded ref-cast-impl v1.0.25
8782026-05-21T09:52:28.649Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-05-21T09:52:28.649Z Downloaded base64 v0.22.1
8802026-05-21T09:52:28.652Z Downloaded proc-macro-error2 v2.0.1
8812026-05-21T09:52:28.655Z Downloaded recursive v0.1.1
8822026-05-21T09:52:28.655Z Downloaded ref-cast v1.0.25
8832026-05-21T09:52:28.657Z Downloaded psm v0.1.30
8842026-05-21T09:52:28.661Z Downloaded progenitor v0.13.0
8852026-05-21T09:52:28.661Z Downloaded rfc6979 v0.4.0
8862026-05-21T09:52:28.661Z Downloaded indicatif v0.18.4
8872026-05-21T09:52:28.683Z Downloaded rustc_version v0.4.1
8882026-05-21T09:52:28.683Z Downloaded pin-project-internal v1.1.11
8892026-05-21T09:52:28.683Z Downloaded progenitor-extras v0.2.0
8902026-05-21T09:52:28.683Z Downloaded progenitor-client v0.13.0
8912026-05-21T09:52:28.683Z Downloaded progenitor v0.14.0
8922026-05-21T09:52:28.683Z Downloaded hickory-resolver v0.24.4
8932026-05-21T09:52:28.684Z Downloaded crossbeam-channel v0.5.15
8942026-05-21T09:52:28.684Z Downloaded pkcs5 v0.7.1
8952026-05-21T09:52:28.684Z Downloaded pkcs1 v0.7.5
8962026-05-21T09:52:28.684Z Downloaded ed25519-dalek v2.2.0
8972026-05-21T09:52:28.684Z Downloaded r2d2 v0.8.10
8982026-05-21T09:52:28.684Z Downloaded phf_shared v0.12.1
8992026-05-21T09:52:28.684Z Downloaded pkg-config v0.3.32
9002026-05-21T09:52:28.684Z Downloaded dropshot-api-manager v0.7.1
9012026-05-21T09:52:28.688Z Downloaded rustc_version v0.1.7
9022026-05-21T09:52:28.688Z Downloaded rustc-hash v2.1.1
9032026-05-21T09:52:28.688Z Downloaded rtoolbox v0.0.3
9042026-05-21T09:52:28.688Z Downloaded progenitor v0.11.2
9052026-05-21T09:52:28.688Z Downloaded progenitor v0.10.0
9062026-05-21T09:52:28.691Z Downloaded rand_seeder v0.4.0
9072026-05-21T09:52:28.691Z Downloaded russh-cryptovec v0.7.3
9082026-05-21T09:52:28.691Z Downloaded rand_core v0.10.0
9092026-05-21T09:52:28.696Z Downloaded omicron-zone-package v0.12.2
9102026-05-21T09:52:28.696Z Downloaded pkcs8 v0.10.2
9112026-05-21T09:52:28.700Z Downloaded oso v0.27.3
9122026-05-21T09:52:28.701Z Downloaded postgres-types v0.2.12
9132026-05-21T09:52:28.701Z Downloaded parking_lot_core v0.9.12
9142026-05-21T09:52:28.704Z Downloaded rand_core v0.9.5
9152026-05-21T09:52:28.704Z Downloaded rand_core v0.6.4
9162026-05-21T09:52:28.704Z Downloaded rand_chacha v0.9.0
9172026-05-21T09:52:28.704Z Downloaded rand_chacha v0.3.1
9182026-05-21T09:52:28.707Z Downloaded primeorder v0.13.6
9192026-05-21T09:52:28.707Z Downloaded ppv-lite86 v0.2.21
9202026-05-21T09:52:28.708Z Downloaded polyval v0.6.2
9212026-05-21T09:52:28.708Z Downloaded indexmap v1.9.3
9222026-05-21T09:52:28.712Z Downloaded ignore v0.4.25
9232026-05-21T09:52:28.718Z Downloaded hyper-staticfile v0.10.1
9242026-05-21T09:52:28.719Z Downloaded base64 v0.21.7
9252026-05-21T09:52:28.719Z Downloaded bzip2 v0.6.1
9262026-05-21T09:52:28.723Z Downloaded p256 v0.13.2
9272026-05-21T09:52:28.723Z Downloaded parking_lot v0.11.2
9282026-05-21T09:52:28.723Z Downloaded papergrid v0.17.0
9292026-05-21T09:52:28.726Z Downloaded scheduled-thread-pool v0.2.7
9302026-05-21T09:52:28.726Z Downloaded same-file v1.0.6
9312026-05-21T09:52:28.726Z Downloaded sapling-renderdag v0.1.0
9322026-05-21T09:52:28.727Z Downloaded scopeguard v1.2.0
9332026-05-21T09:52:28.730Z Downloaded miniz_oxide v0.8.9
9342026-05-21T09:52:28.730Z Downloaded derive_more v2.1.1
9352026-05-21T09:52:28.735Z Downloaded scrypt v0.11.0
9362026-05-21T09:52:28.738Z Downloaded jiff-static v0.2.21
9372026-05-21T09:52:28.738Z Downloaded resolv-conf v0.7.6
9382026-05-21T09:52:28.742Z Downloaded salsa20 v0.10.2
9392026-05-21T09:52:28.742Z Downloaded scroll_derive v0.13.1
9402026-05-21T09:52:28.742Z Downloaded cmake v0.1.57
9412026-05-21T09:52:28.742Z Downloaded quinn-udp v0.5.14
9422026-05-21T09:52:28.745Z Downloaded serde-big-array v0.5.1
9432026-05-21T09:52:28.745Z Downloaded seq-macro v0.3.6
9442026-05-21T09:52:28.745Z Downloaded serde_bytes v0.11.19
9452026-05-21T09:52:28.748Z Downloaded expectorate v1.2.0
9462026-05-21T09:52:28.748Z Downloaded secrecy v0.10.3
9472026-05-21T09:52:28.748Z Downloaded rustls-native-certs v0.8.3
9482026-05-21T09:52:28.751Z Downloaded semver v0.1.20
9492026-05-21T09:52:28.752Z Downloaded async-trait v0.1.89
9502026-05-21T09:52:28.755Z Downloaded argon2 v0.5.3
9512026-05-21T09:52:28.755Z Downloaded der_derive v0.7.3
9522026-05-21T09:52:28.755Z Downloaded daft v0.1.7
9532026-05-21T09:52:28.758Z Downloaded block-padding v0.3.3
9542026-05-21T09:52:28.758Z Downloaded crossbeam-deque v0.8.6
9552026-05-21T09:52:28.758Z Downloaded base64ct v1.8.3
9562026-05-21T09:52:28.761Z Downloaded sha1 v0.10.6
9572026-05-21T09:52:28.761Z Downloaded serde_repr v0.1.20
9582026-05-21T09:52:28.763Z Downloaded hickory-server v0.25.2
9592026-05-21T09:52:28.766Z Downloaded hickory-resolver v0.25.2
9602026-05-21T09:52:28.769Z Downloaded openssl-sys v0.9.115
9612026-05-21T09:52:28.772Z Downloaded serde_plain v1.0.2
9622026-05-21T09:52:28.772Z Downloaded rustls-pemfile v2.2.0
9632026-05-21T09:52:28.775Z Downloaded shell-words v1.1.1
9642026-05-21T09:52:28.775Z Downloaded rustversion v1.0.22
9652026-05-21T09:52:28.777Z Downloaded rustls-pemfile v1.0.4
9662026-05-21T09:52:28.777Z Downloaded rusty-fork v0.3.1
9672026-05-21T09:52:28.778Z Downloaded aes v0.8.4
9682026-05-21T09:52:28.780Z Downloaded siphasher v1.0.2
9692026-05-21T09:52:28.783Z Downloaded sigpipe v0.1.3
9702026-05-21T09:52:28.783Z Downloaded serde_urlencoded v0.7.1
9712026-05-21T09:52:28.783Z Downloaded signal-hook-tokio v0.3.1
9722026-05-21T09:52:28.783Z Downloaded cipher v0.4.4
9732026-05-21T09:52:28.786Z Downloaded cexpr v0.6.0
9742026-05-21T09:52:28.786Z Downloaded signature v2.2.0
9752026-05-21T09:52:28.789Z Downloaded parking_lot v0.12.5
9762026-05-21T09:52:28.789Z Downloaded signal-hook-mio v0.2.5
9772026-05-21T09:52:28.793Z Downloaded bit-vec v0.8.0
9782026-05-21T09:52:28.793Z Downloaded dunce v1.0.5
9792026-05-21T09:52:28.793Z Downloaded crunchy v0.2.4
9802026-05-21T09:52:28.793Z Downloaded gethostname v0.5.0
9812026-05-21T09:52:28.793Z Downloaded futures-io v0.3.32
9822026-05-21T09:52:28.793Z Downloaded schemars_derive v0.8.22
9832026-05-21T09:52:28.796Z Downloaded aes-gcm v0.10.3
9842026-05-21T09:52:28.798Z Downloaded slog-envlogger v2.2.0
9852026-05-21T09:52:28.801Z Downloaded postcard v1.1.3
9862026-05-21T09:52:28.804Z Downloaded progenitor-impl v0.13.0
9872026-05-21T09:52:28.804Z Downloaded progenitor-impl v0.11.2
9882026-05-21T09:52:28.804Z Downloaded progenitor-impl v0.14.0
9892026-05-21T09:52:28.807Z Downloaded prefix-trie v0.7.0
9902026-05-21T09:52:28.809Z Downloaded slog-bunyan v2.5.0
9912026-05-21T09:52:28.809Z Downloaded sec1 v0.7.3
9922026-05-21T09:52:28.812Z Downloaded sct v0.7.1
9932026-05-21T09:52:28.812Z Downloaded scroll v0.13.0
9942026-05-21T09:52:28.815Z Downloaded pin-project v1.1.11
9952026-05-21T09:52:28.820Z Downloaded hashbrown v0.12.3
9962026-05-21T09:52:28.826Z Downloaded serde_spanned v1.0.4
9972026-05-21T09:52:28.829Z Downloaded russh-keys v0.45.0
9982026-05-21T09:52:28.831Z Downloaded http v1.4.0
9992026-05-21T09:52:28.834Z Downloaded ssh-encoding v0.2.0
10002026-05-21T09:52:28.834Z Downloaded crossterm v0.29.0
10012026-05-21T09:52:28.838Z Downloaded sqlparser_derive v0.5.0
10022026-05-21T09:52:28.841Z Downloaded secrecy v0.8.0
10032026-05-21T09:52:28.845Z Downloaded simd-adler32 v0.3.8
10042026-05-21T09:52:28.848Z Downloaded strum v0.27.2
10052026-05-21T09:52:28.848Z Downloaded pretty_assertions v1.4.1
10062026-05-21T09:52:28.851Z Downloaded strum v0.26.3
10072026-05-21T09:52:28.851Z Downloaded structmeta v0.3.0
10082026-05-21T09:52:28.851Z Downloaded rustls-pki-types v1.14.0
10092026-05-21T09:52:28.853Z Downloaded minimal-lexical v0.2.1
10102026-05-21T09:52:28.856Z Downloaded ssh-cipher v0.2.0
10112026-05-21T09:52:28.856Z Downloaded rcgen v0.12.1
10122026-05-21T09:52:28.859Z Downloaded prettyplease v0.2.37
10132026-05-21T09:52:28.861Z Downloaded slog-async v2.8.0
10142026-05-21T09:52:28.864Z Downloaded serde_path_to_error v0.1.20
10152026-05-21T09:52:28.864Z Downloaded smf v0.2.3
10162026-05-21T09:52:28.864Z Downloaded slog-scope v4.4.1
10172026-05-21T09:52:28.864Z Downloaded slog-json v2.6.1
10182026-05-21T09:52:28.868Z Downloaded sync_wrapper v1.0.2
10192026-05-21T09:52:28.868Z Downloaded hyper-util v0.1.20
10202026-05-21T09:52:28.871Z Downloaded subtle v2.6.1
10212026-05-21T09:52:28.874Z Downloaded structmeta-derive v0.3.0
10222026-05-21T09:52:28.874Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-21T09:52:28.874Z Downloaded slab v0.4.12
10242026-05-21T09:52:28.874Z Downloaded snafu-derive v0.8.9
10252026-05-21T09:52:28.877Z Downloaded serde-hex v0.1.0
10262026-05-21T09:52:28.877Z Downloaded supports-color v3.0.2
10272026-05-21T09:52:28.877Z Downloaded signal-hook-registry v1.4.8
10282026-05-21T09:52:28.880Z Downloaded shlex v1.3.0
10292026-05-21T09:52:28.880Z Downloaded tap v1.0.1
10302026-05-21T09:52:28.880Z Downloaded tagptr v0.2.0
10312026-05-21T09:52:28.880Z Downloaded tabwriter v1.4.1
10322026-05-21T09:52:28.883Z Downloaded tabled_derive v0.11.0
10332026-05-21T09:52:28.883Z Downloaded take_mut v0.2.2
10342026-05-21T09:52:28.883Z Downloaded smallvec v0.6.14
10352026-05-21T09:52:28.886Z Downloaded slog-stdlog v4.1.1
10362026-05-21T09:52:28.886Z Downloaded slog-dtrace v0.3.0
10372026-05-21T09:52:28.886Z Downloaded progenitor-impl v0.10.0
10382026-05-21T09:52:28.889Z Downloaded hashbrown v0.13.2
10392026-05-21T09:52:28.897Z Downloaded stacker v0.1.23
10402026-05-21T09:52:28.900Z Downloaded sqlformat v0.3.5
10412026-05-21T09:52:28.900Z Downloaded spki v0.7.3
10422026-05-21T09:52:28.903Z Downloaded thread-id v5.1.0
10432026-05-21T09:52:28.903Z Downloaded thiserror-impl-no-std v2.0.2
10442026-05-21T09:52:28.906Z Downloaded testing_table v0.3.0
10452026-05-21T09:52:28.909Z Downloaded ryu v1.0.23
10462026-05-21T09:52:28.915Z Downloaded time-core v0.1.8
10472026-05-21T09:52:28.919Z Downloaded strum_macros v0.26.4
10482026-05-21T09:52:28.919Z Downloaded tokio-macros v2.7.0
10492026-05-21T09:52:28.922Z Downloaded rayon-core v1.13.0
10502026-05-21T09:52:28.922Z Downloaded tinyvec_macros v0.1.1
10512026-05-21T09:52:28.925Z Downloaded strum_macros v0.24.3
10522026-05-21T09:52:28.925Z Downloaded static_assertions v1.1.0
10532026-05-21T09:52:28.928Z Downloaded serde_derive_internals v0.29.1
10542026-05-21T09:52:28.928Z Downloaded mio v1.2.0
10552026-05-21T09:52:28.931Z Downloaded support-bundle-viewer v0.1.2
10562026-05-21T09:52:28.934Z Downloaded strum_macros v0.27.2
10572026-05-21T09:52:28.934Z Downloaded serde_cbor v0.11.2
10582026-05-21T09:52:28.937Z Downloaded stringprep v0.1.5
10592026-05-21T09:52:28.937Z Downloaded string_cache v0.8.9
10602026-05-21T09:52:28.939Z Downloaded serde_with_macros v3.17.0
10612026-05-21T09:52:28.939Z Downloaded itertools v0.10.5
10622026-05-21T09:52:28.943Z Downloaded sync-ptr v0.1.4
10632026-05-21T09:52:28.946Z Downloaded schemars v0.8.22
10642026-05-21T09:52:28.951Z Downloaded nom v7.1.3
10652026-05-21T09:52:28.958Z Downloaded termios v0.3.3
10662026-05-21T09:52:28.961Z Downloaded slog-term v2.9.2
10672026-05-21T09:52:28.964Z Downloaded num-bigint v0.4.6
10682026-05-21T09:52:28.967Z Downloaded hashbrown v0.16.1
10692026-05-21T09:52:28.970Z Downloaded thiserror-no-std v2.0.2
10702026-05-21T09:52:28.973Z Downloaded termtree v0.5.1
10712026-05-21T09:52:28.976Z Downloaded tower-service v0.3.3
10722026-05-21T09:52:28.976Z Downloaded rand v0.8.6
10732026-05-21T09:52:28.979Z Downloaded time-macros v0.2.27
10742026-05-21T09:52:28.983Z Downloaded quinn v0.11.9
10752026-05-21T09:52:28.983Z Downloaded tower-layer v0.3.3
10762026-05-21T09:52:28.986Z Downloaded similar v2.7.0
10772026-05-21T09:52:28.988Z Downloaded tls_codec_derive v0.4.2
10782026-05-21T09:52:28.988Z Downloaded libxml v0.3.3
10792026-05-21T09:52:28.993Z Downloaded aho-corasick v1.1.4
10802026-05-21T09:52:28.998Z Downloaded typify-macro v0.6.2
10812026-05-21T09:52:29.001Z Downloaded try-lock v0.2.5
10822026-05-21T09:52:29.001Z Downloaded tokio-native-tls v0.3.1
10832026-05-21T09:52:29.001Z Downloaded tokio-dtrace v0.1.1
10842026-05-21T09:52:29.005Z Downloaded unarray v0.1.4
10852026-05-21T09:52:29.005Z Downloaded typify-macro v0.4.3
10862026-05-21T09:52:29.005Z Downloaded unicode-truncate v1.1.0
10872026-05-21T09:52:29.007Z Downloaded unit-prefix v0.5.2
10882026-05-21T09:52:29.008Z Downloaded serde_yaml v0.9.34+deprecated
10892026-05-21T09:52:29.011Z Downloaded slog v2.8.2
10902026-05-21T09:52:29.011Z Downloaded rustls-platform-verifier v0.6.2
10912026-05-21T09:52:29.014Z Downloaded tokio-rustls v0.25.0
10922026-05-21T09:52:29.018Z Downloaded schemars v0.9.0
10932026-05-21T09:52:29.024Z Downloaded spin v0.9.8
10942026-05-21T09:52:29.027Z Downloaded usdt-attr-macro v0.6.0
10952026-05-21T09:52:29.027Z Downloaded usdt-macro v0.6.0
10962026-05-21T09:52:29.030Z Downloaded usdt v0.6.0
10972026-05-21T09:52:29.030Z Downloaded term v0.7.0
10982026-05-21T09:52:29.030Z Downloaded universal-hash v0.5.1
10992026-05-21T09:52:29.033Z Downloaded term v1.2.1
11002026-05-21T09:52:29.052Z Downloaded utf-8 v0.7.6
11012026-05-21T09:52:29.052Z Downloaded hashbrown v0.15.5
11022026-05-21T09:52:29.052Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-05-21T09:52:29.053Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-05-21T09:52:29.053Z Downloaded trait-variant v0.1.2
11052026-05-21T09:52:29.053Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-05-21T09:52:29.053Z Downloaded tokio-tungstenite v0.23.1
11072026-05-21T09:52:29.053Z Downloaded tokio-tungstenite v0.21.0
11082026-05-21T09:52:29.053Z Downloaded num-bigint-dig v0.8.6
11092026-05-21T09:52:29.053Z Downloaded rand v0.9.2
11102026-05-21T09:52:29.053Z Downloaded rustls-webpki v0.103.9
11112026-05-21T09:52:29.058Z Downloaded itertools v0.13.0
11122026-05-21T09:52:29.061Z Downloaded wait-timeout v0.2.1
11132026-05-21T09:52:29.061Z Downloaded void v1.0.2
11142026-05-21T09:52:29.061Z Downloaded hyper v1.8.1
11152026-05-21T09:52:29.064Z Downloaded untrusted v0.7.1
11162026-05-21T09:52:29.069Z Downloaded samael v0.0.19
11172026-05-21T09:52:29.072Z Downloaded tokio-rustls v0.24.1
11182026-05-21T09:52:29.072Z Downloaded iddqd v0.4.1
11192026-05-21T09:52:29.076Z Downloaded waitgroup v0.1.2
11202026-05-21T09:52:29.079Z Downloaded tui-tree-widget v0.23.1
11212026-05-21T09:52:29.079Z Downloaded unicase v2.9.0
11222026-05-21T09:52:29.079Z Downloaded socket2 v0.5.10
11232026-05-21T09:52:29.082Z Downloaded tls_codec v0.4.2
11242026-05-21T09:52:29.082Z Downloaded xattr v1.6.1
11252026-05-21T09:52:29.085Z Downloaded subprocess v0.2.15
11262026-05-21T09:52:29.088Z Downloaded xshell-macros v0.2.7
11272026-05-21T09:52:29.088Z Downloaded want v0.3.1
11282026-05-21T09:52:29.088Z Downloaded tiny-keccak v2.0.2
11292026-05-21T09:52:29.091Z Downloaded socket2 v0.6.3
11302026-05-21T09:52:29.091Z Downloaded tokio-stream v0.1.18
11312026-05-21T09:52:29.094Z Downloaded tokio-rustls v0.26.4
11322026-05-21T09:52:29.094Z Downloaded test-strategy v0.4.5
11332026-05-21T09:52:29.097Z Downloaded zeroize_derive v1.4.3
11342026-05-21T09:52:29.100Z Downloaded vergen-git2 v1.0.7
11352026-05-21T09:52:29.100Z Downloaded untrusted v0.9.0
11362026-05-21T09:52:29.101Z Downloaded nom v8.0.0
11372026-05-21T09:52:29.105Z Downloaded zone_cfg_derive v0.3.1
11382026-05-21T09:52:29.105Z Downloaded zone v0.3.1
11392026-05-21T09:52:29.107Z Downloaded toml_parser v1.0.9+spec-1.1.0
11402026-05-21T09:52:29.107Z Downloaded itertools v0.12.1
11412026-05-21T09:52:29.111Z Downloaded itertools v0.14.0
11422026-05-21T09:52:29.116Z Downloaded tracing-attributes v0.1.31
11432026-05-21T09:52:29.119Z Downloaded uzers v0.12.2
11442026-05-21T09:52:29.121Z Downloaded rsa v0.9.10
11452026-05-21T09:52:29.124Z Downloaded vergen-gitcl v1.0.8
11462026-05-21T09:52:29.125Z Downloaded vsss-rs v3.3.4
11472026-05-21T09:52:29.125Z Downloaded hkdf v0.12.4
11482026-05-21T09:52:29.128Z Downloaded thread_local v1.1.9
11492026-05-21T09:52:29.131Z Downloaded signal-hook v0.3.18
11502026-05-21T09:52:29.131Z Downloaded twox-hash v2.1.2
11512026-05-21T09:52:29.133Z Downloaded topological-sort v0.2.2
11522026-05-21T09:52:29.133Z Downloaded qorb v0.4.1
11532026-05-21T09:52:29.136Z Downloaded blake3 v1.8.3
11542026-05-21T09:52:29.141Z Downloaded h2 v0.4.13
11552026-05-21T09:52:29.145Z Downloaded p521 v0.13.3
11562026-05-21T09:52:29.150Z Downloaded zeroize v1.8.2
11572026-05-21T09:52:29.153Z Downloaded whoami v2.1.0
11582026-05-21T09:52:29.153Z Downloaded schemars v1.2.1
11592026-05-21T09:52:29.162Z Downloaded xshell v0.2.7
11602026-05-21T09:52:29.167Z Downloaded wyz v0.5.1
11612026-05-21T09:52:29.167Z Downloaded toml v1.0.6+spec-1.1.0
11622026-05-21T09:52:29.167Z Downloaded toml v0.7.8
11632026-05-21T09:52:29.172Z Downloaded tar v0.4.45
11642026-05-21T09:52:29.172Z Downloaded snafu v0.8.9
11652026-05-21T09:52:29.176Z Downloaded iri-string v0.7.10
11662026-05-21T09:52:29.180Z Downloaded steno v0.4.1
11672026-05-21T09:52:29.181Z Downloaded whoami v1.6.1
11682026-05-21T09:52:29.181Z Downloaded vergen v9.0.6
11692026-05-21T09:52:29.186Z Downloaded zstd-safe v7.2.4
11702026-05-21T09:52:29.186Z Downloaded vergen-lib v0.1.6
11712026-05-21T09:52:29.189Z Downloaded tracing-core v0.1.36
11722026-05-21T09:52:29.189Z Downloaded walkdir v2.5.0
11732026-05-21T09:52:29.189Z Downloaded unicode-properties v0.1.4
11742026-05-21T09:52:29.189Z Downloaded publicsuffix v2.3.0
11752026-05-21T09:52:29.192Z Downloaded rustyline v14.0.0
11762026-05-21T09:52:29.192Z Downloaded rand v0.10.1
11772026-05-21T09:52:29.195Z Downloaded unicode-bidi v0.3.18
11782026-05-21T09:52:29.198Z Downloaded typify v0.4.3
11792026-05-21T09:52:29.203Z Downloaded ron v0.8.1
11802026-05-21T09:52:29.206Z Downloaded bitvec v1.0.1
11812026-05-21T09:52:29.212Z Downloaded uuid v1.23.0
11822026-05-21T09:52:29.215Z Downloaded yasna v0.5.2
11832026-05-21T09:52:29.215Z Downloaded zerocopy v0.6.6
11842026-05-21T09:52:29.218Z Downloaded unsafe-libyaml v0.2.11
11852026-05-21T09:52:29.218Z Downloaded toml v0.9.12+spec-1.1.0
11862026-05-21T09:52:29.224Z Downloaded usdt-impl v0.6.0
11872026-05-21T09:52:29.224Z Downloaded libm v0.2.16
11882026-05-21T09:52:29.227Z Downloaded russh v0.45.0
11892026-05-21T09:52:29.230Z Downloaded zstd v0.13.3
11902026-05-21T09:52:29.233Z Downloaded tinyvec v1.10.0
11912026-05-21T09:52:29.234Z Downloaded tungstenite v0.21.0
11922026-05-21T09:52:29.236Z Downloaded vte v0.14.1
11932026-05-21T09:52:29.240Z Downloaded rpassword v7.4.0
11942026-05-21T09:52:29.240Z Downloaded futures-util v0.3.32
11952026-05-21T09:52:29.246Z Downloaded typify v0.6.2
11962026-05-21T09:52:29.249Z Downloaded aws-lc-rs v1.16.3
11972026-05-21T09:52:29.255Z Downloaded tungstenite v0.23.0
11982026-05-21T09:52:29.258Z Downloaded reedline v0.40.0
11992026-05-21T09:52:29.262Z Downloaded toml_edit v0.19.15
12002026-05-21T09:52:29.275Z Downloaded zopfli v0.8.3
12012026-05-21T09:52:29.288Z Downloaded p384 v0.13.1
12022026-05-21T09:52:29.291Z Downloaded ssh-key v0.6.7
12032026-05-21T09:52:29.296Z Downloaded chrono v0.4.44
12042026-05-21T09:52:29.300Z Downloaded bindgen v0.71.1
12052026-05-21T09:52:29.305Z Downloaded unicode_categories v0.1.1
12062026-05-21T09:52:29.309Z Downloaded git2 v0.20.4
12072026-05-21T09:52:29.313Z Downloaded zip v0.6.6
12082026-05-21T09:52:29.313Z Downloaded portable-atomic v1.13.1
12092026-05-21T09:52:29.317Z Downloaded typed-path v0.9.3
12102026-05-21T09:52:29.329Z Downloaded reqwest v0.12.28
12112026-05-21T09:52:29.336Z Downloaded tokio-postgres v0.7.16
12122026-05-21T09:52:29.336Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-21T09:52:29.336Z Downloaded yansi v1.0.1
12142026-05-21T09:52:29.339Z Downloaded zerocopy-derive v0.8.40
12152026-05-21T09:52:29.349Z Downloaded unicode-segmentation v1.12.0
12162026-05-21T09:52:29.352Z Downloaded lalrpop v0.19.12
12172026-05-21T09:52:29.357Z Downloaded tower v0.5.3
12182026-05-21T09:52:29.362Z Downloaded rustls-webpki v0.101.7
12192026-05-21T09:52:29.370Z Downloaded regex v1.12.3
12202026-05-21T09:52:29.377Z Downloaded reqwest v0.13.2
12212026-05-21T09:52:29.381Z Downloaded x509-cert v0.2.5
12222026-05-21T09:52:29.384Z Downloaded unicode-normalization v0.1.25
12232026-05-21T09:52:29.387Z Downloaded tokio-util v0.7.18
12242026-05-21T09:52:29.390Z Downloaded rayon v1.11.0
12252026-05-21T09:52:29.396Z Downloaded proptest v1.10.0
12262026-05-21T09:52:29.400Z Downloaded moka v0.12.13
12272026-05-21T09:52:29.408Z Downloaded rustls-webpki v0.102.8
12282026-05-21T09:52:29.415Z Downloaded zip v4.6.1
12292026-05-21T09:52:29.419Z Downloaded tower-http v0.6.8
12302026-05-21T09:52:29.426Z Downloaded petname v2.0.2
12312026-05-21T09:52:29.430Z Downloaded tough v0.22.0
12322026-05-21T09:52:29.430Z Downloaded salty v0.3.0
12332026-05-21T09:52:29.434Z Downloaded goblin v0.10.5
12342026-05-21T09:52:29.440Z Downloaded quick-xml v0.37.5
12352026-05-21T09:52:29.448Z Downloaded curve25519-dalek v4.1.3
12362026-05-21T09:52:29.466Z Downloaded radix_trie v0.2.1
12372026-05-21T09:52:29.470Z Downloaded winnow v0.6.26
12382026-05-21T09:52:29.474Z Downloaded winnow v0.5.40
12392026-05-21T09:52:29.478Z Downloaded serde_with v3.17.0
12402026-05-21T09:52:29.487Z Downloaded object v0.30.4
12412026-05-21T09:52:29.492Z Downloaded quinn-proto v0.11.13
12422026-05-21T09:52:29.501Z Downloaded polar-core v0.27.3
12432026-05-21T09:52:29.507Z Downloaded winnow v1.0.3
12442026-05-21T09:52:29.510Z Downloaded tabled v0.20.0
12452026-05-21T09:52:29.521Z Downloaded openssl v0.10.79
12462026-05-21T09:52:29.525Z Downloaded nix v0.27.1
12472026-05-21T09:52:29.531Z Downloaded time v0.3.47
12482026-05-21T09:52:29.539Z Downloaded smoltcp v0.9.1
12492026-05-21T09:52:29.545Z Downloaded nix v0.29.0
12502026-05-21T09:52:29.551Z Downloaded hickory-proto v0.24.4
12512026-05-21T09:52:29.560Z Downloaded vcpkg v0.2.15
12522026-05-21T09:52:29.583Z Downloaded rustls v0.21.12
12532026-05-21T09:52:29.589Z Downloaded bstr v1.12.1
12542026-05-21T09:52:29.594Z Downloaded regex-syntax v0.6.29
12552026-05-21T09:52:29.597Z Downloaded zerocopy v0.8.40
12562026-05-21T09:52:29.602Z Downloaded object v0.37.3
12572026-05-21T09:52:29.608Z Downloaded zlib-rs v0.6.2
12582026-05-21T09:52:29.612Z Downloaded regex-syntax v0.8.10
12592026-05-21T09:52:29.617Z Downloaded openapiv3 v2.2.0
12602026-05-21T09:52:29.622Z Downloaded nix v0.31.2
12612026-05-21T09:52:29.628Z Downloaded hickory-proto v0.25.2
12622026-05-21T09:52:29.638Z Downloaded smoltcp v0.11.0
12632026-05-21T09:52:29.645Z Downloaded dropshot v0.17.0
12642026-05-21T09:52:29.659Z Downloaded webpki-roots v1.0.6
12652026-05-21T09:52:29.662Z Downloaded rustls v0.23.37
12662026-05-21T09:52:29.666Z Downloaded rustls v0.22.4
12672026-05-21T09:52:29.674Z Downloaded rustix v0.38.44
12682026-05-21T09:52:29.687Z Downloaded sqlparser v0.61.0
12692026-05-21T09:52:29.692Z Downloaded regress v0.11.1
12702026-05-21T09:52:29.697Z Downloaded typify-impl v0.6.2
12712026-05-21T09:52:29.705Z Downloaded tracing v0.1.44
12722026-05-21T09:52:29.716Z Downloaded diesel v2.3.7
12732026-05-21T09:52:29.727Z Downloaded typify-impl v0.4.3
12742026-05-21T09:52:29.735Z Downloaded regress v0.10.5
12752026-05-21T09:52:29.739Z Downloaded nix v0.28.0
12762026-05-21T09:52:29.745Z Downloaded dropshot v0.16.7
12772026-05-21T09:52:29.779Z Downloaded jiff v0.2.21
12782026-05-21T09:52:29.789Z Downloaded petgraph v0.6.5
12792026-05-21T09:52:29.800Z Downloaded sled v0.34.7
12802026-05-21T09:52:29.805Z Downloaded petgraph v0.8.3
12812026-05-21T09:52:29.817Z Downloaded ratatui v0.29.0
12822026-05-21T09:52:29.828Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-05-21T09:52:29.835Z Downloaded csv v1.4.0
12842026-05-21T09:52:29.861Z Downloaded zerocopy-derive v0.6.6
12852026-05-21T09:52:29.867Z Downloaded encoding_rs v0.8.35
12862026-05-21T09:52:29.879Z Downloaded regex-automata v0.4.14
12872026-05-21T09:52:29.893Z Downloaded chrono-tz v0.10.4
12882026-05-21T09:52:29.956Z Downloaded libz-sys v1.1.24
12892026-05-21T09:52:29.970Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-05-21T09:52:29.981Z Downloaded sha3 v0.10.8
12912026-05-21T09:52:29.986Z Downloaded tokio v1.52.1
12922026-05-21T09:52:30.104Z Downloaded ring v0.17.14
12932026-05-21T09:52:30.144Z Downloaded libgit2-sys v0.18.3+1.9.2
12942026-05-21T09:52:30.644Z Downloaded aws-lc-sys v0.40.0
12952026-05-21T09:52:30.917Z Compiling libc v0.2.185
12962026-05-21T09:52:30.917Z Compiling serde v1.0.228
12972026-05-21T09:52:30.920Z Compiling log v0.4.29
12982026-05-21T09:52:30.920Z Compiling find-msvc-tools v0.1.9
12992026-05-21T09:52:30.920Z Compiling shlex v1.3.0
13002026-05-21T09:52:30.920Z Compiling smallvec v1.15.1
13012026-05-21T09:52:30.920Z Compiling typenum v1.19.0
13022026-05-21T09:52:30.920Z Compiling subtle v2.6.1
13032026-05-21T09:52:31.069Z Compiling generic-array v0.14.7
13042026-05-21T09:52:31.082Z Compiling scopeguard v1.2.0
13052026-05-21T09:52:31.085Z Compiling const-oid v0.9.6
13062026-05-21T09:52:31.142Z Compiling serde_json v1.0.149
13072026-05-21T09:52:31.167Z Compiling syn v2.0.117
13082026-05-21T09:52:31.180Z Compiling zerocopy v0.8.40
13092026-05-21T09:52:31.185Z Compiling portable-atomic v1.13.1
13102026-05-21T09:52:31.219Z Compiling pin-project-lite v0.2.17
13112026-05-21T09:52:31.262Z Compiling lock_api v0.4.14
13122026-05-21T09:52:31.262Z Compiling parking_lot_core v0.9.12
13132026-05-21T09:52:31.276Z Compiling pkg-config v0.3.32
13142026-05-21T09:52:31.288Z Compiling bitflags v2.11.0
13152026-05-21T09:52:31.375Z Compiling futures-core v0.3.32
13162026-05-21T09:52:31.390Z Compiling libm v0.2.16
13172026-05-21T09:52:31.411Z Compiling critical-section v1.2.0
13182026-05-21T09:52:31.426Z Compiling num-traits v0.2.19
13192026-05-21T09:52:31.527Z Compiling percent-encoding v2.3.2
13202026-05-21T09:52:31.544Z Compiling futures-sink v0.3.32
13212026-05-21T09:52:31.547Z Compiling slab v0.4.12
13222026-05-21T09:52:31.547Z Compiling futures-io v0.3.32
13232026-05-21T09:52:31.601Z Compiling cpufeatures v0.2.17
13242026-05-21T09:52:31.629Z Compiling getrandom v0.4.1
13252026-05-21T09:52:31.674Z Compiling futures-channel v0.3.32
13262026-05-21T09:52:31.701Z Compiling futures-task v0.3.32
13272026-05-21T09:52:31.717Z Compiling rand_core v0.10.0
13282026-05-21T09:52:31.746Z Compiling indexmap v2.14.0
13292026-05-21T09:52:31.760Z Compiling rustversion v1.0.22
13302026-05-21T09:52:31.788Z Compiling getrandom v0.3.4
13312026-05-21T09:52:31.837Z Compiling form_urlencoded v1.2.2
13322026-05-21T09:52:31.880Z Compiling dunce v1.0.5
13332026-05-21T09:52:31.895Z Compiling fs_extra v1.3.0
13342026-05-21T09:52:31.907Z Compiling ident_case v1.0.1
13352026-05-21T09:52:31.921Z Compiling base64ct v1.8.3
13362026-05-21T09:52:31.937Z Compiling rustix v1.1.3
13372026-05-21T09:52:31.992Z Compiling iana-time-zone v0.1.65
13382026-05-21T09:52:32.010Z Compiling flagset v0.4.7
13392026-05-21T09:52:32.033Z Compiling getrandom v0.2.17
13402026-05-21T09:52:32.047Z Compiling jobserver v0.1.34
13412026-05-21T09:52:32.124Z Compiling errno v0.3.14
13422026-05-21T09:52:32.153Z Compiling mio v1.2.0
13432026-05-21T09:52:32.168Z Compiling socket2 v0.6.3
13442026-05-21T09:52:32.216Z Compiling rand_core v0.6.4
13452026-05-21T09:52:32.284Z Compiling cc v1.2.56
13462026-05-21T09:52:32.303Z Compiling signal-hook-registry v1.4.8
13472026-05-21T09:52:32.320Z Compiling once_cell v1.21.3
13482026-05-21T09:52:32.354Z Compiling parking_lot v0.12.5
13492026-05-21T09:52:32.415Z Compiling pem-rfc7468 v0.7.0
13502026-05-21T09:52:32.431Z Compiling regex-syntax v0.8.10
13512026-05-21T09:52:32.466Z Compiling vcpkg v0.2.15
13522026-05-21T09:52:32.522Z Compiling aws-lc-rs v1.16.3
13532026-05-21T09:52:32.595Z Compiling tracing-core v0.1.36
13542026-05-21T09:52:32.609Z Compiling uuid v1.23.0
13552026-05-21T09:52:32.629Z Compiling rustc_version v0.4.1
13562026-05-21T09:52:32.650Z Compiling base64 v0.22.1
13572026-05-21T09:52:32.741Z Compiling rand_core v0.9.5
13582026-05-21T09:52:32.755Z Compiling openssl-probe v0.2.1
13592026-05-21T09:52:32.813Z Compiling untrusted v0.9.0
13602026-05-21T09:52:32.832Z Compiling untrusted v0.7.1
13612026-05-21T09:52:32.909Z Compiling tinyvec_macros v0.1.1
13622026-05-21T09:52:32.935Z Compiling httparse v1.10.1
13632026-05-21T09:52:32.953Z Compiling aho-corasick v1.1.4
13642026-05-21T09:52:32.967Z Compiling tower-layer v0.3.3
13652026-05-21T09:52:32.970Z Compiling schemars v0.8.22
13662026-05-21T09:52:32.995Z Compiling tinyvec v1.10.0
13672026-05-21T09:52:32.995Z Compiling tower-service v0.3.3
13682026-05-21T09:52:32.998Z Compiling atomic-waker v1.1.2
13692026-05-21T09:52:33.037Z Compiling cmake v0.1.57
13702026-05-21T09:52:33.136Z Compiling rustls v0.23.37
13712026-05-21T09:52:33.151Z Compiling try-lock v0.2.5
13722026-05-21T09:52:33.166Z Compiling dyn-clone v1.0.20
13732026-05-21T09:52:33.169Z Compiling httpdate v1.0.3
13742026-05-21T09:52:33.197Z Compiling foreign-types-shared v0.1.1
13752026-05-21T09:52:33.213Z Compiling pin-utils v0.1.0
13762026-05-21T09:52:33.248Z Compiling want v0.3.1
13772026-05-21T09:52:33.276Z Compiling openssl v0.10.79
13782026-05-21T09:52:33.295Z Compiling foreign-types v0.3.2
13792026-05-21T09:52:33.299Z Compiling spin v0.9.8
13802026-05-21T09:52:33.327Z Compiling unicode-normalization v0.1.25
13812026-05-21T09:52:33.330Z Compiling crc32fast v1.5.0
13822026-05-21T09:52:33.343Z Compiling powerfmt v0.2.0
13832026-05-21T09:52:33.382Z Compiling time-core v0.1.8
13842026-05-21T09:52:33.386Z Compiling native-tls v0.2.18
13852026-05-21T09:52:33.428Z Compiling num-conv v0.2.0
13862026-05-21T09:52:33.428Z Compiling wait-timeout v0.2.1
13872026-05-21T09:52:33.456Z Compiling sync_wrapper v1.0.2
13882026-05-21T09:52:33.526Z Compiling deranged v0.5.8
13892026-05-21T09:52:33.529Z Compiling siphasher v1.0.2
13902026-05-21T09:52:33.557Z Compiling simd-adler32 v0.3.8
13912026-05-21T09:52:33.574Z Compiling quick-error v1.2.3
13922026-05-21T09:52:33.578Z Compiling time-macros v0.2.27
13932026-05-21T09:52:33.578Z Compiling usdt-impl v0.6.0
13942026-05-21T09:52:33.638Z Compiling tempfile v3.25.0
13952026-05-21T09:52:33.697Z Compiling bit-vec v0.8.0
13962026-05-21T09:52:33.714Z Compiling crossbeam-utils v0.8.21
13972026-05-21T09:52:33.731Z Compiling num_threads v0.1.7
13982026-05-21T09:52:33.734Z Compiling syn v1.0.109
13992026-05-21T09:52:33.818Z Compiling heapless v0.7.17
14002026-05-21T09:52:33.849Z Compiling slog v2.8.2
14012026-05-21T09:52:33.853Z Compiling rand_xorshift v0.4.0
14022026-05-21T09:52:33.877Z Compiling regex-automata v0.4.14
14032026-05-21T09:52:33.890Z Compiling aws-lc-sys v0.40.0
14042026-05-21T09:52:33.908Z Compiling ring v0.17.14
14052026-05-21T09:52:33.948Z Compiling openssl-sys v0.9.115
14062026-05-21T09:52:33.963Z Compiling synstructure v0.13.2
14072026-05-21T09:52:34.033Z Compiling serde_derive_internals v0.29.1
14082026-05-21T09:52:34.048Z Compiling pest_generator v2.8.6
14092026-05-21T09:52:34.051Z Compiling darling_core v0.20.11
14102026-05-21T09:52:34.080Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14112026-05-21T09:52:34.129Z Compiling darling_core v0.21.3
14122026-05-21T09:52:34.148Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-05-21T09:52:34.523Z Compiling bit-set v0.8.0
14142026-05-21T09:52:34.618Z Compiling rusty-fork v0.3.1
14152026-05-21T09:52:34.666Z Compiling thread-id v5.1.0
14162026-05-21T09:52:34.691Z Compiling cookie v0.18.1
14172026-05-21T09:52:34.709Z Compiling zstd-safe v7.2.4
14182026-05-21T09:52:34.774Z Compiling time v0.3.47
14192026-05-21T09:52:34.792Z Compiling anyhow v1.0.102
14202026-05-21T09:52:34.807Z Compiling allocator-api2 v0.2.21
14212026-05-21T09:52:34.896Z Compiling signal-hook v0.3.18
14222026-05-21T09:52:34.911Z Compiling unicode-bidi v0.3.18
14232026-05-21T09:52:34.936Z Compiling adler2 v2.0.1
14242026-05-21T09:52:34.961Z Compiling paste v1.0.15
14252026-05-21T09:52:35.001Z Compiling unicode-properties v0.1.4
14262026-05-21T09:52:35.084Z Compiling unarray v0.1.4
14272026-05-21T09:52:35.099Z Compiling ryu v1.0.23
14282026-05-21T09:52:35.131Z Compiling iri-string v0.7.10
14292026-05-21T09:52:35.216Z Compiling miniz_oxide v0.8.9
14302026-05-21T09:52:35.285Z Compiling stringprep v0.1.5
14312026-05-21T09:52:35.466Z Compiling num-integer v0.1.46
14322026-05-21T09:52:35.483Z Compiling curve25519-dalek v4.1.3
14332026-05-21T09:52:35.765Z Compiling vergen-lib v0.1.6
14342026-05-21T09:52:35.807Z Compiling ff v0.13.1
14352026-05-21T09:52:35.824Z Compiling serde_derive v1.0.228
14362026-05-21T09:52:35.839Z Compiling zeroize_derive v1.4.3
14372026-05-21T09:52:35.855Z Compiling zerofrom-derive v0.1.6
14382026-05-21T09:52:35.871Z Compiling yoke-derive v0.8.1
14392026-05-21T09:52:35.962Z Compiling zerovec-derive v0.11.2
14402026-05-21T09:52:35.966Z Compiling zerocopy-derive v0.8.40
14412026-05-21T09:52:36.010Z Compiling displaydoc v0.2.5
14422026-05-21T09:52:36.423Z Compiling tokio-macros v2.7.0
14432026-05-21T09:52:36.521Z Compiling zeroize v1.8.2
14442026-05-21T09:52:36.536Z Compiling futures-macro v0.3.32
14452026-05-21T09:52:36.745Z Compiling der_derive v0.7.3
14462026-05-21T09:52:36.792Z Compiling rustls-pki-types v1.14.0
14472026-05-21T09:52:36.807Z Compiling tracing-attributes v0.1.31
14482026-05-21T09:52:37.083Z Compiling thiserror-impl v2.0.18
14492026-05-21T09:52:37.152Z Compiling pest_derive v2.8.6
14502026-05-21T09:52:37.197Z Compiling schemars_derive v0.8.22
14512026-05-21T09:52:37.285Z Compiling crypto-common v0.1.7
14522026-05-21T09:52:37.305Z Compiling block-buffer v0.10.4
14532026-05-21T09:52:37.320Z Compiling zerofrom v0.1.6
14542026-05-21T09:52:37.399Z Compiling futures-util v0.3.32
14552026-05-21T09:52:37.449Z Compiling yoke v0.8.1
14562026-05-21T09:52:37.463Z Compiling digest v0.10.7
14572026-05-21T09:52:37.495Z Compiling block-padding v0.3.3
14582026-05-21T09:52:37.619Z Compiling zerovec v0.11.5
14592026-05-21T09:52:37.652Z Compiling zerotrie v0.2.3
14602026-05-21T09:52:37.677Z Compiling inout v0.1.4
14612026-05-21T09:52:37.742Z Compiling hmac v0.12.1
14622026-05-21T09:52:37.761Z Compiling sha2 v0.10.9
14632026-05-21T09:52:37.871Z Compiling cipher v0.4.4
14642026-05-21T09:52:37.918Z Compiling der v0.7.10
14652026-05-21T09:52:37.968Z Compiling pbkdf2 v0.12.2
14662026-05-21T09:52:38.131Z Compiling tinystr v0.8.2
14672026-05-21T09:52:38.188Z Compiling potential_utf v0.1.4
14682026-05-21T09:52:38.204Z Compiling salsa20 v0.10.2
14692026-05-21T09:52:38.230Z Compiling tracing v0.1.44
14702026-05-21T09:52:38.256Z Compiling cbc v0.1.2
14712026-05-21T09:52:38.360Z Compiling icu_locale_core v2.1.1
14722026-05-21T09:52:38.360Z Compiling icu_collections v2.1.1
14732026-05-21T09:52:38.389Z Compiling scrypt v0.11.0
14742026-05-21T09:52:38.419Z Compiling aes v0.8.4
14752026-05-21T09:52:38.516Z Compiling scroll_derive v0.13.1
14762026-05-21T09:52:38.541Z Compiling thiserror v2.0.18
14772026-05-21T09:52:38.545Z Compiling darling_macro v0.20.11
14782026-05-21T09:52:38.659Z Compiling openssl-macros v0.1.1
14792026-05-21T09:52:38.675Z Compiling rustls-native-certs v0.8.3
14802026-05-21T09:52:38.867Z Compiling spki v0.7.3
14812026-05-21T09:52:38.986Z Compiling dtrace-parser v0.3.0
14822026-05-21T09:52:39.052Z Compiling icu_provider v2.1.1
14832026-05-21T09:52:39.082Z Compiling pkcs5 v0.7.1
14842026-05-21T09:52:39.189Z Compiling darling v0.20.11
14852026-05-21T09:52:39.192Z Compiling signature v2.2.0
14862026-05-21T09:52:39.276Z Compiling derive_builder_core v0.20.2
14872026-05-21T09:52:39.318Z Compiling webpki-roots v1.0.6
14882026-05-21T09:52:39.361Z Compiling icu_normalizer v2.1.1
14892026-05-21T09:52:39.387Z Compiling icu_properties v2.1.2
14902026-05-21T09:52:39.409Z Compiling bytes v1.11.1
14912026-05-21T09:52:39.438Z Compiling chrono v0.4.44
14922026-05-21T09:52:39.475Z Compiling pkcs8 v0.10.2
14932026-05-21T09:52:39.491Z Compiling ipnet v2.11.0
14942026-05-21T09:52:39.530Z Compiling scroll v0.13.0
14952026-05-21T09:52:39.624Z Compiling scroll_derive v0.12.1
14962026-05-21T09:52:39.782Z Compiling goblin v0.10.5
14972026-05-21T09:52:39.805Z Compiling thiserror-impl v1.0.69
14982026-05-21T09:52:39.808Z Compiling toml_datetime v0.6.11
14992026-05-21T09:52:39.834Z Compiling erased-serde v0.3.31
15002026-05-21T09:52:39.931Z Compiling tokio v1.52.1
15012026-05-21T09:52:40.015Z Compiling http v1.4.0
15022026-05-21T09:52:40.054Z Compiling serde_spanned v0.6.9
15032026-05-21T09:52:40.099Z Compiling serde_urlencoded v0.7.1
15042026-05-21T09:52:40.214Z Compiling serde_tokenstream v0.2.3
15052026-05-21T09:52:40.229Z Compiling derive_builder_macro v0.20.2
15062026-05-21T09:52:40.322Z Compiling idna_adapter v1.2.1
15072026-05-21T09:52:40.342Z Compiling scroll v0.12.0
15082026-05-21T09:52:40.364Z Compiling md-5 v0.10.6
15092026-05-21T09:52:40.479Z Compiling idna v1.1.0
15102026-05-21T09:52:40.495Z Compiling ppv-lite86 v0.2.21
15112026-05-21T09:52:40.551Z Compiling darling_macro v0.21.3
15122026-05-21T09:52:40.566Z Compiling bstr v1.12.1
15132026-05-21T09:52:40.571Z Compiling async-trait v0.1.89
15142026-05-21T09:52:40.633Z Compiling zerocopy-derive v0.7.35
15152026-05-21T09:52:40.649Z Compiling pin-project-internal v1.1.11
15162026-05-21T09:52:40.720Z Compiling http-body v1.0.1
15172026-05-21T09:52:40.843Z Compiling url v2.5.8
15182026-05-21T09:52:40.888Z Compiling rand_chacha v0.9.0
15192026-05-21T09:52:40.902Z Compiling http-body-util v0.1.3
15202026-05-21T09:52:40.963Z Compiling rand_chacha v0.3.1
15212026-05-21T09:52:41.070Z Compiling hash32 v0.2.1
15222026-05-21T09:52:41.137Z Compiling rand v0.9.2
15232026-05-21T09:52:41.165Z Compiling thiserror v1.0.69
15242026-05-21T09:52:41.169Z Compiling memoffset v0.9.1
15252026-05-21T09:52:41.264Z Compiling encoding_rs v0.8.35
15262026-05-21T09:52:41.281Z Compiling smoltcp v0.9.1
15272026-05-21T09:52:41.296Z Compiling cfg_aliases v0.2.1
15282026-05-21T09:52:41.401Z Compiling base16ct v0.2.0
15292026-05-21T09:52:41.597Z Compiling psl-types v2.0.11
15302026-05-21T09:52:41.622Z Compiling fallible-iterator v0.2.0
15312026-05-21T09:52:41.636Z Compiling ref-cast v1.0.25
15322026-05-21T09:52:41.651Z Compiling litrs v1.0.0
15332026-05-21T09:52:41.675Z Compiling num-bigint-dig v0.8.6
15342026-05-21T09:52:41.733Z Compiling proptest v1.10.0
15352026-05-21T09:52:41.803Z Compiling rustix v0.38.44
15362026-05-21T09:52:41.807Z Compiling zlib-rs v0.6.2
15372026-05-21T09:52:41.887Z Compiling mime v0.3.17
15382026-05-21T09:52:41.940Z Compiling postgres-protocol v0.6.10
15392026-05-21T09:52:41.972Z Compiling pin-project v1.1.11
15402026-05-21T09:52:42.003Z Compiling publicsuffix v2.3.0
15412026-05-21T09:52:42.066Z Compiling zerocopy v0.7.35
15422026-05-21T09:52:42.097Z Compiling sec1 v0.7.3
15432026-05-21T09:52:42.175Z Compiling ipnetwork v0.21.1
15442026-05-21T09:52:42.192Z Compiling document-features v0.2.12
15452026-05-21T09:52:42.244Z Compiling nix v0.31.2
15462026-05-21T09:52:42.279Z Compiling rand v0.8.6
15472026-05-21T09:52:42.307Z Compiling darling v0.21.3
15482026-05-21T09:52:42.388Z Compiling derive_builder v0.20.2
15492026-05-21T09:52:42.402Z Compiling goblin v0.8.2
15502026-05-21T09:52:42.510Z Compiling oxnet v0.1.5
15512026-05-21T09:52:42.531Z Compiling dof v0.4.0
15522026-05-21T09:52:42.620Z Compiling futures-executor v0.3.32
15532026-05-21T09:52:42.637Z Compiling hex v0.4.3
15542026-05-21T09:52:42.711Z Compiling cargo-platform v0.1.9
15552026-05-21T09:52:42.745Z Compiling hubpack_derive v0.1.1
15562026-05-21T09:52:42.800Z Compiling hkdf v0.12.4
15572026-05-21T09:52:42.816Z Compiling crypto-bigint v0.5.5
15582026-05-21T09:52:42.893Z Compiling regex v1.12.3
15592026-05-21T09:52:42.994Z Compiling group v0.13.0
15602026-05-21T09:52:43.025Z Compiling curve25519-dalek-derive v0.1.1
15612026-05-21T09:52:43.053Z Compiling daft-derive v0.1.7
15622026-05-21T09:52:43.095Z Compiling snafu-derive v0.8.9
15632026-05-21T09:52:43.136Z Compiling ref-cast-impl v1.0.25
15642026-05-21T09:52:43.188Z Compiling strum_macros v0.27.2
15652026-05-21T09:52:43.337Z Compiling num-iter v0.1.45
15662026-05-21T09:52:43.749Z Compiling tokio-util v0.7.18
15672026-05-21T09:52:43.764Z Compiling tower v0.5.3
15682026-05-21T09:52:43.767Z Compiling tokio-native-tls v0.3.1
15692026-05-21T09:52:43.864Z Compiling phf_shared v0.13.1
15702026-05-21T09:52:43.879Z Compiling terminal_size v0.4.3
15712026-05-21T09:52:43.968Z Compiling lazy_static v1.5.0
15722026-05-21T09:52:44.034Z Compiling anstyle-parse v0.2.7
15732026-05-21T09:52:44.050Z Compiling vergen v9.0.6
15742026-05-21T09:52:44.075Z Compiling newtype-uuid v1.3.2
15752026-05-21T09:52:44.124Z Compiling fs-err v3.3.0
15762026-05-21T09:52:44.139Z Compiling ahash v0.8.12
15772026-05-21T09:52:44.153Z Compiling same-file v1.0.6
15782026-05-21T09:52:44.230Z Compiling tower-http v0.6.8
15792026-05-21T09:52:44.254Z Compiling winnow v0.5.40
15802026-05-21T09:52:44.279Z Compiling bitflags v1.3.2
15812026-05-21T09:52:44.387Z Compiling foldhash v0.1.5
15822026-05-21T09:52:44.387Z Compiling managed v0.8.0
15832026-05-21T09:52:44.390Z Compiling unicode-segmentation v1.12.0
15842026-05-21T09:52:44.430Z Compiling bumpalo v3.20.2
15852026-05-21T09:52:44.481Z Compiling libbz2-rs-sys v0.2.2
15862026-05-21T09:52:44.592Z Compiling h2 v0.4.13
15872026-05-21T09:52:44.627Z Compiling object v0.37.3
15882026-05-21T09:52:44.675Z Compiling flate2 v1.1.9
15892026-05-21T09:52:44.697Z Compiling foldhash v0.2.0
15902026-05-21T09:52:44.824Z Compiling dof v0.3.0
15912026-05-21T09:52:44.865Z Compiling hashbrown v0.16.1
15922026-05-21T09:52:44.941Z Compiling bzip2 v0.6.1
15932026-05-21T09:52:44.972Z Compiling clap_builder v4.6.0
15942026-05-21T09:52:44.999Z Compiling zopfli v0.8.3
15952026-05-21T09:52:45.074Z Compiling snafu v0.8.9
15962026-05-21T09:52:45.109Z Compiling hashbrown v0.15.5
15972026-05-21T09:52:45.228Z Compiling daft v0.1.7
15982026-05-21T09:52:45.281Z Compiling strum v0.27.2
15992026-05-21T09:52:45.310Z Compiling walkdir v2.5.0
16002026-05-21T09:52:45.446Z Compiling anstream v0.6.21
16012026-05-21T09:52:45.462Z Compiling usdt-macro v0.6.0
16022026-05-21T09:52:45.489Z Compiling usdt-attr-macro v0.6.0
16032026-05-21T09:52:45.528Z Compiling phf v0.13.1
16042026-05-21T09:52:45.585Z Compiling toml_edit v0.19.15
16052026-05-21T09:52:45.699Z Compiling signal-hook-mio v0.2.5
16062026-05-21T09:52:45.702Z Compiling cargo_metadata v0.19.2
16072026-05-21T09:52:45.730Z Compiling elliptic-curve v0.13.8
16082026-05-21T09:52:45.831Z Compiling hubpack v0.1.2
16092026-05-21T09:52:45.865Z Compiling cookie_store v0.22.1
16102026-05-21T09:52:45.885Z Compiling bzip2 v0.4.4
16112026-05-21T09:52:45.970Z Compiling futures v0.3.32
16122026-05-21T09:52:46.081Z Compiling serde_with_macros v3.17.0
16132026-05-21T09:52:46.101Z Compiling postgres-types v0.2.12
16142026-05-21T09:52:46.174Z Compiling zstd v0.13.3
16152026-05-21T09:52:46.250Z Compiling dtrace-parser v0.2.0
16162026-05-21T09:52:46.265Z Compiling globset v0.4.18
16172026-05-21T09:52:46.344Z Compiling pkcs1 v0.7.5
16182026-05-21T09:52:46.453Z Compiling ed25519 v2.2.3
16192026-05-21T09:52:46.537Z Compiling serde_plain v1.0.2
16202026-05-21T09:52:46.689Z Compiling olpc-cjson v0.1.4
16212026-05-21T09:52:46.758Z Compiling serde-big-array v0.5.1
16222026-05-21T09:52:46.773Z Compiling rfc6979 v0.4.0
16232026-05-21T09:52:46.866Z Compiling enum-as-inner v0.6.1
16242026-05-21T09:52:46.917Z Compiling async-recursion v1.1.1
16252026-05-21T09:52:46.932Z Compiling serde_repr v0.1.20
16262026-05-21T09:52:46.978Z Compiling strum_macros v0.26.4
16272026-05-21T09:52:47.025Z Compiling clap_derive v4.6.1
16282026-05-21T09:52:47.105Z Compiling phf_shared v0.11.3
16292026-05-21T09:52:47.250Z Compiling float-cmp v0.10.0
16302026-05-21T09:52:47.264Z Compiling pem v3.0.6
16312026-05-21T09:52:47.307Z Compiling thread-id v4.2.2
16322026-05-21T09:52:47.385Z Compiling memmap2 v0.9.10
16332026-05-21T09:52:47.403Z Compiling env_filter v1.0.0
16342026-05-21T09:52:47.418Z Compiling precomputed-hash v0.1.1
16352026-05-21T09:52:47.421Z Compiling new_debug_unreachable v1.0.6
16362026-05-21T09:52:47.504Z Compiling either v1.15.0
16372026-05-21T09:52:47.519Z Compiling normalize-line-endings v0.3.0
16382026-05-21T09:52:47.533Z Compiling difflib v0.4.0
16392026-05-21T09:52:47.608Z Compiling hyper v1.8.1
16402026-05-21T09:52:47.624Z Compiling fixedbitset v0.5.7
16412026-05-21T09:52:47.624Z Compiling keccak v0.1.6
16422026-05-21T09:52:47.652Z Compiling fixedbitset v0.4.2
16432026-05-21T09:52:47.724Z Compiling static_assertions v1.1.0
16442026-05-21T09:52:47.724Z Compiling whoami v2.1.0
16452026-05-21T09:52:47.813Z Compiling predicates-core v1.0.10
16462026-05-21T09:52:47.879Z Compiling jiff v0.2.21
16472026-05-21T09:52:47.944Z Compiling data-encoding v2.10.0
16482026-05-21T09:52:48.009Z Compiling typed-path v0.9.3
16492026-05-21T09:52:48.024Z Compiling tokio-postgres v0.7.16
16502026-05-21T09:52:48.112Z Compiling predicates v3.1.4
16512026-05-21T09:52:48.129Z Compiling petgraph v0.8.3
16522026-05-21T09:52:48.237Z Compiling petgraph v0.6.5
16532026-05-21T09:52:48.460Z Compiling hickory-proto v0.25.2
16542026-05-21T09:52:48.624Z Compiling sha3 v0.10.8
16552026-05-21T09:52:48.660Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16562026-05-21T09:52:48.746Z Compiling hyper-util v0.1.20
16572026-05-21T09:52:48.778Z Compiling strum v0.26.3
16582026-05-21T09:52:48.793Z Compiling itertools v0.13.0
16592026-05-21T09:52:48.850Z Compiling clap v4.6.1
16602026-05-21T09:52:48.928Z Compiling env_logger v0.11.9
16612026-05-21T09:52:48.948Z Compiling usdt v0.6.0
16622026-05-21T09:52:49.104Z Compiling string_cache v0.8.9
16632026-05-21T09:52:49.222Z Compiling toml_edit v0.22.27
16642026-05-21T09:52:49.237Z Compiling usdt-impl v0.5.0
16652026-05-21T09:52:49.254Z Compiling serde_with v3.17.0
16662026-05-21T09:52:49.334Z Compiling crossterm v0.28.1
16672026-05-21T09:52:49.401Z Compiling toml v0.7.8
16682026-05-21T09:52:49.745Z Compiling ecdsa v0.16.9
16692026-05-21T09:52:49.888Z Compiling rsa v0.9.10
16702026-05-21T09:52:50.031Z Compiling ed25519-dalek v2.2.0
16712026-05-21T09:52:50.156Z Compiling hyper-tls v0.6.0
16722026-05-21T09:52:50.297Z Compiling zip v0.6.6
16732026-05-21T09:52:50.406Z Compiling iddqd v0.4.1
16742026-05-21T09:52:50.535Z Compiling zip v4.6.1
16752026-05-21T09:52:50.899Z Compiling heck v0.4.1
16762026-05-21T09:52:50.929Z Compiling similar v2.7.0
16772026-05-21T09:52:50.980Z Compiling tokio-stream v0.1.18
16782026-05-21T09:52:51.009Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-21T09:52:51.158Z Compiling buf-list v1.1.2
16802026-05-21T09:52:51.325Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-21T09:52:51.454Z Compiling openapiv3 v2.2.0
16822026-05-21T09:52:51.473Z Compiling x509-cert v0.2.5
16832026-05-21T09:52:51.519Z Compiling sha1 v0.10.6
16842026-05-21T09:52:51.607Z Compiling crossbeam-epoch v0.9.18
16852026-05-21T09:52:51.628Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-21T09:52:51.648Z Compiling peg-runtime v0.8.5
16872026-05-21T09:52:51.651Z Compiling lalrpop-util v0.19.12
16882026-05-21T09:52:51.677Z Compiling thread_local v1.1.9
16892026-05-21T09:52:51.777Z Compiling slog-async v2.8.0
16902026-05-21T09:52:51.826Z Compiling crossbeam-channel v0.5.15
16912026-05-21T09:52:51.868Z Compiling is-terminal v0.4.17
16922026-05-21T09:52:51.938Z Compiling filetime v0.2.27
16932026-05-21T09:52:51.954Z Compiling xattr v1.6.1
16942026-05-21T09:52:51.969Z Compiling term v1.2.1
16952026-05-21T09:52:51.971Z Compiling take_mut v0.2.2
16962026-05-21T09:52:52.098Z Compiling tar v0.4.45
16972026-05-21T09:52:52.294Z Compiling slog-term v2.9.2
16982026-05-21T09:53:09.788Z Compiling rustls-webpki v0.103.9
16992026-05-21T09:53:12.579Z Compiling tokio-rustls v0.26.4
17002026-05-21T09:53:12.579Z Compiling rustls-platform-verifier v0.6.2
17012026-05-21T09:53:12.766Z Compiling hyper-rustls v0.27.7
17022026-05-21T09:53:12.955Z Compiling reqwest v0.12.28
17032026-05-21T09:53:12.958Z Compiling reqwest v0.13.2
17042026-05-21T09:53:14.186Z Compiling tough v0.22.0
17052026-05-21T09:53:16.672Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-21T09:53:16.911Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-21T09:53:19.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.17s
17082026-05-21T09:53:19.882Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-05-21T09:53:19.940ZMay 21 09:53:18.074 INFO Starting download, target: Clickhouse
17102026-05-21T09:53:19.940ZMay 21 09:53:18.075 INFO Starting download, target: Console
17112026-05-21T09:53:19.940ZMay 21 09:53:18.075 INFO Starting download, target: DendriteStub
17122026-05-21T09:53:19.940ZMay 21 09:53:18.075 INFO Starting download, target: MaghemiteMgd
17132026-05-21T09:53:19.944ZMay 21 09:53:18.075 INFO Starting download, target: Cockroach
17142026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Starting download, target: MaghemiteDdmd
17152026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Starting download, target: TransceiverControl
17162026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17212026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-21T09:53:19.945ZMay 21 09:53:18.075 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-05-21T09:53:20.571ZMay 21 09:53:18.701 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-05-21T09:53:20.809ZMay 21 09:53:18.940 INFO Download complete, target: TransceiverControl
17252026-05-21T09:53:21.021ZMay 21 09:53:19.105 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-05-21T09:53:21.218ZMay 21 09:53:19.346 INFO Download complete, target: Console
17272026-05-21T09:53:22.805ZMay 21 09:53:20.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-05-21T09:53:23.012ZMay 21 09:53:21.108 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-05-21T09:53:23.330ZMay 21 09:53:21.420 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-05-21T09:53:23.558ZMay 21 09:53:21.673 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-05-21T09:53:24.541ZMay 21 09:53:22.638 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-05-21T09:53:24.541ZMay 21 09:53:22.638 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-05-21T09:53:25.141ZMay 21 09:53:23.249 INFO Download complete, target: MaghemiteDdmd
17342026-05-21T09:53:25.401ZMay 21 09:53:23.528 INFO Download complete, target: DendriteStub
17352026-05-21T09:53:25.823ZMay 21 09:53:23.957 INFO Download complete, target: MaghemiteMgd
17362026-05-21T09:53:29.293ZMay 21 09:53:27.427 INFO Checking that binary works, target: Cockroach
17372026-05-21T09:53:29.418ZMay 21 09:53:27.552 INFO Download complete, target: Cockroach
17382026-05-21T09:53:30.399ZMay 21 09:53:28.533 INFO Checking that binary works, target: Clickhouse
17392026-05-21T09:53:30.487ZMay 21 09:53:28.622 INFO Download complete, target: Clickhouse
17402026-05-21T09:53:30.494ZAll prerequisites installed successfully
17412026-05-21T09:53:30.497Z
17422026-05-21T09:53:30.497Zreal 2:03.428173906
17432026-05-21T09:53:30.497Zuser 6:58.953978301
17442026-05-21T09:53:30.497Zsys 1:42.394872331
17452026-05-21T09:53:30.497Ztrap 0.241010786
17462026-05-21T09:53:30.497Ztflt 1.175478084
17472026-05-21T09:53:30.497Zdflt 1.694261926
17482026-05-21T09:53:30.497Zkflt 0.030009954
17492026-05-21T09:53:30.497Zlock 23:30.563494502
17502026-05-21T09:53:30.497Zslp 18:57.073870562
17512026-05-21T09:53:30.497Zlat 24.198647266
17522026-05-21T09:53:30.497Zstop 2:51.381932390
17532026-05-21T09:53:30.497Z+ ptime -m cargo xtask download softnpu
17542026-05-21T09:53:31.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17552026-05-21T09:53:31.067Z Running `target/debug/xtask download softnpu`
17562026-05-21T09:53:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17572026-05-21T09:53:31.945Z Running `target/debug/xtask-downloader softnpu`
17582026-05-21T09:53:31.992ZMay 21 09:53:30.126 INFO Starting download, target: Softnpu
17592026-05-21T09:53:31.995ZMay 21 09:53:30.127 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-05-21T09:53:32.759ZMay 21 09:53:30.887 INFO Download complete, target: Softnpu
17612026-05-21T09:53:32.768Z
17622026-05-21T09:53:32.768Zreal 2.256265952
17632026-05-21T09:53:32.768Zuser 1.377668158
17642026-05-21T09:53:32.768Zsys 0.678190811
17652026-05-21T09:53:32.768Ztrap 0.000574600
17662026-05-21T09:53:32.768Ztflt 0.000120700
17672026-05-21T09:53:32.768Zdflt 0.000154991
17682026-05-21T09:53:32.768Zkflt 0.000000000
17692026-05-21T09:53:32.769Zlock 13.951025181
17702026-05-21T09:53:32.769Zslp 0.627997950
17712026-05-21T09:53:32.769Zlat 0.072112446
17722026-05-21T09:53:32.769Zstop 0.000191799
17732026-05-21T09:53:32.769Z+ export CARGO_INCREMENTAL=0
17742026-05-21T09:53:32.769Z+ CARGO_INCREMENTAL=0
17752026-05-21T09:53:32.769Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-05-21T09:53:33.686Z Compiling proc-macro2 v1.0.106
17772026-05-21T09:53:33.686Z Compiling quote v1.0.45
17782026-05-21T09:53:33.686Z Compiling unicode-ident v1.0.24
17792026-05-21T09:53:33.687Z Compiling libc v0.2.185
17802026-05-21T09:53:33.696Z Compiling serde_core v1.0.228
17812026-05-21T09:53:33.696Z Compiling serde v1.0.228
17822026-05-21T09:53:33.696Z Compiling cfg-if v1.0.4
17832026-05-21T09:53:33.696Z Compiling version_check v0.9.5
17842026-05-21T09:53:33.696Z Compiling find-msvc-tools v0.1.9
17852026-05-21T09:53:33.696Z Compiling shlex v1.3.0
17862026-05-21T09:53:33.696Z Compiling typenum v1.19.0
17872026-05-21T09:53:33.696Z Compiling zmij v1.0.21
17882026-05-21T09:53:33.696Z Compiling autocfg v1.5.0
17892026-05-21T09:53:33.696Z Compiling memchr v2.8.0
17902026-05-21T09:53:33.696Z Compiling serde_json v1.0.149
17912026-05-21T09:53:33.979Z Compiling portable-atomic v1.13.1
17922026-05-21T09:53:34.052Z Compiling libm v0.2.16
17932026-05-21T09:53:34.080Z Compiling zerocopy v0.8.40
17942026-05-21T09:53:34.125Z Compiling parking_lot_core v0.9.12
17952026-05-21T09:53:34.194Z Compiling smallvec v1.15.1
17962026-05-21T09:53:34.203Z Compiling icu_properties_data v2.1.2
17972026-05-21T09:53:34.213Z Compiling icu_normalizer_data v2.1.1
17982026-05-21T09:53:34.233Z Compiling itoa v1.0.17
17992026-05-21T09:53:34.302Z Compiling getrandom v0.4.1
18002026-05-21T09:53:34.318Z Compiling generic-array v0.14.7
18012026-05-21T09:53:34.403Z Compiling num-traits v0.2.19
18022026-05-21T09:53:34.436Z Compiling log v0.4.29
18032026-05-21T09:53:34.506Z Compiling stable_deref_trait v1.2.1
18042026-05-21T09:53:34.509Z Compiling pkg-config v0.3.32
18052026-05-21T09:53:34.537Z Compiling subtle v2.6.1
18062026-05-21T09:53:34.655Z Compiling scopeguard v1.2.0
18072026-05-21T09:53:34.729Z Compiling litemap v0.8.1
18082026-05-21T09:53:34.757Z Compiling percent-encoding v2.3.2
18092026-05-21T09:53:34.789Z Compiling lock_api v0.4.14
18102026-05-21T09:53:34.804Z Compiling writeable v0.6.2
18112026-05-21T09:53:34.900Z Compiling jobserver v0.1.34
18122026-05-21T09:53:34.975Z Compiling getrandom v0.2.17
18132026-05-21T09:53:35.032Z Compiling errno v0.3.14
18142026-05-21T09:53:35.055Z Compiling fnv v1.0.7
18152026-05-21T09:53:35.058Z Compiling pin-project-lite v0.2.17
18162026-05-21T09:53:35.112Z Compiling rand_core v0.6.4
18172026-05-21T09:53:35.165Z Compiling syn v2.0.117
18182026-05-21T09:53:35.183Z Compiling cc v1.2.56
18192026-05-21T09:53:35.245Z Compiling thiserror v2.0.18
18202026-05-21T09:53:35.328Z Compiling getrandom v0.3.4
18212026-05-21T09:53:35.364Z Compiling equivalent v1.0.2
18222026-05-21T09:53:35.394Z Compiling dunce v1.0.5
18232026-05-21T09:53:35.399Z Compiling fs_extra v1.3.0
18242026-05-21T09:53:35.433Z Compiling utf8_iter v1.0.4
18252026-05-21T09:53:35.442Z Compiling schemars v0.8.22
18262026-05-21T09:53:35.478Z Compiling rand_core v0.10.0
18272026-05-21T09:53:35.492Z Compiling rustversion v1.0.22
18282026-05-21T09:53:35.542Z Compiling form_urlencoded v1.2.2
18292026-05-21T09:53:35.675Z Compiling critical-section v1.2.0
18302026-05-21T09:53:35.680Z Compiling signal-hook-registry v1.4.8
18312026-05-21T09:53:35.822Z Compiling hashbrown v0.17.0
18322026-05-21T09:53:35.826Z Compiling rustix v1.1.3
18332026-05-21T09:53:35.845Z Compiling mio v1.2.0
18342026-05-21T09:53:35.895Z Compiling socket2 v0.6.3
18352026-05-21T09:53:35.944Z Compiling cmake v0.1.57
18362026-05-21T09:53:36.158Z Compiling once_cell v1.21.3
18372026-05-21T09:53:36.212Z Compiling semver v1.0.28
18382026-05-21T09:53:36.335Z Compiling bitflags v2.11.0
18392026-05-21T09:53:36.348Z Compiling indexmap v2.14.0
18402026-05-21T09:53:36.395Z Compiling parking_lot v0.12.5
18412026-05-21T09:53:36.421Z Compiling const-oid v0.9.6
18422026-05-21T09:53:36.484Z Compiling heck v0.5.0
18432026-05-21T09:53:36.540Z Compiling aws-lc-rs v1.16.3
18442026-05-21T09:53:36.554Z Compiling ring v0.17.14
18452026-05-21T09:53:36.554Z Compiling aws-lc-sys v0.40.0
18462026-05-21T09:53:36.590Z Compiling futures-core v0.3.32
18472026-05-21T09:53:36.606Z Compiling httparse v1.10.1
18482026-05-21T09:53:36.750Z Compiling thiserror v1.0.69
18492026-05-21T09:53:36.771Z Compiling strsim v0.11.1
18502026-05-21T09:53:36.809Z Compiling vcpkg v0.2.15
18512026-05-21T09:53:36.918Z Compiling iana-time-zone v0.1.65
18522026-05-21T09:53:37.020Z Compiling byteorder v1.5.0
18532026-05-21T09:53:37.066Z Compiling ucd-trie v0.1.7
18542026-05-21T09:53:37.102Z Compiling regex-syntax v0.8.10
18552026-05-21T09:53:37.137Z Compiling syn v1.0.109
18562026-05-21T09:53:37.169Z Compiling ident_case v1.0.1
18572026-05-21T09:53:37.215Z Compiling uuid v1.23.0
18582026-05-21T09:53:37.256Z Compiling pest v2.8.6
18592026-05-21T09:53:37.304Z Compiling rustls v0.23.37
18602026-05-21T09:53:37.334Z Compiling cpufeatures v0.2.17
18612026-05-21T09:53:37.376Z Compiling openssl-sys v0.9.115
18622026-05-21T09:53:37.534Z Compiling futures-sink v0.3.32
18632026-05-21T09:53:37.563Z Compiling rustc_version v0.4.1
18642026-05-21T09:53:37.622Z Compiling futures-io v0.3.32
18652026-05-21T09:53:37.639Z Compiling futures-channel v0.3.32
18662026-05-21T09:53:37.663Z Compiling slab v0.4.12
18672026-05-21T09:53:37.790Z Compiling futures-task v0.3.32
18682026-05-21T09:53:37.883Z Compiling aho-corasick v1.1.4
18692026-05-21T09:53:37.922Z Compiling dyn-clone v1.0.20
18702026-05-21T09:53:37.985Z Compiling synstructure v0.13.2
18712026-05-21T09:53:38.024Z Compiling serde_derive_internals v0.29.1
18722026-05-21T09:53:38.175Z Compiling crc32fast v1.5.0
18732026-05-21T09:53:38.182Z Compiling openssl v0.10.79
18742026-05-21T09:53:38.261Z Compiling base64 v0.22.1
18752026-05-21T09:53:38.337Z Compiling plain v0.2.3
18762026-05-21T09:53:38.382Z Compiling pest_meta v2.8.6
18772026-05-21T09:53:38.440Z Compiling crossbeam-utils v0.8.21
18782026-05-21T09:53:38.525Z Compiling num-conv v0.2.0
18792026-05-21T09:53:38.541Z Compiling time-core v0.1.8
18802026-05-21T09:53:38.640Z Compiling pretty-hex v0.4.1
18812026-05-21T09:53:38.667Z Compiling native-tls v0.2.18
18822026-05-21T09:53:38.706Z Compiling regex-automata v0.4.14
18832026-05-21T09:53:38.737Z Compiling time-macros v0.2.27
18842026-05-21T09:53:38.768Z Compiling base64ct v1.8.3
18852026-05-21T09:53:38.785Z Compiling anyhow v1.0.102
18862026-05-21T09:53:38.801Z Compiling darling_core v0.21.3
18872026-05-21T09:53:38.946Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-05-21T09:53:39.022Z Compiling pest_generator v2.8.6
18892026-05-21T09:53:39.044Z Compiling pem-rfc7468 v0.7.0
18902026-05-21T09:53:39.081Z Compiling tracing-core v0.1.36
18912026-05-21T09:53:39.250Z Compiling serde_derive v1.0.228
18922026-05-21T09:53:39.288Z Compiling zeroize_derive v1.4.3
18932026-05-21T09:53:39.321Z Compiling zerofrom-derive v0.1.6
18942026-05-21T09:53:39.337Z Compiling yoke-derive v0.8.1
18952026-05-21T09:53:39.340Z Compiling zerovec-derive v0.11.2
18962026-05-21T09:53:39.367Z Compiling displaydoc v0.2.5
18972026-05-21T09:53:39.677Z Compiling zerocopy-derive v0.8.40
18982026-05-21T09:53:39.692Z Compiling tokio-macros v2.7.0
18992026-05-21T09:53:39.727Z Compiling futures-macro v0.3.32
19002026-05-21T09:53:39.894Z Compiling zeroize v1.8.2
19012026-05-21T09:53:40.156Z Compiling thiserror-impl v2.0.18
19022026-05-21T09:53:40.272Z Compiling schemars_derive v0.8.22
19032026-05-21T09:53:40.366Z Compiling tracing-attributes v0.1.31
19042026-05-21T09:53:40.381Z Compiling der_derive v0.7.3
19052026-05-21T09:53:40.439Z Compiling zerofrom v0.1.6
19062026-05-21T09:53:40.583Z Compiling yoke v0.8.1
19072026-05-21T09:53:40.689Z Compiling crypto-common v0.1.7
19082026-05-21T09:53:40.749Z Compiling zerovec v0.11.5
19092026-05-21T09:53:40.786Z Compiling zerotrie v0.2.3
19102026-05-21T09:53:40.849Z Compiling block-buffer v0.10.4
19112026-05-21T09:53:40.978Z Compiling digest v0.10.7
19122026-05-21T09:53:41.206Z Compiling thiserror-impl v1.0.69
19132026-05-21T09:53:41.274Z Compiling tinystr v0.8.2
19142026-05-21T09:53:41.322Z Compiling potential_utf v0.1.4
19152026-05-21T09:53:41.340Z Compiling pest_derive v2.8.6
19162026-05-21T09:53:41.398Z Compiling futures-util v0.3.32
19172026-05-21T09:53:41.401Z Compiling hmac v0.12.1
19182026-05-21T09:53:41.505Z Compiling icu_locale_core v2.1.1
19192026-05-21T09:53:41.522Z Compiling icu_collections v2.1.1
19202026-05-21T09:53:41.749Z Compiling block-padding v0.3.3
19212026-05-21T09:53:41.781Z Compiling rustls-pki-types v1.14.0
19222026-05-21T09:53:42.144Z Compiling inout v0.1.4
19232026-05-21T09:53:42.166Z Compiling openssl-macros v0.1.1
19242026-05-21T09:53:42.254Z Compiling icu_provider v2.1.1
19252026-05-21T09:53:42.307Z Compiling bytes v1.11.1
19262026-05-21T09:53:42.310Z Compiling chrono v0.4.44
19272026-05-21T09:53:42.518Z Compiling icu_normalizer v2.1.1
19282026-05-21T09:53:42.562Z Compiling icu_properties v2.1.2
19292026-05-21T09:53:42.608Z Compiling serde_tokenstream v0.2.3
19302026-05-21T09:53:42.908Z Compiling tokio v1.52.1
19312026-05-21T09:53:43.199Z Compiling cipher v0.4.4
19322026-05-21T09:53:43.237Z Compiling sha2 v0.10.9
19332026-05-21T09:53:43.481Z Compiling idna_adapter v1.2.1
19342026-05-21T09:53:43.626Z Compiling idna v1.1.0
19352026-05-21T09:53:43.809Z Compiling scroll_derive v0.12.1
19362026-05-21T09:53:43.828Z Compiling scroll_derive v0.13.1
19372026-05-21T09:53:43.922Z Compiling ppv-lite86 v0.2.21
19382026-05-21T09:53:44.038Z Compiling url v2.5.8
19392026-05-21T09:53:44.266Z Compiling http v1.4.0
19402026-05-21T09:53:44.295Z Compiling untrusted v0.9.0
19412026-05-21T09:53:44.339Z Compiling flagset v0.4.7
19422026-05-21T09:53:44.462Z Compiling der v0.7.10
19432026-05-21T09:53:44.465Z Compiling tracing v0.1.44
19442026-05-21T09:53:44.603Z Compiling darling_macro v0.21.3
19452026-05-21T09:53:44.618Z Compiling regex v1.12.3
19462026-05-21T09:53:44.866Z Compiling zerocopy-derive v0.7.35
19472026-05-21T09:53:44.889Z Compiling rand_core v0.9.5
19482026-05-21T09:53:45.031Z Compiling slog v2.8.2
19492026-05-21T09:53:45.483Z Compiling spki v0.7.3
19502026-05-21T09:53:45.500Z Compiling darling v0.21.3
19512026-05-21T09:53:45.586Z Compiling salsa20 v0.10.2
19522026-05-21T09:53:45.602Z Compiling pbkdf2 v0.12.2
19532026-05-21T09:53:46.061Z Compiling cookie v0.18.1
19542026-05-21T09:53:46.122Z Compiling camino v1.2.2
19552026-05-21T09:53:46.424Z Compiling scrypt v0.11.0
19562026-05-21T09:53:46.440Z Compiling http-body v1.0.1
19572026-05-21T09:53:46.443Z Compiling rand_chacha v0.9.0
19582026-05-21T09:53:46.539Z Compiling aes v0.8.4
19592026-05-21T09:53:46.542Z Compiling cbc v0.1.2
19602026-05-21T09:53:46.689Z Compiling usdt-impl v0.5.0
19612026-05-21T09:53:46.692Z Compiling atomic-waker v1.1.2
19622026-05-21T09:53:46.721Z Compiling tokio-util v0.7.18
19632026-05-21T09:53:46.733Z Compiling either v1.15.0
19642026-05-21T09:53:46.834Z Compiling tinyvec_macros v0.1.1
19652026-05-21T09:53:46.882Z Compiling ref-cast v1.0.25
19662026-05-21T09:53:46.915Z Compiling openssl-probe v0.2.1
19672026-05-21T09:53:46.930Z Compiling untrusted v0.7.1
19682026-05-21T09:53:46.956Z Compiling usdt-impl v0.6.0
19692026-05-21T09:53:46.987Z Compiling paste v1.0.15
19702026-05-21T09:53:47.016Z Compiling winnow v0.7.14
19712026-05-21T09:53:47.071Z Compiling tinyvec v1.10.0
19722026-05-21T09:53:47.092Z Compiling pkcs5 v0.7.1
19732026-05-21T09:53:47.324Z Compiling rand v0.9.2
19742026-05-21T09:53:47.659Z Compiling scroll v0.13.0
19752026-05-21T09:53:47.700Z Compiling scroll v0.12.0
19762026-05-21T09:53:47.792Z Compiling toml_datetime v0.6.11
19772026-05-21T09:53:47.896Z Compiling serde_spanned v0.6.9
19782026-05-21T09:53:47.952Z Compiling async-trait v0.1.89
19792026-05-21T09:53:47.981Z Compiling heapless v0.7.17
19802026-05-21T09:53:48.073Z Compiling bzip2-sys v0.1.13+1.0.8
19812026-05-21T09:53:48.089Z Compiling tower-layer v0.3.3
19822026-05-21T09:53:48.119Z Compiling zstd-safe v7.2.4
19832026-05-21T09:53:48.276Z Compiling try-lock v0.2.5
19842026-05-21T09:53:48.307Z Compiling tower-service v0.3.3
19852026-05-21T09:53:48.411Z Compiling signal-hook v0.3.18
19862026-05-21T09:53:48.426Z Compiling fastrand v2.3.0
19872026-05-21T09:53:48.532Z Compiling want v0.3.1
19882026-05-21T09:53:48.565Z Compiling h2 v0.4.13
19892026-05-21T09:53:48.595Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-05-21T09:53:48.785Z Compiling goblin v0.8.2
19912026-05-21T09:53:48.805Z Compiling goblin v0.10.5
19922026-05-21T09:53:48.821Z Compiling pkcs8 v0.10.2
19932026-05-21T09:53:48.955Z Compiling zerocopy v0.7.35
19942026-05-21T09:53:49.124Z Compiling ipnet v2.11.0
19952026-05-21T09:53:49.298Z Compiling ref-cast-impl v1.0.25
19962026-05-21T09:53:49.355Z Compiling darling_core v0.20.11
19972026-05-21T09:53:49.539Z Compiling curve25519-dalek v4.1.3
19982026-05-21T09:53:49.568Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-05-21T09:53:49.818Z Compiling memoffset v0.9.1
20002026-05-21T09:53:49.857Z Compiling winnow v0.5.40
20012026-05-21T09:53:49.861Z Compiling utf8parse v0.2.2
20022026-05-21T09:53:50.186Z Compiling pin-utils v0.1.0
20032026-05-21T09:53:50.251Z Compiling httpdate v1.0.3
20042026-05-21T09:53:50.409Z Compiling foreign-types-shared v0.1.1
20052026-05-21T09:53:50.512Z Compiling rustix v0.38.44
20062026-05-21T09:53:50.578Z Compiling litrs v1.0.0
20072026-05-21T09:53:50.591Z Compiling foreign-types v0.3.2
20082026-05-21T09:53:50.656Z Compiling tempfile v3.25.0
20092026-05-21T09:53:51.005Z Compiling dof v0.3.0
20102026-05-21T09:53:51.047Z Compiling document-features v0.2.12
20112026-05-21T09:53:51.133Z Compiling toml_edit v0.19.15
20122026-05-21T09:53:51.287Z Compiling unicode-normalization v0.1.25
20132026-05-21T09:53:51.293Z Compiling darling_macro v0.20.11
20142026-05-21T09:53:51.571Z Compiling hyper v1.8.1
20152026-05-21T09:53:51.597Z Compiling dof v0.4.0
20162026-05-21T09:53:51.605Z Compiling dtrace-parser v0.2.0
20172026-05-21T09:53:51.877Z Compiling dtrace-parser v0.3.0
20182026-05-21T09:53:51.913Z Compiling daft-derive v0.1.7
20192026-05-21T09:53:52.020Z Compiling pin-project-internal v1.1.11
20202026-05-21T09:53:52.234Z Compiling spin v0.9.8
20212026-05-21T09:53:52.262Z Compiling thread-id v5.1.0
20222026-05-21T09:53:52.278Z Compiling thread-id v4.2.2
20232026-05-21T09:53:52.367Z Compiling num-bigint-dig v0.8.6
20242026-05-21T09:53:52.381Z Compiling anstyle v1.0.14
20252026-05-21T09:53:52.466Z Compiling powerfmt v0.2.0
20262026-05-21T09:53:52.480Z Compiling cfg_aliases v0.2.1
20272026-05-21T09:53:52.578Z Compiling smoltcp v0.9.1
20282026-05-21T09:53:52.596Z Compiling nix v0.31.2
20292026-05-21T09:53:52.629Z Compiling deranged v0.5.8
20302026-05-21T09:53:52.642Z Compiling hyper-util v0.1.20
20312026-05-21T09:53:53.015Z Compiling darling v0.20.11
20322026-05-21T09:53:53.143Z Compiling rustls-native-certs v0.8.3
20332026-05-21T09:53:53.292Z Compiling ipnetwork v0.21.1
20342026-05-21T09:53:53.649Z Compiling curve25519-dalek-derive v0.1.1
20352026-05-21T09:53:53.665Z Compiling strum_macros v0.26.4
20362026-05-21T09:53:53.788Z Compiling sync_wrapper v1.0.2
20372026-05-21T09:53:53.824Z Compiling wait-timeout v0.2.1
20382026-05-21T09:53:54.130Z Compiling is_terminal_polyfill v1.70.2
20392026-05-21T09:53:54.290Z Compiling simd-adler32 v0.3.8
20402026-05-21T09:53:54.306Z Compiling colorchoice v1.0.4
20412026-05-21T09:53:54.378Z Compiling siphasher v1.0.2
20422026-05-21T09:53:54.381Z Compiling quick-error v1.2.3
20432026-05-21T09:53:54.412Z Compiling anstyle-query v1.1.5
20442026-05-21T09:53:54.436Z Compiling num_threads v0.1.7
20452026-05-21T09:53:54.536Z Compiling bit-vec v0.8.0
20462026-05-21T09:53:54.552Z Compiling rusty-fork v0.3.1
20472026-05-21T09:53:54.686Z Compiling time v0.3.47
20482026-05-21T09:53:54.782Z Compiling bit-set v0.8.0
20492026-05-21T09:53:54.844Z Compiling tower v0.5.3
20502026-05-21T09:53:55.240Z Compiling derive_builder_core v0.20.2
20512026-05-21T09:53:55.337Z Compiling http-body-util v0.1.3
20522026-05-21T09:53:55.587Z Compiling webpki-roots v1.0.6
20532026-05-21T09:53:55.626Z Compiling rand_xorshift v0.4.0
20542026-05-21T09:53:55.641Z Compiling signature v2.2.0
20552026-05-21T09:53:55.726Z Compiling hubpack_derive v0.1.1
20562026-05-21T09:53:55.788Z Compiling snafu-derive v0.8.9
20572026-05-21T09:53:55.804Z Compiling strum_macros v0.27.2
20582026-05-21T09:53:56.001Z Compiling fs-err v3.3.0
20592026-05-21T09:53:56.024Z Compiling ahash v0.8.12
20602026-05-21T09:53:56.167Z Compiling encoding_rs v0.8.35
20612026-05-21T09:53:56.198Z Compiling allocator-api2 v0.2.21
20622026-05-21T09:53:56.220Z Compiling ryu v1.0.23
20632026-05-21T09:53:56.250Z Compiling unicode-properties v0.1.4
20642026-05-21T09:53:56.346Z Compiling unicode-segmentation v1.12.0
20652026-05-21T09:53:56.368Z Compiling unicode-bidi v0.3.18
20662026-05-21T09:53:56.409Z Compiling iri-string v0.7.10
20672026-05-21T09:53:56.474Z Compiling adler2 v2.0.1
20682026-05-21T09:53:56.536Z Compiling object v0.37.3
20692026-05-21T09:53:56.572Z Compiling mime v0.3.17
20702026-05-21T09:53:56.616Z Compiling unarray v0.1.4
20712026-05-21T09:53:56.631Z Compiling miniz_oxide v0.8.9
20722026-05-21T09:53:56.703Z Compiling stringprep v0.1.5
20732026-05-21T09:53:56.735Z Compiling proptest v1.10.0
20742026-05-21T09:53:56.750Z Compiling serde_urlencoded v0.7.1
20752026-05-21T09:53:57.072Z Compiling derive_builder_macro v0.20.2
20762026-05-21T09:53:57.302Z Compiling tokio-native-tls v0.3.1
20772026-05-21T09:53:57.375Z Compiling usdt-attr-macro v0.6.0
20782026-05-21T09:53:57.426Z Compiling usdt-macro v0.6.0
20792026-05-21T09:53:57.514Z Compiling tower-http v0.6.8
20802026-05-21T09:53:57.600Z Compiling anstyle-parse v1.0.0
20812026-05-21T09:53:57.873Z Compiling rand_chacha v0.3.1
20822026-05-21T09:53:57.888Z Compiling erased-serde v0.3.31
20832026-05-21T09:53:57.941Z Compiling md-5 v0.10.6
20842026-05-21T09:53:57.944Z Compiling bstr v1.12.1
20852026-05-21T09:53:58.134Z Compiling num-integer v0.1.46
20862026-05-21T09:53:58.160Z Compiling hash32 v0.2.1
20872026-05-21T09:53:58.176Z Compiling vergen-lib v0.1.6
20882026-05-21T09:53:58.258Z Compiling ff v0.13.1
20892026-05-21T09:53:58.367Z Compiling zlib-rs v0.6.2
20902026-05-21T09:53:58.383Z Compiling fallible-iterator v0.2.0
20912026-05-21T09:53:58.464Z Compiling base16ct v0.2.0
20922026-05-21T09:53:58.512Z Compiling psl-types v2.0.11
20932026-05-21T09:53:58.591Z Compiling sec1 v0.7.3
20942026-05-21T09:53:58.633Z Compiling publicsuffix v2.3.0
20952026-05-21T09:53:58.682Z Compiling postgres-protocol v0.6.10
20962026-05-21T09:53:58.685Z Compiling group v0.13.0
20972026-05-21T09:53:58.712Z Compiling num-iter v0.1.45
20982026-05-21T09:53:58.819Z Compiling newtype-uuid v1.3.2
20992026-05-21T09:53:59.145Z Compiling rand v0.8.6
21002026-05-21T09:53:59.561Z Compiling oxnet v0.1.5
21012026-05-21T09:53:59.616Z Compiling anstream v1.0.0
21022026-05-21T09:53:59.674Z Compiling derive_builder v0.20.2
21032026-05-21T09:53:59.726Z Compiling hyper-tls v0.6.0
21042026-05-21T09:53:59.911Z Compiling heck v0.4.1
21052026-05-21T09:53:59.960Z Compiling phf_shared v0.13.1
21062026-05-21T09:53:59.960Z Compiling pin-project v1.1.11
21072026-05-21T09:54:00.063Z Compiling lazy_static v1.5.0
21082026-05-21T09:54:00.133Z Compiling anstyle-parse v0.2.7
21092026-05-21T09:54:00.214Z Compiling terminal_size v0.4.3
21102026-05-21T09:54:00.233Z Compiling serde_with_macros v3.17.0
21112026-05-21T09:54:00.253Z Compiling futures-executor v0.3.32
21122026-05-21T09:54:00.268Z Compiling cargo-platform v0.1.9
21132026-05-21T09:54:00.283Z Compiling hex v0.4.3
21142026-05-21T09:54:00.495Z Compiling flate2 v1.1.9
21152026-05-21T09:54:00.551Z Compiling hkdf v0.12.4
21162026-05-21T09:54:00.567Z Compiling crypto-bigint v0.5.5
21172026-05-21T09:54:00.570Z Compiling clap_derive v4.6.1
21182026-05-21T09:54:00.643Z Compiling enum-as-inner v0.6.1
21192026-05-21T09:54:00.660Z Compiling async-recursion v1.1.1
21202026-05-21T09:54:00.711Z Compiling serde_repr v0.1.20
21212026-05-21T09:54:00.794Z Compiling vergen v9.0.6
21222026-05-21T09:54:00.903Z Compiling bitflags v1.3.2
21232026-05-21T09:54:00.992Z Compiling managed v0.8.0
21242026-05-21T09:54:01.007Z Compiling foldhash v0.1.5
21252026-05-21T09:54:01.195Z Compiling bumpalo v3.20.2
21262026-05-21T09:54:01.281Z Compiling libbz2-rs-sys v0.2.2
21272026-05-21T09:54:01.284Z Compiling same-file v1.0.6
21282026-05-21T09:54:01.449Z Compiling clap_lex v1.0.0
21292026-05-21T09:54:01.465Z Compiling foldhash v0.2.0
21302026-05-21T09:54:01.553Z Compiling elliptic-curve v0.13.8
21312026-05-21T09:54:01.611Z Compiling clap_builder v4.6.0
21322026-05-21T09:54:01.642Z Compiling hashbrown v0.16.1
21332026-05-21T09:54:01.674Z Compiling bzip2 v0.6.1
21342026-05-21T09:54:01.855Z Compiling walkdir v2.5.0
21352026-05-21T09:54:01.886Z Compiling zopfli v0.8.3
21362026-05-21T09:54:02.148Z Compiling hashbrown v0.15.5
21372026-05-21T09:54:02.241Z Compiling cargo_metadata v0.19.2
21382026-05-21T09:54:02.290Z Compiling futures v0.3.32
21392026-05-21T09:54:02.445Z Compiling anstream v0.6.21
21402026-05-21T09:54:02.715Z Compiling zstd v0.13.3
21412026-05-21T09:54:02.738Z Compiling phf v0.13.1
21422026-05-21T09:54:02.782Z Compiling snafu v0.8.9
21432026-05-21T09:54:02.818Z Compiling signal-hook-mio v0.2.5
21442026-05-21T09:54:02.915Z Compiling daft v0.1.7
21452026-05-21T09:54:02.975Z Compiling cookie_store v0.22.1
21462026-05-21T09:54:03.164Z Compiling postgres-types v0.2.12
21472026-05-21T09:54:03.212Z Compiling bzip2 v0.4.4
21482026-05-21T09:54:03.263Z Compiling globset v0.4.18
21492026-05-21T09:54:03.430Z Compiling strum v0.27.2
21502026-05-21T09:54:03.636Z Compiling hubpack v0.1.2
21512026-05-21T09:54:03.651Z Compiling ed25519 v2.2.3
21522026-05-21T09:54:03.686Z Compiling phf_shared v0.11.3
21532026-05-21T09:54:03.775Z Compiling crossbeam-epoch v0.9.18
21542026-05-21T09:54:03.880Z Compiling olpc-cjson v0.1.4
21552026-05-21T09:54:03.883Z Compiling pkcs1 v0.7.5
21562026-05-21T09:54:03.912Z Compiling pem v3.0.6
21572026-05-21T09:54:03.978Z Compiling serde-big-array v0.5.1
21582026-05-21T09:54:04.059Z Compiling serde_plain v1.0.2
21592026-05-21T09:54:04.075Z Compiling rfc6979 v0.4.0
21602026-05-21T09:54:04.093Z Compiling float-cmp v0.10.0
21612026-05-21T09:54:04.142Z Compiling memmap2 v0.9.10
21622026-05-21T09:54:04.217Z Compiling env_filter v1.0.0
21632026-05-21T09:54:04.252Z Compiling normalize-line-endings v0.3.0
21642026-05-21T09:54:04.255Z Compiling typed-path v0.9.3
21652026-05-21T09:54:04.286Z Compiling fixedbitset v0.4.2
21662026-05-21T09:54:04.289Z Compiling fixedbitset v0.5.7
21672026-05-21T09:54:04.320Z Compiling static_assertions v1.1.0
21682026-05-21T09:54:04.322Z Compiling keccak v0.1.6
21692026-05-21T09:54:04.362Z Compiling difflib v0.4.0
21702026-05-21T09:54:04.409Z Compiling toml_write v0.1.2
21712026-05-21T09:54:04.491Z Compiling whoami v2.1.0
21722026-05-21T09:54:04.507Z Compiling data-encoding v2.10.0
21732026-05-21T09:54:04.550Z Compiling new_debug_unreachable v1.0.6
21742026-05-21T09:54:04.596Z Compiling precomputed-hash v0.1.1
21752026-05-21T09:54:04.624Z Compiling jiff v0.2.21
21762026-05-21T09:54:04.657Z Compiling predicates-core v1.0.10
21772026-05-21T09:54:04.671Z Compiling string_cache v0.8.9
21782026-05-21T09:54:04.820Z Compiling hickory-proto v0.25.2
21792026-05-21T09:54:04.836Z Compiling predicates v3.1.4
21802026-05-21T09:54:04.854Z Compiling tokio-postgres v0.7.16
21812026-05-21T09:54:04.879Z Compiling toml_edit v0.22.27
21822026-05-21T09:54:04.905Z Compiling petgraph v0.8.3
21832026-05-21T09:54:05.045Z Compiling sha3 v0.10.8
21842026-05-21T09:54:05.270Z Compiling petgraph v0.6.5
21852026-05-21T09:54:05.418Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21862026-05-21T09:54:05.435Z Compiling env_logger v0.11.9
21872026-05-21T09:54:05.438Z Compiling usdt v0.6.0
21882026-05-21T09:54:05.716Z Compiling ecdsa v0.16.9
21892026-05-21T09:54:05.749Z Compiling rsa v0.9.10
21902026-05-21T09:54:06.122Z Compiling ed25519-dalek v2.2.0
21912026-05-21T09:54:06.757Z Compiling crossterm v0.28.1
21922026-05-21T09:54:06.806Z Compiling zip v0.6.6
21932026-05-21T09:54:06.823Z Compiling iddqd v0.4.1
21942026-05-21T09:54:07.119Z Compiling clap v4.6.1
21952026-05-21T09:54:07.217Z Compiling zip v4.6.1
21962026-05-21T09:54:07.332Z Compiling serde_with v3.17.0
21972026-05-21T09:54:07.472Z Compiling similar v2.7.0
21982026-05-21T09:54:07.555Z Compiling strum v0.26.3
21992026-05-21T09:54:07.706Z Compiling toml v0.7.8
22002026-05-21T09:54:07.923Z Compiling tokio-stream v0.1.18
22012026-05-21T09:54:08.063Z Compiling itertools v0.13.0
22022026-05-21T09:54:08.102Z Compiling buf-list v1.1.2
22032026-05-21T09:54:08.263Z Compiling x509-cert v0.2.5
22042026-05-21T09:54:08.370Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22052026-05-21T09:54:08.437Z Compiling openapiv3 v2.2.0
22062026-05-21T09:54:08.616Z Compiling sha1 v0.10.6
22072026-05-21T09:54:08.980Z Compiling peg-runtime v0.8.5
22082026-05-21T09:54:09.035Z Compiling lalrpop-util v0.19.12
22092026-05-21T09:54:23.340Z Compiling rustls-webpki v0.103.9
22102026-05-21T09:54:25.351Z Compiling macaddr v1.0.1
22112026-05-21T09:54:25.385Z Compiling structmeta-derive v0.3.0
22122026-05-21T09:54:25.529Z Compiling crucible-workspace-hack v0.1.0
22132026-05-21T09:54:25.611Z Compiling rayon-core v1.13.0
22142026-05-21T09:54:25.641Z Compiling itertools v0.14.0
22152026-05-21T09:54:25.753Z Compiling secrecy v0.10.3
22162026-05-21T09:54:25.778Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172026-05-21T09:54:25.847Z Compiling heapless v0.8.0
22182026-05-21T09:54:25.876Z Compiling rustls v0.22.4
22192026-05-21T09:54:26.074Z Compiling crossbeam-deque v0.8.6
22202026-05-21T09:54:26.136Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-21T09:54:26.200Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-21T09:54:26.291Z Compiling rustls-webpki v0.102.8
22232026-05-21T09:54:26.335Z Compiling hash32 v0.3.1
22242026-05-21T09:54:26.350Z Compiling multer v3.1.0
22252026-05-21T09:54:26.369Z Compiling thread_local v1.1.9
22262026-05-21T09:54:26.383Z Compiling structmeta v0.3.0
22272026-05-21T09:54:26.435Z Compiling unicode-width v0.2.0
22282026-05-21T09:54:26.475Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-05-21T09:54:26.515Z Compiling slog-async v2.8.0
22302026-05-21T09:54:26.569Z Compiling compression-core v0.4.31
22312026-05-21T09:54:26.609Z Compiling match_cfg v0.1.0
22322026-05-21T09:54:26.705Z Compiling smoltcp v0.11.0
22332026-05-21T09:54:26.743Z Compiling compression-codecs v0.4.37
22342026-05-21T09:54:26.772Z Compiling hostname v0.3.1
22352026-05-21T09:54:26.775Z Compiling proc-macro-crate v3.4.0
22362026-05-21T09:54:26.861Z Compiling derive-ex v0.1.8
22372026-05-21T09:54:26.887Z Compiling tokio-rustls v0.26.4
22382026-05-21T09:54:26.956Z Compiling rustls-platform-verifier v0.6.2
22392026-05-21T09:54:26.972Z Compiling ingot-macros v0.1.1
22402026-05-21T09:54:27.129Z Compiling hyper-rustls v0.27.7
22412026-05-21T09:54:27.168Z Compiling slog-json v2.6.1
22422026-05-21T09:54:27.182Z Compiling crossbeam-channel v0.5.15
22432026-05-21T09:54:27.243Z Compiling half v2.7.1
22442026-05-21T09:54:27.432Z Compiling reqwest v0.12.28
22452026-05-21T09:54:27.451Z Compiling reqwest v0.13.2
22462026-05-21T09:54:27.577Z Compiling newtype-uuid-macros v0.1.0
22472026-05-21T09:54:27.607Z Compiling cobs v0.3.0
22482026-05-21T09:54:27.879Z Compiling thiserror-impl-no-std v2.0.2
22492026-05-21T09:54:27.902Z Compiling universal-hash v0.5.1
22502026-05-21T09:54:28.095Z Compiling async-stream-impl v0.3.6
22512026-05-21T09:54:28.111Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-05-21T09:54:28.306Z Compiling serde_spanned v1.0.4
22532026-05-21T09:54:28.381Z Compiling is-terminal v0.4.17
22542026-05-21T09:54:28.494Z Compiling proc-macro-error-attr v1.0.4
22552026-05-21T09:54:28.510Z Compiling dropshot v0.17.0
22562026-05-21T09:54:28.557Z Compiling term v1.2.1
22572026-05-21T09:54:28.575Z Compiling take_mut v0.2.2
22582026-05-21T09:54:28.622Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
22592026-05-21T09:54:28.685Z Compiling toml_writer v1.0.6+spec-1.1.0
22602026-05-21T09:54:28.708Z Compiling ciborium-io v0.2.2
22612026-05-21T09:54:28.724Z Compiling opaque-debug v0.3.1
22622026-05-21T09:54:28.727Z Compiling convert_case v0.4.0
22632026-05-21T09:54:28.819Z Compiling tokio-rustls v0.25.0
22642026-05-21T09:54:28.834Z Compiling poly1305 v0.8.0
22652026-05-21T09:54:28.874Z Compiling slog-term v2.9.2
22662026-05-21T09:54:28.964Z Compiling thiserror-no-std v2.0.2
22672026-05-21T09:54:28.979Z Compiling toml v1.0.6+spec-1.1.0
22682026-05-21T09:54:29.035Z Compiling tough v0.22.0
22692026-05-21T09:54:29.068Z Compiling derive_more v0.99.20
22702026-05-21T09:54:29.084Z Compiling ciborium-ll v0.2.2
22712026-05-21T09:54:29.216Z Compiling async-stream v0.3.6
22722026-05-21T09:54:29.422Z Compiling test-strategy v0.4.5
22732026-05-21T09:54:29.479Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-05-21T09:54:29.607Z Compiling ingot-types v0.1.2
22752026-05-21T09:54:30.052Z Compiling ingot v0.1.1
22762026-05-21T09:54:30.080Z Compiling postcard v1.1.3
22772026-05-21T09:54:30.361Z Compiling slog-bunyan v2.5.0
22782026-05-21T09:54:30.499Z Compiling num_enum_derive v0.7.6
22792026-05-21T09:54:30.617Z Compiling async-compression v0.4.41
22802026-05-21T09:54:30.710Z Compiling parse-display-derive v0.10.0
22812026-05-21T09:54:30.791Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22822026-05-21T09:54:30.809Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-05-21T09:54:31.058Z Compiling proc-macro-crate v1.3.1
22842026-05-21T09:54:31.091Z Compiling backon v1.6.0
22852026-05-21T09:54:31.223Z Compiling waitgroup v0.1.2
22862026-05-21T09:54:31.264Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-05-21T09:54:31.364Z Compiling password-hash v0.5.0
22882026-05-21T09:54:31.397Z Compiling chacha20 v0.9.1
22892026-05-21T09:54:31.444Z Compiling dropshot_endpoint v0.17.0
22902026-05-21T09:54:31.466Z Compiling rustls-pemfile v2.2.0
22912026-05-21T09:54:31.674Z Compiling blake2 v0.10.6
22922026-05-21T09:54:31.766Z Compiling aead v0.5.2
22932026-05-21T09:54:31.838Z Compiling foreign-types-macros v0.2.3
22942026-05-21T09:54:32.130Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-21T09:54:32.162Z Compiling serde_path_to_error v0.1.20
22962026-05-21T09:54:32.184Z Compiling hostname v0.4.2
22972026-05-21T09:54:32.275Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-21T09:54:32.329Z Compiling proc-macro-error v1.0.4
22992026-05-21T09:54:32.373Z Compiling instant v0.1.13
23002026-05-21T09:54:32.389Z Compiling debug-ignore v1.0.5
23012026-05-21T09:54:32.415Z Compiling cpufeatures v0.3.0
23022026-05-21T09:54:32.445Z Compiling foreign-types-shared v0.3.1
23032026-05-21T09:54:32.493Z Compiling typeid v1.0.3
23042026-05-21T09:54:32.524Z Compiling chacha20 v0.10.0
23052026-05-21T09:54:32.527Z Compiling backoff v0.4.0
23062026-05-21T09:54:32.555Z Compiling foreign-types v0.5.0
23072026-05-21T09:54:32.573Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-21T09:54:32.576Z Compiling parse-display v0.10.0
23092026-05-21T09:54:32.637Z Compiling argon2 v0.5.3
23102026-05-21T09:54:32.655Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-21T09:54:32.672Z Compiling chacha20poly1305 v0.10.1
23122026-05-21T09:54:32.689Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-21T09:54:32.730Z Compiling num_enum v0.7.6
23142026-05-21T09:54:32.769Z Compiling num_enum_derive v0.5.11
23152026-05-21T09:54:32.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23162026-05-21T09:54:32.855Z Compiling ciborium v0.2.2
23172026-05-21T09:54:32.887Z Compiling vsss-rs v3.3.4
23182026-05-21T09:54:33.062Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-05-21T09:54:33.278Z Compiling tabwriter v1.4.1
23202026-05-21T09:54:33.396Z Compiling regress v0.10.5
23212026-05-21T09:54:33.479Z Compiling byte-wrapper v0.1.0
23222026-05-21T09:54:33.515Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
23232026-05-21T09:54:33.684Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-05-21T09:54:33.700Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23252026-05-21T09:54:33.744Z Compiling cstr-argument v0.1.2
23262026-05-21T09:54:33.760Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23272026-05-21T09:54:33.941Z Compiling erased-serde v0.4.9
23282026-05-21T09:54:33.996Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-21T09:54:34.015Z Compiling num_enum v0.5.11
23302026-05-21T09:54:34.141Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-05-21T09:54:34.290Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23322026-05-21T09:54:34.322Z Compiling rand v0.10.1
23332026-05-21T09:54:34.388Z Compiling rayon v1.11.0
23342026-05-21T09:54:34.406Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23352026-05-21T09:54:34.433Z Compiling winnow v1.0.3
23362026-05-21T09:54:34.449Z Compiling colored v3.1.1
23372026-05-21T09:54:34.464Z Compiling indent_write v2.2.0
23382026-05-21T09:54:34.467Z Compiling libefi-sys v0.1.0
23392026-05-21T09:54:34.540Z Compiling zone_cfg_derive v0.3.1
23402026-05-21T09:54:34.635Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23412026-05-21T09:54:34.719Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-05-21T09:54:34.771Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-21T09:54:34.954Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-21T09:54:35.020Z Compiling camino-tempfile v1.4.1
23452026-05-21T09:54:35.105Z Compiling itertools v0.12.1
23462026-05-21T09:54:35.145Z Compiling usdt-attr-macro v0.5.0
23472026-05-21T09:54:35.161Z Compiling usdt-macro v0.5.0
23482026-05-21T09:54:35.192Z Compiling num-derive v0.4.2
23492026-05-21T09:54:35.319Z Compiling bitfield-struct v0.6.2
23502026-05-21T09:54:35.363Z Compiling blake3 v1.8.3
23512026-05-21T09:54:35.432Z Compiling ordered-float v2.10.1
23522026-05-21T09:54:35.745Z Compiling sigpipe v0.1.3
23532026-05-21T09:54:35.856Z Compiling memmap v0.7.0
23542026-05-21T09:54:35.873Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-21T09:54:35.897Z Compiling swrite v0.1.0
23562026-05-21T09:54:35.929Z Compiling glob v0.3.3
23572026-05-21T09:54:35.949Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-21T09:54:36.030Z Compiling usdt v0.5.0
23592026-05-21T09:54:36.071Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-05-21T09:54:36.120Z Compiling serde-value v0.7.0
23612026-05-21T09:54:36.289Z Compiling serde-untagged v0.1.9
23622026-05-21T09:54:36.547Z Compiling zone v0.3.1
23632026-05-21T09:54:36.563Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-21T09:54:36.669Z Compiling toml v0.8.23
23652026-05-21T09:54:36.687Z Compiling smf v0.2.3
23662026-05-21T09:54:36.798Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23672026-05-21T09:54:36.821Z Compiling filetime v0.2.27
23682026-05-21T09:54:36.855Z Compiling unicode-xid v0.2.6
23692026-05-21T09:54:36.868Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-21T09:54:36.883Z Compiling constant_time_eq v0.4.2
23712026-05-21T09:54:36.900Z Compiling whoami v1.6.1
23722026-05-21T09:54:36.964Z Compiling arrayvec v0.7.6
23732026-05-21T09:54:37.013Z Compiling xattr v1.6.1
23742026-05-21T09:54:37.046Z Compiling arrayref v0.3.9
23752026-05-21T09:54:37.102Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-21T09:54:37.135Z Compiling cargo-util-schemas v0.8.2
23772026-05-21T09:54:37.152Z Compiling tar v0.4.45
23782026-05-21T09:54:37.243Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-05-21T09:54:37.360Z Compiling tokio-dtrace v0.1.1
23802026-05-21T09:54:37.498Z Compiling console v0.16.2
23812026-05-21T09:54:37.704Z Compiling gethostname v0.5.0
23822026-05-21T09:54:37.782Z Compiling cargo-platform v0.2.0
23832026-05-21T09:54:37.835Z Compiling unit-prefix v0.5.2
23842026-05-21T09:54:37.866Z Compiling topological-sort v0.2.2
23852026-05-21T09:54:38.007Z Compiling indicatif v0.18.4
23862026-05-21T09:54:38.075Z Compiling oxide-tokio-rt v0.1.4
23872026-05-21T09:54:38.092Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-05-21T09:54:38.121Z Compiling shell-words v1.1.1
23892026-05-21T09:54:38.303Z Compiling cargo_metadata v0.21.0
23902026-05-21T09:54:47.873Z Compiling progenitor-client v0.14.0
23912026-05-21T09:54:47.891Z Compiling progenitor-client v0.10.0
23922026-05-21T09:54:47.894Z Compiling omicron-zone-package v0.12.2
23932026-05-21T09:54:48.374Z Compiling progenitor-extras v0.2.0
23942026-05-21T09:54:50.725Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-21T09:54:50.758Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-21T09:54:50.803Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-21T09:54:50.883Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-05-21T09:54:50.902Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-05-21T09:54:50.937Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-05-21T09:54:50.965Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-05-21T09:54:51.051Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022026-05-21T09:54:51.212Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-21T09:54:55.009Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-05-21T09:55:02.643Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-05-21T09:55:05.712Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-05-21T09:55:06.694Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-05-21T09:55:16.400Z Finished `release` profile [optimized] target(s) in 1m 43s
24082026-05-21T09:55:16.555Z Running `target/release/omicron-package -t test target create -p dev`
24092026-05-21T09:55:16.621ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-05-21T09:55:16.625ZCreated new build target 'test' and set it as active
24112026-05-21T09:55:16.630Z
24122026-05-21T09:55:16.630Zreal 1:43.862093058
24132026-05-21T09:55:16.630Zuser 16:57.756395238
24142026-05-21T09:55:16.630Zsys 2:34.961438855
24152026-05-21T09:55:16.630Ztrap 0.479633550
24162026-05-21T09:55:16.630Ztflt 2.950294531
24172026-05-21T09:55:16.630Zdflt 4.022993571
24182026-05-21T09:55:16.630Zkflt 0.000444628
24192026-05-21T09:55:16.630Zlock 52:38.145057779
24202026-05-21T09:55:16.630Zslp 43:07.967554677
24212026-05-21T09:55:16.630Zlat 39.648072432
24222026-05-21T09:55:16.630Zstop 5:25.156571776
24232026-05-21T09:55:16.630Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-05-21T09:55:17.534Z Finished `release` profile [optimized] target(s) in 0.89s
24252026-05-21T09:55:17.605Z Running `target/release/omicron-package -t test package`
24262026-05-21T09:55:17.664ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-05-21T09:55:19.196Z Compiling heck v0.5.0
24282026-05-21T09:55:19.200Z Compiling regress v0.11.1
24292026-05-21T09:55:19.200Z Compiling unsafe-libyaml v0.2.11
24302026-05-21T09:55:19.479Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-05-21T09:55:19.479Z Compiling regress v0.10.5
24322026-05-21T09:55:19.525Z Compiling unicode-width v0.1.14
24332026-05-21T09:55:19.547Z Compiling is-terminal v0.4.17
24342026-05-21T09:55:19.550Z Compiling prettyplease v0.2.37
24352026-05-21T09:55:19.550Z Compiling derive-where v1.6.0
24362026-05-21T09:55:19.614Z Compiling num-rational v0.4.2
24372026-05-21T09:55:19.617Z Compiling num-complex v0.4.6
24382026-05-21T09:55:19.617Z Compiling rustls v0.22.4
24392026-05-21T09:55:19.617Z Compiling rustls-webpki v0.102.8
24402026-05-21T09:55:19.617Z Compiling thread_local v1.1.9
24412026-05-21T09:55:19.617Z Compiling match_cfg v0.1.0
24422026-05-21T09:55:19.706Z Compiling float-ord v0.3.2
24432026-05-21T09:55:19.772Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-05-21T09:55:19.797Z Compiling bytecount v0.6.9
24452026-05-21T09:55:19.823Z Compiling compression-core v0.4.31
24462026-05-21T09:55:19.852Z Compiling hostname v0.3.1
24472026-05-21T09:55:19.889Z Compiling multer v3.1.0
24482026-05-21T09:55:19.957Z Compiling serde_yaml v0.9.34+deprecated
24492026-05-21T09:55:19.957Z Compiling compression-codecs v0.4.37
24502026-05-21T09:55:20.001Z Compiling slog-async v2.8.0
24512026-05-21T09:55:20.004Z Compiling crossbeam-channel v0.5.15
24522026-05-21T09:55:20.004Z Compiling slog-json v2.6.1
24532026-05-21T09:55:20.068Z Compiling num v0.4.3
24542026-05-21T09:55:20.090Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-21T09:55:20.098Z Compiling serde_spanned v1.0.4
24562026-05-21T09:55:20.167Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-21T09:55:20.232Z Compiling term v1.2.1
24582026-05-21T09:55:20.267Z Compiling take_mut v0.2.2
24592026-05-21T09:55:20.294Z Compiling slog-bunyan v2.5.0
24602026-05-21T09:55:20.318Z Compiling async-compression v0.4.41
24612026-05-21T09:55:20.433Z Compiling toml v1.0.6+spec-1.1.0
24622026-05-21T09:55:20.502Z Compiling console v0.15.11
24632026-05-21T09:55:20.529Z Compiling slog-term v2.9.2
24642026-05-21T09:55:20.644Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-05-21T09:55:20.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-21T09:55:20.774Z Compiling async-stream v0.3.6
24672026-05-21T09:55:20.797Z Compiling dropshot v0.17.0
24682026-05-21T09:55:20.823Z Compiling progenitor-client v0.14.0
24692026-05-21T09:55:20.849Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-21T09:55:20.875Z Compiling waitgroup v0.1.2
24712026-05-21T09:55:20.875Z Compiling backon v1.6.0
24722026-05-21T09:55:20.921Z Compiling typify-impl v0.6.2
24732026-05-21T09:55:20.961Z Compiling rustls-pemfile v2.2.0
24742026-05-21T09:55:21.040Z Compiling serde_path_to_error v0.1.20
24752026-05-21T09:55:21.063Z Compiling hostname v0.4.2
24762026-05-21T09:55:21.066Z Compiling instant v0.1.13
24772026-05-21T09:55:21.133Z Compiling debug-ignore v1.0.5
24782026-05-21T09:55:21.175Z Compiling backoff v0.4.0
24792026-05-21T09:55:21.205Z Compiling progenitor-extras v0.2.0
24802026-05-21T09:55:21.246Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-05-21T09:55:21.267Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-05-21T09:55:21.270Z Compiling parse-display v0.10.0
24832026-05-21T09:55:21.409Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-05-21T09:55:21.432Z Compiling atomicwrites v0.4.4
24852026-05-21T09:55:21.458Z Compiling newline-converter v0.3.0
24862026-05-21T09:55:21.485Z Compiling progenitor-client v0.10.0
24872026-05-21T09:55:21.544Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24882026-05-21T09:55:21.592Z Compiling macaddr v1.0.1
24892026-05-21T09:55:21.625Z Compiling expectorate v1.2.0
24902026-05-21T09:55:21.812Z Compiling slog-dtrace v0.3.0
24912026-05-21T09:55:21.834Z Compiling progenitor-client v0.13.0
24922026-05-21T09:55:21.857Z Compiling cancel-safe-futures v0.1.5
24932026-05-21T09:55:21.878Z Compiling owo-colors v4.3.0
24942026-05-21T09:55:21.929Z Compiling tokio-rustls v0.25.0
24952026-05-21T09:55:22.031Z Compiling resolv-conf v0.7.6
24962026-05-21T09:55:22.053Z Compiling libsw-core v0.3.2
24972026-05-21T09:55:22.101Z Compiling minimal-lexical v0.2.1
24982026-05-21T09:55:22.259Z Compiling libsw v3.5.0
24992026-05-21T09:55:22.365Z Compiling nom v7.1.3
25002026-05-21T09:55:22.385Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25012026-05-21T09:55:22.410Z Compiling toml v0.8.23
25022026-05-21T09:55:22.472Z Compiling num-derive v0.3.3
25032026-05-21T09:55:22.566Z Compiling linked-hash-map v0.5.6
25042026-05-21T09:55:22.597Z Compiling linear-map v1.2.0
25052026-05-21T09:55:22.803Z Compiling lru-cache v0.1.2
25062026-05-21T09:55:22.831Z Compiling hickory-proto v0.24.4
25072026-05-21T09:55:22.869Z Compiling unicode-xid v0.2.6
25082026-05-21T09:55:22.922Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-21T09:55:22.970Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25102026-05-21T09:55:22.974Z Compiling csv-core v0.1.13
25112026-05-21T09:55:23.017Z Compiling highway v1.3.0
25122026-05-21T09:55:23.056Z Compiling termtree v0.5.1
25132026-05-21T09:55:23.254Z Compiling csv v1.4.0
25142026-05-21T09:55:23.331Z Compiling papergrid v0.11.0
25152026-05-21T09:55:23.389Z Compiling libscf-sys v1.1.0
25162026-05-21T09:55:23.443Z Compiling tabled_derive v0.7.0
25172026-05-21T09:55:23.565Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25182026-05-21T09:55:23.772Z Compiling phf_shared v0.12.1
25192026-05-21T09:55:23.798Z Compiling chrono-tz v0.10.4
25202026-05-21T09:55:23.822Z Compiling tagptr v0.2.0
25212026-05-21T09:55:24.004Z Compiling moka v0.12.13
25222026-05-21T09:55:24.027Z Compiling phf v0.12.1
25232026-05-21T09:55:24.030Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25242026-05-21T09:55:24.109Z Compiling const_format_proc_macros v0.2.34
25252026-05-21T09:55:24.231Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25262026-05-21T09:55:24.366Z Compiling tabled v0.15.0
25272026-05-21T09:55:24.408Z Compiling typify-macro v0.6.2
25282026-05-21T09:55:24.606Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25292026-05-21T09:55:24.890Z Compiling const_format v0.2.35
25302026-05-21T09:55:24.913Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25312026-05-21T09:55:25.208Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25322026-05-21T09:55:25.383Z Compiling hickory-resolver v0.24.4
25332026-05-21T09:55:25.932Z Compiling typify v0.6.2
25342026-05-21T09:55:26.215Z Compiling progenitor-impl v0.14.0
25352026-05-21T09:55:26.815Z Compiling progenitor-impl v0.13.0
25362026-05-21T09:55:28.089Z Compiling qorb v0.4.1
25372026-05-21T09:55:28.399Z Compiling progenitor-macro v0.14.0
25382026-05-21T09:55:28.595Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25392026-05-21T09:55:28.849Z Compiling hickory-resolver v0.25.2
25402026-05-21T09:55:29.017Z Compiling progenitor-macro v0.13.0
25412026-05-21T09:55:29.168Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25422026-05-21T09:55:30.648Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-05-21T09:55:31.509Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25442026-05-21T09:55:31.876Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-05-21T09:55:32.178Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-05-21T09:55:32.218Z Compiling bcs v0.1.6
25472026-05-21T09:55:32.429Z Compiling progenitor v0.14.0
25482026-05-21T09:55:32.611Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25492026-05-21T09:55:32.651Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25502026-05-21T09:55:33.015Z Compiling progenitor v0.13.0
25512026-05-21T09:55:33.449Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25522026-05-21T09:55:33.580Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25532026-05-21T09:55:33.608Z Compiling semver v0.1.20
25542026-05-21T09:55:33.903Z Compiling rustc_version v0.1.7
25552026-05-21T09:55:34.149Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25562026-05-21T09:55:34.729Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25572026-05-21T09:55:35.374Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25582026-05-21T09:55:35.897Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25592026-05-21T09:55:36.148Z Compiling newtype_derive v0.1.6
25602026-05-21T09:55:36.347Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25612026-05-21T09:55:36.518Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25622026-05-21T09:55:36.607Z Compiling convert_case v0.10.0
25632026-05-21T09:55:36.818Z Compiling unicode-linebreak v0.1.5
25642026-05-21T09:55:36.907Z Compiling humantime v2.3.0
25652026-05-21T09:55:37.133Z Compiling smawk v0.3.2
25662026-05-21T09:55:37.365Z Compiling textwrap v0.16.2
25672026-05-21T09:55:37.409Z Compiling derive_more-impl v2.1.1
25682026-05-21T09:55:37.450Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25692026-05-21T09:55:37.811Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25702026-05-21T09:55:38.041Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25712026-05-21T09:55:38.210Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25722026-05-21T09:55:38.442Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25732026-05-21T09:55:38.966Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25742026-05-21T09:55:38.996Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25752026-05-21T09:55:39.033Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25762026-05-21T09:55:39.069Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
25772026-05-21T09:55:39.589Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25782026-05-21T09:55:39.877Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25792026-05-21T09:55:39.945Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25802026-05-21T09:55:40.133Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25812026-05-21T09:55:40.709Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25822026-05-21T09:55:40.818Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25832026-05-21T09:55:40.977Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25842026-05-21T09:55:41.059Z Compiling derive_more v2.1.1
25852026-05-21T09:55:41.114Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25862026-05-21T09:55:41.202Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25872026-05-21T09:55:41.289Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25882026-05-21T09:55:41.374Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25892026-05-21T09:55:41.397Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25902026-05-21T09:55:41.540Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25912026-05-21T09:55:41.693Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25922026-05-21T09:55:41.728Z Compiling steno v0.4.1
25932026-05-21T09:55:42.097Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25942026-05-21T09:55:42.160Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25952026-05-21T09:55:43.112Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25962026-05-21T09:55:43.241Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25972026-05-21T09:55:44.297Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25982026-05-21T09:55:44.338Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25992026-05-21T09:55:44.591Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26002026-05-21T09:55:44.620Z Compiling crossterm v0.29.0
26012026-05-21T09:55:46.184Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26022026-05-21T09:55:47.012Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032026-05-21T09:55:47.407Z Compiling vte v0.14.1
26042026-05-21T09:55:47.440Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-05-21T09:55:47.533Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26062026-05-21T09:55:47.560Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26072026-05-21T09:55:47.666Z Compiling strip-ansi-escapes v0.2.1
26082026-05-21T09:55:47.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26092026-05-21T09:55:48.223Z Compiling fd-lock v4.0.4
26102026-05-21T09:55:48.304Z Compiling peg-macros v0.8.5
26112026-05-21T09:55:48.400Z Compiling nu-ansi-term v0.50.3
26122026-05-21T09:55:48.947Z Compiling reedline v0.40.0
26132026-05-21T09:55:49.328Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26142026-05-21T09:55:49.612Z Compiling peg v0.8.5
26152026-05-21T09:55:49.722Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26162026-05-21T09:55:50.249Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26172026-05-21T09:55:50.359Z Compiling nom v8.0.0
26182026-05-21T09:55:50.584Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26192026-05-21T09:55:51.018Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26202026-05-21T09:55:51.471Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212026-05-21T09:55:51.496Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26222026-05-21T09:55:51.702Z Compiling dropshot-api-manager-types v0.7.1
26232026-05-21T09:55:51.731Z Compiling base64 v0.21.7
26242026-05-21T09:55:52.267Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26252026-05-21T09:55:52.311Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26262026-05-21T09:55:52.512Z Compiling utf-8 v0.7.6
26272026-05-21T09:55:52.570Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26282026-05-21T09:55:52.690Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26292026-05-21T09:55:52.749Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26302026-05-21T09:55:52.774Z Compiling tungstenite v0.21.0
26312026-05-21T09:55:52.929Z Compiling radium v0.7.0
26322026-05-21T09:55:53.018Z Compiling tap v1.0.1
26332026-05-21T09:55:53.177Z Compiling maybe-uninit v2.0.0
26342026-05-21T09:55:53.493Z Compiling tokio-tungstenite v0.21.0
26352026-05-21T09:55:53.557Z Compiling wyz v0.5.1
26362026-05-21T09:55:53.587Z Compiling zerocopy-derive v0.6.6
26372026-05-21T09:55:53.610Z Compiling packed_struct v0.10.1
26382026-05-21T09:55:53.798Z Compiling crc-catalog v2.4.0
26392026-05-21T09:55:53.874Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26402026-05-21T09:55:53.897Z Compiling funty v2.0.0
26412026-05-21T09:55:53.924Z Compiling display-error-chain v0.2.2
26422026-05-21T09:55:54.110Z Compiling crc v3.4.0
26432026-05-21T09:55:54.337Z Compiling bitvec v1.0.1
26442026-05-21T09:55:54.371Z Compiling zerocopy v0.6.6
26452026-05-21T09:55:54.904Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26462026-05-21T09:55:54.927Z Compiling packed_struct_codegen v0.10.1
26472026-05-21T09:55:55.040Z Compiling bitfield-macros v0.19.4
26482026-05-21T09:55:55.751Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26492026-05-21T09:55:55.922Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26502026-05-21T09:55:56.111Z Compiling proc-macro-error-attr2 v2.0.0
26512026-05-21T09:55:56.301Z Compiling indexmap v1.9.3
26522026-05-21T09:55:56.520Z Compiling nodrop v0.1.14
26532026-05-21T09:55:56.578Z Compiling proc-macro-error2 v2.0.1
26542026-05-21T09:55:56.715Z Compiling array-init v0.0.4
26552026-05-21T09:55:57.136Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
26562026-05-21T09:55:57.158Z Compiling bitfield v0.19.4
26572026-05-21T09:55:57.276Z Compiling smallvec v0.6.14
26582026-05-21T09:55:57.498Z Compiling hashbrown v0.12.3
26592026-05-21T09:55:57.556Z Compiling serde-hex v0.1.0
26602026-05-21T09:55:57.703Z Compiling tabled_derive v0.11.0
26612026-05-21T09:55:57.748Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26622026-05-21T09:55:58.153Z Compiling ron v0.8.1
26632026-05-21T09:55:58.327Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-05-21T09:55:58.432Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26652026-05-21T09:55:58.650Z Compiling typify-impl v0.4.3
26662026-05-21T09:55:58.804Z Compiling papergrid v0.17.0
26672026-05-21T09:55:59.127Z Compiling testing_table v0.3.0
26682026-05-21T09:55:59.150Z Compiling hashbrown v0.13.2
26692026-05-21T09:55:59.576Z Compiling vergen-gitcl v1.0.8
26702026-05-21T09:55:59.700Z Compiling dirs-sys-next v0.1.2
26712026-05-21T09:55:59.771Z Compiling glob v0.3.3
26722026-05-21T09:55:59.806Z Compiling crc-any v2.5.0
26732026-05-21T09:55:59.883Z Compiling diesel_derives v2.3.7
26742026-05-21T09:55:59.977Z Compiling maplit v1.0.2
26752026-05-21T09:56:00.100Z Compiling crunchy v0.2.4
26762026-05-21T09:56:00.148Z Compiling clang-sys v1.8.1
26772026-05-21T09:56:00.180Z Compiling tabled v0.20.0
26782026-05-21T09:56:00.240Z Compiling dirs-next v2.0.0
26792026-05-21T09:56:00.442Z Compiling object v0.30.4
26802026-05-21T09:56:00.463Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26812026-05-21T09:56:00.535Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26822026-05-21T09:56:00.558Z Compiling dsl_auto_type v0.2.0
26832026-05-21T09:56:00.588Z Compiling scheduled-thread-pool v0.2.7
26842026-05-21T09:56:01.109Z Compiling diesel_table_macro_syntax v0.3.0
26852026-05-21T09:56:01.177Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26862026-05-21T09:56:01.203Z Compiling tiny-keccak v2.0.2
26872026-05-21T09:56:01.335Z Compiling path-slash v0.1.5
26882026-05-21T09:56:01.421Z Compiling xshell-macros v0.2.7
26892026-05-21T09:56:01.480Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-05-21T09:56:01.839Z Compiling xshell v0.2.7
26912026-05-21T09:56:01.976Z Compiling r2d2 v0.8.10
26922026-05-21T09:56:02.048Z Compiling typify-macro v0.4.3
26932026-05-21T09:56:02.288Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26942026-05-21T09:56:03.160Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26952026-05-21T09:56:04.203Z Compiling term v0.7.0
26962026-05-21T09:56:04.466Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26972026-05-21T09:56:04.710Z Compiling downcast-rs v2.0.2
26982026-05-21T09:56:04.805Z Compiling bit-vec v0.6.3
26992026-05-21T09:56:04.856Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27002026-05-21T09:56:04.976Z Compiling ascii-canvas v3.0.0
27012026-05-21T09:56:05.053Z Compiling bit-set v0.5.3
27022026-05-21T09:56:05.336Z Compiling itertools v0.10.5
27032026-05-21T09:56:05.481Z Compiling ena v0.14.4
27042026-05-21T09:56:05.762Z Compiling libloading v0.8.9
27052026-05-21T09:56:05.833Z Compiling bindgen v0.71.1
27062026-05-21T09:56:05.996Z Compiling unicase v2.9.0
27072026-05-21T09:56:06.044Z Compiling diff v0.1.13
27082026-05-21T09:56:06.123Z Compiling regex-syntax v0.6.29
27092026-05-21T09:56:06.279Z Compiling diesel v2.3.7
27102026-05-21T09:56:06.306Z Compiling crc8 v0.1.1
27112026-05-21T09:56:06.380Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27122026-05-21T09:56:06.446Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27132026-05-21T09:56:06.449Z Compiling cexpr v0.6.0
27142026-05-21T09:56:07.048Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27152026-05-21T09:56:07.094Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27162026-05-21T09:56:07.347Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27172026-05-21T09:56:07.529Z Compiling lalrpop v0.19.12
27182026-05-21T09:56:07.691Z Compiling rustc-hash v2.1.1
27192026-05-21T09:56:07.866Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27202026-05-21T09:56:07.988Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27212026-05-21T09:56:08.043Z Compiling typify v0.4.3
27222026-05-21T09:56:08.186Z Compiling headers-core v0.3.0
27232026-05-21T09:56:08.528Z Compiling git-stub v1.0.0
27242026-05-21T09:56:08.566Z Compiling libxml v0.3.3
27252026-05-21T09:56:08.821Z Compiling git-stub-vcs v0.1.0
27262026-05-21T09:56:08.905Z Compiling headers v0.4.1
27272026-05-21T09:56:08.968Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27282026-05-21T09:56:08.991Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27292026-05-21T09:56:09.185Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27302026-05-21T09:56:09.359Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312026-05-21T09:56:09.839Z Compiling strum_macros v0.24.3
27322026-05-21T09:56:10.188Z Compiling indoc v1.0.9
27332026-05-21T09:56:10.543Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-05-21T09:56:10.624Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27352026-05-21T09:56:10.784Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27362026-05-21T09:56:10.834Z Compiling derive_builder v0.20.2
27372026-05-21T09:56:11.008Z Compiling oso-derive v0.27.3
27382026-05-21T09:56:11.072Z Compiling quick-xml v0.37.5
27392026-05-21T09:56:11.665Z Compiling impl-trait-for-tuples v0.2.3
27402026-05-21T09:56:12.084Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27412026-05-21T09:56:12.518Z Compiling samael v0.0.19
27422026-05-21T09:56:12.555Z Compiling openssl-probe v0.1.6
27432026-05-21T09:56:12.855Z Compiling half v1.8.3
27442026-05-21T09:56:12.962Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27452026-05-21T09:56:13.321Z Compiling serde_cbor v0.11.2
27462026-05-21T09:56:13.686Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27472026-05-21T09:56:13.761Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27482026-05-21T09:56:13.957Z Compiling bb8 v0.8.6
27492026-05-21T09:56:13.984Z Compiling trait-variant v0.1.2
27502026-05-21T09:56:14.342Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27512026-05-21T09:56:14.398Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-21T09:56:14.541Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27532026-05-21T09:56:14.618Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27542026-05-21T09:56:14.735Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552026-05-21T09:56:14.925Z Compiling polar-core v0.27.3
27562026-05-21T09:56:14.974Z Compiling fxhash v0.2.1
27572026-05-21T09:56:15.041Z Compiling salty v0.3.0
27582026-05-21T09:56:15.383Z Compiling progenitor-impl v0.10.0
27592026-05-21T09:56:15.498Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27602026-05-21T09:56:15.932Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27612026-05-21T09:56:16.001Z Compiling kstat-rs v0.2.4
27622026-05-21T09:56:16.092Z Compiling libz-sys v1.1.24
27632026-05-21T09:56:16.129Z Compiling nonempty v0.12.0
27642026-05-21T09:56:16.361Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27652026-05-21T09:56:16.485Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27662026-05-21T09:56:16.601Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27672026-05-21T09:56:17.465Z Compiling progenitor-macro v0.10.0
27682026-05-21T09:56:17.779Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27692026-05-21T09:56:18.319Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27702026-05-21T09:56:19.112Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27712026-05-21T09:56:20.185Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27722026-05-21T09:56:20.416Z Compiling darling_core v0.23.0
27732026-05-21T09:56:20.656Z Compiling nanorand v0.7.0
27742026-05-21T09:56:21.033Z Compiling arc-swap v1.8.2
27752026-05-21T09:56:21.412Z Compiling fs-err v2.11.0
27762026-05-21T09:56:21.465Z Compiling parking_lot_core v0.8.6
27772026-05-21T09:56:21.877Z Compiling mime_guess v2.0.5
27782026-05-21T09:56:21.956Z Compiling progenitor v0.10.0
27792026-05-21T09:56:22.003Z Compiling slog-scope v4.4.1
27802026-05-21T09:56:22.140Z Compiling flume v0.11.1
27812026-05-21T09:56:22.391Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27822026-05-21T09:56:22.499Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27832026-05-21T09:56:22.547Z Compiling primeorder v0.13.6
27842026-05-21T09:56:22.599Z Compiling darling_macro v0.23.0
27852026-05-21T09:56:22.873Z Compiling libgit2-sys v0.18.3+1.9.2
27862026-05-21T09:56:23.305Z Compiling diesel-dtrace v0.5.0
27872026-05-21T09:56:23.644Z Compiling async-bb8-diesel v0.2.1
27882026-05-21T09:56:24.094Z Compiling oso v0.27.3
27892026-05-21T09:56:24.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27902026-05-21T09:56:24.795Z Compiling instability v0.3.11
27912026-05-21T09:56:25.992Z Compiling darling v0.23.0
27922026-05-21T09:56:26.112Z Compiling p384 v0.13.1
27932026-05-21T09:56:26.915Z Compiling slog-stdlog v4.1.1
27942026-05-21T09:56:28.144Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27952026-05-21T09:56:28.233Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
27962026-05-21T09:56:28.255Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27972026-05-21T09:56:29.053Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27982026-05-21T09:56:29.552Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27992026-05-21T09:56:30.513Z Compiling ignore v0.4.25
28002026-05-21T09:56:30.715Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28012026-05-21T09:56:31.745Z Compiling castaway v0.2.4
28022026-05-21T09:56:31.910Z Compiling atty v0.2.14
28032026-05-21T09:56:32.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28042026-05-21T09:56:32.118Z Compiling parse-size v1.1.0
28052026-05-21T09:56:32.262Z Compiling indoc v2.0.7
28062026-05-21T09:56:32.304Z Compiling http-range v0.1.5
28072026-05-21T09:56:32.419Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28082026-05-21T09:56:32.637Z Compiling compact_str v0.8.1
28092026-05-21T09:56:32.814Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28102026-05-21T09:56:32.889Z Compiling globwalk v0.9.1
28112026-05-21T09:56:33.402Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-05-21T09:56:33.592Z Compiling parking_lot v0.11.2
28132026-05-21T09:56:33.793Z Compiling slog-envlogger v2.2.0
28142026-05-21T09:56:34.092Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28152026-05-21T09:56:34.822Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-05-21T09:56:34.948Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-05-21T09:56:34.970Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28182026-05-21T09:56:35.009Z Compiling progenitor-impl v0.11.2
28192026-05-21T09:56:35.420Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28202026-05-21T09:56:35.443Z Compiling predicates-tree v1.0.13
28212026-05-21T09:56:35.549Z Compiling unicode-truncate v1.1.0
28222026-05-21T09:56:35.721Z Compiling lru v0.12.5
28232026-05-21T09:56:35.766Z Compiling rand_seeder v0.4.0
28242026-05-21T09:56:35.902Z Compiling prefix-trie v0.7.0
28252026-05-21T09:56:35.953Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-05-21T09:56:36.022Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28272026-05-21T09:56:36.274Z Compiling vergen-git2 v1.0.7
28282026-05-21T09:56:36.389Z Compiling corncobs v0.1.4
28292026-05-21T09:56:36.414Z Compiling cassowary v0.3.0
28302026-05-21T09:56:36.509Z Compiling illumos-nvpair-sys v0.2.0
28312026-05-21T09:56:36.640Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-05-21T09:56:36.769Z Compiling ratatui v0.29.0
28332026-05-21T09:56:36.828Z Compiling hickory-server v0.25.2
28342026-05-21T09:56:37.131Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-05-21T09:56:37.171Z Compiling progenitor-macro v0.11.2
28362026-05-21T09:56:37.398Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28372026-05-21T09:56:37.622Z Compiling camino-tempfile-ext v0.3.3
28382026-05-21T09:56:38.035Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28392026-05-21T09:56:38.271Z Compiling hyper-staticfile v0.10.1
28402026-05-21T09:56:39.471Z Compiling sled v0.34.7
28412026-05-21T09:56:40.491Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28422026-05-21T09:56:41.101Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28432026-05-21T09:56:41.156Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28442026-05-21T09:56:41.922Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28452026-05-21T09:56:42.594Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28462026-05-21T09:56:44.026Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28472026-05-21T09:56:45.022Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28482026-05-21T09:56:45.115Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28492026-05-21T09:56:45.264Z Compiling progenitor-client v0.11.2
28502026-05-21T09:56:45.362Z Compiling secrecy v0.8.0
28512026-05-21T09:56:45.551Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28522026-05-21T09:56:45.779Z Compiling rustls v0.21.12
28532026-05-21T09:56:45.856Z Compiling progenitor v0.11.2
28542026-05-21T09:56:47.705Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28552026-05-21T09:56:47.844Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28562026-05-21T09:56:48.152Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28572026-05-21T09:56:48.724Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28582026-05-21T09:56:49.284Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28592026-05-21T09:56:49.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28602026-05-21T09:56:50.387Z Compiling git2 v0.20.4
28612026-05-21T09:56:50.415Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28622026-05-21T09:56:50.627Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28632026-05-21T09:56:51.365Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28642026-05-21T09:56:51.602Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28652026-05-21T09:56:51.846Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28662026-05-21T09:56:52.939Z Compiling sct v0.7.1
28672026-05-21T09:56:52.964Z Compiling rustls-webpki v0.101.7
28682026-05-21T09:56:52.965Z Compiling nix v0.29.0
28692026-05-21T09:56:53.182Z Compiling dropshot v0.16.7
28702026-05-21T09:56:53.314Z Compiling void v1.0.2
28712026-05-21T09:56:53.427Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-21T09:56:53.489Z Compiling lzss v0.8.2
28732026-05-21T09:56:53.896Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28742026-05-21T09:56:54.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28752026-05-21T09:56:54.149Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28762026-05-21T09:56:54.258Z Compiling illumos-nvpair v0.3.0
28772026-05-21T09:56:55.074Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28782026-05-21T09:56:55.165Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28792026-05-21T09:56:55.435Z Compiling tungstenite v0.23.0
28802026-05-21T09:56:55.873Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-21T09:56:56.304Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-21T09:56:56.531Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28832026-05-21T09:56:56.566Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28842026-05-21T09:56:56.799Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28852026-05-21T09:56:56.826Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28862026-05-21T09:56:57.064Z Compiling toml v0.9.12+spec-1.1.0
28872026-05-21T09:56:57.098Z Compiling nix v0.27.1
28882026-05-21T09:56:57.139Z Compiling dropshot_endpoint v0.16.7
28892026-05-21T09:56:57.799Z Compiling serde_bytes v0.11.19
28902026-05-21T09:56:58.020Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28912026-05-21T09:56:58.278Z Compiling tokio-tungstenite v0.23.1
28922026-05-21T09:56:58.309Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28932026-05-21T09:56:58.673Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28942026-05-21T09:56:58.939Z Compiling tokio-rustls v0.24.1
28952026-05-21T09:57:02.719Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28962026-05-21T09:57:02.740Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28972026-05-21T09:57:02.740Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28982026-05-21T09:57:03.354Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28992026-05-21T09:57:03.441Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29002026-05-21T09:57:03.907Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29012026-05-21T09:57:03.948Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29022026-05-21T09:57:05.864Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
29032026-05-21T09:57:06.795Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29042026-05-21T09:57:06.880Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29052026-05-21T09:57:07.536Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29062026-05-21T09:57:08.252Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-05-21T09:57:08.262Z Compiling rustls-pemfile v1.0.4
29082026-05-21T09:57:08.266Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29092026-05-21T09:57:08.487Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-05-21T09:57:08.727Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112026-05-21T09:57:08.999Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29122026-05-21T09:57:09.222Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-05-21T09:57:10.221Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29142026-05-21T09:57:11.248Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29152026-05-21T09:57:11.516Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29162026-05-21T09:57:11.778Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29172026-05-21T09:57:11.806Z Compiling signal-hook-tokio v0.3.1
29182026-05-21T09:57:12.000Z Compiling twox-hash v2.1.2
29192026-05-21T09:57:12.069Z Compiling yasna v0.5.2
29202026-05-21T09:57:12.448Z Compiling is_ci v1.2.0
29212026-05-21T09:57:12.631Z Compiling rcgen v0.12.1
29222026-05-21T09:57:12.667Z Compiling supports-color v3.0.2
29232026-05-21T09:57:12.718Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
29242026-05-21T09:57:12.873Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29252026-05-21T09:57:13.572Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-05-21T09:57:13.621Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-05-21T09:57:14.058Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29282026-05-21T09:57:15.586Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29292026-05-21T09:57:16.962Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29302026-05-21T09:57:16.991Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29312026-05-21T09:57:17.183Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29322026-05-21T09:57:17.430Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-05-21T09:57:17.661Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29342026-05-21T09:57:17.898Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29352026-05-21T09:57:18.203Z Compiling fatfs v0.3.6
29362026-05-21T09:57:18.344Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29372026-05-21T09:57:18.586Z Compiling subprocess v0.2.15
29382026-05-21T09:57:19.370Z Compiling rtoolbox v0.0.3
29392026-05-21T09:57:19.659Z Compiling seq-macro v0.3.6
29402026-05-21T09:57:20.160Z Compiling assert_matches v1.5.0
29412026-05-21T09:57:20.275Z Compiling rpassword v7.4.0
29422026-05-21T09:57:20.567Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29432026-05-21T09:57:20.835Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29442026-05-21T09:57:21.032Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-05-21T09:57:21.175Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-05-21T09:57:22.021Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29472026-05-21T09:57:23.221Z Compiling tui-tree-widget v0.23.1
29482026-05-21T09:57:23.515Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29492026-05-21T09:57:23.649Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29502026-05-21T09:57:24.153Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29512026-05-21T09:57:24.315Z Compiling uzers v0.12.2
29522026-05-21T09:57:25.775Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29532026-05-21T09:57:25.890Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29542026-05-21T09:57:26.853Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29552026-05-21T09:57:26.939Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29562026-05-21T09:57:30.951Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29572026-05-21T09:57:33.079Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-05-21T09:57:33.154Z Compiling support-bundle-viewer v0.1.2
29592026-05-21T09:57:35.046Z Compiling multimap v0.10.1
29602026-05-21T09:57:52.538Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29612026-05-21T09:57:54.754Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29622026-05-21T09:57:55.649Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29632026-05-21T10:08:37.879Z Finished `release` profile [optimized] target(s) in 13m 20s
29642026-05-21T10:09:23.184Z
29652026-05-21T10:09:23.184Zreal 14:06.529353150
29662026-05-21T10:09:23.184Zuser 1:27:40.459229689
29672026-05-21T10:09:23.184Zsys 3:48.772192070
29682026-05-21T10:09:23.184Ztrap 1.909509894
29692026-05-21T10:09:23.184Ztflt 2.617996836
29702026-05-21T10:09:23.188Zdflt 16.400351426
29712026-05-21T10:09:23.188Zkflt 0.005228142
29722026-05-21T10:09:23.188Zlock 10:27:56.394038495
29732026-05-21T10:09:23.188Zslp 2:50:43.704553358
29742026-05-21T10:09:23.188Zlat 2:54.701065032
29752026-05-21T10:09:23.188Zstop 6:05.679507530
29762026-05-21T10:09:23.188Z+ mapfile -t packages
29772026-05-21T10:09:23.188Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-05-21T10:09:24.192Z Finished `release` profile [optimized] target(s) in 0.99s
29792026-05-21T10:09:24.274Z Running `target/release/omicron-package -t test list-outputs`
29802026-05-21T10:09:24.337ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-05-21T10:09:24.340Z+ ptime -m cargo build --locked --release -p xtask
29822026-05-21T10:09:24.892Z Compiling libc v0.2.185
29832026-05-21T10:09:24.892Z Compiling serde v1.0.228
29842026-05-21T10:09:24.896Z Compiling serde_core v1.0.228
29852026-05-21T10:09:24.896Z Compiling rustix v1.1.3
29862026-05-21T10:09:24.896Z Compiling bitflags v2.11.0
29872026-05-21T10:09:24.988Z Compiling serde_json v1.0.149
29882026-05-21T10:09:25.039Z Compiling num-traits v0.2.19
29892026-05-21T10:09:25.049Z Compiling syn v2.0.117
29902026-05-21T10:09:25.059Z Compiling smallvec v1.15.1
29912026-05-21T10:09:25.082Z Compiling indexmap v2.14.0
29922026-05-21T10:09:25.082Z Compiling usdt-impl v0.5.0
29932026-05-21T10:09:25.105Z Compiling syn v1.0.109
29942026-05-21T10:09:25.115Z Compiling getrandom v0.4.1
29952026-05-21T10:09:25.115Z Compiling percent-encoding v2.3.2
29962026-05-21T10:09:25.269Z Compiling log v0.4.29
29972026-05-21T10:09:25.343Z Compiling form_urlencoded v1.2.2
29982026-05-21T10:09:25.434Z Compiling fs-err v3.3.0
29992026-05-21T10:09:25.437Z Compiling once_cell v1.21.3
30002026-05-21T10:09:25.525Z Compiling heck v0.4.1
30012026-05-21T10:09:25.557Z Compiling anyhow v1.0.102
30022026-05-21T10:09:25.773Z Compiling errno v0.3.14
30032026-05-21T10:09:25.773Z Compiling thread-id v4.2.2
30042026-05-21T10:09:25.776Z Compiling memmap v0.7.0
30052026-05-21T10:09:26.071Z Compiling ordered-float v2.10.1
30062026-05-21T10:09:26.662Z Compiling proc-macro-error v1.0.4
30072026-05-21T10:09:26.766Z Compiling terminal_size v0.4.3
30082026-05-21T10:09:26.766Z Compiling tempfile v3.25.0
30092026-05-21T10:09:26.867Z Compiling clap_builder v4.6.0
30102026-05-21T10:09:26.867Z Compiling textwrap v0.16.2
30112026-05-21T10:09:26.911Z Compiling tabled_derive v0.7.0
30122026-05-21T10:09:27.007Z Compiling camino-tempfile v1.4.1
30132026-05-21T10:09:27.545Z Compiling synstructure v0.13.2
30142026-05-21T10:09:27.545Z Compiling pest_generator v2.8.6
30152026-05-21T10:09:27.569Z Compiling tabled v0.15.0
30162026-05-21T10:09:27.925Z Compiling serde_derive v1.0.228
30172026-05-21T10:09:27.925Z Compiling zerovec-derive v0.11.2
30182026-05-21T10:09:27.928Z Compiling displaydoc v0.2.5
30192026-05-21T10:09:27.928Z Compiling thiserror-impl v1.0.69
30202026-05-21T10:09:27.929Z Compiling zerocopy-derive v0.7.35
30212026-05-21T10:09:27.929Z Compiling scroll_derive v0.12.1
30222026-05-21T10:09:27.929Z Compiling thiserror-impl v2.0.18
30232026-05-21T10:09:27.929Z Compiling clap_derive v4.6.1
30242026-05-21T10:09:27.979Z Compiling zerofrom-derive v0.1.6
30252026-05-21T10:09:27.982Z Compiling yoke-derive v0.8.1
30262026-05-21T10:09:28.057Z Compiling pest_derive v2.8.6
30272026-05-21T10:09:28.603Z Compiling scroll v0.12.0
30282026-05-21T10:09:28.718Z Compiling zerocopy v0.7.35
30292026-05-21T10:09:28.930Z Compiling goblin v0.8.2
30302026-05-21T10:09:29.004Z Compiling zerofrom v0.1.6
30312026-05-21T10:09:29.053Z Compiling thiserror v1.0.69
30322026-05-21T10:09:29.157Z Compiling yoke v0.8.1
30332026-05-21T10:09:29.174Z Compiling dtrace-parser v0.2.0
30342026-05-21T10:09:29.211Z Compiling thiserror v2.0.18
30352026-05-21T10:09:29.342Z Compiling zerovec v0.11.5
30362026-05-21T10:09:29.369Z Compiling zerotrie v0.2.3
30372026-05-21T10:09:29.648Z Compiling clap v4.6.1
30382026-05-21T10:09:29.963Z Compiling tinystr v0.8.2
30392026-05-21T10:09:30.225Z Compiling icu_locale_core v2.1.1
30402026-05-21T10:09:31.240Z Compiling potential_utf v0.1.4
30412026-05-21T10:09:31.308Z Compiling icu_provider v2.1.1
30422026-05-21T10:09:31.455Z Compiling icu_collections v2.1.1
30432026-05-21T10:09:31.622Z Compiling toml_datetime v0.6.11
30442026-05-21T10:09:31.652Z Compiling serde_spanned v0.6.9
30452026-05-21T10:09:31.716Z Compiling dof v0.3.0
30462026-05-21T10:09:31.726Z Compiling serde-value v0.7.0
30472026-05-21T10:09:31.750Z Compiling cargo-platform v0.2.0
30482026-05-21T10:09:31.777Z Compiling macaddr v1.0.1
30492026-05-21T10:09:31.829Z Compiling icu_normalizer v2.1.1
30502026-05-21T10:09:31.895Z Compiling icu_properties v2.1.2
30512026-05-21T10:09:31.907Z Compiling toml_edit v0.22.27
30522026-05-21T10:09:32.019Z Compiling serde_tokenstream v0.2.3
30532026-05-21T10:09:32.777Z Compiling usdt-macro v0.5.0
30542026-05-21T10:09:32.780Z Compiling usdt-attr-macro v0.5.0
30552026-05-21T10:09:32.838Z Compiling idna_adapter v1.2.1
30562026-05-21T10:09:32.956Z Compiling idna v1.1.0
30572026-05-21T10:09:33.278Z Compiling url v2.5.8
30582026-05-21T10:09:33.393Z Compiling usdt v0.5.0
30592026-05-21T10:09:33.465Z Compiling toml v0.8.23
30602026-05-21T10:09:33.901Z Compiling cargo-util-schemas v0.8.2
30612026-05-21T10:09:33.901Z Compiling cargo_toml v0.21.0
30622026-05-21T10:09:34.921Z Compiling cargo_metadata v0.21.0
30632026-05-21T10:09:37.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30642026-05-21T10:09:40.951Z Finished `release` profile [optimized] target(s) in 16.60s
30652026-05-21T10:09:41.120Z
30662026-05-21T10:09:41.123Zreal 16.742375677
30672026-05-21T10:09:41.123Zuser 2:21.165196933
30682026-05-21T10:09:41.123Zsys 16.695604231
30692026-05-21T10:09:41.123Ztrap 0.097081211
30702026-05-21T10:09:41.123Ztflt 0.533154211
30712026-05-21T10:09:41.123Zdflt 1.797611187
30722026-05-21T10:09:41.123Zkflt 0.000043767
30732026-05-21T10:09:41.123Zlock 5:14.282093045
30742026-05-21T10:09:41.123Zslp 3:19.481462161
30752026-05-21T10:09:41.123Zlat 5.845328098
30762026-05-21T10:09:41.123Zstop 19.286363756
30772026-05-21T10:09:41.123Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30782026-05-21T10:09:41.123Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30792026-05-21T10:09:41.123Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30802026-05-21T10:09:41.123Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30812026-05-21T10:09:41.123Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30822026-05-21T10:09:42.179Z Compiling newtype-uuid-macros v0.1.0
30832026-05-21T10:09:42.182Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30842026-05-21T10:09:42.182Z Compiling debug-ignore v1.0.5
30852026-05-21T10:09:42.335Z Compiling rustls v0.22.4
30862026-05-21T10:09:42.348Z Compiling rustls-webpki v0.102.8
30872026-05-21T10:09:42.352Z Compiling structmeta-derive v0.3.0
30882026-05-21T10:09:42.352Z Compiling multer v3.1.0
30892026-05-21T10:09:42.352Z Compiling match_cfg v0.1.0
30902026-05-21T10:09:42.358Z Compiling compression-core v0.4.31
30912026-05-21T10:09:42.361Z Compiling slog-json v2.6.1
30922026-05-21T10:09:42.361Z Compiling async-stream-impl v0.3.6
30932026-05-21T10:09:42.361Z Compiling toml_datetime v1.0.0+spec-1.1.0
30942026-05-21T10:09:42.361Z Compiling serde_spanned v1.0.4
30952026-05-21T10:09:42.473Z Compiling dropshot v0.17.0
30962026-05-21T10:09:42.507Z Compiling toml_writer v1.0.6+spec-1.1.0
30972026-05-21T10:09:42.510Z Compiling waitgroup v0.1.2
30982026-05-21T10:09:42.510Z Compiling rustls-pemfile v2.2.0
30992026-05-21T10:09:42.596Z Compiling compression-codecs v0.4.37
31002026-05-21T10:09:42.599Z Compiling hostname v0.3.1
31012026-05-21T10:09:42.631Z Compiling dropshot_endpoint v0.17.0
31022026-05-21T10:09:42.664Z Compiling serde_path_to_error v0.1.20
31032026-05-21T10:09:42.685Z Compiling hostname v0.4.2
31042026-05-21T10:09:42.723Z Compiling toml v1.0.6+spec-1.1.0
31052026-05-21T10:09:42.779Z Compiling async-compression v0.4.41
31062026-05-21T10:09:42.783Z Compiling slog-bunyan v2.5.0
31072026-05-21T10:09:42.796Z Compiling regress v0.10.5
31082026-05-21T10:09:42.849Z Compiling progenitor-client v0.14.0
31092026-05-21T10:09:42.886Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31102026-05-21T10:09:42.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31112026-05-21T10:09:42.951Z Compiling itertools v0.14.0
31122026-05-21T10:09:42.972Z Compiling macaddr v1.0.1
31132026-05-21T10:09:43.036Z Compiling instant v0.1.13
31142026-05-21T10:09:43.066Z Compiling async-stream v0.3.6
31152026-05-21T10:09:43.099Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31162026-05-21T10:09:43.117Z Compiling progenitor-client v0.10.0
31172026-05-21T10:09:43.117Z Compiling backon v1.6.0
31182026-05-21T10:09:43.153Z Compiling backoff v0.4.0
31192026-05-21T10:09:43.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31202026-05-21T10:09:43.170Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
31212026-05-21T10:09:43.205Z Compiling convert_case v0.4.0
31222026-05-21T10:09:43.224Z Compiling secrecy v0.10.3
31232026-05-21T10:09:43.266Z Compiling universal-hash v0.5.1
31242026-05-21T10:09:43.338Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31252026-05-21T10:09:43.357Z Compiling progenitor-extras v0.2.0
31262026-05-21T10:09:43.384Z Compiling opaque-debug v0.3.1
31272026-05-21T10:09:43.406Z Compiling half v2.7.1
31282026-05-21T10:09:43.424Z Compiling ciborium-io v0.2.2
31292026-05-21T10:09:43.460Z Compiling crucible-workspace-hack v0.1.0
31302026-05-21T10:09:43.478Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31312026-05-21T10:09:43.493Z Compiling aead v0.5.2
31322026-05-21T10:09:43.540Z Compiling poly1305 v0.8.0
31332026-05-21T10:09:43.603Z Compiling derive_more v0.99.20
31342026-05-21T10:09:43.622Z Compiling chacha20 v0.9.1
31352026-05-21T10:09:43.641Z Compiling structmeta v0.3.0
31362026-05-21T10:09:43.645Z Compiling unsafe-libyaml v0.2.11
31372026-05-21T10:09:43.675Z Compiling ciborium-ll v0.2.2
31382026-05-21T10:09:43.740Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-21T10:09:43.757Z Compiling byte-wrapper v0.1.0
31402026-05-21T10:09:43.773Z Compiling regress v0.11.1
31412026-05-21T10:09:43.881Z Compiling ciborium v0.2.2
31422026-05-21T10:09:43.898Z Compiling derive-ex v0.1.8
31432026-05-21T10:09:43.917Z Compiling parse-display-derive v0.10.0
31442026-05-21T10:09:43.936Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31452026-05-21T10:09:44.058Z Compiling thiserror-impl-no-std v2.0.2
31462026-05-21T10:09:44.078Z Compiling password-hash v0.5.0
31472026-05-21T10:09:44.096Z Compiling blake2 v0.10.6
31482026-05-21T10:09:44.133Z Compiling chacha20poly1305 v0.10.1
31492026-05-21T10:09:44.253Z Compiling serde_yaml v0.9.34+deprecated
31502026-05-21T10:09:44.312Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31512026-05-21T10:09:44.330Z Compiling indent_write v2.2.0
31522026-05-21T10:09:44.419Z Compiling argon2 v0.5.3
31532026-05-21T10:09:44.438Z Compiling toml_edit v0.23.10+spec-1.0.0
31542026-05-21T10:09:44.441Z Compiling num-rational v0.4.2
31552026-05-21T10:09:44.471Z Compiling num-complex v0.4.6
31562026-05-21T10:09:44.499Z Compiling atomicwrites v0.4.4
31572026-05-21T10:09:44.516Z Compiling float-ord v0.3.2
31582026-05-21T10:09:44.654Z Compiling heapless v0.8.0
31592026-05-21T10:09:44.672Z Compiling ingot-macros v0.1.1
31602026-05-21T10:09:44.709Z Compiling tokio-rustls v0.25.0
31612026-05-21T10:09:44.891Z Compiling num v0.4.3
31622026-05-21T10:09:44.978Z Compiling proc-macro-crate v3.4.0
31632026-05-21T10:09:45.065Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-05-21T10:09:45.194Z Compiling camino-tempfile v1.4.1
31652026-05-21T10:09:45.303Z Compiling thiserror-no-std v2.0.2
31662026-05-21T10:09:45.423Z Compiling typify-impl v0.6.2
31672026-05-21T10:09:45.459Z Compiling vsss-rs v3.3.4
31682026-05-21T10:09:45.477Z Compiling hash32 v0.3.1
31692026-05-21T10:09:45.521Z Compiling smoltcp v0.11.0
31702026-05-21T10:09:45.567Z Compiling num_enum_derive v0.7.6
31712026-05-21T10:09:45.642Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31722026-05-21T10:09:45.661Z Compiling test-strategy v0.4.5
31732026-05-21T10:09:45.692Z Compiling parse-display v0.10.0
31742026-05-21T10:09:45.749Z Compiling tabwriter v1.4.1
31752026-05-21T10:09:45.919Z Compiling cobs v0.3.0
31762026-05-21T10:09:45.937Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
31772026-05-21T10:09:46.005Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-21T10:09:46.022Z Compiling proc-macro-error v1.0.4
31792026-05-21T10:09:46.025Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31802026-05-21T10:09:46.133Z Compiling postcard v1.1.3
31812026-05-21T10:09:46.153Z Compiling proc-macro-crate v1.3.1
31822026-05-21T10:09:46.190Z Compiling foreign-types-macros v0.2.3
31832026-05-21T10:09:46.229Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31842026-05-21T10:09:46.258Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31852026-05-21T10:09:46.365Z Compiling colored v3.1.1
31862026-05-21T10:09:46.482Z Compiling rayon-core v1.13.0
31872026-05-21T10:09:46.508Z Compiling foreign-types-shared v0.3.1
31882026-05-21T10:09:46.553Z Compiling cpufeatures v0.3.0
31892026-05-21T10:09:46.621Z Compiling num_enum_derive v0.5.11
31902026-05-21T10:09:46.657Z Compiling chacha20 v0.10.0
31912026-05-21T10:09:46.676Z Compiling num_enum v0.7.6
31922026-05-21T10:09:46.715Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-05-21T10:09:46.813Z Compiling crossbeam-deque v0.8.6
31942026-05-21T10:09:46.830Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31952026-05-21T10:09:46.849Z Compiling foreign-types v0.5.0
31962026-05-21T10:09:46.885Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-21T10:09:46.902Z Compiling cstr-argument v0.1.2
31982026-05-21T10:09:46.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
31992026-05-21T10:09:47.046Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32002026-05-21T10:09:47.109Z Compiling rand v0.10.1
32012026-05-21T10:09:47.112Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
32022026-05-21T10:09:47.112Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32032026-05-21T10:09:47.204Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32042026-05-21T10:09:47.246Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32052026-05-21T10:09:47.324Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-05-21T10:09:47.378Z Compiling toml v0.8.23
32072026-05-21T10:09:47.395Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32082026-05-21T10:09:47.426Z Compiling winnow v1.0.3
32092026-05-21T10:09:47.478Z Compiling rayon v1.11.0
32102026-05-21T10:09:47.555Z Compiling zone_cfg_derive v0.3.1
32112026-05-21T10:09:47.606Z Compiling ingot-types v0.1.2
32122026-05-21T10:09:47.741Z Compiling num_enum v0.5.11
32132026-05-21T10:09:47.769Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32142026-05-21T10:09:47.786Z Compiling itertools v0.12.1
32152026-05-21T10:09:47.805Z Compiling num-derive v0.4.2
32162026-05-21T10:09:47.890Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32172026-05-21T10:09:47.926Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32182026-05-21T10:09:48.003Z Compiling ingot v0.1.1
32192026-05-21T10:09:48.020Z Compiling sigpipe v0.1.3
32202026-05-21T10:09:48.053Z Compiling glob v0.3.3
32212026-05-21T10:09:48.070Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32222026-05-21T10:09:48.090Z Compiling smf v0.2.3
32232026-05-21T10:09:48.247Z Compiling whoami v1.6.1
32242026-05-21T10:09:48.271Z Compiling prettyplease v0.2.37
32252026-05-21T10:09:48.339Z Compiling usdt-attr-macro v0.5.0
32262026-05-21T10:09:48.444Z Compiling usdt-macro v0.5.0
32272026-05-21T10:09:48.481Z Compiling gethostname v0.5.0
32282026-05-21T10:09:48.538Z Compiling derive-where v1.6.0
32292026-05-21T10:09:48.569Z Compiling memmap v0.7.0
32302026-05-21T10:09:48.631Z Compiling resolv-conf v0.7.6
32312026-05-21T10:09:48.658Z Compiling console v0.15.11
32322026-05-21T10:09:48.776Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32332026-05-21T10:09:48.793Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32342026-05-21T10:09:49.011Z Compiling zone v0.3.1
32352026-05-21T10:09:49.054Z Compiling newline-converter v0.3.0
32362026-05-21T10:09:49.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32372026-05-21T10:09:49.189Z Compiling owo-colors v4.3.0
32382026-05-21T10:09:49.226Z Compiling cancel-safe-futures v0.1.5
32392026-05-21T10:09:49.226Z Compiling expectorate v1.2.0
32402026-05-21T10:09:49.261Z Compiling usdt v0.5.0
32412026-05-21T10:09:49.286Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32422026-05-21T10:09:49.304Z Compiling libsw-core v0.3.2
32432026-05-21T10:09:49.443Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32442026-05-21T10:09:49.516Z Compiling libsw v3.5.0
32452026-05-21T10:09:49.561Z Compiling hickory-proto v0.24.4
32462026-05-21T10:09:49.735Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32472026-05-21T10:09:49.753Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32482026-05-21T10:09:49.756Z Compiling minimal-lexical v0.2.1
32492026-05-21T10:09:49.804Z Compiling linked-hash-map v0.5.6
32502026-05-21T10:09:49.824Z Compiling linear-map v1.2.0
32512026-05-21T10:09:49.844Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32522026-05-21T10:09:49.947Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32532026-05-21T10:09:49.964Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-05-21T10:09:50.029Z Compiling lru-cache v0.1.2
32552026-05-21T10:09:50.048Z Compiling nom v7.1.3
32562026-05-21T10:09:50.053Z Compiling progenitor-client v0.13.0
32572026-05-21T10:09:50.087Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32582026-05-21T10:09:50.090Z Compiling typify-macro v0.6.2
32592026-05-21T10:09:50.128Z Compiling tokio-dtrace v0.1.1
32602026-05-21T10:09:50.188Z Compiling slog-dtrace v0.3.0
32612026-05-21T10:09:50.240Z Compiling csv-core v0.1.13
32622026-05-21T10:09:50.351Z Compiling highway v1.3.0
32632026-05-21T10:09:50.391Z Compiling semver v0.1.20
32642026-05-21T10:09:50.418Z Compiling tagptr v0.2.0
32652026-05-21T10:09:50.437Z Compiling csv v1.4.0
32662026-05-21T10:09:50.507Z Compiling oxide-tokio-rt v0.1.4
32672026-05-21T10:09:50.534Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32682026-05-21T10:09:50.537Z Compiling phf_shared v0.12.1
32692026-05-21T10:09:50.600Z Compiling rustc_version v0.1.7
32702026-05-21T10:09:50.747Z Compiling moka v0.12.13
32712026-05-21T10:09:50.765Z Compiling chrono-tz v0.10.4
32722026-05-21T10:09:50.827Z Compiling const_format_proc_macros v0.2.34
32732026-05-21T10:09:50.855Z Compiling newtype_derive v0.1.6
32742026-05-21T10:09:50.874Z Compiling phf v0.12.1
32752026-05-21T10:09:50.998Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32762026-05-21T10:09:51.048Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32772026-05-21T10:09:51.082Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32782026-05-21T10:09:51.182Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32792026-05-21T10:09:51.223Z Compiling bcs v0.1.6
32802026-05-21T10:09:51.264Z Compiling num-derive v0.3.3
32812026-05-21T10:09:51.434Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32822026-05-21T10:09:51.562Z Compiling hickory-resolver v0.25.2
32832026-05-21T10:09:51.589Z Compiling termtree v0.5.1
32842026-05-21T10:09:51.589Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32852026-05-21T10:09:51.681Z Compiling const_format v0.2.35
32862026-05-21T10:09:51.726Z Compiling hickory-resolver v0.24.4
32872026-05-21T10:09:51.798Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32882026-05-21T10:09:51.839Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32892026-05-21T10:09:51.953Z Compiling typify v0.6.2
32902026-05-21T10:09:51.995Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-05-21T10:09:52.019Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32922026-05-21T10:09:52.036Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32932026-05-21T10:09:52.158Z Compiling progenitor-impl v0.14.0
32942026-05-21T10:09:52.242Z Compiling progenitor-impl v0.13.0
32952026-05-21T10:09:52.259Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32962026-05-21T10:09:52.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32972026-05-21T10:09:52.718Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32982026-05-21T10:09:52.853Z Compiling qorb v0.4.1
32992026-05-21T10:09:53.281Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33002026-05-21T10:09:53.539Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33012026-05-21T10:09:53.558Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33022026-05-21T10:09:53.708Z Compiling libscf-sys v1.1.0
33032026-05-21T10:09:53.791Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33042026-05-21T10:09:53.864Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33052026-05-21T10:09:53.885Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33062026-05-21T10:09:54.050Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-05-21T10:09:54.068Z Compiling tabled_derive v0.7.0
33082026-05-21T10:09:54.154Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33092026-05-21T10:09:54.221Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33102026-05-21T10:09:54.488Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33112026-05-21T10:09:54.507Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-21T10:09:54.610Z Compiling textwrap v0.16.2
33132026-05-21T10:09:54.647Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33142026-05-21T10:09:54.905Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-05-21T10:09:54.940Z Compiling progenitor-macro v0.14.0
33162026-05-21T10:09:54.961Z Compiling steno v0.4.1
33172026-05-21T10:09:54.971Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33182026-05-21T10:09:55.006Z Compiling progenitor-macro v0.13.0
33192026-05-21T10:09:55.032Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33202026-05-21T10:09:55.121Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-05-21T10:09:55.138Z Compiling tabled v0.15.0
33222026-05-21T10:09:55.387Z Compiling humantime v2.3.0
33232026-05-21T10:09:55.541Z Compiling libefi-sys v0.1.0
33242026-05-21T10:09:55.677Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33252026-05-21T10:09:55.695Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33262026-05-21T10:09:55.795Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33272026-05-21T10:09:55.799Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33282026-05-21T10:09:55.864Z Compiling git-stub v1.0.0
33292026-05-21T10:09:55.936Z Compiling bitfield-struct v0.6.2
33302026-05-21T10:09:56.176Z Compiling nom v8.0.0
33312026-05-21T10:09:56.219Z Compiling git-stub-vcs v0.1.0
33322026-05-21T10:09:56.595Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33332026-05-21T10:09:56.632Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33342026-05-21T10:09:56.651Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33352026-05-21T10:09:56.761Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33362026-05-21T10:09:56.829Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33372026-05-21T10:09:56.983Z Compiling dropshot-api-manager-types v0.7.1
33382026-05-21T10:09:57.268Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33392026-05-21T10:09:57.377Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33402026-05-21T10:09:57.394Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33412026-05-21T10:09:57.483Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-05-21T10:09:57.498Z Compiling typify-impl v0.4.3
33432026-05-21T10:09:57.544Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33442026-05-21T10:09:57.579Z Compiling xshell-macros v0.2.7
33452026-05-21T10:09:57.646Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33462026-05-21T10:09:57.735Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33472026-05-21T10:09:57.807Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33482026-05-21T10:09:58.011Z Compiling xshell v0.2.7
33492026-05-21T10:09:58.140Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-05-21T10:09:58.318Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33512026-05-21T10:09:58.337Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33522026-05-21T10:09:58.544Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33532026-05-21T10:09:58.590Z Compiling primeorder v0.13.6
33542026-05-21T10:09:58.707Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33552026-05-21T10:09:58.876Z Compiling salty v0.3.0
33562026-05-21T10:09:58.961Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-05-21T10:09:59.060Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33582026-05-21T10:09:59.141Z Compiling base64 v0.21.7
33592026-05-21T10:09:59.185Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-05-21T10:09:59.394Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33612026-05-21T10:09:59.440Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33622026-05-21T10:09:59.528Z Compiling radium v0.7.0
33632026-05-21T10:09:59.686Z Compiling p384 v0.13.1
33642026-05-21T10:09:59.704Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33652026-05-21T10:09:59.753Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33662026-05-21T10:09:59.869Z Compiling tap v1.0.1
33672026-05-21T10:09:59.986Z Compiling maybe-uninit v2.0.0
33682026-05-21T10:10:00.019Z Compiling wyz v0.5.1
33692026-05-21T10:10:00.133Z Compiling progenitor v0.14.0
33702026-05-21T10:10:00.180Z Compiling progenitor v0.13.0
33712026-05-21T10:10:00.244Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-05-21T10:10:00.261Z Compiling proc-macro-error-attr2 v2.0.0
33732026-05-21T10:10:00.280Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33742026-05-21T10:10:00.298Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33752026-05-21T10:10:00.317Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33762026-05-21T10:10:00.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33772026-05-21T10:10:00.384Z Compiling utf-8 v0.7.6
33782026-05-21T10:10:00.401Z Compiling parking_lot_core v0.8.6
33792026-05-21T10:10:00.596Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-05-21T10:10:00.613Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33812026-05-21T10:10:00.618Z Compiling packed_struct v0.10.1
33822026-05-21T10:10:00.694Z Compiling funty v2.0.0
33832026-05-21T10:10:00.736Z Compiling proc-macro-error2 v2.0.1
33842026-05-21T10:10:01.021Z Compiling tungstenite v0.21.0
33852026-05-21T10:10:01.106Z Compiling bitvec v1.0.1
33862026-05-21T10:10:01.680Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33872026-05-21T10:10:01.990Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33882026-05-21T10:10:02.132Z Compiling typify-macro v0.4.3
33892026-05-21T10:10:02.642Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33902026-05-21T10:10:02.780Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33912026-05-21T10:10:02.799Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33922026-05-21T10:10:02.863Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-21T10:10:02.914Z Compiling polyval v0.6.2
33942026-05-21T10:10:03.105Z Compiling packed_struct_codegen v0.10.1
33952026-05-21T10:10:03.184Z Compiling bitfield-macros v0.19.4
33962026-05-21T10:10:03.299Z Compiling zerocopy-derive v0.6.6
33972026-05-21T10:10:03.385Z Compiling indexmap v1.9.3
33982026-05-21T10:10:03.623Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33992026-05-21T10:10:03.887Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-05-21T10:10:03.924Z Compiling crc-catalog v2.4.0
34012026-05-21T10:10:03.974Z Compiling typify v0.4.3
34022026-05-21T10:10:03.992Z Compiling nodrop v0.1.14
34032026-05-21T10:10:04.062Z Compiling crc v3.4.0
34042026-05-21T10:10:04.117Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-05-21T10:10:04.135Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34062026-05-21T10:10:04.176Z Compiling progenitor-impl v0.11.2
34072026-05-21T10:10:04.242Z Compiling zerocopy v0.6.6
34082026-05-21T10:10:04.309Z Compiling array-init v0.0.4
34092026-05-21T10:10:04.508Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34102026-05-21T10:10:04.603Z Compiling bitfield v0.19.4
34112026-05-21T10:10:04.676Z Compiling ghash v0.5.1
34122026-05-21T10:10:04.698Z Compiling tokio-tungstenite v0.21.0
34132026-05-21T10:10:04.759Z Compiling smallvec v0.6.14
34142026-05-21T10:10:04.812Z Compiling tabled_derive v0.11.0
34152026-05-21T10:10:04.942Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34162026-05-21T10:10:05.010Z Compiling papergrid v0.17.0
34172026-05-21T10:10:05.066Z Compiling testing_table v0.3.0
34182026-05-21T10:10:05.084Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34192026-05-21T10:10:05.148Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34202026-05-21T10:10:05.195Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34212026-05-21T10:10:05.253Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-05-21T10:10:05.272Z Compiling ctr v0.9.2
34232026-05-21T10:10:05.292Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34242026-05-21T10:10:05.442Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34252026-05-21T10:10:05.511Z Compiling unicase v2.9.0
34262026-05-21T10:10:05.529Z Compiling illumos-nvpair-sys v0.2.0
34272026-05-21T10:10:05.637Z Compiling hashbrown v0.12.3
34282026-05-21T10:10:05.655Z Compiling corncobs v0.1.4
34292026-05-21T10:10:05.675Z Compiling aes-gcm v0.10.3
34302026-05-21T10:10:05.772Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34312026-05-21T10:10:05.791Z Compiling mime_guess v2.0.5
34322026-05-21T10:10:05.812Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34332026-05-21T10:10:05.860Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-05-21T10:10:05.879Z Compiling parking_lot v0.11.2
34352026-05-21T10:10:05.902Z Compiling serde-hex v0.1.0
34362026-05-21T10:10:06.045Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34372026-05-21T10:10:06.088Z Compiling tabled v0.20.0
34382026-05-21T10:10:06.196Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
34392026-05-21T10:10:06.215Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34402026-05-21T10:10:06.236Z Compiling progenitor-impl v0.10.0
34412026-05-21T10:10:06.261Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
34422026-05-21T10:10:06.300Z Compiling ron v0.8.1
34432026-05-21T10:10:06.388Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34442026-05-21T10:10:06.446Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34452026-05-21T10:10:06.582Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34462026-05-21T10:10:06.758Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34472026-05-21T10:10:06.889Z Compiling hashbrown v0.13.2
34482026-05-21T10:10:06.913Z Compiling progenitor-macro v0.11.2
34492026-05-21T10:10:06.936Z Compiling progenitor-client v0.11.2
34502026-05-21T10:10:06.971Z Compiling ssh-encoding v0.2.0
34512026-05-21T10:10:07.023Z Compiling blowfish v0.9.1
34522026-05-21T10:10:07.079Z Compiling prefix-trie v0.7.0
34532026-05-21T10:10:07.287Z Compiling fxhash v0.2.1
34542026-05-21T10:10:07.313Z Compiling secrecy v0.8.0
34552026-05-21T10:10:07.338Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34562026-05-21T10:10:07.343Z Compiling crc-any v2.5.0
34572026-05-21T10:10:07.468Z Compiling hickory-server v0.25.2
34582026-05-21T10:10:07.500Z Compiling sled v0.34.7
34592026-05-21T10:10:07.536Z Compiling object v0.30.4
34602026-05-21T10:10:07.580Z Compiling bcrypt-pbkdf v0.10.0
34612026-05-21T10:10:07.621Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34622026-05-21T10:10:07.760Z Compiling ssh-cipher v0.2.0
34632026-05-21T10:10:07.985Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34642026-05-21T10:10:08.215Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34652026-05-21T10:10:08.235Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34662026-05-21T10:10:08.387Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34672026-05-21T10:10:08.450Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34682026-05-21T10:10:08.539Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-21T10:10:08.592Z Compiling password-hash v0.4.2
34702026-05-21T10:10:08.608Z Compiling half v1.8.3
34712026-05-21T10:10:08.786Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-05-21T10:10:08.921Z Compiling http-range v0.1.5
34732026-05-21T10:10:08.938Z Compiling progenitor-macro v0.10.0
34742026-05-21T10:10:08.969Z Compiling path-slash v0.1.5
34752026-05-21T10:10:09.014Z Compiling crc8 v0.1.1
34762026-05-21T10:10:09.115Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34772026-05-21T10:10:09.145Z Compiling pbkdf2 v0.11.0
34782026-05-21T10:10:09.149Z Compiling serde_cbor v0.11.2
34792026-05-21T10:10:09.326Z Compiling illumos-nvpair v0.3.0
34802026-05-21T10:10:09.381Z Compiling ssh-key v0.6.7
34812026-05-21T10:10:09.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34822026-05-21T10:10:09.842Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34832026-05-21T10:10:09.842Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34842026-05-21T10:10:09.988Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34852026-05-21T10:10:10.007Z Compiling p521 v0.13.3
34862026-05-21T10:10:10.241Z Compiling p256 v0.13.2
34872026-05-21T10:10:10.373Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34882026-05-21T10:10:10.418Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34892026-05-21T10:10:10.533Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34902026-05-21T10:10:10.546Z Compiling yasna v0.5.2
34912026-05-21T10:10:10.638Z Compiling kstat-rs v0.2.4
34922026-05-21T10:10:10.645Z Compiling headers-core v0.3.0
34932026-05-21T10:10:10.806Z Compiling nanorand v0.7.0
34942026-05-21T10:10:10.902Z Compiling atty v0.2.14
34952026-05-21T10:10:10.956Z Compiling russh-cryptovec v0.7.3
34962026-05-21T10:10:10.972Z Compiling md5 v0.7.0
34972026-05-21T10:10:11.054Z Compiling home v0.5.12
34982026-05-21T10:10:11.066Z Compiling flume v0.11.1
34992026-05-21T10:10:11.116Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
35002026-05-21T10:10:11.171Z Compiling rcgen v0.12.1
35012026-05-21T10:10:11.225Z Compiling russh-keys v0.45.0
35022026-05-21T10:10:11.244Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35032026-05-21T10:10:11.251Z Compiling headers v0.4.1
35042026-05-21T10:10:11.290Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35052026-05-21T10:10:11.332Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35062026-05-21T10:10:11.434Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35072026-05-21T10:10:11.720Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35082026-05-21T10:10:11.779Z Compiling hyper-staticfile v0.10.1
35092026-05-21T10:10:11.903Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35102026-05-21T10:10:11.948Z Compiling progenitor v0.11.2
35112026-05-21T10:10:12.057Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35122026-05-21T10:10:12.104Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35132026-05-21T10:10:12.176Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35142026-05-21T10:10:12.312Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35152026-05-21T10:10:12.361Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35162026-05-21T10:10:12.379Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35172026-05-21T10:10:12.411Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35182026-05-21T10:10:12.534Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35192026-05-21T10:10:12.823Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35202026-05-21T10:10:12.826Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35212026-05-21T10:10:13.126Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35222026-05-21T10:10:13.145Z Compiling num-bigint v0.4.6
35232026-05-21T10:10:13.172Z Compiling des v0.8.1
35242026-05-21T10:10:13.175Z Compiling subprocess v0.2.15
35252026-05-21T10:10:13.268Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35262026-05-21T10:10:13.313Z Compiling hex-literal v0.4.1
35272026-05-21T10:10:13.369Z Compiling display-error-chain v0.2.2
35282026-05-21T10:10:13.426Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35292026-05-21T10:10:13.466Z Compiling colored v2.2.0
35302026-05-21T10:10:13.538Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35312026-05-21T10:10:13.592Z Compiling socket2 v0.5.10
35322026-05-21T10:10:13.735Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35332026-05-21T10:10:13.801Z Compiling internet-checksum v0.2.1
35342026-05-21T10:10:13.974Z Compiling progenitor v0.10.0
35352026-05-21T10:10:14.137Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
35362026-05-21T10:10:14.428Z Compiling russh v0.45.0
35372026-05-21T10:10:15.016Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35382026-05-21T10:10:23.156Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35392026-05-21T10:10:24.858Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
35402026-05-21T10:10:25.812Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35412026-05-21T10:10:26.580Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
35422026-05-21T10:10:29.658Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35432026-05-21T10:10:29.658Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35442026-05-21T10:10:38.628Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35452026-05-21T10:10:46.368Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35462026-05-21T10:10:46.372Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35472026-05-21T10:10:46.372Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35482026-05-21T10:10:46.372Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-05-21T10:10:48.262Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35502026-05-21T10:10:48.298Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35512026-05-21T10:10:52.426Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35522026-05-21T10:11:32.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
35532026-05-21T10:11:32.653Z
35542026-05-21T10:11:32.653Zreal 1:51.465127480
35552026-05-21T10:11:32.653Zuser 9:48.338893782
35562026-05-21T10:11:32.656Zsys 1:57.141128562
35572026-05-21T10:11:32.656Ztrap 0.292720262
35582026-05-21T10:11:32.656Ztflt 0.503753296
35592026-05-21T10:11:32.656Zdflt 1.715089090
35602026-05-21T10:11:32.656Zkflt 0.000403822
35612026-05-21T10:11:32.656Zlock 34:32.821084733
35622026-05-21T10:11:32.656Zslp 23:03.633283917
35632026-05-21T10:11:32.656Zlat 46.095889425
35642026-05-21T10:11:32.657Zstop 3:08.587720343
35652026-05-21T10:11:32.657Z+ mkdir tests
35662026-05-21T10:11:32.660Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35672026-05-21T10:11:32.661Z+ xargs -I '{}' -t cp '{}' tests/
35682026-05-21T10:11:32.688Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9b589b8288696ece tests/
35692026-05-21T10:11:32.710Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-241c58c09f02262c tests/
35702026-05-21T10:11:32.730Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-531077c8b487e043 tests/
35712026-05-21T10:11:32.753Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4d425806e8d7ba99 tests/
35722026-05-21T10:11:33.026Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35732026-05-21T10:11:33.029Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-241c58c09f02262c tests/commtest-531077c8b487e043 tests/dhcp_server-9b589b8288696ece tests/end_to_end_tests-4d425806e8d7ba99 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35742026-05-21T10:12:57.101ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35752026-05-21T10:12:57.101Za .github/buildomat/ci-env.sh 1K
35762026-05-21T10:12:57.101Za out/target/test 1K
35772026-05-21T10:12:57.101Za out/npuzone/npuzone 27402K
35782026-05-21T10:12:57.101Za package-manifest.toml 35K
35792026-05-21T10:12:57.101Za smf/sled-agent/non-gimlet/config.toml 6K
35802026-05-21T10:12:57.101Za target/release/omicron-package 45981K
35812026-05-21T10:12:57.101Za target/release/xtask 11453K
35822026-05-21T10:12:57.101Za target/debug/bootstrap 408390K
35832026-05-21T10:12:57.101Za tests/bootstrap-241c58c09f02262c 31215K
35842026-05-21T10:12:57.101Za tests/commtest-531077c8b487e043 32300K
35852026-05-21T10:12:57.102Za tests/dhcp_server-9b589b8288696ece 31215K
35862026-05-21T10:12:57.102Za tests/end_to_end_tests-4d425806e8d7ba99 475614K
35872026-05-21T10:12:57.102Za tools/opte_version 1K
35882026-05-21T10:12:57.102Za tools/opte_version_override 2K
35892026-05-21T10:12:57.102Za out/clickhouse.tar.gz 321187K
35902026-05-21T10:12:57.102Za out/clickhouse_keeper.tar.gz 306276K
35912026-05-21T10:12:57.102Za out/clickhouse_server.tar.gz 321184K
35922026-05-21T10:12:57.102Za out/cockroachdb.tar.gz 165941K
35932026-05-21T10:12:57.102Za out/crucible-pantry-zone.tar.gz 44455K
35942026-05-21T10:12:57.102Za out/crucible-utils.tar 17744K
35952026-05-21T10:12:57.102Za out/crucible-zone.tar.gz 58593K
35962026-05-21T10:12:57.102Za out/external-dns.tar.gz 51129K
35972026-05-21T10:12:57.102Za out/internal-dns.tar.gz 51128K
35982026-05-21T10:12:57.102Za out/mg-ddm-gz.tar 102918K
35992026-05-21T10:12:57.102Za out/nexus.tar.gz 240179K
36002026-05-21T10:12:57.102Za out/ntp.tar.gz 32685K
36012026-05-21T10:12:57.102Za out/omicron-gateway-softnpu.tar.gz 33483K
36022026-05-21T10:12:57.102Za out/omicron-sled-agent.tar 225250K
36032026-05-21T10:12:57.102Za out/overlay.tar.gz 3K
36042026-05-21T10:12:57.102Za out/oximeter.tar.gz 76042K
36052026-05-21T10:12:57.102Za out/oxlog.tar 3782K
36062026-05-21T10:12:57.103Za out/probe.tar.gz 3037K
36072026-05-21T10:12:57.103Za out/propolis-server.tar.gz 38727K
36082026-05-21T10:12:57.103Za out/pumpkind-gz.tar 26647K
36092026-05-21T10:12:57.103Za out/switch-softnpu.tar.gz 415226K
36102026-05-21T10:12:57.107Z
36112026-05-21T10:12:57.107Zreal 1:24.072066066
36122026-05-21T10:12:57.107Zuser 1:21.250613009
36132026-05-21T10:12:57.107Zsys 4.653377899
36142026-05-21T10:12:57.107Ztrap 0.006869966
36152026-05-21T10:12:57.107Ztflt 0.000000000
36162026-05-21T10:12:57.107Zdflt 0.000000000
36172026-05-21T10:12:57.107Zkflt 0.000000000
36182026-05-21T10:12:57.107Zlock 0.000000000
36192026-05-21T10:12:57.107Zslp 1:21.103745196
36202026-05-21T10:12:57.107Zlat 1.123231012
36212026-05-21T10:12:57.107Zstop 0.000227298
36222026-05-21T10:12:57.107Zprocess exited: duration 1290082 ms, exit code 0
 
36232026-05-21T10:12:57.121Zfound 1 output files
36242026-05-21T10:12:57.133Zuploading: /work/package.tar.gz (2544298307 bytes)
36252026-05-21T10:13:27.214Zuploaded: /work/package.tar.gz