01KWAD5AJM9A7RGC8P80D8WX7C: 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: 01KWAD61KAXJB6QJACK43X4646

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T19:20:48.229Zjob assigned to worker 01KWAD657R87P1CJ8JVH2FBTQZ [factory aws, i-0ddb8ac02e0d50b5b] (queued for 46 s)
 
22026-06-29T19:20:55.600Zstarting task 0: "setup"
32026-06-29T19:20:55.604Z++ uname -s
42026-06-29T19:20:55.608Z+ kern=SunOS
52026-06-29T19:20:55.608Z+ build_user=build
62026-06-29T19:20:55.608Z+ build_uid=12345
72026-06-29T19:20:55.608Z+ work_dir=/work
82026-06-29T19:20:55.608Z+ input_dir=/input
92026-06-29T19:20:55.608Z+ [[ 0 == 12345 ]]
102026-06-29T19:20:55.608Z+ case "$kern" in
112026-06-29T19:20:55.608Z+ groupadd -g 12345 build
122026-06-29T19:20:55.611Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T19:20:57.617Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T19:20:57.719Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T19:20:57.725Z+ home_fs=zfs
162026-06-29T19:20:57.725Z+ [[ zfs == autofs ]]
172026-06-29T19:20:57.725Z+ mkdir -p /home/build
182026-06-29T19:20:57.728Z+ chown build:build /home/build /work
192026-06-29T19:20:59.737Z+ chmod 0700 /home/build /work
202026-06-29T19:20:59.745Zprocess exited: duration 4130 ms, exit code 0
 
212026-06-29T19:20:59.755Zstarting task 1: "rust-toolchain"
222026-06-29T19:20:59.763Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-29T19:20:59.763Z * rust toolchain channel = "1.96.0"
242026-06-29T19:20:59.763Z * rust toolchain profile = "default"
252026-06-29T19:20:59.763Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-29T19:20:59.763Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T19:20:59.763Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-29T19:20:59.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T19:20:59.773Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T19:20:59.876Zinfo: downloading installer
312026-06-29T19:21:01.483Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T19:21:01.483Zwarn: /home/build/.rustup/settings.toml
332026-06-29T19:21:01.483Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T19:21:01.483Zwarn: instead of the one inferred from the default host triple.
352026-06-29T19:21:01.494Zinfo: profile set to default
362026-06-29T19:21:01.494Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T19:21:01.502Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T19:21:01.626Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T19:21:01.630Zinfo: downloading 6 components
402026-06-29T19:21:15.848Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-29T19:21:15.849Z
422026-06-29T19:21:15.872Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T19:21:15.872Z
442026-06-29T19:21:15.872Z
452026-06-29T19:21:15.872ZRust is installed now. Great!
462026-06-29T19:21:15.872Z
472026-06-29T19:21:15.872ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T19:21:15.872Zenvironment variable. This has not been done automatically.
492026-06-29T19:21:15.872Z
502026-06-29T19:21:15.872ZTo configure your current shell, you need to source
512026-06-29T19:21:15.872Zthe corresponding env file under $HOME/.cargo.
522026-06-29T19:21:15.872Z
532026-06-29T19:21:15.872ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T19:21:15.876Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T19:21:15.876Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T19:21:15.876Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T19:21:15.876Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T19:21:15.876Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T19:21:15.876Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T19:21:15.876Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T19:21:15.876Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T19:21:15.994Z+ rustup --version
632026-06-29T19:21:16.004Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T19:21:16.004Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T19:21:16.018Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T19:21:16.030Z+ cargo --version
672026-06-29T19:21:16.030Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T19:21:16.030Z+ rustc --version
692026-06-29T19:21:16.044Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T19:21:16.051Zprocess exited: duration 16291 ms, exit code 0
 
712026-06-29T19:21:16.063Zstarting task 2: "authentication"
722026-06-29T19:21:16.092Zprocess exited: duration 30 ms, exit code 0
 
732026-06-29T19:21:16.099Zstarting task 3: "clone repository"
742026-06-29T19:21:16.104Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-29T19:21:16.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-29T19:21:16.157ZCloning into '/work/oxidecomputer/omicron'...
772026-06-29T19:21:27.393Z+ cd /work/oxidecomputer/omicron
782026-06-29T19:21:27.393Z+ git fetch origin a19e40f76561cacfaeced19610030fca654e2605
792026-06-29T19:21:27.680ZFrom https://github.com/oxidecomputer/omicron
802026-06-29T19:21:27.680Z * branch a19e40f76561cacfaeced19610030fca654e2605 -> FETCH_HEAD
812026-06-29T19:21:27.696Z+ [[ -n john/scrimlet-reconcilers-mgd-bgp ]]
822026-06-29T19:21:27.699Z++ git branch --show-current
832026-06-29T19:21:27.699Z+ current=main
842026-06-29T19:21:27.699Z+ [[ main != john/scrimlet-reconcilers-mgd-bgp ]]
852026-06-29T19:21:27.699Z+ git branch -f john/scrimlet-reconcilers-mgd-bgp a19e40f76561cacfaeced19610030fca654e2605
862026-06-29T19:21:27.702Z+ git checkout -f john/scrimlet-reconcilers-mgd-bgp
872026-06-29T19:21:27.946ZSwitched to branch 'john/scrimlet-reconcilers-mgd-bgp'
882026-06-29T19:21:27.949Z+ git reset --hard a19e40f76561cacfaeced19610030fca654e2605
892026-06-29T19:21:28.190ZHEAD is now at a19e40f76 also skip unnumbered peers if parent router failed to create
902026-06-29T19:21:28.193Zprocess exited: duration 12091 ms, exit code 0
 
912026-06-29T19:21:28.199Zstarting task 4: "build"
922026-06-29T19:21:28.204Z+ source .github/buildomat/ci-env.sh
932026-06-29T19:21:28.207Z++ export CARGO_TERM_COLOR=always
942026-06-29T19:21:28.207Z++ CARGO_TERM_COLOR=always
952026-06-29T19:21:28.207Z+ cargo --version
962026-06-29T19:21:28.216Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-29T19:21:28.219Z+ rustc --version
982026-06-29T19:21:28.239Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-29T19:21:28.242Z+ WORK=/work
1002026-06-29T19:21:28.242Z+ pfexec mkdir -p /work
1012026-06-29T19:21:28.245Z+ pfexec chown build /work
1022026-06-29T19:21:28.249Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-29T19:21:29.929Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-29T19:21:30.039Z Startup: Caching catalogs ... Done
1052026-06-29T19:21:30.536ZPlanning: Solver setup ... Done (0.450s)
1062026-06-29T19:21:30.562ZPlanning: Running solver ... Done (0.025s)
1072026-06-29T19:21:30.573ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-29T19:21:30.599ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-29T19:21:30.634ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-29T19:21:30.647ZPlanning: Package planning ... Done (0.014s)
1112026-06-29T19:21:30.650ZPlanning: Merging actions ... Done (0.001s)
1122026-06-29T19:21:30.823ZPlanning: Checking for conflicting actions ... Done (0.174s)
1132026-06-29T19:21:30.825ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-29T19:21:31.721ZPlanning: Evaluating mediators ... Done (0.898s)
1152026-06-29T19:21:31.725ZPlanning: Planning completed in 1.66 seconds
1162026-06-29T19:21:31.732Z Packages to install: 2
1172026-06-29T19:21:31.732Z Estimated space available: 156.06 GB
1182026-06-29T19:21:31.732ZEstimated space to be consumed: 30.96 MB
1192026-06-29T19:21:31.732Z Create boot environment: No
1202026-06-29T19:21:31.735ZCreate backup boot environment: No
1212026-06-29T19:21:31.735Z Rebuild boot archive: No
1222026-06-29T19:21:31.735Z
1232026-06-29T19:21:31.735ZChanged packages:
1242026-06-29T19:21:31.735Zhelios
1252026-06-29T19:21:31.735Z developer/build-essential
1262026-06-29T19:21:31.735Z None -> 11-3.0
1272026-06-29T19:21:31.735Z library/libxmlsec1
1282026-06-29T19:21:31.735Z None -> 1.2.35-3.0
1292026-06-29T19:21:31.758Z
1302026-06-29T19:21:31.758ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-29T19:21:32.388ZDownload: Completed 1.28 MB in 0.63 seconds (2.0M/s)
1322026-06-29T19:21:32.465Z Actions: 1/268 actions (Installing new actions)
1332026-06-29T19:21:32.503Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-29T19:21:32.515ZFinalize: Updating package state database ... Done (0.012s)
1352026-06-29T19:21:32.515ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-29T19:21:32.544ZFinalize: Updating image state ... Done (0.029s)
1372026-06-29T19:21:35.215ZFinalize: Creating fast lookup database ... Done (2.644s)
1382026-06-29T19:21:35.286ZFinalize: Reading search index ... Done (0.013s)
1392026-06-29T19:21:35.291ZFinalize: Updating search index ... Done (0.000s)
1402026-06-29T19:21:35.369ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-29T19:21:35.683ZPlanning: Evaluating mediator changes ... Done
1422026-06-29T19:21:35.788ZPlanning: Checking for conflicting actions ... Done
1432026-06-29T19:21:35.791ZPlanning: Consolidating action changes ... Done
1442026-06-29T19:21:35.942ZPlanning: Evaluating mediators ... Done
1452026-06-29T19:21:35.951ZPlanning: Planning completed in 0.26 seconds
1462026-06-29T19:21:35.967Z Mediators to change: 2
1472026-06-29T19:21:35.967Z Create boot environment: No
1482026-06-29T19:21:35.967ZCreate backup boot environment: No
1492026-06-29T19:21:36.012ZFinalize: Updating package state database ... Done
1502026-06-29T19:21:36.012ZFinalize: Updating package cache ... Done
1512026-06-29T19:21:36.028ZFinalize: Updating image state ... Done
1522026-06-29T19:21:37.981ZFinalize: Creating fast lookup database ... Done
1532026-06-29T19:21:38.045ZFinalize: Reading search index ... Done
1542026-06-29T19:21:38.048ZFinalize: Updating search index ... Done
1552026-06-29T19:21:38.119ZFinalize: Updating package cache ... Done
1562026-06-29T19:21:38.408ZPlanning: Evaluating mediator changes ... Done
1572026-06-29T19:21:38.514ZPlanning: Checking for conflicting actions ... Done
1582026-06-29T19:21:38.517ZPlanning: Consolidating action changes ... Done
1592026-06-29T19:21:38.670ZPlanning: Evaluating mediators ... Done
1602026-06-29T19:21:38.674ZPlanning: Planning completed in 0.26 seconds
1612026-06-29T19:21:38.695Z Mediators to change: 1
1622026-06-29T19:21:38.695Z Create boot environment: No
1632026-06-29T19:21:38.695ZCreate backup boot environment: No
1642026-06-29T19:21:38.750ZFinalize: Updating package state database ... Done
1652026-06-29T19:21:38.750ZFinalize: Updating package cache ... Done
1662026-06-29T19:21:38.770ZFinalize: Updating image state ... Done
1672026-06-29T19:21:40.713ZFinalize: Creating fast lookup database ... Done
1682026-06-29T19:21:40.776ZFinalize: Reading search index ... Done
1692026-06-29T19:21:40.779ZFinalize: Updating search index ... Done
1702026-06-29T19:21:40.838ZFinalize: Updating package cache ... Done
1712026-06-29T19:21:41.150ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-29T19:21:41.150Zapache system 2.4 system
1732026-06-29T19:21:41.150Zclang system 15 system
1742026-06-29T19:21:41.150Zcsh system system illumos
1752026-06-29T19:21:41.150Zctags system system illumos
1762026-06-29T19:21:41.150Zfile vendor vendor darwinsys
1772026-06-29T19:21:41.150Zfile system system illumos
1782026-06-29T19:21:41.150Zgcc vendor 14 vendor
1792026-06-29T19:21:41.150Zgcc system 13 system
1802026-06-29T19:21:41.150Zgcc system 10 system
1812026-06-29T19:21:41.150Zgo system 1.25 system
1822026-06-29T19:21:41.150Zllvm system 15 system
1832026-06-29T19:21:41.150Zmariadb system 11.4 system
1842026-06-29T19:21:41.150Zmta vendor vendor dma
1852026-06-29T19:21:41.150Zopenjdk system 17 system
1862026-06-29T19:21:41.150Zopenjdk system 11 system
1872026-06-29T19:21:41.150Zopenssl vendor 3 vendor
1882026-06-29T19:21:41.150Zperl system 5.40 system
1892026-06-29T19:21:41.150Zpostgresql system 18 system
1902026-06-29T19:21:41.151Zpostgresql system 17 system
1912026-06-29T19:21:41.151Zpython vendor 3 vendor
1922026-06-29T19:21:41.151Zpython system 2 system
1932026-06-29T19:21:41.151Zpython3 vendor 3.13 vendor
1942026-06-29T19:21:41.151Zruby system 3.4 system
1952026-06-29T19:21:41.151Zruby system 3.0 system
1962026-06-29T19:21:41.151Zwords vendor vendor american-english
1972026-06-29T19:21:41.151Zwords system system australian-english
1982026-06-29T19:21:41.151Zwords system system british-english
1992026-06-29T19:21:41.151Zwords system system canadian-english
2002026-06-29T19:21:41.151Zwords system system french
2012026-06-29T19:21:41.151Zwords system system italian
2022026-06-29T19:21:41.151Zwords system system ngerman
2032026-06-29T19:21:41.151Zwords system system ogerman
2042026-06-29T19:21:41.151Zwords system system spanish
2052026-06-29T19:21:41.401ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-29T19:21:41.401Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-29T19:21:41.710ZFMRI IFO
2082026-06-29T19:21:41.711Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-29T19:21:41.711Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-29T19:21:41.711Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-29T19:21:41.711Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-29T19:21:41.711Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-29T19:21:41.711Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-29T19:21:41.711Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-29T19:21:41.711Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-29T19:21:41.711Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-29T19:21:41.970Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-29T19:21:42.282Z Updating crates.io index
2192026-06-29T19:21:42.286Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-29T19:21:42.521Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-29T19:21:42.865Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-29T19:21:43.166Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-29T19:21:44.105Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-29T19:21:44.595Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-29T19:21:46.146Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-29T19:21:46.910Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-29T19:21:47.185Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-29T19:21:49.517Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-29T19:21:49.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-29T19:21:50.120Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-29T19:21:50.373Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-29T19:21:50.811Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-29T19:21:51.361Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-29T19:21:51.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-29T19:21:51.858Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-29T19:21:52.122Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-29T19:21:52.417Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-29T19:21:52.645Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-29T19:21:52.885Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-29T19:21:53.143Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-29T19:21:53.493Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-29T19:21:53.827Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-29T19:21:54.078Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-29T19:21:54.489Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-29T19:21:54.744Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-29T19:21:55.081Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-29T19:21:55.308Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-29T19:21:55.609Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-29T19:21:55.931Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-29T19:21:56.309Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-29T19:21:56.690Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-29T19:21:57.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-29T19:21:57.313Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-29T19:21:57.612Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-29T19:21:57.901Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-29T19:21:58.189Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-29T19:21:58.479Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-29T19:21:58.708Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-29T19:22:01.500Z Downloading crates ...
2602026-06-29T19:22:01.557Z Downloaded cfg-if v1.0.4
2612026-06-29T19:22:01.563Z Downloaded cargo-platform v0.2.0
2622026-06-29T19:22:01.566Z Downloaded anstyle-parse v1.0.0
2632026-06-29T19:22:01.566Z Downloaded toml_datetime v0.6.11
2642026-06-29T19:22:01.569Z Downloaded fnv v1.0.7
2652026-06-29T19:22:01.569Z Downloaded dof v0.3.0
2662026-06-29T19:22:01.569Z Downloaded crypto-common v0.1.7
2672026-06-29T19:22:01.572Z Downloaded toml_write v0.1.2
2682026-06-29T19:22:01.572Z Downloaded serde_spanned v0.6.9
2692026-06-29T19:22:01.572Z Downloaded thiserror-impl v1.0.69
2702026-06-29T19:22:01.575Z Downloaded proc-macro-error-attr v1.0.4
2712026-06-29T19:22:01.575Z Downloaded cargo_metadata v0.21.0
2722026-06-29T19:22:01.576Z Downloaded cargo_toml v0.21.0
2732026-06-29T19:22:01.579Z Downloaded camino-tempfile v1.4.1
2742026-06-29T19:22:01.579Z Downloaded autocfg v1.5.0
2752026-06-29T19:22:01.581Z Downloaded yoke-derive v0.8.1
2762026-06-29T19:22:01.582Z Downloaded unicode-xid v0.2.6
2772026-06-29T19:22:01.582Z Downloaded generic-array v0.14.7
2782026-06-29T19:22:01.585Z Downloaded form_urlencoded v1.2.2
2792026-06-29T19:22:01.585Z Downloaded equivalent v1.0.2
2802026-06-29T19:22:01.585Z Downloaded pretty-hex v0.4.1
2812026-06-29T19:22:01.588Z Downloaded zerofrom v0.1.6
2822026-06-29T19:22:01.588Z Downloaded unicode-linebreak v0.1.5
2832026-06-29T19:22:01.590Z Downloaded thread-id v4.2.2
2842026-06-29T19:22:01.590Z Downloaded terminal_size v0.4.3
2852026-06-29T19:22:01.593Z Downloaded erased-serde v0.4.9
2862026-06-29T19:22:01.593Z Downloaded toml v0.8.23
2872026-06-29T19:22:01.596Z Downloaded usdt v0.5.0
2882026-06-29T19:22:01.596Z Downloaded bytecount v0.6.9
2892026-06-29T19:22:01.601Z Downloaded anstream v1.0.0
2902026-06-29T19:22:01.602Z Downloaded version_check v0.9.5
2912026-06-29T19:22:01.602Z Downloaded byteorder v1.5.0
2922026-06-29T19:22:01.608Z Downloaded bitflags v2.11.0
2932026-06-29T19:22:01.608Z Downloaded utf8parse v0.2.2
2942026-06-29T19:22:01.608Z Downloaded zerofrom-derive v0.1.6
2952026-06-29T19:22:01.608Z Downloaded utf8_iter v1.0.4
2962026-06-29T19:22:01.608Z Downloaded serde-value v0.7.0
2972026-06-29T19:22:01.611Z Downloaded usdt-macro v0.5.0
2982026-06-29T19:22:01.611Z Downloaded clap_lex v1.0.0
2992026-06-29T19:22:01.611Z Downloaded typeid v1.0.3
3002026-06-29T19:22:01.615Z Downloaded usdt-attr-macro v0.5.0
3012026-06-29T19:22:01.615Z Downloaded dtrace-parser v0.2.0
3022026-06-29T19:22:01.625Z Downloaded block-buffer v0.10.4
3032026-06-29T19:22:01.625Z Downloaded usdt-impl v0.5.0
3042026-06-29T19:22:01.625Z Downloaded colorchoice v1.0.4
3052026-06-29T19:22:01.625Z Downloaded tabled_derive v0.7.0
3062026-06-29T19:22:01.625Z Downloaded thiserror v1.0.69
3072026-06-29T19:22:01.629Z Downloaded yoke v0.8.1
3082026-06-29T19:22:01.629Z Downloaded tinystr v0.8.2
3092026-06-29T19:22:01.629Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-29T19:22:01.629Z Downloaded plain v0.2.3
3112026-06-29T19:22:01.629Z Downloaded itoa v1.0.17
3122026-06-29T19:22:01.633Z Downloaded ucd-trie v0.1.7
3132026-06-29T19:22:01.633Z Downloaded fs-err v3.3.0
3142026-06-29T19:22:01.633Z Downloaded swrite v0.1.0
3152026-06-29T19:22:01.633Z Downloaded zmij v1.0.21
3162026-06-29T19:22:01.637Z Downloaded thiserror-impl v2.0.18
3172026-06-29T19:22:01.637Z Downloaded thiserror v2.0.18
3182026-06-29T19:22:01.640Z Downloaded zerovec-derive v0.11.2
3192026-06-29T19:22:01.640Z Downloaded zerocopy-derive v0.7.35
3202026-06-29T19:22:01.643Z Downloaded heck v0.5.0
3212026-06-29T19:22:01.643Z Downloaded stable_deref_trait v1.2.1
3222026-06-29T19:22:01.643Z Downloaded textwrap v0.16.2
3232026-06-29T19:22:01.646Z Downloaded unicode-ident v1.0.24
3242026-06-29T19:22:01.646Z Downloaded macaddr v1.0.1
3252026-06-29T19:22:01.649Z Downloaded smawk v0.3.2
3262026-06-29T19:22:01.649Z Downloaded writeable v0.6.2
3272026-06-29T19:22:01.653Z Downloaded scroll_derive v0.12.1
3282026-06-29T19:22:01.653Z Downloaded memmap v0.7.0
3292026-06-29T19:22:01.653Z Downloaded url v2.5.8
3302026-06-29T19:22:01.657Z Downloaded smallvec v1.15.1
3312026-06-29T19:22:01.657Z Downloaded digest v0.10.7
3322026-06-29T19:22:01.660Z Downloaded anstyle v1.0.14
3332026-06-29T19:22:01.663Z Downloaded icu_properties v2.1.2
3342026-06-29T19:22:01.666Z Downloaded serde-untagged v0.1.9
3352026-06-29T19:22:01.666Z Downloaded zerotrie v0.2.3
3362026-06-29T19:22:01.670Z Downloaded toml_edit v0.22.27
3372026-06-29T19:22:01.670Z Downloaded num-traits v0.2.19
3382026-06-29T19:22:01.674Z Downloaded typenum v1.19.0
3392026-06-29T19:22:01.674Z Downloaded synstructure v0.13.2
3402026-06-29T19:22:01.674Z Downloaded clap v4.6.1
3412026-06-29T19:22:01.678Z Downloaded idna_adapter v1.2.1
3422026-06-29T19:22:01.681Z Downloaded zerovec v0.11.5
3432026-06-29T19:22:01.681Z Downloaded sha2 v0.10.9
3442026-06-29T19:22:01.684Z Downloaded quote v1.0.45
3452026-06-29T19:22:01.684Z Downloaded heck v0.4.1
3462026-06-29T19:22:01.687Z Downloaded unicode-width v0.1.14
3472026-06-29T19:22:01.691Z Downloaded zerocopy v0.7.35
3482026-06-29T19:22:01.696Z Downloaded winnow v0.7.14
3492026-06-29T19:22:01.701Z Downloaded cargo-util-schemas v0.8.2
3502026-06-29T19:22:01.703Z Downloaded anstyle-query v1.1.5
3512026-06-29T19:22:01.703Z Downloaded icu_normalizer v2.1.1
3522026-06-29T19:22:01.706Z Downloaded unicode-width v0.2.0
3532026-06-29T19:22:01.709Z Downloaded scroll v0.12.0
3542026-06-29T19:22:01.709Z Downloaded litemap v0.8.1
3552026-06-29T19:22:01.712Z Downloaded clap_derive v4.6.1
3562026-06-29T19:22:01.712Z Downloaded ordered-float v2.10.1
3572026-06-29T19:22:01.712Z Downloaded pest_derive v2.8.6
3582026-06-29T19:22:01.715Z Downloaded fastrand v2.3.0
3592026-06-29T19:22:01.715Z Downloaded errno v0.3.14
3602026-06-29T19:22:01.715Z Downloaded cpufeatures v0.2.17
3612026-06-29T19:22:01.715Z Downloaded semver v1.0.28
3622026-06-29T19:22:01.718Z Downloaded strsim v0.11.1
3632026-06-29T19:22:01.718Z Downloaded camino v1.2.2
3642026-06-29T19:22:01.718Z Downloaded potential_utf v0.1.4
3652026-06-29T19:22:01.721Z Downloaded percent-encoding v2.3.2
3662026-06-29T19:22:01.724Z Downloaded papergrid v0.11.0
3672026-06-29T19:22:01.727Z Downloaded getrandom v0.4.1
3682026-06-29T19:22:01.730Z Downloaded icu_locale_core v2.1.1
3692026-06-29T19:22:01.733Z Downloaded displaydoc v0.2.5
3702026-06-29T19:22:01.737Z Downloaded once_cell v1.21.3
3712026-06-29T19:22:01.740Z Downloaded anyhow v1.0.102
3722026-06-29T19:22:01.747Z Downloaded serde_tokenstream v0.2.3
3732026-06-29T19:22:01.750Z Downloaded proc-macro-error v1.0.4
3742026-06-29T19:22:01.750Z Downloaded proc-macro2 v1.0.106
3752026-06-29T19:22:01.760Z Downloaded tempfile v3.25.0
3762026-06-29T19:22:01.764Z Downloaded serde_core v1.0.228
3772026-06-29T19:22:01.771Z Downloaded pest_meta v2.8.6
3782026-06-29T19:22:01.774Z Downloaded icu_provider v2.1.1
3792026-06-29T19:22:01.774Z Downloaded icu_collections v2.1.1
3802026-06-29T19:22:01.777Z Downloaded serde_derive v1.0.228
3812026-06-29T19:22:01.780Z Downloaded serde v1.0.228
3822026-06-29T19:22:01.783Z Downloaded log v0.4.29
3832026-06-29T19:22:01.786Z Downloaded pest_generator v2.8.6
3842026-06-29T19:22:01.786Z Downloaded indexmap v2.14.0
3852026-06-29T19:22:01.789Z Downloaded icu_normalizer_data v2.1.1
3862026-06-29T19:22:01.805Z Downloaded memchr v2.8.0
3872026-06-29T19:22:01.819Z Downloaded hashbrown v0.17.0
3882026-06-29T19:22:01.822Z Downloaded pest v2.8.6
3892026-06-29T19:22:01.825Z Downloaded idna v1.1.0
3902026-06-29T19:22:01.828Z Downloaded goblin v0.8.2
3912026-06-29T19:22:01.831Z Downloaded serde_json v1.0.150
3922026-06-29T19:22:01.834Z Downloaded icu_properties_data v2.1.2
3932026-06-29T19:22:01.845Z Downloaded clap_builder v4.6.0
3942026-06-29T19:22:01.848Z Downloaded tabled v0.15.0
3952026-06-29T19:22:01.858Z Downloaded syn v1.0.109
3962026-06-29T19:22:01.868Z Downloaded syn v2.0.117
3972026-06-29T19:22:01.882Z Downloaded rustix v1.1.3
3982026-06-29T19:22:01.910Z Downloaded libc v0.2.185
3992026-06-29T19:22:01.976Z Compiling proc-macro2 v1.0.106
4002026-06-29T19:22:01.976Z Compiling unicode-ident v1.0.24
4012026-06-29T19:22:01.979Z Compiling quote v1.0.45
4022026-06-29T19:22:01.980Z Compiling serde_core v1.0.228
4032026-06-29T19:22:01.980Z Compiling libc v0.2.185
4042026-06-29T19:22:01.980Z Compiling version_check v0.9.5
4052026-06-29T19:22:01.980Z Compiling memchr v2.8.0
4062026-06-29T19:22:01.980Z Compiling stable_deref_trait v1.2.1
4072026-06-29T19:22:01.980Z Compiling serde v1.0.228
4082026-06-29T19:22:01.980Z Compiling zmij v1.0.21
4092026-06-29T19:22:02.152Z Compiling thiserror v1.0.69
4102026-06-29T19:22:02.156Z Compiling autocfg v1.5.0
4112026-06-29T19:22:02.157Z Compiling itoa v1.0.17
4122026-06-29T19:22:02.157Z Compiling ucd-trie v0.1.7
4132026-06-29T19:22:02.157Z Compiling writeable v0.6.2
4142026-06-29T19:22:02.395Z Compiling litemap v0.8.1
4152026-06-29T19:22:02.482Z Compiling byteorder v1.5.0
4162026-06-29T19:22:02.603Z Compiling icu_normalizer_data v2.1.1
4172026-06-29T19:22:02.603Z Compiling icu_properties_data v2.1.2
4182026-06-29T19:22:02.711Z Compiling rustix v1.1.3
4192026-06-29T19:22:02.783Z Compiling serde_json v1.0.150
4202026-06-29T19:22:02.783Z Compiling bitflags v2.11.0
4212026-06-29T19:22:02.783Z Compiling hashbrown v0.17.0
4222026-06-29T19:22:02.837Z Compiling typeid v1.0.3
4232026-06-29T19:22:02.880Z Compiling pest v2.8.6
4242026-06-29T19:22:02.880Z Compiling num-traits v0.2.19
4252026-06-29T19:22:03.018Z Compiling smallvec v1.15.1
4262026-06-29T19:22:03.078Z Compiling equivalent v1.0.2
4272026-06-29T19:22:03.092Z Compiling usdt-impl v0.5.0
4282026-06-29T19:22:03.092Z Compiling proc-macro-error-attr v1.0.4
4292026-06-29T19:22:03.177Z Compiling toml_write v0.1.2
4302026-06-29T19:22:03.247Z Compiling indexmap v2.14.0
4312026-06-29T19:22:03.251Z Compiling erased-serde v0.4.9
4322026-06-29T19:22:03.286Z Compiling syn v1.0.109
4332026-06-29T19:22:03.339Z Compiling winnow v0.7.14
4342026-06-29T19:22:03.352Z Compiling errno v0.3.14
4352026-06-29T19:22:03.384Z Compiling thread-id v4.2.2
4362026-06-29T19:22:03.523Z Compiling proc-macro-error v1.0.4
4372026-06-29T19:22:03.527Z Compiling utf8parse v0.2.2
4382026-06-29T19:22:03.567Z Compiling log v0.4.29
4392026-06-29T19:22:03.567Z Compiling getrandom v0.4.1
4402026-06-29T19:22:03.623Z Compiling syn v2.0.117
4412026-06-29T19:22:03.667Z Compiling percent-encoding v2.3.2
4422026-06-29T19:22:03.691Z Compiling camino v1.2.2
4432026-06-29T19:22:03.709Z Compiling utf8_iter v1.0.4
4442026-06-29T19:22:03.732Z Compiling plain v0.2.3
4452026-06-29T19:22:03.744Z Compiling thiserror v2.0.18
4462026-06-29T19:22:03.870Z Compiling form_urlencoded v1.2.2
4472026-06-29T19:22:03.901Z Compiling anstyle-parse v1.0.0
4482026-06-29T19:22:03.955Z Compiling pest_meta v2.8.6
4492026-06-29T19:22:04.011Z Compiling anstyle v1.0.14
4502026-06-29T19:22:04.070Z Compiling ordered-float v2.10.1
4512026-06-29T19:22:04.105Z Compiling is_terminal_polyfill v1.70.2
4522026-06-29T19:22:04.127Z Compiling pretty-hex v0.4.1
4532026-06-29T19:22:04.162Z Compiling colorchoice v1.0.4
4542026-06-29T19:22:04.183Z Compiling cfg-if v1.0.4
4552026-06-29T19:22:04.201Z Compiling anstyle-query v1.1.5
4562026-06-29T19:22:04.285Z Compiling fs-err v3.3.0
4572026-06-29T19:22:04.303Z Compiling anstream v1.0.0
4582026-06-29T19:22:04.307Z Compiling unicode-xid v0.2.6
4592026-06-29T19:22:04.341Z Compiling fastrand v2.3.0
4602026-06-29T19:22:04.357Z Compiling unicode-width v0.1.14
4612026-06-29T19:22:04.374Z Compiling strsim v0.11.1
4622026-06-29T19:22:04.390Z Compiling terminal_size v0.4.3
4632026-06-29T19:22:04.447Z Compiling fnv v1.0.7
4642026-06-29T19:22:04.466Z Compiling heck v0.4.1
4652026-06-29T19:22:04.513Z Compiling clap_lex v1.0.0
4662026-06-29T19:22:04.553Z Compiling once_cell v1.21.3
4672026-06-29T19:22:04.574Z Compiling anyhow v1.0.102
4682026-06-29T19:22:04.696Z Compiling semver v1.0.28
4692026-06-29T19:22:04.749Z Compiling heck v0.5.0
4702026-06-29T19:22:04.775Z Compiling bytecount v0.6.9
4712026-06-29T19:22:04.802Z Compiling tempfile v3.25.0
4722026-06-29T19:22:04.870Z Compiling clap_builder v4.6.0
4732026-06-29T19:22:04.917Z Compiling papergrid v0.11.0
4742026-06-29T19:22:04.956Z Compiling memmap v0.7.0
4752026-06-29T19:22:05.017Z Compiling smawk v0.3.2
4762026-06-29T19:22:05.049Z Compiling unicode-width v0.2.0
4772026-06-29T19:22:05.137Z Compiling serde-untagged v0.1.9
4782026-06-29T19:22:05.156Z Compiling unicode-linebreak v0.1.5
4792026-06-29T19:22:05.171Z Compiling camino-tempfile v1.4.1
4802026-06-29T19:22:05.231Z Compiling swrite v0.1.0
4812026-06-29T19:22:05.340Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-29T19:22:05.373Z Compiling textwrap v0.16.2
4832026-06-29T19:22:05.668Z Compiling tabled_derive v0.7.0
4842026-06-29T19:22:06.189Z Compiling synstructure v0.13.2
4852026-06-29T19:22:06.189Z Compiling pest_generator v2.8.6
4862026-06-29T19:22:06.361Z Compiling tabled v0.15.0
4872026-06-29T19:22:06.715Z Compiling serde_derive v1.0.228
4882026-06-29T19:22:06.715Z Compiling zerofrom-derive v0.1.6
4892026-06-29T19:22:06.715Z Compiling yoke-derive v0.8.1
4902026-06-29T19:22:06.719Z Compiling zerovec-derive v0.11.2
4912026-06-29T19:22:06.719Z Compiling displaydoc v0.2.5
4922026-06-29T19:22:06.719Z Compiling thiserror-impl v1.0.69
4932026-06-29T19:22:06.719Z Compiling zerocopy-derive v0.7.35
4942026-06-29T19:22:06.766Z Compiling scroll_derive v0.12.1
4952026-06-29T19:22:06.800Z Compiling thiserror-impl v2.0.18
4962026-06-29T19:22:06.804Z Compiling pest_derive v2.8.6
4972026-06-29T19:22:06.893Z Compiling clap_derive v4.6.1
4982026-06-29T19:22:07.492Z Compiling scroll v0.12.0
4992026-06-29T19:22:07.558Z Compiling zerocopy v0.7.35
5002026-06-29T19:22:07.724Z Compiling goblin v0.8.2
5012026-06-29T19:22:07.746Z Compiling zerofrom v0.1.6
5022026-06-29T19:22:07.867Z Compiling yoke v0.8.1
5032026-06-29T19:22:07.939Z Compiling dtrace-parser v0.2.0
5042026-06-29T19:22:08.020Z Compiling zerovec v0.11.5
5052026-06-29T19:22:08.020Z Compiling zerotrie v0.2.3
5062026-06-29T19:22:08.294Z Compiling clap v4.6.1
5072026-06-29T19:22:08.470Z Compiling tinystr v0.8.2
5082026-06-29T19:22:08.470Z Compiling potential_utf v0.1.4
5092026-06-29T19:22:08.586Z Compiling icu_collections v2.1.1
5102026-06-29T19:22:08.636Z Compiling icu_locale_core v2.1.1
5112026-06-29T19:22:09.159Z Compiling icu_provider v2.1.1
5122026-06-29T19:22:09.365Z Compiling icu_properties v2.1.2
5132026-06-29T19:22:09.365Z Compiling icu_normalizer v2.1.1
5142026-06-29T19:22:09.435Z Compiling toml_datetime v0.6.11
5152026-06-29T19:22:09.435Z Compiling serde_spanned v0.6.9
5162026-06-29T19:22:09.435Z Compiling serde-value v0.7.0
5172026-06-29T19:22:09.439Z Compiling cargo-platform v0.2.0
5182026-06-29T19:22:09.439Z Compiling macaddr v1.0.1
5192026-06-29T19:22:09.452Z Compiling dof v0.3.0
5202026-06-29T19:22:09.455Z Compiling serde_tokenstream v0.2.3
5212026-06-29T19:22:09.645Z Compiling toml_edit v0.22.27
5222026-06-29T19:22:10.169Z Compiling idna_adapter v1.2.1
5232026-06-29T19:22:10.225Z Compiling usdt-macro v0.5.0
5242026-06-29T19:22:10.230Z Compiling usdt-attr-macro v0.5.0
5252026-06-29T19:22:10.274Z Compiling idna v1.1.0
5262026-06-29T19:22:10.555Z Compiling url v2.5.8
5272026-06-29T19:22:10.835Z Compiling usdt v0.5.0
5282026-06-29T19:22:10.937Z Compiling toml v0.8.23
5292026-06-29T19:22:11.271Z Compiling cargo-util-schemas v0.8.2
5302026-06-29T19:22:11.271Z Compiling cargo_toml v0.21.0
5312026-06-29T19:22:12.094Z Compiling cargo_metadata v0.21.0
5322026-06-29T19:22:13.028Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-29T19:22:15.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.35s
5342026-06-29T19:22:15.370Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-29T19:22:15.864Z Downloading crates ...
5362026-06-29T19:22:15.959Z Downloaded bit-set v0.8.0
5372026-06-29T19:22:15.964Z Downloaded adler2 v2.0.1
5382026-06-29T19:22:15.968Z Downloaded anstream v0.6.21
5392026-06-29T19:22:15.976Z Downloaded assert_matches v1.5.0
5402026-06-29T19:22:15.981Z Downloaded base16ct v0.2.0
5412026-06-29T19:22:15.981Z Downloaded anstyle-parse v0.2.7
5422026-06-29T19:22:15.981Z Downloaded arc-swap v1.8.2
5432026-06-29T19:22:15.985Z Downloaded async-stream-impl v0.3.6
5442026-06-29T19:22:15.985Z Downloaded block-padding v0.3.3
5452026-06-29T19:22:15.985Z Downloaded block-buffer v0.12.1
5462026-06-29T19:22:15.985Z Downloaded bitfield-struct v0.6.2
5472026-06-29T19:22:15.989Z Downloaded bb8 v0.8.6
5482026-06-29T19:22:15.989Z Downloaded darling_macro v0.13.4
5492026-06-29T19:22:15.996Z Downloaded bit-set v0.5.3
5502026-06-29T19:22:15.996Z Downloaded arrayref v0.3.9
5512026-06-29T19:22:15.996Z Downloaded derive-where v1.6.0
5522026-06-29T19:22:16.001Z Downloaded defmt-parser v1.0.0
5532026-06-29T19:22:16.001Z Downloaded arrayvec v0.7.6
5542026-06-29T19:22:16.001Z Downloaded cfg_aliases v0.1.1
5552026-06-29T19:22:16.001Z Downloaded camino-tempfile-ext v0.3.3
5562026-06-29T19:22:16.001Z Downloaded console v0.16.2
5572026-06-29T19:22:16.006Z Downloaded bit-vec v0.8.0
5582026-06-29T19:22:16.006Z Downloaded base64ct v1.8.3
5592026-06-29T19:22:16.006Z Downloaded diesel-dtrace v0.5.0
5602026-06-29T19:22:16.006Z Downloaded bitfield-macros v0.19.4
5612026-06-29T19:22:16.010Z Downloaded array-init v0.0.4
5622026-06-29T19:22:16.010Z Downloaded atomicwrites v0.4.4
5632026-06-29T19:22:16.010Z Downloaded cpufeatures v0.3.0
5642026-06-29T19:22:16.010Z Downloaded bitflags v1.3.2
5652026-06-29T19:22:16.016Z Downloaded bit-vec v0.6.3
5662026-06-29T19:22:16.016Z Downloaded diff v0.1.13
5672026-06-29T19:22:16.016Z Downloaded blake2 v0.10.6
5682026-06-29T19:22:16.022Z Downloaded async-recursion v1.1.1
5692026-06-29T19:22:16.022Z Downloaded ahash v0.8.12
5702026-06-29T19:22:16.022Z Downloaded ar_archive_writer v0.5.1
5712026-06-29T19:22:16.027Z Downloaded embedded-io v0.4.0
5722026-06-29T19:22:16.027Z Downloaded aead v0.5.2
5732026-06-29T19:22:16.028Z Downloaded darling_macro v0.23.0
5742026-06-29T19:22:16.028Z Downloaded bitfield v0.19.4
5752026-06-29T19:22:16.032Z Downloaded curve25519-dalek-derive v0.1.1
5762026-06-29T19:22:16.032Z Downloaded crc8 v0.1.1
5772026-06-29T19:22:16.032Z Downloaded bcrypt-pbkdf v0.10.0
5782026-06-29T19:22:16.032Z Downloaded crc-catalog v2.4.0
5792026-06-29T19:22:16.032Z Downloaded backoff v0.4.0
5802026-06-29T19:22:16.032Z Downloaded async-stream v0.3.6
5812026-06-29T19:22:16.039Z Downloaded atty v0.2.14
5822026-06-29T19:22:16.040Z Downloaded atomic-waker v1.1.2
5832026-06-29T19:22:16.047Z Downloaded castaway v0.2.4
5842026-06-29T19:22:16.054Z Downloaded defmt v0.3.100
5852026-06-29T19:22:16.055Z Downloaded darling_macro v0.20.11
5862026-06-29T19:22:16.055Z Downloaded crunchy v0.2.4
5872026-06-29T19:22:16.062Z Downloaded cobs v0.3.0
5882026-06-29T19:22:16.062Z Downloaded ascii-canvas v3.0.0
5892026-06-29T19:22:16.062Z Downloaded ed25519-dalek v2.2.0
5902026-06-29T19:22:16.062Z Downloaded defmt-macros v1.0.1
5912026-06-29T19:22:16.062Z Downloaded data-encoding v2.10.0
5922026-06-29T19:22:16.062Z Downloaded ciborium-io v0.2.2
5932026-06-29T19:22:16.067Z Downloaded cfg_aliases v0.2.1
5942026-06-29T19:22:16.067Z Downloaded crucible-workspace-hack v0.1.0
5952026-06-29T19:22:16.067Z Downloaded crc v3.4.0
5962026-06-29T19:22:16.067Z Downloaded convert_case v0.4.0
5972026-06-29T19:22:16.067Z Downloaded darling_macro v0.21.3
5982026-06-29T19:22:16.075Z Downloaded debug-ignore v1.0.5
5992026-06-29T19:22:16.076Z Downloaded cstr-argument v0.1.2
6002026-06-29T19:22:16.080Z Downloaded diesel_table_macro_syntax v0.3.0
6012026-06-29T19:22:16.086Z Downloaded allocator-api2 v0.2.21
6022026-06-29T19:22:16.086Z Downloaded bcs v0.1.6
6032026-06-29T19:22:16.092Z Downloaded ctr v0.9.2
6042026-06-29T19:22:16.092Z Downloaded defmt v1.0.1
6052026-06-29T19:22:16.092Z Downloaded darling v0.13.4
6062026-06-29T19:22:16.097Z Downloaded ciborium-ll v0.2.2
6072026-06-29T19:22:16.097Z Downloaded csv-core v0.1.13
6082026-06-29T19:22:16.097Z Downloaded flagset v0.4.7
6092026-06-29T19:22:16.097Z Downloaded derive-ex v0.1.8
6102026-06-29T19:22:16.097Z Downloaded derive_builder_core v0.20.2
6112026-06-29T19:22:16.097Z Downloaded derive_more-impl v2.1.1
6122026-06-29T19:22:16.101Z Downloaded float-ord v0.3.2
6132026-06-29T19:22:16.101Z Downloaded env_filter v1.0.0
6142026-06-29T19:22:16.104Z Downloaded float-cmp v0.10.0
6152026-06-29T19:22:16.104Z Downloaded derive_builder_macro v0.20.2
6162026-06-29T19:22:16.104Z Downloaded foreign-types-macros v0.2.3
6172026-06-29T19:22:16.104Z Downloaded foreign-types-shared v0.3.1
6182026-06-29T19:22:16.104Z Downloaded fixedbitset v0.4.2
6192026-06-29T19:22:16.110Z Downloaded futures-macro v0.3.32
6202026-06-29T19:22:16.110Z Downloaded funty v2.0.0
6212026-06-29T19:22:16.110Z Downloaded endian-type v0.1.2
6222026-06-29T19:22:16.110Z Downloaded foreign-types v0.3.2
6232026-06-29T19:22:16.110Z Downloaded embedded-io v0.6.1
6242026-06-29T19:22:16.117Z Downloaded futures-sink v0.3.32
6252026-06-29T19:22:16.117Z Downloaded dunce v1.0.5
6262026-06-29T19:22:16.117Z Downloaded fd-lock v4.0.4
6272026-06-29T19:22:16.117Z Downloaded futures-task v0.3.32
6282026-06-29T19:22:16.117Z Downloaded document-features v0.2.12
6292026-06-29T19:22:16.122Z Downloaded git-stub v1.0.0
6302026-06-29T19:22:16.122Z Downloaded gethostname v0.5.0
6312026-06-29T19:22:16.122Z Downloaded fxhash v0.2.1
6322026-06-29T19:22:16.122Z Downloaded dropshot-api-manager-types v0.7.2
6332026-06-29T19:22:16.122Z Downloaded difflib v0.4.0
6342026-06-29T19:22:16.122Z Downloaded base64 v0.21.7
6352026-06-29T19:22:16.122Z Downloaded globwalk v0.9.1
6362026-06-29T19:22:16.126Z Downloaded dyn-clone v1.0.20
6372026-06-29T19:22:16.127Z Downloaded cbc v0.1.2
6382026-06-29T19:22:16.127Z Downloaded display-error-chain v0.2.2
6392026-06-29T19:22:16.127Z Downloaded argon2 v0.5.3
6402026-06-29T19:22:16.127Z Downloaded dirs-sys-next v0.1.2
6412026-06-29T19:22:16.131Z Downloaded crypto-common v0.2.2
6422026-06-29T19:22:16.131Z Downloaded compression-core v0.4.31
6432026-06-29T19:22:16.131Z Downloaded dsl_auto_type v0.2.0
6442026-06-29T19:22:16.131Z Downloaded async-trait v0.1.89
6452026-06-29T19:22:16.136Z Downloaded futures-io v0.3.32
6462026-06-29T19:22:16.136Z Downloaded cargo-platform v0.3.2
6472026-06-29T19:22:16.136Z Downloaded buf-list v1.1.2
6482026-06-29T19:22:16.136Z Downloaded dof v0.4.0
6492026-06-29T19:22:16.142Z Downloaded const_format_proc_macros v0.2.34
6502026-06-29T19:22:16.142Z Downloaded dtrace-parser v0.3.0
6512026-06-29T19:22:16.148Z Downloaded cexpr v0.6.0
6522026-06-29T19:22:16.148Z Downloaded dirs-next v2.0.0
6532026-06-29T19:22:16.148Z Downloaded hash32 v0.3.1
6542026-06-29T19:22:16.148Z Downloaded cassowary v0.3.0
6552026-06-29T19:22:16.148Z Downloaded byte-wrapper v0.1.0
6562026-06-29T19:22:16.153Z Downloaded hash32 v0.2.1
6572026-06-29T19:22:16.153Z Downloaded der_derive v0.7.3
6582026-06-29T19:22:16.153Z Downloaded futures-core v0.3.32
6592026-06-29T19:22:16.157Z Downloaded chacha20 v0.9.1
6602026-06-29T19:22:16.157Z Downloaded blowfish v0.9.1
6612026-06-29T19:22:16.157Z Downloaded cargo_metadata v0.23.1
6622026-06-29T19:22:16.157Z Downloaded darling v0.21.3
6632026-06-29T19:22:16.165Z Downloaded hex-literal v0.4.1
6642026-06-29T19:22:16.165Z Downloaded hex v0.4.3
6652026-06-29T19:22:16.173Z Downloaded fatfs v0.3.6
6662026-06-29T19:22:16.173Z Downloaded crossbeam-epoch v0.9.18
6672026-06-29T19:22:16.173Z Downloaded derive_builder v0.20.2
6682026-06-29T19:22:16.173Z Downloaded foreign-types v0.5.0
6692026-06-29T19:22:16.173Z Downloaded compression-codecs v0.4.37
6702026-06-29T19:22:16.179Z Downloaded home v0.5.12
6712026-06-29T19:22:16.179Z Downloaded constant_time_eq v0.4.2
6722026-06-29T19:22:16.179Z Downloaded darling v0.20.11
6732026-06-29T19:22:16.179Z Downloaded foreign-types-shared v0.1.1
6742026-06-29T19:22:16.184Z Downloaded foldhash v0.2.0
6752026-06-29T19:22:16.184Z Downloaded fs_extra v1.3.0
6762026-06-29T19:22:16.184Z Downloaded async-bb8-diesel v0.2.1
6772026-06-29T19:22:16.184Z Downloaded ghash v0.5.1
6782026-06-29T19:22:16.184Z Downloaded corncobs v0.1.4
6792026-06-29T19:22:16.184Z Downloaded cmake v0.1.57
6802026-06-29T19:22:16.238Z Downloaded http-range v0.1.5
6812026-06-29T19:22:16.238Z Downloaded daft-derive v0.1.7
6822026-06-29T19:22:16.238Z Downloaded hostname v0.3.1
6832026-06-29T19:22:16.238Z Downloaded crossbeam-deque v0.8.6
6842026-06-29T19:22:16.248Z Downloaded headers-core v0.3.0
6852026-06-29T19:22:16.248Z Downloaded http-body v1.0.1
6862026-06-29T19:22:16.248Z Downloaded git-stub-vcs v0.1.0
6872026-06-29T19:22:16.248Z Downloaded fallible-iterator v0.2.0
6882026-06-29T19:22:16.248Z Downloaded globset v0.4.18
6892026-06-29T19:22:16.248Z Downloaded env_logger v0.11.9
6902026-06-29T19:22:16.248Z Downloaded convert_case v0.10.0
6912026-06-29T19:22:16.248Z Downloaded find-msvc-tools v0.1.9
6922026-06-29T19:22:16.248Z Downloaded colored v3.1.1
6932026-06-29T19:22:16.248Z Downloaded filetime v0.2.27
6942026-06-29T19:22:16.248Z Downloaded httpdate v1.0.3
6952026-06-29T19:22:16.248Z Downloaded hostname v0.4.2
6962026-06-29T19:22:16.248Z Downloaded ed25519 v2.2.3
6972026-06-29T19:22:16.248Z Downloaded const-oid v0.9.6
6982026-06-29T19:22:16.248Z Downloaded fs-err v2.11.0
6992026-06-29T19:22:16.248Z Downloaded erased-serde v0.3.31
7002026-06-29T19:22:16.248Z Downloaded illumos-nvpair-sys v0.2.0
7012026-06-29T19:22:16.248Z Downloaded inout v0.1.4
7022026-06-29T19:22:16.248Z Downloaded colored v2.2.0
7032026-06-29T19:22:16.248Z Downloaded base64 v0.22.1
7042026-06-29T19:22:16.248Z Downloaded crossbeam-utils v0.8.21
7052026-06-29T19:22:16.248Z Downloaded deranged v0.5.8
7062026-06-29T19:22:16.248Z Downloaded hubpack_derive v0.1.1
7072026-06-29T19:22:16.248Z Downloaded hubpack v0.1.2
7082026-06-29T19:22:16.249Z Downloaded instability v0.3.11
7092026-06-29T19:22:16.249Z Downloaded darling v0.23.0
7102026-06-29T19:22:16.249Z Downloaded crc32fast v1.5.0
7112026-06-29T19:22:16.249Z Downloaded ident_case v1.0.1
7122026-06-29T19:22:16.249Z Downloaded glob v0.3.3
7132026-06-29T19:22:16.249Z Downloaded futures-executor v0.3.32
7142026-06-29T19:22:16.249Z Downloaded fixedbitset v0.5.7
7152026-06-29T19:22:16.249Z Downloaded ciborium v0.2.2
7162026-06-29T19:22:16.249Z Downloaded darling_core v0.20.11
7172026-06-29T19:22:16.249Z Downloaded hyper-tls v0.6.0
7182026-06-29T19:22:16.249Z Downloaded either v1.15.0
7192026-06-29T19:22:16.249Z Downloaded ecdsa v0.16.9
7202026-06-29T19:22:16.249Z Downloaded instant v0.1.13
7212026-06-29T19:22:16.249Z Downloaded indent_write v2.2.0
7222026-06-29T19:22:16.249Z Downloaded foldhash v0.1.5
7232026-06-29T19:22:16.249Z Downloaded console v0.15.11
7242026-06-29T19:22:16.249Z Downloaded internet-checksum v0.2.1
7252026-06-29T19:22:16.249Z Downloaded indoc v1.0.9
7262026-06-29T19:22:16.257Z Downloaded is-terminal v0.4.17
7272026-06-29T19:22:16.257Z Downloaded cipher v0.4.4
7282026-06-29T19:22:16.257Z Downloaded group v0.13.0
7292026-06-29T19:22:16.257Z Downloaded lalrpop-util v0.19.12
7302026-06-29T19:22:16.258Z Downloaded is_ci v1.2.0
7312026-06-29T19:22:16.258Z Downloaded cancel-safe-futures v0.1.5
7322026-06-29T19:22:16.258Z Downloaded ff v0.13.1
7332026-06-29T19:22:16.258Z Downloaded chacha20 v0.10.0
7342026-06-29T19:22:16.262Z Downloaded getrandom v0.2.17
7352026-06-29T19:22:16.262Z Downloaded http-body-util v0.1.3
7362026-06-29T19:22:16.262Z Downloaded highway v1.3.0
7372026-06-29T19:22:16.262Z Downloaded futures-channel v0.3.32
7382026-06-29T19:22:16.262Z Downloaded libscf-sys v1.2.0
7392026-06-29T19:22:16.262Z Downloaded lazy_static v1.5.0
7402026-06-29T19:22:16.266Z Downloaded illumos-nvpair v0.3.0
7412026-06-29T19:22:16.266Z Downloaded des v0.8.1
7422026-06-29T19:22:16.266Z Downloaded kstat-rs v0.2.4
7432026-06-29T19:22:16.266Z Downloaded bzip2 v0.4.4
7442026-06-29T19:22:16.271Z Downloaded ena v0.14.4
7452026-06-29T19:22:16.271Z Downloaded digest v0.11.3
7462026-06-29T19:22:16.271Z Downloaded daft v0.1.7
7472026-06-29T19:22:16.271Z Downloaded bzip2 v0.6.1
7482026-06-29T19:22:16.276Z Downloaded backon v1.6.0
7492026-06-29T19:22:16.276Z Downloaded maybe-uninit v2.0.0
7502026-06-29T19:22:16.276Z Downloaded cookie_store v0.22.1
7512026-06-29T19:22:16.280Z Downloaded cookie v0.18.1
7522026-06-29T19:22:16.280Z Downloaded critical-section v1.2.0
7532026-06-29T19:22:16.280Z Downloaded const-oid v0.10.2
7542026-06-29T19:22:16.286Z Downloaded clang-sys v1.8.1
7552026-06-29T19:22:16.286Z Downloaded managed v0.8.0
7562026-06-29T19:22:16.286Z Downloaded lru-cache v0.1.2
7572026-06-29T19:22:16.286Z Downloaded lru v0.12.5
7582026-06-29T19:22:16.290Z Downloaded darling_core v0.13.4
7592026-06-29T19:22:16.290Z Downloaded lru-slab v0.1.2
7602026-06-29T19:22:16.290Z Downloaded async-compression v0.4.41
7612026-06-29T19:22:16.294Z Downloaded md-5 v0.10.6
7622026-06-29T19:22:16.294Z Downloaded match_cfg v0.1.0
7632026-06-29T19:22:16.294Z Downloaded memoffset v0.9.1
7642026-06-29T19:22:16.298Z Downloaded mime v0.3.17
7652026-06-29T19:22:16.298Z Downloaded impl-trait-for-tuples v0.2.3
7662026-06-29T19:22:16.304Z Downloaded darling_core v0.23.0
7672026-06-29T19:22:16.304Z Downloaded crc-any v2.5.0
7682026-06-29T19:22:16.310Z Downloaded maplit v1.0.2
7692026-06-29T19:22:16.310Z Downloaded ipnetwork v0.21.1
7702026-06-29T19:22:16.310Z Downloaded md5 v0.7.0
7712026-06-29T19:22:16.310Z Downloaded hyper-staticfile v0.10.1
7722026-06-29T19:22:16.310Z Downloaded new_debug_unreachable v1.0.6
7732026-06-29T19:22:16.313Z Downloaded newtype_derive v0.1.6
7742026-06-29T19:22:16.313Z Downloaded normalize-line-endings v0.3.0
7752026-06-29T19:22:16.313Z Downloaded newline-converter v0.3.0
7762026-06-29T19:22:16.313Z Downloaded multimap v0.10.1
7772026-06-29T19:22:16.313Z Downloaded lzss v0.8.2
7782026-06-29T19:22:16.313Z Downloaded num-iter v0.1.45
7792026-06-29T19:22:16.318Z Downloaded nodrop v0.1.14
7802026-06-29T19:22:16.318Z Downloaded nonempty v0.12.0
7812026-06-29T19:22:16.318Z Downloaded num-derive v0.4.2
7822026-06-29T19:22:16.323Z Downloaded num-conv v0.2.0
7832026-06-29T19:22:16.323Z Downloaded bytes v1.11.1
7842026-06-29T19:22:16.323Z Downloaded ipnet v2.11.0
7852026-06-29T19:22:16.327Z Downloaded futures v0.3.32
7862026-06-29T19:22:16.327Z Downloaded jobserver v0.1.34
7872026-06-29T19:22:16.332Z Downloaded hybrid-array v0.4.10
7882026-06-29T19:22:16.332Z Downloaded half v1.8.3
7892026-06-29T19:22:16.332Z Downloaded num_threads v0.1.7
7902026-06-29T19:22:16.332Z Downloaded libloading v0.8.9
7912026-06-29T19:22:16.340Z Downloaded num v0.4.3
7922026-06-29T19:22:16.340Z Downloaded keccak v0.1.6
7932026-06-29T19:22:16.340Z Downloaded ingot-types v0.1.2
7942026-06-29T19:22:16.340Z Downloaded ingot v0.1.1
7952026-06-29T19:22:16.343Z Downloaded olpc-cjson v0.1.4
7962026-06-29T19:22:16.343Z Downloaded nibble_vec v0.1.0
7972026-06-29T19:22:16.343Z Downloaded enum-as-inner v0.6.1
7982026-06-29T19:22:16.343Z Downloaded downcast-rs v2.0.2
7992026-06-29T19:22:16.343Z Downloaded num_enum_derive v0.5.11
8002026-06-29T19:22:16.343Z Downloaded iana-time-zone v0.1.65
8012026-06-29T19:22:16.343Z Downloaded linear-map v1.2.0
8022026-06-29T19:22:16.347Z Downloaded dropshot_endpoint v0.17.1
8032026-06-29T19:22:16.347Z Downloaded compact_str v0.8.1
8042026-06-29T19:22:16.352Z Downloaded libsw-core v0.3.2
8052026-06-29T19:22:16.355Z Downloaded openssl-probe v0.2.1
8062026-06-29T19:22:16.355Z Downloaded libefi-sys v0.1.0
8072026-06-29T19:22:16.355Z Downloaded openssl-probe v0.1.6
8082026-06-29T19:22:16.355Z Downloaded openssl-macros v0.1.1
8092026-06-29T19:22:16.355Z Downloaded opaque-debug v0.3.1
8102026-06-29T19:22:16.355Z Downloaded linked-hash-map v0.5.6
8112026-06-29T19:22:16.360Z Downloaded humantime v2.3.0
8122026-06-29T19:22:16.361Z Downloaded darling_core v0.21.3
8132026-06-29T19:22:16.368Z Downloaded parse-display v0.10.0
8142026-06-29T19:22:16.368Z Downloaded oso-derive v0.27.3
8152026-06-29T19:22:16.368Z Downloaded drift v0.2.0
8162026-06-29T19:22:16.371Z Downloaded parse-size v1.1.0
8172026-06-29T19:22:16.371Z Downloaded mime_guess v2.0.5
8182026-06-29T19:22:16.372Z Downloaded hyper-rustls v0.27.7
8192026-06-29T19:22:16.372Z Downloaded aes v0.8.4
8202026-06-29T19:22:16.375Z Downloaded ingot-macros v0.1.1
8212026-06-29T19:22:16.381Z Downloaded der v0.7.10
8222026-06-29T19:22:16.385Z Downloaded multer v3.1.0
8232026-06-29T19:22:16.385Z Downloaded derive_more v0.99.20
8242026-06-29T19:22:16.385Z Downloaded newtype-uuid v1.3.2
8252026-06-29T19:22:16.385Z Downloaded packed_struct_codegen v0.10.1
8262026-06-29T19:22:16.388Z Downloaded indoc v2.0.7
8272026-06-29T19:22:16.388Z Downloaded pbkdf2 v0.12.2
8282026-06-29T19:22:16.388Z Downloaded phf_shared v0.11.3
8292026-06-29T19:22:16.392Z Downloaded crossbeam-channel v0.5.15
8302026-06-29T19:22:16.392Z Downloaded num_enum v0.7.6
8312026-06-29T19:22:16.395Z Downloaded num_enum v0.5.11
8322026-06-29T19:22:16.401Z Downloaded peg-runtime v0.8.5
8332026-06-29T19:22:16.401Z Downloaded libsw v3.5.0
8342026-06-29T19:22:16.405Z Downloaded getrandom v0.3.4
8352026-06-29T19:22:16.405Z Downloaded httparse v1.10.1
8362026-06-29T19:22:16.405Z Downloaded phf_shared v0.12.1
8372026-06-29T19:22:16.408Z Downloaded hmac v0.12.1
8382026-06-29T19:22:16.408Z Downloaded pbkdf2 v0.11.0
8392026-06-29T19:22:16.408Z Downloaded path-slash v0.1.5
8402026-06-29T19:22:16.408Z Downloaded num-integer v0.1.46
8412026-06-29T19:22:16.412Z Downloaded num-complex v0.4.6
8422026-06-29T19:22:16.412Z Downloaded num-rational v0.4.2
8432026-06-29T19:22:16.418Z Downloaded litrs v1.0.0
8442026-06-29T19:22:16.418Z Downloaded const_format v0.2.35
8452026-06-29T19:22:16.422Z Downloaded num_enum_derive v0.7.6
8462026-06-29T19:22:16.422Z Downloaded cc v1.2.56
8472026-06-29T19:22:16.422Z Downloaded half v2.7.1
8482026-06-29T19:22:16.426Z Downloaded proc-macro-crate v1.3.1
8492026-06-29T19:22:16.431Z Downloaded headers v0.4.1
8502026-06-29T19:22:16.435Z Downloaded powerfmt v0.2.0
8512026-06-29T19:22:16.438Z Downloaded predicates-tree v1.0.13
8522026-06-29T19:22:16.453Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-06-29T19:22:16.455Z Downloaded proc-macro-crate v3.4.0
8542026-06-29T19:22:16.456Z Downloaded password-hash v0.4.2
8552026-06-29T19:22:16.456Z Downloaded owo-colors v4.3.0
8562026-06-29T19:22:16.459Z Downloaded newtype-uuid-macros v0.1.0
8572026-06-29T19:22:16.459Z Downloaded memmap2 v0.9.10
8582026-06-29T19:22:16.463Z Downloaded flume v0.11.1
8592026-06-29T19:22:16.463Z Downloaded progenitor-client v0.14.0
8602026-06-29T19:22:16.469Z Downloaded oxide-tokio-rt v0.1.4
8612026-06-29T19:22:16.469Z Downloaded ignore v0.4.25
8622026-06-29T19:22:16.469Z Downloaded flate2 v1.1.9
8632026-06-29T19:22:16.473Z Downloaded progenitor-macro v0.13.0
8642026-06-29T19:22:16.473Z Downloaded oxnet v0.1.6
8652026-06-29T19:22:16.473Z Downloaded radium v0.7.0
8662026-06-29T19:22:16.473Z Downloaded native-tls v0.2.18
8672026-06-29T19:22:16.480Z Downloaded nanorand v0.7.0
8682026-06-29T19:22:16.480Z Downloaded crypto-bigint v0.5.5
8692026-06-29T19:22:16.485Z Downloaded quick-error v1.2.3
8702026-06-29T19:22:16.485Z Downloaded rand_chacha v0.3.1
8712026-06-29T19:22:16.485Z Downloaded psl-types v2.0.11
8722026-06-29T19:22:16.485Z Downloaded phf v0.12.1
8732026-06-29T19:22:16.485Z Downloaded pem-rfc7468 v0.7.0
8742026-06-29T19:22:16.491Z Downloaded polyval v0.6.2
8752026-06-29T19:22:16.491Z Downloaded heapless v0.7.17
8762026-06-29T19:22:16.491Z Downloaded indexmap v1.9.3
8772026-06-29T19:22:16.500Z Downloaded phf v0.13.1
8782026-06-29T19:22:16.500Z Downloaded bumpalo v3.20.2
8792026-06-29T19:22:16.500Z Downloaded pin-project-internal v1.1.11
8802026-06-29T19:22:16.500Z Downloaded peg-macros v0.8.5
8812026-06-29T19:22:16.500Z Downloaded pem v3.0.6
8822026-06-29T19:22:16.507Z Downloaded rand_xorshift v0.4.0
8832026-06-29T19:22:16.507Z Downloaded ref-cast-impl v1.0.25
8842026-06-29T19:22:16.507Z Downloaded peg v0.8.5
8852026-06-29T19:22:16.507Z Downloaded ppv-lite86 v0.2.21
8862026-06-29T19:22:16.507Z Downloaded lock_api v0.4.14
8872026-06-29T19:22:16.507Z Downloaded parking_lot_core v0.9.12
8882026-06-29T19:22:16.512Z Downloaded pin-project-lite v0.2.17
8892026-06-29T19:22:16.512Z Downloaded phf_shared v0.13.1
8902026-06-29T19:22:16.512Z Downloaded elliptic-curve v0.13.8
8912026-06-29T19:22:16.512Z Downloaded postgres-protocol v0.6.10
8922026-06-29T19:22:16.517Z Downloaded recursive v0.1.1
8932026-06-29T19:22:16.517Z Downloaded progenitor-extras v0.2.0
8942026-06-29T19:22:16.517Z Downloaded progenitor-client v0.13.0
8952026-06-29T19:22:16.517Z Downloaded poly1305 v0.8.0
8962026-06-29T19:22:16.522Z Downloaded ref-cast v1.0.25
8972026-06-29T19:22:16.522Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-29T19:22:16.522Z Downloaded pkcs8 v0.10.2
8992026-06-29T19:22:16.527Z Downloaded progenitor v0.14.0
9002026-06-29T19:22:16.527Z Downloaded derive_more v2.1.1
9012026-06-29T19:22:16.531Z Downloaded libbz2-rs-sys v0.2.2
9022026-06-29T19:22:16.534Z Downloaded pkg-config v0.3.32
9032026-06-29T19:22:16.534Z Downloaded paste v1.0.15
9042026-06-29T19:22:16.534Z Downloaded password-hash v0.5.0
9052026-06-29T19:22:16.537Z Downloaded primeorder v0.13.6
9062026-06-29T19:22:16.537Z Downloaded rfc6979 v0.4.0
9072026-06-29T19:22:16.537Z Downloaded predicates v3.1.4
9082026-06-29T19:22:16.543Z Downloaded expectorate v1.2.0
9092026-06-29T19:22:16.543Z Downloaded omicron-zone-package v0.12.3
9102026-06-29T19:22:16.546Z Downloaded nu-ansi-term v0.50.3
9112026-06-29T19:22:16.546Z Downloaded parking_lot v0.11.2
9122026-06-29T19:22:16.546Z Downloaded rtoolbox v0.0.3
9132026-06-29T19:22:16.546Z Downloaded rustc_version v0.4.1
9142026-06-29T19:22:16.549Z Downloaded rustc_version v0.1.7
9152026-06-29T19:22:16.549Z Downloaded russh-cryptovec v0.7.3
9162026-06-29T19:22:16.549Z Downloaded psm v0.1.30
9172026-06-29T19:22:16.552Z Downloaded rustc-hash v2.1.1
9182026-06-29T19:22:16.552Z Downloaded progenitor-macro v0.14.0
9192026-06-29T19:22:16.552Z Downloaded indicatif v0.18.4
9202026-06-29T19:22:16.555Z Downloaded dropshot-api-manager v0.7.2
9212026-06-29T19:22:16.558Z Downloaded rand_core v0.9.5
9222026-06-29T19:22:16.561Z Downloaded rand_core v0.10.0
9232026-06-29T19:22:16.561Z Downloaded hickory-resolver v0.25.2
9242026-06-29T19:22:16.564Z Downloaded hickory-resolver v0.24.4
9252026-06-29T19:22:16.566Z Downloaded progenitor v0.13.0
9262026-06-29T19:22:16.566Z Downloaded rand_core v0.6.4
9272026-06-29T19:22:16.569Z Downloaded r2d2 v0.8.10
9282026-06-29T19:22:16.569Z Downloaded rand_chacha v0.9.0
9292026-06-29T19:22:16.569Z Downloaded salsa20 v0.10.2
9302026-06-29T19:22:16.572Z Downloaded postgres-types v0.2.12
9312026-06-29T19:22:16.572Z Downloaded heapless v0.8.0
9322026-06-29T19:22:16.575Z Downloaded chacha20poly1305 v0.10.1
9332026-06-29T19:22:16.575Z Downloaded predicates-core v1.0.10
9342026-06-29T19:22:16.580Z Downloaded precomputed-hash v0.1.1
9352026-06-29T19:22:16.580Z Downloaded parse-display-derive v0.10.0
9362026-06-29T19:22:16.580Z Downloaded papergrid v0.17.0
9372026-06-29T19:22:16.583Z Downloaded rand_seeder v0.4.0
9382026-06-29T19:22:16.587Z Downloaded miniz_oxide v0.8.9
9392026-06-29T19:22:16.587Z Downloaded postcard v1.1.3
9402026-06-29T19:22:16.592Z Downloaded pkcs5 v0.7.1
9412026-06-29T19:22:16.592Z Downloaded scheduled-thread-pool v0.2.7
9422026-06-29T19:22:16.592Z Downloaded same-file v1.0.6
9432026-06-29T19:22:16.596Z Downloaded pkcs1 v0.7.5
9442026-06-29T19:22:16.596Z Downloaded scopeguard v1.2.0
9452026-06-29T19:22:16.596Z Downloaded seq-macro v0.3.6
9462026-06-29T19:22:16.596Z Downloaded secrecy v0.8.0
9472026-06-29T19:22:16.596Z Downloaded parking_lot_core v0.8.6
9482026-06-29T19:22:16.599Z Downloaded serde_repr v0.1.20
9492026-06-29T19:22:16.599Z Downloaded secrecy v0.10.3
9502026-06-29T19:22:16.599Z Downloaded semver v0.1.20
9512026-06-29T19:22:16.603Z Downloaded scrypt v0.11.0
9522026-06-29T19:22:16.603Z Downloaded packed_struct v0.10.1
9532026-06-29T19:22:16.603Z Downloaded serde_bytes v0.11.19
9542026-06-29T19:22:16.608Z Downloaded serde_spanned v1.1.1
9552026-06-29T19:22:16.608Z Downloaded serde_plain v1.0.2
9562026-06-29T19:22:16.611Z Downloaded oso v0.27.3
9572026-06-29T19:22:16.619Z Downloaded serde-big-array v0.5.1
9582026-06-29T19:22:16.622Z Downloaded resolv-conf v0.7.6
9592026-06-29T19:22:16.622Z Downloaded proc-macro-error2 v2.0.1
9602026-06-29T19:22:16.626Z Downloaded rustls-pemfile v2.2.0
9612026-06-29T19:22:16.629Z Downloaded quinn-udp v0.5.14
9622026-06-29T19:22:16.633Z Downloaded pin-project v1.1.11
9632026-06-29T19:22:16.637Z Downloaded rustls-native-certs v0.8.3
9642026-06-29T19:22:16.646Z Downloaded siphasher v1.0.2
9652026-06-29T19:22:16.650Z Downloaded sigpipe v0.1.3
9662026-06-29T19:22:16.650Z Downloaded signature v2.2.0
9672026-06-29T19:22:16.653Z Downloaded parking_lot v0.12.5
9682026-06-29T19:22:16.653Z Downloaded signal-hook-tokio v0.3.1
9692026-06-29T19:22:16.653Z Downloaded signal-hook-mio v0.2.5
9702026-06-29T19:22:16.653Z Downloaded shell-words v1.1.1
9712026-06-29T19:22:16.657Z Downloaded sha1 v0.11.0
9722026-06-29T19:22:16.657Z Downloaded rusty-fork v0.3.1
9732026-06-29T19:22:16.660Z Downloaded sha1 v0.10.6
9742026-06-29T19:22:16.661Z Downloaded serde_urlencoded v0.7.1
9752026-06-29T19:22:16.661Z Downloaded rustversion v1.0.22
9762026-06-29T19:22:16.665Z Downloaded diesel_derives v2.3.7
9772026-06-29T19:22:16.671Z Downloaded minimal-lexical v0.2.1
9782026-06-29T19:22:16.675Z Downloaded sapling-renderdag v0.1.0
9792026-06-29T19:22:16.675Z Downloaded sec1 v0.7.3
9802026-06-29T19:22:16.680Z Downloaded scroll_derive v0.13.1
9812026-06-29T19:22:16.680Z Downloaded scroll v0.13.0
9822026-06-29T19:22:16.680Z Downloaded slog-envlogger v2.2.0
9832026-06-29T19:22:16.680Z Downloaded serde-hex v0.1.0
9842026-06-29T19:22:16.684Z Downloaded schemars_derive v0.8.22
9852026-06-29T19:22:16.684Z Downloaded jiff-static v0.2.21
9862026-06-29T19:22:16.684Z Downloaded sqlparser_derive v0.5.0
9872026-06-29T19:22:16.688Z Downloaded serde_derive_internals v0.29.1
9882026-06-29T19:22:16.688Z Downloaded hickory-server v0.25.2
9892026-06-29T19:22:16.692Z Downloaded aes-gcm v0.10.3
9902026-06-29T19:22:16.693Z Downloaded openssl-sys v0.9.115
9912026-06-29T19:22:16.698Z Downloaded crossterm v0.28.1
9922026-06-29T19:22:16.702Z Downloaded slog-bunyan v2.5.0
9932026-06-29T19:22:16.705Z Downloaded ssh-encoding v0.2.0
9942026-06-29T19:22:16.710Z Downloaded crossterm v0.29.0
9952026-06-29T19:22:16.713Z Downloaded ssh-cipher v0.2.0
9962026-06-29T19:22:16.719Z Downloaded strip-ansi-escapes v0.2.1
9972026-06-29T19:22:16.723Z Downloaded structmeta v0.3.0
9982026-06-29T19:22:16.723Z Downloaded strsim v0.10.0
9992026-06-29T19:22:16.728Z Downloaded strum v0.27.2
10002026-06-29T19:22:16.728Z Downloaded serde_with_macros v1.5.2
10012026-06-29T19:22:16.728Z Downloaded aho-corasick v1.1.4
10022026-06-29T19:22:16.732Z Downloaded hashbrown v0.13.2
10032026-06-29T19:22:16.732Z Downloaded http v1.4.2
10042026-06-29T19:22:16.736Z Downloaded hashbrown v0.12.3
10052026-06-29T19:22:16.740Z Downloaded subtle v2.6.1
10062026-06-29T19:22:16.740Z Downloaded tagptr v0.2.0
10072026-06-29T19:22:16.740Z Downloaded rustls-pki-types v1.14.0
10082026-06-29T19:22:16.744Z Downloaded sync_wrapper v1.0.2
10092026-06-29T19:22:16.744Z Downloaded smf v0.2.3
10102026-06-29T19:22:16.744Z Downloaded slog-dtrace v0.3.0
10112026-06-29T19:22:16.744Z Downloaded progenitor-impl v0.14.0
10122026-06-29T19:22:16.748Z Downloaded supports-color v3.0.2
10132026-06-29T19:22:16.748Z Downloaded signal-hook-registry v1.4.8
10142026-06-29T19:22:16.748Z Downloaded slab v0.4.12
10152026-06-29T19:22:16.753Z Downloaded smallvec v0.6.14
10162026-06-29T19:22:16.753Z Downloaded serde_cbor v0.11.2
10172026-06-29T19:22:16.757Z Downloaded spki v0.7.3
10182026-06-29T19:22:16.757Z Downloaded simd-adler32 v0.3.8
10192026-06-29T19:22:16.757Z Downloaded shlex v1.3.0
10202026-06-29T19:22:16.757Z Downloaded sync-ptr v0.1.4
10212026-06-29T19:22:16.757Z Downloaded serde_path_to_error v0.1.20
10222026-06-29T19:22:16.811Z Downloaded tabwriter v1.4.1
10232026-06-29T19:22:16.811Z Downloaded take_mut v0.2.2
10242026-06-29T19:22:16.811Z Downloaded tabled_derive v0.11.0
10252026-06-29T19:22:16.821Z Downloaded slog-async v2.8.0
10262026-06-29T19:22:16.821Z Downloaded russh-keys v0.45.0
10272026-06-29T19:22:16.821Z Downloaded time-core v0.1.8
10282026-06-29T19:22:16.821Z Downloaded thiserror-impl-no-std v2.0.2
10292026-06-29T19:22:16.821Z Downloaded structmeta-derive v0.3.0
10302026-06-29T19:22:16.821Z Downloaded prefix-trie v0.7.0
10312026-06-29T19:22:16.821Z Downloaded tinyvec_macros v0.1.1
10322026-06-29T19:22:16.821Z Downloaded slog-term v2.9.2
10332026-06-29T19:22:16.821Z Downloaded slog-stdlog v4.1.1
10342026-06-29T19:22:16.821Z Downloaded slog-scope v4.4.1
10352026-06-29T19:22:16.821Z Downloaded p256 v0.13.2
10362026-06-29T19:22:16.821Z Downloaded rayon-core v1.13.0
10372026-06-29T19:22:16.821Z Downloaded sqlformat v0.3.5
10382026-06-29T19:22:16.821Z Downloaded serde_with_macros v3.17.0
10392026-06-29T19:22:16.821Z Downloaded strum v0.26.3
10402026-06-29T19:22:16.821Z Downloaded tokio-macros v2.7.0
10412026-06-29T19:22:16.821Z Downloaded strum_macros v0.27.2
10422026-06-29T19:22:16.822Z Downloaded stringprep v0.1.5
10432026-06-29T19:22:16.822Z Downloaded itertools v0.10.5
10442026-06-29T19:22:16.822Z Downloaded thread-id v5.1.0
10452026-06-29T19:22:16.822Z Downloaded testing_table v0.3.0
10462026-06-29T19:22:16.822Z Downloaded termtree v0.5.1
10472026-06-29T19:22:16.822Z Downloaded rustls-platform-verifier v0.6.2
10482026-06-29T19:22:16.822Z Downloaded ryu v1.0.23
10492026-06-29T19:22:16.822Z Downloaded support-bundle-viewer v0.1.2
10502026-06-29T19:22:16.822Z Downloaded strum_macros v0.26.4
10512026-06-29T19:22:16.822Z Downloaded string_cache v0.8.9
10522026-06-29T19:22:16.822Z Downloaded stacker v0.1.23
10532026-06-29T19:22:16.822Z Downloaded slog-json v2.6.1
10542026-06-29T19:22:16.822Z Downloaded nom v7.1.3
10552026-06-29T19:22:16.831Z Downloaded hyper-util v0.1.20
10562026-06-29T19:22:16.831Z Downloaded strum_macros v0.24.3
10572026-06-29T19:22:16.831Z Downloaded tap v1.0.1
10582026-06-29T19:22:16.831Z Downloaded spin v0.9.8
10592026-06-29T19:22:16.831Z Downloaded snafu-derive v0.8.9
10602026-06-29T19:22:16.831Z Downloaded mio v1.2.0
10612026-06-29T19:22:16.831Z Downloaded rcgen v0.12.1
10622026-06-29T19:22:16.839Z Downloaded ron v0.8.1
10632026-06-29T19:22:16.844Z Downloaded thiserror-no-std v2.0.2
10642026-06-29T19:22:16.847Z Downloaded pretty_assertions v1.4.1
10652026-06-29T19:22:16.850Z Downloaded tower-layer v0.3.3
10662026-06-29T19:22:16.850Z Downloaded try-lock v0.2.5
10672026-06-29T19:22:16.853Z Downloaded tiny-keccak v2.0.2
10682026-06-29T19:22:16.853Z Downloaded tokio-test v0.4.5
10692026-06-29T19:22:16.857Z Downloaded thread_local v1.1.9
10702026-06-29T19:22:16.860Z Downloaded prettyplease v0.2.37
10712026-06-29T19:22:16.864Z Downloaded termios v0.3.3
10722026-06-29T19:22:16.868Z Downloaded trait-variant v0.1.2
10732026-06-29T19:22:16.868Z Downloaded static_assertions v1.1.0
10742026-06-29T19:22:16.874Z Downloaded tokio-dtrace v0.1.1
10752026-06-29T19:22:16.877Z Downloaded tls_codec v0.4.2
10762026-06-29T19:22:16.877Z Downloaded tls_codec_derive v0.4.2
10772026-06-29T19:22:16.877Z Downloaded tokio-native-tls v0.3.1
10782026-06-29T19:22:16.880Z Downloaded rand v0.8.6
10792026-06-29T19:22:16.880Z Downloaded qorb v0.4.1
10802026-06-29T19:22:16.883Z Downloaded universal-hash v0.5.1
10812026-06-29T19:22:16.883Z Downloaded unicode-truncate v1.1.0
10822026-06-29T19:22:16.887Z Downloaded progenitor-impl v0.13.0
10832026-06-29T19:22:16.887Z Downloaded hashbrown v0.15.5
10842026-06-29T19:22:16.890Z Downloaded signal-hook v0.3.18
10852026-06-29T19:22:16.893Z Downloaded publicsuffix v2.3.0
10862026-06-29T19:22:16.893Z Downloaded topological-sort v0.2.2
10872026-06-29T19:22:16.893Z Downloaded quinn v0.11.9
10882026-06-29T19:22:16.898Z Downloaded itertools v0.13.0
10892026-06-29T19:22:16.901Z Downloaded term v1.2.1
10902026-06-29T19:22:16.904Z Downloaded term v0.7.0
10912026-06-29T19:22:16.904Z Downloaded iri-string v0.7.10
10922026-06-29T19:22:16.908Z Downloaded unarray v0.1.4
10932026-06-29T19:22:16.912Z Downloaded schemars v0.8.22
10942026-06-29T19:22:16.915Z Downloaded untrusted v0.7.1
10952026-06-29T19:22:16.918Z Downloaded utf-8 v0.7.6
10962026-06-29T19:22:16.918Z Downloaded unit-prefix v0.5.2
10972026-06-29T19:22:16.918Z Downloaded usdt-attr-macro v0.6.0
10982026-06-29T19:22:16.921Z Downloaded typify-macro v0.6.2
10992026-06-29T19:22:16.922Z Downloaded tower-service v0.3.3
11002026-06-29T19:22:16.922Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-06-29T19:22:16.922Z Downloaded num-bigint v0.4.6
11022026-06-29T19:22:16.925Z Downloaded slog v2.8.2
11032026-06-29T19:22:16.929Z Downloaded waitgroup v0.1.2
11042026-06-29T19:22:16.929Z Downloaded time-macros v0.2.27
11052026-06-29T19:22:16.929Z Downloaded toml_writer v1.1.1+spec-1.1.0
11062026-06-29T19:22:16.936Z Downloaded void v1.0.2
11072026-06-29T19:22:16.939Z Downloaded hyper v1.10.1
11082026-06-29T19:22:16.942Z Downloaded tui-tree-widget v0.23.1
11092026-06-29T19:22:16.945Z Downloaded socket2 v0.5.10
11102026-06-29T19:22:16.945Z Downloaded tokio-tungstenite v0.21.0
11112026-06-29T19:22:16.948Z Downloaded serde_yaml v0.9.34+deprecated
11122026-06-29T19:22:16.948Z Downloaded blake3 v1.8.5
11132026-06-29T19:22:16.953Z Downloaded usdt v0.6.0
11142026-06-29T19:22:16.956Z Downloaded subprocess v0.2.15
11152026-06-29T19:22:16.956Z Downloaded want v0.3.1
11162026-06-29T19:22:16.960Z Downloaded usdt-macro v0.6.0
11172026-06-29T19:22:16.960Z Downloaded rustls-webpki v0.103.9
11182026-06-29T19:22:16.963Z Downloaded snafu v0.8.9
11192026-06-29T19:22:16.966Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-06-29T19:22:16.973Z Downloaded xattr v1.6.1
11212026-06-29T19:22:16.973Z Downloaded hashbrown v0.16.1
11222026-06-29T19:22:16.979Z Downloaded zeroize_derive v1.4.3
11232026-06-29T19:22:16.979Z Downloaded itertools v0.12.1
11242026-06-29T19:22:16.983Z Downloaded xshell-macros v0.2.7
11252026-06-29T19:22:16.983Z Downloaded libm v0.2.16
11262026-06-29T19:22:16.986Z Downloaded similar v2.7.0
11272026-06-29T19:22:16.989Z Downloaded toml_parser v1.1.2+spec-1.1.0
11282026-06-29T19:22:16.992Z Downloaded schemars v1.2.1
11292026-06-29T19:22:16.999Z Downloaded whoami v1.6.1
11302026-06-29T19:22:17.002Z Downloaded wait-timeout v0.2.1
11312026-06-29T19:22:17.002Z Downloaded vergen-lib v0.1.6
11322026-06-29T19:22:17.002Z Downloaded vergen-gitcl v1.0.8
11332026-06-29T19:22:17.008Z Downloaded vergen-git2 v9.1.0
11342026-06-29T19:22:17.008Z Downloaded unicase v2.9.0
11352026-06-29T19:22:17.008Z Downloaded tinyvec v1.10.0
11362026-06-29T19:22:17.012Z Downloaded whoami v2.1.0
11372026-06-29T19:22:17.012Z Downloaded tokio-rustls v0.26.4
11382026-06-29T19:22:17.012Z Downloaded h2 v0.4.15
11392026-06-29T19:22:17.016Z Downloaded usdt-impl v0.6.0
11402026-06-29T19:22:17.016Z Downloaded uzers v0.12.2
11412026-06-29T19:22:17.020Z Downloaded tokio-stream v0.1.18
11422026-06-29T19:22:17.020Z Downloaded libxml v0.3.3
11432026-06-29T19:22:17.023Z Downloaded unicode-properties v0.1.4
11442026-06-29T19:22:17.023Z Downloaded socket2 v0.6.3
11452026-06-29T19:22:17.026Z Downloaded schemars v0.9.0
11462026-06-29T19:22:17.031Z Downloaded xshell v0.2.7
11472026-06-29T19:22:17.034Z Downloaded tokio-tungstenite v0.23.1
11482026-06-29T19:22:17.034Z Downloaded zone_cfg_derive v0.3.1
11492026-06-29T19:22:17.037Z Downloaded vsss-rs v3.3.4
11502026-06-29T19:22:17.037Z Downloaded zone v0.3.1
11512026-06-29T19:22:17.037Z Downloaded rand v0.9.2
11522026-06-29T19:22:17.041Z Downloaded vergen-lib v9.1.0
11532026-06-29T19:22:17.046Z Downloaded untrusted v0.9.0
11542026-06-29T19:22:17.046Z Downloaded tar v0.4.45
11552026-06-29T19:22:17.047Z Downloaded walkdir v2.5.0
11562026-06-29T19:22:17.047Z Downloaded tracing-attributes v0.1.31
11572026-06-29T19:22:17.049Z Downloaded rand v0.10.0
11582026-06-29T19:22:17.049Z Downloaded vergen v9.1.0
11592026-06-29T19:22:17.049Z Downloaded nom v8.0.0
11602026-06-29T19:22:17.052Z Downloaded russh v0.45.0
11612026-06-29T19:22:17.055Z Downloaded samael v0.0.19
11622026-06-29T19:22:17.059Z Downloaded rsa v0.9.10
11632026-06-29T19:22:17.062Z Downloaded twox-hash v2.1.2
11642026-06-29T19:22:17.066Z Downloaded typify v0.6.2
11652026-06-29T19:22:17.066Z Downloaded rustyline v14.0.0
11662026-06-29T19:22:17.069Z Downloaded p521 v0.13.3
11672026-06-29T19:22:17.072Z Downloaded iddqd v0.4.2
11682026-06-29T19:22:17.075Z Downloaded yasna v0.5.2
11692026-06-29T19:22:17.078Z Downloaded zerocopy v0.6.6
11702026-06-29T19:22:17.078Z Downloaded num-bigint-dig v0.8.6
11712026-06-29T19:22:17.083Z Downloaded itertools v0.14.0
11722026-06-29T19:22:17.088Z Downloaded futures-util v0.3.32
11732026-06-29T19:22:17.093Z Downloaded uuid v1.23.4
11742026-06-29T19:22:17.097Z Downloaded zstd v0.13.3
11752026-06-29T19:22:17.097Z Downloaded zeroize v1.8.2
11762026-06-29T19:22:17.097Z Downloaded vte v0.14.1
11772026-06-29T19:22:17.100Z Downloaded test-strategy v0.4.5
11782026-06-29T19:22:17.100Z Downloaded aws-lc-rs v1.16.3
11792026-06-29T19:22:17.106Z Downloaded zstd-safe v7.2.4
11802026-06-29T19:22:17.109Z Downloaded toml v1.1.2+spec-1.1.0
11812026-06-29T19:22:17.113Z Downloaded wyz v0.5.1
11822026-06-29T19:22:17.113Z Downloaded steno v0.4.1
11832026-06-29T19:22:17.116Z Downloaded hkdf v0.12.4
11842026-06-29T19:22:17.116Z Downloaded serde_with v1.14.0
11852026-06-29T19:22:17.119Z Downloaded zopfli v0.8.3
11862026-06-29T19:22:17.119Z Downloaded tracing-core v0.1.36
11872026-06-29T19:22:17.123Z Downloaded reqwest v0.13.2
11882026-06-29T19:22:17.126Z Downloaded bitvec v1.0.1
11892026-06-29T19:22:17.134Z Downloaded ssh-key v0.6.7
11902026-06-29T19:22:17.139Z Downloaded bindgen v0.71.1
11912026-06-29T19:22:17.142Z Downloaded tokio-postgres v0.7.16
11922026-06-29T19:22:17.144Z Downloaded unicode_categories v0.1.1
11932026-06-29T19:22:17.144Z Downloaded reqwest v0.12.28
11942026-06-29T19:22:17.148Z Downloaded chrono v0.4.44
11952026-06-29T19:22:17.152Z Downloaded yansi v1.0.1
11962026-06-29T19:22:17.154Z Downloaded git2 v0.20.4
11972026-06-29T19:22:17.158Z Downloaded unsafe-libyaml v0.2.11
11982026-06-29T19:22:17.163Z Downloaded toml v0.7.8
11992026-06-29T19:22:17.167Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-06-29T19:22:17.167Z Downloaded tungstenite v0.23.0
12012026-06-29T19:22:17.167Z Downloaded rpassword v7.4.0
12022026-06-29T19:22:17.173Z Downloaded tungstenite v0.21.0
12032026-06-29T19:22:17.179Z Downloaded lalrpop v0.19.12
12042026-06-29T19:22:17.183Z Downloaded goblin v0.10.5
12052026-06-29T19:22:17.190Z Downloaded rayon v1.11.0
12062026-06-29T19:22:17.195Z Downloaded unicode-bidi v0.3.18
12072026-06-29T19:22:17.198Z Downloaded reedline v0.40.0
12082026-06-29T19:22:17.201Z Downloaded moka v0.12.13
12092026-06-29T19:22:17.205Z Downloaded unicode-segmentation v1.12.0
12102026-06-29T19:22:17.208Z Downloaded tower v0.5.3
12112026-06-29T19:22:17.211Z Downloaded toml_edit v0.19.15
12122026-06-29T19:22:17.222Z Downloaded typed-path v0.9.3
12132026-06-29T19:22:17.226Z Downloaded quick-xml v0.37.5
12142026-06-29T19:22:17.229Z Downloaded serde_with v3.17.0
12152026-06-29T19:22:17.236Z Downloaded tower-http v0.6.8
12162026-06-29T19:22:17.241Z Downloaded proptest v1.11.0
12172026-06-29T19:22:17.247Z Downloaded petname v2.0.2
12182026-06-29T19:22:17.250Z Downloaded p384 v0.13.1
12192026-06-29T19:22:17.253Z Downloaded regex v1.12.3
12202026-06-29T19:22:17.261Z Downloaded zip v0.6.6
12212026-06-29T19:22:17.265Z Downloaded quinn-proto v0.11.13
12222026-06-29T19:22:17.279Z Downloaded winnow v0.6.26
12232026-06-29T19:22:17.284Z Downloaded portable-atomic v1.13.1
12242026-06-29T19:22:17.291Z Downloaded bstr v1.12.1
12252026-06-29T19:22:17.299Z Downloaded zerocopy-derive v0.8.40
12262026-06-29T19:22:17.306Z Downloaded polar-core v0.27.3
12272026-06-29T19:22:17.313Z Downloaded winnow v1.0.3
12282026-06-29T19:22:17.327Z Downloaded salty v0.3.0
12292026-06-29T19:22:17.331Z Downloaded nix v0.31.2
12302026-06-29T19:22:17.338Z Downloaded vcpkg v0.2.15
12312026-06-29T19:22:17.363Z Downloaded regress v0.10.5
12322026-06-29T19:22:17.368Z Downloaded object v0.37.3
12332026-06-29T19:22:17.375Z Downloaded smoltcp v0.9.1
12342026-06-29T19:22:17.381Z Downloaded regress v0.11.1
12352026-06-29T19:22:17.387Z Downloaded smoltcp v0.11.0
12362026-06-29T19:22:17.394Z Downloaded x509-cert v0.2.5
12372026-06-29T19:22:17.397Z Downloaded unicode-normalization v0.1.25
12382026-06-29T19:22:17.412Z Downloaded tough v0.22.0
12392026-06-29T19:22:17.437Z Downloaded tokio-util v0.7.18
12402026-06-29T19:22:17.443Z Downloaded zip v4.6.1
12412026-06-29T19:22:17.461Z Downloaded object v0.30.4
12422026-06-29T19:22:17.471Z Downloaded bzip2-sys v0.1.13+1.0.8
12432026-06-29T19:22:17.478Z Downloaded winnow v0.5.40
12442026-06-29T19:22:17.486Z Downloaded radix_trie v0.2.1
12452026-06-29T19:22:17.489Z Downloaded curve25519-dalek v4.1.3
12462026-06-29T19:22:17.514Z Downloaded nix v0.27.1
12472026-06-29T19:22:17.520Z Downloaded petgraph v0.6.5
12482026-06-29T19:22:17.531Z Downloaded tabled v0.20.0
12492026-06-29T19:22:17.542Z Downloaded chrono-tz v0.10.4
12502026-06-29T19:22:17.554Z Downloaded nix v0.28.0
12512026-06-29T19:22:17.583Z Downloaded time v0.3.47
12522026-06-29T19:22:17.591Z Downloaded openssl v0.10.79
12532026-06-29T19:22:17.596Z Downloaded sha3 v0.10.8
12542026-06-29T19:22:17.607Z Downloaded dropshot v0.17.1
12552026-06-29T19:22:17.621Z Downloaded zlib-rs v0.6.2
12562026-06-29T19:22:17.631Z Downloaded regex-syntax v0.6.29
12572026-06-29T19:22:17.673Z Downloaded openapiv3 v2.2.0
12582026-06-29T19:22:17.689Z Downloaded hickory-proto v0.25.2
12592026-06-29T19:22:17.699Z Downloaded diesel v2.3.7
12602026-06-29T19:22:17.711Z Downloaded regex-syntax v0.8.10
12612026-06-29T19:22:17.715Z Downloaded hickory-proto v0.24.4
12622026-06-29T19:22:17.724Z Downloaded zerocopy v0.8.40
12632026-06-29T19:22:17.729Z Downloaded rustls v0.23.41
12642026-06-29T19:22:17.739Z Downloaded ring v0.17.14
12652026-06-29T19:22:17.773Z Downloaded rustix v0.38.44
12662026-06-29T19:22:17.785Z Downloaded libgit2-sys v0.18.3+1.9.2
12672026-06-29T19:22:17.852Z Downloaded sqlparser v0.61.0
12682026-06-29T19:22:17.875Z Downloaded typify-impl v0.6.2
12692026-06-29T19:22:17.882Z Downloaded sled v0.34.7
12702026-06-29T19:22:17.961Z Downloaded tracing v0.1.44
12712026-06-29T19:22:17.961Z Downloaded ratatui v0.29.0
12722026-06-29T19:22:17.961Z Downloaded regex-automata v0.4.14
12732026-06-29T19:22:17.961Z Downloaded zerocopy-derive v0.6.6
12742026-06-29T19:22:17.983Z Downloaded jiff v0.2.21
12752026-06-29T19:22:18.015Z Downloaded csv v1.4.0
12762026-06-29T19:22:18.027Z Downloaded petgraph v0.8.3
12772026-06-29T19:22:18.041Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-06-29T19:22:18.051Z Downloaded libz-sys v1.1.24
12792026-06-29T19:22:18.064Z Downloaded tokio v1.52.1
12802026-06-29T19:22:18.111Z Downloaded encoding_rs v0.8.35
12812026-06-29T19:22:18.359Z Downloaded aws-lc-sys v0.40.0
12822026-06-29T19:22:18.611Z Compiling libc v0.2.185
12832026-06-29T19:22:18.614Z Compiling serde v1.0.228
12842026-06-29T19:22:18.614Z Compiling log v0.4.29
12852026-06-29T19:22:18.614Z Compiling smallvec v1.15.1
12862026-06-29T19:22:18.614Z Compiling shlex v1.3.0
12872026-06-29T19:22:18.614Z Compiling find-msvc-tools v0.1.9
12882026-06-29T19:22:18.614Z Compiling typenum v1.19.0
12892026-06-29T19:22:18.614Z Compiling subtle v2.6.1
12902026-06-29T19:22:18.773Z Compiling generic-array v0.14.7
12912026-06-29T19:22:18.776Z Compiling scopeguard v1.2.0
12922026-06-29T19:22:18.847Z Compiling const-oid v0.9.6
12932026-06-29T19:22:18.849Z Compiling serde_json v1.0.150
12942026-06-29T19:22:18.861Z Compiling syn v2.0.117
12952026-06-29T19:22:18.875Z Compiling zerocopy v0.8.40
12962026-06-29T19:22:18.879Z Compiling parking_lot_core v0.9.12
12972026-06-29T19:22:18.879Z Compiling pin-project-lite v0.2.17
12982026-06-29T19:22:18.933Z Compiling lock_api v0.4.14
12992026-06-29T19:22:18.949Z Compiling portable-atomic v1.13.1
13002026-06-29T19:22:18.963Z Compiling pkg-config v0.3.32
13012026-06-29T19:22:18.977Z Compiling bitflags v2.11.0
13022026-06-29T19:22:18.980Z Compiling critical-section v1.2.0
13032026-06-29T19:22:19.103Z Compiling libm v0.2.16
13042026-06-29T19:22:19.194Z Compiling futures-core v0.3.32
13052026-06-29T19:22:19.197Z Compiling num-traits v0.2.19
13062026-06-29T19:22:19.197Z Compiling percent-encoding v2.3.2
13072026-06-29T19:22:19.277Z Compiling futures-sink v0.3.32
13082026-06-29T19:22:19.280Z Compiling futures-task v0.3.32
13092026-06-29T19:22:19.321Z Compiling getrandom v0.4.1
13102026-06-29T19:22:19.326Z Compiling futures-io v0.3.32
13112026-06-29T19:22:19.398Z Compiling futures-channel v0.3.32
13122026-06-29T19:22:19.425Z Compiling cpufeatures v0.2.17
13132026-06-29T19:22:19.429Z Compiling slab v0.4.12
13142026-06-29T19:22:19.468Z Compiling rand_core v0.10.0
13152026-06-29T19:22:19.500Z Compiling indexmap v2.14.0
13162026-06-29T19:22:19.516Z Compiling rustversion v1.0.22
13172026-06-29T19:22:19.520Z Compiling getrandom v0.3.4
13182026-06-29T19:22:19.669Z Compiling form_urlencoded v1.2.2
13192026-06-29T19:22:19.674Z Compiling fs_extra v1.3.0
13202026-06-29T19:22:19.674Z Compiling ident_case v1.0.1
13212026-06-29T19:22:19.674Z Compiling dunce v1.0.5
13222026-06-29T19:22:19.681Z Compiling base64ct v1.8.3
13232026-06-29T19:22:19.693Z Compiling rustix v1.1.3
13242026-06-29T19:22:19.728Z Compiling iana-time-zone v0.1.65
13252026-06-29T19:22:19.778Z Compiling jobserver v0.1.34
13262026-06-29T19:22:19.794Z Compiling getrandom v0.2.17
13272026-06-29T19:22:19.818Z Compiling errno v0.3.14
13282026-06-29T19:22:19.874Z Compiling mio v1.2.0
13292026-06-29T19:22:19.919Z Compiling socket2 v0.6.3
13302026-06-29T19:22:19.948Z Compiling rand_core v0.6.4
13312026-06-29T19:22:19.975Z Compiling signal-hook-registry v1.4.8
13322026-06-29T19:22:19.990Z Compiling cc v1.2.56
13332026-06-29T19:22:20.039Z Compiling once_cell v1.21.3
13342026-06-29T19:22:20.064Z Compiling parking_lot v0.12.5
13352026-06-29T19:22:20.160Z Compiling pem-rfc7468 v0.7.0
13362026-06-29T19:22:20.179Z Compiling regex-syntax v0.8.10
13372026-06-29T19:22:20.179Z Compiling flagset v0.4.7
13382026-06-29T19:22:20.285Z Compiling vcpkg v0.2.15
13392026-06-29T19:22:20.333Z Compiling tracing-core v0.1.36
13402026-06-29T19:22:20.334Z Compiling uuid v1.23.4
13412026-06-29T19:22:20.360Z Compiling rustc_version v0.4.1
13422026-06-29T19:22:20.365Z Compiling base64 v0.22.1
13432026-06-29T19:22:20.365Z Compiling aws-lc-rs v1.16.3
13442026-06-29T19:22:20.502Z Compiling rand_core v0.9.5
13452026-06-29T19:22:20.529Z Compiling openssl-probe v0.2.1
13462026-06-29T19:22:20.565Z Compiling tinyvec_macros v0.1.1
13472026-06-29T19:22:20.653Z Compiling httparse v1.10.1
13482026-06-29T19:22:20.673Z Compiling tinyvec v1.10.0
13492026-06-29T19:22:20.688Z Compiling aho-corasick v1.1.4
13502026-06-29T19:22:20.721Z Compiling cmake v0.1.57
13512026-06-29T19:22:20.736Z Compiling atomic-waker v1.1.2
13522026-06-29T19:22:20.751Z Compiling dyn-clone v1.0.20
13532026-06-29T19:22:20.804Z Compiling tower-layer v0.3.3
13542026-06-29T19:22:20.898Z Compiling schemars v0.8.22
13552026-06-29T19:22:20.909Z Compiling untrusted v0.7.1
13562026-06-29T19:22:20.991Z Compiling try-lock v0.2.5
13572026-06-29T19:22:21.006Z Compiling tower-service v0.3.3
13582026-06-29T19:22:21.024Z Compiling untrusted v0.9.0
13592026-06-29T19:22:21.050Z Compiling rustls v0.23.41
13602026-06-29T19:22:21.074Z Compiling httpdate v1.0.3
13612026-06-29T19:22:21.121Z Compiling want v0.3.1
13622026-06-29T19:22:21.138Z Compiling foreign-types-shared v0.1.1
13632026-06-29T19:22:21.142Z Compiling openssl v0.10.79
13642026-06-29T19:22:21.142Z Compiling unicode-normalization v0.1.25
13652026-06-29T19:22:21.193Z Compiling spin v0.9.8
13662026-06-29T19:22:21.206Z Compiling time-core v0.1.8
13672026-06-29T19:22:21.233Z Compiling foreign-types v0.3.2
13682026-06-29T19:22:21.249Z Compiling crc32fast v1.5.0
13692026-06-29T19:22:21.254Z Compiling num-conv v0.2.0
13702026-06-29T19:22:21.278Z Compiling native-tls v0.2.18
13712026-06-29T19:22:21.312Z Compiling powerfmt v0.2.0
13722026-06-29T19:22:21.326Z Compiling wait-timeout v0.2.1
13732026-06-29T19:22:21.341Z Compiling sync_wrapper v1.0.2
13742026-06-29T19:22:21.387Z Compiling usdt-impl v0.6.0
13752026-06-29T19:22:21.416Z Compiling time-macros v0.2.27
13762026-06-29T19:22:21.432Z Compiling simd-adler32 v0.3.8
13772026-06-29T19:22:21.449Z Compiling syn v1.0.109
13782026-06-29T19:22:21.487Z Compiling bit-vec v0.8.0
13792026-06-29T19:22:21.546Z Compiling deranged v0.5.8
13802026-06-29T19:22:21.561Z Compiling tempfile v3.25.0
13812026-06-29T19:22:21.578Z Compiling num_threads v0.1.7
13822026-06-29T19:22:21.647Z Compiling siphasher v1.0.2
13832026-06-29T19:22:21.665Z Compiling crossbeam-utils v0.8.21
13842026-06-29T19:22:21.669Z Compiling quick-error v1.2.3
13852026-06-29T19:22:21.696Z Compiling bit-set v0.8.0
13862026-06-29T19:22:21.711Z Compiling aws-lc-sys v0.40.0
13872026-06-29T19:22:21.711Z Compiling openssl-sys v0.9.115
13882026-06-29T19:22:21.742Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13892026-06-29T19:22:21.757Z Compiling bzip2-sys v0.1.13+1.0.8
13902026-06-29T19:22:21.842Z Compiling rusty-fork v0.3.1
13912026-06-29T19:22:21.848Z Compiling synstructure v0.13.2
13922026-06-29T19:22:21.852Z Compiling pest_generator v2.8.6
13932026-06-29T19:22:21.874Z Compiling serde_derive_internals v0.29.1
13942026-06-29T19:22:21.888Z Compiling darling_core v0.20.11
13952026-06-29T19:22:21.984Z Compiling regex-automata v0.4.14
13962026-06-29T19:22:22.111Z Compiling darling_core v0.21.3
13972026-06-29T19:22:22.210Z Compiling slog v2.8.2
13982026-06-29T19:22:22.352Z Compiling heapless v0.7.17
13992026-06-29T19:22:22.424Z Compiling rand_xorshift v0.4.0
14002026-06-29T19:22:22.517Z Compiling thread-id v5.1.0
14012026-06-29T19:22:22.625Z Compiling cookie v0.18.1
14022026-06-29T19:22:22.640Z Compiling allocator-api2 v0.2.21
14032026-06-29T19:22:22.656Z Compiling ryu v1.0.23
14042026-06-29T19:22:22.659Z Compiling adler2 v2.0.1
14052026-06-29T19:22:22.687Z Compiling time v0.3.47
14062026-06-29T19:22:22.687Z Compiling paste v1.0.15
14072026-06-29T19:22:22.687Z Compiling signal-hook v0.3.18
14082026-06-29T19:22:22.793Z Compiling unarray v0.1.4
14092026-06-29T19:22:22.831Z Compiling iri-string v0.7.10
14102026-06-29T19:22:22.847Z Compiling anyhow v1.0.102
14112026-06-29T19:22:22.863Z Compiling unicode-properties v0.1.4
14122026-06-29T19:22:22.882Z Compiling unicode-bidi v0.3.18
14132026-06-29T19:22:22.926Z Compiling zstd-safe v7.2.4
14142026-06-29T19:22:22.974Z Compiling miniz_oxide v0.8.9
14152026-06-29T19:22:23.105Z Compiling num-integer v0.1.46
14162026-06-29T19:22:23.158Z Compiling vergen-lib v9.1.0
14172026-06-29T19:22:23.368Z Compiling stringprep v0.1.5
14182026-06-29T19:22:23.438Z Compiling curve25519-dalek v4.1.3
14192026-06-29T19:22:23.459Z Compiling ff v0.13.1
14202026-06-29T19:22:23.460Z Compiling hash32 v0.2.1
14212026-06-29T19:22:23.626Z Compiling memoffset v0.9.1
14222026-06-29T19:22:23.626Z Compiling encoding_rs v0.8.35
14232026-06-29T19:22:23.655Z Compiling mime v0.3.17
14242026-06-29T19:22:23.658Z Compiling serde_derive v1.0.228
14252026-06-29T19:22:23.689Z Compiling zeroize_derive v1.4.3
14262026-06-29T19:22:23.791Z Compiling zerofrom-derive v0.1.6
14272026-06-29T19:22:23.860Z Compiling yoke-derive v0.8.1
14282026-06-29T19:22:23.868Z Compiling zerovec-derive v0.11.2
14292026-06-29T19:22:23.888Z Compiling zerocopy-derive v0.8.40
14302026-06-29T19:22:24.017Z Compiling displaydoc v0.2.5
14312026-06-29T19:22:24.339Z Compiling tokio-macros v2.7.0
14322026-06-29T19:22:24.378Z Compiling futures-macro v0.3.32
14332026-06-29T19:22:24.397Z Compiling zeroize v1.8.2
14342026-06-29T19:22:24.453Z Compiling der_derive v0.7.3
14352026-06-29T19:22:24.773Z Compiling thiserror-impl v2.0.18
14362026-06-29T19:22:24.787Z Compiling tracing-attributes v0.1.31
14372026-06-29T19:22:25.127Z Compiling rustls-pki-types v1.14.0
14382026-06-29T19:22:25.143Z Compiling scroll_derive v0.13.1
14392026-06-29T19:22:25.158Z Compiling pest_derive v2.8.6
14402026-06-29T19:22:25.259Z Compiling crypto-common v0.1.7
14412026-06-29T19:22:25.291Z Compiling block-buffer v0.10.4
14422026-06-29T19:22:25.300Z Compiling futures-util v0.3.32
14432026-06-29T19:22:25.315Z Compiling zerofrom v0.1.6
14442026-06-29T19:22:25.434Z Compiling block-padding v0.3.3
14452026-06-29T19:22:25.460Z Compiling yoke v0.8.1
14462026-06-29T19:22:25.485Z Compiling digest v0.10.7
14472026-06-29T19:22:25.516Z Compiling der v0.7.10
14482026-06-29T19:22:25.617Z Compiling inout v0.1.4
14492026-06-29T19:22:25.632Z Compiling zerovec v0.11.5
14502026-06-29T19:22:25.651Z Compiling zerotrie v0.2.3
14512026-06-29T19:22:25.667Z Compiling schemars_derive v0.8.22
14522026-06-29T19:22:25.758Z Compiling hmac v0.12.1
14532026-06-29T19:22:25.810Z Compiling cipher v0.4.4
14542026-06-29T19:22:25.980Z Compiling sha2 v0.10.9
14552026-06-29T19:22:26.037Z Compiling pbkdf2 v0.12.2
14562026-06-29T19:22:26.055Z Compiling scroll v0.13.0
14572026-06-29T19:22:26.159Z Compiling tinystr v0.8.2
14582026-06-29T19:22:26.179Z Compiling potential_utf v0.1.4
14592026-06-29T19:22:26.238Z Compiling salsa20 v0.10.2
14602026-06-29T19:22:26.267Z Compiling thiserror v2.0.18
14612026-06-29T19:22:26.280Z Compiling tracing v0.1.44
14622026-06-29T19:22:26.370Z Compiling icu_locale_core v2.1.1
14632026-06-29T19:22:26.373Z Compiling icu_collections v2.1.1
14642026-06-29T19:22:26.387Z Compiling scrypt v0.11.0
14652026-06-29T19:22:26.415Z Compiling spki v0.7.3
14662026-06-29T19:22:26.418Z Compiling cbc v0.1.2
14672026-06-29T19:22:26.418Z Compiling aes v0.8.4
14682026-06-29T19:22:26.590Z Compiling darling_macro v0.20.11
14692026-06-29T19:22:26.620Z Compiling openssl-macros v0.1.1
14702026-06-29T19:22:26.654Z Compiling goblin v0.10.5
14712026-06-29T19:22:26.689Z Compiling dtrace-parser v0.3.0
14722026-06-29T19:22:26.840Z Compiling signature v2.2.0
14732026-06-29T19:22:26.903Z Compiling pkcs5 v0.7.1
14742026-06-29T19:22:27.052Z Compiling icu_provider v2.1.1
14752026-06-29T19:22:27.068Z Compiling thiserror-impl v1.0.69
14762026-06-29T19:22:27.131Z Compiling scroll_derive v0.12.1
14772026-06-29T19:22:27.160Z Compiling darling v0.20.11
14782026-06-29T19:22:27.256Z Compiling pkcs8 v0.10.2
14792026-06-29T19:22:27.307Z Compiling icu_properties v2.1.2
14802026-06-29T19:22:27.377Z Compiling bytes v1.11.1
14812026-06-29T19:22:27.418Z Compiling icu_normalizer v2.1.1
14822026-06-29T19:22:27.423Z Compiling chrono v0.4.44
14832026-06-29T19:22:27.451Z Compiling ipnet v2.11.0
14842026-06-29T19:22:27.482Z Compiling derive_builder_core v0.20.2
14852026-06-29T19:22:27.525Z Compiling toml_datetime v0.6.11
14862026-06-29T19:22:27.599Z Compiling serde_urlencoded v0.7.1
14872026-06-29T19:22:27.700Z Compiling serde_tokenstream v0.2.3
14882026-06-29T19:22:27.821Z Compiling serde_spanned v0.6.9
14892026-06-29T19:22:27.873Z Compiling scroll v0.12.0
14902026-06-29T19:22:27.876Z Compiling tokio v1.52.1
14912026-06-29T19:22:27.984Z Compiling http v1.4.2
14922026-06-29T19:22:27.996Z Compiling erased-serde v0.3.31
14932026-06-29T19:22:27.996Z Compiling md-5 v0.10.6
14942026-06-29T19:22:28.035Z Compiling rustls-native-certs v0.8.3
14952026-06-29T19:22:28.050Z Compiling darling_macro v0.21.3
14962026-06-29T19:22:28.172Z Compiling bstr v1.12.1
14972026-06-29T19:22:28.189Z Compiling idna_adapter v1.2.1
14982026-06-29T19:22:28.360Z Compiling idna v1.1.0
14992026-06-29T19:22:28.363Z Compiling pin-project-internal v1.1.11
15002026-06-29T19:22:28.389Z Compiling derive_builder_macro v0.20.2
15012026-06-29T19:22:28.421Z Compiling thiserror v1.0.69
15022026-06-29T19:22:28.450Z Compiling ppv-lite86 v0.2.21
15032026-06-29T19:22:28.533Z Compiling async-trait v0.1.89
15042026-06-29T19:22:28.548Z Compiling zerocopy-derive v0.7.35
15052026-06-29T19:22:28.598Z Compiling ref-cast v1.0.25
15062026-06-29T19:22:28.673Z Compiling url v2.5.8
15072026-06-29T19:22:28.805Z Compiling rand_chacha v0.9.0
15082026-06-29T19:22:28.865Z Compiling http-body v1.0.1
15092026-06-29T19:22:28.893Z Compiling rand_chacha v0.3.1
15102026-06-29T19:22:28.919Z Compiling fallible-iterator v0.2.0
15112026-06-29T19:22:28.936Z Compiling base16ct v0.2.0
15122026-06-29T19:22:28.951Z Compiling litrs v1.0.0
15132026-06-29T19:22:29.047Z Compiling rand v0.9.2
15142026-06-29T19:22:29.061Z Compiling http-body-util v0.1.3
15152026-06-29T19:22:29.131Z Compiling num-bigint-dig v0.8.6
15162026-06-29T19:22:29.329Z Compiling psl-types v2.0.11
15172026-06-29T19:22:29.469Z Compiling dof v0.4.0
15182026-06-29T19:22:29.484Z Compiling rustix v0.38.44
15192026-06-29T19:22:29.502Z Compiling cfg_aliases v0.2.1
15202026-06-29T19:22:29.522Z Compiling smoltcp v0.9.1
15212026-06-29T19:22:29.539Z Compiling zlib-rs v0.6.2
15222026-06-29T19:22:29.558Z Compiling pin-project v1.1.11
15232026-06-29T19:22:29.588Z Compiling nix v0.31.2
15242026-06-29T19:22:29.605Z Compiling document-features v0.2.12
15252026-06-29T19:22:29.675Z Compiling proptest v1.11.0
15262026-06-29T19:22:29.697Z Compiling postgres-protocol v0.6.10
15272026-06-29T19:22:29.719Z Compiling zerocopy v0.7.35
15282026-06-29T19:22:29.891Z Compiling publicsuffix v2.3.0
15292026-06-29T19:22:29.945Z Compiling rand v0.8.6
15302026-06-29T19:22:29.974Z Compiling sec1 v0.7.3
15312026-06-29T19:22:30.045Z Compiling ipnetwork v0.21.1
15322026-06-29T19:22:30.078Z Compiling derive_builder v0.20.2
15332026-06-29T19:22:30.141Z Compiling darling v0.21.3
15342026-06-29T19:22:30.260Z Compiling goblin v0.8.2
15352026-06-29T19:22:30.276Z Compiling futures-executor v0.3.32
15362026-06-29T19:22:30.279Z Compiling hex v0.4.3
15372026-06-29T19:22:30.308Z Compiling oxnet v0.1.6
15382026-06-29T19:22:30.480Z Compiling hubpack_derive v0.1.1
15392026-06-29T19:22:30.562Z Compiling hkdf v0.12.4
15402026-06-29T19:22:30.577Z Compiling crypto-bigint v0.5.5
15412026-06-29T19:22:30.581Z Compiling regex v1.12.3
15422026-06-29T19:22:30.767Z Compiling strum_macros v0.27.2
15432026-06-29T19:22:30.770Z Compiling daft-derive v0.1.7
15442026-06-29T19:22:30.795Z Compiling ref-cast-impl v1.0.25
15452026-06-29T19:22:30.879Z Compiling snafu-derive v0.8.9
15462026-06-29T19:22:30.882Z Compiling curve25519-dalek-derive v0.1.1
15472026-06-29T19:22:31.001Z Compiling group v0.13.0
15482026-06-29T19:22:31.097Z Compiling num-iter v0.1.45
15492026-06-29T19:22:31.242Z Compiling phf_shared v0.13.1
15502026-06-29T19:22:31.411Z Compiling terminal_size v0.4.3
15512026-06-29T19:22:31.426Z Compiling lazy_static v1.5.0
15522026-06-29T19:22:31.459Z Compiling anstyle-parse v0.2.7
15532026-06-29T19:22:31.514Z Compiling vergen v9.1.0
15542026-06-29T19:22:31.541Z Compiling cargo-platform v0.3.2
15552026-06-29T19:22:31.557Z Compiling fs-err v3.3.0
15562026-06-29T19:22:31.574Z Compiling ahash v0.8.12
15572026-06-29T19:22:31.593Z Compiling object v0.37.3
15582026-06-29T19:22:31.596Z Compiling foldhash v0.1.5
15592026-06-29T19:22:31.667Z Compiling bitflags v1.3.2
15602026-06-29T19:22:31.720Z Compiling tokio-util v0.7.18
15612026-06-29T19:22:31.761Z Compiling tower v0.5.3
15622026-06-29T19:22:31.778Z Compiling tokio-native-tls v0.3.1
15632026-06-29T19:22:31.778Z Compiling same-file v1.0.6
15642026-06-29T19:22:31.810Z Compiling unicode-segmentation v1.12.0
15652026-06-29T19:22:31.826Z Compiling winnow v0.5.40
15662026-06-29T19:22:31.846Z Compiling libbz2-rs-sys v0.2.2
15672026-06-29T19:22:31.912Z Compiling managed v0.8.0
15682026-06-29T19:22:31.987Z Compiling bumpalo v3.20.2
15692026-06-29T19:22:32.002Z Compiling foldhash v0.2.0
15702026-06-29T19:22:32.154Z Compiling newtype-uuid v1.3.2
15712026-06-29T19:22:32.232Z Compiling tower-http v0.6.8
15722026-06-29T19:22:32.248Z Compiling zopfli v0.8.3
15732026-06-29T19:22:32.304Z Compiling hashbrown v0.16.1
15742026-06-29T19:22:32.313Z Compiling bzip2 v0.6.1
15752026-06-29T19:22:32.522Z Compiling h2 v0.4.15
15762026-06-29T19:22:32.539Z Compiling dof v0.3.0
15772026-06-29T19:22:32.561Z Compiling daft v0.1.7
15782026-06-29T19:22:32.794Z Compiling walkdir v2.5.0
15792026-06-29T19:22:32.821Z Compiling flate2 v1.1.9
15802026-06-29T19:22:32.825Z Compiling strum v0.27.2
15812026-06-29T19:22:32.888Z Compiling snafu v0.8.9
15822026-06-29T19:22:32.904Z Compiling clap_builder v4.6.0
15832026-06-29T19:22:32.989Z Compiling cargo_metadata v0.23.1
15842026-06-29T19:22:33.010Z Compiling hashbrown v0.15.5
15852026-06-29T19:22:33.109Z Compiling anstream v0.6.21
15862026-06-29T19:22:33.135Z Compiling elliptic-curve v0.13.8
15872026-06-29T19:22:33.226Z Compiling toml_edit v0.19.15
15882026-06-29T19:22:33.331Z Compiling phf v0.13.1
15892026-06-29T19:22:33.439Z Compiling signal-hook-mio v0.2.5
15902026-06-29T19:22:33.514Z Compiling usdt-macro v0.6.0
15912026-06-29T19:22:33.530Z Compiling usdt-attr-macro v0.6.0
15922026-06-29T19:22:33.565Z Compiling hubpack v0.1.2
15932026-06-29T19:22:33.581Z Compiling cookie_store v0.22.1
15942026-06-29T19:22:33.706Z Compiling bzip2 v0.4.4
15952026-06-29T19:22:33.729Z Compiling zstd v0.13.3
15962026-06-29T19:22:33.808Z Compiling futures v0.3.32
15972026-06-29T19:22:33.823Z Compiling serde_with_macros v3.17.0
15982026-06-29T19:22:33.841Z Compiling postgres-types v0.2.12
15992026-06-29T19:22:33.943Z Compiling globset v0.4.18
16002026-06-29T19:22:34.015Z Compiling dtrace-parser v0.2.0
16012026-06-29T19:22:34.265Z Compiling ed25519 v2.2.3
16022026-06-29T19:22:34.320Z Compiling pkcs1 v0.7.5
16032026-06-29T19:22:34.408Z Compiling serde_plain v1.0.2
16042026-06-29T19:22:34.411Z Compiling serde-big-array v0.5.1
16052026-06-29T19:22:34.439Z Compiling olpc-cjson v0.1.4
16062026-06-29T19:22:34.590Z Compiling rfc6979 v0.4.0
16072026-06-29T19:22:34.627Z Compiling clap_derive v4.6.1
16082026-06-29T19:22:34.641Z Compiling enum-as-inner v0.6.1
16092026-06-29T19:22:34.654Z Compiling serde_repr v0.1.20
16102026-06-29T19:22:34.732Z Compiling strum_macros v0.26.4
16112026-06-29T19:22:34.747Z Compiling async-recursion v1.1.1
16122026-06-29T19:22:34.792Z Compiling phf_shared v0.11.3
16132026-06-29T19:22:35.006Z Compiling float-cmp v0.10.0
16142026-06-29T19:22:35.020Z Compiling pem v3.0.6
16152026-06-29T19:22:35.071Z Compiling thread-id v4.2.2
16162026-06-29T19:22:35.180Z Compiling memmap2 v0.9.10
16172026-06-29T19:22:35.197Z Compiling env_filter v1.0.0
16182026-06-29T19:22:35.210Z Compiling fixedbitset v0.4.2
16192026-06-29T19:22:35.214Z Compiling difflib v0.4.0
16202026-06-29T19:22:35.249Z Compiling winnow v1.0.3
16212026-06-29T19:22:35.377Z Compiling normalize-line-endings v0.3.0
16222026-06-29T19:22:35.431Z Compiling jiff v0.2.21
16232026-06-29T19:22:35.448Z Compiling predicates-core v1.0.10
16242026-06-29T19:22:35.461Z Compiling new_debug_unreachable v1.0.6
16252026-06-29T19:22:35.492Z Compiling data-encoding v2.10.0
16262026-06-29T19:22:35.530Z Compiling either v1.15.0
16272026-06-29T19:22:35.544Z Compiling static_assertions v1.1.0
16282026-06-29T19:22:35.635Z Compiling keccak v0.1.6
16292026-06-29T19:22:35.651Z Compiling precomputed-hash v0.1.1
16302026-06-29T19:22:35.654Z Compiling whoami v2.1.0
16312026-06-29T19:22:35.759Z Compiling hyper v1.10.1
16322026-06-29T19:22:35.772Z Compiling typed-path v0.9.3
16332026-06-29T19:22:35.828Z Compiling fixedbitset v0.5.7
16342026-06-29T19:22:35.929Z Compiling hickory-proto v0.25.2
16352026-06-29T19:22:35.999Z Compiling tokio-postgres v0.7.16
16362026-06-29T19:22:36.094Z Compiling petgraph v0.8.3
16372026-06-29T19:22:36.206Z Compiling toml_edit v0.22.27
16382026-06-29T19:22:36.278Z Compiling sha3 v0.10.8
16392026-06-29T19:22:36.361Z Compiling string_cache v0.8.9
16402026-06-29T19:22:36.477Z Compiling itertools v0.13.0
16412026-06-29T19:22:36.545Z Compiling clap v4.6.1
16422026-06-29T19:22:36.615Z Compiling strum v0.26.3
16432026-06-29T19:22:36.630Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16442026-06-29T19:22:36.648Z Compiling predicates v3.1.4
16452026-06-29T19:22:36.769Z Compiling toml_parser v1.1.2+spec-1.1.0
16462026-06-29T19:22:36.784Z Compiling petgraph v0.6.5
16472026-06-29T19:22:36.841Z Compiling env_logger v0.11.9
16482026-06-29T19:22:37.080Z Compiling hyper-util v0.1.20
16492026-06-29T19:22:37.223Z Compiling usdt v0.6.0
16502026-06-29T19:22:37.345Z Compiling usdt-impl v0.5.0
16512026-06-29T19:22:37.454Z Compiling serde_with v3.17.0
16522026-06-29T19:22:37.467Z Compiling crossterm v0.28.1
16532026-06-29T19:22:37.523Z Compiling ecdsa v0.16.9
16542026-06-29T19:22:37.808Z Compiling toml v0.7.8
16552026-06-29T19:22:37.970Z Compiling rsa v0.9.10
16562026-06-29T19:22:37.985Z Compiling ed25519-dalek v2.2.0
16572026-06-29T19:22:38.147Z Compiling zip v4.6.1
16582026-06-29T19:22:38.441Z Compiling zip v0.6.6
16592026-06-29T19:22:38.658Z Compiling hyper-tls v0.6.0
16602026-06-29T19:22:38.777Z Compiling iddqd v0.4.2
16612026-06-29T19:22:38.902Z Compiling reqwest v0.12.28
16622026-06-29T19:22:39.038Z Compiling tokio-stream v0.1.18
16632026-06-29T19:22:39.055Z Compiling heck v0.4.1
16642026-06-29T19:22:39.138Z Compiling similar v2.7.0
16652026-06-29T19:22:39.188Z Compiling buf-list v1.1.2
16662026-06-29T19:22:39.233Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-29T19:22:39.254Z Compiling openapiv3 v2.2.0
16682026-06-29T19:22:39.304Z Compiling x509-cert v0.2.5
16692026-06-29T19:22:39.499Z Compiling sha1 v0.10.6
16702026-06-29T19:22:39.547Z Compiling crossbeam-epoch v0.9.18
16712026-06-29T19:22:39.569Z Compiling lalrpop-util v0.19.12
16722026-06-29T19:22:39.583Z Compiling peg-runtime v0.8.5
16732026-06-29T19:22:39.745Z Compiling thread_local v1.1.9
16742026-06-29T19:22:39.760Z Compiling slog-async v2.8.0
16752026-06-29T19:22:39.788Z Compiling crossbeam-channel v0.5.15
16762026-06-29T19:22:39.871Z Compiling is-terminal v0.4.17
16772026-06-29T19:22:39.893Z Compiling filetime v0.2.27
16782026-06-29T19:22:39.907Z Compiling take_mut v0.2.2
16792026-06-29T19:22:39.989Z Compiling xattr v1.6.1
16802026-06-29T19:22:40.032Z Compiling term v1.2.1
16812026-06-29T19:22:40.120Z Compiling tar v0.4.45
16822026-06-29T19:22:40.335Z Compiling slog-term v2.9.2
16832026-06-29T19:22:57.975Z Compiling rustls-webpki v0.103.9
16842026-06-29T19:23:00.667Z Compiling tokio-rustls v0.26.4
16852026-06-29T19:23:00.667Z Compiling rustls-platform-verifier v0.6.2
16862026-06-29T19:23:00.675Z Compiling tough v0.22.0
16872026-06-29T19:23:00.882Z Compiling hyper-rustls v0.27.7
16882026-06-29T19:23:01.076Z Compiling reqwest v0.13.2
16892026-06-29T19:23:03.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-29T19:23:03.447Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-29T19:23:06.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.82s
16922026-06-29T19:23:06.398Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-29T19:23:06.471ZJun 29 19:23:05.456 INFO Starting download, target: Cockroach
16942026-06-29T19:23:06.472ZJun 29 19:23:05.457 INFO Starting download, target: Clickhouse
16952026-06-29T19:23:06.489ZJun 29 19:23:05.457 INFO Starting download, target: MaghemiteMgd
16962026-06-29T19:23:06.489ZJun 29 19:23:05.457 INFO Starting download, target: DendriteStub
16972026-06-29T19:23:06.489ZJun 29 19:23:05.457 INFO Starting download, target: Console
16982026-06-29T19:23:06.489ZJun 29 19:23:05.457 INFO Starting download, target: MaghemiteDdmd
16992026-06-29T19:23:06.489ZJun 29 19:23:05.457 INFO Starting download, target: TransceiverControl
17002026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17012026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17042026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-06-29T19:23:06.490ZJun 29 19:23:05.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-29T19:23:07.486ZJun 29 19:23:06.371 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-06-29T19:23:07.735ZJun 29 19:23:06.601 INFO Download complete, target: TransceiverControl
17092026-06-29T19:23:08.347ZJun 29 19:23:07.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-06-29T19:23:08.603ZJun 29 19:23:07.520 INFO Download complete, target: Console
17112026-06-29T19:23:09.220ZJun 29 19:23:08.138 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-06-29T19:23:14.512ZJun 29 19:23:13.483 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17132026-06-29T19:23:14.565ZJun 29 19:23:13.537 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-06-29T19:23:14.721ZJun 29 19:23:13.691 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-06-29T19:23:15.695ZJun 29 19:23:14.674 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-06-29T19:23:15.695ZJun 29 19:23:14.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-06-29T19:23:15.972ZJun 29 19:23:14.976 INFO Checking that binary works, target: Clickhouse
17182026-06-29T19:23:16.081ZJun 29 19:23:15.084 INFO Download complete, target: Clickhouse
17192026-06-29T19:23:16.377ZJun 29 19:23:15.380 INFO Download complete, target: MaghemiteDdmd
17202026-06-29T19:23:17.354ZJun 29 19:23:16.356 INFO Download complete, target: MaghemiteMgd
17212026-06-29T19:23:17.398ZJun 29 19:23:16.399 INFO Download complete, target: DendriteStub
17222026-06-29T19:23:20.327ZJun 29 19:23:19.331 INFO Checking that binary works, target: Cockroach
17232026-06-29T19:23:20.454ZJun 29 19:23:19.456 INFO Download complete, target: Cockroach
17242026-06-29T19:23:20.462ZAll prerequisites installed successfully
17252026-06-29T19:23:20.468Z
17262026-06-29T19:23:20.468Zreal 1:52.206326568
17272026-06-29T19:23:20.468Zuser 6:50.954636205
17282026-06-29T19:23:20.468Zsys 1:46.478378804
17292026-06-29T19:23:20.468Ztrap 0.269465104
17302026-06-29T19:23:20.468Ztflt 1.218804592
17312026-06-29T19:23:20.469Zdflt 1.638377010
17322026-06-29T19:23:20.469Zkflt 0.026234005
17332026-06-29T19:23:20.469Zlock 26:10.238456390
17342026-06-29T19:23:20.469Zslp 18:51.723626543
17352026-06-29T19:23:20.469Zlat 27.316529710
17362026-06-29T19:23:20.469Zstop 2:59.913233715
17372026-06-29T19:23:20.469Z+ ptime -m cargo xtask download softnpu
17382026-06-29T19:23:20.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-29T19:23:20.951Z Running `target/debug/xtask download softnpu`
17402026-06-29T19:23:21.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17412026-06-29T19:23:21.691Z Running `target/debug/xtask-downloader softnpu`
17422026-06-29T19:23:21.748ZJun 29 19:23:20.732 INFO Starting download, target: Softnpu
17432026-06-29T19:23:21.786ZJun 29 19:23:20.733 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-29T19:23:22.485ZJun 29 19:23:21.485 INFO Download complete, target: Softnpu
17452026-06-29T19:23:22.489Z
17462026-06-29T19:23:22.489Zreal 2.020274560
17472026-06-29T19:23:22.489Zuser 1.229087916
17482026-06-29T19:23:22.489Zsys 0.591591281
17492026-06-29T19:23:22.489Ztrap 0.000665300
17502026-06-29T19:23:22.489Ztflt 0.000284320
17512026-06-29T19:23:22.489Zdflt 0.000231830
17522026-06-29T19:23:22.489Zkflt 0.000000000
17532026-06-29T19:23:22.489Zlock 14.047694302
17542026-06-29T19:23:22.489Zslp 0.646447333
17552026-06-29T19:23:22.489Zlat 0.082351616
17562026-06-29T19:23:22.489Zstop 0.000181060
17572026-06-29T19:23:22.489Z+ export CARGO_INCREMENTAL=0
17582026-06-29T19:23:22.489Z+ CARGO_INCREMENTAL=0
17592026-06-29T19:23:22.490Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-29T19:23:23.332Z Compiling proc-macro2 v1.0.106
17612026-06-29T19:23:23.333Z Compiling quote v1.0.45
17622026-06-29T19:23:23.333Z Compiling unicode-ident v1.0.24
17632026-06-29T19:23:23.333Z Compiling libc v0.2.185
17642026-06-29T19:23:23.339Z Compiling serde_core v1.0.228
17652026-06-29T19:23:23.339Z Compiling serde v1.0.228
17662026-06-29T19:23:23.339Z Compiling cfg-if v1.0.4
17672026-06-29T19:23:23.339Z Compiling version_check v0.9.5
17682026-06-29T19:23:23.339Z Compiling typenum v1.19.0
17692026-06-29T19:23:23.340Z Compiling shlex v1.3.0
17702026-06-29T19:23:23.340Z Compiling find-msvc-tools v0.1.9
17712026-06-29T19:23:23.471Z Compiling autocfg v1.5.0
17722026-06-29T19:23:23.477Z Compiling zmij v1.0.21
17732026-06-29T19:23:23.477Z Compiling memchr v2.8.0
17742026-06-29T19:23:23.477Z Compiling serde_json v1.0.150
17752026-06-29T19:23:23.742Z Compiling portable-atomic v1.13.1
17762026-06-29T19:23:23.800Z Compiling libm v0.2.16
17772026-06-29T19:23:23.804Z Compiling generic-array v0.14.7
17782026-06-29T19:23:23.804Z Compiling zerocopy v0.8.40
17792026-06-29T19:23:23.853Z Compiling icu_properties_data v2.1.2
17802026-06-29T19:23:23.902Z Compiling smallvec v1.15.1
17812026-06-29T19:23:23.926Z Compiling parking_lot_core v0.9.12
17822026-06-29T19:23:24.046Z Compiling num-traits v0.2.19
17832026-06-29T19:23:24.092Z Compiling icu_normalizer_data v2.1.1
17842026-06-29T19:23:24.096Z Compiling itoa v1.0.17
17852026-06-29T19:23:24.096Z Compiling getrandom v0.4.1
17862026-06-29T19:23:24.140Z Compiling log v0.4.29
17872026-06-29T19:23:24.196Z Compiling stable_deref_trait v1.2.1
17882026-06-29T19:23:24.226Z Compiling pkg-config v0.3.32
17892026-06-29T19:23:24.318Z Compiling subtle v2.6.1
17902026-06-29T19:23:24.374Z Compiling jobserver v0.1.34
17912026-06-29T19:23:24.409Z Compiling errno v0.3.14
17922026-06-29T19:23:24.426Z Compiling getrandom v0.2.17
17932026-06-29T19:23:24.535Z Compiling scopeguard v1.2.0
17942026-06-29T19:23:24.595Z Compiling cc v1.2.56
17952026-06-29T19:23:24.631Z Compiling rand_core v0.6.4
17962026-06-29T19:23:24.670Z Compiling lock_api v0.4.14
17972026-06-29T19:23:24.733Z Compiling fnv v1.0.7
17982026-06-29T19:23:24.750Z Compiling syn v2.0.117
17992026-06-29T19:23:24.767Z Compiling percent-encoding v2.3.2
18002026-06-29T19:23:24.785Z Compiling writeable v0.6.2
18012026-06-29T19:23:24.834Z Compiling litemap v0.8.1
18022026-06-29T19:23:24.875Z Compiling thiserror v2.0.18
18032026-06-29T19:23:25.041Z Compiling getrandom v0.3.4
18042026-06-29T19:23:25.041Z Compiling pin-project-lite v0.2.17
18052026-06-29T19:23:25.125Z Compiling rand_core v0.10.0
18062026-06-29T19:23:25.135Z Compiling equivalent v1.0.2
18072026-06-29T19:23:25.204Z Compiling schemars v0.8.22
18082026-06-29T19:23:25.229Z Compiling rustversion v1.0.22
18092026-06-29T19:23:25.249Z Compiling critical-section v1.2.0
18102026-06-29T19:23:25.290Z Compiling utf8_iter v1.0.4
18112026-06-29T19:23:25.344Z Compiling fs_extra v1.3.0
18122026-06-29T19:23:25.395Z Compiling cmake v0.1.57
18132026-06-29T19:23:25.412Z Compiling rustix v1.1.3
18142026-06-29T19:23:25.448Z Compiling dunce v1.0.5
18152026-06-29T19:23:25.494Z Compiling form_urlencoded v1.2.2
18162026-06-29T19:23:25.535Z Compiling hashbrown v0.17.0
18172026-06-29T19:23:25.632Z Compiling const-oid v0.9.6
18182026-06-29T19:23:25.775Z Compiling once_cell v1.21.3
18192026-06-29T19:23:25.790Z Compiling signal-hook-registry v1.4.8
18202026-06-29T19:23:25.812Z Compiling heck v0.5.0
18212026-06-29T19:23:26.019Z Compiling bitflags v2.11.0
18222026-06-29T19:23:26.046Z Compiling semver v1.0.28
18232026-06-29T19:23:26.071Z Compiling aws-lc-sys v0.40.0
18242026-06-29T19:23:26.097Z Compiling indexmap v2.14.0
18252026-06-29T19:23:26.153Z Compiling parking_lot v0.12.5
18262026-06-29T19:23:26.180Z Compiling socket2 v0.6.3
18272026-06-29T19:23:26.204Z Compiling mio v1.2.0
18282026-06-29T19:23:26.220Z Compiling futures-core v0.3.32
18292026-06-29T19:23:26.282Z Compiling aws-lc-rs v1.16.3
18302026-06-29T19:23:26.396Z Compiling thiserror v1.0.69
18312026-06-29T19:23:26.407Z Compiling strsim v0.11.1
18322026-06-29T19:23:26.436Z Compiling httparse v1.10.1
18332026-06-29T19:23:26.591Z Compiling iana-time-zone v0.1.65
18342026-06-29T19:23:26.743Z Compiling ucd-trie v0.1.7
18352026-06-29T19:23:26.743Z Compiling byteorder v1.5.0
18362026-06-29T19:23:26.819Z Compiling ident_case v1.0.1
18372026-06-29T19:23:26.850Z Compiling syn v1.0.109
18382026-06-29T19:23:26.901Z Compiling regex-syntax v0.8.10
18392026-06-29T19:23:26.916Z Compiling pest v2.8.6
18402026-06-29T19:23:26.936Z Compiling vcpkg v0.2.15
18412026-06-29T19:23:26.940Z Compiling uuid v1.23.4
18422026-06-29T19:23:27.193Z Compiling rustc_version v0.4.1
18432026-06-29T19:23:27.252Z Compiling futures-sink v0.3.32
18442026-06-29T19:23:27.305Z Compiling cpufeatures v0.2.17
18452026-06-29T19:23:27.387Z Compiling rustls v0.23.41
18462026-06-29T19:23:27.408Z Compiling futures-channel v0.3.32
18472026-06-29T19:23:27.509Z Compiling aho-corasick v1.1.4
18482026-06-29T19:23:27.556Z Compiling openssl-sys v0.9.115
18492026-06-29T19:23:27.615Z Compiling futures-task v0.3.32
18502026-06-29T19:23:27.631Z Compiling dyn-clone v1.0.20
18512026-06-29T19:23:27.631Z Compiling slab v0.4.12
18522026-06-29T19:23:27.660Z Compiling synstructure v0.13.2
18532026-06-29T19:23:27.730Z Compiling serde_derive_internals v0.29.1
18542026-06-29T19:23:27.774Z Compiling futures-io v0.3.32
18552026-06-29T19:23:28.029Z Compiling pest_meta v2.8.6
18562026-06-29T19:23:28.060Z Compiling plain v0.2.3
18572026-06-29T19:23:28.077Z Compiling num-conv v0.2.0
18582026-06-29T19:23:28.093Z Compiling crc32fast v1.5.0
18592026-06-29T19:23:28.107Z Compiling time-core v0.1.8
18602026-06-29T19:23:28.192Z Compiling base64 v0.22.1
18612026-06-29T19:23:28.209Z Compiling crossbeam-utils v0.8.21
18622026-06-29T19:23:28.290Z Compiling time-macros v0.2.27
18632026-06-29T19:23:28.395Z Compiling openssl v0.10.79
18642026-06-29T19:23:28.409Z Compiling regex-automata v0.4.14
18652026-06-29T19:23:28.479Z Compiling pretty-hex v0.4.1
18662026-06-29T19:23:28.509Z Compiling base64ct v1.8.3
18672026-06-29T19:23:28.541Z Compiling anyhow v1.0.102
18682026-06-29T19:23:28.568Z Compiling darling_core v0.21.3
18692026-06-29T19:23:28.642Z Compiling pest_generator v2.8.6
18702026-06-29T19:23:28.657Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-06-29T19:23:28.712Z Compiling native-tls v0.2.18
18722026-06-29T19:23:28.729Z Compiling flagset v0.4.7
18732026-06-29T19:23:28.818Z Compiling pem-rfc7468 v0.7.0
18742026-06-29T19:23:28.837Z Compiling rand_core v0.9.5
18752026-06-29T19:23:28.913Z Compiling serde_derive v1.0.228
18762026-06-29T19:23:28.931Z Compiling zeroize_derive v1.4.3
18772026-06-29T19:23:28.959Z Compiling zerofrom-derive v0.1.6
18782026-06-29T19:23:28.975Z Compiling yoke-derive v0.8.1
18792026-06-29T19:23:29.061Z Compiling zerovec-derive v0.11.2
18802026-06-29T19:23:29.077Z Compiling displaydoc v0.2.5
18812026-06-29T19:23:29.077Z Compiling zerocopy-derive v0.8.40
18822026-06-29T19:23:29.114Z Compiling tokio-macros v2.7.0
18832026-06-29T19:23:29.279Z Compiling futures-macro v0.3.32
18842026-06-29T19:23:29.295Z Compiling thiserror-impl v2.0.18
18852026-06-29T19:23:29.343Z Compiling schemars_derive v0.8.22
18862026-06-29T19:23:29.560Z Compiling zeroize v1.8.2
18872026-06-29T19:23:29.838Z Compiling tracing-attributes v0.1.31
18882026-06-29T19:23:29.941Z Compiling der_derive v0.7.3
18892026-06-29T19:23:30.100Z Compiling zerofrom v0.1.6
18902026-06-29T19:23:30.133Z Compiling thiserror-impl v1.0.69
18912026-06-29T19:23:30.248Z Compiling yoke v0.8.1
18922026-06-29T19:23:30.409Z Compiling crypto-common v0.1.7
18932026-06-29T19:23:30.462Z Compiling zerovec v0.11.5
18942026-06-29T19:23:30.478Z Compiling zerotrie v0.2.3
18952026-06-29T19:23:30.582Z Compiling block-buffer v0.10.4
18962026-06-29T19:23:30.742Z Compiling digest v0.10.7
18972026-06-29T19:23:30.763Z Compiling pest_derive v2.8.6
18982026-06-29T19:23:30.887Z Compiling futures-util v0.3.32
18992026-06-29T19:23:30.945Z Compiling hmac v0.12.1
19002026-06-29T19:23:31.062Z Compiling tinystr v0.8.2
19012026-06-29T19:23:31.068Z Compiling potential_utf v0.1.4
19022026-06-29T19:23:31.151Z Compiling block-padding v0.3.3
19032026-06-29T19:23:31.242Z Compiling icu_locale_core v2.1.1
19042026-06-29T19:23:31.257Z Compiling icu_collections v2.1.1
19052026-06-29T19:23:31.293Z Compiling inout v0.1.4
19062026-06-29T19:23:31.324Z Compiling sha2 v0.10.9
19072026-06-29T19:23:31.327Z Compiling scroll_derive v0.12.1
19082026-06-29T19:23:31.469Z Compiling cipher v0.4.4
19092026-06-29T19:23:31.523Z Compiling scroll_derive v0.13.1
19102026-06-29T19:23:31.914Z Compiling icu_provider v2.1.1
19112026-06-29T19:23:31.937Z Compiling openssl-macros v0.1.1
19122026-06-29T19:23:32.034Z Compiling der v0.7.10
19132026-06-29T19:23:32.098Z Compiling bytes v1.11.1
19142026-06-29T19:23:32.220Z Compiling icu_normalizer v2.1.1
19152026-06-29T19:23:32.238Z Compiling icu_properties v2.1.2
19162026-06-29T19:23:32.298Z Compiling chrono v0.4.44
19172026-06-29T19:23:32.387Z Compiling serde_tokenstream v0.2.3
19182026-06-29T19:23:32.698Z Compiling tokio v1.52.1
19192026-06-29T19:23:32.810Z Compiling http v1.4.2
19202026-06-29T19:23:33.136Z Compiling idna_adapter v1.2.1
19212026-06-29T19:23:33.152Z Compiling darling_macro v0.21.3
19222026-06-29T19:23:33.296Z Compiling idna v1.1.0
19232026-06-29T19:23:33.431Z Compiling ppv-lite86 v0.2.21
19242026-06-29T19:23:33.585Z Compiling regex v1.12.3
19252026-06-29T19:23:33.733Z Compiling url v2.5.8
19262026-06-29T19:23:33.739Z Compiling zerocopy-derive v0.7.35
19272026-06-29T19:23:33.764Z Compiling slog v2.8.2
19282026-06-29T19:23:33.785Z Compiling tracing-core v0.1.36
19292026-06-29T19:23:34.010Z Compiling cookie v0.18.1
19302026-06-29T19:23:34.214Z Compiling tracing v0.1.44
19312026-06-29T19:23:34.644Z Compiling darling v0.21.3
19322026-06-29T19:23:34.687Z Compiling spki v0.7.3
19332026-06-29T19:23:34.731Z Compiling salsa20 v0.10.2
19342026-06-29T19:23:34.823Z Compiling pbkdf2 v0.12.2
19352026-06-29T19:23:34.980Z Compiling camino v1.2.2
19362026-06-29T19:23:35.339Z Compiling scrypt v0.11.0
19372026-06-29T19:23:35.354Z Compiling rand_chacha v0.9.0
19382026-06-29T19:23:35.397Z Compiling http-body v1.0.1
19392026-06-29T19:23:35.436Z Compiling cbc v0.1.2
19402026-06-29T19:23:35.458Z Compiling aes v0.8.4
19412026-06-29T19:23:35.550Z Compiling rustls-pki-types v1.14.0
19422026-06-29T19:23:35.630Z Compiling usdt-impl v0.5.0
19432026-06-29T19:23:35.658Z Compiling paste v1.0.15
19442026-06-29T19:23:35.743Z Compiling fastrand v2.3.0
19452026-06-29T19:23:35.773Z Compiling tinyvec_macros v0.1.1
19462026-06-29T19:23:35.815Z Compiling openssl-probe v0.2.1
19472026-06-29T19:23:35.860Z Compiling usdt-impl v0.6.0
19482026-06-29T19:23:35.940Z Compiling either v1.15.0
19492026-06-29T19:23:35.956Z Compiling ref-cast v1.0.25
19502026-06-29T19:23:36.007Z Compiling tinyvec v1.10.0
19512026-06-29T19:23:36.030Z Compiling pkcs5 v0.7.1
19522026-06-29T19:23:36.066Z Compiling rand v0.9.2
19532026-06-29T19:23:36.193Z Compiling scroll v0.13.0
19542026-06-29T19:23:36.196Z Compiling toml_datetime v0.6.11
19552026-06-29T19:23:36.265Z Compiling serde_spanned v0.6.9
19562026-06-29T19:23:36.372Z Compiling scroll v0.12.0
19572026-06-29T19:23:36.389Z Compiling async-trait v0.1.89
19582026-06-29T19:23:36.393Z Compiling heapless v0.7.17
19592026-06-29T19:23:36.482Z Compiling bzip2-sys v0.1.13+1.0.8
19602026-06-29T19:23:36.517Z Compiling litrs v1.0.0
19612026-06-29T19:23:36.520Z Compiling untrusted v0.7.1
19622026-06-29T19:23:36.656Z Compiling tokio-util v0.7.18
19632026-06-29T19:23:36.674Z Compiling tower-service v0.3.3
19642026-06-29T19:23:36.677Z Compiling try-lock v0.2.5
19652026-06-29T19:23:36.708Z Compiling rustix v0.38.44
19662026-06-29T19:23:36.711Z Compiling signal-hook v0.3.18
19672026-06-29T19:23:36.810Z Compiling tower-layer v0.3.3
19682026-06-29T19:23:36.814Z Compiling zstd-safe v7.2.4
19692026-06-29T19:23:36.817Z Compiling winnow v0.7.14
19702026-06-29T19:23:36.818Z Compiling atomic-waker v1.1.2
19712026-06-29T19:23:36.845Z Compiling winnow v1.0.3
19722026-06-29T19:23:36.941Z Compiling want v0.3.1
19732026-06-29T19:23:37.040Z Compiling document-features v0.2.12
19742026-06-29T19:23:37.056Z Compiling goblin v0.8.2
19752026-06-29T19:23:37.213Z Compiling toml_parser v1.1.2+spec-1.1.0
19762026-06-29T19:23:37.292Z Compiling goblin v0.10.5
19772026-06-29T19:23:37.421Z Compiling h2 v0.4.15
19782026-06-29T19:23:37.617Z Compiling pkcs8 v0.10.2
19792026-06-29T19:23:37.684Z Compiling zerocopy v0.7.35
19802026-06-29T19:23:37.838Z Compiling ipnet v2.11.0
19812026-06-29T19:23:37.929Z Compiling ref-cast-impl v1.0.25
19822026-06-29T19:23:37.959Z Compiling darling_core v0.20.11
19832026-06-29T19:23:38.117Z Compiling curve25519-dalek v4.1.3
19842026-06-29T19:23:38.282Z Compiling memoffset v0.9.1
19852026-06-29T19:23:38.308Z Compiling untrusted v0.9.0
19862026-06-29T19:23:38.397Z Compiling utf8parse v0.2.2
19872026-06-29T19:23:38.453Z Compiling foreign-types-shared v0.1.1
19882026-06-29T19:23:38.497Z Compiling httpdate v1.0.3
19892026-06-29T19:23:38.563Z Compiling winnow v0.5.40
19902026-06-29T19:23:38.737Z Compiling powerfmt v0.2.0
19912026-06-29T19:23:38.851Z Compiling tempfile v3.25.0
19922026-06-29T19:23:38.866Z Compiling foreign-types v0.3.2
19932026-06-29T19:23:38.926Z Compiling deranged v0.5.8
19942026-06-29T19:23:39.210Z Compiling unicode-normalization v0.1.25
19952026-06-29T19:23:39.294Z Compiling dtrace-parser v0.2.0
19962026-06-29T19:23:39.687Z Compiling dof v0.3.0
19972026-06-29T19:23:39.903Z Compiling toml_edit v0.19.15
19982026-06-29T19:23:39.946Z Compiling darling_macro v0.20.11
19992026-06-29T19:23:40.077Z Compiling dof v0.4.0
20002026-06-29T19:23:40.132Z Compiling dtrace-parser v0.3.0
20012026-06-29T19:23:40.359Z Compiling pin-project-internal v1.1.11
20022026-06-29T19:23:40.451Z Compiling daft-derive v0.1.7
20032026-06-29T19:23:40.494Z Compiling spin v0.9.8
20042026-06-29T19:23:40.512Z Compiling thread-id v5.1.0
20052026-06-29T19:23:40.616Z Compiling thread-id v4.2.2
20062026-06-29T19:23:40.720Z Compiling hyper v1.10.1
20072026-06-29T19:23:40.737Z Compiling num_threads v0.1.7
20082026-06-29T19:23:40.767Z Compiling cfg_aliases v0.2.1
20092026-06-29T19:23:41.002Z Compiling anstyle v1.0.14
20102026-06-29T19:23:41.046Z Compiling smoltcp v0.9.1
20112026-06-29T19:23:41.158Z Compiling num-bigint-dig v0.8.6
20122026-06-29T19:23:41.190Z Compiling time v0.3.47
20132026-06-29T19:23:41.246Z Compiling nix v0.31.2
20142026-06-29T19:23:41.420Z Compiling darling v0.20.11
20152026-06-29T19:23:41.562Z Compiling ipnetwork v0.21.1
20162026-06-29T19:23:41.833Z Compiling curve25519-dalek-derive v0.1.1
20172026-06-29T19:23:41.882Z Compiling hyper-util v0.1.20
20182026-06-29T19:23:42.107Z Compiling strum_macros v0.26.4
20192026-06-29T19:23:42.245Z Compiling sync_wrapper v1.0.2
20202026-06-29T19:23:42.263Z Compiling wait-timeout v0.2.1
20212026-06-29T19:23:42.464Z Compiling is_terminal_polyfill v1.70.2
20222026-06-29T19:23:42.507Z Compiling bit-vec v0.8.0
20232026-06-29T19:23:42.523Z Compiling quick-error v1.2.3
20242026-06-29T19:23:42.571Z Compiling anstyle-query v1.1.5
20252026-06-29T19:23:42.653Z Compiling colorchoice v1.0.4
20262026-06-29T19:23:42.667Z Compiling siphasher v1.0.2
20272026-06-29T19:23:42.703Z Compiling simd-adler32 v0.3.8
20282026-06-29T19:23:42.827Z Compiling bit-set v0.8.0
20292026-06-29T19:23:42.989Z Compiling rusty-fork v0.3.1
20302026-06-29T19:23:43.161Z Compiling tower v0.5.3
20312026-06-29T19:23:43.498Z Compiling derive_builder_core v0.20.2
20322026-06-29T19:23:43.566Z Compiling http-body-util v0.1.3
20332026-06-29T19:23:43.673Z Compiling signature v2.2.0
20342026-06-29T19:23:43.838Z Compiling hubpack_derive v0.1.1
20352026-06-29T19:23:43.850Z Compiling rand_xorshift v0.4.0
20362026-06-29T19:23:43.969Z Compiling snafu-derive v0.8.9
20372026-06-29T19:23:43.992Z Compiling strum_macros v0.27.2
20382026-06-29T19:23:44.096Z Compiling fs-err v3.3.0
20392026-06-29T19:23:44.194Z Compiling ahash v0.8.12
20402026-06-29T19:23:44.319Z Compiling adler2 v2.0.1
20412026-06-29T19:23:44.334Z Compiling unicode-properties v0.1.4
20422026-06-29T19:23:44.432Z Compiling allocator-api2 v0.2.21
20432026-06-29T19:23:44.466Z Compiling unarray v0.1.4
20442026-06-29T19:23:44.564Z Compiling ryu v1.0.23
20452026-06-29T19:23:44.579Z Compiling unicode-segmentation v1.12.0
20462026-06-29T19:23:44.598Z Compiling iri-string v0.7.10
20472026-06-29T19:23:44.614Z Compiling unicode-bidi v0.3.18
20482026-06-29T19:23:44.762Z Compiling object v0.37.3
20492026-06-29T19:23:44.781Z Compiling serde_urlencoded v0.7.1
20502026-06-29T19:23:44.897Z Compiling proptest v1.11.0
20512026-06-29T19:23:45.009Z Compiling stringprep v0.1.5
20522026-06-29T19:23:45.086Z Compiling miniz_oxide v0.8.9
20532026-06-29T19:23:45.331Z Compiling derive_builder_macro v0.20.2
20542026-06-29T19:23:45.460Z Compiling tokio-native-tls v0.3.1
20552026-06-29T19:23:45.679Z Compiling usdt-attr-macro v0.6.0
20562026-06-29T19:23:45.682Z Compiling usdt-macro v0.6.0
20572026-06-29T19:23:45.833Z Compiling tower-http v0.6.8
20582026-06-29T19:23:45.853Z Compiling anstyle-parse v1.0.0
20592026-06-29T19:23:46.093Z Compiling rustls-native-certs v0.8.3
20602026-06-29T19:23:46.254Z Compiling rand_chacha v0.3.1
20612026-06-29T19:23:46.284Z Compiling erased-serde v0.3.31
20622026-06-29T19:23:46.365Z Compiling md-5 v0.10.6
20632026-06-29T19:23:46.382Z Compiling bstr v1.12.1
20642026-06-29T19:23:46.539Z Compiling num-integer v0.1.46
20652026-06-29T19:23:46.597Z Compiling hash32 v0.2.1
20662026-06-29T19:23:46.687Z Compiling vergen-lib v9.1.0
20672026-06-29T19:23:46.718Z Compiling ff v0.13.1
20682026-06-29T19:23:46.805Z Compiling encoding_rs v0.8.35
20692026-06-29T19:23:46.859Z Compiling mime v0.3.17
20702026-06-29T19:23:46.877Z Compiling zlib-rs v0.6.2
20712026-06-29T19:23:46.907Z Compiling psl-types v2.0.11
20722026-06-29T19:23:46.910Z Compiling fallible-iterator v0.2.0
20732026-06-29T19:23:46.940Z Compiling base16ct v0.2.0
20742026-06-29T19:23:47.049Z Compiling publicsuffix v2.3.0
20752026-06-29T19:23:47.156Z Compiling sec1 v0.7.3
20762026-06-29T19:23:47.242Z Compiling postgres-protocol v0.6.10
20772026-06-29T19:23:47.271Z Compiling newtype-uuid v1.3.2
20782026-06-29T19:23:47.349Z Compiling group v0.13.0
20792026-06-29T19:23:47.385Z Compiling num-iter v0.1.45
20802026-06-29T19:23:47.598Z Compiling rand v0.8.6
20812026-06-29T19:23:48.076Z Compiling anstream v1.0.0
20822026-06-29T19:23:48.117Z Compiling oxnet v0.1.6
20832026-06-29T19:23:48.169Z Compiling derive_builder v0.20.2
20842026-06-29T19:23:48.188Z Compiling hyper-tls v0.6.0
20852026-06-29T19:23:48.239Z Compiling heck v0.4.1
20862026-06-29T19:23:48.256Z Compiling phf_shared v0.13.1
20872026-06-29T19:23:48.259Z Compiling pin-project v1.1.11
20882026-06-29T19:23:48.385Z Compiling lazy_static v1.5.0
20892026-06-29T19:23:48.416Z Compiling anstyle-parse v0.2.7
20902026-06-29T19:23:48.516Z Compiling terminal_size v0.4.3
20912026-06-29T19:23:48.533Z Compiling serde_with_macros v3.17.0
20922026-06-29T19:23:48.548Z Compiling futures-executor v0.3.32
20932026-06-29T19:23:48.565Z Compiling hex v0.4.3
20942026-06-29T19:23:48.627Z Compiling hkdf v0.12.4
20952026-06-29T19:23:48.662Z Compiling crypto-bigint v0.5.5
20962026-06-29T19:23:48.679Z Compiling enum-as-inner v0.6.1
20972026-06-29T19:23:48.782Z Compiling async-recursion v1.1.1
20982026-06-29T19:23:48.799Z Compiling serde_repr v0.1.20
20992026-06-29T19:23:48.815Z Compiling clap_derive v4.6.1
21002026-06-29T19:23:48.872Z Compiling vergen v9.1.0
21012026-06-29T19:23:48.932Z Compiling cargo-platform v0.3.2
21022026-06-29T19:23:48.986Z Compiling flate2 v1.1.9
21032026-06-29T19:23:49.207Z Compiling managed v0.8.0
21042026-06-29T19:23:49.222Z Compiling same-file v1.0.6
21052026-06-29T19:23:49.367Z Compiling foldhash v0.1.5
21062026-06-29T19:23:49.407Z Compiling bitflags v1.3.2
21072026-06-29T19:23:49.485Z Compiling libbz2-rs-sys v0.2.2
21082026-06-29T19:23:49.501Z Compiling bumpalo v3.20.2
21092026-06-29T19:23:49.520Z Compiling clap_lex v1.0.0
21102026-06-29T19:23:49.573Z Compiling foldhash v0.2.0
21112026-06-29T19:23:49.717Z Compiling zopfli v0.8.3
21122026-06-29T19:23:49.750Z Compiling hashbrown v0.16.1
21132026-06-29T19:23:49.765Z Compiling clap_builder v4.6.0
21142026-06-29T19:23:49.800Z Compiling elliptic-curve v0.13.8
21152026-06-29T19:23:50.028Z Compiling bzip2 v0.6.1
21162026-06-29T19:23:50.108Z Compiling hashbrown v0.15.5
21172026-06-29T19:23:50.257Z Compiling walkdir v2.5.0
21182026-06-29T19:23:50.320Z Compiling cargo_metadata v0.23.1
21192026-06-29T19:23:50.469Z Compiling futures v0.3.32
21202026-06-29T19:23:50.556Z Compiling zstd v0.13.3
21212026-06-29T19:23:50.778Z Compiling anstream v0.6.21
21222026-06-29T19:23:50.937Z Compiling phf v0.13.1
21232026-06-29T19:23:51.085Z Compiling daft v0.1.7
21242026-06-29T19:23:51.117Z Compiling reqwest v0.12.28
21252026-06-29T19:23:51.179Z Compiling snafu v0.8.9
21262026-06-29T19:23:51.543Z Compiling signal-hook-mio v0.2.5
21272026-06-29T19:23:51.581Z Compiling cookie_store v0.22.1
21282026-06-29T19:23:51.643Z Compiling postgres-types v0.2.12
21292026-06-29T19:23:51.673Z Compiling bzip2 v0.4.4
21302026-06-29T19:23:51.688Z Compiling globset v0.4.18
21312026-06-29T19:23:51.716Z Compiling strum v0.27.2
21322026-06-29T19:23:52.065Z Compiling hubpack v0.1.2
21332026-06-29T19:23:52.174Z Compiling ed25519 v2.2.3
21342026-06-29T19:23:52.190Z Compiling phf_shared v0.11.3
21352026-06-29T19:23:52.221Z Compiling crossbeam-epoch v0.9.18
21362026-06-29T19:23:52.264Z Compiling olpc-cjson v0.1.4
21372026-06-29T19:23:52.308Z Compiling pkcs1 v0.7.5
21382026-06-29T19:23:52.429Z Compiling pem v3.0.6
21392026-06-29T19:23:52.484Z Compiling serde_plain v1.0.2
21402026-06-29T19:23:52.501Z Compiling serde-big-array v0.5.1
21412026-06-29T19:23:52.595Z Compiling rfc6979 v0.4.0
21422026-06-29T19:23:52.653Z Compiling float-cmp v0.10.0
21432026-06-29T19:23:52.687Z Compiling memmap2 v0.9.10
21442026-06-29T19:23:52.703Z Compiling env_filter v1.0.0
21452026-06-29T19:23:52.740Z Compiling normalize-line-endings v0.3.0
21462026-06-29T19:23:52.743Z Compiling predicates-core v1.0.10
21472026-06-29T19:23:52.773Z Compiling toml_write v0.1.2
21482026-06-29T19:23:52.822Z Compiling whoami v2.1.0
21492026-06-29T19:23:52.858Z Compiling fixedbitset v0.4.2
21502026-06-29T19:23:52.911Z Compiling static_assertions v1.1.0
21512026-06-29T19:23:52.944Z Compiling data-encoding v2.10.0
21522026-06-29T19:23:52.995Z Compiling precomputed-hash v0.1.1
21532026-06-29T19:23:53.013Z Compiling typed-path v0.9.3
21542026-06-29T19:23:53.079Z Compiling fixedbitset v0.5.7
21552026-06-29T19:23:53.082Z Compiling keccak v0.1.6
21562026-06-29T19:23:53.127Z Compiling jiff v0.2.21
21572026-06-29T19:23:53.172Z Compiling difflib v0.4.0
21582026-06-29T19:23:53.188Z Compiling new_debug_unreachable v1.0.6
21592026-06-29T19:23:53.320Z Compiling petgraph v0.8.3
21602026-06-29T19:23:53.405Z Compiling predicates v3.1.4
21612026-06-29T19:23:53.420Z Compiling string_cache v0.8.9
21622026-06-29T19:23:53.493Z Compiling sha3 v0.10.8
21632026-06-29T19:23:53.630Z Compiling hickory-proto v0.25.2
21642026-06-29T19:23:53.776Z Compiling tokio-postgres v0.7.16
21652026-06-29T19:23:53.856Z Compiling petgraph v0.6.5
21662026-06-29T19:23:53.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21672026-06-29T19:23:53.995Z Compiling toml_edit v0.22.27
21682026-06-29T19:23:54.098Z Compiling env_logger v0.11.9
21692026-06-29T19:23:54.161Z Compiling usdt v0.6.0
21702026-06-29T19:23:54.435Z Compiling ecdsa v0.16.9
21712026-06-29T19:23:54.438Z Compiling rsa v0.9.10
21722026-06-29T19:23:55.098Z Compiling ed25519-dalek v2.2.0
21732026-06-29T19:23:55.862Z Compiling zip v4.6.1
21742026-06-29T19:23:55.924Z Compiling zip v0.6.6
21752026-06-29T19:23:56.350Z Compiling crossterm v0.28.1
21762026-06-29T19:23:56.457Z Compiling iddqd v0.4.2
21772026-06-29T19:23:56.756Z Compiling clap v4.6.1
21782026-06-29T19:23:56.803Z Compiling serde_with v3.17.0
21792026-06-29T19:23:56.841Z Compiling similar v2.7.0
21802026-06-29T19:23:56.887Z Compiling strum v0.26.3
21812026-06-29T19:23:56.925Z Compiling toml v0.7.8
21822026-06-29T19:23:57.041Z Compiling tokio-stream v0.1.18
21832026-06-29T19:23:57.112Z Compiling buf-list v1.1.2
21842026-06-29T19:23:57.446Z Compiling itertools v0.13.0
21852026-06-29T19:23:57.525Z Compiling x509-cert v0.2.5
21862026-06-29T19:23:57.588Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-06-29T19:23:57.902Z Compiling openapiv3 v2.2.0
21882026-06-29T19:23:57.994Z Compiling sha1 v0.10.6
21892026-06-29T19:23:58.155Z Compiling peg-runtime v0.8.5
21902026-06-29T19:23:58.210Z Compiling lalrpop-util v0.19.12
21912026-06-29T19:24:14.548Z Compiling rustls-webpki v0.103.9
21922026-06-29T19:24:15.474Z Compiling cpufeatures v0.3.0
21932026-06-29T19:24:15.572Z Compiling macaddr v1.0.1
21942026-06-29T19:24:15.663Z Compiling structmeta-derive v0.3.0
21952026-06-29T19:24:15.687Z Compiling hybrid-array v0.4.10
21962026-06-29T19:24:15.800Z Compiling crucible-workspace-hack v0.1.0
21972026-06-29T19:24:15.873Z Compiling rayon-core v1.13.0
21982026-06-29T19:24:15.991Z Compiling itertools v0.14.0
21992026-06-29T19:24:16.034Z Compiling secrecy v0.10.3
22002026-06-29T19:24:16.108Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-06-29T19:24:16.112Z Compiling toml_datetime v0.7.5+spec-1.1.0
22022026-06-29T19:24:16.147Z Compiling heapless v0.8.0
22032026-06-29T19:24:16.200Z Compiling block-buffer v0.12.1
22042026-06-29T19:24:16.219Z Compiling crypto-common v0.2.2
22052026-06-29T19:24:16.325Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-29T19:24:16.411Z Compiling crossbeam-deque v0.8.6
22072026-06-29T19:24:16.470Z Compiling hash32 v0.3.1
22082026-06-29T19:24:16.539Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-29T19:24:16.639Z Compiling multer v3.1.0
22102026-06-29T19:24:16.661Z Compiling thread_local v1.1.9
22112026-06-29T19:24:16.678Z Compiling structmeta v0.3.0
22122026-06-29T19:24:16.681Z Compiling smoltcp v0.11.0
22132026-06-29T19:24:16.713Z Compiling compression-core v0.4.31
22142026-06-29T19:24:16.889Z Compiling const-oid v0.10.2
22152026-06-29T19:24:16.918Z Compiling unicode-width v0.2.0
22162026-06-29T19:24:16.934Z Compiling match_cfg v0.1.0
22172026-06-29T19:24:17.009Z Compiling slog-async v2.8.0
22182026-06-29T19:24:17.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-06-29T19:24:17.046Z Compiling hostname v0.3.1
22202026-06-29T19:24:17.087Z Compiling digest v0.11.3
22212026-06-29T19:24:17.211Z Compiling derive-ex v0.1.8
22222026-06-29T19:24:17.256Z Compiling proc-macro-crate v3.4.0
22232026-06-29T19:24:17.271Z Compiling compression-codecs v0.4.37
22242026-06-29T19:24:17.275Z Compiling ingot-macros v0.1.1
22252026-06-29T19:24:17.377Z Compiling atomicwrites v0.4.4
22262026-06-29T19:24:17.393Z Compiling slog-json v2.6.1
22272026-06-29T19:24:17.508Z Compiling crossbeam-channel v0.5.15
22282026-06-29T19:24:17.661Z Compiling half v2.7.1
22292026-06-29T19:24:17.677Z Compiling newtype-uuid-macros v0.1.0
22302026-06-29T19:24:17.692Z Compiling cobs v0.3.0
22312026-06-29T19:24:17.709Z Compiling thiserror-impl-no-std v2.0.2
22322026-06-29T19:24:17.823Z Compiling universal-hash v0.5.1
22332026-06-29T19:24:17.987Z Compiling tokio-rustls v0.26.4
22342026-06-29T19:24:17.991Z Compiling rustls-platform-verifier v0.6.2
22352026-06-29T19:24:18.028Z Compiling tough v0.22.0
22362026-06-29T19:24:18.213Z Compiling async-stream-impl v0.3.6
22372026-06-29T19:24:18.229Z Compiling toml_datetime v1.1.1+spec-1.1.0
22382026-06-29T19:24:18.311Z Compiling hyper-rustls v0.27.7
22392026-06-29T19:24:18.419Z Compiling serde_spanned v1.1.1
22402026-06-29T19:24:18.596Z Compiling reqwest v0.13.2
22412026-06-29T19:24:18.639Z Compiling is-terminal v0.4.17
22422026-06-29T19:24:18.676Z Compiling dropshot v0.17.1
22432026-06-29T19:24:18.732Z Compiling proc-macro-error-attr v1.0.4
22442026-06-29T19:24:18.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-29T19:24:18.778Z Compiling convert_case v0.4.0
22462026-06-29T19:24:18.802Z Compiling ciborium-io v0.2.2
22472026-06-29T19:24:18.878Z Compiling take_mut v0.2.2
22482026-06-29T19:24:18.899Z Compiling term v1.2.1
22492026-06-29T19:24:18.925Z Compiling opaque-debug v0.3.1
22502026-06-29T19:24:18.958Z Compiling toml_writer v1.1.1+spec-1.1.0
22512026-06-29T19:24:19.086Z Compiling poly1305 v0.8.0
22522026-06-29T19:24:19.111Z Compiling derive_more v0.99.20
22532026-06-29T19:24:19.152Z Compiling toml v1.1.2+spec-1.1.0
22542026-06-29T19:24:19.243Z Compiling slog-term v2.9.2
22552026-06-29T19:24:19.429Z Compiling ciborium-ll v0.2.2
22562026-06-29T19:24:19.587Z Compiling async-stream v0.3.6
22572026-06-29T19:24:19.678Z Compiling thiserror-no-std v2.0.2
22582026-06-29T19:24:19.717Z Compiling test-strategy v0.4.5
22592026-06-29T19:24:19.793Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-29T19:24:19.809Z Compiling postcard v1.1.3
22612026-06-29T19:24:19.908Z Compiling ingot-types v0.1.2
22622026-06-29T19:24:20.240Z Compiling num_enum_derive v0.7.6
22632026-06-29T19:24:20.281Z Compiling slog-bunyan v2.5.0
22642026-06-29T19:24:20.378Z Compiling ingot v0.1.1
22652026-06-29T19:24:20.486Z Compiling async-compression v0.4.41
22662026-06-29T19:24:20.750Z Compiling sha1 v0.11.0
22672026-06-29T19:24:21.017Z Compiling parse-display-derive v0.10.0
22682026-06-29T19:24:21.062Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22692026-06-29T19:24:21.186Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-29T19:24:21.337Z Compiling proc-macro-crate v1.3.1
22712026-06-29T19:24:21.396Z Compiling waitgroup v0.1.2
22722026-06-29T19:24:21.451Z Compiling backon v1.6.0
22732026-06-29T19:24:21.582Z Compiling rustls-pemfile v2.2.0
22742026-06-29T19:24:21.630Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22752026-06-29T19:24:21.677Z Compiling password-hash v0.5.0
22762026-06-29T19:24:21.696Z Compiling dropshot_endpoint v0.17.1
22772026-06-29T19:24:21.733Z Compiling chacha20 v0.9.1
22782026-06-29T19:24:21.774Z Compiling blake2 v0.10.6
22792026-06-29T19:24:21.857Z Compiling aead v0.5.2
22802026-06-29T19:24:21.887Z Compiling foreign-types-macros v0.2.3
22812026-06-29T19:24:21.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22822026-06-29T19:24:22.010Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22832026-06-29T19:24:22.092Z Compiling serde_path_to_error v0.1.20
22842026-06-29T19:24:22.134Z Compiling hostname v0.4.2
22852026-06-29T19:24:22.271Z Compiling proc-macro-error v1.0.4
22862026-06-29T19:24:22.306Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-29T19:24:22.327Z Compiling instant v0.1.13
22882026-06-29T19:24:22.469Z Compiling typeid v1.0.3
22892026-06-29T19:24:22.489Z Compiling foreign-types-shared v0.3.1
22902026-06-29T19:24:22.508Z Compiling debug-ignore v1.0.5
22912026-06-29T19:24:22.538Z Compiling parse-display v0.10.0
22922026-06-29T19:24:22.574Z Compiling backoff v0.4.0
22932026-06-29T19:24:22.609Z Compiling foreign-types v0.5.0
22942026-06-29T19:24:22.624Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22952026-06-29T19:24:22.652Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-29T19:24:22.669Z Compiling argon2 v0.5.3
22972026-06-29T19:24:22.674Z Compiling chacha20poly1305 v0.10.1
22982026-06-29T19:24:22.674Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-06-29T19:24:22.720Z Compiling num_enum_derive v0.5.11
23002026-06-29T19:24:22.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-29T19:24:22.805Z Compiling num_enum v0.7.6
23022026-06-29T19:24:22.821Z Compiling vsss-rs v3.3.4
23032026-06-29T19:24:22.849Z Compiling ciborium v0.2.2
23042026-06-29T19:24:23.194Z Compiling tabwriter v1.4.1
23052026-06-29T19:24:23.245Z Compiling chacha20 v0.10.0
23062026-06-29T19:24:23.290Z Compiling regress v0.10.5
23072026-06-29T19:24:23.336Z Compiling byte-wrapper v0.1.0
23082026-06-29T19:24:23.356Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23092026-06-29T19:24:23.423Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-06-29T19:24:23.467Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23112026-06-29T19:24:23.578Z Compiling cstr-argument v0.1.2
23122026-06-29T19:24:23.584Z Compiling erased-serde v0.4.9
23132026-06-29T19:24:23.686Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-29T19:24:23.704Z Compiling humantime v2.3.0
23152026-06-29T19:24:23.750Z Compiling num_enum v0.5.11
23162026-06-29T19:24:23.753Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-29T19:24:23.878Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-29T19:24:23.924Z Compiling rand v0.10.0
23192026-06-29T19:24:23.957Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-29T19:24:24.165Z Compiling rayon v1.11.0
23212026-06-29T19:24:24.185Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-29T19:24:24.208Z Compiling colored v3.1.1
23232026-06-29T19:24:24.239Z Compiling libefi-sys v0.1.0
23242026-06-29T19:24:24.256Z Compiling indent_write v2.2.0
23252026-06-29T19:24:24.259Z Compiling zone_cfg_derive v0.3.1
23262026-06-29T19:24:24.309Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23272026-06-29T19:24:24.363Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-06-29T19:24:24.441Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-06-29T19:24:24.495Z Compiling camino-tempfile v1.4.1
23302026-06-29T19:24:24.682Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-06-29T19:24:24.758Z Compiling itertools v0.12.1
23322026-06-29T19:24:24.776Z Compiling usdt-attr-macro v0.5.0
23332026-06-29T19:24:24.805Z Compiling usdt-macro v0.5.0
23342026-06-29T19:24:24.856Z Compiling num-derive v0.4.2
23352026-06-29T19:24:24.900Z Compiling bitfield-struct v0.6.2
23362026-06-29T19:24:24.920Z Compiling ordered-float v2.10.1
23372026-06-29T19:24:24.937Z Compiling blake3 v1.8.5
23382026-06-29T19:24:24.940Z Compiling memmap v0.7.0
23392026-06-29T19:24:24.997Z Compiling sigpipe v0.1.3
23402026-06-29T19:24:25.113Z Compiling glob v0.3.3
23412026-06-29T19:24:25.207Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-29T19:24:25.227Z Compiling swrite v0.1.0
23432026-06-29T19:24:25.360Z Compiling serde-value v0.7.0
23442026-06-29T19:24:25.451Z Compiling serde-untagged v0.1.9
23452026-06-29T19:24:25.571Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-06-29T19:24:25.587Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23472026-06-29T19:24:25.590Z Compiling usdt v0.5.0
23482026-06-29T19:24:25.804Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23492026-06-29T19:24:25.842Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-29T19:24:25.922Z Compiling toml v0.8.23
23512026-06-29T19:24:26.079Z Compiling smf v0.2.3
23522026-06-29T19:24:26.098Z Compiling filetime v0.2.27
23532026-06-29T19:24:26.131Z Compiling zone v0.3.1
23542026-06-29T19:24:26.247Z Compiling unicode-xid v0.2.6
23552026-06-29T19:24:26.319Z Compiling xattr v1.6.1
23562026-06-29T19:24:26.341Z Compiling arrayvec v0.7.6
23572026-06-29T19:24:26.412Z Compiling constant_time_eq v0.4.2
23582026-06-29T19:24:26.427Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-06-29T19:24:26.441Z Compiling arrayref v0.3.9
23602026-06-29T19:24:26.464Z Compiling whoami v1.6.1
23612026-06-29T19:24:26.522Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-29T19:24:26.540Z Compiling tar v0.4.45
23632026-06-29T19:24:26.543Z Compiling cargo-util-schemas v0.8.2
23642026-06-29T19:24:26.588Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-29T19:24:26.612Z Compiling tokio-dtrace v0.1.1
23662026-06-29T19:24:26.635Z Compiling console v0.16.2
23672026-06-29T19:24:26.847Z Compiling gethostname v0.5.0
23682026-06-29T19:24:26.943Z Compiling cargo-platform v0.2.0
23692026-06-29T19:24:26.968Z Compiling topological-sort v0.2.2
23702026-06-29T19:24:27.003Z Compiling unit-prefix v0.5.2
23712026-06-29T19:24:27.153Z Compiling indicatif v0.18.4
23722026-06-29T19:24:27.185Z Compiling oxide-tokio-rt v0.1.4
23732026-06-29T19:24:27.215Z Compiling shell-words v1.1.1
23742026-06-29T19:24:27.261Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-29T19:24:27.710Z Compiling cargo_metadata v0.21.0
23762026-06-29T19:24:36.218Z Compiling progenitor-client v0.14.0
23772026-06-29T19:24:36.218Z Compiling omicron-zone-package v0.12.3
23782026-06-29T19:24:36.476Z Compiling progenitor-extras v0.2.0
23792026-06-29T19:24:36.821Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-06-29T19:24:36.910Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-29T19:24:36.970Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-29T19:24:36.986Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-29T19:24:37.045Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-06-29T19:24:37.116Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-29T19:24:37.178Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-29T19:24:37.322Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-06-29T19:24:37.834Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-06-29T19:24:41.950Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-29T19:24:49.923Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-29T19:24:52.960Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-29T19:24:53.964Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-29T19:25:03.073Z Finished `release` profile [optimized] target(s) in 1m 40s
23932026-06-29T19:25:03.207Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-29T19:25:03.265ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-29T19:25:03.268ZCreated new build target 'test' and set it as active
23962026-06-29T19:25:03.268Z
23972026-06-29T19:25:03.268Zreal 1:40.777583414
23982026-06-29T19:25:03.268Zuser 16:29.598757049
23992026-06-29T19:25:03.268Zsys 2:42.570182107
24002026-06-29T19:25:03.268Ztrap 0.471563382
24012026-06-29T19:25:03.268Ztflt 2.722377552
24022026-06-29T19:25:03.268Zdflt 3.996483385
24032026-06-29T19:25:03.268Zkflt 0.012242314
24042026-06-29T19:25:03.268Zlock 52:26.227917190
24052026-06-29T19:25:03.268Zslp 42:37.382287261
24062026-06-29T19:25:03.268Zlat 45.150939863
24072026-06-29T19:25:03.268Zstop 5:28.343437356
24082026-06-29T19:25:03.268Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-29T19:25:04.079Z Finished `release` profile [optimized] target(s) in 0.80s
24102026-06-29T19:25:04.148Z Running `target/release/omicron-package -t test package`
24112026-06-29T19:25:04.202ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-29T19:25:05.564Z Compiling heck v0.5.0
24132026-06-29T19:25:05.564Z Compiling regress v0.11.1
24142026-06-29T19:25:05.791Z Compiling unsafe-libyaml v0.2.11
24152026-06-29T19:25:05.814Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-29T19:25:05.837Z Compiling unicode-width v0.1.14
24172026-06-29T19:25:05.840Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-06-29T19:25:05.840Z Compiling atomicwrites v0.4.4
24192026-06-29T19:25:05.900Z Compiling derive-where v1.6.0
24202026-06-29T19:25:05.922Z Compiling bytecount v0.6.9
24212026-06-29T19:25:05.925Z Compiling is-terminal v0.4.17
24222026-06-29T19:25:05.925Z Compiling prettyplease v0.2.37
24232026-06-29T19:25:05.944Z Compiling console v0.15.11
24242026-06-29T19:25:05.948Z Compiling newline-converter v0.3.0
24252026-06-29T19:25:05.948Z Compiling hybrid-array v0.4.10
24262026-06-29T19:25:06.051Z Compiling slog-dtrace v0.3.0
24272026-06-29T19:25:06.075Z Compiling resolv-conf v0.7.6
24282026-06-29T19:25:06.078Z Compiling cancel-safe-futures v0.1.5
24292026-06-29T19:25:06.114Z Compiling owo-colors v4.3.0
24302026-06-29T19:25:06.138Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-29T19:25:06.158Z Compiling num-rational v0.4.2
24322026-06-29T19:25:06.212Z Compiling libsw-core v0.3.2
24332026-06-29T19:25:06.294Z Compiling serde_yaml v0.9.34+deprecated
24342026-06-29T19:25:06.356Z Compiling expectorate v1.2.0
24352026-06-29T19:25:06.403Z Compiling num-complex v0.4.6
24362026-06-29T19:25:06.426Z Compiling thread_local v1.1.9
24372026-06-29T19:25:06.472Z Compiling crypto-common v0.2.2
24382026-06-29T19:25:06.503Z Compiling block-buffer v0.12.1
24392026-06-29T19:25:06.525Z Compiling compression-core v0.4.31
24402026-06-29T19:25:06.596Z Compiling const-oid v0.10.2
24412026-06-29T19:25:06.691Z Compiling match_cfg v0.1.0
24422026-06-29T19:25:06.713Z Compiling compression-codecs v0.4.37
24432026-06-29T19:25:06.787Z Compiling hostname v0.3.1
24442026-06-29T19:25:06.822Z Compiling num v0.4.3
24452026-06-29T19:25:06.890Z Compiling libsw v3.5.0
24462026-06-29T19:25:06.926Z Compiling slog-async v2.8.0
24472026-06-29T19:25:06.946Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-06-29T19:25:06.981Z Compiling multer v3.1.0
24492026-06-29T19:25:07.002Z Compiling crossbeam-channel v0.5.15
24502026-06-29T19:25:07.047Z Compiling digest v0.11.3
24512026-06-29T19:25:07.100Z Compiling slog-json v2.6.1
24522026-06-29T19:25:07.122Z Compiling toml_datetime v1.1.1+spec-1.1.0
24532026-06-29T19:25:07.125Z Compiling serde_spanned v1.1.1
24542026-06-29T19:25:07.167Z Compiling toml_writer v1.1.1+spec-1.1.0
24552026-06-29T19:25:07.170Z Compiling cpufeatures v0.3.0
24562026-06-29T19:25:07.192Z Compiling term v1.2.1
24572026-06-29T19:25:07.249Z Compiling take_mut v0.2.2
24582026-06-29T19:25:07.272Z Compiling linked-hash-map v0.5.6
24592026-06-29T19:25:07.291Z Compiling float-ord v0.3.2
24602026-06-29T19:25:07.315Z Compiling typify-impl v0.6.2
24612026-06-29T19:25:07.335Z Compiling linear-map v1.2.0
24622026-06-29T19:25:07.340Z Compiling sha1 v0.11.0
24632026-06-29T19:25:07.415Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-06-29T19:25:07.436Z Compiling toml v1.1.2+spec-1.1.0
24652026-06-29T19:25:07.439Z Compiling slog-bunyan v2.5.0
24662026-06-29T19:25:07.535Z Compiling slog-term v2.9.2
24672026-06-29T19:25:07.584Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24682026-06-29T19:25:07.587Z Compiling lru-cache v0.1.2
24692026-06-29T19:25:07.651Z Compiling async-compression v0.4.41
24702026-06-29T19:25:07.729Z Compiling dropshot v0.17.1
24712026-06-29T19:25:07.775Z Compiling async-stream v0.3.6
24722026-06-29T19:25:07.797Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-06-29T19:25:07.824Z Compiling progenitor-client v0.14.0
24742026-06-29T19:25:07.855Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-06-29T19:25:07.959Z Compiling waitgroup v0.1.2
24762026-06-29T19:25:07.979Z Compiling rustls-pemfile v2.2.0
24772026-06-29T19:25:07.999Z Compiling backon v1.6.0
24782026-06-29T19:25:08.067Z Compiling serde_path_to_error v0.1.20
24792026-06-29T19:25:08.088Z Compiling hostname v0.4.2
24802026-06-29T19:25:08.088Z Compiling instant v0.1.13
24812026-06-29T19:25:08.132Z Compiling debug-ignore v1.0.5
24822026-06-29T19:25:08.154Z Compiling minimal-lexical v0.2.1
24832026-06-29T19:25:08.198Z Compiling backoff v0.4.0
24842026-06-29T19:25:08.230Z Compiling progenitor-extras v0.2.0
24852026-06-29T19:25:08.253Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24862026-06-29T19:25:08.270Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-06-29T19:25:08.270Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-06-29T19:25:08.425Z Compiling nom v7.1.3
24892026-06-29T19:25:08.465Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-06-29T19:25:08.510Z Compiling parse-display v0.10.0
24912026-06-29T19:25:08.560Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-06-29T19:25:08.590Z Compiling hickory-proto v0.24.4
24932026-06-29T19:25:08.806Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24942026-06-29T19:25:08.826Z Compiling regress v0.10.5
24952026-06-29T19:25:09.259Z Compiling macaddr v1.0.1
24962026-06-29T19:25:09.507Z Compiling unicode-xid v0.2.6
24972026-06-29T19:25:09.590Z Compiling humantime v2.3.0
24982026-06-29T19:25:09.654Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-06-29T19:25:09.783Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-06-29T19:25:09.860Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-29T19:25:09.884Z Compiling convert_case v0.10.0
25022026-06-29T19:25:10.111Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-29T19:25:10.203Z Compiling derive_more-impl v2.1.1
25042026-06-29T19:25:10.265Z Compiling toml v0.8.23
25052026-06-29T19:25:10.539Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-06-29T19:25:10.740Z Compiling typify-macro v0.6.2
25072026-06-29T19:25:10.802Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-06-29T19:25:10.859Z Compiling papergrid v0.11.0
25092026-06-29T19:25:10.910Z Compiling tabled_derive v0.7.0
25102026-06-29T19:25:10.969Z Compiling termtree v0.5.1
25112026-06-29T19:25:10.995Z Compiling derive_more v2.1.1
25122026-06-29T19:25:11.109Z Compiling hickory-resolver v0.24.4
25132026-06-29T19:25:11.169Z Compiling crossterm v0.29.0
25142026-06-29T19:25:11.190Z Compiling phf_shared v0.12.1
25152026-06-29T19:25:11.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-06-29T19:25:11.818Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-06-29T19:25:12.036Z Compiling tabled v0.15.0
25182026-06-29T19:25:12.285Z Compiling typify v0.6.2
25192026-06-29T19:25:12.420Z Compiling progenitor-impl v0.14.0
25202026-06-29T19:25:13.181Z Compiling qorb v0.4.1
25212026-06-29T19:25:13.216Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-06-29T19:25:14.114Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-06-29T19:25:14.575Z Compiling progenitor-macro v0.14.0
25242026-06-29T19:25:14.646Z Compiling vte v0.14.1
25252026-06-29T19:25:14.910Z Compiling csv-core v0.1.13
25262026-06-29T19:25:15.371Z Compiling highway v1.3.0
25272026-06-29T19:25:16.063Z Compiling chrono-tz v0.10.4
25282026-06-29T19:25:16.141Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-29T19:25:16.331Z Compiling csv v1.4.0
25302026-06-29T19:25:16.479Z Compiling strip-ansi-escapes v0.2.1
25312026-06-29T19:25:16.539Z Compiling phf v0.12.1
25322026-06-29T19:25:16.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-06-29T19:25:16.714Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-29T19:25:16.742Z Compiling const_format_proc_macros v0.2.34
25352026-06-29T19:25:17.052Z Compiling fd-lock v4.0.4
25362026-06-29T19:25:17.073Z Compiling peg-macros v0.8.5
25372026-06-29T19:25:17.548Z Compiling nu-ansi-term v0.50.3
25382026-06-29T19:25:17.958Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-06-29T19:25:18.096Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-06-29T19:25:18.329Z Compiling peg v0.8.5
25412026-06-29T19:25:18.432Z Compiling reedline v0.40.0
25422026-06-29T19:25:18.562Z Compiling const_format v0.2.35
25432026-06-29T19:25:18.656Z Compiling progenitor v0.14.0
25442026-06-29T19:25:18.813Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-06-29T19:25:18.856Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-06-29T19:25:19.120Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-06-29T19:25:19.374Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-29T19:25:19.458Z Compiling bcs v0.1.6
25492026-06-29T19:25:19.894Z Compiling nom v8.0.0
25502026-06-29T19:25:19.939Z Compiling semver v0.1.20
25512026-06-29T19:25:20.262Z Compiling rustc_version v0.1.7
25522026-06-29T19:25:20.518Z Compiling newtype_derive v0.1.6
25532026-06-29T19:25:20.745Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-29T19:25:21.015Z Compiling unicode-linebreak v0.1.5
25552026-06-29T19:25:21.331Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25562026-06-29T19:25:21.439Z Compiling smawk v0.3.2
25572026-06-29T19:25:21.529Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-06-29T19:25:21.637Z Compiling textwrap v0.16.2
25592026-06-29T19:25:21.792Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-06-29T19:25:21.922Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-29T19:25:22.040Z Compiling steno v0.4.1
25622026-06-29T19:25:22.119Z Compiling dropshot-api-manager-types v0.7.2
25632026-06-29T19:25:22.250Z Compiling base64 v0.21.7
25642026-06-29T19:25:22.521Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25652026-06-29T19:25:22.725Z Compiling tagptr v0.2.0
25662026-06-29T19:25:22.763Z Compiling utf-8 v0.7.6
25672026-06-29T19:25:22.784Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-29T19:25:22.928Z Compiling moka v0.12.13
25692026-06-29T19:25:23.007Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-29T19:25:23.056Z Compiling tungstenite v0.21.0
25712026-06-29T19:25:23.201Z Compiling display-error-chain v0.2.2
25722026-06-29T19:25:23.249Z Compiling radium v0.7.0
25732026-06-29T19:25:23.566Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-06-29T19:25:23.706Z Compiling tokio-tungstenite v0.21.0
25752026-06-29T19:25:24.099Z Compiling hickory-resolver v0.25.2
25762026-06-29T19:25:24.188Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25772026-06-29T19:25:24.256Z Compiling maybe-uninit v2.0.0
25782026-06-29T19:25:24.598Z Compiling tap v1.0.1
25792026-06-29T19:25:24.755Z Compiling wyz v0.5.1
25802026-06-29T19:25:24.954Z Compiling zerocopy-derive v0.6.6
25812026-06-29T19:25:25.023Z Compiling packed_struct v0.10.1
25822026-06-29T19:25:25.188Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-06-29T19:25:25.304Z Compiling funty v2.0.0
25842026-06-29T19:25:25.817Z Compiling crc-catalog v2.4.0
25852026-06-29T19:25:25.952Z Compiling crc v3.4.0
25862026-06-29T19:25:26.180Z Compiling zerocopy v0.6.6
25872026-06-29T19:25:26.308Z Compiling bitvec v1.0.1
25882026-06-29T19:25:26.562Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-06-29T19:25:26.583Z Compiling packed_struct_codegen v0.10.1
25902026-06-29T19:25:26.628Z Compiling vergen-lib v0.1.6
25912026-06-29T19:25:26.851Z Compiling bitfield-macros v0.19.4
25922026-06-29T19:25:27.527Z Compiling proc-macro-error-attr2 v2.0.0
25932026-06-29T19:25:27.584Z Compiling indexmap v1.9.3
25942026-06-29T19:25:27.618Z Compiling nodrop v0.1.14
25952026-06-29T19:25:27.781Z Compiling diesel_derives v2.3.7
25962026-06-29T19:25:27.872Z Compiling array-init v0.0.4
25972026-06-29T19:25:27.893Z Compiling proc-macro-error2 v2.0.1
25982026-06-29T19:25:28.002Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-29T19:25:28.140Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-29T19:25:28.245Z Compiling bitfield v0.19.4
26012026-06-29T19:25:28.299Z Compiling smallvec v0.6.14
26022026-06-29T19:25:28.589Z Compiling scheduled-thread-pool v0.2.7
26032026-06-29T19:25:28.738Z Compiling dsl_auto_type v0.2.0
26042026-06-29T19:25:28.846Z Compiling vergen-gitcl v1.0.8
26052026-06-29T19:25:29.082Z Compiling diesel_table_macro_syntax v0.3.0
26062026-06-29T19:25:29.138Z Compiling dirs-sys-next v0.1.2
26072026-06-29T19:25:29.221Z Compiling maplit v1.0.2
26082026-06-29T19:25:29.288Z Compiling crunchy v0.2.4
26092026-06-29T19:25:29.312Z Compiling glob v0.3.3
26102026-06-29T19:25:29.344Z Compiling hashbrown v0.12.3
26112026-06-29T19:25:29.412Z Compiling dirs-next v2.0.0
26122026-06-29T19:25:29.565Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-06-29T19:25:29.685Z Compiling clang-sys v1.8.1
26142026-06-29T19:25:29.761Z Compiling r2d2 v0.8.10
26152026-06-29T19:25:30.078Z Compiling serde-hex v0.1.0
26162026-06-29T19:25:30.227Z Compiling tabled_derive v0.11.0
26172026-06-29T19:25:30.368Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-06-29T19:25:30.442Z Compiling ron v0.8.1
26192026-06-29T19:25:30.487Z Compiling papergrid v0.17.0
26202026-06-29T19:25:30.509Z Compiling libscf-sys v1.2.0
26212026-06-29T19:25:30.615Z Compiling testing_table v0.3.0
26222026-06-29T19:25:30.636Z Compiling hashbrown v0.13.2
26232026-06-29T19:25:30.685Z Compiling downcast-rs v2.0.2
26242026-06-29T19:25:30.819Z Compiling tiny-keccak v2.0.2
26252026-06-29T19:25:31.039Z Compiling crc-any v2.5.0
26262026-06-29T19:25:31.093Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-06-29T19:25:31.267Z Compiling object v0.30.4
26282026-06-29T19:25:31.302Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-06-29T19:25:31.816Z Compiling tabled v0.20.0
26302026-06-29T19:25:31.961Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-06-29T19:25:32.132Z Compiling term v0.7.0
26322026-06-29T19:25:32.199Z Compiling progenitor-impl v0.13.0
26332026-06-29T19:25:32.633Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-29T19:25:32.789Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-06-29T19:25:33.003Z Compiling xshell-macros v0.2.7
26362026-06-29T19:25:33.068Z Compiling bit-vec v0.6.3
26372026-06-29T19:25:33.175Z Compiling path-slash v0.1.5
26382026-06-29T19:25:33.314Z Compiling bit-set v0.5.3
26392026-06-29T19:25:33.438Z Compiling ascii-canvas v3.0.0
26402026-06-29T19:25:33.458Z Compiling xshell v0.2.7
26412026-06-29T19:25:33.722Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-06-29T19:25:33.753Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-06-29T19:25:34.131Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-06-29T19:25:34.322Z Compiling diesel v2.3.7
26452026-06-29T19:25:34.364Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-06-29T19:25:34.659Z Compiling progenitor-macro v0.13.0
26472026-06-29T19:25:34.821Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-06-29T19:25:36.081Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492026-06-29T19:25:36.167Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-06-29T19:25:36.384Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-06-29T19:25:36.714Z Compiling progenitor-client v0.13.0
26522026-06-29T19:25:36.867Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-06-29T19:25:37.047Z Compiling itertools v0.10.5
26542026-06-29T19:25:37.273Z Compiling ena v0.14.4
26552026-06-29T19:25:37.520Z Compiling libloading v0.8.9
26562026-06-29T19:25:37.679Z Compiling diff v0.1.13
26572026-06-29T19:25:37.765Z Compiling regex-syntax v0.6.29
26582026-06-29T19:25:37.866Z Compiling unicase v2.9.0
26592026-06-29T19:25:37.963Z Compiling bindgen v0.71.1
26602026-06-29T19:25:38.169Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-06-29T19:25:38.384Z Compiling cexpr v0.6.0
26622026-06-29T19:25:38.732Z Compiling progenitor v0.13.0
26632026-06-29T19:25:38.915Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-06-29T19:25:39.022Z Compiling rustc-hash v2.1.1
26652026-06-29T19:25:39.143Z Compiling lalrpop v0.19.12
26662026-06-29T19:25:39.185Z Compiling crc8 v0.1.1
26672026-06-29T19:25:39.386Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-06-29T19:25:39.631Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26692026-06-29T19:25:39.664Z Compiling headers-core v0.3.0
26702026-06-29T19:25:39.826Z Compiling libxml v0.3.3
26712026-06-29T19:25:40.120Z Compiling headers v0.4.1
26722026-06-29T19:25:40.150Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-06-29T19:25:40.171Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26742026-06-29T19:25:40.246Z Compiling strum_macros v0.24.3
26752026-06-29T19:25:40.399Z Compiling git-stub v1.0.0
26762026-06-29T19:25:40.587Z Compiling indoc v1.0.9
26772026-06-29T19:25:40.666Z Compiling git-stub-vcs v0.1.0
26782026-06-29T19:25:40.993Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26792026-06-29T19:25:41.030Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-06-29T19:25:41.051Z Compiling derive_builder v0.20.2
26812026-06-29T19:25:41.233Z Compiling quick-xml v0.37.5
26822026-06-29T19:25:41.264Z Compiling oso-derive v0.27.3
26832026-06-29T19:25:41.477Z Compiling impl-trait-for-tuples v0.2.3
26842026-06-29T19:25:41.775Z Compiling openssl-probe v0.1.6
26852026-06-29T19:25:41.830Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-06-29T19:25:42.078Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26872026-06-29T19:25:42.550Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26882026-06-29T19:25:42.619Z Compiling half v1.8.3
26892026-06-29T19:25:42.744Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-06-29T19:25:42.970Z Compiling serde_cbor v0.11.2
26912026-06-29T19:25:43.078Z Compiling bb8 v0.8.6
26922026-06-29T19:25:43.453Z Compiling trait-variant v0.1.2
26932026-06-29T19:25:43.996Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-06-29T19:25:43.999Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-06-29T19:25:44.043Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26962026-06-29T19:25:44.110Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-06-29T19:25:44.215Z Compiling samael v0.0.19
26982026-06-29T19:25:44.295Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-06-29T19:25:44.384Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-06-29T19:25:44.413Z Compiling fxhash v0.2.1
27012026-06-29T19:25:44.563Z Compiling libz-sys v1.1.24
27022026-06-29T19:25:44.595Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-29T19:25:44.999Z Compiling salty v0.3.0
27042026-06-29T19:25:45.005Z Compiling nonempty v0.12.0
27052026-06-29T19:25:45.360Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-06-29T19:25:45.624Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-06-29T19:25:45.798Z Compiling kstat-rs v0.2.4
27082026-06-29T19:25:46.289Z Compiling arc-swap v1.8.2
27092026-06-29T19:25:46.327Z Compiling fs-err v2.11.0
27102026-06-29T19:25:46.576Z Compiling polar-core v0.27.3
27112026-06-29T19:25:46.580Z Compiling mime_guess v2.0.5
27122026-06-29T19:25:46.688Z Compiling slog-scope v4.4.1
27132026-06-29T19:25:46.791Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-06-29T19:25:46.817Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-06-29T19:25:47.137Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-06-29T19:25:47.140Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-06-29T19:25:47.620Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27182026-06-29T19:25:47.653Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27192026-06-29T19:25:48.195Z Compiling nanorand v0.7.0
27202026-06-29T19:25:48.443Z Compiling darling_core v0.23.0
27212026-06-29T19:25:48.564Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-06-29T19:25:48.732Z Compiling parking_lot_core v0.8.6
27232026-06-29T19:25:49.046Z Compiling flume v0.11.1
27242026-06-29T19:25:49.447Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27252026-06-29T19:25:50.083Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-06-29T19:25:50.515Z Compiling slog-stdlog v4.1.1
27272026-06-29T19:25:50.613Z Compiling darling_macro v0.23.0
27282026-06-29T19:25:51.030Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27292026-06-29T19:25:51.051Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-06-29T19:25:51.076Z Compiling primeorder v0.13.6
27312026-06-29T19:25:51.137Z Compiling atty v0.2.14
27322026-06-29T19:25:51.291Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27332026-06-29T19:25:51.313Z Compiling strsim v0.10.0
27342026-06-29T19:25:51.387Z Compiling http-range v0.1.5
27352026-06-29T19:25:51.531Z Compiling parse-size v1.1.0
27362026-06-29T19:25:51.719Z Compiling diesel-dtrace v0.5.0
27372026-06-29T19:25:51.754Z Compiling async-bb8-diesel v0.2.1
27382026-06-29T19:25:52.050Z Compiling instability v0.3.11
27392026-06-29T19:25:52.197Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-06-29T19:25:52.319Z Compiling darling_core v0.13.4
27412026-06-29T19:25:52.342Z Compiling p384 v0.13.1
27422026-06-29T19:25:53.989Z Compiling darling v0.23.0
27432026-06-29T19:25:54.104Z Compiling slog-envlogger v2.2.0
27442026-06-29T19:25:55.305Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27452026-06-29T19:25:55.836Z Compiling oso v0.27.3
27462026-06-29T19:25:56.063Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-06-29T19:25:56.462Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-06-29T19:25:57.000Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27492026-06-29T19:25:57.128Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-06-29T19:25:58.887Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512026-06-29T19:25:59.923Z Compiling ignore v0.4.25
27522026-06-29T19:26:00.047Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-29T19:26:00.481Z Compiling castaway v0.2.4
27542026-06-29T19:26:00.588Z Compiling vergen-git2 v9.1.0
27552026-06-29T19:26:00.645Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-29T19:26:00.819Z Compiling indoc v2.0.7
27572026-06-29T19:26:00.990Z Compiling compact_str v0.8.1
27582026-06-29T19:26:01.017Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-29T19:26:01.500Z Compiling globwalk v0.9.1
27602026-06-29T19:26:01.964Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-06-29T19:26:02.124Z Compiling parking_lot v0.11.2
27622026-06-29T19:26:02.157Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27632026-06-29T19:26:02.322Z Compiling hyper-staticfile v0.10.1
27642026-06-29T19:26:02.639Z Compiling darling_macro v0.13.4
27652026-06-29T19:26:03.162Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27662026-06-29T19:26:03.367Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-06-29T19:26:03.396Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-06-29T19:26:03.488Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-06-29T19:26:03.810Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-06-29T19:26:03.859Z Compiling predicates-tree v1.0.13
27712026-06-29T19:26:04.141Z Compiling unicode-truncate v1.1.0
27722026-06-29T19:26:04.303Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-06-29T19:26:04.336Z Compiling lru v0.12.5
27742026-06-29T19:26:04.362Z Compiling rand_seeder v0.4.0
27752026-06-29T19:26:04.532Z Compiling prefix-trie v0.7.0
27762026-06-29T19:26:04.572Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-06-29T19:26:04.619Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-06-29T19:26:04.882Z Compiling illumos-nvpair-sys v0.2.0
27792026-06-29T19:26:04.916Z Compiling corncobs v0.1.4
27802026-06-29T19:26:05.055Z Compiling cassowary v0.3.0
27812026-06-29T19:26:05.058Z Compiling hickory-server v0.25.2
27822026-06-29T19:26:05.101Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-29T19:26:05.157Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-06-29T19:26:05.233Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-06-29T19:26:05.259Z Compiling camino-tempfile-ext v0.3.3
27862026-06-29T19:26:05.406Z Compiling ratatui v0.29.0
27872026-06-29T19:26:05.490Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-29T19:26:05.824Z Compiling darling v0.13.4
27892026-06-29T19:26:05.896Z Compiling sled v0.34.7
27902026-06-29T19:26:06.651Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27912026-06-29T19:26:06.964Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-06-29T19:26:06.986Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-06-29T19:26:08.379Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-06-29T19:26:08.437Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952026-06-29T19:26:08.653Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-06-29T19:26:08.866Z Compiling secrecy v0.8.0
27972026-06-29T19:26:09.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-29T19:26:09.633Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-29T19:26:09.906Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-29T19:26:10.100Z Compiling serde_with_macros v1.5.2
28012026-06-29T19:26:10.595Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-06-29T19:26:10.934Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-06-29T19:26:11.662Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-29T19:26:13.005Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-06-29T19:26:13.193Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28062026-06-29T19:26:13.370Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-29T19:26:13.465Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-06-29T19:26:13.618Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28092026-06-29T19:26:13.724Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28102026-06-29T19:26:13.740Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28112026-06-29T19:26:13.849Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-06-29T19:26:13.950Z Compiling void v1.0.2
28132026-06-29T19:26:14.103Z Compiling lzss v0.8.2
28142026-06-29T19:26:14.395Z Compiling illumos-nvpair v0.3.0
28152026-06-29T19:26:14.651Z Compiling git2 v0.20.4
28162026-06-29T19:26:14.678Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28172026-06-29T19:26:14.895Z Compiling serde_with v1.14.0
28182026-06-29T19:26:15.474Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28192026-06-29T19:26:16.109Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28202026-06-29T19:26:16.588Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28212026-06-29T19:26:18.195Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28222026-06-29T19:26:18.539Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-06-29T19:26:19.118Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-06-29T19:26:19.537Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28252026-06-29T19:26:19.780Z Compiling tungstenite v0.23.0
28262026-06-29T19:26:19.834Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28272026-06-29T19:26:21.005Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28282026-06-29T19:26:21.232Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28292026-06-29T19:26:21.446Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-06-29T19:26:21.603Z Compiling nix v0.27.1
28312026-06-29T19:26:21.967Z Compiling twox-hash v2.1.2
28322026-06-29T19:26:22.054Z Compiling serde_bytes v0.11.19
28332026-06-29T19:26:22.166Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-29T19:26:22.280Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28352026-06-29T19:26:22.444Z Compiling tokio-tungstenite v0.23.1
28362026-06-29T19:26:22.490Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-06-29T19:26:22.774Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-06-29T19:26:22.812Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28392026-06-29T19:26:23.516Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28402026-06-29T19:26:24.815Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28412026-06-29T19:26:25.462Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-06-29T19:26:26.083Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28432026-06-29T19:26:26.509Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28442026-06-29T19:26:26.761Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28452026-06-29T19:26:26.817Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-06-29T19:26:26.871Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-06-29T19:26:27.220Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-06-29T19:26:27.593Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-06-29T19:26:27.620Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-06-29T19:26:27.799Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-06-29T19:26:27.870Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-06-29T19:26:28.748Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-06-29T19:26:29.299Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-06-29T19:26:31.066Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-06-29T19:26:31.734Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-06-29T19:26:33.036Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-06-29T19:26:33.462Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28582026-06-29T19:26:33.755Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-06-29T19:26:33.852Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-06-29T19:26:33.983Z Compiling signal-hook-tokio v0.3.1
28612026-06-29T19:26:34.182Z Compiling fatfs v0.3.6
28622026-06-29T19:26:34.291Z Compiling yasna v0.5.2
28632026-06-29T19:26:34.443Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-06-29T19:26:34.792Z Compiling assert_matches v1.5.0
28652026-06-29T19:26:34.903Z Compiling is_ci v1.2.0
28662026-06-29T19:26:35.134Z Compiling seq-macro v0.3.6
28672026-06-29T19:26:35.402Z Compiling supports-color v3.0.2
28682026-06-29T19:26:35.522Z Compiling rcgen v0.12.1
28692026-06-29T19:26:35.668Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-06-29T19:26:35.979Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-06-29T19:26:36.853Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-06-29T19:26:38.301Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-06-29T19:26:38.549Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-06-29T19:26:38.778Z Compiling subprocess v0.2.15
28752026-06-29T19:26:39.685Z Compiling rtoolbox v0.0.3
28762026-06-29T19:26:39.963Z Compiling rpassword v7.4.0
28772026-06-29T19:26:40.132Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-06-29T19:26:40.328Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-06-29T19:26:41.013Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-06-29T19:26:41.034Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-06-29T19:26:42.885Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-06-29T19:26:43.026Z Compiling tui-tree-widget v0.23.1
28832026-06-29T19:26:43.322Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-06-29T19:26:43.566Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-06-29T19:26:44.271Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-06-29T19:26:44.502Z Compiling uzers v0.12.2
28872026-06-29T19:26:44.634Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-06-29T19:26:45.460Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-06-29T19:26:46.189Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-06-29T19:26:47.723Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-06-29T19:26:47.968Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-06-29T19:26:49.935Z Compiling support-bundle-viewer v0.1.2
28932026-06-29T19:26:50.158Z Compiling multimap v0.10.1
28942026-06-29T19:27:05.092Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-06-29T19:27:06.710Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-06-29T19:27:11.895Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-06-29T19:27:12.859Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-06-29T19:27:13.226Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-06-29T19:37:07.810Z Finished `release` profile [optimized] target(s) in 12m 03s
29002026-06-29T19:37:52.748Z
29012026-06-29T19:37:52.748Zreal 12:49.450993249
29022026-06-29T19:37:52.751Zuser 1:21:23.202365096
29032026-06-29T19:37:52.751Zsys 3:33.029805492
29042026-06-29T19:37:52.751Ztrap 1.718913135
29052026-06-29T19:37:52.751Ztflt 2.336475878
29062026-06-29T19:37:52.751Zdflt 17.434530356
29072026-06-29T19:37:52.751Zkflt 0.006083920
29082026-06-29T19:37:52.751Zlock 9:02:45.924626561
29092026-06-29T19:37:52.751Zslp 2:25:25.792112909
29102026-06-29T19:37:52.751Zlat 2:25.669055085
29112026-06-29T19:37:52.752Zstop 5:07.510339080
29122026-06-29T19:37:52.752Z+ mapfile -t packages
29132026-06-29T19:37:52.752Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-06-29T19:37:53.618Z Finished `release` profile [optimized] target(s) in 0.85s
29152026-06-29T19:37:53.686Z Running `target/release/omicron-package -t test list-outputs`
29162026-06-29T19:37:53.741ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-06-29T19:37:53.744Z+ ptime -m cargo build --locked --release -p xtask
29182026-06-29T19:37:54.218Z Compiling libc v0.2.185
29192026-06-29T19:37:54.218Z Compiling serde v1.0.228
29202026-06-29T19:37:54.221Z Compiling serde_core v1.0.228
29212026-06-29T19:37:54.221Z Compiling rustix v1.1.3
29222026-06-29T19:37:54.313Z Compiling serde_json v1.0.150
29232026-06-29T19:37:54.316Z Compiling bitflags v2.11.0
29242026-06-29T19:37:54.346Z Compiling num-traits v0.2.19
29252026-06-29T19:37:54.355Z Compiling syn v2.0.117
29262026-06-29T19:37:54.367Z Compiling smallvec v1.15.1
29272026-06-29T19:37:54.386Z Compiling indexmap v2.14.0
29282026-06-29T19:37:54.397Z Compiling usdt-impl v0.5.0
29292026-06-29T19:37:54.400Z Compiling syn v1.0.109
29302026-06-29T19:37:54.422Z Compiling getrandom v0.4.1
29312026-06-29T19:37:54.425Z Compiling log v0.4.29
29322026-06-29T19:37:54.583Z Compiling percent-encoding v2.3.2
29332026-06-29T19:37:54.727Z Compiling form_urlencoded v1.2.2
29342026-06-29T19:37:54.794Z Compiling fs-err v3.3.0
29352026-06-29T19:37:54.807Z Compiling once_cell v1.21.3
29362026-06-29T19:37:54.825Z Compiling heck v0.4.1
29372026-06-29T19:37:54.828Z Compiling anyhow v1.0.102
29382026-06-29T19:37:55.055Z Compiling thread-id v4.2.2
29392026-06-29T19:37:55.066Z Compiling errno v0.3.14
29402026-06-29T19:37:55.097Z Compiling memmap v0.7.0
29412026-06-29T19:37:55.369Z Compiling ordered-float v2.10.1
29422026-06-29T19:37:55.882Z Compiling proc-macro-error v1.0.4
29432026-06-29T19:37:56.088Z Compiling terminal_size v0.4.3
29442026-06-29T19:37:56.088Z Compiling tempfile v3.25.0
29452026-06-29T19:37:56.129Z Compiling tabled_derive v0.7.0
29462026-06-29T19:37:56.187Z Compiling clap_builder v4.6.0
29472026-06-29T19:37:56.187Z Compiling textwrap v0.16.2
29482026-06-29T19:37:56.327Z Compiling camino-tempfile v1.4.1
29492026-06-29T19:37:56.799Z Compiling tabled v0.15.0
29502026-06-29T19:37:56.876Z Compiling synstructure v0.13.2
29512026-06-29T19:37:56.876Z Compiling pest_generator v2.8.6
29522026-06-29T19:37:57.255Z Compiling serde_derive v1.0.228
29532026-06-29T19:37:57.255Z Compiling zerovec-derive v0.11.2
29542026-06-29T19:37:57.262Z Compiling displaydoc v0.2.5
29552026-06-29T19:37:57.262Z Compiling thiserror-impl v1.0.69
29562026-06-29T19:37:57.262Z Compiling zerocopy-derive v0.7.35
29572026-06-29T19:37:57.262Z Compiling scroll_derive v0.12.1
29582026-06-29T19:37:57.262Z Compiling thiserror-impl v2.0.18
29592026-06-29T19:37:57.262Z Compiling clap_derive v4.6.1
29602026-06-29T19:37:57.295Z Compiling zerofrom-derive v0.1.6
29612026-06-29T19:37:57.313Z Compiling yoke-derive v0.8.1
29622026-06-29T19:37:57.413Z Compiling pest_derive v2.8.6
29632026-06-29T19:37:57.958Z Compiling scroll v0.12.0
29642026-06-29T19:37:58.073Z Compiling zerocopy v0.7.35
29652026-06-29T19:37:58.291Z Compiling goblin v0.8.2
29662026-06-29T19:37:58.432Z Compiling zerofrom v0.1.6
29672026-06-29T19:37:58.469Z Compiling thiserror v1.0.69
29682026-06-29T19:37:58.505Z Compiling thiserror v2.0.18
29692026-06-29T19:37:58.574Z Compiling yoke v0.8.1
29702026-06-29T19:37:58.601Z Compiling dtrace-parser v0.2.0
29712026-06-29T19:37:58.774Z Compiling zerovec v0.11.5
29722026-06-29T19:37:58.939Z Compiling zerotrie v0.2.3
29732026-06-29T19:37:58.955Z Compiling clap v4.6.1
29742026-06-29T19:37:59.393Z Compiling tinystr v0.8.2
29752026-06-29T19:37:59.393Z Compiling potential_utf v0.1.4
29762026-06-29T19:37:59.626Z Compiling icu_locale_core v2.1.1
29772026-06-29T19:37:59.669Z Compiling icu_collections v2.1.1
29782026-06-29T19:38:00.390Z Compiling icu_provider v2.1.1
29792026-06-29T19:38:00.809Z Compiling icu_properties v2.1.2
29802026-06-29T19:38:00.815Z Compiling icu_normalizer v2.1.1
29812026-06-29T19:38:00.920Z Compiling serde_spanned v0.6.9
29822026-06-29T19:38:00.940Z Compiling toml_datetime v0.6.11
29832026-06-29T19:38:01.005Z Compiling dof v0.3.0
29842026-06-29T19:38:01.019Z Compiling serde-value v0.7.0
29852026-06-29T19:38:01.160Z Compiling toml_edit v0.22.27
29862026-06-29T19:38:01.304Z Compiling serde_tokenstream v0.2.3
29872026-06-29T19:38:01.331Z Compiling cargo-platform v0.2.0
29882026-06-29T19:38:01.337Z Compiling macaddr v1.0.1
29892026-06-29T19:38:01.764Z Compiling idna_adapter v1.2.1
29902026-06-29T19:38:01.878Z Compiling idna v1.1.0
29912026-06-29T19:38:01.900Z Compiling usdt-macro v0.5.0
29922026-06-29T19:38:01.924Z Compiling usdt-attr-macro v0.5.0
29932026-06-29T19:38:02.230Z Compiling url v2.5.8
29942026-06-29T19:38:02.577Z Compiling usdt v0.5.0
29952026-06-29T19:38:02.741Z Compiling toml v0.8.23
29962026-06-29T19:38:03.188Z Compiling cargo-util-schemas v0.8.2
29972026-06-29T19:38:03.189Z Compiling cargo_toml v0.21.0
29982026-06-29T19:38:04.223Z Compiling cargo_metadata v0.21.0
29992026-06-29T19:38:07.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-06-29T19:38:10.678Z Finished `release` profile [optimized] target(s) in 16.92s
30012026-06-29T19:38:10.821Z
30022026-06-29T19:38:10.821Zreal 17.041632407
30032026-06-29T19:38:10.821Zuser 2:20.434924026
30042026-06-29T19:38:10.821Zsys 17.167883866
30052026-06-29T19:38:10.826Ztrap 0.096127441
30062026-06-29T19:38:10.826Ztflt 0.512225811
30072026-06-29T19:38:10.826Zdflt 1.457261303
30082026-06-29T19:38:10.827Zkflt 0.000755170
30092026-06-29T19:38:10.827Zlock 5:25.110063156
30102026-06-29T19:38:10.827Zslp 3:31.935899069
30112026-06-29T19:38:10.827Zlat 5.707545753
30122026-06-29T19:38:10.827Zstop 17.452130678
30132026-06-29T19:38:10.827Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-06-29T19:38:10.827Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-06-29T19:38:10.827Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-06-29T19:38:10.827Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-06-29T19:38:10.827Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-06-29T19:38:11.706Z Compiling progenitor-client v0.14.0
30192026-06-29T19:38:11.710Z Compiling cpufeatures v0.3.0
30202026-06-29T19:38:11.710Z Compiling newtype-uuid-macros v0.1.0
30212026-06-29T19:38:11.710Z Compiling hybrid-array v0.4.10
30222026-06-29T19:38:11.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-29T19:38:11.867Z Compiling match_cfg v0.1.0
30242026-06-29T19:38:11.871Z Compiling slog-json v2.6.1
30252026-06-29T19:38:11.871Z Compiling structmeta-derive v0.3.0
30262026-06-29T19:38:11.871Z Compiling multer v3.1.0
30272026-06-29T19:38:11.871Z Compiling debug-ignore v1.0.5
30282026-06-29T19:38:11.871Z Compiling compression-core v0.4.31
30292026-06-29T19:38:11.871Z Compiling const-oid v0.10.2
30302026-06-29T19:38:11.877Z Compiling atomicwrites v0.4.4
30312026-06-29T19:38:11.877Z Compiling itertools v0.14.0
30322026-06-29T19:38:11.976Z Compiling async-stream-impl v0.3.6
30332026-06-29T19:38:11.997Z Compiling hostname v0.3.1
30342026-06-29T19:38:12.012Z Compiling serde_spanned v1.1.1
30352026-06-29T19:38:12.046Z Compiling toml_datetime v1.1.1+spec-1.1.0
30362026-06-29T19:38:12.103Z Compiling compression-codecs v0.4.37
30372026-06-29T19:38:12.117Z Compiling dropshot v0.17.1
30382026-06-29T19:38:12.159Z Compiling slog-bunyan v2.5.0
30392026-06-29T19:38:12.162Z Compiling toml_writer v1.1.1+spec-1.1.0
30402026-06-29T19:38:12.193Z Compiling waitgroup v0.1.2
30412026-06-29T19:38:12.232Z Compiling rustls-pemfile v2.2.0
30422026-06-29T19:38:12.236Z Compiling dropshot_endpoint v0.17.1
30432026-06-29T19:38:12.236Z Compiling hostname v0.4.2
30442026-06-29T19:38:12.282Z Compiling crypto-common v0.2.2
30452026-06-29T19:38:12.333Z Compiling block-buffer v0.12.1
30462026-06-29T19:38:12.370Z Compiling toml v1.1.2+spec-1.1.0
30472026-06-29T19:38:12.388Z Compiling async-compression v0.4.41
30482026-06-29T19:38:12.388Z Compiling serde_path_to_error v0.1.20
30492026-06-29T19:38:12.439Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-06-29T19:38:12.453Z Compiling macaddr v1.0.1
30512026-06-29T19:38:12.453Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-06-29T19:38:12.474Z Compiling instant v0.1.13
30532026-06-29T19:38:12.525Z Compiling regress v0.10.5
30542026-06-29T19:38:12.560Z Compiling backon v1.6.0
30552026-06-29T19:38:12.617Z Compiling backoff v0.4.0
30562026-06-29T19:38:12.637Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-06-29T19:38:12.661Z Compiling async-stream v0.3.6
30582026-06-29T19:38:12.724Z Compiling progenitor-extras v0.2.0
30592026-06-29T19:38:12.732Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-06-29T19:38:12.759Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30612026-06-29T19:38:12.768Z Compiling humantime v2.3.0
30622026-06-29T19:38:12.768Z Compiling universal-hash v0.5.1
30632026-06-29T19:38:12.834Z Compiling opaque-debug v0.3.1
30642026-06-29T19:38:12.843Z Compiling regress v0.11.1
30652026-06-29T19:38:12.873Z Compiling half v2.7.1
30662026-06-29T19:38:12.913Z Compiling digest v0.11.3
30672026-06-29T19:38:12.917Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-29T19:38:12.952Z Compiling ciborium-io v0.2.2
30692026-06-29T19:38:12.984Z Compiling structmeta v0.3.0
30702026-06-29T19:38:13.012Z Compiling crucible-workspace-hack v0.1.0
30712026-06-29T19:38:13.060Z Compiling sha1 v0.11.0
30722026-06-29T19:38:13.076Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30732026-06-29T19:38:13.092Z Compiling convert_case v0.4.0
30742026-06-29T19:38:13.112Z Compiling aead v0.5.2
30752026-06-29T19:38:13.131Z Compiling ciborium-ll v0.2.2
30762026-06-29T19:38:13.197Z Compiling secrecy v0.10.3
30772026-06-29T19:38:13.235Z Compiling derive-ex v0.1.8
30782026-06-29T19:38:13.253Z Compiling parse-display-derive v0.10.0
30792026-06-29T19:38:13.351Z Compiling ciborium v0.2.2
30802026-06-29T19:38:13.382Z Compiling poly1305 v0.8.0
30812026-06-29T19:38:13.416Z Compiling chacha20 v0.9.1
30822026-06-29T19:38:13.440Z Compiling unsafe-libyaml v0.2.11
30832026-06-29T19:38:13.440Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30842026-06-29T19:38:13.440Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-06-29T19:38:13.451Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30862026-06-29T19:38:13.510Z Compiling derive_more v0.99.20
30872026-06-29T19:38:13.674Z Compiling thiserror-impl-no-std v2.0.2
30882026-06-29T19:38:13.705Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-06-29T19:38:13.712Z Compiling byte-wrapper v0.1.0
30902026-06-29T19:38:13.813Z Compiling blake2 v0.10.6
30912026-06-29T19:38:13.829Z Compiling password-hash v0.5.0
30922026-06-29T19:38:14.030Z Compiling serde_yaml v0.9.34+deprecated
30932026-06-29T19:38:14.033Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30942026-06-29T19:38:14.090Z Compiling toml_datetime v0.7.5+spec-1.1.0
30952026-06-29T19:38:14.110Z Compiling argon2 v0.5.3
30962026-06-29T19:38:14.139Z Compiling chacha20poly1305 v0.10.1
30972026-06-29T19:38:14.197Z Compiling indent_write v2.2.0
30982026-06-29T19:38:14.276Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-29T19:38:14.323Z Compiling heapless v0.8.0
31002026-06-29T19:38:14.378Z Compiling ingot-macros v0.1.1
31012026-06-29T19:38:14.383Z Compiling tabwriter v1.4.1
31022026-06-29T19:38:14.417Z Compiling hash32 v0.3.1
31032026-06-29T19:38:14.590Z Compiling typify-impl v0.6.2
31042026-06-29T19:38:14.650Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-06-29T19:38:14.897Z Compiling proc-macro-crate v3.4.0
31062026-06-29T19:38:14.990Z Compiling thiserror-no-std v2.0.2
31072026-06-29T19:38:15.021Z Compiling num-derive v0.4.2
31082026-06-29T19:38:15.021Z Compiling test-strategy v0.4.5
31092026-06-29T19:38:15.061Z Compiling vsss-rs v3.3.4
31102026-06-29T19:38:15.071Z Compiling parse-display v0.10.0
31112026-06-29T19:38:15.328Z Compiling smoltcp v0.11.0
31122026-06-29T19:38:15.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-06-29T19:38:15.489Z Compiling num_enum_derive v0.7.6
31142026-06-29T19:38:15.516Z Compiling cobs v0.3.0
31152026-06-29T19:38:15.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-06-29T19:38:15.743Z Compiling colored v3.1.1
31172026-06-29T19:38:15.790Z Compiling postcard v1.1.3
31182026-06-29T19:38:15.813Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31192026-06-29T19:38:15.946Z Compiling proc-macro-error v1.0.4
31202026-06-29T19:38:15.977Z Compiling proc-macro-crate v1.3.1
31212026-06-29T19:38:16.016Z Compiling foreign-types-macros v0.2.3
31222026-06-29T19:38:16.156Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-29T19:38:16.177Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31242026-06-29T19:38:16.190Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-06-29T19:38:16.191Z Compiling rayon-core v1.13.0
31262026-06-29T19:38:16.231Z Compiling foreign-types-shared v0.3.1
31272026-06-29T19:38:16.450Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-06-29T19:38:16.477Z Compiling num_enum_derive v0.5.11
31292026-06-29T19:38:16.477Z Compiling chacha20 v0.10.0
31302026-06-29T19:38:16.499Z Compiling crossbeam-deque v0.8.6
31312026-06-29T19:38:16.523Z Compiling camino-tempfile v1.4.1
31322026-06-29T19:38:16.539Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-06-29T19:38:16.609Z Compiling num_enum v0.7.6
31342026-06-29T19:38:16.643Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31352026-06-29T19:38:16.697Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31362026-06-29T19:38:16.707Z Compiling foreign-types v0.5.0
31372026-06-29T19:38:16.728Z Compiling cstr-argument v0.1.2
31382026-06-29T19:38:16.744Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-06-29T19:38:16.776Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-29T19:38:16.780Z Compiling rand v0.10.0
31412026-06-29T19:38:16.850Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31422026-06-29T19:38:16.945Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-06-29T19:38:17.006Z Compiling zone_cfg_derive v0.3.1
31442026-06-29T19:38:17.036Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-06-29T19:38:17.057Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-29T19:38:17.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-06-29T19:38:17.191Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31482026-06-29T19:38:17.211Z Compiling itertools v0.12.1
31492026-06-29T19:38:17.211Z Compiling sigpipe v0.1.3
31502026-06-29T19:38:17.261Z Compiling rayon v1.11.0
31512026-06-29T19:38:17.281Z Compiling glob v0.3.3
31522026-06-29T19:38:17.324Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-06-29T19:38:17.360Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31542026-06-29T19:38:17.404Z Compiling ingot-types v0.1.2
31552026-06-29T19:38:17.511Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31562026-06-29T19:38:17.577Z Compiling smf v0.2.3
31572026-06-29T19:38:17.608Z Compiling num_enum v0.5.11
31582026-06-29T19:38:17.669Z Compiling whoami v1.6.1
31592026-06-29T19:38:17.683Z Compiling usdt-macro v0.5.0
31602026-06-29T19:38:17.770Z Compiling usdt-attr-macro v0.5.0
31612026-06-29T19:38:17.815Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-06-29T19:38:17.815Z Compiling gethostname v0.5.0
31632026-06-29T19:38:17.823Z Compiling ingot v0.1.1
31642026-06-29T19:38:17.893Z Compiling num-rational v0.4.2
31652026-06-29T19:38:17.925Z Compiling num-complex v0.4.6
31662026-06-29T19:38:17.954Z Compiling memmap v0.7.0
31672026-06-29T19:38:18.099Z Compiling derive-where v1.6.0
31682026-06-29T19:38:18.118Z Compiling float-ord v0.3.2
31692026-06-29T19:38:18.151Z Compiling toml v0.8.23
31702026-06-29T19:38:18.248Z Compiling resolv-conf v0.7.6
31712026-06-29T19:38:18.275Z Compiling num v0.4.3
31722026-06-29T19:38:18.387Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31732026-06-29T19:38:18.396Z Compiling owo-colors v4.3.0
31742026-06-29T19:38:18.475Z Compiling zone v0.3.1
31752026-06-29T19:38:18.547Z Compiling cancel-safe-futures v0.1.5
31762026-06-29T19:38:18.547Z Compiling libsw-core v0.3.2
31772026-06-29T19:38:18.569Z Compiling prettyplease v0.2.37
31782026-06-29T19:38:18.601Z Compiling usdt v0.5.0
31792026-06-29T19:38:18.641Z Compiling console v0.15.11
31802026-06-29T19:38:18.730Z Compiling libsw v3.5.0
31812026-06-29T19:38:18.815Z Compiling hickory-proto v0.24.4
31822026-06-29T19:38:18.845Z Compiling newline-converter v0.3.0
31832026-06-29T19:38:18.913Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-29T19:38:18.933Z Compiling libefi-sys v0.1.0
31852026-06-29T19:38:19.000Z Compiling linked-hash-map v0.5.6
31862026-06-29T19:38:19.038Z Compiling linear-map v1.2.0
31872026-06-29T19:38:19.088Z Compiling expectorate v1.2.0
31882026-06-29T19:38:19.189Z Compiling lru-cache v0.1.2
31892026-06-29T19:38:19.192Z Compiling git-stub v1.0.0
31902026-06-29T19:38:19.236Z Compiling bitfield-struct v0.6.2
31912026-06-29T19:38:19.293Z Compiling nom v8.0.0
31922026-06-29T19:38:19.445Z Compiling semver v0.1.20
31932026-06-29T19:38:19.445Z Compiling typify-macro v0.6.2
31942026-06-29T19:38:19.488Z Compiling tokio-dtrace v0.1.1
31952026-06-29T19:38:19.556Z Compiling rustc_version v0.1.7
31962026-06-29T19:38:19.556Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31972026-06-29T19:38:19.572Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31982026-06-29T19:38:19.572Z Compiling git-stub-vcs v0.1.0
31992026-06-29T19:38:19.595Z Compiling dropshot-api-manager-types v0.7.2
32002026-06-29T19:38:19.595Z Compiling slog-dtrace v0.3.0
32012026-06-29T19:38:19.638Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-06-29T19:38:19.744Z Compiling minimal-lexical v0.2.1
32032026-06-29T19:38:19.761Z Compiling newtype_derive v0.1.6
32042026-06-29T19:38:19.764Z Compiling oxide-tokio-rt v0.1.4
32052026-06-29T19:38:19.799Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-06-29T19:38:20.043Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-06-29T19:38:20.046Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-06-29T19:38:20.046Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-29T19:38:20.046Z Compiling nom v7.1.3
32102026-06-29T19:38:20.046Z Compiling phf_shared v0.12.1
32112026-06-29T19:38:20.046Z Compiling csv-core v0.1.13
32122026-06-29T19:38:20.057Z Compiling xshell-macros v0.2.7
32132026-06-29T19:38:20.111Z Compiling chrono-tz v0.10.4
32142026-06-29T19:38:20.194Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-29T19:38:20.272Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-06-29T19:38:20.448Z Compiling highway v1.3.0
32172026-06-29T19:38:20.455Z Compiling const_format_proc_macros v0.2.34
32182026-06-29T19:38:20.456Z Compiling csv v1.4.0
32192026-06-29T19:38:20.456Z Compiling phf v0.12.1
32202026-06-29T19:38:20.551Z Compiling xshell v0.2.7
32212026-06-29T19:38:20.694Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-29T19:38:22.844Z Compiling primeorder v0.13.6
32232026-06-29T19:38:22.887Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-06-29T19:38:22.887Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32252026-06-29T19:38:22.887Z Compiling hickory-resolver v0.24.4
32262026-06-29T19:38:22.887Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-06-29T19:38:22.887Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-06-29T19:38:22.887Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-06-29T19:38:22.887Z Compiling typify v0.6.2
32302026-06-29T19:38:22.887Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32312026-06-29T19:38:22.887Z Compiling progenitor-impl v0.14.0
32322026-06-29T19:38:22.887Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32332026-06-29T19:38:22.887Z Compiling const_format v0.2.35
32342026-06-29T19:38:22.887Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-06-29T19:38:22.887Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32362026-06-29T19:38:22.887Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32372026-06-29T19:38:22.887Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32382026-06-29T19:38:22.887Z Compiling tabled_derive v0.7.0
32392026-06-29T19:38:22.887Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32402026-06-29T19:38:22.887Z Compiling bcs v0.1.6
32412026-06-29T19:38:22.887Z Compiling qorb v0.4.1
32422026-06-29T19:38:22.888Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32432026-06-29T19:38:22.888Z Compiling termtree v0.5.1
32442026-06-29T19:38:22.888Z Compiling salty v0.3.0
32452026-06-29T19:38:22.888Z Compiling tagptr v0.2.0
32462026-06-29T19:38:22.888Z Compiling textwrap v0.16.2
32472026-06-29T19:38:22.888Z Compiling moka v0.12.13
32482026-06-29T19:38:22.908Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32492026-06-29T19:38:22.908Z Compiling steno v0.4.1
32502026-06-29T19:38:23.070Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-06-29T19:38:23.121Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-06-29T19:38:23.280Z Compiling tabled v0.15.0
32532026-06-29T19:38:23.329Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542026-06-29T19:38:23.347Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-06-29T19:38:23.377Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-29T19:38:23.396Z Compiling base64 v0.21.7
32572026-06-29T19:38:23.415Z Compiling radium v0.7.0
32582026-06-29T19:38:23.555Z Compiling hickory-resolver v0.25.2
32592026-06-29T19:38:23.750Z Compiling p384 v0.13.1
32602026-06-29T19:38:23.761Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-06-29T19:38:23.903Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-06-29T19:38:24.036Z Compiling progenitor-macro v0.14.0
32632026-06-29T19:38:24.086Z Compiling tap v1.0.1
32642026-06-29T19:38:24.110Z Compiling maybe-uninit v2.0.0
32652026-06-29T19:38:24.238Z Compiling wyz v0.5.1
32662026-06-29T19:38:24.304Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-06-29T19:38:24.337Z Compiling proc-macro-error-attr2 v2.0.0
32682026-06-29T19:38:24.468Z Compiling utf-8 v0.7.6
32692026-06-29T19:38:24.501Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-06-29T19:38:24.525Z Compiling packed_struct v0.10.1
32712026-06-29T19:38:24.713Z Compiling parking_lot_core v0.8.6
32722026-06-29T19:38:24.722Z Compiling funty v2.0.0
32732026-06-29T19:38:24.765Z Compiling tungstenite v0.21.0
32742026-06-29T19:38:24.792Z Compiling proc-macro-error2 v2.0.1
32752026-06-29T19:38:24.912Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32762026-06-29T19:38:24.955Z Compiling polyval v0.6.2
32772026-06-29T19:38:24.993Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32782026-06-29T19:38:25.063Z Compiling bitvec v1.0.1
32792026-06-29T19:38:25.148Z Compiling packed_struct_codegen v0.10.1
32802026-06-29T19:38:25.214Z Compiling zerocopy-derive v0.6.6
32812026-06-29T19:38:25.313Z Compiling bitfield-macros v0.19.4
32822026-06-29T19:38:25.558Z Compiling indexmap v1.9.3
32832026-06-29T19:38:25.563Z Compiling crc-catalog v2.4.0
32842026-06-29T19:38:25.661Z Compiling nodrop v0.1.14
32852026-06-29T19:38:25.690Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-06-29T19:38:25.708Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32872026-06-29T19:38:25.727Z Compiling crc v3.4.0
32882026-06-29T19:38:25.796Z Compiling array-init v0.0.4
32892026-06-29T19:38:25.843Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-29T19:38:25.865Z Compiling tokio-tungstenite v0.21.0
32912026-06-29T19:38:25.960Z Compiling tabled_derive v0.11.0
32922026-06-29T19:38:25.976Z Compiling ghash v0.5.1
32932026-06-29T19:38:26.106Z Compiling bitfield v0.19.4
32942026-06-29T19:38:26.152Z Compiling smallvec v0.6.14
32952026-06-29T19:38:26.184Z Compiling zerocopy v0.6.6
32962026-06-29T19:38:26.218Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32972026-06-29T19:38:26.301Z Compiling progenitor-impl v0.13.0
32982026-06-29T19:38:26.343Z Compiling papergrid v0.17.0
32992026-06-29T19:38:26.385Z Compiling libscf-sys v1.2.0
33002026-06-29T19:38:26.415Z Compiling testing_table v0.3.0
33012026-06-29T19:38:26.437Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-06-29T19:38:26.455Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33032026-06-29T19:38:26.519Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33042026-06-29T19:38:26.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33052026-06-29T19:38:26.593Z Compiling ctr v0.9.2
33062026-06-29T19:38:26.616Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33072026-06-29T19:38:26.636Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-06-29T19:38:26.660Z Compiling corncobs v0.1.4
33092026-06-29T19:38:26.792Z Compiling unicase v2.9.0
33102026-06-29T19:38:26.822Z Compiling illumos-nvpair-sys v0.2.0
33112026-06-29T19:38:26.840Z Compiling hashbrown v0.12.3
33122026-06-29T19:38:26.872Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-29T19:38:26.983Z Compiling aes-gcm v0.10.3
33142026-06-29T19:38:26.996Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-29T19:38:27.043Z Compiling mime_guess v2.0.5
33162026-06-29T19:38:27.123Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33172026-06-29T19:38:27.216Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-06-29T19:38:27.274Z Compiling serde-hex v0.1.0
33192026-06-29T19:38:27.343Z Compiling tabled v0.20.0
33202026-06-29T19:38:27.467Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33212026-06-29T19:38:27.548Z Compiling parking_lot v0.11.2
33222026-06-29T19:38:27.642Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33232026-06-29T19:38:27.803Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-06-29T19:38:27.818Z Compiling ron v0.8.1
33252026-06-29T19:38:27.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-06-29T19:38:27.981Z Compiling hashbrown v0.13.2
33272026-06-29T19:38:28.045Z Compiling progenitor-client v0.13.0
33282026-06-29T19:38:28.060Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33292026-06-29T19:38:28.090Z Compiling blowfish v0.9.1
33302026-06-29T19:38:28.384Z Compiling prefix-trie v0.7.0
33312026-06-29T19:38:28.412Z Compiling ssh-encoding v0.2.0
33322026-06-29T19:38:28.447Z Compiling fxhash v0.2.1
33332026-06-29T19:38:28.505Z Compiling secrecy v0.8.0
33342026-06-29T19:38:28.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33352026-06-29T19:38:28.677Z Compiling crc-any v2.5.0
33362026-06-29T19:38:28.719Z Compiling ssh-cipher v0.2.0
33372026-06-29T19:38:28.801Z Compiling hickory-server v0.25.2
33382026-06-29T19:38:32.786Z Compiling sled v0.34.7
33392026-06-29T19:38:32.840Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-06-29T19:38:32.840Z Compiling object v0.30.4
33412026-06-29T19:38:32.841Z Compiling progenitor-macro v0.13.0
33422026-06-29T19:38:32.841Z Compiling bcrypt-pbkdf v0.10.0
33432026-06-29T19:38:32.841Z Compiling progenitor v0.14.0
33442026-06-29T19:38:32.841Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33452026-06-29T19:38:32.841Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-06-29T19:38:32.841Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-29T19:38:32.841Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33482026-06-29T19:38:32.841Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33492026-06-29T19:38:32.841Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33502026-06-29T19:38:32.841Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33512026-06-29T19:38:32.841Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-06-29T19:38:32.841Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33532026-06-29T19:38:32.841Z Compiling password-hash v0.4.2
33542026-06-29T19:38:32.841Z Compiling crc8 v0.1.1
33552026-06-29T19:38:32.851Z Compiling path-slash v0.1.5
33562026-06-29T19:38:32.851Z Compiling half v1.8.3
33572026-06-29T19:38:32.851Z Compiling http-range v0.1.5
33582026-06-29T19:38:32.851Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33592026-06-29T19:38:32.851Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-06-29T19:38:32.851Z Compiling serde_cbor v0.11.2
33612026-06-29T19:38:32.851Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-06-29T19:38:32.851Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33632026-06-29T19:38:32.851Z Compiling pbkdf2 v0.11.0
33642026-06-29T19:38:32.851Z Compiling illumos-nvpair v0.3.0
33652026-06-29T19:38:32.851Z Compiling ssh-key v0.6.7
33662026-06-29T19:38:32.851Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-06-29T19:38:32.851Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-29T19:38:32.851Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33692026-06-29T19:38:32.851Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33702026-06-29T19:38:32.851Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33712026-06-29T19:38:32.851Z Compiling p256 v0.13.2
33722026-06-29T19:38:32.851Z Compiling p521 v0.13.3
33732026-06-29T19:38:32.851Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-06-29T19:38:33.200Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-06-29T19:38:33.220Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-06-29T19:38:33.245Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-06-29T19:38:33.303Z Compiling yasna v0.5.2
33782026-06-29T19:38:33.517Z Compiling kstat-rs v0.2.4
33792026-06-29T19:38:33.775Z Compiling headers-core v0.3.0
33802026-06-29T19:38:33.833Z Compiling nanorand v0.7.0
33812026-06-29T19:38:33.874Z Compiling atty v0.2.14
33822026-06-29T19:38:33.891Z Compiling russh-cryptovec v0.7.3
33832026-06-29T19:38:33.911Z Compiling home v0.5.12
33842026-06-29T19:38:33.931Z Compiling md5 v0.7.0
33852026-06-29T19:38:33.949Z Compiling headers v0.4.1
33862026-06-29T19:38:34.017Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33872026-06-29T19:38:34.049Z Compiling rcgen v0.12.1
33882026-06-29T19:38:34.093Z Compiling flume v0.11.1
33892026-06-29T19:38:34.109Z Compiling russh-keys v0.45.0
33902026-06-29T19:38:34.171Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-06-29T19:38:34.192Z Compiling progenitor v0.13.0
33922026-06-29T19:38:34.260Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-29T19:38:34.296Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-06-29T19:38:34.345Z Compiling hyper-staticfile v0.10.1
33952026-06-29T19:38:34.384Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-06-29T19:38:34.440Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-06-29T19:38:34.630Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-06-29T19:38:34.741Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33992026-06-29T19:38:34.849Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-06-29T19:38:34.912Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34012026-06-29T19:38:34.957Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34022026-06-29T19:38:34.975Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34032026-06-29T19:38:35.057Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34042026-06-29T19:38:35.082Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34052026-06-29T19:38:35.248Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34062026-06-29T19:38:35.282Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34072026-06-29T19:38:35.340Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-06-29T19:38:35.390Z Compiling num-bigint v0.4.6
34092026-06-29T19:38:35.452Z Compiling des v0.8.1
34102026-06-29T19:38:35.523Z Compiling subprocess v0.2.15
34112026-06-29T19:38:35.541Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34122026-06-29T19:38:35.690Z Compiling hex-literal v0.4.1
34132026-06-29T19:38:35.690Z Compiling display-error-chain v0.2.2
34142026-06-29T19:38:35.768Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34152026-06-29T19:38:35.785Z Compiling colored v2.2.0
34162026-06-29T19:38:35.843Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34172026-06-29T19:38:35.869Z Compiling socket2 v0.5.10
34182026-06-29T19:38:35.885Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192026-06-29T19:38:36.009Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-29T19:38:36.117Z Compiling internet-checksum v0.2.1
34212026-06-29T19:38:36.784Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-06-29T19:38:36.813Z Compiling russh v0.45.0
34232026-06-29T19:38:37.783Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-06-29T19:38:37.784Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-06-29T19:38:40.238Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-06-29T19:38:40.918Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-06-29T19:38:41.181Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-06-29T19:38:41.414Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-06-29T19:38:43.609Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-06-29T19:38:51.895Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34312026-06-29T19:38:51.895Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-06-29T19:38:51.895Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34332026-06-29T19:38:51.895Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-06-29T19:38:53.624Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-06-29T19:38:53.720Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-06-29T19:38:57.729Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-06-29T19:39:36.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34382026-06-29T19:39:36.962Z
34392026-06-29T19:39:36.962Zreal 1:26.078888145
34402026-06-29T19:39:36.962Zuser 7:55.362216135
34412026-06-29T19:39:36.962Zsys 1:39.277476188
34422026-06-29T19:39:36.963Ztrap 0.231570668
34432026-06-29T19:39:36.967Ztflt 0.660630570
34442026-06-29T19:39:36.967Zdflt 1.708996127
34452026-06-29T19:39:36.967Zkflt 0.000254500
34462026-06-29T19:39:36.967Zlock 26:45.010086038
34472026-06-29T19:39:36.967Zslp 17:54.009529929
34482026-06-29T19:39:36.967Zlat 36.731839941
34492026-06-29T19:39:36.967Zstop 2:38.381988443
34502026-06-29T19:39:36.967Z+ mkdir tests
34512026-06-29T19:39:36.967Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-06-29T19:39:36.971Z+ xargs -I '{}' -t cp '{}' tests/
34532026-06-29T19:39:36.992Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ff0e7ad78ddb05c4 tests/
34542026-06-29T19:39:37.023Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5e6f7b33fdbd1455 tests/
34552026-06-29T19:39:37.056Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ae8db41f4cb1f997 tests/
34562026-06-29T19:39:37.093Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d7a5edd98817731 tests/
34572026-06-29T19:39:37.431Z+ 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)
34582026-06-29T19:39:37.435Z+ 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-5e6f7b33fdbd1455 tests/commtest-ae8db41f4cb1f997 tests/dhcp_server-ff0e7ad78ddb05c4 tests/end_to_end_tests-6d7a5edd98817731 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
34592026-06-29T19:40:57.453ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-06-29T19:40:57.454Za .github/buildomat/ci-env.sh 1K
34612026-06-29T19:40:57.454Za out/target/test 1K
34622026-06-29T19:40:57.454Za out/npuzone/npuzone 27402K
34632026-06-29T19:40:57.454Za package-manifest.toml 35K
34642026-06-29T19:40:57.454Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-06-29T19:40:57.454Za target/release/omicron-package 40124K
34662026-06-29T19:40:57.454Za target/release/xtask 11148K
34672026-06-29T19:40:57.454Za target/debug/bootstrap 348706K
34682026-06-29T19:40:57.454Za tests/bootstrap-5e6f7b33fdbd1455 31977K
34692026-06-29T19:40:57.454Za tests/commtest-ae8db41f4cb1f997 43620K
34702026-06-29T19:40:57.454Za tests/dhcp_server-ff0e7ad78ddb05c4 31977K
34712026-06-29T19:40:57.454Za tests/end_to_end_tests-6d7a5edd98817731 390986K
34722026-06-29T19:40:57.454Za tools/opte_version 1K
34732026-06-29T19:40:57.454Za tools/opte_version_override 2K
34742026-06-29T19:40:57.454Za out/clickhouse.tar.gz 311772K
34752026-06-29T19:40:57.454Za out/clickhouse_keeper.tar.gz 298117K
34762026-06-29T19:40:57.454Za out/clickhouse_server.tar.gz 311769K
34772026-06-29T19:40:57.454Za out/cockroachdb.tar.gz 161726K
34782026-06-29T19:40:57.454Za out/crucible-pantry-zone.tar.gz 38828K
34792026-06-29T19:40:57.454Za out/crucible-utils.tar 18900K
34802026-06-29T19:40:57.454Za out/crucible-zone.tar.gz 53524K
34812026-06-29T19:40:57.454Za out/external-dns.tar.gz 46963K
34822026-06-29T19:40:57.454Za out/internal-dns.tar.gz 46963K
34832026-06-29T19:40:57.454Za out/mg-ddm-gz.tar 97917K
34842026-06-29T19:40:57.454Za out/nexus.tar.gz 274844K
34852026-06-29T19:40:57.454Za out/ntp.tar.gz 29756K
34862026-06-29T19:40:57.454Za out/omicron-gateway-softnpu.tar.gz 28257K
34872026-06-29T19:40:57.455Za out/omicron-sled-agent.tar 191580K
34882026-06-29T19:40:57.455Za out/overlay.tar.gz 3K
34892026-06-29T19:40:57.455Za out/oximeter.tar.gz 62390K
34902026-06-29T19:40:57.456Za out/oxlog.tar 3808K
34912026-06-29T19:40:57.456Za out/probe.tar.gz 3037K
34922026-06-29T19:40:57.456Za out/propolis-server.tar.gz 34372K
34932026-06-29T19:40:57.456Za out/pumpkind-gz.tar 26647K
34942026-06-29T19:40:57.456Za out/switch-softnpu.tar.gz 448613K
34952026-06-29T19:40:57.459Z
34962026-06-29T19:40:57.459Zreal 1:20.019135007
34972026-06-29T19:40:57.460Zuser 1:17.369945871
34982026-06-29T19:40:57.460Zsys 4.395987520
34992026-06-29T19:40:57.460Ztrap 0.005634642
35002026-06-29T19:40:57.460Ztflt 0.000000000
35012026-06-29T19:40:57.460Zdflt 0.000000000
35022026-06-29T19:40:57.460Zkflt 0.000000000
35032026-06-29T19:40:57.460Zlock 0.000000000
35042026-06-29T19:40:57.460Zslp 1:17.262338371
35052026-06-29T19:40:57.460Zlat 0.998465955
35062026-06-29T19:40:57.460Zstop 0.000503400
35072026-06-29T19:40:57.460Zprocess exited: duration 1169247 ms, exit code 0
 
35082026-06-29T19:40:57.474Zfound 1 output files
35092026-06-29T19:40:57.474Zuploading: /work/package.tar.gz (2489495110 bytes)
35102026-06-29T19:41:26.084Zuploaded: /work/package.tar.gz