01M15FMCFQKS4QCX3H7N6KDDPD: 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: 01M15FN078JHE33S28PM7RZT70

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T00:46:18.551Zjob assigned to worker 01M15FN981WWTSW0BCAHQ07H7E [factory aws, i-020ce3b10b0d2e668] (queued for 52 s)
 
22026-08-29T00:46:26.121Zstarting task 0: "setup"
32026-08-29T00:46:26.126Z++ uname -s
42026-08-29T00:46:26.129Z+ kern=SunOS
52026-08-29T00:46:26.129Z+ build_user=build
62026-08-29T00:46:26.129Z+ build_uid=12345
72026-08-29T00:46:26.129Z+ work_dir=/work
82026-08-29T00:46:26.130Z+ input_dir=/input
92026-08-29T00:46:26.130Z+ [[ 0 == 12345 ]]
102026-08-29T00:46:26.130Z+ case "$kern" in
112026-08-29T00:46:26.130Z+ groupadd -g 12345 build
122026-08-29T00:46:26.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T00:46:28.139Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T00:46:28.270Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T00:46:28.274Z+ home_fs=zfs
162026-08-29T00:46:28.274Z+ [[ zfs == autofs ]]
172026-08-29T00:46:28.274Z+ mkdir -p /home/build
182026-08-29T00:46:28.274Z+ chown build:build /home/build /work
192026-08-29T00:46:30.276Z+ chmod 0700 /home/build /work
202026-08-29T00:46:30.280Zprocess exited: duration 4161 ms, exit code 0
 
212026-08-29T00:46:30.288Zstarting task 1: "rust-toolchain"
222026-08-29T00:46:30.293Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T00:46:30.293Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T00:46:30.293Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-29T00:46:30.293Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-29T00:46:30.293Z * rust toolchain channel = "1.97.1"
272026-08-29T00:46:30.293Z * rust toolchain profile = "default"
282026-08-29T00:46:30.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T00:46:30.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T00:46:30.407Zinfo: downloading installer
312026-08-29T00:46:31.841Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T00:46:31.841Zwarn: /home/build/.rustup/settings.toml
332026-08-29T00:46:31.841Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T00:46:31.842Zwarn: instead of the one inferred from the default host triple.
352026-08-29T00:46:31.854Zinfo: profile set to default
362026-08-29T00:46:31.854Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T00:46:31.857Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T00:46:32.002Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T00:46:32.006Zinfo: downloading 6 components
402026-08-29T00:46:45.880Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T00:46:45.880Z
422026-08-29T00:46:45.909Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T00:46:45.910Z
442026-08-29T00:46:45.910Z
452026-08-29T00:46:45.910ZRust is installed now. Great!
462026-08-29T00:46:45.910Z
472026-08-29T00:46:45.914ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T00:46:45.914Zenvironment variable. This has not been done automatically.
492026-08-29T00:46:45.914Z
502026-08-29T00:46:45.914ZTo configure your current shell, you need to source
512026-08-29T00:46:45.914Zthe corresponding env file under $HOME/.cargo.
522026-08-29T00:46:45.914Z
532026-08-29T00:46:45.915ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T00:46:45.915Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T00:46:45.915Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T00:46:45.915Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T00:46:45.915Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T00:46:45.915Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T00:46:45.915Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T00:46:45.915Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T00:46:45.915Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T00:46:46.017Z+ rustup --version
632026-08-29T00:46:46.023Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T00:46:46.023Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T00:46:46.044Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T00:46:46.047Z+ cargo --version
672026-08-29T00:46:46.055Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T00:46:46.058Z+ rustc --version
692026-08-29T00:46:46.077Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T00:46:46.080Zprocess exited: duration 15792 ms, exit code 0
 
712026-08-29T00:46:46.088Zstarting task 2: "authentication"
722026-08-29T00:46:46.106Zprocess exited: duration 17 ms, exit code 0
 
732026-08-29T00:46:46.112Zstarting task 3: "clone repository"
742026-08-29T00:46:46.131Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T00:46:46.136Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T00:46:46.150ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T00:46:58.738Z+ cd /work/oxidecomputer/omicron
782026-08-29T00:46:58.738Z+ git fetch origin 4eef116968cbc1a23cf14ecb5901aa2bba62af61
792026-08-29T00:46:59.082ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T00:46:59.082Z * branch 4eef116968cbc1a23cf14ecb5901aa2bba62af61 -> FETCH_HEAD
812026-08-29T00:46:59.095Z+ [[ -n support-bundle-skip-stale-zones ]]
822026-08-29T00:46:59.099Z++ git branch --show-current
832026-08-29T00:46:59.099Z+ current=main
842026-08-29T00:46:59.099Z+ [[ main != support-bundle-skip-stale-zones ]]
852026-08-29T00:46:59.099Z+ git branch -f support-bundle-skip-stale-zones 4eef116968cbc1a23cf14ecb5901aa2bba62af61
862026-08-29T00:46:59.103Z+ git checkout -f support-bundle-skip-stale-zones
872026-08-29T00:46:59.287ZSwitched to branch 'support-bundle-skip-stale-zones'
882026-08-29T00:46:59.291Z+ git reset --hard 4eef116968cbc1a23cf14ecb5901aa2bba62af61
892026-08-29T00:46:59.477ZHEAD is now at 4eef11696 Test that out-of-window zones leave no trace in a support bundle
902026-08-29T00:46:59.481Zprocess exited: duration 13366 ms, exit code 0
 
912026-08-29T00:46:59.489Zstarting task 4: "build"
922026-08-29T00:46:59.495Z+ source .github/buildomat/ci-env.sh
932026-08-29T00:46:59.495Z++ export CARGO_TERM_COLOR=always
942026-08-29T00:46:59.495Z++ CARGO_TERM_COLOR=always
952026-08-29T00:46:59.500Z+++ uname -s
962026-08-29T00:46:59.500Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T00:46:59.500Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T00:46:59.500Z+ cargo --version
992026-08-29T00:46:59.510Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T00:46:59.514Z+ rustc --version
1012026-08-29T00:46:59.534Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T00:46:59.538Z+ WORK=/work
1032026-08-29T00:46:59.538Z+ pfexec mkdir -p /work
1042026-08-29T00:46:59.542Z+ pfexec chown build /work
1052026-08-29T00:46:59.546Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-29T00:47:02.262Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-29T00:47:02.674Z Startup: Caching catalogs ... Done
1082026-08-29T00:47:04.967ZPlanning: Solver setup ... Done (2.168s)
1092026-08-29T00:47:05.031ZPlanning: Running solver ... Done (0.065s)
1102026-08-29T00:47:05.083ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-29T00:47:05.095ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-29T00:47:05.113ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-29T00:47:05.128ZPlanning: Package planning ... Done (0.015s)
1142026-08-29T00:47:05.131ZPlanning: Merging actions ... Done (0.002s)
1152026-08-29T00:47:05.363ZPlanning: Checking for conflicting actions ... Done (0.233s)
1162026-08-29T00:47:05.367ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-29T00:47:06.244ZPlanning: Evaluating mediators ... Done (0.881s)
1182026-08-29T00:47:06.248ZPlanning: Planning completed in 3.54 seconds
1192026-08-29T00:47:06.254Z Packages to install: 2
1202026-08-29T00:47:06.254Z Estimated space available: 156.00 GB
1212026-08-29T00:47:06.257ZEstimated space to be consumed: 83.65 MB
1222026-08-29T00:47:06.257Z Create boot environment: No
1232026-08-29T00:47:06.257ZCreate backup boot environment: No
1242026-08-29T00:47:06.258Z Rebuild boot archive: No
1252026-08-29T00:47:06.258Z
1262026-08-29T00:47:06.258ZChanged packages:
1272026-08-29T00:47:06.258Zhelios
1282026-08-29T00:47:06.258Z developer/build-essential
1292026-08-29T00:47:06.258Z None -> 11-3.0
1302026-08-29T00:47:06.258Z library/libxmlsec1
1312026-08-29T00:47:06.258Z None -> 1.2.35-3.0
1322026-08-29T00:47:06.280Z
1332026-08-29T00:47:06.280ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-29T00:47:06.360ZDownload: Completed 1.28 MB in 0.08 seconds (15.9M/s)
1352026-08-29T00:47:06.433Z Actions: 1/268 actions (Installing new actions)
1362026-08-29T00:47:06.473Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-29T00:47:06.514ZFinalize: Updating package state database ... Done (0.040s)
1382026-08-29T00:47:06.514ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-29T00:47:06.608ZFinalize: Updating image state ... Done (0.094s)
1402026-08-29T00:47:09.301ZFinalize: Creating fast lookup database ... Done (2.638s)
1412026-08-29T00:47:09.371ZFinalize: Reading search index ... Done (0.012s)
1422026-08-29T00:47:09.376ZFinalize: Updating search index ... Done (0.000s)
1432026-08-29T00:47:09.439ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-29T00:47:09.818ZPlanning: Evaluating mediator changes ... Done
1452026-08-29T00:47:09.924ZPlanning: Checking for conflicting actions ... Done
1462026-08-29T00:47:09.927ZPlanning: Consolidating action changes ... Done
1472026-08-29T00:47:10.083ZPlanning: Evaluating mediators ... Done
1482026-08-29T00:47:10.086ZPlanning: Planning completed in 0.27 seconds
1492026-08-29T00:47:10.106Z Mediators to change: 2
1502026-08-29T00:47:10.107Z Create boot environment: No
1512026-08-29T00:47:10.107ZCreate backup boot environment: No
1522026-08-29T00:47:10.161ZFinalize: Updating package state database ... Done
1532026-08-29T00:47:10.161ZFinalize: Updating package cache ... Done
1542026-08-29T00:47:10.216ZFinalize: Updating image state ... Done
1552026-08-29T00:47:12.185ZFinalize: Creating fast lookup database ... Done
1562026-08-29T00:47:12.251ZFinalize: Reading search index ... Done
1572026-08-29T00:47:12.254ZFinalize: Updating search index ... Done
1582026-08-29T00:47:12.338ZFinalize: Updating package cache ... Done
1592026-08-29T00:47:12.625ZPlanning: Evaluating mediator changes ... Done
1602026-08-29T00:47:12.728ZPlanning: Checking for conflicting actions ... Done
1612026-08-29T00:47:12.733ZPlanning: Consolidating action changes ... Done
1622026-08-29T00:47:12.886ZPlanning: Evaluating mediators ... Done
1632026-08-29T00:47:12.890ZPlanning: Planning completed in 0.26 seconds
1642026-08-29T00:47:12.910Z Mediators to change: 1
1652026-08-29T00:47:12.910Z Create boot environment: No
1662026-08-29T00:47:12.910ZCreate backup boot environment: No
1672026-08-29T00:47:12.970ZFinalize: Updating package state database ... Done
1682026-08-29T00:47:12.970ZFinalize: Updating package cache ... Done
1692026-08-29T00:47:13.025ZFinalize: Updating image state ... Done
1702026-08-29T00:47:14.956ZFinalize: Creating fast lookup database ... Done
1712026-08-29T00:47:15.017ZFinalize: Reading search index ... Done
1722026-08-29T00:47:15.022ZFinalize: Updating search index ... Done
1732026-08-29T00:47:15.122ZFinalize: Updating package cache ... Done
1742026-08-29T00:47:15.413ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-29T00:47:15.413Zapache system 2.4 system
1762026-08-29T00:47:15.413Zclang system 15 system
1772026-08-29T00:47:15.414Zcsh system system illumos
1782026-08-29T00:47:15.414Zctags system system illumos
1792026-08-29T00:47:15.414Zfile vendor vendor darwinsys
1802026-08-29T00:47:15.414Zfile system system illumos
1812026-08-29T00:47:15.414Zgcc vendor 14 vendor
1822026-08-29T00:47:15.414Zgcc system 13 system
1832026-08-29T00:47:15.414Zgcc system 10 system
1842026-08-29T00:47:15.414Zgo system 1.25 system
1852026-08-29T00:47:15.414Zllvm system 15 system
1862026-08-29T00:47:15.414Zmariadb system 11.4 system
1872026-08-29T00:47:15.414Zmta vendor vendor dma
1882026-08-29T00:47:15.414Zopenjdk system 17 system
1892026-08-29T00:47:15.414Zopenjdk system 11 system
1902026-08-29T00:47:15.414Zopenssl vendor 3 vendor
1912026-08-29T00:47:15.414Zperl system 5.40 system
1922026-08-29T00:47:15.414Zpostgresql system 18 system
1932026-08-29T00:47:15.414Zpostgresql system 17 system
1942026-08-29T00:47:15.414Zpython vendor 3 vendor
1952026-08-29T00:47:15.414Zpython system 2 system
1962026-08-29T00:47:15.414Zpython3 vendor 3.13 vendor
1972026-08-29T00:47:15.414Zruby system 3.4 system
1982026-08-29T00:47:15.414Zruby system 3.0 system
1992026-08-29T00:47:15.414Zwords vendor vendor american-english
2002026-08-29T00:47:15.414Zwords system system australian-english
2012026-08-29T00:47:15.415Zwords system system british-english
2022026-08-29T00:47:15.415Zwords system system canadian-english
2032026-08-29T00:47:15.415Zwords system system french
2042026-08-29T00:47:15.415Zwords system system italian
2052026-08-29T00:47:15.415Zwords system system ngerman
2062026-08-29T00:47:15.415Zwords system system ogerman
2072026-08-29T00:47:15.415Zwords system system spanish
2082026-08-29T00:47:15.677ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-29T00:47:15.678Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-29T00:47:16.189ZFMRI IFO
2112026-08-29T00:47:16.189Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-29T00:47:16.189Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-29T00:47:16.189Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-29T00:47:16.189Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-29T00:47:16.189Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-29T00:47:16.189Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-29T00:47:16.189Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-29T00:47:16.189Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-29T00:47:16.189Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-29T00:47:16.540Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-29T00:47:16.857Z Updating crates.io index
2222026-08-29T00:47:16.860Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-29T00:47:17.145Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-29T00:47:17.525Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-29T00:47:17.803Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-29T00:47:19.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-29T00:47:19.727Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-29T00:47:21.731Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-29T00:47:22.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-29T00:47:23.178Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-29T00:47:23.552Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-29T00:47:25.033Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-29T00:47:25.351Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-29T00:47:25.732Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-29T00:47:26.359Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-29T00:47:26.640Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-29T00:47:26.931Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-29T00:47:27.233Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-29T00:47:27.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-29T00:47:27.903Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-29T00:47:28.403Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-29T00:47:28.802Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-29T00:47:29.315Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-29T00:47:29.647Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-29T00:47:30.213Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-29T00:47:30.580Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-29T00:47:31.165Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-29T00:47:31.590Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-29T00:47:31.892Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-29T00:47:32.305Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-29T00:47:32.692Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-29T00:47:32.988Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-29T00:47:33.328Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-29T00:47:33.725Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-29T00:47:34.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-29T00:47:34.950Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-29T00:47:35.260Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-29T00:47:35.603Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-29T00:47:36.382Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-29T00:47:36.724Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-29T00:47:37.031Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-29T00:47:37.339Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-29T00:47:37.615Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-29T00:47:37.939Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-29T00:47:40.571Z Downloading crates ...
2662026-08-29T00:47:40.624Z Downloaded anstyle v1.0.14
2672026-08-29T00:47:40.628Z Downloaded terminal_size v0.4.3
2682026-08-29T00:47:40.647Z Downloaded fs-err v3.3.0
2692026-08-29T00:47:40.655Z Downloaded crypto-common v0.1.7
2702026-08-29T00:47:40.659Z Downloaded fastrand v2.3.0
2712026-08-29T00:47:40.659Z Downloaded cfg-if v1.0.4
2722026-08-29T00:47:40.662Z Downloaded anstyle-query v1.1.5
2732026-08-29T00:47:40.666Z Downloaded errno v0.3.14
2742026-08-29T00:47:40.666Z Downloaded cargo-platform v0.3.2
2752026-08-29T00:47:40.669Z Downloaded colorchoice v1.0.4
2762026-08-29T00:47:40.673Z Downloaded byteorder v1.5.0
2772026-08-29T00:47:40.676Z Downloaded goblin v0.8.2
2782026-08-29T00:47:40.681Z Downloaded zerocopy v0.7.35
2792026-08-29T00:47:40.687Z Downloaded generic-array v0.14.7
2802026-08-29T00:47:40.691Z Downloaded is_terminal_polyfill v1.70.2
2812026-08-29T00:47:40.691Z Downloaded anstream v1.0.0
2822026-08-29T00:47:40.691Z Downloaded clap_lex v1.0.0
2832026-08-29T00:47:40.691Z Downloaded camino v1.2.5
2842026-08-29T00:47:40.695Z Downloaded cargo_metadata v0.23.1
2852026-08-29T00:47:40.695Z Downloaded anstyle-parse v1.0.0
2862026-08-29T00:47:40.695Z Downloaded utf8parse v0.2.2
2872026-08-29T00:47:40.695Z Downloaded strsim v0.11.1
2882026-08-29T00:47:40.698Z Downloaded cpufeatures v0.2.17
2892026-08-29T00:47:40.698Z Downloaded equivalent v1.0.2
2902026-08-29T00:47:40.703Z Downloaded fnv v1.0.7
2912026-08-29T00:47:40.703Z Downloaded memmap v0.7.0
2922026-08-29T00:47:40.703Z Downloaded smawk v0.3.2
2932026-08-29T00:47:40.707Z Downloaded itoa v1.0.17
2942026-08-29T00:47:40.707Z Downloaded bytecount v0.6.9
2952026-08-29T00:47:40.710Z Downloaded camino-tempfile v1.4.1
2962026-08-29T00:47:40.710Z Downloaded clap v4.6.1
2972026-08-29T00:47:40.714Z Downloaded pest_derive v2.8.6
2982026-08-29T00:47:40.717Z Downloaded pest_generator v2.8.6
2992026-08-29T00:47:40.717Z Downloaded usdt-attr-macro v0.5.0
3002026-08-29T00:47:40.717Z Downloaded block-buffer v0.10.4
3012026-08-29T00:47:40.717Z Downloaded version_check v0.9.5
3022026-08-29T00:47:40.717Z Downloaded tabled_derive v0.7.0
3032026-08-29T00:47:40.717Z Downloaded dtrace-parser v0.2.0
3042026-08-29T00:47:40.721Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-29T00:47:40.721Z Downloaded pretty-hex v0.4.1
3062026-08-29T00:47:40.725Z Downloaded heck v0.5.0
3072026-08-29T00:47:40.728Z Downloaded usdt v0.5.0
3082026-08-29T00:47:40.728Z Downloaded toml_datetime v0.6.11
3092026-08-29T00:47:40.731Z Downloaded serde_spanned v0.6.9
3102026-08-29T00:47:40.732Z Downloaded unicode-linebreak v0.1.5
3112026-08-29T00:47:40.735Z Downloaded scroll_derive v0.12.1
3122026-08-29T00:47:40.735Z Downloaded usdt-macro v0.5.0
3132026-08-29T00:47:40.742Z Downloaded swrite v0.1.0
3142026-08-29T00:47:40.745Z Downloaded toml_write v0.1.2
3152026-08-29T00:47:40.748Z Downloaded heck v0.4.1
3162026-08-29T00:47:40.748Z Downloaded proc-macro-error v1.0.4
3172026-08-29T00:47:40.752Z Downloaded thiserror v1.0.69
3182026-08-29T00:47:40.755Z Downloaded getrandom v0.4.3
3192026-08-29T00:47:40.755Z Downloaded macaddr v1.0.1
3202026-08-29T00:47:40.755Z Downloaded autocfg v1.5.0
3212026-08-29T00:47:40.760Z Downloaded plain v0.2.3
3222026-08-29T00:47:40.764Z Downloaded digest v0.10.7
3232026-08-29T00:47:40.768Z Downloaded cargo_toml v0.21.0
3242026-08-29T00:47:40.771Z Downloaded usdt-impl v0.5.0
3252026-08-29T00:47:40.775Z Downloaded dof v0.3.0
3262026-08-29T00:47:40.775Z Downloaded quote v1.0.45
3272026-08-29T00:47:40.775Z Downloaded scroll v0.12.0
3282026-08-29T00:47:40.775Z Downloaded thiserror-impl v1.0.69
3292026-08-29T00:47:40.775Z Downloaded thread-id v4.2.2
3302026-08-29T00:47:40.779Z Downloaded zmij v1.0.21
3312026-08-29T00:47:40.782Z Downloaded thiserror-impl v2.0.18
3322026-08-29T00:47:40.785Z Downloaded serde_tokenstream v0.2.3
3332026-08-29T00:47:40.785Z Downloaded pest_meta v2.8.6
3342026-08-29T00:47:40.789Z Downloaded sha2 v0.10.9
3352026-08-29T00:47:40.792Z Downloaded thiserror v2.0.18
3362026-08-29T00:47:40.795Z Downloaded once_cell v1.21.3
3372026-08-29T00:47:40.795Z Downloaded tempfile v3.27.0
3382026-08-29T00:47:40.803Z Downloaded clap_derive v4.6.1
3392026-08-29T00:47:40.807Z Downloaded bitflags v2.11.0
3402026-08-29T00:47:40.816Z Downloaded anyhow v1.0.104
3412026-08-29T00:47:40.819Z Downloaded toml v0.8.23
3422026-08-29T00:47:40.819Z Downloaded zerocopy-derive v0.7.35
3432026-08-29T00:47:40.822Z Downloaded semver v1.0.28
3442026-08-29T00:47:40.826Z Downloaded papergrid v0.11.0
3452026-08-29T00:47:40.826Z Downloaded ucd-trie v0.1.7
3462026-08-29T00:47:40.829Z Downloaded unicode-ident v1.0.24
3472026-08-29T00:47:40.829Z Downloaded serde_core v1.0.228
3482026-08-29T00:47:40.833Z Downloaded indexmap v2.14.0
3492026-08-29T00:47:40.836Z Downloaded log v0.4.33
3502026-08-29T00:47:40.840Z Downloaded textwrap v0.16.2
3512026-08-29T00:47:40.845Z Downloaded proc-macro2 v1.0.106
3522026-08-29T00:47:40.851Z Downloaded serde_derive v1.0.228
3532026-08-29T00:47:40.854Z Downloaded toml_edit v0.22.27
3542026-08-29T00:47:40.859Z Downloaded pest v2.8.6
3552026-08-29T00:47:40.863Z Downloaded memchr v2.8.0
3562026-08-29T00:47:40.867Z Downloaded serde v1.0.228
3572026-08-29T00:47:40.871Z Downloaded typenum v1.20.1
3582026-08-29T00:47:40.903Z Downloaded hashbrown v0.17.0
3592026-08-29T00:47:40.914Z Downloaded serde_json v1.0.151
3602026-08-29T00:47:40.914Z Downloaded clap_builder v4.6.0
3612026-08-29T00:47:40.920Z Downloaded tabled v0.15.0
3622026-08-29T00:47:40.928Z Downloaded winnow v0.7.14
3632026-08-29T00:47:40.936Z Downloaded unicode-width v0.2.0
3642026-08-29T00:47:40.939Z Downloaded syn v1.0.109
3652026-08-29T00:47:40.945Z Downloaded unicode-width v0.1.14
3662026-08-29T00:47:40.950Z Downloaded syn v2.0.117
3672026-08-29T00:47:40.966Z Downloaded rustix v1.1.4
3682026-08-29T00:47:40.981Z Downloaded libc v0.2.185
3692026-08-29T00:47:41.043Z Compiling proc-macro2 v1.0.106
3702026-08-29T00:47:41.043Z Compiling unicode-ident v1.0.24
3712026-08-29T00:47:41.043Z Compiling quote v1.0.45
3722026-08-29T00:47:41.047Z Compiling serde_core v1.0.228
3732026-08-29T00:47:41.047Z Compiling libc v0.2.185
3742026-08-29T00:47:41.047Z Compiling version_check v0.9.5
3752026-08-29T00:47:41.047Z Compiling memchr v2.8.0
3762026-08-29T00:47:41.047Z Compiling serde v1.0.228
3772026-08-29T00:47:41.047Z Compiling zmij v1.0.21
3782026-08-29T00:47:41.047Z Compiling ucd-trie v0.1.7
3792026-08-29T00:47:41.047Z Compiling thiserror v1.0.69
3802026-08-29T00:47:41.256Z Compiling itoa v1.0.17
3812026-08-29T00:47:41.271Z Compiling rustix v1.1.4
3822026-08-29T00:47:41.271Z Compiling byteorder v1.5.0
3832026-08-29T00:47:41.447Z Compiling bitflags v2.11.0
3842026-08-29T00:47:41.507Z Compiling serde_json v1.0.151
3852026-08-29T00:47:41.688Z Compiling camino v1.2.5
3862026-08-29T00:47:41.833Z Compiling pest v2.8.6
3872026-08-29T00:47:41.843Z Compiling syn v1.0.109
3882026-08-29T00:47:41.843Z Compiling proc-macro-error-attr v1.0.4
3892026-08-29T00:47:41.843Z Compiling usdt-impl v0.5.0
3902026-08-29T00:47:41.954Z Compiling proc-macro-error v1.0.4
3912026-08-29T00:47:41.997Z Compiling equivalent v1.0.2
3922026-08-29T00:47:41.997Z Compiling utf8parse v0.2.2
3932026-08-29T00:47:42.065Z Compiling plain v0.2.3
3942026-08-29T00:47:42.121Z Compiling hashbrown v0.17.0
3952026-08-29T00:47:42.182Z Compiling log v0.4.33
3962026-08-29T00:47:42.182Z Compiling getrandom v0.4.3
3972026-08-29T00:47:42.182Z Compiling anstyle-parse v1.0.0
3982026-08-29T00:47:42.258Z Compiling cfg-if v1.0.4
3992026-08-29T00:47:42.288Z Compiling autocfg v1.5.0
4002026-08-29T00:47:42.330Z Compiling pretty-hex v0.4.1
4012026-08-29T00:47:42.393Z Compiling anstyle v1.0.14
4022026-08-29T00:47:42.435Z Compiling thiserror v2.0.18
4032026-08-29T00:47:42.435Z Compiling toml_write v0.1.2
4042026-08-29T00:47:42.435Z Compiling anstyle-query v1.1.5
4052026-08-29T00:47:42.483Z Compiling colorchoice v1.0.4
4062026-08-29T00:47:42.484Z Compiling winnow v0.7.14
4072026-08-29T00:47:42.514Z Compiling is_terminal_polyfill v1.70.2
4082026-08-29T00:47:42.557Z Compiling errno v0.3.14
4092026-08-29T00:47:42.616Z Compiling thread-id v4.2.2
4102026-08-29T00:47:42.653Z Compiling indexmap v2.14.0
4112026-08-29T00:47:42.653Z Compiling anstream v1.0.0
4122026-08-29T00:47:42.691Z Compiling fastrand v2.3.0
4132026-08-29T00:47:42.713Z Compiling bytecount v0.6.9
4142026-08-29T00:47:42.738Z Compiling syn v2.0.117
4152026-08-29T00:47:42.778Z Compiling fs-err v3.3.0
4162026-08-29T00:47:42.814Z Compiling heck v0.4.1
4172026-08-29T00:47:42.848Z Compiling pest_meta v2.8.6
4182026-08-29T00:47:42.868Z Compiling fnv v1.0.7
4192026-08-29T00:47:42.933Z Compiling clap_lex v1.0.0
4202026-08-29T00:47:42.981Z Compiling strsim v0.11.1
4212026-08-29T00:47:43.002Z Compiling heck v0.5.0
4222026-08-29T00:47:43.018Z Compiling once_cell v1.21.3
4232026-08-29T00:47:43.033Z Compiling unicode-width v0.1.14
4242026-08-29T00:47:43.058Z Compiling anyhow v1.0.104
4252026-08-29T00:47:43.170Z Compiling memmap v0.7.0
4262026-08-29T00:47:43.210Z Compiling unicode-width v0.2.0
4272026-08-29T00:47:43.230Z Compiling unicode-linebreak v0.1.5
4282026-08-29T00:47:43.247Z Compiling smawk v0.3.2
4292026-08-29T00:47:43.284Z Compiling papergrid v0.11.0
4302026-08-29T00:47:43.335Z Compiling swrite v0.1.0
4312026-08-29T00:47:43.493Z Compiling terminal_size v0.4.3
4322026-08-29T00:47:43.493Z Compiling tempfile v3.27.0
4332026-08-29T00:47:43.599Z Compiling clap_builder v4.6.0
4342026-08-29T00:47:43.599Z Compiling textwrap v0.16.2
4352026-08-29T00:47:43.672Z Compiling semver v1.0.28
4362026-08-29T00:47:43.691Z Compiling cargo-platform v0.3.2
4372026-08-29T00:47:43.924Z Compiling camino-tempfile v1.4.1
4382026-08-29T00:47:44.218Z Compiling tabled_derive v0.7.0
4392026-08-29T00:47:44.865Z Compiling pest_generator v2.8.6
4402026-08-29T00:47:44.967Z Compiling tabled v0.15.0
4412026-08-29T00:47:45.406Z Compiling serde_derive v1.0.228
4422026-08-29T00:47:45.419Z Compiling thiserror-impl v1.0.69
4432026-08-29T00:47:45.419Z Compiling zerocopy-derive v0.7.35
4442026-08-29T00:47:45.419Z Compiling scroll_derive v0.12.1
4452026-08-29T00:47:45.419Z Compiling thiserror-impl v2.0.18
4462026-08-29T00:47:45.419Z Compiling clap_derive v4.6.1
4472026-08-29T00:47:45.476Z Compiling pest_derive v2.8.6
4482026-08-29T00:47:45.996Z Compiling scroll v0.12.0
4492026-08-29T00:47:46.047Z Compiling zerocopy v0.7.35
4502026-08-29T00:47:46.213Z Compiling goblin v0.8.2
4512026-08-29T00:47:46.429Z Compiling dtrace-parser v0.2.0
4522026-08-29T00:47:46.743Z Compiling clap v4.6.1
4532026-08-29T00:47:47.855Z Compiling dof v0.3.0
4542026-08-29T00:47:47.855Z Compiling serde_tokenstream v0.2.3
4552026-08-29T00:47:47.890Z Compiling serde_spanned v0.6.9
4562026-08-29T00:47:47.902Z Compiling toml_datetime v0.6.11
4572026-08-29T00:47:47.905Z Compiling macaddr v1.0.1
4582026-08-29T00:47:47.905Z Compiling cargo_metadata v0.23.1
4592026-08-29T00:47:47.905Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4602026-08-29T00:47:48.129Z Compiling toml_edit v0.22.27
4612026-08-29T00:47:48.533Z Compiling usdt-macro v0.5.0
4622026-08-29T00:47:48.536Z Compiling usdt-attr-macro v0.5.0
4632026-08-29T00:47:49.288Z Compiling usdt v0.5.0
4642026-08-29T00:47:49.358Z Compiling toml v0.8.23
4652026-08-29T00:47:49.675Z Compiling cargo_toml v0.21.0
4662026-08-29T00:47:50.958Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-29T00:47:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.66s
4682026-08-29T00:47:53.242Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-29T00:47:53.757Z Downloading crates ...
4702026-08-29T00:47:53.813Z Downloaded addr2line v0.25.1
4712026-08-29T00:47:53.817Z Downloaded backtrace-ext v0.2.1
4722026-08-29T00:47:53.820Z Downloaded arrayref v0.3.9
4732026-08-29T00:47:53.820Z Downloaded aead v0.6.1
4742026-08-29T00:47:53.824Z Downloaded backoff v0.4.0
4752026-08-29T00:47:53.824Z Downloaded async-stream v0.3.6
4762026-08-29T00:47:53.827Z Downloaded bit-vec v0.6.3
4772026-08-29T00:47:53.827Z Downloaded arrayvec v0.7.6
4782026-08-29T00:47:53.831Z Downloaded base16ct v1.0.0
4792026-08-29T00:47:53.831Z Downloaded argon2 v0.5.3
4802026-08-29T00:47:53.835Z Downloaded bitfield-macros v0.19.4
4812026-08-29T00:47:53.839Z Downloaded allocator-api2 v0.2.21
4822026-08-29T00:47:53.844Z Downloaded funty v2.0.0
4832026-08-29T00:47:53.844Z Downloaded embedded-io v0.4.0
4842026-08-29T00:47:53.848Z Downloaded embedded-io v0.6.1
4852026-08-29T00:47:53.848Z Downloaded base16ct v0.2.0
4862026-08-29T00:47:53.852Z Downloaded bit-set v0.8.0
4872026-08-29T00:47:53.852Z Downloaded ff v0.13.1
4882026-08-29T00:47:53.852Z Downloaded async-recursion v1.1.1
4892026-08-29T00:47:53.852Z Downloaded block-padding v0.4.2
4902026-08-29T00:47:53.856Z Downloaded bitfield v0.19.4
4912026-08-29T00:47:53.860Z Downloaded git-stub-vcs v0.1.0
4922026-08-29T00:47:53.865Z Downloaded highway v1.3.0
4932026-08-29T00:47:53.865Z Downloaded atomic-waker v1.1.2
4942026-08-29T00:47:53.865Z Downloaded bitfield-struct v0.6.2
4952026-08-29T00:47:53.865Z Downloaded fd-lock v4.0.4
4962026-08-29T00:47:53.865Z Downloaded float-ord v0.3.2
4972026-08-29T00:47:53.865Z Downloaded array-init v0.0.4
4982026-08-29T00:47:53.865Z Downloaded elliptic-curve v0.14.1
4992026-08-29T00:47:53.869Z Downloaded const-oid v0.10.2
5002026-08-29T00:47:53.869Z Downloaded fallible-iterator v0.2.0
5012026-08-29T00:47:53.869Z Downloaded enum-as-inner v0.6.1
5022026-08-29T00:47:53.873Z Downloaded ahash v0.8.12
5032026-08-29T00:47:53.873Z Downloaded futures-macro v0.3.32
5042026-08-29T00:47:53.876Z Downloaded flume v0.11.1
5052026-08-29T00:47:53.879Z Downloaded foreign-types-shared v0.1.1
5062026-08-29T00:47:53.883Z Downloaded ascii-canvas v3.0.0
5072026-08-29T00:47:53.883Z Downloaded aead v0.5.2
5082026-08-29T00:47:53.888Z Downloaded expectorate v1.2.0
5092026-08-29T00:47:53.888Z Downloaded futures-io v0.3.32
5102026-08-29T00:47:53.888Z Downloaded generic-array v1.4.3
5112026-08-29T00:47:53.888Z Downloaded enum_dispatch v0.3.13
5122026-08-29T00:47:53.893Z Downloaded futures-sink v0.3.32
5132026-08-29T00:47:53.893Z Downloaded futures-task v0.3.32
5142026-08-29T00:47:53.893Z Downloaded block-buffer v0.12.1
5152026-08-29T00:47:53.893Z Downloaded cfg_aliases v0.2.1
5162026-08-29T00:47:53.893Z Downloaded bb8 v0.8.6
5172026-08-29T00:47:53.893Z Downloaded headers-core v0.3.0
5182026-08-29T00:47:53.893Z Downloaded bcs v0.1.6
5192026-08-29T00:47:53.897Z Downloaded async-bb8-diesel v0.2.1
5202026-08-29T00:47:53.897Z Downloaded futures-core v0.3.32
5212026-08-29T00:47:53.897Z Downloaded gethostname v0.5.0
5222026-08-29T00:47:53.901Z Downloaded env_filter v2.0.0
5232026-08-29T00:47:53.901Z Downloaded hash32 v0.3.1
5242026-08-29T00:47:53.909Z Downloaded async-stream-impl v0.3.6
5252026-08-29T00:47:53.912Z Downloaded atty v0.2.14
5262026-08-29T00:47:53.913Z Downloaded fixedbitset v0.4.2
5272026-08-29T00:47:53.916Z Downloaded ghash v0.6.0
5282026-08-29T00:47:53.919Z Downloaded endian-type v0.1.2
5292026-08-29T00:47:53.919Z Downloaded foreign-types v0.3.2
5302026-08-29T00:47:53.919Z Downloaded http-body v1.0.1
5312026-08-29T00:47:53.919Z Downloaded hubpack_derive v0.1.1
5322026-08-29T00:47:53.923Z Downloaded foreign-types-macros v0.2.3
5332026-08-29T00:47:53.923Z Downloaded git-stub v1.0.0
5342026-08-29T00:47:53.923Z Downloaded cobs v0.3.0
5352026-08-29T00:47:53.926Z Downloaded adler2 v2.0.1
5362026-08-29T00:47:53.926Z Downloaded bcrypt-pbkdf v0.11.0
5372026-08-29T00:47:53.926Z Downloaded foreign-types-shared v0.3.1
5382026-08-29T00:47:53.930Z Downloaded form_urlencoded v1.2.2
5392026-08-29T00:47:53.930Z Downloaded fxhash v0.2.1
5402026-08-29T00:47:53.930Z Downloaded http-range v0.1.5
5412026-08-29T00:47:53.930Z Downloaded bit-set v0.5.3
5422026-08-29T00:47:53.930Z Downloaded hubpack v0.1.2
5432026-08-29T00:47:53.930Z Downloaded globwalk v0.9.1
5442026-08-29T00:47:53.933Z Downloaded hostname v0.3.1
5452026-08-29T00:47:53.937Z Downloaded foreign-types v0.5.0
5462026-08-29T00:47:53.937Z Downloaded atomicwrites v0.4.4
5472026-08-29T00:47:53.943Z Downloaded hex-literal v1.1.0
5482026-08-29T00:47:53.943Z Downloaded hex v0.4.3
5492026-08-29T00:47:53.946Z Downloaded ciborium-io v0.2.2
5502026-08-29T00:47:53.946Z Downloaded assert_matches v1.5.0
5512026-08-29T00:47:53.950Z Downloaded flagset v0.4.7
5522026-08-29T00:47:53.950Z Downloaded hostname v0.4.2
5532026-08-29T00:47:53.950Z Downloaded erased-serde v0.3.31
5542026-08-29T00:47:53.954Z Downloaded foldhash v0.2.0
5552026-08-29T00:47:53.957Z Downloaded ciborium-ll v0.2.2
5562026-08-29T00:47:53.957Z Downloaded fixedbitset v0.5.7
5572026-08-29T00:47:53.957Z Downloaded fs-err v2.11.0
5582026-08-29T00:47:53.957Z Downloaded http-body-util v0.1.3
5592026-08-29T00:47:53.960Z Downloaded ena v0.14.4
5602026-08-29T00:47:53.960Z Downloaded env_logger v0.11.11
5612026-08-29T00:47:53.961Z Downloaded compression-core v0.4.31
5622026-08-29T00:47:53.961Z Downloaded cfg_aliases v0.1.1
5632026-08-29T00:47:53.966Z Downloaded hash32 v0.2.1
5642026-08-29T00:47:53.966Z Downloaded newline-converter v0.3.0
5652026-08-29T00:47:53.969Z Downloaded normalize-line-endings v0.3.0
5662026-08-29T00:47:53.969Z Downloaded bit-vec v0.8.0
5672026-08-29T00:47:53.969Z Downloaded home v0.5.12
5682026-08-29T00:47:53.973Z Downloaded phf_shared v0.13.1
5692026-08-29T00:47:53.976Z Downloaded nibble_vec v0.1.0
5702026-08-29T00:47:53.979Z Downloaded progenitor-client v0.14.0
5712026-08-29T00:47:53.982Z Downloaded num_threads v0.1.7
5722026-08-29T00:47:53.982Z Downloaded openssl-macros v0.1.1
5732026-08-29T00:47:53.982Z Downloaded oxide-generation-macros v0.2.0
5742026-08-29T00:47:53.982Z Downloaded radium v0.7.0
5752026-08-29T00:47:53.985Z Downloaded rand_xorshift v0.4.0
5762026-08-29T00:47:53.985Z Downloaded filetime v0.2.27
5772026-08-29T00:47:53.989Z Downloaded float-cmp v0.10.0
5782026-08-29T00:47:53.992Z Downloaded parse-display v0.10.0
5792026-08-29T00:47:53.992Z Downloaded ff v0.14.0
5802026-08-29T00:47:53.995Z Downloaded futures-executor v0.3.32
5812026-08-29T00:47:53.995Z Downloaded group v0.14.0
5822026-08-29T00:47:53.999Z Downloaded httpdate v1.0.3
5832026-08-29T00:47:53.999Z Downloaded predicates-core v1.0.10
5842026-08-29T00:47:53.999Z Downloaded progenitor-macro v0.14.0
5852026-08-29T00:47:54.004Z Downloaded anstyle-parse v0.2.7
5862026-08-29T00:47:54.004Z Downloaded base64ct v1.8.3
5872026-08-29T00:47:54.007Z Downloaded cmov v0.5.4
5882026-08-29T00:47:54.007Z Downloaded fs_extra v1.3.0
5892026-08-29T00:47:54.011Z Downloaded glob v0.3.3
5902026-08-29T00:47:54.011Z Downloaded find-msvc-tools v0.1.9
5912026-08-29T00:47:54.011Z Downloaded half v1.8.3
5922026-08-29T00:47:54.015Z Downloaded hmac v0.12.1
5932026-08-29T00:47:54.015Z Downloaded bs58 v0.5.1
5942026-08-29T00:47:54.018Z Downloaded futures-util v0.3.32
5952026-08-29T00:47:54.022Z Downloaded group v0.13.0
5962026-08-29T00:47:54.026Z Downloaded same-file v1.0.6
5972026-08-29T00:47:54.026Z Downloaded cipher v0.5.2
5982026-08-29T00:47:54.026Z Downloaded blowfish v0.10.0
5992026-08-29T00:47:54.026Z Downloaded cexpr v0.6.0
6002026-08-29T00:47:54.029Z Downloaded compression-codecs v0.4.37
6012026-08-29T00:47:54.029Z Downloaded signature v2.2.0
6022026-08-29T00:47:54.029Z Downloaded structmeta v0.3.0
6032026-08-29T00:47:54.032Z Downloaded buf-list v1.1.2
6042026-08-29T00:47:54.032Z Downloaded byte-wrapper v0.1.0
6052026-08-29T00:47:54.035Z Downloaded rustc-hash v2.1.1
6062026-08-29T00:47:54.035Z Downloaded paste v1.0.15
6072026-08-29T00:47:54.040Z Downloaded arc-swap v1.8.2
6082026-08-29T00:47:54.043Z Downloaded blake2 v0.10.6
6092026-08-29T00:47:54.047Z Downloaded cipher v0.4.4
6102026-08-29T00:47:54.047Z Downloaded globset v0.4.18
6112026-08-29T00:47:54.047Z Downloaded progenitor v0.13.0
6122026-08-29T00:47:54.050Z Downloaded primeorder v0.14.0
6132026-08-29T00:47:54.050Z Downloaded cbc v0.2.1
6142026-08-29T00:47:54.053Z Downloaded async-trait v0.1.89
6152026-08-29T00:47:54.053Z Downloaded poly1305 v0.8.0
6162026-08-29T00:47:54.057Z Downloaded secrecy v0.10.3
6172026-08-29T00:47:54.057Z Downloaded anstream v0.6.21
6182026-08-29T00:47:54.057Z Downloaded semver v0.1.20
6192026-08-29T00:47:54.057Z Downloaded take_mut v0.2.2
6202026-08-29T00:47:54.062Z Downloaded thiserror-impl-no-std v2.0.2
6212026-08-29T00:47:54.062Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-29T00:47:54.063Z Downloaded futures-channel v0.3.32
6232026-08-29T00:47:54.064Z Downloaded chacha20 v0.9.1
6242026-08-29T00:47:54.070Z Downloaded slog-envlogger v2.2.0
6252026-08-29T00:47:54.070Z Downloaded supports-unicode v3.0.0
6262026-08-29T00:47:54.070Z Downloaded getrandom v0.2.17
6272026-08-29T00:47:54.075Z Downloaded httparse v1.10.1
6282026-08-29T00:47:54.075Z Downloaded nodrop v0.1.14
6292026-08-29T00:47:54.075Z Downloaded num-integer v0.1.46
6302026-08-29T00:47:54.075Z Downloaded num_enum v0.5.11
6312026-08-29T00:47:54.075Z Downloaded tokio-macros v2.7.0
6322026-08-29T00:47:54.078Z Downloaded pem v3.0.6
6332026-08-29T00:47:54.078Z Downloaded topological-sort v0.2.2
6342026-08-29T00:47:54.082Z Downloaded phf v0.12.1
6352026-08-29T00:47:54.082Z Downloaded stable_deref_trait v1.2.1
6362026-08-29T00:47:54.082Z Downloaded testing_table v0.3.0
6372026-08-29T00:47:54.085Z Downloaded foldhash v0.1.5
6382026-08-29T00:47:54.090Z Downloaded usdt v0.6.0
6392026-08-29T00:47:54.093Z Downloaded utf-8 v0.7.6
6402026-08-29T00:47:54.097Z Downloaded rand_core v0.9.5
6412026-08-29T00:47:54.097Z Downloaded argon2 v0.6.0-rc.8
6422026-08-29T00:47:54.097Z Downloaded serde_path_to_error v0.1.20
6432026-08-29T00:47:54.100Z Downloaded serde_tokenstream v0.3.0
6442026-08-29T00:47:54.100Z Downloaded serdect v0.4.3
6452026-08-29T00:47:54.100Z Downloaded serde_with_macros v1.5.2
6462026-08-29T00:47:54.100Z Downloaded colored v3.1.1
6472026-08-29T00:47:54.104Z Downloaded const-oid v0.9.6
6482026-08-29T00:47:54.104Z Downloaded zone_cfg_derive v0.3.1
6492026-08-29T00:47:54.104Z Downloaded bzip2 v0.4.4
6502026-08-29T00:47:54.107Z Downloaded cmake v0.1.57
6512026-08-29T00:47:54.107Z Downloaded clang-sys v1.8.1
6522026-08-29T00:47:54.110Z Downloaded simd-adler32 v0.3.8
6532026-08-29T00:47:54.110Z Downloaded castaway v0.2.4
6542026-08-29T00:47:54.110Z Downloaded string_cache v0.8.9
6552026-08-29T00:47:54.113Z Downloaded strum_macros v0.24.3
6562026-08-29T00:47:54.113Z Downloaded bzip2 v0.6.1
6572026-08-29T00:47:54.113Z Downloaded blake2 v0.11.0-rc.6
6582026-08-29T00:47:54.117Z Downloaded rpassword v7.5.4
6592026-08-29T00:47:54.120Z Downloaded base64 v0.21.7
6602026-08-29T00:47:54.123Z Downloaded console v0.15.11
6612026-08-29T00:47:54.126Z Downloaded cancel-safe-futures v0.1.5
6622026-08-29T00:47:54.130Z Downloaded cassowary v0.3.0
6632026-08-29T00:47:54.130Z Downloaded chacha20 v0.10.0
6642026-08-29T00:47:54.130Z Downloaded colored v2.2.0
6652026-08-29T00:47:54.134Z Downloaded wait-timeout v0.2.1
6662026-08-29T00:47:54.134Z Downloaded zeroize_derive v1.5.0
6672026-08-29T00:47:54.134Z Downloaded convert_case v0.4.0
6682026-08-29T00:47:54.134Z Downloaded thiserror-no-std v2.0.2
6692026-08-29T00:47:54.137Z Downloaded cstr-argument v0.1.2
6702026-08-29T00:47:54.137Z Downloaded curve25519-dalek-derive v0.1.1
6712026-08-29T00:47:54.137Z Downloaded crunchy v0.2.4
6722026-08-29T00:47:54.137Z Downloaded bitflags v1.3.2
6732026-08-29T00:47:54.140Z Downloaded debug-ignore v1.0.5
6742026-08-29T00:47:54.140Z Downloaded defmt v0.3.100
6752026-08-29T00:47:54.141Z Downloaded futures v0.3.32
6762026-08-29T00:47:54.144Z Downloaded ciborium v0.2.2
6772026-08-29T00:47:54.144Z Downloaded console v0.16.2
6782026-08-29T00:47:54.144Z Downloaded slog-json v2.6.1
6792026-08-29T00:47:54.147Z Downloaded synstructure v0.13.2
6802026-08-29T00:47:54.147Z Downloaded fatfs v0.3.6
6812026-08-29T00:47:54.147Z Downloaded dtrace-parser v0.3.0
6822026-08-29T00:47:54.160Z Downloaded parking_lot_core v0.9.12
6832026-08-29T00:47:54.164Z Downloaded pem-rfc7468 v0.7.0
6842026-08-29T00:47:54.164Z Downloaded tui-tree-widget v0.23.1
6852026-08-29T00:47:54.164Z Downloaded headers v0.4.1
6862026-08-29T00:47:54.168Z Downloaded hyper-tls v0.6.0
6872026-08-29T00:47:54.171Z Downloaded instability v0.3.11
6882026-08-29T00:47:54.175Z Downloaded serde_with_macros v3.21.0
6892026-08-29T00:47:54.179Z Downloaded smf v0.2.3
6902026-08-29T00:47:54.179Z Downloaded wyz v0.5.1
6912026-08-29T00:47:54.179Z Downloaded xshell-macros v0.2.7
6922026-08-29T00:47:54.179Z Downloaded yoke v0.8.1
6932026-08-29T00:47:54.179Z Downloaded libscf-sys v1.2.0
6942026-08-29T00:47:54.182Z Downloaded illumos-nvpair-sys v0.2.0
6952026-08-29T00:47:54.182Z Downloaded jiff-static v0.2.34
6962026-08-29T00:47:54.182Z Downloaded kem v0.3.0
6972026-08-29T00:47:54.182Z Downloaded pkcs8 v0.11.0
6982026-08-29T00:47:54.183Z Downloaded lru-slab v0.1.2
6992026-08-29T00:47:54.186Z Downloaded lzss v0.8.2
7002026-08-29T00:47:54.186Z Downloaded whoami v2.1.0
7012026-08-29T00:47:54.186Z Downloaded num_enum_derive v0.5.11
7022026-08-29T00:47:54.190Z Downloaded smallvec v1.15.1
7032026-08-29T00:47:54.190Z Downloaded backon v1.6.0
7042026-08-29T00:47:54.194Z Downloaded getrandom v0.3.4
7052026-08-29T00:47:54.198Z Downloaded papergrid v0.18.0
7062026-08-29T00:47:54.201Z Downloaded pin-project v1.1.11
7072026-08-29T00:47:54.204Z Downloaded hmac v0.13.0
7082026-08-29T00:47:54.208Z Downloaded oxide-update-engine-types v0.1.2
7092026-08-29T00:47:54.208Z Downloaded memoffset v0.9.1
7102026-08-29T00:47:54.209Z Downloaded dof v0.4.0
7112026-08-29T00:47:54.213Z Downloaded defmt v1.0.1
7122026-08-29T00:47:54.213Z Downloaded openssl-probe v0.1.6
7132026-08-29T00:47:54.213Z Downloaded olpc-cjson v0.1.4
7142026-08-29T00:47:54.213Z Downloaded packed_struct_codegen v0.10.1
7152026-08-29T00:47:54.213Z Downloaded convert_case v0.10.0
7162026-08-29T00:47:54.216Z Downloaded new_debug_unreachable v1.0.6
7172026-08-29T00:47:54.216Z Downloaded heapless v0.8.0
7182026-08-29T00:47:54.219Z Downloaded chumsky v0.9.3
7192026-08-29T00:47:54.222Z Downloaded critical-section v1.2.0
7202026-08-29T00:47:54.226Z Downloaded tls_codec v0.4.2
7212026-08-29T00:47:54.227Z Downloaded dirs-sys-next v0.1.2
7222026-08-29T00:47:54.230Z Downloaded proc-macro-error-attr2 v2.0.0
7232026-08-29T00:47:54.230Z Downloaded flate2 v1.1.9
7242026-08-29T00:47:54.234Z Downloaded half v2.7.1
7252026-08-29T00:47:54.234Z Downloaded nonempty v0.12.0
7262026-08-29T00:47:54.234Z Downloaded percent-encoding v2.3.2
7272026-08-29T00:47:54.238Z Downloaded precomputed-hash v0.1.1
7282026-08-29T00:47:54.241Z Downloaded proc-macro-crate v3.4.0
7292026-08-29T00:47:54.241Z Downloaded serde_yaml v0.9.34+deprecated
7302026-08-29T00:47:54.245Z Downloaded ar_archive_writer v0.5.1
7312026-08-29T00:47:54.245Z Downloaded bumpalo v3.20.2
7322026-08-29T00:47:54.249Z Downloaded omicron-zone-package v0.12.3
7332026-08-29T00:47:54.249Z Downloaded libefi-sys v0.1.0
7342026-08-29T00:47:54.249Z Downloaded serde-big-array v0.5.1
7352026-08-29T00:47:54.253Z Downloaded serde_urlencoded v0.7.1
7362026-08-29T00:47:54.253Z Downloaded sigpipe v0.1.3
7372026-08-29T00:47:54.253Z Downloaded oso v0.27.3
7382026-08-29T00:47:54.253Z Downloaded term v1.2.1
7392026-08-29T00:47:54.259Z Downloaded pkg-config v0.3.32
7402026-08-29T00:47:54.259Z Downloaded tokio-stream v0.1.18
7412026-08-29T00:47:54.259Z Downloaded multer v3.1.0
7422026-08-29T00:47:54.262Z Downloaded p384 v0.14.0
7432026-08-29T00:47:54.262Z Downloaded ipnet v2.12.0
7442026-08-29T00:47:54.266Z Downloaded ipnetwork v0.21.1
7452026-08-29T00:47:54.266Z Downloaded prettyplease v0.2.37
7462026-08-29T00:47:54.269Z Downloaded recursive v0.1.1
7472026-08-29T00:47:54.269Z Downloaded subprocess v0.2.15
7482026-08-29T00:47:54.269Z Downloaded darling v0.23.0
7492026-08-29T00:47:54.273Z Downloaded recursive-proc-macro-impl v0.1.1
7502026-08-29T00:47:54.273Z Downloaded scopeguard v1.2.0
7512026-08-29T00:47:54.276Z Downloaded structmeta-derive v0.3.0
7522026-08-29T00:47:54.276Z Downloaded sync_wrapper v1.0.2
7532026-08-29T00:47:54.276Z Downloaded rtoolbox v0.0.3
7542026-08-29T00:47:54.276Z Downloaded sha1 v0.10.6
7552026-08-29T00:47:54.276Z Downloaded tabwriter v1.4.1
7562026-08-29T00:47:54.280Z Downloaded tinyvec_macros v0.1.1
7572026-08-29T00:47:54.280Z Downloaded sha1 v0.11.0
7582026-08-29T00:47:54.283Z Downloaded hickory-resolver v0.25.2
7592026-08-29T00:47:54.287Z Downloaded packed_struct v0.10.1
7602026-08-29T00:47:54.287Z Downloaded ingot v0.2.1
7612026-08-29T00:47:54.287Z Downloaded hickory-resolver v0.24.4
7622026-08-29T00:47:54.291Z Downloaded supports-hyperlinks v3.2.0
7632026-08-29T00:47:54.295Z Downloaded compact_str v0.8.1
7642026-08-29T00:47:54.295Z Downloaded chacha20poly1305 v0.10.1
7652026-08-29T00:47:54.298Z Downloaded untrusted v0.9.0
7662026-08-29T00:47:54.302Z Downloaded rustls-pki-types v1.14.0
7672026-08-29T00:47:54.302Z Downloaded predicates v3.1.4
7682026-08-29T00:47:54.306Z Downloaded proc-macro-error2 v2.0.1
7692026-08-29T00:47:54.306Z Downloaded toml v0.7.8
7702026-08-29T00:47:54.311Z Downloaded typify v0.6.2
7712026-08-29T00:47:54.318Z Downloaded rustls-pemfile v2.2.0
7722026-08-29T00:47:54.321Z Downloaded serde-hex v0.1.0
7732026-08-29T00:47:54.321Z Downloaded time-core v0.1.8
7742026-08-29T00:47:54.321Z Downloaded untrusted v0.7.1
7752026-08-29T00:47:54.321Z Downloaded vergen-lib v0.1.6
7762026-08-29T00:47:54.322Z Downloaded backtrace v0.3.76
7772026-08-29T00:47:54.325Z Downloaded base64 v0.22.1
7782026-08-29T00:47:54.328Z Downloaded cookie v0.18.1
7792026-08-29T00:47:54.328Z Downloaded slog v2.8.2
7802026-08-29T00:47:54.328Z Downloaded darling v0.20.11
7812026-08-29T00:47:54.331Z Downloaded universal-hash v0.6.1
7822026-08-29T00:47:54.331Z Downloaded waitgroup v0.1.2
7832026-08-29T00:47:54.331Z Downloaded zerofrom-derive v0.1.6
7842026-08-29T00:47:54.335Z Downloaded cpufeatures v0.3.0
7852026-08-29T00:47:54.335Z Downloaded zerofrom v0.1.6
7862026-08-29T00:47:54.335Z Downloaded nu-ansi-term v0.50.3
7872026-08-29T00:47:54.335Z Downloaded oxide-generation v0.1.3
7882026-08-29T00:47:54.335Z Downloaded ssh-encoding v0.3.0
7892026-08-29T00:47:54.338Z Downloaded zopfli v0.8.3
7902026-08-29T00:47:54.338Z Downloaded owo-colors v4.3.0
7912026-08-29T00:47:54.338Z Downloaded phc v0.6.1
7922026-08-29T00:47:54.342Z Downloaded pin-project-lite v0.2.17
7932026-08-29T00:47:54.342Z Downloaded trait-variant v0.1.2
7942026-08-29T00:47:54.345Z Downloaded heapless v0.7.17
7952026-08-29T00:47:54.345Z Downloaded unicode-truncate v1.1.0
7962026-08-29T00:47:54.345Z Downloaded quinn v0.11.11
7972026-08-29T00:47:54.349Z Downloaded darling v0.21.3
7982026-08-29T00:47:54.352Z Downloaded peg v0.8.5
7992026-08-29T00:47:54.352Z Downloaded strum_macros v0.27.2
8002026-08-29T00:47:54.356Z Downloaded derive_builder v0.20.2
8012026-08-29T00:47:54.356Z Downloaded dyn-clone v1.0.20
8022026-08-29T00:47:54.356Z Downloaded pkcs1 v0.7.5
8032026-08-29T00:47:54.359Z Downloaded unicode-properties v0.1.4
8042026-08-29T00:47:54.359Z Downloaded unsafe-libyaml v0.2.11
8052026-08-29T00:47:54.363Z Downloaded ecdsa v0.17.0
8062026-08-29T00:47:54.363Z Downloaded hybrid-array v0.4.13
8072026-08-29T00:47:54.363Z Downloaded hickory-server v0.25.2
8082026-08-29T00:47:54.366Z Downloaded tokio-tungstenite v0.21.0
8092026-08-29T00:47:54.366Z Downloaded signal-hook-mio v0.2.5
8102026-08-29T00:47:54.366Z Downloaded rand_core v0.10.0
8112026-08-29T00:47:54.370Z Downloaded diesel_table_macro_syntax v0.3.0
8122026-08-29T00:47:54.370Z Downloaded scrypt v0.12.0
8132026-08-29T00:47:54.370Z Downloaded hashbrown v0.13.2
8142026-08-29T00:47:54.373Z Downloaded schemars v1.2.1
8152026-08-29T00:47:54.378Z Downloaded toml v1.1.2+spec-1.1.0
8162026-08-29T00:47:54.381Z Downloaded dirs-next v2.0.0
8172026-08-29T00:47:54.381Z Downloaded samael v0.0.19
8182026-08-29T00:47:54.385Z Downloaded slog-scope v4.4.1
8192026-08-29T00:47:54.385Z Downloaded instant v0.1.13
8202026-08-29T00:47:54.389Z Downloaded mime v0.3.17
8212026-08-29T00:47:54.390Z Downloaded scuffle v0.1.0
8222026-08-29T00:47:54.390Z Downloaded vergen-gitcl v1.0.8
8232026-08-29T00:47:54.390Z Downloaded bytes v1.11.1
8242026-08-29T00:47:54.393Z Downloaded salsa20 v0.11.0
8252026-08-29T00:47:54.393Z Downloaded num v0.4.3
8262026-08-29T00:47:54.393Z Downloaded litrs v1.0.0
8272026-08-29T00:47:54.396Z Downloaded digest-io v0.1.0
8282026-08-29T00:47:54.397Z Downloaded dropshot-api-manager-types v0.8.0
8292026-08-29T00:47:54.397Z Downloaded parse-size v1.1.0
8302026-08-29T00:47:54.397Z Downloaded memmap2 v0.9.10
8312026-08-29T00:47:54.397Z Downloaded spki v0.8.0
8322026-08-29T00:47:54.400Z Downloaded writeable v0.6.2
8332026-08-29T00:47:54.401Z Downloaded csv-core v0.1.13
8342026-08-29T00:47:54.401Z Downloaded snafu-derive v0.8.9
8352026-08-29T00:47:54.401Z Downloaded zip v0.6.6
8362026-08-29T00:47:54.404Z Downloaded publicsuffix v2.3.0
8372026-08-29T00:47:54.404Z Downloaded indent_write v2.2.0
8382026-08-29T00:47:54.409Z Downloaded toml_parser v1.1.2+spec-1.1.0
8392026-08-29T00:47:54.413Z Downloaded hashbrown v0.12.3
8402026-08-29T00:47:54.413Z Downloaded http v1.4.2
8412026-08-29T00:47:54.416Z Downloaded des v0.9.0
8422026-08-29T00:47:54.416Z Downloaded postgres-types v0.2.12
8432026-08-29T00:47:54.416Z Downloaded pin-project-internal v1.1.11
8442026-08-29T00:47:54.419Z Downloaded zstd-safe v7.2.4
8452026-08-29T00:47:54.420Z Downloaded constant_time_eq v0.4.2
8462026-08-29T00:47:54.423Z Downloaded lru-cache v0.1.2
8472026-08-29T00:47:54.423Z Downloaded managed v0.8.0
8482026-08-29T00:47:54.423Z Downloaded twox-hash v2.1.2
8492026-08-29T00:47:54.423Z Downloaded unicase v2.9.0
8502026-08-29T00:47:54.427Z Downloaded multimap v0.10.1
8512026-08-29T00:47:54.431Z Downloaded either v1.15.0
8522026-08-29T00:47:54.431Z Downloaded psl-types v2.0.11
8532026-08-29T00:47:54.431Z Downloaded libsw v3.5.0
8542026-08-29T00:47:54.434Z Downloaded quinn-udp v0.5.14
8552026-08-29T00:47:54.437Z Downloaded cc v1.2.56
8562026-08-29T00:47:54.441Z Downloaded quick-error v1.2.3
8572026-08-29T00:47:54.444Z Downloaded tagptr v0.2.0
8582026-08-29T00:47:54.444Z Downloaded tap v1.0.1
8592026-08-29T00:47:54.448Z Downloaded mime_guess v2.0.5
8602026-08-29T00:47:54.448Z Downloaded similar v2.7.0
8612026-08-29T00:47:54.467Z Downloaded libsw-core v0.3.2
8622026-08-29T00:47:54.467Z Downloaded data-encoding v2.10.0
8632026-08-29T00:47:54.471Z Downloaded yasna v0.5.2
8642026-08-29T00:47:54.471Z Downloaded phf v0.13.1
8652026-08-29T00:47:54.471Z Downloaded slog-bunyan v2.5.0
8662026-08-29T00:47:54.471Z Downloaded derive-ex v0.1.8
8672026-08-29T00:47:54.475Z Downloaded unicode-xid v0.2.6
8682026-08-29T00:47:54.475Z Downloaded yoke-derive v0.8.1
8692026-08-29T00:47:54.479Z Downloaded port-file v0.1.0
8702026-08-29T00:47:54.483Z Downloaded tinyvec v1.10.0
8712026-08-29T00:47:54.483Z Downloaded want v0.3.1
8722026-08-29T00:47:54.483Z Downloaded rsa v0.9.10
8732026-08-29T00:47:54.486Z Downloaded vte v0.14.1
8742026-08-29T00:47:54.490Z Downloaded progenitor-macro v0.13.0
8752026-08-29T00:47:54.493Z Downloaded rustversion v1.0.22
8762026-08-29T00:47:54.493Z Downloaded strum v0.26.3
8772026-08-29T00:47:54.497Z Downloaded icu_normalizer_data v2.1.1
8782026-08-29T00:47:54.501Z Downloaded knus-derive v3.4.0
8792026-08-29T00:47:54.505Z Downloaded rusty-fork v0.3.1
8802026-08-29T00:47:54.505Z Downloaded psm v0.1.30
8812026-08-29T00:47:54.505Z Downloaded serde_derive_internals v0.29.1
8822026-08-29T00:47:54.509Z Downloaded signal-hook-registry v1.4.8
8832026-08-29T00:47:54.513Z Downloaded dsl_auto_type v0.2.0
8842026-08-29T00:47:54.513Z Downloaded idna_adapter v1.2.1
8852026-08-29T00:47:54.516Z Downloaded wnaf v0.14.0
8862026-08-29T00:47:54.516Z Downloaded async-compression v0.4.41
8872026-08-29T00:47:54.520Z Downloaded ryu v1.0.23
8882026-08-29T00:47:54.523Z Downloaded thread_local v1.1.9
8892026-08-29T00:47:54.523Z Downloaded tokio-test v0.4.5
8902026-08-29T00:47:54.523Z Downloaded kstat-rs v0.2.5
8912026-08-29T00:47:54.527Z Downloaded nanorand v0.7.0
8922026-08-29T00:47:54.530Z Downloaded oxide-update-engine v0.1.2
8932026-08-29T00:47:54.530Z Downloaded parse-display-derive v0.10.0
8942026-08-29T00:47:54.530Z Downloaded pem-rfc7468 v1.0.0
8952026-08-29T00:47:54.530Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8962026-08-29T00:47:54.530Z Downloaded darling_macro v0.21.3
8972026-08-29T00:47:54.534Z Downloaded display-error-chain v0.2.2
8982026-08-29T00:47:54.537Z Downloaded darling_core v0.13.4
8992026-08-29T00:47:54.541Z Downloaded opaque-debug v0.3.1
9002026-08-29T00:47:54.541Z Downloaded postgres-protocol v0.6.10
9012026-08-29T00:47:54.544Z Downloaded usdt-attr-macro v0.6.0
9022026-08-29T00:47:54.544Z Downloaded unicode_categories v0.1.1
9032026-08-29T00:47:54.593Z Downloaded rcgen v0.12.1
9042026-08-29T00:47:54.597Z Downloaded crossbeam-utils v0.8.21
9052026-08-29T00:47:54.597Z Downloaded corncobs v0.1.4
9062026-08-29T00:47:54.597Z Downloaded crypto-common v0.2.2
9072026-08-29T00:47:54.597Z Downloaded ctr v0.10.1
9082026-08-29T00:47:54.597Z Downloaded delegate v0.13.5
9092026-08-29T00:47:54.597Z Downloaded proc-macro-crate v1.3.1
9102026-08-29T00:47:54.597Z Downloaded rand_chacha v0.3.1
9112026-08-29T00:47:54.597Z Downloaded ref-cast-impl v1.0.25
9122026-08-29T00:47:54.597Z Downloaded match_cfg v0.1.0
9132026-08-29T00:47:54.597Z Downloaded elliptic-curve v0.13.8
9142026-08-29T00:47:54.597Z Downloaded indicatif v0.18.4
9152026-08-29T00:47:54.597Z Downloaded aes v0.9.1
9162026-08-29T00:47:54.597Z Downloaded sqlformat v0.3.5
9172026-08-29T00:47:54.597Z Downloaded derive_builder_core v0.20.2
9182026-08-29T00:47:54.597Z Downloaded rfc6979 v0.6.0
9192026-08-29T00:47:54.597Z Downloaded russh-cryptovec v0.62.0
9202026-08-29T00:47:54.597Z Downloaded tokio-native-tls v0.3.1
9212026-08-29T00:47:54.598Z Downloaded yansi v1.0.1
9222026-08-29T00:47:54.598Z Downloaded zerocopy-derive v0.8.55
9232026-08-29T00:47:54.598Z Downloaded tinystr v0.8.2
9242026-08-29T00:47:54.598Z Downloaded is-terminal v0.4.17
9252026-08-29T00:47:54.598Z Downloaded support-bundle-viewer v0.1.2
9262026-08-29T00:47:54.601Z Downloaded serde_spanned v1.1.1
9272026-08-29T00:47:54.601Z Downloaded potential_utf v0.1.4
9282026-08-29T00:47:54.602Z Downloaded shell-words v1.1.1
9292026-08-29T00:47:54.602Z Downloaded hashbrown v0.16.1
9302026-08-29T00:47:54.602Z Downloaded keccak v0.2.0
9312026-08-29T00:47:54.607Z Downloaded ingot-macros v0.2.0
9322026-08-29T00:47:54.611Z Downloaded postcard v1.1.3
9332026-08-29T00:47:54.614Z Downloaded toml_writer v1.1.1+spec-1.1.0
9342026-08-29T00:47:54.614Z Downloaded peg-macros v0.8.5
9352026-08-29T00:47:54.614Z Downloaded strum v0.27.2
9362026-08-29T00:47:54.614Z Downloaded thread-id v5.1.0
9372026-08-29T00:47:54.618Z Downloaded vergen-git2 v9.1.0
9382026-08-29T00:47:54.621Z Downloaded try-lock v0.2.5
9392026-08-29T00:47:54.621Z Downloaded hashbrown v0.15.5
9402026-08-29T00:47:54.625Z Downloaded parking_lot_core v0.8.6
9412026-08-29T00:47:54.625Z Downloaded pbkdf2 v0.13.0
9422026-08-29T00:47:54.629Z Downloaded hashbrown v0.14.5
9432026-08-29T00:47:54.632Z Downloaded zerocopy v0.6.6
9442026-08-29T00:47:54.635Z Downloaded ed25519-dalek v3.0.0
9452026-08-29T00:47:54.635Z Downloaded crc-catalog v2.4.0
9462026-08-29T00:47:54.635Z Downloaded digest v0.11.3
9472026-08-29T00:47:54.639Z Downloaded progenitor v0.14.0
9482026-08-29T00:47:54.639Z Downloaded rand_pcg v0.10.2
9492026-08-29T00:47:54.643Z Downloaded sqlparser_derive v0.5.0
9502026-08-29T00:47:54.643Z Downloaded strsim v0.10.0
9512026-08-29T00:47:54.643Z Downloaded crc32fast v1.5.0
9522026-08-29T00:47:54.646Z Downloaded diesel-dtrace v0.5.0
9532026-08-29T00:47:54.646Z Downloaded toml_edit v0.23.10+spec-1.0.0
9542026-08-29T00:47:54.650Z Downloaded humantime v2.3.0
9552026-08-29T00:47:54.650Z Downloaded impl-trait-for-tuples v0.2.3
9562026-08-29T00:47:54.653Z Downloaded signal-hook v0.3.18
9572026-08-29T00:47:54.656Z Downloaded ron v0.8.1
9582026-08-29T00:47:54.664Z Downloaded indoc v1.0.9
9592026-08-29T00:47:54.670Z Downloaded crypto-bigint v0.5.5
9602026-08-29T00:47:54.673Z Downloaded keccak v0.1.6
9612026-08-29T00:47:54.673Z Downloaded sec1 v0.7.3
9622026-08-29T00:47:54.673Z Downloaded sec1 v0.8.1
9632026-08-29T00:47:54.673Z Downloaded unit-prefix v0.5.2
9642026-08-29T00:47:54.673Z Downloaded universal-hash v0.5.1
9652026-08-29T00:47:54.677Z Downloaded cpubits v0.1.1
9662026-08-29T00:47:54.677Z Downloaded rand v0.10.1
9672026-08-29T00:47:54.680Z Downloaded darling_macro v0.23.0
9682026-08-29T00:47:54.680Z Downloaded lock_api v0.4.14
9692026-08-29T00:47:54.680Z Downloaded p521 v0.14.0
9702026-08-29T00:47:54.684Z Downloaded module-lattice v0.2.3
9712026-08-29T00:47:54.684Z Downloaded num-complex v0.4.6
9722026-08-29T00:47:54.684Z Downloaded static_assertions v1.1.0
9732026-08-29T00:47:54.684Z Downloaded darling_core v0.20.11
9742026-08-29T00:47:54.687Z Downloaded maybe-uninit v2.0.0
9752026-08-29T00:47:54.687Z Downloaded derive-where v1.6.0
9762026-08-29T00:47:54.691Z Downloaded tokio-dtrace v0.1.1
9772026-08-29T00:47:54.691Z Downloaded rustyline v14.0.0
9782026-08-29T00:47:54.696Z Downloaded oxnet v0.1.6
9792026-08-29T00:47:54.700Z Downloaded whoami v1.6.1
9802026-08-29T00:47:54.703Z Downloaded zeroize v1.9.0
9812026-08-29T00:47:54.703Z Downloaded der_derive v0.7.3
9822026-08-29T00:47:54.703Z Downloaded tokio-util v0.7.18
9832026-08-29T00:47:54.707Z Downloaded tough v0.22.0
9842026-08-29T00:47:54.711Z Downloaded snafu v0.8.9
9852026-08-29T00:47:54.715Z Downloaded icu_provider v2.1.1
9862026-08-29T00:47:54.718Z Downloaded secrecy v0.8.0
9872026-08-29T00:47:54.718Z Downloaded phf_shared v0.12.1
9882026-08-29T00:47:54.722Z Downloaded crossbeam-channel v0.5.15
9892026-08-29T00:47:54.726Z Downloaded derive_more v2.1.1
9902026-08-29T00:47:54.732Z Downloaded derive_more-impl v2.1.1
9912026-08-29T00:47:54.736Z Downloaded indexmap v1.9.3
9922026-08-29T00:47:54.742Z Downloaded slog-term v2.9.2
9932026-08-29T00:47:54.742Z Downloaded ingot-types v0.2.0
9942026-08-29T00:47:54.745Z Downloaded sponge-cursor v0.1.0
9952026-08-29T00:47:54.745Z Downloaded num-iter v0.1.45
9962026-08-29T00:47:54.745Z Downloaded openssl-probe v0.2.1
9972026-08-29T00:47:54.745Z Downloaded qorb v0.4.1
9982026-08-29T00:47:54.745Z Downloaded russh-util v0.52.0
9992026-08-29T00:47:54.745Z Downloaded slog-async v2.8.0
10002026-08-29T00:47:54.749Z Downloaded ed25519 v3.0.0
10012026-08-29T00:47:54.749Z Downloaded hkdf v0.12.4
10022026-08-29T00:47:54.749Z Downloaded libloading v0.8.9
10032026-08-29T00:47:54.752Z Downloaded num-bigint-dig v0.8.6
10042026-08-29T00:47:54.752Z Downloaded pkcs5 v0.8.1
10052026-08-29T00:47:54.755Z Downloaded rayon-core v1.13.0
10062026-08-29T00:47:54.756Z Downloaded typed-path v0.9.3
10072026-08-29T00:47:54.759Z Downloaded progenitor-impl v0.13.0
10082026-08-29T00:47:54.762Z Downloaded progenitor-impl v0.14.0
10092026-08-29T00:47:54.762Z Downloaded serde_plain v1.0.2
10102026-08-29T00:47:54.762Z Downloaded siphasher v1.0.2
10112026-08-29T00:47:54.765Z Downloaded supports-color v3.0.2
10122026-08-29T00:47:54.765Z Downloaded void v1.0.2
10132026-08-29T00:47:54.765Z Downloaded aes-gcm v0.11.0
10142026-08-29T00:47:54.766Z Downloaded termios v0.3.3
10152026-08-29T00:47:54.769Z Downloaded const_format_proc_macros v0.2.34
10162026-08-29T00:47:54.769Z Downloaded oxide-update-engine-display v0.1.2
10172026-08-29T00:47:54.769Z Downloaded newtype-uuid v1.3.2
10182026-08-29T00:47:54.769Z Downloaded password-hash v0.5.0
10192026-08-29T00:47:54.773Z Downloaded rawzip v0.4.4
10202026-08-29T00:47:54.773Z Downloaded hkdf v0.13.0
10212026-08-29T00:47:54.780Z Downloaded illumos-nvpair v0.3.0
10222026-08-29T00:47:54.784Z Downloaded ed25519-dalek v2.2.0
10232026-08-29T00:47:54.784Z Downloaded gimli v0.32.3
10242026-08-29T00:47:54.789Z Downloaded internal-russh-num-bigint v0.5.0
10252026-08-29T00:47:54.792Z Downloaded socket2 v0.5.10
10262026-08-29T00:47:54.792Z Downloaded rustls-webpki v0.103.13
10272026-08-29T00:47:54.792Z Downloaded pkcs1 v0.8.0-rc.4
10282026-08-29T00:47:54.792Z Downloaded pkcs8 v0.10.2
10292026-08-29T00:47:54.796Z Downloaded rand_chacha v0.9.0
10302026-08-29T00:47:54.796Z Downloaded rustls-native-certs v0.8.3
10312026-08-29T00:47:54.796Z Downloaded slog-stdlog v4.1.1
10322026-08-29T00:47:54.799Z Downloaded crc8 v0.1.1
10332026-08-29T00:47:54.799Z Downloaded difflib v0.4.0
10342026-08-29T00:47:54.799Z Downloaded diff v0.1.13
10352026-08-29T00:47:54.799Z Downloaded idna v1.1.0
10362026-08-29T00:47:54.803Z Downloaded knus v3.4.0
10372026-08-29T00:47:54.807Z Downloaded indoc v2.0.7
10382026-08-29T00:47:54.811Z Downloaded libbz2-rs-sys v0.2.2
10392026-08-29T00:47:54.811Z Downloaded scheduled-thread-pool v0.2.7
10402026-08-29T00:47:54.815Z Downloaded signal-hook-tokio v0.3.1
10412026-08-29T00:47:54.815Z Downloaded signature v3.0.0
10422026-08-29T00:47:54.815Z Downloaded subtle v2.6.1
10432026-08-29T00:47:54.818Z Downloaded tungstenite v0.21.0
10442026-08-29T00:47:54.818Z Downloaded uuid v1.23.4
10452026-08-29T00:47:54.821Z Downloaded tokio-tungstenite v0.23.1
10462026-08-29T00:47:54.821Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10472026-08-29T00:47:54.821Z Downloaded md-5 v0.10.6
10482026-08-29T00:47:54.825Z Downloaded md5 v0.8.0
10492026-08-29T00:47:54.825Z Downloaded h2 v0.4.15
10502026-08-29T00:47:54.828Z Downloaded num-traits v0.2.19
10512026-08-29T00:47:54.832Z Downloaded powerfmt v0.2.0
10522026-08-29T00:47:54.836Z Downloaded prefix-trie v0.7.0
10532026-08-29T00:47:54.839Z Downloaded tracing-core v0.1.36
10542026-08-29T00:47:54.839Z Downloaded scroll_derive v0.13.1
10552026-08-29T00:47:54.842Z Downloaded hyper-util v0.1.20
10562026-08-29T00:47:54.845Z Downloaded rand v0.9.2
10572026-08-29T00:47:54.849Z Downloaded rsa v0.10.0-rc.18
10582026-08-29T00:47:54.852Z Downloaded der v0.7.10
10592026-08-29T00:47:54.852Z Downloaded smallvec v0.6.14
10602026-08-29T00:47:54.855Z Downloaded serde_repr v0.1.20
10612026-08-29T00:47:54.855Z Downloaded cookie_store v0.22.1
10622026-08-29T00:47:54.859Z Downloaded icu_normalizer v2.1.1
10632026-08-29T00:47:54.862Z Downloaded linked-hash-map v0.5.6
10642026-08-29T00:47:54.866Z Downloaded ssh-cipher v0.3.0
10652026-08-29T00:47:54.869Z Downloaded progenitor-client v0.13.0
10662026-08-29T00:47:54.869Z Downloaded nom v7.1.3
10672026-08-29T00:47:54.874Z Downloaded poly1305 v0.9.0
10682026-08-29T00:47:54.877Z Downloaded progenitor-extras v0.2.0
10692026-08-29T00:47:54.877Z Downloaded term v0.7.0
10702026-08-29T00:47:54.881Z Downloaded ed25519 v2.2.3
10712026-08-29T00:47:54.881Z Downloaded iana-time-zone v0.1.65
10722026-08-29T00:47:54.881Z Downloaded strum_macros v0.26.4
10732026-08-29T00:47:54.885Z Downloaded sync-ptr v0.1.4
10742026-08-29T00:47:54.885Z Downloaded termtree v0.5.1
10752026-08-29T00:47:54.885Z Downloaded typify-macro v0.6.2
10762026-08-29T00:47:54.885Z Downloaded aho-corasick v1.1.4
10772026-08-29T00:47:54.889Z Downloaded document-features v0.2.12
10782026-08-29T00:47:54.889Z Downloaded crossbeam-deque v0.8.6
10792026-08-29T00:47:54.889Z Downloaded displaydoc v0.2.5
10802026-08-29T00:47:54.892Z Downloaded slab v0.4.12
10812026-08-29T00:47:54.893Z Downloaded miette v7.6.0
10822026-08-29T00:47:54.897Z Downloaded steno v0.4.1
10832026-08-29T00:47:54.900Z Downloaded rustls-platform-verifier v0.6.2
10842026-08-29T00:47:54.904Z Downloaded crucible-workspace-hack v0.1.0
10852026-08-29T00:47:54.907Z Downloaded ecdsa v0.16.9
10862026-08-29T00:47:54.907Z Downloaded num-conv v0.2.0
10872026-08-29T00:47:54.912Z Downloaded downcast-rs v2.0.2
10882026-08-29T00:47:54.912Z Downloaded inout v0.2.2
10892026-08-29T00:47:54.915Z Downloaded newtype-uuid-macros v0.1.0
10902026-08-29T00:47:54.915Z Downloaded tungstenite v0.23.0
10912026-08-29T00:47:54.915Z Downloaded internet-checksum v0.2.1
10922026-08-29T00:47:54.915Z Downloaded is_ci v1.2.0
10932026-08-29T00:47:54.915Z Downloaded path-slash v0.1.5
10942026-08-29T00:47:54.921Z Downloaded rustc-demangle v0.1.27
10952026-08-29T00:47:54.925Z Downloaded num-derive v0.4.2
10962026-08-29T00:47:54.925Z Downloaded predicates-tree v1.0.13
10972026-08-29T00:47:54.925Z Downloaded rfc6979 v0.4.0
10982026-08-29T00:47:54.928Z Downloaded ref-cast v1.0.25
10992026-08-29T00:47:54.931Z Downloaded daft-derive v0.1.8
11002026-08-29T00:47:54.935Z Downloaded defmt-macros v1.0.1
11012026-08-29T00:47:54.935Z Downloaded ppv-lite86 v0.2.21
11022026-08-29T00:47:54.939Z Downloaded serde_bytes v0.11.19
11032026-08-29T00:47:54.945Z Downloaded darling_macro v0.20.11
11042026-08-29T00:47:54.945Z Downloaded dunce v1.0.5
11052026-08-29T00:47:54.945Z Downloaded derive_builder_macro v0.20.2
11062026-08-29T00:47:54.954Z Downloaded time-macros v0.2.27
11072026-08-29T00:47:54.957Z Downloaded miette-derive v7.6.0
11082026-08-29T00:47:54.965Z Downloaded tiny-keccak v2.0.2
11092026-08-29T00:47:54.969Z Downloaded ctutils v0.4.2
11102026-08-29T00:47:54.979Z Downloaded tracing-attributes v0.1.31
11112026-08-29T00:47:54.983Z Downloaded tower-service v0.3.3
11122026-08-29T00:47:54.983Z Downloaded utf8_iter v1.0.4
11132026-08-29T00:47:54.983Z Downloaded xattr v1.6.1
11142026-08-29T00:47:54.987Z Downloaded defmt-parser v1.0.0
11152026-08-29T00:47:54.990Z Downloaded hyper-staticfile v0.10.1
11162026-08-29T00:47:54.990Z Downloaded url v2.5.8
11172026-08-29T00:47:54.993Z Downloaded tower-layer v0.3.3
11182026-08-29T00:47:54.997Z Downloaded lalrpop-util v0.19.12
11192026-08-29T00:47:54.997Z Downloaded ignore v0.4.25
11202026-08-29T00:47:55.000Z Downloaded num_enum v0.7.6
11212026-08-29T00:47:55.004Z Downloaded schemars v0.9.0
11222026-08-29T00:47:55.010Z Downloaded ident_case v1.0.1
11232026-08-29T00:47:55.013Z Downloaded newtype_derive v0.1.6
11242026-08-29T00:47:55.013Z Downloaded num_enum_derive v0.7.6
11252026-08-29T00:47:55.014Z Downloaded polyval v0.7.1
11262026-08-29T00:47:55.014Z Downloaded phf_shared v0.11.3
11272026-08-29T00:47:55.014Z Downloaded password-hash v0.6.1
11282026-08-29T00:47:55.017Z Downloaded shlex v1.3.0
11292026-08-29T00:47:55.017Z Downloaded slog-dtrace v0.3.0
11302026-08-29T00:47:55.017Z Downloaded vergen-lib v9.1.0
11312026-08-29T00:47:55.017Z Downloaded uzers v0.12.2
11322026-08-29T00:47:55.021Z Downloaded sapling-renderdag v0.1.0
11332026-08-29T00:47:55.021Z Downloaded strip-ansi-escapes v0.2.1
11342026-08-29T00:47:55.021Z Downloaded dropshot-api-manager v0.8.0
11352026-08-29T00:47:55.024Z Downloaded spki v0.7.3
11362026-08-29T00:47:55.028Z Downloaded minimal-lexical v0.2.1
11372026-08-29T00:47:55.031Z Downloaded rand_core v0.6.4
11382026-08-29T00:47:55.031Z Downloaded resolv-conf v0.7.6
11392026-08-29T00:47:55.031Z Downloaded oso-derive v0.27.3
11402026-08-29T00:47:55.035Z Downloaded zone v0.3.1
11412026-08-29T00:47:55.035Z Downloaded lru v0.12.5
11422026-08-29T00:47:55.047Z Downloaded linear-map v1.2.0
11432026-08-29T00:47:55.050Z Downloaded vsss-rs v3.3.4
11442026-08-29T00:47:55.055Z Downloaded peg-runtime v0.8.5
11452026-08-29T00:47:55.055Z Downloaded rustc_version v0.4.1
11462026-08-29T00:47:55.055Z Downloaded num-rational v0.4.2
11472026-08-29T00:47:55.058Z Downloaded crypto-primes v0.7.2
11482026-08-29T00:47:55.062Z Downloaded zerotrie v0.2.3
11492026-08-29T00:47:55.062Z Downloaded vergen v9.1.0
11502026-08-29T00:47:55.065Z Downloaded crc v3.4.0
11512026-08-29T00:47:55.066Z Downloaded unicode-bidi v0.3.18
11522026-08-29T00:47:55.066Z Downloaded usdt-macro v0.6.0
11532026-08-29T00:47:55.066Z Downloaded inout v0.1.4
11542026-08-29T00:47:55.069Z Downloaded tokio-postgres v0.7.16
11552026-08-29T00:47:55.069Z Downloaded zip v4.6.1
11562026-08-29T00:47:55.073Z Downloaded unarray v0.1.4
11572026-08-29T00:47:55.073Z Downloaded crc-any v2.5.0
11582026-08-29T00:47:55.076Z Downloaded crossterm v0.28.1
11592026-08-29T00:47:55.080Z Downloaded lazy_static v1.5.0
11602026-08-29T00:47:55.080Z Downloaded miniz_oxide v0.8.9
11612026-08-29T00:47:55.080Z Downloaded schemars_derive v0.8.22
11622026-08-29T00:47:55.083Z Downloaded hyper-rustls v0.27.7
11632026-08-29T00:47:55.087Z Downloaded r2d2 v0.8.10
11642026-08-29T00:47:55.091Z Downloaded darling_macro v0.13.4
11652026-08-29T00:47:55.094Z Downloaded diesel_derives v2.3.7
11662026-08-29T00:47:55.098Z Downloaded walkdir v2.5.0
11672026-08-29T00:47:55.101Z Downloaded nom v8.0.0
11682026-08-29T00:47:55.105Z Downloaded oxide-tokio-rt v0.1.4
11692026-08-29T00:47:55.108Z Downloaded rand_seeder v0.4.0
11702026-08-29T00:47:55.108Z Downloaded jobserver v0.1.34
11712026-08-29T00:47:55.108Z Downloaded stacker v0.1.23
11722026-08-29T00:47:55.111Z Downloaded serde_with v1.14.0
11732026-08-29T00:47:55.119Z Downloaded maplit v1.0.2
11742026-08-29T00:47:55.125Z Downloaded zstd v0.13.3
11752026-08-29T00:47:55.132Z Downloaded tls_codec_derive v0.4.2
11762026-08-29T00:47:55.135Z Downloaded aws-lc-rs v1.16.3
11772026-08-29T00:47:55.139Z Downloaded darling_core v0.21.3
11782026-08-29T00:47:55.142Z Downloaded git2 v0.20.4
11792026-08-29T00:47:55.146Z Downloaded const_format v0.2.35
11802026-08-29T00:47:55.150Z Downloaded darling_core v0.23.0
11812026-08-29T00:47:55.153Z Downloaded deranged v0.5.8
11822026-08-29T00:47:55.153Z Downloaded seq-macro v0.3.6
11832026-08-29T00:47:55.156Z Downloaded daft v0.1.8
11842026-08-29T00:47:55.157Z Downloaded socket2 v0.6.3
11852026-08-29T00:47:55.157Z Downloaded primefield v0.14.0
11862026-08-29T00:47:55.160Z Downloaded usdt-impl v0.6.0
11872026-08-29T00:47:55.160Z Downloaded zerovec-derive v0.11.2
11882026-08-29T00:47:55.165Z Downloaded xshell v0.2.7
11892026-08-29T00:47:55.168Z Downloaded tower v0.5.3
11902026-08-29T00:47:55.172Z Downloaded derive_more v0.99.20
11912026-08-29T00:47:55.175Z Downloaded icu_properties v2.1.2
11922026-08-29T00:47:55.175Z Downloaded tar v0.4.46
11932026-08-29T00:47:55.179Z Downloaded darling v0.13.4
11942026-08-29T00:47:55.179Z Downloaded parking_lot v0.12.5
11952026-08-29T00:47:55.182Z Downloaded native-tls v0.2.18
11962026-08-29T00:47:55.182Z Downloaded scroll v0.13.0
11972026-08-29T00:47:55.182Z Downloaded primeorder v0.13.6
11982026-08-29T00:47:55.187Z Downloaded itertools v0.14.0
11992026-08-29T00:47:55.194Z Downloaded stringprep v0.1.5
12002026-08-29T00:47:55.198Z Downloaded x509-cert v0.2.5
12012026-08-29T00:47:55.201Z Downloaded dropshot_endpoint v0.17.1
12022026-08-29T00:47:55.205Z Downloaded ml-kem v0.3.2
12032026-08-29T00:47:55.211Z Downloaded rustc_version v0.1.7
12042026-08-29T00:47:55.216Z Downloaded litemap v0.8.1
12052026-08-29T00:47:55.219Z Downloaded num-bigint v0.4.6
12062026-08-29T00:47:55.223Z Downloaded sha2 v0.11.0
12072026-08-29T00:47:55.223Z Downloaded icu_collections v2.1.1
12082026-08-29T00:47:55.226Z Downloaded spin v0.9.8
12092026-08-29T00:47:55.229Z Downloaded crossbeam-epoch v0.9.18
12102026-08-29T00:47:55.233Z Downloaded itertools v0.13.0
12112026-08-29T00:47:55.236Z Downloaded goblin v0.10.5
12122026-08-29T00:47:55.239Z Downloaded smoltcp v0.9.1
12132026-08-29T00:47:55.244Z Downloaded icu_locale_core v2.1.1
12142026-08-29T00:47:55.248Z Downloaded unicode-segmentation v1.12.0
12152026-08-29T00:47:55.251Z Downloaded winnow v0.5.40
12162026-08-29T00:47:55.254Z Downloaded der v0.8.0
12172026-08-29T00:47:55.258Z Downloaded portable-atomic v1.13.1
12182026-08-29T00:47:55.261Z Downloaded pretty_assertions v1.4.1
12192026-08-29T00:47:55.268Z Downloaded serde_cbor v0.11.2
12202026-08-29T00:47:55.268Z Downloaded test-strategy v0.4.5
12212026-08-29T00:47:55.272Z Downloaded parking_lot v0.11.2
12222026-08-29T00:47:55.272Z Downloaded blake3 v1.8.5
12232026-08-29T00:47:55.272Z Downloaded tokio-rustls v0.26.4
12242026-08-29T00:47:55.275Z Downloaded salty v0.3.0
12252026-08-29T00:47:55.279Z Downloaded openssl-sys v0.9.117
12262026-08-29T00:47:55.279Z Downloaded quick-xml v0.37.5
12272026-08-29T00:47:55.282Z Downloaded drift v0.2.0
12282026-08-29T00:47:55.287Z Downloaded p384 v0.13.1
12292026-08-29T00:47:55.290Z Downloaded schemars v0.8.22
12302026-08-29T00:47:55.296Z Downloaded icu_properties_data v2.1.2
12312026-08-29T00:47:55.301Z Downloaded polar-core v0.27.3
12322026-08-29T00:47:55.305Z Downloaded unicode-normalization v0.1.25
12332026-08-29T00:47:55.309Z Downloaded itertools v0.10.5
12342026-08-29T00:47:55.312Z Downloaded bitvec v1.0.1
12352026-08-29T00:47:55.318Z Downloaded tabled v0.21.0
12362026-08-29T00:47:55.328Z Downloaded regex-syntax v0.6.29
12372026-08-29T00:47:55.331Z Downloaded p256 v0.14.0
12382026-08-29T00:47:55.334Z Downloaded itertools v0.15.0
12392026-08-29T00:47:55.338Z Downloaded toml_edit v0.19.15
12402026-08-29T00:47:55.360Z Downloaded itertools v0.12.1
12412026-08-29T00:47:55.367Z Downloaded jiff-core v0.1.0
12422026-08-29T00:47:55.371Z Downloaded bindgen v0.71.1
12432026-08-29T00:47:55.376Z Downloaded chrono v0.4.45
12442026-08-29T00:47:55.381Z Downloaded zerovec v0.11.5
12452026-08-29T00:47:55.384Z Downloaded sha3 v0.12.0
12462026-08-29T00:47:55.387Z Downloaded vcpkg v0.2.15
12472026-08-29T00:47:55.408Z Downloaded reqwest v0.12.28
12482026-08-29T00:47:55.412Z Downloaded proptest v1.11.0
12492026-08-29T00:47:55.416Z Downloaded nix v0.27.1
12502026-08-29T00:47:55.422Z Downloaded regex v1.12.3
12512026-08-29T00:47:55.425Z Downloaded smoltcp v0.11.0
12522026-08-29T00:47:55.431Z Downloaded ssh-key v0.7.0-rc.11
12532026-08-29T00:47:55.436Z Downloaded libxml v0.3.3
12542026-08-29T00:47:55.439Z Downloaded iri-string v0.7.10
12552026-08-29T00:47:55.442Z Downloaded rand v0.8.6
12562026-08-29T00:47:55.446Z Downloaded rayon v1.11.0
12572026-08-29T00:47:55.450Z Downloaded mio v1.2.0
12582026-08-29T00:47:55.453Z Downloaded lalrpop v0.19.12
12592026-08-29T00:47:55.458Z Downloaded tower-http v0.6.8
12602026-08-29T00:47:55.462Z Downloaded libm v0.2.16
12612026-08-29T00:47:55.467Z Downloaded serde_with v3.21.0
12622026-08-29T00:47:55.474Z Downloaded iddqd v0.4.2
12632026-08-29T00:47:55.479Z Downloaded winnow v0.6.26
12642026-08-29T00:47:55.484Z Downloaded crossterm v0.29.0
12652026-08-29T00:47:55.487Z Downloaded reedline v0.40.0
12662026-08-29T00:47:55.491Z Downloaded winnow v1.0.3
12672026-08-29T00:47:55.496Z Downloaded reqwest v0.13.2
12682026-08-29T00:47:55.500Z Downloaded rustls v0.23.41
12692026-08-29T00:47:55.506Z Downloaded russh v0.62.4
12702026-08-29T00:47:55.511Z Downloaded openssl v0.10.80
12712026-08-29T00:47:55.516Z Downloaded object v0.30.4
12722026-08-29T00:47:55.521Z Downloaded regex-syntax v0.8.10
12732026-08-29T00:47:55.526Z Downloaded zlib-rs v0.6.2
12742026-08-29T00:47:55.529Z Downloaded hyper v1.10.1
12752026-08-29T00:47:55.533Z Downloaded moka v0.12.13
12762026-08-29T00:47:55.553Z Downloaded hickory-proto v0.24.4
12772026-08-29T00:47:55.564Z Downloaded bstr v1.12.1
12782026-08-29T00:47:55.573Z Downloaded quinn-proto v0.11.16
12792026-08-29T00:47:55.578Z Downloaded curve25519-dalek v5.0.0
12802026-08-29T00:47:55.583Z Downloaded curve25519-dalek v4.1.3
12812026-08-29T00:47:55.588Z Downloaded object v0.37.3
12822026-08-29T00:47:55.594Z Downloaded hickory-proto v0.25.2
12832026-08-29T00:47:55.603Z Downloaded radix_trie v0.2.1
12842026-08-29T00:47:55.627Z Downloaded petname v2.0.2
12852026-08-29T00:47:55.641Z Downloaded time v0.3.47
12862026-08-29T00:47:55.653Z Downloaded crypto-bigint v0.7.5
12872026-08-29T00:47:55.677Z Downloaded regress v0.11.1
12882026-08-29T00:47:55.682Z Downloaded nix v0.28.0
12892026-08-29T00:47:55.688Z Downloaded sqlparser v0.61.0
12902026-08-29T00:47:55.692Z Downloaded rustix v0.38.44
12912026-08-29T00:47:55.705Z Downloaded nix v0.31.2
12922026-08-29T00:47:55.712Z Downloaded zerocopy v0.8.55
12932026-08-29T00:47:55.722Z Downloaded regress v0.10.5
12942026-08-29T00:47:55.727Z Downloaded ratatui v0.29.0
12952026-08-29T00:47:55.738Z Downloaded syn v3.0.3
12962026-08-29T00:47:55.744Z Downloaded diesel v2.3.7
12972026-08-29T00:47:55.756Z Downloaded openapiv3 v2.2.0
12982026-08-29T00:47:55.762Z Downloaded typify-impl v0.6.2
12992026-08-29T00:47:55.770Z Downloaded dropshot v0.17.1
13002026-08-29T00:47:55.786Z Downloaded regex-automata v0.4.14
13012026-08-29T00:47:55.794Z Downloaded sha3 v0.11.0
13022026-08-29T00:47:55.798Z Downloaded sled v0.34.7
13032026-08-29T00:47:55.808Z Downloaded zerocopy-derive v0.6.6
13042026-08-29T00:47:55.815Z Downloaded tracing v0.1.44
13052026-08-29T00:47:55.842Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-29T00:47:55.875Z Downloaded petgraph v0.6.5
13072026-08-29T00:47:55.887Z Downloaded jiff v0.2.34
13082026-08-29T00:47:55.898Z Downloaded chrono-tz v0.10.4
13092026-08-29T00:47:55.919Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-29T00:47:55.930Z Downloaded csv v1.4.0
13112026-08-29T00:47:55.942Z Downloaded tokio v1.52.1
13122026-08-29T00:47:55.966Z Downloaded libz-sys v1.1.24
13132026-08-29T00:47:55.978Z Downloaded petgraph v0.8.3
13142026-08-29T00:47:55.992Z Downloaded sha3 v0.10.8
13152026-08-29T00:47:55.996Z Downloaded encoding_rs v0.8.35
13162026-08-29T00:47:56.013Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-29T00:47:56.046Z Downloaded ring v0.17.14
13182026-08-29T00:47:56.655Z Downloaded aws-lc-sys v0.40.0
13192026-08-29T00:47:56.923Z Compiling serde_core v1.0.228
13202026-08-29T00:47:56.923Z Compiling libc v0.2.185
13212026-08-29T00:47:56.923Z Compiling serde v1.0.228
13222026-08-29T00:47:56.926Z Compiling log v0.4.33
13232026-08-29T00:47:56.926Z Compiling smallvec v1.15.1
13242026-08-29T00:47:56.926Z Compiling shlex v1.3.0
13252026-08-29T00:47:56.926Z Compiling find-msvc-tools v0.1.9
13262026-08-29T00:47:57.065Z Compiling subtle v2.6.1
13272026-08-29T00:47:57.106Z Compiling scopeguard v1.2.0
13282026-08-29T00:47:57.114Z Compiling stable_deref_trait v1.2.1
13292026-08-29T00:47:57.114Z Compiling typenum v1.20.1
13302026-08-29T00:47:57.114Z Compiling zerocopy v0.8.55
13312026-08-29T00:47:57.114Z Compiling portable-atomic v1.13.1
13322026-08-29T00:47:57.148Z Compiling serde_json v1.0.151
13332026-08-29T00:47:57.170Z Compiling syn v2.0.117
13342026-08-29T00:47:57.184Z Compiling critical-section v1.2.0
13352026-08-29T00:47:57.238Z Compiling lock_api v0.4.14
13362026-08-29T00:47:57.238Z Compiling libm v0.2.16
13372026-08-29T00:47:57.273Z Compiling num-traits v0.2.19
13382026-08-29T00:47:57.287Z Compiling pkg-config v0.3.32
13392026-08-29T00:47:57.303Z Compiling generic-array v0.14.7
13402026-08-29T00:47:57.306Z Compiling getrandom v0.4.3
13412026-08-29T00:47:57.334Z Compiling pin-project-lite v0.2.17
13422026-08-29T00:47:57.416Z Compiling parking_lot_core v0.9.12
13432026-08-29T00:47:57.420Z Compiling const-oid v0.9.6
13442026-08-29T00:47:57.444Z Compiling rand_core v0.10.0
13452026-08-29T00:47:57.448Z Compiling writeable v0.6.2
13462026-08-29T00:47:57.502Z Compiling litemap v0.8.1
13472026-08-29T00:47:57.577Z Compiling futures-core v0.3.32
13482026-08-29T00:47:57.616Z Compiling percent-encoding v2.3.2
13492026-08-29T00:47:57.648Z Compiling icu_normalizer_data v2.1.1
13502026-08-29T00:47:57.665Z Compiling icu_properties_data v2.1.2
13512026-08-29T00:47:57.671Z Compiling getrandom v0.3.4
13522026-08-29T00:47:57.742Z Compiling rustix v1.1.4
13532026-08-29T00:47:57.756Z Compiling futures-sink v0.3.32
13542026-08-29T00:47:57.759Z Compiling slab v0.4.12
13552026-08-29T00:47:57.768Z Compiling utf8_iter v1.0.4
13562026-08-29T00:47:57.814Z Compiling futures-task v0.3.32
13572026-08-29T00:47:57.844Z Compiling futures-channel v0.3.32
13582026-08-29T00:47:57.876Z Compiling futures-io v0.3.32
13592026-08-29T00:47:57.936Z Compiling form_urlencoded v1.2.2
13602026-08-29T00:47:57.963Z Compiling errno v0.3.14
13612026-08-29T00:47:57.980Z Compiling jobserver v0.1.34
13622026-08-29T00:47:57.993Z Compiling getrandom v0.2.17
13632026-08-29T00:47:58.043Z Compiling mio v1.2.0
13642026-08-29T00:47:58.068Z Compiling socket2 v0.6.3
13652026-08-29T00:47:58.088Z Compiling signal-hook-registry v1.4.8
13662026-08-29T00:47:58.125Z Compiling rustversion v1.0.22
13672026-08-29T00:47:58.139Z Compiling rand_core v0.6.4
13682026-08-29T00:47:58.172Z Compiling base64ct v1.8.3
13692026-08-29T00:47:58.235Z Compiling cc v1.2.56
13702026-08-29T00:47:58.261Z Compiling once_cell v1.21.3
13712026-08-29T00:47:58.312Z Compiling parking_lot v0.12.5
13722026-08-29T00:47:58.325Z Compiling iana-time-zone v0.1.65
13732026-08-29T00:47:58.340Z Compiling dunce v1.0.5
13742026-08-29T00:47:58.368Z Compiling regex-syntax v0.8.10
13752026-08-29T00:47:58.435Z Compiling pem-rfc7468 v0.7.0
13762026-08-29T00:47:58.469Z Compiling flagset v0.4.7
13772026-08-29T00:47:58.486Z Compiling fs_extra v1.3.0
13782026-08-29T00:47:58.501Z Compiling ident_case v1.0.1
13792026-08-29T00:47:58.501Z Compiling base64 v0.22.1
13802026-08-29T00:47:58.543Z Compiling rand_core v0.9.5
13812026-08-29T00:47:58.558Z Compiling vcpkg v0.2.15
13822026-08-29T00:47:58.613Z Compiling syn v1.0.109
13832026-08-29T00:47:58.628Z Compiling tracing-core v0.1.36
13842026-08-29T00:47:58.643Z Compiling dyn-clone v1.0.20
13852026-08-29T00:47:58.704Z Compiling simd-adler32 v0.3.8
13862026-08-29T00:47:58.740Z Compiling aws-lc-rs v1.16.3
13872026-08-29T00:47:58.754Z Compiling cpufeatures v0.2.17
13882026-08-29T00:47:58.775Z Compiling schemars v0.8.22
13892026-08-29T00:47:58.789Z Compiling spin v0.9.8
13902026-08-29T00:47:58.837Z Compiling tinyvec_macros v0.1.1
13912026-08-29T00:47:58.851Z Compiling crc32fast v1.5.0
13922026-08-29T00:47:58.868Z Compiling httparse v1.10.1
13932026-08-29T00:47:58.920Z Compiling openssl-probe v0.2.1
13942026-08-29T00:47:58.967Z Compiling cmake v0.1.57
13952026-08-29T00:47:59.023Z Compiling cmov v0.5.4
13962026-08-29T00:47:59.040Z Compiling adler2 v2.0.1
13972026-08-29T00:47:59.054Z Compiling tinyvec v1.10.0
13982026-08-29T00:47:59.067Z Compiling aho-corasick v1.1.4
13992026-08-29T00:47:59.113Z Compiling bitflags v2.11.0
14002026-08-29T00:47:59.202Z Compiling semver v1.0.28
14012026-08-29T00:47:59.216Z Compiling indexmap v2.14.0
14022026-08-29T00:47:59.219Z Compiling uuid v1.23.4
14032026-08-29T00:47:59.265Z Compiling ctutils v0.4.2
14042026-08-29T00:47:59.316Z Compiling miniz_oxide v0.8.9
14052026-08-29T00:47:59.369Z Compiling tower-layer v0.3.3
14062026-08-29T00:47:59.384Z Compiling atomic-waker v1.1.2
14072026-08-29T00:47:59.399Z Compiling try-lock v0.2.5
14082026-08-29T00:47:59.433Z Compiling rustc_version v0.4.1
14092026-08-29T00:47:59.520Z Compiling tower-service v0.3.3
14102026-08-29T00:47:59.524Z Compiling radium v0.7.0
14112026-08-29T00:47:59.549Z Compiling untrusted v0.7.1
14122026-08-29T00:47:59.563Z Compiling want v0.3.1
14132026-08-29T00:47:59.685Z Compiling rustls v0.23.41
14142026-08-29T00:47:59.756Z Compiling maybe-uninit v2.0.0
14152026-08-29T00:47:59.770Z Compiling openssl v0.10.80
14162026-08-29T00:47:59.774Z Compiling untrusted v0.9.0
14172026-08-29T00:47:59.811Z Compiling aws-lc-sys v0.40.0
14182026-08-29T00:47:59.829Z Compiling openssl-sys v0.9.117
14192026-08-29T00:47:59.871Z Compiling httpdate v1.0.3
14202026-08-29T00:47:59.886Z Compiling foreign-types-shared v0.1.1
14212026-08-29T00:47:59.916Z Compiling regex-automata v0.4.14
14222026-08-29T00:47:59.931Z Compiling tap v1.0.1
14232026-08-29T00:47:59.963Z Compiling synstructure v0.13.2
14242026-08-29T00:47:59.984Z Compiling serde_derive_internals v0.29.1
14252026-08-29T00:48:00.019Z Compiling pest_generator v2.8.6
14262026-08-29T00:48:00.124Z Compiling darling_core v0.20.11
14272026-08-29T00:48:00.173Z Compiling wyz v0.5.1
14282026-08-29T00:48:00.188Z Compiling foreign-types v0.3.2
14292026-08-29T00:48:00.222Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-29T00:48:00.269Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-08-29T00:48:00.372Z Compiling terminal_size v0.4.3
14322026-08-29T00:48:00.387Z Compiling tempfile v3.27.0
14332026-08-29T00:48:00.536Z Compiling unicode-normalization v0.1.25
14342026-08-29T00:48:00.556Z Compiling num-integer v0.1.46
14352026-08-29T00:48:00.578Z Compiling wait-timeout v0.2.1
14362026-08-29T00:48:00.623Z Compiling ahash v0.8.12
14372026-08-29T00:48:00.646Z Compiling time-core v0.1.8
14382026-08-29T00:48:00.797Z Compiling powerfmt v0.2.0
14392026-08-29T00:48:00.803Z Compiling quick-error v1.2.3
14402026-08-29T00:48:00.827Z Compiling packed_struct v0.10.1
14412026-08-29T00:48:00.842Z Compiling bit-vec v0.8.0
14422026-08-29T00:48:00.857Z Compiling num-bigint-dig v0.8.6
14432026-08-29T00:48:00.873Z Compiling native-tls v0.2.18
14442026-08-29T00:48:00.896Z Compiling funty v2.0.0
14452026-08-29T00:48:00.919Z Compiling num-conv v0.2.0
14462026-08-29T00:48:00.938Z Compiling rusty-fork v0.3.1
14472026-08-29T00:48:00.962Z Compiling deranged v0.5.8
14482026-08-29T00:48:01.028Z Compiling clap_builder v4.6.0
14492026-08-29T00:48:01.041Z Compiling bit-set v0.8.0
14502026-08-29T00:48:01.060Z Compiling time-macros v0.2.27
14512026-08-29T00:48:01.123Z Compiling num-iter v0.1.45
14522026-08-29T00:48:01.181Z Compiling lazy_static v1.5.0
14532026-08-29T00:48:01.219Z Compiling rand_xorshift v0.4.0
14542026-08-29T00:48:01.260Z Compiling bitvec v1.0.1
14552026-08-29T00:48:01.276Z Compiling sync_wrapper v1.0.2
14562026-08-29T00:48:01.289Z Compiling indexmap v1.9.3
14572026-08-29T00:48:01.304Z Compiling unarray v0.1.4
14582026-08-29T00:48:01.400Z Compiling usdt-impl v0.6.0
14592026-08-29T00:48:01.417Z Compiling siphasher v1.0.2
14602026-08-29T00:48:01.439Z Compiling zlib-rs v0.6.2
14612026-08-29T00:48:01.507Z Compiling paste v1.0.15
14622026-08-29T00:48:01.529Z Compiling nodrop v0.1.14
14632026-08-29T00:48:01.624Z Compiling crossbeam-utils v0.8.21
14642026-08-29T00:48:01.627Z Compiling crc-catalog v2.4.0
14652026-08-29T00:48:01.653Z Compiling num_threads v0.1.7
14662026-08-29T00:48:01.744Z Compiling object v0.37.3
14672026-08-29T00:48:01.768Z Compiling unicode-segmentation v1.12.0
14682026-08-29T00:48:01.817Z Compiling serde_derive v1.0.228
14692026-08-29T00:48:01.856Z Compiling zeroize_derive v1.5.0
14702026-08-29T00:48:01.933Z Compiling zerocopy-derive v0.8.55
14712026-08-29T00:48:01.999Z Compiling zerofrom-derive v0.1.6
14722026-08-29T00:48:02.033Z Compiling yoke-derive v0.8.1
14732026-08-29T00:48:02.130Z Compiling zerovec-derive v0.11.2
14742026-08-29T00:48:02.169Z Compiling displaydoc v0.2.5
14752026-08-29T00:48:02.185Z Compiling tokio-macros v2.7.0
14762026-08-29T00:48:02.517Z Compiling futures-macro v0.3.32
14772026-08-29T00:48:02.540Z Compiling der_derive v0.7.3
14782026-08-29T00:48:02.780Z Compiling thiserror-impl v2.0.18
14792026-08-29T00:48:02.966Z Compiling tracing-attributes v0.1.31
14802026-08-29T00:48:02.980Z Compiling schemars_derive v0.8.22
14812026-08-29T00:48:03.061Z Compiling scroll_derive v0.13.1
14822026-08-29T00:48:03.262Z Compiling pest_derive v2.8.6
14832026-08-29T00:48:03.318Z Compiling darling_macro v0.20.11
14842026-08-29T00:48:03.383Z Compiling futures-util v0.3.32
14852026-08-29T00:48:03.456Z Compiling zerofrom v0.1.6
14862026-08-29T00:48:03.573Z Compiling yoke v0.8.1
14872026-08-29T00:48:03.598Z Compiling thiserror-impl v1.0.69
14882026-08-29T00:48:03.741Z Compiling openssl-macros v0.1.1
14892026-08-29T00:48:03.790Z Compiling zerovec v0.11.5
14902026-08-29T00:48:03.850Z Compiling zerotrie v0.2.3
14912026-08-29T00:48:03.906Z Compiling scroll v0.13.0
14922026-08-29T00:48:04.178Z Compiling goblin v0.10.5
14932026-08-29T00:48:04.211Z Compiling thiserror v2.0.18
14942026-08-29T00:48:04.211Z Compiling darling v0.20.11
14952026-08-29T00:48:04.240Z Compiling packed_struct_codegen v0.10.1
14962026-08-29T00:48:04.288Z Compiling tinystr v0.8.2
14972026-08-29T00:48:04.303Z Compiling potential_utf v0.1.4
14982026-08-29T00:48:04.319Z Compiling bitfield-macros v0.19.4
14992026-08-29T00:48:04.344Z Compiling zerocopy-derive v0.6.6
15002026-08-29T00:48:04.366Z Compiling tracing v0.1.44
15012026-08-29T00:48:04.384Z Compiling clap_derive v4.6.1
15022026-08-29T00:48:04.492Z Compiling icu_locale_core v2.1.1
15032026-08-29T00:48:04.507Z Compiling icu_collections v2.1.1
15042026-08-29T00:48:04.650Z Compiling flate2 v1.1.9
15052026-08-29T00:48:04.743Z Compiling dtrace-parser v0.3.0
15062026-08-29T00:48:04.936Z Compiling thiserror v1.0.69
15072026-08-29T00:48:04.999Z Compiling derive_builder_core v0.20.2
15082026-08-29T00:48:05.052Z Compiling bitfield v0.19.4
15092026-08-29T00:48:05.124Z Compiling time v0.3.47
15102026-08-29T00:48:05.258Z Compiling icu_provider v2.1.1
15112026-08-29T00:48:05.272Z Compiling zerocopy v0.6.6
15122026-08-29T00:48:05.401Z Compiling zeroize v1.9.0
15132026-08-29T00:48:05.430Z Compiling bytes v1.11.1
15142026-08-29T00:48:05.446Z Compiling chrono v0.4.45
15152026-08-29T00:48:05.463Z Compiling ipnet v2.12.0
15162026-08-29T00:48:05.563Z Compiling icu_normalizer v2.1.1
15172026-08-29T00:48:05.618Z Compiling icu_properties v2.1.2
15182026-08-29T00:48:05.636Z Compiling der v0.7.10
15192026-08-29T00:48:05.797Z Compiling rustls-pki-types v1.14.0
15202026-08-29T00:48:05.929Z Compiling tokio v1.52.1
15212026-08-29T00:48:05.983Z Compiling http v1.4.2
15222026-08-29T00:48:06.068Z Compiling hybrid-array v0.4.13
15232026-08-29T00:48:06.125Z Compiling block-buffer v0.10.4
15242026-08-29T00:48:06.189Z Compiling crypto-common v0.1.7
15252026-08-29T00:48:06.259Z Compiling hex v0.4.3
15262026-08-29T00:48:06.274Z Compiling serde_spanned v0.6.9
15272026-08-29T00:48:06.317Z Compiling digest v0.10.7
15282026-08-29T00:48:06.358Z Compiling toml_datetime v0.6.11
15292026-08-29T00:48:06.438Z Compiling clap v4.6.1
15302026-08-29T00:48:06.531Z Compiling ppv-lite86 v0.2.21
15312026-08-29T00:48:06.548Z Compiling idna_adapter v1.2.1
15322026-08-29T00:48:06.593Z Compiling spki v0.7.3
15332026-08-29T00:48:06.636Z Compiling http-body v1.0.1
15342026-08-29T00:48:06.704Z Compiling idna v1.1.0
15352026-08-29T00:48:06.718Z Compiling sha2 v0.10.9
15362026-08-29T00:48:06.748Z Compiling signature v2.2.0
15372026-08-29T00:48:06.763Z Compiling pkcs8 v0.10.2
15382026-08-29T00:48:06.807Z Compiling hmac v0.12.1
15392026-08-29T00:48:06.822Z Compiling http-body-util v0.1.3
15402026-08-29T00:48:06.869Z Compiling rand_chacha v0.9.0
15412026-08-29T00:48:06.887Z Compiling rand_chacha v0.3.1
15422026-08-29T00:48:06.931Z Compiling pkcs1 v0.7.5
15432026-08-29T00:48:06.956Z Compiling dof v0.4.0
15442026-08-29T00:48:07.050Z Compiling url v2.5.8
15452026-08-29T00:48:07.086Z Compiling rand v0.9.2
15462026-08-29T00:48:07.154Z Compiling rand v0.8.6
15472026-08-29T00:48:07.312Z Compiling scroll_derive v0.12.1
15482026-08-29T00:48:07.324Z Compiling structmeta-derive v0.3.0
15492026-08-29T00:48:07.345Z Compiling crc v3.4.0
15502026-08-29T00:48:07.408Z Compiling array-init v0.0.4
15512026-08-29T00:48:07.613Z Compiling smallvec v0.6.14
15522026-08-29T00:48:07.700Z Compiling proptest v1.11.0
15532026-08-29T00:48:07.840Z Compiling darling_core v0.23.0
15542026-08-29T00:48:07.862Z Compiling heapless v0.7.17
15552026-08-29T00:48:07.877Z Compiling slog v2.8.2
15562026-08-29T00:48:07.987Z Compiling thread-id v5.1.0
15572026-08-29T00:48:08.010Z Compiling env_filter v2.0.0
15582026-08-29T00:48:08.067Z Compiling syn v3.0.3
15592026-08-29T00:48:08.081Z Compiling cookie v0.18.1
15602026-08-29T00:48:08.085Z Compiling allocator-api2 v0.2.21
15612026-08-29T00:48:08.120Z Compiling unicode-bidi v0.3.18
15622026-08-29T00:48:08.162Z Compiling signal-hook v0.3.18
15632026-08-29T00:48:08.210Z Compiling hashbrown v0.12.3
15642026-08-29T00:48:08.285Z Compiling base64 v0.21.7
15652026-08-29T00:48:08.319Z Compiling iri-string v0.7.10
15662026-08-29T00:48:08.339Z Compiling ipnetwork v0.21.1
15672026-08-29T00:48:08.357Z Compiling gimli v0.32.3
15682026-08-29T00:48:08.429Z Compiling ryu v1.0.23
15692026-08-29T00:48:08.443Z Compiling unicode-properties v0.1.4
15702026-08-29T00:48:08.514Z Compiling zstd-safe v7.2.4
15712026-08-29T00:48:08.623Z Compiling winnow v0.5.40
15722026-08-29T00:48:08.638Z Compiling anyhow v1.0.104
15732026-08-29T00:48:08.668Z Compiling stringprep v0.1.5
15742026-08-29T00:48:08.722Z Compiling oxnet v0.1.6
15752026-08-29T00:48:08.746Z Compiling serde_urlencoded v0.7.1
15762026-08-29T00:48:08.760Z Compiling ron v0.8.1
15772026-08-29T00:48:08.875Z Compiling rsa v0.9.10
15782026-08-29T00:48:09.008Z Compiling structmeta v0.3.0
15792026-08-29T00:48:09.127Z Compiling env_logger v0.11.11
15802026-08-29T00:48:09.147Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15812026-08-29T00:48:09.248Z Compiling scroll v0.12.0
15822026-08-29T00:48:09.275Z Compiling serde-hex v0.1.0
15832026-08-29T00:48:09.495Z Compiling camino v1.2.5
15842026-08-29T00:48:09.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15852026-08-29T00:48:09.719Z Compiling tokio-util v0.7.18
15862026-08-29T00:48:09.748Z Compiling tower v0.5.3
15872026-08-29T00:48:09.829Z Compiling tokio-native-tls v0.3.1
15882026-08-29T00:48:09.892Z Compiling toml_edit v0.19.15
15892026-08-29T00:48:10.055Z Compiling addr2line v0.25.1
15902026-08-29T00:48:10.106Z Compiling newtype-uuid v1.3.2
15912026-08-29T00:48:10.317Z Compiling tower-http v0.6.8
15922026-08-29T00:48:10.363Z Compiling darling_macro v0.23.0
15932026-08-29T00:48:10.457Z Compiling hashbrown v0.13.2
15942026-08-29T00:48:10.471Z Compiling h2 v0.4.15
15952026-08-29T00:48:10.752Z Compiling block-padding v0.4.2
15962026-08-29T00:48:10.841Z Compiling crypto-common v0.2.2
15972026-08-29T00:48:10.886Z Compiling block-buffer v0.12.1
15982026-08-29T00:48:10.905Z Compiling x509-cert v0.2.5
15992026-08-29T00:48:10.948Z Compiling md-5 v0.10.6
16002026-08-29T00:48:10.973Z Compiling rustls-native-certs v0.8.3
16012026-08-29T00:48:11.065Z Compiling derive_builder_macro v0.20.2
16022026-08-29T00:48:11.106Z Compiling serde_tokenstream v0.2.3
16032026-08-29T00:48:11.141Z Compiling erased-serde v0.3.31
16042026-08-29T00:48:11.293Z Compiling bzip2 v0.4.4
16052026-08-29T00:48:11.445Z Compiling bstr v1.12.1
16062026-08-29T00:48:11.572Z Compiling pin-project-internal v1.1.11
16072026-08-29T00:48:11.619Z Compiling daft-derive v0.1.8
16082026-08-29T00:48:11.647Z Compiling zerocopy-derive v0.7.35
16092026-08-29T00:48:11.795Z Compiling async-trait v0.1.89
16102026-08-29T00:48:11.973Z Compiling curve25519-dalek v4.1.3
16112026-08-29T00:48:12.059Z Compiling vergen-lib v9.1.0
16122026-08-29T00:48:12.127Z Compiling hash32 v0.2.1
16132026-08-29T00:48:12.253Z Compiling encoding_rs v0.8.35
16142026-08-29T00:48:12.335Z Compiling memoffset v0.9.1
16152026-08-29T00:48:12.341Z Compiling owo-colors v4.3.0
16162026-08-29T00:48:12.374Z Compiling rustix v0.38.44
16172026-08-29T00:48:12.552Z Compiling mime v0.3.17
16182026-08-29T00:48:12.566Z Compiling cfg_aliases v0.2.1
16192026-08-29T00:48:12.569Z Compiling crc-any v2.5.0
16202026-08-29T00:48:12.606Z Compiling ref-cast v1.0.25
16212026-08-29T00:48:12.621Z Compiling smoltcp v0.9.1
16222026-08-29T00:48:12.654Z Compiling litrs v1.0.0
16232026-08-29T00:48:12.695Z Compiling fallible-iterator v0.2.0
16242026-08-29T00:48:12.741Z Compiling rustc-demangle v0.1.27
16252026-08-29T00:48:12.759Z Compiling psl-types v2.0.11
16262026-08-29T00:48:12.831Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-29T00:48:12.848Z Compiling pin-project v1.1.11
16282026-08-29T00:48:12.869Z Compiling publicsuffix v2.3.0
16292026-08-29T00:48:12.898Z Compiling nix v0.31.2
16302026-08-29T00:48:12.933Z Compiling zerocopy v0.7.35
16312026-08-29T00:48:13.000Z Compiling postgres-protocol v0.6.10
16322026-08-29T00:48:13.015Z Compiling backtrace v0.3.76
16332026-08-29T00:48:13.036Z Compiling daft v0.1.8
16342026-08-29T00:48:13.156Z Compiling derive_builder v0.20.2
16352026-08-29T00:48:13.186Z Compiling document-features v0.2.12
16362026-08-29T00:48:13.291Z Compiling zip v0.6.6
16372026-08-29T00:48:13.307Z Compiling toml v0.7.8
16382026-08-29T00:48:13.337Z Compiling object v0.30.4
16392026-08-29T00:48:13.352Z Compiling inout v0.2.2
16402026-08-29T00:48:13.504Z Compiling darling v0.23.0
16412026-08-29T00:48:13.554Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-29T00:48:13.569Z Compiling goblin v0.8.2
16432026-08-29T00:48:13.588Z Compiling derive-ex v0.1.8
16442026-08-29T00:48:13.808Z Compiling hyper v1.10.1
16452026-08-29T00:48:13.865Z Compiling futures-executor v0.3.32
16462026-08-29T00:48:13.889Z Compiling hubpack_derive v0.1.1
16472026-08-29T00:48:13.925Z Compiling regex v1.12.3
16482026-08-29T00:48:13.941Z Compiling convert_case v0.10.0
16492026-08-29T00:48:13.985Z Compiling snafu-derive v0.8.9
16502026-08-29T00:48:14.146Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-29T00:48:14.169Z Compiling strum_macros v0.27.2
16522026-08-29T00:48:14.212Z Compiling ref-cast-impl v1.0.25
16532026-08-29T00:48:14.263Z Compiling phf_shared v0.13.1
16542026-08-29T00:48:14.367Z Compiling vergen v9.1.0
16552026-08-29T00:48:14.382Z Compiling cargo-platform v0.3.2
16562026-08-29T00:48:14.386Z Compiling ff v0.13.1
16572026-08-29T00:48:14.523Z Compiling fs-err v3.3.0
16582026-08-29T00:48:14.542Z Compiling either v1.15.0
16592026-08-29T00:48:14.572Z Compiling bumpalo v3.20.2
16602026-08-29T00:48:14.675Z Compiling jiff-core v0.1.0
16612026-08-29T00:48:14.693Z Compiling same-file v1.0.6
16622026-08-29T00:48:14.745Z Compiling is_ci v1.2.0
16632026-08-29T00:48:14.766Z Compiling path-slash v0.1.5
16642026-08-29T00:48:14.809Z Compiling bitflags v1.3.2
16652026-08-29T00:48:14.834Z Compiling base16ct v0.2.0
16662026-08-29T00:48:14.856Z Compiling foldhash v0.2.0
16672026-08-29T00:48:14.875Z Compiling libbz2-rs-sys v0.2.2
16682026-08-29T00:48:14.899Z Compiling foldhash v0.1.5
16692026-08-29T00:48:14.913Z Compiling managed v0.8.0
16702026-08-29T00:48:14.926Z Compiling hyper-util v0.1.20
16712026-08-29T00:48:15.037Z Compiling hashbrown v0.15.5
16722026-08-29T00:48:15.129Z Compiling hashbrown v0.16.1
16732026-08-29T00:48:15.191Z Compiling sec1 v0.7.3
16742026-08-29T00:48:15.352Z Compiling test-strategy v0.4.5
16752026-08-29T00:48:15.500Z Compiling jiff v0.2.34
16762026-08-29T00:48:15.516Z Compiling bzip2 v0.6.1
16772026-08-29T00:48:15.605Z Compiling supports-color v3.0.2
16782026-08-29T00:48:15.652Z Compiling textwrap v0.16.2
16792026-08-29T00:48:15.748Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-29T00:48:15.813Z Compiling walkdir v2.5.0
16812026-08-29T00:48:15.923Z Compiling dof v0.3.0
16822026-08-29T00:48:15.982Z Compiling zopfli v0.8.3
16832026-08-29T00:48:16.012Z Compiling snafu v0.8.9
16842026-08-29T00:48:16.143Z Compiling cargo_metadata v0.23.1
16852026-08-29T00:48:16.246Z Compiling strum v0.27.2
16862026-08-29T00:48:16.288Z Compiling group v0.13.0
16872026-08-29T00:48:16.309Z Compiling phf v0.13.1
16882026-08-29T00:48:16.393Z Compiling hubpack v0.1.2
16892026-08-29T00:48:16.407Z Compiling derive_more-impl v2.1.1
16902026-08-29T00:48:16.488Z Compiling hyper-tls v0.6.0
16912026-08-29T00:48:16.491Z Compiling cookie_store v0.22.1
16922026-08-29T00:48:16.632Z Compiling signal-hook-mio v0.2.5
16932026-08-29T00:48:16.672Z Compiling reqwest v0.12.28
16942026-08-29T00:48:16.687Z Compiling futures v0.3.32
16952026-08-29T00:48:16.773Z Compiling zstd v0.13.3
16962026-08-29T00:48:16.793Z Compiling serde_with_macros v3.21.0
16972026-08-29T00:48:16.829Z Compiling cipher v0.5.2
16982026-08-29T00:48:16.901Z Compiling backtrace-ext v0.2.1
16992026-08-29T00:48:17.071Z Compiling postgres-types v0.2.12
17002026-08-29T00:48:17.164Z Compiling globset v0.4.18
17012026-08-29T00:48:17.195Z Compiling usdt-macro v0.6.0
17022026-08-29T00:48:17.212Z Compiling usdt-attr-macro v0.6.0
17032026-08-29T00:48:17.227Z Compiling byte-wrapper v0.1.0
17042026-08-29T00:48:17.567Z Compiling hkdf v0.12.4
17052026-08-29T00:48:17.594Z Compiling ed25519 v2.2.3
17062026-08-29T00:48:17.615Z Compiling crypto-bigint v0.5.5
17072026-08-29T00:48:17.651Z Compiling olpc-cjson v0.1.4
17082026-08-29T00:48:17.760Z Compiling serde-big-array v0.5.1
17092026-08-29T00:48:17.839Z Compiling serde_plain v1.0.2
17102026-08-29T00:48:17.860Z Compiling dtrace-parser v0.2.0
17112026-08-29T00:48:17.874Z Compiling serde_repr v0.1.20
17122026-08-29T00:48:17.920Z Compiling strum_macros v0.26.4
17132026-08-29T00:48:17.972Z Compiling enum-as-inner v0.6.1
17142026-08-29T00:48:18.023Z Compiling miette-derive v7.6.0
17152026-08-29T00:48:18.060Z Compiling async-recursion v1.1.1
17162026-08-29T00:48:18.074Z Compiling phf_shared v0.11.3
17172026-08-29T00:48:18.275Z Compiling float-cmp v0.10.0
17182026-08-29T00:48:18.289Z Compiling pem v3.0.6
17192026-08-29T00:48:18.437Z Compiling thread-id v4.2.2
17202026-08-29T00:48:18.451Z Compiling memmap2 v0.9.10
17212026-08-29T00:48:18.507Z Compiling new_debug_unreachable v1.0.6
17222026-08-29T00:48:18.524Z Compiling winnow v1.0.3
17232026-08-29T00:48:18.537Z Compiling keccak v0.1.6
17242026-08-29T00:48:18.594Z Compiling fixedbitset v0.4.2
17252026-08-29T00:48:18.628Z Compiling const-oid v0.10.2
17262026-08-29T00:48:18.644Z Compiling cpufeatures v0.3.0
17272026-08-29T00:48:18.693Z Compiling fixedbitset v0.5.7
17282026-08-29T00:48:18.735Z Compiling typed-path v0.9.3
17292026-08-29T00:48:18.760Z Compiling data-encoding v2.10.0
17302026-08-29T00:48:18.805Z Compiling difflib v0.4.0
17312026-08-29T00:48:18.832Z Compiling normalize-line-endings v0.3.0
17322026-08-29T00:48:18.847Z Compiling predicates-core v1.0.10
17332026-08-29T00:48:18.861Z Compiling supports-unicode v3.0.0
17342026-08-29T00:48:18.947Z Compiling precomputed-hash v0.1.1
17352026-08-29T00:48:19.029Z Compiling whoami v2.1.0
17362026-08-29T00:48:19.044Z Compiling supports-hyperlinks v3.2.0
17372026-08-29T00:48:19.044Z Compiling static_assertions v1.1.0
17382026-08-29T00:48:19.073Z Compiling hickory-proto v0.25.2
17392026-08-29T00:48:19.133Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-29T00:48:19.148Z Compiling predicates v3.1.4
17412026-08-29T00:48:19.213Z Compiling miette v7.6.0
17422026-08-29T00:48:19.232Z Compiling string_cache v0.8.9
17432026-08-29T00:48:19.303Z Compiling tokio-postgres v0.7.16
17442026-08-29T00:48:19.378Z Compiling petgraph v0.8.3
17452026-08-29T00:48:19.430Z Compiling digest v0.11.3
17462026-08-29T00:48:19.483Z Compiling toml_parser v1.1.2+spec-1.1.0
17472026-08-29T00:48:19.488Z Compiling petgraph v0.6.5
17482026-08-29T00:48:19.620Z Compiling chacha20 v0.10.0
17492026-08-29T00:48:19.682Z Compiling sha3 v0.10.8
17502026-08-29T00:48:19.712Z Compiling strum v0.26.3
17512026-08-29T00:48:19.764Z Compiling toml_edit v0.22.27
17522026-08-29T00:48:19.820Z Compiling usdt v0.6.0
17532026-08-29T00:48:19.856Z Compiling elliptic-curve v0.13.8
17542026-08-29T00:48:19.975Z Compiling usdt-impl v0.5.0
17552026-08-29T00:48:20.020Z Compiling crossterm v0.28.1
17562026-08-29T00:48:20.167Z Compiling serde_with v3.21.0
17572026-08-29T00:48:20.181Z Compiling ed25519-dalek v2.2.0
17582026-08-29T00:48:20.203Z Compiling zip v4.6.1
17592026-08-29T00:48:20.325Z Compiling derive_more v2.1.1
17602026-08-29T00:48:20.447Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17612026-08-29T00:48:20.728Z Compiling iddqd v0.4.2
17622026-08-29T00:48:20.977Z Compiling itertools v0.13.0
17632026-08-29T00:48:21.070Z Compiling itertools v0.15.0
17642026-08-29T00:48:21.085Z Compiling similar v2.7.0
17652026-08-29T00:48:21.177Z Compiling crossbeam-epoch v0.9.18
17662026-08-29T00:48:21.352Z Compiling tokio-stream v0.1.18
17672026-08-29T00:48:21.416Z Compiling buf-list v1.1.2
17682026-08-29T00:48:21.527Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-29T00:48:21.630Z Compiling openapiv3 v2.2.0
17702026-08-29T00:48:21.715Z Compiling heck v0.4.1
17712026-08-29T00:48:21.838Z Compiling lalrpop-util v0.19.12
17722026-08-29T00:48:21.854Z Compiling peg-runtime v0.8.5
17732026-08-29T00:48:21.970Z Compiling thread_local v1.1.9
17742026-08-29T00:48:21.973Z Compiling slog-async v2.8.0
17752026-08-29T00:48:22.011Z Compiling crossbeam-channel v0.5.15
17762026-08-29T00:48:22.015Z Compiling is-terminal v0.4.17
17772026-08-29T00:48:22.049Z Compiling filetime v0.2.27
17782026-08-29T00:48:22.063Z Compiling term v1.2.1
17792026-08-29T00:48:22.078Z Compiling take_mut v0.2.2
17802026-08-29T00:48:22.112Z Compiling xattr v1.6.1
17812026-08-29T00:48:22.142Z Compiling camino-tempfile v1.4.1
17822026-08-29T00:48:22.241Z Compiling tar v0.4.46
17832026-08-29T00:48:22.336Z Compiling slog-term v2.9.2
17842026-08-29T00:48:39.545Z Compiling rustls-webpki v0.103.13
17852026-08-29T00:48:42.272Z Compiling tokio-rustls v0.26.4
17862026-08-29T00:48:42.272Z Compiling rustls-platform-verifier v0.6.2
17872026-08-29T00:48:42.272Z Compiling tough v0.22.0
17882026-08-29T00:48:42.458Z Compiling hyper-rustls v0.27.7
17892026-08-29T00:48:42.645Z Compiling reqwest v0.13.2
17902026-08-29T00:48:44.795Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-29T00:48:45.033Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-29T00:48:47.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.66s
17932026-08-29T00:48:48.110Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-29T00:48:48.166ZAug 29 00:48:47.628 INFO Starting download, target: Clickhouse
17952026-08-29T00:48:48.166ZAug 29 00:48:47.628 INFO Starting download, target: Cockroach
17962026-08-29T00:48:48.166ZAug 29 00:48:47.629 INFO Starting download, target: Console
17972026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Starting download, target: DendriteStub
17982026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Starting download, target: MaghemiteMgd
17992026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Starting download, target: MaghemiteDdmd
18002026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Starting download, target: TransceiverControl
18012026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-08-29T00:48:48.169ZAug 29 00:48:47.629 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18032026-08-29T00:48:48.170ZAug 29 00:48:47.629 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-29T00:48:48.170ZAug 29 00:48:47.629 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18052026-08-29T00:48:48.170ZAug 29 00:48:47.629 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18062026-08-29T00:48:48.170ZAug 29 00:48:47.629 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-08-29T00:48:48.170ZAug 29 00:48:47.629 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-08-29T00:48:48.763ZAug 29 00:48:48.147 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-29T00:48:48.921ZAug 29 00:48:48.375 INFO Download complete, target: TransceiverControl
18102026-08-29T00:48:49.943ZAug 29 00:48:49.402 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-29T00:48:50.192ZAug 29 00:48:49.652 INFO Download complete, target: Console
18122026-08-29T00:48:50.301ZAug 29 00:48:49.763 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18132026-08-29T00:48:52.159ZAug 29 00:48:51.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-29T00:48:52.237ZAug 29 00:48:51.686 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18152026-08-29T00:48:52.293ZAug 29 00:48:51.751 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18162026-08-29T00:48:52.756ZAug 29 00:48:52.218 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-29T00:48:52.756ZAug 29 00:48:52.218 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-29T00:48:54.286ZAug 29 00:48:53.749 INFO Download complete, target: MaghemiteDdmd
18192026-08-29T00:48:54.761ZAug 29 00:48:54.223 INFO Download complete, target: DendriteStub
18202026-08-29T00:48:54.945ZAug 29 00:48:54.407 INFO Download complete, target: MaghemiteMgd
18212026-08-29T00:48:57.101ZAug 29 00:48:56.558 INFO Checking that binary works, target: Clickhouse
18222026-08-29T00:48:57.186ZAug 29 00:48:56.645 INFO Download complete, target: Clickhouse
18232026-08-29T00:48:57.596ZAug 29 00:48:57.053 INFO Checking that binary works, target: Cockroach
18242026-08-29T00:48:57.720ZAug 29 00:48:57.176 INFO Download complete, target: Cockroach
18252026-08-29T00:48:57.733ZAll prerequisites installed successfully
18262026-08-29T00:48:57.735Z
18272026-08-29T00:48:57.735Zreal 1:58.175091058
18282026-08-29T00:48:57.735Zuser 7:23.999569304
18292026-08-29T00:48:57.735Zsys 1:45.552905783
18302026-08-29T00:48:57.735Ztrap 0.306117266
18312026-08-29T00:48:57.735Ztflt 0.903541488
18322026-08-29T00:48:57.735Zdflt 1.517229275
18332026-08-29T00:48:57.735Zkflt 0.023604631
18342026-08-29T00:48:57.735Zlock 29:35.380062382
18352026-08-29T00:48:57.735Zslp 20:28.756591647
18362026-08-29T00:48:57.735Zlat 25.116487484
18372026-08-29T00:48:57.736Zstop 3:24.235940937
18382026-08-29T00:48:57.736Z+ ptime -m cargo xtask download softnpu
18392026-08-29T00:48:58.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18402026-08-29T00:48:58.216Z Running `target/debug/xtask download softnpu`
18412026-08-29T00:48:59.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18422026-08-29T00:48:59.068Z Running `target/debug/xtask-downloader softnpu`
18432026-08-29T00:48:59.111ZAug 29 00:48:58.571 INFO Starting download, target: Softnpu
18442026-08-29T00:48:59.127ZAug 29 00:48:58.572 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-29T00:48:59.984ZAug 29 00:48:59.446 INFO Download complete, target: Softnpu
18462026-08-29T00:48:59.988Z
18472026-08-29T00:48:59.992Zreal 2.260430759
18482026-08-29T00:48:59.992Zuser 1.338794040
18492026-08-29T00:48:59.992Zsys 0.626771827
18502026-08-29T00:48:59.992Ztrap 0.000697120
18512026-08-29T00:48:59.992Ztflt 0.000108580
18522026-08-29T00:48:59.992Zdflt 0.000173530
18532026-08-29T00:48:59.992Zkflt 0.000000000
18542026-08-29T00:48:59.992Zlock 16.689260927
18552026-08-29T00:48:59.992Zslp 0.736338596
18562026-08-29T00:48:59.992Zlat 0.092317361
18572026-08-29T00:48:59.992Zstop 0.000259700
18582026-08-29T00:48:59.992Z+ export CARGO_INCREMENTAL=0
18592026-08-29T00:48:59.992Z+ CARGO_INCREMENTAL=0
18602026-08-29T00:48:59.992Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-29T00:49:00.902Z Compiling proc-macro2 v1.0.106
18622026-08-29T00:49:00.902Z Compiling quote v1.0.45
18632026-08-29T00:49:00.902Z Compiling unicode-ident v1.0.24
18642026-08-29T00:49:00.906Z Compiling serde_core v1.0.228
18652026-08-29T00:49:00.906Z Compiling libc v0.2.185
18662026-08-29T00:49:00.906Z Compiling serde v1.0.228
18672026-08-29T00:49:00.906Z Compiling cfg-if v1.0.4
18682026-08-29T00:49:00.906Z Compiling version_check v0.9.5
18692026-08-29T00:49:01.051Z Compiling autocfg v1.5.0
18702026-08-29T00:49:01.055Z Compiling shlex v1.3.0
18712026-08-29T00:49:01.055Z Compiling find-msvc-tools v0.1.9
18722026-08-29T00:49:01.055Z Compiling memchr v2.8.0
18732026-08-29T00:49:01.055Z Compiling zmij v1.0.21
18742026-08-29T00:49:01.056Z Compiling serde_json v1.0.151
18752026-08-29T00:49:01.262Z Compiling portable-atomic v1.13.1
18762026-08-29T00:49:01.265Z Compiling zerocopy v0.8.55
18772026-08-29T00:49:01.426Z Compiling libm v0.2.16
18782026-08-29T00:49:01.430Z Compiling getrandom v0.4.3
18792026-08-29T00:49:01.534Z Compiling generic-array v0.14.7
18802026-08-29T00:49:01.551Z Compiling smallvec v1.15.1
18812026-08-29T00:49:01.555Z Compiling icu_normalizer_data v2.1.1
18822026-08-29T00:49:01.571Z Compiling icu_properties_data v2.1.2
18832026-08-29T00:49:01.590Z Compiling num-traits v0.2.19
18842026-08-29T00:49:01.684Z Compiling parking_lot_core v0.9.12
18852026-08-29T00:49:01.688Z Compiling itoa v1.0.17
18862026-08-29T00:49:01.771Z Compiling log v0.4.33
18872026-08-29T00:49:01.775Z Compiling subtle v2.6.1
18882026-08-29T00:49:01.815Z Compiling pkg-config v0.3.32
18892026-08-29T00:49:01.849Z Compiling stable_deref_trait v1.2.1
18902026-08-29T00:49:01.865Z Compiling rustix v1.1.4
18912026-08-29T00:49:01.881Z Compiling typenum v1.20.1
18922026-08-29T00:49:01.976Z Compiling getrandom v0.3.4
18932026-08-29T00:49:02.013Z Compiling scopeguard v1.2.0
18942026-08-29T00:49:02.079Z Compiling jobserver v0.1.34
18952026-08-29T00:49:02.124Z Compiling errno v0.3.14
18962026-08-29T00:49:02.194Z Compiling lock_api v0.4.14
18972026-08-29T00:49:02.206Z Compiling thiserror v2.0.18
18982026-08-29T00:49:02.252Z Compiling rand_core v0.10.0
18992026-08-29T00:49:02.300Z Compiling syn v2.0.117
19002026-08-29T00:49:02.318Z Compiling cc v1.2.56
19012026-08-29T00:49:02.333Z Compiling heck v0.5.0
19022026-08-29T00:49:02.446Z Compiling critical-section v1.2.0
19032026-08-29T00:49:02.446Z Compiling getrandom v0.2.17
19042026-08-29T00:49:02.491Z Compiling litemap v0.8.1
19052026-08-29T00:49:02.494Z Compiling writeable v0.6.2
19062026-08-29T00:49:02.555Z Compiling equivalent v1.0.2
19072026-08-29T00:49:02.592Z Compiling schemars v0.8.22
19082026-08-29T00:49:02.603Z Compiling percent-encoding v2.3.2
19092026-08-29T00:49:02.669Z Compiling rand_core v0.6.4
19102026-08-29T00:49:02.707Z Compiling pin-project-lite v0.2.17
19112026-08-29T00:49:02.726Z Compiling syn v1.0.109
19122026-08-29T00:49:02.823Z Compiling rustversion v1.0.22
19132026-08-29T00:49:02.855Z Compiling once_cell v1.21.3
19142026-08-29T00:49:02.944Z Compiling hashbrown v0.17.0
19152026-08-29T00:49:03.014Z Compiling fs_extra v1.3.0
19162026-08-29T00:49:03.018Z Compiling dunce v1.0.5
19172026-08-29T00:49:03.040Z Compiling utf8_iter v1.0.4
19182026-08-29T00:49:03.072Z Compiling cmake v0.1.57
19192026-08-29T00:49:03.110Z Compiling byteorder v1.5.0
19202026-08-29T00:49:03.129Z Compiling form_urlencoded v1.2.2
19212026-08-29T00:49:03.305Z Compiling semver v1.0.28
19222026-08-29T00:49:03.375Z Compiling bitflags v2.11.0
19232026-08-29T00:49:03.405Z Compiling strsim v0.11.1
19242026-08-29T00:49:03.461Z Compiling signal-hook-registry v1.4.8
19252026-08-29T00:49:03.474Z Compiling indexmap v2.14.0
19262026-08-29T00:49:03.648Z Compiling aws-lc-sys v0.40.0
19272026-08-29T00:49:03.698Z Compiling thiserror v1.0.69
19282026-08-29T00:49:03.722Z Compiling parking_lot v0.12.5
19292026-08-29T00:49:03.751Z Compiling socket2 v0.6.3
19302026-08-29T00:49:03.831Z Compiling mio v1.2.0
19312026-08-29T00:49:03.918Z Compiling const-oid v0.9.6
19322026-08-29T00:49:03.980Z Compiling futures-core v0.3.32
19332026-08-29T00:49:03.997Z Compiling aws-lc-rs v1.16.3
19342026-08-29T00:49:04.181Z Compiling httparse v1.10.1
19352026-08-29T00:49:04.197Z Compiling iana-time-zone v0.1.65
19362026-08-29T00:49:05.503Z Compiling fnv v1.0.7
19372026-08-29T00:49:05.507Z Compiling crc32fast v1.5.0
19382026-08-29T00:49:05.507Z Compiling regex-syntax v0.8.10
19392026-08-29T00:49:05.507Z Compiling ucd-trie v0.1.7
19402026-08-29T00:49:05.507Z Compiling uuid v1.23.4
19412026-08-29T00:49:05.508Z Compiling vcpkg v0.2.15
19422026-08-29T00:49:05.508Z Compiling ident_case v1.0.1
19432026-08-29T00:49:05.508Z Compiling pest v2.8.6
19442026-08-29T00:49:05.508Z Compiling rustc_version v0.4.1
19452026-08-29T00:49:05.508Z Compiling futures-sink v0.3.32
19462026-08-29T00:49:05.508Z Compiling dyn-clone v1.0.20
19472026-08-29T00:49:05.508Z Compiling synstructure v0.13.2
19482026-08-29T00:49:05.508Z Compiling serde_derive_internals v0.29.1
19492026-08-29T00:49:05.508Z Compiling rustls v0.23.41
19502026-08-29T00:49:05.508Z Compiling openssl-sys v0.9.117
19512026-08-29T00:49:05.508Z Compiling futures-channel v0.3.32
19522026-08-29T00:49:05.575Z Compiling aho-corasick v1.1.4
19532026-08-29T00:49:05.591Z Compiling futures-io v0.3.32
19542026-08-29T00:49:05.654Z Compiling slab v0.4.12
19552026-08-29T00:49:05.722Z Compiling futures-task v0.3.32
19562026-08-29T00:49:05.903Z Compiling pest_meta v2.8.6
19572026-08-29T00:49:05.933Z Compiling plain v0.2.3
19582026-08-29T00:49:05.963Z Compiling num-conv v0.2.0
19592026-08-29T00:49:05.968Z Compiling radium v0.7.0
19602026-08-29T00:49:05.989Z Compiling time-core v0.1.8
19612026-08-29T00:49:06.105Z Compiling crossbeam-utils v0.8.21
19622026-08-29T00:49:06.126Z Compiling base64 v0.22.1
19632026-08-29T00:49:06.126Z Compiling pretty-hex v0.4.1
19642026-08-29T00:49:06.196Z Compiling time-macros v0.2.27
19652026-08-29T00:49:06.263Z Compiling base64ct v1.8.3
19662026-08-29T00:49:06.722Z Compiling maybe-uninit v2.0.0
19672026-08-29T00:49:06.743Z Compiling openssl v0.10.80
19682026-08-29T00:49:06.743Z Compiling slog v2.8.2
19692026-08-29T00:49:06.744Z Compiling flagset v0.4.7
19702026-08-29T00:49:06.744Z Compiling serde_derive v1.0.228
19712026-08-29T00:49:06.744Z Compiling zeroize_derive v1.5.0
19722026-08-29T00:49:06.744Z Compiling zerofrom-derive v0.1.6
19732026-08-29T00:49:06.744Z Compiling yoke-derive v0.8.1
19742026-08-29T00:49:06.745Z Compiling zerocopy-derive v0.8.55
19752026-08-29T00:49:06.745Z Compiling zerovec-derive v0.11.2
19762026-08-29T00:49:06.745Z Compiling displaydoc v0.2.5
19772026-08-29T00:49:06.745Z Compiling tokio-macros v2.7.0
19782026-08-29T00:49:06.745Z Compiling futures-macro v0.3.32
19792026-08-29T00:49:06.745Z Compiling thiserror-impl v2.0.18
19802026-08-29T00:49:06.745Z Compiling schemars_derive v0.8.22
19812026-08-29T00:49:06.970Z Compiling der_derive v0.7.3
19822026-08-29T00:49:06.993Z Compiling tracing-attributes v0.1.31
19832026-08-29T00:49:07.036Z Compiling thiserror-impl v1.0.69
19842026-08-29T00:49:07.175Z Compiling pest_generator v2.8.6
19852026-08-29T00:49:07.193Z Compiling regex-automata v0.4.14
19862026-08-29T00:49:07.210Z Compiling pem-rfc7468 v0.7.0
19872026-08-29T00:49:07.323Z Compiling scroll_derive v0.12.1
19882026-08-29T00:49:07.352Z Compiling scroll_derive v0.13.1
19892026-08-29T00:49:07.454Z Compiling futures-util v0.3.32
19902026-08-29T00:49:07.648Z Compiling openssl-macros v0.1.1
19912026-08-29T00:49:07.674Z Compiling zerofrom v0.1.6
19922026-08-29T00:49:07.818Z Compiling yoke v0.8.1
19932026-08-29T00:49:07.826Z Compiling pest_derive v2.8.6
19942026-08-29T00:49:07.902Z Compiling rand_core v0.9.5
19952026-08-29T00:49:08.011Z Compiling zerovec v0.11.5
19962026-08-29T00:49:08.023Z Compiling zerotrie v0.2.3
19972026-08-29T00:49:08.092Z Compiling darling_core v0.23.0
19982026-08-29T00:49:08.166Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19992026-08-29T00:49:08.197Z Compiling bzip2-sys v0.1.13+1.0.8
20002026-08-29T00:49:08.198Z Compiling syn v3.0.3
20012026-08-29T00:49:08.352Z Compiling ahash v0.8.12
20022026-08-29T00:49:08.406Z Compiling anyhow v1.0.104
20032026-08-29T00:49:08.490Z Compiling native-tls v0.2.18
20042026-08-29T00:49:08.606Z Compiling packed_struct v0.10.1
20052026-08-29T00:49:08.641Z Compiling tinystr v0.8.2
20062026-08-29T00:49:08.641Z Compiling potential_utf v0.1.4
20072026-08-29T00:49:08.666Z Compiling paste v1.0.15
20082026-08-29T00:49:08.719Z Compiling icu_collections v2.1.1
20092026-08-29T00:49:08.752Z Compiling icu_locale_core v2.1.1
20102026-08-29T00:49:08.832Z Compiling num-bigint-dig v0.8.6
20112026-08-29T00:49:09.099Z Compiling zerocopy-derive v0.7.35
20122026-08-29T00:49:09.380Z Compiling icu_provider v2.1.1
20132026-08-29T00:49:09.506Z Compiling zeroize v1.9.0
20142026-08-29T00:49:09.567Z Compiling bytes v1.11.1
20152026-08-29T00:49:09.803Z Compiling chrono v0.4.45
20162026-08-29T00:49:09.859Z Compiling icu_normalizer v2.1.1
20172026-08-29T00:49:10.167Z Compiling icu_properties v2.1.2
20182026-08-29T00:49:10.258Z Compiling tokio v1.52.1
20192026-08-29T00:49:10.357Z Compiling crypto-common v0.1.7
20202026-08-29T00:49:10.390Z Compiling block-buffer v0.10.4
20212026-08-29T00:49:10.512Z Compiling digest v0.10.7
20222026-08-29T00:49:10.566Z Compiling serde_tokenstream v0.2.3
20232026-08-29T00:49:10.785Z Compiling der v0.7.10
20242026-08-29T00:49:10.869Z Compiling darling_macro v0.23.0
20252026-08-29T00:49:11.023Z Compiling ppv-lite86 v0.2.21
20262026-08-29T00:49:11.151Z Compiling idna_adapter v1.2.1
20272026-08-29T00:49:11.293Z Compiling idna v1.1.0
20282026-08-29T00:49:11.303Z Compiling http v1.4.2
20292026-08-29T00:49:11.363Z Compiling regex v1.12.3
20302026-08-29T00:49:11.570Z Compiling tracing-core v0.1.36
20312026-08-29T00:49:11.645Z Compiling cookie v0.18.1
20322026-08-29T00:49:11.697Z Compiling url v2.5.8
20332026-08-29T00:49:11.766Z Compiling spki v0.7.3
20342026-08-29T00:49:11.808Z Compiling cpufeatures v0.2.17
20352026-08-29T00:49:11.897Z Compiling fastrand v2.3.0
20362026-08-29T00:49:12.015Z Compiling camino v1.2.5
20372026-08-29T00:49:12.066Z Compiling tracing v0.1.44
20382026-08-29T00:49:12.163Z Compiling darling v0.23.0
20392026-08-29T00:49:12.212Z Compiling rand_chacha v0.9.0
20402026-08-29T00:49:12.244Z Compiling toml_datetime v0.6.11
20412026-08-29T00:49:12.255Z Compiling serde_spanned v0.6.9
20422026-08-29T00:49:12.509Z Compiling packed_struct_codegen v0.10.1
20432026-08-29T00:49:12.543Z Compiling bitfield-macros v0.19.4
20442026-08-29T00:49:12.557Z Compiling clap_derive v4.6.1
20452026-08-29T00:49:12.590Z Compiling zerocopy-derive v0.6.6
20462026-08-29T00:49:12.943Z Compiling indexmap v1.9.3
20472026-08-29T00:49:13.188Z Compiling object v0.37.3
20482026-08-29T00:49:13.215Z Compiling simd-adler32 v0.3.8
20492026-08-29T00:49:13.348Z Compiling rand v0.9.2
20502026-08-29T00:49:13.359Z Compiling http-body v1.0.1
20512026-08-29T00:49:13.401Z Compiling pkcs8 v0.10.2
20522026-08-29T00:49:13.410Z Compiling daft-derive v0.1.8
20532026-08-29T00:49:13.470Z Compiling rustls-pki-types v1.14.0
20542026-08-29T00:49:13.556Z Compiling spin v0.9.8
20552026-08-29T00:49:13.624Z Compiling usdt-impl v0.5.0
20562026-08-29T00:49:13.657Z Compiling utf8parse v0.2.2
20572026-08-29T00:49:13.792Z Compiling openssl-probe v0.2.1
20582026-08-29T00:49:13.813Z Compiling ref-cast v1.0.25
20592026-08-29T00:49:13.862Z Compiling cmov v0.5.4
20602026-08-29T00:49:13.928Z Compiling anstyle v1.0.14
20612026-08-29T00:49:14.081Z Compiling tokio-util v0.7.18
20622026-08-29T00:49:14.116Z Compiling tinyvec_macros v0.1.1
20632026-08-29T00:49:14.116Z Compiling winnow v0.5.40
20642026-08-29T00:49:14.152Z Compiling adler2 v2.0.1
20652026-08-29T00:49:14.169Z Compiling usdt-impl v0.6.0
20662026-08-29T00:49:14.176Z Compiling either v1.15.0
20672026-08-29T00:49:14.210Z Compiling tinyvec v1.10.0
20682026-08-29T00:49:14.234Z Compiling ctutils v0.4.2
20692026-08-29T00:49:14.259Z Compiling miniz_oxide v0.8.9
20702026-08-29T00:49:14.408Z Compiling anstyle-parse v1.0.0
20712026-08-29T00:49:14.563Z Compiling sha2 v0.10.9
20722026-08-29T00:49:14.604Z Compiling tempfile v3.27.0
20732026-08-29T00:49:14.815Z Compiling scroll v0.13.0
20742026-08-29T00:49:14.857Z Compiling scroll v0.12.0
20752026-08-29T00:49:14.953Z Compiling terminal_size v0.4.3
20762026-08-29T00:49:15.086Z Compiling async-trait v0.1.89
20772026-08-29T00:49:15.108Z Compiling heapless v0.7.17
20782026-08-29T00:49:15.191Z Compiling colorchoice v1.0.4
20792026-08-29T00:49:15.214Z Compiling atomic-waker v1.1.2
20802026-08-29T00:49:15.340Z Compiling try-lock v0.2.5
20812026-08-29T00:49:15.361Z Compiling litrs v1.0.0
20822026-08-29T00:49:15.381Z Compiling is_terminal_polyfill v1.70.2
20832026-08-29T00:49:15.404Z Compiling tower-service v0.3.3
20842026-08-29T00:49:15.421Z Compiling toml_edit v0.19.15
20852026-08-29T00:49:15.440Z Compiling tower-layer v0.3.3
20862026-08-29T00:49:15.470Z Compiling zstd-safe v7.2.4
20872026-08-29T00:49:15.496Z Compiling rustix v0.38.44
20882026-08-29T00:49:15.569Z Compiling anstyle-query v1.1.5
20892026-08-29T00:49:15.610Z Compiling signal-hook v0.3.18
20902026-08-29T00:49:15.628Z Compiling winnow v0.7.14
20912026-08-29T00:49:15.699Z Compiling untrusted v0.7.1
20922026-08-29T00:49:15.704Z Compiling unicode-segmentation v1.12.0
20932026-08-29T00:49:15.819Z Compiling winnow v1.0.3
20942026-08-29T00:49:15.840Z Compiling anstream v1.0.0
20952026-08-29T00:49:15.858Z Compiling document-features v0.2.12
20962026-08-29T00:49:16.024Z Compiling want v0.3.1
20972026-08-29T00:49:16.148Z Compiling h2 v0.4.15
20982026-08-29T00:49:16.431Z Compiling goblin v0.8.2
20992026-08-29T00:49:16.462Z Compiling goblin v0.10.5
21002026-08-29T00:49:16.604Z Compiling hybrid-array v0.4.13
21012026-08-29T00:49:16.850Z Compiling toml_parser v1.1.2+spec-1.1.0
21022026-08-29T00:49:16.883Z Compiling itertools v0.15.0
21032026-08-29T00:49:17.110Z Compiling ipnetwork v0.21.1
21042026-08-29T00:49:17.205Z Compiling zerocopy v0.7.35
21052026-08-29T00:49:17.225Z Compiling ipnet v2.12.0
21062026-08-29T00:49:17.282Z Compiling ref-cast-impl v1.0.25
21072026-08-29T00:49:17.420Z Compiling structmeta-derive v0.3.0
21082026-08-29T00:49:17.437Z Compiling curve25519-dalek v4.1.3
21092026-08-29T00:49:17.473Z Compiling darling_core v0.20.11
21102026-08-29T00:49:17.701Z Compiling memoffset v0.9.1
21112026-08-29T00:49:17.721Z Compiling httpdate v1.0.3
21122026-08-29T00:49:17.917Z Compiling tap v1.0.1
21132026-08-29T00:49:17.932Z Compiling untrusted v0.9.0
21142026-08-29T00:49:17.948Z Compiling foreign-types-shared v0.1.1
21152026-08-29T00:49:18.044Z Compiling powerfmt v0.2.0
21162026-08-29T00:49:18.063Z Compiling foreign-types v0.3.2
21172026-08-29T00:49:18.093Z Compiling wyz v0.5.1
21182026-08-29T00:49:18.209Z Compiling deranged v0.5.8
21192026-08-29T00:49:18.351Z Compiling unicode-normalization v0.1.25
21202026-08-29T00:49:18.403Z Compiling structmeta v0.3.0
21212026-08-29T00:49:18.481Z Compiling dtrace-parser v0.2.0
21222026-08-29T00:49:18.512Z Compiling rand_chacha v0.3.1
21232026-08-29T00:49:18.536Z Compiling signature v2.2.0
21242026-08-29T00:49:18.636Z Compiling dof v0.3.0
21252026-08-29T00:49:18.703Z Compiling hex v0.4.3
21262026-08-29T00:49:18.833Z Compiling dtrace-parser v0.3.0
21272026-08-29T00:49:18.916Z Compiling pin-project-internal v1.1.11
21282026-08-29T00:49:18.931Z Compiling num-integer v0.1.46
21292026-08-29T00:49:19.087Z Compiling thread-id v5.1.0
21302026-08-29T00:49:19.189Z Compiling dof v0.4.0
21312026-08-29T00:49:19.241Z Compiling thread-id v4.2.2
21322026-08-29T00:49:19.274Z Compiling wait-timeout v0.2.1
21332026-08-29T00:49:19.290Z Compiling owo-colors v4.3.0
21342026-08-29T00:49:19.345Z Compiling hyper v1.10.1
21352026-08-29T00:49:19.362Z Compiling funty v2.0.0
21362026-08-29T00:49:19.460Z Compiling darling_macro v0.20.11
21372026-08-29T00:49:19.482Z Compiling bit-vec v0.8.0
21382026-08-29T00:49:19.576Z Compiling quick-error v1.2.3
21392026-08-29T00:49:19.705Z Compiling clap_lex v1.0.0
21402026-08-29T00:49:19.757Z Compiling cfg_aliases v0.2.1
21412026-08-29T00:49:19.826Z Compiling smoltcp v0.9.1
21422026-08-29T00:49:19.847Z Compiling num_threads v0.1.7
21432026-08-29T00:49:19.944Z Compiling time v0.3.47
21442026-08-29T00:49:19.963Z Compiling clap_builder v4.6.0
21452026-08-29T00:49:19.966Z Compiling nix v0.31.2
21462026-08-29T00:49:19.996Z Compiling bitvec v1.0.1
21472026-08-29T00:49:20.011Z Compiling darling v0.20.11
21482026-08-29T00:49:20.044Z Compiling rusty-fork v0.3.1
21492026-08-29T00:49:20.063Z Compiling bit-set v0.8.0
21502026-08-29T00:49:20.155Z Compiling num-iter v0.1.45
21512026-08-29T00:49:20.297Z Compiling rand v0.8.6
21522026-08-29T00:49:20.358Z Compiling lazy_static v1.5.0
21532026-08-29T00:49:20.395Z Compiling hmac v0.12.1
21542026-08-29T00:49:20.469Z Compiling erased-serde v0.3.31
21552026-08-29T00:49:20.527Z Compiling hyper-util v0.1.20
21562026-08-29T00:49:20.897Z Compiling rand_xorshift v0.4.0
21572026-08-29T00:49:20.938Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-29T00:49:20.954Z Compiling sync_wrapper v1.0.2
21592026-08-29T00:49:21.085Z Compiling siphasher v1.0.2
21602026-08-29T00:49:21.102Z Compiling unarray v0.1.4
21612026-08-29T00:49:21.227Z Compiling zlib-rs v0.6.2
21622026-08-29T00:49:21.281Z Compiling nodrop v0.1.14
21632026-08-29T00:49:21.390Z Compiling crc-catalog v2.4.0
21642026-08-29T00:49:21.476Z Compiling crc v3.4.0
21652026-08-29T00:49:21.505Z Compiling clap v4.6.1
21662026-08-29T00:49:21.677Z Compiling array-init v0.0.4
21672026-08-29T00:49:21.728Z Compiling proptest v1.11.0
21682026-08-29T00:49:22.269Z Compiling tower v0.5.3
21692026-08-29T00:49:22.846Z Compiling smallvec v0.6.14
21702026-08-29T00:49:22.910Z Compiling derive_builder_core v0.20.2
21712026-08-29T00:49:22.971Z Compiling pkcs1 v0.7.5
21722026-08-29T00:49:23.077Z Compiling http-body-util v0.1.3
21732026-08-29T00:49:23.111Z Compiling zerocopy v0.6.6
21742026-08-29T00:49:23.151Z Compiling bitfield v0.19.4
21752026-08-29T00:49:23.324Z Compiling flate2 v1.1.9
21762026-08-29T00:49:23.381Z Compiling hubpack_derive v0.1.1
21772026-08-29T00:49:23.384Z Compiling snafu-derive v0.8.9
21782026-08-29T00:49:23.470Z Compiling strum_macros v0.26.4
21792026-08-29T00:49:23.485Z Compiling strum_macros v0.27.2
21802026-08-29T00:49:23.693Z Compiling env_filter v2.0.0
21812026-08-29T00:49:23.740Z Compiling fs-err v3.3.0
21822026-08-29T00:49:23.867Z Compiling allocator-api2 v0.2.21
21832026-08-29T00:49:23.960Z Compiling ryu v1.0.23
21842026-08-29T00:49:23.976Z Compiling hashbrown v0.12.3
21852026-08-29T00:49:24.202Z Compiling iri-string v0.7.10
21862026-08-29T00:49:24.222Z Compiling unicode-properties v0.1.4
21872026-08-29T00:49:24.452Z Compiling gimli v0.32.3
21882026-08-29T00:49:24.490Z Compiling unicode-bidi v0.3.18
21892026-08-29T00:49:24.659Z Compiling base64 v0.21.7
21902026-08-29T00:49:25.006Z Compiling ron v0.8.1
21912026-08-29T00:49:25.024Z Compiling stringprep v0.1.5
21922026-08-29T00:49:25.101Z Compiling serde_urlencoded v0.7.1
21932026-08-29T00:49:25.363Z Compiling tower-http v0.6.8
21942026-08-29T00:49:25.398Z Compiling env_logger v0.11.11
21952026-08-29T00:49:25.528Z Compiling newtype-uuid v1.3.2
21962026-08-29T00:49:25.586Z Compiling derive_builder_macro v0.20.2
21972026-08-29T00:49:25.737Z Compiling rsa v0.9.10
21982026-08-29T00:49:25.808Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-29T00:49:25.846Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-29T00:49:25.874Z Compiling oxnet v0.1.6
22012026-08-29T00:49:26.049Z Compiling serde-hex v0.1.0
22022026-08-29T00:49:26.107Z Compiling hashbrown v0.13.2
22032026-08-29T00:49:26.150Z Compiling addr2line v0.25.1
22042026-08-29T00:49:26.250Z Compiling tokio-native-tls v0.3.1
22052026-08-29T00:49:26.286Z Compiling bzip2 v0.4.4
22062026-08-29T00:49:26.385Z Compiling usdt-attr-macro v0.6.0
22072026-08-29T00:49:26.402Z Compiling usdt-macro v0.6.0
22082026-08-29T00:49:26.443Z Compiling derive-ex v0.1.8
22092026-08-29T00:49:26.508Z Compiling crypto-common v0.2.2
22102026-08-29T00:49:26.541Z Compiling block-padding v0.4.2
22112026-08-29T00:49:26.616Z Compiling block-buffer v0.12.1
22122026-08-29T00:49:26.800Z Compiling convert_case v0.10.0
22132026-08-29T00:49:26.920Z Compiling rustls-native-certs v0.8.3
22142026-08-29T00:49:27.168Z Compiling x509-cert v0.2.5
22152026-08-29T00:49:27.253Z Compiling md-5 v0.10.6
22162026-08-29T00:49:27.293Z Compiling bstr v1.12.1
22172026-08-29T00:49:27.524Z Compiling vergen-lib v9.1.0
22182026-08-29T00:49:27.558Z Compiling hash32 v0.2.1
22192026-08-29T00:49:27.598Z Compiling encoding_rs v0.8.35
22202026-08-29T00:49:27.774Z Compiling cpufeatures v0.3.0
22212026-08-29T00:49:27.879Z Compiling rustc-demangle v0.1.27
22222026-08-29T00:49:27.885Z Compiling crc-any v2.5.0
22232026-08-29T00:49:27.938Z Compiling psl-types v2.0.11
22242026-08-29T00:49:28.029Z Compiling mime v0.3.17
22252026-08-29T00:49:28.045Z Compiling unicode-width v0.2.0
22262026-08-29T00:49:28.274Z Compiling fallible-iterator v0.2.0
22272026-08-29T00:49:28.301Z Compiling publicsuffix v2.3.0
22282026-08-29T00:49:28.326Z Compiling test-strategy v0.4.5
22292026-08-29T00:49:28.515Z Compiling backtrace v0.3.76
22302026-08-29T00:49:28.593Z Compiling postgres-protocol v0.6.10
22312026-08-29T00:49:28.916Z Compiling derive_more-impl v2.1.1
22322026-08-29T00:49:29.016Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-29T00:49:29.251Z Compiling inout v0.2.2
22342026-08-29T00:49:29.277Z Compiling object v0.30.4
22352026-08-29T00:49:29.301Z Compiling zip v0.6.6
22362026-08-29T00:49:29.428Z Compiling hyper-tls v0.6.0
22372026-08-29T00:49:29.446Z Compiling daft v0.1.8
22382026-08-29T00:49:29.461Z Compiling derive_builder v0.20.2
22392026-08-29T00:49:29.550Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-29T00:49:29.626Z Compiling phf_shared v0.13.1
22412026-08-29T00:49:29.723Z Compiling pin-project v1.1.11
22422026-08-29T00:49:29.866Z Compiling toml v0.7.8
22432026-08-29T00:49:29.898Z Compiling heck v0.4.1
22442026-08-29T00:49:29.965Z Compiling serde_with_macros v3.21.0
22452026-08-29T00:49:29.978Z Compiling futures-executor v0.3.32
22462026-08-29T00:49:30.140Z Compiling async-recursion v1.1.1
22472026-08-29T00:49:30.210Z Compiling serde_repr v0.1.20
22482026-08-29T00:49:30.244Z Compiling miette-derive v7.6.0
22492026-08-29T00:49:30.295Z Compiling enum-as-inner v0.6.1
22502026-08-29T00:49:30.399Z Compiling ff v0.13.1
22512026-08-29T00:49:30.418Z Compiling vergen v9.1.0
22522026-08-29T00:49:30.443Z Compiling cargo-platform v0.3.2
22532026-08-29T00:49:30.558Z Compiling bitflags v1.3.2
22542026-08-29T00:49:30.622Z Compiling managed v0.8.0
22552026-08-29T00:49:30.790Z Compiling is_ci v1.2.0
22562026-08-29T00:49:30.821Z Compiling jiff-core v0.1.0
22572026-08-29T00:49:30.903Z Compiling base16ct v0.2.0
22582026-08-29T00:49:31.005Z Compiling bumpalo v3.20.2
22592026-08-29T00:49:31.008Z Compiling foldhash v0.1.5
22602026-08-29T00:49:31.053Z Compiling unicode-linebreak v0.1.5
22612026-08-29T00:49:31.056Z Compiling libbz2-rs-sys v0.2.2
22622026-08-29T00:49:31.096Z Compiling path-slash v0.1.5
22632026-08-29T00:49:31.212Z Compiling smawk v0.3.2
22642026-08-29T00:49:31.278Z Compiling same-file v1.0.6
22652026-08-29T00:49:31.334Z Compiling foldhash v0.2.0
22662026-08-29T00:49:31.368Z Compiling textwrap v0.16.2
22672026-08-29T00:49:31.407Z Compiling walkdir v2.5.0
22682026-08-29T00:49:31.478Z Compiling bzip2 v0.6.1
22692026-08-29T00:49:31.559Z Compiling jiff v0.2.34
22702026-08-29T00:49:31.637Z Compiling hashbrown v0.16.1
22712026-08-29T00:49:31.697Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-29T00:49:31.711Z Compiling zopfli v0.8.3
22732026-08-29T00:49:31.775Z Compiling hashbrown v0.15.5
22742026-08-29T00:49:31.896Z Compiling sec1 v0.7.3
22752026-08-29T00:49:32.196Z Compiling supports-color v3.0.2
22762026-08-29T00:49:32.262Z Compiling cargo_metadata v0.23.1
22772026-08-29T00:49:32.279Z Compiling group v0.13.0
22782026-08-29T00:49:32.378Z Compiling futures v0.3.32
22792026-08-29T00:49:32.862Z Compiling phf v0.13.1
22802026-08-29T00:49:32.966Z Compiling snafu v0.8.9
22812026-08-29T00:49:33.011Z Compiling reqwest v0.12.28
22822026-08-29T00:49:33.111Z Compiling cipher v0.5.2
22832026-08-29T00:49:33.131Z Compiling signal-hook-mio v0.2.5
22842026-08-29T00:49:33.254Z Compiling cookie_store v0.22.1
22852026-08-29T00:49:33.271Z Compiling postgres-types v0.2.12
22862026-08-29T00:49:33.322Z Compiling zstd v0.13.3
22872026-08-29T00:49:33.362Z Compiling backtrace-ext v0.2.1
22882026-08-29T00:49:33.402Z Compiling globset v0.4.18
22892026-08-29T00:49:33.545Z Compiling strum v0.27.2
22902026-08-29T00:49:33.596Z Compiling hubpack v0.1.2
22912026-08-29T00:49:33.683Z Compiling phf_shared v0.11.3
22922026-08-29T00:49:33.701Z Compiling crossbeam-epoch v0.9.18
22932026-08-29T00:49:33.762Z Compiling hkdf v0.12.4
22942026-08-29T00:49:33.810Z Compiling byte-wrapper v0.1.0
22952026-08-29T00:49:33.832Z Compiling olpc-cjson v0.1.4
22962026-08-29T00:49:33.848Z Compiling ed25519 v2.2.3
22972026-08-29T00:49:34.100Z Compiling crypto-bigint v0.5.5
22982026-08-29T00:49:34.119Z Compiling serde-big-array v0.5.1
22992026-08-29T00:49:34.151Z Compiling serde_plain v1.0.2
23002026-08-29T00:49:34.155Z Compiling pem v3.0.6
23012026-08-29T00:49:34.274Z Compiling float-cmp v0.10.0
23022026-08-29T00:49:34.305Z Compiling memmap2 v0.9.10
23032026-08-29T00:49:34.354Z Compiling unicode-width v0.1.14
23042026-08-29T00:49:34.438Z Compiling difflib v0.4.0
23052026-08-29T00:49:34.462Z Compiling typed-path v0.9.3
23062026-08-29T00:49:34.500Z Compiling fixedbitset v0.4.2
23072026-08-29T00:49:34.526Z Compiling static_assertions v1.1.0
23082026-08-29T00:49:34.633Z Compiling const-oid v0.10.2
23092026-08-29T00:49:34.651Z Compiling normalize-line-endings v0.3.0
23102026-08-29T00:49:34.655Z Compiling toml_write v0.1.2
23112026-08-29T00:49:34.720Z Compiling predicates-core v1.0.10
23122026-08-29T00:49:34.738Z Compiling supports-hyperlinks v3.2.0
23132026-08-29T00:49:34.754Z Compiling new_debug_unreachable v1.0.6
23142026-08-29T00:49:34.812Z Compiling fixedbitset v0.5.7
23152026-08-29T00:49:34.846Z Compiling data-encoding v2.10.0
23162026-08-29T00:49:34.879Z Compiling supports-unicode v3.0.0
23172026-08-29T00:49:34.896Z Compiling precomputed-hash v0.1.1
23182026-08-29T00:49:35.004Z Compiling whoami v2.1.0
23192026-08-29T00:49:35.047Z Compiling keccak v0.1.6
23202026-08-29T00:49:35.105Z Compiling elliptic-curve v0.13.8
23212026-08-29T00:49:35.226Z Compiling tokio-postgres v0.7.16
23222026-08-29T00:49:35.265Z Compiling sha3 v0.10.8
23232026-08-29T00:49:35.343Z Compiling hickory-proto v0.25.2
23242026-08-29T00:49:35.397Z Compiling petgraph v0.8.3
23252026-08-29T00:49:35.497Z Compiling miette v7.6.0
23262026-08-29T00:49:35.557Z Compiling string_cache v0.8.9
23272026-08-29T00:49:35.637Z Compiling predicates v3.1.4
23282026-08-29T00:49:35.732Z Compiling digest v0.11.3
23292026-08-29T00:49:35.779Z Compiling toml_edit v0.22.27
23302026-08-29T00:49:35.805Z Compiling chacha20 v0.10.0
23312026-08-29T00:49:35.960Z Compiling petgraph v0.6.5
23322026-08-29T00:49:36.052Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23332026-08-29T00:49:36.281Z Compiling usdt v0.6.0
23342026-08-29T00:49:36.644Z Compiling ed25519-dalek v2.2.0
23352026-08-29T00:49:36.971Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23362026-08-29T00:49:37.366Z Compiling zip v4.6.1
23372026-08-29T00:49:37.451Z Compiling crossterm v0.28.1
23382026-08-29T00:49:38.148Z Compiling iddqd v0.4.2
23392026-08-29T00:49:38.240Z Compiling serde_with v3.21.0
23402026-08-29T00:49:38.272Z Compiling derive_more v2.1.1
23412026-08-29T00:49:38.288Z Compiling similar v2.7.0
23422026-08-29T00:49:38.400Z Compiling strum v0.26.3
23432026-08-29T00:49:38.571Z Compiling tokio-stream v0.1.18
23442026-08-29T00:49:38.612Z Compiling itertools v0.13.0
23452026-08-29T00:49:38.726Z Compiling buf-list v1.1.2
23462026-08-29T00:49:38.821Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-29T00:49:38.998Z Compiling openapiv3 v2.2.0
23482026-08-29T00:49:39.696Z Compiling peg-runtime v0.8.5
23492026-08-29T00:49:39.891Z Compiling lalrpop-util v0.19.12
23502026-08-29T00:49:54.114Z Compiling rustls-webpki v0.103.13
23512026-08-29T00:49:57.802Z Compiling tokio-rustls v0.26.4
23522026-08-29T00:49:58.091Z Compiling hyper-rustls v0.27.7
23532026-08-29T00:49:58.232Z Compiling rustls-platform-verifier v0.6.2
23542026-08-29T00:49:58.298Z Compiling tough v0.22.0
23552026-08-29T00:49:58.412Z Compiling reqwest v0.13.2
23562026-08-29T00:50:01.720Z Compiling macaddr v1.0.1
23572026-08-29T00:50:01.736Z Compiling crucible-workspace-hack v0.1.0
23582026-08-29T00:50:01.751Z Compiling rayon-core v1.13.0
23592026-08-29T00:50:01.790Z Compiling secrecy v0.10.3
23602026-08-29T00:50:01.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23612026-08-29T00:50:01.858Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-29T00:50:01.992Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-29T00:50:02.007Z Compiling heapless v0.8.0
23642026-08-29T00:50:02.028Z Compiling crossbeam-deque v0.8.6
23652026-08-29T00:50:02.088Z Compiling ingot-macros v0.2.0
23662026-08-29T00:50:02.118Z Compiling inout v0.1.4
23672026-08-29T00:50:02.203Z Compiling toml_edit v0.23.10+spec-1.0.0
23682026-08-29T00:50:02.236Z Compiling hash32 v0.3.1
23692026-08-29T00:50:02.261Z Compiling multer v3.1.0
23702026-08-29T00:50:02.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23712026-08-29T00:50:02.303Z Compiling thread_local v1.1.9
23722026-08-29T00:50:02.319Z Compiling smoltcp v0.11.0
23732026-08-29T00:50:02.353Z Compiling match_cfg v0.1.0
23742026-08-29T00:50:02.413Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23752026-08-29T00:50:02.448Z Compiling slog-async v2.8.0
23762026-08-29T00:50:02.463Z Compiling compression-core v0.4.31
23772026-08-29T00:50:02.648Z Compiling compression-codecs v0.4.37
23782026-08-29T00:50:02.681Z Compiling hostname v0.3.1
23792026-08-29T00:50:02.684Z Compiling cipher v0.4.4
23802026-08-29T00:50:02.780Z Compiling proc-macro-crate v3.4.0
23812026-08-29T00:50:02.786Z Compiling atomicwrites v0.4.4
23822026-08-29T00:50:02.830Z Compiling slog-json v2.6.1
23832026-08-29T00:50:02.845Z Compiling crossbeam-channel v0.5.15
23842026-08-29T00:50:02.863Z Compiling half v2.7.1
23852026-08-29T00:50:02.974Z Compiling newtype-uuid-macros v0.1.0
23862026-08-29T00:50:03.011Z Compiling universal-hash v0.5.1
23872026-08-29T00:50:03.049Z Compiling serde_tokenstream v0.3.0
23882026-08-29T00:50:03.102Z Compiling cobs v0.3.0
23892026-08-29T00:50:03.126Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-29T00:50:03.126Z Compiling async-stream-impl v0.3.6
23912026-08-29T00:50:03.189Z Compiling serde_spanned v1.1.1
23922026-08-29T00:50:03.293Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-29T00:50:03.378Z Compiling is-terminal v0.4.17
23942026-08-29T00:50:03.378Z Compiling dropshot v0.17.1
23952026-08-29T00:50:03.378Z Compiling proc-macro-error-attr v1.0.4
23962026-08-29T00:50:03.397Z Compiling convert_case v0.4.0
23972026-08-29T00:50:03.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23982026-08-29T00:50:03.547Z Compiling opaque-debug v0.3.1
23992026-08-29T00:50:03.592Z Compiling ciborium-io v0.2.2
24002026-08-29T00:50:03.608Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-08-29T00:50:03.638Z Compiling term v1.2.1
24022026-08-29T00:50:03.655Z Compiling take_mut v0.2.2
24032026-08-29T00:50:03.683Z Compiling ciborium-ll v0.2.2
24042026-08-29T00:50:03.713Z Compiling derive_more v0.99.20
24052026-08-29T00:50:03.746Z Compiling async-stream v0.3.6
24062026-08-29T00:50:03.761Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-29T00:50:03.796Z Compiling poly1305 v0.8.0
24082026-08-29T00:50:03.905Z Compiling toml v1.1.2+spec-1.1.0
24092026-08-29T00:50:03.962Z Compiling slog-term v2.9.2
24102026-08-29T00:50:04.000Z Compiling oxide-generation-macros v0.2.0
24112026-08-29T00:50:04.053Z Compiling postcard v1.1.3
24122026-08-29T00:50:04.156Z Compiling thiserror-no-std v2.0.2
24132026-08-29T00:50:04.228Z Compiling num_enum_derive v0.7.6
24142026-08-29T00:50:04.264Z Compiling slog-bunyan v2.5.0
24152026-08-29T00:50:04.452Z Compiling chacha20 v0.9.1
24162026-08-29T00:50:04.483Z Compiling async-compression v0.4.41
24172026-08-29T00:50:04.684Z Compiling ingot-types v0.2.0
24182026-08-29T00:50:04.730Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-29T00:50:04.767Z Compiling sha1 v0.11.0
24202026-08-29T00:50:05.051Z Compiling oxide-generation v0.1.3
24212026-08-29T00:50:05.076Z Compiling parse-display-derive v0.10.0
24222026-08-29T00:50:05.198Z Compiling ingot v0.2.1
24232026-08-29T00:50:05.223Z Compiling proc-macro-crate v1.3.1
24242026-08-29T00:50:05.234Z Compiling waitgroup v0.1.2
24252026-08-29T00:50:05.250Z Compiling rustls-pemfile v2.2.0
24262026-08-29T00:50:05.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-29T00:50:05.583Z Compiling backon v1.6.0
24282026-08-29T00:50:05.776Z Compiling blake2 v0.10.6
24292026-08-29T00:50:05.776Z Compiling dropshot_endpoint v0.17.1
24302026-08-29T00:50:05.845Z Compiling aead v0.5.2
24312026-08-29T00:50:05.845Z Compiling password-hash v0.5.0
24322026-08-29T00:50:05.872Z Compiling foreign-types-macros v0.2.3
24332026-08-29T00:50:05.948Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-29T00:50:05.980Z Compiling serde_path_to_error v0.1.20
24352026-08-29T00:50:06.091Z Compiling hostname v0.4.2
24362026-08-29T00:50:06.111Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-29T00:50:06.282Z Compiling proc-macro-error v1.0.4
24382026-08-29T00:50:06.326Z Compiling instant v0.1.13
24392026-08-29T00:50:06.383Z Compiling debug-ignore v1.0.5
24402026-08-29T00:50:06.451Z Compiling foreign-types-shared v0.3.1
24412026-08-29T00:50:06.502Z Compiling illumos-nvpair-sys v0.2.0
24422026-08-29T00:50:06.523Z Compiling backoff v0.4.0
24432026-08-29T00:50:06.536Z Compiling parse-display v0.10.0
24442026-08-29T00:50:06.544Z Compiling foreign-types v0.5.0
24452026-08-29T00:50:06.580Z Compiling argon2 v0.5.3
24462026-08-29T00:50:06.619Z Compiling chacha20poly1305 v0.10.1
24472026-08-29T00:50:06.644Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-29T00:50:06.660Z Compiling num_enum_derive v0.5.11
24492026-08-29T00:50:06.702Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-29T00:50:06.732Z Compiling num_enum v0.7.6
24512026-08-29T00:50:06.758Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-29T00:50:06.775Z Compiling vsss-rs v3.3.4
24532026-08-29T00:50:06.883Z Compiling ciborium v0.2.2
24542026-08-29T00:50:07.185Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-29T00:50:07.329Z Compiling regress v0.10.5
24562026-08-29T00:50:07.370Z Compiling itertools v0.14.0
24572026-08-29T00:50:07.389Z Compiling tabwriter v1.4.1
24582026-08-29T00:50:07.389Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-29T00:50:07.436Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-29T00:50:07.600Z Compiling cstr-argument v0.1.2
24612026-08-29T00:50:07.786Z Compiling humantime v2.3.0
24622026-08-29T00:50:07.817Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-29T00:50:07.817Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-29T00:50:07.817Z Compiling num_enum v0.5.11
24652026-08-29T00:50:07.817Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-29T00:50:07.868Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-29T00:50:07.977Z Compiling rayon v1.11.0
24682026-08-29T00:50:07.992Z Compiling rand v0.10.1
24692026-08-29T00:50:08.051Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-29T00:50:08.079Z Compiling libefi-sys v0.1.0
24712026-08-29T00:50:08.092Z Compiling colored v3.1.1
24722026-08-29T00:50:08.112Z Compiling indent_write v2.2.0
24732026-08-29T00:50:08.201Z Compiling zone_cfg_derive v0.3.1
24742026-08-29T00:50:08.217Z Compiling illumos-nvpair v0.3.0
24752026-08-29T00:50:08.278Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-29T00:50:08.341Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-29T00:50:08.387Z Compiling camino-tempfile v1.4.1
24782026-08-29T00:50:08.387Z Compiling itertools v0.12.1
24792026-08-29T00:50:08.450Z Compiling usdt-macro v0.5.0
24802026-08-29T00:50:08.552Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24812026-08-29T00:50:09.386Z Compiling usdt-attr-macro v0.5.0
24822026-08-29T00:50:09.461Z Compiling bitfield-struct v0.6.2
24832026-08-29T00:50:09.461Z Compiling num-derive v0.4.2
24842026-08-29T00:50:09.462Z Compiling blake3 v1.8.5
24852026-08-29T00:50:09.462Z Compiling memmap v0.7.0
24862026-08-29T00:50:09.462Z Compiling sigpipe v0.1.3
24872026-08-29T00:50:09.462Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-29T00:50:09.462Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-29T00:50:09.462Z Compiling glob v0.3.3
24902026-08-29T00:50:09.462Z Compiling swrite v0.1.0
24912026-08-29T00:50:09.462Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-29T00:50:09.462Z Compiling smf v0.2.3
24932026-08-29T00:50:09.462Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-29T00:50:09.560Z Compiling filetime v0.2.27
24952026-08-29T00:50:09.560Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24962026-08-29T00:50:09.560Z Compiling usdt v0.5.0
24972026-08-29T00:50:09.586Z Compiling arrayvec v0.7.6
24982026-08-29T00:50:09.689Z Compiling xattr v1.6.1
24992026-08-29T00:50:09.739Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25002026-08-29T00:50:09.739Z Compiling zone v0.3.1
25012026-08-29T00:50:09.794Z Compiling whoami v1.6.1
25022026-08-29T00:50:09.794Z Compiling constant_time_eq v0.4.2
25032026-08-29T00:50:09.834Z Compiling arrayref v0.3.9
25042026-08-29T00:50:09.881Z Compiling tar v0.4.46
25052026-08-29T00:50:09.935Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25062026-08-29T00:50:09.957Z Compiling tokio-dtrace v0.1.1
25072026-08-29T00:50:09.967Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-08-29T00:50:10.198Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-29T00:50:10.221Z Compiling gethostname v0.5.0
25102026-08-29T00:50:10.264Z Compiling console v0.16.2
25112026-08-29T00:50:10.365Z Compiling unit-prefix v0.5.2
25122026-08-29T00:50:10.382Z Compiling topological-sort v0.2.2
25132026-08-29T00:50:10.422Z Compiling oxide-tokio-rt v0.1.4
25142026-08-29T00:50:10.473Z Compiling toml v0.8.23
25152026-08-29T00:50:10.579Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-29T00:50:10.668Z Compiling shell-words v1.1.1
25172026-08-29T00:50:10.797Z Compiling indicatif v0.18.4
25182026-08-29T00:50:19.898Z Compiling progenitor-client v0.14.0
25192026-08-29T00:50:19.898Z Compiling omicron-zone-package v0.12.3
25202026-08-29T00:50:20.136Z Compiling progenitor-extras v0.2.0
25212026-08-29T00:50:20.477Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-29T00:50:20.563Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-29T00:50:20.582Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-29T00:50:20.629Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-29T00:50:20.664Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-29T00:50:20.699Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-29T00:50:20.962Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25282026-08-29T00:50:21.047Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25292026-08-29T00:50:21.477Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-29T00:50:25.016Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-29T00:50:34.224Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-29T00:50:37.481Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-29T00:50:38.569Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-29T00:50:49.168Z Finished `release` profile [optimized] target(s) in 1m 49s
25352026-08-29T00:50:49.314Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-29T00:50:49.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-29T00:50:49.381ZCreated new build target 'test' and set it as active
25382026-08-29T00:50:49.381Z
25392026-08-29T00:50:49.381Zreal 1:49.386183259
25402026-08-29T00:50:49.381Zuser 17:57.067346370
25412026-08-29T00:50:49.381Zsys 2:50.916076504
25422026-08-29T00:50:49.381Ztrap 0.496878409
25432026-08-29T00:50:49.381Ztflt 2.595192316
25442026-08-29T00:50:49.381Zdflt 4.722733193
25452026-08-29T00:50:49.381Zkflt 0.000578160
25462026-08-29T00:50:49.381Zlock 58:52.132262616
25472026-08-29T00:50:49.381Zslp 45:41.061105442
25482026-08-29T00:50:49.381Zlat 51.935185913
25492026-08-29T00:50:49.381Zstop 6:32.593607635
25502026-08-29T00:50:49.381Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-29T00:50:50.278Z Finished `release` profile [optimized] target(s) in 0.88s
25522026-08-29T00:50:50.347Z Running `target/release/omicron-package -t test package`
25532026-08-29T00:50:50.403ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-29T00:50:51.877Z Compiling heck v0.5.0
25552026-08-29T00:50:51.877Z Compiling regress v0.11.1
25562026-08-29T00:50:52.081Z Compiling unsafe-libyaml v0.2.11
25572026-08-29T00:50:52.130Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-29T00:50:52.156Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-29T00:50:52.156Z Compiling derive-where v1.6.0
25602026-08-29T00:50:52.159Z Compiling bytecount v0.6.9
25612026-08-29T00:50:52.218Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-29T00:50:52.239Z Compiling atomicwrites v0.4.4
25632026-08-29T00:50:52.243Z Compiling is-terminal v0.4.17
25642026-08-29T00:50:52.243Z Compiling prettyplease v0.2.37
25652026-08-29T00:50:52.243Z Compiling newline-converter v0.3.0
25662026-08-29T00:50:52.259Z Compiling console v0.15.11
25672026-08-29T00:50:52.322Z Compiling slog-dtrace v0.3.0
25682026-08-29T00:50:52.342Z Compiling cancel-safe-futures v0.1.5
25692026-08-29T00:50:52.389Z Compiling resolv-conf v0.7.6
25702026-08-29T00:50:52.412Z Compiling num-rational v0.4.2
25712026-08-29T00:50:52.436Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-29T00:50:52.456Z Compiling num-complex v0.4.6
25732026-08-29T00:50:52.459Z Compiling thread_local v1.1.9
25742026-08-29T00:50:52.533Z Compiling match_cfg v0.1.0
25752026-08-29T00:50:52.626Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-29T00:50:52.669Z Compiling compression-core v0.4.31
25772026-08-29T00:50:52.714Z Compiling expectorate v1.2.0
25782026-08-29T00:50:52.856Z Compiling compression-codecs v0.4.37
25792026-08-29T00:50:52.931Z Compiling num v0.4.3
25802026-08-29T00:50:52.956Z Compiling hostname v0.3.1
25812026-08-29T00:50:52.960Z Compiling multer v3.1.0
25822026-08-29T00:50:53.000Z Compiling slog-async v2.8.0
25832026-08-29T00:50:53.038Z Compiling crossbeam-channel v0.5.15
25842026-08-29T00:50:53.060Z Compiling slog-json v2.6.1
25852026-08-29T00:50:53.084Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-29T00:50:53.117Z Compiling serde_spanned v1.1.1
25872026-08-29T00:50:53.142Z Compiling float-ord v0.3.2
25882026-08-29T00:50:53.168Z Compiling linear-map v1.2.0
25892026-08-29T00:50:53.292Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-29T00:50:53.295Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-29T00:50:53.336Z Compiling term v1.2.1
25922026-08-29T00:50:53.339Z Compiling take_mut v0.2.2
25932026-08-29T00:50:53.383Z Compiling oxide-update-engine-types v0.1.2
25942026-08-29T00:50:53.408Z Compiling toml_writer v1.1.1+spec-1.1.0
25952026-08-29T00:50:53.411Z Compiling linked-hash-map v0.5.6
25962026-08-29T00:50:53.411Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-08-29T00:50:53.429Z Compiling slog-bunyan v2.5.0
25982026-08-29T00:50:53.519Z Compiling async-compression v0.4.41
25992026-08-29T00:50:53.613Z Compiling toml v1.1.2+spec-1.1.0
26002026-08-29T00:50:53.653Z Compiling typify-impl v0.6.2
26012026-08-29T00:50:53.714Z Compiling lru-cache v0.1.2
26022026-08-29T00:50:53.880Z Compiling slog-term v2.9.2
26032026-08-29T00:50:53.902Z Compiling dropshot v0.17.1
26042026-08-29T00:50:53.924Z Compiling async-stream v0.3.6
26052026-08-29T00:50:53.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26062026-08-29T00:50:53.948Z Compiling sha1 v0.11.0
26072026-08-29T00:50:53.990Z Compiling progenitor-client v0.14.0
26082026-08-29T00:50:54.123Z Compiling oxide-generation v0.1.3
26092026-08-29T00:50:54.123Z Compiling waitgroup v0.1.2
26102026-08-29T00:50:54.165Z Compiling rustls-pemfile v2.2.0
26112026-08-29T00:50:54.247Z Compiling backon v1.6.0
26122026-08-29T00:50:54.282Z Compiling hostname v0.4.2
26132026-08-29T00:50:54.313Z Compiling serde_path_to_error v0.1.20
26142026-08-29T00:50:54.398Z Compiling instant v0.1.13
26152026-08-29T00:50:54.419Z Compiling minimal-lexical v0.2.1
26162026-08-29T00:50:54.444Z Compiling debug-ignore v1.0.5
26172026-08-29T00:50:54.468Z Compiling progenitor-extras v0.2.0
26182026-08-29T00:50:54.491Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-29T00:50:54.533Z Compiling backoff v0.4.0
26202026-08-29T00:50:54.588Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-29T00:50:54.609Z Compiling oxide-update-engine v0.1.2
26222026-08-29T00:50:54.690Z Compiling nom v7.1.3
26232026-08-29T00:50:54.751Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-29T00:50:54.772Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-29T00:50:54.773Z Compiling parse-display v0.10.0
26262026-08-29T00:50:54.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-29T00:50:54.886Z Compiling hickory-proto v0.24.4
26282026-08-29T00:50:55.253Z Compiling regress v0.10.5
26292026-08-29T00:50:55.513Z Compiling itertools v0.14.0
26302026-08-29T00:50:55.925Z Compiling macaddr v1.0.1
26312026-08-29T00:50:56.113Z Compiling humantime v2.3.0
26322026-08-29T00:50:56.138Z Compiling unicode-xid v0.2.6
26332026-08-29T00:50:56.287Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-29T00:50:56.403Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-29T00:50:56.462Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-29T00:50:56.484Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-29T00:50:56.746Z Compiling toml v0.8.23
26382026-08-29T00:50:56.792Z Compiling papergrid v0.11.0
26392026-08-29T00:50:56.816Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26402026-08-29T00:50:57.096Z Compiling tabled_derive v0.7.0
26412026-08-29T00:50:57.139Z Compiling typify-macro v0.6.2
26422026-08-29T00:50:57.284Z Compiling termtree v0.5.1
26432026-08-29T00:50:57.311Z Compiling crossterm v0.29.0
26442026-08-29T00:50:57.343Z Compiling phf_shared v0.12.1
26452026-08-29T00:50:57.551Z Compiling hickory-resolver v0.24.4
26462026-08-29T00:50:57.600Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-29T00:50:57.981Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482026-08-29T00:50:58.010Z Compiling tabled v0.15.0
26492026-08-29T00:50:58.671Z Compiling qorb v0.4.1
26502026-08-29T00:50:58.705Z Compiling typify v0.6.2
26512026-08-29T00:50:59.015Z Compiling progenitor-impl v0.14.0
26522026-08-29T00:50:59.539Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-29T00:51:00.092Z Compiling csv-core v0.1.13
26542026-08-29T00:51:00.158Z Compiling vte v0.14.1
26552026-08-29T00:51:00.430Z Compiling chrono-tz v0.10.4
26562026-08-29T00:51:00.532Z Compiling highway v1.3.0
26572026-08-29T00:51:00.675Z Compiling strip-ansi-escapes v0.2.1
26582026-08-29T00:51:01.208Z Compiling progenitor-macro v0.14.0
26592026-08-29T00:51:01.231Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-08-29T00:51:02.003Z Compiling csv v1.4.0
26612026-08-29T00:51:02.287Z Compiling phf v0.12.1
26622026-08-29T00:51:02.493Z Compiling const_format_proc_macros v0.2.34
26632026-08-29T00:51:02.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-29T00:51:02.986Z Compiling fd-lock v4.0.4
26652026-08-29T00:51:03.012Z Compiling peg-macros v0.8.5
26662026-08-29T00:51:03.037Z Compiling nu-ansi-term v0.50.3
26672026-08-29T00:51:03.198Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26682026-08-29T00:51:03.266Z Compiling const_format v0.2.35
26692026-08-29T00:51:03.601Z Compiling reedline v0.40.0
26702026-08-29T00:51:03.906Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-29T00:51:04.274Z Compiling peg v0.8.5
26722026-08-29T00:51:04.375Z Compiling bcs v0.1.6
26732026-08-29T00:51:04.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-29T00:51:04.843Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26752026-08-29T00:51:05.197Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-08-29T00:51:05.331Z Compiling progenitor v0.14.0
26772026-08-29T00:51:05.526Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26782026-08-29T00:51:05.567Z Compiling nom v8.0.0
26792026-08-29T00:51:05.746Z Compiling semver v0.1.20
26802026-08-29T00:51:06.013Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-29T00:51:06.058Z Compiling rustc_version v0.1.7
26822026-08-29T00:51:06.320Z Compiling newtype_derive v0.1.6
26832026-08-29T00:51:06.405Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26842026-08-29T00:51:06.556Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-29T00:51:06.665Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-29T00:51:06.852Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-29T00:51:07.302Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-29T00:51:07.442Z Compiling steno v0.4.1
26892026-08-29T00:51:07.727Z Compiling dropshot-api-manager-types v0.8.0
26902026-08-29T00:51:08.279Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26912026-08-29T00:51:08.314Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-29T00:51:08.348Z Compiling sha1 v0.10.6
26932026-08-29T00:51:08.588Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26942026-08-29T00:51:08.652Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26952026-08-29T00:51:08.720Z Compiling utf-8 v0.7.6
26962026-08-29T00:51:08.822Z Compiling tagptr v0.2.0
26972026-08-29T00:51:09.005Z Compiling moka v0.12.13
26982026-08-29T00:51:09.027Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-29T00:51:09.205Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-29T00:51:09.460Z Compiling tungstenite v0.21.0
27012026-08-29T00:51:09.673Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-29T00:51:10.332Z Compiling hickory-resolver v0.25.2
27032026-08-29T00:51:11.369Z Compiling tokio-tungstenite v0.21.0
27042026-08-29T00:51:11.582Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-29T00:51:11.766Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-29T00:51:12.292Z Compiling darling_core v0.21.3
27072026-08-29T00:51:13.910Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-29T00:51:14.050Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-29T00:51:14.456Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-29T00:51:14.605Z Compiling darling_macro v0.21.3
27112026-08-29T00:51:15.167Z Compiling display-error-chain v0.2.2
27122026-08-29T00:51:15.198Z Compiling darling v0.21.3
27132026-08-29T00:51:15.303Z Compiling libscf-sys v1.2.0
27142026-08-29T00:51:15.355Z Compiling vergen-lib v0.1.6
27152026-08-29T00:51:15.482Z Compiling diesel_derives v2.3.7
27162026-08-29T00:51:15.638Z Compiling dsl_auto_type v0.2.0
27172026-08-29T00:51:15.875Z Compiling scheduled-thread-pool v0.2.7
27182026-08-29T00:51:15.900Z Compiling vergen-gitcl v1.0.8
27192026-08-29T00:51:16.130Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-29T00:51:16.182Z Compiling dirs-sys-next v0.1.2
27212026-08-29T00:51:16.352Z Compiling crunchy v0.2.4
27222026-08-29T00:51:16.454Z Compiling maplit v1.0.2
27232026-08-29T00:51:16.476Z Compiling glob v0.3.3
27242026-08-29T00:51:16.568Z Compiling dirs-next v2.0.0
27252026-08-29T00:51:16.624Z Compiling r2d2 v0.8.10
27262026-08-29T00:51:16.722Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-29T00:51:16.837Z Compiling clang-sys v1.8.1
27282026-08-29T00:51:16.921Z Compiling papergrid v0.18.0
27292026-08-29T00:51:16.967Z Compiling tiny-keccak v2.0.2
27302026-08-29T00:51:17.015Z Compiling xshell-macros v0.2.7
27312026-08-29T00:51:17.038Z Compiling downcast-rs v2.0.2
27322026-08-29T00:51:17.267Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-29T00:51:17.397Z Compiling term v0.7.0
27342026-08-29T00:51:17.425Z Compiling xshell v0.2.7
27352026-08-29T00:51:17.428Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-29T00:51:17.688Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-29T00:51:17.867Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27382026-08-29T00:51:17.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-29T00:51:17.982Z Compiling bit-vec v0.6.3
27402026-08-29T00:51:18.120Z Compiling tabled v0.21.0
27412026-08-29T00:51:18.225Z Compiling bit-set v0.5.3
27422026-08-29T00:51:18.489Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27432026-08-29T00:51:18.576Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27442026-08-29T00:51:18.673Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27452026-08-29T00:51:19.067Z Compiling ascii-canvas v3.0.0
27462026-08-29T00:51:19.129Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-29T00:51:19.335Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-29T00:51:19.360Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-29T00:51:19.601Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-29T00:51:19.715Z Compiling itertools v0.10.5
27512026-08-29T00:51:19.815Z Compiling ena v0.14.4
27522026-08-29T00:51:19.850Z Compiling libloading v0.8.9
27532026-08-29T00:51:19.853Z Compiling regex-syntax v0.6.29
27542026-08-29T00:51:20.083Z Compiling unicase v2.9.0
27552026-08-29T00:51:20.108Z Compiling diff v0.1.13
27562026-08-29T00:51:20.371Z Compiling bindgen v0.71.1
27572026-08-29T00:51:20.851Z Compiling cexpr v0.6.0
27582026-08-29T00:51:20.954Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-29T00:51:21.188Z Compiling diesel v2.3.7
27602026-08-29T00:51:21.211Z Compiling rustc-hash v2.1.1
27612026-08-29T00:51:21.370Z Compiling lalrpop v0.19.12
27622026-08-29T00:51:21.492Z Compiling crc8 v0.1.1
27632026-08-29T00:51:21.633Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-29T00:51:21.751Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-29T00:51:21.804Z Compiling headers-core v0.3.0
27662026-08-29T00:51:21.973Z Compiling libxml v0.3.3
27672026-08-29T00:51:22.310Z Compiling headers v0.4.1
27682026-08-29T00:51:22.493Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-29T00:51:22.721Z Compiling strum_macros v0.24.3
27702026-08-29T00:51:22.820Z Compiling indoc v1.0.9
27712026-08-29T00:51:22.929Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-29T00:51:23.152Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-29T00:51:23.256Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-29T00:51:23.551Z Compiling derive_builder v0.20.2
27752026-08-29T00:51:23.643Z Compiling oso-derive v0.27.3
27762026-08-29T00:51:23.679Z Compiling quick-xml v0.37.5
27772026-08-29T00:51:23.748Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-29T00:51:23.919Z Compiling openssl-probe v0.1.6
27792026-08-29T00:51:23.986Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-29T00:51:24.175Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-29T00:51:24.226Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-29T00:51:24.764Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-29T00:51:24.825Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-29T00:51:25.016Z Compiling bb8 v0.8.6
27852026-08-29T00:51:25.044Z Compiling trait-variant v0.1.2
27862026-08-29T00:51:25.071Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-29T00:51:25.430Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-29T00:51:25.502Z Compiling half v1.8.3
27892026-08-29T00:51:25.519Z Compiling proc-macro-error2 v2.0.1
27902026-08-29T00:51:25.594Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-29T00:51:25.704Z Compiling serde_cbor v0.11.2
27922026-08-29T00:51:25.814Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27932026-08-29T00:51:25.998Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-29T00:51:26.055Z Compiling hashbrown v0.14.5
27952026-08-29T00:51:26.267Z Compiling rfc6979 v0.4.0
27962026-08-29T00:51:26.398Z Compiling salty v0.3.0
27972026-08-29T00:51:26.437Z Compiling ecdsa v0.16.9
27982026-08-29T00:51:26.669Z Compiling chumsky v0.9.3
27992026-08-29T00:51:26.738Z Compiling knus-derive v3.4.0
28002026-08-29T00:51:26.838Z Compiling samael v0.0.19
28012026-08-29T00:51:26.878Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-29T00:51:26.927Z Compiling progenitor-impl v0.13.0
28032026-08-29T00:51:27.050Z Compiling primeorder v0.13.6
28042026-08-29T00:51:27.348Z Compiling nonempty v0.12.0
28052026-08-29T00:51:27.629Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-29T00:51:27.933Z Compiling p384 v0.13.1
28072026-08-29T00:51:28.105Z Compiling knus v3.4.0
28082026-08-29T00:51:28.812Z Compiling polar-core v0.27.3
28092026-08-29T00:51:29.002Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28102026-08-29T00:51:29.084Z Compiling progenitor-macro v0.13.0
28112026-08-29T00:51:29.471Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-29T00:51:30.157Z Compiling progenitor-client v0.13.0
28132026-08-29T00:51:30.333Z Compiling fxhash v0.2.1
28142026-08-29T00:51:30.514Z Compiling libz-sys v1.1.24
28152026-08-29T00:51:30.683Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-29T00:51:30.703Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-29T00:51:31.033Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-29T00:51:31.323Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28192026-08-29T00:51:31.614Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-29T00:51:32.010Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-29T00:51:32.363Z Compiling kstat-rs v0.2.5
28222026-08-29T00:51:33.047Z Compiling mime_guess v2.0.5
28232026-08-29T00:51:33.250Z Compiling progenitor v0.13.0
28242026-08-29T00:51:33.448Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-29T00:51:34.455Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-29T00:51:35.138Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-29T00:51:35.184Z Compiling nanorand v0.7.0
28282026-08-29T00:51:35.448Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-29T00:51:35.565Z Compiling parking_lot_core v0.8.6
28302026-08-29T00:51:35.757Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-29T00:51:36.013Z Compiling flume v0.11.1
28322026-08-29T00:51:36.257Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-29T00:51:36.587Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-29T00:51:37.008Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-29T00:51:37.287Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-29T00:51:37.760Z Compiling git-stub v1.0.0
28372026-08-29T00:51:37.997Z Compiling oso v0.27.3
28382026-08-29T00:51:38.036Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28392026-08-29T00:51:38.190Z Compiling http-range v0.1.5
28402026-08-29T00:51:38.287Z Compiling strsim v0.10.0
28412026-08-29T00:51:38.606Z Compiling diesel-dtrace v0.5.0
28422026-08-29T00:51:38.904Z Compiling async-bb8-diesel v0.2.1
28432026-08-29T00:51:38.938Z Compiling corncobs v0.1.4
28442026-08-29T00:51:39.205Z Compiling instability v0.3.11
28452026-08-29T00:51:39.360Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28462026-08-29T00:51:39.467Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28472026-08-29T00:51:40.169Z Compiling darling_core v0.13.4
28482026-08-29T00:51:41.813Z Compiling git-stub-vcs v0.1.0
28492026-08-29T00:51:42.182Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-29T00:51:42.923Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-29T00:51:43.190Z Compiling ignore v0.4.25
28522026-08-29T00:51:43.919Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-29T00:51:44.303Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-29T00:51:44.417Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-29T00:51:44.556Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-29T00:51:44.841Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-29T00:51:45.800Z Compiling anstyle-parse v0.2.7
28582026-08-29T00:51:46.075Z Compiling secrecy v0.8.0
28592026-08-29T00:51:46.271Z Compiling castaway v0.2.4
28602026-08-29T00:51:46.276Z Compiling vergen-git2 v9.1.0
28612026-08-29T00:51:46.376Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28622026-08-29T00:51:46.441Z Compiling indoc v2.0.7
28632026-08-29T00:51:46.525Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28642026-08-29T00:51:46.711Z Compiling compact_str v0.8.1
28652026-08-29T00:51:47.658Z Compiling anstream v0.6.21
28662026-08-29T00:51:47.799Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-29T00:51:48.061Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-29T00:51:48.212Z Compiling globwalk v0.9.1
28692026-08-29T00:51:48.425Z Compiling parking_lot v0.11.2
28702026-08-29T00:51:48.715Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28712026-08-29T00:51:48.874Z Compiling hyper-staticfile v0.10.1
28722026-08-29T00:51:49.330Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-29T00:51:49.459Z Compiling darling_macro v0.13.4
28742026-08-29T00:51:49.621Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-08-29T00:51:49.994Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-29T00:51:49.998Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28772026-08-29T00:51:50.015Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28782026-08-29T00:51:50.487Z Compiling predicates-tree v1.0.13
28792026-08-29T00:51:50.910Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-29T00:51:50.934Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-29T00:51:51.144Z Compiling unicode-truncate v1.1.0
28822026-08-29T00:51:51.208Z Compiling digest-io v0.1.0
28832026-08-29T00:51:51.353Z Compiling sha2 v0.11.0
28842026-08-29T00:51:51.389Z Compiling lru v0.12.5
28852026-08-29T00:51:51.620Z Compiling prefix-trie v0.7.0
28862026-08-29T00:51:51.824Z Compiling rand_seeder v0.4.0
28872026-08-29T00:51:52.013Z Compiling cassowary v0.3.0
28882026-08-29T00:51:52.113Z Compiling rawzip v0.4.4
28892026-08-29T00:51:52.220Z Compiling hickory-server v0.25.2
28902026-08-29T00:51:52.285Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28912026-08-29T00:51:52.417Z Compiling ratatui v0.29.0
28922026-08-29T00:51:52.528Z Compiling camino-tempfile-ext v0.3.3
28932026-08-29T00:51:52.819Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-29T00:51:52.917Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28952026-08-29T00:51:53.051Z Compiling darling v0.13.4
28962026-08-29T00:51:53.173Z Compiling sled v0.34.7
28972026-08-29T00:51:53.176Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-29T00:51:53.555Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-29T00:51:55.553Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-29T00:51:56.012Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29012026-08-29T00:51:56.236Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29022026-08-29T00:51:57.169Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-29T00:51:58.631Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-29T00:51:59.226Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-29T00:52:00.842Z Compiling serde_with_macros v1.5.2
29062026-08-29T00:52:00.852Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29072026-08-29T00:52:00.852Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-29T00:52:00.901Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29092026-08-29T00:52:01.021Z Compiling git2 v0.20.4
29102026-08-29T00:52:01.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29112026-08-29T00:52:01.350Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29122026-08-29T00:52:01.438Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29132026-08-29T00:52:01.572Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29142026-08-29T00:52:01.661Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29152026-08-29T00:52:01.802Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29162026-08-29T00:52:01.940Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29172026-08-29T00:52:02.028Z Compiling arc-swap v1.8.2
29182026-08-29T00:52:02.166Z Compiling void v1.0.2
29192026-08-29T00:52:02.318Z Compiling slog-scope v4.4.1
29202026-08-29T00:52:02.423Z Compiling lzss v0.8.2
29212026-08-29T00:52:02.710Z Compiling serde_with v1.14.0
29222026-08-29T00:52:02.816Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29232026-08-29T00:52:02.838Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29242026-08-29T00:52:03.876Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-29T00:52:04.021Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-29T00:52:04.334Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29272026-08-29T00:52:04.603Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-29T00:52:04.724Z Compiling scuffle v0.1.0
29292026-08-29T00:52:05.032Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-29T00:52:05.150Z Compiling tungstenite v0.23.0
29312026-08-29T00:52:06.849Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-29T00:52:06.976Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-29T00:52:07.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-29T00:52:07.412Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-29T00:52:07.460Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-29T00:52:07.649Z Compiling nix v0.27.1
29372026-08-29T00:52:07.715Z Compiling twox-hash v2.1.2
29382026-08-29T00:52:07.990Z Compiling libsw-core v0.3.2
29392026-08-29T00:52:08.220Z Compiling serde_bytes v0.11.19
29402026-08-29T00:52:08.248Z Compiling atty v0.2.14
29412026-08-29T00:52:08.406Z Compiling libsw v3.5.0
29422026-08-29T00:52:08.534Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29432026-08-29T00:52:08.635Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-29T00:52:08.853Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-29T00:52:08.879Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-29T00:52:08.989Z Compiling tokio-tungstenite v0.23.1
29472026-08-29T00:52:09.393Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-29T00:52:09.698Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-29T00:52:09.919Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-29T00:52:10.745Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-29T00:52:12.079Z Compiling slog-stdlog v4.1.1
29522026-08-29T00:52:12.477Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-29T00:52:13.098Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-29T00:52:13.303Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-29T00:52:13.768Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29562026-08-29T00:52:14.891Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29572026-08-29T00:52:15.182Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29582026-08-29T00:52:15.712Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-29T00:52:17.376Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-29T00:52:17.650Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-29T00:52:18.292Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-29T00:52:18.325Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-29T00:52:18.850Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-29T00:52:19.626Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29652026-08-29T00:52:22.216Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662026-08-29T00:52:22.797Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-29T00:52:23.048Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-29T00:52:24.183Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29692026-08-29T00:52:25.034Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29702026-08-29T00:52:25.260Z Compiling signal-hook-tokio v0.3.1
29712026-08-29T00:52:25.464Z Compiling fatfs v0.3.6
29722026-08-29T00:52:25.989Z Compiling yasna v0.5.2
29732026-08-29T00:52:26.370Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-29T00:52:26.727Z Compiling seq-macro v0.3.6
29752026-08-29T00:52:27.226Z Compiling assert_matches v1.5.0
29762026-08-29T00:52:27.339Z Compiling rcgen v0.12.1
29772026-08-29T00:52:27.475Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-29T00:52:27.597Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-29T00:52:27.839Z Compiling slog-envlogger v2.2.0
29802026-08-29T00:52:27.995Z Compiling oxide-update-engine-display v0.1.2
29812026-08-29T00:52:28.949Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-29T00:52:28.974Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-29T00:52:30.080Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29842026-08-29T00:52:30.304Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-08-29T00:52:30.561Z Compiling port-file v0.1.0
29862026-08-29T00:52:30.877Z Compiling rtoolbox v0.0.3
29872026-08-29T00:52:31.006Z Compiling subprocess v0.2.15
29882026-08-29T00:52:31.160Z Compiling rpassword v7.5.4
29892026-08-29T00:52:32.241Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-29T00:52:32.266Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-29T00:52:32.757Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-29T00:52:33.172Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-29T00:52:33.313Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-29T00:52:34.484Z Compiling tui-tree-widget v0.23.1
29952026-08-29T00:52:34.825Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-29T00:52:35.053Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29972026-08-29T00:52:37.411Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29982026-08-29T00:52:38.260Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-29T00:52:38.770Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-29T00:52:38.998Z Compiling uzers v0.12.2
30012026-08-29T00:52:39.205Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30022026-08-29T00:52:39.855Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-29T00:52:40.426Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30042026-08-29T00:52:40.454Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-29T00:52:41.582Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-08-29T00:52:42.206Z Compiling support-bundle-viewer v0.1.2
30072026-08-29T00:52:43.788Z Compiling multimap v0.10.1
30082026-08-29T00:52:51.593Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-29T00:52:53.171Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-29T00:52:57.119Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-29T00:53:01.913Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-29T00:53:04.193Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-29T01:00:45.250Z Finished `release` profile [optimized] target(s) in 9m 54s
30142026-08-29T01:00:45.253Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-29T01:00:45.253Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-29T01:01:37.972Z
30172026-08-29T01:01:37.975Zreal 10:48.562126769
30182026-08-29T01:01:37.975Zuser 1:22:51.340846059
30192026-08-29T01:01:37.975Zsys 3:40.941211654
30202026-08-29T01:01:37.975Ztrap 1.817387651
30212026-08-29T01:01:37.975Ztflt 2.312032430
30222026-08-29T01:01:37.975Zdflt 20.230596577
30232026-08-29T01:01:37.975Zkflt 0.005758452
30242026-08-29T01:01:37.975Zlock 8:03:24.907268001
30252026-08-29T01:01:37.975Zslp 2:19:31.299281744
30262026-08-29T01:01:37.975Zlat 2:33.489369135
30272026-08-29T01:01:37.975Zstop 5:35.808071953
30282026-08-29T01:01:37.975Z+ mapfile -t packages
30292026-08-29T01:01:37.975Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-29T01:01:38.948Z Finished `release` profile [optimized] target(s) in 0.96s
30312026-08-29T01:01:39.019Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-29T01:01:39.077ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-29T01:01:39.080Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-29T01:01:39.565Z Compiling libc v0.2.185
30352026-08-29T01:01:39.566Z Compiling serde_core v1.0.228
30362026-08-29T01:01:39.566Z Compiling serde v1.0.228
30372026-08-29T01:01:39.569Z Compiling rustix v1.1.4
30382026-08-29T01:01:39.569Z Compiling serde_json v1.0.151
30392026-08-29T01:01:39.569Z Compiling bitflags v2.11.0
30402026-08-29T01:01:39.715Z Compiling usdt-impl v0.5.0
30412026-08-29T01:01:39.718Z Compiling syn v2.0.117
30422026-08-29T01:01:39.733Z Compiling syn v1.0.109
30432026-08-29T01:01:39.745Z Compiling log v0.4.33
30442026-08-29T01:01:39.749Z Compiling getrandom v0.4.3
30452026-08-29T01:01:39.749Z Compiling indexmap v2.14.0
30462026-08-29T01:01:39.780Z Compiling fs-err v3.3.0
30472026-08-29T01:01:39.944Z Compiling heck v0.4.1
30482026-08-29T01:01:40.006Z Compiling anyhow v1.0.104
30492026-08-29T01:01:40.039Z Compiling once_cell v1.21.3
30502026-08-29T01:01:40.456Z Compiling errno v0.3.14
30512026-08-29T01:01:40.460Z Compiling thread-id v4.2.2
30522026-08-29T01:01:40.460Z Compiling memmap v0.7.0
30532026-08-29T01:01:41.176Z Compiling proc-macro-error v1.0.4
30542026-08-29T01:01:41.426Z Compiling terminal_size v0.4.3
30552026-08-29T01:01:41.426Z Compiling tempfile v3.27.0
30562026-08-29T01:01:41.446Z Compiling tabled_derive v0.7.0
30572026-08-29T01:01:41.521Z Compiling clap_builder v4.6.0
30582026-08-29T01:01:41.521Z Compiling textwrap v0.16.2
30592026-08-29T01:01:41.865Z Compiling camino v1.2.5
30602026-08-29T01:01:41.868Z Compiling cargo-platform v0.3.2
30612026-08-29T01:01:41.889Z Compiling pest_generator v2.8.6
30622026-08-29T01:01:41.904Z Compiling semver v1.0.28
30632026-08-29T01:01:42.135Z Compiling tabled v0.15.0
30642026-08-29T01:01:42.195Z Compiling camino-tempfile v1.4.1
30652026-08-29T01:01:42.374Z Compiling serde_derive v1.0.228
30662026-08-29T01:01:42.374Z Compiling thiserror-impl v1.0.69
30672026-08-29T01:01:42.379Z Compiling zerocopy-derive v0.7.35
30682026-08-29T01:01:42.379Z Compiling scroll_derive v0.12.1
30692026-08-29T01:01:42.396Z Compiling thiserror-impl v2.0.18
30702026-08-29T01:01:42.408Z Compiling clap_derive v4.6.1
30712026-08-29T01:01:42.444Z Compiling pest_derive v2.8.6
30722026-08-29T01:01:43.066Z Compiling scroll v0.12.0
30732026-08-29T01:01:43.213Z Compiling zerocopy v0.7.35
30742026-08-29T01:01:43.341Z Compiling goblin v0.8.2
30752026-08-29T01:01:43.492Z Compiling thiserror v1.0.69
30762026-08-29T01:01:43.579Z Compiling thiserror v2.0.18
30772026-08-29T01:01:43.614Z Compiling dtrace-parser v0.2.0
30782026-08-29T01:01:44.079Z Compiling clap v4.6.1
30792026-08-29T01:01:45.456Z Compiling dof v0.3.0
30802026-08-29T01:01:45.507Z Compiling toml_datetime v0.6.11
30812026-08-29T01:01:45.519Z Compiling serde_spanned v0.6.9
30822026-08-29T01:01:45.545Z Compiling serde_tokenstream v0.2.3
30832026-08-29T01:01:45.566Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-29T01:01:45.590Z Compiling cargo_metadata v0.23.1
30852026-08-29T01:01:45.629Z Compiling macaddr v1.0.1
30862026-08-29T01:01:45.842Z Compiling toml_edit v0.22.27
30872026-08-29T01:01:46.285Z Compiling usdt-macro v0.5.0
30882026-08-29T01:01:46.289Z Compiling usdt-attr-macro v0.5.0
30892026-08-29T01:01:46.954Z Compiling usdt v0.5.0
30902026-08-29T01:01:47.390Z Compiling toml v0.8.23
30912026-08-29T01:01:47.819Z Compiling cargo_toml v0.21.0
30922026-08-29T01:01:52.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-29T01:01:55.503Z Finished `release` profile [optimized] target(s) in 16.41s
30942026-08-29T01:01:55.645Z
30952026-08-29T01:01:55.645Zreal 16.529850061
30962026-08-29T01:01:55.645Zuser 2:05.779931494
30972026-08-29T01:01:55.645Zsys 13.732893203
30982026-08-29T01:01:55.645Ztrap 0.065054430
30992026-08-29T01:01:55.645Ztflt 0.443882916
31002026-08-29T01:01:55.645Zdflt 1.318649073
31012026-08-29T01:01:55.645Zkflt 0.000031650
31022026-08-29T01:01:55.645Zlock 4:51.930039475
31032026-08-29T01:01:55.645Zslp 2:42.899943446
31042026-08-29T01:01:55.645Zlat 3.876367403
31052026-08-29T01:01:55.645Zstop 16.617788987
31062026-08-29T01:01:55.649Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-29T01:01:55.649Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-29T01:01:55.649Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-29T01:01:55.649Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-29T01:01:55.649Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-29T01:01:56.620Z Compiling match_cfg v0.1.0
31122026-08-29T01:01:56.621Z Compiling progenitor-client v0.14.0
31132026-08-29T01:01:56.621Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-29T01:01:56.624Z Compiling slog-json v2.6.1
31152026-08-29T01:01:56.624Z Compiling newtype-uuid-macros v0.1.0
31162026-08-29T01:01:56.624Z Compiling sha1 v0.11.0
31172026-08-29T01:01:56.624Z Compiling multer v3.1.0
31182026-08-29T01:01:56.624Z Compiling debug-ignore v1.0.5
31192026-08-29T01:01:56.624Z Compiling compression-core v0.4.31
31202026-08-29T01:01:56.624Z Compiling async-stream-impl v0.3.6
31212026-08-29T01:01:56.772Z Compiling toml_datetime v1.1.1+spec-1.1.0
31222026-08-29T01:01:56.775Z Compiling serde_spanned v1.1.1
31232026-08-29T01:01:56.787Z Compiling dropshot v0.17.1
31242026-08-29T01:01:56.791Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-29T01:01:56.863Z Compiling waitgroup v0.1.2
31262026-08-29T01:01:56.866Z Compiling rustls-pemfile v2.2.0
31272026-08-29T01:01:56.999Z Compiling dropshot_endpoint v0.17.1
31282026-08-29T01:01:57.050Z Compiling toml v1.1.2+spec-1.1.0
31292026-08-29T01:01:57.085Z Compiling hostname v0.3.1
31302026-08-29T01:01:57.090Z Compiling compression-codecs v0.4.37
31312026-08-29T01:01:57.090Z Compiling serde_path_to_error v0.1.20
31322026-08-29T01:01:57.120Z Compiling hostname v0.4.2
31332026-08-29T01:01:57.139Z Compiling atomicwrites v0.4.4
31342026-08-29T01:01:57.143Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-29T01:01:57.159Z Compiling macaddr v1.0.1
31362026-08-29T01:01:57.192Z Compiling slog-bunyan v2.5.0
31372026-08-29T01:01:57.208Z Compiling serde_tokenstream v0.3.0
31382026-08-29T01:01:57.266Z Compiling oxide-generation v0.1.3
31392026-08-29T01:01:57.270Z Compiling instant v0.1.13
31402026-08-29T01:01:57.318Z Compiling async-compression v0.4.41
31412026-08-29T01:01:57.364Z Compiling regress v0.10.5
31422026-08-29T01:01:57.392Z Compiling parse-display-derive v0.10.0
31432026-08-29T01:01:57.412Z Compiling async-stream v0.3.6
31442026-08-29T01:01:57.429Z Compiling backon v1.6.0
31452026-08-29T01:01:57.429Z Compiling backoff v0.4.0
31462026-08-29T01:01:57.462Z Compiling itertools v0.14.0
31472026-08-29T01:01:57.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31482026-08-29T01:01:57.497Z Compiling humantime v2.3.0
31492026-08-29T01:01:57.576Z Compiling half v2.7.1
31502026-08-29T01:01:57.596Z Compiling oxide-generation-macros v0.2.0
31512026-08-29T01:01:57.614Z Compiling progenitor-extras v0.2.0
31522026-08-29T01:01:57.630Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31532026-08-29T01:01:57.630Z Compiling ciborium-io v0.2.2
31542026-08-29T01:01:57.663Z Compiling crucible-workspace-hack v0.1.0
31552026-08-29T01:01:57.679Z Compiling convert_case v0.4.0
31562026-08-29T01:01:57.697Z Compiling regress v0.11.1
31572026-08-29T01:01:57.767Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31582026-08-29T01:01:57.785Z Compiling secrecy v0.10.3
31592026-08-29T01:01:57.788Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31602026-08-29T01:01:57.788Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-29T01:01:57.885Z Compiling ciborium-ll v0.2.2
31622026-08-29T01:01:57.905Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-29T01:01:57.940Z Compiling inout v0.1.4
31642026-08-29T01:01:57.971Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-29T01:01:58.014Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-29T01:01:58.052Z Compiling universal-hash v0.5.1
31672026-08-29T01:01:58.083Z Compiling derive_more v0.99.20
31682026-08-29T01:01:58.127Z Compiling ciborium v0.2.2
31692026-08-29T01:01:58.146Z Compiling cipher v0.4.4
31702026-08-29T01:01:58.182Z Compiling opaque-debug v0.3.1
31712026-08-29T01:01:58.219Z Compiling unsafe-libyaml v0.2.11
31722026-08-29T01:01:58.261Z Compiling poly1305 v0.8.0
31732026-08-29T01:01:58.279Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-08-29T01:01:58.348Z Compiling blake2 v0.10.6
31752026-08-29T01:01:58.386Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31762026-08-29T01:01:58.436Z Compiling chacha20 v0.9.1
31772026-08-29T01:01:58.522Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-29T01:01:58.654Z Compiling aead v0.5.2
31792026-08-29T01:01:58.728Z Compiling password-hash v0.5.0
31802026-08-29T01:01:58.749Z Compiling indent_write v2.2.0
31812026-08-29T01:01:58.768Z Compiling serde_yaml v0.9.34+deprecated
31822026-08-29T01:01:58.773Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-29T01:01:58.891Z Compiling chacha20poly1305 v0.10.1
31842026-08-29T01:01:58.914Z Compiling num-derive v0.4.2
31852026-08-29T01:01:58.935Z Compiling heapless v0.8.0
31862026-08-29T01:01:59.017Z Compiling argon2 v0.5.3
31872026-08-29T01:01:59.042Z Compiling toml_edit v0.23.10+spec-1.0.0
31882026-08-29T01:01:59.059Z Compiling ingot-macros v0.2.0
31892026-08-29T01:01:59.081Z Compiling tabwriter v1.4.1
31902026-08-29T01:01:59.157Z Compiling parse-display v0.10.0
31912026-08-29T01:01:59.174Z Compiling hash32 v0.3.1
31922026-08-29T01:01:59.201Z Compiling thiserror-no-std v2.0.2
31932026-08-29T01:01:59.318Z Compiling typify-impl v0.6.2
31942026-08-29T01:01:59.352Z Compiling vsss-rs v3.3.4
31952026-08-29T01:01:59.370Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-08-29T01:01:59.463Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31972026-08-29T01:01:59.480Z Compiling smoltcp v0.11.0
31982026-08-29T01:01:59.612Z Compiling proc-macro-crate v3.4.0
31992026-08-29T01:01:59.883Z Compiling cobs v0.3.0
32002026-08-29T01:01:59.900Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-29T01:02:00.104Z Compiling illumos-nvpair-sys v0.2.0
32022026-08-29T01:02:00.104Z Compiling colored v3.1.1
32032026-08-29T01:02:00.166Z Compiling postcard v1.1.3
32042026-08-29T01:02:00.188Z Compiling num_enum_derive v0.7.6
32052026-08-29T01:02:00.270Z Compiling proc-macro-error v1.0.4
32062026-08-29T01:02:00.289Z Compiling rand v0.10.1
32072026-08-29T01:02:00.348Z Compiling proc-macro-crate v1.3.1
32082026-08-29T01:02:00.417Z Compiling foreign-types-macros v0.2.3
32092026-08-29T01:02:00.516Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32102026-08-29T01:02:00.533Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-29T01:02:00.551Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-29T01:02:00.609Z Compiling foreign-types-shared v0.3.1
32132026-08-29T01:02:00.641Z Compiling rayon-core v1.13.0
32142026-08-29T01:02:00.730Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-29T01:02:00.770Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-29T01:02:00.793Z Compiling num_enum_derive v0.5.11
32172026-08-29T01:02:00.965Z Compiling crossbeam-deque v0.8.6
32182026-08-29T01:02:01.016Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-29T01:02:01.032Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-29T01:02:01.087Z Compiling cstr-argument v0.1.2
32212026-08-29T01:02:01.103Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-29T01:02:01.118Z Compiling foreign-types v0.5.0
32232026-08-29T01:02:01.218Z Compiling illumos-nvpair v0.3.0
32242026-08-29T01:02:01.223Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-29T01:02:01.274Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-29T01:02:01.339Z Compiling num_enum v0.7.6
32272026-08-29T01:02:01.358Z Compiling zone_cfg_derive v0.3.1
32282026-08-29T01:02:01.476Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32292026-08-29T01:02:01.499Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-08-29T01:02:01.502Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32312026-08-29T01:02:01.531Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32322026-08-29T01:02:01.551Z Compiling itertools v0.12.1
32332026-08-29T01:02:01.551Z Compiling sigpipe v0.1.3
32342026-08-29T01:02:01.685Z Compiling rayon v1.11.0
32352026-08-29T01:02:01.705Z Compiling glob v0.3.3
32362026-08-29T01:02:01.709Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32372026-08-29T01:02:01.744Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-29T01:02:01.747Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-29T01:02:01.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32402026-08-29T01:02:01.915Z Compiling smf v0.2.3
32412026-08-29T01:02:01.935Z Compiling num_enum v0.5.11
32422026-08-29T01:02:01.982Z Compiling whoami v1.6.1
32432026-08-29T01:02:02.021Z Compiling cpubits v0.1.1
32442026-08-29T01:02:02.039Z Compiling ingot-types v0.2.0
32452026-08-29T01:02:02.058Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32462026-08-29T01:02:02.082Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32472026-08-29T01:02:02.101Z Compiling gethostname v0.5.0
32482026-08-29T01:02:02.126Z Compiling derive-where v1.6.0
32492026-08-29T01:02:02.142Z Compiling usdt-attr-macro v0.5.0
32502026-08-29T01:02:02.172Z Compiling usdt-macro v0.5.0
32512026-08-29T01:02:02.248Z Compiling num-rational v0.4.2
32522026-08-29T01:02:02.303Z Compiling num-complex v0.4.6
32532026-08-29T01:02:02.403Z Compiling memmap v0.7.0
32542026-08-29T01:02:02.474Z Compiling ingot v0.2.1
32552026-08-29T01:02:02.499Z Compiling toml v0.8.23
32562026-08-29T01:02:02.555Z Compiling pem-rfc7468 v1.0.0
32572026-08-29T01:02:02.627Z Compiling float-ord v0.3.2
32582026-08-29T01:02:02.754Z Compiling zone v0.3.1
32592026-08-29T01:02:02.780Z Compiling num v0.4.3
32602026-08-29T01:02:02.864Z Compiling cancel-safe-futures v0.1.5
32612026-08-29T01:02:02.882Z Compiling resolv-conf v0.7.6
32622026-08-29T01:02:02.882Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-29T01:02:02.919Z Compiling hmac v0.13.0
32642026-08-29T01:02:03.011Z Compiling universal-hash v0.6.1
32652026-08-29T01:02:03.037Z Compiling usdt v0.5.0
32662026-08-29T01:02:03.155Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-29T01:02:03.171Z Compiling sha1 v0.10.6
32682026-08-29T01:02:03.190Z Compiling libefi-sys v0.1.0
32692026-08-29T01:02:03.235Z Compiling prettyplease v0.2.37
32702026-08-29T01:02:03.273Z Compiling linear-map v1.2.0
32712026-08-29T01:02:03.342Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32722026-08-29T01:02:03.427Z Compiling polyval v0.7.1
32732026-08-29T01:02:03.443Z Compiling der v0.8.0
32742026-08-29T01:02:03.475Z Compiling hickory-proto v0.24.4
32752026-08-29T01:02:03.475Z Compiling newline-converter v0.3.0
32762026-08-29T01:02:03.510Z Compiling console v0.15.11
32772026-08-29T01:02:03.547Z Compiling oxide-update-engine-types v0.1.2
32782026-08-29T01:02:03.550Z Compiling bitfield-struct v0.6.2
32792026-08-29T01:02:03.580Z Compiling linked-hash-map v0.5.6
32802026-08-29T01:02:03.644Z Compiling ghash v0.6.0
32812026-08-29T01:02:03.799Z Compiling lru-cache v0.1.2
32822026-08-29T01:02:03.915Z Compiling expectorate v1.2.0
32832026-08-29T01:02:03.958Z Compiling pbkdf2 v0.13.0
32842026-08-29T01:02:03.986Z Compiling typify-macro v0.6.2
32852026-08-29T01:02:04.043Z Compiling crypto-bigint v0.7.5
32862026-08-29T01:02:04.066Z Compiling aes v0.9.1
32872026-08-29T01:02:04.115Z Compiling ctr v0.10.1
32882026-08-29T01:02:04.118Z Compiling aead v0.6.1
32892026-08-29T01:02:04.149Z Compiling sha2 v0.11.0
32902026-08-29T01:02:04.250Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-29T01:02:04.327Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-29T01:02:04.355Z Compiling nom v8.0.0
32932026-08-29T01:02:04.442Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-29T01:02:04.550Z Compiling semver v0.1.20
32952026-08-29T01:02:04.581Z Compiling oxide-update-engine v0.1.2
32962026-08-29T01:02:04.653Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32972026-08-29T01:02:04.721Z Compiling aes-gcm v0.11.0
32982026-08-29T01:02:04.803Z Compiling rustc_version v0.1.7
32992026-08-29T01:02:04.873Z Compiling spki v0.8.0
33002026-08-29T01:02:04.878Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-29T01:02:04.961Z Compiling tokio-dtrace v0.1.1
33022026-08-29T01:02:05.060Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-29T01:02:05.079Z Compiling salsa20 v0.11.0
33042026-08-29T01:02:05.127Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33052026-08-29T01:02:05.145Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33062026-08-29T01:02:05.190Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-08-29T01:02:05.209Z Compiling slog-dtrace v0.3.0
33082026-08-29T01:02:05.261Z Compiling minimal-lexical v0.2.1
33092026-08-29T01:02:05.280Z Compiling xshell-macros v0.2.7
33102026-08-29T01:02:05.400Z Compiling scrypt v0.12.0
33112026-08-29T01:02:05.430Z Compiling oxide-tokio-rt v0.1.4
33122026-08-29T01:02:05.511Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33132026-08-29T01:02:05.564Z Compiling nom v7.1.3
33142026-08-29T01:02:05.692Z Compiling hickory-resolver v0.24.4
33152026-08-29T01:02:05.731Z Compiling newtype_derive v0.1.6
33162026-08-29T01:02:05.748Z Compiling xshell v0.2.7
33172026-08-29T01:02:05.799Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-29T01:02:05.866Z Compiling typify v0.6.2
33192026-08-29T01:02:06.019Z Compiling progenitor-impl v0.14.0
33202026-08-29T01:02:06.032Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33212026-08-29T01:02:06.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33222026-08-29T01:02:06.114Z Compiling phf_shared v0.12.1
33232026-08-29T01:02:06.323Z Compiling rfc6979 v0.4.0
33242026-08-29T01:02:06.341Z Compiling cbc v0.2.1
33252026-08-29T01:02:06.361Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-29T01:02:06.500Z Compiling csv-core v0.1.13
33272026-08-29T01:02:06.551Z Compiling chrono-tz v0.10.4
33282026-08-29T01:02:06.567Z Compiling unicode-xid v0.2.6
33292026-08-29T01:02:06.624Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-29T01:02:06.676Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-29T01:02:06.732Z Compiling highway v1.3.0
33322026-08-29T01:02:06.758Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33332026-08-29T01:02:06.791Z Compiling const_format_proc_macros v0.2.34
33342026-08-29T01:02:06.794Z Compiling csv v1.4.0
33352026-08-29T01:02:06.829Z Compiling qorb v0.4.1
33362026-08-29T01:02:06.833Z Compiling proc-macro-error2 v2.0.1
33372026-08-29T01:02:06.833Z Compiling pkcs5 v0.8.1
33382026-08-29T01:02:06.967Z Compiling ecdsa v0.16.9
33392026-08-29T01:02:07.075Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33402026-08-29T01:02:07.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33412026-08-29T01:02:07.210Z Compiling phf v0.12.1
33422026-08-29T01:02:07.394Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-08-29T01:02:07.412Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-08-29T01:02:07.465Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33452026-08-29T01:02:07.490Z Compiling primeorder v0.13.6
33462026-08-29T01:02:07.693Z Compiling hashbrown v0.14.5
33472026-08-29T01:02:07.693Z Compiling salty v0.3.0
33482026-08-29T01:02:07.772Z Compiling p384 v0.13.1
33492026-08-29T01:02:07.798Z Compiling const_format v0.2.35
33502026-08-29T01:02:08.011Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33512026-08-29T01:02:08.084Z Compiling knus-derive v3.4.0
33522026-08-29T01:02:08.160Z Compiling pkcs8 v0.11.0
33532026-08-29T01:02:08.212Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33542026-08-29T01:02:08.331Z Compiling chumsky v0.9.3
33552026-08-29T01:02:08.395Z Compiling tabled_derive v0.7.0
33562026-08-29T01:02:08.614Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-29T01:02:08.763Z Compiling progenitor-macro v0.14.0
33582026-08-29T01:02:08.790Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-29T01:02:08.887Z Compiling bcs v0.1.6
33602026-08-29T01:02:08.953Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33612026-08-29T01:02:08.994Z Compiling ff v0.14.0
33622026-08-29T01:02:09.144Z Compiling termtree v0.5.1
33632026-08-29T01:02:09.231Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-29T01:02:09.328Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33652026-08-29T01:02:09.428Z Compiling tabled v0.15.0
33662026-08-29T01:02:09.484Z Compiling steno v0.4.1
33672026-08-29T01:02:09.507Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-29T01:02:09.606Z Compiling knus v3.4.0
33692026-08-29T01:02:09.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-08-29T01:02:09.641Z Compiling tagptr v0.2.0
33712026-08-29T01:02:09.684Z Compiling group v0.14.0
33722026-08-29T01:02:09.709Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33732026-08-29T01:02:09.824Z Compiling moka v0.12.13
33742026-08-29T01:02:09.896Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-29T01:02:09.924Z Compiling signature v3.0.0
33762026-08-29T01:02:10.080Z Compiling base16ct v1.0.0
33772026-08-29T01:02:10.161Z Compiling hkdf v0.13.0
33782026-08-29T01:02:10.202Z Compiling libscf-sys v1.2.0
33792026-08-29T01:02:10.287Z Compiling sec1 v0.8.1
33802026-08-29T01:02:10.375Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33812026-08-29T01:02:10.381Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33822026-08-29T01:02:10.382Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-29T01:02:10.534Z Compiling hickory-resolver v0.25.2
33842026-08-29T01:02:10.637Z Compiling elliptic-curve v0.14.1
33852026-08-29T01:02:10.656Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-29T01:02:10.673Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-29T01:02:10.974Z Compiling utf-8 v0.7.6
33882026-08-29T01:02:11.030Z Compiling corncobs v0.1.4
33892026-08-29T01:02:11.068Z Compiling parking_lot_core v0.8.6
33902026-08-29T01:02:11.161Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33912026-08-29T01:02:11.232Z Compiling tungstenite v0.21.0
33922026-08-29T01:02:11.360Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-29T01:02:11.401Z Compiling wnaf v0.14.0
33942026-08-29T01:02:11.556Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-29T01:02:11.606Z Compiling primefield v0.14.0
33962026-08-29T01:02:11.630Z Compiling rfc6979 v0.6.0
33972026-08-29T01:02:11.694Z Compiling papergrid v0.18.0
33982026-08-29T01:02:11.758Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-29T01:02:11.852Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-29T01:02:11.894Z Compiling git-stub v1.0.0
34012026-08-29T01:02:11.930Z Compiling secrecy v0.8.0
34022026-08-29T01:02:12.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-29T01:02:12.100Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-29T01:02:12.154Z Compiling git-stub-vcs v0.1.0
34052026-08-29T01:02:12.201Z Compiling primeorder v0.14.0
34062026-08-29T01:02:12.355Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-29T01:02:12.374Z Compiling ecdsa v0.17.0
34082026-08-29T01:02:12.542Z Compiling tokio-tungstenite v0.21.0
34092026-08-29T01:02:12.649Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-29T01:02:12.667Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-08-29T01:02:12.801Z Compiling tabled v0.21.0
34122026-08-29T01:02:12.821Z Compiling curve25519-dalek v5.0.0
34132026-08-29T01:02:12.836Z Compiling unicase v2.9.0
34142026-08-29T01:02:12.872Z Compiling parking_lot v0.11.2
34152026-08-29T01:02:12.886Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-29T01:02:12.904Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-29T01:02:12.924Z Compiling ssh-encoding v0.3.0
34182026-08-29T01:02:12.928Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-29T01:02:13.099Z Compiling mime_guess v2.0.5
34202026-08-29T01:02:13.299Z Compiling progenitor-impl v0.13.0
34212026-08-29T01:02:13.337Z Compiling prefix-trie v0.7.0
34222026-08-29T01:02:13.373Z Compiling fxhash v0.2.1
34232026-08-29T01:02:13.387Z Compiling keccak v0.2.0
34242026-08-29T01:02:13.406Z Compiling crc8 v0.1.1
34252026-08-29T01:02:13.540Z Compiling sled v0.34.7
34262026-08-29T01:02:13.558Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-29T01:02:13.602Z Compiling ed25519 v3.0.0
34282026-08-29T01:02:13.687Z Compiling crypto-primes v0.7.2
34292026-08-29T01:02:13.783Z Compiling hickory-server v0.25.2
34302026-08-29T01:02:14.001Z Compiling progenitor v0.14.0
34312026-08-29T01:02:14.056Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-29T01:02:14.165Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-08-29T01:02:14.199Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34342026-08-29T01:02:14.207Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-29T01:02:14.736Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-29T01:02:14.762Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-29T01:02:14.795Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-29T01:02:14.795Z Compiling pkcs1 v0.8.0-rc.4
34392026-08-29T01:02:15.224Z Compiling poly1305 v0.9.0
34402026-08-29T01:02:15.281Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34412026-08-29T01:02:15.316Z Compiling progenitor-client v0.13.0
34422026-08-29T01:02:15.364Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-08-29T01:02:15.486Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442026-08-29T01:02:15.640Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-29T01:02:15.665Z Compiling blowfish v0.10.0
34462026-08-29T01:02:15.703Z Compiling blake2 v0.11.0-rc.6
34472026-08-29T01:02:16.016Z Compiling http-range v0.1.5
34482026-08-29T01:02:16.024Z Compiling half v1.8.3
34492026-08-29T01:02:16.037Z Compiling progenitor-macro v0.13.0
34502026-08-29T01:02:16.051Z Compiling argon2 v0.6.0-rc.8
34512026-08-29T01:02:16.072Z Compiling bcrypt-pbkdf v0.11.0
34522026-08-29T01:02:16.229Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34532026-08-29T01:02:16.332Z Compiling serde_cbor v0.11.2
34542026-08-29T01:02:16.412Z Compiling ssh-cipher v0.3.0
34552026-08-29T01:02:17.012Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34562026-08-29T01:02:17.022Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34572026-08-29T01:02:17.083Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582026-08-29T01:02:17.328Z Compiling rsa v0.10.0-rc.18
34592026-08-29T01:02:17.388Z Compiling ed25519-dalek v3.0.0
34602026-08-29T01:02:17.677Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-29T01:02:17.884Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34622026-08-29T01:02:18.162Z Compiling sha3 v0.11.0
34632026-08-29T01:02:18.326Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34642026-08-29T01:02:18.412Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652026-08-29T01:02:18.482Z Compiling p256 v0.14.0
34662026-08-29T01:02:18.715Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34672026-08-29T01:02:18.749Z Compiling p521 v0.14.0
34682026-08-29T01:02:18.750Z Compiling p384 v0.14.0
34692026-08-29T01:02:18.774Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34702026-08-29T01:02:18.864Z Compiling scuffle v0.1.0
34712026-08-29T01:02:19.397Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-29T01:02:19.496Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-29T01:02:19.635Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-29T01:02:19.819Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-29T01:02:20.167Z Compiling yasna v0.5.2
34762026-08-29T01:02:20.207Z Compiling kstat-rs v0.2.5
34772026-08-29T01:02:20.543Z Compiling headers-core v0.3.0
34782026-08-29T01:02:20.560Z Compiling kem v0.3.0
34792026-08-29T01:02:20.580Z Compiling module-lattice v0.2.3
34802026-08-29T01:02:20.680Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34812026-08-29T01:02:20.700Z Compiling nanorand v0.7.0
34822026-08-29T01:02:20.724Z Compiling sponge-cursor v0.1.0
34832026-08-29T01:02:20.813Z Compiling headers v0.4.1
34842026-08-29T01:02:20.874Z Compiling ml-kem v0.3.2
34852026-08-29T01:02:20.894Z Compiling sha3 v0.12.0
34862026-08-29T01:02:20.940Z Compiling rcgen v0.12.1
34872026-08-29T01:02:21.056Z Compiling flume v0.11.1
34882026-08-29T01:02:21.077Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34892026-08-29T01:02:21.097Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-29T01:02:21.171Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34912026-08-29T01:02:21.193Z Compiling progenitor v0.13.0
34922026-08-29T01:02:21.382Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34932026-08-29T01:02:21.399Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34942026-08-29T01:02:21.446Z Compiling hyper-staticfile v0.10.1
34952026-08-29T01:02:21.488Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-29T01:02:21.623Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34972026-08-29T01:02:21.729Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-29T01:02:21.749Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34992026-08-29T01:02:21.853Z Compiling ssh-key v0.7.0-rc.11
35002026-08-29T01:02:21.875Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35012026-08-29T01:02:21.955Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35022026-08-29T01:02:21.969Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35032026-08-29T01:02:21.991Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35042026-08-29T01:02:22.068Z Compiling russh-cryptovec v0.62.0
35052026-08-29T01:02:22.188Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35062026-08-29T01:02:22.233Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35072026-08-29T01:02:22.233Z Compiling internal-russh-num-bigint v0.5.0
35082026-08-29T01:02:22.329Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35092026-08-29T01:02:22.357Z Compiling port-file v0.1.0
35102026-08-29T01:02:22.360Z Compiling num-bigint v0.4.6
35112026-08-29T01:02:22.393Z Compiling generic-array v1.4.3
35122026-08-29T01:02:22.397Z Compiling russh-util v0.52.0
35132026-08-29T01:02:22.588Z Compiling enum_dispatch v0.3.13
35142026-08-29T01:02:22.628Z Compiling delegate v0.13.5
35152026-08-29T01:02:22.722Z Compiling subprocess v0.2.15
35162026-08-29T01:02:22.748Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-29T01:02:22.907Z Compiling md5 v0.8.0
35182026-08-29T01:02:22.961Z Compiling display-error-chain v0.2.2
35192026-08-29T01:02:23.132Z Compiling hex-literal v1.1.0
35202026-08-29T01:02:23.200Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35212026-08-29T01:02:23.245Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35222026-08-29T01:02:23.278Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35232026-08-29T01:02:23.488Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35242026-08-29T01:02:23.506Z Compiling colored v2.2.0
35252026-08-29T01:02:23.613Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-29T01:02:23.632Z Compiling russh v0.62.4
35272026-08-29T01:02:23.825Z Compiling socket2 v0.5.10
35282026-08-29T01:02:23.884Z Compiling internet-checksum v0.2.1
35292026-08-29T01:02:24.437Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-29T01:02:24.509Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-29T01:02:27.265Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-29T01:02:27.990Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-29T01:02:28.505Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-29T01:02:29.278Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-29T01:02:29.844Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-29T01:02:39.287Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35372026-08-29T01:02:39.287Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-29T01:02:39.391Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35392026-08-29T01:02:39.392Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35402026-08-29T01:02:39.392Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35412026-08-29T01:02:40.255Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-29T01:02:40.390Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-29T01:02:46.081Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-29T01:03:26.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35452026-08-29T01:03:26.498Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-29T01:03:26.498Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-29T01:03:26.738Z
35482026-08-29T01:03:26.738Zreal 1:31.024042968
35492026-08-29T01:03:26.738Zuser 8:45.167703528
35502026-08-29T01:03:26.738Zsys 1:44.598258601
35512026-08-29T01:03:26.738Ztrap 0.244363895
35522026-08-29T01:03:26.738Ztflt 0.333179346
35532026-08-29T01:03:26.738Zdflt 1.867554592
35542026-08-29T01:03:26.741Zkflt 0.000229190
35552026-08-29T01:03:26.741Zlock 31:07.273540627
35562026-08-29T01:03:26.741Zslp 19:55.609398462
35572026-08-29T01:03:26.741Zlat 40.623431270
35582026-08-29T01:03:26.741Zstop 2:56.121984205
35592026-08-29T01:03:26.742Z+ mkdir tests
35602026-08-29T01:03:26.745Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-29T01:03:26.745Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-29T01:03:26.766Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-29T01:03:26.789Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-29T01:03:26.812Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-29T01:03:26.833Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-29T01:03:27.133Z+ 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)
35672026-08-29T01:03:27.136Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35682026-08-29T01:04:57.185ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-29T01:04:57.186Za .github/buildomat/ci-env.sh 1K
35702026-08-29T01:04:57.186Za out/target/test 1K
35712026-08-29T01:04:57.186Za out/npuzone/npuzone 27402K
35722026-08-29T01:04:57.186Za package-manifest.toml 35K
35732026-08-29T01:04:57.186Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-29T01:04:57.186Za target/release/omicron-package 49477K
35752026-08-29T01:04:57.186Za target/release/xtask 11727K
35762026-08-29T01:04:57.186Za target/debug/bootstrap 440732K
35772026-08-29T01:04:57.186Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-29T01:04:57.186Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-29T01:04:57.186Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-29T01:04:57.186Za tests/end_to_end_tests-b5ca3a6470910f92 504310K
35812026-08-29T01:04:57.187Za tools/opte_version 1K
35822026-08-29T01:04:57.187Za tools/opte_version_override 2K
35832026-08-29T01:04:57.187Za out/clickhouse.tar.gz 331010K
35842026-08-29T01:04:57.187Za out/clickhouse_keeper.tar.gz 315015K
35852026-08-29T01:04:57.187Za out/clickhouse_server.tar.gz 331007K
35862026-08-29T01:04:57.187Za out/cockroachdb.tar.gz 170238K
35872026-08-29T01:04:57.187Za out/crucible-pantry-zone.tar.gz 41910K
35882026-08-29T01:04:57.187Za out/crucible-utils.tar 18900K
35892026-08-29T01:04:57.187Za out/crucible-zone.tar.gz 56722K
35902026-08-29T01:04:57.188Za out/external-dns.tar.gz 46763K
35912026-08-29T01:04:57.188Za out/internal-dns.tar.gz 46762K
35922026-08-29T01:04:57.188Za out/mg-ddm-gz.tar 100917K
35932026-08-29T01:04:57.189Za out/nexus.tar.gz 363382K
35942026-08-29T01:04:57.189Za out/ntp.tar.gz 35249K
35952026-08-29T01:04:57.189Za out/omicron-gateway-softnpu.tar.gz 29012K
35962026-08-29T01:04:57.189Za out/omicron-sled-agent.tar 243167K
35972026-08-29T01:04:57.189Za out/overlay.tar.gz 4K
35982026-08-29T01:04:57.189Za out/oximeter.tar.gz 72066K
35992026-08-29T01:04:57.189Za out/oxlog.tar 4138K
36002026-08-29T01:04:57.189Za out/probe.tar.gz 3037K
36012026-08-29T01:04:57.189Za out/propolis-server.tar.gz 34642K
36022026-08-29T01:04:57.189Za out/pumpkind-gz.tar 26647K
36032026-08-29T01:04:57.189Za out/switch-softnpu.tar.gz 504411K
36042026-08-29T01:04:57.193Z
36052026-08-29T01:04:57.193Zreal 1:30.049490836
36062026-08-29T01:04:57.193Zuser 1:27.004988579
36072026-08-29T01:04:57.193Zsys 5.054269958
36082026-08-29T01:04:57.193Ztrap 0.007036477
36092026-08-29T01:04:57.193Ztflt 0.000000000
36102026-08-29T01:04:57.193Zdflt 0.000000000
36112026-08-29T01:04:57.193Zkflt 0.000000000
36122026-08-29T01:04:57.193Zlock 0.000000000
36132026-08-29T01:04:57.193Zslp 1:26.872029647
36142026-08-29T01:04:57.193Zlat 1.155860388
36152026-08-29T01:04:57.193Zstop 0.000225170
36162026-08-29T01:04:57.193Zprocess exited: duration 1077691 ms, exit code 0
 
36172026-08-29T01:04:57.208Zfound 1 output files
36182026-08-29T01:04:57.208Zuploading: /work/package.tar.gz (2776229702 bytes)
36192026-08-29T01:05:32.916Zuploaded: /work/package.tar.gz