01KY9DFPXRN0B543SJ9T4PZF4X: 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: 01KY9DG8B2G6J4R7JPHTD5E02X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T06:39:04.763Zjob assigned to worker 01KY9DFSK936AB0J3W1H0VJF4M [factory aws, i-030e503c6a718e52d] (queued for 1 m 19 s)
 
22026-07-24T06:39:12.278Zstarting task 0: "setup"
32026-07-24T06:39:12.286Z++ uname -s
42026-07-24T06:39:12.289Z+ kern=SunOS
52026-07-24T06:39:12.289Z+ build_user=build
62026-07-24T06:39:12.289Z+ build_uid=12345
72026-07-24T06:39:12.289Z+ work_dir=/work
82026-07-24T06:39:12.289Z+ input_dir=/input
92026-07-24T06:39:12.289Z+ [[ 0 == 12345 ]]
102026-07-24T06:39:12.289Z+ case "$kern" in
112026-07-24T06:39:12.289Z+ groupadd -g 12345 build
122026-07-24T06:39:12.292Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T06:39:14.297Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T06:39:14.404Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T06:39:14.408Z+ home_fs=zfs
162026-07-24T06:39:14.408Z+ [[ zfs == autofs ]]
172026-07-24T06:39:14.408Z+ mkdir -p /home/build
182026-07-24T06:39:14.408Z+ chown build:build /home/build /work
192026-07-24T06:39:16.409Z+ chmod 0700 /home/build /work
202026-07-24T06:39:16.413Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-24T06:39:16.420Zstarting task 1: "rust-toolchain"
222026-07-24T06:39:16.425Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-24T06:39:16.425Z * rust toolchain channel = "1.96.1"
242026-07-24T06:39:16.425Z * rust toolchain profile = "default"
252026-07-24T06:39:16.425Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T06:39:16.426Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T06:39:16.426Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T06:39:16.429Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T06:39:16.429Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-24T06:39:16.556Zinfo: downloading installer
312026-07-24T06:39:17.992Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T06:39:17.992Zwarn: /home/build/.rustup/settings.toml
332026-07-24T06:39:17.992Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T06:39:17.992Zwarn: instead of the one inferred from the default host triple.
352026-07-24T06:39:18.004Zinfo: profile set to default
362026-07-24T06:39:18.004Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T06:39:18.007Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-24T06:39:18.155Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-24T06:39:18.158Zinfo: downloading 6 components
402026-07-24T06:39:33.498Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-24T06:39:33.498Z
422026-07-24T06:39:33.526Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-24T06:39:33.526Z
442026-07-24T06:39:33.526Z
452026-07-24T06:39:33.526ZRust is installed now. Great!
462026-07-24T06:39:33.526Z
472026-07-24T06:39:33.529ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T06:39:33.529Zenvironment variable. This has not been done automatically.
492026-07-24T06:39:33.529Z
502026-07-24T06:39:33.529ZTo configure your current shell, you need to source
512026-07-24T06:39:33.529Zthe corresponding env file under $HOME/.cargo.
522026-07-24T06:39:33.529Z
532026-07-24T06:39:33.529ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T06:39:33.529Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T06:39:33.529Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T06:39:33.529Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T06:39:33.529Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T06:39:33.529Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T06:39:33.529Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T06:39:33.529Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T06:39:33.529Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T06:39:33.618Z+ rustup --version
632026-07-24T06:39:33.624Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T06:39:33.624Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T06:39:33.646Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-24T06:39:33.649Z+ cargo --version
672026-07-24T06:39:33.660Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-24T06:39:33.664Z+ rustc --version
692026-07-24T06:39:33.680Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-24T06:39:33.684Zprocess exited: duration 17263 ms, exit code 0
 
712026-07-24T06:39:33.690Zstarting task 2: "authentication"
722026-07-24T06:39:33.708Zprocess exited: duration 17 ms, exit code 0
 
732026-07-24T06:39:33.715Zstarting task 3: "clone repository"
742026-07-24T06:39:33.720Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-24T06:39:33.723Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-24T06:39:33.758ZCloning into '/work/oxidecomputer/omicron'...
772026-07-24T06:39:42.923Z+ cd /work/oxidecomputer/omicron
782026-07-24T06:39:42.923Z+ git fetch origin 962c5fde3d920de460b2f643d25bcc55c53de433
792026-07-24T06:39:43.185ZFrom https://github.com/oxidecomputer/omicron
802026-07-24T06:39:43.185Z * branch 962c5fde3d920de460b2f643d25bcc55c53de433 -> FETCH_HEAD
812026-07-24T06:39:43.198Z+ [[ -n sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
822026-07-24T06:39:43.201Z++ git branch --show-current
832026-07-24T06:39:43.204Z+ current=main
842026-07-24T06:39:43.204Z+ [[ main != sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document ]]
852026-07-24T06:39:43.204Z+ git branch -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document 962c5fde3d920de460b2f643d25bcc55c53de433
862026-07-24T06:39:43.208Z+ git checkout -f sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document
872026-07-24T06:39:43.455ZSwitched to branch 'sunshowers/spr/draft-11n-wicketd-add-the-commission-api-client-and-openapi-document'
882026-07-24T06:39:43.458Z+ git reset --hard 962c5fde3d920de460b2f643d25bcc55c53de433
892026-07-24T06:39:43.703ZHEAD is now at 962c5fde3 accidentally dropped a line
902026-07-24T06:39:43.707Zprocess exited: duration 9989 ms, exit code 0
 
912026-07-24T06:39:43.713Zstarting task 4: "build"
922026-07-24T06:39:43.719Z+ source .github/buildomat/ci-env.sh
932026-07-24T06:39:43.719Z++ export CARGO_TERM_COLOR=always
942026-07-24T06:39:43.719Z++ CARGO_TERM_COLOR=always
952026-07-24T06:39:43.722Z+++ uname -s
962026-07-24T06:39:43.722Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-24T06:39:43.722Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-24T06:39:43.722Z+ cargo --version
992026-07-24T06:39:43.733Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-24T06:39:43.740Z+ rustc --version
1012026-07-24T06:39:43.755Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-24T06:39:43.758Z+ WORK=/work
1032026-07-24T06:39:43.758Z+ pfexec mkdir -p /work
1042026-07-24T06:39:43.761Z+ pfexec chown build /work
1052026-07-24T06:39:43.764Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-24T06:39:45.597Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-24T06:39:45.826Z Startup: Caching catalogs ... Done
1082026-07-24T06:39:46.965ZPlanning: Solver setup ... Done (1.062s)
1092026-07-24T06:39:47.007ZPlanning: Running solver ... Done (0.043s)
1102026-07-24T06:39:47.035ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-24T06:39:47.050ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-24T06:39:47.068ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-24T06:39:47.081ZPlanning: Package planning ... Done (0.014s)
1142026-07-24T06:39:47.084ZPlanning: Merging actions ... Done (0.002s)
1152026-07-24T06:39:47.296ZPlanning: Checking for conflicting actions ... Done (0.212s)
1162026-07-24T06:39:47.299ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-24T06:39:48.094ZPlanning: Evaluating mediators ... Done (0.798s)
1182026-07-24T06:39:48.097ZPlanning: Planning completed in 2.24 seconds
1192026-07-24T06:39:48.104Z Packages to install: 2
1202026-07-24T06:39:48.105Z Estimated space available: 156.05 GB
1212026-07-24T06:39:48.105ZEstimated space to be consumed: 53.64 MB
1222026-07-24T06:39:48.105Z Create boot environment: No
1232026-07-24T06:39:48.105ZCreate backup boot environment: No
1242026-07-24T06:39:48.107Z Rebuild boot archive: No
1252026-07-24T06:39:48.108Z
1262026-07-24T06:39:48.108ZChanged packages:
1272026-07-24T06:39:48.108Zhelios
1282026-07-24T06:39:48.108Z developer/build-essential
1292026-07-24T06:39:48.108Z None -> 11-3.0
1302026-07-24T06:39:48.108Z library/libxmlsec1
1312026-07-24T06:39:48.108Z None -> 1.2.35-3.0
1322026-07-24T06:39:48.130Z
1332026-07-24T06:39:48.130ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-24T06:39:48.200ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-07-24T06:39:48.279Z Actions: 1/268 actions (Installing new actions)
1362026-07-24T06:39:48.342Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-24T06:39:48.345ZFinalize: Updating package state database ... Done (0.024s)
1382026-07-24T06:39:48.345ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-24T06:39:48.397ZFinalize: Updating image state ... Done (0.055s)
1402026-07-24T06:39:50.994ZFinalize: Creating fast lookup database ... Done (2.557s)
1412026-07-24T06:39:51.113ZFinalize: Reading search index ... Done (0.012s)
1422026-07-24T06:39:51.246ZFinalize: Updating search index ... Done (0.000s)
1432026-07-24T06:39:51.358ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-24T06:39:51.543ZPlanning: Evaluating mediator changes ... Done
1452026-07-24T06:39:51.674ZPlanning: Checking for conflicting actions ... Done
1462026-07-24T06:39:51.787ZPlanning: Consolidating action changes ... Done
1472026-07-24T06:39:51.936ZPlanning: Evaluating mediators ... Done
1482026-07-24T06:39:51.936ZPlanning: Planning completed in 0.26 seconds
1492026-07-24T06:39:51.936Z Mediators to change: 2
1502026-07-24T06:39:51.937Z Create boot environment: No
1512026-07-24T06:39:51.937ZCreate backup boot environment: No
1522026-07-24T06:39:52.061ZFinalize: Updating package state database ... Done
1532026-07-24T06:39:52.061ZFinalize: Updating package cache ... Done
1542026-07-24T06:39:52.061ZFinalize: Updating image state ... Done
1552026-07-24T06:39:53.840ZFinalize: Creating fast lookup database ... Done
1562026-07-24T06:39:53.907ZFinalize: Reading search index ... Done
1572026-07-24T06:39:53.912ZFinalize: Updating search index ... Done
1582026-07-24T06:39:54.010ZFinalize: Updating package cache ... Done
1592026-07-24T06:39:54.311ZPlanning: Evaluating mediator changes ... Done
1602026-07-24T06:39:54.398ZPlanning: Checking for conflicting actions ... Done
1612026-07-24T06:39:54.401ZPlanning: Consolidating action changes ... Done
1622026-07-24T06:39:54.553ZPlanning: Evaluating mediators ... Done
1632026-07-24T06:39:54.557ZPlanning: Planning completed in 0.26 seconds
1642026-07-24T06:39:54.586Z Mediators to change: 1
1652026-07-24T06:39:54.587Z Create boot environment: No
1662026-07-24T06:39:54.587ZCreate backup boot environment: No
1672026-07-24T06:39:54.623ZFinalize: Updating package state database ... Done
1682026-07-24T06:39:54.623ZFinalize: Updating package cache ... Done
1692026-07-24T06:39:54.658ZFinalize: Updating image state ... Done
1702026-07-24T06:39:56.597ZFinalize: Creating fast lookup database ... Done
1712026-07-24T06:39:56.655ZFinalize: Reading search index ... Done
1722026-07-24T06:39:56.658ZFinalize: Updating search index ... Done
1732026-07-24T06:39:56.717ZFinalize: Updating package cache ... Done
1742026-07-24T06:39:57.024ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-24T06:39:57.024Zapache system 2.4 system
1762026-07-24T06:39:57.024Zclang system 15 system
1772026-07-24T06:39:57.024Zcsh system system illumos
1782026-07-24T06:39:57.024Zctags system system illumos
1792026-07-24T06:39:57.024Zfile vendor vendor darwinsys
1802026-07-24T06:39:57.024Zfile system system illumos
1812026-07-24T06:39:57.024Zgcc vendor 14 vendor
1822026-07-24T06:39:57.024Zgcc system 13 system
1832026-07-24T06:39:57.024Zgcc system 10 system
1842026-07-24T06:39:57.024Zgo system 1.25 system
1852026-07-24T06:39:57.024Zllvm system 15 system
1862026-07-24T06:39:57.024Zmariadb system 11.4 system
1872026-07-24T06:39:57.024Zmta vendor vendor dma
1882026-07-24T06:39:57.024Zopenjdk system 17 system
1892026-07-24T06:39:57.024Zopenjdk system 11 system
1902026-07-24T06:39:57.024Zopenssl vendor 3 vendor
1912026-07-24T06:39:57.024Zperl system 5.40 system
1922026-07-24T06:39:57.024Zpostgresql system 18 system
1932026-07-24T06:39:57.025Zpostgresql system 17 system
1942026-07-24T06:39:57.025Zpython vendor 3 vendor
1952026-07-24T06:39:57.025Zpython system 2 system
1962026-07-24T06:39:57.025Zpython3 vendor 3.13 vendor
1972026-07-24T06:39:57.025Zruby system 3.4 system
1982026-07-24T06:39:57.025Zruby system 3.0 system
1992026-07-24T06:39:57.025Zwords vendor vendor american-english
2002026-07-24T06:39:57.025Zwords system system australian-english
2012026-07-24T06:39:57.025Zwords system system british-english
2022026-07-24T06:39:57.025Zwords system system canadian-english
2032026-07-24T06:39:57.025Zwords system system french
2042026-07-24T06:39:57.025Zwords system system italian
2052026-07-24T06:39:57.025Zwords system system ngerman
2062026-07-24T06:39:57.025Zwords system system ogerman
2072026-07-24T06:39:57.025Zwords system system spanish
2082026-07-24T06:39:57.282ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-24T06:39:57.283Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-24T06:39:57.664ZFMRI IFO
2112026-07-24T06:39:57.664Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-24T06:39:57.664Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-24T06:39:57.664Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-24T06:39:57.664Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-24T06:39:57.664Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-24T06:39:57.664Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-24T06:39:57.664Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-24T06:39:57.664Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-24T06:39:57.664Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-24T06:39:57.958Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-24T06:39:58.246Z Updating crates.io index
2222026-07-24T06:39:58.249Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-24T06:39:58.467Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-24T06:39:58.723Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-24T06:39:59.592Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-24T06:40:00.144Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-24T06:40:02.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-24T06:40:02.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-24T06:40:03.103Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-24T06:40:03.402Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-24T06:40:04.967Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-24T06:40:05.203Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-24T06:40:05.519Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-24T06:40:05.750Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-24T06:40:06.193Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-24T06:40:06.676Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-24T06:40:06.921Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-24T06:40:07.145Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-24T06:40:07.419Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-24T06:40:07.673Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-24T06:40:08.090Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-24T06:40:08.301Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-24T06:40:08.535Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-24T06:40:08.879Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-24T06:40:09.162Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-24T06:40:09.373Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-24T06:40:09.776Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-24T06:40:09.996Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-24T06:40:10.357Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-24T06:40:10.620Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-24T06:40:10.847Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-24T06:40:11.076Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-24T06:40:11.380Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-24T06:40:11.733Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-24T06:40:11.952Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-24T06:40:12.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-24T06:40:12.454Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-24T06:40:12.711Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-24T06:40:13.184Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-24T06:40:13.407Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-24T06:40:13.637Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-24T06:40:13.903Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-24T06:40:16.544Z Downloading crates ...
2642026-07-24T06:40:16.603Z Downloaded clap_lex v1.0.0
2652026-07-24T06:40:16.612Z Downloaded anstream v1.0.0
2662026-07-24T06:40:16.617Z Downloaded block-buffer v0.10.4
2672026-07-24T06:40:16.617Z Downloaded serde_spanned v0.6.9
2682026-07-24T06:40:16.617Z Downloaded is_terminal_polyfill v1.70.2
2692026-07-24T06:40:16.617Z Downloaded memmap v0.7.0
2702026-07-24T06:40:16.629Z Downloaded fastrand v2.3.0
2712026-07-24T06:40:16.629Z Downloaded cpufeatures v0.2.17
2722026-07-24T06:40:16.637Z Downloaded zerocopy v0.7.35
2732026-07-24T06:40:16.637Z Downloaded heck v0.5.0
2742026-07-24T06:40:16.637Z Downloaded zmij v1.0.21
2752026-07-24T06:40:16.651Z Downloaded zerocopy-derive v0.7.35
2762026-07-24T06:40:16.651Z Downloaded errno v0.3.14
2772026-07-24T06:40:16.651Z Downloaded itoa v1.0.17
2782026-07-24T06:40:16.651Z Downloaded equivalent v1.0.2
2792026-07-24T06:40:16.652Z Downloaded cfg-if v1.0.4
2802026-07-24T06:40:16.652Z Downloaded colorchoice v1.0.4
2812026-07-24T06:40:16.652Z Downloaded generic-array v0.14.7
2822026-07-24T06:40:16.652Z Downloaded crypto-common v0.1.7
2832026-07-24T06:40:16.652Z Downloaded macaddr v1.0.1
2842026-07-24T06:40:16.652Z Downloaded usdt-impl v0.5.0
2852026-07-24T06:40:16.658Z Downloaded fnv v1.0.7
2862026-07-24T06:40:16.658Z Downloaded dtrace-parser v0.2.0
2872026-07-24T06:40:16.663Z Downloaded cargo-platform v0.3.2
2882026-07-24T06:40:16.663Z Downloaded proc-macro-error-attr v1.0.4
2892026-07-24T06:40:16.693Z Downloaded heck v0.4.1
2902026-07-24T06:40:16.693Z Downloaded dof v0.3.0
2912026-07-24T06:40:16.699Z Downloaded autocfg v1.5.0
2922026-07-24T06:40:16.699Z Downloaded cargo_metadata v0.23.1
2932026-07-24T06:40:16.699Z Downloaded camino-tempfile v1.4.1
2942026-07-24T06:40:16.700Z Downloaded fs-err v3.3.0
2952026-07-24T06:40:16.700Z Downloaded anstyle v1.0.14
2962026-07-24T06:40:16.700Z Downloaded strsim v0.11.1
2972026-07-24T06:40:16.700Z Downloaded anstyle-query v1.1.5
2982026-07-24T06:40:16.700Z Downloaded unicode-linebreak v0.1.5
2992026-07-24T06:40:16.700Z Downloaded pretty-hex v0.4.1
3002026-07-24T06:40:16.700Z Downloaded tabled_derive v0.7.0
3012026-07-24T06:40:16.700Z Downloaded clap_derive v4.6.1
3022026-07-24T06:40:16.700Z Downloaded plain v0.2.3
3032026-07-24T06:40:16.717Z Downloaded usdt-attr-macro v0.5.0
3042026-07-24T06:40:16.726Z Downloaded toml_write v0.1.2
3052026-07-24T06:40:16.726Z Downloaded swrite v0.1.0
3062026-07-24T06:40:16.726Z Downloaded scroll_derive v0.12.1
3072026-07-24T06:40:16.726Z Downloaded version_check v0.9.5
3082026-07-24T06:40:16.726Z Downloaded thread-id v4.2.2
3092026-07-24T06:40:16.726Z Downloaded cargo_toml v0.21.0
3102026-07-24T06:40:16.738Z Downloaded usdt v0.5.0
3112026-07-24T06:40:16.738Z Downloaded smawk v0.3.2
3122026-07-24T06:40:16.738Z Downloaded thiserror-impl v2.0.18
3132026-07-24T06:40:16.738Z Downloaded bytecount v0.6.9
3142026-07-24T06:40:16.738Z Downloaded byteorder v1.5.0
3152026-07-24T06:40:16.738Z Downloaded terminal_size v0.4.3
3162026-07-24T06:40:16.746Z Downloaded utf8parse v0.2.2
3172026-07-24T06:40:16.746Z Downloaded pest_derive v2.8.6
3182026-07-24T06:40:16.746Z Downloaded pest_generator v2.8.6
3192026-07-24T06:40:16.746Z Downloaded proc-macro-error v1.0.4
3202026-07-24T06:40:16.746Z Downloaded anstyle-parse v1.0.0
3212026-07-24T06:40:16.746Z Downloaded digest v0.10.7
3222026-07-24T06:40:16.746Z Downloaded toml_datetime v0.6.11
3232026-07-24T06:40:16.746Z Downloaded unicode-ident v1.0.24
3242026-07-24T06:40:16.753Z Downloaded sha2 v0.10.9
3252026-07-24T06:40:16.753Z Downloaded thiserror-impl v1.0.69
3262026-07-24T06:40:16.754Z Downloaded camino v1.2.2
3272026-07-24T06:40:16.754Z Downloaded once_cell v1.21.3
3282026-07-24T06:40:16.754Z Downloaded thiserror v2.0.18
3292026-07-24T06:40:16.760Z Downloaded quote v1.0.45
3302026-07-24T06:40:16.760Z Downloaded usdt-macro v0.5.0
3312026-07-24T06:40:16.766Z Downloaded serde_tokenstream v0.2.3
3322026-07-24T06:40:16.766Z Downloaded thiserror v1.0.69
3332026-07-24T06:40:16.766Z Downloaded bitflags v2.11.0
3342026-07-24T06:40:16.776Z Downloaded scroll v0.12.0
3352026-07-24T06:40:16.776Z Downloaded getrandom v0.4.1
3362026-07-24T06:40:16.783Z Downloaded log v0.4.29
3372026-07-24T06:40:16.795Z Downloaded semver v1.0.28
3382026-07-24T06:40:16.801Z Downloaded toml v0.8.23
3392026-07-24T06:40:16.801Z Downloaded clap v4.6.1
3402026-07-24T06:40:16.810Z Downloaded ucd-trie v0.1.7
3412026-07-24T06:40:16.810Z Downloaded tempfile v3.25.0
3422026-07-24T06:40:16.810Z Downloaded serde_derive v1.0.228
3432026-07-24T06:40:16.817Z Downloaded serde_core v1.0.228
3442026-07-24T06:40:16.817Z Downloaded proc-macro2 v1.0.106
3452026-07-24T06:40:16.817Z Downloaded papergrid v0.11.0
3462026-07-24T06:40:16.822Z Downloaded textwrap v0.16.2
3472026-07-24T06:40:16.826Z Downloaded pest_meta v2.8.6
3482026-07-24T06:40:16.833Z Downloaded goblin v0.8.2
3492026-07-24T06:40:16.838Z Downloaded anyhow v1.0.102
3502026-07-24T06:40:16.841Z Downloaded toml_edit v0.22.27
3512026-07-24T06:40:16.845Z Downloaded serde v1.0.228
3522026-07-24T06:40:16.853Z Downloaded memchr v2.8.0
3532026-07-24T06:40:16.857Z Downloaded indexmap v2.14.0
3542026-07-24T06:40:16.862Z Downloaded typenum v1.20.1
3552026-07-24T06:40:16.877Z Downloaded pest v2.8.6
3562026-07-24T06:40:16.888Z Downloaded hashbrown v0.17.0
3572026-07-24T06:40:16.904Z Downloaded serde_json v1.0.150
3582026-07-24T06:40:16.910Z Downloaded clap_builder v4.6.0
3592026-07-24T06:40:16.931Z Downloaded winnow v0.7.14
3602026-07-24T06:40:16.939Z Downloaded tabled v0.15.0
3612026-07-24T06:40:16.946Z Downloaded syn v1.0.109
3622026-07-24T06:40:16.956Z Downloaded unicode-width v0.1.14
3632026-07-24T06:40:16.960Z Downloaded unicode-width v0.2.0
3642026-07-24T06:40:16.963Z Downloaded syn v2.0.117
3652026-07-24T06:40:16.983Z Downloaded rustix v1.1.3
3662026-07-24T06:40:17.004Z Downloaded libc v0.2.185
3672026-07-24T06:40:17.069Z Compiling proc-macro2 v1.0.106
3682026-07-24T06:40:17.069Z Compiling unicode-ident v1.0.24
3692026-07-24T06:40:17.069Z Compiling quote v1.0.45
3702026-07-24T06:40:17.074Z Compiling serde_core v1.0.228
3712026-07-24T06:40:17.074Z Compiling libc v0.2.185
3722026-07-24T06:40:17.074Z Compiling version_check v0.9.5
3732026-07-24T06:40:17.074Z Compiling memchr v2.8.0
3742026-07-24T06:40:17.075Z Compiling serde v1.0.228
3752026-07-24T06:40:17.075Z Compiling zmij v1.0.21
3762026-07-24T06:40:17.255Z Compiling itoa v1.0.17
3772026-07-24T06:40:17.262Z Compiling ucd-trie v0.1.7
3782026-07-24T06:40:17.265Z Compiling thiserror v1.0.69
3792026-07-24T06:40:17.265Z Compiling rustix v1.1.3
3802026-07-24T06:40:17.265Z Compiling byteorder v1.5.0
3812026-07-24T06:40:17.484Z Compiling bitflags v2.11.0
3822026-07-24T06:40:17.627Z Compiling serde_json v1.0.150
3832026-07-24T06:40:17.687Z Compiling usdt-impl v0.5.0
3842026-07-24T06:40:17.694Z Compiling proc-macro-error-attr v1.0.4
3852026-07-24T06:40:17.765Z Compiling pest v2.8.6
3862026-07-24T06:40:18.016Z Compiling camino v1.2.2
3872026-07-24T06:40:18.019Z Compiling syn v1.0.109
3882026-07-24T06:40:18.073Z Compiling proc-macro-error v1.0.4
3892026-07-24T06:40:18.107Z Compiling equivalent v1.0.2
3902026-07-24T06:40:18.173Z Compiling log v0.4.29
3912026-07-24T06:40:18.250Z Compiling hashbrown v0.17.0
3922026-07-24T06:40:18.265Z Compiling plain v0.2.3
3932026-07-24T06:40:18.268Z Compiling getrandom v0.4.1
3942026-07-24T06:40:18.346Z Compiling utf8parse v0.2.2
3952026-07-24T06:40:18.433Z Compiling anstyle-parse v1.0.0
3962026-07-24T06:40:18.513Z Compiling colorchoice v1.0.4
3972026-07-24T06:40:18.517Z Compiling anstyle-query v1.1.5
3982026-07-24T06:40:18.517Z Compiling toml_write v0.1.2
3992026-07-24T06:40:18.567Z Compiling errno v0.3.14
4002026-07-24T06:40:18.572Z Compiling thread-id v4.2.2
4012026-07-24T06:40:18.603Z Compiling winnow v0.7.14
4022026-07-24T06:40:18.636Z Compiling autocfg v1.5.0
4032026-07-24T06:40:18.674Z Compiling cfg-if v1.0.4
4042026-07-24T06:40:18.674Z Compiling anstyle v1.0.14
4052026-07-24T06:40:18.712Z Compiling is_terminal_polyfill v1.70.2
4062026-07-24T06:40:18.712Z Compiling pretty-hex v0.4.1
4072026-07-24T06:40:18.767Z Compiling thiserror v2.0.18
4082026-07-24T06:40:18.805Z Compiling bytecount v0.6.9
4092026-07-24T06:40:18.846Z Compiling heck v0.4.1
4102026-07-24T06:40:18.858Z Compiling unicode-width v0.1.14
4112026-07-24T06:40:18.922Z Compiling pest_meta v2.8.6
4122026-07-24T06:40:18.925Z Compiling anstream v1.0.0
4132026-07-24T06:40:18.963Z Compiling indexmap v2.14.0
4142026-07-24T06:40:18.982Z Compiling fnv v1.0.7
4152026-07-24T06:40:19.021Z Compiling heck v0.5.0
4162026-07-24T06:40:19.113Z Compiling fastrand v2.3.0
4172026-07-24T06:40:19.162Z Compiling clap_lex v1.0.0
4182026-07-24T06:40:19.166Z Compiling fs-err v3.3.0
4192026-07-24T06:40:19.216Z Compiling once_cell v1.21.3
4202026-07-24T06:40:19.284Z Compiling syn v2.0.117
4212026-07-24T06:40:19.323Z Compiling strsim v0.11.1
4222026-07-24T06:40:19.342Z Compiling anyhow v1.0.102
4232026-07-24T06:40:19.405Z Compiling papergrid v0.11.0
4242026-07-24T06:40:19.422Z Compiling memmap v0.7.0
4252026-07-24T06:40:19.422Z Compiling unicode-width v0.2.0
4262026-07-24T06:40:19.458Z Compiling unicode-linebreak v0.1.5
4272026-07-24T06:40:19.574Z Compiling terminal_size v0.4.3
4282026-07-24T06:40:19.624Z Compiling tempfile v3.25.0
4292026-07-24T06:40:19.642Z Compiling smawk v0.3.2
4302026-07-24T06:40:19.695Z Compiling clap_builder v4.6.0
4312026-07-24T06:40:19.735Z Compiling swrite v0.1.0
4322026-07-24T06:40:19.802Z Compiling textwrap v0.16.2
4332026-07-24T06:40:20.211Z Compiling semver v1.0.28
4342026-07-24T06:40:20.212Z Compiling cargo-platform v0.3.2
4352026-07-24T06:40:20.443Z Compiling camino-tempfile v1.4.1
4362026-07-24T06:40:20.682Z Compiling tabled_derive v0.7.0
4372026-07-24T06:40:21.309Z Compiling tabled v0.15.0
4382026-07-24T06:40:21.385Z Compiling pest_generator v2.8.6
4392026-07-24T06:40:21.894Z Compiling serde_derive v1.0.228
4402026-07-24T06:40:21.897Z Compiling thiserror-impl v1.0.69
4412026-07-24T06:40:21.897Z Compiling zerocopy-derive v0.7.35
4422026-07-24T06:40:21.897Z Compiling scroll_derive v0.12.1
4432026-07-24T06:40:21.897Z Compiling thiserror-impl v2.0.18
4442026-07-24T06:40:21.897Z Compiling clap_derive v4.6.1
4452026-07-24T06:40:21.991Z Compiling pest_derive v2.8.6
4462026-07-24T06:40:22.545Z Compiling scroll v0.12.0
4472026-07-24T06:40:22.609Z Compiling zerocopy v0.7.35
4482026-07-24T06:40:22.776Z Compiling goblin v0.8.2
4492026-07-24T06:40:22.924Z Compiling dtrace-parser v0.2.0
4502026-07-24T06:40:23.322Z Compiling clap v4.6.1
4512026-07-24T06:40:24.394Z Compiling dof v0.3.0
4522026-07-24T06:40:24.394Z Compiling serde_tokenstream v0.2.3
4532026-07-24T06:40:24.414Z Compiling toml_datetime v0.6.11
4542026-07-24T06:40:24.414Z Compiling serde_spanned v0.6.9
4552026-07-24T06:40:24.414Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-24T06:40:24.414Z Compiling macaddr v1.0.1
4572026-07-24T06:40:24.414Z Compiling cargo_metadata v0.23.1
4582026-07-24T06:40:24.588Z Compiling toml_edit v0.22.27
4592026-07-24T06:40:25.036Z Compiling usdt-macro v0.5.0
4602026-07-24T06:40:25.039Z Compiling usdt-attr-macro v0.5.0
4612026-07-24T06:40:25.643Z Compiling usdt v0.5.0
4622026-07-24T06:40:25.828Z Compiling toml v0.8.23
4632026-07-24T06:40:26.139Z Compiling cargo_toml v0.21.0
4642026-07-24T06:40:27.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-24T06:40:29.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.64s
4662026-07-24T06:40:29.658Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-24T06:40:30.158Z Downloading crates ...
4682026-07-24T06:40:30.251Z Downloaded bit-set v0.8.0
4692026-07-24T06:40:30.265Z Downloaded backoff v0.4.0
4702026-07-24T06:40:30.265Z Downloaded bcs v0.1.6
4712026-07-24T06:40:30.270Z Downloaded chacha20 v0.10.0
4722026-07-24T06:40:30.270Z Downloaded cbc v0.2.1
4732026-07-24T06:40:30.270Z Downloaded cancel-safe-futures v0.1.5
4742026-07-24T06:40:30.270Z Downloaded blake2 v0.10.6
4752026-07-24T06:40:30.270Z Downloaded convert_case v0.10.0
4762026-07-24T06:40:30.270Z Downloaded bitfield-macros v0.19.4
4772026-07-24T06:40:30.270Z Downloaded assert_matches v1.5.0
4782026-07-24T06:40:30.271Z Downloaded adler2 v2.0.1
4792026-07-24T06:40:30.279Z Downloaded defmt v1.0.1
4802026-07-24T06:40:30.279Z Downloaded dirs-sys-next v0.1.2
4812026-07-24T06:40:30.279Z Downloaded const_format v0.2.35
4822026-07-24T06:40:30.283Z Downloaded compression-core v0.4.31
4832026-07-24T06:40:30.283Z Downloaded async-stream-impl v0.3.6
4842026-07-24T06:40:30.283Z Downloaded elliptic-curve v0.14.0-rc.33
4852026-07-24T06:40:30.283Z Downloaded bit-vec v0.8.0
4862026-07-24T06:40:30.283Z Downloaded bb8 v0.8.6
4872026-07-24T06:40:30.283Z Downloaded anstream v0.6.21
4882026-07-24T06:40:30.284Z Downloaded atomicwrites v0.4.4
4892026-07-24T06:40:30.288Z Downloaded array-init v0.0.4
4902026-07-24T06:40:30.288Z Downloaded aead v0.5.2
4912026-07-24T06:40:30.288Z Downloaded block-buffer v0.12.1
4922026-07-24T06:40:30.288Z Downloaded async-trait v0.1.89
4932026-07-24T06:40:30.294Z Downloaded cpubits v0.1.1
4942026-07-24T06:40:30.294Z Downloaded cipher v0.4.4
4952026-07-24T06:40:30.294Z Downloaded anstyle-parse v0.2.7
4962026-07-24T06:40:30.294Z Downloaded ascii-canvas v3.0.0
4972026-07-24T06:40:30.306Z Downloaded backon v1.6.0
4982026-07-24T06:40:30.306Z Downloaded darling_macro v0.13.4
4992026-07-24T06:40:30.306Z Downloaded arrayref v0.3.9
5002026-07-24T06:40:30.310Z Downloaded darling_macro v0.23.0
5012026-07-24T06:40:30.310Z Downloaded cstr-argument v0.1.2
5022026-07-24T06:40:30.310Z Downloaded crypto-common v0.2.2
5032026-07-24T06:40:30.310Z Downloaded crucible-workspace-hack v0.1.0
5042026-07-24T06:40:30.310Z Downloaded bitfield v0.19.4
5052026-07-24T06:40:30.310Z Downloaded defmt v0.3.100
5062026-07-24T06:40:30.311Z Downloaded ctutils v0.4.2
5072026-07-24T06:40:30.315Z Downloaded crunchy v0.2.4
5082026-07-24T06:40:30.315Z Downloaded csv-core v0.1.13
5092026-07-24T06:40:30.323Z Downloaded crossbeam-deque v0.8.6
5102026-07-24T06:40:30.323Z Downloaded async-bb8-diesel v0.2.1
5112026-07-24T06:40:30.326Z Downloaded base16ct v1.0.0
5122026-07-24T06:40:30.326Z Downloaded curve25519-dalek-derive v0.1.1
5132026-07-24T06:40:30.332Z Downloaded bit-set v0.5.3
5142026-07-24T06:40:30.332Z Downloaded darling v0.20.11
5152026-07-24T06:40:30.335Z Downloaded darling_macro v0.20.11
5162026-07-24T06:40:30.335Z Downloaded cookie_store v0.22.1
5172026-07-24T06:40:30.335Z Downloaded bitfield-struct v0.6.2
5182026-07-24T06:40:30.339Z Downloaded atomic-waker v1.1.2
5192026-07-24T06:40:30.339Z Downloaded dtrace-parser v0.3.0
5202026-07-24T06:40:30.339Z Downloaded convert_case v0.4.0
5212026-07-24T06:40:30.339Z Downloaded ciborium-ll v0.2.2
5222026-07-24T06:40:30.339Z Downloaded async-stream v0.3.6
5232026-07-24T06:40:30.342Z Downloaded atty v0.2.14
5242026-07-24T06:40:30.345Z Downloaded bitvec v1.0.1
5252026-07-24T06:40:30.354Z Downloaded defmt-macros v1.0.1
5262026-07-24T06:40:30.357Z Downloaded darling v0.21.3
5272026-07-24T06:40:30.360Z Downloaded dof v0.4.0
5282026-07-24T06:40:30.362Z Downloaded difflib v0.4.0
5292026-07-24T06:40:30.362Z Downloaded async-recursion v1.1.1
5302026-07-24T06:40:30.366Z Downloaded crc v3.4.0
5312026-07-24T06:40:30.366Z Downloaded debug-ignore v1.0.5
5322026-07-24T06:40:30.366Z Downloaded display-error-chain v0.2.2
5332026-07-24T06:40:30.371Z Downloaded derive_builder_macro v0.20.2
5342026-07-24T06:40:30.372Z Downloaded dsl_auto_type v0.2.0
5352026-07-24T06:40:30.372Z Downloaded bcrypt-pbkdf v0.11.0
5362026-07-24T06:40:30.372Z Downloaded dirs-next v2.0.0
5372026-07-24T06:40:30.377Z Downloaded embedded-io v0.4.0
5382026-07-24T06:40:30.377Z Downloaded dunce v1.0.5
5392026-07-24T06:40:30.377Z Downloaded document-features v0.2.12
5402026-07-24T06:40:30.377Z Downloaded castaway v0.2.4
5412026-07-24T06:40:30.377Z Downloaded float-ord v0.3.2
5422026-07-24T06:40:30.377Z Downloaded float-cmp v0.10.0
5432026-07-24T06:40:30.380Z Downloaded dyn-clone v1.0.20
5442026-07-24T06:40:30.380Z Downloaded defmt-parser v1.0.0
5452026-07-24T06:40:30.380Z Downloaded endian-type v0.1.2
5462026-07-24T06:40:30.380Z Downloaded base16ct v0.2.0
5472026-07-24T06:40:30.380Z Downloaded cpufeatures v0.3.0
5482026-07-24T06:40:30.383Z Downloaded crc-catalog v2.4.0
5492026-07-24T06:40:30.383Z Downloaded flagset v0.4.7
5502026-07-24T06:40:30.383Z Downloaded enum-as-inner v0.6.1
5512026-07-24T06:40:30.386Z Downloaded embedded-io v0.6.1
5522026-07-24T06:40:30.386Z Downloaded diesel_table_macro_syntax v0.3.0
5532026-07-24T06:40:30.386Z Downloaded fixedbitset v0.4.2
5542026-07-24T06:40:30.388Z Downloaded fd-lock v4.0.4
5552026-07-24T06:40:30.389Z Downloaded env_filter v1.0.0
5562026-07-24T06:40:30.391Z Downloaded downcast-rs v2.0.2
5572026-07-24T06:40:30.392Z Downloaded digest-io v0.1.0
5582026-07-24T06:40:30.392Z Downloaded cobs v0.3.0
5592026-07-24T06:40:30.394Z Downloaded cfg_aliases v0.1.1
5602026-07-24T06:40:30.394Z Downloaded cookie v0.18.1
5612026-07-24T06:40:30.394Z Downloaded cfg_aliases v0.2.1
5622026-07-24T06:40:30.397Z Downloaded daft-derive v0.1.7
5632026-07-24T06:40:30.400Z Downloaded darling_macro v0.21.3
5642026-07-24T06:40:30.400Z Downloaded darling v0.13.4
5652026-07-24T06:40:30.400Z Downloaded crossbeam-utils v0.8.21
5662026-07-24T06:40:30.404Z Downloaded foreign-types v0.3.2
5672026-07-24T06:40:30.404Z Downloaded buf-list v1.1.2
5682026-07-24T06:40:30.410Z Downloaded compression-codecs v0.4.37
5692026-07-24T06:40:30.413Z Downloaded corncobs v0.1.4
5702026-07-24T06:40:30.413Z Downloaded block-padding v0.4.2
5712026-07-24T06:40:30.413Z Downloaded bitflags v1.3.2
5722026-07-24T06:40:30.414Z Downloaded foreign-types-shared v0.3.1
5732026-07-24T06:40:30.414Z Downloaded foreign-types-macros v0.2.3
5742026-07-24T06:40:30.414Z Downloaded daft v0.1.7
5752026-07-24T06:40:30.417Z Downloaded der_derive v0.7.3
5762026-07-24T06:40:30.417Z Downloaded funty v2.0.0
5772026-07-24T06:40:30.417Z Downloaded futures-sink v0.3.32
5782026-07-24T06:40:30.417Z Downloaded gethostname v0.5.0
5792026-07-24T06:40:30.421Z Downloaded foreign-types v0.5.0
5802026-07-24T06:40:30.421Z Downloaded futures-macro v0.3.32
5812026-07-24T06:40:30.421Z Downloaded futures-io v0.3.32
5822026-07-24T06:40:30.421Z Downloaded form_urlencoded v1.2.2
5832026-07-24T06:40:30.421Z Downloaded fxhash v0.2.1
5842026-07-24T06:40:30.424Z Downloaded futures-task v0.3.32
5852026-07-24T06:40:30.424Z Downloaded foreign-types-shared v0.1.1
5862026-07-24T06:40:30.424Z Downloaded globwalk v0.9.1
5872026-07-24T06:40:30.424Z Downloaded blake2 v0.11.0-rc.6
5882026-07-24T06:40:30.428Z Downloaded cassowary v0.3.0
5892026-07-24T06:40:30.428Z Downloaded git-stub v1.0.0
5902026-07-24T06:40:30.434Z Downloaded displaydoc v0.2.5
5912026-07-24T06:40:30.435Z Downloaded derive-ex v0.1.8
5922026-07-24T06:40:30.435Z Downloaded constant_time_eq v0.4.2
5932026-07-24T06:40:30.435Z Downloaded camino-tempfile-ext v0.3.3
5942026-07-24T06:40:30.438Z Downloaded cmov v0.5.4
5952026-07-24T06:40:30.438Z Downloaded either v1.15.0
5962026-07-24T06:40:30.438Z Downloaded blowfish v0.10.0
5972026-07-24T06:40:30.438Z Downloaded arrayvec v0.7.6
5982026-07-24T06:40:30.446Z Downloaded filetime v0.2.27
5992026-07-24T06:40:30.446Z Downloaded dropshot-api-manager-types v0.7.2
6002026-07-24T06:40:30.446Z Downloaded data-encoding v2.10.0
6012026-07-24T06:40:30.446Z Downloaded fallible-iterator v0.2.0
6022026-07-24T06:40:30.449Z Downloaded bs58 v0.5.1
6032026-07-24T06:40:30.449Z Downloaded ed25519 v3.0.0
6042026-07-24T06:40:30.449Z Downloaded ctr v0.10.1
6052026-07-24T06:40:30.449Z Downloaded find-msvc-tools v0.1.9
6062026-07-24T06:40:30.449Z Downloaded fixedbitset v0.5.7
6072026-07-24T06:40:30.458Z Downloaded ff v0.14.0
6082026-07-24T06:40:30.459Z Downloaded erased-serde v0.3.31
6092026-07-24T06:40:30.459Z Downloaded deranged v0.5.8
6102026-07-24T06:40:30.459Z Downloaded ed25519 v2.2.3
6112026-07-24T06:40:30.465Z Downloaded enum_dispatch v0.3.13
6122026-07-24T06:40:30.465Z Downloaded ff v0.13.1
6132026-07-24T06:40:30.465Z Downloaded chacha20 v0.9.1
6142026-07-24T06:40:30.465Z Downloaded const_format_proc_macros v0.2.34
6152026-07-24T06:40:30.465Z Downloaded hash32 v0.2.1
6162026-07-24T06:40:30.465Z Downloaded ena v0.14.4
6172026-07-24T06:40:30.468Z Downloaded diff v0.1.13
6182026-07-24T06:40:30.468Z Downloaded console v0.15.11
6192026-07-24T06:40:30.468Z Downloaded ciborium v0.2.2
6202026-07-24T06:40:30.468Z Downloaded diesel-dtrace v0.5.0
6212026-07-24T06:40:30.472Z Downloaded crc32fast v1.5.0
6222026-07-24T06:40:30.472Z Downloaded headers-core v0.3.0
6232026-07-24T06:40:30.472Z Downloaded bzip2 v0.6.1
6242026-07-24T06:40:30.475Z Downloaded base64ct v1.8.3
6252026-07-24T06:40:30.475Z Downloaded cexpr v0.6.0
6262026-07-24T06:40:30.478Z Downloaded hex v0.4.3
6272026-07-24T06:40:30.478Z Downloaded hex-literal v1.1.0
6282026-07-24T06:40:30.478Z Downloaded foldhash v0.2.0
6292026-07-24T06:40:30.478Z Downloaded futures-executor v0.3.32
6302026-07-24T06:40:30.481Z Downloaded globset v0.4.18
6312026-07-24T06:40:30.481Z Downloaded glob v0.3.3
6322026-07-24T06:40:30.484Z Downloaded git-stub-vcs v0.1.0
6332026-07-24T06:40:30.484Z Downloaded futures-core v0.3.32
6342026-07-24T06:40:30.484Z Downloaded http-body v1.0.1
6352026-07-24T06:40:30.494Z Downloaded hostname v0.4.2
6362026-07-24T06:40:30.494Z Downloaded httpdate v1.0.3
6372026-07-24T06:40:30.494Z Downloaded fs_extra v1.3.0
6382026-07-24T06:40:30.494Z Downloaded fs-err v2.11.0
6392026-07-24T06:40:30.494Z Downloaded hubpack v0.1.2
6402026-07-24T06:40:30.494Z Downloaded http-range v0.1.5
6412026-07-24T06:40:30.501Z Downloaded hostname v0.3.1
6422026-07-24T06:40:30.501Z Downloaded foldhash v0.1.5
6432026-07-24T06:40:30.501Z Downloaded derive_builder_core v0.20.2
6442026-07-24T06:40:30.501Z Downloaded ciborium-io v0.2.2
6452026-07-24T06:40:30.501Z Downloaded byte-wrapper v0.1.0
6462026-07-24T06:40:30.501Z Downloaded argon2 v0.5.3
6472026-07-24T06:40:30.501Z Downloaded ghash v0.6.0
6482026-07-24T06:40:30.516Z Downloaded darling v0.23.0
6492026-07-24T06:40:30.516Z Downloaded clang-sys v1.8.1
6502026-07-24T06:40:30.516Z Downloaded hyper-tls v0.6.0
6512026-07-24T06:40:30.516Z Downloaded hubpack_derive v0.1.1
6522026-07-24T06:40:30.516Z Downloaded ecdsa v0.17.0-rc.18
6532026-07-24T06:40:30.516Z Downloaded ecdsa v0.16.9
6542026-07-24T06:40:30.516Z Downloaded des v0.9.0
6552026-07-24T06:40:30.525Z Downloaded indent_write v2.2.0
6562026-07-24T06:40:30.525Z Downloaded delegate v0.13.5
6572026-07-24T06:40:30.525Z Downloaded crossbeam-channel v0.5.15
6582026-07-24T06:40:30.525Z Downloaded env_logger v0.11.9
6592026-07-24T06:40:30.525Z Downloaded ident_case v1.0.1
6602026-07-24T06:40:30.525Z Downloaded digest v0.11.3
6612026-07-24T06:40:30.525Z Downloaded hash32 v0.3.1
6622026-07-24T06:40:30.525Z Downloaded group v0.14.0
6632026-07-24T06:40:30.525Z Downloaded group v0.13.0
6642026-07-24T06:40:30.525Z Downloaded console v0.16.2
6652026-07-24T06:40:30.532Z Downloaded illumos-nvpair-sys v0.2.0
6662026-07-24T06:40:30.533Z Downloaded idna_adapter v1.2.1
6672026-07-24T06:40:30.533Z Downloaded instant v0.1.13
6682026-07-24T06:40:30.533Z Downloaded indoc v1.0.9
6692026-07-24T06:40:30.533Z Downloaded colored v3.1.1
6702026-07-24T06:40:30.533Z Downloaded inout v0.1.4
6712026-07-24T06:40:30.533Z Downloaded argon2 v0.6.0-rc.8
6722026-07-24T06:40:30.540Z Downloaded illumos-nvpair v0.3.0
6732026-07-24T06:40:30.540Z Downloaded allocator-api2 v0.2.21
6742026-07-24T06:40:30.541Z Downloaded darling_core v0.13.4
6752026-07-24T06:40:30.541Z Downloaded instability v0.3.11
6762026-07-24T06:40:30.541Z Downloaded inout v0.2.2
6772026-07-24T06:40:30.541Z Downloaded base64 v0.22.1
6782026-07-24T06:40:30.544Z Downloaded is_ci v1.2.0
6792026-07-24T06:40:30.545Z Downloaded is-terminal v0.4.17
6802026-07-24T06:40:30.545Z Downloaded internet-checksum v0.2.1
6812026-07-24T06:40:30.545Z Downloaded home v0.5.12
6822026-07-24T06:40:30.545Z Downloaded colored v2.2.0
6832026-07-24T06:40:30.549Z Downloaded bzip2 v0.4.4
6842026-07-24T06:40:30.549Z Downloaded kem v0.3.0
6852026-07-24T06:40:30.549Z Downloaded derive_builder v0.20.2
6862026-07-24T06:40:30.554Z Downloaded futures-channel v0.3.32
6872026-07-24T06:40:30.554Z Downloaded ahash v0.8.12
6882026-07-24T06:40:30.557Z Downloaded aead v0.6.1
6892026-07-24T06:40:30.557Z Downloaded cipher v0.5.2
6902026-07-24T06:40:30.557Z Downloaded highway v1.3.0
6912026-07-24T06:40:30.557Z Downloaded keccak v0.1.6
6922026-07-24T06:40:30.560Z Downloaded critical-section v1.2.0
6932026-07-24T06:40:30.560Z Downloaded crc8 v0.1.1
6942026-07-24T06:40:30.560Z Downloaded bit-vec v0.6.3
6952026-07-24T06:40:30.564Z Downloaded lazy_static v1.5.0
6962026-07-24T06:40:30.569Z Downloaded http-body-util v0.1.3
6972026-07-24T06:40:30.569Z Downloaded getrandom v0.2.17
6982026-07-24T06:40:30.573Z Downloaded libscf-sys v1.1.0
6992026-07-24T06:40:30.574Z Downloaded lalrpop-util v0.19.12
7002026-07-24T06:40:30.574Z Downloaded kstat-rs v0.2.4
7012026-07-24T06:40:30.583Z Downloaded humantime v2.3.0
7022026-07-24T06:40:30.583Z Downloaded derive_more v0.99.20
7032026-07-24T06:40:30.583Z Downloaded lru v0.12.5
7042026-07-24T06:40:30.583Z Downloaded lru-cache v0.1.2
7052026-07-24T06:40:30.583Z Downloaded linked-hash-map v0.5.6
7062026-07-24T06:40:30.583Z Downloaded md5 v0.8.0
7072026-07-24T06:40:30.583Z Downloaded managed v0.8.0
7082026-07-24T06:40:30.586Z Downloaded derive-where v1.6.0
7092026-07-24T06:40:30.586Z Downloaded dropshot_endpoint v0.17.1
7102026-07-24T06:40:30.589Z Downloaded const-oid v0.9.6
7112026-07-24T06:40:30.589Z Downloaded crossbeam-epoch v0.9.18
7122026-07-24T06:40:30.594Z Downloaded fatfs v0.3.6
7132026-07-24T06:40:30.594Z Downloaded cmake v0.1.57
7142026-07-24T06:40:30.598Z Downloaded memoffset v0.9.1
7152026-07-24T06:40:30.599Z Downloaded lzss v0.8.2
7162026-07-24T06:40:30.602Z Downloaded lru-slab v0.1.2
7172026-07-24T06:40:30.602Z Downloaded md-5 v0.10.6
7182026-07-24T06:40:30.606Z Downloaded maybe-uninit v2.0.0
7192026-07-24T06:40:30.606Z Downloaded match_cfg v0.1.0
7202026-07-24T06:40:30.606Z Downloaded maplit v1.0.2
7212026-07-24T06:40:30.610Z Downloaded const-oid v0.10.2
7222026-07-24T06:40:30.611Z Downloaded compact_str v0.8.1
7232026-07-24T06:40:30.611Z Downloaded arc-swap v1.8.2
7242026-07-24T06:40:30.617Z Downloaded indoc v2.0.7
7252026-07-24T06:40:30.621Z Downloaded ipnetwork v0.21.1
7262026-07-24T06:40:30.622Z Downloaded newline-converter v0.3.0
7272026-07-24T06:40:30.622Z Downloaded new_debug_unreachable v1.0.6
7282026-07-24T06:40:30.622Z Downloaded multimap v0.10.1
7292026-07-24T06:40:30.622Z Downloaded ingot-types v0.1.2
7302026-07-24T06:40:30.622Z Downloaded impl-trait-for-tuples v0.2.3
7312026-07-24T06:40:30.622Z Downloaded keccak v0.2.0
7322026-07-24T06:40:30.626Z Downloaded num v0.4.3
7332026-07-24T06:40:30.626Z Downloaded newtype_derive v0.1.6
7342026-07-24T06:40:30.626Z Downloaded newtype-uuid-macros v0.1.0
7352026-07-24T06:40:30.631Z Downloaded generic-array v1.4.3
7362026-07-24T06:40:30.631Z Downloaded hmac v0.13.0
7372026-07-24T06:40:30.631Z Downloaded httparse v1.10.1
7382026-07-24T06:40:30.636Z Downloaded iana-time-zone v0.1.65
7392026-07-24T06:40:30.636Z Downloaded libefi-sys v0.1.0
7402026-07-24T06:40:30.636Z Downloaded hyper-staticfile v0.10.1
7412026-07-24T06:40:30.642Z Downloaded nodrop v0.1.14
7422026-07-24T06:40:30.642Z Downloaded nonempty v0.12.0
7432026-07-24T06:40:30.642Z Downloaded nibble_vec v0.1.0
7442026-07-24T06:40:30.642Z Downloaded libsw v3.5.0
7452026-07-24T06:40:30.642Z Downloaded jobserver v0.1.34
7462026-07-24T06:40:30.649Z Downloaded normalize-line-endings v0.3.0
7472026-07-24T06:40:30.649Z Downloaded num-derive v0.3.3
7482026-07-24T06:40:30.649Z Downloaded num-conv v0.2.0
7492026-07-24T06:40:30.649Z Downloaded num-derive v0.4.2
7502026-07-24T06:40:30.649Z Downloaded hyper-rustls v0.27.7
7512026-07-24T06:40:30.649Z Downloaded getrandom v0.3.4
7522026-07-24T06:40:30.653Z Downloaded drift v0.2.0
7532026-07-24T06:40:30.657Z Downloaded num_threads v0.1.7
7542026-07-24T06:40:30.657Z Downloaded half v2.7.1
7552026-07-24T06:40:30.661Z Downloaded num_enum_derive v0.5.11
7562026-07-24T06:40:30.661Z Downloaded num-iter v0.1.45
7572026-07-24T06:40:30.661Z Downloaded half v1.8.3
7582026-07-24T06:40:30.667Z Downloaded chacha20poly1305 v0.10.1
7592026-07-24T06:40:30.667Z Downloaded ingot-macros v0.1.1
7602026-07-24T06:40:30.670Z Downloaded lock_api v0.4.14
7612026-07-24T06:40:30.671Z Downloaded darling_core v0.23.0
7622026-07-24T06:40:30.671Z Downloaded der v0.7.10
7632026-07-24T06:40:30.679Z Downloaded darling_core v0.20.11
7642026-07-24T06:40:30.689Z Downloaded linear-map v1.2.0
7652026-07-24T06:40:30.689Z Downloaded hmac v0.12.1
7662026-07-24T06:40:30.689Z Downloaded openssl-macros v0.1.1
7672026-07-24T06:40:30.689Z Downloaded olpc-cjson v0.1.4
7682026-07-24T06:40:30.689Z Downloaded mime v0.3.17
7692026-07-24T06:40:30.689Z Downloaded nanorand v0.7.0
7702026-07-24T06:40:30.689Z Downloaded ar_archive_writer v0.5.1
7712026-07-24T06:40:30.690Z Downloaded oso-derive v0.27.3
7722026-07-24T06:40:30.690Z Downloaded mime_guess v2.0.5
7732026-07-24T06:40:30.690Z Downloaded darling_core v0.21.3
7742026-07-24T06:40:30.696Z Downloaded openssl-probe v0.1.6
7752026-07-24T06:40:30.696Z Downloaded opaque-debug v0.3.1
7762026-07-24T06:40:30.696Z Downloaded module-lattice v0.2.3
7772026-07-24T06:40:30.696Z Downloaded ingot v0.1.1
7782026-07-24T06:40:30.696Z Downloaded ipnet v2.11.0
7792026-07-24T06:40:30.697Z Downloaded newtype-uuid v1.3.2
7802026-07-24T06:40:30.697Z Downloaded native-tls v0.2.18
7812026-07-24T06:40:30.703Z Downloaded openssl-probe v0.2.1
7822026-07-24T06:40:30.703Z Downloaded elliptic-curve v0.13.8
7832026-07-24T06:40:30.703Z Downloaded packed_struct_codegen v0.10.1
7842026-07-24T06:40:30.704Z Downloaded flume v0.11.1
7852026-07-24T06:40:30.708Z Downloaded libsw-core v0.3.2
7862026-07-24T06:40:30.708Z Downloaded hybrid-array v0.4.13
7872026-07-24T06:40:30.708Z Downloaded futures v0.3.32
7882026-07-24T06:40:30.725Z Downloaded peg-runtime v0.8.5
7892026-07-24T06:40:30.728Z Downloaded parse-size v1.1.0
7902026-07-24T06:40:30.728Z Downloaded parse-display v0.10.0
7912026-07-24T06:40:30.728Z Downloaded num_enum v0.7.6
7922026-07-24T06:40:30.731Z Downloaded num_enum v0.5.11
7932026-07-24T06:40:30.736Z Downloaded percent-encoding v2.3.2
7942026-07-24T06:40:30.736Z Downloaded path-slash v0.1.5
7952026-07-24T06:40:30.736Z Downloaded password-hash v0.6.1
7962026-07-24T06:40:30.736Z Downloaded num_enum_derive v0.7.6
7972026-07-24T06:40:30.740Z Downloaded num-rational v0.4.2
7982026-07-24T06:40:30.740Z Downloaded icu_properties v2.1.2
7992026-07-24T06:40:30.740Z Downloaded phf_shared v0.12.1
8002026-07-24T06:40:30.740Z Downloaded cc v1.2.56
8012026-07-24T06:40:30.743Z Downloaded num-complex v0.4.6
8022026-07-24T06:40:30.743Z Downloaded litrs v1.0.0
8032026-07-24T06:40:30.748Z Downloaded phf_shared v0.13.1
8042026-07-24T06:40:30.748Z Downloaded phf_shared v0.11.3
8052026-07-24T06:40:30.748Z Downloaded indexmap v1.9.3
8062026-07-24T06:40:30.753Z Downloaded ignore v0.4.25
8072026-07-24T06:40:30.753Z Downloaded flate2 v1.1.9
8082026-07-24T06:40:30.756Z Downloaded async-compression v0.4.41
8092026-07-24T06:40:30.759Z Downloaded heapless v0.8.0
8102026-07-24T06:40:30.759Z Downloaded multer v3.1.0
8112026-07-24T06:40:30.771Z Downloaded oxide-update-engine v0.1.2
8122026-07-24T06:40:30.771Z Downloaded bytes v1.11.1
8132026-07-24T06:40:30.771Z Downloaded oxnet v0.1.6
8142026-07-24T06:40:30.778Z Downloaded aes v0.9.1
8152026-07-24T06:40:30.778Z Downloaded oxide-update-engine-display v0.1.2
8162026-07-24T06:40:30.778Z Downloaded oxide-tokio-rt v0.1.4
8172026-07-24T06:40:30.779Z Downloaded predicates-core v1.0.10
8182026-07-24T06:40:30.779Z Downloaded owo-colors v4.3.0
8192026-07-24T06:40:30.779Z Downloaded base64 v0.21.7
8202026-07-24T06:40:30.779Z Downloaded litemap v0.8.1
8212026-07-24T06:40:30.785Z Downloaded libloading v0.8.9
8222026-07-24T06:40:30.785Z Downloaded nu-ansi-term v0.50.3
8232026-07-24T06:40:30.785Z Downloaded libbz2-rs-sys v0.2.2
8242026-07-24T06:40:30.785Z Downloaded icu_normalizer v2.1.1
8252026-07-24T06:40:30.789Z Downloaded icu_locale_core v2.1.1
8262026-07-24T06:40:30.789Z Downloaded proc-macro-crate v3.4.0
8272026-07-24T06:40:30.795Z Downloaded predicates-tree v1.0.13
8282026-07-24T06:40:30.795Z Downloaded precomputed-hash v0.1.1
8292026-07-24T06:40:30.795Z Downloaded potential_utf v0.1.4
8302026-07-24T06:40:30.795Z Downloaded icu_provider v2.1.1
8312026-07-24T06:40:30.801Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-07-24T06:40:30.801Z Downloaded proc-macro-crate v1.3.1
8332026-07-24T06:40:30.801Z Downloaded derive_more-impl v2.1.1
8342026-07-24T06:40:30.808Z Downloaded pem v3.0.6
8352026-07-24T06:40:30.808Z Downloaded pbkdf2 v0.13.0
8362026-07-24T06:40:30.808Z Downloaded ed25519-dalek v3.0.0-rc.0
8372026-07-24T06:40:30.808Z Downloaded expectorate v1.2.0
8382026-07-24T06:40:30.808Z Downloaded bumpalo v3.20.2
8392026-07-24T06:40:30.812Z Downloaded indicatif v0.18.4
8402026-07-24T06:40:30.812Z Downloaded progenitor-macro v0.13.0
8412026-07-24T06:40:30.812Z Downloaded pem-rfc7468 v1.0.0
8422026-07-24T06:40:30.812Z Downloaded ml-kem v0.3.2
8432026-07-24T06:40:30.819Z Downloaded phc v0.6.1
8442026-07-24T06:40:30.819Z Downloaded phf v0.13.1
8452026-07-24T06:40:30.819Z Downloaded pkcs8 v0.10.2
8462026-07-24T06:40:30.819Z Downloaded progenitor-client v0.14.0
8472026-07-24T06:40:30.819Z Downloaded pin-project-lite v0.2.17
8482026-07-24T06:40:30.825Z Downloaded radium v0.7.0
8492026-07-24T06:40:30.825Z Downloaded quick-error v1.2.3
8502026-07-24T06:40:30.825Z Downloaded progenitor-macro v0.14.0
8512026-07-24T06:40:30.832Z Downloaded pin-project-internal v1.1.11
8522026-07-24T06:40:30.832Z Downloaded phf v0.12.1
8532026-07-24T06:40:30.832Z Downloaded pem-rfc7468 v0.7.0
8542026-07-24T06:40:30.833Z Downloaded memmap2 v0.9.10
8552026-07-24T06:40:30.833Z Downloaded powerfmt v0.2.0
8562026-07-24T06:40:30.833Z Downloaded psl-types v2.0.11
8572026-07-24T06:40:30.836Z Downloaded hickory-resolver v0.25.2
8582026-07-24T06:40:30.836Z Downloaded headers v0.4.1
8592026-07-24T06:40:30.840Z Downloaded rand_chacha v0.3.1
8602026-07-24T06:40:30.840Z Downloaded poly1305 v0.8.0
8612026-07-24T06:40:30.846Z Downloaded polyval v0.7.1
8622026-07-24T06:40:30.846Z Downloaded crossterm v0.28.1
8632026-07-24T06:40:30.851Z Downloaded hickory-resolver v0.24.4
8642026-07-24T06:40:30.851Z Downloaded port-file v0.1.0
8652026-07-24T06:40:30.854Z Downloaded icu_collections v2.1.1
8662026-07-24T06:40:30.855Z Downloaded num-traits v0.2.19
8672026-07-24T06:40:30.857Z Downloaded ppv-lite86 v0.2.21
8682026-07-24T06:40:30.857Z Downloaded primefield v0.14.0
8692026-07-24T06:40:30.863Z Downloaded pkg-config v0.3.32
8702026-07-24T06:40:30.863Z Downloaded peg-macros v0.8.5
8712026-07-24T06:40:30.863Z Downloaded parking_lot v0.11.2
8722026-07-24T06:40:30.872Z Downloaded rand_xorshift v0.4.0
8732026-07-24T06:40:30.872Z Downloaded ref-cast v1.0.25
8742026-07-24T06:40:30.872Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-07-24T06:40:30.872Z Downloaded progenitor-extras v0.2.0
8762026-07-24T06:40:30.879Z Downloaded recursive v0.1.1
8772026-07-24T06:40:30.879Z Downloaded progenitor v0.14.0
8782026-07-24T06:40:30.879Z Downloaded progenitor-client v0.13.0
8792026-07-24T06:40:30.879Z Downloaded progenitor v0.13.0
8802026-07-24T06:40:30.879Z Downloaded hashbrown v0.12.3
8812026-07-24T06:40:30.879Z Downloaded primeorder v0.14.0-rc.10
8822026-07-24T06:40:30.879Z Downloaded primeorder v0.13.6
8832026-07-24T06:40:30.886Z Downloaded predicates v3.1.4
8842026-07-24T06:40:30.886Z Downloaded pkcs1 v0.7.5
8852026-07-24T06:40:30.886Z Downloaded miniz_oxide v0.8.9
8862026-07-24T06:40:30.886Z Downloaded rtoolbox v0.0.3
8872026-07-24T06:40:30.886Z Downloaded omicron-zone-package v0.12.3
8882026-07-24T06:40:30.891Z Downloaded psm v0.1.30
8892026-07-24T06:40:30.891Z Downloaded rustc_version v0.4.1
8902026-07-24T06:40:30.891Z Downloaded russh-util v0.52.0
8912026-07-24T06:40:30.891Z Downloaded rfc6979 v0.5.0
8922026-07-24T06:40:30.891Z Downloaded rfc6979 v0.4.0
8932026-07-24T06:40:30.896Z Downloaded heapless v0.7.17
8942026-07-24T06:40:30.896Z Downloaded pkcs8 v0.11.0
8952026-07-24T06:40:30.901Z Downloaded rustc-hash v2.1.1
8962026-07-24T06:40:30.901Z Downloaded r2d2 v0.8.10
8972026-07-24T06:40:30.901Z Downloaded poly1305 v0.9.0
8982026-07-24T06:40:30.901Z Downloaded pkcs1 v0.8.0-rc.4
8992026-07-24T06:40:30.908Z Downloaded oxide-update-engine-types v0.1.2
9002026-07-24T06:40:30.909Z Downloaded postcard v1.1.3
9012026-07-24T06:40:30.909Z Downloaded crossterm v0.29.0
9022026-07-24T06:40:30.914Z Downloaded postgres-types v0.2.12
9032026-07-24T06:40:30.914Z Downloaded oso v0.27.3
9042026-07-24T06:40:30.914Z Downloaded rustc_version v0.1.7
9052026-07-24T06:40:30.914Z Downloaded rand_chacha v0.9.0
9062026-07-24T06:40:30.918Z Downloaded russh-cryptovec v0.61.0
9072026-07-24T06:40:30.918Z Downloaded same-file v1.0.6
9082026-07-24T06:40:30.918Z Downloaded peg v0.8.5
9092026-07-24T06:40:30.925Z Downloaded scheduled-thread-pool v0.2.7
9102026-07-24T06:40:30.925Z Downloaded scopeguard v1.2.0
9112026-07-24T06:40:30.925Z Downloaded parking_lot_core v0.8.6
9122026-07-24T06:40:30.925Z Downloaded ref-cast-impl v1.0.25
9132026-07-24T06:40:30.925Z Downloaded rand_core v0.9.5
9142026-07-24T06:40:30.931Z Downloaded http v1.4.2
9152026-07-24T06:40:30.931Z Downloaded jiff-static v0.2.21
9162026-07-24T06:40:30.931Z Downloaded rand_seeder v0.4.0
9172026-07-24T06:40:30.931Z Downloaded secrecy v0.10.3
9182026-07-24T06:40:30.931Z Downloaded scroll_derive v0.13.1
9192026-07-24T06:40:30.934Z Downloaded semver v0.1.20
9202026-07-24T06:40:30.934Z Downloaded seq-macro v0.3.6
9212026-07-24T06:40:30.934Z Downloaded parking_lot v0.12.5
9222026-07-24T06:40:30.938Z Downloaded proc-macro-error2 v2.0.1
9232026-07-24T06:40:30.938Z Downloaded der v0.8.0
9242026-07-24T06:40:30.942Z Downloaded secrecy v0.8.0
9252026-07-24T06:40:30.942Z Downloaded pin-project v1.1.11
9262026-07-24T06:40:30.949Z Downloaded serde_bytes v0.11.19
9272026-07-24T06:40:30.956Z Downloaded rpassword v7.5.4
9282026-07-24T06:40:30.956Z Downloaded parking_lot_core v0.9.12
9292026-07-24T06:40:30.962Z Downloaded icu_normalizer_data v2.1.1
9302026-07-24T06:40:30.962Z Downloaded minimal-lexical v0.2.1
9312026-07-24T06:40:30.962Z Downloaded rand_core v0.6.4
9322026-07-24T06:40:30.962Z Downloaded quinn-udp v0.5.14
9332026-07-24T06:40:30.969Z Downloaded serde_plain v1.0.2
9342026-07-24T06:40:30.969Z Downloaded postgres-protocol v0.6.10
9352026-07-24T06:40:30.969Z Downloaded serde_spanned v1.1.1
9362026-07-24T06:40:30.969Z Downloaded hashbrown v0.13.2
9372026-07-24T06:40:30.969Z Downloaded sha1 v0.11.0
9382026-07-24T06:40:30.969Z Downloaded serde_repr v0.1.20
9392026-07-24T06:40:30.973Z Downloaded sha1 v0.10.6
9402026-07-24T06:40:30.973Z Downloaded rustversion v1.0.22
9412026-07-24T06:40:30.973Z Downloaded resolv-conf v0.7.6
9422026-07-24T06:40:30.977Z Downloaded rustls-pemfile v2.2.0
9432026-07-24T06:40:30.977Z Downloaded hickory-server v0.25.2
9442026-07-24T06:40:30.980Z Downloaded serde_urlencoded v0.7.1
9452026-07-24T06:40:30.980Z Downloaded rustls-native-certs v0.8.3
9462026-07-24T06:40:30.987Z Downloaded serde-big-array v0.5.1
9472026-07-24T06:40:30.987Z Downloaded openssl-sys v0.9.115
9482026-07-24T06:40:30.991Z Downloaded paste v1.0.15
9492026-07-24T06:40:30.991Z Downloaded signal-hook-mio v0.2.5
9502026-07-24T06:40:30.991Z Downloaded shell-words v1.1.1
9512026-07-24T06:40:30.991Z Downloaded signature v2.2.0
9522026-07-24T06:40:30.991Z Downloaded password-hash v0.5.0
9532026-07-24T06:40:30.996Z Downloaded rusty-fork v0.3.1
9542026-07-24T06:40:30.996Z Downloaded sapling-renderdag v0.1.0
9552026-07-24T06:40:30.996Z Downloaded parse-display-derive v0.10.0
9562026-07-24T06:40:30.996Z Downloaded packed_struct v0.10.1
9572026-07-24T06:40:30.996Z Downloaded schemars_derive v0.8.22
9582026-07-24T06:40:31.019Z Downloaded num-integer v0.1.46
9592026-07-24T06:40:31.019Z Downloaded signal-hook-tokio v0.3.1
9602026-07-24T06:40:31.019Z Downloaded signature v3.0.0
9612026-07-24T06:40:31.020Z Downloaded siphasher v1.0.2
9622026-07-24T06:40:31.020Z Downloaded diesel_derives v2.3.7
9632026-07-24T06:40:31.020Z Downloaded derive_more v2.1.1
9642026-07-24T06:40:31.020Z Downloaded sigpipe v0.1.3
9652026-07-24T06:40:31.020Z Downloaded sec1 v0.8.1
9662026-07-24T06:40:31.020Z Downloaded pkcs5 v0.8.1
9672026-07-24T06:40:31.020Z Downloaded serde-hex v0.1.0
9682026-07-24T06:40:31.020Z Downloaded sec1 v0.7.3
9692026-07-24T06:40:31.024Z Downloaded slog-envlogger v2.2.0
9702026-07-24T06:40:31.024Z Downloaded rand_core v0.10.0
9712026-07-24T06:40:31.024Z Downloaded papergrid v0.17.0
9722026-07-24T06:40:31.027Z Downloaded hyper-util v0.1.20
9732026-07-24T06:40:31.031Z Downloaded p256 v0.14.0-rc.10
9742026-07-24T06:40:31.034Z Downloaded scrypt v0.12.0
9752026-07-24T06:40:31.034Z Downloaded serde_with_macros v1.5.2
9762026-07-24T06:40:31.034Z Downloaded internal-russh-num-bigint v0.5.0
9772026-07-24T06:40:31.040Z Downloaded crypto-bigint v0.5.5
9782026-07-24T06:40:31.051Z Downloaded ed25519-dalek v2.2.0
9792026-07-24T06:40:31.051Z Downloaded crc-any v2.5.0
9802026-07-24T06:40:31.051Z Downloaded serde_path_to_error v0.1.20
9812026-07-24T06:40:31.051Z Downloaded serde_derive_internals v0.29.1
9822026-07-24T06:40:31.058Z Downloaded sqlparser_derive v0.5.0
9832026-07-24T06:40:31.058Z Downloaded itertools v0.10.5
9842026-07-24T06:40:31.061Z Downloaded stable_deref_trait v1.2.1
9852026-07-24T06:40:31.061Z Downloaded serdect v0.4.3
9862026-07-24T06:40:31.062Z Downloaded shlex v1.3.0
9872026-07-24T06:40:31.062Z Downloaded p384 v0.14.0-rc.10
9882026-07-24T06:40:31.065Z Downloaded scroll v0.13.0
9892026-07-24T06:40:31.066Z Downloaded rcgen v0.12.1
9902026-07-24T06:40:31.069Z Downloaded structmeta-derive v0.3.0
9912026-07-24T06:40:31.072Z Downloaded structmeta v0.3.0
9922026-07-24T06:40:31.072Z Downloaded strsim v0.10.0
9932026-07-24T06:40:31.078Z Downloaded signal-hook-registry v1.4.8
9942026-07-24T06:40:31.078Z Downloaded salsa20 v0.11.0
9952026-07-24T06:40:31.081Z Downloaded strip-ansi-escapes v0.2.1
9962026-07-24T06:40:31.081Z Downloaded rustls-pki-types v1.14.0
9972026-07-24T06:40:31.081Z Downloaded slog-async v2.8.0
9982026-07-24T06:40:31.081Z Downloaded simd-adler32 v0.3.8
9992026-07-24T06:40:31.084Z Downloaded prefix-trie v0.7.0
10002026-07-24T06:40:31.087Z Downloaded pretty_assertions v1.4.1
10012026-07-24T06:40:31.091Z Downloaded slog-scope v4.4.1
10022026-07-24T06:40:31.091Z Downloaded mio v1.2.0
10032026-07-24T06:40:31.096Z Downloaded tabled_derive v0.11.0
10042026-07-24T06:40:31.098Z Downloaded aes-gcm v0.11.0
10052026-07-24T06:40:31.098Z Downloaded serde_cbor v0.11.2
10062026-07-24T06:40:31.101Z Downloaded progenitor-impl v0.14.0
10072026-07-24T06:40:31.101Z Downloaded sync_wrapper v1.0.2
10082026-07-24T06:40:31.105Z Downloaded sync-ptr v0.1.4
10092026-07-24T06:40:31.105Z Downloaded subtle v2.6.1
10102026-07-24T06:40:31.105Z Downloaded smallvec v0.6.14
10112026-07-24T06:40:31.105Z Downloaded serde_with_macros v3.21.0
10122026-07-24T06:40:31.110Z Downloaded sqlformat v0.3.5
10132026-07-24T06:40:31.110Z Downloaded spki v0.7.3
10142026-07-24T06:40:31.110Z Downloaded slog-term v2.9.2
10152026-07-24T06:40:31.114Z Downloaded tap v1.0.1
10162026-07-24T06:40:31.114Z Downloaded take_mut v0.2.2
10172026-07-24T06:40:31.114Z Downloaded tagptr v0.2.0
10182026-07-24T06:40:31.114Z Downloaded tabwriter v1.4.1
10192026-07-24T06:40:31.117Z Downloaded slog-stdlog v4.1.1
10202026-07-24T06:40:31.117Z Downloaded strum v0.27.2
10212026-07-24T06:40:31.117Z Downloaded strum v0.26.3
10222026-07-24T06:40:31.117Z Downloaded slab v0.4.12
10232026-07-24T06:40:32.125Z Downloaded slog-json v2.6.1
10242026-07-24T06:40:32.125Z Downloaded snafu-derive v0.8.9
10252026-07-24T06:40:32.125Z Downloaded smf v0.2.3
10262026-07-24T06:40:32.125Z Downloaded sha2 v0.11.0
10272026-07-24T06:40:32.143Z Downloaded num-bigint v0.4.6
10282026-07-24T06:40:32.143Z Downloaded termtree v0.5.1
10292026-07-24T06:40:32.143Z Downloaded ron v0.8.1
10302026-07-24T06:40:32.143Z Downloaded time-core v0.1.8
10312026-07-24T06:40:32.143Z Downloaded thiserror-impl-no-std v2.0.2
10322026-07-24T06:40:32.143Z Downloaded testing_table v0.3.0
10332026-07-24T06:40:32.143Z Downloaded stacker v0.1.23
10342026-07-24T06:40:32.143Z Downloaded dropshot-api-manager v0.7.2
10352026-07-24T06:40:32.143Z Downloaded stringprep v0.1.5
10362026-07-24T06:40:32.143Z Downloaded prettyplease v0.2.37
10372026-07-24T06:40:32.143Z Downloaded slog-dtrace v0.3.0
10382026-07-24T06:40:32.143Z Downloaded slog-bunyan v2.5.0
10392026-07-24T06:40:32.143Z Downloaded strum_macros v0.24.3
10402026-07-24T06:40:32.143Z Downloaded string_cache v0.8.9
10412026-07-24T06:40:32.143Z Downloaded nom v7.1.3
10422026-07-24T06:40:32.143Z Downloaded static_assertions v1.1.0
10432026-07-24T06:40:32.143Z Downloaded progenitor-impl v0.13.0
10442026-07-24T06:40:32.143Z Downloaded schemars v0.8.22
10452026-07-24T06:40:32.144Z Downloaded tinyvec_macros v0.1.1
10462026-07-24T06:40:32.144Z Downloaded synstructure v0.13.2
10472026-07-24T06:40:32.144Z Downloaded tokio-macros v2.7.0
10482026-07-24T06:40:32.144Z Downloaded hashbrown v0.15.5
10492026-07-24T06:40:32.144Z Downloaded hashbrown v0.16.1
10502026-07-24T06:40:32.144Z Downloaded spki v0.8.0
10512026-07-24T06:40:32.144Z Downloaded ssh-cipher v0.3.0-rc.9
10522026-07-24T06:40:32.144Z Downloaded spin v0.9.8
10532026-07-24T06:40:32.144Z Downloaded supports-color v3.0.2
10542026-07-24T06:40:32.144Z Downloaded support-bundle-viewer v0.1.2
10552026-07-24T06:40:32.144Z Downloaded strum_macros v0.27.2
10562026-07-24T06:40:32.144Z Downloaded smallvec v1.15.1
10572026-07-24T06:40:32.144Z Downloaded tokio-test v0.4.5
10582026-07-24T06:40:32.144Z Downloaded rustls-platform-verifier v0.6.2
10592026-07-24T06:40:32.144Z Downloaded idna v1.1.0
10602026-07-24T06:40:32.144Z Downloaded num-bigint-dig v0.8.6
10612026-07-24T06:40:32.144Z Downloaded itertools v0.13.0
10622026-07-24T06:40:32.144Z Downloaded strum_macros v0.26.4
10632026-07-24T06:40:32.144Z Downloaded trait-variant v0.1.2
10642026-07-24T06:40:32.144Z Downloaded rayon-core v1.13.0
10652026-07-24T06:40:32.144Z Downloaded tower-layer v0.3.3
10662026-07-24T06:40:32.144Z Downloaded similar v2.7.0
10672026-07-24T06:40:32.144Z Downloaded thread_local v1.1.9
10682026-07-24T06:40:32.144Z Downloaded topological-sort v0.2.2
10692026-07-24T06:40:32.144Z Downloaded tower-service v0.3.3
10702026-07-24T06:40:32.144Z Downloaded quinn v0.11.9
10712026-07-24T06:40:32.144Z Downloaded time-macros v0.2.27
10722026-07-24T06:40:32.144Z Downloaded typify-macro v0.6.2
10732026-07-24T06:40:32.144Z Downloaded slog v2.8.2
10742026-07-24T06:40:32.144Z Downloaded try-lock v0.2.5
10752026-07-24T06:40:32.144Z Downloaded rand v0.8.6
10762026-07-24T06:40:32.144Z Downloaded futures-util v0.3.32
10772026-07-24T06:40:32.144Z Downloaded unicode-truncate v1.1.0
10782026-07-24T06:40:32.144Z Downloaded tiny-keccak v2.0.2
10792026-07-24T06:40:32.144Z Downloaded unarray v0.1.4
10802026-07-24T06:40:32.144Z Downloaded unicode-xid v0.2.6
10812026-07-24T06:40:32.144Z Downloaded tls_codec v0.4.2
10822026-07-24T06:40:32.144Z Downloaded serde_yaml v0.9.34+deprecated
10832026-07-24T06:40:32.145Z Downloaded unit-prefix v0.5.2
10842026-07-24T06:40:32.145Z Downloaded tls_codec_derive v0.4.2
10852026-07-24T06:40:32.145Z Downloaded tokio-native-tls v0.3.1
10862026-07-24T06:40:32.145Z Downloaded universal-hash v0.6.1
10872026-07-24T06:40:32.145Z Downloaded universal-hash v0.5.1
10882026-07-24T06:40:32.145Z Downloaded usdt-attr-macro v0.6.0
10892026-07-24T06:40:32.145Z Downloaded untrusted v0.9.0
10902026-07-24T06:40:32.145Z Downloaded untrusted v0.7.1
10912026-07-24T06:40:32.145Z Downloaded tokio-dtrace v0.1.1
10922026-07-24T06:40:32.145Z Downloaded utf8_iter v1.0.4
10932026-07-24T06:40:32.145Z Downloaded itertools v0.14.0
10942026-07-24T06:40:32.145Z Downloaded utf-8 v0.7.6
10952026-07-24T06:40:32.145Z Downloaded usdt-macro v0.6.0
10962026-07-24T06:40:32.145Z Downloaded tokio-tungstenite v0.21.0
10972026-07-24T06:40:32.145Z Downloaded nom v8.0.0
10982026-07-24T06:40:32.145Z Downloaded tokio-tungstenite v0.23.1
10992026-07-24T06:40:32.145Z Downloaded aho-corasick v1.1.4
11002026-07-24T06:40:32.145Z Downloaded toml_writer v1.1.1+spec-1.1.0
11012026-07-24T06:40:32.145Z Downloaded socket2 v0.5.10
11022026-07-24T06:40:32.145Z Downloaded term v0.7.0
11032026-07-24T06:40:32.145Z Downloaded wait-timeout v0.2.1
11042026-07-24T06:40:32.145Z Downloaded void v1.0.2
11052026-07-24T06:40:32.145Z Downloaded term v1.2.1
11062026-07-24T06:40:32.145Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11072026-07-24T06:40:32.145Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-07-24T06:40:32.145Z Downloaded schemars v1.2.1
11092026-07-24T06:40:32.145Z Downloaded want v0.3.1
11102026-07-24T06:40:32.145Z Downloaded waitgroup v0.1.2
11112026-07-24T06:40:32.145Z Downloaded unicase v2.9.0
11122026-07-24T06:40:32.145Z Downloaded icu_properties_data v2.1.2
11132026-07-24T06:40:32.145Z Downloaded p521 v0.14.0-rc.10
11142026-07-24T06:40:32.145Z Downloaded hkdf v0.13.0
11152026-07-24T06:40:32.145Z Downloaded diesel v2.3.7
11162026-07-24T06:40:32.145Z Downloaded zerofrom v0.1.6
11172026-07-24T06:40:32.145Z Downloaded yoke-derive v0.8.1
11182026-07-24T06:40:32.145Z Downloaded xshell-macros v0.2.7
11192026-07-24T06:40:32.145Z Downloaded xattr v1.6.1
11202026-07-24T06:40:32.145Z Downloaded tokio-rustls v0.26.4
11212026-07-24T06:40:32.145Z Downloaded snafu v0.8.9
11222026-07-24T06:40:32.145Z Downloaded zeroize_derive v1.4.3
11232026-07-24T06:40:32.146Z Downloaded zerofrom-derive v0.1.6
11242026-07-24T06:40:32.146Z Downloaded schemars v0.9.0
11252026-07-24T06:40:32.146Z Downloaded tokio-stream v0.1.18
11262026-07-24T06:40:32.146Z Downloaded samael v0.0.19
11272026-07-24T06:40:32.150Z Downloaded zone_cfg_derive v0.3.1
11282026-07-24T06:40:32.150Z Downloaded usdt-impl v0.6.0
11292026-07-24T06:40:32.150Z Downloaded uzers v0.12.2
11302026-07-24T06:40:32.150Z Downloaded vsss-rs v3.3.4
11312026-07-24T06:40:32.150Z Downloaded toml_parser v1.1.2+spec-1.1.0
11322026-07-24T06:40:32.150Z Downloaded vergen-lib v9.1.0
11332026-07-24T06:40:32.150Z Downloaded vergen-lib v0.1.6
11342026-07-24T06:40:32.151Z Downloaded zone v0.3.1
11352026-07-24T06:40:32.151Z Downloaded tracing-attributes v0.1.31
11362026-07-24T06:40:32.151Z Downloaded walkdir v2.5.0
11372026-07-24T06:40:32.151Z Downloaded twox-hash v2.1.2
11382026-07-24T06:40:32.151Z Downloaded socket2 v0.6.3
11392026-07-24T06:40:32.151Z Downloaded test-strategy v0.4.5
11402026-07-24T06:40:32.151Z Downloaded vergen-gitcl v1.0.8
11412026-07-24T06:40:32.151Z Downloaded subprocess v0.2.15
11422026-07-24T06:40:32.151Z Downloaded tui-tree-widget v0.23.1
11432026-07-24T06:40:32.151Z Downloaded writeable v0.6.2
11442026-07-24T06:40:32.151Z Downloaded vergen-git2 v9.1.0
11452026-07-24T06:40:32.151Z Downloaded itertools v0.12.1
11462026-07-24T06:40:32.151Z Downloaded rand v0.10.1
11472026-07-24T06:40:32.151Z Downloaded zeroize v1.8.2
11482026-07-24T06:40:32.151Z Downloaded xshell v0.2.7
11492026-07-24T06:40:32.151Z Downloaded whoami v2.1.0
11502026-07-24T06:40:32.151Z Downloaded hkdf v0.12.4
11512026-07-24T06:40:32.151Z Downloaded whoami v1.6.1
11522026-07-24T06:40:32.151Z Downloaded libm v0.2.16
11532026-07-24T06:40:32.151Z Downloaded unicode-properties v0.1.4
11542026-07-24T06:40:32.151Z Downloaded toml v1.1.2+spec-1.1.0
11552026-07-24T06:40:32.151Z Downloaded tinyvec v1.10.0
11562026-07-24T06:40:32.151Z Downloaded steno v0.4.1
11572026-07-24T06:40:32.151Z Downloaded rustyline v14.0.0
11582026-07-24T06:40:32.151Z Downloaded tungstenite v0.21.0
11592026-07-24T06:40:32.151Z Downloaded iddqd v0.4.2
11602026-07-24T06:40:32.151Z Downloaded zerovec-derive v0.11.2
11612026-07-24T06:40:32.151Z Downloaded toml v0.7.8
11622026-07-24T06:40:32.151Z Downloaded rsa v0.10.0-rc.18
11632026-07-24T06:40:32.151Z Downloaded zerocopy v0.6.6
11642026-07-24T06:40:32.151Z Downloaded yoke v0.8.1
11652026-07-24T06:40:32.151Z Downloaded vergen v9.1.0
11662026-07-24T06:40:32.151Z Downloaded unsafe-libyaml v0.2.11
11672026-07-24T06:40:32.151Z Downloaded tar v0.4.46
11682026-07-24T06:40:32.151Z Downloaded wyz v0.5.1
11692026-07-24T06:40:32.151Z Downloaded rand v0.9.2
11702026-07-24T06:40:32.151Z Downloaded zstd-safe v7.2.4
11712026-07-24T06:40:32.152Z Downloaded toml_edit v0.23.10+spec-1.0.0
11722026-07-24T06:40:32.152Z Downloaded rustls-webpki v0.103.13
11732026-07-24T06:40:32.152Z Downloaded publicsuffix v2.3.0
11742026-07-24T06:40:32.152Z Downloaded usdt v0.6.0
11752026-07-24T06:40:32.152Z Downloaded tinystr v0.8.2
11762026-07-24T06:40:32.152Z Downloaded typify v0.6.2
11772026-07-24T06:40:32.152Z Downloaded tungstenite v0.23.0
11782026-07-24T06:40:32.152Z Downloaded hyper v1.10.1
11792026-07-24T06:40:32.152Z Downloaded signal-hook v0.3.18
11802026-07-24T06:40:32.152Z Downloaded rsa v0.9.10
11812026-07-24T06:40:32.152Z Downloaded blake3 v1.8.5
11822026-07-24T06:40:32.152Z Downloaded yasna v0.5.2
11832026-07-24T06:40:32.152Z Downloaded h2 v0.4.15
11842026-07-24T06:40:32.152Z Downloaded qorb v0.4.1
11852026-07-24T06:40:32.152Z Downloaded thread-id v5.1.0
11862026-07-24T06:40:32.152Z Downloaded termios v0.3.3
11872026-07-24T06:40:32.152Z Downloaded iri-string v0.7.10
11882026-07-24T06:40:32.152Z Downloaded uuid v1.23.4
11892026-07-24T06:40:32.152Z Downloaded vte v0.14.1
11902026-07-24T06:40:32.152Z Downloaded toml_edit v0.19.15
11912026-07-24T06:40:32.152Z Downloaded tracing-core v0.1.36
11922026-07-24T06:40:32.152Z Downloaded regex v1.12.3
11932026-07-24T06:40:32.152Z Downloaded zstd v0.13.3
11942026-07-24T06:40:32.152Z Downloaded serde_with v1.14.0
11952026-07-24T06:40:32.152Z Downloaded curve25519-dalek v4.1.3
11962026-07-24T06:40:32.152Z Downloaded crypto-primes v0.7.2
11972026-07-24T06:40:32.152Z Downloaded thiserror-no-std v2.0.2
11982026-07-24T06:40:32.152Z Downloaded unicode-bidi v0.3.18
11992026-07-24T06:40:32.152Z Downloaded aws-lc-rs v1.16.3
12002026-07-24T06:40:32.152Z Downloaded libxml v0.3.3
12012026-07-24T06:40:32.152Z Downloaded rayon v1.11.0
12022026-07-24T06:40:32.152Z Downloaded reqwest v0.12.28
12032026-07-24T06:40:32.152Z Downloaded tokio-postgres v0.7.16
12042026-07-24T06:40:32.152Z Downloaded goblin v0.10.5
12052026-07-24T06:40:32.152Z Downloaded ssh-encoding v0.3.0-rc.9
12062026-07-24T06:40:32.152Z Downloaded ryu v1.0.23
12072026-07-24T06:40:32.152Z Downloaded salty v0.3.0
12082026-07-24T06:40:32.152Z Downloaded zopfli v0.8.3
12092026-07-24T06:40:32.152Z Downloaded git2 v0.20.4
12102026-07-24T06:40:32.152Z Downloaded yansi v1.0.1
12112026-07-24T06:40:32.152Z Downloaded reedline v0.40.0
12122026-07-24T06:40:32.153Z Downloaded zerotrie v0.2.3
12132026-07-24T06:40:32.153Z Downloaded url v2.5.8
12142026-07-24T06:40:32.153Z Downloaded ssh-key v0.7.0-rc.10
12152026-07-24T06:40:32.153Z Downloaded crypto-bigint v0.7.5
12162026-07-24T06:40:32.153Z Downloaded zip v0.6.6
12172026-07-24T06:40:32.153Z Downloaded rawzip v0.4.4
12182026-07-24T06:40:32.153Z Downloaded zerocopy-derive v0.8.40
12192026-07-24T06:40:32.153Z Downloaded lalrpop v0.19.12
12202026-07-24T06:40:32.153Z Downloaded unicode_categories v0.1.1
12212026-07-24T06:40:32.153Z Downloaded curve25519-dalek v5.0.0-rc.0
12222026-07-24T06:40:32.153Z Downloaded chrono v0.4.45
12232026-07-24T06:40:32.153Z Downloaded tower v0.5.3
12242026-07-24T06:40:32.153Z Downloaded portable-atomic v1.13.1
12252026-07-24T06:40:32.153Z Downloaded reqwest v0.13.2
12262026-07-24T06:40:32.153Z Downloaded typed-path v0.9.3
12272026-07-24T06:40:32.156Z Downloaded russh v0.61.2
12282026-07-24T06:40:32.156Z Downloaded quinn-proto v0.11.13
12292026-07-24T06:40:32.156Z Downloaded x509-cert v0.2.5
12302026-07-24T06:40:32.156Z Downloaded nix v0.27.1
12312026-07-24T06:40:32.156Z Downloaded quick-xml v0.37.5
12322026-07-24T06:40:32.156Z Downloaded petname v2.0.2
12332026-07-24T06:40:32.157Z Downloaded p384 v0.13.1
12342026-07-24T06:40:32.157Z Downloaded winnow v0.6.26
12352026-07-24T06:40:32.157Z Downloaded unicode-segmentation v1.12.0
12362026-07-24T06:40:32.157Z Downloaded unicode-normalization v0.1.25
12372026-07-24T06:40:32.157Z Downloaded serde_with v3.21.0
12382026-07-24T06:40:32.157Z Downloaded moka v0.12.13
12392026-07-24T06:40:32.157Z Downloaded zip v4.6.1
12402026-07-24T06:40:32.157Z Downloaded object v0.30.4
12412026-07-24T06:40:32.157Z Downloaded winnow v0.5.40
12422026-07-24T06:40:32.157Z Downloaded zerovec v0.11.5
12432026-07-24T06:40:32.157Z Downloaded tower-http v0.6.8
12442026-07-24T06:40:32.157Z Downloaded nix v0.28.0
12452026-07-24T06:40:32.157Z Downloaded time v0.3.47
12462026-07-24T06:40:32.157Z Downloaded proptest v1.10.0
12472026-07-24T06:40:32.157Z Downloaded radix_trie v0.2.1
12482026-07-24T06:40:32.157Z Downloaded nix v0.31.2
12492026-07-24T06:40:32.157Z Downloaded tabled v0.20.0
12502026-07-24T06:40:32.157Z Downloaded zlib-rs v0.6.2
12512026-07-24T06:40:32.157Z Downloaded object v0.37.3
12522026-07-24T06:40:32.157Z Downloaded openapiv3 v2.2.0
12532026-07-24T06:40:32.157Z Downloaded smoltcp v0.11.0
12542026-07-24T06:40:32.157Z Downloaded hickory-proto v0.24.4
12552026-07-24T06:40:32.157Z Downloaded zerocopy v0.8.40
12562026-07-24T06:40:32.157Z Downloaded winnow v1.0.3
12572026-07-24T06:40:32.157Z Downloaded polar-core v0.27.3
12582026-07-24T06:40:32.157Z Downloaded rustls v0.23.41
12592026-07-24T06:40:32.157Z Downloaded rustix v0.38.44
12602026-07-24T06:40:32.157Z Downloaded bstr v1.12.1
12612026-07-24T06:40:32.157Z Downloaded smoltcp v0.9.1
12622026-07-24T06:40:32.157Z Downloaded regex-syntax v0.6.29
12632026-07-24T06:40:32.157Z Downloaded openssl v0.10.79
12642026-07-24T06:40:32.157Z Downloaded tough v0.22.0
12652026-07-24T06:40:32.157Z Downloaded tokio-util v0.7.18
12662026-07-24T06:40:32.157Z Downloaded dropshot v0.17.1
12672026-07-24T06:40:32.157Z Downloaded bindgen v0.71.1
12682026-07-24T06:40:32.158Z Downloaded vcpkg v0.2.15
12692026-07-24T06:40:32.158Z Downloaded tracing v0.1.44
12702026-07-24T06:40:32.158Z Downloaded ratatui v0.29.0
12712026-07-24T06:40:32.158Z Downloaded sled v0.34.7
12722026-07-24T06:40:32.158Z Downloaded regex-syntax v0.8.10
12732026-07-24T06:40:32.158Z Downloaded sha3 v0.11.0
12742026-07-24T06:40:32.158Z Downloaded regress v0.11.1
12752026-07-24T06:40:32.158Z Downloaded hickory-proto v0.25.2
12762026-07-24T06:40:32.158Z Downloaded regress v0.10.5
12772026-07-24T06:40:32.158Z Downloaded jiff v0.2.21
12782026-07-24T06:40:32.158Z Downloaded csv v1.4.0
12792026-07-24T06:40:32.158Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-07-24T06:40:32.158Z Downloaded sha3 v0.10.8
12812026-07-24T06:40:32.158Z Downloaded fiat-crypto v0.3.0
12822026-07-24T06:40:32.158Z Downloaded sqlparser v0.61.0
12832026-07-24T06:40:32.158Z Downloaded typify-impl v0.6.2
12842026-07-24T06:40:32.158Z Downloaded bzip2-sys v0.1.13+1.0.8
12852026-07-24T06:40:32.158Z Downloaded zerocopy-derive v0.6.6
12862026-07-24T06:40:32.158Z Downloaded regex-automata v0.4.14
12872026-07-24T06:40:32.158Z Downloaded petgraph v0.6.5
12882026-07-24T06:40:32.168Z Downloaded chrono-tz v0.10.4
12892026-07-24T06:40:32.206Z Downloaded petgraph v0.8.3
12902026-07-24T06:40:32.220Z Downloaded libz-sys v1.1.24
12912026-07-24T06:40:32.261Z Downloaded tokio v1.52.1
12922026-07-24T06:40:32.355Z Downloaded encoding_rs v0.8.35
12932026-07-24T06:40:32.412Z Downloaded ring v0.17.14
12942026-07-24T06:40:32.481Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-24T06:40:32.972Z Downloaded aws-lc-sys v0.40.0
12962026-07-24T06:40:33.265Z Compiling libc v0.2.185
12972026-07-24T06:40:33.265Z Compiling serde_core v1.0.228
12982026-07-24T06:40:33.266Z Compiling serde v1.0.228
12992026-07-24T06:40:33.302Z Compiling log v0.4.29
13002026-07-24T06:40:33.302Z Compiling smallvec v1.15.1
13012026-07-24T06:40:33.302Z Compiling shlex v1.3.0
13022026-07-24T06:40:33.303Z Compiling find-msvc-tools v0.1.9
13032026-07-24T06:40:33.303Z Compiling subtle v2.6.1
13042026-07-24T06:40:33.303Z Compiling stable_deref_trait v1.2.1
13052026-07-24T06:40:33.303Z Compiling scopeguard v1.2.0
13062026-07-24T06:40:33.303Z Compiling typenum v1.20.1
13072026-07-24T06:40:33.361Z Compiling serde_json v1.0.150
13082026-07-24T06:40:33.421Z Compiling zerocopy v0.8.40
13092026-07-24T06:40:33.439Z Compiling portable-atomic v1.13.1
13102026-07-24T06:40:33.439Z Compiling syn v2.0.117
13112026-07-24T06:40:33.448Z Compiling pin-project-lite v0.2.17
13122026-07-24T06:40:33.462Z Compiling parking_lot_core v0.9.12
13132026-07-24T06:40:33.568Z Compiling pkg-config v0.3.32
13142026-07-24T06:40:33.584Z Compiling libm v0.2.16
13152026-07-24T06:40:33.610Z Compiling critical-section v1.2.0
13162026-07-24T06:40:33.620Z Compiling lock_api v0.4.14
13172026-07-24T06:40:33.663Z Compiling getrandom v0.4.1
13182026-07-24T06:40:33.673Z Compiling num-traits v0.2.19
13192026-07-24T06:40:33.704Z Compiling rand_core v0.10.0
13202026-07-24T06:40:33.704Z Compiling futures-core v0.3.32
13212026-07-24T06:40:33.781Z Compiling generic-array v0.14.7
13222026-07-24T06:40:33.801Z Compiling writeable v0.6.2
13232026-07-24T06:40:33.865Z Compiling percent-encoding v2.3.2
13242026-07-24T06:40:33.880Z Compiling const-oid v0.9.6
13252026-07-24T06:40:33.887Z Compiling litemap v0.8.1
13262026-07-24T06:40:33.911Z Compiling icu_properties_data v2.1.2
13272026-07-24T06:40:34.020Z Compiling icu_normalizer_data v2.1.1
13282026-07-24T06:40:34.063Z Compiling futures-sink v0.3.32
13292026-07-24T06:40:34.078Z Compiling slab v0.4.12
13302026-07-24T06:40:34.121Z Compiling futures-io v0.3.32
13312026-07-24T06:40:34.125Z Compiling futures-task v0.3.32
13322026-07-24T06:40:34.150Z Compiling futures-channel v0.3.32
13332026-07-24T06:40:34.153Z Compiling utf8_iter v1.0.4
13342026-07-24T06:40:34.182Z Compiling form_urlencoded v1.2.2
13352026-07-24T06:40:34.209Z Compiling rustversion v1.0.22
13362026-07-24T06:40:34.265Z Compiling getrandom v0.3.4
13372026-07-24T06:40:34.282Z Compiling iana-time-zone v0.1.65
13382026-07-24T06:40:34.296Z Compiling ident_case v1.0.1
13392026-07-24T06:40:34.327Z Compiling rustix v1.1.3
13402026-07-24T06:40:34.330Z Compiling dunce v1.0.5
13412026-07-24T06:40:34.371Z Compiling fs_extra v1.3.0
13422026-07-24T06:40:34.386Z Compiling jobserver v0.1.34
13432026-07-24T06:40:34.402Z Compiling errno v0.3.14
13442026-07-24T06:40:34.416Z Compiling getrandom v0.2.17
13452026-07-24T06:40:34.479Z Compiling mio v1.2.0
13462026-07-24T06:40:34.490Z Compiling socket2 v0.6.3
13472026-07-24T06:40:34.589Z Compiling rand_core v0.6.4
13482026-07-24T06:40:34.604Z Compiling once_cell v1.21.3
13492026-07-24T06:40:34.656Z Compiling cc v1.2.56
13502026-07-24T06:40:34.669Z Compiling signal-hook-registry v1.4.8
13512026-07-24T06:40:34.681Z Compiling parking_lot v0.12.5
13522026-07-24T06:40:34.712Z Compiling regex-syntax v0.8.10
13532026-07-24T06:40:34.768Z Compiling base64 v0.22.1
13542026-07-24T06:40:34.791Z Compiling base64ct v1.8.3
13552026-07-24T06:40:34.885Z Compiling vcpkg v0.2.15
13562026-07-24T06:40:34.934Z Compiling tracing-core v0.1.36
13572026-07-24T06:40:34.964Z Compiling flagset v0.4.7
13582026-07-24T06:40:34.976Z Compiling aws-lc-rs v1.16.3
13592026-07-24T06:40:34.991Z Compiling cmov v0.5.4
13602026-07-24T06:40:35.088Z Compiling pem-rfc7468 v0.7.0
13612026-07-24T06:40:35.100Z Compiling schemars v0.8.22
13622026-07-24T06:40:35.114Z Compiling httparse v1.10.1
13632026-07-24T06:40:35.118Z Compiling dyn-clone v1.0.20
13642026-07-24T06:40:35.187Z Compiling rand_core v0.9.5
13652026-07-24T06:40:35.229Z Compiling tinyvec_macros v0.1.1
13662026-07-24T06:40:35.255Z Compiling openssl-probe v0.2.1
13672026-07-24T06:40:35.280Z Compiling ctutils v0.4.2
13682026-07-24T06:40:35.307Z Compiling tinyvec v1.10.0
13692026-07-24T06:40:35.311Z Compiling aho-corasick v1.1.4
13702026-07-24T06:40:35.370Z Compiling atomic-waker v1.1.2
13712026-07-24T06:40:35.385Z Compiling try-lock v0.2.5
13722026-07-24T06:40:35.461Z Compiling cmake v0.1.57
13732026-07-24T06:40:35.467Z Compiling untrusted v0.7.1
13742026-07-24T06:40:35.484Z Compiling tower-service v0.3.3
13752026-07-24T06:40:35.496Z Compiling tower-layer v0.3.3
13762026-07-24T06:40:35.512Z Compiling want v0.3.1
13772026-07-24T06:40:35.516Z Compiling rustls v0.23.41
13782026-07-24T06:40:35.516Z Compiling cpufeatures v0.2.17
13792026-07-24T06:40:35.566Z Compiling openssl v0.10.79
13802026-07-24T06:40:35.596Z Compiling bitflags v2.11.0
13812026-07-24T06:40:35.611Z Compiling semver v1.0.28
13822026-07-24T06:40:35.624Z Compiling indexmap v2.14.0
13832026-07-24T06:40:35.640Z Compiling uuid v1.23.4
13842026-07-24T06:40:35.681Z Compiling httpdate v1.0.3
13852026-07-24T06:40:35.731Z Compiling untrusted v0.9.0
13862026-07-24T06:40:35.746Z Compiling foreign-types-shared v0.1.1
13872026-07-24T06:40:35.870Z Compiling rustc_version v0.4.1
13882026-07-24T06:40:35.918Z Compiling foreign-types v0.3.2
13892026-07-24T06:40:35.918Z Compiling unicode-normalization v0.1.25
13902026-07-24T06:40:35.918Z Compiling spin v0.9.8
13912026-07-24T06:40:35.918Z Compiling crc32fast v1.5.0
13922026-07-24T06:40:35.935Z Compiling native-tls v0.2.18
13932026-07-24T06:40:35.964Z Compiling num-conv v0.2.0
13942026-07-24T06:40:35.975Z Compiling powerfmt v0.2.0
13952026-07-24T06:40:35.987Z Compiling time-core v0.1.8
13962026-07-24T06:40:36.087Z Compiling wait-timeout v0.2.1
13972026-07-24T06:40:36.099Z Compiling deranged v0.5.8
13982026-07-24T06:40:36.160Z Compiling time-macros v0.2.27
13992026-07-24T06:40:36.177Z Compiling sync_wrapper v1.0.2
14002026-07-24T06:40:36.184Z Compiling regex-automata v0.4.14
14012026-07-24T06:40:36.184Z Compiling bit-vec v0.8.0
14022026-07-24T06:40:36.236Z Compiling aws-lc-sys v0.40.0
14032026-07-24T06:40:36.265Z Compiling openssl-sys v0.9.115
14042026-07-24T06:40:36.329Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-07-24T06:40:36.361Z Compiling synstructure v0.13.2
14062026-07-24T06:40:36.362Z Compiling serde_derive_internals v0.29.1
14072026-07-24T06:40:36.368Z Compiling pest_generator v2.8.6
14082026-07-24T06:40:36.402Z Compiling darling_core v0.20.11
14092026-07-24T06:40:36.440Z Compiling crossbeam-utils v0.8.21
14102026-07-24T06:40:36.788Z Compiling tempfile v3.25.0
14112026-07-24T06:40:36.842Z Compiling syn v1.0.109
14122026-07-24T06:40:36.961Z Compiling usdt-impl v0.6.0
14132026-07-24T06:40:37.066Z Compiling siphasher v1.0.2
14142026-07-24T06:40:37.097Z Compiling quick-error v1.2.3
14152026-07-24T06:40:37.121Z Compiling num_threads v0.1.7
14162026-07-24T06:40:37.229Z Compiling simd-adler32 v0.3.8
14172026-07-24T06:40:37.284Z Compiling rusty-fork v0.3.1
14182026-07-24T06:40:37.285Z Compiling bit-set v0.8.0
14192026-07-24T06:40:37.285Z Compiling darling_core v0.23.0
14202026-07-24T06:40:37.402Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-24T06:40:37.402Z Compiling heapless v0.7.17
14222026-07-24T06:40:37.402Z Compiling slog v2.8.2
14232026-07-24T06:40:37.448Z Compiling rand_xorshift v0.4.0
14242026-07-24T06:40:37.448Z Compiling time v0.3.47
14252026-07-24T06:40:37.491Z Compiling thread-id v5.1.0
14262026-07-24T06:40:37.491Z Compiling cookie v0.18.1
14272026-07-24T06:40:37.536Z Compiling allocator-api2 v0.2.21
14282026-07-24T06:40:37.579Z Compiling zstd-safe v7.2.4
14292026-07-24T06:40:37.580Z Compiling adler2 v2.0.1
14302026-07-24T06:40:37.619Z Compiling unicode-bidi v0.3.18
14312026-07-24T06:40:37.620Z Compiling unarray v0.1.4
14322026-07-24T06:40:37.688Z Compiling unicode-properties v0.1.4
14332026-07-24T06:40:37.689Z Compiling paste v1.0.15
14342026-07-24T06:40:37.743Z Compiling anyhow v1.0.102
14352026-07-24T06:40:37.743Z Compiling iri-string v0.7.10
14362026-07-24T06:40:37.743Z Compiling signal-hook v0.3.18
14372026-07-24T06:40:37.794Z Compiling ryu v1.0.23
14382026-07-24T06:40:37.908Z Compiling miniz_oxide v0.8.9
14392026-07-24T06:40:38.012Z Compiling stringprep v0.1.5
14402026-07-24T06:40:38.147Z Compiling serde_derive v1.0.228
14412026-07-24T06:40:38.211Z Compiling zeroize_derive v1.4.3
14422026-07-24T06:40:38.378Z Compiling zerofrom-derive v0.1.6
14432026-07-24T06:40:38.398Z Compiling yoke-derive v0.8.1
14442026-07-24T06:40:38.477Z Compiling zerovec-derive v0.11.2
14452026-07-24T06:40:38.541Z Compiling displaydoc v0.2.5
14462026-07-24T06:40:38.553Z Compiling zerocopy-derive v0.8.40
14472026-07-24T06:40:38.891Z Compiling zeroize v1.8.2
14482026-07-24T06:40:38.948Z Compiling tokio-macros v2.7.0
14492026-07-24T06:40:38.948Z Compiling futures-macro v0.3.32
14502026-07-24T06:40:39.022Z Compiling thiserror-impl v2.0.18
14512026-07-24T06:40:39.279Z Compiling tracing-attributes v0.1.31
14522026-07-24T06:40:39.334Z Compiling der_derive v0.7.3
14532026-07-24T06:40:39.490Z Compiling rustls-pki-types v1.14.0
14542026-07-24T06:40:39.629Z Compiling crypto-common v0.1.7
14552026-07-24T06:40:39.675Z Compiling block-buffer v0.10.4
14562026-07-24T06:40:39.691Z Compiling schemars_derive v0.8.22
14572026-07-24T06:40:39.703Z Compiling zerofrom v0.1.6
14582026-07-24T06:40:39.765Z Compiling futures-util v0.3.32
14592026-07-24T06:40:39.796Z Compiling hybrid-array v0.4.13
14602026-07-24T06:40:39.842Z Compiling yoke v0.8.1
14612026-07-24T06:40:39.845Z Compiling digest v0.10.7
14622026-07-24T06:40:39.872Z Compiling pest_derive v2.8.6
14632026-07-24T06:40:39.977Z Compiling scroll_derive v0.13.1
14642026-07-24T06:40:40.048Z Compiling zerovec v0.11.5
14652026-07-24T06:40:40.126Z Compiling zerotrie v0.2.3
14662026-07-24T06:40:40.357Z Compiling darling_macro v0.20.11
14672026-07-24T06:40:40.384Z Compiling der v0.7.10
14682026-07-24T06:40:40.433Z Compiling thiserror v2.0.18
14692026-07-24T06:40:40.515Z Compiling openssl-macros v0.1.1
14702026-07-24T06:40:40.654Z Compiling tinystr v0.8.2
14712026-07-24T06:40:40.654Z Compiling potential_utf v0.1.4
14722026-07-24T06:40:40.767Z Compiling hmac v0.12.1
14732026-07-24T06:40:40.767Z Compiling sha2 v0.10.9
14742026-07-24T06:40:40.767Z Compiling tracing v0.1.44
14752026-07-24T06:40:40.858Z Compiling icu_locale_core v2.1.1
14762026-07-24T06:40:40.858Z Compiling icu_collections v2.1.1
14772026-07-24T06:40:40.858Z Compiling dtrace-parser v0.3.0
14782026-07-24T06:40:40.918Z Compiling scroll v0.13.0
14792026-07-24T06:40:40.918Z Compiling darling v0.20.11
14802026-07-24T06:40:40.968Z Compiling thiserror-impl v1.0.69
14812026-07-24T06:40:41.034Z Compiling derive_builder_core v0.20.2
14822026-07-24T06:40:41.085Z Compiling scroll_derive v0.12.1
14832026-07-24T06:40:41.234Z Compiling goblin v0.10.5
14842026-07-24T06:40:41.318Z Compiling spki v0.7.3
14852026-07-24T06:40:41.471Z Compiling icu_provider v2.1.1
14862026-07-24T06:40:41.529Z Compiling pkcs8 v0.10.2
14872026-07-24T06:40:41.630Z Compiling block-buffer v0.12.1
14882026-07-24T06:40:41.664Z Compiling bytes v1.11.1
14892026-07-24T06:40:41.709Z Compiling chrono v0.4.45
14902026-07-24T06:40:41.839Z Compiling icu_normalizer v2.1.1
14912026-07-24T06:40:41.903Z Compiling icu_properties v2.1.2
14922026-07-24T06:40:41.920Z Compiling ipnet v2.11.0
14932026-07-24T06:40:41.920Z Compiling derive_builder_macro v0.20.2
14942026-07-24T06:40:41.927Z Compiling scroll v0.12.0
14952026-07-24T06:40:42.029Z Compiling hex v0.4.3
14962026-07-24T06:40:42.160Z Compiling serde_urlencoded v0.7.1
14972026-07-24T06:40:42.224Z Compiling toml_datetime v0.6.11
14982026-07-24T06:40:42.265Z Compiling tokio v1.52.1
14992026-07-24T06:40:42.313Z Compiling http v1.4.2
15002026-07-24T06:40:42.330Z Compiling thiserror v1.0.69
15012026-07-24T06:40:42.384Z Compiling erased-serde v0.3.31
15022026-07-24T06:40:42.408Z Compiling serde_spanned v0.6.9
15032026-07-24T06:40:42.428Z Compiling serde_tokenstream v0.2.3
15042026-07-24T06:40:42.451Z Compiling crypto-common v0.2.2
15052026-07-24T06:40:42.465Z Compiling block-padding v0.4.2
15062026-07-24T06:40:42.465Z Compiling md-5 v0.10.6
15072026-07-24T06:40:42.501Z Compiling signature v2.2.0
15082026-07-24T06:40:42.585Z Compiling darling_macro v0.23.0
15092026-07-24T06:40:42.635Z Compiling rustls-native-certs v0.8.3
15102026-07-24T06:40:42.661Z Compiling bstr v1.12.1
15112026-07-24T06:40:42.674Z Compiling async-trait v0.1.89
15122026-07-24T06:40:42.752Z Compiling zerocopy-derive v0.7.35
15132026-07-24T06:40:42.894Z Compiling idna_adapter v1.2.1
15142026-07-24T06:40:42.945Z Compiling pin-project-internal v1.1.11
15152026-07-24T06:40:43.018Z Compiling idna v1.1.0
15162026-07-24T06:40:43.031Z Compiling ppv-lite86 v0.2.21
15172026-07-24T06:40:43.087Z Compiling http-body v1.0.1
15182026-07-24T06:40:43.254Z Compiling http-body-util v0.1.3
15192026-07-24T06:40:43.267Z Compiling camino v1.2.2
15202026-07-24T06:40:43.273Z Compiling curve25519-dalek v4.1.3
15212026-07-24T06:40:43.309Z Compiling url v2.5.8
15222026-07-24T06:40:43.373Z Compiling rand_chacha v0.9.0
15232026-07-24T06:40:43.509Z Compiling rand_chacha v0.3.1
15242026-07-24T06:40:43.600Z Compiling rand v0.9.2
15252026-07-24T06:40:43.667Z Compiling vergen-lib v9.1.0
15262026-07-24T06:40:43.680Z Compiling num-integer v0.1.46
15272026-07-24T06:40:43.684Z Compiling hash32 v0.2.1
15282026-07-24T06:40:43.717Z Compiling memoffset v0.9.1
15292026-07-24T06:40:43.766Z Compiling encoding_rs v0.8.35
15302026-07-24T06:40:43.913Z Compiling smoltcp v0.9.1
15312026-07-24T06:40:43.938Z Compiling ref-cast v1.0.25
15322026-07-24T06:40:44.034Z Compiling dof v0.4.0
15332026-07-24T06:40:44.046Z Compiling num-bigint-dig v0.8.6
15342026-07-24T06:40:44.103Z Compiling fallible-iterator v0.2.0
15352026-07-24T06:40:44.122Z Compiling litrs v1.0.0
15362026-07-24T06:40:44.157Z Compiling zlib-rs v0.6.2
15372026-07-24T06:40:44.207Z Compiling proptest v1.10.0
15382026-07-24T06:40:44.275Z Compiling psl-types v2.0.11
15392026-07-24T06:40:44.306Z Compiling mime v0.3.17
15402026-07-24T06:40:44.312Z Compiling cfg_aliases v0.2.1
15412026-07-24T06:40:44.354Z Compiling rustix v0.38.44
15422026-07-24T06:40:44.391Z Compiling nix v0.31.2
15432026-07-24T06:40:44.415Z Compiling postgres-protocol v0.6.10
15442026-07-24T06:40:44.432Z Compiling publicsuffix v2.3.0
15452026-07-24T06:40:44.542Z Compiling pin-project v1.1.11
15462026-07-24T06:40:44.632Z Compiling num-iter v0.1.45
15472026-07-24T06:40:44.651Z Compiling document-features v0.2.12
15482026-07-24T06:40:44.681Z Compiling ipnetwork v0.21.1
15492026-07-24T06:40:44.809Z Compiling rand v0.8.6
15502026-07-24T06:40:44.859Z Compiling zerocopy v0.7.35
15512026-07-24T06:40:44.980Z Compiling oxnet v0.1.6
15522026-07-24T06:40:45.180Z Compiling darling v0.23.0
15532026-07-24T06:40:45.241Z Compiling inout v0.2.2
15542026-07-24T06:40:45.259Z Compiling derive_builder v0.20.2
15552026-07-24T06:40:45.277Z Compiling goblin v0.8.2
15562026-07-24T06:40:45.301Z Compiling hubpack_derive v0.1.1
15572026-07-24T06:40:45.316Z Compiling futures-executor v0.3.32
15582026-07-24T06:40:45.418Z Compiling regex v1.12.3
15592026-07-24T06:40:45.429Z Compiling strum_macros v0.27.2
15602026-07-24T06:40:45.504Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-24T06:40:45.597Z Compiling daft-derive v0.1.7
15622026-07-24T06:40:45.600Z Compiling snafu-derive v0.8.9
15632026-07-24T06:40:45.628Z Compiling ref-cast-impl v1.0.25
15642026-07-24T06:40:45.792Z Compiling phf_shared v0.13.1
15652026-07-24T06:40:45.796Z Compiling terminal_size v0.4.3
15662026-07-24T06:40:45.852Z Compiling lazy_static v1.5.0
15672026-07-24T06:40:45.944Z Compiling anstyle-parse v0.2.7
15682026-07-24T06:40:45.966Z Compiling cargo-platform v0.3.2
15692026-07-24T06:40:45.978Z Compiling vergen v9.1.0
15702026-07-24T06:40:46.026Z Compiling tokio-util v0.7.18
15712026-07-24T06:40:46.053Z Compiling tower v0.5.3
15722026-07-24T06:40:46.146Z Compiling tokio-native-tls v0.3.1
15732026-07-24T06:40:46.201Z Compiling ff v0.13.1
15742026-07-24T06:40:46.208Z Compiling fs-err v3.3.0
15752026-07-24T06:40:46.227Z Compiling ahash v0.8.12
15762026-07-24T06:40:46.231Z Compiling same-file v1.0.6
15772026-07-24T06:40:46.256Z Compiling winnow v0.5.40
15782026-07-24T06:40:46.348Z Compiling unicode-segmentation v1.12.0
15792026-07-24T06:40:46.365Z Compiling bitflags v1.3.2
15802026-07-24T06:40:46.385Z Compiling managed v0.8.0
15812026-07-24T06:40:46.432Z Compiling foldhash v0.1.5
15822026-07-24T06:40:46.443Z Compiling object v0.37.3
15832026-07-24T06:40:46.446Z Compiling foldhash v0.2.0
15842026-07-24T06:40:46.479Z Compiling tower-http v0.6.8
15852026-07-24T06:40:46.567Z Compiling newtype-uuid v1.3.2
15862026-07-24T06:40:46.603Z Compiling bumpalo v3.20.2
15872026-07-24T06:40:46.617Z Compiling libbz2-rs-sys v0.2.2
15882026-07-24T06:40:46.683Z Compiling base16ct v0.2.0
15892026-07-24T06:40:46.801Z Compiling h2 v0.4.15
15902026-07-24T06:40:46.873Z Compiling sec1 v0.7.3
15912026-07-24T06:40:46.920Z Compiling zopfli v0.8.3
15922026-07-24T06:40:46.934Z Compiling daft v0.1.7
15932026-07-24T06:40:46.951Z Compiling hashbrown v0.16.1
15942026-07-24T06:40:47.136Z Compiling flate2 v1.1.9
15952026-07-24T06:40:47.172Z Compiling bzip2 v0.6.1
15962026-07-24T06:40:47.242Z Compiling hashbrown v0.15.5
15972026-07-24T06:40:47.408Z Compiling clap_builder v4.6.0
15982026-07-24T06:40:47.480Z Compiling strum v0.27.2
15992026-07-24T06:40:47.494Z Compiling walkdir v2.5.0
16002026-07-24T06:40:47.561Z Compiling toml_edit v0.19.15
16012026-07-24T06:40:47.574Z Compiling dof v0.3.0
16022026-07-24T06:40:47.577Z Compiling group v0.13.0
16032026-07-24T06:40:47.615Z Compiling snafu v0.8.9
16042026-07-24T06:40:47.727Z Compiling cargo_metadata v0.23.1
16052026-07-24T06:40:47.751Z Compiling anstream v0.6.21
16062026-07-24T06:40:47.790Z Compiling phf v0.13.1
16072026-07-24T06:40:47.821Z Compiling signal-hook-mio v0.2.5
16082026-07-24T06:40:47.821Z Compiling hubpack v0.1.2
16092026-07-24T06:40:47.962Z Compiling cookie_store v0.22.1
16102026-07-24T06:40:47.977Z Compiling zstd v0.13.3
16112026-07-24T06:40:48.019Z Compiling usdt-attr-macro v0.6.0
16122026-07-24T06:40:48.079Z Compiling usdt-macro v0.6.0
16132026-07-24T06:40:48.092Z Compiling futures v0.3.32
16142026-07-24T06:40:48.182Z Compiling bzip2 v0.4.4
16152026-07-24T06:40:48.256Z Compiling cipher v0.5.2
16162026-07-24T06:40:48.320Z Compiling serde_with_macros v3.21.0
16172026-07-24T06:40:48.445Z Compiling postgres-types v0.2.12
16182026-07-24T06:40:48.647Z Compiling globset v0.4.18
16192026-07-24T06:40:48.682Z Compiling ed25519 v2.2.3
16202026-07-24T06:40:48.916Z Compiling dtrace-parser v0.2.0
16212026-07-24T06:40:48.931Z Compiling pkcs1 v0.7.5
16222026-07-24T06:40:48.947Z Compiling serde_plain v1.0.2
16232026-07-24T06:40:49.049Z Compiling serde-big-array v0.5.1
16242026-07-24T06:40:49.167Z Compiling olpc-cjson v0.1.4
16252026-07-24T06:40:49.213Z Compiling hkdf v0.12.4
16262026-07-24T06:40:49.221Z Compiling crypto-bigint v0.5.5
16272026-07-24T06:40:49.350Z Compiling serde_repr v0.1.20
16282026-07-24T06:40:49.365Z Compiling async-recursion v1.1.1
16292026-07-24T06:40:49.368Z Compiling enum-as-inner v0.6.1
16302026-07-24T06:40:49.400Z Compiling clap_derive v4.6.1
16312026-07-24T06:40:49.548Z Compiling strum_macros v0.26.4
16322026-07-24T06:40:49.556Z Compiling phf_shared v0.11.3
16332026-07-24T06:40:49.679Z Compiling float-cmp v0.10.0
16342026-07-24T06:40:49.724Z Compiling pem v3.0.6
16352026-07-24T06:40:49.774Z Compiling memmap2 v0.9.10
16362026-07-24T06:40:49.815Z Compiling thread-id v4.2.2
16372026-07-24T06:40:49.909Z Compiling env_filter v1.0.0
16382026-07-24T06:40:49.942Z Compiling cpufeatures v0.3.0
16392026-07-24T06:40:49.960Z Compiling const-oid v0.10.2
16402026-07-24T06:40:50.002Z Compiling hyper v1.10.1
16412026-07-24T06:40:50.032Z Compiling typed-path v0.9.3
16422026-07-24T06:40:50.047Z Compiling fixedbitset v0.4.2
16432026-07-24T06:40:50.062Z Compiling new_debug_unreachable v1.0.6
16442026-07-24T06:40:50.172Z Compiling keccak v0.1.6
16452026-07-24T06:40:50.186Z Compiling precomputed-hash v0.1.1
16462026-07-24T06:40:50.231Z Compiling difflib v0.4.0
16472026-07-24T06:40:50.272Z Compiling winnow v1.0.3
16482026-07-24T06:40:50.294Z Compiling predicates-core v1.0.10
16492026-07-24T06:40:50.302Z Compiling fixedbitset v0.5.7
16502026-07-24T06:40:50.467Z Compiling whoami v2.1.0
16512026-07-24T06:40:50.492Z Compiling data-encoding v2.10.0
16522026-07-24T06:40:50.649Z Compiling either v1.15.0
16532026-07-24T06:40:50.677Z Compiling normalize-line-endings v0.3.0
16542026-07-24T06:40:50.718Z Compiling static_assertions v1.1.0
16552026-07-24T06:40:50.768Z Compiling jiff v0.2.21
16562026-07-24T06:40:50.807Z Compiling hickory-proto v0.25.2
16572026-07-24T06:40:50.896Z Compiling itertools v0.13.0
16582026-07-24T06:40:50.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-07-24T06:40:50.934Z Compiling toml_edit v0.22.27
16602026-07-24T06:40:50.934Z Compiling predicates v3.1.4
16612026-07-24T06:40:51.076Z Compiling tokio-postgres v0.7.16
16622026-07-24T06:40:51.215Z Compiling hyper-util v0.1.20
16632026-07-24T06:40:51.249Z Compiling clap v4.6.1
16642026-07-24T06:40:51.285Z Compiling toml_parser v1.1.2+spec-1.1.0
16652026-07-24T06:40:51.332Z Compiling petgraph v0.8.3
16662026-07-24T06:40:51.356Z Compiling sha3 v0.10.8
16672026-07-24T06:40:51.364Z Compiling strum v0.26.3
16682026-07-24T06:40:51.510Z Compiling string_cache v0.8.9
16692026-07-24T06:40:51.589Z Compiling petgraph v0.6.5
16702026-07-24T06:40:51.664Z Compiling elliptic-curve v0.13.8
16712026-07-24T06:40:51.808Z Compiling digest v0.11.3
16722026-07-24T06:40:51.859Z Compiling env_logger v0.11.9
16732026-07-24T06:40:52.009Z Compiling chacha20 v0.10.0
16742026-07-24T06:40:52.058Z Compiling usdt v0.6.0
16752026-07-24T06:40:52.093Z Compiling usdt-impl v0.5.0
16762026-07-24T06:40:52.119Z Compiling serde_with v3.21.0
16772026-07-24T06:40:52.233Z Compiling crossterm v0.28.1
16782026-07-24T06:40:52.350Z Compiling rsa v0.9.10
16792026-07-24T06:40:52.364Z Compiling toml v0.7.8
16802026-07-24T06:40:52.705Z Compiling hyper-tls v0.6.0
16812026-07-24T06:40:52.958Z Compiling reqwest v0.12.28
16822026-07-24T06:40:53.002Z Compiling ed25519-dalek v2.2.0
16832026-07-24T06:40:53.389Z Compiling zip v0.6.6
16842026-07-24T06:40:53.395Z Compiling iddqd v0.4.2
16852026-07-24T06:40:53.529Z Compiling zip v4.6.1
16862026-07-24T06:40:53.705Z Compiling tokio-stream v0.1.18
16872026-07-24T06:40:53.773Z Compiling similar v2.7.0
16882026-07-24T06:40:53.869Z Compiling heck v0.4.1
16892026-07-24T06:40:53.988Z Compiling buf-list v1.1.2
16902026-07-24T06:40:54.002Z Compiling byte-wrapper v0.1.0
16912026-07-24T06:40:54.005Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-24T06:40:54.117Z Compiling openapiv3 v2.2.0
16932026-07-24T06:40:54.179Z Compiling x509-cert v0.2.5
16942026-07-24T06:40:54.281Z Compiling crossbeam-epoch v0.9.18
16952026-07-24T06:40:54.334Z Compiling lalrpop-util v0.19.12
16962026-07-24T06:40:54.357Z Compiling peg-runtime v0.8.5
16972026-07-24T06:40:54.515Z Compiling thread_local v1.1.9
16982026-07-24T06:40:54.549Z Compiling slog-async v2.8.0
16992026-07-24T06:40:54.631Z Compiling crossbeam-channel v0.5.15
17002026-07-24T06:40:54.652Z Compiling filetime v0.2.27
17012026-07-24T06:40:54.702Z Compiling is-terminal v0.4.17
17022026-07-24T06:40:54.709Z Compiling take_mut v0.2.2
17032026-07-24T06:40:54.752Z Compiling term v1.2.1
17042026-07-24T06:40:54.787Z Compiling xattr v1.6.1
17052026-07-24T06:40:54.808Z Compiling camino-tempfile v1.4.1
17062026-07-24T06:40:55.015Z Compiling tar v0.4.46
17072026-07-24T06:40:55.110Z Compiling slog-term v2.9.2
17082026-07-24T06:41:12.569Z Compiling rustls-webpki v0.103.13
17092026-07-24T06:41:15.344Z Compiling tokio-rustls v0.26.4
17102026-07-24T06:41:15.344Z Compiling rustls-platform-verifier v0.6.2
17112026-07-24T06:41:15.393Z Compiling tough v0.22.0
17122026-07-24T06:41:15.549Z Compiling hyper-rustls v0.27.7
17132026-07-24T06:41:15.726Z Compiling reqwest v0.13.2
17142026-07-24T06:41:17.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-24T06:41:18.131Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-24T06:41:21.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.33s
17172026-07-24T06:41:21.188Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-24T06:41:21.242ZJul 24 06:41:20.690 INFO Starting download, target: Cockroach
17192026-07-24T06:41:21.242ZJul 24 06:41:20.691 INFO Starting download, target: Console
17202026-07-24T06:41:21.242ZJul 24 06:41:20.691 INFO Starting download, target: Clickhouse
17212026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Starting download, target: DendriteStub
17222026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Starting download, target: MaghemiteMgd
17232026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Starting download, target: MaghemiteDdmd
17242026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Starting download, target: TransceiverControl
17252026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-24T06:41:21.245ZJul 24 06:41:20.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-24T06:41:21.794ZJul 24 06:41:21.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-24T06:41:21.999ZJul 24 06:41:21.448 INFO Download complete, target: TransceiverControl
17342026-07-24T06:41:22.941ZJul 24 06:41:22.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-24T06:41:23.208ZJul 24 06:41:22.655 INFO Download complete, target: Console
17362026-07-24T06:41:23.404ZJul 24 06:41:22.851 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-07-24T06:41:23.503ZJul 24 06:41:22.950 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-24T06:41:23.618ZJul 24 06:41:23.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-07-24T06:41:23.682ZJul 24 06:41:23.128 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-24T06:41:24.066ZJul 24 06:41:23.515 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-24T06:41:24.067ZJul 24 06:41:23.515 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-24T06:41:25.528ZJul 24 06:41:24.976 INFO Download complete, target: MaghemiteDdmd
17432026-07-24T06:41:26.402ZJul 24 06:41:25.850 INFO Download complete, target: DendriteStub
17442026-07-24T06:41:26.527ZJul 24 06:41:25.973 INFO Download complete, target: MaghemiteMgd
17452026-07-24T06:41:28.845ZJul 24 06:41:28.293 INFO Checking that binary works, target: Cockroach
17462026-07-24T06:41:28.969ZJul 24 06:41:28.417 INFO Download complete, target: Cockroach
17472026-07-24T06:41:30.314ZJul 24 06:41:29.763 INFO Checking that binary works, target: Clickhouse
17482026-07-24T06:41:30.400ZJul 24 06:41:29.849 INFO Download complete, target: Clickhouse
17492026-07-24T06:41:30.407ZAll prerequisites installed successfully
17502026-07-24T06:41:30.410Z
17512026-07-24T06:41:30.410Zreal 1:46.613526267
17522026-07-24T06:41:30.410Zuser 6:39.620353722
17532026-07-24T06:41:30.410Zsys 1:41.192280425
17542026-07-24T06:41:30.410Ztrap 0.232866064
17552026-07-24T06:41:30.410Ztflt 2.093528094
17562026-07-24T06:41:30.410Zdflt 2.903393489
17572026-07-24T06:41:30.410Zkflt 0.036257850
17582026-07-24T06:41:30.410Zlock 23:32.699433026
17592026-07-24T06:41:30.410Zslp 18:31.211474880
17602026-07-24T06:41:30.410Zlat 21.073201642
17612026-07-24T06:41:30.410Zstop 2:45.016965987
17622026-07-24T06:41:30.410Z+ ptime -m cargo xtask download softnpu
17632026-07-24T06:41:30.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17642026-07-24T06:41:30.903Z Running `target/debug/xtask download softnpu`
17652026-07-24T06:41:31.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17662026-07-24T06:41:31.703Z Running `target/debug/xtask-downloader softnpu`
17672026-07-24T06:41:31.746ZJul 24 06:41:31.194 INFO Starting download, target: Softnpu
17682026-07-24T06:41:31.749ZJul 24 06:41:31.195 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-24T06:41:32.216ZJul 24 06:41:31.664 INFO Download complete, target: Softnpu
17702026-07-24T06:41:32.219Z
17712026-07-24T06:41:32.222Zreal 1.806124368
17722026-07-24T06:41:32.222Zuser 1.292322683
17732026-07-24T06:41:32.222Zsys 0.606910939
17742026-07-24T06:41:32.222Ztrap 0.000479483
17752026-07-24T06:41:32.222Ztflt 0.000152280
17762026-07-24T06:41:32.222Zdflt 0.000093001
17772026-07-24T06:41:32.222Zkflt 0.000000000
17782026-07-24T06:41:32.222Zlock 8.288454160
17792026-07-24T06:41:32.222Zslp 0.343729656
17802026-07-24T06:41:32.222Zlat 0.084193312
17812026-07-24T06:41:32.222Zstop 0.000174530
17822026-07-24T06:41:32.222Z+ export CARGO_INCREMENTAL=0
17832026-07-24T06:41:32.222Z+ CARGO_INCREMENTAL=0
17842026-07-24T06:41:32.222Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-24T06:41:33.087Z Compiling proc-macro2 v1.0.106
17862026-07-24T06:41:33.087Z Compiling quote v1.0.45
17872026-07-24T06:41:33.087Z Compiling unicode-ident v1.0.24
17882026-07-24T06:41:33.087Z Compiling libc v0.2.185
17892026-07-24T06:41:33.090Z Compiling serde_core v1.0.228
17902026-07-24T06:41:33.090Z Compiling serde v1.0.228
17912026-07-24T06:41:33.090Z Compiling cfg-if v1.0.4
17922026-07-24T06:41:33.090Z Compiling version_check v0.9.5
17932026-07-24T06:41:33.090Z Compiling shlex v1.3.0
17942026-07-24T06:41:33.090Z Compiling find-msvc-tools v0.1.9
17952026-07-24T06:41:33.090Z Compiling zmij v1.0.21
17962026-07-24T06:41:33.090Z Compiling memchr v2.8.0
17972026-07-24T06:41:33.090Z Compiling serde_json v1.0.150
17982026-07-24T06:41:33.090Z Compiling autocfg v1.5.0
17992026-07-24T06:41:33.413Z Compiling portable-atomic v1.13.1
18002026-07-24T06:41:33.504Z Compiling zerocopy v0.8.40
18012026-07-24T06:41:33.524Z Compiling getrandom v0.4.1
18022026-07-24T06:41:33.608Z Compiling libm v0.2.16
18032026-07-24T06:41:33.624Z Compiling parking_lot_core v0.9.12
18042026-07-24T06:41:33.627Z Compiling icu_normalizer_data v2.1.1
18052026-07-24T06:41:33.655Z Compiling icu_properties_data v2.1.2
18062026-07-24T06:41:33.672Z Compiling smallvec v1.15.1
18072026-07-24T06:41:33.674Z Compiling generic-array v0.14.7
18082026-07-24T06:41:33.702Z Compiling num-traits v0.2.19
18092026-07-24T06:41:33.932Z Compiling itoa v1.0.17
18102026-07-24T06:41:33.946Z Compiling log v0.4.29
18112026-07-24T06:41:33.981Z Compiling subtle v2.6.1
18122026-07-24T06:41:33.984Z Compiling pkg-config v0.3.32
18132026-07-24T06:41:34.012Z Compiling stable_deref_trait v1.2.1
18142026-07-24T06:41:34.015Z Compiling typenum v1.20.1
18152026-07-24T06:41:34.140Z Compiling scopeguard v1.2.0
18162026-07-24T06:41:34.211Z Compiling rand_core v0.10.0
18172026-07-24T06:41:34.235Z Compiling lock_api v0.4.14
18182026-07-24T06:41:34.281Z Compiling thiserror v2.0.18
18192026-07-24T06:41:34.299Z Compiling jobserver v0.1.34
18202026-07-24T06:41:34.314Z Compiling errno v0.3.14
18212026-07-24T06:41:34.446Z Compiling getrandom v0.3.4
18222026-07-24T06:41:34.466Z Compiling pin-project-lite v0.2.17
18232026-07-24T06:41:34.500Z Compiling equivalent v1.0.2
18242026-07-24T06:41:34.531Z Compiling cc v1.2.56
18252026-07-24T06:41:34.534Z Compiling percent-encoding v2.3.2
18262026-07-24T06:41:34.534Z Compiling litemap v0.8.1
18272026-07-24T06:41:34.578Z Compiling syn v2.0.117
18282026-07-24T06:41:34.581Z Compiling writeable v0.6.2
18292026-07-24T06:41:34.611Z Compiling fnv v1.0.7
18302026-07-24T06:41:34.615Z Compiling getrandom v0.2.17
18312026-07-24T06:41:34.672Z Compiling schemars v0.8.22
18322026-07-24T06:41:34.737Z Compiling rustversion v1.0.22
18332026-07-24T06:41:34.805Z Compiling rand_core v0.6.4
18342026-07-24T06:41:34.854Z Compiling dunce v1.0.5
18352026-07-24T06:41:34.857Z Compiling critical-section v1.2.0
18362026-07-24T06:41:34.887Z Compiling rustix v1.1.3
18372026-07-24T06:41:34.889Z Compiling fs_extra v1.3.0
18382026-07-24T06:41:34.969Z Compiling hashbrown v0.17.0
18392026-07-24T06:41:35.093Z Compiling signal-hook-registry v1.4.8
18402026-07-24T06:41:35.193Z Compiling strsim v0.11.1
18412026-07-24T06:41:35.209Z Compiling heck v0.5.0
18422026-07-24T06:41:35.234Z Compiling utf8_iter v1.0.4
18432026-07-24T06:41:35.255Z Compiling once_cell v1.21.3
18442026-07-24T06:41:35.434Z Compiling cmake v0.1.57
18452026-07-24T06:41:35.450Z Compiling parking_lot v0.12.5
18462026-07-24T06:41:35.536Z Compiling form_urlencoded v1.2.2
18472026-07-24T06:41:35.552Z Compiling mio v1.2.0
18482026-07-24T06:41:35.555Z Compiling socket2 v0.6.3
18492026-07-24T06:41:35.585Z Compiling aws-lc-rs v1.16.3
18502026-07-24T06:41:35.733Z Compiling semver v1.0.28
18512026-07-24T06:41:35.749Z Compiling indexmap v2.14.0
18522026-07-24T06:41:35.803Z Compiling ident_case v1.0.1
18532026-07-24T06:41:35.874Z Compiling bitflags v2.11.0
18542026-07-24T06:41:35.890Z Compiling aws-lc-sys v0.40.0
18552026-07-24T06:41:35.907Z Compiling futures-core v0.3.32
18562026-07-24T06:41:35.968Z Compiling httparse v1.10.1
18572026-07-24T06:41:36.312Z Compiling byteorder v1.5.0
18582026-07-24T06:41:36.315Z Compiling thiserror v1.0.69
18592026-07-24T06:41:36.315Z Compiling ucd-trie v0.1.7
18602026-07-24T06:41:36.424Z Compiling iana-time-zone v0.1.65
18612026-07-24T06:41:36.453Z Compiling regex-syntax v0.8.10
18622026-07-24T06:41:36.457Z Compiling vcpkg v0.2.15
18632026-07-24T06:41:36.482Z Compiling const-oid v0.9.6
18642026-07-24T06:41:36.510Z Compiling pest v2.8.6
18652026-07-24T06:41:36.637Z Compiling syn v1.0.109
18662026-07-24T06:41:36.768Z Compiling uuid v1.23.4
18672026-07-24T06:41:36.869Z Compiling rustc_version v0.4.1
18682026-07-24T06:41:36.913Z Compiling futures-sink v0.3.32
18692026-07-24T06:41:36.995Z Compiling rustls v0.23.41
18702026-07-24T06:41:37.057Z Compiling futures-channel v0.3.32
18712026-07-24T06:41:37.071Z Compiling openssl-sys v0.9.115
18722026-07-24T06:41:37.176Z Compiling aho-corasick v1.1.4
18732026-07-24T06:41:37.190Z Compiling futures-task v0.3.32
18742026-07-24T06:41:37.214Z Compiling slab v0.4.12
18752026-07-24T06:41:37.307Z Compiling futures-io v0.3.32
18762026-07-24T06:41:37.390Z Compiling synstructure v0.13.2
18772026-07-24T06:41:37.408Z Compiling serde_derive_internals v0.29.1
18782026-07-24T06:41:37.529Z Compiling time-core v0.1.8
18792026-07-24T06:41:37.613Z Compiling pest_meta v2.8.6
18802026-07-24T06:41:37.629Z Compiling crc32fast v1.5.0
18812026-07-24T06:41:37.643Z Compiling dyn-clone v1.0.20
18822026-07-24T06:41:37.643Z Compiling num-conv v0.2.0
18832026-07-24T06:41:37.799Z Compiling plain v0.2.3
18842026-07-24T06:41:37.815Z Compiling time-macros v0.2.27
18852026-07-24T06:41:37.883Z Compiling crossbeam-utils v0.8.21
18862026-07-24T06:41:37.910Z Compiling base64 v0.22.1
18872026-07-24T06:41:37.927Z Compiling pretty-hex v0.4.1
18882026-07-24T06:41:38.020Z Compiling regex-automata v0.4.14
18892026-07-24T06:41:38.083Z Compiling openssl v0.10.79
18902026-07-24T06:41:38.117Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-24T06:41:38.219Z Compiling pest_generator v2.8.6
18922026-07-24T06:41:38.341Z Compiling anyhow v1.0.102
18932026-07-24T06:41:38.390Z Compiling native-tls v0.2.18
18942026-07-24T06:41:38.407Z Compiling rand_core v0.9.5
18952026-07-24T06:41:38.556Z Compiling slog v2.8.2
18962026-07-24T06:41:38.642Z Compiling tracing-core v0.1.36
18972026-07-24T06:41:38.706Z Compiling serde_derive v1.0.228
18982026-07-24T06:41:38.710Z Compiling zeroize_derive v1.4.3
18992026-07-24T06:41:38.739Z Compiling zerofrom-derive v0.1.6
19002026-07-24T06:41:38.803Z Compiling yoke-derive v0.8.1
19012026-07-24T06:41:38.848Z Compiling zerovec-derive v0.11.2
19022026-07-24T06:41:38.869Z Compiling displaydoc v0.2.5
19032026-07-24T06:41:38.884Z Compiling zerocopy-derive v0.8.40
19042026-07-24T06:41:38.901Z Compiling tokio-macros v2.7.0
19052026-07-24T06:41:38.916Z Compiling futures-macro v0.3.32
19062026-07-24T06:41:38.920Z Compiling thiserror-impl v2.0.18
19072026-07-24T06:41:39.247Z Compiling schemars_derive v0.8.22
19082026-07-24T06:41:39.353Z Compiling zeroize v1.8.2
19092026-07-24T06:41:39.616Z Compiling tracing-attributes v0.1.31
19102026-07-24T06:41:39.709Z Compiling der_derive v0.7.3
19112026-07-24T06:41:39.723Z Compiling thiserror-impl v1.0.69
19122026-07-24T06:41:39.817Z Compiling pest_derive v2.8.6
19132026-07-24T06:41:39.898Z Compiling zerofrom v0.1.6
19142026-07-24T06:41:40.046Z Compiling yoke v0.8.1
19152026-07-24T06:41:40.159Z Compiling crypto-common v0.1.7
19162026-07-24T06:41:40.185Z Compiling futures-util v0.3.32
19172026-07-24T06:41:40.263Z Compiling zerovec v0.11.5
19182026-07-24T06:41:40.295Z Compiling zerotrie v0.2.3
19192026-07-24T06:41:40.468Z Compiling block-buffer v0.10.4
19202026-07-24T06:41:40.746Z Compiling scroll_derive v0.13.1
19212026-07-24T06:41:40.788Z Compiling tinystr v0.8.2
19222026-07-24T06:41:40.805Z Compiling potential_utf v0.1.4
19232026-07-24T06:41:40.856Z Compiling digest v0.10.7
19242026-07-24T06:41:40.906Z Compiling scroll_derive v0.12.1
19252026-07-24T06:41:41.012Z Compiling icu_locale_core v2.1.1
19262026-07-24T06:41:41.027Z Compiling icu_collections v2.1.1
19272026-07-24T06:41:41.107Z Compiling openssl-macros v0.1.1
19282026-07-24T06:41:41.157Z Compiling regex v1.12.3
19292026-07-24T06:41:41.543Z Compiling zerocopy-derive v0.7.35
19302026-07-24T06:41:41.576Z Compiling cookie v0.18.1
19312026-07-24T06:41:41.594Z Compiling camino v1.2.2
19322026-07-24T06:41:41.663Z Compiling icu_provider v2.1.1
19332026-07-24T06:41:41.804Z Compiling base64ct v1.8.3
19342026-07-24T06:41:41.865Z Compiling bytes v1.11.1
19352026-07-24T06:41:41.916Z Compiling chrono v0.4.45
19362026-07-24T06:41:41.944Z Compiling icu_properties v2.1.2
19372026-07-24T06:41:41.977Z Compiling icu_normalizer v2.1.1
19382026-07-24T06:41:42.035Z Compiling serde_tokenstream v0.2.3
19392026-07-24T06:41:42.367Z Compiling pem-rfc7468 v0.7.0
19402026-07-24T06:41:42.463Z Compiling tokio v1.52.1
19412026-07-24T06:41:42.652Z Compiling http v1.4.2
19422026-07-24T06:41:42.772Z Compiling tracing v0.1.44
19432026-07-24T06:41:42.832Z Compiling idna_adapter v1.2.1
19442026-07-24T06:41:42.990Z Compiling idna v1.1.0
19452026-07-24T06:41:43.378Z Compiling ppv-lite86 v0.2.21
19462026-07-24T06:41:43.395Z Compiling url v2.5.8
19472026-07-24T06:41:43.691Z Compiling flagset v0.4.7
19482026-07-24T06:41:43.793Z Compiling rand_chacha v0.9.0
19492026-07-24T06:41:43.808Z Compiling der v0.7.10
19502026-07-24T06:41:43.840Z Compiling http-body v1.0.1
19512026-07-24T06:41:43.894Z Compiling rustls-pki-types v1.14.0
19522026-07-24T06:41:44.338Z Compiling usdt-impl v0.5.0
19532026-07-24T06:41:44.442Z Compiling openssl-probe v0.2.1
19542026-07-24T06:41:44.546Z Compiling either v1.15.0
19552026-07-24T06:41:44.625Z Compiling tinyvec_macros v0.1.1
19562026-07-24T06:41:44.647Z Compiling usdt-impl v0.6.0
19572026-07-24T06:41:44.707Z Compiling ref-cast v1.0.25
19582026-07-24T06:41:44.745Z Compiling fastrand v2.3.0
19592026-07-24T06:41:44.790Z Compiling cmov v0.5.4
19602026-07-24T06:41:44.922Z Compiling paste v1.0.15
19612026-07-24T06:41:44.925Z Compiling tinyvec v1.10.0
19622026-07-24T06:41:44.964Z Compiling spki v0.7.3
19632026-07-24T06:41:45.022Z Compiling ctutils v0.4.2
19642026-07-24T06:41:45.174Z Compiling rand v0.9.2
19652026-07-24T06:41:45.277Z Compiling toml_datetime v0.6.11
19662026-07-24T06:41:45.292Z Compiling serde_spanned v0.6.9
19672026-07-24T06:41:45.309Z Compiling scroll v0.12.0
19682026-07-24T06:41:45.393Z Compiling scroll v0.13.0
19692026-07-24T06:41:45.436Z Compiling async-trait v0.1.89
19702026-07-24T06:41:45.459Z Compiling heapless v0.7.17
19712026-07-24T06:41:45.533Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-24T06:41:45.549Z Compiling tower-service v0.3.3
19732026-07-24T06:41:45.580Z Compiling untrusted v0.7.1
19742026-07-24T06:41:45.597Z Compiling atomic-waker v1.1.2
19752026-07-24T06:41:45.600Z Compiling rustix v0.38.44
19762026-07-24T06:41:45.676Z Compiling litrs v1.0.0
19772026-07-24T06:41:45.691Z Compiling tower-layer v0.3.3
19782026-07-24T06:41:45.723Z Compiling winnow v1.0.3
19792026-07-24T06:41:45.739Z Compiling winnow v0.7.14
19802026-07-24T06:41:45.753Z Compiling cpufeatures v0.2.17
19812026-07-24T06:41:45.843Z Compiling zstd-safe v7.2.4
19822026-07-24T06:41:45.858Z Compiling try-lock v0.2.5
19832026-07-24T06:41:45.877Z Compiling signal-hook v0.3.18
19842026-07-24T06:41:45.923Z Compiling goblin v0.10.5
19852026-07-24T06:41:45.968Z Compiling want v0.3.1
19862026-07-24T06:41:46.089Z Compiling toml_parser v1.1.2+spec-1.1.0
19872026-07-24T06:41:46.105Z Compiling goblin v0.8.2
19882026-07-24T06:41:46.163Z Compiling document-features v0.2.12
19892026-07-24T06:41:46.302Z Compiling hybrid-array v0.4.13
19902026-07-24T06:41:46.407Z Compiling tokio-util v0.7.18
19912026-07-24T06:41:46.709Z Compiling zerocopy v0.7.35
19922026-07-24T06:41:46.736Z Compiling ipnet v2.11.0
19932026-07-24T06:41:47.168Z Compiling h2 v0.4.15
19942026-07-24T06:41:47.185Z Compiling ref-cast-impl v1.0.25
19952026-07-24T06:41:47.201Z Compiling darling_core v0.20.11
19962026-07-24T06:41:47.227Z Compiling curve25519-dalek v4.1.3
19972026-07-24T06:41:47.265Z Compiling memoffset v0.9.1
19982026-07-24T06:41:47.503Z Compiling winnow v0.5.40
19992026-07-24T06:41:47.507Z Compiling utf8parse v0.2.2
20002026-07-24T06:41:47.650Z Compiling foreign-types-shared v0.1.1
20012026-07-24T06:41:47.691Z Compiling powerfmt v0.2.0
20022026-07-24T06:41:47.798Z Compiling httpdate v1.0.3
20032026-07-24T06:41:47.919Z Compiling untrusted v0.9.0
20042026-07-24T06:41:47.975Z Compiling deranged v0.5.8
20052026-07-24T06:41:48.027Z Compiling foreign-types v0.3.2
20062026-07-24T06:41:48.058Z Compiling tempfile v3.25.0
20072026-07-24T06:41:48.362Z Compiling dof v0.3.0
20082026-07-24T06:41:48.409Z Compiling unicode-normalization v0.1.25
20092026-07-24T06:41:48.629Z Compiling dtrace-parser v0.2.0
20102026-07-24T06:41:48.774Z Compiling dof v0.4.0
20112026-07-24T06:41:48.900Z Compiling pkcs8 v0.10.2
20122026-07-24T06:41:48.987Z Compiling toml_edit v0.19.15
20132026-07-24T06:41:49.230Z Compiling darling_macro v0.20.11
20142026-07-24T06:41:49.292Z Compiling dtrace-parser v0.3.0
20152026-07-24T06:41:49.307Z Compiling daft-derive v0.1.7
20162026-07-24T06:41:49.629Z Compiling pin-project-internal v1.1.11
20172026-07-24T06:41:49.763Z Compiling spin v0.9.8
20182026-07-24T06:41:49.781Z Compiling thread-id v4.2.2
20192026-07-24T06:41:49.829Z Compiling thread-id v5.1.0
20202026-07-24T06:41:49.844Z Compiling num_threads v0.1.7
20212026-07-24T06:41:49.880Z Compiling anstyle v1.0.14
20222026-07-24T06:41:49.959Z Compiling cfg_aliases v0.2.1
20232026-07-24T06:41:50.053Z Compiling smoltcp v0.9.1
20242026-07-24T06:41:50.078Z Compiling num-bigint-dig v0.8.6
20252026-07-24T06:41:50.078Z Compiling nix v0.31.2
20262026-07-24T06:41:50.164Z Compiling time v0.3.47
20272026-07-24T06:41:50.403Z Compiling hyper v1.10.1
20282026-07-24T06:41:50.481Z Compiling darling v0.20.11
20292026-07-24T06:41:50.665Z Compiling sha2 v0.10.9
20302026-07-24T06:41:50.725Z Compiling ipnetwork v0.21.1
20312026-07-24T06:41:50.843Z Compiling hmac v0.12.1
20322026-07-24T06:41:51.004Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-24T06:41:51.039Z Compiling strum_macros v0.26.4
20342026-07-24T06:41:51.200Z Compiling darling_core v0.23.0
20352026-07-24T06:41:51.267Z Compiling sync_wrapper v1.0.2
20362026-07-24T06:41:51.342Z Compiling wait-timeout v0.2.1
20372026-07-24T06:41:51.576Z Compiling hyper-util v0.1.20
20382026-07-24T06:41:51.592Z Compiling siphasher v1.0.2
20392026-07-24T06:41:51.641Z Compiling colorchoice v1.0.4
20402026-07-24T06:41:51.764Z Compiling anstyle-query v1.1.5
20412026-07-24T06:41:51.779Z Compiling is_terminal_polyfill v1.70.2
20422026-07-24T06:41:51.795Z Compiling quick-error v1.2.3
20432026-07-24T06:41:51.889Z Compiling bit-vec v0.8.0
20442026-07-24T06:41:52.149Z Compiling simd-adler32 v0.3.8
20452026-07-24T06:41:52.512Z Compiling bit-set v0.8.0
20462026-07-24T06:41:52.602Z Compiling rusty-fork v0.3.1
20472026-07-24T06:41:52.688Z Compiling tower v0.5.3
20482026-07-24T06:41:53.213Z Compiling derive_builder_core v0.20.2
20492026-07-24T06:41:53.239Z Compiling http-body-util v0.1.3
20502026-07-24T06:41:53.286Z Compiling hubpack_derive v0.1.1
20512026-07-24T06:41:53.309Z Compiling strum_macros v0.27.2
20522026-07-24T06:41:53.342Z Compiling darling_macro v0.23.0
20532026-07-24T06:41:53.408Z Compiling snafu-derive v0.8.9
20542026-07-24T06:41:53.423Z Compiling rand_xorshift v0.4.0
20552026-07-24T06:41:53.588Z Compiling fs-err v3.3.0
20562026-07-24T06:41:53.629Z Compiling ahash v0.8.12
20572026-07-24T06:41:53.848Z Compiling unarray v0.1.4
20582026-07-24T06:41:53.863Z Compiling unicode-segmentation v1.12.0
20592026-07-24T06:41:53.876Z Compiling ryu v1.0.23
20602026-07-24T06:41:53.981Z Compiling adler2 v2.0.1
20612026-07-24T06:41:54.027Z Compiling unicode-bidi v0.3.18
20622026-07-24T06:41:54.060Z Compiling allocator-api2 v0.2.21
20632026-07-24T06:41:54.125Z Compiling unicode-properties v0.1.4
20642026-07-24T06:41:54.229Z Compiling object v0.37.3
20652026-07-24T06:41:54.259Z Compiling iri-string v0.7.10
20662026-07-24T06:41:54.353Z Compiling miniz_oxide v0.8.9
20672026-07-24T06:41:54.417Z Compiling stringprep v0.1.5
20682026-07-24T06:41:54.524Z Compiling derive_builder_macro v0.20.2
20692026-07-24T06:41:54.539Z Compiling serde_urlencoded v0.7.1
20702026-07-24T06:41:54.793Z Compiling proptest v1.10.0
20712026-07-24T06:41:54.809Z Compiling darling v0.23.0
20722026-07-24T06:41:54.925Z Compiling tokio-native-tls v0.3.1
20732026-07-24T06:41:54.941Z Compiling usdt-attr-macro v0.6.0
20742026-07-24T06:41:55.036Z Compiling usdt-macro v0.6.0
20752026-07-24T06:41:55.122Z Compiling anstyle-parse v1.0.0
20762026-07-24T06:41:55.137Z Compiling block-padding v0.4.2
20772026-07-24T06:41:55.163Z Compiling crypto-common v0.2.2
20782026-07-24T06:41:55.187Z Compiling block-buffer v0.12.1
20792026-07-24T06:41:55.533Z Compiling tower-http v0.6.8
20802026-07-24T06:41:55.756Z Compiling rustls-native-certs v0.8.3
20812026-07-24T06:41:55.772Z Compiling rand_chacha v0.3.1
20822026-07-24T06:41:55.789Z Compiling hex v0.4.3
20832026-07-24T06:41:56.014Z Compiling erased-serde v0.3.31
20842026-07-24T06:41:56.046Z Compiling md-5 v0.10.6
20852026-07-24T06:41:56.049Z Compiling signature v2.2.0
20862026-07-24T06:41:56.074Z Compiling bstr v1.12.1
20872026-07-24T06:41:56.121Z Compiling num-integer v0.1.46
20882026-07-24T06:41:56.136Z Compiling hash32 v0.2.1
20892026-07-24T06:41:56.204Z Compiling vergen-lib v9.1.0
20902026-07-24T06:41:56.281Z Compiling encoding_rs v0.8.35
20912026-07-24T06:41:56.421Z Compiling psl-types v2.0.11
20922026-07-24T06:41:56.435Z Compiling mime v0.3.17
20932026-07-24T06:41:56.466Z Compiling zlib-rs v0.6.2
20942026-07-24T06:41:56.522Z Compiling fallible-iterator v0.2.0
20952026-07-24T06:41:56.537Z Compiling cpufeatures v0.3.0
20962026-07-24T06:41:56.624Z Compiling publicsuffix v2.3.0
20972026-07-24T06:41:56.805Z Compiling postgres-protocol v0.6.10
20982026-07-24T06:41:56.821Z Compiling newtype-uuid v1.3.2
20992026-07-24T06:41:56.847Z Compiling num-iter v0.1.45
21002026-07-24T06:41:57.295Z Compiling rand v0.8.6
21012026-07-24T06:41:57.431Z Compiling oxnet v0.1.6
21022026-07-24T06:41:57.485Z Compiling inout v0.2.2
21032026-07-24T06:41:57.512Z Compiling anstream v1.0.0
21042026-07-24T06:41:57.583Z Compiling hyper-tls v0.6.0
21052026-07-24T06:41:57.603Z Compiling derive_builder v0.20.2
21062026-07-24T06:41:57.657Z Compiling serde_with_macros v3.21.0
21072026-07-24T06:41:57.671Z Compiling heck v0.4.1
21082026-07-24T06:41:57.833Z Compiling phf_shared v0.13.1
21092026-07-24T06:41:57.850Z Compiling pin-project v1.1.11
21102026-07-24T06:41:57.905Z Compiling lazy_static v1.5.0
21112026-07-24T06:41:57.937Z Compiling anstyle-parse v0.2.7
21122026-07-24T06:41:58.098Z Compiling terminal_size v0.4.3
21132026-07-24T06:41:58.121Z Compiling futures-executor v0.3.32
21142026-07-24T06:41:58.138Z Compiling enum-as-inner v0.6.1
21152026-07-24T06:41:58.184Z Compiling async-recursion v1.1.1
21162026-07-24T06:41:58.184Z Compiling serde_repr v0.1.20
21172026-07-24T06:41:58.262Z Compiling clap_derive v4.6.1
21182026-07-24T06:41:58.387Z Compiling ff v0.13.1
21192026-07-24T06:41:58.404Z Compiling vergen v9.1.0
21202026-07-24T06:41:58.459Z Compiling cargo-platform v0.3.2
21212026-07-24T06:41:58.543Z Compiling flate2 v1.1.9
21222026-07-24T06:41:58.737Z Compiling managed v0.8.0
21232026-07-24T06:41:58.754Z Compiling libbz2-rs-sys v0.2.2
21242026-07-24T06:41:58.802Z Compiling foldhash v0.2.0
21252026-07-24T06:41:58.818Z Compiling foldhash v0.1.5
21262026-07-24T06:41:58.902Z Compiling base16ct v0.2.0
21272026-07-24T06:41:59.030Z Compiling clap_lex v1.0.0
21282026-07-24T06:41:59.046Z Compiling bitflags v1.3.2
21292026-07-24T06:41:59.094Z Compiling bumpalo v3.20.2
21302026-07-24T06:41:59.145Z Compiling same-file v1.0.6
21312026-07-24T06:41:59.176Z Compiling bzip2 v0.6.1
21322026-07-24T06:41:59.196Z Compiling clap_builder v4.6.0
21332026-07-24T06:41:59.308Z Compiling zopfli v0.8.3
21342026-07-24T06:41:59.347Z Compiling walkdir v2.5.0
21352026-07-24T06:41:59.363Z Compiling sec1 v0.7.3
21362026-07-24T06:41:59.396Z Compiling hashbrown v0.16.1
21372026-07-24T06:41:59.459Z Compiling hashbrown v0.15.5
21382026-07-24T06:41:59.749Z Compiling cargo_metadata v0.23.1
21392026-07-24T06:41:59.910Z Compiling group v0.13.0
21402026-07-24T06:41:59.999Z Compiling futures v0.3.32
21412026-07-24T06:42:00.130Z Compiling zstd v0.13.3
21422026-07-24T06:42:00.418Z Compiling anstream v0.6.21
21432026-07-24T06:42:00.477Z Compiling phf v0.13.1
21442026-07-24T06:42:00.657Z Compiling snafu v0.8.9
21452026-07-24T06:42:00.682Z Compiling reqwest v0.12.28
21462026-07-24T06:42:00.722Z Compiling daft v0.1.7
21472026-07-24T06:42:01.013Z Compiling cipher v0.5.2
21482026-07-24T06:42:01.031Z Compiling signal-hook-mio v0.2.5
21492026-07-24T06:42:01.115Z Compiling cookie_store v0.22.1
21502026-07-24T06:42:01.168Z Compiling postgres-types v0.2.12
21512026-07-24T06:42:01.184Z Compiling bzip2 v0.4.4
21522026-07-24T06:42:01.261Z Compiling globset v0.4.18
21532026-07-24T06:42:01.315Z Compiling ed25519 v2.2.3
21542026-07-24T06:42:01.407Z Compiling strum v0.27.2
21552026-07-24T06:42:01.582Z Compiling hubpack v0.1.2
21562026-07-24T06:42:01.634Z Compiling phf_shared v0.11.3
21572026-07-24T06:42:01.676Z Compiling hkdf v0.12.4
21582026-07-24T06:42:01.691Z Compiling crossbeam-epoch v0.9.18
21592026-07-24T06:42:01.737Z Compiling pkcs1 v0.7.5
21602026-07-24T06:42:01.808Z Compiling olpc-cjson v0.1.4
21612026-07-24T06:42:01.987Z Compiling serde_plain v1.0.2
21622026-07-24T06:42:02.049Z Compiling serde-big-array v0.5.1
21632026-07-24T06:42:02.107Z Compiling pem v3.0.6
21642026-07-24T06:42:02.196Z Compiling crypto-bigint v0.5.5
21652026-07-24T06:42:02.227Z Compiling float-cmp v0.10.0
21662026-07-24T06:42:02.246Z Compiling memmap2 v0.9.10
21672026-07-24T06:42:02.357Z Compiling env_filter v1.0.0
21682026-07-24T06:42:02.389Z Compiling difflib v0.4.0
21692026-07-24T06:42:02.409Z Compiling data-encoding v2.10.0
21702026-07-24T06:42:02.463Z Compiling predicates-core v1.0.10
21712026-07-24T06:42:02.478Z Compiling new_debug_unreachable v1.0.6
21722026-07-24T06:42:02.566Z Compiling typed-path v0.9.3
21732026-07-24T06:42:02.634Z Compiling fixedbitset v0.4.2
21742026-07-24T06:42:02.651Z Compiling const-oid v0.10.2
21752026-07-24T06:42:02.651Z Compiling whoami v2.1.0
21762026-07-24T06:42:02.856Z Compiling jiff v0.2.21
21772026-07-24T06:42:02.871Z Compiling static_assertions v1.1.0
21782026-07-24T06:42:02.888Z Compiling keccak v0.1.6
21792026-07-24T06:42:02.969Z Compiling normalize-line-endings v0.3.0
21802026-07-24T06:42:03.082Z Compiling toml_write v0.1.2
21812026-07-24T06:42:03.107Z Compiling fixedbitset v0.5.7
21822026-07-24T06:42:03.123Z Compiling precomputed-hash v0.1.1
21832026-07-24T06:42:03.127Z Compiling elliptic-curve v0.13.8
21842026-07-24T06:42:03.171Z Compiling chacha20 v0.10.0
21852026-07-24T06:42:03.311Z Compiling toml_edit v0.22.27
21862026-07-24T06:42:03.323Z Compiling string_cache v0.8.9
21872026-07-24T06:42:03.329Z Compiling petgraph v0.8.3
21882026-07-24T06:42:03.403Z Compiling predicates v3.1.4
21892026-07-24T06:42:03.476Z Compiling sha3 v0.10.8
21902026-07-24T06:42:03.492Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-07-24T06:42:03.511Z Compiling tokio-postgres v0.7.16
21922026-07-24T06:42:03.527Z Compiling digest v0.11.3
21932026-07-24T06:42:03.545Z Compiling petgraph v0.6.5
21942026-07-24T06:42:03.689Z Compiling hickory-proto v0.25.2
21952026-07-24T06:42:03.732Z Compiling env_logger v0.11.9
21962026-07-24T06:42:03.773Z Compiling usdt v0.6.0
21972026-07-24T06:42:04.343Z Compiling rsa v0.9.10
21982026-07-24T06:42:05.435Z Compiling zip v4.6.1
21992026-07-24T06:42:05.504Z Compiling ed25519-dalek v2.2.0
22002026-07-24T06:42:05.572Z Compiling zip v0.6.6
22012026-07-24T06:42:05.843Z Compiling crossterm v0.28.1
22022026-07-24T06:42:06.026Z Compiling iddqd v0.4.2
22032026-07-24T06:42:06.125Z Compiling clap v4.6.1
22042026-07-24T06:42:06.273Z Compiling serde_with v3.21.0
22052026-07-24T06:42:06.365Z Compiling similar v2.7.0
22062026-07-24T06:42:06.563Z Compiling byte-wrapper v0.1.0
22072026-07-24T06:42:06.604Z Compiling strum v0.26.3
22082026-07-24T06:42:06.620Z Compiling toml v0.7.8
22092026-07-24T06:42:06.756Z Compiling tokio-stream v0.1.18
22102026-07-24T06:42:06.889Z Compiling buf-list v1.1.2
22112026-07-24T06:42:07.011Z Compiling x509-cert v0.2.5
22122026-07-24T06:42:07.157Z Compiling itertools v0.13.0
22132026-07-24T06:42:07.188Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-24T06:42:07.255Z Compiling openapiv3 v2.2.0
22152026-07-24T06:42:08.079Z Compiling lalrpop-util v0.19.12
22162026-07-24T06:42:08.150Z Compiling peg-runtime v0.8.5
22172026-07-24T06:42:23.848Z Compiling rustls-webpki v0.103.13
22182026-07-24T06:42:25.557Z Compiling macaddr v1.0.1
22192026-07-24T06:42:25.597Z Compiling structmeta-derive v0.3.0
22202026-07-24T06:42:25.664Z Compiling darling_core v0.21.3
22212026-07-24T06:42:25.709Z Compiling crucible-workspace-hack v0.1.0
22222026-07-24T06:42:25.858Z Compiling rayon-core v1.13.0
22232026-07-24T06:42:25.916Z Compiling itertools v0.14.0
22242026-07-24T06:42:25.956Z Compiling secrecy v0.10.3
22252026-07-24T06:42:26.076Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-24T06:42:26.116Z Compiling heapless v0.8.0
22272026-07-24T06:42:26.144Z Compiling toml_datetime v0.7.5+spec-1.1.0
22282026-07-24T06:42:26.227Z Compiling crossbeam-deque v0.8.6
22292026-07-24T06:42:26.288Z Compiling inout v0.1.4
22302026-07-24T06:42:26.394Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-07-24T06:42:26.470Z Compiling hash32 v0.3.1
22322026-07-24T06:42:26.473Z Compiling multer v3.1.0
22332026-07-24T06:42:26.520Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-07-24T06:42:26.622Z Compiling thread_local v1.1.9
22352026-07-24T06:42:26.638Z Compiling structmeta v0.3.0
22362026-07-24T06:42:26.669Z Compiling unicode-width v0.2.0
22372026-07-24T06:42:26.693Z Compiling slog-async v2.8.0
22382026-07-24T06:42:26.708Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392026-07-24T06:42:26.780Z Compiling smoltcp v0.11.0
22402026-07-24T06:42:26.869Z Compiling match_cfg v0.1.0
22412026-07-24T06:42:26.956Z Compiling compression-core v0.4.31
22422026-07-24T06:42:26.990Z Compiling hostname v0.3.1
22432026-07-24T06:42:27.007Z Compiling proc-macro-crate v3.4.0
22442026-07-24T06:42:27.037Z Compiling derive-ex v0.1.8
22452026-07-24T06:42:27.147Z Compiling compression-codecs v0.4.37
22462026-07-24T06:42:27.179Z Compiling cipher v0.4.4
22472026-07-24T06:42:27.211Z Compiling atomicwrites v0.4.4
22482026-07-24T06:42:27.315Z Compiling tokio-rustls v0.26.4
22492026-07-24T06:42:27.445Z Compiling rustls-platform-verifier v0.6.2
22502026-07-24T06:42:27.461Z Compiling tough v0.22.0
22512026-07-24T06:42:27.509Z Compiling slog-json v2.6.1
22522026-07-24T06:42:27.533Z Compiling crossbeam-channel v0.5.15
22532026-07-24T06:42:27.610Z Compiling hyper-rustls v0.27.7
22542026-07-24T06:42:27.669Z Compiling half v2.7.1
22552026-07-24T06:42:27.688Z Compiling newtype-uuid-macros v0.1.0
22562026-07-24T06:42:27.779Z Compiling cobs v0.3.0
22572026-07-24T06:42:27.808Z Compiling darling_macro v0.21.3
22582026-07-24T06:42:27.925Z Compiling reqwest v0.13.2
22592026-07-24T06:42:28.031Z Compiling thiserror-impl-no-std v2.0.2
22602026-07-24T06:42:28.079Z Compiling universal-hash v0.5.1
22612026-07-24T06:42:28.244Z Compiling async-stream-impl v0.3.6
22622026-07-24T06:42:28.261Z Compiling serde_spanned v1.1.1
22632026-07-24T06:42:28.355Z Compiling darling v0.21.3
22642026-07-24T06:42:28.436Z Compiling toml_datetime v1.1.1+spec-1.1.0
22652026-07-24T06:42:28.459Z Compiling is-terminal v0.4.17
22662026-07-24T06:42:28.475Z Compiling ingot-macros v0.1.1
22672026-07-24T06:42:28.583Z Compiling proc-macro-error-attr v1.0.4
22682026-07-24T06:42:28.587Z Compiling dropshot v0.17.1
22692026-07-24T06:42:28.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22702026-07-24T06:42:28.832Z Compiling toml_writer v1.1.1+spec-1.1.0
22712026-07-24T06:42:28.848Z Compiling ciborium-io v0.2.2
22722026-07-24T06:42:28.865Z Compiling term v1.2.1
22732026-07-24T06:42:28.880Z Compiling convert_case v0.4.0
22742026-07-24T06:42:28.880Z Compiling opaque-debug v0.3.1
22752026-07-24T06:42:28.966Z Compiling take_mut v0.2.2
22762026-07-24T06:42:28.984Z Compiling poly1305 v0.8.0
22772026-07-24T06:42:29.022Z Compiling ciborium-ll v0.2.2
22782026-07-24T06:42:29.117Z Compiling toml v1.1.2+spec-1.1.0
22792026-07-24T06:42:29.132Z Compiling thiserror-no-std v2.0.2
22802026-07-24T06:42:29.204Z Compiling derive_more v0.99.20
22812026-07-24T06:42:29.241Z Compiling slog-term v2.9.2
22822026-07-24T06:42:29.301Z Compiling async-stream v0.3.6
22832026-07-24T06:42:29.572Z Compiling test-strategy v0.4.5
22842026-07-24T06:42:29.590Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-24T06:42:29.610Z Compiling postcard v1.1.3
22862026-07-24T06:42:29.635Z Compiling slog-bunyan v2.5.0
22872026-07-24T06:42:30.008Z Compiling num_enum_derive v0.7.6
22882026-07-24T06:42:30.336Z Compiling chacha20 v0.9.1
22892026-07-24T06:42:30.523Z Compiling async-compression v0.4.41
22902026-07-24T06:42:30.674Z Compiling parse-display-derive v0.10.0
22912026-07-24T06:42:30.906Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-24T06:42:30.973Z Compiling sha1 v0.11.0
22932026-07-24T06:42:31.015Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-07-24T06:42:31.053Z Compiling proc-macro-crate v1.3.1
22952026-07-24T06:42:31.124Z Compiling ingot-types v0.1.2
22962026-07-24T06:42:31.208Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972026-07-24T06:42:31.305Z Compiling waitgroup v0.1.2
22982026-07-24T06:42:31.404Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-24T06:42:31.407Z Compiling backon v1.6.0
23002026-07-24T06:42:31.420Z Compiling password-hash v0.5.0
23012026-07-24T06:42:31.453Z Compiling rustls-pemfile v2.2.0
23022026-07-24T06:42:31.456Z Compiling dropshot_endpoint v0.17.1
23032026-07-24T06:42:31.487Z Compiling blake2 v0.10.6
23042026-07-24T06:42:31.618Z Compiling ingot v0.1.1
23052026-07-24T06:42:31.637Z Compiling aead v0.5.2
23062026-07-24T06:42:31.688Z Compiling foreign-types-macros v0.2.3
23072026-07-24T06:42:31.752Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-24T06:42:31.842Z Compiling serde_path_to_error v0.1.20
23092026-07-24T06:42:31.859Z Compiling hostname v0.4.2
23102026-07-24T06:42:31.859Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-24T06:42:32.005Z Compiling proc-macro-error v1.0.4
23122026-07-24T06:42:32.042Z Compiling instant v0.1.13
23132026-07-24T06:42:32.108Z Compiling foreign-types-shared v0.3.1
23142026-07-24T06:42:32.183Z Compiling debug-ignore v1.0.5
23152026-07-24T06:42:32.199Z Compiling parse-display v0.10.0
23162026-07-24T06:42:32.202Z Compiling backoff v0.4.0
23172026-07-24T06:42:32.296Z Compiling chacha20poly1305 v0.10.1
23182026-07-24T06:42:32.312Z Compiling foreign-types v0.5.0
23192026-07-24T06:42:32.317Z Compiling argon2 v0.5.3
23202026-07-24T06:42:32.317Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-24T06:42:32.379Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-07-24T06:42:32.411Z Compiling num_enum_derive v0.5.11
23232026-07-24T06:42:32.428Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-24T06:42:32.461Z Compiling num_enum v0.7.6
23252026-07-24T06:42:32.510Z Compiling vsss-rs v3.3.4
23262026-07-24T06:42:32.603Z Compiling ciborium v0.2.2
23272026-07-24T06:42:32.946Z Compiling tabwriter v1.4.1
23282026-07-24T06:42:33.013Z Compiling regress v0.10.5
23292026-07-24T06:42:33.106Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-24T06:42:33.106Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-24T06:42:33.139Z Compiling cstr-argument v0.1.2
23322026-07-24T06:42:33.288Z Compiling humantime v2.3.0
23332026-07-24T06:42:33.305Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-24T06:42:33.330Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-07-24T06:42:33.346Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-24T06:42:33.394Z Compiling num_enum v0.5.11
23372026-07-24T06:42:33.535Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-24T06:42:33.569Z Compiling rayon v1.11.0
23392026-07-24T06:42:33.583Z Compiling rand v0.10.1
23402026-07-24T06:42:33.599Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-07-24T06:42:33.617Z Compiling colored v3.1.1
23422026-07-24T06:42:33.617Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-07-24T06:42:33.709Z Compiling libefi-sys v0.1.0
23442026-07-24T06:42:33.747Z Compiling indent_write v2.2.0
23452026-07-24T06:42:33.763Z Compiling zone_cfg_derive v0.3.1
23462026-07-24T06:42:33.785Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-24T06:42:33.916Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-24T06:42:33.932Z Compiling camino-tempfile v1.4.1
23492026-07-24T06:42:33.970Z Compiling itertools v0.12.1
23502026-07-24T06:42:33.986Z Compiling usdt-attr-macro v0.5.0
23512026-07-24T06:42:34.035Z Compiling usdt-macro v0.5.0
23522026-07-24T06:42:34.053Z Compiling num-derive v0.4.2
23532026-07-24T06:42:34.156Z Compiling bitfield-struct v0.6.2
23542026-07-24T06:42:34.364Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-24T06:42:34.381Z Compiling blake3 v1.8.5
23562026-07-24T06:42:34.428Z Compiling memmap v0.7.0
23572026-07-24T06:42:34.445Z Compiling sigpipe v0.1.3
23582026-07-24T06:42:34.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-24T06:42:34.640Z Compiling glob v0.3.3
23602026-07-24T06:42:34.677Z Compiling swrite v0.1.0
23612026-07-24T06:42:34.739Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-24T06:42:34.811Z Compiling usdt v0.5.0
23632026-07-24T06:42:34.844Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-24T06:42:34.994Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23652026-07-24T06:42:35.052Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-24T06:42:35.068Z Compiling smf v0.2.3
23672026-07-24T06:42:35.169Z Compiling filetime v0.2.27
23682026-07-24T06:42:35.262Z Compiling xattr v1.6.1
23692026-07-24T06:42:35.285Z Compiling zone v0.3.1
23702026-07-24T06:42:35.369Z Compiling arrayref v0.3.9
23712026-07-24T06:42:35.385Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-07-24T06:42:35.400Z Compiling constant_time_eq v0.4.2
23732026-07-24T06:42:35.460Z Compiling whoami v1.6.1
23742026-07-24T06:42:35.472Z Compiling arrayvec v0.7.6
23752026-07-24T06:42:35.472Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-24T06:42:35.472Z Compiling tar v0.4.46
23772026-07-24T06:42:35.520Z Compiling tokio-dtrace v0.1.1
23782026-07-24T06:42:35.576Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-07-24T06:42:35.616Z Compiling console v0.16.2
23802026-07-24T06:42:35.775Z Compiling gethostname v0.5.0
23812026-07-24T06:42:35.833Z Compiling unit-prefix v0.5.2
23822026-07-24T06:42:35.872Z Compiling topological-sort v0.2.2
23832026-07-24T06:42:35.924Z Compiling oxide-tokio-rt v0.1.4
23842026-07-24T06:42:35.940Z Compiling toml v0.8.23
23852026-07-24T06:42:36.005Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-24T06:42:36.191Z Compiling indicatif v0.18.4
23872026-07-24T06:42:36.218Z Compiling shell-words v1.1.1
23882026-07-24T06:42:36.363Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23892026-07-24T06:42:45.697Z Compiling progenitor-client v0.14.0
23902026-07-24T06:42:45.697Z Compiling omicron-zone-package v0.12.3
23912026-07-24T06:42:45.950Z Compiling progenitor-extras v0.2.0
23922026-07-24T06:42:46.290Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-24T06:42:46.318Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-24T06:42:46.381Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-24T06:42:46.412Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-24T06:42:46.463Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-24T06:42:46.492Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-24T06:42:46.592Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-24T06:42:46.740Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-24T06:42:47.060Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-24T06:42:51.000Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-24T06:42:59.131Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-24T06:43:02.321Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-24T06:43:03.390Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-24T06:43:12.785Z Finished `release` profile [optimized] target(s) in 1m 40s
24062026-07-24T06:43:12.888Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-24T06:43:12.950ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-24T06:43:12.955ZCreated new build target 'test' and set it as active
24092026-07-24T06:43:12.955Z
24102026-07-24T06:43:12.955Zreal 1:40.727917587
24112026-07-24T06:43:12.955Zuser 16:31.695055114
24122026-07-24T06:43:12.955Zsys 2:37.723867796
24132026-07-24T06:43:12.955Ztrap 0.456927142
24142026-07-24T06:43:12.955Ztflt 2.209335700
24152026-07-24T06:43:12.955Zdflt 4.203864319
24162026-07-24T06:43:12.955Zkflt 0.000508319
24172026-07-24T06:43:12.955Zlock 52:05.093838017
24182026-07-24T06:43:12.955Zslp 42:24.598483777
24192026-07-24T06:43:12.955Zlat 43.501367525
24202026-07-24T06:43:12.955Zstop 5:24.703947700
24212026-07-24T06:43:12.955Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-24T06:43:13.809Z Finished `release` profile [optimized] target(s) in 0.84s
24232026-07-24T06:43:13.876Z Running `target/release/omicron-package -t test package`
24242026-07-24T06:43:13.931ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-24T06:43:15.308Z Compiling heck v0.5.0
24262026-07-24T06:43:15.509Z Compiling regress v0.11.1
24272026-07-24T06:43:15.540Z Compiling unsafe-libyaml v0.2.11
24282026-07-24T06:43:15.557Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-24T06:43:15.582Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-24T06:43:15.603Z Compiling derive-where v1.6.0
24312026-07-24T06:43:15.606Z Compiling bytecount v0.6.9
24322026-07-24T06:43:15.623Z Compiling atomicwrites v0.4.4
24332026-07-24T06:43:15.628Z Compiling is-terminal v0.4.17
24342026-07-24T06:43:15.683Z Compiling prettyplease v0.2.37
24352026-07-24T06:43:15.689Z Compiling console v0.15.11
24362026-07-24T06:43:15.689Z Compiling newline-converter v0.3.0
24372026-07-24T06:43:15.689Z Compiling slog-dtrace v0.3.0
24382026-07-24T06:43:15.764Z Compiling resolv-conf v0.7.6
24392026-07-24T06:43:15.769Z Compiling num-rational v0.4.2
24402026-07-24T06:43:15.804Z Compiling num-complex v0.4.6
24412026-07-24T06:43:15.828Z Compiling thread_local v1.1.9
24422026-07-24T06:43:15.832Z Compiling match_cfg v0.1.0
24432026-07-24T06:43:15.870Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-24T06:43:15.891Z Compiling compression-core v0.4.31
24452026-07-24T06:43:15.949Z Compiling unicode-width v0.1.14
24462026-07-24T06:43:15.992Z Compiling cancel-safe-futures v0.1.5
24472026-07-24T06:43:16.067Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-24T06:43:16.087Z Compiling compression-codecs v0.4.37
24492026-07-24T06:43:16.093Z Compiling hostname v0.3.1
24502026-07-24T06:43:16.211Z Compiling expectorate v1.2.0
24512026-07-24T06:43:16.275Z Compiling num v0.4.3
24522026-07-24T06:43:16.294Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24532026-07-24T06:43:16.317Z Compiling multer v3.1.0
24542026-07-24T06:43:16.320Z Compiling slog-async v2.8.0
24552026-07-24T06:43:16.360Z Compiling crossbeam-channel v0.5.15
24562026-07-24T06:43:16.379Z Compiling slog-json v2.6.1
24572026-07-24T06:43:16.402Z Compiling serde_spanned v1.1.1
24582026-07-24T06:43:16.406Z Compiling toml_datetime v1.1.1+spec-1.1.0
24592026-07-24T06:43:16.406Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-07-24T06:43:16.462Z Compiling take_mut v0.2.2
24612026-07-24T06:43:16.637Z Compiling term v1.2.1
24622026-07-24T06:43:16.717Z Compiling linked-hash-map v0.5.6
24632026-07-24T06:43:16.717Z Compiling float-ord v0.3.2
24642026-07-24T06:43:16.718Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-24T06:43:16.718Z Compiling toml v1.1.2+spec-1.1.0
24662026-07-24T06:43:16.782Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-07-24T06:43:16.812Z Compiling slog-bunyan v2.5.0
24682026-07-24T06:43:16.834Z Compiling oxide-update-engine-types v0.1.2
24692026-07-24T06:43:16.837Z Compiling lru-cache v0.1.2
24702026-07-24T06:43:16.973Z Compiling slog-term v2.9.2
24712026-07-24T06:43:17.017Z Compiling async-compression v0.4.41
24722026-07-24T06:43:17.154Z Compiling typify-impl v0.6.2
24732026-07-24T06:43:17.163Z Compiling async-stream v0.3.6
24742026-07-24T06:43:17.320Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-24T06:43:17.360Z Compiling dropshot v0.17.1
24762026-07-24T06:43:17.379Z Compiling sha1 v0.11.0
24772026-07-24T06:43:17.389Z Compiling progenitor-client v0.14.0
24782026-07-24T06:43:17.418Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-24T06:43:17.467Z Compiling waitgroup v0.1.2
24802026-07-24T06:43:17.487Z Compiling rustls-pemfile v2.2.0
24812026-07-24T06:43:17.589Z Compiling backon v1.6.0
24822026-07-24T06:43:17.639Z Compiling serde_path_to_error v0.1.20
24832026-07-24T06:43:17.643Z Compiling hostname v0.4.2
24842026-07-24T06:43:17.670Z Compiling instant v0.1.13
24852026-07-24T06:43:17.703Z Compiling minimal-lexical v0.2.1
24862026-07-24T06:43:17.722Z Compiling linear-map v1.2.0
24872026-07-24T06:43:17.805Z Compiling debug-ignore v1.0.5
24882026-07-24T06:43:17.827Z Compiling backoff v0.4.0
24892026-07-24T06:43:17.848Z Compiling progenitor-extras v0.2.0
24902026-07-24T06:43:17.871Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-24T06:43:17.939Z Compiling nom v7.1.3
24922026-07-24T06:43:17.990Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-24T06:43:18.012Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-24T06:43:18.076Z Compiling oxide-update-engine v0.1.2
24952026-07-24T06:43:18.085Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-07-24T06:43:18.133Z Compiling parse-display v0.10.0
24972026-07-24T06:43:18.295Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982026-07-24T06:43:18.419Z Compiling hickory-proto v0.24.4
24992026-07-24T06:43:18.686Z Compiling regress v0.10.5
25002026-07-24T06:43:19.042Z Compiling macaddr v1.0.1
25012026-07-24T06:43:19.291Z Compiling humantime v2.3.0
25022026-07-24T06:43:19.351Z Compiling unicode-xid v0.2.6
25032026-07-24T06:43:19.526Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-24T06:43:19.556Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-24T06:43:19.615Z Compiling convert_case v0.10.0
25062026-07-24T06:43:19.652Z Compiling owo-colors v4.3.0
25072026-07-24T06:43:19.843Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-07-24T06:43:19.912Z Compiling derive_more-impl v2.1.1
25092026-07-24T06:43:20.010Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-07-24T06:43:20.052Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-24T06:43:20.256Z Compiling toml v0.8.23
25122026-07-24T06:43:20.568Z Compiling typify-macro v0.6.2
25132026-07-24T06:43:20.710Z Compiling derive_more v2.1.1
25142026-07-24T06:43:20.726Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-24T06:43:20.784Z Compiling papergrid v0.11.0
25162026-07-24T06:43:20.815Z Compiling tabled_derive v0.7.0
25172026-07-24T06:43:20.854Z Compiling termtree v0.5.1
25182026-07-24T06:43:20.893Z Compiling crossterm v0.29.0
25192026-07-24T06:43:21.041Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-24T06:43:21.292Z Compiling hickory-resolver v0.24.4
25212026-07-24T06:43:21.783Z Compiling tabled v0.15.0
25222026-07-24T06:43:22.037Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-07-24T06:43:22.093Z Compiling phf_shared v0.12.1
25242026-07-24T06:43:22.177Z Compiling typify v0.6.2
25252026-07-24T06:43:22.366Z Compiling progenitor-impl v0.14.0
25262026-07-24T06:43:22.822Z Compiling qorb v0.4.1
25272026-07-24T06:43:22.924Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-24T06:43:23.506Z Compiling csv-core v0.1.13
25292026-07-24T06:43:23.892Z Compiling vte v0.14.1
25302026-07-24T06:43:23.960Z Compiling highway v1.3.0
25312026-07-24T06:43:24.158Z Compiling chrono-tz v0.10.4
25322026-07-24T06:43:24.413Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-07-24T06:43:24.550Z Compiling progenitor-macro v0.14.0
25342026-07-24T06:43:25.891Z Compiling strip-ansi-escapes v0.2.1
25352026-07-24T06:43:25.960Z Compiling csv v1.4.0
25362026-07-24T06:43:26.029Z Compiling phf v0.12.1
25372026-07-24T06:43:26.238Z Compiling const_format_proc_macros v0.2.34
25382026-07-24T06:43:26.264Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-24T06:43:26.420Z Compiling fd-lock v4.0.4
25402026-07-24T06:43:26.590Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-24T06:43:26.777Z Compiling peg-macros v0.8.5
25422026-07-24T06:43:27.091Z Compiling nu-ansi-term v0.50.3
25432026-07-24T06:43:27.383Z Compiling reedline v0.40.0
25442026-07-24T06:43:27.454Z Compiling const_format v0.2.35
25452026-07-24T06:43:27.561Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-24T06:43:28.012Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-24T06:43:28.139Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-24T06:43:28.156Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-24T06:43:28.614Z Compiling progenitor v0.14.0
25502026-07-24T06:43:28.799Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-24T06:43:28.991Z Compiling peg v0.8.5
25522026-07-24T06:43:29.149Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-24T06:43:29.593Z Compiling bcs v0.1.6
25542026-07-24T06:43:29.851Z Compiling nom v8.0.0
25552026-07-24T06:43:29.952Z Compiling semver v0.1.20
25562026-07-24T06:43:30.265Z Compiling rustc_version v0.1.7
25572026-07-24T06:43:30.473Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-07-24T06:43:30.521Z Compiling newtype_derive v0.1.6
25592026-07-24T06:43:30.739Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-24T06:43:30.755Z Compiling unicode-linebreak v0.1.5
25612026-07-24T06:43:30.788Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-07-24T06:43:30.938Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-24T06:43:31.072Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-24T06:43:31.104Z Compiling smawk v0.3.2
25652026-07-24T06:43:31.712Z Compiling textwrap v0.16.2
25662026-07-24T06:43:31.733Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-24T06:43:31.733Z Compiling steno v0.4.1
25682026-07-24T06:43:31.733Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-24T06:43:32.055Z Compiling base64 v0.21.7
25702026-07-24T06:43:32.101Z Compiling sha1 v0.10.6
25712026-07-24T06:43:32.583Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25722026-07-24T06:43:32.597Z Compiling tagptr v0.2.0
25732026-07-24T06:43:32.597Z Compiling utf-8 v0.7.6
25742026-07-24T06:43:32.814Z Compiling moka v0.12.13
25752026-07-24T06:43:32.844Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-24T06:43:32.949Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-24T06:43:33.102Z Compiling tungstenite v0.21.0
25782026-07-24T06:43:33.173Z Compiling display-error-chain v0.2.2
25792026-07-24T06:43:33.541Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-24T06:43:33.759Z Compiling tokio-tungstenite v0.21.0
25812026-07-24T06:43:34.043Z Compiling hickory-resolver v0.25.2
25822026-07-24T06:43:34.143Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25832026-07-24T06:43:34.197Z Compiling radium v0.7.0
25842026-07-24T06:43:34.534Z Compiling tap v1.0.1
25852026-07-24T06:43:34.593Z Compiling maybe-uninit v2.0.0
25862026-07-24T06:43:34.826Z Compiling wyz v0.5.1
25872026-07-24T06:43:34.995Z Compiling num-derive v0.3.3
25882026-07-24T06:43:35.237Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-07-24T06:43:35.308Z Compiling vergen-lib v0.1.6
25902026-07-24T06:43:39.781Z Compiling zerocopy-derive v0.6.6
25912026-07-24T06:43:39.816Z Compiling proc-macro-error-attr2 v2.0.0
25922026-07-24T06:43:39.816Z Compiling crc-catalog v2.4.0
25932026-07-24T06:43:39.816Z Compiling packed_struct v0.10.1
25942026-07-24T06:43:39.817Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-07-24T06:43:39.817Z Compiling funty v2.0.0
25962026-07-24T06:43:39.817Z Compiling diesel_derives v2.3.7
25972026-07-24T06:43:39.817Z Compiling bitvec v1.0.1
25982026-07-24T06:43:39.817Z Compiling crc v3.4.0
25992026-07-24T06:43:39.817Z Compiling zerocopy v0.6.6
26002026-07-24T06:43:39.845Z Compiling proc-macro-error2 v2.0.1
26012026-07-24T06:43:39.845Z Compiling libscf-sys v1.1.0
26022026-07-24T06:43:39.845Z Compiling dsl_auto_type v0.2.0
26032026-07-24T06:43:39.845Z Compiling scheduled-thread-pool v0.2.7
26042026-07-24T06:43:39.845Z Compiling packed_struct_codegen v0.10.1
26052026-07-24T06:43:39.845Z Compiling vergen-gitcl v1.0.8
26062026-07-24T06:43:39.845Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26072026-07-24T06:43:39.845Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26082026-07-24T06:43:39.845Z Compiling bitfield-macros v0.19.4
26092026-07-24T06:43:39.846Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-24T06:43:39.846Z Compiling dirs-sys-next v0.1.2
26112026-07-24T06:43:39.846Z Compiling indexmap v1.9.3
26122026-07-24T06:43:39.846Z Compiling glob v0.3.3
26132026-07-24T06:43:39.846Z Compiling crunchy v0.2.4
26142026-07-24T06:43:39.846Z Compiling nodrop v0.1.14
26152026-07-24T06:43:39.846Z Compiling maplit v1.0.2
26162026-07-24T06:43:39.846Z Compiling bitfield v0.19.4
26172026-07-24T06:43:39.846Z Compiling array-init v0.0.4
26182026-07-24T06:43:39.846Z Compiling clang-sys v1.8.1
26192026-07-24T06:43:39.846Z Compiling dirs-next v2.0.0
26202026-07-24T06:43:39.846Z Compiling r2d2 v0.8.10
26212026-07-24T06:43:39.846Z Compiling smallvec v0.6.14
26222026-07-24T06:43:39.846Z Compiling tabled_derive v0.11.0
26232026-07-24T06:43:39.846Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26242026-07-24T06:43:39.874Z Compiling papergrid v0.17.0
26252026-07-24T06:43:40.042Z Compiling testing_table v0.3.0
26262026-07-24T06:43:40.189Z Compiling downcast-rs v2.0.2
26272026-07-24T06:43:40.324Z Compiling hashbrown v0.12.3
26282026-07-24T06:43:40.445Z Compiling tiny-keccak v2.0.2
26292026-07-24T06:43:40.490Z Compiling serde-hex v0.1.0
26302026-07-24T06:43:40.649Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-07-24T06:43:40.717Z Compiling term v0.7.0
26322026-07-24T06:43:40.816Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-24T06:43:40.925Z Compiling ron v0.8.1
26342026-07-24T06:43:40.996Z Compiling hashbrown v0.13.2
26352026-07-24T06:43:41.051Z Compiling tabled v0.20.0
26362026-07-24T06:43:41.218Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-24T06:43:41.389Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-24T06:43:41.624Z Compiling crc-any v2.5.0
26392026-07-24T06:43:41.645Z Compiling bit-vec v0.6.3
26402026-07-24T06:43:41.885Z Compiling bit-set v0.5.3
26412026-07-24T06:43:42.043Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26422026-07-24T06:43:42.141Z Compiling object v0.30.4
26432026-07-24T06:43:42.632Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26442026-07-24T06:43:42.678Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-07-24T06:43:42.703Z Compiling ascii-canvas v3.0.0
26462026-07-24T06:43:42.969Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26472026-07-24T06:43:43.331Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-07-24T06:43:43.335Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492026-07-24T06:43:43.534Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-07-24T06:43:43.562Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26512026-07-24T06:43:43.742Z Compiling itertools v0.10.5
26522026-07-24T06:43:43.788Z Compiling ena v0.14.4
26532026-07-24T06:43:43.955Z Compiling libloading v0.8.9
26542026-07-24T06:43:44.053Z Compiling unicase v2.9.0
26552026-07-24T06:43:44.219Z Compiling path-slash v0.1.5
26562026-07-24T06:43:44.222Z Compiling diesel v2.3.7
26572026-07-24T06:43:44.373Z Compiling xshell-macros v0.2.7
26582026-07-24T06:43:44.409Z Compiling regex-syntax v0.6.29
26592026-07-24T06:43:44.675Z Compiling bindgen v0.71.1
26602026-07-24T06:43:44.790Z Compiling diff v0.1.13
26612026-07-24T06:43:44.869Z Compiling xshell v0.2.7
26622026-07-24T06:43:45.541Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-24T06:43:46.238Z Compiling lalrpop v0.19.12
26642026-07-24T06:43:46.450Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-24T06:43:47.016Z Compiling cexpr v0.6.0
26662026-07-24T06:43:47.101Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-24T06:43:47.341Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-24T06:43:47.590Z Compiling crc8 v0.1.1
26692026-07-24T06:43:47.659Z Compiling rustc-hash v2.1.1
26702026-07-24T06:43:47.729Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-24T06:43:47.925Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-07-24T06:43:48.002Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-07-24T06:43:48.196Z Compiling headers-core v0.3.0
26742026-07-24T06:43:48.359Z Compiling libxml v0.3.3
26752026-07-24T06:43:48.485Z Compiling headers v0.4.1
26762026-07-24T06:43:48.712Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-07-24T06:43:48.954Z Compiling strum_macros v0.24.3
26782026-07-24T06:43:48.978Z Compiling indoc v1.0.9
26792026-07-24T06:43:49.135Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-07-24T06:43:49.436Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-07-24T06:43:49.671Z Compiling derive_builder v0.20.2
26822026-07-24T06:43:49.841Z Compiling quick-xml v0.37.5
26832026-07-24T06:43:50.160Z Compiling oso-derive v0.27.3
26842026-07-24T06:43:50.212Z Compiling impl-trait-for-tuples v0.2.3
26852026-07-24T06:43:50.677Z Compiling openssl-probe v0.1.6
26862026-07-24T06:43:50.734Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-07-24T06:43:50.908Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-07-24T06:43:50.976Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-07-24T06:43:51.141Z Compiling bb8 v0.8.6
26902026-07-24T06:43:51.377Z Compiling trait-variant v0.1.2
26912026-07-24T06:43:51.409Z Compiling half v1.8.3
26922026-07-24T06:43:51.507Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-07-24T06:43:51.528Z Compiling progenitor-impl v0.13.0
26942026-07-24T06:43:51.550Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-07-24T06:43:51.803Z Compiling serde_cbor v0.11.2
26962026-07-24T06:43:51.896Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-07-24T06:43:51.977Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-07-24T06:43:52.451Z Compiling samael v0.0.19
26992026-07-24T06:43:52.579Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27002026-07-24T06:43:52.839Z Compiling progenitor-client v0.13.0
27012026-07-24T06:43:52.890Z Compiling nonempty v0.12.0
27022026-07-24T06:43:52.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-07-24T06:43:53.139Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-24T06:43:53.189Z Compiling fxhash v0.2.1
27052026-07-24T06:43:53.361Z Compiling libz-sys v1.1.24
27062026-07-24T06:43:53.386Z Compiling salty v0.3.0
27072026-07-24T06:43:53.749Z Compiling progenitor-macro v0.13.0
27082026-07-24T06:43:53.768Z Compiling polar-core v0.27.3
27092026-07-24T06:43:53.880Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-07-24T06:43:54.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27112026-07-24T06:43:54.156Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-07-24T06:43:54.560Z Compiling kstat-rs v0.2.4
27132026-07-24T06:43:54.586Z Compiling arc-swap v1.8.2
27142026-07-24T06:43:54.959Z Compiling fs-err v2.11.0
27152026-07-24T06:43:55.247Z Compiling slog-scope v4.4.1
27162026-07-24T06:43:55.272Z Compiling mime_guess v2.0.5
27172026-07-24T06:43:55.321Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-07-24T06:43:55.352Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-07-24T06:43:55.685Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27202026-07-24T06:43:55.804Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27212026-07-24T06:43:56.891Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-07-24T06:43:57.230Z Compiling rfc6979 v0.4.0
27232026-07-24T06:43:57.256Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-24T06:43:57.412Z Compiling nanorand v0.7.0
27252026-07-24T06:43:57.757Z Compiling progenitor v0.13.0
27262026-07-24T06:43:57.796Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-24T06:43:57.939Z Compiling parking_lot_core v0.8.6
27282026-07-24T06:43:57.966Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-24T06:43:58.302Z Compiling flume v0.11.1
27302026-07-24T06:43:58.711Z Compiling ecdsa v0.16.9
27312026-07-24T06:43:58.949Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-07-24T06:43:59.399Z Compiling slog-stdlog v4.1.1
27332026-07-24T06:43:59.909Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-24T06:44:00.023Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-24T06:44:00.094Z Compiling primeorder v0.13.6
27362026-07-24T06:44:00.284Z Compiling git-stub v1.0.0
27372026-07-24T06:44:00.423Z Compiling atty v0.2.14
27382026-07-24T06:44:00.553Z Compiling http-range v0.1.5
27392026-07-24T06:44:00.576Z Compiling strsim v0.10.0
27402026-07-24T06:44:00.884Z Compiling parse-size v1.1.0
27412026-07-24T06:44:00.887Z Compiling instability v0.3.11
27422026-07-24T06:44:01.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-24T06:44:01.177Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-24T06:44:01.278Z Compiling darling_core v0.13.4
27452026-07-24T06:44:01.410Z Compiling git-stub-vcs v0.1.0
27462026-07-24T06:44:02.970Z Compiling oso v0.27.3
27472026-07-24T06:44:05.256Z Compiling diesel-dtrace v0.5.0
27482026-07-24T06:44:05.580Z Compiling async-bb8-diesel v0.2.1
27492026-07-24T06:44:06.034Z Compiling p384 v0.13.1
27502026-07-24T06:44:06.089Z Compiling slog-envlogger v2.2.0
27512026-07-24T06:44:07.175Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-24T06:44:07.531Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-07-24T06:44:07.696Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542026-07-24T06:44:07.929Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27552026-07-24T06:44:08.186Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-24T06:44:08.215Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27572026-07-24T06:44:09.240Z Compiling ignore v0.4.25
27582026-07-24T06:44:09.608Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-24T06:44:10.327Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-07-24T06:44:11.034Z Compiling castaway v0.2.4
27612026-07-24T06:44:11.195Z Compiling vergen-git2 v9.1.0
27622026-07-24T06:44:11.442Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-24T06:44:11.660Z Compiling indoc v2.0.7
27642026-07-24T06:44:11.807Z Compiling compact_str v0.8.1
27652026-07-24T06:44:12.214Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-07-24T06:44:12.871Z Compiling globwalk v0.9.1
27672026-07-24T06:44:12.976Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-24T06:44:13.540Z Compiling parking_lot v0.11.2
27692026-07-24T06:44:13.631Z Compiling hyper-staticfile v0.10.1
27702026-07-24T06:44:14.208Z Compiling darling_macro v0.13.4
27712026-07-24T06:44:14.277Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-07-24T06:44:14.482Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27732026-07-24T06:44:14.724Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27742026-07-24T06:44:14.760Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-07-24T06:44:14.781Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-07-24T06:44:14.818Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27772026-07-24T06:44:15.141Z Compiling predicates-tree v1.0.13
27782026-07-24T06:44:15.564Z Compiling unicode-truncate v1.1.0
27792026-07-24T06:44:15.596Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-24T06:44:15.632Z Compiling lru v0.12.5
27812026-07-24T06:44:15.773Z Compiling prefix-trie v0.7.0
27822026-07-24T06:44:15.836Z Compiling rand_seeder v0.4.0
27832026-07-24T06:44:15.859Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-24T06:44:16.089Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-24T06:44:16.265Z Compiling cassowary v0.3.0
27862026-07-24T06:44:16.331Z Compiling corncobs v0.1.4
27872026-07-24T06:44:16.362Z Compiling illumos-nvpair-sys v0.2.0
27882026-07-24T06:44:16.451Z Compiling hickory-server v0.25.2
27892026-07-24T06:44:16.593Z Compiling ratatui v0.29.0
27902026-07-24T06:44:16.632Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-07-24T06:44:16.681Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-07-24T06:44:16.740Z Compiling camino-tempfile-ext v0.3.3
27932026-07-24T06:44:16.892Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-07-24T06:44:17.360Z Compiling darling v0.13.4
27952026-07-24T06:44:17.410Z Compiling sled v0.34.7
27962026-07-24T06:44:17.493Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27972026-07-24T06:44:17.770Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27982026-07-24T06:44:17.792Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-24T06:44:17.841Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-24T06:44:17.863Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-24T06:44:17.921Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-24T06:44:19.976Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-24T06:44:20.209Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-24T06:44:20.451Z Compiling secrecy v0.8.0
28052026-07-24T06:44:20.474Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-24T06:44:20.905Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-24T06:44:21.040Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-07-24T06:44:21.510Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-07-24T06:44:22.070Z Compiling serde_with_macros v1.5.2
28102026-07-24T06:44:22.521Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-24T06:44:23.085Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-24T06:44:23.579Z Compiling git2 v0.20.4
28132026-07-24T06:44:23.700Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28142026-07-24T06:44:24.025Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-07-24T06:44:24.898Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-07-24T06:44:25.058Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-24T06:44:25.144Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-07-24T06:44:25.316Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-24T06:44:25.404Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-24T06:44:25.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-07-24T06:44:25.646Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28222026-07-24T06:44:25.898Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-07-24T06:44:26.139Z Compiling void v1.0.2
28242026-07-24T06:44:26.328Z Compiling lzss v0.8.2
28252026-07-24T06:44:26.599Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28262026-07-24T06:44:26.646Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28272026-07-24T06:44:27.171Z Compiling illumos-nvpair v0.3.0
28282026-07-24T06:44:27.612Z Compiling serde_with v1.14.0
28292026-07-24T06:44:27.673Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-07-24T06:44:28.832Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-24T06:44:29.002Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-07-24T06:44:29.035Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28332026-07-24T06:44:29.808Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-07-24T06:44:30.105Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-24T06:44:31.161Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-07-24T06:44:31.902Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-07-24T06:44:31.924Z Compiling tungstenite v0.23.0
28382026-07-24T06:44:32.057Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28392026-07-24T06:44:32.153Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-07-24T06:44:33.742Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-24T06:44:34.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-07-24T06:44:34.114Z Compiling nix v0.27.1
28432026-07-24T06:44:34.300Z Compiling twox-hash v2.1.2
28442026-07-24T06:44:34.326Z Compiling libsw-core v0.3.2
28452026-07-24T06:44:34.329Z Compiling serde_bytes v0.11.19
28462026-07-24T06:44:34.570Z Compiling libsw v3.5.0
28472026-07-24T06:44:34.630Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-07-24T06:44:34.796Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28492026-07-24T06:44:34.896Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28502026-07-24T06:44:35.293Z Compiling tokio-tungstenite v0.23.1
28512026-07-24T06:44:35.594Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-07-24T06:44:35.644Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-07-24T06:44:35.673Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-07-24T06:44:37.346Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28552026-07-24T06:44:38.729Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28562026-07-24T06:44:39.041Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-07-24T06:44:39.356Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28582026-07-24T06:44:39.463Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-07-24T06:44:39.631Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28602026-07-24T06:44:39.769Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-07-24T06:44:39.856Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28622026-07-24T06:44:40.232Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28632026-07-24T06:44:40.743Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-07-24T06:44:41.689Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28652026-07-24T06:44:41.907Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-07-24T06:44:44.549Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-07-24T06:44:44.655Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28682026-07-24T06:44:45.191Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-07-24T06:44:45.831Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28702026-07-24T06:44:46.401Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-24T06:44:47.173Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28722026-07-24T06:44:47.214Z Compiling signal-hook-tokio v0.3.1
28732026-07-24T06:44:47.397Z Compiling fatfs v0.3.6
28742026-07-24T06:44:47.422Z Compiling yasna v0.5.2
28752026-07-24T06:44:47.426Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-07-24T06:44:47.888Z Compiling assert_matches v1.5.0
28772026-07-24T06:44:47.999Z Compiling seq-macro v0.3.6
28782026-07-24T06:44:48.549Z Compiling is_ci v1.2.0
28792026-07-24T06:44:48.662Z Compiling rcgen v0.12.1
28802026-07-24T06:44:48.770Z Compiling supports-color v3.0.2
28812026-07-24T06:44:48.988Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28822026-07-24T06:44:49.093Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28832026-07-24T06:44:49.277Z Compiling oxide-update-engine-display v0.1.2
28842026-07-24T06:44:49.872Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-07-24T06:44:50.274Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-07-24T06:44:51.177Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-07-24T06:44:51.269Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-07-24T06:44:51.420Z Compiling port-file v0.1.0
28892026-07-24T06:44:51.514Z Compiling rtoolbox v0.0.3
28902026-07-24T06:44:51.751Z Compiling subprocess v0.2.15
28912026-07-24T06:44:51.798Z Compiling rpassword v7.5.4
28922026-07-24T06:44:52.441Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-07-24T06:44:53.206Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-07-24T06:44:53.961Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-07-24T06:44:54.095Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-07-24T06:44:54.994Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-07-24T06:44:55.633Z Compiling tui-tree-widget v0.23.1
28982026-07-24T06:44:55.926Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
28992026-07-24T06:44:56.534Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-07-24T06:44:56.816Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-07-24T06:44:57.729Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-07-24T06:44:57.980Z Compiling uzers v0.12.2
29032026-07-24T06:44:58.754Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-07-24T06:44:59.428Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-07-24T06:44:59.574Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-07-24T06:45:00.885Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-07-24T06:45:02.049Z Compiling support-bundle-viewer v0.1.2
29082026-07-24T06:45:03.921Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-07-24T06:45:04.364Z Compiling multimap v0.10.1
29102026-07-24T06:45:15.812Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-07-24T06:45:21.947Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29122026-07-24T06:45:26.037Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29132026-07-24T06:45:26.671Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29142026-07-24T06:45:28.161Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29152026-07-24T06:51:46.492Z Finished `release` profile [optimized] target(s) in 8m 32s
29162026-07-24T06:52:32.672Z
29172026-07-24T06:52:32.675Zreal 9:19.690781081
29182026-07-24T06:52:32.675Zuser 1:19:42.613720938
29192026-07-24T06:52:32.675Zsys 3:31.617989479
29202026-07-24T06:52:32.675Ztrap 1.772563868
29212026-07-24T06:52:32.675Ztflt 3.906310781
29222026-07-24T06:52:32.675Zdflt 17.622951167
29232026-07-24T06:52:32.675Zkflt 0.076542549
29242026-07-24T06:52:32.675Zlock 6:48:09.439241011
29252026-07-24T06:52:32.675Zslp 2:13:44.348664752
29262026-07-24T06:52:32.675Zlat 2:23.767591978
29272026-07-24T06:52:32.675Zstop 5:10.539976569
29282026-07-24T06:52:32.675Z+ mapfile -t packages
29292026-07-24T06:52:32.675Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29302026-07-24T06:52:33.596Z Finished `release` profile [optimized] target(s) in 0.90s
29312026-07-24T06:52:33.668Z Running `target/release/omicron-package -t test list-outputs`
29322026-07-24T06:52:33.727ZLogging to: /work/oxidecomputer/omicron/out/LOG
29332026-07-24T06:52:33.730Z+ ptime -m cargo build --locked --release -p xtask
29342026-07-24T06:52:34.213Z Compiling libc v0.2.185
29352026-07-24T06:52:34.213Z Compiling serde_core v1.0.228
29362026-07-24T06:52:34.213Z Compiling serde v1.0.228
29372026-07-24T06:52:34.216Z Compiling rustix v1.1.3
29382026-07-24T06:52:34.216Z Compiling bitflags v2.11.0
29392026-07-24T06:52:34.323Z Compiling serde_json v1.0.150
29402026-07-24T06:52:34.381Z Compiling usdt-impl v0.5.0
29412026-07-24T06:52:34.384Z Compiling syn v2.0.117
29422026-07-24T06:52:34.390Z Compiling syn v1.0.109
29432026-07-24T06:52:34.412Z Compiling getrandom v0.4.1
29442026-07-24T06:52:34.423Z Compiling log v0.4.29
29452026-07-24T06:52:34.424Z Compiling indexmap v2.14.0
29462026-07-24T06:52:34.446Z Compiling fs-err v3.3.0
29472026-07-24T06:52:34.622Z Compiling heck v0.4.1
29482026-07-24T06:52:34.716Z Compiling once_cell v1.21.3
29492026-07-24T06:52:34.716Z Compiling anyhow v1.0.102
29502026-07-24T06:52:35.101Z Compiling errno v0.3.14
29512026-07-24T06:52:35.104Z Compiling thread-id v4.2.2
29522026-07-24T06:52:35.104Z Compiling memmap v0.7.0
29532026-07-24T06:52:35.868Z Compiling proc-macro-error v1.0.4
29542026-07-24T06:52:36.071Z Compiling terminal_size v0.4.3
29552026-07-24T06:52:36.072Z Compiling tempfile v3.25.0
29562026-07-24T06:52:36.120Z Compiling tabled_derive v0.7.0
29572026-07-24T06:52:36.169Z Compiling clap_builder v4.6.0
29582026-07-24T06:52:36.170Z Compiling textwrap v0.16.2
29592026-07-24T06:52:36.523Z Compiling camino v1.2.2
29602026-07-24T06:52:36.537Z Compiling semver v1.0.28
29612026-07-24T06:52:36.553Z Compiling cargo-platform v0.3.2
29622026-07-24T06:52:36.556Z Compiling pest_generator v2.8.6
29632026-07-24T06:52:36.835Z Compiling camino-tempfile v1.4.1
29642026-07-24T06:52:36.849Z Compiling tabled v0.15.0
29652026-07-24T06:52:37.048Z Compiling serde_derive v1.0.228
29662026-07-24T06:52:37.048Z Compiling thiserror-impl v1.0.69
29672026-07-24T06:52:37.051Z Compiling zerocopy-derive v0.7.35
29682026-07-24T06:52:37.052Z Compiling scroll_derive v0.12.1
29692026-07-24T06:52:37.052Z Compiling thiserror-impl v2.0.18
29702026-07-24T06:52:37.052Z Compiling clap_derive v4.6.1
29712026-07-24T06:52:37.114Z Compiling pest_derive v2.8.6
29722026-07-24T06:52:37.780Z Compiling scroll v0.12.0
29732026-07-24T06:52:37.915Z Compiling zerocopy v0.7.35
29742026-07-24T06:52:38.041Z Compiling goblin v0.8.2
29752026-07-24T06:52:38.139Z Compiling thiserror v1.0.69
29762026-07-24T06:52:38.260Z Compiling dtrace-parser v0.2.0
29772026-07-24T06:52:38.309Z Compiling thiserror v2.0.18
29782026-07-24T06:52:38.518Z Compiling clap v4.6.1
29792026-07-24T06:52:40.080Z Compiling dof v0.3.0
29802026-07-24T06:52:40.083Z Compiling toml_datetime v0.6.11
29812026-07-24T06:52:40.152Z Compiling serde_spanned v0.6.9
29822026-07-24T06:52:40.204Z Compiling serde_tokenstream v0.2.3
29832026-07-24T06:52:40.320Z Compiling toml_edit v0.22.27
29842026-07-24T06:52:40.334Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29852026-07-24T06:52:40.480Z Compiling cargo_metadata v0.23.1
29862026-07-24T06:52:40.501Z Compiling macaddr v1.0.1
29872026-07-24T06:52:40.898Z Compiling usdt-attr-macro v0.5.0
29882026-07-24T06:52:40.920Z Compiling usdt-macro v0.5.0
29892026-07-24T06:52:41.491Z Compiling usdt v0.5.0
29902026-07-24T06:52:41.871Z Compiling toml v0.8.23
29912026-07-24T06:52:42.315Z Compiling cargo_toml v0.21.0
29922026-07-24T06:52:46.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29932026-07-24T06:52:50.023Z Finished `release` profile [optimized] target(s) in 16.28s
29942026-07-24T06:52:50.130Z
29952026-07-24T06:52:50.130Zreal 16.365028144
29962026-07-24T06:52:50.130Zuser 2:05.898475965
29972026-07-24T06:52:50.130Zsys 14.154708446
29982026-07-24T06:52:50.130Ztrap 0.080265420
29992026-07-24T06:52:50.134Ztflt 0.334104271
30002026-07-24T06:52:50.134Zdflt 1.410757862
30012026-07-24T06:52:50.134Zkflt 0.000035345
30022026-07-24T06:52:50.135Zlock 4:26.945821634
30032026-07-24T06:52:50.135Zslp 2:44.523362967
30042026-07-24T06:52:50.135Zlat 5.062439511
30052026-07-24T06:52:50.135Zstop 15.360375906
30062026-07-24T06:52:50.135Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-07-24T06:52:50.135Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30082026-07-24T06:52:50.135Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-07-24T06:52:50.135Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30102026-07-24T06:52:50.135Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30112026-07-24T06:52:51.049Z Compiling progenitor-client v0.14.0
30122026-07-24T06:52:51.049Z Compiling newtype-uuid-macros v0.1.0
30132026-07-24T06:52:51.049Z Compiling match_cfg v0.1.0
30142026-07-24T06:52:51.052Z Compiling slog-json v2.6.1
30152026-07-24T06:52:51.052Z Compiling structmeta-derive v0.3.0
30162026-07-24T06:52:51.052Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30172026-07-24T06:52:51.052Z Compiling sha1 v0.11.0
30182026-07-24T06:52:51.200Z Compiling multer v3.1.0
30192026-07-24T06:52:51.203Z Compiling debug-ignore v1.0.5
30202026-07-24T06:52:51.203Z Compiling compression-core v0.4.31
30212026-07-24T06:52:51.203Z Compiling itertools v0.14.0
30222026-07-24T06:52:51.203Z Compiling async-stream-impl v0.3.6
30232026-07-24T06:52:51.217Z Compiling toml_datetime v1.1.1+spec-1.1.0
30242026-07-24T06:52:51.243Z Compiling serde_spanned v1.1.1
30252026-07-24T06:52:51.243Z Compiling dropshot v0.17.1
30262026-07-24T06:52:51.243Z Compiling toml_writer v1.1.1+spec-1.1.0
30272026-07-24T06:52:51.471Z Compiling compression-codecs v0.4.37
30282026-07-24T06:52:51.507Z Compiling rustls-pemfile v2.2.0
30292026-07-24T06:52:51.510Z Compiling waitgroup v0.1.2
30302026-07-24T06:52:51.510Z Compiling dropshot_endpoint v0.17.1
30312026-07-24T06:52:51.510Z Compiling serde_path_to_error v0.1.20
30322026-07-24T06:52:51.527Z Compiling hostname v0.4.2
30332026-07-24T06:52:51.578Z Compiling hostname v0.3.1
30342026-07-24T06:52:51.670Z Compiling async-compression v0.4.41
30352026-07-24T06:52:51.686Z Compiling toml v1.1.2+spec-1.1.0
30362026-07-24T06:52:51.690Z Compiling atomicwrites v0.4.4
30372026-07-24T06:52:51.725Z Compiling slog-bunyan v2.5.0
30382026-07-24T06:52:51.729Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30392026-07-24T06:52:51.747Z Compiling macaddr v1.0.1
30402026-07-24T06:52:51.765Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30412026-07-24T06:52:51.779Z Compiling instant v0.1.13
30422026-07-24T06:52:51.900Z Compiling regress v0.10.5
30432026-07-24T06:52:51.919Z Compiling backon v1.6.0
30442026-07-24T06:52:51.939Z Compiling backoff v0.4.0
30452026-07-24T06:52:51.958Z Compiling humantime v2.3.0
30462026-07-24T06:52:51.976Z Compiling half v2.7.1
30472026-07-24T06:52:51.995Z Compiling async-stream v0.3.6
30482026-07-24T06:52:52.014Z Compiling crucible-workspace-hack v0.1.0
30492026-07-24T06:52:52.014Z Compiling ciborium-io v0.2.2
30502026-07-24T06:52:52.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-07-24T06:52:52.146Z Compiling progenitor-extras v0.2.0
30522026-07-24T06:52:52.163Z Compiling regress v0.11.1
30532026-07-24T06:52:52.181Z Compiling convert_case v0.4.0
30542026-07-24T06:52:52.201Z Compiling secrecy v0.10.3
30552026-07-24T06:52:52.219Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-07-24T06:52:52.260Z Compiling ciborium-ll v0.2.2
30572026-07-24T06:52:52.264Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-07-24T06:52:52.264Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-07-24T06:52:52.323Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30602026-07-24T06:52:52.372Z Compiling inout v0.1.4
30612026-07-24T06:52:52.396Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-07-24T06:52:52.414Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30632026-07-24T06:52:52.431Z Compiling ciborium v0.2.2
30642026-07-24T06:52:52.499Z Compiling unsafe-libyaml v0.2.11
30652026-07-24T06:52:52.519Z Compiling cipher v0.4.4
30662026-07-24T06:52:52.560Z Compiling thiserror-impl-no-std v2.0.2
30672026-07-24T06:52:52.581Z Compiling derive_more v0.99.20
30682026-07-24T06:52:52.597Z Compiling structmeta v0.3.0
30692026-07-24T06:52:52.618Z Compiling universal-hash v0.5.1
30702026-07-24T06:52:52.662Z Compiling opaque-debug v0.3.1
30712026-07-24T06:52:52.679Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-07-24T06:52:52.699Z Compiling blake2 v0.10.6
30732026-07-24T06:52:52.753Z Compiling poly1305 v0.8.0
30742026-07-24T06:52:52.775Z Compiling chacha20 v0.9.1
30752026-07-24T06:52:52.796Z Compiling aead v0.5.2
30762026-07-24T06:52:52.847Z Compiling derive-ex v0.1.8
30772026-07-24T06:52:52.976Z Compiling parse-display-derive v0.10.0
30782026-07-24T06:52:53.018Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30792026-07-24T06:52:53.022Z Compiling password-hash v0.5.0
30802026-07-24T06:52:53.054Z Compiling serde_yaml v0.9.34+deprecated
30812026-07-24T06:52:53.072Z Compiling indent_write v2.2.0
30822026-07-24T06:52:53.115Z Compiling toml_datetime v0.7.5+spec-1.1.0
30832026-07-24T06:52:53.240Z Compiling chacha20poly1305 v0.10.1
30842026-07-24T06:52:53.292Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-07-24T06:52:53.295Z Compiling argon2 v0.5.3
30862026-07-24T06:52:53.393Z Compiling darling_core v0.21.3
30872026-07-24T06:52:53.427Z Compiling heapless v0.8.0
30882026-07-24T06:52:53.470Z Compiling tabwriter v1.4.1
30892026-07-24T06:52:53.527Z Compiling hash32 v0.3.1
30902026-07-24T06:52:53.728Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-07-24T06:52:53.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-07-24T06:52:53.823Z Compiling typify-impl v0.6.2
30932026-07-24T06:52:53.996Z Compiling thiserror-no-std v2.0.2
30942026-07-24T06:52:54.018Z Compiling proc-macro-crate v3.4.0
30952026-07-24T06:52:54.034Z Compiling smoltcp v0.11.0
30962026-07-24T06:52:54.115Z Compiling vsss-rs v3.3.4
30972026-07-24T06:52:54.500Z Compiling cobs v0.3.0
30982026-07-24T06:52:54.523Z Compiling colored v3.1.1
30992026-07-24T06:52:54.633Z Compiling num_enum_derive v0.7.6
31002026-07-24T06:52:54.636Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31012026-07-24T06:52:54.637Z Compiling test-strategy v0.4.5
31022026-07-24T06:52:54.734Z Compiling postcard v1.1.3
31032026-07-24T06:52:54.823Z Compiling parse-display v0.10.0
31042026-07-24T06:52:54.895Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31052026-07-24T06:52:55.002Z Compiling proc-macro-error v1.0.4
31062026-07-24T06:52:55.018Z Compiling proc-macro-crate v1.3.1
31072026-07-24T06:52:55.119Z Compiling rand v0.10.1
31082026-07-24T06:52:55.149Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31092026-07-24T06:52:55.166Z Compiling foreign-types-macros v0.2.3
31102026-07-24T06:52:55.198Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-24T06:52:55.257Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31122026-07-24T06:52:55.343Z Compiling foreign-types-shared v0.3.1
31132026-07-24T06:52:55.440Z Compiling rayon-core v1.13.0
31142026-07-24T06:52:55.479Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31152026-07-24T06:52:55.482Z Compiling num_enum_derive v0.5.11
31162026-07-24T06:52:55.638Z Compiling crossbeam-deque v0.8.6
31172026-07-24T06:52:55.671Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31182026-07-24T06:52:55.713Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31192026-07-24T06:52:55.730Z Compiling cstr-argument v0.1.2
31202026-07-24T06:52:55.748Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31212026-07-24T06:52:55.782Z Compiling num_enum v0.7.6
31222026-07-24T06:52:55.831Z Compiling foreign-types v0.5.0
31232026-07-24T06:52:55.912Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-07-24T06:52:55.946Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-07-24T06:52:55.946Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31262026-07-24T06:52:56.015Z Compiling darling_macro v0.21.3
31272026-07-24T06:52:56.032Z Compiling zone_cfg_derive v0.3.1
31282026-07-24T06:52:56.093Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-07-24T06:52:56.170Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-07-24T06:52:56.201Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31312026-07-24T06:52:56.219Z Compiling itertools v0.12.1
31322026-07-24T06:52:56.242Z Compiling num-derive v0.4.2
31332026-07-24T06:52:56.258Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31342026-07-24T06:52:56.315Z Compiling rayon v1.11.0
31352026-07-24T06:52:56.365Z Compiling sigpipe v0.1.3
31362026-07-24T06:52:56.394Z Compiling cpubits v0.1.1
31372026-07-24T06:52:56.434Z Compiling glob v0.3.3
31382026-07-24T06:52:56.477Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31392026-07-24T06:52:56.498Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31402026-07-24T06:52:56.558Z Compiling smf v0.2.3
31412026-07-24T06:52:56.596Z Compiling darling v0.21.3
31422026-07-24T06:52:56.626Z Compiling num_enum v0.5.11
31432026-07-24T06:52:56.706Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31442026-07-24T06:52:56.724Z Compiling ingot-macros v0.1.1
31452026-07-24T06:52:56.763Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31462026-07-24T06:52:56.783Z Compiling whoami v1.6.1
31472026-07-24T06:52:56.783Z Compiling usdt-macro v0.5.0
31482026-07-24T06:52:56.818Z Compiling usdt-attr-macro v0.5.0
31492026-07-24T06:52:56.860Z Compiling gethostname v0.5.0
31502026-07-24T06:52:56.877Z Compiling num-rational v0.4.2
31512026-07-24T06:52:57.104Z Compiling pem-rfc7468 v1.0.0
31522026-07-24T06:52:57.123Z Compiling num-complex v0.4.6
31532026-07-24T06:52:57.123Z Compiling derive-where v1.6.0
31542026-07-24T06:52:57.248Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31552026-07-24T06:52:57.296Z Compiling memmap v0.7.0
31562026-07-24T06:52:57.441Z Compiling zone v0.3.1
31572026-07-24T06:52:57.476Z Compiling float-ord v0.3.2
31582026-07-24T06:52:57.505Z Compiling num v0.4.3
31592026-07-24T06:52:57.522Z Compiling toml v0.8.23
31602026-07-24T06:52:57.553Z Compiling hmac v0.13.0
31612026-07-24T06:52:57.605Z Compiling universal-hash v0.6.1
31622026-07-24T06:52:57.627Z Compiling resolv-conf v0.7.6
31632026-07-24T06:52:57.643Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31642026-07-24T06:52:57.671Z Compiling cancel-safe-futures v0.1.5
31652026-07-24T06:52:57.696Z Compiling usdt v0.5.0
31662026-07-24T06:52:57.762Z Compiling polyval v0.7.1
31672026-07-24T06:52:57.762Z Compiling der v0.8.0
31682026-07-24T06:52:57.801Z Compiling prettyplease v0.2.37
31692026-07-24T06:52:57.888Z Compiling pbkdf2 v0.13.0
31702026-07-24T06:52:57.961Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-07-24T06:52:58.023Z Compiling ghash v0.6.0
31722026-07-24T06:52:58.042Z Compiling aes v0.9.1
31732026-07-24T06:52:58.046Z Compiling console v0.15.11
31742026-07-24T06:52:58.106Z Compiling hickory-proto v0.24.4
31752026-07-24T06:52:58.132Z Compiling newline-converter v0.3.0
31762026-07-24T06:52:58.150Z Compiling ctr v0.10.1
31772026-07-24T06:52:58.186Z Compiling aead v0.6.1
31782026-07-24T06:52:58.204Z Compiling sha2 v0.11.0
31792026-07-24T06:52:58.281Z Compiling linear-map v1.2.0
31802026-07-24T06:52:58.345Z Compiling linked-hash-map v0.5.6
31812026-07-24T06:52:58.380Z Compiling libefi-sys v0.1.0
31822026-07-24T06:52:58.419Z Compiling expectorate v1.2.0
31832026-07-24T06:52:58.450Z Compiling typify-macro v0.6.2
31842026-07-24T06:52:58.503Z Compiling aes-gcm v0.11.0
31852026-07-24T06:52:58.548Z Compiling oxide-update-engine-types v0.1.2
31862026-07-24T06:52:58.566Z Compiling lru-cache v0.1.2
31872026-07-24T06:52:58.605Z Compiling crypto-bigint v0.7.5
31882026-07-24T06:52:58.653Z Compiling salsa20 v0.11.0
31892026-07-24T06:52:58.674Z Compiling cbc v0.2.1
31902026-07-24T06:52:58.745Z Compiling bitfield-struct v0.6.2
31912026-07-24T06:52:58.783Z Compiling spki v0.8.0
31922026-07-24T06:52:58.881Z Compiling nom v8.0.0
31932026-07-24T06:52:58.922Z Compiling semver v0.1.20
31942026-07-24T06:52:59.039Z Compiling scrypt v0.12.0
31952026-07-24T06:52:59.155Z Compiling rustc_version v0.1.7
31962026-07-24T06:52:59.197Z Compiling tokio-dtrace v0.1.1
31972026-07-24T06:52:59.253Z Compiling dropshot-api-manager-types v0.7.2
31982026-07-24T06:52:59.363Z Compiling slog-dtrace v0.3.0
31992026-07-24T06:52:59.398Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-24T06:52:59.427Z Compiling minimal-lexical v0.2.1
32012026-07-24T06:52:59.479Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-07-24T06:52:59.502Z Compiling newtype_derive v0.1.6
32032026-07-24T06:52:59.521Z Compiling oxide-tokio-rt v0.1.4
32042026-07-24T06:52:59.607Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-07-24T06:52:59.692Z Compiling oxide-update-engine v0.1.2
32062026-07-24T06:52:59.709Z Compiling ingot-types v0.1.2
32072026-07-24T06:52:59.725Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-24T06:52:59.754Z Compiling nom v7.1.3
32092026-07-24T06:52:59.801Z Compiling pkcs5 v0.8.1
32102026-07-24T06:52:59.850Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-07-24T06:52:59.867Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-07-24T06:52:59.887Z Compiling phf_shared v0.12.1
32132026-07-24T06:52:59.907Z Compiling csv-core v0.1.13
32142026-07-24T06:53:00.091Z Compiling ingot v0.1.1
32152026-07-24T06:53:00.143Z Compiling highway v1.3.0
32162026-07-24T06:53:00.160Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32172026-07-24T06:53:00.184Z Compiling unicode-xid v0.2.6
32182026-07-24T06:53:00.204Z Compiling xshell-macros v0.2.7
32192026-07-24T06:53:00.233Z Compiling chrono-tz v0.10.4
32202026-07-24T06:53:00.256Z Compiling pkcs8 v0.11.0
32212026-07-24T06:53:00.341Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32222026-07-24T06:53:00.360Z Compiling typify v0.6.2
32232026-07-24T06:53:00.380Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32242026-07-24T06:53:00.470Z Compiling progenitor-impl v0.14.0
32252026-07-24T06:53:00.486Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-07-24T06:53:00.505Z Compiling hickory-resolver v0.24.4
32272026-07-24T06:53:00.574Z Compiling const_format_proc_macros v0.2.34
32282026-07-24T06:53:00.657Z Compiling xshell v0.2.7
32292026-07-24T06:53:00.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-07-24T06:53:01.234Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32312026-07-24T06:53:01.246Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32322026-07-24T06:53:01.261Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-07-24T06:53:01.314Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-07-24T06:53:01.506Z Compiling csv v1.4.0
32352026-07-24T06:53:01.531Z Compiling phf v0.12.1
32362026-07-24T06:53:01.718Z Compiling qorb v0.4.1
32372026-07-24T06:53:01.833Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32382026-07-24T06:53:01.972Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32392026-07-24T06:53:02.059Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-07-24T06:53:02.075Z Compiling owo-colors v4.3.0
32412026-07-24T06:53:02.115Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-07-24T06:53:02.272Z Compiling const_format v0.2.35
32432026-07-24T06:53:02.330Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32442026-07-24T06:53:02.508Z Compiling tabled_derive v0.7.0
32452026-07-24T06:53:02.614Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32462026-07-24T06:53:02.648Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32472026-07-24T06:53:02.681Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-07-24T06:53:02.824Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32492026-07-24T06:53:03.153Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-07-24T06:53:03.225Z Compiling progenitor-macro v0.14.0
32512026-07-24T06:53:03.423Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32522026-07-24T06:53:03.447Z Compiling bcs v0.1.6
32532026-07-24T06:53:03.461Z Compiling ff v0.14.0
32542026-07-24T06:53:03.561Z Compiling salty v0.3.0
32552026-07-24T06:53:03.643Z Compiling termtree v0.5.1
32562026-07-24T06:53:03.769Z Compiling tagptr v0.2.0
32572026-07-24T06:53:03.814Z Compiling textwrap v0.16.2
32582026-07-24T06:53:03.833Z Compiling tabled v0.15.0
32592026-07-24T06:53:03.883Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-07-24T06:53:03.925Z Compiling moka v0.12.13
32612026-07-24T06:53:03.963Z Compiling steno v0.4.1
32622026-07-24T06:53:03.987Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-07-24T06:53:04.117Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32642026-07-24T06:53:04.131Z Compiling sha1 v0.10.6
32652026-07-24T06:53:04.161Z Compiling signature v3.0.0
32662026-07-24T06:53:04.309Z Compiling radium v0.7.0
32672026-07-24T06:53:04.369Z Compiling base64 v0.21.7
32682026-07-24T06:53:04.388Z Compiling base16ct v1.0.0
32692026-07-24T06:53:04.603Z Compiling sec1 v0.8.1
32702026-07-24T06:53:04.648Z Compiling hickory-resolver v0.25.2
32712026-07-24T06:53:04.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32722026-07-24T06:53:04.727Z Compiling group v0.14.0
32732026-07-24T06:53:04.744Z Compiling hkdf v0.13.0
32742026-07-24T06:53:04.861Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32752026-07-24T06:53:04.888Z Compiling rfc6979 v0.4.0
32762026-07-24T06:53:04.935Z Compiling tap v1.0.1
32772026-07-24T06:53:04.938Z Compiling maybe-uninit v2.0.0
32782026-07-24T06:53:04.989Z Compiling elliptic-curve v0.14.0-rc.33
32792026-07-24T06:53:05.050Z Compiling wyz v0.5.1
32802026-07-24T06:53:05.080Z Compiling ecdsa v0.16.9
32812026-07-24T06:53:05.366Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32822026-07-24T06:53:05.522Z Compiling primeorder v0.13.6
32832026-07-24T06:53:05.539Z Compiling proc-macro-error-attr2 v2.0.0
32842026-07-24T06:53:05.700Z Compiling parking_lot_core v0.8.6
32852026-07-24T06:53:05.732Z Compiling funty v2.0.0
32862026-07-24T06:53:05.751Z Compiling utf-8 v0.7.6
32872026-07-24T06:53:05.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32882026-07-24T06:53:05.956Z Compiling packed_struct v0.10.1
32892026-07-24T06:53:06.003Z Compiling proc-macro-error2 v2.0.1
32902026-07-24T06:53:06.045Z Compiling tungstenite v0.21.0
32912026-07-24T06:53:06.064Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32922026-07-24T06:53:06.211Z Compiling bitvec v1.0.1
32932026-07-24T06:53:06.269Z Compiling p384 v0.13.1
32942026-07-24T06:53:06.368Z Compiling rfc6979 v0.5.0
32952026-07-24T06:53:06.384Z Compiling git-stub v1.0.0
32962026-07-24T06:53:06.410Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32972026-07-24T06:53:06.548Z Compiling packed_struct_codegen v0.10.1
32982026-07-24T06:53:06.579Z Compiling num-derive v0.3.3
32992026-07-24T06:53:06.582Z Compiling bitfield-macros v0.19.4
33002026-07-24T06:53:06.676Z Compiling zerocopy-derive v0.6.6
33012026-07-24T06:53:06.732Z Compiling indexmap v1.9.3
33022026-07-24T06:53:06.870Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33032026-07-24T06:53:06.958Z Compiling nodrop v0.1.14
33042026-07-24T06:53:06.986Z Compiling crc-catalog v2.4.0
33052026-07-24T06:53:07.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33062026-07-24T06:53:07.084Z Compiling array-init v0.0.4
33072026-07-24T06:53:07.126Z Compiling crc v3.4.0
33082026-07-24T06:53:07.147Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33092026-07-24T06:53:07.191Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33102026-07-24T06:53:07.216Z Compiling tokio-tungstenite v0.21.0
33112026-07-24T06:53:07.341Z Compiling git-stub-vcs v0.1.0
33122026-07-24T06:53:07.396Z Compiling bitfield v0.19.4
33132026-07-24T06:53:07.431Z Compiling ecdsa v0.17.0-rc.18
33142026-07-24T06:53:07.462Z Compiling tabled_derive v0.11.0
33152026-07-24T06:53:07.561Z Compiling libscf-sys v1.1.0
33162026-07-24T06:53:07.579Z Compiling smallvec v0.6.14
33172026-07-24T06:53:07.613Z Compiling zerocopy v0.6.6
33182026-07-24T06:53:07.740Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-24T06:53:07.744Z Compiling primeorder v0.14.0-rc.10
33202026-07-24T06:53:07.773Z Compiling primefield v0.14.0
33212026-07-24T06:53:07.815Z Compiling progenitor-impl v0.13.0
33222026-07-24T06:53:07.869Z Compiling papergrid v0.17.0
33232026-07-24T06:53:07.902Z Compiling testing_table v0.3.0
33242026-07-24T06:53:07.976Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33252026-07-24T06:53:08.064Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-24T06:53:08.082Z Compiling curve25519-dalek v5.0.0-rc.0
33272026-07-24T06:53:08.101Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33282026-07-24T06:53:08.119Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-24T06:53:08.136Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-07-24T06:53:08.174Z Compiling corncobs v0.1.4
33312026-07-24T06:53:08.338Z Compiling illumos-nvpair-sys v0.2.0
33322026-07-24T06:53:08.355Z Compiling hashbrown v0.12.3
33332026-07-24T06:53:08.375Z Compiling unicase v2.9.0
33342026-07-24T06:53:08.413Z Compiling progenitor v0.14.0
33352026-07-24T06:53:08.462Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-07-24T06:53:08.526Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-07-24T06:53:08.587Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-24T06:53:08.601Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-07-24T06:53:08.612Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-07-24T06:53:08.639Z Compiling mime_guess v2.0.5
33412026-07-24T06:53:08.755Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33422026-07-24T06:53:08.776Z Compiling parking_lot v0.11.2
33432026-07-24T06:53:08.875Z Compiling tabled v0.20.0
33442026-07-24T06:53:08.946Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33452026-07-24T06:53:08.971Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-07-24T06:53:09.136Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-07-24T06:53:09.198Z Compiling serde-hex v0.1.0
33482026-07-24T06:53:09.215Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33492026-07-24T06:53:09.267Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33502026-07-24T06:53:09.362Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33512026-07-24T06:53:09.548Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-07-24T06:53:09.645Z Compiling ron v0.8.1
33532026-07-24T06:53:09.665Z Compiling ssh-encoding v0.3.0-rc.9
33542026-07-24T06:53:09.718Z Compiling hashbrown v0.13.2
33552026-07-24T06:53:09.754Z Compiling progenitor-client v0.13.0
33562026-07-24T06:53:09.757Z Compiling prefix-trie v0.7.0
33572026-07-24T06:53:10.044Z Compiling fxhash v0.2.1
33582026-07-24T06:53:10.131Z Compiling secrecy v0.8.0
33592026-07-24T06:53:10.186Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-07-24T06:53:10.211Z Compiling crc-any v2.5.0
33612026-07-24T06:53:10.314Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-07-24T06:53:10.440Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-07-24T06:53:10.527Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-07-24T06:53:10.579Z Compiling progenitor-macro v0.13.0
33652026-07-24T06:53:10.873Z Compiling object v0.30.4
33662026-07-24T06:53:11.006Z Compiling sled v0.34.7
33672026-07-24T06:53:11.309Z Compiling hickory-server v0.25.2
33682026-07-24T06:53:11.337Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33692026-07-24T06:53:11.379Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33702026-07-24T06:53:11.609Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33712026-07-24T06:53:11.741Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33722026-07-24T06:53:11.770Z Compiling ed25519 v3.0.0
33732026-07-24T06:53:11.911Z Compiling crypto-primes v0.7.2
33742026-07-24T06:53:12.374Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33752026-07-24T06:53:12.734Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33762026-07-24T06:53:12.844Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-07-24T06:53:12.915Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-07-24T06:53:12.971Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-07-24T06:53:12.989Z Compiling pkcs1 v0.8.0-rc.4
33802026-07-24T06:53:13.205Z Compiling poly1305 v0.9.0
33812026-07-24T06:53:13.398Z Compiling blowfish v0.10.0
33822026-07-24T06:53:13.426Z Compiling blake2 v0.11.0-rc.6
33832026-07-24T06:53:13.457Z Compiling keccak v0.2.0
33842026-07-24T06:53:13.666Z Compiling crc8 v0.1.1
33852026-07-24T06:53:13.684Z Compiling http-range v0.1.5
33862026-07-24T06:53:13.736Z Compiling half v1.8.3
33872026-07-24T06:53:13.770Z Compiling path-slash v0.1.5
33882026-07-24T06:53:13.830Z Compiling fiat-crypto v0.3.0
33892026-07-24T06:53:13.856Z Compiling argon2 v0.6.0-rc.8
33902026-07-24T06:53:13.874Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33912026-07-24T06:53:13.919Z Compiling sha3 v0.11.0
33922026-07-24T06:53:13.945Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33932026-07-24T06:53:14.008Z Compiling serde_cbor v0.11.2
33942026-07-24T06:53:14.035Z Compiling bcrypt-pbkdf v0.11.0
33952026-07-24T06:53:14.102Z Compiling ssh-cipher v0.3.0-rc.9
33962026-07-24T06:53:14.166Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33972026-07-24T06:53:14.404Z Compiling rsa v0.10.0-rc.18
33982026-07-24T06:53:14.440Z Compiling ed25519-dalek v3.0.0-rc.0
33992026-07-24T06:53:14.655Z Compiling illumos-nvpair v0.3.0
34002026-07-24T06:53:14.761Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34012026-07-24T06:53:14.928Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-07-24T06:53:14.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34032026-07-24T06:53:15.009Z Compiling p256 v0.14.0-rc.10
34042026-07-24T06:53:15.009Z Compiling p521 v0.14.0-rc.10
34052026-07-24T06:53:15.142Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-24T06:53:15.178Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34072026-07-24T06:53:15.205Z Compiling yasna v0.5.2
34082026-07-24T06:53:15.222Z Compiling kstat-rs v0.2.4
34092026-07-24T06:53:15.536Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-07-24T06:53:15.645Z Compiling progenitor v0.13.0
34112026-07-24T06:53:15.664Z Compiling headers-core v0.3.0
34122026-07-24T06:53:15.689Z Compiling kem v0.3.0
34132026-07-24T06:53:15.784Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-07-24T06:53:15.810Z Compiling module-lattice v0.2.3
34152026-07-24T06:53:15.827Z Compiling nanorand v0.7.0
34162026-07-24T06:53:15.846Z Compiling atty v0.2.14
34172026-07-24T06:53:15.865Z Compiling headers v0.4.1
34182026-07-24T06:53:15.923Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-07-24T06:53:15.941Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34202026-07-24T06:53:15.979Z Compiling rcgen v0.12.1
34212026-07-24T06:53:16.083Z Compiling flume v0.11.1
34222026-07-24T06:53:16.142Z Compiling ml-kem v0.3.2
34232026-07-24T06:53:16.278Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-07-24T06:53:16.335Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-07-24T06:53:16.425Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34262026-07-24T06:53:16.663Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-07-24T06:53:16.886Z Compiling hyper-staticfile v0.10.1
34282026-07-24T06:53:16.933Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-07-24T06:53:17.005Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-07-24T06:53:17.088Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34312026-07-24T06:53:17.333Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-07-24T06:53:17.350Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34332026-07-24T06:53:17.379Z Compiling russh-cryptovec v0.61.0
34342026-07-24T06:53:17.419Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-07-24T06:53:17.631Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-07-24T06:53:17.773Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34372026-07-24T06:53:18.074Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34382026-07-24T06:53:18.097Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-07-24T06:53:18.340Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-07-24T06:53:18.368Z Compiling internal-russh-num-bigint v0.5.0
34412026-07-24T06:53:18.385Z Compiling port-file v0.1.0
34422026-07-24T06:53:18.554Z Compiling num-bigint v0.4.6
34432026-07-24T06:53:18.573Z Compiling generic-array v1.4.3
34442026-07-24T06:53:18.592Z Compiling russh-util v0.52.0
34452026-07-24T06:53:18.625Z Compiling enum_dispatch v0.3.13
34462026-07-24T06:53:18.686Z Compiling delegate v0.13.5
34472026-07-24T06:53:18.775Z Compiling subprocess v0.2.15
34482026-07-24T06:53:19.105Z Compiling p384 v0.14.0-rc.10
34492026-07-24T06:53:19.127Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-07-24T06:53:19.232Z Compiling md5 v0.8.0
34512026-07-24T06:53:19.429Z Compiling display-error-chain v0.2.2
34522026-07-24T06:53:19.512Z Compiling hex-literal v1.1.0
34532026-07-24T06:53:19.561Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-07-24T06:53:19.588Z Compiling colored v2.2.0
34552026-07-24T06:53:19.605Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-07-24T06:53:19.622Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-07-24T06:53:19.655Z Compiling socket2 v0.5.10
34582026-07-24T06:53:19.676Z Compiling internet-checksum v0.2.1
34592026-07-24T06:53:20.299Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-07-24T06:53:21.035Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-07-24T06:53:21.245Z Compiling ssh-key v0.7.0-rc.10
34622026-07-24T06:53:21.527Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34632026-07-24T06:53:22.460Z Compiling russh v0.61.2
34642026-07-24T06:53:22.731Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34652026-07-24T06:53:23.682Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-07-24T06:53:32.239Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-07-24T06:53:32.239Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-07-24T06:53:32.239Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34692026-07-24T06:53:32.242Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-07-24T06:53:33.983Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-07-24T06:53:34.097Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-07-24T06:53:38.025Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-07-24T06:54:18.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34742026-07-24T06:54:18.790Z
34752026-07-24T06:54:18.790Zreal 1:28.593601277
34762026-07-24T06:54:18.790Zuser 8:46.353175325
34772026-07-24T06:54:18.790Zsys 1:45.605392384
34782026-07-24T06:54:18.790Ztrap 0.263004303
34792026-07-24T06:54:18.794Ztflt 0.359895650
34802026-07-24T06:54:18.794Zdflt 1.560854036
34812026-07-24T06:54:18.794Zkflt 0.000330500
34822026-07-24T06:54:18.794Zlock 31:16.105449482
34832026-07-24T06:54:18.794Zslp 20:05.102817892
34842026-07-24T06:54:18.794Zlat 43.514789787
34852026-07-24T06:54:18.794Zstop 3:10.201814652
34862026-07-24T06:54:18.794Z+ mkdir tests
34872026-07-24T06:54:18.798Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-07-24T06:54:18.798Z+ xargs -I '{}' -t cp '{}' tests/
34892026-07-24T06:54:18.817Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34902026-07-24T06:54:18.838Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34912026-07-24T06:54:18.860Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34922026-07-24T06:54:18.881Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34932026-07-24T06:54:19.126Z+ 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)
34942026-07-24T06:54:19.129Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34952026-07-24T06:55:39.329ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-07-24T06:55:39.329Za .github/buildomat/ci-env.sh 1K
34972026-07-24T06:55:39.329Za out/target/test 1K
34982026-07-24T06:55:39.329Za out/npuzone/npuzone 27402K
34992026-07-24T06:55:39.329Za package-manifest.toml 35K
35002026-07-24T06:55:39.329Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-07-24T06:55:39.329Za target/release/omicron-package 40702K
35022026-07-24T06:55:39.329Za target/release/xtask 10468K
35032026-07-24T06:55:39.329Za target/debug/bootstrap 349604K
35042026-07-24T06:55:39.329Za tests/bootstrap-ea78505dc2dc167f 31974K
35052026-07-24T06:55:39.329Za tests/commtest-33515beb2d6ed64a 32169K
35062026-07-24T06:55:39.329Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35072026-07-24T06:55:39.329Za tests/end_to_end_tests-fe05326eebb245d2 399481K
35082026-07-24T06:55:39.329Za tools/opte_version 1K
35092026-07-24T06:55:39.329Za tools/opte_version_override 2K
35102026-07-24T06:55:39.329Za out/clickhouse.tar.gz 310686K
35112026-07-24T06:55:39.329Za out/clickhouse_keeper.tar.gz 297158K
35122026-07-24T06:55:39.329Za out/clickhouse_server.tar.gz 310683K
35132026-07-24T06:55:39.329Za out/cockroachdb.tar.gz 161716K
35142026-07-24T06:55:39.329Za out/crucible-pantry-zone.tar.gz 39102K
35152026-07-24T06:55:39.330Za out/crucible-utils.tar 18900K
35162026-07-24T06:55:39.330Za out/crucible-zone.tar.gz 53798K
35172026-07-24T06:55:39.330Za out/external-dns.tar.gz 46145K
35182026-07-24T06:55:39.330Za out/internal-dns.tar.gz 46144K
35192026-07-24T06:55:39.330Za out/mg-ddm-gz.tar 102717K
35202026-07-24T06:55:39.330Za out/nexus.tar.gz 272446K
35212026-07-24T06:55:39.330Za out/ntp.tar.gz 29899K
35222026-07-24T06:55:39.330Za out/omicron-gateway-softnpu.tar.gz 27702K
35232026-07-24T06:55:39.330Za out/omicron-sled-agent.tar 191328K
35242026-07-24T06:55:39.330Za out/overlay.tar.gz 4K
35252026-07-24T06:55:39.330Za out/oximeter.tar.gz 59896K
35262026-07-24T06:55:39.330Za out/oxlog.tar 3808K
35272026-07-24T06:55:39.330Za out/probe.tar.gz 3037K
35282026-07-24T06:55:39.330Za out/propolis-server.tar.gz 34372K
35292026-07-24T06:55:39.330Za out/pumpkind-gz.tar 26647K
35302026-07-24T06:55:39.330Za out/switch-softnpu.tar.gz 450339K
35312026-07-24T06:55:39.336Z
35322026-07-24T06:55:39.336Zreal 1:20.192490485
35332026-07-24T06:55:39.336Zuser 1:17.520777720
35342026-07-24T06:55:39.336Zsys 4.451342617
35352026-07-24T06:55:39.336Ztrap 0.006435716
35362026-07-24T06:55:39.336Ztflt 0.000000000
35372026-07-24T06:55:39.336Zdflt 0.000000000
35382026-07-24T06:55:39.336Zkflt 0.000000000
35392026-07-24T06:55:39.336Zlock 0.000000000
35402026-07-24T06:55:39.336Zslp 1:17.455112905
35412026-07-24T06:55:39.336Zlat 0.946646171
35422026-07-24T06:55:39.336Zstop 0.000274768
35432026-07-24T06:55:39.336Zprocess exited: duration 955604 ms, exit code 0
 
35442026-07-24T06:55:39.369Zfound 1 output files
35452026-07-24T06:55:39.423Zuploading: /work/package.tar.gz (2482450684 bytes)
35462026-07-24T06:56:39.070Zuploaded: /work/package.tar.gz