01KWFQV2Q8PJ648FQR2WJJ8DSN: 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: 01KWFQW2F5HXKD24DD0VZPEP8M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T21:04:02.330Zjob assigned to worker 01KWFQW97F9J9CMFA1V0WP6F82 [factory aws, i-02a9f6cf0f2e840a5] (queued for 1 m 0 s)
 
22026-07-01T21:04:09.527Zstarting task 0: "setup"
32026-07-01T21:04:09.561Z++ uname -s
42026-07-01T21:04:09.561Z+ kern=SunOS
52026-07-01T21:04:09.561Z+ build_user=build
62026-07-01T21:04:09.561Z+ build_uid=12345
72026-07-01T21:04:09.561Z+ work_dir=/work
82026-07-01T21:04:09.561Z+ input_dir=/input
92026-07-01T21:04:09.561Z+ [[ 0 == 12345 ]]
102026-07-01T21:04:09.561Z+ case "$kern" in
112026-07-01T21:04:09.561Z+ groupadd -g 12345 build
122026-07-01T21:04:09.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T21:04:11.942Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T21:04:11.958Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T21:04:11.958Z+ home_fs=zfs
162026-07-01T21:04:11.958Z+ [[ zfs == autofs ]]
172026-07-01T21:04:11.958Z+ mkdir -p /home/build
182026-07-01T21:04:11.958Z+ chown build:build /home/build /work
192026-07-01T21:04:15.639Z+ chmod 0700 /home/build /work
202026-07-01T21:04:15.703Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-01T21:04:17.747Zstarting task 1: "rust-toolchain"
222026-07-01T21:04:17.815Z * rust toolchain channel = "1.96.1"
232026-07-01T21:04:17.815Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
242026-07-01T21:04:17.815Z * rust toolchain profile = "default"
252026-07-01T21:04:17.815Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T21:04:17.815Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T21:04:17.815Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T21:04:17.815Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T21:04:17.815Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T21:04:17.815Zinfo: downloading installer
312026-07-01T21:04:17.815Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T21:04:17.815Zwarn: /home/build/.rustup/settings.toml
332026-07-01T21:04:17.815Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T21:04:17.815Zwarn: instead of the one inferred from the default host triple.
352026-07-01T21:04:17.815Zinfo: profile set to default
362026-07-01T21:04:17.815Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T21:04:17.815Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T21:04:17.816Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T21:04:17.816Zinfo: downloading 6 components
402026-07-01T21:04:32.626Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T21:04:32.626Z
422026-07-01T21:04:32.656Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T21:04:32.657Z
442026-07-01T21:04:32.657Z
452026-07-01T21:04:32.657ZRust is installed now. Great!
462026-07-01T21:04:32.657Z
472026-07-01T21:04:32.662ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T21:04:32.663Zenvironment variable. This has not been done automatically.
492026-07-01T21:04:32.663Z
502026-07-01T21:04:32.663ZTo configure your current shell, you need to source
512026-07-01T21:04:32.663Zthe corresponding env file under $HOME/.cargo.
522026-07-01T21:04:32.663Z
532026-07-01T21:04:32.663ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T21:04:32.663Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T21:04:32.663Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T21:04:32.663Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T21:04:32.663Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T21:04:32.663Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T21:04:32.663Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T21:04:32.663Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T21:04:32.663Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T21:04:32.782Z+ rustup --version
632026-07-01T21:04:32.785Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T21:04:32.785Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T21:04:32.785Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T21:04:32.785Z+ cargo --version
672026-07-01T21:04:32.842Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T21:04:32.850Z+ rustc --version
692026-07-01T21:04:32.850Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T21:04:32.850Zprocess exited: duration 17092 ms, exit code 0
 
712026-07-01T21:04:32.856Zstarting task 2: "authentication"
722026-07-01T21:04:32.880Zprocess exited: duration 22 ms, exit code 0
 
732026-07-01T21:04:32.887Zstarting task 3: "clone repository"
742026-07-01T21:04:32.892Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T21:04:32.896Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T21:04:32.938ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T21:04:43.128Z+ cd /work/oxidecomputer/omicron
782026-07-01T21:04:43.128Z+ git fetch origin fb4894e22274273953e3497784df41c2e11a45af
792026-07-01T21:04:43.429ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T21:04:43.429Z * branch fb4894e22274273953e3497784df41c2e11a45af -> FETCH_HEAD
812026-07-01T21:04:43.443Z+ [[ -n jmcarp/omdb-producer-kind ]]
822026-07-01T21:04:43.446Z++ git branch --show-current
832026-07-01T21:04:43.449Z+ current=main
842026-07-01T21:04:43.449Z+ [[ main != jmcarp/omdb-producer-kind ]]
852026-07-01T21:04:43.449Z+ git branch -f jmcarp/omdb-producer-kind fb4894e22274273953e3497784df41c2e11a45af
862026-07-01T21:04:43.454Z+ git checkout -f jmcarp/omdb-producer-kind
872026-07-01T21:04:43.611ZSwitched to branch 'jmcarp/omdb-producer-kind'
882026-07-01T21:04:43.614Z+ git reset --hard fb4894e22274273953e3497784df41c2e11a45af
892026-07-01T21:04:43.768ZHEAD is now at fb4894e22 Oximeter: Expose `kind` in `ProducerDetails` and plumb to omdb.
902026-07-01T21:04:43.771Zprocess exited: duration 10882 ms, exit code 0
 
912026-07-01T21:04:43.778Zstarting task 4: "build"
922026-07-01T21:04:43.783Z+ source .github/buildomat/ci-env.sh
932026-07-01T21:04:43.783Z++ export CARGO_TERM_COLOR=always
942026-07-01T21:04:43.783Z++ CARGO_TERM_COLOR=always
952026-07-01T21:04:43.786Z+ cargo --version
962026-07-01T21:04:43.793Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T21:04:43.796Z+ rustc --version
982026-07-01T21:04:43.817Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T21:04:43.819Z+ WORK=/work
1002026-07-01T21:04:43.819Z+ pfexec mkdir -p /work
1012026-07-01T21:04:43.822Z+ pfexec chown build /work
1022026-07-01T21:04:43.825Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-01T21:04:45.401Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-01T21:04:45.509Z Startup: Caching catalogs ... Done
1052026-07-01T21:04:45.996ZPlanning: Solver setup ... Done (0.441s)
1062026-07-01T21:04:46.023ZPlanning: Running solver ... Done (0.026s)
1072026-07-01T21:04:46.035ZPlanning: Finding local manifests ... Done (0.003s)
1082026-07-01T21:04:46.047ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-01T21:04:46.066ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-01T21:04:46.080ZPlanning: Package planning ... Done (0.014s)
1112026-07-01T21:04:46.083ZPlanning: Merging actions ... Done (0.001s)
1122026-07-01T21:04:46.255ZPlanning: Checking for conflicting actions ... Done (0.173s)
1132026-07-01T21:04:46.260ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-01T21:04:47.158ZPlanning: Evaluating mediators ... Done (0.886s)
1152026-07-01T21:04:47.166ZPlanning: Planning completed in 1.61 seconds
1162026-07-01T21:04:47.166Z Packages to install: 2
1172026-07-01T21:04:47.166Z Estimated space available: 156.06 GB
1182026-07-01T21:04:47.166ZEstimated space to be consumed: 30.98 MB
1192026-07-01T21:04:47.167Z Create boot environment: No
1202026-07-01T21:04:47.167ZCreate backup boot environment: No
1212026-07-01T21:04:47.167Z Rebuild boot archive: No
1222026-07-01T21:04:47.167Z
1232026-07-01T21:04:47.167ZChanged packages:
1242026-07-01T21:04:47.167Zhelios
1252026-07-01T21:04:47.167Z developer/build-essential
1262026-07-01T21:04:47.167Z None -> 11-3.0
1272026-07-01T21:04:47.167Z library/libxmlsec1
1282026-07-01T21:04:47.167Z None -> 1.2.35-3.0
1292026-07-01T21:04:47.178Z
1302026-07-01T21:04:47.178ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-01T21:04:47.674ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1322026-07-01T21:04:47.749Z Actions: 1/268 actions (Installing new actions)
1332026-07-01T21:04:47.776Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-01T21:04:47.787ZFinalize: Updating package state database ... Done (0.013s)
1352026-07-01T21:04:47.787ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-01T21:04:47.815ZFinalize: Updating image state ... Done (0.028s)
1372026-07-01T21:04:50.420ZFinalize: Creating fast lookup database ... Done (2.570s)
1382026-07-01T21:04:50.481ZFinalize: Reading search index ... Done (0.013s)
1392026-07-01T21:04:50.484ZFinalize: Updating search index ... Done (0.000s)
1402026-07-01T21:04:50.568ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-01T21:04:50.872ZPlanning: Evaluating mediator changes ... Done
1422026-07-01T21:04:50.978ZPlanning: Checking for conflicting actions ... Done
1432026-07-01T21:04:50.984ZPlanning: Consolidating action changes ... Done
1442026-07-01T21:04:51.130ZPlanning: Evaluating mediators ... Done
1452026-07-01T21:04:51.137ZPlanning: Planning completed in 0.26 seconds
1462026-07-01T21:04:51.155Z Mediators to change: 2
1472026-07-01T21:04:51.156Z Create boot environment: No
1482026-07-01T21:04:51.156ZCreate backup boot environment: No
1492026-07-01T21:04:51.200ZFinalize: Updating package state database ... Done
1502026-07-01T21:04:51.203ZFinalize: Updating package cache ... Done
1512026-07-01T21:04:51.220ZFinalize: Updating image state ... Done
1522026-07-01T21:04:53.153ZFinalize: Creating fast lookup database ... Done
1532026-07-01T21:04:53.213ZFinalize: Reading search index ... Done
1542026-07-01T21:04:53.220ZFinalize: Updating search index ... Done
1552026-07-01T21:04:53.287ZFinalize: Updating package cache ... Done
1562026-07-01T21:04:53.570ZPlanning: Evaluating mediator changes ... Done
1572026-07-01T21:04:53.673ZPlanning: Checking for conflicting actions ... Done
1582026-07-01T21:04:53.677ZPlanning: Consolidating action changes ... Done
1592026-07-01T21:04:53.830ZPlanning: Evaluating mediators ... Done
1602026-07-01T21:04:53.833ZPlanning: Planning completed in 0.26 seconds
1612026-07-01T21:04:53.852Z Mediators to change: 1
1622026-07-01T21:04:53.852Z Create boot environment: No
1632026-07-01T21:04:53.852ZCreate backup boot environment: No
1642026-07-01T21:04:53.901ZFinalize: Updating package state database ... Done
1652026-07-01T21:04:53.901ZFinalize: Updating package cache ... Done
1662026-07-01T21:04:53.917ZFinalize: Updating image state ... Done
1672026-07-01T21:04:55.858ZFinalize: Creating fast lookup database ... Done
1682026-07-01T21:04:55.923ZFinalize: Reading search index ... Done
1692026-07-01T21:04:55.926ZFinalize: Updating search index ... Done
1702026-07-01T21:04:55.993ZFinalize: Updating package cache ... Done
1712026-07-01T21:04:56.304ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-01T21:04:56.304Zapache system 2.4 system
1732026-07-01T21:04:56.304Zclang system 15 system
1742026-07-01T21:04:56.304Zcsh system system illumos
1752026-07-01T21:04:56.304Zctags system system illumos
1762026-07-01T21:04:56.304Zfile vendor vendor darwinsys
1772026-07-01T21:04:56.304Zfile system system illumos
1782026-07-01T21:04:56.304Zgcc vendor 14 vendor
1792026-07-01T21:04:56.304Zgcc system 13 system
1802026-07-01T21:04:56.304Zgcc system 10 system
1812026-07-01T21:04:56.304Zgo system 1.25 system
1822026-07-01T21:04:56.304Zllvm system 15 system
1832026-07-01T21:04:56.304Zmariadb system 11.4 system
1842026-07-01T21:04:56.304Zmta vendor vendor dma
1852026-07-01T21:04:56.304Zopenjdk system 17 system
1862026-07-01T21:04:56.304Zopenjdk system 11 system
1872026-07-01T21:04:56.304Zopenssl vendor 3 vendor
1882026-07-01T21:04:56.304Zperl system 5.40 system
1892026-07-01T21:04:56.304Zpostgresql system 18 system
1902026-07-01T21:04:56.304Zpostgresql system 17 system
1912026-07-01T21:04:56.305Zpython vendor 3 vendor
1922026-07-01T21:04:56.305Zpython system 2 system
1932026-07-01T21:04:56.305Zpython3 vendor 3.13 vendor
1942026-07-01T21:04:56.305Zruby system 3.4 system
1952026-07-01T21:04:56.305Zruby system 3.0 system
1962026-07-01T21:04:56.305Zwords vendor vendor american-english
1972026-07-01T21:04:56.305Zwords system system australian-english
1982026-07-01T21:04:56.305Zwords system system british-english
1992026-07-01T21:04:56.305Zwords system system canadian-english
2002026-07-01T21:04:56.305Zwords system system french
2012026-07-01T21:04:56.305Zwords system system italian
2022026-07-01T21:04:56.305Zwords system system ngerman
2032026-07-01T21:04:56.305Zwords system system ogerman
2042026-07-01T21:04:56.305Zwords system system spanish
2052026-07-01T21:04:56.565ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-01T21:04:56.565Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-01T21:04:56.863ZFMRI IFO
2082026-07-01T21:04:56.863Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-01T21:04:56.863Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-01T21:04:56.863Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-01T21:04:56.863Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-01T21:04:56.864Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-01T21:04:56.864Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-01T21:04:56.864Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-01T21:04:56.864Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-01T21:04:56.864Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-01T21:04:57.123Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-01T21:04:57.438Z Updating crates.io index
2192026-07-01T21:04:57.441Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-01T21:04:57.679Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-01T21:04:57.983Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-01T21:04:58.941Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-01T21:04:59.511Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-01T21:05:01.054Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-01T21:05:01.856Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-01T21:05:02.145Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-01T21:05:02.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-01T21:05:03.726Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-01T21:05:04.178Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-01T21:05:04.499Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-01T21:05:04.773Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-01T21:05:05.223Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-01T21:05:05.731Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-01T21:05:06.067Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-01T21:05:06.308Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-01T21:05:06.616Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-01T21:05:06.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-01T21:05:07.363Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-01T21:05:07.644Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-01T21:05:07.925Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-01T21:05:08.317Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-01T21:05:08.712Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-01T21:05:08.971Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-01T21:05:09.381Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-01T21:05:09.649Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-01T21:05:09.983Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-01T21:05:10.266Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-01T21:05:10.509Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-01T21:05:10.859Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-01T21:05:11.289Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-01T21:05:11.555Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-01T21:05:11.870Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-01T21:05:12.139Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-01T21:05:12.446Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-01T21:05:12.729Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-07-01T21:05:13.022Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-07-01T21:05:13.312Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-07-01T21:05:13.607Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-07-01T21:05:16.387Z Downloading crates ...
2602026-07-01T21:05:16.445Z Downloaded anstyle-parse v1.0.0
2612026-07-01T21:05:16.468Z Downloaded zmij v1.0.21
2622026-07-01T21:05:16.472Z Downloaded zerocopy-derive v0.7.35
2632026-07-01T21:05:16.472Z Downloaded bytecount v0.6.9
2642026-07-01T21:05:16.472Z Downloaded byteorder v1.5.0
2652026-07-01T21:05:16.475Z Downloaded itoa v1.0.17
2662026-07-01T21:05:16.475Z Downloaded cfg-if v1.0.4
2672026-07-01T21:05:16.479Z Downloaded crypto-common v0.1.7
2682026-07-01T21:05:16.482Z Downloaded errno v0.3.14
2692026-07-01T21:05:16.482Z Downloaded clap_derive v4.6.1
2702026-07-01T21:05:16.482Z Downloaded camino-tempfile v1.4.1
2712026-07-01T21:05:16.485Z Downloaded cargo_toml v0.21.0
2722026-07-01T21:05:16.485Z Downloaded anstyle v1.0.14
2732026-07-01T21:05:16.488Z Downloaded anyhow v1.0.102
2742026-07-01T21:05:16.491Z Downloaded macaddr v1.0.1
2752026-07-01T21:05:16.494Z Downloaded ucd-trie v0.1.7
2762026-07-01T21:05:16.497Z Downloaded fastrand v2.3.0
2772026-07-01T21:05:16.497Z Downloaded usdt-macro v0.5.0
2782026-07-01T21:05:16.499Z Downloaded anstream v1.0.0
2792026-07-01T21:05:16.506Z Downloaded dtrace-parser v0.2.0
2802026-07-01T21:05:16.513Z Downloaded usdt-attr-macro v0.5.0
2812026-07-01T21:05:16.518Z Downloaded heck v0.5.0
2822026-07-01T21:05:16.518Z Downloaded generic-array v0.14.7
2832026-07-01T21:05:16.518Z Downloaded clap_lex v1.0.0
2842026-07-01T21:05:16.523Z Downloaded fs-err v3.3.0
2852026-07-01T21:05:16.523Z Downloaded digest v0.10.7
2862026-07-01T21:05:16.523Z Downloaded clap v4.6.1
2872026-07-01T21:05:16.527Z Downloaded swrite v0.1.0
2882026-07-01T21:05:16.527Z Downloaded smawk v0.3.2
2892026-07-01T21:05:16.530Z Downloaded serde_spanned v0.6.9
2902026-07-01T21:05:16.530Z Downloaded memmap v0.7.0
2912026-07-01T21:05:16.533Z Downloaded bitflags v2.11.0
2922026-07-01T21:05:16.536Z Downloaded anstyle-query v1.1.5
2932026-07-01T21:05:16.540Z Downloaded is_terminal_polyfill v1.70.2
2942026-07-01T21:05:16.543Z Downloaded cargo_metadata v0.23.1
2952026-07-01T21:05:16.547Z Downloaded utf8parse v0.2.2
2962026-07-01T21:05:16.550Z Downloaded toml_datetime v0.6.11
2972026-07-01T21:05:16.553Z Downloaded thiserror-impl v2.0.18
2982026-07-01T21:05:16.553Z Downloaded proc-macro-error v1.0.4
2992026-07-01T21:05:16.558Z Downloaded usdt v0.5.0
3002026-07-01T21:05:16.561Z Downloaded cpufeatures v0.2.17
3012026-07-01T21:05:16.564Z Downloaded thread-id v4.2.2
3022026-07-01T21:05:16.564Z Downloaded tabled_derive v0.7.0
3032026-07-01T21:05:16.564Z Downloaded unicode-linebreak v0.1.5
3042026-07-01T21:05:16.568Z Downloaded toml_write v0.1.2
3052026-07-01T21:05:16.568Z Downloaded zerocopy v0.7.35
3062026-07-01T21:05:16.574Z Downloaded semver v1.0.28
3072026-07-01T21:05:16.577Z Downloaded dof v0.3.0
3082026-07-01T21:05:16.577Z Downloaded pretty-hex v0.4.1
3092026-07-01T21:05:16.577Z Downloaded pest_derive v2.8.6
3102026-07-01T21:05:16.580Z Downloaded version_check v0.9.5
3112026-07-01T21:05:16.580Z Downloaded colorchoice v1.0.4
3122026-07-01T21:05:16.580Z Downloaded block-buffer v0.10.4
3132026-07-01T21:05:16.580Z Downloaded terminal_size v0.4.3
3142026-07-01T21:05:16.586Z Downloaded heck v0.4.1
3152026-07-01T21:05:16.589Z Downloaded scroll v0.12.0
3162026-07-01T21:05:16.601Z Downloaded cargo-platform v0.3.2
3172026-07-01T21:05:16.605Z Downloaded strsim v0.11.1
3182026-07-01T21:05:16.609Z Downloaded proc-macro-error-attr v1.0.4
3192026-07-01T21:05:16.612Z Downloaded scroll_derive v0.12.1
3202026-07-01T21:05:16.612Z Downloaded plain v0.2.3
3212026-07-01T21:05:16.618Z Downloaded usdt-impl v0.5.0
3222026-07-01T21:05:16.621Z Downloaded quote v1.0.45
3232026-07-01T21:05:16.624Z Downloaded indexmap v2.14.0
3242026-07-01T21:05:16.624Z Downloaded thiserror-impl v1.0.69
3252026-07-01T21:05:16.624Z Downloaded equivalent v1.0.2
3262026-07-01T21:05:16.629Z Downloaded sha2 v0.10.9
3272026-07-01T21:05:16.632Z Downloaded fnv v1.0.7
3282026-07-01T21:05:16.651Z Downloaded autocfg v1.5.0
3292026-07-01T21:05:16.654Z Downloaded unicode-ident v1.0.24
3302026-07-01T21:05:16.657Z Downloaded log v0.4.29
3312026-07-01T21:05:16.657Z Downloaded thiserror v1.0.69
3322026-07-01T21:05:16.660Z Downloaded toml v0.8.23
3332026-07-01T21:05:16.663Z Downloaded pest_meta v2.8.6
3342026-07-01T21:05:16.665Z Downloaded thiserror v2.0.18
3352026-07-01T21:05:16.669Z Downloaded serde v1.0.228
3362026-07-01T21:05:16.672Z Downloaded camino v1.2.2
3372026-07-01T21:05:16.672Z Downloaded pest_generator v2.8.6
3382026-07-01T21:05:16.676Z Downloaded once_cell v1.21.3
3392026-07-01T21:05:16.680Z Downloaded serde_tokenstream v0.2.3
3402026-07-01T21:05:16.683Z Downloaded tempfile v3.25.0
3412026-07-01T21:05:16.687Z Downloaded serde_derive v1.0.228
3422026-07-01T21:05:16.690Z Downloaded getrandom v0.4.1
3432026-07-01T21:05:16.690Z Downloaded toml_edit v0.22.27
3442026-07-01T21:05:16.694Z Downloaded textwrap v0.16.2
3452026-07-01T21:05:16.699Z Downloaded proc-macro2 v1.0.106
3462026-07-01T21:05:16.704Z Downloaded papergrid v0.11.0
3472026-07-01T21:05:16.715Z Downloaded serde_core v1.0.228
3482026-07-01T21:05:16.718Z Downloaded typenum v1.20.1
3492026-07-01T21:05:16.734Z Downloaded memchr v2.8.0
3502026-07-01T21:05:16.774Z Downloaded pest v2.8.6
3512026-07-01T21:05:16.784Z Downloaded goblin v0.8.2
3522026-07-01T21:05:16.788Z Downloaded hashbrown v0.17.0
3532026-07-01T21:05:16.790Z Downloaded serde_json v1.0.150
3542026-07-01T21:05:16.801Z Downloaded winnow v0.7.14
3552026-07-01T21:05:16.806Z Downloaded clap_builder v4.6.0
3562026-07-01T21:05:16.810Z Downloaded tabled v0.15.0
3572026-07-01T21:05:16.827Z Downloaded syn v1.0.109
3582026-07-01T21:05:16.835Z Downloaded unicode-width v0.2.0
3592026-07-01T21:05:16.848Z Downloaded unicode-width v0.1.14
3602026-07-01T21:05:16.851Z Downloaded syn v2.0.117
3612026-07-01T21:05:16.862Z Downloaded rustix v1.1.3
3622026-07-01T21:05:16.890Z Downloaded libc v0.2.185
3632026-07-01T21:05:16.954Z Compiling proc-macro2 v1.0.106
3642026-07-01T21:05:16.954Z Compiling quote v1.0.45
3652026-07-01T21:05:16.959Z Compiling unicode-ident v1.0.24
3662026-07-01T21:05:16.959Z Compiling serde_core v1.0.228
3672026-07-01T21:05:16.959Z Compiling libc v0.2.185
3682026-07-01T21:05:16.959Z Compiling version_check v0.9.5
3692026-07-01T21:05:16.959Z Compiling memchr v2.8.0
3702026-07-01T21:05:16.959Z Compiling serde v1.0.228
3712026-07-01T21:05:16.959Z Compiling zmij v1.0.21
3722026-07-01T21:05:17.134Z Compiling itoa v1.0.17
3732026-07-01T21:05:17.134Z Compiling ucd-trie v0.1.7
3742026-07-01T21:05:17.143Z Compiling thiserror v1.0.69
3752026-07-01T21:05:17.143Z Compiling byteorder v1.5.0
3762026-07-01T21:05:17.143Z Compiling rustix v1.1.3
3772026-07-01T21:05:17.386Z Compiling bitflags v2.11.0
3782026-07-01T21:05:17.483Z Compiling serde_json v1.0.150
3792026-07-01T21:05:17.567Z Compiling camino v1.2.2
3802026-07-01T21:05:17.654Z Compiling pest v2.8.6
3812026-07-01T21:05:17.687Z Compiling proc-macro-error-attr v1.0.4
3822026-07-01T21:05:17.706Z Compiling usdt-impl v0.5.0
3832026-07-01T21:05:17.706Z Compiling syn v1.0.109
3842026-07-01T21:05:17.854Z Compiling proc-macro-error v1.0.4
3852026-07-01T21:05:17.890Z Compiling log v0.4.29
3862026-07-01T21:05:17.927Z Compiling getrandom v0.4.1
3872026-07-01T21:05:17.958Z Compiling utf8parse v0.2.2
3882026-07-01T21:05:17.976Z Compiling equivalent v1.0.2
3892026-07-01T21:05:18.119Z Compiling plain v0.2.3
3902026-07-01T21:05:18.156Z Compiling hashbrown v0.17.0
3912026-07-01T21:05:18.160Z Compiling anstyle-parse v1.0.0
3922026-07-01T21:05:18.207Z Compiling errno v0.3.14
3932026-07-01T21:05:18.212Z Compiling thread-id v4.2.2
3942026-07-01T21:05:18.222Z Compiling winnow v0.7.14
3952026-07-01T21:05:18.226Z Compiling anstyle v1.0.14
3962026-07-01T21:05:18.242Z Compiling cfg-if v1.0.4
3972026-07-01T21:05:18.293Z Compiling anstyle-query v1.1.5
3982026-07-01T21:05:18.299Z Compiling colorchoice v1.0.4
3992026-07-01T21:05:18.299Z Compiling toml_write v0.1.2
4002026-07-01T21:05:18.435Z Compiling is_terminal_polyfill v1.70.2
4012026-07-01T21:05:18.440Z Compiling thiserror v2.0.18
4022026-07-01T21:05:18.440Z Compiling autocfg v1.5.0
4032026-07-01T21:05:18.476Z Compiling pretty-hex v0.4.1
4042026-07-01T21:05:18.542Z Compiling anstream v1.0.0
4052026-07-01T21:05:18.560Z Compiling heck v0.5.0
4062026-07-01T21:05:18.580Z Compiling fnv v1.0.7
4072026-07-01T21:05:18.622Z Compiling syn v2.0.117
4082026-07-01T21:05:18.647Z Compiling indexmap v2.14.0
4092026-07-01T21:05:18.744Z Compiling pest_meta v2.8.6
4102026-07-01T21:05:18.782Z Compiling anyhow v1.0.102
4112026-07-01T21:05:18.788Z Compiling fastrand v2.3.0
4122026-07-01T21:05:18.848Z Compiling unicode-width v0.1.14
4132026-07-01T21:05:18.903Z Compiling strsim v0.11.1
4142026-07-01T21:05:18.960Z Compiling fs-err v3.3.0
4152026-07-01T21:05:18.986Z Compiling bytecount v0.6.9
4162026-07-01T21:05:19.089Z Compiling heck v0.4.1
4172026-07-01T21:05:19.109Z Compiling once_cell v1.21.3
4182026-07-01T21:05:19.143Z Compiling clap_lex v1.0.0
4192026-07-01T21:05:19.163Z Compiling papergrid v0.11.0
4202026-07-01T21:05:19.217Z Compiling memmap v0.7.0
4212026-07-01T21:05:19.274Z Compiling terminal_size v0.4.3
4222026-07-01T21:05:19.315Z Compiling tempfile v3.25.0
4232026-07-01T21:05:19.334Z Compiling unicode-linebreak v0.1.5
4242026-07-01T21:05:19.353Z Compiling smawk v0.3.2
4252026-07-01T21:05:19.367Z Compiling unicode-width v0.2.0
4262026-07-01T21:05:19.396Z Compiling clap_builder v4.6.0
4272026-07-01T21:05:19.536Z Compiling semver v1.0.28
4282026-07-01T21:05:19.605Z Compiling cargo-platform v0.3.2
4292026-07-01T21:05:19.624Z Compiling textwrap v0.16.2
4302026-07-01T21:05:19.707Z Compiling swrite v0.1.0
4312026-07-01T21:05:19.721Z Compiling camino-tempfile v1.4.1
4322026-07-01T21:05:20.187Z Compiling tabled_derive v0.7.0
4332026-07-01T21:05:20.826Z Compiling pest_generator v2.8.6
4342026-07-01T21:05:20.862Z Compiling tabled v0.15.0
4352026-07-01T21:05:21.324Z Compiling serde_derive v1.0.228
4362026-07-01T21:05:21.324Z Compiling thiserror-impl v1.0.69
4372026-07-01T21:05:21.329Z Compiling zerocopy-derive v0.7.35
4382026-07-01T21:05:21.329Z Compiling scroll_derive v0.12.1
4392026-07-01T21:05:21.329Z Compiling thiserror-impl v2.0.18
4402026-07-01T21:05:21.329Z Compiling clap_derive v4.6.1
4412026-07-01T21:05:21.430Z Compiling pest_derive v2.8.6
4422026-07-01T21:05:21.968Z Compiling scroll v0.12.0
4432026-07-01T21:05:22.104Z Compiling zerocopy v0.7.35
4442026-07-01T21:05:22.190Z Compiling goblin v0.8.2
4452026-07-01T21:05:22.385Z Compiling dtrace-parser v0.2.0
4462026-07-01T21:05:22.751Z Compiling clap v4.6.1
4472026-07-01T21:05:23.832Z Compiling toml_datetime v0.6.11
4482026-07-01T21:05:23.832Z Compiling serde_spanned v0.6.9
4492026-07-01T21:05:23.835Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-07-01T21:05:23.835Z Compiling macaddr v1.0.1
4512026-07-01T21:05:23.835Z Compiling cargo_metadata v0.23.1
4522026-07-01T21:05:23.851Z Compiling dof v0.3.0
4532026-07-01T21:05:23.854Z Compiling serde_tokenstream v0.2.3
4542026-07-01T21:05:24.016Z Compiling toml_edit v0.22.27
4552026-07-01T21:05:24.615Z Compiling usdt-attr-macro v0.5.0
4562026-07-01T21:05:24.618Z Compiling usdt-macro v0.5.0
4572026-07-01T21:05:25.215Z Compiling usdt v0.5.0
4582026-07-01T21:05:25.295Z Compiling toml v0.8.23
4592026-07-01T21:05:25.598Z Compiling cargo_toml v0.21.0
4602026-07-01T21:05:26.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-07-01T21:05:28.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.94s
4622026-07-01T21:05:29.113Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-07-01T21:05:29.611Z Downloading crates ...
4642026-07-01T21:05:29.721Z Downloaded adler2 v2.0.1
4652026-07-01T21:05:29.742Z Downloaded atty v0.2.14
4662026-07-01T21:05:29.746Z Downloaded async-stream v0.3.6
4672026-07-01T21:05:29.753Z Downloaded array-init v0.0.4
4682026-07-01T21:05:29.756Z Downloaded ascii-canvas v3.0.0
4692026-07-01T21:05:29.756Z Downloaded arrayref v0.3.9
4702026-07-01T21:05:29.761Z Downloaded assert_matches v1.5.0
4712026-07-01T21:05:29.764Z Downloaded async-stream-impl v0.3.6
4722026-07-01T21:05:29.764Z Downloaded async-recursion v1.1.1
4732026-07-01T21:05:29.764Z Downloaded atomicwrites v0.4.4
4742026-07-01T21:05:29.764Z Downloaded atomic-waker v1.1.2
4752026-07-01T21:05:29.770Z Downloaded base16ct v1.0.0
4762026-07-01T21:05:29.774Z Downloaded base16ct v0.2.0
4772026-07-01T21:05:29.774Z Downloaded bb8 v0.8.6
4782026-07-01T21:05:29.777Z Downloaded bcrypt-pbkdf v0.11.0
4792026-07-01T21:05:29.777Z Downloaded aead v0.5.2
4802026-07-01T21:05:29.780Z Downloaded castaway v0.2.4
4812026-07-01T21:05:29.783Z Downloaded compression-core v0.4.31
4822026-07-01T21:05:29.791Z Downloaded darling_macro v0.20.11
4832026-07-01T21:05:29.794Z Downloaded cpubits v0.1.1
4842026-07-01T21:05:29.797Z Downloaded bitfield-macros v0.19.4
4852026-07-01T21:05:29.797Z Downloaded crypto-common v0.2.2
4862026-07-01T21:05:29.797Z Downloaded crc v3.4.0
4872026-07-01T21:05:29.802Z Downloaded ciborium-ll v0.2.2
4882026-07-01T21:05:29.806Z Downloaded aead v0.6.1
4892026-07-01T21:05:29.809Z Downloaded backoff v0.4.0
4902026-07-01T21:05:29.813Z Downloaded anstyle-parse v0.2.7
4912026-07-01T21:05:29.813Z Downloaded argon2 v0.5.3
4922026-07-01T21:05:29.817Z Downloaded arrayvec v0.7.6
4932026-07-01T21:05:29.820Z Downloaded crucible-workspace-hack v0.1.0
4942026-07-01T21:05:29.823Z Downloaded crunchy v0.2.4
4952026-07-01T21:05:29.826Z Downloaded darling_macro v0.21.3
4962026-07-01T21:05:29.828Z Downloaded crc-catalog v2.4.0
4972026-07-01T21:05:29.828Z Downloaded bit-set v0.8.0
4982026-07-01T21:05:29.831Z Downloaded bit-set v0.5.3
4992026-07-01T21:05:29.831Z Downloaded convert_case v0.4.0
5002026-07-01T21:05:29.831Z Downloaded ciborium-io v0.2.2
5012026-07-01T21:05:29.834Z Downloaded crc8 v0.1.1
5022026-07-01T21:05:29.837Z Downloaded dropshot-api-manager-types v0.7.2
5032026-07-01T21:05:29.837Z Downloaded difflib v0.4.0
5042026-07-01T21:05:29.837Z Downloaded darling_macro v0.13.4
5052026-07-01T21:05:29.841Z Downloaded cstr-argument v0.1.2
5062026-07-01T21:05:29.845Z Downloaded embedded-io v0.4.0
5072026-07-01T21:05:29.850Z Downloaded derive_builder_macro v0.20.2
5082026-07-01T21:05:29.852Z Downloaded cpufeatures v0.3.0
5092026-07-01T21:05:29.853Z Downloaded cmov v0.5.4
5102026-07-01T21:05:29.855Z Downloaded anstream v0.6.21
5112026-07-01T21:05:29.858Z Downloaded const_format_proc_macros v0.2.34
5122026-07-01T21:05:29.858Z Downloaded data-encoding v2.10.0
5132026-07-01T21:05:29.861Z Downloaded bitfield v0.19.4
5142026-07-01T21:05:29.861Z Downloaded dunce v1.0.5
5152026-07-01T21:05:29.864Z Downloaded daft-derive v0.1.7
5162026-07-01T21:05:29.864Z Downloaded cexpr v0.6.0
5172026-07-01T21:05:29.867Z Downloaded camino-tempfile-ext v0.3.3
5182026-07-01T21:05:29.867Z Downloaded bitflags v1.3.2
5192026-07-01T21:05:29.869Z Downloaded cobs v0.3.0
5202026-07-01T21:05:29.869Z Downloaded dirs-sys-next v0.1.2
5212026-07-01T21:05:29.873Z Downloaded debug-ignore v1.0.5
5222026-07-01T21:05:29.873Z Downloaded block-buffer v0.12.1
5232026-07-01T21:05:29.873Z Downloaded bitfield-struct v0.6.2
5242026-07-01T21:05:29.876Z Downloaded dtrace-parser v0.3.0
5252026-07-01T21:05:29.876Z Downloaded downcast-rs v2.0.2
5262026-07-01T21:05:29.876Z Downloaded dirs-next v2.0.0
5272026-07-01T21:05:29.876Z Downloaded bit-vec v0.8.0
5282026-07-01T21:05:29.879Z Downloaded cfg_aliases v0.1.1
5292026-07-01T21:05:29.882Z Downloaded async-trait v0.1.89
5302026-07-01T21:05:29.882Z Downloaded document-features v0.2.12
5312026-07-01T21:05:29.885Z Downloaded dsl_auto_type v0.2.0
5322026-07-01T21:05:29.885Z Downloaded display-error-chain v0.2.2
5332026-07-01T21:05:29.885Z Downloaded cipher v0.4.4
5342026-07-01T21:05:29.888Z Downloaded cassowary v0.3.0
5352026-07-01T21:05:29.888Z Downloaded defmt v0.3.100
5362026-07-01T21:05:29.891Z Downloaded async-bb8-diesel v0.2.1
5372026-07-01T21:05:29.891Z Downloaded argon2 v0.6.0-rc.8
5382026-07-01T21:05:29.894Z Downloaded backon v1.6.0
5392026-07-01T21:05:29.897Z Downloaded defmt-parser v1.0.0
5402026-07-01T21:05:29.897Z Downloaded enum-as-inner v0.6.1
5412026-07-01T21:05:29.900Z Downloaded darling_macro v0.23.0
5422026-07-01T21:05:29.900Z Downloaded endian-type v0.1.2
5432026-07-01T21:05:29.903Z Downloaded embedded-io v0.6.1
5442026-07-01T21:05:29.920Z Downloaded diesel_table_macro_syntax v0.3.0
5452026-07-01T21:05:29.921Z Downloaded env_filter v1.0.0
5462026-07-01T21:05:29.926Z Downloaded fixedbitset v0.4.2
5472026-07-01T21:05:29.926Z Downloaded dyn-clone v1.0.20
5482026-07-01T21:05:29.926Z Downloaded fd-lock v4.0.4
5492026-07-01T21:05:29.927Z Downloaded byte-wrapper v0.1.0
5502026-07-01T21:05:29.927Z Downloaded cipher v0.5.2
5512026-07-01T21:05:29.927Z Downloaded cfg_aliases v0.2.1
5522026-07-01T21:05:29.927Z Downloaded daft v0.1.7
5532026-07-01T21:05:29.927Z Downloaded constant_time_eq v0.4.2
5542026-07-01T21:05:29.927Z Downloaded convert_case v0.10.0
5552026-07-01T21:05:29.931Z Downloaded csv-core v0.1.13
5562026-07-01T21:05:29.937Z Downloaded foreign-types v0.5.0
5572026-07-01T21:05:29.937Z Downloaded foreign-types-macros v0.2.3
5582026-07-01T21:05:29.937Z Downloaded base64ct v1.8.3
5592026-07-01T21:05:29.941Z Downloaded ctutils v0.4.2
5602026-07-01T21:05:29.941Z Downloaded ahash v0.8.12
5612026-07-01T21:05:29.941Z Downloaded ctr v0.10.1
5622026-07-01T21:05:29.944Z Downloaded ecdsa v0.16.9
5632026-07-01T21:05:29.944Z Downloaded der_derive v0.7.3
5642026-07-01T21:05:29.944Z Downloaded float-cmp v0.10.0
5652026-07-01T21:05:29.944Z Downloaded derive-ex v0.1.8
5662026-07-01T21:05:29.947Z Downloaded critical-section v1.2.0
5672026-07-01T21:05:29.947Z Downloaded colored v2.2.0
5682026-07-01T21:05:29.950Z Downloaded compression-codecs v0.4.37
5692026-07-01T21:05:29.953Z Downloaded darling v0.13.4
5702026-07-01T21:05:29.953Z Downloaded buf-list v1.1.2
5712026-07-01T21:05:29.957Z Downloaded block-padding v0.4.2
5722026-07-01T21:05:29.957Z Downloaded blake2 v0.11.0-rc.6
5732026-07-01T21:05:29.960Z Downloaded futures-core v0.3.32
5742026-07-01T21:05:29.960Z Downloaded funty v2.0.0
5752026-07-01T21:05:29.960Z Downloaded foreign-types-shared v0.3.1
5762026-07-01T21:05:29.960Z Downloaded float-ord v0.3.2
5772026-07-01T21:05:29.960Z Downloaded flagset v0.4.7
5782026-07-01T21:05:29.963Z Downloaded deranged v0.5.8
5792026-07-01T21:05:29.963Z Downloaded curve25519-dalek-derive v0.1.1
5802026-07-01T21:05:29.963Z Downloaded bzip2 v0.6.1
5812026-07-01T21:05:29.966Z Downloaded bzip2 v0.4.4
5822026-07-01T21:05:29.966Z Downloaded defmt v1.0.1
5832026-07-01T21:05:29.968Z Downloaded ena v0.14.4
5842026-07-01T21:05:29.968Z Downloaded dof v0.4.0
5852026-07-01T21:05:29.972Z Downloaded bit-vec v0.6.3
5862026-07-01T21:05:29.972Z Downloaded bcs v0.1.6
5872026-07-01T21:05:29.975Z Downloaded ed25519 v2.2.3
5882026-07-01T21:05:29.975Z Downloaded corncobs v0.1.4
5892026-07-01T21:05:29.975Z Downloaded cmake v0.1.57
5902026-07-01T21:05:29.978Z Downloaded cbc v0.2.1
5912026-07-01T21:05:29.978Z Downloaded erased-serde v0.3.31
5922026-07-01T21:05:29.978Z Downloaded derive_builder_core v0.20.2
5932026-07-01T21:05:29.981Z Downloaded fallible-iterator v0.2.0
5942026-07-01T21:05:29.981Z Downloaded env_logger v0.11.9
5952026-07-01T21:05:29.984Z Downloaded displaydoc v0.2.5
5962026-07-01T21:05:29.984Z Downloaded gethostname v0.5.0
5972026-07-01T21:05:29.987Z Downloaded ghash v0.6.0
5982026-07-01T21:05:29.987Z Downloaded ff v0.13.1
5992026-07-01T21:05:29.987Z Downloaded enum_dispatch v0.3.13
6002026-07-01T21:05:29.990Z Downloaded globwalk v0.9.1
6012026-07-01T21:05:29.990Z Downloaded ed25519 v3.0.0
6022026-07-01T21:05:29.993Z Downloaded digest v0.11.3
6032026-07-01T21:05:29.993Z Downloaded console v0.15.11
6042026-07-01T21:05:29.996Z Downloaded foreign-types v0.3.2
6052026-07-01T21:05:29.996Z Downloaded find-msvc-tools v0.1.9
6062026-07-01T21:05:29.998Z Downloaded colored v3.1.1
6072026-07-01T21:05:29.999Z Downloaded cancel-safe-futures v0.1.5
6082026-07-01T21:05:30.004Z Downloaded ecdsa v0.17.0-rc.18
6092026-07-01T21:05:30.004Z Downloaded darling v0.20.11
6102026-07-01T21:05:30.008Z Downloaded ff v0.14.0
6112026-07-01T21:05:30.008Z Downloaded blowfish v0.10.0
6122026-07-01T21:05:30.008Z Downloaded headers-core v0.3.0
6132026-07-01T21:05:30.011Z Downloaded crossbeam-utils v0.8.21
6142026-07-01T21:05:30.012Z Downloaded crc32fast v1.5.0
6152026-07-01T21:05:30.012Z Downloaded darling v0.23.0
6162026-07-01T21:05:30.019Z Downloaded hex-literal v1.1.0
6172026-07-01T21:05:30.019Z Downloaded hex v0.4.3
6182026-07-01T21:05:30.026Z Downloaded derive_builder v0.20.2
6192026-07-01T21:05:30.026Z Downloaded delegate v0.13.5
6202026-07-01T21:05:30.026Z Downloaded foldhash v0.2.0
6212026-07-01T21:05:30.026Z Downloaded ciborium v0.2.2
6222026-07-01T21:05:30.026Z Downloaded foldhash v0.1.5
6232026-07-01T21:05:30.029Z Downloaded futures-io v0.3.32
6242026-07-01T21:05:30.029Z Downloaded blake2 v0.10.6
6252026-07-01T21:05:30.030Z Downloaded foreign-types-shared v0.1.1
6262026-07-01T21:05:30.030Z Downloaded futures-macro v0.3.32
6272026-07-01T21:05:30.030Z Downloaded hash32 v0.2.1
6282026-07-01T21:05:30.030Z Downloaded fxhash v0.2.1
6292026-07-01T21:05:30.030Z Downloaded futures-sink v0.3.32
6302026-07-01T21:05:30.030Z Downloaded form_urlencoded v1.2.2
6312026-07-01T21:05:30.034Z Downloaded fixedbitset v0.5.7
6322026-07-01T21:05:30.034Z Downloaded console v0.16.2
6332026-07-01T21:05:30.034Z Downloaded chacha20 v0.10.0
6342026-07-01T21:05:30.038Z Downloaded clang-sys v1.8.1
6352026-07-01T21:05:30.038Z Downloaded futures-task v0.3.32
6362026-07-01T21:05:30.038Z Downloaded defmt-macros v1.0.1
6372026-07-01T21:05:30.041Z Downloaded fs_extra v1.3.0
6382026-07-01T21:05:30.041Z Downloaded arc-swap v1.8.2
6392026-07-01T21:05:30.044Z Downloaded chacha20 v0.9.1
6402026-07-01T21:05:30.044Z Downloaded allocator-api2 v0.2.21
6412026-07-01T21:05:30.047Z Downloaded cookie_store v0.22.1
6422026-07-01T21:05:30.047Z Downloaded diff v0.1.13
6432026-07-01T21:05:30.051Z Downloaded hostname v0.3.1
6442026-07-01T21:05:30.051Z Downloaded home v0.5.12
6452026-07-01T21:05:30.054Z Downloaded either v1.15.0
6462026-07-01T21:05:30.054Z Downloaded hostname v0.4.2
6472026-07-01T21:05:30.054Z Downloaded diesel-dtrace v0.5.0
6482026-07-01T21:05:30.057Z Downloaded const-oid v0.9.6
6492026-07-01T21:05:30.061Z Downloaded git-stub v1.0.0
6502026-07-01T21:05:30.064Z Downloaded hubpack v0.1.2
6512026-07-01T21:05:30.067Z Downloaded hyper-tls v0.6.0
6522026-07-01T21:05:30.067Z Downloaded hubpack_derive v0.1.1
6532026-07-01T21:05:30.067Z Downloaded http-body v1.0.1
6542026-07-01T21:05:30.072Z Downloaded const-oid v0.10.2
6552026-07-01T21:05:30.075Z Downloaded globset v0.4.18
6562026-07-01T21:05:30.075Z Downloaded des v0.9.0
6572026-07-01T21:05:30.081Z Downloaded git-stub-vcs v0.1.0
6582026-07-01T21:05:30.083Z Downloaded darling v0.21.3
6592026-07-01T21:05:30.086Z Downloaded group v0.13.0
6602026-07-01T21:05:30.089Z Downloaded ident_case v1.0.1
6612026-07-01T21:05:30.089Z Downloaded filetime v0.2.27
6622026-07-01T21:05:30.089Z Downloaded group v0.14.0
6632026-07-01T21:05:30.091Z Downloaded crossbeam-epoch v0.9.18
6642026-07-01T21:05:30.092Z Downloaded crossbeam-deque v0.8.6
6652026-07-01T21:05:30.094Z Downloaded darling_core v0.13.4
6662026-07-01T21:05:30.097Z Downloaded http-range v0.1.5
6672026-07-01T21:05:30.097Z Downloaded darling_core v0.20.11
6682026-07-01T21:05:30.103Z Downloaded chacha20poly1305 v0.10.1
6692026-07-01T21:05:30.103Z Downloaded cookie v0.18.1
6702026-07-01T21:05:30.105Z Downloaded illumos-nvpair-sys v0.2.0
6712026-07-01T21:05:30.105Z Downloaded illumos-nvpair v0.3.0
6722026-07-01T21:05:30.109Z Downloaded idna_adapter v1.2.1
6732026-07-01T21:05:30.109Z Downloaded futures-executor v0.3.32
6742026-07-01T21:05:30.112Z Downloaded internet-checksum v0.2.1
6752026-07-01T21:05:30.112Z Downloaded is-terminal v0.4.17
6762026-07-01T21:05:30.118Z Downloaded base64 v0.22.1
6772026-07-01T21:05:30.122Z Downloaded inout v0.1.4
6782026-07-01T21:05:30.124Z Downloaded futures-channel v0.3.32
6792026-07-01T21:05:30.124Z Downloaded base64 v0.21.7
6802026-07-01T21:05:30.129Z Downloaded instant v0.1.13
6812026-07-01T21:05:30.129Z Downloaded instability v0.3.11
6822026-07-01T21:05:30.129Z Downloaded indoc v1.0.9
6832026-07-01T21:05:30.133Z Downloaded keccak v0.1.6
6842026-07-01T21:05:30.133Z Downloaded is_ci v1.2.0
6852026-07-01T21:05:30.133Z Downloaded indent_write v2.2.0
6862026-07-01T21:05:30.133Z Downloaded kem v0.3.0
6872026-07-01T21:05:30.133Z Downloaded dropshot_endpoint v0.17.1
6882026-07-01T21:05:30.136Z Downloaded crc-any v2.5.0
6892026-07-01T21:05:30.136Z Downloaded kstat-rs v0.2.4
6902026-07-01T21:05:30.140Z Downloaded http-body-util v0.1.3
6912026-07-01T21:05:30.140Z Downloaded getrandom v0.2.17
6922026-07-01T21:05:30.140Z Downloaded inout v0.2.2
6932026-07-01T21:05:30.148Z Downloaded elliptic-curve v0.13.8
6942026-07-01T21:05:30.151Z Downloaded libscf-sys v1.1.0
6952026-07-01T21:05:30.151Z Downloaded humantime v2.3.0
6962026-07-01T21:05:30.151Z Downloaded httpdate v1.0.3
6972026-07-01T21:05:30.154Z Downloaded hash32 v0.3.1
6982026-07-01T21:05:30.154Z Downloaded highway v1.3.0
6992026-07-01T21:05:30.158Z Downloaded glob v0.3.3
7002026-07-01T21:05:30.166Z Downloaded darling_core v0.23.0
7012026-07-01T21:05:30.170Z Downloaded maybe-uninit v2.0.0
7022026-07-01T21:05:30.177Z Downloaded maplit v1.0.2
7032026-07-01T21:05:30.177Z Downloaded derive_more v0.99.20
7042026-07-01T21:05:30.177Z Downloaded managed v0.8.0
7052026-07-01T21:05:30.177Z Downloaded md-5 v0.10.6
7062026-07-01T21:05:30.188Z Downloaded match_cfg v0.1.0
7072026-07-01T21:05:30.193Z Downloaded lru-cache v0.1.2
7082026-07-01T21:05:30.193Z Downloaded elliptic-curve v0.14.0-rc.33
7092026-07-01T21:05:30.197Z Downloaded drift v0.2.0
7102026-07-01T21:05:30.200Z Downloaded hyper-staticfile v0.10.1
7112026-07-01T21:05:30.200Z Downloaded ar_archive_writer v0.5.1
7122026-07-01T21:05:30.204Z Downloaded lru-slab v0.1.2
7132026-07-01T21:05:30.204Z Downloaded cc v1.2.56
7142026-07-01T21:05:30.204Z Downloaded linked-hash-map v0.5.6
7152026-07-01T21:05:30.210Z Downloaded lazy_static v1.5.0
7162026-07-01T21:05:30.210Z Downloaded mime v0.3.17
7172026-07-01T21:05:30.210Z Downloaded md5 v0.8.0
7182026-07-01T21:05:30.210Z Downloaded hmac v0.12.1
7192026-07-01T21:05:30.213Z Downloaded darling_core v0.21.3
7202026-07-01T21:05:30.213Z Downloaded lzss v0.8.2
7212026-07-01T21:05:30.215Z Downloaded multimap v0.10.1
7222026-07-01T21:05:30.216Z Downloaded newline-converter v0.3.0
7232026-07-01T21:05:30.216Z Downloaded new_debug_unreachable v1.0.6
7242026-07-01T21:05:30.221Z Downloaded nodrop v0.1.14
7252026-07-01T21:05:30.224Z Downloaded nibble_vec v0.1.0
7262026-07-01T21:05:30.224Z Downloaded ingot v0.1.1
7272026-07-01T21:05:30.224Z Downloaded indoc v2.0.7
7282026-07-01T21:05:30.228Z Downloaded ipnetwork v0.21.1
7292026-07-01T21:05:30.233Z Downloaded libefi-sys v0.1.0
7302026-07-01T21:05:30.233Z Downloaded ipnet v2.11.0
7312026-07-01T21:05:30.233Z Downloaded impl-trait-for-tuples v0.2.3
7322026-07-01T21:05:30.233Z Downloaded num v0.4.3
7332026-07-01T21:05:30.236Z Downloaded num-derive v0.4.2
7342026-07-01T21:05:30.236Z Downloaded newtype-uuid-macros v0.1.0
7352026-07-01T21:05:30.236Z Downloaded num-derive v0.3.3
7362026-07-01T21:05:30.236Z Downloaded normalize-line-endings v0.3.0
7372026-07-01T21:05:30.239Z Downloaded nonempty v0.12.0
7382026-07-01T21:05:30.239Z Downloaded newtype_derive v0.1.6
7392026-07-01T21:05:30.239Z Downloaded getrandom v0.3.4
7402026-07-01T21:05:30.242Z Downloaded hybrid-array v0.4.13
7412026-07-01T21:05:30.242Z Downloaded compact_str v0.8.1
7422026-07-01T21:05:30.246Z Downloaded generic-array v1.4.3
7432026-07-01T21:05:30.249Z Downloaded derive-where v1.6.0
7442026-07-01T21:05:30.249Z Downloaded fatfs v0.3.6
7452026-07-01T21:05:30.251Z Downloaded memoffset v0.9.1
7462026-07-01T21:05:30.254Z Downloaded libsw v3.5.0
7472026-07-01T21:05:30.257Z Downloaded half v1.8.3
7482026-07-01T21:05:30.257Z Downloaded hmac v0.13.0
7492026-07-01T21:05:30.260Z Downloaded keccak v0.2.0
7502026-07-01T21:05:30.260Z Downloaded lalrpop-util v0.19.12
7512026-07-01T21:05:30.263Z Downloaded flume v0.11.1
7522026-07-01T21:05:30.270Z Downloaded num-conv v0.2.0
7532026-07-01T21:05:30.273Z Downloaded crypto-bigint v0.5.5
7542026-07-01T21:05:30.273Z Downloaded const_format v0.2.35
7552026-07-01T21:05:30.275Z Downloaded bytes v1.11.1
7562026-07-01T21:05:30.278Z Downloaded openssl-macros v0.1.1
7572026-07-01T21:05:30.278Z Downloaded num-iter v0.1.45
7582026-07-01T21:05:30.278Z Downloaded olpc-cjson v0.1.4
7592026-07-01T21:05:30.281Z Downloaded num_threads v0.1.7
7602026-07-01T21:05:30.281Z Downloaded num_enum_derive v0.5.11
7612026-07-01T21:05:30.281Z Downloaded linear-map v1.2.0
7622026-07-01T21:05:30.287Z Downloaded module-lattice v0.2.3
7632026-07-01T21:05:30.287Z Downloaded httparse v1.10.1
7642026-07-01T21:05:30.293Z Downloaded openssl-probe v0.2.1
7652026-07-01T21:05:30.293Z Downloaded mime_guess v2.0.5
7662026-07-01T21:05:30.294Z Downloaded ingot-macros v0.1.1
7672026-07-01T21:05:30.294Z Downloaded libsw-core v0.3.2
7682026-07-01T21:05:30.294Z Downloaded lru v0.12.5
7692026-07-01T21:05:30.294Z Downloaded libloading v0.8.9
7702026-07-01T21:05:30.309Z Downloaded iana-time-zone v0.1.65
7712026-07-01T21:05:30.309Z Downloaded ingot-types v0.1.2
7722026-07-01T21:05:30.309Z Downloaded multer v3.1.0
7732026-07-01T21:05:30.309Z Downloaded jobserver v0.1.34
7742026-07-01T21:05:30.309Z Downloaded oso-derive v0.27.3
7752026-07-01T21:05:30.309Z Downloaded openssl-probe v0.1.6
7762026-07-01T21:05:30.309Z Downloaded opaque-debug v0.3.1
7772026-07-01T21:05:30.309Z Downloaded futures v0.3.32
7782026-07-01T21:05:30.309Z Downloaded nanorand v0.7.0
7792026-07-01T21:05:30.309Z Downloaded fs-err v2.11.0
7802026-07-01T21:05:30.313Z Downloaded async-compression v0.4.41
7812026-07-01T21:05:30.313Z Downloaded half v2.7.1
7822026-07-01T21:05:30.316Z Downloaded packed_struct_codegen v0.10.1
7832026-07-01T21:05:30.320Z Downloaded native-tls v0.2.18
7842026-07-01T21:05:30.323Z Downloaded icu_provider v2.1.1
7852026-07-01T21:05:30.323Z Downloaded newtype-uuid v1.3.2
7862026-07-01T21:05:30.323Z Downloaded litemap v0.8.1
7872026-07-01T21:05:30.328Z Downloaded flate2 v1.1.9
7882026-07-01T21:05:30.331Z Downloaded headers v0.4.1
7892026-07-01T21:05:30.331Z Downloaded parse-size v1.1.0
7902026-07-01T21:05:30.331Z Downloaded der v0.7.10
7912026-07-01T21:05:30.336Z Downloaded peg-runtime v0.8.5
7922026-07-01T21:05:30.340Z Downloaded ed25519-dalek v2.2.0
7932026-07-01T21:05:30.340Z Downloaded crossbeam-channel v0.5.15
7942026-07-01T21:05:30.340Z Downloaded path-slash v0.1.5
7952026-07-01T21:05:30.343Z Downloaded bumpalo v3.20.2
7962026-07-01T21:05:30.343Z Downloaded num_enum v0.5.11
7972026-07-01T21:05:30.348Z Downloaded num-rational v0.4.2
7982026-07-01T21:05:30.348Z Downloaded password-hash v0.6.1
7992026-07-01T21:05:30.350Z Downloaded num-integer v0.1.46
8002026-07-01T21:05:30.350Z Downloaded ignore v0.4.25
8012026-07-01T21:05:30.353Z Downloaded nu-ansi-term v0.50.3
8022026-07-01T21:05:30.356Z Downloaded num-complex v0.4.6
8032026-07-01T21:05:30.356Z Downloaded hyper-rustls v0.27.7
8042026-07-01T21:05:30.361Z Downloaded ml-kem v0.3.2
8052026-07-01T21:05:30.361Z Downloaded derive_more v2.1.1
8062026-07-01T21:05:30.365Z Downloaded phf_shared v0.12.1
8072026-07-01T21:05:30.368Z Downloaded percent-encoding v2.3.2
8082026-07-01T21:05:30.379Z Downloaded phf_shared v0.13.1
8092026-07-01T21:05:30.381Z Downloaded num_enum v0.7.6
8102026-07-01T21:05:30.384Z Downloaded lock_api v0.4.14
8112026-07-01T21:05:30.391Z Downloaded litrs v1.0.0
8122026-07-01T21:05:30.391Z Downloaded num_enum_derive v0.7.6
8132026-07-01T21:05:30.394Z Downloaded phf_shared v0.11.3
8142026-07-01T21:05:30.398Z Downloaded predicates-core v1.0.10
8152026-07-01T21:05:30.401Z Downloaded precomputed-hash v0.1.1
8162026-07-01T21:05:30.401Z Downloaded potential_utf v0.1.4
8172026-07-01T21:05:30.403Z Downloaded oxnet v0.1.6
8182026-07-01T21:05:30.403Z Downloaded memmap2 v0.9.10
8192026-07-01T21:05:30.406Z Downloaded expectorate v1.2.0
8202026-07-01T21:05:30.409Z Downloaded indexmap v1.9.3
8212026-07-01T21:05:30.414Z Downloaded pem v3.0.6
8222026-07-01T21:05:30.417Z Downloaded peg-macros v0.8.5
8232026-07-01T21:05:30.417Z Downloaded icu_properties v2.1.2
8242026-07-01T21:05:30.420Z Downloaded owo-colors v4.3.0
8252026-07-01T21:05:30.420Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-07-01T21:05:30.422Z Downloaded proc-macro-crate v1.3.1
8272026-07-01T21:05:30.422Z Downloaded packed_struct v0.10.1
8282026-07-01T21:05:30.425Z Downloaded proc-macro-crate v3.4.0
8292026-07-01T21:05:30.425Z Downloaded progenitor-client v0.14.0
8302026-07-01T21:05:30.428Z Downloaded predicates-tree v1.0.13
8312026-07-01T21:05:30.430Z Downloaded hickory-resolver v0.25.2
8322026-07-01T21:05:30.433Z Downloaded pem-rfc7468 v0.7.0
8332026-07-01T21:05:30.433Z Downloaded aes v0.9.1
8342026-07-01T21:05:30.436Z Downloaded parking_lot_core v0.8.6
8352026-07-01T21:05:30.438Z Downloaded heapless v0.7.17
8362026-07-01T21:05:30.443Z Downloaded diesel_derives v2.3.7
8372026-07-01T21:05:30.446Z Downloaded derive_more-impl v2.1.1
8382026-07-01T21:05:30.449Z Downloaded powerfmt v0.2.0
8392026-07-01T21:05:30.449Z Downloaded quick-error v1.2.3
8402026-07-01T21:05:30.449Z Downloaded parse-display-derive v0.10.0
8412026-07-01T21:05:30.452Z Downloaded parse-display v0.10.0
8422026-07-01T21:05:30.452Z Downloaded pin-project-internal v1.1.11
8432026-07-01T21:05:30.458Z Downloaded progenitor-macro v0.14.0
8442026-07-01T21:05:30.461Z Downloaded ed25519-dalek v3.0.0-rc.0
8452026-07-01T21:05:30.464Z Downloaded pkcs8 v0.10.2
8462026-07-01T21:05:30.467Z Downloaded password-hash v0.5.0
8472026-07-01T21:05:30.471Z Downloaded libbz2-rs-sys v0.2.2
8482026-07-01T21:05:30.471Z Downloaded peg v0.8.5
8492026-07-01T21:05:30.474Z Downloaded paste v1.0.15
8502026-07-01T21:05:30.474Z Downloaded progenitor-macro v0.13.0
8512026-07-01T21:05:30.477Z Downloaded psl-types v2.0.11
8522026-07-01T21:05:30.483Z Downloaded phc v0.6.1
8532026-07-01T21:05:30.486Z Downloaded phf v0.13.1
8542026-07-01T21:05:30.486Z Downloaded phf v0.12.1
8552026-07-01T21:05:30.488Z Downloaded parking_lot_core v0.9.12
8562026-07-01T21:05:30.491Z Downloaded pkg-config v0.3.32
8572026-07-01T21:05:30.494Z Downloaded radium v0.7.0
8582026-07-01T21:05:30.497Z Downloaded rand_chacha v0.3.1
8592026-07-01T21:05:30.513Z Downloaded postgres-protocol v0.6.10
8602026-07-01T21:05:30.514Z Downloaded oxide-tokio-rt v0.1.4
8612026-07-01T21:05:30.521Z Downloaded icu_normalizer v2.1.1
8622026-07-01T21:05:30.521Z Downloaded indicatif v0.18.4
8632026-07-01T21:05:30.521Z Downloaded predicates v3.1.4
8642026-07-01T21:05:30.521Z Downloaded recursive-proc-macro-impl v0.1.1
8652026-07-01T21:05:30.521Z Downloaded recursive v0.1.1
8662026-07-01T21:05:30.521Z Downloaded primeorder v0.13.6
8672026-07-01T21:05:30.521Z Downloaded hashbrown v0.13.2
8682026-07-01T21:05:30.521Z Downloaded pin-project-lite v0.2.17
8692026-07-01T21:05:30.521Z Downloaded progenitor-extras v0.2.0
8702026-07-01T21:05:30.524Z Downloaded polyval v0.7.1
8712026-07-01T21:05:30.524Z Downloaded ppv-lite86 v0.2.21
8722026-07-01T21:05:30.524Z Downloaded hickory-server v0.25.2
8732026-07-01T21:05:30.528Z Downloaded rand_xorshift v0.4.0
8742026-07-01T21:05:30.528Z Downloaded pem-rfc7468 v1.0.0
8752026-07-01T21:05:30.528Z Downloaded icu_locale_core v2.1.1
8762026-07-01T21:05:30.531Z Downloaded oso v0.27.3
8772026-07-01T21:05:30.534Z Downloaded icu_normalizer_data v2.1.1
8782026-07-01T21:05:30.539Z Downloaded hickory-resolver v0.24.4
8792026-07-01T21:05:30.542Z Downloaded parking_lot v0.12.5
8802026-07-01T21:05:30.546Z Downloaded aes-gcm v0.11.0
8812026-07-01T21:05:30.546Z Downloaded primefield v0.14.0
8822026-07-01T21:05:30.549Z Downloaded parking_lot v0.11.2
8832026-07-01T21:05:30.556Z Downloaded progenitor-client v0.13.0
8842026-07-01T21:05:30.556Z Downloaded pbkdf2 v0.13.0
8852026-07-01T21:05:30.556Z Downloaded pkcs8 v0.11.0
8862026-07-01T21:05:30.560Z Downloaded progenitor v0.13.0
8872026-07-01T21:05:30.560Z Downloaded ref-cast-impl v1.0.25
8882026-07-01T21:05:30.560Z Downloaded proc-macro-error2 v2.0.1
8892026-07-01T21:05:30.560Z Downloaded rfc6979 v0.5.0
8902026-07-01T21:05:30.563Z Downloaded rfc6979 v0.4.0
8912026-07-01T21:05:30.566Z Downloaded russh-cryptovec v0.61.0
8922026-07-01T21:05:30.566Z Downloaded rtoolbox v0.0.3
8932026-07-01T21:05:30.569Z Downloaded rustc-hash v2.1.1
8942026-07-01T21:05:30.569Z Downloaded omicron-zone-package v0.12.3
8952026-07-01T21:05:30.571Z Downloaded jiff-static v0.2.21
8962026-07-01T21:05:30.571Z Downloaded rand_core v0.9.5
8972026-07-01T21:05:30.574Z Downloaded rand_core v0.6.4
8982026-07-01T21:05:30.574Z Downloaded num-traits v0.2.19
8992026-07-01T21:05:30.577Z Downloaded pkcs1 v0.8.0-rc.4
9002026-07-01T21:05:30.577Z Downloaded rand_chacha v0.9.0
9012026-07-01T21:05:30.580Z Downloaded psm v0.1.30
9022026-07-01T21:05:30.580Z Downloaded poly1305 v0.8.0
9032026-07-01T21:05:30.584Z Downloaded http v1.4.2
9042026-07-01T21:05:30.587Z Downloaded russh-util v0.52.0
9052026-07-01T21:05:30.589Z Downloaded rustc_version v0.1.7
9062026-07-01T21:05:30.590Z Downloaded rand_seeder v0.4.0
9072026-07-01T21:05:30.593Z Downloaded r2d2 v0.8.10
9082026-07-01T21:05:30.593Z Downloaded pkcs1 v0.7.5
9092026-07-01T21:05:30.596Z Downloaded miniz_oxide v0.8.9
9102026-07-01T21:05:30.596Z Downloaded icu_collections v2.1.1
9112026-07-01T21:05:30.598Z Downloaded rand_core v0.10.0
9122026-07-01T21:05:30.601Z Downloaded postcard v1.1.3
9132026-07-01T21:05:30.605Z Downloaded primeorder v0.14.0-rc.10
9142026-07-01T21:05:30.605Z Downloaded postgres-types v0.2.12
9152026-07-01T21:05:30.611Z Downloaded papergrid v0.17.0
9162026-07-01T21:05:30.611Z Downloaded hashbrown v0.12.3
9172026-07-01T21:05:30.616Z Downloaded der v0.8.0
9182026-07-01T21:05:30.616Z Downloaded heapless v0.8.0
9192026-07-01T21:05:30.621Z Downloaded poly1305 v0.9.0
9202026-07-01T21:05:30.624Z Downloaded openssl-sys v0.9.115
9212026-07-01T21:05:30.627Z Downloaded same-file v1.0.6
9222026-07-01T21:05:30.627Z Downloaded scheduled-thread-pool v0.2.7
9232026-07-01T21:05:30.627Z Downloaded scopeguard v1.2.0
9242026-07-01T21:05:30.631Z Downloaded seq-macro v0.3.6
9252026-07-01T21:05:30.631Z Downloaded sapling-renderdag v0.1.0
9262026-07-01T21:05:30.634Z Downloaded progenitor v0.14.0
9272026-07-01T21:05:30.634Z Downloaded crossterm v0.29.0
9282026-07-01T21:05:30.637Z Downloaded resolv-conf v0.7.6
9292026-07-01T21:05:30.639Z Downloaded ref-cast v1.0.25
9302026-07-01T21:05:30.645Z Downloaded scroll_derive v0.13.1
9312026-07-01T21:05:30.648Z Downloaded quinn-udp v0.5.14
9322026-07-01T21:05:30.651Z Downloaded rustc_version v0.4.1
9332026-07-01T21:05:30.654Z Downloaded pkcs5 v0.8.1
9342026-07-01T21:05:30.657Z Downloaded serde_bytes v0.11.19
9352026-07-01T21:05:30.659Z Downloaded pin-project v1.1.11
9362026-07-01T21:05:30.664Z Downloaded serde_spanned v1.1.1
9372026-07-01T21:05:30.667Z Downloaded serde_repr v0.1.20
9382026-07-01T21:05:30.667Z Downloaded serde_plain v1.0.2
9392026-07-01T21:05:30.670Z Downloaded semver v0.1.20
9402026-07-01T21:05:30.670Z Downloaded secrecy v0.10.3
9412026-07-01T21:05:30.670Z Downloaded rustls-native-certs v0.8.3
9422026-07-01T21:05:30.673Z Downloaded p256 v0.14.0-rc.10
9432026-07-01T21:05:30.675Z Downloaded rusty-fork v0.3.1
9442026-07-01T21:05:30.675Z Downloaded rustversion v1.0.22
9452026-07-01T21:05:30.678Z Downloaded rustls-pemfile v2.2.0
9462026-07-01T21:05:30.682Z Downloaded serde_urlencoded v0.7.1
9472026-07-01T21:05:30.685Z Downloaded serde-big-array v0.5.1
9482026-07-01T21:05:30.693Z Downloaded prefix-trie v0.7.0
9492026-07-01T21:05:30.696Z Downloaded sha1 v0.10.6
9502026-07-01T21:05:30.699Z Downloaded signal-hook-tokio v0.3.1
9512026-07-01T21:05:30.699Z Downloaded signal-hook-mio v0.2.5
9522026-07-01T21:05:30.701Z Downloaded sigpipe v0.1.3
9532026-07-01T21:05:30.706Z Downloaded sha1 v0.11.0
9542026-07-01T21:05:30.709Z Downloaded minimal-lexical v0.2.1
9552026-07-01T21:05:30.715Z Downloaded progenitor-impl v0.13.0
9562026-07-01T21:05:30.721Z Downloaded progenitor-impl v0.14.0
9572026-07-01T21:05:30.724Z Downloaded siphasher v1.0.2
9582026-07-01T21:05:30.724Z Downloaded internal-russh-num-bigint v0.5.0
9592026-07-01T21:05:30.734Z Downloaded signature v3.0.0
9602026-07-01T21:05:30.734Z Downloaded shell-words v1.1.1
9612026-07-01T21:05:30.755Z Downloaded serde_path_to_error v0.1.20
9622026-07-01T21:05:30.755Z Downloaded serde-hex v0.1.0
9632026-07-01T21:05:30.755Z Downloaded p384 v0.14.0-rc.10
9642026-07-01T21:05:30.761Z Downloaded slog-bunyan v2.5.0
9652026-07-01T21:05:30.761Z Downloaded hyper-util v0.1.20
9662026-07-01T21:05:30.761Z Downloaded serde_derive_internals v0.29.1
9672026-07-01T21:05:30.765Z Downloaded scroll v0.13.0
9682026-07-01T21:05:30.769Z Downloaded stable_deref_trait v1.2.1
9692026-07-01T21:05:30.775Z Downloaded sqlparser_derive v0.5.0
9702026-07-01T21:05:30.775Z Downloaded prettyplease v0.2.37
9712026-07-01T21:05:30.775Z Downloaded serde_with_macros v1.5.2
9722026-07-01T21:05:30.778Z Downloaded crossterm v0.28.1
9732026-07-01T21:05:30.785Z Downloaded rustls-pki-types v1.14.0
9742026-07-01T21:05:30.788Z Downloaded dropshot-api-manager v0.7.2
9752026-07-01T21:05:30.799Z Downloaded simd-adler32 v0.3.8
9762026-07-01T21:05:30.802Z Downloaded slog-scope v4.4.1
9772026-07-01T21:05:30.805Z Downloaded sec1 v0.7.3
9782026-07-01T21:05:30.805Z Downloaded secrecy v0.8.0
9792026-07-01T21:05:30.808Z Downloaded subtle v2.6.1
9802026-07-01T21:05:30.809Z Downloaded strum v0.26.3
9812026-07-01T21:05:30.811Z Downloaded structmeta-derive v0.3.0
9822026-07-01T21:05:30.812Z Downloaded structmeta v0.3.0
9832026-07-01T21:05:30.812Z Downloaded slab v0.4.12
9842026-07-01T21:05:30.814Z Downloaded sec1 v0.8.1
9852026-07-01T21:05:30.814Z Downloaded slog-stdlog v4.1.1
9862026-07-01T21:05:30.818Z Downloaded slog-json v2.6.1
9872026-07-01T21:05:30.818Z Downloaded crypto-primes v0.7.2
9882026-07-01T21:05:30.821Z Downloaded mio v1.2.0
9892026-07-01T21:05:30.824Z Downloaded schemars_derive v0.8.22
9902026-07-01T21:05:30.828Z Downloaded strsim v0.10.0
9912026-07-01T21:05:30.836Z Downloaded itertools v0.10.5
9922026-07-01T21:05:30.840Z Downloaded tagptr v0.2.0
9932026-07-01T21:05:30.843Z Downloaded tabwriter v1.4.1
9942026-07-01T21:05:30.843Z Downloaded tap v1.0.1
9952026-07-01T21:05:30.843Z Downloaded tabled_derive v0.11.0
9962026-07-01T21:05:30.850Z Downloaded snafu-derive v0.8.9
9972026-07-01T21:05:30.850Z Downloaded rcgen v0.12.1
9982026-07-01T21:05:30.853Z Downloaded spki v0.8.0
9992026-07-01T21:05:30.853Z Downloaded sync_wrapper v1.0.2
10002026-07-01T21:05:30.856Z Downloaded take_mut v0.2.2
10012026-07-01T21:05:30.861Z Downloaded pretty_assertions v1.4.1
10022026-07-01T21:05:30.864Z Downloaded num-bigint v0.4.6
10032026-07-01T21:05:30.867Z Downloaded ryu v1.0.23
10042026-07-01T21:05:30.870Z Downloaded hashbrown v0.15.5
10052026-07-01T21:05:30.876Z Downloaded ssh-cipher v0.3.0-rc.9
10062026-07-01T21:05:30.880Z Downloaded string_cache v0.8.9
10072026-07-01T21:05:30.884Z Downloaded stacker v0.1.23
10082026-07-01T21:05:30.884Z Downloaded thiserror-impl-no-std v2.0.2
10092026-07-01T21:05:30.887Z Downloaded schemars v0.8.22
10102026-07-01T21:05:30.890Z Downloaded stringprep v0.1.5
10112026-07-01T21:05:30.894Z Downloaded signal-hook-registry v1.4.8
10122026-07-01T21:05:30.894Z Downloaded aho-corasick v1.1.4
10132026-07-01T21:05:30.897Z Downloaded strum v0.27.2
10142026-07-01T21:05:30.900Z Downloaded slog-dtrace v0.3.0
10152026-07-01T21:05:30.900Z Downloaded testing_table v0.3.0
10162026-07-01T21:05:30.900Z Downloaded salsa20 v0.11.0
10172026-07-01T21:05:30.900Z Downloaded quinn v0.11.9
10182026-07-01T21:05:30.903Z Downloaded rustls-platform-verifier v0.6.2
10192026-07-01T21:05:30.906Z Downloaded smf v0.2.3
10202026-07-01T21:05:30.906Z Downloaded time-core v0.1.8
10212026-07-01T21:05:30.909Z Downloaded thread-id v5.1.0
10222026-07-01T21:05:30.909Z Downloaded iri-string v0.7.10
10232026-07-01T21:05:30.912Z Downloaded support-bundle-viewer v0.1.2
10242026-07-01T21:05:30.915Z Downloaded sha2 v0.11.0
10252026-07-01T21:05:30.918Z Downloaded publicsuffix v2.3.0
10262026-07-01T21:05:30.918Z Downloaded strum_macros v0.26.4
10272026-07-01T21:05:30.921Z Downloaded ssh-encoding v0.3.0-rc.9
10282026-07-01T21:05:30.921Z Downloaded ron v0.8.1
10292026-07-01T21:05:30.924Z Downloaded spki v0.7.3
10302026-07-01T21:05:30.926Z Downloaded scrypt v0.12.0
10312026-07-01T21:05:30.929Z Downloaded nom v7.1.3
10322026-07-01T21:05:30.932Z Downloaded itertools v0.12.1
10332026-07-01T21:05:30.935Z Downloaded sqlformat v0.3.5
10342026-07-01T21:05:30.937Z Downloaded shlex v1.3.0
10352026-07-01T21:05:30.937Z Downloaded futures-util v0.3.32
10362026-07-01T21:05:30.955Z Downloaded synstructure v0.13.2
10372026-07-01T21:05:30.958Z Downloaded serde_yaml v0.9.34+deprecated
10382026-07-01T21:05:30.958Z Downloaded p521 v0.14.0-rc.10
10392026-07-01T21:05:30.961Z Downloaded tokio-macros v2.7.0
10402026-07-01T21:05:30.961Z Downloaded blake3 v1.8.5
10412026-07-01T21:05:30.966Z Downloaded thiserror-no-std v2.0.2
10422026-07-01T21:05:30.970Z Downloaded tokio-test v0.4.5
10432026-07-01T21:05:30.973Z Downloaded tinyvec_macros v0.1.1
10442026-07-01T21:05:30.973Z Downloaded termios v0.3.3
10452026-07-01T21:05:30.973Z Downloaded topological-sort v0.2.2
10462026-07-01T21:05:30.976Z Downloaded serde_with_macros v3.17.0
10472026-07-01T21:05:30.976Z Downloaded rayon-core v1.13.0
10482026-07-01T21:05:30.981Z Downloaded slog-term v2.9.2
10492026-07-01T21:05:30.985Z Downloaded similar v2.7.0
10502026-07-01T21:05:30.985Z Downloaded smallvec v1.15.1
10512026-07-01T21:05:30.988Z Downloaded idna v1.1.0
10522026-07-01T21:05:30.988Z Downloaded schemars v0.9.0
10532026-07-01T21:05:30.995Z Downloaded tower-layer v0.3.3
10542026-07-01T21:05:30.997Z Downloaded qorb v0.4.1
10552026-07-01T21:05:31.002Z Downloaded strip-ansi-escapes v0.2.1
10562026-07-01T21:05:31.002Z Downloaded tinystr v0.8.2
10572026-07-01T21:05:31.002Z Downloaded nom v8.0.0
10582026-07-01T21:05:31.005Z Downloaded hkdf v0.13.0
10592026-07-01T21:05:31.008Z Downloaded tiny-keccak v2.0.2
10602026-07-01T21:05:31.008Z Downloaded spin v0.9.8
10612026-07-01T21:05:31.011Z Downloaded slog-envlogger v2.2.0
10622026-07-01T21:05:31.011Z Downloaded termtree v0.5.1
10632026-07-01T21:05:31.014Z Downloaded sync-ptr v0.1.4
10642026-07-01T21:05:31.014Z Downloaded supports-color v3.0.2
10652026-07-01T21:05:31.015Z Downloaded rsa v0.9.10
10662026-07-01T21:05:31.017Z Downloaded try-lock v0.2.5
10672026-07-01T21:05:31.017Z Downloaded tls_codec v0.4.2
10682026-07-01T21:05:31.020Z Downloaded serde_cbor v0.11.2
10692026-07-01T21:05:31.020Z Downloaded h2 v0.4.15
10702026-07-01T21:05:31.024Z Downloaded rand v0.10.1
10712026-07-01T21:05:31.027Z Downloaded smallvec v0.6.14
10722026-07-01T21:05:31.030Z Downloaded slog-async v2.8.0
10732026-07-01T21:05:31.030Z Downloaded hkdf v0.12.4
10742026-07-01T21:05:31.032Z Downloaded num-bigint-dig v0.8.6
10752026-07-01T21:05:31.037Z Downloaded rand v0.9.2
10762026-07-01T21:05:31.040Z Downloaded trait-variant v0.1.2
10772026-07-01T21:05:31.040Z Downloaded term v1.2.1
10782026-07-01T21:05:31.043Z Downloaded strum_macros v0.27.2
10792026-07-01T21:05:31.043Z Downloaded unarray v0.1.4
10802026-07-01T21:05:31.046Z Downloaded rustls-webpki v0.103.9
10812026-07-01T21:05:31.046Z Downloaded tokio-dtrace v0.1.1
10822026-07-01T21:05:31.050Z Downloaded samael v0.0.19
10832026-07-01T21:05:31.053Z Downloaded tls_codec_derive v0.4.2
10842026-07-01T21:05:31.053Z Downloaded icu_properties_data v2.1.2
10852026-07-01T21:05:31.058Z Downloaded usdt v0.6.0
10862026-07-01T21:05:31.060Z Downloaded untrusted v0.7.1
10872026-07-01T21:05:31.060Z Downloaded unicode-truncate v1.1.0
10882026-07-01T21:05:31.063Z Downloaded serdect v0.4.3
10892026-07-01T21:05:31.063Z Downloaded universal-hash v0.5.1
10902026-07-01T21:05:31.064Z Downloaded unit-prefix v0.5.2
10912026-07-01T21:05:31.066Z Downloaded tokio-tungstenite v0.23.1
10922026-07-01T21:05:31.066Z Downloaded tokio-tungstenite v0.21.0
10932026-07-01T21:05:31.069Z Downloaded toml_writer v1.1.1+spec-1.1.0
10942026-07-01T21:05:31.069Z Downloaded libm v0.2.16
10952026-07-01T21:05:31.076Z Downloaded usdt-macro v0.6.0
10962026-07-01T21:05:31.079Z Downloaded universal-hash v0.6.1
10972026-07-01T21:05:31.079Z Downloaded void v1.0.2
10982026-07-01T21:05:31.079Z Downloaded term v0.7.0
10992026-07-01T21:05:31.082Z Downloaded usdt-attr-macro v0.6.0
11002026-07-01T21:05:31.082Z Downloaded untrusted v0.9.0
11012026-07-01T21:05:31.082Z Downloaded unicode-xid v0.2.6
11022026-07-01T21:05:31.084Z Downloaded subprocess v0.2.15
11032026-07-01T21:05:31.089Z Downloaded itertools v0.14.0
11042026-07-01T21:05:31.091Z Downloaded strum_macros v0.24.3
11052026-07-01T21:05:31.091Z Downloaded snafu v0.8.9
11062026-07-01T21:05:31.095Z Downloaded waitgroup v0.1.2
11072026-07-01T21:05:31.098Z Downloaded wait-timeout v0.2.1
11082026-07-01T21:05:31.098Z Downloaded tui-tree-widget v0.23.1
11092026-07-01T21:05:31.098Z Downloaded want v0.3.1
11102026-07-01T21:05:31.101Z Downloaded tower-service v0.3.3
11112026-07-01T21:05:31.101Z Downloaded rsa v0.10.0-rc.18
11122026-07-01T21:05:31.105Z Downloaded utf8_iter v1.0.4
11132026-07-01T21:05:31.108Z Downloaded utf-8 v0.7.6
11142026-07-01T21:05:31.108Z Downloaded itertools v0.13.0
11152026-07-01T21:05:31.113Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11162026-07-01T21:05:31.116Z Downloaded tokio-native-tls v0.3.1
11172026-07-01T21:05:31.119Z Downloaded typify-macro v0.6.2
11182026-07-01T21:05:31.119Z Downloaded thread_local v1.1.9
11192026-07-01T21:05:31.123Z Downloaded hashbrown v0.16.1
11202026-07-01T21:05:31.126Z Downloaded unicase v2.9.0
11212026-07-01T21:05:31.129Z Downloaded test-strategy v0.4.5
11222026-07-01T21:05:31.131Z Downloaded chrono v0.4.44
11232026-07-01T21:05:31.135Z Downloaded time-macros v0.2.27
11242026-07-01T21:05:31.138Z Downloaded xattr v1.6.1
11252026-07-01T21:05:31.143Z Downloaded xshell-macros v0.2.7
11262026-07-01T21:05:31.143Z Downloaded usdt-impl v0.6.0
11272026-07-01T21:05:31.143Z Downloaded static_assertions v1.1.0
11282026-07-01T21:05:31.143Z Downloaded signature v2.2.0
11292026-07-01T21:05:31.143Z Downloaded libxml v0.3.3
11302026-07-01T21:05:31.146Z Downloaded rand v0.8.6
11312026-07-01T21:05:31.148Z Downloaded hyper v1.10.1
11322026-07-01T21:05:31.158Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-07-01T21:05:31.163Z Downloaded toml_parser v1.1.2+spec-1.1.0
11342026-07-01T21:05:31.167Z Downloaded zerofrom-derive v0.1.6
11352026-07-01T21:05:31.167Z Downloaded uzers v0.12.2
11362026-07-01T21:05:31.177Z Downloaded zerofrom v0.1.6
11372026-07-01T21:05:31.177Z Downloaded vergen-lib v0.1.6
11382026-07-01T21:05:31.177Z Downloaded vergen-gitcl v1.0.8
11392026-07-01T21:05:31.177Z Downloaded zeroize_derive v1.4.3
11402026-07-01T21:05:31.177Z Downloaded aws-lc-rs v1.16.3
11412026-07-01T21:05:31.178Z Downloaded zone v0.3.1
11422026-07-01T21:05:31.187Z Downloaded schemars v1.2.1
11432026-07-01T21:05:31.193Z Downloaded socket2 v0.5.10
11442026-07-01T21:05:31.193Z Downloaded walkdir v2.5.0
11452026-07-01T21:05:31.193Z Downloaded vsss-rs v3.3.4
11462026-07-01T21:05:31.193Z Downloaded vergen-git2 v9.1.0
11472026-07-01T21:05:31.193Z Downloaded twox-hash v2.1.2
11482026-07-01T21:05:31.197Z Downloaded yoke-derive v0.8.1
11492026-07-01T21:05:31.197Z Downloaded slog v2.8.2
11502026-07-01T21:05:31.200Z Downloaded zone_cfg_derive v0.3.1
11512026-07-01T21:05:31.205Z Downloaded tar v0.4.45
11522026-07-01T21:05:31.211Z Downloaded rustyline v14.0.0
11532026-07-01T21:05:31.218Z Downloaded tokio-stream v0.1.18
11542026-07-01T21:05:31.223Z Downloaded tokio-rustls v0.26.4
11552026-07-01T21:05:31.223Z Downloaded signal-hook v0.3.18
11562026-07-01T21:05:31.228Z Downloaded toml v1.1.2+spec-1.1.0
11572026-07-01T21:05:31.228Z Downloaded whoami v1.6.1
11582026-07-01T21:05:31.228Z Downloaded toml v0.7.8
11592026-07-01T21:05:31.230Z Downloaded yoke v0.8.1
11602026-07-01T21:05:31.231Z Downloaded writeable v0.6.2
11612026-07-01T21:05:31.231Z Downloaded bitvec v1.0.1
11622026-07-01T21:05:31.238Z Downloaded rpassword v7.4.0
11632026-07-01T21:05:31.243Z Downloaded wyz v0.5.1
11642026-07-01T21:05:31.243Z Downloaded vergen v9.1.0
11652026-07-01T21:05:31.246Z Downloaded bindgen v0.71.1
11662026-07-01T21:05:31.252Z Downloaded tracing-core v0.1.36
11672026-07-01T21:05:31.252Z Downloaded unicode-properties v0.1.4
11682026-07-01T21:05:31.252Z Downloaded tinyvec v1.10.0
11692026-07-01T21:05:31.257Z Downloaded zeroize v1.8.2
11702026-07-01T21:05:31.258Z Downloaded xshell v0.2.7
11712026-07-01T21:05:31.258Z Downloaded iddqd v0.4.2
11722026-07-01T21:05:31.264Z Downloaded vergen-lib v9.1.0
11732026-07-01T21:05:31.264Z Downloaded tracing-attributes v0.1.31
11742026-07-01T21:05:31.267Z Downloaded serde_with v1.14.0
11752026-07-01T21:05:31.267Z Downloaded whoami v2.1.0
11762026-07-01T21:05:31.267Z Downloaded zstd-safe v7.2.4
11772026-07-01T21:05:31.273Z Downloaded zerovec-derive v0.11.2
11782026-07-01T21:05:31.273Z Downloaded tungstenite v0.23.0
11792026-07-01T21:05:31.278Z Downloaded tungstenite v0.21.0
11802026-07-01T21:05:31.278Z Downloaded zstd v0.13.3
11812026-07-01T21:05:31.287Z Downloaded yasna v0.5.2
11822026-07-01T21:05:31.290Z Downloaded git2 v0.20.4
11832026-07-01T21:05:31.294Z Downloaded reedline v0.40.0
11842026-07-01T21:05:31.298Z Downloaded unicode-bidi v0.3.18
11852026-07-01T21:05:31.302Z Downloaded socket2 v0.6.3
11862026-07-01T21:05:31.308Z Downloaded unsafe-libyaml v0.2.11
11872026-07-01T21:05:31.334Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-01T21:05:31.342Z Downloaded typify v0.6.2
11892026-07-01T21:05:31.351Z Downloaded regex v1.12.3
11902026-07-01T21:05:31.354Z Downloaded zerocopy v0.6.6
11912026-07-01T21:05:31.359Z Downloaded reqwest v0.13.2
11922026-07-01T21:05:31.371Z Downloaded steno v0.4.1
11932026-07-01T21:05:31.371Z Downloaded toml_edit v0.19.15
11942026-07-01T21:05:31.378Z Downloaded reqwest v0.12.28
11952026-07-01T21:05:31.379Z Downloaded uuid v1.23.4
11962026-07-01T21:05:31.384Z Downloaded portable-atomic v1.13.1
11972026-07-01T21:05:31.391Z Downloaded p384 v0.13.1
11982026-07-01T21:05:31.397Z Downloaded vte v0.14.1
11992026-07-01T21:05:31.407Z Downloaded zopfli v0.8.3
12002026-07-01T21:05:31.410Z Downloaded goblin v0.10.5
12012026-07-01T21:05:31.420Z Downloaded tokio-postgres v0.7.16
12022026-07-01T21:05:31.427Z Downloaded unicode_categories v0.1.1
12032026-07-01T21:05:31.429Z Downloaded yansi v1.0.1
12042026-07-01T21:05:31.435Z Downloaded rayon v1.11.0
12052026-07-01T21:05:31.441Z Downloaded lalrpop v0.19.12
12062026-07-01T21:05:31.448Z Downloaded zip v0.6.6
12072026-07-01T21:05:31.451Z Downloaded curve25519-dalek v4.1.3
12082026-07-01T21:05:31.456Z Downloaded url v2.5.8
12092026-07-01T21:05:31.458Z Downloaded zerotrie v0.2.3
12102026-07-01T21:05:31.461Z Downloaded crypto-bigint v0.7.5
12112026-07-01T21:05:31.473Z Downloaded tower v0.5.3
12122026-07-01T21:05:31.502Z Downloaded salty v0.3.0
12132026-07-01T21:05:31.507Z Downloaded typed-path v0.9.3
12142026-07-01T21:05:31.524Z Downloaded x509-cert v0.2.5
12152026-07-01T21:05:31.528Z Downloaded unicode-segmentation v1.12.0
12162026-07-01T21:05:31.528Z Downloaded moka v0.12.13
12172026-07-01T21:05:31.528Z Downloaded zerocopy-derive v0.8.40
12182026-07-01T21:05:31.528Z Downloaded ssh-key v0.7.0-rc.10
12192026-07-01T21:05:31.532Z Downloaded quick-xml v0.37.5
12202026-07-01T21:05:31.535Z Downloaded proptest v1.10.0
12212026-07-01T21:05:31.540Z Downloaded serde_with v3.17.0
12222026-07-01T21:05:31.549Z Downloaded zip v4.6.1
12232026-07-01T21:05:31.552Z Downloaded tower-http v0.6.8
12242026-07-01T21:05:31.557Z Downloaded object v0.30.4
12252026-07-01T21:05:31.562Z Downloaded tough v0.22.0
12262026-07-01T21:05:31.566Z Downloaded petname v2.0.2
12272026-07-01T21:05:31.570Z Downloaded curve25519-dalek v5.0.0-rc.0
12282026-07-01T21:05:31.586Z Downloaded nix v0.27.1
12292026-07-01T21:05:31.592Z Downloaded tokio-util v0.7.18
12302026-07-01T21:05:31.597Z Downloaded unicode-normalization v0.1.25
12312026-07-01T21:05:31.620Z Downloaded zerovec v0.11.5
12322026-07-01T21:05:31.622Z Downloaded winnow v0.5.40
12332026-07-01T21:05:31.627Z Downloaded dropshot v0.17.1
12342026-07-01T21:05:31.640Z Downloaded russh v0.61.2
12352026-07-01T21:05:31.646Z Downloaded nix v0.28.0
12362026-07-01T21:05:31.652Z Downloaded bstr v1.12.1
12372026-07-01T21:05:31.665Z Downloaded quinn-proto v0.11.13
12382026-07-01T21:05:31.679Z Downloaded polar-core v0.27.3
12392026-07-01T21:05:31.690Z Downloaded regex-syntax v0.6.29
12402026-07-01T21:05:31.693Z Downloaded openssl v0.10.79
12412026-07-01T21:05:31.709Z Downloaded winnow v0.6.26
12422026-07-01T21:05:31.715Z Downloaded radix_trie v0.2.1
12432026-07-01T21:05:31.734Z Downloaded smoltcp v0.9.1
12442026-07-01T21:05:31.743Z Downloaded hickory-proto v0.25.2
12452026-07-01T21:05:31.753Z Downloaded tabled v0.20.0
12462026-07-01T21:05:31.762Z Downloaded diesel v2.3.7
12472026-07-01T21:05:31.774Z Downloaded nix v0.31.2
12482026-07-01T21:05:31.786Z Downloaded time v0.3.47
12492026-07-01T21:05:31.789Z Downloaded object v0.37.3
12502026-07-01T21:05:31.796Z Downloaded smoltcp v0.11.0
12512026-07-01T21:05:31.801Z Downloaded winnow v1.0.3
12522026-07-01T21:05:31.808Z Downloaded rustls v0.23.41
12532026-07-01T21:05:31.814Z Downloaded rustix v0.38.44
12542026-07-01T21:05:31.829Z Downloaded hickory-proto v0.24.4
12552026-07-01T21:05:31.840Z Downloaded vcpkg v0.2.15
12562026-07-01T21:05:31.869Z Downloaded zlib-rs v0.6.2
12572026-07-01T21:05:31.874Z Downloaded regress v0.10.5
12582026-07-01T21:05:31.874Z Downloaded openapiv3 v2.2.0
12592026-07-01T21:05:31.887Z Downloaded regex-syntax v0.8.10
12602026-07-01T21:05:31.892Z Downloaded zerocopy v0.8.40
12612026-07-01T21:05:31.908Z Downloaded sqlparser v0.61.0
12622026-07-01T21:05:31.913Z Downloaded regress v0.11.1
12632026-07-01T21:05:31.923Z Downloaded tracing v0.1.44
12642026-07-01T21:05:31.938Z Downloaded ratatui v0.29.0
12652026-07-01T21:05:31.969Z Downloaded zerocopy-derive v0.6.6
12662026-07-01T21:05:31.980Z Downloaded regex-automata v0.4.14
12672026-07-01T21:05:32.039Z Downloaded sled v0.34.7
12682026-07-01T21:05:32.047Z Downloaded fiat-crypto v0.3.0
12692026-07-01T21:05:32.054Z Downloaded typify-impl v0.6.2
12702026-07-01T21:05:32.064Z Downloaded csv v1.4.0
12712026-07-01T21:05:32.079Z Downloaded libz-sys v1.1.24
12722026-07-01T21:05:32.094Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-07-01T21:05:32.097Z Downloaded sha3 v0.11.0
12742026-07-01T21:05:32.101Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-07-01T21:05:32.109Z Downloaded sha3 v0.10.8
12762026-07-01T21:05:32.171Z Downloaded chrono-tz v0.10.4
12772026-07-01T21:05:32.183Z Downloaded petgraph v0.6.5
12782026-07-01T21:05:32.194Z Downloaded jiff v0.2.21
12792026-07-01T21:05:32.219Z Downloaded petgraph v0.8.3
12802026-07-01T21:05:32.275Z Downloaded tokio v1.52.1
12812026-07-01T21:05:32.411Z Downloaded encoding_rs v0.8.35
12822026-07-01T21:05:32.469Z Downloaded ring v0.17.14
12832026-07-01T21:05:32.520Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-07-01T21:05:33.181Z Downloaded aws-lc-sys v0.40.0
12852026-07-01T21:05:33.433Z Compiling libc v0.2.185
12862026-07-01T21:05:33.433Z Compiling serde_core v1.0.228
12872026-07-01T21:05:33.433Z Compiling serde v1.0.228
12882026-07-01T21:05:33.436Z Compiling log v0.4.29
12892026-07-01T21:05:33.436Z Compiling smallvec v1.15.1
12902026-07-01T21:05:33.436Z Compiling find-msvc-tools v0.1.9
12912026-07-01T21:05:33.436Z Compiling shlex v1.3.0
12922026-07-01T21:05:33.436Z Compiling subtle v2.6.1
12932026-07-01T21:05:33.436Z Compiling scopeguard v1.2.0
12942026-07-01T21:05:33.436Z Compiling stable_deref_trait v1.2.1
12952026-07-01T21:05:33.436Z Compiling typenum v1.20.1
12962026-07-01T21:05:33.576Z Compiling serde_json v1.0.150
12972026-07-01T21:05:33.654Z Compiling zerocopy v0.8.40
12982026-07-01T21:05:33.682Z Compiling syn v2.0.117
12992026-07-01T21:05:33.690Z Compiling portable-atomic v1.13.1
13002026-07-01T21:05:33.694Z Compiling pin-project-lite v0.2.17
13012026-07-01T21:05:33.757Z Compiling parking_lot_core v0.9.12
13022026-07-01T21:05:33.770Z Compiling lock_api v0.4.14
13032026-07-01T21:05:33.786Z Compiling pkg-config v0.3.32
13042026-07-01T21:05:33.799Z Compiling critical-section v1.2.0
13052026-07-01T21:05:33.813Z Compiling futures-core v0.3.32
13062026-07-01T21:05:33.837Z Compiling libm v0.2.16
13072026-07-01T21:05:33.851Z Compiling getrandom v0.4.1
13082026-07-01T21:05:33.888Z Compiling num-traits v0.2.19
13092026-07-01T21:05:33.911Z Compiling generic-array v0.14.7
13102026-07-01T21:05:33.929Z Compiling const-oid v0.9.6
13112026-07-01T21:05:33.973Z Compiling rand_core v0.10.0
13122026-07-01T21:05:34.010Z Compiling litemap v0.8.1
13132026-07-01T21:05:34.037Z Compiling writeable v0.6.2
13142026-07-01T21:05:34.083Z Compiling percent-encoding v2.3.2
13152026-07-01T21:05:34.167Z Compiling icu_properties_data v2.1.2
13162026-07-01T21:05:34.202Z Compiling icu_normalizer_data v2.1.1
13172026-07-01T21:05:34.218Z Compiling futures-sink v0.3.32
13182026-07-01T21:05:34.265Z Compiling futures-io v0.3.32
13192026-07-01T21:05:34.265Z Compiling futures-task v0.3.32
13202026-07-01T21:05:34.310Z Compiling futures-channel v0.3.32
13212026-07-01T21:05:34.315Z Compiling slab v0.4.12
13222026-07-01T21:05:34.354Z Compiling utf8_iter v1.0.4
13232026-07-01T21:05:34.357Z Compiling getrandom v0.3.4
13242026-07-01T21:05:34.385Z Compiling rustversion v1.0.22
13252026-07-01T21:05:34.463Z Compiling form_urlencoded v1.2.2
13262026-07-01T21:05:34.491Z Compiling rustix v1.1.3
13272026-07-01T21:05:34.516Z Compiling fs_extra v1.3.0
13282026-07-01T21:05:34.530Z Compiling jobserver v0.1.34
13292026-07-01T21:05:34.546Z Compiling errno v0.3.14
13302026-07-01T21:05:34.564Z Compiling getrandom v0.2.17
13312026-07-01T21:05:34.595Z Compiling mio v1.2.0
13322026-07-01T21:05:34.657Z Compiling signal-hook-registry v1.4.8
13332026-07-01T21:05:34.687Z Compiling socket2 v0.6.3
13342026-07-01T21:05:34.713Z Compiling rand_core v0.6.4
13352026-07-01T21:05:34.776Z Compiling cc v1.2.56
13362026-07-01T21:05:34.801Z Compiling once_cell v1.21.3
13372026-07-01T21:05:34.817Z Compiling parking_lot v0.12.5
13382026-07-01T21:05:34.873Z Compiling dunce v1.0.5
13392026-07-01T21:05:34.887Z Compiling ident_case v1.0.1
13402026-07-01T21:05:34.930Z Compiling iana-time-zone v0.1.65
13412026-07-01T21:05:34.952Z Compiling regex-syntax v0.8.10
13422026-07-01T21:05:34.983Z Compiling base64ct v1.8.3
13432026-07-01T21:05:35.004Z Compiling vcpkg v0.2.15
13442026-07-01T21:05:35.037Z Compiling tracing-core v0.1.36
13452026-07-01T21:05:35.079Z Compiling flagset v0.4.7
13462026-07-01T21:05:35.109Z Compiling aws-lc-rs v1.16.3
13472026-07-01T21:05:35.134Z Compiling base64 v0.22.1
13482026-07-01T21:05:35.148Z Compiling httparse v1.10.1
13492026-07-01T21:05:35.203Z Compiling openssl-probe v0.2.1
13502026-07-01T21:05:35.222Z Compiling pem-rfc7468 v0.7.0
13512026-07-01T21:05:35.295Z Compiling tinyvec_macros v0.1.1
13522026-07-01T21:05:35.378Z Compiling rand_core v0.9.5
13532026-07-01T21:05:35.397Z Compiling cmov v0.5.4
13542026-07-01T21:05:35.397Z Compiling tinyvec v1.10.0
13552026-07-01T21:05:35.424Z Compiling aho-corasick v1.1.4
13562026-07-01T21:05:35.437Z Compiling tower-layer v0.3.3
13572026-07-01T21:05:35.477Z Compiling untrusted v0.7.1
13582026-07-01T21:05:35.533Z Compiling cmake v0.1.57
13592026-07-01T21:05:35.562Z Compiling atomic-waker v1.1.2
13602026-07-01T21:05:35.603Z Compiling ctutils v0.4.2
13612026-07-01T21:05:35.618Z Compiling dyn-clone v1.0.20
13622026-07-01T21:05:35.620Z Compiling try-lock v0.2.5
13632026-07-01T21:05:35.620Z Compiling schemars v0.8.22
13642026-07-01T21:05:35.661Z Compiling tower-service v0.3.3
13652026-07-01T21:05:35.679Z Compiling cpufeatures v0.2.17
13662026-07-01T21:05:35.706Z Compiling openssl v0.10.79
13672026-07-01T21:05:35.768Z Compiling bitflags v2.11.0
13682026-07-01T21:05:35.797Z Compiling semver v1.0.28
13692026-07-01T21:05:35.800Z Compiling indexmap v2.14.0
13702026-07-01T21:05:35.800Z Compiling uuid v1.23.4
13712026-07-01T21:05:35.800Z Compiling want v0.3.1
13722026-07-01T21:05:35.860Z Compiling rustls v0.23.41
13732026-07-01T21:05:35.899Z Compiling untrusted v0.9.0
13742026-07-01T21:05:35.942Z Compiling httpdate v1.0.3
13752026-07-01T21:05:36.023Z Compiling foreign-types-shared v0.1.1
13762026-07-01T21:05:36.047Z Compiling unicode-normalization v0.1.25
13772026-07-01T21:05:36.063Z Compiling rustc_version v0.4.1
13782026-07-01T21:05:36.078Z Compiling spin v0.9.8
13792026-07-01T21:05:36.082Z Compiling native-tls v0.2.18
13802026-07-01T21:05:36.108Z Compiling foreign-types v0.3.2
13812026-07-01T21:05:36.133Z Compiling crc32fast v1.5.0
13822026-07-01T21:05:36.193Z Compiling time-core v0.1.8
13832026-07-01T21:05:36.196Z Compiling num-conv v0.2.0
13842026-07-01T21:05:36.222Z Compiling powerfmt v0.2.0
13852026-07-01T21:05:36.319Z Compiling wait-timeout v0.2.1
13862026-07-01T21:05:36.345Z Compiling sync_wrapper v1.0.2
13872026-07-01T21:05:36.362Z Compiling syn v1.0.109
13882026-07-01T21:05:36.365Z Compiling time-macros v0.2.27
13892026-07-01T21:05:36.421Z Compiling deranged v0.5.8
13902026-07-01T21:05:36.447Z Compiling simd-adler32 v0.3.8
13912026-07-01T21:05:36.462Z Compiling aws-lc-sys v0.40.0
13922026-07-01T21:05:36.465Z Compiling openssl-sys v0.9.115
13932026-07-01T21:05:36.491Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-07-01T21:05:36.552Z Compiling regex-automata v0.4.14
13952026-07-01T21:05:36.614Z Compiling quick-error v1.2.3
13962026-07-01T21:05:36.638Z Compiling siphasher v1.0.2
13972026-07-01T21:05:36.686Z Compiling synstructure v0.13.2
13982026-07-01T21:05:36.746Z Compiling pest_generator v2.8.6
13992026-07-01T21:05:36.750Z Compiling serde_derive_internals v0.29.1
14002026-07-01T21:05:36.753Z Compiling darling_core v0.20.11
14012026-07-01T21:05:36.843Z Compiling usdt-impl v0.6.0
14022026-07-01T21:05:37.058Z Compiling tempfile v3.25.0
14032026-07-01T21:05:37.111Z Compiling bit-vec v0.8.0
14042026-07-01T21:05:37.303Z Compiling num_threads v0.1.7
14052026-07-01T21:05:37.323Z Compiling crossbeam-utils v0.8.21
14062026-07-01T21:05:37.371Z Compiling rusty-fork v0.3.1
14072026-07-01T21:05:37.398Z Compiling bit-set v0.8.0
14082026-07-01T21:05:37.483Z Compiling darling_core v0.21.3
14092026-07-01T21:05:37.529Z Compiling bzip2-sys v0.1.13+1.0.8
14102026-07-01T21:05:37.546Z Compiling heapless v0.7.17
14112026-07-01T21:05:37.564Z Compiling slog v2.8.2
14122026-07-01T21:05:37.579Z Compiling rand_xorshift v0.4.0
14132026-07-01T21:05:37.593Z Compiling time v0.3.47
14142026-07-01T21:05:37.649Z Compiling thread-id v5.1.0
14152026-07-01T21:05:37.684Z Compiling cookie v0.18.1
14162026-07-01T21:05:37.717Z Compiling ryu v1.0.23
14172026-07-01T21:05:37.720Z Compiling zstd-safe v7.2.4
14182026-07-01T21:05:37.750Z Compiling signal-hook v0.3.18
14192026-07-01T21:05:37.765Z Compiling unarray v0.1.4
14202026-07-01T21:05:37.781Z Compiling unicode-properties v0.1.4
14212026-07-01T21:05:37.796Z Compiling iri-string v0.7.10
14222026-07-01T21:05:37.842Z Compiling paste v1.0.15
14232026-07-01T21:05:37.872Z Compiling unicode-bidi v0.3.18
14242026-07-01T21:05:37.893Z Compiling allocator-api2 v0.2.21
14252026-07-01T21:05:37.917Z Compiling anyhow v1.0.102
14262026-07-01T21:05:37.936Z Compiling adler2 v2.0.1
14272026-07-01T21:05:38.052Z Compiling miniz_oxide v0.8.9
14282026-07-01T21:05:38.210Z Compiling camino v1.2.2
14292026-07-01T21:05:38.240Z Compiling stringprep v0.1.5
14302026-07-01T21:05:38.451Z Compiling curve25519-dalek v4.1.3
14312026-07-01T21:05:38.494Z Compiling serde_derive v1.0.228
14322026-07-01T21:05:38.508Z Compiling zeroize_derive v1.4.3
14332026-07-01T21:05:38.612Z Compiling zerofrom-derive v0.1.6
14342026-07-01T21:05:38.625Z Compiling yoke-derive v0.8.1
14352026-07-01T21:05:38.688Z Compiling zerovec-derive v0.11.2
14362026-07-01T21:05:38.720Z Compiling zerocopy-derive v0.8.40
14372026-07-01T21:05:38.765Z Compiling displaydoc v0.2.5
14382026-07-01T21:05:38.829Z Compiling tokio-macros v2.7.0
14392026-07-01T21:05:39.204Z Compiling futures-macro v0.3.32
14402026-07-01T21:05:39.219Z Compiling zeroize v1.8.2
14412026-07-01T21:05:39.237Z Compiling thiserror-impl v2.0.18
14422026-07-01T21:05:39.439Z Compiling tracing-attributes v0.1.31
14432026-07-01T21:05:39.575Z Compiling der_derive v0.7.3
14442026-07-01T21:05:39.619Z Compiling rustls-pki-types v1.14.0
14452026-07-01T21:05:39.840Z Compiling hybrid-array v0.4.13
14462026-07-01T21:05:39.891Z Compiling schemars_derive v0.8.22
14472026-07-01T21:05:39.987Z Compiling crypto-common v0.1.7
14482026-07-01T21:05:40.098Z Compiling futures-util v0.3.32
14492026-07-01T21:05:40.113Z Compiling block-buffer v0.10.4
14502026-07-01T21:05:40.116Z Compiling scroll_derive v0.13.1
14512026-07-01T21:05:40.143Z Compiling zerofrom v0.1.6
14522026-07-01T21:05:40.158Z Compiling pest_derive v2.8.6
14532026-07-01T21:05:40.279Z Compiling yoke v0.8.1
14542026-07-01T21:05:40.311Z Compiling digest v0.10.7
14552026-07-01T21:05:40.479Z Compiling zerovec v0.11.5
14562026-07-01T21:05:40.574Z Compiling zerotrie v0.2.3
14572026-07-01T21:05:40.588Z Compiling der v0.7.10
14582026-07-01T21:05:40.673Z Compiling darling_macro v0.20.11
14592026-07-01T21:05:40.673Z Compiling openssl-macros v0.1.1
14602026-07-01T21:05:40.701Z Compiling thiserror v2.0.18
14612026-07-01T21:05:40.811Z Compiling tracing v0.1.44
14622026-07-01T21:05:40.826Z Compiling sha2 v0.10.9
14632026-07-01T21:05:40.846Z Compiling hmac v0.12.1
14642026-07-01T21:05:40.895Z Compiling dtrace-parser v0.3.0
14652026-07-01T21:05:41.044Z Compiling tinystr v0.8.2
14662026-07-01T21:05:41.075Z Compiling potential_utf v0.1.4
14672026-07-01T21:05:41.090Z Compiling scroll v0.13.0
14682026-07-01T21:05:41.176Z Compiling thiserror-impl v1.0.69
14692026-07-01T21:05:41.238Z Compiling icu_locale_core v2.1.1
14702026-07-01T21:05:41.264Z Compiling icu_collections v2.1.1
14712026-07-01T21:05:41.279Z Compiling darling v0.20.11
14722026-07-01T21:05:41.294Z Compiling scroll_derive v0.12.1
14732026-07-01T21:05:41.371Z Compiling goblin v0.10.5
14742026-07-01T21:05:41.397Z Compiling derive_builder_core v0.20.2
14752026-07-01T21:05:41.725Z Compiling spki v0.7.3
14762026-07-01T21:05:41.774Z Compiling block-padding v0.4.2
14772026-07-01T21:05:41.900Z Compiling icu_provider v2.1.1
14782026-07-01T21:05:41.953Z Compiling pkcs8 v0.10.2
14792026-07-01T21:05:41.953Z Compiling crypto-common v0.2.2
14802026-07-01T21:05:42.012Z Compiling bytes v1.11.1
14812026-07-01T21:05:42.107Z Compiling chrono v0.4.44
14822026-07-01T21:05:42.122Z Compiling ipnet v2.11.0
14832026-07-01T21:05:42.153Z Compiling icu_normalizer v2.1.1
14842026-07-01T21:05:42.220Z Compiling icu_properties v2.1.2
14852026-07-01T21:05:42.235Z Compiling scroll v0.12.0
14862026-07-01T21:05:42.301Z Compiling derive_builder_macro v0.20.2
14872026-07-01T21:05:42.325Z Compiling serde_tokenstream v0.2.3
14882026-07-01T21:05:42.506Z Compiling tokio v1.52.1
14892026-07-01T21:05:42.550Z Compiling http v1.4.2
14902026-07-01T21:05:42.574Z Compiling thiserror v1.0.69
14912026-07-01T21:05:42.652Z Compiling erased-serde v0.3.31
14922026-07-01T21:05:42.666Z Compiling toml_datetime v0.6.11
14932026-07-01T21:05:42.670Z Compiling serde_urlencoded v0.7.1
14942026-07-01T21:05:42.697Z Compiling serde_spanned v0.6.9
14952026-07-01T21:05:42.729Z Compiling block-buffer v0.12.1
14962026-07-01T21:05:42.831Z Compiling md-5 v0.10.6
14972026-07-01T21:05:42.860Z Compiling signature v2.2.0
14982026-07-01T21:05:42.935Z Compiling darling_macro v0.21.3
14992026-07-01T21:05:42.950Z Compiling rustls-native-certs v0.8.3
15002026-07-01T21:05:42.953Z Compiling bstr v1.12.1
15012026-07-01T21:05:43.014Z Compiling pin-project-internal v1.1.11
15022026-07-01T21:05:43.058Z Compiling async-trait v0.1.89
15032026-07-01T21:05:43.154Z Compiling idna_adapter v1.2.1
15042026-07-01T21:05:43.290Z Compiling idna v1.1.0
15052026-07-01T21:05:43.334Z Compiling ppv-lite86 v0.2.21
15062026-07-01T21:05:43.396Z Compiling http-body v1.0.1
15072026-07-01T21:05:43.464Z Compiling zerocopy-derive v0.7.35
15082026-07-01T21:05:43.531Z Compiling http-body-util v0.1.3
15092026-07-01T21:05:43.549Z Compiling num-integer v0.1.46
15102026-07-01T21:05:43.576Z Compiling vergen-lib v9.1.0
15112026-07-01T21:05:43.654Z Compiling url v2.5.8
15122026-07-01T21:05:43.679Z Compiling rand_chacha v0.9.0
15132026-07-01T21:05:43.746Z Compiling rand_chacha v0.3.1
15142026-07-01T21:05:43.788Z Compiling hash32 v0.2.1
15152026-07-01T21:05:43.803Z Compiling memoffset v0.9.1
15162026-07-01T21:05:43.833Z Compiling encoding_rs v0.8.35
15172026-07-01T21:05:43.888Z Compiling rand v0.9.2
15182026-07-01T21:05:43.978Z Compiling fallible-iterator v0.2.0
15192026-07-01T21:05:43.996Z Compiling ref-cast v1.0.25
15202026-07-01T21:05:44.060Z Compiling smoltcp v0.9.1
15212026-07-01T21:05:44.218Z Compiling dof v0.4.0
15222026-07-01T21:05:44.278Z Compiling rustix v0.38.44
15232026-07-01T21:05:44.304Z Compiling cfg_aliases v0.2.1
15242026-07-01T21:05:44.348Z Compiling num-bigint-dig v0.8.6
15252026-07-01T21:05:44.387Z Compiling litrs v1.0.0
15262026-07-01T21:05:44.401Z Compiling psl-types v2.0.11
15272026-07-01T21:05:44.404Z Compiling mime v0.3.17
15282026-07-01T21:05:44.429Z Compiling zlib-rs v0.6.2
15292026-07-01T21:05:44.478Z Compiling proptest v1.10.0
15302026-07-01T21:05:44.542Z Compiling publicsuffix v2.3.0
15312026-07-01T21:05:44.556Z Compiling postgres-protocol v0.6.10
15322026-07-01T21:05:44.616Z Compiling zerocopy v0.7.35
15332026-07-01T21:05:44.692Z Compiling nix v0.31.2
15342026-07-01T21:05:44.757Z Compiling pin-project v1.1.11
15352026-07-01T21:05:44.771Z Compiling rand v0.8.6
15362026-07-01T21:05:44.917Z Compiling document-features v0.2.12
15372026-07-01T21:05:44.929Z Compiling num-iter v0.1.45
15382026-07-01T21:05:45.062Z Compiling ipnetwork v0.21.1
15392026-07-01T21:05:45.106Z Compiling darling v0.21.3
15402026-07-01T21:05:45.175Z Compiling derive_builder v0.20.2
15412026-07-01T21:05:45.206Z Compiling goblin v0.8.2
15422026-07-01T21:05:45.327Z Compiling oxnet v0.1.6
15432026-07-01T21:05:45.356Z Compiling futures-executor v0.3.32
15442026-07-01T21:05:45.372Z Compiling hubpack_derive v0.1.1
15452026-07-01T21:05:45.413Z Compiling hex v0.4.3
15462026-07-01T21:05:45.472Z Compiling inout v0.2.2
15472026-07-01T21:05:45.475Z Compiling regex v1.12.3
15482026-07-01T21:05:45.664Z Compiling ref-cast-impl v1.0.25
15492026-07-01T21:05:45.679Z Compiling curve25519-dalek-derive v0.1.1
15502026-07-01T21:05:45.700Z Compiling snafu-derive v0.8.9
15512026-07-01T21:05:45.715Z Compiling strum_macros v0.27.2
15522026-07-01T21:05:45.736Z Compiling daft-derive v0.1.7
15532026-07-01T21:05:45.870Z Compiling terminal_size v0.4.3
15542026-07-01T21:05:45.933Z Compiling phf_shared v0.13.1
15552026-07-01T21:05:46.048Z Compiling lazy_static v1.5.0
15562026-07-01T21:05:46.064Z Compiling anstyle-parse v0.2.7
15572026-07-01T21:05:46.124Z Compiling cargo-platform v0.3.2
15582026-07-01T21:05:46.155Z Compiling vergen v9.1.0
15592026-07-01T21:05:46.169Z Compiling ff v0.13.1
15602026-07-01T21:05:46.211Z Compiling fs-err v3.3.0
15612026-07-01T21:05:46.291Z Compiling ahash v0.8.12
15622026-07-01T21:05:46.311Z Compiling winnow v0.5.40
15632026-07-01T21:05:46.328Z Compiling managed v0.8.0
15642026-07-01T21:05:46.362Z Compiling bumpalo v3.20.2
15652026-07-01T21:05:46.378Z Compiling same-file v1.0.6
15662026-07-01T21:05:46.420Z Compiling tokio-util v0.7.18
15672026-07-01T21:05:46.424Z Compiling tower v0.5.3
15682026-07-01T21:05:46.450Z Compiling tokio-native-tls v0.3.1
15692026-07-01T21:05:46.527Z Compiling foldhash v0.1.5
15702026-07-01T21:05:46.527Z Compiling object v0.37.3
15712026-07-01T21:05:46.559Z Compiling libbz2-rs-sys v0.2.2
15722026-07-01T21:05:46.562Z Compiling bitflags v1.3.2
15732026-07-01T21:05:46.629Z Compiling base16ct v0.2.0
15742026-07-01T21:05:46.645Z Compiling foldhash v0.2.0
15752026-07-01T21:05:46.660Z Compiling unicode-segmentation v1.12.0
15762026-07-01T21:05:46.715Z Compiling hashbrown v0.15.5
15772026-07-01T21:05:46.825Z Compiling hashbrown v0.16.1
15782026-07-01T21:05:46.850Z Compiling tower-http v0.6.8
15792026-07-01T21:05:46.886Z Compiling newtype-uuid v1.3.2
15802026-07-01T21:05:46.994Z Compiling bzip2 v0.6.1
15812026-07-01T21:05:47.064Z Compiling sec1 v0.7.3
15822026-07-01T21:05:47.227Z Compiling h2 v0.4.15
15832026-07-01T21:05:47.245Z Compiling daft v0.1.7
15842026-07-01T21:05:47.285Z Compiling zopfli v0.8.3
15852026-07-01T21:05:47.354Z Compiling flate2 v1.1.9
15862026-07-01T21:05:47.368Z Compiling walkdir v2.5.0
15872026-07-01T21:05:47.500Z Compiling dof v0.3.0
15882026-07-01T21:05:47.570Z Compiling clap_builder v4.6.0
15892026-07-01T21:05:47.700Z Compiling toml_edit v0.19.15
15902026-07-01T21:05:47.752Z Compiling snafu v0.8.9
15912026-07-01T21:05:47.787Z Compiling cargo_metadata v0.23.1
15922026-07-01T21:05:47.802Z Compiling group v0.13.0
15932026-07-01T21:05:47.832Z Compiling strum v0.27.2
15942026-07-01T21:05:47.858Z Compiling anstream v0.6.21
15952026-07-01T21:05:47.971Z Compiling phf v0.13.1
15962026-07-01T21:05:48.001Z Compiling signal-hook-mio v0.2.5
15972026-07-01T21:05:48.095Z Compiling hubpack v0.1.2
15982026-07-01T21:05:48.143Z Compiling cookie_store v0.22.1
15992026-07-01T21:05:48.159Z Compiling usdt-attr-macro v0.6.0
16002026-07-01T21:05:48.180Z Compiling usdt-macro v0.6.0
16012026-07-01T21:05:48.249Z Compiling bzip2 v0.4.4
16022026-07-01T21:05:48.336Z Compiling cipher v0.5.2
16032026-07-01T21:05:48.383Z Compiling futures v0.3.32
16042026-07-01T21:05:48.472Z Compiling serde_with_macros v3.17.0
16052026-07-01T21:05:48.515Z Compiling zstd v0.13.3
16062026-07-01T21:05:48.525Z Compiling postgres-types v0.2.12
16072026-07-01T21:05:48.775Z Compiling globset v0.4.18
16082026-07-01T21:05:48.795Z Compiling ed25519 v2.2.3
16092026-07-01T21:05:48.822Z Compiling dtrace-parser v0.2.0
16102026-07-01T21:05:48.987Z Compiling pkcs1 v0.7.5
16112026-07-01T21:05:49.015Z Compiling olpc-cjson v0.1.4
16122026-07-01T21:05:49.101Z Compiling serde_plain v1.0.2
16132026-07-01T21:05:49.200Z Compiling serde-big-array v0.5.1
16142026-07-01T21:05:49.213Z Compiling hkdf v0.12.4
16152026-07-01T21:05:49.315Z Compiling crypto-bigint v0.5.5
16162026-07-01T21:05:49.355Z Compiling async-recursion v1.1.1
16172026-07-01T21:05:49.396Z Compiling strum_macros v0.26.4
16182026-07-01T21:05:49.409Z Compiling enum-as-inner v0.6.1
16192026-07-01T21:05:49.475Z Compiling clap_derive v4.6.1
16202026-07-01T21:05:49.586Z Compiling serde_repr v0.1.20
16212026-07-01T21:05:49.658Z Compiling phf_shared v0.11.3
16222026-07-01T21:05:49.724Z Compiling float-cmp v0.10.0
16232026-07-01T21:05:49.860Z Compiling pem v3.0.6
16242026-07-01T21:05:49.882Z Compiling memmap2 v0.9.10
16252026-07-01T21:05:49.895Z Compiling thread-id v4.2.2
16262026-07-01T21:05:49.956Z Compiling env_filter v1.0.0
16272026-07-01T21:05:50.000Z Compiling cpufeatures v0.3.0
16282026-07-01T21:05:50.054Z Compiling precomputed-hash v0.1.1
16292026-07-01T21:05:50.089Z Compiling fixedbitset v0.5.7
16302026-07-01T21:05:50.117Z Compiling jiff v0.2.21
16312026-07-01T21:05:50.157Z Compiling whoami v2.1.0
16322026-07-01T21:05:50.177Z Compiling keccak v0.1.6
16332026-07-01T21:05:50.211Z Compiling winnow v1.0.3
16342026-07-01T21:05:50.282Z Compiling fixedbitset v0.4.2
16352026-07-01T21:05:50.397Z Compiling hyper v1.10.1
16362026-07-01T21:05:50.422Z Compiling data-encoding v2.10.0
16372026-07-01T21:05:50.519Z Compiling const-oid v0.10.2
16382026-07-01T21:05:50.555Z Compiling difflib v0.4.0
16392026-07-01T21:05:50.586Z Compiling predicates-core v1.0.10
16402026-07-01T21:05:50.601Z Compiling typed-path v0.9.3
16412026-07-01T21:05:50.636Z Compiling new_debug_unreachable v1.0.6
16422026-07-01T21:05:50.721Z Compiling either v1.15.0
16432026-07-01T21:05:50.760Z Compiling static_assertions v1.1.0
16442026-07-01T21:05:50.783Z Compiling normalize-line-endings v0.3.0
16452026-07-01T21:05:50.846Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16462026-07-01T21:05:50.893Z Compiling predicates v3.1.4
16472026-07-01T21:05:50.930Z Compiling itertools v0.13.0
16482026-07-01T21:05:50.985Z Compiling hickory-proto v0.25.2
16492026-07-01T21:05:51.202Z Compiling string_cache v0.8.9
16502026-07-01T21:05:51.221Z Compiling digest v0.11.3
16512026-07-01T21:05:51.267Z Compiling strum v0.26.3
16522026-07-01T21:05:51.339Z Compiling clap v4.6.1
16532026-07-01T21:05:51.418Z Compiling toml_edit v0.22.27
16542026-07-01T21:05:51.436Z Compiling toml_parser v1.1.2+spec-1.1.0
16552026-07-01T21:05:51.452Z Compiling petgraph v0.6.5
16562026-07-01T21:05:51.466Z Compiling tokio-postgres v0.7.16
16572026-07-01T21:05:51.480Z Compiling sha3 v0.10.8
16582026-07-01T21:05:51.518Z Compiling petgraph v0.8.3
16592026-07-01T21:05:51.612Z Compiling hyper-util v0.1.20
16602026-07-01T21:05:51.930Z Compiling elliptic-curve v0.13.8
16612026-07-01T21:05:51.966Z Compiling env_logger v0.11.9
16622026-07-01T21:05:52.105Z Compiling chacha20 v0.10.0
16632026-07-01T21:05:52.119Z Compiling usdt v0.6.0
16642026-07-01T21:05:52.253Z Compiling usdt-impl v0.5.0
16652026-07-01T21:05:52.347Z Compiling serde_with v3.17.0
16662026-07-01T21:05:52.364Z Compiling crossterm v0.28.1
16672026-07-01T21:05:52.415Z Compiling rsa v0.9.10
16682026-07-01T21:05:52.506Z Compiling toml v0.7.8
16692026-07-01T21:05:52.870Z Compiling zip v4.6.1
16702026-07-01T21:05:52.997Z Compiling ed25519-dalek v2.2.0
16712026-07-01T21:05:53.142Z Compiling hyper-tls v0.6.0
16722026-07-01T21:05:53.391Z Compiling reqwest v0.12.28
16732026-07-01T21:05:53.671Z Compiling zip v0.6.6
16742026-07-01T21:05:53.698Z Compiling iddqd v0.4.2
16752026-07-01T21:05:53.835Z Compiling tokio-stream v0.1.18
16762026-07-01T21:05:53.967Z Compiling heck v0.4.1
16772026-07-01T21:05:54.019Z Compiling similar v2.7.0
16782026-07-01T21:05:54.112Z Compiling buf-list v1.1.2
16792026-07-01T21:05:54.176Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-01T21:05:54.201Z Compiling openapiv3 v2.2.0
16812026-07-01T21:05:54.216Z Compiling x509-cert v0.2.5
16822026-07-01T21:05:54.266Z Compiling crossbeam-epoch v0.9.18
16832026-07-01T21:05:54.343Z Compiling lalrpop-util v0.19.12
16842026-07-01T21:05:54.421Z Compiling peg-runtime v0.8.5
16852026-07-01T21:05:54.432Z Compiling thread_local v1.1.9
16862026-07-01T21:05:54.500Z Compiling slog-async v2.8.0
16872026-07-01T21:05:54.547Z Compiling crossbeam-channel v0.5.15
16882026-07-01T21:05:54.622Z Compiling filetime v0.2.27
16892026-07-01T21:05:54.689Z Compiling is-terminal v0.4.17
16902026-07-01T21:05:54.703Z Compiling take_mut v0.2.2
16912026-07-01T21:05:54.816Z Compiling xattr v1.6.1
16922026-07-01T21:05:54.829Z Compiling term v1.2.1
16932026-07-01T21:05:54.829Z Compiling camino-tempfile v1.4.1
16942026-07-01T21:05:54.999Z Compiling tar v0.4.45
16952026-07-01T21:05:55.143Z Compiling slog-term v2.9.2
16962026-07-01T21:06:12.928Z Compiling rustls-webpki v0.103.9
16972026-07-01T21:06:15.641Z Compiling tokio-rustls v0.26.4
16982026-07-01T21:06:15.641Z Compiling rustls-platform-verifier v0.6.2
16992026-07-01T21:06:15.641Z Compiling tough v0.22.0
17002026-07-01T21:06:15.841Z Compiling hyper-rustls v0.27.7
17012026-07-01T21:06:16.025Z Compiling reqwest v0.13.2
17022026-07-01T21:06:18.196Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-07-01T21:06:18.445Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-07-01T21:06:21.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.10s
17052026-07-01T21:06:21.419Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: Console
17072026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: Clickhouse
17082026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: DendriteStub
17092026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: Cockroach
17102026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: MaghemiteMgd
17112026-07-01T21:06:21.472ZJul 01 21:06:20.519 INFO Starting download, target: MaghemiteDdmd
17122026-07-01T21:06:21.475ZJul 01 21:06:20.519 INFO Starting download, target: TransceiverControl
17132026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17172026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-07-01T21:06:21.476ZJul 01 21:06:20.520 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-07-01T21:06:21.870ZJul 01 21:06:20.916 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-07-01T21:06:22.089ZJul 01 21:06:21.122 INFO Download complete, target: TransceiverControl
17222026-07-01T21:06:23.252ZJul 01 21:06:22.264 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-07-01T21:06:23.487ZJul 01 21:06:22.511 INFO Download complete, target: Console
17242026-07-01T21:06:23.763ZJul 01 21:06:22.792 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17252026-07-01T21:06:23.852ZJul 01 21:06:22.890 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-07-01T21:06:24.231ZJul 01 21:06:23.252 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17272026-07-01T21:06:24.275ZJul 01 21:06:23.283 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-07-01T21:06:25.566ZJul 01 21:06:24.580 INFO Download complete, target: MaghemiteDdmd
17292026-07-01T21:06:26.374ZJul 01 21:06:25.403 INFO Download complete, target: DendriteStub
17302026-07-01T21:06:26.437ZJul 01 21:06:25.463 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-01T21:06:26.438ZJul 01 21:06:25.463 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-01T21:06:26.783ZJul 01 21:06:25.811 INFO Download complete, target: MaghemiteMgd
17332026-07-01T21:06:30.846ZJul 01 21:06:29.893 INFO Checking that binary works, target: Clickhouse
17342026-07-01T21:06:30.934ZJul 01 21:06:29.981 INFO Checking that binary works, target: Cockroach
17352026-07-01T21:06:30.956ZJul 01 21:06:30.003 INFO Download complete, target: Clickhouse
17362026-07-01T21:06:31.062ZJul 01 21:06:30.109 INFO Download complete, target: Cockroach
17372026-07-01T21:06:31.068ZAll prerequisites installed successfully
17382026-07-01T21:06:31.071Z
17392026-07-01T21:06:31.071Zreal 1:47.240563485
17402026-07-01T21:06:31.071Zuser 6:38.337712780
17412026-07-01T21:06:31.072Zsys 1:39.294611640
17422026-07-01T21:06:31.072Ztrap 0.259076638
17432026-07-01T21:06:31.072Ztflt 0.827563090
17442026-07-01T21:06:31.072Zdflt 1.499346994
17452026-07-01T21:06:31.072Zkflt 0.025287436
17462026-07-01T21:06:31.072Zlock 23:56.524443468
17472026-07-01T21:06:31.072Zslp 18:19.481247591
17482026-07-01T21:06:31.072Zlat 23.815596500
17492026-07-01T21:06:31.072Zstop 2:44.974134303
17502026-07-01T21:06:31.072Z+ ptime -m cargo xtask download softnpu
17512026-07-01T21:06:31.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17522026-07-01T21:06:31.537Z Running `target/debug/xtask download softnpu`
17532026-07-01T21:06:32.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17542026-07-01T21:06:32.339Z Running `target/debug/xtask-downloader softnpu`
17552026-07-01T21:06:32.379ZJul 01 21:06:31.425 INFO Starting download, target: Softnpu
17562026-07-01T21:06:32.381ZJul 01 21:06:31.426 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-07-01T21:06:32.943ZJul 01 21:06:31.988 INFO Download complete, target: Softnpu
17582026-07-01T21:06:32.946Z
17592026-07-01T21:06:32.947Zreal 1.870236669
17602026-07-01T21:06:32.947Zuser 1.285422804
17612026-07-01T21:06:32.947Zsys 0.591200780
17622026-07-01T21:06:32.947Ztrap 0.000568490
17632026-07-01T21:06:32.947Ztflt 0.000110260
17642026-07-01T21:06:32.947Zdflt 0.000155010
17652026-07-01T21:06:32.947Zkflt 0.000000000
17662026-07-01T21:06:32.947Zlock 10.073324131
17672026-07-01T21:06:32.947Zslp 0.414843778
17682026-07-01T21:06:32.947Zlat 0.078489076
17692026-07-01T21:06:32.947Zstop 0.000177260
17702026-07-01T21:06:32.947Z+ export CARGO_INCREMENTAL=0
17712026-07-01T21:06:32.947Z+ CARGO_INCREMENTAL=0
17722026-07-01T21:06:32.947Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-07-01T21:06:33.807Z Compiling proc-macro2 v1.0.106
17742026-07-01T21:06:33.807Z Compiling quote v1.0.45
17752026-07-01T21:06:33.807Z Compiling unicode-ident v1.0.24
17762026-07-01T21:06:33.807Z Compiling libc v0.2.185
17772026-07-01T21:06:33.811Z Compiling serde_core v1.0.228
17782026-07-01T21:06:33.811Z Compiling serde v1.0.228
17792026-07-01T21:06:33.811Z Compiling cfg-if v1.0.4
17802026-07-01T21:06:33.812Z Compiling version_check v0.9.5
17812026-07-01T21:06:33.812Z Compiling find-msvc-tools v0.1.9
17822026-07-01T21:06:33.812Z Compiling shlex v1.3.0
17832026-07-01T21:06:33.812Z Compiling zmij v1.0.21
17842026-07-01T21:06:33.812Z Compiling memchr v2.8.0
17852026-07-01T21:06:33.963Z Compiling serde_json v1.0.150
17862026-07-01T21:06:34.060Z Compiling autocfg v1.5.0
17872026-07-01T21:06:34.229Z Compiling portable-atomic v1.13.1
17882026-07-01T21:06:34.232Z Compiling zerocopy v0.8.40
17892026-07-01T21:06:34.232Z Compiling getrandom v0.4.1
17902026-07-01T21:06:34.355Z Compiling libm v0.2.16
17912026-07-01T21:06:34.382Z Compiling parking_lot_core v0.9.12
17922026-07-01T21:06:34.399Z Compiling smallvec v1.15.1
17932026-07-01T21:06:34.457Z Compiling icu_properties_data v2.1.2
17942026-07-01T21:06:34.476Z Compiling icu_normalizer_data v2.1.1
17952026-07-01T21:06:34.603Z Compiling generic-array v0.14.7
17962026-07-01T21:06:34.638Z Compiling num-traits v0.2.19
17972026-07-01T21:06:34.671Z Compiling itoa v1.0.17
17982026-07-01T21:06:34.698Z Compiling log v0.4.29
17992026-07-01T21:06:34.731Z Compiling subtle v2.6.1
18002026-07-01T21:06:34.734Z Compiling pkg-config v0.3.32
18012026-07-01T21:06:34.775Z Compiling stable_deref_trait v1.2.1
18022026-07-01T21:06:34.846Z Compiling typenum v1.20.1
18032026-07-01T21:06:34.921Z Compiling scopeguard v1.2.0
18042026-07-01T21:06:34.935Z Compiling fnv v1.0.7
18052026-07-01T21:06:34.966Z Compiling jobserver v0.1.34
18062026-07-01T21:06:34.969Z Compiling errno v0.3.14
18072026-07-01T21:06:34.982Z Compiling rand_core v0.10.0
18082026-07-01T21:06:35.052Z Compiling lock_api v0.4.14
18092026-07-01T21:06:35.138Z Compiling pin-project-lite v0.2.17
18102026-07-01T21:06:35.170Z Compiling thiserror v2.0.18
18112026-07-01T21:06:35.203Z Compiling cc v1.2.56
18122026-07-01T21:06:35.218Z Compiling getrandom v0.3.4
18132026-07-01T21:06:35.264Z Compiling percent-encoding v2.3.2
18142026-07-01T21:06:35.267Z Compiling litemap v0.8.1
18152026-07-01T21:06:35.296Z Compiling equivalent v1.0.2
18162026-07-01T21:06:35.326Z Compiling writeable v0.6.2
18172026-07-01T21:06:35.402Z Compiling getrandom v0.2.17
18182026-07-01T21:06:35.449Z Compiling rustversion v1.0.22
18192026-07-01T21:06:35.491Z Compiling syn v2.0.117
18202026-07-01T21:06:35.564Z Compiling rand_core v0.6.4
18212026-07-01T21:06:35.580Z Compiling fs_extra v1.3.0
18222026-07-01T21:06:35.610Z Compiling schemars v0.8.22
18232026-07-01T21:06:35.623Z Compiling rustix v1.1.3
18242026-07-01T21:06:35.651Z Compiling critical-section v1.2.0
18252026-07-01T21:06:35.654Z Compiling dunce v1.0.5
18262026-07-01T21:06:35.798Z Compiling hashbrown v0.17.0
18272026-07-01T21:06:35.898Z Compiling signal-hook-registry v1.4.8
18282026-07-01T21:06:36.035Z Compiling cmake v0.1.57
18292026-07-01T21:06:36.035Z Compiling once_cell v1.21.3
18302026-07-01T21:06:36.066Z Compiling heck v0.5.0
18312026-07-01T21:06:36.084Z Compiling utf8_iter v1.0.4
18322026-07-01T21:06:36.293Z Compiling parking_lot v0.12.5
18332026-07-01T21:06:36.334Z Compiling form_urlencoded v1.2.2
18342026-07-01T21:06:36.402Z Compiling semver v1.0.28
18352026-07-01T21:06:36.406Z Compiling indexmap v2.14.0
18362026-07-01T21:06:36.432Z Compiling socket2 v0.6.3
18372026-07-01T21:06:36.505Z Compiling mio v1.2.0
18382026-07-01T21:06:36.532Z Compiling bitflags v2.11.0
18392026-07-01T21:06:36.577Z Compiling aws-lc-sys v0.40.0
18402026-07-01T21:06:36.593Z Compiling futures-core v0.3.32
18412026-07-01T21:06:36.735Z Compiling aws-lc-rs v1.16.3
18422026-07-01T21:06:36.768Z Compiling strsim v0.11.1
18432026-07-01T21:06:36.799Z Compiling httparse v1.10.1
18442026-07-01T21:06:37.077Z Compiling ucd-trie v0.1.7
18452026-07-01T21:06:37.094Z Compiling byteorder v1.5.0
18462026-07-01T21:06:37.111Z Compiling thiserror v1.0.69
18472026-07-01T21:06:37.213Z Compiling regex-syntax v0.8.10
18482026-07-01T21:06:37.226Z Compiling ident_case v1.0.1
18492026-07-01T21:06:37.249Z Compiling pest v2.8.6
18502026-07-01T21:06:37.267Z Compiling syn v1.0.109
18512026-07-01T21:06:37.267Z Compiling vcpkg v0.2.15
18522026-07-01T21:06:37.296Z Compiling const-oid v0.9.6
18532026-07-01T21:06:37.351Z Compiling iana-time-zone v0.1.65
18542026-07-01T21:06:37.616Z Compiling uuid v1.23.4
18552026-07-01T21:06:37.693Z Compiling rustc_version v0.4.1
18562026-07-01T21:06:37.769Z Compiling futures-sink v0.3.32
18572026-07-01T21:06:37.851Z Compiling openssl-sys v0.9.115
18582026-07-01T21:06:37.866Z Compiling rustls v0.23.41
18592026-07-01T21:06:37.893Z Compiling futures-channel v0.3.32
18602026-07-01T21:06:38.052Z Compiling aho-corasick v1.1.4
18612026-07-01T21:06:38.092Z Compiling futures-io v0.3.32
18622026-07-01T21:06:38.111Z Compiling slab v0.4.12
18632026-07-01T21:06:38.210Z Compiling futures-task v0.3.32
18642026-07-01T21:06:38.332Z Compiling synstructure v0.13.2
18652026-07-01T21:06:38.348Z Compiling serde_derive_internals v0.29.1
18662026-07-01T21:06:38.366Z Compiling pest_meta v2.8.6
18672026-07-01T21:06:38.379Z Compiling num-conv v0.2.0
18682026-07-01T21:06:38.410Z Compiling crc32fast v1.5.0
18692026-07-01T21:06:38.427Z Compiling time-core v0.1.8
18702026-07-01T21:06:38.455Z Compiling plain v0.2.3
18712026-07-01T21:06:38.537Z Compiling dyn-clone v1.0.20
18722026-07-01T21:06:38.609Z Compiling time-macros v0.2.27
18732026-07-01T21:06:38.705Z Compiling crossbeam-utils v0.8.21
18742026-07-01T21:06:38.709Z Compiling base64 v0.22.1
18752026-07-01T21:06:38.802Z Compiling pretty-hex v0.4.1
18762026-07-01T21:06:38.864Z Compiling openssl v0.10.79
18772026-07-01T21:06:38.907Z Compiling regex-automata v0.4.14
18782026-07-01T21:06:38.941Z Compiling darling_core v0.21.3
18792026-07-01T21:06:38.961Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-07-01T21:06:39.025Z Compiling pest_generator v2.8.6
18812026-07-01T21:06:39.129Z Compiling native-tls v0.2.18
18822026-07-01T21:06:39.259Z Compiling anyhow v1.0.102
18832026-07-01T21:06:39.262Z Compiling rand_core v0.9.5
18842026-07-01T21:06:39.399Z Compiling slog v2.8.2
18852026-07-01T21:06:39.402Z Compiling tracing-core v0.1.36
18862026-07-01T21:06:39.541Z Compiling cookie v0.18.1
18872026-07-01T21:06:39.619Z Compiling camino v1.2.2
18882026-07-01T21:06:39.636Z Compiling serde_derive v1.0.228
18892026-07-01T21:06:39.651Z Compiling zeroize_derive v1.4.3
18902026-07-01T21:06:39.668Z Compiling zerofrom-derive v0.1.6
18912026-07-01T21:06:39.688Z Compiling yoke-derive v0.8.1
18922026-07-01T21:06:39.701Z Compiling zerovec-derive v0.11.2
18932026-07-01T21:06:39.718Z Compiling displaydoc v0.2.5
18942026-07-01T21:06:39.759Z Compiling zerocopy-derive v0.8.40
18952026-07-01T21:06:39.829Z Compiling tokio-macros v2.7.0
18962026-07-01T21:06:39.952Z Compiling futures-macro v0.3.32
18972026-07-01T21:06:40.038Z Compiling thiserror-impl v2.0.18
18982026-07-01T21:06:40.294Z Compiling zeroize v1.8.2
18992026-07-01T21:06:40.491Z Compiling schemars_derive v0.8.22
19002026-07-01T21:06:40.509Z Compiling tracing-attributes v0.1.31
19012026-07-01T21:06:40.652Z Compiling der_derive v0.7.3
19022026-07-01T21:06:40.683Z Compiling thiserror-impl v1.0.69
19032026-07-01T21:06:40.788Z Compiling pest_derive v2.8.6
19042026-07-01T21:06:40.814Z Compiling zerofrom v0.1.6
19052026-07-01T21:06:40.964Z Compiling yoke v0.8.1
19062026-07-01T21:06:41.147Z Compiling zerovec v0.11.5
19072026-07-01T21:06:41.150Z Compiling zerotrie v0.2.3
19082026-07-01T21:06:41.270Z Compiling crypto-common v0.1.7
19092026-07-01T21:06:41.290Z Compiling futures-util v0.3.32
19102026-07-01T21:06:41.594Z Compiling block-buffer v0.10.4
19112026-07-01T21:06:41.705Z Compiling tinystr v0.8.2
19122026-07-01T21:06:41.749Z Compiling potential_utf v0.1.4
19132026-07-01T21:06:41.765Z Compiling digest v0.10.7
19142026-07-01T21:06:41.782Z Compiling scroll_derive v0.12.1
19152026-07-01T21:06:41.850Z Compiling scroll_derive v0.13.1
19162026-07-01T21:06:41.878Z Compiling icu_collections v2.1.1
19172026-07-01T21:06:41.998Z Compiling icu_locale_core v2.1.1
19182026-07-01T21:06:42.003Z Compiling openssl-macros v0.1.1
19192026-07-01T21:06:42.250Z Compiling regex v1.12.3
19202026-07-01T21:06:42.461Z Compiling darling_macro v0.21.3
19212026-07-01T21:06:42.481Z Compiling zerocopy-derive v0.7.35
19222026-07-01T21:06:42.625Z Compiling base64ct v1.8.3
19232026-07-01T21:06:42.642Z Compiling icu_provider v2.1.1
19242026-07-01T21:06:42.686Z Compiling tracing v0.1.44
19252026-07-01T21:06:42.862Z Compiling bytes v1.11.1
19262026-07-01T21:06:42.932Z Compiling icu_normalizer v2.1.1
19272026-07-01T21:06:42.938Z Compiling icu_properties v2.1.2
19282026-07-01T21:06:42.980Z Compiling chrono v0.4.44
19292026-07-01T21:06:43.074Z Compiling serde_tokenstream v0.2.3
19302026-07-01T21:06:43.106Z Compiling darling v0.21.3
19312026-07-01T21:06:43.205Z Compiling pem-rfc7468 v0.7.0
19322026-07-01T21:06:43.389Z Compiling tokio v1.52.1
19332026-07-01T21:06:43.503Z Compiling http v1.4.2
19342026-07-01T21:06:43.838Z Compiling idna_adapter v1.2.1
19352026-07-01T21:06:43.994Z Compiling idna v1.1.0
19362026-07-01T21:06:44.278Z Compiling ppv-lite86 v0.2.21
19372026-07-01T21:06:44.464Z Compiling url v2.5.8
19382026-07-01T21:06:44.854Z Compiling flagset v0.4.7
19392026-07-01T21:06:44.907Z Compiling rand_chacha v0.9.0
19402026-07-01T21:06:45.009Z Compiling der v0.7.10
19412026-07-01T21:06:45.034Z Compiling http-body v1.0.1
19422026-07-01T21:06:45.216Z Compiling rustls-pki-types v1.14.0
19432026-07-01T21:06:45.404Z Compiling usdt-impl v0.5.0
19442026-07-01T21:06:45.565Z Compiling cmov v0.5.4
19452026-07-01T21:06:45.585Z Compiling either v1.15.0
19462026-07-01T21:06:45.654Z Compiling ref-cast v1.0.25
19472026-07-01T21:06:45.670Z Compiling tinyvec_macros v0.1.1
19482026-07-01T21:06:45.816Z Compiling paste v1.0.15
19492026-07-01T21:06:45.832Z Compiling fastrand v2.3.0
19502026-07-01T21:06:45.989Z Compiling usdt-impl v0.6.0
19512026-07-01T21:06:46.114Z Compiling openssl-probe v0.2.1
19522026-07-01T21:06:46.185Z Compiling ctutils v0.4.2
19532026-07-01T21:06:46.205Z Compiling spki v0.7.3
19542026-07-01T21:06:46.236Z Compiling tinyvec v1.10.0
19552026-07-01T21:06:46.297Z Compiling rand v0.9.2
19562026-07-01T21:06:46.407Z Compiling serde_spanned v0.6.9
19572026-07-01T21:06:46.430Z Compiling toml_datetime v0.6.11
19582026-07-01T21:06:46.449Z Compiling scroll v0.13.0
19592026-07-01T21:06:46.505Z Compiling scroll v0.12.0
19602026-07-01T21:06:46.522Z Compiling async-trait v0.1.89
19612026-07-01T21:06:46.568Z Compiling heapless v0.7.17
19622026-07-01T21:06:46.640Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-07-01T21:06:46.656Z Compiling rustix v0.38.44
19642026-07-01T21:06:46.669Z Compiling tower-service v0.3.3
19652026-07-01T21:06:46.738Z Compiling litrs v1.0.0
19662026-07-01T21:06:46.787Z Compiling atomic-waker v1.1.2
19672026-07-01T21:06:46.802Z Compiling signal-hook v0.3.18
19682026-07-01T21:06:46.842Z Compiling zstd-safe v7.2.4
19692026-07-01T21:06:46.863Z Compiling winnow v0.7.14
19702026-07-01T21:06:46.934Z Compiling tower-layer v0.3.3
19712026-07-01T21:06:46.968Z Compiling untrusted v0.7.1
19722026-07-01T21:06:47.010Z Compiling try-lock v0.2.5
19732026-07-01T21:06:47.026Z Compiling cpufeatures v0.2.17
19742026-07-01T21:06:47.029Z Compiling winnow v1.0.3
19752026-07-01T21:06:47.058Z Compiling goblin v0.8.2
19762026-07-01T21:06:47.093Z Compiling goblin v0.10.5
19772026-07-01T21:06:47.145Z Compiling want v0.3.1
19782026-07-01T21:06:47.150Z Compiling hybrid-array v0.4.13
19792026-07-01T21:06:47.221Z Compiling document-features v0.2.12
19802026-07-01T21:06:47.309Z Compiling tokio-util v0.7.18
19812026-07-01T21:06:47.400Z Compiling toml_parser v1.1.2+spec-1.1.0
19822026-07-01T21:06:47.609Z Compiling zerocopy v0.7.35
19832026-07-01T21:06:47.784Z Compiling ipnet v2.11.0
19842026-07-01T21:06:47.979Z Compiling ref-cast-impl v1.0.25
19852026-07-01T21:06:48.013Z Compiling h2 v0.4.15
19862026-07-01T21:06:48.181Z Compiling darling_core v0.20.11
19872026-07-01T21:06:48.249Z Compiling curve25519-dalek v4.1.3
19882026-07-01T21:06:48.283Z Compiling memoffset v0.9.1
19892026-07-01T21:06:48.303Z Compiling untrusted v0.9.0
19902026-07-01T21:06:48.328Z Compiling foreign-types-shared v0.1.1
19912026-07-01T21:06:48.587Z Compiling httpdate v1.0.3
19922026-07-01T21:06:48.677Z Compiling powerfmt v0.2.0
19932026-07-01T21:06:48.729Z Compiling winnow v0.5.40
19942026-07-01T21:06:48.802Z Compiling utf8parse v0.2.2
19952026-07-01T21:06:48.943Z Compiling tempfile v3.25.0
19962026-07-01T21:06:48.958Z Compiling deranged v0.5.8
19972026-07-01T21:06:48.961Z Compiling foreign-types v0.3.2
19982026-07-01T21:06:49.081Z Compiling unicode-normalization v0.1.25
19992026-07-01T21:06:49.327Z Compiling dof v0.3.0
20002026-07-01T21:06:49.579Z Compiling pkcs8 v0.10.2
20012026-07-01T21:06:49.851Z Compiling dtrace-parser v0.2.0
20022026-07-01T21:06:49.871Z Compiling dof v0.4.0
20032026-07-01T21:06:50.140Z Compiling toml_edit v0.19.15
20042026-07-01T21:06:50.221Z Compiling darling_macro v0.20.11
20052026-07-01T21:06:50.331Z Compiling dtrace-parser v0.3.0
20062026-07-01T21:06:50.477Z Compiling pin-project-internal v1.1.11
20072026-07-01T21:06:50.690Z Compiling daft-derive v0.1.7
20082026-07-01T21:06:50.734Z Compiling spin v0.9.8
20092026-07-01T21:06:50.749Z Compiling thread-id v4.2.2
20102026-07-01T21:06:50.851Z Compiling thread-id v5.1.0
20112026-07-01T21:06:50.963Z Compiling num-bigint-dig v0.8.6
20122026-07-01T21:06:50.966Z Compiling smoltcp v0.9.1
20132026-07-01T21:06:51.012Z Compiling num_threads v0.1.7
20142026-07-01T21:06:51.110Z Compiling cfg_aliases v0.2.1
20152026-07-01T21:06:51.192Z Compiling anstyle v1.0.14
20162026-07-01T21:06:51.294Z Compiling hyper v1.10.1
20172026-07-01T21:06:51.309Z Compiling nix v0.31.2
20182026-07-01T21:06:51.339Z Compiling time v0.3.47
20192026-07-01T21:06:51.455Z Compiling darling v0.20.11
20202026-07-01T21:06:51.701Z Compiling sha2 v0.10.9
20212026-07-01T21:06:51.967Z Compiling ipnetwork v0.21.1
20222026-07-01T21:06:51.984Z Compiling hmac v0.12.1
20232026-07-01T21:06:52.020Z Compiling curve25519-dalek-derive v0.1.1
20242026-07-01T21:06:52.073Z Compiling strum_macros v0.26.4
20252026-07-01T21:06:52.270Z Compiling sync_wrapper v1.0.2
20262026-07-01T21:06:52.324Z Compiling wait-timeout v0.2.1
20272026-07-01T21:06:52.418Z Compiling hyper-util v0.1.20
20282026-07-01T21:06:52.431Z Compiling is_terminal_polyfill v1.70.2
20292026-07-01T21:06:52.656Z Compiling colorchoice v1.0.4
20302026-07-01T21:06:52.727Z Compiling simd-adler32 v0.3.8
20312026-07-01T21:06:52.801Z Compiling siphasher v1.0.2
20322026-07-01T21:06:52.928Z Compiling anstyle-query v1.1.5
20332026-07-01T21:06:52.986Z Compiling quick-error v1.2.3
20342026-07-01T21:06:53.019Z Compiling bit-vec v0.8.0
20352026-07-01T21:06:53.113Z Compiling rusty-fork v0.3.1
20362026-07-01T21:06:53.270Z Compiling bit-set v0.8.0
20372026-07-01T21:06:53.455Z Compiling tower v0.5.3
20382026-07-01T21:06:53.878Z Compiling derive_builder_core v0.20.2
20392026-07-01T21:06:54.117Z Compiling http-body-util v0.1.3
20402026-07-01T21:06:54.190Z Compiling hubpack_derive v0.1.1
20412026-07-01T21:06:54.215Z Compiling strum_macros v0.27.2
20422026-07-01T21:06:54.320Z Compiling snafu-derive v0.8.9
20432026-07-01T21:06:54.383Z Compiling rand_xorshift v0.4.0
20442026-07-01T21:06:54.479Z Compiling fs-err v3.3.0
20452026-07-01T21:06:54.525Z Compiling ahash v0.8.12
20462026-07-01T21:06:54.610Z Compiling object v0.37.3
20472026-07-01T21:06:54.692Z Compiling iri-string v0.7.10
20482026-07-01T21:06:54.743Z Compiling unicode-properties v0.1.4
20492026-07-01T21:06:54.790Z Compiling allocator-api2 v0.2.21
20502026-07-01T21:06:54.806Z Compiling unarray v0.1.4
20512026-07-01T21:06:54.944Z Compiling unicode-segmentation v1.12.0
20522026-07-01T21:06:54.957Z Compiling unicode-bidi v0.3.18
20532026-07-01T21:06:54.973Z Compiling ryu v1.0.23
20542026-07-01T21:06:55.167Z Compiling adler2 v2.0.1
20552026-07-01T21:06:55.310Z Compiling miniz_oxide v0.8.9
20562026-07-01T21:06:55.327Z Compiling stringprep v0.1.5
20572026-07-01T21:06:55.411Z Compiling serde_urlencoded v0.7.1
20582026-07-01T21:06:55.435Z Compiling proptest v1.10.0
20592026-07-01T21:06:55.681Z Compiling derive_builder_macro v0.20.2
20602026-07-01T21:06:55.875Z Compiling tower-http v0.6.8
20612026-07-01T21:06:55.902Z Compiling tokio-native-tls v0.3.1
20622026-07-01T21:06:56.004Z Compiling usdt-macro v0.6.0
20632026-07-01T21:06:56.047Z Compiling usdt-attr-macro v0.6.0
20642026-07-01T21:06:56.102Z Compiling anstyle-parse v1.0.0
20652026-07-01T21:06:56.118Z Compiling block-padding v0.4.2
20662026-07-01T21:06:56.202Z Compiling block-buffer v0.12.1
20672026-07-01T21:06:56.284Z Compiling crypto-common v0.2.2
20682026-07-01T21:06:56.527Z Compiling rustls-native-certs v0.8.3
20692026-07-01T21:06:56.561Z Compiling rand_chacha v0.3.1
20702026-07-01T21:06:56.722Z Compiling erased-serde v0.3.31
20712026-07-01T21:06:56.768Z Compiling signature v2.2.0
20722026-07-01T21:06:56.795Z Compiling md-5 v0.10.6
20732026-07-01T21:06:56.807Z Compiling bstr v1.12.1
20742026-07-01T21:06:56.924Z Compiling num-integer v0.1.46
20752026-07-01T21:06:56.939Z Compiling hash32 v0.2.1
20762026-07-01T21:06:56.974Z Compiling vergen-lib v9.1.0
20772026-07-01T21:06:57.117Z Compiling encoding_rs v0.8.35
20782026-07-01T21:06:57.170Z Compiling fallible-iterator v0.2.0
20792026-07-01T21:06:57.188Z Compiling mime v0.3.17
20802026-07-01T21:06:57.208Z Compiling psl-types v2.0.11
20812026-07-01T21:06:57.250Z Compiling zlib-rs v0.6.2
20822026-07-01T21:06:57.348Z Compiling cpufeatures v0.3.0
20832026-07-01T21:06:57.364Z Compiling publicsuffix v2.3.0
20842026-07-01T21:06:57.441Z Compiling newtype-uuid v1.3.2
20852026-07-01T21:06:57.504Z Compiling postgres-protocol v0.6.10
20862026-07-01T21:06:57.665Z Compiling num-iter v0.1.45
20872026-07-01T21:06:58.014Z Compiling rand v0.8.6
20882026-07-01T21:06:58.241Z Compiling oxnet v0.1.6
20892026-07-01T21:06:58.273Z Compiling anstream v1.0.0
20902026-07-01T21:06:58.312Z Compiling inout v0.2.2
20912026-07-01T21:06:58.329Z Compiling derive_builder v0.20.2
20922026-07-01T21:06:58.332Z Compiling hyper-tls v0.6.0
20932026-07-01T21:06:58.449Z Compiling heck v0.4.1
20942026-07-01T21:06:58.510Z Compiling phf_shared v0.13.1
20952026-07-01T21:06:58.571Z Compiling pin-project v1.1.11
20962026-07-01T21:06:58.632Z Compiling lazy_static v1.5.0
20972026-07-01T21:06:58.655Z Compiling anstyle-parse v0.2.7
20982026-07-01T21:06:58.770Z Compiling terminal_size v0.4.3
20992026-07-01T21:06:58.773Z Compiling futures-executor v0.3.32
21002026-07-01T21:06:58.830Z Compiling serde_with_macros v3.17.0
21012026-07-01T21:06:58.845Z Compiling hex v0.4.3
21022026-07-01T21:06:58.878Z Compiling clap_derive v4.6.1
21032026-07-01T21:06:58.881Z Compiling async-recursion v1.1.1
21042026-07-01T21:06:58.927Z Compiling serde_repr v0.1.20
21052026-07-01T21:06:59.034Z Compiling enum-as-inner v0.6.1
21062026-07-01T21:06:59.191Z Compiling ff v0.13.1
21072026-07-01T21:06:59.222Z Compiling vergen v9.1.0
21082026-07-01T21:06:59.294Z Compiling cargo-platform v0.3.2
21092026-07-01T21:06:59.310Z Compiling flate2 v1.1.9
21102026-07-01T21:06:59.513Z Compiling bitflags v1.3.2
21112026-07-01T21:06:59.598Z Compiling bumpalo v3.20.2
21122026-07-01T21:06:59.602Z Compiling libbz2-rs-sys v0.2.2
21132026-07-01T21:06:59.602Z Compiling base16ct v0.2.0
21142026-07-01T21:06:59.801Z Compiling clap_lex v1.0.0
21152026-07-01T21:06:59.824Z Compiling same-file v1.0.6
21162026-07-01T21:06:59.897Z Compiling managed v0.8.0
21172026-07-01T21:06:59.966Z Compiling foldhash v0.1.5
21182026-07-01T21:06:59.993Z Compiling foldhash v0.2.0
21192026-07-01T21:07:00.036Z Compiling bzip2 v0.6.1
21202026-07-01T21:07:00.051Z Compiling clap_builder v4.6.0
21212026-07-01T21:07:00.135Z Compiling hashbrown v0.15.5
21222026-07-01T21:07:00.181Z Compiling hashbrown v0.16.1
21232026-07-01T21:07:00.208Z Compiling walkdir v2.5.0
21242026-07-01T21:07:00.311Z Compiling zopfli v0.8.3
21252026-07-01T21:07:00.516Z Compiling sec1 v0.7.3
21262026-07-01T21:07:00.589Z Compiling cargo_metadata v0.23.1
21272026-07-01T21:07:00.736Z Compiling group v0.13.0
21282026-07-01T21:07:00.881Z Compiling zstd v0.13.3
21292026-07-01T21:07:00.932Z Compiling futures v0.3.32
21302026-07-01T21:07:01.158Z Compiling anstream v0.6.21
21312026-07-01T21:07:01.424Z Compiling phf v0.13.1
21322026-07-01T21:07:01.474Z Compiling snafu v0.8.9
21332026-07-01T21:07:01.502Z Compiling daft v0.1.7
21342026-07-01T21:07:01.607Z Compiling reqwest v0.12.28
21352026-07-01T21:07:01.819Z Compiling cipher v0.5.2
21362026-07-01T21:07:02.015Z Compiling signal-hook-mio v0.2.5
21372026-07-01T21:07:02.112Z Compiling cookie_store v0.22.1
21382026-07-01T21:07:02.159Z Compiling postgres-types v0.2.12
21392026-07-01T21:07:02.178Z Compiling bzip2 v0.4.4
21402026-07-01T21:07:02.270Z Compiling globset v0.4.18
21412026-07-01T21:07:02.286Z Compiling ed25519 v2.2.3
21422026-07-01T21:07:02.357Z Compiling strum v0.27.2
21432026-07-01T21:07:02.406Z Compiling hubpack v0.1.2
21442026-07-01T21:07:02.490Z Compiling phf_shared v0.11.3
21452026-07-01T21:07:02.542Z Compiling hkdf v0.12.4
21462026-07-01T21:07:02.560Z Compiling crossbeam-epoch v0.9.18
21472026-07-01T21:07:02.680Z Compiling pkcs1 v0.7.5
21482026-07-01T21:07:02.695Z Compiling olpc-cjson v0.1.4
21492026-07-01T21:07:02.884Z Compiling pem v3.0.6
21502026-07-01T21:07:02.927Z Compiling serde-big-array v0.5.1
21512026-07-01T21:07:02.992Z Compiling serde_plain v1.0.2
21522026-07-01T21:07:03.084Z Compiling crypto-bigint v0.5.5
21532026-07-01T21:07:03.208Z Compiling float-cmp v0.10.0
21542026-07-01T21:07:03.223Z Compiling memmap2 v0.9.10
21552026-07-01T21:07:03.239Z Compiling env_filter v1.0.0
21562026-07-01T21:07:03.254Z Compiling difflib v0.4.0
21572026-07-01T21:07:03.375Z Compiling fixedbitset v0.4.2
21582026-07-01T21:07:03.392Z Compiling static_assertions v1.1.0
21592026-07-01T21:07:03.451Z Compiling precomputed-hash v0.1.1
21602026-07-01T21:07:03.464Z Compiling data-encoding v2.10.0
21612026-07-01T21:07:03.510Z Compiling keccak v0.1.6
21622026-07-01T21:07:03.513Z Compiling whoami v2.1.0
21632026-07-01T21:07:03.557Z Compiling typed-path v0.9.3
21642026-07-01T21:07:03.604Z Compiling jiff v0.2.21
21652026-07-01T21:07:03.717Z Compiling toml_write v0.1.2
21662026-07-01T21:07:03.733Z Compiling predicates-core v1.0.10
21672026-07-01T21:07:03.932Z Compiling fixedbitset v0.5.7
21682026-07-01T21:07:03.947Z Compiling new_debug_unreachable v1.0.6
21692026-07-01T21:07:04.001Z Compiling const-oid v0.10.2
21702026-07-01T21:07:04.020Z Compiling normalize-line-endings v0.3.0
21712026-07-01T21:07:04.046Z Compiling string_cache v0.8.9
21722026-07-01T21:07:04.049Z Compiling elliptic-curve v0.13.8
21732026-07-01T21:07:04.096Z Compiling toml_edit v0.22.27
21742026-07-01T21:07:04.150Z Compiling predicates v3.1.4
21752026-07-01T21:07:04.216Z Compiling digest v0.11.3
21762026-07-01T21:07:04.233Z Compiling petgraph v0.8.3
21772026-07-01T21:07:04.247Z Compiling hickory-proto v0.25.2
21782026-07-01T21:07:04.265Z Compiling tokio-postgres v0.7.16
21792026-07-01T21:07:04.442Z Compiling sha3 v0.10.8
21802026-07-01T21:07:04.458Z Compiling chacha20 v0.10.0
21812026-07-01T21:07:04.530Z Compiling petgraph v0.6.5
21822026-07-01T21:07:04.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21832026-07-01T21:07:04.731Z Compiling env_logger v0.11.9
21842026-07-01T21:07:04.748Z Compiling usdt v0.6.0
21852026-07-01T21:07:05.164Z Compiling rsa v0.9.10
21862026-07-01T21:07:06.374Z Compiling zip v4.6.1
21872026-07-01T21:07:06.431Z Compiling ed25519-dalek v2.2.0
21882026-07-01T21:07:06.467Z Compiling zip v0.6.6
21892026-07-01T21:07:06.467Z Compiling crossterm v0.28.1
21902026-07-01T21:07:07.024Z Compiling iddqd v0.4.2
21912026-07-01T21:07:07.148Z Compiling clap v4.6.1
21922026-07-01T21:07:07.309Z Compiling serde_with v3.17.0
21932026-07-01T21:07:07.382Z Compiling similar v2.7.0
21942026-07-01T21:07:07.461Z Compiling strum v0.26.3
21952026-07-01T21:07:07.516Z Compiling toml v0.7.8
21962026-07-01T21:07:07.574Z Compiling tokio-stream v0.1.18
21972026-07-01T21:07:07.619Z Compiling buf-list v1.1.2
21982026-07-01T21:07:07.674Z Compiling x509-cert v0.2.5
21992026-07-01T21:07:07.948Z Compiling itertools v0.13.0
22002026-07-01T21:07:08.087Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-07-01T21:07:08.246Z Compiling openapiv3 v2.2.0
22022026-07-01T21:07:08.904Z Compiling lalrpop-util v0.19.12
22032026-07-01T21:07:09.057Z Compiling peg-runtime v0.8.5
22042026-07-01T21:07:24.840Z Compiling rustls-webpki v0.103.9
22052026-07-01T21:07:26.566Z Compiling macaddr v1.0.1
22062026-07-01T21:07:26.620Z Compiling structmeta-derive v0.3.0
22072026-07-01T21:07:26.686Z Compiling crucible-workspace-hack v0.1.0
22082026-07-01T21:07:26.879Z Compiling rayon-core v1.13.0
22092026-07-01T21:07:26.901Z Compiling itertools v0.14.0
22102026-07-01T21:07:26.939Z Compiling secrecy v0.10.3
22112026-07-01T21:07:26.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-07-01T21:07:27.134Z Compiling heapless v0.8.0
22132026-07-01T21:07:27.153Z Compiling toml_datetime v0.7.5+spec-1.1.0
22142026-07-01T21:07:27.263Z Compiling crossbeam-deque v0.8.6
22152026-07-01T21:07:27.396Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-07-01T21:07:27.423Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-07-01T21:07:27.516Z Compiling inout v0.1.4
22182026-07-01T21:07:27.537Z Compiling hash32 v0.3.1
22192026-07-01T21:07:27.574Z Compiling multer v3.1.0
22202026-07-01T21:07:27.609Z Compiling thread_local v1.1.9
22212026-07-01T21:07:27.654Z Compiling compression-core v0.4.31
22222026-07-01T21:07:27.669Z Compiling structmeta v0.3.0
22232026-07-01T21:07:27.705Z Compiling unicode-width v0.2.0
22242026-07-01T21:07:27.725Z Compiling match_cfg v0.1.0
22252026-07-01T21:07:27.810Z Compiling slog-async v2.8.0
22262026-07-01T21:07:27.824Z Compiling smoltcp v0.11.0
22272026-07-01T21:07:27.861Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-07-01T21:07:27.906Z Compiling derive-ex v0.1.8
22292026-07-01T21:07:27.995Z Compiling proc-macro-crate v3.4.0
22302026-07-01T21:07:28.105Z Compiling hostname v0.3.1
22312026-07-01T21:07:28.154Z Compiling compression-codecs v0.4.37
22322026-07-01T21:07:28.193Z Compiling cipher v0.4.4
22332026-07-01T21:07:28.233Z Compiling ingot-macros v0.1.1
22342026-07-01T21:07:28.293Z Compiling atomicwrites v0.4.4
22352026-07-01T21:07:28.378Z Compiling slog-json v2.6.1
22362026-07-01T21:07:28.458Z Compiling crossbeam-channel v0.5.15
22372026-07-01T21:07:28.474Z Compiling half v2.7.1
22382026-07-01T21:07:28.583Z Compiling tokio-rustls v0.26.4
22392026-07-01T21:07:28.601Z Compiling rustls-platform-verifier v0.6.2
22402026-07-01T21:07:28.665Z Compiling tough v0.22.0
22412026-07-01T21:07:28.731Z Compiling newtype-uuid-macros v0.1.0
22422026-07-01T21:07:28.831Z Compiling hyper-rustls v0.27.7
22432026-07-01T21:07:28.851Z Compiling cobs v0.3.0
22442026-07-01T21:07:28.878Z Compiling universal-hash v0.5.1
22452026-07-01T21:07:29.048Z Compiling thiserror-impl-no-std v2.0.2
22462026-07-01T21:07:29.186Z Compiling reqwest v0.13.2
22472026-07-01T21:07:29.203Z Compiling async-stream-impl v0.3.6
22482026-07-01T21:07:29.206Z Compiling serde_spanned v1.1.1
22492026-07-01T21:07:29.406Z Compiling toml_datetime v1.1.1+spec-1.1.0
22502026-07-01T21:07:29.486Z Compiling is-terminal v0.4.17
22512026-07-01T21:07:29.532Z Compiling dropshot v0.17.1
22522026-07-01T21:07:29.610Z Compiling proc-macro-error-attr v1.0.4
22532026-07-01T21:07:29.777Z Compiling opaque-debug v0.3.1
22542026-07-01T21:07:29.835Z Compiling ciborium-io v0.2.2
22552026-07-01T21:07:29.858Z Compiling take_mut v0.2.2
22562026-07-01T21:07:29.874Z Compiling term v1.2.1
22572026-07-01T21:07:29.877Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-07-01T21:07:29.877Z Compiling convert_case v0.4.0
22592026-07-01T21:07:29.955Z Compiling toml_writer v1.1.1+spec-1.1.0
22602026-07-01T21:07:30.149Z Compiling thiserror-no-std v2.0.2
22612026-07-01T21:07:30.171Z Compiling toml v1.1.2+spec-1.1.0
22622026-07-01T21:07:30.221Z Compiling slog-term v2.9.2
22632026-07-01T21:07:30.246Z Compiling derive_more v0.99.20
22642026-07-01T21:07:30.264Z Compiling ciborium-ll v0.2.2
22652026-07-01T21:07:30.342Z Compiling poly1305 v0.8.0
22662026-07-01T21:07:30.559Z Compiling async-stream v0.3.6
22672026-07-01T21:07:30.737Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-07-01T21:07:30.783Z Compiling test-strategy v0.4.5
22692026-07-01T21:07:30.959Z Compiling ingot-types v0.1.2
22702026-07-01T21:07:31.016Z Compiling postcard v1.1.3
22712026-07-01T21:07:31.426Z Compiling ingot v0.1.1
22722026-07-01T21:07:31.455Z Compiling slog-bunyan v2.5.0
22732026-07-01T21:07:31.539Z Compiling num_enum_derive v0.7.6
22742026-07-01T21:07:31.571Z Compiling chacha20 v0.9.1
22752026-07-01T21:07:31.694Z Compiling async-compression v0.4.41
22762026-07-01T21:07:31.862Z Compiling parse-display-derive v0.10.0
22772026-07-01T21:07:32.151Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22782026-07-01T21:07:32.190Z Compiling sha1 v0.11.0
22792026-07-01T21:07:32.433Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-07-01T21:07:32.519Z Compiling proc-macro-crate v1.3.1
22812026-07-01T21:07:32.547Z Compiling waitgroup v0.1.2
22822026-07-01T21:07:32.563Z Compiling password-hash v0.5.0
22832026-07-01T21:07:32.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-07-01T21:07:32.649Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22852026-07-01T21:07:32.692Z Compiling backon v1.6.0
22862026-07-01T21:07:32.734Z Compiling rustls-pemfile v2.2.0
22872026-07-01T21:07:32.886Z Compiling dropshot_endpoint v0.17.1
22882026-07-01T21:07:32.928Z Compiling blake2 v0.10.6
22892026-07-01T21:07:32.950Z Compiling aead v0.5.2
22902026-07-01T21:07:32.971Z Compiling foreign-types-macros v0.2.3
22912026-07-01T21:07:32.994Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22922026-07-01T21:07:33.041Z Compiling serde_path_to_error v0.1.20
22932026-07-01T21:07:33.168Z Compiling hostname v0.4.2
22942026-07-01T21:07:33.365Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-01T21:07:33.423Z Compiling proc-macro-error v1.0.4
22962026-07-01T21:07:33.457Z Compiling instant v0.1.13
22972026-07-01T21:07:33.498Z Compiling debug-ignore v1.0.5
22982026-07-01T21:07:33.514Z Compiling foreign-types-shared v0.3.1
22992026-07-01T21:07:33.533Z Compiling parse-display v0.10.0
23002026-07-01T21:07:33.563Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23012026-07-01T21:07:33.601Z Compiling backoff v0.4.0
23022026-07-01T21:07:33.633Z Compiling foreign-types v0.5.0
23032026-07-01T21:07:33.633Z Compiling argon2 v0.5.3
23042026-07-01T21:07:33.638Z Compiling chacha20poly1305 v0.10.1
23052026-07-01T21:07:33.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23062026-07-01T21:07:33.734Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-01T21:07:33.751Z Compiling num_enum_derive v0.5.11
23082026-07-01T21:07:33.774Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-07-01T21:07:33.828Z Compiling num_enum v0.7.6
23102026-07-01T21:07:33.831Z Compiling ciborium v0.2.2
23112026-07-01T21:07:33.977Z Compiling vsss-rs v3.3.4
23122026-07-01T21:07:34.329Z Compiling tabwriter v1.4.1
23132026-07-01T21:07:34.339Z Compiling regress v0.10.5
23142026-07-01T21:07:34.446Z Compiling byte-wrapper v0.1.0
23152026-07-01T21:07:34.467Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-07-01T21:07:34.483Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23172026-07-01T21:07:34.534Z Compiling cstr-argument v0.1.2
23182026-07-01T21:07:34.644Z Compiling humantime v2.3.0
23192026-07-01T21:07:34.733Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23202026-07-01T21:07:34.736Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-07-01T21:07:34.785Z Compiling num_enum v0.5.11
23222026-07-01T21:07:34.800Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-07-01T21:07:34.937Z Compiling rayon v1.11.0
23242026-07-01T21:07:34.955Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-07-01T21:07:35.006Z Compiling rand v0.10.1
23262026-07-01T21:07:35.066Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-07-01T21:07:35.084Z Compiling colored v3.1.1
23282026-07-01T21:07:35.105Z Compiling libefi-sys v0.1.0
23292026-07-01T21:07:35.126Z Compiling indent_write v2.2.0
23302026-07-01T21:07:35.202Z Compiling zone_cfg_derive v0.3.1
23312026-07-01T21:07:35.304Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-07-01T21:07:35.349Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-01T21:07:35.400Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23342026-07-01T21:07:35.409Z Compiling camino-tempfile v1.4.1
23352026-07-01T21:07:35.431Z Compiling itertools v0.12.1
23362026-07-01T21:07:35.474Z Compiling usdt-attr-macro v0.5.0
23372026-07-01T21:07:35.589Z Compiling usdt-macro v0.5.0
23382026-07-01T21:07:35.814Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23392026-07-01T21:07:35.843Z Compiling bitfield-struct v0.6.2
23402026-07-01T21:07:35.859Z Compiling num-derive v0.4.2
23412026-07-01T21:07:35.875Z Compiling blake3 v1.8.5
23422026-07-01T21:07:35.878Z Compiling sigpipe v0.1.3
23432026-07-01T21:07:35.906Z Compiling memmap v0.7.0
23442026-07-01T21:07:35.933Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-07-01T21:07:36.008Z Compiling swrite v0.1.0
23462026-07-01T21:07:36.023Z Compiling glob v0.3.3
23472026-07-01T21:07:36.140Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-01T21:07:36.269Z Compiling smf v0.2.3
23492026-07-01T21:07:36.323Z Compiling usdt v0.5.0
23502026-07-01T21:07:36.439Z Compiling filetime v0.2.27
23512026-07-01T21:07:36.455Z Compiling arrayvec v0.7.6
23522026-07-01T21:07:36.505Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-07-01T21:07:36.669Z Compiling whoami v1.6.1
23542026-07-01T21:07:36.717Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-01T21:07:36.742Z Compiling zone v0.3.1
23562026-07-01T21:07:36.792Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-01T21:07:36.811Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23582026-07-01T21:07:36.842Z Compiling arrayref v0.3.9
23592026-07-01T21:07:36.890Z Compiling constant_time_eq v0.4.2
23602026-07-01T21:07:36.918Z Compiling xattr v1.6.1
23612026-07-01T21:07:36.934Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-01T21:07:36.959Z Compiling tokio-dtrace v0.1.1
23632026-07-01T21:07:36.974Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-07-01T21:07:37.113Z Compiling tar v0.4.45
23652026-07-01T21:07:37.161Z Compiling console v0.16.2
23662026-07-01T21:07:37.168Z Compiling gethostname v0.5.0
23672026-07-01T21:07:37.312Z Compiling topological-sort v0.2.2
23682026-07-01T21:07:37.342Z Compiling unit-prefix v0.5.2
23692026-07-01T21:07:37.422Z Compiling oxide-tokio-rt v0.1.4
23702026-07-01T21:07:37.531Z Compiling toml v0.8.23
23712026-07-01T21:07:37.547Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23722026-07-01T21:07:37.584Z Compiling indicatif v0.18.4
23732026-07-01T21:07:37.619Z Compiling shell-words v1.1.1
23742026-07-01T21:07:47.063Z Compiling progenitor-client v0.14.0
23752026-07-01T21:07:47.063Z Compiling omicron-zone-package v0.12.3
23762026-07-01T21:07:47.316Z Compiling progenitor-extras v0.2.0
23772026-07-01T21:07:47.723Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-07-01T21:07:47.735Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-07-01T21:07:47.766Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-07-01T21:07:47.798Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-07-01T21:07:47.839Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-07-01T21:07:47.856Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-07-01T21:07:47.930Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-07-01T21:07:48.150Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-07-01T21:07:49.130Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-07-01T21:07:53.066Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-07-01T21:08:01.053Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-07-01T21:08:04.287Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-07-01T21:08:05.322Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-07-01T21:08:14.771Z Finished `release` profile [optimized] target(s) in 1m 41s
23912026-07-01T21:08:14.918Z Running `target/release/omicron-package -t test target create -p dev`
23922026-07-01T21:08:15.028ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-07-01T21:08:15.028ZCreated new build target 'test' and set it as active
23942026-07-01T21:08:15.028Z
23952026-07-01T21:08:15.028Zreal 1:42.033760355
23962026-07-01T21:08:15.028Zuser 16:40.528222908
23972026-07-01T21:08:15.028Zsys 2:40.227479591
23982026-07-01T21:08:15.028Ztrap 0.474559779
23992026-07-01T21:08:15.028Ztflt 2.330092247
24002026-07-01T21:08:15.028Zdflt 4.266199378
24012026-07-01T21:08:15.028Zkflt 0.000822900
24022026-07-01T21:08:15.029Zlock 52:32.948077855
24032026-07-01T21:08:15.029Zslp 42:50.392411805
24042026-07-01T21:08:15.029Zlat 46.113339862
24052026-07-01T21:08:15.029Zstop 5:23.867452109
24062026-07-01T21:08:15.029Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-07-01T21:08:15.846Z Finished `release` profile [optimized] target(s) in 0.85s
24082026-07-01T21:08:15.915Z Running `target/release/omicron-package -t test package`
24092026-07-01T21:08:15.972ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-01T21:08:17.362Z Compiling heck v0.5.0
24112026-07-01T21:08:17.362Z Compiling regress v0.11.1
24122026-07-01T21:08:17.584Z Compiling unsafe-libyaml v0.2.11
24132026-07-01T21:08:17.622Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-07-01T21:08:17.652Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24152026-07-01T21:08:17.656Z Compiling unicode-width v0.1.14
24162026-07-01T21:08:17.693Z Compiling atomicwrites v0.4.4
24172026-07-01T21:08:17.712Z Compiling derive-where v1.6.0
24182026-07-01T21:08:17.712Z Compiling bytecount v0.6.9
24192026-07-01T21:08:17.732Z Compiling is-terminal v0.4.17
24202026-07-01T21:08:17.773Z Compiling prettyplease v0.2.37
24212026-07-01T21:08:17.775Z Compiling console v0.15.11
24222026-07-01T21:08:17.775Z Compiling newline-converter v0.3.0
24232026-07-01T21:08:17.775Z Compiling slog-dtrace v0.3.0
24242026-07-01T21:08:17.838Z Compiling resolv-conf v0.7.6
24252026-07-01T21:08:17.884Z Compiling owo-colors v4.3.0
24262026-07-01T21:08:17.887Z Compiling cancel-safe-futures v0.1.5
24272026-07-01T21:08:17.926Z Compiling num-rational v0.4.2
24282026-07-01T21:08:17.929Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-07-01T21:08:17.973Z Compiling libsw-core v0.3.2
24302026-07-01T21:08:18.008Z Compiling num-complex v0.4.6
24312026-07-01T21:08:18.131Z Compiling serde_yaml v0.9.34+deprecated
24322026-07-01T21:08:18.194Z Compiling thread_local v1.1.9
24332026-07-01T21:08:18.197Z Compiling expectorate v1.2.0
24342026-07-01T21:08:18.233Z Compiling match_cfg v0.1.0
24352026-07-01T21:08:18.284Z Compiling compression-core v0.4.31
24362026-07-01T21:08:18.341Z Compiling hostname v0.3.1
24372026-07-01T21:08:18.441Z Compiling compression-codecs v0.4.37
24382026-07-01T21:08:18.463Z Compiling num v0.4.3
24392026-07-01T21:08:18.511Z Compiling libsw v3.5.0
24402026-07-01T21:08:18.515Z Compiling slog-async v2.8.0
24412026-07-01T21:08:18.555Z Compiling multer v3.1.0
24422026-07-01T21:08:18.577Z Compiling crossbeam-channel v0.5.15
24432026-07-01T21:08:18.600Z Compiling slog-json v2.6.1
24442026-07-01T21:08:18.622Z Compiling serde_spanned v1.1.1
24452026-07-01T21:08:18.713Z Compiling toml_datetime v1.1.1+spec-1.1.0
24462026-07-01T21:08:18.736Z Compiling linear-map v1.2.0
24472026-07-01T21:08:18.798Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-07-01T21:08:18.835Z Compiling toml_writer v1.1.1+spec-1.1.0
24492026-07-01T21:08:18.884Z Compiling take_mut v0.2.2
24502026-07-01T21:08:18.954Z Compiling term v1.2.1
24512026-07-01T21:08:18.979Z Compiling linked-hash-map v0.5.6
24522026-07-01T21:08:19.002Z Compiling float-ord v0.3.2
24532026-07-01T21:08:19.005Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24542026-07-01T21:08:19.025Z Compiling toml v1.1.2+spec-1.1.0
24552026-07-01T21:08:19.035Z Compiling slog-bunyan v2.5.0
24562026-07-01T21:08:19.101Z Compiling async-compression v0.4.41
24572026-07-01T21:08:19.125Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-07-01T21:08:19.213Z Compiling typify-impl v0.6.2
24592026-07-01T21:08:19.238Z Compiling lru-cache v0.1.2
24602026-07-01T21:08:19.294Z Compiling slog-term v2.9.2
24612026-07-01T21:08:19.470Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-07-01T21:08:19.505Z Compiling async-stream v0.3.6
24632026-07-01T21:08:19.526Z Compiling dropshot v0.17.1
24642026-07-01T21:08:19.546Z Compiling sha1 v0.11.0
24652026-07-01T21:08:19.574Z Compiling progenitor-client v0.14.0
24662026-07-01T21:08:19.597Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24672026-07-01T21:08:19.635Z Compiling waitgroup v0.1.2
24682026-07-01T21:08:19.712Z Compiling rustls-pemfile v2.2.0
24692026-07-01T21:08:19.715Z Compiling backon v1.6.0
24702026-07-01T21:08:19.804Z Compiling hostname v0.4.2
24712026-07-01T21:08:19.807Z Compiling serde_path_to_error v0.1.20
24722026-07-01T21:08:19.845Z Compiling instant v0.1.13
24732026-07-01T21:08:19.847Z Compiling debug-ignore v1.0.5
24742026-07-01T21:08:19.909Z Compiling minimal-lexical v0.2.1
24752026-07-01T21:08:19.952Z Compiling backoff v0.4.0
24762026-07-01T21:08:19.976Z Compiling progenitor-extras v0.2.0
24772026-07-01T21:08:19.979Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24782026-07-01T21:08:19.999Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24792026-07-01T21:08:20.039Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24802026-07-01T21:08:20.219Z Compiling nom v7.1.3
24812026-07-01T21:08:20.219Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24822026-07-01T21:08:20.264Z Compiling parse-display v0.10.0
24832026-07-01T21:08:20.268Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-07-01T21:08:20.311Z Compiling hickory-proto v0.24.4
24852026-07-01T21:08:20.579Z Compiling regress v0.10.5
24862026-07-01T21:08:20.888Z Compiling macaddr v1.0.1
24872026-07-01T21:08:20.941Z Compiling unicode-xid v0.2.6
24882026-07-01T21:08:21.031Z Compiling humantime v2.3.0
24892026-07-01T21:08:21.148Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-07-01T21:08:21.347Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24912026-07-01T21:08:21.382Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24922026-07-01T21:08:21.660Z Compiling convert_case v0.10.0
24932026-07-01T21:08:21.684Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24942026-07-01T21:08:21.961Z Compiling derive_more-impl v2.1.1
24952026-07-01T21:08:22.172Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-07-01T21:08:22.312Z Compiling toml v0.8.23
24972026-07-01T21:08:22.556Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-07-01T21:08:22.691Z Compiling papergrid v0.11.0
24992026-07-01T21:08:22.717Z Compiling tabled_derive v0.7.0
25002026-07-01T21:08:22.774Z Compiling typify-macro v0.6.2
25012026-07-01T21:08:22.811Z Compiling derive_more v2.1.1
25022026-07-01T21:08:22.895Z Compiling hickory-resolver v0.24.4
25032026-07-01T21:08:22.922Z Compiling termtree v0.5.1
25042026-07-01T21:08:22.949Z Compiling crossterm v0.29.0
25052026-07-01T21:08:23.122Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-07-01T21:08:23.337Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-07-01T21:08:23.666Z Compiling tabled v0.15.0
25082026-07-01T21:08:23.899Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25092026-07-01T21:08:24.331Z Compiling typify v0.6.2
25102026-07-01T21:08:24.628Z Compiling progenitor-impl v0.14.0
25112026-07-01T21:08:25.089Z Compiling qorb v0.4.1
25122026-07-01T21:08:25.902Z Compiling phf_shared v0.12.1
25132026-07-01T21:08:26.157Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25142026-07-01T21:08:26.698Z Compiling csv-core v0.1.13
25152026-07-01T21:08:26.798Z Compiling progenitor-macro v0.14.0
25162026-07-01T21:08:26.967Z Compiling vte v0.14.1
25172026-07-01T21:08:27.232Z Compiling highway v1.3.0
25182026-07-01T21:08:27.985Z Compiling chrono-tz v0.10.4
25192026-07-01T21:08:28.012Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-07-01T21:08:28.265Z Compiling strip-ansi-escapes v0.2.1
25212026-07-01T21:08:28.288Z Compiling csv v1.4.0
25222026-07-01T21:08:28.395Z Compiling phf v0.12.1
25232026-07-01T21:08:28.522Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242026-07-01T21:08:28.545Z Compiling const_format_proc_macros v0.2.34
25252026-07-01T21:08:28.603Z Compiling fd-lock v4.0.4
25262026-07-01T21:08:28.778Z Compiling peg-macros v0.8.5
25272026-07-01T21:08:28.841Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25282026-07-01T21:08:29.364Z Compiling nu-ansi-term v0.50.3
25292026-07-01T21:08:29.381Z Compiling const_format v0.2.35
25302026-07-01T21:08:29.801Z Compiling reedline v0.40.0
25312026-07-01T21:08:29.918Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322026-07-01T21:08:29.948Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-07-01T21:08:30.102Z Compiling peg v0.8.5
25342026-07-01T21:08:30.206Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-01T21:08:30.557Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-07-01T21:08:30.858Z Compiling progenitor v0.14.0
25372026-07-01T21:08:31.062Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25382026-07-01T21:08:31.111Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25392026-07-01T21:08:31.456Z Compiling bcs v0.1.6
25402026-07-01T21:08:31.736Z Compiling nom v8.0.0
25412026-07-01T21:08:31.903Z Compiling semver v0.1.20
25422026-07-01T21:08:32.205Z Compiling rustc_version v0.1.7
25432026-07-01T21:08:32.446Z Compiling newtype_derive v0.1.6
25442026-07-01T21:08:32.707Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25452026-07-01T21:08:32.967Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25462026-07-01T21:08:33.248Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-07-01T21:08:33.549Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25482026-07-01T21:08:33.554Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25492026-07-01T21:08:33.660Z Compiling unicode-linebreak v0.1.5
25502026-07-01T21:08:33.703Z Compiling smawk v0.3.2
25512026-07-01T21:08:33.901Z Compiling textwrap v0.16.2
25522026-07-01T21:08:33.978Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25532026-07-01T21:08:34.064Z Compiling base64 v0.21.7
25542026-07-01T21:08:34.089Z Compiling dropshot-api-manager-types v0.7.2
25552026-07-01T21:08:34.157Z Compiling steno v0.4.1
25562026-07-01T21:08:34.483Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-07-01T21:08:34.649Z Compiling sha1 v0.10.6
25582026-07-01T21:08:34.724Z Compiling utf-8 v0.7.6
25592026-07-01T21:08:34.968Z Compiling tagptr v0.2.0
25602026-07-01T21:08:35.098Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25612026-07-01T21:08:35.165Z Compiling moka v0.12.13
25622026-07-01T21:08:35.374Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25632026-07-01T21:08:35.469Z Compiling tungstenite v0.21.0
25642026-07-01T21:08:35.572Z Compiling display-error-chain v0.2.2
25652026-07-01T21:08:35.997Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-07-01T21:08:36.061Z Compiling radium v0.7.0
25672026-07-01T21:08:36.123Z Compiling tokio-tungstenite v0.21.0
25682026-07-01T21:08:36.380Z Compiling hickory-resolver v0.25.2
25692026-07-01T21:08:36.470Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25702026-07-01T21:08:36.519Z Compiling maybe-uninit v2.0.0
25712026-07-01T21:08:36.836Z Compiling tap v1.0.1
25722026-07-01T21:08:36.989Z Compiling wyz v0.5.1
25732026-07-01T21:08:37.237Z Compiling vergen-lib v0.1.6
25742026-07-01T21:08:37.276Z Compiling zerocopy-derive v0.6.6
25752026-07-01T21:08:37.494Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25762026-07-01T21:08:37.678Z Compiling packed_struct v0.10.1
25772026-07-01T21:08:37.971Z Compiling crc-catalog v2.4.0
25782026-07-01T21:08:38.105Z Compiling funty v2.0.0
25792026-07-01T21:08:38.150Z Compiling diesel_derives v2.3.7
25802026-07-01T21:08:38.436Z Compiling zerocopy v0.6.6
25812026-07-01T21:08:38.779Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25822026-07-01T21:08:38.829Z Compiling bitvec v1.0.1
25832026-07-01T21:08:39.066Z Compiling crc v3.4.0
25842026-07-01T21:08:39.576Z Compiling scheduled-thread-pool v0.2.7
25852026-07-01T21:08:39.644Z Compiling dsl_auto_type v0.2.0
25862026-07-01T21:08:39.950Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25872026-07-01T21:08:40.095Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25882026-07-01T21:08:40.183Z Compiling packed_struct_codegen v0.10.1
25892026-07-01T21:08:40.240Z Compiling vergen-gitcl v1.0.8
25902026-07-01T21:08:40.278Z Compiling diesel_table_macro_syntax v0.3.0
25912026-07-01T21:08:40.484Z Compiling bitfield-macros v0.19.4
25922026-07-01T21:08:40.524Z Compiling dirs-sys-next v0.1.2
25932026-07-01T21:08:40.729Z Compiling proc-macro-error-attr2 v2.0.0
25942026-07-01T21:08:40.793Z Compiling indexmap v1.9.3
25952026-07-01T21:08:41.065Z Compiling maplit v1.0.2
25962026-07-01T21:08:41.178Z Compiling crunchy v0.2.4
25972026-07-01T21:08:41.199Z Compiling glob v0.3.3
25982026-07-01T21:08:41.224Z Compiling nodrop v0.1.14
25992026-07-01T21:08:41.252Z Compiling bitfield v0.19.4
26002026-07-01T21:08:41.361Z Compiling array-init v0.0.4
26012026-07-01T21:08:41.530Z Compiling proc-macro-error2 v2.0.1
26022026-07-01T21:08:41.574Z Compiling clang-sys v1.8.1
26032026-07-01T21:08:41.624Z Compiling dirs-next v2.0.0
26042026-07-01T21:08:41.807Z Compiling r2d2 v0.8.10
26052026-07-01T21:08:41.844Z Compiling smallvec v0.6.14
26062026-07-01T21:08:42.095Z Compiling num-derive v0.3.3
26072026-07-01T21:08:42.128Z Compiling tiny-keccak v2.0.2
26082026-07-01T21:08:42.319Z Compiling downcast-rs v2.0.2
26092026-07-01T21:08:42.375Z Compiling hashbrown v0.12.3
26102026-07-01T21:08:42.455Z Compiling serde-hex v0.1.0
26112026-07-01T21:08:42.636Z Compiling tabled_derive v0.11.0
26122026-07-01T21:08:42.724Z Compiling term v0.7.0
26132026-07-01T21:08:42.833Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-07-01T21:08:42.992Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-07-01T21:08:43.021Z Compiling libscf-sys v1.1.0
26162026-07-01T21:08:43.074Z Compiling ron v0.8.1
26172026-07-01T21:08:43.197Z Compiling papergrid v0.17.0
26182026-07-01T21:08:43.228Z Compiling testing_table v0.3.0
26192026-07-01T21:08:43.232Z Compiling hashbrown v0.13.2
26202026-07-01T21:08:43.479Z Compiling bit-vec v0.6.3
26212026-07-01T21:08:43.665Z Compiling crc-any v2.5.0
26222026-07-01T21:08:43.702Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-07-01T21:08:43.724Z Compiling bit-set v0.5.3
26242026-07-01T21:08:43.867Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-07-01T21:08:43.913Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26262026-07-01T21:08:44.096Z Compiling object v0.30.4
26272026-07-01T21:08:44.450Z Compiling tabled v0.20.0
26282026-07-01T21:08:44.625Z Compiling ascii-canvas v3.0.0
26292026-07-01T21:08:44.813Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26302026-07-01T21:08:44.883Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26312026-07-01T21:08:45.356Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-07-01T21:08:45.455Z Compiling progenitor-impl v0.13.0
26332026-07-01T21:08:45.544Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26342026-07-01T21:08:45.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-07-01T21:08:45.707Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26362026-07-01T21:08:45.902Z Compiling itertools v0.10.5
26372026-07-01T21:08:45.977Z Compiling ena v0.14.4
26382026-07-01T21:08:46.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-01T21:08:46.240Z Compiling libloading v0.8.9
26402026-07-01T21:08:46.477Z Compiling diesel v2.3.7
26412026-07-01T21:08:46.498Z Compiling unicase v2.9.0
26422026-07-01T21:08:46.520Z Compiling regex-syntax v0.6.29
26432026-07-01T21:08:46.805Z Compiling diff v0.1.13
26442026-07-01T21:08:47.029Z Compiling bindgen v0.71.1
26452026-07-01T21:08:47.086Z Compiling path-slash v0.1.5
26462026-07-01T21:08:47.189Z Compiling xshell-macros v0.2.7
26472026-07-01T21:08:47.284Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-07-01T21:08:47.635Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26492026-07-01T21:08:47.641Z Compiling xshell v0.2.7
26502026-07-01T21:08:48.444Z Compiling lalrpop v0.19.12
26512026-07-01T21:08:48.840Z Compiling progenitor-macro v0.13.0
26522026-07-01T21:08:48.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-07-01T21:08:49.678Z Compiling cexpr v0.6.0
26542026-07-01T21:08:50.373Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-07-01T21:08:50.471Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-07-01T21:08:50.614Z Compiling progenitor-client v0.13.0
26572026-07-01T21:08:50.977Z Compiling rustc-hash v2.1.1
26582026-07-01T21:08:51.177Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-07-01T21:08:52.415Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-07-01T21:08:52.438Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26612026-07-01T21:08:52.895Z Compiling progenitor v0.13.0
26622026-07-01T21:08:52.920Z Compiling headers-core v0.3.0
26632026-07-01T21:08:53.080Z Compiling libxml v0.3.3
26642026-07-01T21:08:53.102Z Compiling crc8 v0.1.1
26652026-07-01T21:08:53.237Z Compiling headers v0.4.1
26662026-07-01T21:08:53.260Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-07-01T21:08:53.401Z Compiling strum_macros v0.24.3
26682026-07-01T21:08:53.531Z Compiling indoc v1.0.9
26692026-07-01T21:08:53.621Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-07-01T21:08:53.648Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-07-01T21:08:53.929Z Compiling git-stub v1.0.0
26722026-07-01T21:08:53.989Z Compiling derive_builder v0.20.2
26732026-07-01T21:08:54.187Z Compiling oso-derive v0.27.3
26742026-07-01T21:08:54.235Z Compiling quick-xml v0.37.5
26752026-07-01T21:08:54.391Z Compiling impl-trait-for-tuples v0.2.3
26762026-07-01T21:08:54.704Z Compiling openssl-probe v0.1.6
26772026-07-01T21:08:54.773Z Compiling git-stub-vcs v0.1.0
26782026-07-01T21:08:54.950Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-07-01T21:08:55.014Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-07-01T21:08:55.129Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-01T21:08:55.367Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-07-01T21:08:55.536Z Compiling bb8 v0.8.6
26832026-07-01T21:08:55.682Z Compiling trait-variant v0.1.2
26842026-07-01T21:08:55.705Z Compiling half v1.8.3
26852026-07-01T21:08:55.914Z Compiling samael v0.0.19
26862026-07-01T21:08:55.969Z Compiling serde_cbor v0.11.2
26872026-07-01T21:08:55.992Z Compiling polar-core v0.27.3
26882026-07-01T21:08:56.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-07-01T21:08:56.283Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26902026-07-01T21:08:56.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-07-01T21:08:56.502Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-07-01T21:08:56.979Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-07-01T21:08:57.023Z Compiling nonempty v0.12.0
26942026-07-01T21:08:57.256Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26952026-07-01T21:08:57.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-07-01T21:08:57.339Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-07-01T21:08:57.596Z Compiling fxhash v0.2.1
26982026-07-01T21:08:57.751Z Compiling libz-sys v1.1.24
26992026-07-01T21:08:57.772Z Compiling salty v0.3.0
27002026-07-01T21:08:58.285Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-07-01T21:08:58.394Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-07-01T21:08:58.731Z Compiling kstat-rs v0.2.4
27032026-07-01T21:08:58.754Z Compiling arc-swap v1.8.2
27042026-07-01T21:08:59.133Z Compiling fs-err v2.11.0
27052026-07-01T21:08:59.296Z Compiling slog-scope v4.4.1
27062026-07-01T21:08:59.507Z Compiling mime_guess v2.0.5
27072026-07-01T21:08:59.529Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082026-07-01T21:08:59.791Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27092026-07-01T21:09:00.060Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-07-01T21:09:00.548Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-07-01T21:09:00.625Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-07-01T21:09:01.024Z Compiling rfc6979 v0.4.0
27132026-07-01T21:09:01.168Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27142026-07-01T21:09:01.210Z Compiling nanorand v0.7.0
27152026-07-01T21:09:01.532Z Compiling darling_core v0.23.0
27162026-07-01T21:09:01.606Z Compiling libgit2-sys v0.18.3+1.9.2
27172026-07-01T21:09:01.866Z Compiling parking_lot_core v0.8.6
27182026-07-01T21:09:02.196Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27192026-07-01T21:09:02.396Z Compiling flume v0.11.1
27202026-07-01T21:09:02.819Z Compiling ecdsa v0.16.9
27212026-07-01T21:09:03.377Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222026-07-01T21:09:03.672Z Compiling slog-stdlog v4.1.1
27232026-07-01T21:09:03.700Z Compiling darling_macro v0.23.0
27242026-07-01T21:09:04.153Z Compiling diesel-dtrace v0.5.0
27252026-07-01T21:09:04.172Z Compiling async-bb8-diesel v0.2.1
27262026-07-01T21:09:04.262Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27272026-07-01T21:09:04.482Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27282026-07-01T21:09:04.563Z Compiling primeorder v0.13.6
27292026-07-01T21:09:04.625Z Compiling atty v0.2.14
27302026-07-01T21:09:04.778Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27312026-07-01T21:09:04.878Z Compiling strsim v0.10.0
27322026-07-01T21:09:05.029Z Compiling instability v0.3.11
27332026-07-01T21:09:05.265Z Compiling parse-size v1.1.0
27342026-07-01T21:09:05.307Z Compiling http-range v0.1.5
27352026-07-01T21:09:05.487Z Compiling oso v0.27.3
27362026-07-01T21:09:05.641Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-07-01T21:09:05.747Z Compiling darling_core v0.13.4
27382026-07-01T21:09:07.457Z Compiling p384 v0.13.1
27392026-07-01T21:09:07.601Z Compiling darling v0.23.0
27402026-07-01T21:09:07.716Z Compiling slog-envlogger v2.2.0
27412026-07-01T21:09:08.884Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-07-01T21:09:09.673Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-07-01T21:09:10.035Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-07-01T21:09:11.865Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27452026-07-01T21:09:11.978Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27462026-07-01T21:09:12.627Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-07-01T21:09:12.660Z Compiling ignore v0.4.25
27482026-07-01T21:09:12.728Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-01T21:09:13.400Z Compiling castaway v0.2.4
27502026-07-01T21:09:13.502Z Compiling vergen-git2 v9.1.0
27512026-07-01T21:09:13.567Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-01T21:09:13.781Z Compiling indoc v2.0.7
27532026-07-01T21:09:14.005Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-01T21:09:14.198Z Compiling compact_str v0.8.1
27552026-07-01T21:09:14.859Z Compiling globwalk v0.9.1
27562026-07-01T21:09:14.992Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27572026-07-01T21:09:15.338Z Compiling parking_lot v0.11.2
27582026-07-01T21:09:15.512Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27592026-07-01T21:09:15.635Z Compiling hyper-staticfile v0.10.1
27602026-07-01T21:09:16.259Z Compiling darling_macro v0.13.4
27612026-07-01T21:09:16.382Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27622026-07-01T21:09:16.455Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27632026-07-01T21:09:16.796Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-07-01T21:09:16.814Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27652026-07-01T21:09:17.035Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-07-01T21:09:17.236Z Compiling predicates-tree v1.0.13
27672026-07-01T21:09:17.310Z Compiling unicode-truncate v1.1.0
27682026-07-01T21:09:17.515Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27692026-07-01T21:09:17.537Z Compiling lru v0.12.5
27702026-07-01T21:09:17.616Z Compiling rand_seeder v0.4.0
27712026-07-01T21:09:17.643Z Compiling prefix-trie v0.7.0
27722026-07-01T21:09:17.695Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-07-01T21:09:17.757Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27742026-07-01T21:09:17.777Z Compiling illumos-nvpair-sys v0.2.0
27752026-07-01T21:09:17.872Z Compiling cassowary v0.3.0
27762026-07-01T21:09:18.024Z Compiling corncobs v0.1.4
27772026-07-01T21:09:18.079Z Compiling hickory-server v0.25.2
27782026-07-01T21:09:18.163Z Compiling ratatui v0.29.0
27792026-07-01T21:09:18.183Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-07-01T21:09:18.216Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-07-01T21:09:18.308Z Compiling camino-tempfile-ext v0.3.3
27822026-07-01T21:09:18.483Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27832026-07-01T21:09:18.701Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-01T21:09:18.893Z Compiling darling v0.13.4
27852026-07-01T21:09:18.915Z Compiling sled v0.34.7
27862026-07-01T21:09:19.008Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27872026-07-01T21:09:19.466Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-07-01T21:09:20.177Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-07-01T21:09:21.467Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-07-01T21:09:21.774Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-07-01T21:09:22.016Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-01T21:09:22.117Z Compiling secrecy v0.8.0
27932026-07-01T21:09:22.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-07-01T21:09:26.785Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27952026-07-01T21:09:26.790Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-07-01T21:09:26.790Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-07-01T21:09:26.791Z Compiling serde_with_macros v1.5.2
27982026-07-01T21:09:26.791Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27992026-07-01T21:09:26.791Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28002026-07-01T21:09:26.791Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-07-01T21:09:26.791Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28022026-07-01T21:09:26.791Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-07-01T21:09:26.791Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28042026-07-01T21:09:26.791Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-07-01T21:09:26.791Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-07-01T21:09:26.791Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28072026-07-01T21:09:26.792Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28082026-07-01T21:09:26.910Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-01T21:09:26.950Z Compiling void v1.0.2
28102026-07-01T21:09:27.101Z Compiling lzss v0.8.2
28112026-07-01T21:09:27.518Z Compiling illumos-nvpair v0.3.0
28122026-07-01T21:09:27.668Z Compiling git2 v0.20.4
28132026-07-01T21:09:27.727Z Compiling serde_with v1.14.0
28142026-07-01T21:09:28.021Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28152026-07-01T21:09:28.527Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28162026-07-01T21:09:28.918Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28172026-07-01T21:09:29.058Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28182026-07-01T21:09:30.463Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28192026-07-01T21:09:30.780Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28202026-07-01T21:09:31.212Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28212026-07-01T21:09:32.296Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28222026-07-01T21:09:32.415Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-07-01T21:09:32.650Z Compiling tungstenite v0.23.0
28242026-07-01T21:09:32.673Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-01T21:09:33.018Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-07-01T21:09:34.407Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-07-01T21:09:34.537Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28282026-07-01T21:09:34.687Z Compiling nix v0.27.1
28292026-07-01T21:09:34.738Z Compiling twox-hash v2.1.2
28302026-07-01T21:09:35.055Z Compiling serde_bytes v0.11.19
28312026-07-01T21:09:35.150Z Compiling tokio-tungstenite v0.23.1
28322026-07-01T21:09:35.153Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28332026-07-01T21:09:35.193Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-01T21:09:35.244Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28352026-07-01T21:09:35.353Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28362026-07-01T21:09:35.537Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28372026-07-01T21:09:35.859Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28382026-07-01T21:09:37.221Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28392026-07-01T21:09:37.860Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-07-01T21:09:38.960Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28412026-07-01T21:09:39.375Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-07-01T21:09:39.794Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28432026-07-01T21:09:39.874Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28442026-07-01T21:09:40.097Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28452026-07-01T21:09:40.383Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28462026-07-01T21:09:40.415Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-07-01T21:09:40.651Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482026-07-01T21:09:40.952Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-07-01T21:09:41.566Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28502026-07-01T21:09:42.100Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28512026-07-01T21:09:43.673Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-07-01T21:09:44.057Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28532026-07-01T21:09:45.803Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-07-01T21:09:46.286Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28552026-07-01T21:09:46.865Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-07-01T21:09:47.132Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28572026-07-01T21:09:47.188Z Compiling fatfs v0.3.6
28582026-07-01T21:09:47.285Z Compiling signal-hook-tokio v0.3.1
28592026-07-01T21:09:47.349Z Compiling yasna v0.5.2
28602026-07-01T21:09:47.476Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-07-01T21:09:47.622Z Compiling is_ci v1.2.0
28622026-07-01T21:09:47.791Z Compiling seq-macro v0.3.6
28632026-07-01T21:09:47.857Z Compiling assert_matches v1.5.0
28642026-07-01T21:09:47.968Z Compiling rcgen v0.12.1
28652026-07-01T21:09:48.306Z Compiling supports-color v3.0.2
28662026-07-01T21:09:48.426Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-07-01T21:09:48.887Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-07-01T21:09:50.033Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28692026-07-01T21:09:51.344Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28702026-07-01T21:09:51.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-07-01T21:09:51.868Z Compiling subprocess v0.2.15
28722026-07-01T21:09:52.545Z Compiling rtoolbox v0.0.3
28732026-07-01T21:09:52.571Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28742026-07-01T21:09:52.836Z Compiling rpassword v7.4.0
28752026-07-01T21:09:53.181Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762026-07-01T21:09:53.909Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28772026-07-01T21:09:54.152Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28782026-07-01T21:09:55.873Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-07-01T21:09:56.020Z Compiling tui-tree-widget v0.23.1
28802026-07-01T21:09:56.321Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28812026-07-01T21:09:56.683Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822026-07-01T21:09:56.896Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-07-01T21:09:57.140Z Compiling uzers v0.12.2
28842026-07-01T21:09:57.831Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28852026-07-01T21:09:57.881Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28862026-07-01T21:09:58.906Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28872026-07-01T21:10:00.708Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28882026-07-01T21:10:01.328Z Compiling support-bundle-viewer v0.1.2
28892026-07-01T21:10:02.737Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-07-01T21:10:03.224Z Compiling multimap v0.10.1
28912026-07-01T21:10:18.268Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28922026-07-01T21:10:19.279Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28932026-07-01T21:10:24.571Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28942026-07-01T21:10:25.767Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-07-01T21:10:26.526Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-07-01T21:17:39.693Z Finished `release` profile [optimized] target(s) in 9m 23s
28972026-07-01T21:18:26.333Z
28982026-07-01T21:18:26.333Zreal 10:11.324201458
28992026-07-01T21:18:26.337Zuser 1:19:13.857244975
29002026-07-01T21:18:26.337Zsys 3:30.376426313
29012026-07-01T21:18:26.337Ztrap 1.785451301
29022026-07-01T21:18:26.337Ztflt 2.110991912
29032026-07-01T21:18:26.337Zdflt 18.928457685
29042026-07-01T21:18:26.337Zkflt 0.006582712
29052026-07-01T21:18:26.338Zlock 7:18:26.886333053
29062026-07-01T21:18:26.338Zslp 2:15:28.519380902
29072026-07-01T21:18:26.338Zlat 2:21.531820430
29082026-07-01T21:18:26.338Zstop 5:13.580183380
29092026-07-01T21:18:26.338Z+ mapfile -t packages
29102026-07-01T21:18:26.338Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-07-01T21:18:27.224Z Finished `release` profile [optimized] target(s) in 0.88s
29122026-07-01T21:18:27.291Z Running `target/release/omicron-package -t test list-outputs`
29132026-07-01T21:18:27.349ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-07-01T21:18:27.352Z+ ptime -m cargo build --locked --release -p xtask
29152026-07-01T21:18:27.810Z Compiling libc v0.2.185
29162026-07-01T21:18:27.810Z Compiling serde_core v1.0.228
29172026-07-01T21:18:27.810Z Compiling serde v1.0.228
29182026-07-01T21:18:27.814Z Compiling rustix v1.1.3
29192026-07-01T21:18:27.814Z Compiling bitflags v2.11.0
29202026-07-01T21:18:27.932Z Compiling serde_json v1.0.150
29212026-07-01T21:18:27.961Z Compiling usdt-impl v0.5.0
29222026-07-01T21:18:27.980Z Compiling syn v2.0.117
29232026-07-01T21:18:27.989Z Compiling syn v1.0.109
29242026-07-01T21:18:28.004Z Compiling log v0.4.29
29252026-07-01T21:18:28.004Z Compiling getrandom v0.4.1
29262026-07-01T21:18:28.023Z Compiling indexmap v2.14.0
29272026-07-01T21:18:28.036Z Compiling fs-err v3.3.0
29282026-07-01T21:18:28.279Z Compiling anyhow v1.0.102
29292026-07-01T21:18:28.282Z Compiling heck v0.4.1
29302026-07-01T21:18:28.340Z Compiling once_cell v1.21.3
29312026-07-01T21:18:28.704Z Compiling errno v0.3.14
29322026-07-01T21:18:28.708Z Compiling thread-id v4.2.2
29332026-07-01T21:18:28.708Z Compiling memmap v0.7.0
29342026-07-01T21:18:29.454Z Compiling proc-macro-error v1.0.4
29352026-07-01T21:18:29.665Z Compiling terminal_size v0.4.3
29362026-07-01T21:18:29.665Z Compiling tempfile v3.25.0
29372026-07-01T21:18:29.699Z Compiling tabled_derive v0.7.0
29382026-07-01T21:18:29.759Z Compiling clap_builder v4.6.0
29392026-07-01T21:18:29.759Z Compiling textwrap v0.16.2
29402026-07-01T21:18:30.060Z Compiling camino v1.2.2
29412026-07-01T21:18:30.063Z Compiling cargo-platform v0.3.2
29422026-07-01T21:18:30.082Z Compiling semver v1.0.28
29432026-07-01T21:18:30.146Z Compiling pest_generator v2.8.6
29442026-07-01T21:18:30.371Z Compiling camino-tempfile v1.4.1
29452026-07-01T21:18:30.414Z Compiling tabled v0.15.0
29462026-07-01T21:18:30.694Z Compiling serde_derive v1.0.228
29472026-07-01T21:18:30.694Z Compiling thiserror-impl v1.0.69
29482026-07-01T21:18:30.698Z Compiling zerocopy-derive v0.7.35
29492026-07-01T21:18:30.698Z Compiling scroll_derive v0.12.1
29502026-07-01T21:18:30.698Z Compiling thiserror-impl v2.0.18
29512026-07-01T21:18:30.706Z Compiling clap_derive v4.6.1
29522026-07-01T21:18:30.740Z Compiling pest_derive v2.8.6
29532026-07-01T21:18:31.391Z Compiling scroll v0.12.0
29542026-07-01T21:18:31.547Z Compiling zerocopy v0.7.35
29552026-07-01T21:18:31.656Z Compiling goblin v0.8.2
29562026-07-01T21:18:31.876Z Compiling thiserror v1.0.69
29572026-07-01T21:18:31.993Z Compiling dtrace-parser v0.2.0
29582026-07-01T21:18:32.132Z Compiling thiserror v2.0.18
29592026-07-01T21:18:32.415Z Compiling clap v4.6.1
29602026-07-01T21:18:33.826Z Compiling dof v0.3.0
29612026-07-01T21:18:33.845Z Compiling toml_datetime v0.6.11
29622026-07-01T21:18:33.855Z Compiling serde_spanned v0.6.9
29632026-07-01T21:18:33.876Z Compiling serde_tokenstream v0.2.3
29642026-07-01T21:18:33.897Z Compiling cargo_metadata v0.23.1
29652026-07-01T21:18:33.908Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29662026-07-01T21:18:34.026Z Compiling macaddr v1.0.1
29672026-07-01T21:18:34.123Z Compiling toml_edit v0.22.27
29682026-07-01T21:18:34.525Z Compiling usdt-macro v0.5.0
29692026-07-01T21:18:34.530Z Compiling usdt-attr-macro v0.5.0
29702026-07-01T21:18:35.188Z Compiling usdt v0.5.0
29712026-07-01T21:18:35.669Z Compiling toml v0.8.23
29722026-07-01T21:18:36.118Z Compiling cargo_toml v0.21.0
29732026-07-01T21:18:40.533Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29742026-07-01T21:18:43.459Z Finished `release` profile [optimized] target(s) in 16.09s
29752026-07-01T21:18:43.597Z
29762026-07-01T21:18:43.598Zreal 16.210194480
29772026-07-01T21:18:43.598Zuser 2:04.202978440
29782026-07-01T21:18:43.601Zsys 14.092306323
29792026-07-01T21:18:43.601Ztrap 0.067519134
29802026-07-01T21:18:43.601Ztflt 0.415157193
29812026-07-01T21:18:43.601Zdflt 1.380561933
29822026-07-01T21:18:43.601Zkflt 0.000035970
29832026-07-01T21:18:43.601Zlock 4:25.512734436
29842026-07-01T21:18:43.601Zslp 2:42.805184166
29852026-07-01T21:18:43.601Zlat 4.475259973
29862026-07-01T21:18:43.601Zstop 15.021761937
29872026-07-01T21:18:43.601Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29882026-07-01T21:18:43.601Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29892026-07-01T21:18:43.601Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29902026-07-01T21:18:43.601Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29912026-07-01T21:18:43.601Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29922026-07-01T21:18:44.493Z Compiling progenitor-client v0.14.0
29932026-07-01T21:18:44.497Z Compiling newtype-uuid-macros v0.1.0
29942026-07-01T21:18:44.497Z Compiling match_cfg v0.1.0
29952026-07-01T21:18:44.497Z Compiling slog-json v2.6.1
29962026-07-01T21:18:44.497Z Compiling structmeta-derive v0.3.0
29972026-07-01T21:18:44.497Z Compiling sha1 v0.11.0
29982026-07-01T21:18:44.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29992026-07-01T21:18:44.671Z Compiling multer v3.1.0
30002026-07-01T21:18:44.675Z Compiling debug-ignore v1.0.5
30012026-07-01T21:18:44.675Z Compiling compression-core v0.4.31
30022026-07-01T21:18:44.675Z Compiling atomicwrites v0.4.4
30032026-07-01T21:18:44.675Z Compiling itertools v0.14.0
30042026-07-01T21:18:44.676Z Compiling async-stream-impl v0.3.6
30052026-07-01T21:18:44.676Z Compiling serde_spanned v1.1.1
30062026-07-01T21:18:44.691Z Compiling toml_datetime v1.1.1+spec-1.1.0
30072026-07-01T21:18:44.695Z Compiling dropshot v0.17.1
30082026-07-01T21:18:44.931Z Compiling toml_writer v1.1.1+spec-1.1.0
30092026-07-01T21:18:44.950Z Compiling compression-codecs v0.4.37
30102026-07-01T21:18:44.966Z Compiling hostname v0.3.1
30112026-07-01T21:18:44.984Z Compiling waitgroup v0.1.2
30122026-07-01T21:18:44.987Z Compiling rustls-pemfile v2.2.0
30132026-07-01T21:18:45.035Z Compiling dropshot_endpoint v0.17.1
30142026-07-01T21:18:45.035Z Compiling hostname v0.4.2
30152026-07-01T21:18:45.066Z Compiling slog-bunyan v2.5.0
30162026-07-01T21:18:45.066Z Compiling serde_path_to_error v0.1.20
30172026-07-01T21:18:45.120Z Compiling async-compression v0.4.41
30182026-07-01T21:18:45.124Z Compiling toml v1.1.2+spec-1.1.0
30192026-07-01T21:18:45.154Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30202026-07-01T21:18:45.173Z Compiling macaddr v1.0.1
30212026-07-01T21:18:45.228Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30222026-07-01T21:18:45.228Z Compiling instant v0.1.13
30232026-07-01T21:18:45.228Z Compiling regress v0.10.5
30242026-07-01T21:18:45.276Z Compiling backon v1.6.0
30252026-07-01T21:18:45.352Z Compiling backoff v0.4.0
30262026-07-01T21:18:45.386Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30272026-07-01T21:18:45.406Z Compiling humantime v2.3.0
30282026-07-01T21:18:45.425Z Compiling async-stream v0.3.6
30292026-07-01T21:18:45.444Z Compiling progenitor-extras v0.2.0
30302026-07-01T21:18:45.459Z Compiling regress v0.11.1
30312026-07-01T21:18:45.462Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-07-01T21:18:45.462Z Compiling half v2.7.1
30332026-07-01T21:18:45.510Z Compiling crucible-workspace-hack v0.1.0
30342026-07-01T21:18:45.578Z Compiling ciborium-io v0.2.2
30352026-07-01T21:18:45.621Z Compiling convert_case v0.4.0
30362026-07-01T21:18:45.658Z Compiling secrecy v0.10.3
30372026-07-01T21:18:45.680Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-01T21:18:45.698Z Compiling unsafe-libyaml v0.2.11
30392026-07-01T21:18:45.713Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30402026-07-01T21:18:45.728Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30412026-07-01T21:18:45.763Z Compiling structmeta v0.3.0
30422026-07-01T21:18:45.780Z Compiling ciborium-ll v0.2.2
30432026-07-01T21:18:45.812Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-07-01T21:18:45.848Z Compiling inout v0.1.4
30452026-07-01T21:18:45.868Z Compiling thiserror-impl-no-std v2.0.2
30462026-07-01T21:18:45.916Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30472026-07-01T21:18:46.013Z Compiling ciborium v0.2.2
30482026-07-01T21:18:46.029Z Compiling derive_more v0.99.20
30492026-07-01T21:18:46.033Z Compiling derive-ex v0.1.8
30502026-07-01T21:18:46.033Z Compiling parse-display-derive v0.10.0
30512026-07-01T21:18:46.033Z Compiling cipher v0.4.4
30522026-07-01T21:18:46.094Z Compiling universal-hash v0.5.1
30532026-07-01T21:18:46.114Z Compiling opaque-debug v0.3.1
30542026-07-01T21:18:46.121Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-01T21:18:46.165Z Compiling byte-wrapper v0.1.0
30562026-07-01T21:18:46.207Z Compiling blake2 v0.10.6
30572026-07-01T21:18:46.253Z Compiling serde_yaml v0.9.34+deprecated
30582026-07-01T21:18:46.361Z Compiling chacha20 v0.9.1
30592026-07-01T21:18:46.474Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30602026-07-01T21:18:46.504Z Compiling poly1305 v0.8.0
30612026-07-01T21:18:46.533Z Compiling aead v0.5.2
30622026-07-01T21:18:46.610Z Compiling password-hash v0.5.0
30632026-07-01T21:18:46.641Z Compiling toml_datetime v0.7.5+spec-1.1.0
30642026-07-01T21:18:46.658Z Compiling indent_write v2.2.0
30652026-07-01T21:18:46.762Z Compiling heapless v0.8.0
30662026-07-01T21:18:46.793Z Compiling chacha20poly1305 v0.10.1
30672026-07-01T21:18:46.816Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-07-01T21:18:46.911Z Compiling argon2 v0.5.3
30692026-07-01T21:18:46.973Z Compiling ingot-macros v0.1.1
30702026-07-01T21:18:47.047Z Compiling tabwriter v1.4.1
30712026-07-01T21:18:47.110Z Compiling typify-impl v0.6.2
30722026-07-01T21:18:47.138Z Compiling thiserror-no-std v2.0.2
30732026-07-01T21:18:47.250Z Compiling vsss-rs v3.3.4
30742026-07-01T21:18:47.303Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30752026-07-01T21:18:47.462Z Compiling proc-macro-crate v3.4.0
30762026-07-01T21:18:47.596Z Compiling hash32 v0.3.1
30772026-07-01T21:18:47.787Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30782026-07-01T21:18:47.811Z Compiling test-strategy v0.4.5
30792026-07-01T21:18:47.814Z Compiling smoltcp v0.11.0
30802026-07-01T21:18:47.845Z Compiling parse-display v0.10.0
30812026-07-01T21:18:48.066Z Compiling num_enum_derive v0.7.6
30822026-07-01T21:18:48.086Z Compiling cobs v0.3.0
30832026-07-01T21:18:48.103Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30842026-07-01T21:18:48.173Z Compiling colored v3.1.1
30852026-07-01T21:18:48.220Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30862026-07-01T21:18:48.355Z Compiling postcard v1.1.3
30872026-07-01T21:18:48.389Z Compiling proc-macro-error v1.0.4
30882026-07-01T21:18:48.392Z Compiling proc-macro-crate v1.3.1
30892026-07-01T21:18:48.490Z Compiling rand v0.10.1
30902026-07-01T21:18:48.561Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30912026-07-01T21:18:48.579Z Compiling foreign-types-macros v0.2.3
30922026-07-01T21:18:48.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30932026-07-01T21:18:48.746Z Compiling foreign-types-shared v0.3.1
30942026-07-01T21:18:48.749Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30952026-07-01T21:18:48.818Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-07-01T21:18:48.841Z Compiling rayon-core v1.13.0
30972026-07-01T21:18:48.858Z Compiling num_enum_derive v0.5.11
30982026-07-01T21:18:49.019Z Compiling crossbeam-deque v0.8.6
30992026-07-01T21:18:49.035Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-07-01T21:18:49.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-01T21:18:49.057Z Compiling cstr-argument v0.1.2
31022026-07-01T21:18:49.119Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-07-01T21:18:49.187Z Compiling num_enum v0.7.6
31042026-07-01T21:18:49.235Z Compiling foreign-types v0.5.0
31052026-07-01T21:18:49.269Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31062026-07-01T21:18:49.336Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-07-01T21:18:49.354Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-07-01T21:18:49.386Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31092026-07-01T21:18:49.409Z Compiling zone_cfg_derive v0.3.1
31102026-07-01T21:18:49.427Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31112026-07-01T21:18:49.541Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-07-01T21:18:49.587Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31132026-07-01T21:18:49.606Z Compiling itertools v0.12.1
31142026-07-01T21:18:49.606Z Compiling num-derive v0.4.2
31152026-07-01T21:18:49.640Z Compiling sigpipe v0.1.3
31162026-07-01T21:18:49.693Z Compiling rayon v1.11.0
31172026-07-01T21:18:49.753Z Compiling glob v0.3.3
31182026-07-01T21:18:49.818Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-07-01T21:18:49.872Z Compiling ingot-types v0.1.2
31202026-07-01T21:18:49.891Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-07-01T21:18:49.947Z Compiling cpubits v0.1.1
31222026-07-01T21:18:49.965Z Compiling num_enum v0.5.11
31232026-07-01T21:18:49.984Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-01T21:18:50.047Z Compiling smf v0.2.3
31252026-07-01T21:18:50.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31262026-07-01T21:18:50.112Z Compiling whoami v1.6.1
31272026-07-01T21:18:50.164Z Compiling usdt-attr-macro v0.5.0
31282026-07-01T21:18:50.168Z Compiling usdt-macro v0.5.0
31292026-07-01T21:18:50.201Z Compiling gethostname v0.5.0
31302026-07-01T21:18:50.253Z Compiling ingot v0.1.1
31312026-07-01T21:18:50.349Z Compiling num-rational v0.4.2
31322026-07-01T21:18:50.443Z Compiling pem-rfc7468 v1.0.0
31332026-07-01T21:18:50.447Z Compiling num-complex v0.4.6
31342026-07-01T21:18:50.587Z Compiling memmap v0.7.0
31352026-07-01T21:18:50.606Z Compiling derive-where v1.6.0
31362026-07-01T21:18:50.633Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31372026-07-01T21:18:50.780Z Compiling zone v0.3.1
31382026-07-01T21:18:50.803Z Compiling num v0.4.3
31392026-07-01T21:18:50.870Z Compiling float-ord v0.3.2
31402026-07-01T21:18:50.886Z Compiling toml v0.8.23
31412026-07-01T21:18:50.907Z Compiling hmac v0.13.0
31422026-07-01T21:18:50.965Z Compiling universal-hash v0.6.1
31432026-07-01T21:18:51.010Z Compiling resolv-conf v0.7.6
31442026-07-01T21:18:51.066Z Compiling usdt v0.5.0
31452026-07-01T21:18:51.083Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31462026-07-01T21:18:51.104Z Compiling cancel-safe-futures v0.1.5
31472026-07-01T21:18:51.155Z Compiling owo-colors v4.3.0
31482026-07-01T21:18:51.173Z Compiling polyval v0.7.1
31492026-07-01T21:18:51.240Z Compiling der v0.8.0
31502026-07-01T21:18:51.259Z Compiling libsw-core v0.3.2
31512026-07-01T21:18:51.361Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-07-01T21:18:51.402Z Compiling prettyplease v0.2.37
31532026-07-01T21:18:51.438Z Compiling libsw v3.5.0
31542026-07-01T21:18:51.457Z Compiling ghash v0.6.0
31552026-07-01T21:18:51.535Z Compiling pbkdf2 v0.13.0
31562026-07-01T21:18:51.554Z Compiling aes v0.9.1
31572026-07-01T21:18:51.597Z Compiling console v0.15.11
31582026-07-01T21:18:51.633Z Compiling newline-converter v0.3.0
31592026-07-01T21:18:51.653Z Compiling hickory-proto v0.24.4
31602026-07-01T21:18:51.689Z Compiling ctr v0.10.1
31612026-07-01T21:18:51.708Z Compiling typify-macro v0.6.2
31622026-07-01T21:18:51.722Z Compiling aead v0.6.1
31632026-07-01T21:18:51.758Z Compiling sha2 v0.11.0
31642026-07-01T21:18:51.779Z Compiling linked-hash-map v0.5.6
31652026-07-01T21:18:51.919Z Compiling linear-map v1.2.0
31662026-07-01T21:18:51.937Z Compiling libefi-sys v0.1.0
31672026-07-01T21:18:51.969Z Compiling lru-cache v0.1.2
31682026-07-01T21:18:51.995Z Compiling aes-gcm v0.11.0
31692026-07-01T21:18:52.066Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31702026-07-01T21:18:52.126Z Compiling expectorate v1.2.0
31712026-07-01T21:18:52.195Z Compiling spki v0.8.0
31722026-07-01T21:18:52.234Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31732026-07-01T21:18:52.249Z Compiling crypto-bigint v0.7.5
31742026-07-01T21:18:52.259Z Compiling git-stub v1.0.0
31752026-07-01T21:18:52.321Z Compiling cbc v0.2.1
31762026-07-01T21:18:52.382Z Compiling salsa20 v0.11.0
31772026-07-01T21:18:52.448Z Compiling bitfield-struct v0.6.2
31782026-07-01T21:18:52.480Z Compiling nom v8.0.0
31792026-07-01T21:18:52.510Z Compiling semver v0.1.20
31802026-07-01T21:18:52.562Z Compiling scrypt v0.12.0
31812026-07-01T21:18:52.568Z Compiling git-stub-vcs v0.1.0
31822026-07-01T21:18:52.697Z Compiling tokio-dtrace v0.1.1
31832026-07-01T21:18:52.822Z Compiling rustc_version v0.1.7
31842026-07-01T21:18:52.842Z Compiling dropshot-api-manager-types v0.7.2
31852026-07-01T21:18:52.886Z Compiling slog-dtrace v0.3.0
31862026-07-01T21:18:52.997Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-07-01T21:18:53.082Z Compiling minimal-lexical v0.2.1
31882026-07-01T21:18:53.099Z Compiling newtype_derive v0.1.6
31892026-07-01T21:18:53.155Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-01T21:18:53.193Z Compiling oxide-tokio-rt v0.1.4
31912026-07-01T21:18:53.196Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-07-01T21:18:53.240Z Compiling pkcs5 v0.8.1
31932026-07-01T21:18:53.334Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31942026-07-01T21:18:53.353Z Compiling nom v7.1.3
31952026-07-01T21:18:53.372Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31962026-07-01T21:18:53.450Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-01T21:18:53.482Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-07-01T21:18:53.501Z Compiling phf_shared v0.12.1
31992026-07-01T21:18:53.531Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-07-01T21:18:53.577Z Compiling typify v0.6.2
32012026-07-01T21:18:53.658Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32022026-07-01T21:18:53.703Z Compiling progenitor-impl v0.14.0
32032026-07-01T21:18:53.722Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32042026-07-01T21:18:53.820Z Compiling hickory-resolver v0.24.4
32052026-07-01T21:18:53.876Z Compiling csv-core v0.1.13
32062026-07-01T21:18:53.927Z Compiling chrono-tz v0.10.4
32072026-07-01T21:18:54.080Z Compiling unicode-xid v0.2.6
32082026-07-01T21:18:54.158Z Compiling highway v1.3.0
32092026-07-01T21:18:54.175Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32102026-07-01T21:18:54.236Z Compiling xshell-macros v0.2.7
32112026-07-01T21:18:54.265Z Compiling const_format_proc_macros v0.2.34
32122026-07-01T21:18:54.567Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32132026-07-01T21:18:54.648Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32142026-07-01T21:18:54.682Z Compiling xshell v0.2.7
32152026-07-01T21:18:54.760Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-07-01T21:18:54.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-07-01T21:18:54.855Z Compiling qorb v0.4.1
32182026-07-01T21:18:54.971Z Compiling csv v1.4.0
32192026-07-01T21:18:55.166Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32202026-07-01T21:18:55.197Z Compiling phf v0.12.1
32212026-07-01T21:18:55.218Z Compiling pkcs8 v0.11.0
32222026-07-01T21:18:55.320Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-07-01T21:18:55.370Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32242026-07-01T21:18:55.543Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32252026-07-01T21:18:55.564Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-07-01T21:18:55.633Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32272026-07-01T21:18:55.745Z Compiling const_format v0.2.35
32282026-07-01T21:18:55.792Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32292026-07-01T21:18:55.811Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32302026-07-01T21:18:55.858Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-07-01T21:18:56.086Z Compiling tabled_derive v0.7.0
32322026-07-01T21:18:56.102Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32332026-07-01T21:18:56.211Z Compiling bcs v0.1.6
32342026-07-01T21:18:56.416Z Compiling progenitor-macro v0.14.0
32352026-07-01T21:18:56.523Z Compiling ff v0.14.0
32362026-07-01T21:18:56.568Z Compiling termtree v0.5.1
32372026-07-01T21:18:56.670Z Compiling salty v0.3.0
32382026-07-01T21:18:56.694Z Compiling tagptr v0.2.0
32392026-07-01T21:18:56.753Z Compiling textwrap v0.16.2
32402026-07-01T21:18:56.871Z Compiling moka v0.12.13
32412026-07-01T21:18:56.980Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32422026-07-01T21:18:57.003Z Compiling steno v0.4.1
32432026-07-01T21:18:57.097Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-07-01T21:18:57.105Z Compiling sha1 v0.10.6
32452026-07-01T21:18:57.129Z Compiling tabled v0.15.0
32462026-07-01T21:18:57.214Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-07-01T21:18:57.234Z Compiling signature v3.0.0
32482026-07-01T21:18:57.256Z Compiling radium v0.7.0
32492026-07-01T21:18:57.295Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32502026-07-01T21:18:57.357Z Compiling base64 v0.21.7
32512026-07-01T21:18:57.454Z Compiling base16ct v1.0.0
32522026-07-01T21:18:57.577Z Compiling group v0.14.0
32532026-07-01T21:18:57.623Z Compiling hickory-resolver v0.25.2
32542026-07-01T21:18:57.665Z Compiling sec1 v0.8.1
32552026-07-01T21:18:57.720Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32562026-07-01T21:18:57.738Z Compiling hkdf v0.13.0
32572026-07-01T21:18:57.795Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-07-01T21:18:57.910Z Compiling rfc6979 v0.4.0
32592026-07-01T21:18:57.944Z Compiling maybe-uninit v2.0.0
32602026-07-01T21:18:58.008Z Compiling tap v1.0.1
32612026-07-01T21:18:58.060Z Compiling ecdsa v0.16.9
32622026-07-01T21:18:58.080Z Compiling elliptic-curve v0.14.0-rc.33
32632026-07-01T21:18:58.149Z Compiling wyz v0.5.1
32642026-07-01T21:18:58.336Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-07-01T21:18:58.375Z Compiling primeorder v0.13.6
32662026-07-01T21:18:58.491Z Compiling proc-macro-error-attr2 v2.0.0
32672026-07-01T21:18:58.508Z Compiling packed_struct v0.10.1
32682026-07-01T21:18:58.677Z Compiling utf-8 v0.7.6
32692026-07-01T21:18:58.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-07-01T21:18:58.780Z Compiling parking_lot_core v0.8.6
32712026-07-01T21:18:58.842Z Compiling funty v2.0.0
32722026-07-01T21:18:58.912Z Compiling tungstenite v0.21.0
32732026-07-01T21:18:58.968Z Compiling p384 v0.13.1
32742026-07-01T21:18:58.987Z Compiling proc-macro-error2 v2.0.1
32752026-07-01T21:18:59.201Z Compiling bitvec v1.0.1
32762026-07-01T21:18:59.334Z Compiling rfc6979 v0.5.0
32772026-07-01T21:18:59.458Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32782026-07-01T21:18:59.517Z Compiling num-derive v0.3.3
32792026-07-01T21:18:59.535Z Compiling packed_struct_codegen v0.10.1
32802026-07-01T21:18:59.554Z Compiling bitfield-macros v0.19.4
32812026-07-01T21:18:59.574Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-07-01T21:18:59.596Z Compiling zerocopy-derive v0.6.6
32832026-07-01T21:18:59.619Z Compiling indexmap v1.9.3
32842026-07-01T21:18:59.705Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-07-01T21:18:59.785Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32862026-07-01T21:18:59.868Z Compiling nodrop v0.1.14
32872026-07-01T21:18:59.952Z Compiling crc-catalog v2.4.0
32882026-07-01T21:18:59.995Z Compiling array-init v0.0.4
32892026-07-01T21:19:00.073Z Compiling crc v3.4.0
32902026-07-01T21:19:00.114Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-07-01T21:19:00.271Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32922026-07-01T21:19:00.296Z Compiling ecdsa v0.17.0-rc.18
32932026-07-01T21:19:00.314Z Compiling tokio-tungstenite v0.21.0
32942026-07-01T21:19:00.357Z Compiling bitfield v0.19.4
32952026-07-01T21:19:00.379Z Compiling tabled_derive v0.11.0
32962026-07-01T21:19:00.487Z Compiling libscf-sys v1.1.0
32972026-07-01T21:19:00.552Z Compiling zerocopy v0.6.6
32982026-07-01T21:19:00.569Z Compiling smallvec v0.6.14
32992026-07-01T21:19:00.673Z Compiling primeorder v0.14.0-rc.10
33002026-07-01T21:19:00.689Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-07-01T21:19:00.724Z Compiling primefield v0.14.0
33022026-07-01T21:19:00.758Z Compiling progenitor-impl v0.13.0
33032026-07-01T21:19:00.812Z Compiling papergrid v0.17.0
33042026-07-01T21:19:00.882Z Compiling testing_table v0.3.0
33052026-07-01T21:19:00.912Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33062026-07-01T21:19:00.928Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-07-01T21:19:00.998Z Compiling curve25519-dalek v5.0.0-rc.0
33082026-07-01T21:19:01.044Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33092026-07-01T21:19:01.133Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-07-01T21:19:01.151Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-07-01T21:19:01.270Z Compiling hashbrown v0.12.3
33122026-07-01T21:19:01.310Z Compiling unicase v2.9.0
33132026-07-01T21:19:01.407Z Compiling corncobs v0.1.4
33142026-07-01T21:19:01.442Z Compiling illumos-nvpair-sys v0.2.0
33152026-07-01T21:19:01.546Z Compiling mime_guess v2.0.5
33162026-07-01T21:19:01.568Z Compiling progenitor v0.14.0
33172026-07-01T21:19:01.593Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-01T21:19:01.657Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-01T21:19:01.675Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-07-01T21:19:01.678Z Compiling parking_lot v0.11.2
33212026-07-01T21:19:01.711Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33222026-07-01T21:19:01.742Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-07-01T21:19:01.895Z Compiling tabled v0.20.0
33242026-07-01T21:19:01.972Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-07-01T21:19:02.005Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-01T21:19:02.125Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33272026-07-01T21:19:02.148Z Compiling serde-hex v0.1.0
33282026-07-01T21:19:02.174Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-07-01T21:19:02.284Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-07-01T21:19:02.433Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33312026-07-01T21:19:02.450Z Compiling ron v0.8.1
33322026-07-01T21:19:02.559Z Compiling ssh-encoding v0.3.0-rc.9
33332026-07-01T21:19:02.607Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-07-01T21:19:02.691Z Compiling hashbrown v0.13.2
33352026-07-01T21:19:02.866Z Compiling progenitor-client v0.13.0
33362026-07-01T21:19:02.937Z Compiling prefix-trie v0.7.0
33372026-07-01T21:19:03.110Z Compiling fxhash v0.2.1
33382026-07-01T21:19:03.218Z Compiling secrecy v0.8.0
33392026-07-01T21:19:03.236Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-07-01T21:19:03.283Z Compiling crc-any v2.5.0
33412026-07-01T21:19:03.460Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33422026-07-01T21:19:03.483Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33432026-07-01T21:19:03.498Z Compiling progenitor-macro v0.13.0
33442026-07-01T21:19:03.572Z Compiling hickory-server v0.25.2
33452026-07-01T21:19:03.937Z Compiling sled v0.34.7
33462026-07-01T21:19:04.027Z Compiling object v0.30.4
33472026-07-01T21:19:04.382Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-07-01T21:19:04.427Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33492026-07-01T21:19:04.447Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33502026-07-01T21:19:04.662Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33512026-07-01T21:19:04.709Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-01T21:19:04.776Z Compiling ed25519 v3.0.0
33532026-07-01T21:19:04.945Z Compiling crypto-primes v0.7.2
33542026-07-01T21:19:05.317Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33552026-07-01T21:19:05.443Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-07-01T21:19:05.867Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33572026-07-01T21:19:05.893Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33582026-07-01T21:19:05.932Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-07-01T21:19:06.002Z Compiling pkcs1 v0.8.0-rc.4
33602026-07-01T21:19:06.144Z Compiling poly1305 v0.9.0
33612026-07-01T21:19:06.428Z Compiling blowfish v0.10.0
33622026-07-01T21:19:06.472Z Compiling blake2 v0.11.0-rc.6
33632026-07-01T21:19:06.566Z Compiling keccak v0.2.0
33642026-07-01T21:19:06.699Z Compiling half v1.8.3
33652026-07-01T21:19:06.716Z Compiling path-slash v0.1.5
33662026-07-01T21:19:06.750Z Compiling fiat-crypto v0.3.0
33672026-07-01T21:19:06.777Z Compiling crc8 v0.1.1
33682026-07-01T21:19:06.887Z Compiling http-range v0.1.5
33692026-07-01T21:19:06.927Z Compiling serde_cbor v0.11.2
33702026-07-01T21:19:06.944Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-07-01T21:19:06.962Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-07-01T21:19:06.996Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33732026-07-01T21:19:07.068Z Compiling argon2 v0.6.0-rc.8
33742026-07-01T21:19:07.168Z Compiling sha3 v0.11.0
33752026-07-01T21:19:07.172Z Compiling bcrypt-pbkdf v0.11.0
33762026-07-01T21:19:07.226Z Compiling ssh-cipher v0.3.0-rc.9
33772026-07-01T21:19:07.519Z Compiling rsa v0.10.0-rc.18
33782026-07-01T21:19:07.557Z Compiling ed25519-dalek v3.0.0-rc.0
33792026-07-01T21:19:07.587Z Compiling illumos-nvpair v0.3.0
33802026-07-01T21:19:07.767Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33812026-07-01T21:19:07.923Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33822026-07-01T21:19:07.946Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33832026-07-01T21:19:08.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33842026-07-01T21:19:08.262Z Compiling p256 v0.14.0-rc.10
33852026-07-01T21:19:08.262Z Compiling p521 v0.14.0-rc.10
33862026-07-01T21:19:08.262Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-07-01T21:19:08.322Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-07-01T21:19:08.389Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33892026-07-01T21:19:08.438Z Compiling yasna v0.5.2
33902026-07-01T21:19:08.455Z Compiling kstat-rs v0.2.4
33912026-07-01T21:19:08.563Z Compiling progenitor v0.13.0
33922026-07-01T21:19:08.741Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33932026-07-01T21:19:08.773Z Compiling headers-core v0.3.0
33942026-07-01T21:19:08.791Z Compiling kem v0.3.0
33952026-07-01T21:19:08.819Z Compiling module-lattice v0.2.3
33962026-07-01T21:19:08.855Z Compiling nanorand v0.7.0
33972026-07-01T21:19:08.917Z Compiling atty v0.2.14
33982026-07-01T21:19:08.935Z Compiling headers v0.4.1
33992026-07-01T21:19:09.049Z Compiling ml-kem v0.3.2
34002026-07-01T21:19:09.072Z Compiling flume v0.11.1
34012026-07-01T21:19:09.092Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34022026-07-01T21:19:09.131Z Compiling rcgen v0.12.1
34032026-07-01T21:19:09.165Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-07-01T21:19:09.331Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34052026-07-01T21:19:09.414Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-01T21:19:09.563Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-01T21:19:09.711Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-07-01T21:19:09.833Z Compiling hyper-staticfile v0.10.1
34092026-07-01T21:19:10.038Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-07-01T21:19:10.105Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-07-01T21:19:10.105Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34122026-07-01T21:19:10.374Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34132026-07-01T21:19:10.432Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-07-01T21:19:10.459Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152026-07-01T21:19:10.772Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34162026-07-01T21:19:10.830Z Compiling russh-cryptovec v0.61.0
34172026-07-01T21:19:11.103Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34182026-07-01T21:19:11.118Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-07-01T21:19:11.164Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-07-01T21:19:11.196Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-01T21:19:11.407Z Compiling internal-russh-num-bigint v0.5.0
34222026-07-01T21:19:11.426Z Compiling num-bigint v0.4.6
34232026-07-01T21:19:11.558Z Compiling generic-array v1.4.3
34242026-07-01T21:19:11.596Z Compiling russh-util v0.52.0
34252026-07-01T21:19:11.744Z Compiling enum_dispatch v0.3.13
34262026-07-01T21:19:11.779Z Compiling delegate v0.13.5
34272026-07-01T21:19:11.931Z Compiling subprocess v0.2.15
34282026-07-01T21:19:11.935Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-07-01T21:19:12.080Z Compiling p384 v0.14.0-rc.10
34302026-07-01T21:19:12.290Z Compiling display-error-chain v0.2.2
34312026-07-01T21:19:12.401Z Compiling hex-literal v1.1.0
34322026-07-01T21:19:12.418Z Compiling md5 v0.8.0
34332026-07-01T21:19:12.451Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-07-01T21:19:12.595Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-07-01T21:19:12.694Z Compiling colored v2.2.0
34362026-07-01T21:19:12.713Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-07-01T21:19:12.729Z Compiling socket2 v0.5.10
34382026-07-01T21:19:12.768Z Compiling internet-checksum v0.2.1
34392026-07-01T21:19:13.248Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-07-01T21:19:13.958Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34412026-07-01T21:19:14.193Z Compiling ssh-key v0.7.0-rc.10
34422026-07-01T21:19:14.450Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-07-01T21:19:15.386Z Compiling russh v0.61.2
34442026-07-01T21:19:15.738Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-07-01T21:19:16.592Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-07-01T21:19:24.892Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34472026-07-01T21:19:24.892Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-07-01T21:19:24.892Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-07-01T21:19:24.896Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-07-01T21:19:26.637Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-07-01T21:19:26.724Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-07-01T21:19:30.612Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-07-01T21:20:10.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34542026-07-01T21:20:10.649Z
34552026-07-01T21:20:10.650Zreal 1:26.988824837
34562026-07-01T21:20:10.650Zuser 8:39.782373887
34572026-07-01T21:20:10.650Zsys 1:43.414230245
34582026-07-01T21:20:10.650Ztrap 0.275170561
34592026-07-01T21:20:10.650Ztflt 0.299354671
34602026-07-01T21:20:10.650Zdflt 1.584863644
34612026-07-01T21:20:10.653Zkflt 0.000514600
34622026-07-01T21:20:10.653Zlock 30:52.095844672
34632026-07-01T21:20:10.653Zslp 19:50.724576304
34642026-07-01T21:20:10.653Zlat 45.467928304
34652026-07-01T21:20:10.653Zstop 3:03.681902354
34662026-07-01T21:20:10.653Z+ mkdir tests
34672026-07-01T21:20:10.657Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-07-01T21:20:10.657Z+ xargs -I '{}' -t cp '{}' tests/
34692026-07-01T21:20:10.679Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5d8788095df50169 tests/
34702026-07-01T21:20:10.709Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28ca867972fd04ac tests/
34712026-07-01T21:20:10.736Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-532d150591fa6cbf tests/
34722026-07-01T21:20:10.766Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6647dcf137384933 tests/
34732026-07-01T21:20:11.009Z+ 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)
34742026-07-01T21:20:11.013Z+ 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-28ca867972fd04ac tests/commtest-532d150591fa6cbf tests/dhcp_server-5d8788095df50169 tests/end_to_end_tests-6647dcf137384933 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
34752026-07-01T21:21:30.109ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-07-01T21:21:30.109Za .github/buildomat/ci-env.sh 1K
34772026-07-01T21:21:30.109Za out/target/test 1K
34782026-07-01T21:21:30.109Za out/npuzone/npuzone 27402K
34792026-07-01T21:21:30.109Za package-manifest.toml 35K
34802026-07-01T21:21:30.109Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-07-01T21:21:30.109Za target/release/omicron-package 40715K
34822026-07-01T21:21:30.109Za target/release/xtask 10425K
34832026-07-01T21:21:30.109Za target/debug/bootstrap 348397K
34842026-07-01T21:21:30.109Za tests/bootstrap-28ca867972fd04ac 31974K
34852026-07-01T21:21:30.109Za tests/commtest-532d150591fa6cbf 32169K
34862026-07-01T21:21:30.109Za tests/dhcp_server-5d8788095df50169 31974K
34872026-07-01T21:21:30.109Za tests/end_to_end_tests-6647dcf137384933 399228K
34882026-07-01T21:21:30.109Za tools/opte_version 1K
34892026-07-01T21:21:30.109Za tools/opte_version_override 2K
34902026-07-01T21:21:30.109Za out/clickhouse.tar.gz 308141K
34912026-07-01T21:21:30.109Za out/clickhouse_keeper.tar.gz 294613K
34922026-07-01T21:21:30.110Za out/clickhouse_server.tar.gz 308138K
34932026-07-01T21:21:30.110Za out/cockroachdb.tar.gz 158513K
34942026-07-01T21:21:30.110Za out/crucible-pantry-zone.tar.gz 37339K
34952026-07-01T21:21:30.110Za out/crucible-utils.tar 18900K
34962026-07-01T21:21:30.110Za out/crucible-zone.tar.gz 52035K
34972026-07-01T21:21:30.110Za out/external-dns.tar.gz 43912K
34982026-07-01T21:21:30.110Za out/internal-dns.tar.gz 43912K
34992026-07-01T21:21:30.110Za out/mg-ddm-gz.tar 97917K
35002026-07-01T21:21:30.110Za out/nexus.tar.gz 272003K
35012026-07-01T21:21:30.110Za out/ntp.tar.gz 26492K
35022026-07-01T21:21:30.110Za out/omicron-gateway-softnpu.tar.gz 27897K
35032026-07-01T21:21:30.110Za out/omicron-sled-agent.tar 190822K
35042026-07-01T21:21:30.110Za out/overlay.tar.gz 3K
35052026-07-01T21:21:30.110Za out/oximeter.tar.gz 60756K
35062026-07-01T21:21:30.110Za out/oxlog.tar 3808K
35072026-07-01T21:21:30.110Za out/probe.tar.gz 3037K
35082026-07-01T21:21:30.110Za out/propolis-server.tar.gz 34372K
35092026-07-01T21:21:30.110Za out/pumpkind-gz.tar 26647K
35102026-07-01T21:21:30.110Za out/switch-softnpu.tar.gz 445716K
35112026-07-01T21:21:30.113Z
35122026-07-01T21:21:30.113Zreal 1:19.097118301
35132026-07-01T21:21:30.113Zuser 1:16.445613059
35142026-07-01T21:21:30.113Zsys 4.361929368
35152026-07-01T21:21:30.113Ztrap 0.006140654
35162026-07-01T21:21:30.114Ztflt 0.000000000
35172026-07-01T21:21:30.114Zdflt 0.000000000
35182026-07-01T21:21:30.114Zkflt 0.000000000
35192026-07-01T21:21:30.114Zlock 0.000000000
35202026-07-01T21:21:30.114Zslp 1:16.368625720
35212026-07-01T21:21:30.114Zlat 1.007110148
35222026-07-01T21:21:30.114Zstop 0.000266390
35232026-07-01T21:21:30.114Zprocess exited: duration 1006331 ms, exit code 0
 
35242026-07-01T21:21:30.128Zfound 1 output files
35252026-07-01T21:21:30.128Zuploading: /work/package.tar.gz (2453748178 bytes)
35262026-07-01T21:21:58.180Zuploaded: /work/package.tar.gz