01KVKQZ7BPVKWDSE59HMECK0HF: 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: 01KVKR086FRXPPTCE9QBW4DYMF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T00:07:28.170Zjob assigned to worker 01KVKR0KM280AVDDWCY1P51RXD [factory aws, i-0ba4db3522fd7e620] (queued for 53 s)
 
22026-06-21T00:07:36.146Zstarting task 0: "setup"
32026-06-21T00:07:36.149Z++ uname -s
42026-06-21T00:07:36.152Z+ kern=SunOS
52026-06-21T00:07:36.152Z+ build_user=build
62026-06-21T00:07:36.152Z+ build_uid=12345
72026-06-21T00:07:36.152Z+ work_dir=/work
82026-06-21T00:07:36.152Z+ input_dir=/input
92026-06-21T00:07:36.153Z+ [[ 0 == 12345 ]]
102026-06-21T00:07:36.153Z+ case "$kern" in
112026-06-21T00:07:36.153Z+ groupadd -g 12345 build
122026-06-21T00:07:36.156Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T00:07:38.177Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T00:07:38.254Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T00:07:38.261Z+ home_fs=zfs
162026-06-21T00:07:38.262Z+ [[ zfs == autofs ]]
172026-06-21T00:07:38.262Z+ mkdir -p /home/build
182026-06-21T00:07:38.262Z+ chown build:build /home/build /work
192026-06-21T00:07:40.241Z+ chmod 0700 /home/build /work
202026-06-21T00:07:40.244Zprocess exited: duration 4102 ms, exit code 0
 
212026-06-21T00:07:40.250Zstarting task 1: "rust-toolchain"
222026-06-21T00:07:40.256Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T00:07:40.256Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T00:07:40.256Z * rust toolchain channel = "1.94.0"
252026-06-21T00:07:40.261Z * rust toolchain profile = "default"
262026-06-21T00:07:40.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T00:07:40.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T00:07:40.262Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T00:07:40.262Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T00:07:40.363Zinfo: downloading installer
312026-06-21T00:07:41.792Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T00:07:41.792Zwarn: /home/build/.rustup/settings.toml
332026-06-21T00:07:41.792Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T00:07:41.792Zwarn: instead of the one inferred from the default host triple.
352026-06-21T00:07:41.807Zinfo: profile set to default
362026-06-21T00:07:41.807Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T00:07:41.810Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T00:07:41.946Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T00:07:41.949Zinfo: downloading 6 components
402026-06-21T00:07:56.253Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T00:07:56.253Z
422026-06-21T00:07:56.282Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T00:07:56.282Z
442026-06-21T00:07:56.282Z
452026-06-21T00:07:56.282ZRust is installed now. Great!
462026-06-21T00:07:56.282Z
472026-06-21T00:07:56.282ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T00:07:56.282Zenvironment variable. This has not been done automatically.
492026-06-21T00:07:56.282Z
502026-06-21T00:07:56.282ZTo configure your current shell, you need to source
512026-06-21T00:07:56.282Zthe corresponding env file under $HOME/.cargo.
522026-06-21T00:07:56.282Z
532026-06-21T00:07:56.282ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T00:07:56.287Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T00:07:56.287Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T00:07:56.287Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T00:07:56.288Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T00:07:56.288Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T00:07:56.288Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T00:07:56.288Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T00:07:56.288Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T00:07:56.385Z+ rustup --version
632026-06-21T00:07:56.391Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T00:07:56.395Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T00:07:56.414Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T00:07:56.416Z+ cargo --version
672026-06-21T00:07:56.423Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T00:07:56.426Z+ rustc --version
692026-06-21T00:07:56.452Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T00:07:56.456Zprocess exited: duration 16198 ms, exit code 0
 
712026-06-21T00:07:56.463Zstarting task 2: "authentication"
722026-06-21T00:07:56.482Zprocess exited: duration 19 ms, exit code 0
 
732026-06-21T00:07:56.493Zstarting task 3: "clone repository"
742026-06-21T00:07:56.497Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T00:07:56.500Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T00:07:56.534ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T00:08:59.664Z+ cd /work/oxidecomputer/omicron
782026-06-21T00:08:59.664Z+ git fetch origin a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
792026-06-21T00:08:59.742ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T00:08:59.838Z * branch a3eb0afbfee5823dcbe2cc295ba509bed9365ca4 -> FETCH_HEAD
812026-06-21T00:08:59.838Z+ [[ -n '' ]]
822026-06-21T00:08:59.838Z+ git reset --hard a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
832026-06-21T00:08:59.838ZHEAD is now at a3eb0afbf [spr] initial version
842026-06-21T00:08:59.838Zprocess exited: duration 10121 ms, exit code 0
 
852026-06-21T00:09:00.173Zstarting task 4: "build"
862026-06-21T00:09:00.347Z+ source .github/buildomat/ci-env.sh
872026-06-21T00:09:00.347Z++ export CARGO_TERM_COLOR=always
882026-06-21T00:09:00.347Z++ CARGO_TERM_COLOR=always
892026-06-21T00:09:00.347Z+ cargo --version
902026-06-21T00:09:00.347Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-21T00:09:00.347Z+ rustc --version
922026-06-21T00:09:00.347Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-21T00:09:00.347Z+ WORK=/work
942026-06-21T00:09:00.347Z+ pfexec mkdir -p /work
952026-06-21T00:09:00.347Z+ pfexec chown build /work
962026-06-21T00:09:00.347Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-21T00:09:01.658Z Startup: Refreshing catalog 'helios' ... Done
982026-06-21T00:09:01.783Z Startup: Caching catalogs ... Done
992026-06-21T00:09:02.111ZPlanning: Solver setup ... Done (0.320s)
1002026-06-21T00:09:02.139ZPlanning: Running solver ... Done (0.023s)
1012026-06-21T00:09:02.139ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-21T00:09:02.371ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-21T00:09:02.420ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-21T00:09:02.420ZPlanning: Package planning ... Done (0.013s)
1052026-06-21T00:09:02.420ZPlanning: Merging actions ... Done (0.001s)
1062026-06-21T00:09:02.420ZPlanning: Checking for conflicting actions ... Done (0.190s)
1072026-06-21T00:09:02.420ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-21T00:09:03.335ZPlanning: Evaluating mediators ... Done (0.887s)
1092026-06-21T00:09:03.732ZPlanning: Planning completed in 1.50 seconds
1102026-06-21T00:09:03.732Z Packages to install: 2
1112026-06-21T00:09:03.733Z Estimated space available: 156.07 GB
1122026-06-21T00:09:03.733ZEstimated space to be consumed: 26.78 MB
1132026-06-21T00:09:03.733Z Create boot environment: No
1142026-06-21T00:09:03.733ZCreate backup boot environment: No
1152026-06-21T00:09:03.733Z Rebuild boot archive: No
1162026-06-21T00:09:03.733Z
1172026-06-21T00:09:03.733ZChanged packages:
1182026-06-21T00:09:03.733Zhelios
1192026-06-21T00:09:03.733Z developer/build-essential
1202026-06-21T00:09:03.733Z None -> 11-3.0
1212026-06-21T00:09:03.733Z library/libxmlsec1
1222026-06-21T00:09:03.733Z None -> 1.2.35-3.0
1232026-06-21T00:09:03.733Z
1242026-06-21T00:09:03.733ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-21T00:09:04.649ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1262026-06-21T00:09:05.177Z Actions: 1/268 actions (Installing new actions)
1272026-06-21T00:09:05.177Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-21T00:09:05.177ZFinalize: Updating package state database ... Done (0.009s)
1292026-06-21T00:09:05.177ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-21T00:09:05.177ZFinalize: Updating image state ... Done (0.024s)
1312026-06-21T00:09:07.300ZFinalize: Creating fast lookup database ... Done (2.536s)
1322026-06-21T00:09:07.416ZFinalize: Reading search index ... Done (0.012s)
1332026-06-21T00:09:07.416ZFinalize: Updating search index ... Done (0.000s)
1342026-06-21T00:09:07.524ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-21T00:09:07.803ZPlanning: Evaluating mediator changes ... Done
1362026-06-21T00:09:07.865ZPlanning: Checking for conflicting actions ... Done
1372026-06-21T00:09:07.865ZPlanning: Consolidating action changes ... Done
1382026-06-21T00:09:08.021ZPlanning: Evaluating mediators ... Done
1392026-06-21T00:09:08.042ZPlanning: Planning completed in 0.26 seconds
1402026-06-21T00:09:08.043Z Mediators to change: 2
1412026-06-21T00:09:08.043Z Create boot environment: No
1422026-06-21T00:09:08.043ZCreate backup boot environment: No
1432026-06-21T00:09:08.069ZFinalize: Updating package state database ... Done
1442026-06-21T00:09:08.069ZFinalize: Updating package cache ... Done
1452026-06-21T00:09:08.083ZFinalize: Updating image state ... Done
1462026-06-21T00:09:10.053ZFinalize: Creating fast lookup database ... Done
1472026-06-21T00:09:10.119ZFinalize: Reading search index ... Done
1482026-06-21T00:09:10.140ZFinalize: Updating search index ... Done
1492026-06-21T00:09:10.183ZFinalize: Updating package cache ... Done
1502026-06-21T00:09:10.475ZPlanning: Evaluating mediator changes ... Done
1512026-06-21T00:09:10.578ZPlanning: Checking for conflicting actions ... Done
1522026-06-21T00:09:10.589ZPlanning: Consolidating action changes ... Done
1532026-06-21T00:09:10.768ZPlanning: Evaluating mediators ... Done
1542026-06-21T00:09:10.780ZPlanning: Planning completed in 0.27 seconds
1552026-06-21T00:09:10.780Z Mediators to change: 1
1562026-06-21T00:09:10.780Z Create boot environment: No
1572026-06-21T00:09:10.781ZCreate backup boot environment: No
1582026-06-21T00:09:10.795ZFinalize: Updating package state database ... Done
1592026-06-21T00:09:10.795ZFinalize: Updating package cache ... Done
1602026-06-21T00:09:10.833ZFinalize: Updating image state ... Done
1612026-06-21T00:09:12.753ZFinalize: Creating fast lookup database ... Done
1622026-06-21T00:09:12.859ZFinalize: Reading search index ... Done
1632026-06-21T00:09:12.932ZFinalize: Updating search index ... Done
1642026-06-21T00:09:12.932ZFinalize: Updating package cache ... Done
1652026-06-21T00:09:13.192ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-21T00:09:13.192Zapache system 2.4 system
1672026-06-21T00:09:13.192Zclang system 15 system
1682026-06-21T00:09:13.192Zcsh system system illumos
1692026-06-21T00:09:13.210Zctags system system illumos
1702026-06-21T00:09:13.211Zfile vendor vendor darwinsys
1712026-06-21T00:09:13.211Zfile system system illumos
1722026-06-21T00:09:13.211Zgcc vendor 14 vendor
1732026-06-21T00:09:13.211Zgcc system 13 system
1742026-06-21T00:09:13.211Zgcc system 10 system
1752026-06-21T00:09:13.211Zgo system 1.25 system
1762026-06-21T00:09:13.211Zllvm system 15 system
1772026-06-21T00:09:13.211Zmariadb system 11.4 system
1782026-06-21T00:09:13.211Zmta vendor vendor dma
1792026-06-21T00:09:13.211Zopenjdk system 17 system
1802026-06-21T00:09:13.211Zopenjdk system 11 system
1812026-06-21T00:09:13.211Zopenssl vendor 3 vendor
1822026-06-21T00:09:13.211Zperl system 5.40 system
1832026-06-21T00:09:13.211Zpostgresql system 18 system
1842026-06-21T00:09:13.211Zpostgresql system 17 system
1852026-06-21T00:09:13.211Zpython vendor 3 vendor
1862026-06-21T00:09:13.211Zpython system 2 system
1872026-06-21T00:09:13.211Zpython3 vendor 3.13 vendor
1882026-06-21T00:09:13.211Zruby system 3.4 system
1892026-06-21T00:09:13.212Zruby system 3.0 system
1902026-06-21T00:09:13.212Zwords vendor vendor american-english
1912026-06-21T00:09:13.212Zwords system system australian-english
1922026-06-21T00:09:13.212Zwords system system british-english
1932026-06-21T00:09:13.212Zwords system system canadian-english
1942026-06-21T00:09:13.212Zwords system system french
1952026-06-21T00:09:13.212Zwords system system italian
1962026-06-21T00:09:13.212Zwords system system ngerman
1972026-06-21T00:09:13.212Zwords system system ogerman
1982026-06-21T00:09:13.212Zwords system system spanish
1992026-06-21T00:09:13.457ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-21T00:09:13.458Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-21T00:09:13.747ZFMRI IFO
2022026-06-21T00:09:13.747Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-21T00:09:13.747Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-21T00:09:13.747Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-21T00:09:13.747Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-21T00:09:13.747Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-21T00:09:13.748Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-21T00:09:13.748Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-21T00:09:13.748Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-21T00:09:13.748Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-21T00:09:13.979Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-21T00:09:14.247Z Updating crates.io index
2132026-06-21T00:09:14.286Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-21T00:09:14.551Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-21T00:09:15.370Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-21T00:09:15.913Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-21T00:09:17.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-21T00:09:17.737Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-21T00:09:19.204Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-21T00:09:19.916Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-21T00:09:20.380Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-21T00:09:21.460Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-21T00:09:21.953Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-21T00:09:22.424Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-21T00:09:22.835Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-21T00:09:23.270Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-21T00:09:23.743Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-21T00:09:23.954Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-21T00:09:24.254Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-21T00:09:24.579Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-21T00:09:24.933Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-21T00:09:25.242Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-21T00:09:25.448Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-21T00:09:25.674Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-21T00:09:26.030Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-21T00:09:26.376Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-21T00:09:26.715Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-21T00:09:27.101Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-21T00:09:27.398Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-21T00:09:27.891Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-21T00:09:28.152Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-21T00:09:29.308Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-21T00:09:30.076Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-21T00:09:30.457Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-21T00:09:30.691Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-21T00:09:31.044Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-21T00:09:31.340Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-21T00:09:31.798Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-21T00:09:32.428Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-21T00:09:32.644Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-21T00:09:32.894Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-21T00:09:33.181Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-21T00:09:35.022Z Downloading crates ...
2542026-06-21T00:09:35.094Z Downloaded thiserror-impl v1.0.69
2552026-06-21T00:09:35.098Z Downloaded heck v0.4.1
2562026-06-21T00:09:35.101Z Downloaded zmij v1.0.21
2572026-06-21T00:09:35.104Z Downloaded utf8_iter v1.0.4
2582026-06-21T00:09:35.107Z Downloaded ucd-trie v0.1.7
2592026-06-21T00:09:35.107Z Downloaded scroll v0.12.0
2602026-06-21T00:09:35.112Z Downloaded byteorder v1.5.0
2612026-06-21T00:09:35.112Z Downloaded thiserror v1.0.69
2622026-06-21T00:09:35.116Z Downloaded smawk v0.3.2
2632026-06-21T00:09:35.116Z Downloaded proc-macro2 v1.0.106
2642026-06-21T00:09:35.116Z Downloaded zerofrom v0.1.6
2652026-06-21T00:09:35.119Z Downloaded version_check v0.9.5
2662026-06-21T00:09:35.120Z Downloaded yoke-derive v0.8.1
2672026-06-21T00:09:35.120Z Downloaded usdt-attr-macro v0.5.0
2682026-06-21T00:09:35.120Z Downloaded toml_write v0.1.2
2692026-06-21T00:09:35.125Z Downloaded pest_derive v2.8.6
2702026-06-21T00:09:35.125Z Downloaded usdt-macro v0.5.0
2712026-06-21T00:09:35.128Z Downloaded usdt v0.5.0
2722026-06-21T00:09:35.128Z Downloaded unicode-linebreak v0.1.5
2732026-06-21T00:09:35.128Z Downloaded textwrap v0.16.2
2742026-06-21T00:09:35.128Z Downloaded ordered-float v2.10.1
2752026-06-21T00:09:35.131Z Downloaded plain v0.2.3
2762026-06-21T00:09:35.132Z Downloaded zerovec-derive v0.11.2
2772026-06-21T00:09:35.132Z Downloaded toml_datetime v0.6.11
2782026-06-21T00:09:35.132Z Downloaded zerofrom-derive v0.1.6
2792026-06-21T00:09:35.135Z Downloaded writeable v0.6.2
2802026-06-21T00:09:35.135Z Downloaded thread-id v4.2.2
2812026-06-21T00:09:35.137Z Downloaded utf8parse v0.2.2
2822026-06-21T00:09:35.140Z Downloaded tinystr v0.8.2
2832026-06-21T00:09:35.143Z Downloaded itoa v1.0.17
2842026-06-21T00:09:35.144Z Downloaded thiserror-impl v2.0.18
2852026-06-21T00:09:35.144Z Downloaded typeid v1.0.3
2862026-06-21T00:09:35.150Z Downloaded idna v1.1.0
2872026-06-21T00:09:35.154Z Downloaded thiserror v2.0.18
2882026-06-21T00:09:35.154Z Downloaded zerocopy-derive v0.7.35
2892026-06-21T00:09:35.158Z Downloaded usdt-impl v0.5.0
2902026-06-21T00:09:35.162Z Downloaded toml_edit v0.22.27
2912026-06-21T00:09:35.165Z Downloaded fnv v1.0.7
2922026-06-21T00:09:35.165Z Downloaded proc-macro-error v1.0.4
2932026-06-21T00:09:35.169Z Downloaded unicode-xid v0.2.6
2942026-06-21T00:09:35.169Z Downloaded is_terminal_polyfill v1.70.2
2952026-06-21T00:09:35.172Z Downloaded yoke v0.8.1
2962026-06-21T00:09:35.175Z Downloaded toml v0.8.23
2972026-06-21T00:09:35.185Z Downloaded url v2.5.8
2982026-06-21T00:09:35.188Z Downloaded serde-untagged v0.1.9
2992026-06-21T00:09:35.188Z Downloaded zerotrie v0.2.3
3002026-06-21T00:09:35.191Z Downloaded memmap v0.7.0
3012026-06-21T00:09:35.191Z Downloaded crypto-common v0.1.7
3022026-06-21T00:09:35.191Z Downloaded bitflags v2.11.0
3032026-06-21T00:09:35.194Z Downloaded unicode-ident v1.0.24
3042026-06-21T00:09:35.200Z Downloaded heck v0.5.0
3052026-06-21T00:09:35.205Z Downloaded typenum v1.19.0
3062026-06-21T00:09:35.208Z Downloaded zerovec v0.11.5
3072026-06-21T00:09:35.211Z Downloaded strsim v0.11.1
3082026-06-21T00:09:35.211Z Downloaded scroll_derive v0.12.1
3092026-06-21T00:09:35.212Z Downloaded macaddr v1.0.1
3102026-06-21T00:09:35.217Z Downloaded zerocopy v0.7.35
3112026-06-21T00:09:35.225Z Downloaded winnow v0.7.14
3122026-06-21T00:09:35.229Z Downloaded unicode-width v0.1.14
3132026-06-21T00:09:35.232Z Downloaded percent-encoding v2.3.2
3142026-06-21T00:09:35.236Z Downloaded potential_utf v0.1.4
3152026-06-21T00:09:35.236Z Downloaded unicode-width v0.2.0
3162026-06-21T00:09:35.240Z Downloaded bytecount v0.6.9
3172026-06-21T00:09:35.240Z Downloaded serde v1.0.228
3182026-06-21T00:09:35.243Z Downloaded swrite v0.1.0
3192026-06-21T00:09:35.243Z Downloaded errno v0.3.14
3202026-06-21T00:09:35.243Z Downloaded fastrand v2.3.0
3212026-06-21T00:09:35.243Z Downloaded dof v0.3.0
3222026-06-21T00:09:35.243Z Downloaded cfg-if v1.0.4
3232026-06-21T00:09:35.247Z Downloaded cargo-platform v0.2.0
3242026-06-21T00:09:35.250Z Downloaded colorchoice v1.0.4
3252026-06-21T00:09:35.253Z Downloaded dtrace-parser v0.2.0
3262026-06-21T00:09:35.253Z Downloaded clap_lex v1.0.0
3272026-06-21T00:09:35.259Z Downloaded stable_deref_trait v1.2.1
3282026-06-21T00:09:35.262Z Downloaded block-buffer v0.10.4
3292026-06-21T00:09:35.262Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-21T00:09:35.265Z Downloaded anstyle-query v1.1.5
3312026-06-21T00:09:35.275Z Downloaded serde_spanned v0.6.9
3322026-06-21T00:09:35.278Z Downloaded generic-array v0.14.7
3332026-06-21T00:09:35.278Z Downloaded pretty-hex v0.4.1
3342026-06-21T00:09:35.278Z Downloaded cpufeatures v0.2.17
3352026-06-21T00:09:35.281Z Downloaded tabled_derive v0.7.0
3362026-06-21T00:09:35.281Z Downloaded terminal_size v0.4.3
3372026-06-21T00:09:35.287Z Downloaded idna_adapter v1.2.1
3382026-06-21T00:09:35.290Z Downloaded serde-value v0.7.0
3392026-06-21T00:09:35.290Z Downloaded form_urlencoded v1.2.2
3402026-06-21T00:09:35.294Z Downloaded fs-err v3.3.0
3412026-06-21T00:09:35.297Z Downloaded equivalent v1.0.2
3422026-06-21T00:09:35.301Z Downloaded anstyle-parse v1.0.0
3432026-06-21T00:09:35.304Z Downloaded anstyle v1.0.14
3442026-06-21T00:09:35.307Z Downloaded cargo_toml v0.21.0
3452026-06-21T00:09:35.307Z Downloaded autocfg v1.5.0
3462026-06-21T00:09:35.315Z Downloaded semver v1.0.28
3472026-06-21T00:09:35.319Z Downloaded synstructure v0.13.2
3482026-06-21T00:09:35.323Z Downloaded camino-tempfile v1.4.1
3492026-06-21T00:09:35.327Z Downloaded quote v1.0.45
3502026-06-21T00:09:35.332Z Downloaded displaydoc v0.2.5
3512026-06-21T00:09:35.335Z Downloaded erased-serde v0.4.9
3522026-06-21T00:09:35.339Z Downloaded serde_tokenstream v0.2.3
3532026-06-21T00:09:35.343Z Downloaded sha2 v0.10.9
3542026-06-21T00:09:35.346Z Downloaded smallvec v1.15.1
3552026-06-21T00:09:35.350Z Downloaded anstream v1.0.0
3562026-06-21T00:09:35.353Z Downloaded cargo_metadata v0.21.0
3572026-06-21T00:09:35.357Z Downloaded cargo-util-schemas v0.8.2
3582026-06-21T00:09:35.357Z Downloaded camino v1.2.2
3592026-06-21T00:09:35.361Z Downloaded once_cell v1.21.3
3602026-06-21T00:09:35.365Z Downloaded anyhow v1.0.102
3612026-06-21T00:09:35.369Z Downloaded tempfile v3.25.0
3622026-06-21T00:09:35.369Z Downloaded pest_generator v2.8.6
3632026-06-21T00:09:35.378Z Downloaded icu_provider v2.1.1
3642026-06-21T00:09:35.391Z Downloaded digest v0.10.7
3652026-06-21T00:09:35.398Z Downloaded litemap v0.8.1
3662026-06-21T00:09:35.401Z Downloaded memchr v2.8.0
3672026-06-21T00:09:35.404Z Downloaded serde_core v1.0.228
3682026-06-21T00:09:35.408Z Downloaded papergrid v0.11.0
3692026-06-21T00:09:35.408Z Downloaded log v0.4.29
3702026-06-21T00:09:35.411Z Downloaded num-traits v0.2.19
3712026-06-21T00:09:35.411Z Downloaded clap_derive v4.6.1
3722026-06-21T00:09:35.420Z Downloaded icu_properties v2.1.2
3732026-06-21T00:09:35.424Z Downloaded clap v4.6.1
3742026-06-21T00:09:35.430Z Downloaded getrandom v0.4.1
3752026-06-21T00:09:35.437Z Downloaded pest v2.8.6
3762026-06-21T00:09:35.441Z Downloaded pest_meta v2.8.6
3772026-06-21T00:09:35.443Z Downloaded serde_derive v1.0.228
3782026-06-21T00:09:35.444Z Downloaded icu_normalizer v2.1.1
3792026-06-21T00:09:35.450Z Downloaded icu_normalizer_data v2.1.1
3802026-06-21T00:09:35.453Z Downloaded serde_json v1.0.149
3812026-06-21T00:09:35.456Z Downloaded icu_locale_core v2.1.1
3822026-06-21T00:09:35.463Z Downloaded icu_collections v2.1.1
3832026-06-21T00:09:35.492Z Downloaded indexmap v2.14.0
3842026-06-21T00:09:35.495Z Downloaded clap_builder v4.6.0
3852026-06-21T00:09:35.522Z Downloaded icu_properties_data v2.1.2
3862026-06-21T00:09:35.532Z Downloaded hashbrown v0.17.0
3872026-06-21T00:09:35.546Z Downloaded goblin v0.8.2
3882026-06-21T00:09:35.549Z Downloaded tabled v0.15.0
3892026-06-21T00:09:35.572Z Downloaded syn v1.0.109
3902026-06-21T00:09:35.589Z Downloaded syn v2.0.117
3912026-06-21T00:09:35.595Z Downloaded rustix v1.1.3
3922026-06-21T00:09:35.628Z Downloaded libc v0.2.185
3932026-06-21T00:09:35.691Z Compiling proc-macro2 v1.0.106
3942026-06-21T00:09:35.691Z Compiling unicode-ident v1.0.24
3952026-06-21T00:09:35.696Z Compiling quote v1.0.45
3962026-06-21T00:09:35.696Z Compiling serde_core v1.0.228
3972026-06-21T00:09:35.696Z Compiling libc v0.2.185
3982026-06-21T00:09:35.696Z Compiling version_check v0.9.5
3992026-06-21T00:09:35.696Z Compiling memchr v2.8.0
4002026-06-21T00:09:35.696Z Compiling serde v1.0.228
4012026-06-21T00:09:35.696Z Compiling stable_deref_trait v1.2.1
4022026-06-21T00:09:35.696Z Compiling zmij v1.0.21
4032026-06-21T00:09:35.858Z Compiling thiserror v1.0.69
4042026-06-21T00:09:35.861Z Compiling itoa v1.0.17
4052026-06-21T00:09:35.861Z Compiling ucd-trie v0.1.7
4062026-06-21T00:09:35.861Z Compiling autocfg v1.5.0
4072026-06-21T00:09:35.861Z Compiling litemap v0.8.1
4082026-06-21T00:09:36.060Z Compiling writeable v0.6.2
4092026-06-21T00:09:36.168Z Compiling icu_normalizer_data v2.1.1
4102026-06-21T00:09:36.244Z Compiling icu_properties_data v2.1.2
4112026-06-21T00:09:36.362Z Compiling byteorder v1.5.0
4122026-06-21T00:09:36.381Z Compiling rustix v1.1.3
4132026-06-21T00:09:36.384Z Compiling bitflags v2.11.0
4142026-06-21T00:09:36.453Z Compiling serde_json v1.0.149
4152026-06-21T00:09:36.510Z Compiling pest v2.8.6
4162026-06-21T00:09:36.629Z Compiling num-traits v0.2.19
4172026-06-21T00:09:36.668Z Compiling smallvec v1.15.1
4182026-06-21T00:09:36.718Z Compiling hashbrown v0.17.0
4192026-06-21T00:09:36.721Z Compiling typeid v1.0.3
4202026-06-21T00:09:36.811Z Compiling equivalent v1.0.2
4212026-06-21T00:09:36.830Z Compiling proc-macro-error-attr v1.0.4
4222026-06-21T00:09:36.862Z Compiling usdt-impl v0.5.0
4232026-06-21T00:09:36.947Z Compiling winnow v0.7.14
4242026-06-21T00:09:36.966Z Compiling toml_write v0.1.2
4252026-06-21T00:09:36.985Z Compiling syn v1.0.109
4262026-06-21T00:09:37.023Z Compiling erased-serde v0.4.9
4272026-06-21T00:09:37.047Z Compiling errno v0.3.14
4282026-06-21T00:09:37.113Z Compiling thread-id v4.2.2
4292026-06-21T00:09:37.205Z Compiling proc-macro-error v1.0.4
4302026-06-21T00:09:37.205Z Compiling percent-encoding v2.3.2
4312026-06-21T00:09:37.255Z Compiling indexmap v2.14.0
4322026-06-21T00:09:37.289Z Compiling utf8parse v0.2.2
4332026-06-21T00:09:37.311Z Compiling log v0.4.29
4342026-06-21T00:09:37.347Z Compiling getrandom v0.4.1
4352026-06-21T00:09:37.389Z Compiling utf8_iter v1.0.4
4362026-06-21T00:09:37.409Z Compiling plain v0.2.3
4372026-06-21T00:09:37.427Z Compiling thiserror v2.0.18
4382026-06-21T00:09:37.427Z Compiling camino v1.2.2
4392026-06-21T00:09:37.525Z Compiling syn v2.0.117
4402026-06-21T00:09:37.561Z Compiling anstyle-parse v1.0.0
4412026-06-21T00:09:37.580Z Compiling form_urlencoded v1.2.2
4422026-06-21T00:09:37.818Z Compiling pest_meta v2.8.6
4432026-06-21T00:09:37.885Z Compiling ordered-float v2.10.1
4442026-06-21T00:09:37.908Z Compiling is_terminal_polyfill v1.70.2
4452026-06-21T00:09:37.965Z Compiling cfg-if v1.0.4
4462026-06-21T00:09:37.984Z Compiling anstyle-query v1.1.5
4472026-06-21T00:09:38.010Z Compiling colorchoice v1.0.4
4482026-06-21T00:09:38.029Z Compiling anstyle v1.0.14
4492026-06-21T00:09:38.034Z Compiling pretty-hex v0.4.1
4502026-06-21T00:09:38.122Z Compiling fs-err v3.3.0
4512026-06-21T00:09:38.156Z Compiling heck v0.5.0
4522026-06-21T00:09:38.172Z Compiling bytecount v0.6.9
4532026-06-21T00:09:38.192Z Compiling anyhow v1.0.102
4542026-06-21T00:09:38.210Z Compiling heck v0.4.1
4552026-06-21T00:09:38.230Z Compiling terminal_size v0.4.3
4562026-06-21T00:09:38.260Z Compiling anstream v1.0.0
4572026-06-21T00:09:38.432Z Compiling semver v1.0.28
4582026-06-21T00:09:38.479Z Compiling strsim v0.11.1
4592026-06-21T00:09:38.496Z Compiling once_cell v1.21.3
4602026-06-21T00:09:38.516Z Compiling unicode-width v0.1.14
4612026-06-21T00:09:38.539Z Compiling fastrand v2.3.0
4622026-06-21T00:09:38.543Z Compiling unicode-xid v0.2.6
4632026-06-21T00:09:38.576Z Compiling clap_lex v1.0.0
4642026-06-21T00:09:38.618Z Compiling fnv v1.0.7
4652026-06-21T00:09:38.742Z Compiling clap_builder v4.6.0
4662026-06-21T00:09:38.759Z Compiling serde-untagged v0.1.9
4672026-06-21T00:09:38.823Z Compiling papergrid v0.11.0
4682026-06-21T00:09:38.842Z Compiling tempfile v3.25.0
4692026-06-21T00:09:38.845Z Compiling memmap v0.7.0
4702026-06-21T00:09:38.898Z Compiling unicode-width v0.2.0
4712026-06-21T00:09:38.898Z Compiling unicode-linebreak v0.1.5
4722026-06-21T00:09:38.952Z Compiling smawk v0.3.2
4732026-06-21T00:09:39.088Z Compiling camino-tempfile v1.4.1
4742026-06-21T00:09:39.117Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-06-21T00:09:39.135Z Compiling swrite v0.1.0
4762026-06-21T00:09:39.185Z Compiling textwrap v0.16.2
4772026-06-21T00:09:39.509Z Compiling tabled_derive v0.7.0
4782026-06-21T00:09:40.203Z Compiling tabled v0.15.0
4792026-06-21T00:09:40.219Z Compiling synstructure v0.13.2
4802026-06-21T00:09:40.222Z Compiling pest_generator v2.8.6
4812026-06-21T00:09:40.771Z Compiling serde_derive v1.0.228
4822026-06-21T00:09:40.771Z Compiling zerofrom-derive v0.1.6
4832026-06-21T00:09:40.771Z Compiling yoke-derive v0.8.1
4842026-06-21T00:09:40.774Z Compiling zerovec-derive v0.11.2
4852026-06-21T00:09:40.774Z Compiling displaydoc v0.2.5
4862026-06-21T00:09:40.774Z Compiling thiserror-impl v1.0.69
4872026-06-21T00:09:40.774Z Compiling zerocopy-derive v0.7.35
4882026-06-21T00:09:40.774Z Compiling scroll_derive v0.12.1
4892026-06-21T00:09:40.774Z Compiling thiserror-impl v2.0.18
4902026-06-21T00:09:40.774Z Compiling clap_derive v4.6.1
4912026-06-21T00:09:40.828Z Compiling pest_derive v2.8.6
4922026-06-21T00:09:41.462Z Compiling scroll v0.12.0
4932026-06-21T00:09:41.607Z Compiling zerocopy v0.7.35
4942026-06-21T00:09:41.688Z Compiling goblin v0.8.2
4952026-06-21T00:09:41.954Z Compiling zerofrom v0.1.6
4962026-06-21T00:09:42.016Z Compiling dtrace-parser v0.2.0
4972026-06-21T00:09:42.060Z Compiling yoke v0.8.1
4982026-06-21T00:09:42.213Z Compiling zerovec v0.11.5
4992026-06-21T00:09:42.213Z Compiling zerotrie v0.2.3
5002026-06-21T00:09:42.292Z Compiling clap v4.6.1
5012026-06-21T00:09:42.628Z Compiling tinystr v0.8.2
5022026-06-21T00:09:42.628Z Compiling potential_utf v0.1.4
5032026-06-21T00:09:42.740Z Compiling icu_collections v2.1.1
5042026-06-21T00:09:42.804Z Compiling icu_locale_core v2.1.1
5052026-06-21T00:09:43.307Z Compiling dof v0.3.0
5062026-06-21T00:09:43.307Z Compiling serde_tokenstream v0.2.3
5072026-06-21T00:09:43.336Z Compiling serde_spanned v0.6.9
5082026-06-21T00:09:43.349Z Compiling toml_datetime v0.6.11
5092026-06-21T00:09:43.355Z Compiling serde-value v0.7.0
5102026-06-21T00:09:43.356Z Compiling cargo-platform v0.2.0
5112026-06-21T00:09:43.356Z Compiling macaddr v1.0.1
5122026-06-21T00:09:43.426Z Compiling icu_provider v2.1.1
5132026-06-21T00:09:43.596Z Compiling toml_edit v0.22.27
5142026-06-21T00:09:43.664Z Compiling icu_normalizer v2.1.1
5152026-06-21T00:09:43.664Z Compiling icu_properties v2.1.2
5162026-06-21T00:09:44.024Z Compiling usdt-macro v0.5.0
5172026-06-21T00:09:44.024Z Compiling usdt-attr-macro v0.5.0
5182026-06-21T00:09:44.490Z Compiling idna_adapter v1.2.1
5192026-06-21T00:09:44.594Z Compiling idna v1.1.0
5202026-06-21T00:09:44.619Z Compiling usdt v0.5.0
5212026-06-21T00:09:44.844Z Compiling url v2.5.8
5222026-06-21T00:09:44.879Z Compiling toml v0.8.23
5232026-06-21T00:09:45.183Z Compiling cargo_toml v0.21.0
5242026-06-21T00:09:45.236Z Compiling cargo-util-schemas v0.8.2
5252026-06-21T00:09:46.006Z Compiling cargo_metadata v0.21.0
5262026-06-21T00:09:46.928Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-06-21T00:09:49.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.23s
5282026-06-21T00:09:49.264Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5292026-06-21T00:09:49.749Z Downloading crates ...
5302026-06-21T00:09:49.851Z Downloaded atomic-waker v1.1.2
5312026-06-21T00:09:49.855Z Downloaded ascii-canvas v3.0.0
5322026-06-21T00:09:49.861Z Downloaded async-stream-impl v0.3.6
5332026-06-21T00:09:49.864Z Downloaded atomicwrites v0.4.4
5342026-06-21T00:09:49.876Z Downloaded critical-section v1.2.0
5352026-06-21T00:09:49.879Z Downloaded defmt-parser v1.0.0
5362026-06-21T00:09:49.879Z Downloaded defmt v0.3.100
5372026-06-21T00:09:49.879Z Downloaded crc32fast v1.5.0
5382026-06-21T00:09:49.879Z Downloaded atty v0.2.14
5392026-06-21T00:09:49.879Z Downloaded backon v1.6.0
5402026-06-21T00:09:49.882Z Downloaded darling_core v0.13.4
5412026-06-21T00:09:49.890Z Downloaded console v0.15.11
5422026-06-21T00:09:49.890Z Downloaded cstr-argument v0.1.2
5432026-06-21T00:09:49.890Z Downloaded base64ct v1.8.3
5442026-06-21T00:09:49.893Z Downloaded block-padding v0.3.3
5452026-06-21T00:09:49.894Z Downloaded darling_macro v0.20.11
5462026-06-21T00:09:49.894Z Downloaded async-trait v0.1.89
5472026-06-21T00:09:49.894Z Downloaded daft v0.1.7
5482026-06-21T00:09:49.897Z Downloaded base16ct v0.2.0
5492026-06-21T00:09:49.897Z Downloaded csv-core v0.1.13
5502026-06-21T00:09:49.897Z Downloaded adler2 v2.0.1
5512026-06-21T00:09:49.900Z Downloaded darling v0.20.11
5522026-06-21T00:09:49.900Z Downloaded convert_case v0.4.0
5532026-06-21T00:09:49.903Z Downloaded compression-core v0.4.31
5542026-06-21T00:09:49.903Z Downloaded bit-set v0.8.0
5552026-06-21T00:09:49.903Z Downloaded aead v0.5.2
5562026-06-21T00:09:49.903Z Downloaded anstream v0.6.21
5572026-06-21T00:09:49.910Z Downloaded curve25519-dalek-derive v0.1.1
5582026-06-21T00:09:49.915Z Downloaded darling_core v0.20.11
5592026-06-21T00:09:49.918Z Downloaded crc-any v2.5.0
5602026-06-21T00:09:49.922Z Downloaded base64 v0.21.7
5612026-06-21T00:09:49.922Z Downloaded compression-codecs v0.4.37
5622026-06-21T00:09:49.926Z Downloaded backoff v0.4.0
5632026-06-21T00:09:49.930Z Downloaded cookie v0.18.1
5642026-06-21T00:09:49.930Z Downloaded const_format v0.2.35
5652026-06-21T00:09:49.933Z Downloaded darling_macro v0.23.0
5662026-06-21T00:09:49.933Z Downloaded crucible-workspace-hack v0.1.0
5672026-06-21T00:09:49.933Z Downloaded base64 v0.22.1
5682026-06-21T00:09:49.937Z Downloaded dyn-clone v1.0.20
5692026-06-21T00:09:49.937Z Downloaded crunchy v0.2.4
5702026-06-21T00:09:49.940Z Downloaded assert_matches v1.5.0
5712026-06-21T00:09:49.943Z Downloaded dirs-sys-next v0.1.2
5722026-06-21T00:09:49.943Z Downloaded cfg_aliases v0.2.1
5732026-06-21T00:09:49.943Z Downloaded arrayref v0.3.9
5742026-06-21T00:09:49.944Z Downloaded document-features v0.2.12
5752026-06-21T00:09:49.948Z Downloaded cancel-safe-futures v0.1.5
5762026-06-21T00:09:49.948Z Downloaded async-recursion v1.1.1
5772026-06-21T00:09:49.952Z Downloaded fd-lock v4.0.4
5782026-06-21T00:09:49.952Z Downloaded crc-catalog v2.4.0
5792026-06-21T00:09:49.952Z Downloaded display-error-chain v0.2.2
5802026-06-21T00:09:49.952Z Downloaded ciborium-io v0.2.2
5812026-06-21T00:09:49.956Z Downloaded cargo-platform v0.3.2
5822026-06-21T00:09:49.956Z Downloaded embedded-io v0.4.0
5832026-06-21T00:09:49.956Z Downloaded derive_builder_macro v0.20.2
5842026-06-21T00:09:49.956Z Downloaded difflib v0.4.0
5852026-06-21T00:09:49.959Z Downloaded darling v0.13.4
5862026-06-21T00:09:49.959Z Downloaded ctr v0.9.2
5872026-06-21T00:09:49.959Z Downloaded bit-set v0.5.3
5882026-06-21T00:09:49.963Z Downloaded dirs-next v2.0.0
5892026-06-21T00:09:49.963Z Downloaded darling_macro v0.21.3
5902026-06-21T00:09:49.963Z Downloaded array-init v0.0.4
5912026-06-21T00:09:49.963Z Downloaded bcrypt-pbkdf v0.10.0
5922026-06-21T00:09:49.963Z Downloaded embedded-io v0.6.1
5932026-06-21T00:09:49.966Z Downloaded darling_macro v0.13.4
5942026-06-21T00:09:49.966Z Downloaded bitfield-struct v0.6.2
5952026-06-21T00:09:49.970Z Downloaded cobs v0.3.0
5962026-06-21T00:09:49.973Z Downloaded flagset v0.4.7
5972026-06-21T00:09:49.976Z Downloaded fixedbitset v0.4.2
5982026-06-21T00:09:49.976Z Downloaded downcast-rs v2.0.2
5992026-06-21T00:09:49.976Z Downloaded bb8 v0.8.6
6002026-06-21T00:09:49.979Z Downloaded async-stream v0.3.6
6012026-06-21T00:09:49.979Z Downloaded dropshot-api-manager-types v0.7.2
6022026-06-21T00:09:49.979Z Downloaded crc8 v0.1.1
6032026-06-21T00:09:49.982Z Downloaded dof v0.4.0
6042026-06-21T00:09:49.982Z Downloaded dsl_auto_type v0.2.0
6052026-06-21T00:09:49.982Z Downloaded diesel_table_macro_syntax v0.3.0
6062026-06-21T00:09:49.982Z Downloaded anstyle-parse v0.2.7
6072026-06-21T00:09:49.985Z Downloaded enum-as-inner v0.6.1
6082026-06-21T00:09:49.985Z Downloaded dtrace-parser v0.3.0
6092026-06-21T00:09:49.989Z Downloaded cfg_aliases v0.1.1
6102026-06-21T00:09:49.989Z Downloaded bitfield-macros v0.19.4
6112026-06-21T00:09:49.989Z Downloaded float-cmp v0.10.0
6122026-06-21T00:09:49.989Z Downloaded castaway v0.2.4
6132026-06-21T00:09:49.989Z Downloaded debug-ignore v1.0.5
6142026-06-21T00:09:49.993Z Downloaded foreign-types v0.3.2
6152026-06-21T00:09:49.997Z Downloaded float-ord v0.3.2
6162026-06-21T00:09:50.002Z Downloaded foreign-types-shared v0.3.1
6172026-06-21T00:09:50.005Z Downloaded foreign-types v0.5.0
6182026-06-21T00:09:50.005Z Downloaded crc v3.4.0
6192026-06-21T00:09:50.008Z Downloaded endian-type v0.1.2
6202026-06-21T00:09:50.011Z Downloaded funty v2.0.0
6212026-06-21T00:09:50.011Z Downloaded foreign-types-macros v0.2.3
6222026-06-21T00:09:50.011Z Downloaded foreign-types-shared v0.1.1
6232026-06-21T00:09:50.014Z Downloaded dunce v1.0.5
6242026-06-21T00:09:50.017Z Downloaded daft-derive v0.1.7
6252026-06-21T00:09:50.020Z Downloaded either v1.15.0
6262026-06-21T00:09:50.023Z Downloaded fxhash v0.2.1
6272026-06-21T00:09:50.023Z Downloaded futures-sink v0.3.32
6282026-06-21T00:09:50.023Z Downloaded curve25519-dalek v4.1.3
6292026-06-21T00:09:50.027Z Downloaded darling v0.21.3
6302026-06-21T00:09:50.030Z Downloaded git-stub v1.0.0
6312026-06-21T00:09:50.033Z Downloaded compact_str v0.8.1
6322026-06-21T00:09:50.033Z Downloaded futures-core v0.3.32
6332026-06-21T00:09:50.035Z Downloaded convert_case v0.10.0
6342026-06-21T00:09:50.036Z Downloaded hash32 v0.3.1
6352026-06-21T00:09:50.039Z Downloaded cpufeatures v0.3.0
6362026-06-21T00:09:50.039Z Downloaded hex-literal v0.4.1
6372026-06-21T00:09:50.039Z Downloaded foldhash v0.1.5
6382026-06-21T00:09:50.042Z Downloaded cexpr v0.6.0
6392026-06-21T00:09:50.042Z Downloaded byte-wrapper v0.1.0
6402026-06-21T00:09:50.042Z Downloaded bitflags v1.3.2
6412026-06-21T00:09:50.045Z Downloaded camino-tempfile-ext v0.3.3
6422026-06-21T00:09:50.045Z Downloaded cipher v0.4.4
6432026-06-21T00:09:50.048Z Downloaded fixedbitset v0.5.7
6442026-06-21T00:09:50.048Z Downloaded bit-vec v0.6.3
6452026-06-21T00:09:50.048Z Downloaded ena v0.14.4
6462026-06-21T00:09:50.051Z Downloaded crossbeam-deque v0.8.6
6472026-06-21T00:09:50.051Z Downloaded fallible-iterator v0.2.0
6482026-06-21T00:09:50.051Z Downloaded argon2 v0.5.3
6492026-06-21T00:09:50.054Z Downloaded env_logger v0.11.9
6502026-06-21T00:09:50.054Z Downloaded headers-core v0.3.0
6512026-06-21T00:09:50.054Z Downloaded hash32 v0.2.1
6522026-06-21T00:09:50.057Z Downloaded defmt v1.0.1
6532026-06-21T00:09:50.057Z Downloaded der_derive v0.7.3
6542026-06-21T00:09:50.060Z Downloaded ff v0.13.1
6552026-06-21T00:09:50.060Z Downloaded find-msvc-tools v0.1.9
6562026-06-21T00:09:50.063Z Downloaded diesel-dtrace v0.5.0
6572026-06-21T00:09:50.063Z Downloaded erased-serde v0.3.31
6582026-06-21T00:09:50.063Z Downloaded data-encoding v2.10.0
6592026-06-21T00:09:50.067Z Downloaded cmake v0.1.57
6602026-06-21T00:09:50.067Z Downloaded ecdsa v0.16.9
6612026-06-21T00:09:50.067Z Downloaded bit-vec v0.8.0
6622026-06-21T00:09:50.072Z Downloaded colored v3.1.1
6632026-06-21T00:09:50.072Z Downloaded derive_builder_core v0.20.2
6642026-06-21T00:09:50.075Z Downloaded buf-list v1.1.2
6652026-06-21T00:09:50.075Z Downloaded bitfield v0.19.4
6662026-06-21T00:09:50.075Z Downloaded derive-ex v0.1.8
6672026-06-21T00:09:50.075Z Downloaded hostname v0.3.1
6682026-06-21T00:09:50.075Z Downloaded corncobs v0.1.4
6692026-06-21T00:09:50.078Z Downloaded darling v0.23.0
6702026-06-21T00:09:50.082Z Downloaded cargo_metadata v0.23.1
6712026-06-21T00:09:50.082Z Downloaded crossbeam-utils v0.8.21
6722026-06-21T00:09:50.085Z Downloaded home v0.5.12
6732026-06-21T00:09:50.086Z Downloaded const_format_proc_macros v0.2.34
6742026-06-21T00:09:50.086Z Downloaded cbc v0.1.2
6752026-06-21T00:09:50.089Z Downloaded http-range v0.1.5
6762026-06-21T00:09:50.089Z Downloaded http-body v1.0.1
6772026-06-21T00:09:50.089Z Downloaded hostname v0.4.2
6782026-06-21T00:09:50.090Z Downloaded bcs v0.1.6
6792026-06-21T00:09:50.093Z Downloaded arrayvec v0.7.6
6802026-06-21T00:09:50.093Z Downloaded ghash v0.5.1
6812026-06-21T00:09:50.093Z Downloaded gethostname v0.5.0
6822026-06-21T00:09:50.093Z Downloaded defmt-macros v1.0.1
6832026-06-21T00:09:50.096Z Downloaded hyper-tls v0.6.0
6842026-06-21T00:09:50.096Z Downloaded foldhash v0.2.0
6852026-06-21T00:09:50.096Z Downloaded glob v0.3.3
6862026-06-21T00:09:50.100Z Downloaded fs-err v2.11.0
6872026-06-21T00:09:50.100Z Downloaded globwalk v0.9.1
6882026-06-21T00:09:50.100Z Downloaded git-stub-vcs v0.1.0
6892026-06-21T00:09:50.104Z Downloaded httpdate v1.0.3
6902026-06-21T00:09:50.104Z Downloaded futures-task v0.3.32
6912026-06-21T00:09:50.104Z Downloaded ident_case v1.0.1
6922026-06-21T00:09:50.104Z Downloaded hubpack v0.1.2
6932026-06-21T00:09:50.107Z Downloaded indent_write v2.2.0
6942026-06-21T00:09:50.107Z Downloaded hubpack_derive v0.1.1
6952026-06-21T00:09:50.107Z Downloaded futures-macro v0.3.32
6962026-06-21T00:09:50.107Z Downloaded illumos-nvpair-sys v0.2.0
6972026-06-21T00:09:50.107Z Downloaded illumos-nvpair v0.3.0
6982026-06-21T00:09:50.107Z Downloaded indoc v1.0.9
6992026-06-21T00:09:50.110Z Downloaded inout v0.1.4
7002026-06-21T00:09:50.110Z Downloaded const-oid v0.9.6
7012026-06-21T00:09:50.113Z Downloaded internet-checksum v0.2.1
7022026-06-21T00:09:50.113Z Downloaded instant v0.1.13
7032026-06-21T00:09:50.113Z Downloaded bzip2 v0.4.4
7042026-06-21T00:09:50.116Z Downloaded instability v0.3.11
7052026-06-21T00:09:50.116Z Downloaded derive_builder v0.20.2
7062026-06-21T00:09:50.119Z Downloaded console v0.16.2
7072026-06-21T00:09:50.119Z Downloaded colored v2.2.0
7082026-06-21T00:09:50.122Z Downloaded ed25519 v2.2.3
7092026-06-21T00:09:50.122Z Downloaded ciborium v0.2.2
7102026-06-21T00:09:50.127Z Downloaded blake2 v0.10.6
7112026-06-21T00:09:50.127Z Downloaded hex v0.4.3
7122026-06-21T00:09:50.130Z Downloaded futures-io v0.3.32
7132026-06-21T00:09:50.130Z Downloaded env_filter v1.0.0
7142026-06-21T00:09:50.130Z Downloaded is_ci v1.2.0
7152026-06-21T00:09:50.130Z Downloaded is-terminal v0.4.17
7162026-06-21T00:09:50.130Z Downloaded deranged v0.5.8
7172026-06-21T00:09:50.133Z Downloaded cookie_store v0.22.1
7182026-06-21T00:09:50.133Z Downloaded chacha20 v0.10.0
7192026-06-21T00:09:50.136Z Downloaded chacha20 v0.9.1
7202026-06-21T00:09:50.136Z Downloaded clang-sys v1.8.1
7212026-06-21T00:09:50.139Z Downloaded async-bb8-diesel v0.2.1
7222026-06-21T00:09:50.139Z Downloaded constant_time_eq v0.4.2
7232026-06-21T00:09:50.142Z Downloaded filetime v0.2.27
7242026-06-21T00:09:50.142Z Downloaded cassowary v0.3.0
7252026-06-21T00:09:50.142Z Downloaded aho-corasick v1.1.4
7262026-06-21T00:09:50.146Z Downloaded darling_core v0.21.3
7272026-06-21T00:09:50.150Z Downloaded keccak v0.1.6
7282026-06-21T00:09:50.150Z Downloaded ahash v0.8.12
7292026-06-21T00:09:50.153Z Downloaded des v0.8.1
7302026-06-21T00:09:50.153Z Downloaded allocator-api2 v0.2.21
7312026-06-21T00:09:50.153Z Downloaded ciborium-ll v0.2.2
7322026-06-21T00:09:50.156Z Downloaded lalrpop-util v0.19.12
7332026-06-21T00:09:50.156Z Downloaded kstat-rs v0.2.4
7342026-06-21T00:09:50.156Z Downloaded http-body-util v0.1.3
7352026-06-21T00:09:50.156Z Downloaded blowfish v0.9.1
7362026-06-21T00:09:50.159Z Downloaded darling_core v0.23.0
7372026-06-21T00:09:50.162Z Downloaded linked-hash-map v0.5.6
7382026-06-21T00:09:50.165Z Downloaded lazy_static v1.5.0
7392026-06-21T00:09:50.165Z Downloaded match_cfg v0.1.0
7402026-06-21T00:09:50.165Z Downloaded lru-slab v0.1.2
7412026-06-21T00:09:50.165Z Downloaded fs_extra v1.3.0
7422026-06-21T00:09:50.168Z Downloaded highway v1.3.0
7432026-06-21T00:09:50.168Z Downloaded globset v0.4.18
7442026-06-21T00:09:50.171Z Downloaded getrandom v0.2.17
7452026-06-21T00:09:50.171Z Downloaded lru-cache v0.1.2
7462026-06-21T00:09:50.174Z Downloaded lru v0.12.5
7472026-06-21T00:09:50.174Z Downloaded indoc v2.0.7
7482026-06-21T00:09:50.174Z Downloaded mime v0.3.17
7492026-06-21T00:09:50.177Z Downloaded humantime v2.3.0
7502026-06-21T00:09:50.177Z Downloaded memoffset v0.9.1
7512026-06-21T00:09:50.177Z Downloaded maplit v1.0.2
7522026-06-21T00:09:50.180Z Downloaded impl-trait-for-tuples v0.2.3
7532026-06-21T00:09:50.180Z Downloaded ingot v0.1.1
7542026-06-21T00:09:50.183Z Downloaded futures-executor v0.3.32
7552026-06-21T00:09:50.183Z Downloaded md-5 v0.10.6
7562026-06-21T00:09:50.183Z Downloaded bzip2 v0.6.1
7572026-06-21T00:09:50.186Z Downloaded md5 v0.7.0
7582026-06-21T00:09:50.186Z Downloaded managed v0.8.0
7592026-06-21T00:09:50.187Z Downloaded lzss v0.8.2
7602026-06-21T00:09:50.190Z Downloaded futures-channel v0.3.32
7612026-06-21T00:09:50.193Z Downloaded ipnetwork v0.21.1
7622026-06-21T00:09:50.193Z Downloaded dropshot_endpoint v0.17.0
7632026-06-21T00:09:50.196Z Downloaded newtype_derive v0.1.6
7642026-06-21T00:09:50.196Z Downloaded newtype-uuid-macros v0.1.0
7652026-06-21T00:09:50.196Z Downloaded drift v0.2.0
7662026-06-21T00:09:50.202Z Downloaded fatfs v0.3.6
7672026-06-21T00:09:50.205Z Downloaded diff v0.1.13
7682026-06-21T00:09:50.205Z Downloaded derive_more v0.99.20
7692026-06-21T00:09:50.209Z Downloaded multimap v0.10.1
7702026-06-21T00:09:50.212Z Downloaded newline-converter v0.3.0
7712026-06-21T00:09:50.212Z Downloaded num-conv v0.2.0
7722026-06-21T00:09:50.212Z Downloaded new_debug_unreachable v1.0.6
7732026-06-21T00:09:50.212Z Downloaded nodrop v0.1.14
7742026-06-21T00:09:50.212Z Downloaded futures v0.3.32
7752026-06-21T00:09:50.216Z Downloaded ipnet v2.11.0
7762026-06-21T00:09:50.216Z Downloaded derive-where v1.6.0
7772026-06-21T00:09:50.219Z Downloaded num-derive v0.4.2
7782026-06-21T00:09:50.219Z Downloaded crossbeam-epoch v0.9.18
7792026-06-21T00:09:50.222Z Downloaded libloading v0.8.9
7802026-06-21T00:09:50.225Z Downloaded nibble_vec v0.1.0
7812026-06-21T00:09:50.225Z Downloaded jobserver v0.1.34
7822026-06-21T00:09:50.225Z Downloaded ingot-types v0.1.2
7832026-06-21T00:09:50.228Z Downloaded num v0.4.3
7842026-06-21T00:09:50.228Z Downloaded normalize-line-endings v0.3.0
7852026-06-21T00:09:50.231Z Downloaded num-iter v0.1.45
7862026-06-21T00:09:50.231Z Downloaded hyper-rustls v0.27.7
7872026-06-21T00:09:50.231Z Downloaded libsw v3.5.0
7882026-06-21T00:09:50.234Z Downloaded libscf-sys v1.1.0
7892026-06-21T00:09:50.234Z Downloaded httparse v1.10.1
7902026-06-21T00:09:50.237Z Downloaded nonempty v0.12.0
7912026-06-21T00:09:50.237Z Downloaded num-derive v0.3.3
7922026-06-21T00:09:50.237Z Downloaded openssl-probe v0.1.6
7932026-06-21T00:09:50.240Z Downloaded num_enum_derive v0.5.11
7942026-06-21T00:09:50.240Z Downloaded openssl-macros v0.1.1
7952026-06-21T00:09:50.240Z Downloaded olpc-cjson v0.1.4
7962026-06-21T00:09:50.240Z Downloaded iana-time-zone v0.1.65
7972026-06-21T00:09:50.243Z Downloaded oso-derive v0.27.3
7982026-06-21T00:09:50.243Z Downloaded hyper-staticfile v0.10.1
7992026-06-21T00:09:50.246Z Downloaded getrandom v0.3.4
8002026-06-21T00:09:50.246Z Downloaded maybe-uninit v2.0.0
8012026-06-21T00:09:50.249Z Downloaded ingot-macros v0.1.1
8022026-06-21T00:09:50.249Z Downloaded elliptic-curve v0.13.8
8032026-06-21T00:09:50.253Z Downloaded nanorand v0.7.0
8042026-06-21T00:09:50.253Z Downloaded mime_guess v2.0.5
8052026-06-21T00:09:50.253Z Downloaded crossterm v0.29.0
8062026-06-21T00:09:50.256Z Downloaded openssl-probe v0.2.1
8072026-06-21T00:09:50.259Z Downloaded opaque-debug v0.3.1
8082026-06-21T00:09:50.259Z Downloaded native-tls v0.2.18
8092026-06-21T00:09:50.259Z Downloaded half v2.7.1
8102026-06-21T00:09:50.262Z Downloaded half v1.8.3
8112026-06-21T00:09:50.262Z Downloaded group v0.13.0
8122026-06-21T00:09:50.265Z Downloaded num_threads v0.1.7
8132026-06-21T00:09:50.265Z Downloaded linear-map v1.2.0
8142026-06-21T00:09:50.270Z Downloaded packed_struct_codegen v0.10.1
8152026-06-21T00:09:50.275Z Downloaded multer v3.1.0
8162026-06-21T00:09:50.277Z Downloaded newtype-uuid v1.3.2
8172026-06-21T00:09:50.280Z Downloaded hmac v0.12.1
8182026-06-21T00:09:50.280Z Downloaded parse-display v0.10.0
8192026-06-21T00:09:50.280Z Downloaded crypto-bigint v0.5.5
8202026-06-21T00:09:50.284Z Downloaded bytes v1.11.1
8212026-06-21T00:09:50.287Z Downloaded chacha20poly1305 v0.10.1
8222026-06-21T00:09:50.290Z Downloaded libefi-sys v0.1.0
8232026-06-21T00:09:50.293Z Downloaded parse-size v1.1.0
8242026-06-21T00:09:50.299Z Downloaded peg-runtime v0.8.5
8252026-06-21T00:09:50.302Z Downloaded pbkdf2 v0.11.0
8262026-06-21T00:09:50.302Z Downloaded num-integer v0.1.46
8272026-06-21T00:09:50.302Z Downloaded arc-swap v1.8.2
8282026-06-21T00:09:50.305Z Downloaded path-slash v0.1.5
8292026-06-21T00:09:50.308Z Downloaded lock_api v0.4.14
8302026-06-21T00:09:50.308Z Downloaded litrs v1.0.0
8312026-06-21T00:09:50.312Z Downloaded num_enum v0.5.11
8322026-06-21T00:09:50.315Z Downloaded num_enum_derive v0.7.6
8332026-06-21T00:09:50.315Z Downloaded num_enum v0.7.6
8342026-06-21T00:09:50.318Z Downloaded phf_shared v0.11.3
8352026-06-21T00:09:50.318Z Downloaded pin-utils v0.1.0
8362026-06-21T00:09:50.318Z Downloaded libsw-core v0.3.2
8372026-06-21T00:09:50.321Z Downloaded flume v0.11.1
8382026-06-21T00:09:50.321Z Downloaded memmap2 v0.9.10
8392026-06-21T00:09:50.324Z Downloaded num-rational v0.4.2
8402026-06-21T00:09:50.324Z Downloaded num-complex v0.4.6
8412026-06-21T00:09:50.327Z Downloaded precomputed-hash v0.1.1
8422026-06-21T00:09:50.327Z Downloaded phf_shared v0.12.1
8432026-06-21T00:09:50.327Z Downloaded ignore v0.4.25
8442026-06-21T00:09:50.340Z Downloaded oxnet v0.1.6
8452026-06-21T00:09:50.343Z Downloaded heapless v0.8.0
8462026-06-21T00:09:50.346Z Downloaded heapless v0.7.17
8472026-06-21T00:09:50.346Z Downloaded owo-colors v4.3.0
8482026-06-21T00:09:50.349Z Downloaded oxide-tokio-rt v0.1.4
8492026-06-21T00:09:50.349Z Downloaded predicates-core v1.0.10
8502026-06-21T00:09:50.352Z Downloaded packed_struct v0.10.1
8512026-06-21T00:09:50.352Z Downloaded headers v0.4.1
8522026-06-21T00:09:50.355Z Downloaded proc-macro-crate v1.3.1
8532026-06-21T00:09:50.356Z Downloaded predicates-tree v1.0.13
8542026-06-21T00:09:50.359Z Downloaded crossbeam-channel v0.5.15
8552026-06-21T00:09:50.359Z Downloaded proc-macro-crate v3.4.0
8562026-06-21T00:09:50.364Z Downloaded parking_lot_core v0.8.6
8572026-06-21T00:09:50.364Z Downloaded flate2 v1.1.9
8582026-06-21T00:09:50.367Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-21T00:09:50.367Z Downloaded paste v1.0.15
8602026-06-21T00:09:50.367Z Downloaded progenitor-macro v0.14.0
8612026-06-21T00:09:50.370Z Downloaded ar_archive_writer v0.5.1
8622026-06-21T00:09:50.370Z Downloaded nu-ansi-term v0.50.3
8632026-06-21T00:09:50.375Z Downloaded libbz2-rs-sys v0.2.2
8642026-06-21T00:09:50.375Z Downloaded password-hash v0.4.2
8652026-06-21T00:09:50.375Z Downloaded quick-error v1.2.3
8662026-06-21T00:09:50.375Z Downloaded progenitor-macro v0.13.0
8672026-06-21T00:09:50.378Z Downloaded progenitor-client v0.14.0
8682026-06-21T00:09:50.378Z Downloaded pbkdf2 v0.12.2
8692026-06-21T00:09:50.378Z Downloaded password-hash v0.5.0
8702026-06-21T00:09:50.383Z Downloaded der v0.7.10
8712026-06-21T00:09:50.388Z Downloaded pin-project-lite v0.2.17
8722026-06-21T00:09:50.391Z Downloaded pem v3.0.6
8732026-06-21T00:09:50.391Z Downloaded peg v0.8.5
8742026-06-21T00:09:50.391Z Downloaded radium v0.7.0
8752026-06-21T00:09:50.392Z Downloaded pin-project-internal v1.1.11
8762026-06-21T00:09:50.400Z Downloaded pem-rfc7468 v0.7.0
8772026-06-21T00:09:50.400Z Downloaded peg-macros v0.8.5
8782026-06-21T00:09:50.400Z Downloaded rand_xorshift v0.4.0
8792026-06-21T00:09:50.403Z Downloaded indexmap v1.9.3
8802026-06-21T00:09:50.403Z Downloaded psl-types v2.0.11
8812026-06-21T00:09:50.403Z Downloaded indicatif v0.18.4
8822026-06-21T00:09:50.403Z Downloaded phf v0.13.1
8832026-06-21T00:09:50.403Z Downloaded omicron-zone-package v0.12.2
8842026-06-21T00:09:50.406Z Downloaded poly1305 v0.8.0
8852026-06-21T00:09:50.406Z Downloaded pkg-config v0.3.32
8862026-06-21T00:09:50.410Z Downloaded recursive v0.1.1
8872026-06-21T00:09:50.410Z Downloaded rand_chacha v0.3.1
8882026-06-21T00:09:50.410Z Downloaded phf_shared v0.13.1
8892026-06-21T00:09:50.410Z Downloaded phf v0.12.1
8902026-06-21T00:09:50.413Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-06-21T00:09:50.413Z Downloaded bumpalo v3.20.2
8922026-06-21T00:09:50.413Z Downloaded hickory-resolver v0.24.4
8932026-06-21T00:09:50.418Z Downloaded ppv-lite86 v0.2.21
8942026-06-21T00:09:50.418Z Downloaded primeorder v0.13.6
8952026-06-21T00:09:50.421Z Downloaded hickory-resolver v0.25.2
8962026-06-21T00:09:50.421Z Downloaded parking_lot v0.12.5
8972026-06-21T00:09:50.424Z Downloaded postgres-protocol v0.6.10
8982026-06-21T00:09:50.425Z Downloaded pkcs8 v0.10.2
8992026-06-21T00:09:50.430Z Downloaded polyval v0.6.2
9002026-06-21T00:09:50.430Z Downloaded diesel_derives v2.3.7
9012026-06-21T00:09:50.433Z Downloaded ref-cast-impl v1.0.25
9022026-06-21T00:09:50.433Z Downloaded ref-cast v1.0.25
9032026-06-21T00:09:50.433Z Downloaded parking_lot_core v0.9.12
9042026-06-21T00:09:50.438Z Downloaded parking_lot v0.11.2
9052026-06-21T00:09:50.439Z Downloaded derive_more-impl v2.1.1
9062026-06-21T00:09:50.443Z Downloaded predicates v3.1.4
9072026-06-21T00:09:50.444Z Downloaded derive_more v2.1.1
9082026-06-21T00:09:50.449Z Downloaded rfc6979 v0.4.0
9092026-06-21T00:09:50.454Z Downloaded progenitor-extras v0.2.0
9102026-06-21T00:09:50.454Z Downloaded async-compression v0.4.41
9112026-06-21T00:09:50.459Z Downloaded cc v1.2.56
9122026-06-21T00:09:50.459Z Downloaded rtoolbox v0.0.3
9132026-06-21T00:09:50.459Z Downloaded progenitor v0.14.0
9142026-06-21T00:09:50.459Z Downloaded progenitor v0.13.0
9152026-06-21T00:09:50.462Z Downloaded rustc_version v0.4.1
9162026-06-21T00:09:50.462Z Downloaded rustc-hash v2.1.1
9172026-06-21T00:09:50.462Z Downloaded psm v0.1.30
9182026-06-21T00:09:50.465Z Downloaded russh-cryptovec v0.7.3
9192026-06-21T00:09:50.469Z Downloaded pkcs1 v0.7.5
9202026-06-21T00:09:50.472Z Downloaded oso v0.27.3
9212026-06-21T00:09:50.480Z Downloaded powerfmt v0.2.0
9222026-06-21T00:09:50.485Z Downloaded r2d2 v0.8.10
9232026-06-21T00:09:50.485Z Downloaded postcard v1.1.3
9242026-06-21T00:09:50.485Z Downloaded rand_seeder v0.4.0
9252026-06-21T00:09:50.485Z Downloaded rand_core v0.10.0
9262026-06-21T00:09:50.486Z Downloaded rand_core v0.6.4
9272026-06-21T00:09:50.486Z Downloaded miniz_oxide v0.8.9
9282026-06-21T00:09:50.494Z Downloaded postgres-types v0.2.12
9292026-06-21T00:09:50.494Z Downloaded jiff-static v0.2.21
9302026-06-21T00:09:50.498Z Downloaded expectorate v1.2.0
9312026-06-21T00:09:50.498Z Downloaded ed25519-dalek v2.2.0
9322026-06-21T00:09:50.505Z Downloaded hickory-server v0.25.2
9332026-06-21T00:09:50.509Z Downloaded p256 v0.13.2
9342026-06-21T00:09:50.513Z Downloaded parse-display-derive v0.10.0
9352026-06-21T00:09:50.516Z Downloaded papergrid v0.17.0
9362026-06-21T00:09:50.516Z Downloaded same-file v1.0.6
9372026-06-21T00:09:50.516Z Downloaded salsa20 v0.10.2
9382026-06-21T00:09:50.521Z Downloaded scheduled-thread-pool v0.2.7
9392026-06-21T00:09:50.521Z Downloaded sapling-renderdag v0.1.0
9402026-06-21T00:09:50.524Z Downloaded scroll_derive v0.13.1
9412026-06-21T00:09:50.524Z Downloaded proc-macro-error2 v2.0.1
9422026-06-21T00:09:50.527Z Downloaded scrypt v0.11.0
9432026-06-21T00:09:50.530Z Downloaded seq-macro v0.3.6
9442026-06-21T00:09:50.530Z Downloaded secrecy v0.8.0
9452026-06-21T00:09:50.533Z Downloaded secrecy v0.10.3
9462026-06-21T00:09:50.536Z Downloaded serde_bytes v0.11.19
9472026-06-21T00:09:50.536Z Downloaded aws-lc-rs v1.16.3
9482026-06-21T00:09:50.543Z Downloaded progenitor-client v0.13.0
9492026-06-21T00:09:50.545Z Downloaded quinn-udp v0.5.14
9502026-06-21T00:09:50.545Z Downloaded rustc_version v0.1.7
9512026-06-21T00:09:50.546Z Downloaded serde-big-array v0.5.1
9522026-06-21T00:09:50.546Z Downloaded semver v0.1.20
9532026-06-21T00:09:50.571Z Downloaded resolv-conf v0.7.6
9542026-06-21T00:09:50.571Z Downloaded hashbrown v0.13.2
9552026-06-21T00:09:50.571Z Downloaded serde_repr v0.1.20
9562026-06-21T00:09:50.571Z Downloaded aes v0.8.4
9572026-06-21T00:09:50.571Z Downloaded sha1 v0.10.6
9582026-06-21T00:09:50.572Z Downloaded shell-words v1.1.1
9592026-06-21T00:09:50.572Z Downloaded openssl-sys v0.9.115
9602026-06-21T00:09:50.572Z Downloaded pkcs5 v0.7.1
9612026-06-21T00:09:50.572Z Downloaded signal-hook-mio v0.2.5
9622026-06-21T00:09:50.572Z Downloaded rand_core v0.9.5
9632026-06-21T00:09:50.576Z Downloaded crossterm v0.28.1
9642026-06-21T00:09:50.576Z Downloaded rustls-pemfile v2.2.0
9652026-06-21T00:09:50.579Z Downloaded signature v2.2.0
9662026-06-21T00:09:50.579Z Downloaded signal-hook-tokio v0.3.1
9672026-06-21T00:09:50.579Z Downloaded rustls-pemfile v1.0.4
9682026-06-21T00:09:50.582Z Downloaded pin-project v1.1.11
9692026-06-21T00:09:50.587Z Downloaded siphasher v1.0.2
9702026-06-21T00:09:50.590Z Downloaded sigpipe v0.1.3
9712026-06-21T00:09:50.590Z Downloaded rustversion v1.0.22
9722026-06-21T00:09:50.590Z Downloaded rusty-fork v0.3.1
9732026-06-21T00:09:50.601Z Downloaded scopeguard v1.2.0
9742026-06-21T00:09:50.605Z Downloaded prefix-trie v0.7.0
9752026-06-21T00:09:50.605Z Downloaded slog-envlogger v2.2.0
9762026-06-21T00:09:50.605Z Downloaded slog-bunyan v2.5.0
9772026-06-21T00:09:50.605Z Downloaded hyper-util v0.1.20
9782026-06-21T00:09:50.605Z Downloaded progenitor-impl v0.14.0
9792026-06-21T00:09:50.608Z Downloaded sec1 v0.7.3
9802026-06-21T00:09:50.608Z Downloaded sct v0.7.1
9812026-06-21T00:09:50.611Z Downloaded schemars_derive v0.8.22
9822026-06-21T00:09:50.611Z Downloaded progenitor-impl v0.13.0
9832026-06-21T00:09:50.614Z Downloaded serde_spanned v1.0.4
9842026-06-21T00:09:50.614Z Downloaded serde-hex v0.1.0
9852026-06-21T00:09:50.618Z Downloaded serde_derive_internals v0.29.1
9862026-06-21T00:09:50.628Z Downloaded minimal-lexical v0.2.1
9872026-06-21T00:09:50.631Z Downloaded hashbrown v0.12.3
9882026-06-21T00:09:50.634Z Downloaded russh-keys v0.45.0
9892026-06-21T00:09:50.638Z Downloaded serde_urlencoded v0.7.1
9902026-06-21T00:09:50.641Z Downloaded rand_chacha v0.9.0
9912026-06-21T00:09:50.641Z Downloaded sqlparser_derive v0.5.0
9922026-06-21T00:09:50.641Z Downloaded mio v1.2.0
9932026-06-21T00:09:50.646Z Downloaded serde_plain v1.0.2
9942026-06-21T00:09:50.652Z Downloaded serde_with_macros v1.5.2
9952026-06-21T00:09:50.652Z Downloaded ssh-encoding v0.2.0
9962026-06-21T00:09:50.652Z Downloaded prettyplease v0.2.37
9972026-06-21T00:09:50.655Z Downloaded shlex v1.3.0
9982026-06-21T00:09:50.655Z Downloaded rustls-pki-types v1.14.0
9992026-06-21T00:09:50.655Z Downloaded signal-hook-registry v1.4.8
10002026-06-21T00:09:50.658Z Downloaded ssh-cipher v0.2.0
10012026-06-21T00:09:50.658Z Downloaded simd-adler32 v0.3.8
10022026-06-21T00:09:50.662Z Downloaded rcgen v0.12.1
10032026-06-21T00:09:50.666Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-21T00:09:50.669Z Downloaded strum v0.26.3
10052026-06-21T00:09:50.672Z Downloaded subtle v2.6.1
10062026-06-21T00:09:50.672Z Downloaded slab v0.4.12
10072026-06-21T00:09:50.672Z Downloaded structmeta-derive v0.3.0
10082026-06-21T00:09:50.675Z Downloaded strsim v0.10.0
10092026-06-21T00:09:50.675Z Downloaded structmeta v0.3.0
10102026-06-21T00:09:50.679Z Downloaded sync_wrapper v1.0.2
10112026-06-21T00:09:50.683Z Downloaded slog-dtrace v0.3.0
10122026-06-21T00:09:50.683Z Downloaded ron v0.8.1
10132026-06-21T00:09:50.688Z Downloaded smf v0.2.3
10142026-06-21T00:09:50.688Z Downloaded slog-scope v4.4.1
10152026-06-21T00:09:50.691Z Downloaded slog-json v2.6.1
10162026-06-21T00:09:50.691Z Downloaded scroll v0.13.0
10172026-06-21T00:09:50.692Z Downloaded smallvec v0.6.14
10182026-06-21T00:09:50.694Z Downloaded take_mut v0.2.2
10192026-06-21T00:09:50.694Z Downloaded tabwriter v1.4.1
10202026-06-21T00:09:50.698Z Downloaded sync-ptr v0.1.4
10212026-06-21T00:09:50.698Z Downloaded supports-color v3.0.2
10222026-06-21T00:09:50.698Z Downloaded slog-async v2.8.0
10232026-06-21T00:09:50.702Z Downloaded tabled_derive v0.11.0
10242026-06-21T00:09:50.705Z Downloaded slog-stdlog v4.1.1
10252026-06-21T00:09:50.706Z Downloaded serde_path_to_error v0.1.20
10262026-06-21T00:09:50.706Z Downloaded spki v0.7.3
10272026-06-21T00:09:50.709Z Downloaded serde_with_macros v3.17.0
10282026-06-21T00:09:50.713Z Downloaded tap v1.0.1
10292026-06-21T00:09:50.716Z Downloaded hashbrown v0.16.1
10302026-06-21T00:09:50.719Z Downloaded sqlformat v0.3.5
10312026-06-21T00:09:50.722Z Downloaded dropshot-api-manager v0.7.2
10322026-06-21T00:09:50.722Z Downloaded snafu-derive v0.8.9
10332026-06-21T00:09:50.726Z Downloaded serde_cbor v0.11.2
10342026-06-21T00:09:50.726Z Downloaded termtree v0.5.1
10352026-06-21T00:09:50.729Z Downloaded tinyvec_macros v0.1.1
10362026-06-21T00:09:50.729Z Downloaded testing_table v0.3.0
10372026-06-21T00:09:50.732Z Downloaded pretty_assertions v1.4.1
10382026-06-21T00:09:50.735Z Downloaded rustls-platform-verifier v0.6.2
10392026-06-21T00:09:50.739Z Downloaded stacker v0.1.23
10402026-06-21T00:09:50.742Z Downloaded itertools v0.10.5
10412026-06-21T00:09:50.746Z Downloaded nom v7.1.3
10422026-06-21T00:09:50.749Z Downloaded thiserror-impl-no-std v2.0.2
10432026-06-21T00:09:50.749Z Downloaded string_cache v0.8.9
10442026-06-21T00:09:50.749Z Downloaded strum_macros v0.26.4
10452026-06-21T00:09:50.751Z Downloaded tokio-macros v2.7.0
10462026-06-21T00:09:50.751Z Downloaded thread-id v5.1.0
10472026-06-21T00:09:50.752Z Downloaded strum v0.27.2
10482026-06-21T00:09:50.755Z Downloaded static_assertions v1.1.0
10492026-06-21T00:09:50.755Z Downloaded rustls-native-certs v0.8.3
10502026-06-21T00:09:50.755Z Downloaded rayon-core v1.13.0
10512026-06-21T00:09:50.759Z Downloaded strum_macros v0.24.3
10522026-06-21T00:09:50.763Z Downloaded support-bundle-viewer v0.1.2
10532026-06-21T00:09:50.763Z Downloaded schemars v0.8.22
10542026-06-21T00:09:50.768Z Downloaded tagptr v0.2.0
10552026-06-21T00:09:50.772Z Downloaded hashbrown v0.15.5
10562026-06-21T00:09:50.775Z Downloaded ryu v1.0.23
10572026-06-21T00:09:50.777Z Downloaded slog-term v2.9.2
10582026-06-21T00:09:50.780Z Downloaded quinn v0.11.9
10592026-06-21T00:09:50.784Z Downloaded rand v0.8.6
10602026-06-21T00:09:50.787Z Downloaded num-bigint v0.4.6
10612026-06-21T00:09:50.790Z Downloaded topological-sort v0.2.2
10622026-06-21T00:09:50.790Z Downloaded serde_yaml v0.9.34+deprecated
10632026-06-21T00:09:50.795Z Downloaded publicsuffix v2.3.0
10642026-06-21T00:09:50.798Z Downloaded time-core v0.1.8
10652026-06-21T00:09:50.801Z Downloaded similar v2.7.0
10662026-06-21T00:09:50.804Z Downloaded http v1.4.0
10672026-06-21T00:09:50.809Z Downloaded trait-variant v0.1.2
10682026-06-21T00:09:50.809Z Downloaded tiny-keccak v2.0.2
10692026-06-21T00:09:50.815Z Downloaded signal-hook v0.3.18
10702026-06-21T00:09:50.815Z Downloaded libxml v0.3.3
10712026-06-21T00:09:50.819Z Downloaded tower-layer v0.3.3
10722026-06-21T00:09:50.819Z Downloaded tower-service v0.3.3
10732026-06-21T00:09:50.819Z Downloaded strum_macros v0.27.2
10742026-06-21T00:09:50.822Z Downloaded try-lock v0.2.5
10752026-06-21T00:09:50.823Z Downloaded tokio-native-tls v0.3.1
10762026-06-21T00:09:50.826Z Downloaded tls_codec_derive v0.4.2
10772026-06-21T00:09:50.830Z Downloaded thiserror-no-std v2.0.2
10782026-06-21T00:09:50.830Z Downloaded stringprep v0.1.5
10792026-06-21T00:09:50.835Z Downloaded tls_codec v0.4.2
10802026-06-21T00:09:50.845Z Downloaded unicode-truncate v1.1.0
10812026-06-21T00:09:50.846Z Downloaded spin v0.9.8
10822026-06-21T00:09:50.850Z Downloaded tokio-dtrace v0.1.1
10832026-06-21T00:09:50.850Z Downloaded time-macros v0.2.27
10842026-06-21T00:09:50.850Z Downloaded universal-hash v0.5.1
10852026-06-21T00:09:50.850Z Downloaded unarray v0.1.4
10862026-06-21T00:09:50.850Z Downloaded typify-macro v0.6.2
10872026-06-21T00:09:50.850Z Downloaded aes-gcm v0.10.3
10882026-06-21T00:09:50.850Z Downloaded thread_local v1.1.9
10892026-06-21T00:09:50.850Z Downloaded termios v0.3.3
10902026-06-21T00:09:50.850Z Downloaded socket2 v0.6.3
10912026-06-21T00:09:50.858Z Downloaded tokio-tungstenite v0.23.1
10922026-06-21T00:09:50.861Z Downloaded untrusted v0.9.0
10932026-06-21T00:09:50.864Z Downloaded unit-prefix v0.5.2
10942026-06-21T00:09:50.864Z Downloaded utf-8 v0.7.6
10952026-06-21T00:09:50.864Z Downloaded untrusted v0.7.1
10962026-06-21T00:09:50.867Z Downloaded iri-string v0.7.10
10972026-06-21T00:09:50.870Z Downloaded usdt v0.6.0
10982026-06-21T00:09:50.870Z Downloaded socket2 v0.5.10
10992026-06-21T00:09:50.875Z Downloaded term v1.2.1
11002026-06-21T00:09:50.875Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-06-21T00:09:50.878Z Downloaded qorb v0.4.1
11022026-06-21T00:09:50.881Z Downloaded usdt-macro v0.6.0
11032026-06-21T00:09:50.884Z Downloaded itertools v0.13.0
11042026-06-21T00:09:50.888Z Downloaded waitgroup v0.1.2
11052026-06-21T00:09:50.891Z Downloaded void v1.0.2
11062026-06-21T00:09:50.891Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11072026-06-21T00:09:50.891Z Downloaded rustls-webpki v0.103.9
11082026-06-21T00:09:50.894Z Downloaded samael v0.0.19
11092026-06-21T00:09:50.897Z Downloaded subprocess v0.2.15
11102026-06-21T00:09:50.900Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-06-21T00:09:50.900Z Downloaded rand v0.9.2
11122026-06-21T00:09:50.904Z Downloaded itertools v0.12.1
11132026-06-21T00:09:50.907Z Downloaded want v0.3.1
11142026-06-21T00:09:50.908Z Downloaded wait-timeout v0.2.1
11152026-06-21T00:09:50.912Z Downloaded rsa v0.9.10
11162026-06-21T00:09:50.915Z Downloaded tokio-rustls v0.25.0
11172026-06-21T00:09:50.922Z Downloaded xshell-macros v0.2.7
11182026-06-21T00:09:50.926Z Downloaded xattr v1.6.1
11192026-06-21T00:09:50.926Z Downloaded unicase v2.9.0
11202026-06-21T00:09:50.926Z Downloaded tokio-rustls v0.26.4
11212026-06-21T00:09:50.929Z Downloaded futures-util v0.3.32
11222026-06-21T00:09:50.934Z Downloaded term v0.7.0
11232026-06-21T00:09:50.938Z Downloaded tokio-tungstenite v0.21.0
11242026-06-21T00:09:50.938Z Downloaded rand v0.10.0
11252026-06-21T00:09:50.941Z Downloaded nom v8.0.0
11262026-06-21T00:09:50.946Z Downloaded slog v2.8.2
11272026-06-21T00:09:50.946Z Downloaded usdt-attr-macro v0.6.0
11282026-06-21T00:09:50.949Z Downloaded test-strategy v0.4.5
11292026-06-21T00:09:50.949Z Downloaded tokio-rustls v0.24.1
11302026-06-21T00:09:50.949Z Downloaded zeroize_derive v1.4.3
11312026-06-21T00:09:50.949Z Downloaded schemars v0.9.0
11322026-06-21T00:09:50.958Z Downloaded vergen-gitcl v1.0.8
11332026-06-21T00:09:50.968Z Downloaded uzers v0.12.2
11342026-06-21T00:09:50.968Z Downloaded tokio-stream v0.1.18
11352026-06-21T00:09:50.968Z Downloaded hyper v1.8.1
11362026-06-21T00:09:50.976Z Downloaded zone_cfg_derive v0.3.1
11372026-06-21T00:09:50.976Z Downloaded vergen-git2 v9.1.0
11382026-06-21T00:09:50.976Z Downloaded vergen-lib v0.1.6
11392026-06-21T00:09:50.976Z Downloaded num-bigint-dig v0.8.6
11402026-06-21T00:09:50.976Z Downloaded itertools v0.14.0
11412026-06-21T00:09:50.980Z Downloaded walkdir v2.5.0
11422026-06-21T00:09:50.980Z Downloaded tinyvec v1.10.0
11432026-06-21T00:09:50.980Z Downloaded twox-hash v2.1.2
11442026-06-21T00:09:50.980Z Downloaded libm v0.2.16
11452026-06-21T00:09:50.983Z Downloaded toml_parser v1.0.9+spec-1.1.0
11462026-06-21T00:09:50.987Z Downloaded wyz v0.5.1
11472026-06-21T00:09:50.987Z Downloaded tracing-attributes v0.1.31
11482026-06-21T00:09:50.990Z Downloaded h2 v0.4.13
11492026-06-21T00:09:50.993Z Downloaded whoami v1.6.1
11502026-06-21T00:09:50.993Z Downloaded iddqd v0.4.2
11512026-06-21T00:09:50.997Z Downloaded whoami v2.1.0
11522026-06-21T00:09:51.001Z Downloaded unicode-properties v0.1.4
11532026-06-21T00:09:51.001Z Downloaded snafu v0.8.9
11542026-06-21T00:09:51.005Z Downloaded xshell v0.2.7
11552026-06-21T00:09:51.008Z Downloaded toml v0.7.8
11562026-06-21T00:09:51.011Z Downloaded p521 v0.13.3
11572026-06-21T00:09:51.015Z Downloaded usdt-impl v0.6.0
11582026-06-21T00:09:51.015Z Downloaded schemars v1.2.1
11592026-06-21T00:09:51.021Z Downloaded zone v0.3.1
11602026-06-21T00:09:51.026Z Downloaded zeroize v1.8.2
11612026-06-21T00:09:51.026Z Downloaded zstd v0.13.3
11622026-06-21T00:09:51.026Z Downloaded hkdf v0.12.4
11632026-06-21T00:09:51.029Z Downloaded toml v1.0.6+spec-1.1.0
11642026-06-21T00:09:51.029Z Downloaded zstd-safe v7.2.4
11652026-06-21T00:09:51.032Z Downloaded tui-tree-widget v0.23.1
11662026-06-21T00:09:51.033Z Downloaded steno v0.4.1
11672026-06-21T00:09:51.033Z Downloaded vergen-lib v9.1.0
11682026-06-21T00:09:51.037Z Downloaded vergen v9.1.0
11692026-06-21T00:09:51.037Z Downloaded vsss-rs v3.3.4
11702026-06-21T00:09:51.037Z Downloaded typify v0.6.2
11712026-06-21T00:09:51.044Z Downloaded russh v0.45.0
11722026-06-21T00:09:51.048Z Downloaded tungstenite v0.23.0
11732026-06-21T00:09:51.048Z Downloaded tungstenite v0.21.0
11742026-06-21T00:09:51.049Z Downloaded rustyline v14.0.0
11752026-06-21T00:09:51.052Z Downloaded tar v0.4.45
11762026-06-21T00:09:51.052Z Downloaded rpassword v7.4.0
11772026-06-21T00:09:51.055Z Downloaded unsafe-libyaml v0.2.11
11782026-06-21T00:09:51.061Z Downloaded unicode-bidi v0.3.18
11792026-06-21T00:09:51.064Z Downloaded reedline v0.40.0
11802026-06-21T00:09:51.069Z Downloaded zerocopy v0.6.6
11812026-06-21T00:09:51.073Z Downloaded yasna v0.5.2
11822026-06-21T00:09:51.073Z Downloaded uuid v1.23.0
11832026-06-21T00:09:51.095Z Downloaded git2 v0.20.4
11842026-06-21T00:09:51.101Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-06-21T00:09:51.107Z Downloaded toml_edit v0.19.15
11862026-06-21T00:09:51.118Z Downloaded zopfli v0.8.3
11872026-06-21T00:09:51.122Z Downloaded tracing-core v0.1.36
11882026-06-21T00:09:51.122Z Downloaded vte v0.14.1
11892026-06-21T00:09:51.126Z Downloaded blake3 v1.8.3
11902026-06-21T00:09:51.129Z Downloaded tokio-postgres v0.7.16
11912026-06-21T00:09:51.142Z Downloaded yansi v1.0.1
11922026-06-21T00:09:51.164Z Downloaded serde_with v1.14.0
11932026-06-21T00:09:51.167Z Downloaded ssh-key v0.6.7
11942026-06-21T00:09:51.170Z Downloaded goblin v0.10.5
11952026-06-21T00:09:51.173Z Downloaded portable-atomic v1.13.1
11962026-06-21T00:09:51.180Z Downloaded bindgen v0.71.1
11972026-06-21T00:09:51.184Z Downloaded p384 v0.13.1
11982026-06-21T00:09:51.193Z Downloaded zip v0.6.6
11992026-06-21T00:09:51.237Z Downloaded x509-cert v0.2.5
12002026-06-21T00:09:51.237Z Downloaded quick-xml v0.37.5
12012026-06-21T00:09:51.244Z Downloaded chrono v0.4.44
12022026-06-21T00:09:51.244Z Downloaded bitvec v1.0.1
12032026-06-21T00:09:51.244Z Downloaded zerocopy-derive v0.8.40
12042026-06-21T00:09:51.244Z Downloaded salty v0.3.0
12052026-06-21T00:09:51.244Z Downloaded unicode_categories v0.1.1
12062026-06-21T00:09:51.244Z Downloaded regex v1.12.3
12072026-06-21T00:09:51.244Z Downloaded rustls-webpki v0.101.7
12082026-06-21T00:09:51.244Z Downloaded tokio-util v0.7.18
12092026-06-21T00:09:51.244Z Downloaded tough v0.22.0
12102026-06-21T00:09:51.251Z Downloaded rustls-webpki v0.102.8
12112026-06-21T00:09:51.256Z Downloaded proptest v1.10.0
12122026-06-21T00:09:51.263Z Downloaded rayon v1.11.0
12132026-06-21T00:09:51.273Z Downloaded typed-path v0.9.3
12142026-06-21T00:09:51.279Z Downloaded reqwest v0.13.2
12152026-06-21T00:09:51.279Z Downloaded unicode-segmentation v1.12.0
12162026-06-21T00:09:51.279Z Downloaded reqwest v0.12.28
12172026-06-21T00:09:51.285Z Downloaded radix_trie v0.2.1
12182026-06-21T00:09:51.294Z Downloaded lalrpop v0.19.12
12192026-06-21T00:09:51.298Z Downloaded winnow v0.5.40
12202026-06-21T00:09:51.305Z Downloaded tower v0.5.3
12212026-06-21T00:09:51.312Z Downloaded nix v0.27.1
12222026-06-21T00:09:51.317Z Downloaded moka v0.12.13
12232026-06-21T00:09:51.324Z Downloaded polar-core v0.27.3
12242026-06-21T00:09:51.329Z Downloaded unicode-normalization v0.1.25
12252026-06-21T00:09:51.329Z Downloaded zip v4.6.1
12262026-06-21T00:09:51.335Z Downloaded serde_with v3.17.0
12272026-06-21T00:09:51.342Z Downloaded dropshot v0.17.0
12282026-06-21T00:09:51.355Z Downloaded smoltcp v0.9.1
12292026-06-21T00:09:51.359Z Downloaded petname v2.0.2
12302026-06-21T00:09:51.380Z Downloaded hickory-proto v0.25.2
12312026-06-21T00:09:51.390Z Downloaded webpki-roots v1.0.6
12322026-06-21T00:09:51.394Z Downloaded tower-http v0.6.8
12332026-06-21T00:09:51.398Z Downloaded object v0.30.4
12342026-06-21T00:09:51.403Z Downloaded hickory-proto v0.24.4
12352026-06-21T00:09:51.412Z Downloaded zerocopy v0.8.40
12362026-06-21T00:09:51.417Z Downloaded smoltcp v0.11.0
12372026-06-21T00:09:51.426Z Downloaded regex-syntax v0.8.10
12382026-06-21T00:09:51.430Z Downloaded diesel v2.3.7
12392026-06-21T00:09:51.445Z Downloaded quinn-proto v0.11.13
12402026-06-21T00:09:51.450Z Downloaded openapiv3 v2.2.0
12412026-06-21T00:09:51.465Z Downloaded winnow v0.6.26
12422026-06-21T00:09:51.474Z Downloaded bstr v1.12.1
12432026-06-21T00:09:51.489Z Downloaded nix v0.28.0
12442026-06-21T00:09:51.496Z Downloaded sqlparser v0.61.0
12452026-06-21T00:09:51.504Z Downloaded tabled v0.20.0
12462026-06-21T00:09:51.510Z Downloaded openssl v0.10.79
12472026-06-21T00:09:51.517Z Downloaded time v0.3.47
12482026-06-21T00:09:51.529Z Downloaded typify-impl v0.6.2
12492026-06-21T00:09:51.538Z Downloaded rustls v0.21.12
12502026-06-21T00:09:51.551Z Downloaded zlib-rs v0.6.2
12512026-06-21T00:09:51.564Z Downloaded object v0.37.3
12522026-06-21T00:09:51.582Z Downloaded petgraph v0.6.5
12532026-06-21T00:09:51.595Z Downloaded vcpkg v0.2.15
12542026-06-21T00:09:51.614Z Downloaded regex-syntax v0.6.29
12552026-06-21T00:09:51.626Z Downloaded csv v1.4.0
12562026-06-21T00:09:51.642Z Downloaded regress v0.11.1
12572026-06-21T00:09:51.650Z Downloaded regress v0.10.5
12582026-06-21T00:09:51.655Z Downloaded petgraph v0.8.3
12592026-06-21T00:09:51.662Z Downloaded libz-sys v1.1.24
12602026-06-21T00:09:51.673Z Downloaded rustls v0.22.4
12612026-06-21T00:09:51.680Z Downloaded rustls v0.23.37
12622026-06-21T00:09:51.690Z Downloaded rustix v0.38.44
12632026-06-21T00:09:51.702Z Downloaded sha3 v0.10.8
12642026-06-21T00:09:51.711Z Downloaded nix v0.31.2
12652026-06-21T00:09:51.739Z Downloaded encoding_rs v0.8.35
12662026-06-21T00:09:51.795Z Downloaded sled v0.34.7
12672026-06-21T00:09:51.826Z Downloaded tracing v0.1.44
12682026-06-21T00:09:51.838Z Downloaded ratatui v0.29.0
12692026-06-21T00:09:51.849Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-06-21T00:09:51.871Z Downloaded zerocopy-derive v0.6.6
12712026-06-21T00:09:51.905Z Downloaded regex-automata v0.4.14
12722026-06-21T00:09:51.920Z Downloaded jiff v0.2.21
12732026-06-21T00:09:51.943Z Downloaded chrono-tz v0.10.4
12742026-06-21T00:09:51.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-06-21T00:09:52.020Z Downloaded tokio v1.52.1
12762026-06-21T00:09:52.155Z Downloaded ring v0.17.14
12772026-06-21T00:09:52.206Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-06-21T00:09:52.851Z Downloaded aws-lc-sys v0.40.0
12792026-06-21T00:09:53.114Z Compiling libc v0.2.185
12802026-06-21T00:09:53.114Z Compiling serde v1.0.228
12812026-06-21T00:09:53.130Z Compiling log v0.4.29
12822026-06-21T00:09:53.130Z Compiling find-msvc-tools v0.1.9
12832026-06-21T00:09:53.130Z Compiling shlex v1.3.0
12842026-06-21T00:09:53.130Z Compiling smallvec v1.15.1
12852026-06-21T00:09:53.130Z Compiling typenum v1.19.0
12862026-06-21T00:09:53.130Z Compiling subtle v2.6.1
12872026-06-21T00:09:53.130Z Compiling generic-array v0.14.7
12882026-06-21T00:09:53.227Z Compiling scopeguard v1.2.0
12892026-06-21T00:09:53.280Z Compiling const-oid v0.9.6
12902026-06-21T00:09:53.298Z Compiling serde_json v1.0.149
12912026-06-21T00:09:53.322Z Compiling syn v2.0.117
12922026-06-21T00:09:53.340Z Compiling zerocopy v0.8.40
12932026-06-21T00:09:53.356Z Compiling pin-project-lite v0.2.17
12942026-06-21T00:09:53.356Z Compiling parking_lot_core v0.9.12
12952026-06-21T00:09:53.421Z Compiling lock_api v0.4.14
12962026-06-21T00:09:53.477Z Compiling portable-atomic v1.13.1
12972026-06-21T00:09:53.522Z Compiling pkg-config v0.3.32
12982026-06-21T00:09:53.542Z Compiling bitflags v2.11.0
12992026-06-21T00:09:53.553Z Compiling critical-section v1.2.0
13002026-06-21T00:09:53.625Z Compiling futures-core v0.3.32
13012026-06-21T00:09:53.625Z Compiling libm v0.2.16
13022026-06-21T00:09:53.666Z Compiling num-traits v0.2.19
13032026-06-21T00:09:53.666Z Compiling percent-encoding v2.3.2
13042026-06-21T00:09:53.735Z Compiling futures-sink v0.3.32
13052026-06-21T00:09:53.750Z Compiling futures-task v0.3.32
13062026-06-21T00:09:53.750Z Compiling slab v0.4.12
13072026-06-21T00:09:53.792Z Compiling futures-io v0.3.32
13082026-06-21T00:09:53.805Z Compiling getrandom v0.4.1
13092026-06-21T00:09:53.862Z Compiling futures-channel v0.3.32
13102026-06-21T00:09:53.878Z Compiling cpufeatures v0.2.17
13112026-06-21T00:09:53.907Z Compiling rand_core v0.10.0
13122026-06-21T00:09:53.979Z Compiling indexmap v2.14.0
13132026-06-21T00:09:53.997Z Compiling rustversion v1.0.22
13142026-06-21T00:09:53.997Z Compiling getrandom v0.3.4
13152026-06-21T00:09:53.997Z Compiling form_urlencoded v1.2.2
13162026-06-21T00:09:54.058Z Compiling dunce v1.0.5
13172026-06-21T00:09:54.088Z Compiling fs_extra v1.3.0
13182026-06-21T00:09:54.117Z Compiling ident_case v1.0.1
13192026-06-21T00:09:54.125Z Compiling base64ct v1.8.3
13202026-06-21T00:09:54.137Z Compiling rustix v1.1.3
13212026-06-21T00:09:54.137Z Compiling iana-time-zone v0.1.65
13222026-06-21T00:09:54.209Z Compiling getrandom v0.2.17
13232026-06-21T00:09:54.221Z Compiling jobserver v0.1.34
13242026-06-21T00:09:54.257Z Compiling errno v0.3.14
13252026-06-21T00:09:54.350Z Compiling mio v1.2.0
13262026-06-21T00:09:54.386Z Compiling rand_core v0.6.4
13272026-06-21T00:09:54.404Z Compiling signal-hook-registry v1.4.8
13282026-06-21T00:09:54.410Z Compiling socket2 v0.6.3
13292026-06-21T00:09:54.458Z Compiling cc v1.2.56
13302026-06-21T00:09:54.536Z Compiling once_cell v1.21.3
13312026-06-21T00:09:54.584Z Compiling parking_lot v0.12.5
13322026-06-21T00:09:54.625Z Compiling pem-rfc7468 v0.7.0
13332026-06-21T00:09:54.637Z Compiling flagset v0.4.7
13342026-06-21T00:09:54.650Z Compiling regex-syntax v0.8.10
13352026-06-21T00:09:54.705Z Compiling vcpkg v0.2.15
13362026-06-21T00:09:54.729Z Compiling aws-lc-rs v1.16.3
13372026-06-21T00:09:54.747Z Compiling tracing-core v0.1.36
13382026-06-21T00:09:54.840Z Compiling uuid v1.23.0
13392026-06-21T00:09:54.864Z Compiling rustc_version v0.4.1
13402026-06-21T00:09:54.906Z Compiling base64 v0.22.1
13412026-06-21T00:09:54.945Z Compiling rand_core v0.9.5
13422026-06-21T00:09:54.977Z Compiling openssl-probe v0.2.1
13432026-06-21T00:09:55.040Z Compiling untrusted v0.7.1
13442026-06-21T00:09:55.068Z Compiling httparse v1.10.1
13452026-06-21T00:09:55.182Z Compiling tinyvec_macros v0.1.1
13462026-06-21T00:09:55.185Z Compiling untrusted v0.9.0
13472026-06-21T00:09:55.207Z Compiling aho-corasick v1.1.4
13482026-06-21T00:09:55.228Z Compiling cmake v0.1.57
13492026-06-21T00:09:55.244Z Compiling tinyvec v1.10.0
13502026-06-21T00:09:55.261Z Compiling tower-layer v0.3.3
13512026-06-21T00:09:55.276Z Compiling atomic-waker v1.1.2
13522026-06-21T00:09:55.278Z Compiling try-lock v0.2.5
13532026-06-21T00:09:55.330Z Compiling tower-service v0.3.3
13542026-06-21T00:09:55.354Z Compiling rustls v0.23.37
13552026-06-21T00:09:55.423Z Compiling schemars v0.8.22
13562026-06-21T00:09:55.436Z Compiling dyn-clone v1.0.20
13572026-06-21T00:09:55.462Z Compiling want v0.3.1
13582026-06-21T00:09:55.466Z Compiling foreign-types-shared v0.1.1
13592026-06-21T00:09:55.484Z Compiling openssl v0.10.79
13602026-06-21T00:09:55.513Z Compiling httpdate v1.0.3
13612026-06-21T00:09:55.569Z Compiling pin-utils v0.1.0
13622026-06-21T00:09:55.572Z Compiling foreign-types v0.3.2
13632026-06-21T00:09:55.595Z Compiling unicode-normalization v0.1.25
13642026-06-21T00:09:55.624Z Compiling socket2 v0.5.10
13652026-06-21T00:09:55.637Z Compiling spin v0.9.8
13662026-06-21T00:09:55.655Z Compiling crc32fast v1.5.0
13672026-06-21T00:09:55.673Z Compiling num-conv v0.2.0
13682026-06-21T00:09:55.677Z Compiling powerfmt v0.2.0
13692026-06-21T00:09:55.698Z Compiling time-core v0.1.8
13702026-06-21T00:09:55.733Z Compiling native-tls v0.2.18
13712026-06-21T00:09:55.763Z Compiling wait-timeout v0.2.1
13722026-06-21T00:09:55.767Z Compiling sync_wrapper v1.0.2
13732026-06-21T00:09:55.820Z Compiling usdt-impl v0.6.0
13742026-06-21T00:09:55.875Z Compiling time-macros v0.2.27
13752026-06-21T00:09:55.892Z Compiling deranged v0.5.8
13762026-06-21T00:09:55.909Z Compiling siphasher v1.0.2
13772026-06-21T00:09:55.910Z Compiling crossbeam-utils v0.8.21
13782026-06-21T00:09:55.970Z Compiling tempfile v3.25.0
13792026-06-21T00:09:55.983Z Compiling quick-error v1.2.3
13802026-06-21T00:09:56.023Z Compiling unicode-segmentation v1.12.0
13812026-06-21T00:09:56.067Z Compiling num_threads v0.1.7
13822026-06-21T00:09:56.077Z Compiling bit-vec v0.8.0
13832026-06-21T00:09:56.089Z Compiling syn v1.0.109
13842026-06-21T00:09:56.108Z Compiling simd-adler32 v0.3.8
13852026-06-21T00:09:56.121Z Compiling aws-lc-sys v0.40.0
13862026-06-21T00:09:56.152Z Compiling ring v0.17.14
13872026-06-21T00:09:56.163Z Compiling openssl-sys v0.9.115
13882026-06-21T00:09:56.183Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13892026-06-21T00:09:56.235Z Compiling regex-automata v0.4.14
13902026-06-21T00:09:56.273Z Compiling bit-set v0.8.0
13912026-06-21T00:09:56.341Z Compiling rusty-fork v0.3.1
13922026-06-21T00:09:56.376Z Compiling synstructure v0.13.2
13932026-06-21T00:09:56.390Z Compiling pest_generator v2.8.6
13942026-06-21T00:09:56.439Z Compiling serde_derive_internals v0.29.1
13952026-06-21T00:09:56.460Z Compiling darling_core v0.20.11
13962026-06-21T00:09:56.530Z Compiling darling_core v0.21.3
13972026-06-21T00:09:56.695Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-06-21T00:09:57.032Z Compiling heapless v0.7.17
13992026-06-21T00:09:57.053Z Compiling slog v2.8.2
14002026-06-21T00:09:57.070Z Compiling rand_xorshift v0.4.0
14012026-06-21T00:09:57.088Z Compiling time v0.3.47
14022026-06-21T00:09:57.151Z Compiling thread-id v5.1.0
14032026-06-21T00:09:57.178Z Compiling cookie v0.18.1
14042026-06-21T00:09:57.205Z Compiling anyhow v1.0.102
14052026-06-21T00:09:57.246Z Compiling zstd-safe v7.2.4
14062026-06-21T00:09:57.253Z Compiling paste v1.0.15
14072026-06-21T00:09:57.280Z Compiling signal-hook v0.3.18
14082026-06-21T00:09:57.293Z Compiling ryu v1.0.23
14092026-06-21T00:09:57.318Z Compiling adler2 v2.0.1
14102026-06-21T00:09:57.400Z Compiling allocator-api2 v0.2.21
14112026-06-21T00:09:57.411Z Compiling unicode-properties v0.1.4
14122026-06-21T00:09:57.480Z Compiling unicode-bidi v0.3.18
14132026-06-21T00:09:57.486Z Compiling iri-string v0.7.10
14142026-06-21T00:09:57.486Z Compiling unarray v0.1.4
14152026-06-21T00:09:57.529Z Compiling miniz_oxide v0.8.9
14162026-06-21T00:09:57.688Z Compiling heck v0.4.1
14172026-06-21T00:09:57.770Z Compiling num-integer v0.1.46
14182026-06-21T00:09:57.977Z Compiling stringprep v0.1.5
14192026-06-21T00:09:58.098Z Compiling curve25519-dalek v4.1.3
14202026-06-21T00:09:58.204Z Compiling vergen-lib v9.1.0
14212026-06-21T00:09:58.212Z Compiling serde_derive v1.0.228
14222026-06-21T00:09:58.229Z Compiling zeroize_derive v1.4.3
14232026-06-21T00:09:58.308Z Compiling zerofrom-derive v0.1.6
14242026-06-21T00:09:58.380Z Compiling yoke-derive v0.8.1
14252026-06-21T00:09:58.423Z Compiling zerocopy-derive v0.8.40
14262026-06-21T00:09:58.446Z Compiling zerovec-derive v0.11.2
14272026-06-21T00:09:58.475Z Compiling displaydoc v0.2.5
14282026-06-21T00:09:58.727Z Compiling tokio-macros v2.7.0
14292026-06-21T00:09:58.875Z Compiling futures-macro v0.3.32
14302026-06-21T00:09:58.912Z Compiling zeroize v1.8.2
14312026-06-21T00:09:59.127Z Compiling der_derive v0.7.3
14322026-06-21T00:09:59.182Z Compiling rustls-pki-types v1.14.0
14332026-06-21T00:09:59.262Z Compiling thiserror-impl v2.0.18
14342026-06-21T00:09:59.501Z Compiling tracing-attributes v0.1.31
14352026-06-21T00:09:59.611Z Compiling crypto-common v0.1.7
14362026-06-21T00:09:59.627Z Compiling block-buffer v0.10.4
14372026-06-21T00:09:59.649Z Compiling block-padding v0.3.3
14382026-06-21T00:09:59.667Z Compiling schemars_derive v0.8.22
14392026-06-21T00:09:59.724Z Compiling futures-util v0.3.32
14402026-06-21T00:09:59.799Z Compiling zerofrom v0.1.6
14412026-06-21T00:09:59.802Z Compiling digest v0.10.7
14422026-06-21T00:09:59.818Z Compiling inout v0.1.4
14432026-06-21T00:09:59.839Z Compiling pest_derive v2.8.6
14442026-06-21T00:09:59.944Z Compiling yoke v0.8.1
14452026-06-21T00:10:00.028Z Compiling cipher v0.4.4
14462026-06-21T00:10:00.109Z Compiling hmac v0.12.1
14472026-06-21T00:10:00.163Z Compiling zerovec v0.11.5
14482026-06-21T00:10:00.178Z Compiling zerotrie v0.2.3
14492026-06-21T00:10:00.255Z Compiling sha2 v0.10.9
14502026-06-21T00:10:00.302Z Compiling der v0.7.10
14512026-06-21T00:10:00.311Z Compiling salsa20 v0.10.2
14522026-06-21T00:10:00.483Z Compiling pbkdf2 v0.12.2
14532026-06-21T00:10:00.502Z Compiling aes v0.8.4
14542026-06-21T00:10:00.539Z Compiling cbc v0.1.2
14552026-06-21T00:10:00.628Z Compiling tinystr v0.8.2
14562026-06-21T00:10:00.671Z Compiling potential_utf v0.1.4
14572026-06-21T00:10:00.707Z Compiling thiserror v2.0.18
14582026-06-21T00:10:00.720Z Compiling scrypt v0.11.0
14592026-06-21T00:10:00.837Z Compiling icu_locale_core v2.1.1
14602026-06-21T00:10:00.861Z Compiling icu_collections v2.1.1
14612026-06-21T00:10:00.876Z Compiling scroll_derive v0.13.1
14622026-06-21T00:10:00.908Z Compiling tracing v0.1.44
14632026-06-21T00:10:01.007Z Compiling darling_macro v0.20.11
14642026-06-21T00:10:01.022Z Compiling openssl-macros v0.1.1
14652026-06-21T00:10:01.197Z Compiling spki v0.7.3
14662026-06-21T00:10:01.441Z Compiling pkcs5 v0.7.1
14672026-06-21T00:10:01.453Z Compiling rustls-native-certs v0.8.3
14682026-06-21T00:10:01.469Z Compiling icu_provider v2.1.1
14692026-06-21T00:10:01.537Z Compiling darling v0.20.11
14702026-06-21T00:10:01.607Z Compiling derive_builder_core v0.20.2
14712026-06-21T00:10:01.629Z Compiling dtrace-parser v0.3.0
14722026-06-21T00:10:01.698Z Compiling bytes v1.11.1
14732026-06-21T00:10:01.728Z Compiling icu_properties v2.1.2
14742026-06-21T00:10:01.750Z Compiling icu_normalizer v2.1.1
14752026-06-21T00:10:01.906Z Compiling chrono v0.4.44
14762026-06-21T00:10:01.946Z Compiling pkcs8 v0.10.2
14772026-06-21T00:10:01.946Z Compiling ipnet v2.11.0
14782026-06-21T00:10:01.946Z Compiling scroll v0.13.0
14792026-06-21T00:10:01.947Z Compiling signature v2.2.0
14802026-06-21T00:10:02.090Z Compiling goblin v0.10.5
14812026-06-21T00:10:02.101Z Compiling webpki-roots v1.0.6
14822026-06-21T00:10:02.117Z Compiling scroll_derive v0.12.1
14832026-06-21T00:10:02.133Z Compiling thiserror-impl v1.0.69
14842026-06-21T00:10:02.236Z Compiling tokio v1.52.1
14852026-06-21T00:10:02.309Z Compiling http v1.4.0
14862026-06-21T00:10:02.320Z Compiling toml_datetime v0.6.11
14872026-06-21T00:10:02.331Z Compiling serde_tokenstream v0.2.3
14882026-06-21T00:10:02.416Z Compiling serde_spanned v0.6.9
14892026-06-21T00:10:02.533Z Compiling derive_builder_macro v0.20.2
14902026-06-21T00:10:02.571Z Compiling serde_urlencoded v0.7.1
14912026-06-21T00:10:02.579Z Compiling erased-serde v0.3.31
14922026-06-21T00:10:02.595Z Compiling idna_adapter v1.2.1
14932026-06-21T00:10:02.674Z Compiling md-5 v0.10.6
14942026-06-21T00:10:02.758Z Compiling idna v1.1.0
14952026-06-21T00:10:02.851Z Compiling ppv-lite86 v0.2.21
14962026-06-21T00:10:02.858Z Compiling scroll v0.12.0
14972026-06-21T00:10:02.904Z Compiling darling_macro v0.21.3
14982026-06-21T00:10:02.904Z Compiling bstr v1.12.1
14992026-06-21T00:10:03.079Z Compiling http-body v1.0.1
15002026-06-21T00:10:03.085Z Compiling url v2.5.8
15012026-06-21T00:10:03.141Z Compiling zerocopy-derive v0.7.35
15022026-06-21T00:10:03.197Z Compiling rand_chacha v0.9.0
15032026-06-21T00:10:03.243Z Compiling http-body-util v0.1.3
15042026-06-21T00:10:03.247Z Compiling rand_chacha v0.3.1
15052026-06-21T00:10:03.271Z Compiling pin-project-internal v1.1.11
15062026-06-21T00:10:03.274Z Compiling async-trait v0.1.89
15072026-06-21T00:10:03.437Z Compiling rand v0.9.2
15082026-06-21T00:10:03.471Z Compiling ff v0.13.1
15092026-06-21T00:10:03.517Z Compiling thiserror v1.0.69
15102026-06-21T00:10:03.580Z Compiling hash32 v0.2.1
15112026-06-21T00:10:03.640Z Compiling memoffset v0.9.1
15122026-06-21T00:10:03.646Z Compiling encoding_rs v0.8.35
15132026-06-21T00:10:03.783Z Compiling mime v0.3.17
15142026-06-21T00:10:03.881Z Compiling ref-cast v1.0.25
15152026-06-21T00:10:03.930Z Compiling psl-types v2.0.11
15162026-06-21T00:10:04.020Z Compiling proptest v1.10.0
15172026-06-21T00:10:04.072Z Compiling rustix v0.38.44
15182026-06-21T00:10:04.086Z Compiling smoltcp v0.9.1
15192026-06-21T00:10:04.102Z Compiling fallible-iterator v0.2.0
15202026-06-21T00:10:04.285Z Compiling base16ct v0.2.0
15212026-06-21T00:10:04.360Z Compiling num-bigint-dig v0.8.6
15222026-06-21T00:10:04.364Z Compiling zlib-rs v0.6.2
15232026-06-21T00:10:04.465Z Compiling cfg_aliases v0.2.1
15242026-06-21T00:10:04.480Z Compiling litrs v1.0.0
15252026-06-21T00:10:04.506Z Compiling ipnetwork v0.21.1
15262026-06-21T00:10:04.531Z Compiling pin-project v1.1.11
15272026-06-21T00:10:04.576Z Compiling nix v0.31.2
15282026-06-21T00:10:04.604Z Compiling postgres-protocol v0.6.10
15292026-06-21T00:10:04.643Z Compiling sec1 v0.7.3
15302026-06-21T00:10:04.667Z Compiling zerocopy v0.7.35
15312026-06-21T00:10:04.708Z Compiling publicsuffix v2.3.0
15322026-06-21T00:10:04.810Z Compiling oxnet v0.1.6
15332026-06-21T00:10:04.933Z Compiling group v0.13.0
15342026-06-21T00:10:04.964Z Compiling rand v0.8.6
15352026-06-21T00:10:04.990Z Compiling darling v0.21.3
15362026-06-21T00:10:05.091Z Compiling dof v0.4.0
15372026-06-21T00:10:05.096Z Compiling document-features v0.2.12
15382026-06-21T00:10:05.096Z Compiling goblin v0.8.2
15392026-06-21T00:10:05.096Z Compiling derive_builder v0.20.2
15402026-06-21T00:10:05.206Z Compiling futures-executor v0.3.32
15412026-06-21T00:10:05.220Z Compiling hubpack_derive v0.1.1
15422026-06-21T00:10:05.268Z Compiling hex v0.4.3
15432026-06-21T00:10:05.293Z Compiling hkdf v0.12.4
15442026-06-21T00:10:05.320Z Compiling crypto-bigint v0.5.5
15452026-06-21T00:10:05.422Z Compiling regex v1.12.3
15462026-06-21T00:10:05.579Z Compiling snafu-derive v0.8.9
15472026-06-21T00:10:05.648Z Compiling daft-derive v0.1.7
15482026-06-21T00:10:05.666Z Compiling strum_macros v0.27.2
15492026-06-21T00:10:05.675Z Compiling curve25519-dalek-derive v0.1.1
15502026-06-21T00:10:05.827Z Compiling ref-cast-impl v1.0.25
15512026-06-21T00:10:05.871Z Compiling num-iter v0.1.45
15522026-06-21T00:10:06.220Z Compiling tokio-util v0.7.18
15532026-06-21T00:10:06.267Z Compiling tower v0.5.3
15542026-06-21T00:10:06.321Z Compiling tokio-native-tls v0.3.1
15552026-06-21T00:10:06.380Z Compiling phf_shared v0.13.1
15562026-06-21T00:10:06.421Z Compiling newtype-uuid v1.3.2
15572026-06-21T00:10:06.597Z Compiling terminal_size v0.4.3
15582026-06-21T00:10:06.623Z Compiling lazy_static v1.5.0
15592026-06-21T00:10:06.663Z Compiling tower-http v0.6.8
15602026-06-21T00:10:06.684Z Compiling anstyle-parse v0.2.7
15612026-06-21T00:10:06.737Z Compiling vergen v9.1.0
15622026-06-21T00:10:06.756Z Compiling cargo-platform v0.3.2
15632026-06-21T00:10:06.756Z Compiling fs-err v3.3.0
15642026-06-21T00:10:06.784Z Compiling ahash v0.8.12
15652026-06-21T00:10:06.910Z Compiling h2 v0.4.13
15662026-06-21T00:10:06.923Z Compiling foldhash v0.2.0
15672026-06-21T00:10:06.935Z Compiling bitflags v1.3.2
15682026-06-21T00:10:06.965Z Compiling foldhash v0.1.5
15692026-06-21T00:10:07.025Z Compiling same-file v1.0.6
15702026-06-21T00:10:07.051Z Compiling managed v0.8.0
15712026-06-21T00:10:07.051Z Compiling winnow v0.5.40
15722026-06-21T00:10:07.082Z Compiling bumpalo v3.20.2
15732026-06-21T00:10:07.133Z Compiling object v0.37.3
15742026-06-21T00:10:07.160Z Compiling libbz2-rs-sys v0.2.2
15752026-06-21T00:10:07.192Z Compiling walkdir v2.5.0
15762026-06-21T00:10:07.241Z Compiling flate2 v1.1.9
15772026-06-21T00:10:07.355Z Compiling zopfli v0.8.3
15782026-06-21T00:10:07.447Z Compiling dof v0.3.0
15792026-06-21T00:10:07.500Z Compiling clap_builder v4.6.0
15802026-06-21T00:10:07.520Z Compiling snafu v0.8.9
15812026-06-21T00:10:07.540Z Compiling hashbrown v0.15.5
15822026-06-21T00:10:07.682Z Compiling bzip2 v0.6.1
15832026-06-21T00:10:07.708Z Compiling strum v0.27.2
15842026-06-21T00:10:07.708Z Compiling hashbrown v0.16.1
15852026-06-21T00:10:07.844Z Compiling daft v0.1.7
15862026-06-21T00:10:07.941Z Compiling cargo_metadata v0.23.1
15872026-06-21T00:10:07.974Z Compiling anstream v0.6.21
15882026-06-21T00:10:08.240Z Compiling signal-hook-mio v0.2.5
15892026-06-21T00:10:08.280Z Compiling usdt-macro v0.6.0
15902026-06-21T00:10:08.280Z Compiling usdt-attr-macro v0.6.0
15912026-06-21T00:10:08.280Z Compiling phf v0.13.1
15922026-06-21T00:10:08.280Z Compiling elliptic-curve v0.13.8
15932026-06-21T00:10:08.336Z Compiling cookie_store v0.22.1
15942026-06-21T00:10:08.366Z Compiling hubpack v0.1.2
15952026-06-21T00:10:08.417Z Compiling bzip2 v0.4.4
15962026-06-21T00:10:08.607Z Compiling toml_edit v0.19.15
15972026-06-21T00:10:08.624Z Compiling futures v0.3.32
15982026-06-21T00:10:08.624Z Compiling serde_with_macros v3.17.0
15992026-06-21T00:10:08.624Z Compiling postgres-types v0.2.12
16002026-06-21T00:10:08.711Z Compiling zstd v0.13.3
16012026-06-21T00:10:08.817Z Compiling dtrace-parser v0.2.0
16022026-06-21T00:10:08.949Z Compiling globset v0.4.18
16032026-06-21T00:10:09.044Z Compiling ed25519 v2.2.3
16042026-06-21T00:10:09.093Z Compiling pkcs1 v0.7.5
16052026-06-21T00:10:09.093Z Compiling serde-big-array v0.5.1
16062026-06-21T00:10:09.221Z Compiling serde_plain v1.0.2
16072026-06-21T00:10:09.530Z Compiling olpc-cjson v0.1.4
16082026-06-21T00:10:09.551Z Compiling rfc6979 v0.4.0
16092026-06-21T00:10:09.551Z Compiling strum_macros v0.26.4
16102026-06-21T00:10:09.552Z Compiling async-recursion v1.1.1
16112026-06-21T00:10:09.552Z Compiling enum-as-inner v0.6.1
16122026-06-21T00:10:09.553Z Compiling serde_repr v0.1.20
16132026-06-21T00:10:09.700Z Compiling clap_derive v4.6.1
16142026-06-21T00:10:09.737Z Compiling phf_shared v0.11.3
16152026-06-21T00:10:09.798Z Compiling float-cmp v0.10.0
16162026-06-21T00:10:09.858Z Compiling pem v3.0.6
16172026-06-21T00:10:09.923Z Compiling thread-id v4.2.2
16182026-06-21T00:10:09.971Z Compiling memmap2 v0.9.10
16192026-06-21T00:10:09.996Z Compiling env_filter v1.0.0
16202026-06-21T00:10:10.038Z Compiling hyper v1.8.1
16212026-06-21T00:10:10.057Z Compiling fixedbitset v0.4.2
16222026-06-21T00:10:10.098Z Compiling typed-path v0.9.3
16232026-06-21T00:10:10.129Z Compiling data-encoding v2.10.0
16242026-06-21T00:10:10.322Z Compiling jiff v0.2.21
16252026-06-21T00:10:10.351Z Compiling static_assertions v1.1.0
16262026-06-21T00:10:10.351Z Compiling difflib v0.4.0
16272026-06-21T00:10:10.351Z Compiling either v1.15.0
16282026-06-21T00:10:10.351Z Compiling precomputed-hash v0.1.1
16292026-06-21T00:10:10.436Z Compiling keccak v0.1.6
16302026-06-21T00:10:10.572Z Compiling new_debug_unreachable v1.0.6
16312026-06-21T00:10:10.655Z Compiling normalize-line-endings v0.3.0
16322026-06-21T00:10:10.683Z Compiling fixedbitset v0.5.7
16332026-06-21T00:10:10.719Z Compiling predicates-core v1.0.10
16342026-06-21T00:10:10.909Z Compiling whoami v2.1.0
16352026-06-21T00:10:11.042Z Compiling predicates v3.1.4
16362026-06-21T00:10:11.042Z Compiling petgraph v0.8.3
16372026-06-21T00:10:11.128Z Compiling string_cache v0.8.9
16382026-06-21T00:10:11.128Z Compiling toml_edit v0.22.27
16392026-06-21T00:10:11.206Z Compiling hyper-util v0.1.20
16402026-06-21T00:10:11.242Z Compiling strum v0.26.3
16412026-06-21T00:10:11.280Z Compiling tokio-postgres v0.7.16
16422026-06-21T00:10:11.303Z Compiling sha3 v0.10.8
16432026-06-21T00:10:11.303Z Compiling itertools v0.13.0
16442026-06-21T00:10:11.337Z Compiling hickory-proto v0.25.2
16452026-06-21T00:10:11.372Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16462026-06-21T00:10:11.384Z Compiling petgraph v0.6.5
16472026-06-21T00:10:11.474Z Compiling clap v4.6.1
16482026-06-21T00:10:11.551Z Compiling env_logger v0.11.9
16492026-06-21T00:10:11.613Z Compiling usdt v0.6.0
16502026-06-21T00:10:11.644Z Compiling usdt-impl v0.5.0
16512026-06-21T00:10:11.770Z Compiling toml v0.7.8
16522026-06-21T00:10:11.861Z Compiling serde_with v3.17.0
16532026-06-21T00:10:11.925Z Compiling crossterm v0.28.1
16542026-06-21T00:10:12.284Z Compiling ecdsa v0.16.9
16552026-06-21T00:10:12.431Z Compiling rsa v0.9.10
16562026-06-21T00:10:12.592Z Compiling hyper-tls v0.6.0
16572026-06-21T00:10:12.697Z Compiling ed25519-dalek v2.2.0
16582026-06-21T00:10:12.849Z Compiling zip v4.6.1
16592026-06-21T00:10:13.087Z Compiling zip v0.6.6
16602026-06-21T00:10:13.254Z Compiling iddqd v0.4.2
16612026-06-21T00:10:13.618Z Compiling toml_parser v1.0.9+spec-1.1.0
16622026-06-21T00:10:13.644Z Compiling tokio-stream v0.1.18
16632026-06-21T00:10:13.660Z Compiling buf-list v1.1.2
16642026-06-21T00:10:13.674Z Compiling similar v2.7.0
16652026-06-21T00:10:13.811Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-06-21T00:10:13.897Z Compiling openapiv3 v2.2.0
16672026-06-21T00:10:13.906Z Compiling x509-cert v0.2.5
16682026-06-21T00:10:13.970Z Compiling sha1 v0.10.6
16692026-06-21T00:10:14.141Z Compiling crossbeam-epoch v0.9.18
16702026-06-21T00:10:14.155Z Compiling lalrpop-util v0.19.12
16712026-06-21T00:10:14.218Z Compiling peg-runtime v0.8.5
16722026-06-21T00:10:14.296Z Compiling thread_local v1.1.9
16732026-06-21T00:10:14.338Z Compiling slog-async v2.8.0
16742026-06-21T00:10:14.365Z Compiling crossbeam-channel v0.5.15
16752026-06-21T00:10:14.516Z Compiling is-terminal v0.4.17
16762026-06-21T00:10:14.535Z Compiling filetime v0.2.27
16772026-06-21T00:10:14.539Z Compiling xattr v1.6.1
16782026-06-21T00:10:14.539Z Compiling term v1.2.1
16792026-06-21T00:10:14.590Z Compiling take_mut v0.2.2
16802026-06-21T00:10:14.712Z Compiling tar v0.4.45
16812026-06-21T00:10:14.861Z Compiling slog-term v2.9.2
16822026-06-21T00:10:32.462Z Compiling rustls-webpki v0.103.9
16832026-06-21T00:10:35.626Z Compiling tokio-rustls v0.26.4
16842026-06-21T00:10:35.627Z Compiling rustls-platform-verifier v0.6.2
16852026-06-21T00:10:35.724Z Compiling hyper-rustls v0.27.7
16862026-06-21T00:10:35.724Z Compiling reqwest v0.12.28
16872026-06-21T00:10:35.724Z Compiling reqwest v0.13.2
16882026-06-21T00:10:36.850Z Compiling tough v0.22.0
16892026-06-21T00:10:39.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-21T00:10:41.682Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-21T00:10:42.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.12s
16922026-06-21T00:10:42.583Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-21T00:10:42.633ZJun 21 00:10:42.369 INFO Starting download, target: Cockroach
16942026-06-21T00:10:42.633ZJun 21 00:10:42.370 INFO Starting download, target: Clickhouse
16952026-06-21T00:10:42.633ZJun 21 00:10:42.370 INFO Starting download, target: Console
16962026-06-21T00:10:42.633ZJun 21 00:10:42.370 INFO Starting download, target: DendriteStub
16972026-06-21T00:10:42.634ZJun 21 00:10:42.370 INFO Starting download, target: MaghemiteMgd
16982026-06-21T00:10:42.640ZJun 21 00:10:42.370 INFO Starting download, target: MaghemiteDdmd
16992026-06-21T00:10:42.640ZJun 21 00:10:42.370 INFO Starting download, target: TransceiverControl
17002026-06-21T00:10:42.640ZJun 21 00:10:42.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17012026-06-21T00:10:42.640ZJun 21 00:10:42.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-06-21T00:10:42.640ZJun 21 00:10:42.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-06-21T00:10:42.640ZJun 21 00:10:42.371 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17042026-06-21T00:10:42.640ZJun 21 00:10:42.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17052026-06-21T00:10:42.641ZJun 21 00:10:42.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-06-21T00:10:42.641ZJun 21 00:10:42.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-06-21T00:10:43.523ZJun 21 00:10:43.266 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17082026-06-21T00:10:43.760ZJun 21 00:10:43.503 INFO Download complete, target: Console
17092026-06-21T00:10:45.356ZJun 21 00:10:45.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17102026-06-21T00:10:51.951ZJun 21 00:10:51.693 INFO Checking that binary works, target: Clickhouse
17112026-06-21T00:10:52.040ZJun 21 00:10:51.782 INFO Download complete, target: Clickhouse
17122026-06-21T00:11:20.075ZJun 21 00:11:19.744 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17132026-06-21T00:11:20.270ZJun 21 00:11:19.944 INFO Download complete, target: TransceiverControl
17142026-06-21T00:11:25.177ZJun 21 00:11:24.844 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17152026-06-21T00:11:25.244ZJun 21 00:11:24.845 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-06-21T00:11:26.210ZJun 21 00:11:25.864 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-06-21T00:11:27.051ZJun 21 00:11:26.715 INFO Download complete, target: MaghemiteDdmd
17182026-06-21T00:11:27.547ZJun 21 00:11:27.258 INFO Download complete, target: DendriteStub
17192026-06-21T00:11:27.756ZJun 21 00:11:27.464 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-06-21T00:11:27.756ZJun 21 00:11:27.464 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-06-21T00:11:28.607ZJun 21 00:11:28.348 INFO Download complete, target: MaghemiteMgd
17222026-06-21T00:11:32.278ZJun 21 00:11:32.019 INFO Checking that binary works, target: Cockroach
17232026-06-21T00:11:32.414ZJun 21 00:11:32.147 INFO Download complete, target: Cockroach
17242026-06-21T00:11:32.420ZAll prerequisites installed successfully
17252026-06-21T00:11:32.420Z
17262026-06-21T00:11:32.420Zreal 2:32.336620741
17272026-06-21T00:11:32.420Zuser 6:54.796969662
17282026-06-21T00:11:32.420Zsys 1:45.878390346
17292026-06-21T00:11:32.420Ztrap 0.279291567
17302026-06-21T00:11:32.420Ztflt 1.069557004
17312026-06-21T00:11:32.420Zdflt 1.871200321
17322026-06-21T00:11:32.420Zkflt 0.031867752
17332026-06-21T00:11:32.420Zlock 37:38.887246909
17342026-06-21T00:11:32.420Zslp 20:30.549215549
17352026-06-21T00:11:32.420Zlat 23.635237115
17362026-06-21T00:11:32.421Zstop 2:47.377986104
17372026-06-21T00:11:32.421Z+ ptime -m cargo xtask download softnpu
17382026-06-21T00:11:32.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-21T00:11:32.883Z Running `target/debug/xtask download softnpu`
17402026-06-21T00:11:33.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17412026-06-21T00:11:33.714Z Running `target/debug/xtask-downloader softnpu`
17422026-06-21T00:11:33.714ZJun 21 00:11:33.420 INFO Starting download, target: Softnpu
17432026-06-21T00:11:33.714ZJun 21 00:11:33.421 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-21T00:11:34.666ZJun 21 00:11:34.407 INFO Download complete, target: Softnpu
17452026-06-21T00:11:34.669Z
17462026-06-21T00:11:34.669Zreal 2.251117685
17472026-06-21T00:11:34.670Zuser 1.267392901
17482026-06-21T00:11:34.670Zsys 0.597027402
17492026-06-21T00:11:34.670Ztrap 0.000746630
17502026-06-21T00:11:34.670Ztflt 0.000038651
17512026-06-21T00:11:34.670Zdflt 0.000162486
17522026-06-21T00:11:34.670Zkflt 0.000000000
17532026-06-21T00:11:34.670Zlock 18.684820358
17542026-06-21T00:11:34.671Zslp 0.823753527
17552026-06-21T00:11:34.671Zlat 0.088225008
17562026-06-21T00:11:34.671Zstop 0.000184109
17572026-06-21T00:11:34.675Z+ export CARGO_INCREMENTAL=0
17582026-06-21T00:11:34.675Z+ CARGO_INCREMENTAL=0
17592026-06-21T00:11:34.675Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-21T00:11:35.512Z Compiling proc-macro2 v1.0.106
17612026-06-21T00:11:35.513Z Compiling quote v1.0.45
17622026-06-21T00:11:35.513Z Compiling unicode-ident v1.0.24
17632026-06-21T00:11:35.513Z Compiling libc v0.2.185
17642026-06-21T00:11:35.516Z Compiling serde_core v1.0.228
17652026-06-21T00:11:35.516Z Compiling serde v1.0.228
17662026-06-21T00:11:35.516Z Compiling cfg-if v1.0.4
17672026-06-21T00:11:35.516Z Compiling version_check v0.9.5
17682026-06-21T00:11:35.516Z Compiling find-msvc-tools v0.1.9
17692026-06-21T00:11:35.656Z Compiling shlex v1.3.0
17702026-06-21T00:11:35.671Z Compiling typenum v1.19.0
17712026-06-21T00:11:35.671Z Compiling zmij v1.0.21
17722026-06-21T00:11:35.671Z Compiling autocfg v1.5.0
17732026-06-21T00:11:35.671Z Compiling memchr v2.8.0
17742026-06-21T00:11:35.671Z Compiling serde_json v1.0.149
17752026-06-21T00:11:35.939Z Compiling portable-atomic v1.13.1
17762026-06-21T00:11:35.954Z Compiling libm v0.2.16
17772026-06-21T00:11:35.960Z Compiling zerocopy v0.8.40
17782026-06-21T00:11:35.961Z Compiling parking_lot_core v0.9.12
17792026-06-21T00:11:36.101Z Compiling smallvec v1.15.1
17802026-06-21T00:11:36.173Z Compiling icu_normalizer_data v2.1.1
17812026-06-21T00:11:36.227Z Compiling generic-array v0.14.7
17822026-06-21T00:11:36.227Z Compiling icu_properties_data v2.1.2
17832026-06-21T00:11:36.238Z Compiling itoa v1.0.17
17842026-06-21T00:11:36.292Z Compiling num-traits v0.2.19
17852026-06-21T00:11:36.339Z Compiling getrandom v0.4.1
17862026-06-21T00:11:36.340Z Compiling log v0.4.29
17872026-06-21T00:11:36.433Z Compiling stable_deref_trait v1.2.1
17882026-06-21T00:11:36.433Z Compiling pkg-config v0.3.32
17892026-06-21T00:11:36.453Z Compiling subtle v2.6.1
17902026-06-21T00:11:36.600Z Compiling scopeguard v1.2.0
17912026-06-21T00:11:36.634Z Compiling jobserver v0.1.34
17922026-06-21T00:11:36.639Z Compiling getrandom v0.2.17
17932026-06-21T00:11:36.670Z Compiling errno v0.3.14
17942026-06-21T00:11:36.706Z Compiling lock_api v0.4.14
17952026-06-21T00:11:36.804Z Compiling rand_core v0.6.4
17962026-06-21T00:11:36.877Z Compiling cc v1.2.56
17972026-06-21T00:11:36.922Z Compiling writeable v0.6.2
17982026-06-21T00:11:36.982Z Compiling syn v2.0.117
17992026-06-21T00:11:36.986Z Compiling fnv v1.0.7
18002026-06-21T00:11:37.031Z Compiling litemap v0.8.1
18012026-06-21T00:11:37.048Z Compiling percent-encoding v2.3.2
18022026-06-21T00:11:37.095Z Compiling thiserror v2.0.18
18032026-06-21T00:11:37.102Z Compiling pin-project-lite v0.2.17
18042026-06-21T00:11:37.161Z Compiling getrandom v0.3.4
18052026-06-21T00:11:37.225Z Compiling rand_core v0.10.0
18062026-06-21T00:11:37.247Z Compiling equivalent v1.0.2
18072026-06-21T00:11:37.292Z Compiling dunce v1.0.5
18082026-06-21T00:11:37.323Z Compiling schemars v0.8.22
18092026-06-21T00:11:37.373Z Compiling rustversion v1.0.22
18102026-06-21T00:11:37.389Z Compiling fs_extra v1.3.0
18112026-06-21T00:11:37.449Z Compiling critical-section v1.2.0
18122026-06-21T00:11:37.449Z Compiling rustix v1.1.3
18132026-06-21T00:11:37.466Z Compiling utf8_iter v1.0.4
18142026-06-21T00:11:37.516Z Compiling form_urlencoded v1.2.2
18152026-06-21T00:11:37.638Z Compiling cmake v0.1.57
18162026-06-21T00:11:37.702Z Compiling hashbrown v0.17.0
18172026-06-21T00:11:37.731Z Compiling signal-hook-registry v1.4.8
18182026-06-21T00:11:37.851Z Compiling const-oid v0.9.6
18192026-06-21T00:11:38.144Z Compiling bitflags v2.11.0
18202026-06-21T00:11:38.178Z Compiling semver v1.0.28
18212026-06-21T00:11:38.223Z Compiling once_cell v1.21.3
18222026-06-21T00:11:38.278Z Compiling ring v0.17.14
18232026-06-21T00:11:38.288Z Compiling aws-lc-sys v0.40.0
18242026-06-21T00:11:38.307Z Compiling indexmap v2.14.0
18252026-06-21T00:11:38.345Z Compiling parking_lot v0.12.5
18262026-06-21T00:11:38.411Z Compiling socket2 v0.6.3
18272026-06-21T00:11:38.484Z Compiling mio v1.2.0
18282026-06-21T00:11:38.510Z Compiling aws-lc-rs v1.16.3
18292026-06-21T00:11:38.575Z Compiling futures-core v0.3.32
18302026-06-21T00:11:38.609Z Compiling thiserror v1.0.69
18312026-06-21T00:11:38.656Z Compiling httparse v1.10.1
18322026-06-21T00:11:38.678Z Compiling strsim v0.11.1
18332026-06-21T00:11:38.781Z Compiling byteorder v1.5.0
18342026-06-21T00:11:38.818Z Compiling ucd-trie v0.1.7
18352026-06-21T00:11:38.971Z Compiling vcpkg v0.2.15
18362026-06-21T00:11:38.992Z Compiling iana-time-zone v0.1.65
18372026-06-21T00:11:39.010Z Compiling pest v2.8.6
18382026-06-21T00:11:39.063Z Compiling ident_case v1.0.1
18392026-06-21T00:11:39.101Z Compiling regex-syntax v0.8.10
18402026-06-21T00:11:39.121Z Compiling syn v1.0.109
18412026-06-21T00:11:39.121Z Compiling heck v0.5.0
18422026-06-21T00:11:39.138Z Compiling uuid v1.23.0
18432026-06-21T00:11:39.224Z Compiling cpufeatures v0.2.17
18442026-06-21T00:11:39.471Z Compiling rustls v0.23.37
18452026-06-21T00:11:39.481Z Compiling rustc_version v0.4.1
18462026-06-21T00:11:39.512Z Compiling futures-sink v0.3.32
18472026-06-21T00:11:39.565Z Compiling openssl-sys v0.9.115
18482026-06-21T00:11:39.657Z Compiling futures-channel v0.3.32
18492026-06-21T00:11:39.733Z Compiling aho-corasick v1.1.4
18502026-06-21T00:11:39.751Z Compiling futures-io v0.3.32
18512026-06-21T00:11:39.755Z Compiling dyn-clone v1.0.20
18522026-06-21T00:11:39.852Z Compiling slab v0.4.12
18532026-06-21T00:11:39.926Z Compiling futures-task v0.3.32
18542026-06-21T00:11:39.955Z Compiling synstructure v0.13.2
18552026-06-21T00:11:39.959Z Compiling serde_derive_internals v0.29.1
18562026-06-21T00:11:40.146Z Compiling pest_meta v2.8.6
18572026-06-21T00:11:40.168Z Compiling plain v0.2.3
18582026-06-21T00:11:40.259Z Compiling crc32fast v1.5.0
18592026-06-21T00:11:40.309Z Compiling time-core v0.1.8
18602026-06-21T00:11:40.343Z Compiling base64 v0.22.1
18612026-06-21T00:11:40.355Z Compiling openssl v0.10.79
18622026-06-21T00:11:40.481Z Compiling num-conv v0.2.0
18632026-06-21T00:11:40.512Z Compiling crossbeam-utils v0.8.21
18642026-06-21T00:11:40.569Z Compiling pretty-hex v0.4.1
18652026-06-21T00:11:40.631Z Compiling regex-automata v0.4.14
18662026-06-21T00:11:40.647Z Compiling time-macros v0.2.27
18672026-06-21T00:11:40.756Z Compiling pest_generator v2.8.6
18682026-06-21T00:11:40.773Z Compiling native-tls v0.2.18
18692026-06-21T00:11:40.809Z Compiling anyhow v1.0.102
18702026-06-21T00:11:40.814Z Compiling base64ct v1.8.3
18712026-06-21T00:11:40.857Z Compiling darling_core v0.21.3
18722026-06-21T00:11:40.928Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18732026-06-21T00:11:41.086Z Compiling pem-rfc7468 v0.7.0
18742026-06-21T00:11:41.128Z Compiling flagset v0.4.7
18752026-06-21T00:11:41.144Z Compiling rand_core v0.9.5
18762026-06-21T00:11:41.218Z Compiling serde_derive v1.0.228
18772026-06-21T00:11:41.231Z Compiling zeroize_derive v1.4.3
18782026-06-21T00:11:41.245Z Compiling zerofrom-derive v0.1.6
18792026-06-21T00:11:41.292Z Compiling yoke-derive v0.8.1
18802026-06-21T00:11:41.297Z Compiling zerovec-derive v0.11.2
18812026-06-21T00:11:41.331Z Compiling displaydoc v0.2.5
18822026-06-21T00:11:41.374Z Compiling zerocopy-derive v0.8.40
18832026-06-21T00:11:41.378Z Compiling tokio-macros v2.7.0
18842026-06-21T00:11:41.411Z Compiling futures-macro v0.3.32
18852026-06-21T00:11:41.426Z Compiling thiserror-impl v2.0.18
18862026-06-21T00:11:41.629Z Compiling schemars_derive v0.8.22
18872026-06-21T00:11:41.836Z Compiling zeroize v1.8.2
18882026-06-21T00:11:42.122Z Compiling tracing-attributes v0.1.31
18892026-06-21T00:11:42.248Z Compiling der_derive v0.7.3
18902026-06-21T00:11:42.268Z Compiling thiserror-impl v1.0.69
18912026-06-21T00:11:42.354Z Compiling pest_derive v2.8.6
18922026-06-21T00:11:42.393Z Compiling zerofrom v0.1.6
18932026-06-21T00:11:42.539Z Compiling yoke v0.8.1
18942026-06-21T00:11:42.643Z Compiling crypto-common v0.1.7
18952026-06-21T00:11:42.773Z Compiling zerovec v0.11.5
18962026-06-21T00:11:42.797Z Compiling zerotrie v0.2.3
18972026-06-21T00:11:42.859Z Compiling block-buffer v0.10.4
18982026-06-21T00:11:42.966Z Compiling futures-util v0.3.32
18992026-06-21T00:11:42.996Z Compiling digest v0.10.7
19002026-06-21T00:11:43.211Z Compiling hmac v0.12.1
19012026-06-21T00:11:43.262Z Compiling block-padding v0.3.3
19022026-06-21T00:11:43.337Z Compiling tinystr v0.8.2
19032026-06-21T00:11:43.380Z Compiling potential_utf v0.1.4
19042026-06-21T00:11:43.414Z Compiling inout v0.1.4
19052026-06-21T00:11:43.419Z Compiling sha2 v0.10.9
19062026-06-21T00:11:43.449Z Compiling rustls-pki-types v1.14.0
19072026-06-21T00:11:43.524Z Compiling icu_locale_core v2.1.1
19082026-06-21T00:11:43.562Z Compiling icu_collections v2.1.1
19092026-06-21T00:11:43.606Z Compiling cipher v0.4.4
19102026-06-21T00:11:43.635Z Compiling openssl-macros v0.1.1
19112026-06-21T00:11:43.824Z Compiling scroll_derive v0.13.1
19122026-06-21T00:11:43.881Z Compiling scroll_derive v0.12.1
19132026-06-21T00:11:44.277Z Compiling icu_provider v2.1.1
19142026-06-21T00:11:44.376Z Compiling der v0.7.10
19152026-06-21T00:11:44.505Z Compiling bytes v1.11.1
19162026-06-21T00:11:44.545Z Compiling icu_properties v2.1.2
19172026-06-21T00:11:44.578Z Compiling icu_normalizer v2.1.1
19182026-06-21T00:11:44.609Z Compiling chrono v0.4.44
19192026-06-21T00:11:44.634Z Compiling serde_tokenstream v0.2.3
19202026-06-21T00:11:44.697Z Compiling darling_macro v0.21.3
19212026-06-21T00:11:45.122Z Compiling tokio v1.52.1
19222026-06-21T00:11:45.418Z Compiling idna_adapter v1.2.1
19232026-06-21T00:11:45.449Z Compiling http v1.4.0
19242026-06-21T00:11:45.529Z Compiling regex v1.12.3
19252026-06-21T00:11:45.576Z Compiling idna v1.1.0
19262026-06-21T00:11:45.763Z Compiling ppv-lite86 v0.2.21
19272026-06-21T00:11:45.802Z Compiling zerocopy-derive v0.7.35
19282026-06-21T00:11:45.959Z Compiling url v2.5.8
19292026-06-21T00:11:46.075Z Compiling tracing-core v0.1.36
19302026-06-21T00:11:46.096Z Compiling slog v2.8.2
19312026-06-21T00:11:46.453Z Compiling untrusted v0.9.0
19322026-06-21T00:11:46.607Z Compiling tracing v0.1.44
19332026-06-21T00:11:47.060Z Compiling spki v0.7.3
19342026-06-21T00:11:47.097Z Compiling darling v0.21.3
19352026-06-21T00:11:47.169Z Compiling salsa20 v0.10.2
19362026-06-21T00:11:47.273Z Compiling pbkdf2 v0.12.2
19372026-06-21T00:11:47.760Z Compiling cookie v0.18.1
19382026-06-21T00:11:47.766Z Compiling camino v1.2.2
19392026-06-21T00:11:48.111Z Compiling scrypt v0.11.0
19402026-06-21T00:11:48.181Z Compiling http-body v1.0.1
19412026-06-21T00:11:48.200Z Compiling rand_chacha v0.9.0
19422026-06-21T00:11:48.214Z Compiling aes v0.8.4
19432026-06-21T00:11:48.260Z Compiling cbc v0.1.2
19442026-06-21T00:11:48.363Z Compiling usdt-impl v0.5.0
19452026-06-21T00:11:48.404Z Compiling unicode-segmentation v1.12.0
19462026-06-21T00:11:48.420Z Compiling either v1.15.0
19472026-06-21T00:11:48.456Z Compiling untrusted v0.7.1
19482026-06-21T00:11:48.640Z Compiling tinyvec_macros v0.1.1
19492026-06-21T00:11:48.653Z Compiling winnow v0.7.14
19502026-06-21T00:11:48.653Z Compiling paste v1.0.15
19512026-06-21T00:11:48.653Z Compiling ref-cast v1.0.25
19522026-06-21T00:11:48.653Z Compiling usdt-impl v0.6.0
19532026-06-21T00:11:48.669Z Compiling openssl-probe v0.2.1
19542026-06-21T00:11:48.703Z Compiling fastrand v2.3.0
19552026-06-21T00:11:48.789Z Compiling tinyvec v1.10.0
19562026-06-21T00:11:48.850Z Compiling pkcs5 v0.7.1
19572026-06-21T00:11:48.870Z Compiling rand v0.9.2
19582026-06-21T00:11:49.086Z Compiling tokio-util v0.7.18
19592026-06-21T00:11:49.155Z Compiling scroll v0.13.0
19602026-06-21T00:11:49.200Z Compiling scroll v0.12.0
19612026-06-21T00:11:49.207Z Compiling serde_spanned v0.6.9
19622026-06-21T00:11:49.324Z Compiling toml_datetime v0.6.11
19632026-06-21T00:11:49.427Z Compiling async-trait v0.1.89
19642026-06-21T00:11:49.456Z Compiling heapless v0.7.17
19652026-06-21T00:11:49.590Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-06-21T00:11:49.602Z Compiling try-lock v0.2.5
19672026-06-21T00:11:49.726Z Compiling atomic-waker v1.1.2
19682026-06-21T00:11:49.742Z Compiling signal-hook v0.3.18
19692026-06-21T00:11:49.794Z Compiling tower-service v0.3.3
19702026-06-21T00:11:49.870Z Compiling rustix v0.38.44
19712026-06-21T00:11:49.904Z Compiling tower-layer v0.3.3
19722026-06-21T00:11:49.928Z Compiling zstd-safe v7.2.4
19732026-06-21T00:11:50.053Z Compiling toml_parser v1.0.9+spec-1.1.0
19742026-06-21T00:11:50.109Z Compiling h2 v0.4.13
19752026-06-21T00:11:50.173Z Compiling want v0.3.1
19762026-06-21T00:11:50.330Z Compiling goblin v0.8.2
19772026-06-21T00:11:50.358Z Compiling goblin v0.10.5
19782026-06-21T00:11:50.376Z Compiling pkcs8 v0.10.2
19792026-06-21T00:11:50.641Z Compiling heck v0.4.1
19802026-06-21T00:11:50.695Z Compiling zerocopy v0.7.35
19812026-06-21T00:11:50.714Z Compiling ipnet v2.11.0
19822026-06-21T00:11:50.762Z Compiling ref-cast-impl v1.0.25
19832026-06-21T00:11:50.858Z Compiling darling_core v0.20.11
19842026-06-21T00:11:50.963Z Compiling curve25519-dalek v4.1.3
19852026-06-21T00:11:52.064Z Compiling memoffset v0.9.1
19862026-06-21T00:11:52.064Z Compiling httpdate v1.0.3
19872026-06-21T00:11:52.064Z Compiling litrs v1.0.0
19882026-06-21T00:11:52.064Z Compiling foreign-types-shared v0.1.1
19892026-06-21T00:11:52.065Z Compiling pin-utils v0.1.0
19902026-06-21T00:11:52.065Z Compiling winnow v0.5.40
19912026-06-21T00:11:52.066Z Compiling utf8parse v0.2.2
19922026-06-21T00:11:52.066Z Compiling foreign-types v0.3.2
19932026-06-21T00:11:52.066Z Compiling document-features v0.2.12
19942026-06-21T00:11:52.075Z Compiling tempfile v3.25.0
19952026-06-21T00:11:52.809Z Compiling unicode-normalization v0.1.25
19962026-06-21T00:11:52.917Z Compiling dof v0.3.0
19972026-06-21T00:11:52.917Z Compiling darling_macro v0.20.11
19982026-06-21T00:11:53.078Z Compiling toml_edit v0.19.15
19992026-06-21T00:11:53.105Z Compiling dtrace-parser v0.2.0
20002026-06-21T00:11:53.105Z Compiling dof v0.4.0
20012026-06-21T00:11:53.105Z Compiling hyper v1.8.1
20022026-06-21T00:11:53.427Z Compiling dtrace-parser v0.3.0
20032026-06-21T00:11:53.614Z Compiling pin-project-internal v1.1.11
20042026-06-21T00:11:53.684Z Compiling daft-derive v0.1.7
20052026-06-21T00:11:53.773Z Compiling spin v0.9.8
20062026-06-21T00:11:53.821Z Compiling socket2 v0.5.10
20072026-06-21T00:11:53.852Z Compiling thread-id v5.1.0
20082026-06-21T00:11:53.949Z Compiling thread-id v4.2.2
20092026-06-21T00:11:54.018Z Compiling num-bigint-dig v0.8.6
20102026-06-21T00:11:54.033Z Compiling powerfmt v0.2.0
20112026-06-21T00:11:54.155Z Compiling cfg_aliases v0.2.1
20122026-06-21T00:11:54.186Z Compiling anstyle v1.0.14
20132026-06-21T00:11:54.232Z Compiling smoltcp v0.9.1
20142026-06-21T00:11:54.307Z Compiling nix v0.31.2
20152026-06-21T00:11:54.333Z Compiling deranged v0.5.8
20162026-06-21T00:11:54.391Z Compiling hyper-util v0.1.20
20172026-06-21T00:11:54.660Z Compiling darling v0.20.11
20182026-06-21T00:11:54.753Z Compiling rustls-native-certs v0.8.3
20192026-06-21T00:11:54.890Z Compiling ipnetwork v0.21.1
20202026-06-21T00:11:55.035Z Compiling strum_macros v0.26.4
20212026-06-21T00:11:55.125Z Compiling curve25519-dalek-derive v0.1.1
20222026-06-21T00:11:55.284Z Compiling sync_wrapper v1.0.2
20232026-06-21T00:11:55.368Z Compiling wait-timeout v0.2.1
20242026-06-21T00:11:55.499Z Compiling simd-adler32 v0.3.8
20252026-06-21T00:11:55.651Z Compiling is_terminal_polyfill v1.70.2
20262026-06-21T00:11:55.737Z Compiling num_threads v0.1.7
20272026-06-21T00:11:55.854Z Compiling colorchoice v1.0.4
20282026-06-21T00:11:55.867Z Compiling anstyle-query v1.1.5
20292026-06-21T00:11:55.926Z Compiling siphasher v1.0.2
20302026-06-21T00:11:55.960Z Compiling bit-vec v0.8.0
20312026-06-21T00:11:56.028Z Compiling quick-error v1.2.3
20322026-06-21T00:12:00.340Z Compiling time v0.3.47
20332026-06-21T00:12:00.420Z Compiling rusty-fork v0.3.1
20342026-06-21T00:12:00.851Z Compiling bit-set v0.8.0
20352026-06-21T00:12:00.851Z Compiling tower v0.5.3
20362026-06-21T00:12:00.851Z Compiling derive_builder_core v0.20.2
20372026-06-21T00:12:00.851Z Compiling snafu-derive v0.8.9
20382026-06-21T00:12:00.851Z Compiling http-body-util v0.1.3
20392026-06-21T00:12:00.851Z Compiling webpki-roots v1.0.6
20402026-06-21T00:12:00.851Z Compiling signature v2.2.0
20412026-06-21T00:12:00.851Z Compiling hubpack_derive v0.1.1
20422026-06-21T00:12:00.851Z Compiling rand_xorshift v0.4.0
20432026-06-21T00:12:00.851Z Compiling strum_macros v0.27.2
20442026-06-21T00:12:00.851Z Compiling fs-err v3.3.0
20452026-06-21T00:12:00.851Z Compiling ahash v0.8.12
20462026-06-21T00:12:00.851Z Compiling unicode-properties v0.1.4
20472026-06-21T00:12:00.851Z Compiling unicode-bidi v0.3.18
20482026-06-21T00:12:00.851Z Compiling ryu v1.0.23
20492026-06-21T00:12:00.851Z Compiling adler2 v2.0.1
20502026-06-21T00:12:00.851Z Compiling object v0.37.3
20512026-06-21T00:12:00.851Z Compiling unarray v0.1.4
20522026-06-21T00:12:00.851Z Compiling iri-string v0.7.10
20532026-06-21T00:12:00.851Z Compiling allocator-api2 v0.2.21
20542026-06-21T00:12:00.851Z Compiling stringprep v0.1.5
20552026-06-21T00:12:00.851Z Compiling proptest v1.10.0
20562026-06-21T00:12:00.851Z Compiling serde_urlencoded v0.7.1
20572026-06-21T00:12:00.851Z Compiling miniz_oxide v0.8.9
20582026-06-21T00:12:00.851Z Compiling derive_builder_macro v0.20.2
20592026-06-21T00:12:00.851Z Compiling tokio-native-tls v0.3.1
20602026-06-21T00:12:00.851Z Compiling usdt-macro v0.6.0
20612026-06-21T00:12:00.851Z Compiling usdt-attr-macro v0.6.0
20622026-06-21T00:12:00.851Z Compiling tower-http v0.6.8
20632026-06-21T00:12:00.851Z Compiling anstyle-parse v1.0.0
20642026-06-21T00:12:00.851Z Compiling rand_chacha v0.3.1
20652026-06-21T00:12:00.851Z Compiling erased-serde v0.3.31
20662026-06-21T00:12:00.852Z Compiling md-5 v0.10.6
20672026-06-21T00:12:00.852Z Compiling bstr v1.12.1
20682026-06-21T00:12:00.852Z Compiling num-integer v0.1.46
20692026-06-21T00:12:00.852Z Compiling hash32 v0.2.1
20702026-06-21T00:12:00.852Z Compiling vergen-lib v9.1.0
20712026-06-21T00:12:00.852Z Compiling ff v0.13.1
20722026-06-21T00:12:00.852Z Compiling encoding_rs v0.8.35
20732026-06-21T00:12:00.852Z Compiling psl-types v2.0.11
20742026-06-21T00:12:00.852Z Compiling mime v0.3.17
20752026-06-21T00:12:00.852Z Compiling fallible-iterator v0.2.0
20762026-06-21T00:12:01.174Z Compiling base16ct v0.2.0
20772026-06-21T00:12:01.178Z Compiling zlib-rs v0.6.2
20782026-06-21T00:12:01.178Z Compiling publicsuffix v2.3.0
20792026-06-21T00:12:01.178Z Compiling sec1 v0.7.3
20802026-06-21T00:12:01.178Z Compiling postgres-protocol v0.6.10
20812026-06-21T00:12:01.178Z Compiling num-iter v0.1.45
20822026-06-21T00:12:01.178Z Compiling group v0.13.0
20832026-06-21T00:12:01.233Z Compiling newtype-uuid v1.3.2
20842026-06-21T00:12:01.233Z Compiling rand v0.8.6
20852026-06-21T00:12:01.409Z Compiling oxnet v0.1.6
20862026-06-21T00:12:01.557Z Compiling anstream v1.0.0
20872026-06-21T00:12:01.592Z Compiling derive_builder v0.20.2
20882026-06-21T00:12:01.632Z Compiling hyper-tls v0.6.0
20892026-06-21T00:12:01.676Z Compiling phf_shared v0.13.1
20902026-06-21T00:12:01.743Z Compiling pin-project v1.1.11
20912026-06-21T00:12:01.825Z Compiling lazy_static v1.5.0
20922026-06-21T00:12:01.839Z Compiling anstyle-parse v0.2.7
20932026-06-21T00:12:01.933Z Compiling terminal_size v0.4.3
20942026-06-21T00:12:01.948Z Compiling serde_with_macros v3.17.0
20952026-06-21T00:12:01.952Z Compiling futures-executor v0.3.32
20962026-06-21T00:12:01.978Z Compiling hex v0.4.3
20972026-06-21T00:12:02.085Z Compiling hkdf v0.12.4
20982026-06-21T00:12:02.185Z Compiling crypto-bigint v0.5.5
20992026-06-21T00:12:02.203Z Compiling async-recursion v1.1.1
21002026-06-21T00:12:02.220Z Compiling clap_derive v4.6.1
21012026-06-21T00:12:02.223Z Compiling serde_repr v0.1.20
21022026-06-21T00:12:02.253Z Compiling enum-as-inner v0.6.1
21032026-06-21T00:12:02.291Z Compiling vergen v9.1.0
21042026-06-21T00:12:02.336Z Compiling cargo-platform v0.3.2
21052026-06-21T00:12:02.518Z Compiling flate2 v1.1.9
21062026-06-21T00:12:02.764Z Compiling managed v0.8.0
21072026-06-21T00:12:02.784Z Compiling bumpalo v3.20.2
21082026-06-21T00:12:02.802Z Compiling clap_lex v1.0.0
21092026-06-21T00:12:02.823Z Compiling libbz2-rs-sys v0.2.2
21102026-06-21T00:12:02.846Z Compiling foldhash v0.1.5
21112026-06-21T00:12:03.025Z Compiling bitflags v1.3.2
21122026-06-21T00:12:03.065Z Compiling foldhash v0.2.0
21132026-06-21T00:12:03.070Z Compiling same-file v1.0.6
21142026-06-21T00:12:03.251Z Compiling bzip2 v0.6.1
21152026-06-21T00:12:03.304Z Compiling hashbrown v0.16.1
21162026-06-21T00:12:03.352Z Compiling walkdir v2.5.0
21172026-06-21T00:12:03.483Z Compiling elliptic-curve v0.13.8
21182026-06-21T00:12:03.500Z Compiling zopfli v0.8.3
21192026-06-21T00:12:03.641Z Compiling hashbrown v0.15.5
21202026-06-21T00:12:03.669Z Compiling clap_builder v4.6.0
21212026-06-21T00:12:03.876Z Compiling cargo_metadata v0.23.1
21222026-06-21T00:12:03.997Z Compiling futures v0.3.32
21232026-06-21T00:12:04.129Z Compiling anstream v0.6.21
21242026-06-21T00:12:04.438Z Compiling phf v0.13.1
21252026-06-21T00:12:04.620Z Compiling snafu v0.8.9
21262026-06-21T00:12:04.653Z Compiling zstd v0.13.3
21272026-06-21T00:12:04.975Z Compiling daft v0.1.7
21282026-06-21T00:12:05.121Z Compiling signal-hook-mio v0.2.5
21292026-06-21T00:12:05.178Z Compiling cookie_store v0.22.1
21302026-06-21T00:12:05.289Z Compiling postgres-types v0.2.12
21312026-06-21T00:12:05.299Z Compiling bzip2 v0.4.4
21322026-06-21T00:12:05.299Z Compiling globset v0.4.18
21332026-06-21T00:12:05.363Z Compiling strum v0.27.2
21342026-06-21T00:12:05.530Z Compiling hubpack v0.1.2
21352026-06-21T00:12:05.545Z Compiling ed25519 v2.2.3
21362026-06-21T00:12:05.562Z Compiling phf_shared v0.11.3
21372026-06-21T00:12:05.680Z Compiling crossbeam-epoch v0.9.18
21382026-06-21T00:12:05.765Z Compiling olpc-cjson v0.1.4
21392026-06-21T00:12:05.797Z Compiling pkcs1 v0.7.5
21402026-06-21T00:12:05.832Z Compiling pem v3.0.6
21412026-06-21T00:12:05.889Z Compiling serde-big-array v0.5.1
21422026-06-21T00:12:06.002Z Compiling serde_plain v1.0.2
21432026-06-21T00:12:06.032Z Compiling rfc6979 v0.4.0
21442026-06-21T00:12:06.056Z Compiling float-cmp v0.10.0
21452026-06-21T00:12:06.077Z Compiling memmap2 v0.9.10
21462026-06-21T00:12:06.137Z Compiling env_filter v1.0.0
21472026-06-21T00:12:06.183Z Compiling precomputed-hash v0.1.1
21482026-06-21T00:12:06.201Z Compiling static_assertions v1.1.0
21492026-06-21T00:12:06.204Z Compiling fixedbitset v0.5.7
21502026-06-21T00:12:06.204Z Compiling normalize-line-endings v0.3.0
21512026-06-21T00:12:06.250Z Compiling typed-path v0.9.3
21522026-06-21T00:12:06.291Z Compiling toml_write v0.1.2
21532026-06-21T00:12:06.321Z Compiling whoami v2.1.0
21542026-06-21T00:12:06.414Z Compiling keccak v0.1.6
21552026-06-21T00:12:06.449Z Compiling jiff v0.2.21
21562026-06-21T00:12:06.453Z Compiling data-encoding v2.10.0
21572026-06-21T00:12:06.518Z Compiling predicates-core v1.0.10
21582026-06-21T00:12:06.535Z Compiling new_debug_unreachable v1.0.6
21592026-06-21T00:12:06.562Z Compiling difflib v0.4.0
21602026-06-21T00:12:06.596Z Compiling fixedbitset v0.4.2
21612026-06-21T00:12:06.624Z Compiling string_cache v0.8.9
21622026-06-21T00:12:06.642Z Compiling sha3 v0.10.8
21632026-06-21T00:12:06.682Z Compiling tokio-postgres v0.7.16
21642026-06-21T00:12:06.816Z Compiling predicates v3.1.4
21652026-06-21T00:12:06.862Z Compiling hickory-proto v0.25.2
21662026-06-21T00:12:06.934Z Compiling petgraph v0.6.5
21672026-06-21T00:12:07.014Z Compiling toml_edit v0.22.27
21682026-06-21T00:12:07.034Z Compiling petgraph v0.8.3
21692026-06-21T00:12:07.351Z Compiling env_logger v0.11.9
21702026-06-21T00:12:07.436Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21712026-06-21T00:12:07.448Z Compiling usdt v0.6.0
21722026-06-21T00:12:07.703Z Compiling ecdsa v0.16.9
21732026-06-21T00:12:07.737Z Compiling rsa v0.9.10
21742026-06-21T00:12:08.429Z Compiling ed25519-dalek v2.2.0
21752026-06-21T00:12:08.920Z Compiling zip v0.6.6
21762026-06-21T00:12:08.989Z Compiling crossterm v0.28.1
21772026-06-21T00:12:09.031Z Compiling iddqd v0.4.2
21782026-06-21T00:12:09.468Z Compiling zip v4.6.1
21792026-06-21T00:12:09.480Z Compiling clap v4.6.1
21802026-06-21T00:12:09.950Z Compiling serde_with v3.17.0
21812026-06-21T00:12:09.969Z Compiling similar v2.7.0
21822026-06-21T00:12:10.285Z Compiling strum v0.26.3
21832026-06-21T00:12:10.301Z Compiling toml v0.7.8
21842026-06-21T00:12:10.301Z Compiling tokio-stream v0.1.18
21852026-06-21T00:12:10.301Z Compiling buf-list v1.1.2
21862026-06-21T00:12:10.368Z Compiling itertools v0.13.0
21872026-06-21T00:12:10.526Z Compiling x509-cert v0.2.5
21882026-06-21T00:12:10.722Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-21T00:12:10.806Z Compiling openapiv3 v2.2.0
21902026-06-21T00:12:11.039Z Compiling sha1 v0.10.6
21912026-06-21T00:12:11.198Z Compiling lalrpop-util v0.19.12
21922026-06-21T00:12:11.422Z Compiling peg-runtime v0.8.5
21932026-06-21T00:12:26.419Z Compiling rustls-webpki v0.103.9
21942026-06-21T00:12:27.759Z Compiling macaddr v1.0.1
21952026-06-21T00:12:27.777Z Compiling structmeta-derive v0.3.0
21962026-06-21T00:12:27.865Z Compiling crucible-workspace-hack v0.1.0
21972026-06-21T00:12:27.947Z Compiling rayon-core v1.13.0
21982026-06-21T00:12:28.080Z Compiling itertools v0.14.0
21992026-06-21T00:12:28.111Z Compiling secrecy v0.10.3
22002026-06-21T00:12:28.188Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-06-21T00:12:28.205Z Compiling toml_datetime v0.7.5+spec-1.1.0
22022026-06-21T00:12:28.305Z Compiling rustls v0.22.4
22032026-06-21T00:12:28.384Z Compiling heapless v0.8.0
22042026-06-21T00:12:28.467Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-06-21T00:12:28.601Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-06-21T00:12:28.647Z Compiling crossbeam-deque v0.8.6
22072026-06-21T00:12:28.726Z Compiling rustls-webpki v0.102.8
22082026-06-21T00:12:28.805Z Compiling hash32 v0.3.1
22092026-06-21T00:12:28.821Z Compiling structmeta v0.3.0
22102026-06-21T00:12:28.837Z Compiling multer v3.1.0
22112026-06-21T00:12:28.894Z Compiling thread_local v1.1.9
22122026-06-21T00:12:28.911Z Compiling match_cfg v0.1.0
22132026-06-21T00:12:28.927Z Compiling smoltcp v0.11.0
22142026-06-21T00:12:29.023Z Compiling compression-core v0.4.31
22152026-06-21T00:12:29.146Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-06-21T00:12:29.156Z Compiling slog-async v2.8.0
22172026-06-21T00:12:29.156Z Compiling unicode-width v0.2.0
22182026-06-21T00:12:29.265Z Compiling compression-codecs v0.4.37
22192026-06-21T00:12:29.317Z Compiling derive-ex v0.1.8
22202026-06-21T00:12:29.334Z Compiling proc-macro-crate v3.4.0
22212026-06-21T00:12:29.371Z Compiling hostname v0.3.1
22222026-06-21T00:12:29.375Z Compiling ingot-macros v0.1.1
22232026-06-21T00:12:29.431Z Compiling atomicwrites v0.4.4
22242026-06-21T00:12:29.557Z Compiling slog-json v2.6.1
22252026-06-21T00:12:29.656Z Compiling crossbeam-channel v0.5.15
22262026-06-21T00:12:29.750Z Compiling half v2.7.1
22272026-06-21T00:12:29.786Z Compiling newtype-uuid-macros v0.1.0
22282026-06-21T00:12:29.840Z Compiling cobs v0.3.0
22292026-06-21T00:12:29.920Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-21T00:12:30.119Z Compiling universal-hash v0.5.1
22312026-06-21T00:12:30.138Z Compiling async-stream-impl v0.3.6
22322026-06-21T00:12:30.286Z Compiling tokio-rustls v0.26.4
22332026-06-21T00:12:30.370Z Compiling rustls-platform-verifier v0.6.2
22342026-06-21T00:12:30.537Z Compiling hyper-rustls v0.27.7
22352026-06-21T00:12:30.583Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-06-21T00:12:30.596Z Compiling serde_spanned v1.0.4
22372026-06-21T00:12:30.610Z Compiling is-terminal v0.4.17
22382026-06-21T00:12:30.743Z Compiling dropshot v0.17.0
22392026-06-21T00:12:30.762Z Compiling proc-macro-error-attr v1.0.4
22402026-06-21T00:12:30.792Z Compiling reqwest v0.12.28
22412026-06-21T00:12:30.870Z Compiling reqwest v0.13.2
22422026-06-21T00:12:30.895Z Compiling take_mut v0.2.2
22432026-06-21T00:12:30.973Z Compiling term v1.2.1
22442026-06-21T00:12:30.997Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-21T00:12:31.007Z Compiling convert_case v0.4.0
22462026-06-21T00:12:31.007Z Compiling opaque-debug v0.3.1
22472026-06-21T00:12:31.038Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-21T00:12:31.050Z Compiling ciborium-io v0.2.2
22492026-06-21T00:12:31.090Z Compiling poly1305 v0.8.0
22502026-06-21T00:12:31.218Z Compiling ciborium-ll v0.2.2
22512026-06-21T00:12:31.272Z Compiling thiserror-no-std v2.0.2
22522026-06-21T00:12:31.325Z Compiling derive_more v0.99.20
22532026-06-21T00:12:31.346Z Compiling slog-term v2.9.2
22542026-06-21T00:12:31.354Z Compiling tokio-rustls v0.25.0
22552026-06-21T00:12:31.476Z Compiling toml v1.0.6+spec-1.1.0
22562026-06-21T00:12:31.731Z Compiling test-strategy v0.4.5
22572026-06-21T00:12:31.748Z Compiling async-stream v0.3.6
22582026-06-21T00:12:31.971Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-06-21T00:12:32.023Z Compiling ingot-types v0.1.2
22602026-06-21T00:12:32.045Z Compiling postcard v1.1.3
22612026-06-21T00:12:32.454Z Compiling tough v0.22.0
22622026-06-21T00:12:32.501Z Compiling ingot v0.1.1
22632026-06-21T00:12:32.778Z Compiling num_enum_derive v0.7.6
22642026-06-21T00:12:32.837Z Compiling slog-bunyan v2.5.0
22652026-06-21T00:12:32.860Z Compiling async-compression v0.4.41
22662026-06-21T00:12:33.090Z Compiling parse-display-derive v0.10.0
22672026-06-21T00:12:33.352Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-06-21T00:12:33.500Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-21T00:12:33.753Z Compiling proc-macro-crate v1.3.1
22702026-06-21T00:12:33.769Z Compiling waitgroup v0.1.2
22712026-06-21T00:12:33.787Z Compiling backon v1.6.0
22722026-06-21T00:12:33.951Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22732026-06-21T00:12:34.059Z Compiling password-hash v0.5.0
22742026-06-21T00:12:34.110Z Compiling dropshot_endpoint v0.17.0
22752026-06-21T00:12:34.219Z Compiling chacha20 v0.9.1
22762026-06-21T00:12:34.260Z Compiling rustls-pemfile v2.2.0
22772026-06-21T00:12:34.267Z Compiling blake2 v0.10.6
22782026-06-21T00:12:34.531Z Compiling aead v0.5.2
22792026-06-21T00:12:34.546Z Compiling foreign-types-macros v0.2.3
22802026-06-21T00:12:34.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22812026-06-21T00:12:34.748Z Compiling serde_path_to_error v0.1.20
22822026-06-21T00:12:34.777Z Compiling hostname v0.4.2
22832026-06-21T00:12:34.777Z Compiling proc-macro-error v1.0.4
22842026-06-21T00:12:34.970Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-21T00:12:35.012Z Compiling instant v0.1.13
22862026-06-21T00:12:35.041Z Compiling typeid v1.0.3
22872026-06-21T00:12:35.046Z Compiling cpufeatures v0.3.0
22882026-06-21T00:12:35.057Z Compiling debug-ignore v1.0.5
22892026-06-21T00:12:35.145Z Compiling foreign-types-shared v0.3.1
22902026-06-21T00:12:35.158Z Compiling chacha20 v0.10.0
22912026-06-21T00:12:35.168Z Compiling backoff v0.4.0
22922026-06-21T00:12:35.259Z Compiling foreign-types v0.5.0
22932026-06-21T00:12:35.273Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-21T00:12:35.335Z Compiling chacha20poly1305 v0.10.1
22952026-06-21T00:12:35.362Z Compiling parse-display v0.10.0
22962026-06-21T00:12:35.393Z Compiling argon2 v0.5.3
22972026-06-21T00:12:35.406Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22982026-06-21T00:12:35.423Z Compiling num_enum_derive v0.5.11
22992026-06-21T00:12:35.485Z Compiling num_enum v0.7.6
23002026-06-21T00:12:35.493Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-21T00:12:35.532Z Compiling ciborium v0.2.2
23022026-06-21T00:12:35.634Z Compiling vsss-rs v3.3.4
23032026-06-21T00:12:35.799Z Compiling tabwriter v1.4.1
23042026-06-21T00:12:35.927Z Compiling regress v0.10.5
23052026-06-21T00:12:36.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-06-21T00:12:36.192Z Compiling byte-wrapper v0.1.0
23072026-06-21T00:12:36.276Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23082026-06-21T00:12:36.372Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-06-21T00:12:36.399Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23102026-06-21T00:12:36.411Z Compiling cstr-argument v0.1.2
23112026-06-21T00:12:36.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-06-21T00:12:36.603Z Compiling humantime v2.3.0
23132026-06-21T00:12:36.823Z Compiling erased-serde v0.4.9
23142026-06-21T00:12:36.863Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-06-21T00:12:36.971Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-21T00:12:36.985Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-21T00:12:37.088Z Compiling num_enum v0.5.11
23182026-06-21T00:12:37.130Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-06-21T00:12:37.160Z Compiling rand v0.10.0
23202026-06-21T00:12:37.207Z Compiling rayon v1.11.0
23212026-06-21T00:12:37.226Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-21T00:12:37.238Z Compiling colored v3.1.1
23232026-06-21T00:12:37.313Z Compiling indent_write v2.2.0
23242026-06-21T00:12:37.391Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-21T00:12:37.429Z Compiling libefi-sys v0.1.0
23262026-06-21T00:12:37.445Z Compiling zone_cfg_derive v0.3.1
23272026-06-21T00:12:37.491Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23282026-06-21T00:12:37.594Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-21T00:12:37.625Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-21T00:12:37.714Z Compiling camino-tempfile v1.4.1
23312026-06-21T00:12:37.738Z Compiling itertools v0.12.1
23322026-06-21T00:12:37.969Z Compiling usdt-attr-macro v0.5.0
23332026-06-21T00:12:38.025Z Compiling usdt-macro v0.5.0
23342026-06-21T00:12:38.131Z Compiling num-derive v0.4.2
23352026-06-21T00:12:38.147Z Compiling bitfield-struct v0.6.2
23362026-06-21T00:12:38.167Z Compiling ordered-float v2.10.1
23372026-06-21T00:12:38.211Z Compiling blake3 v1.8.3
23382026-06-21T00:12:38.481Z Compiling sigpipe v0.1.3
23392026-06-21T00:12:38.566Z Compiling memmap v0.7.0
23402026-06-21T00:12:38.590Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-21T00:12:38.740Z Compiling swrite v0.1.0
23422026-06-21T00:12:38.762Z Compiling glob v0.3.3
23432026-06-21T00:12:38.797Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-21T00:12:38.835Z Compiling usdt v0.5.0
23452026-06-21T00:12:38.881Z Compiling serde-value v0.7.0
23462026-06-21T00:12:39.055Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-21T00:12:39.170Z Compiling zone v0.3.1
23482026-06-21T00:12:39.231Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-21T00:12:39.353Z Compiling serde-untagged v0.1.9
23502026-06-21T00:12:39.489Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-21T00:12:39.614Z Compiling toml v0.8.23
23522026-06-21T00:12:39.736Z Compiling smf v0.2.3
23532026-06-21T00:12:39.741Z Compiling filetime v0.2.27
23542026-06-21T00:12:39.769Z Compiling whoami v1.6.1
23552026-06-21T00:12:39.780Z Compiling unicode-xid v0.2.6
23562026-06-21T00:12:39.795Z Compiling arrayref v0.3.9
23572026-06-21T00:12:39.818Z Compiling constant_time_eq v0.4.2
23582026-06-21T00:12:39.886Z Compiling xattr v1.6.1
23592026-06-21T00:12:39.959Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-21T00:12:39.975Z Compiling arrayvec v0.7.6
23612026-06-21T00:12:39.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-06-21T00:12:40.034Z Compiling tar v0.4.45
23632026-06-21T00:12:40.066Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-21T00:12:40.194Z Compiling cargo-util-schemas v0.8.2
23652026-06-21T00:12:40.248Z Compiling tokio-dtrace v0.1.1
23662026-06-21T00:12:40.268Z Compiling console v0.16.2
23672026-06-21T00:12:40.600Z Compiling gethostname v0.5.0
23682026-06-21T00:12:40.754Z Compiling cargo-platform v0.2.0
23692026-06-21T00:12:40.766Z Compiling topological-sort v0.2.2
23702026-06-21T00:12:40.789Z Compiling unit-prefix v0.5.2
23712026-06-21T00:12:40.789Z Compiling oxide-tokio-rt v0.1.4
23722026-06-21T00:12:40.899Z Compiling shell-words v1.1.1
23732026-06-21T00:12:40.976Z Compiling indicatif v0.18.4
23742026-06-21T00:12:40.990Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-21T00:12:41.323Z Compiling cargo_metadata v0.21.0
23762026-06-21T00:12:50.907Z Compiling omicron-zone-package v0.12.2
23772026-06-21T00:12:50.941Z Compiling progenitor-client v0.14.0
23782026-06-21T00:12:51.410Z Compiling progenitor-extras v0.2.0
23792026-06-21T00:12:53.671Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-21T00:12:53.686Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-21T00:12:53.726Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-21T00:12:53.794Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-21T00:12:53.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-06-21T00:12:54.055Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-21T00:12:54.055Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-21T00:12:54.055Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-06-21T00:12:54.111Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-21T00:12:57.733Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-21T00:13:05.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-21T00:13:08.548Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-21T00:13:09.633Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-21T00:13:19.508Z Finished `release` profile [optimized] target(s) in 1m 44s
23932026-06-21T00:13:19.561Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-21T00:13:19.562ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-21T00:13:19.562ZCreated new build target 'test' and set it as active
23962026-06-21T00:13:19.562Z
23972026-06-21T00:13:19.562Zreal 1:44.770056255
23982026-06-21T00:13:19.562Zuser 17:07.124618672
23992026-06-21T00:13:19.562Zsys 2:41.640463447
24002026-06-21T00:13:19.562Ztrap 0.469621252
24012026-06-21T00:13:19.562Ztflt 2.850616467
24022026-06-21T00:13:19.562Zdflt 4.565974851
24032026-06-21T00:13:19.562Zkflt 0.000424704
24042026-06-21T00:13:19.562Zlock 53:25.754624773
24052026-06-21T00:13:19.562Zslp 43:40.810627534
24062026-06-21T00:13:19.562Zlat 44.099247741
24072026-06-21T00:13:19.562Zstop 5:23.718845193
24082026-06-21T00:13:19.562Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-21T00:13:20.268Z Finished `release` profile [optimized] target(s) in 0.80s
24102026-06-21T00:13:20.328Z Running `target/release/omicron-package -t test package`
24112026-06-21T00:13:20.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-21T00:13:21.745Z Compiling heck v0.5.0
24132026-06-21T00:13:21.767Z Compiling regress v0.11.1
24142026-06-21T00:13:21.951Z Compiling unsafe-libyaml v0.2.11
24152026-06-21T00:13:21.987Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-21T00:13:22.018Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-21T00:13:22.075Z Compiling unicode-width v0.1.14
24182026-06-21T00:13:22.100Z Compiling atomicwrites v0.4.4
24192026-06-21T00:13:22.101Z Compiling derive-where v1.6.0
24202026-06-21T00:13:22.101Z Compiling bytecount v0.6.9
24212026-06-21T00:13:22.101Z Compiling is-terminal v0.4.17
24222026-06-21T00:13:22.138Z Compiling prettyplease v0.2.37
24232026-06-21T00:13:22.172Z Compiling console v0.15.11
24242026-06-21T00:13:22.172Z Compiling newline-converter v0.3.0
24252026-06-21T00:13:22.176Z Compiling slog-dtrace v0.3.0
24262026-06-21T00:13:22.189Z Compiling owo-colors v4.3.0
24272026-06-21T00:13:22.257Z Compiling resolv-conf v0.7.6
24282026-06-21T00:13:22.302Z Compiling cancel-safe-futures v0.1.5
24292026-06-21T00:13:22.356Z Compiling rustls v0.22.4
24302026-06-21T00:13:22.407Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-21T00:13:22.407Z Compiling num-rational v0.4.2
24322026-06-21T00:13:22.408Z Compiling libsw-core v0.3.2
24332026-06-21T00:13:22.434Z Compiling rustls-webpki v0.102.8
24342026-06-21T00:13:22.493Z Compiling num-complex v0.4.6
24352026-06-21T00:13:22.530Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-21T00:13:22.609Z Compiling thread_local v1.1.9
24372026-06-21T00:13:22.631Z Compiling expectorate v1.2.0
24382026-06-21T00:13:22.644Z Compiling match_cfg v0.1.0
24392026-06-21T00:13:22.666Z Compiling compression-core v0.4.31
24402026-06-21T00:13:22.753Z Compiling hostname v0.3.1
24412026-06-21T00:13:23.408Z Compiling compression-codecs v0.4.37
24422026-06-21T00:13:23.520Z Compiling num v0.4.3
24432026-06-21T00:13:23.520Z Compiling libsw v3.5.0
24442026-06-21T00:13:23.525Z Compiling multer v3.1.0
24452026-06-21T00:13:23.525Z Compiling slog-async v2.8.0
24462026-06-21T00:13:23.525Z Compiling crossbeam-channel v0.5.15
24472026-06-21T00:13:23.525Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-06-21T00:13:23.525Z Compiling slog-json v2.6.1
24492026-06-21T00:13:23.529Z Compiling serde_spanned v1.0.4
24502026-06-21T00:13:23.529Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-21T00:13:23.529Z Compiling take_mut v0.2.2
24522026-06-21T00:13:23.529Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-06-21T00:13:23.529Z Compiling float-ord v0.3.2
24542026-06-21T00:13:23.529Z Compiling term v1.2.1
24552026-06-21T00:13:23.530Z Compiling linear-map v1.2.0
24562026-06-21T00:13:23.556Z Compiling linked-hash-map v0.5.6
24572026-06-21T00:13:23.556Z Compiling slog-bunyan v2.5.0
24582026-06-21T00:13:23.556Z Compiling typify-impl v0.6.2
24592026-06-21T00:13:23.714Z Compiling toml v1.0.6+spec-1.1.0
24602026-06-21T00:13:23.714Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24612026-06-21T00:13:23.768Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-06-21T00:13:23.768Z Compiling lru-cache v0.1.2
24632026-06-21T00:13:23.768Z Compiling slog-term v2.9.2
24642026-06-21T00:13:23.881Z Compiling async-compression v0.4.41
24652026-06-21T00:13:23.902Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-06-21T00:13:23.979Z Compiling dropshot v0.17.0
24672026-06-21T00:13:24.041Z Compiling async-stream v0.3.6
24682026-06-21T00:13:24.058Z Compiling progenitor-client v0.14.0
24692026-06-21T00:13:24.123Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-06-21T00:13:24.195Z Compiling waitgroup v0.1.2
24712026-06-21T00:13:24.254Z Compiling backon v1.6.0
24722026-06-21T00:13:24.307Z Compiling rustls-pemfile v2.2.0
24732026-06-21T00:13:24.354Z Compiling hostname v0.4.2
24742026-06-21T00:13:24.354Z Compiling serde_path_to_error v0.1.20
24752026-06-21T00:13:24.354Z Compiling instant v0.1.13
24762026-06-21T00:13:24.484Z Compiling minimal-lexical v0.2.1
24772026-06-21T00:13:24.516Z Compiling debug-ignore v1.0.5
24782026-06-21T00:13:24.517Z Compiling backoff v0.4.0
24792026-06-21T00:13:24.517Z Compiling progenitor-extras v0.2.0
24802026-06-21T00:13:24.517Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-06-21T00:13:24.575Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-06-21T00:13:24.671Z Compiling nom v7.1.3
24832026-06-21T00:13:24.678Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-06-21T00:13:24.719Z Compiling tokio-rustls v0.25.0
24852026-06-21T00:13:24.752Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-06-21T00:13:24.780Z Compiling parse-display v0.10.0
24872026-06-21T00:13:24.873Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-06-21T00:13:24.987Z Compiling hickory-proto v0.24.4
24892026-06-21T00:13:25.112Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-06-21T00:13:25.541Z Compiling regress v0.10.5
24912026-06-21T00:13:25.772Z Compiling macaddr v1.0.1
24922026-06-21T00:13:25.941Z Compiling humantime v2.3.0
24932026-06-21T00:13:26.033Z Compiling unicode-xid v0.2.6
24942026-06-21T00:13:26.093Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-06-21T00:13:26.191Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-06-21T00:13:26.225Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-06-21T00:13:26.319Z Compiling convert_case v0.10.0
24982026-06-21T00:13:26.399Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-06-21T00:13:27.107Z Compiling toml v0.8.23
25002026-06-21T00:13:27.309Z Compiling derive_more-impl v2.1.1
25012026-06-21T00:13:27.309Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-06-21T00:13:27.309Z Compiling typify-macro v0.6.2
25032026-06-21T00:13:27.309Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-21T00:13:27.333Z Compiling papergrid v0.11.0
25052026-06-21T00:13:27.333Z Compiling tabled_derive v0.7.0
25062026-06-21T00:13:27.463Z Compiling derive_more v2.1.1
25072026-06-21T00:13:27.522Z Compiling hickory-resolver v0.24.4
25082026-06-21T00:13:27.559Z Compiling termtree v0.5.1
25092026-06-21T00:13:27.587Z Compiling crossterm v0.29.0
25102026-06-21T00:13:27.764Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-06-21T00:13:28.206Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-21T00:13:28.663Z Compiling typify v0.6.2
25132026-06-21T00:13:28.802Z Compiling progenitor-impl v0.14.0
25142026-06-21T00:13:31.571Z Compiling qorb v0.4.1
25152026-06-21T00:13:31.729Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-06-21T00:13:31.729Z Compiling tabled v0.15.0
25172026-06-21T00:13:31.729Z Compiling phf_shared v0.12.1
25182026-06-21T00:13:31.729Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-06-21T00:13:31.729Z Compiling progenitor-macro v0.14.0
25202026-06-21T00:13:31.729Z Compiling vte v0.14.1
25212026-06-21T00:13:31.828Z Compiling csv-core v0.1.13
25222026-06-21T00:13:31.949Z Compiling chrono-tz v0.10.4
25232026-06-21T00:13:32.172Z Compiling highway v1.3.0
25242026-06-21T00:13:32.463Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-06-21T00:13:32.810Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-06-21T00:13:32.971Z Compiling csv v1.4.0
25272026-06-21T00:13:33.012Z Compiling strip-ansi-escapes v0.2.1
25282026-06-21T00:13:33.205Z Compiling phf v0.12.1
25292026-06-21T00:13:33.381Z Compiling const_format_proc_macros v0.2.34
25302026-06-21T00:13:33.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-06-21T00:13:33.421Z Compiling fd-lock v4.0.4
25322026-06-21T00:13:33.583Z Compiling peg-macros v0.8.5
25332026-06-21T00:13:34.021Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-06-21T00:13:34.070Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-06-21T00:13:34.176Z Compiling nu-ansi-term v0.50.3
25362026-06-21T00:13:34.737Z Compiling reedline v0.40.0
25372026-06-21T00:13:34.763Z Compiling const_format v0.2.35
25382026-06-21T00:13:34.885Z Compiling peg v0.8.5
25392026-06-21T00:13:35.092Z Compiling progenitor v0.14.0
25402026-06-21T00:13:35.279Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25412026-06-21T00:13:35.310Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-06-21T00:13:35.575Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-06-21T00:13:35.851Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-06-21T00:13:36.757Z Compiling bcs v0.1.6
25452026-06-21T00:13:37.214Z Compiling nom v8.0.0
25462026-06-21T00:13:37.817Z Compiling semver v0.1.20
25472026-06-21T00:13:37.861Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-06-21T00:13:38.118Z Compiling rustc_version v0.1.7
25492026-06-21T00:13:38.141Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-06-21T00:13:38.287Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-06-21T00:13:38.356Z Compiling newtype_derive v0.1.6
25522026-06-21T00:13:38.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-06-21T00:13:38.404Z Compiling unicode-linebreak v0.1.5
25542026-06-21T00:13:38.523Z Compiling smawk v0.3.2
25552026-06-21T00:13:38.613Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-06-21T00:13:38.686Z Compiling textwrap v0.16.2
25572026-06-21T00:13:38.722Z Compiling base64 v0.21.7
25582026-06-21T00:13:38.744Z Compiling steno v0.4.1
25592026-06-21T00:13:38.780Z Compiling dropshot-api-manager-types v0.7.2
25602026-06-21T00:13:38.803Z Compiling tagptr v0.2.0
25612026-06-21T00:13:39.029Z Compiling utf-8 v0.7.6
25622026-06-21T00:13:39.248Z Compiling moka v0.12.13
25632026-06-21T00:13:39.273Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-06-21T00:13:39.404Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-06-21T00:13:39.575Z Compiling tungstenite v0.21.0
25662026-06-21T00:13:39.588Z Compiling display-error-chain v0.2.2
25672026-06-21T00:13:39.774Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25682026-06-21T00:13:40.220Z Compiling tokio-tungstenite v0.21.0
25692026-06-21T00:13:40.300Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-06-21T00:13:40.493Z Compiling hickory-resolver v0.25.2
25712026-06-21T00:13:40.659Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25722026-06-21T00:13:40.712Z Compiling radium v0.7.0
25732026-06-21T00:13:41.065Z Compiling maybe-uninit v2.0.0
25742026-06-21T00:13:41.085Z Compiling tap v1.0.1
25752026-06-21T00:13:41.227Z Compiling wyz v0.5.1
25762026-06-21T00:13:41.478Z Compiling vergen-lib v0.1.6
25772026-06-21T00:13:41.675Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-06-21T00:13:41.725Z Compiling zerocopy-derive v0.6.6
25792026-06-21T00:13:41.755Z Compiling crc-catalog v2.4.0
25802026-06-21T00:13:41.891Z Compiling packed_struct v0.10.1
25812026-06-21T00:13:42.172Z Compiling diesel_derives v2.3.7
25822026-06-21T00:13:42.397Z Compiling funty v2.0.0
25832026-06-21T00:13:42.508Z Compiling zerocopy v0.6.6
25842026-06-21T00:13:43.385Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25852026-06-21T00:13:43.558Z Compiling bitvec v1.0.1
25862026-06-21T00:13:43.559Z Compiling crc v3.4.0
25872026-06-21T00:13:43.610Z Compiling scheduled-thread-pool v0.2.7
25882026-06-21T00:13:43.702Z Compiling dsl_auto_type v0.2.0
25892026-06-21T00:13:43.848Z Compiling packed_struct_codegen v0.10.1
25902026-06-21T00:13:44.275Z Compiling vergen-gitcl v1.0.8
25912026-06-21T00:13:44.321Z Compiling bitfield-macros v0.19.4
25922026-06-21T00:13:44.527Z Compiling diesel_table_macro_syntax v0.3.0
25932026-06-21T00:13:44.755Z Compiling dirs-sys-next v0.1.2
25942026-06-21T00:13:44.885Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-21T00:13:45.025Z Compiling indexmap v1.9.3
25962026-06-21T00:13:45.044Z Compiling glob v0.3.3
25972026-06-21T00:13:45.049Z Compiling nodrop v0.1.14
25982026-06-21T00:13:45.097Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-21T00:13:45.214Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-21T00:13:45.268Z Compiling maplit v1.0.2
26012026-06-21T00:13:45.300Z Compiling crunchy v0.2.4
26022026-06-21T00:13:45.346Z Compiling proc-macro-error2 v2.0.1
26032026-06-21T00:13:45.412Z Compiling clang-sys v1.8.1
26042026-06-21T00:13:45.436Z Compiling array-init v0.0.4
26052026-06-21T00:13:45.616Z Compiling bitfield v0.19.4
26062026-06-21T00:13:45.663Z Compiling dirs-next v2.0.0
26072026-06-21T00:13:45.855Z Compiling r2d2 v0.8.10
26082026-06-21T00:13:45.877Z Compiling smallvec v0.6.14
26092026-06-21T00:13:46.138Z Compiling num-derive v0.3.3
26102026-06-21T00:13:46.177Z Compiling tiny-keccak v2.0.2
26112026-06-21T00:13:46.270Z Compiling hashbrown v0.12.3
26122026-06-21T00:13:46.603Z Compiling downcast-rs v2.0.2
26132026-06-21T00:13:46.607Z Compiling serde-hex v0.1.0
26142026-06-21T00:13:47.020Z Compiling term v0.7.0
26152026-06-21T00:13:47.063Z Compiling libscf-sys v1.1.0
26162026-06-21T00:13:47.088Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-06-21T00:13:47.099Z Compiling tabled_derive v0.11.0
26182026-06-21T00:13:47.238Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-06-21T00:13:47.319Z Compiling ron v0.8.1
26202026-06-21T00:13:47.354Z Compiling papergrid v0.17.0
26212026-06-21T00:13:47.389Z Compiling testing_table v0.3.0
26222026-06-21T00:13:47.486Z Compiling hashbrown v0.13.2
26232026-06-21T00:13:47.526Z Compiling crc-any v2.5.0
26242026-06-21T00:13:47.885Z Compiling bit-vec v0.6.3
26252026-06-21T00:13:47.979Z Compiling ascii-canvas v3.0.0
26262026-06-21T00:13:48.122Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-06-21T00:13:48.163Z Compiling object v0.30.4
26282026-06-21T00:13:48.575Z Compiling bit-set v0.5.3
26292026-06-21T00:13:48.736Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-06-21T00:13:48.736Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26312026-06-21T00:13:48.952Z Compiling tabled v0.20.0
26322026-06-21T00:13:49.024Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26332026-06-21T00:13:49.044Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-06-21T00:13:49.217Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-06-21T00:13:49.653Z Compiling progenitor-impl v0.13.0
26362026-06-21T00:13:49.755Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-06-21T00:13:49.788Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-21T00:13:49.980Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-06-21T00:13:50.170Z Compiling itertools v0.10.5
26402026-06-21T00:13:50.219Z Compiling ena v0.14.4
26412026-06-21T00:13:50.920Z Compiling libloading v0.8.9
26422026-06-21T00:13:50.981Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-06-21T00:13:50.981Z Compiling path-slash v0.1.5
26442026-06-21T00:13:50.981Z Compiling diesel v2.3.7
26452026-06-21T00:13:50.981Z Compiling diff v0.1.13
26462026-06-21T00:13:50.981Z Compiling xshell-macros v0.2.7
26472026-06-21T00:13:51.156Z Compiling bindgen v0.71.1
26482026-06-21T00:13:51.217Z Compiling regex-syntax v0.6.29
26492026-06-21T00:13:51.271Z Compiling unicase v2.9.0
26502026-06-21T00:13:51.356Z Compiling xshell v0.2.7
26512026-06-21T00:13:51.431Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-06-21T00:13:51.885Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-21T00:13:52.961Z Compiling lalrpop v0.19.12
26542026-06-21T00:13:53.122Z Compiling progenitor-macro v0.13.0
26552026-06-21T00:13:53.138Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-06-21T00:13:54.545Z Compiling cexpr v0.6.0
26572026-06-21T00:13:55.233Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-06-21T00:13:55.234Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-06-21T00:13:55.234Z Compiling progenitor-client v0.13.0
26602026-06-21T00:13:55.595Z Compiling rustc-hash v2.1.1
26612026-06-21T00:13:55.739Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-21T00:13:56.619Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26632026-06-21T00:13:57.287Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-06-21T00:13:57.383Z Compiling progenitor v0.13.0
26652026-06-21T00:13:57.383Z Compiling headers-core v0.3.0
26662026-06-21T00:13:57.383Z Compiling libxml v0.3.3
26672026-06-21T00:13:57.467Z Compiling crc8 v0.1.1
26682026-06-21T00:13:57.513Z Compiling headers v0.4.1
26692026-06-21T00:13:57.596Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-21T00:13:57.624Z Compiling strum_macros v0.24.3
26712026-06-21T00:13:57.757Z Compiling indoc v1.0.9
26722026-06-21T00:13:57.888Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-06-21T00:13:58.006Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-06-21T00:14:00.196Z Compiling git-stub v1.0.0
26752026-06-21T00:14:00.229Z Compiling derive_builder v0.20.2
26762026-06-21T00:14:00.229Z Compiling oso-derive v0.27.3
26772026-06-21T00:14:00.229Z Compiling quick-xml v0.37.5
26782026-06-21T00:14:00.229Z Compiling impl-trait-for-tuples v0.2.3
26792026-06-21T00:14:00.229Z Compiling openssl-probe v0.1.6
26802026-06-21T00:14:00.229Z Compiling git-stub-vcs v0.1.0
26812026-06-21T00:14:00.229Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-21T00:14:00.229Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-06-21T00:14:00.229Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-06-21T00:14:00.229Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-06-21T00:14:00.229Z Compiling bb8 v0.8.6
26862026-06-21T00:14:00.229Z Compiling trait-variant v0.1.2
26872026-06-21T00:14:00.229Z Compiling half v1.8.3
26882026-06-21T00:14:00.229Z Compiling polar-core v0.27.3
26892026-06-21T00:14:00.229Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-06-21T00:14:00.390Z Compiling serde_cbor v0.11.2
26912026-06-21T00:14:00.599Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-06-21T00:14:00.617Z Compiling samael v0.0.19
26932026-06-21T00:14:00.618Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-06-21T00:14:01.272Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-06-21T00:14:01.426Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-06-21T00:14:01.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-06-21T00:14:01.583Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-06-21T00:14:01.710Z Compiling nonempty v0.12.0
26992026-06-21T00:14:01.769Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-06-21T00:14:01.815Z Compiling fxhash v0.2.1
27012026-06-21T00:14:01.944Z Compiling libz-sys v1.1.24
27022026-06-21T00:14:01.986Z Compiling salty v0.3.0
27032026-06-21T00:14:02.445Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-21T00:14:02.647Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-21T00:14:02.761Z Compiling kstat-rs v0.2.4
27062026-06-21T00:14:03.204Z Compiling arc-swap v1.8.2
27072026-06-21T00:14:03.281Z Compiling fs-err v2.11.0
27082026-06-21T00:14:03.595Z Compiling slog-scope v4.4.1
27092026-06-21T00:14:03.717Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-06-21T00:14:03.782Z Compiling mime_guess v2.0.5
27112026-06-21T00:14:04.034Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-06-21T00:14:04.377Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-06-21T00:14:04.811Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-06-21T00:14:04.845Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-06-21T00:14:05.109Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-06-21T00:14:05.525Z Compiling nanorand v0.7.0
27172026-06-21T00:14:05.874Z Compiling darling_core v0.23.0
27182026-06-21T00:14:05.899Z Compiling libgit2-sys v0.18.3+1.9.2
27192026-06-21T00:14:06.128Z Compiling parking_lot_core v0.8.6
27202026-06-21T00:14:06.450Z Compiling flume v0.11.1
27212026-06-21T00:14:06.467Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-21T00:14:06.890Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-06-21T00:14:07.366Z Compiling slog-stdlog v4.1.1
27242026-06-21T00:14:07.964Z Compiling diesel-dtrace v0.5.0
27252026-06-21T00:14:08.090Z Compiling async-bb8-diesel v0.2.1
27262026-06-21T00:14:08.146Z Compiling darling_macro v0.23.0
27272026-06-21T00:14:08.585Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-06-21T00:14:08.661Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-06-21T00:14:08.691Z Compiling primeorder v0.13.6
27302026-06-21T00:14:08.723Z Compiling atty v0.2.14
27312026-06-21T00:14:09.589Z Compiling instability v0.3.11
27322026-06-21T00:14:09.650Z Compiling strsim v0.10.0
27332026-06-21T00:14:09.650Z Compiling oso v0.27.3
27342026-06-21T00:14:09.650Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-06-21T00:14:09.650Z Compiling parse-size v1.1.0
27362026-06-21T00:14:09.819Z Compiling http-range v0.1.5
27372026-06-21T00:14:09.850Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-21T00:14:10.173Z Compiling darling_core v0.13.4
27392026-06-21T00:14:11.199Z Compiling p384 v0.13.1
27402026-06-21T00:14:11.868Z Compiling darling v0.23.0
27412026-06-21T00:14:11.987Z Compiling slog-envlogger v2.2.0
27422026-06-21T00:14:13.169Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-06-21T00:14:13.358Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-06-21T00:14:14.351Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-06-21T00:14:15.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-06-21T00:14:16.438Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27472026-06-21T00:14:16.904Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-06-21T00:14:16.949Z Compiling ignore v0.4.25
27492026-06-21T00:14:17.181Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-21T00:14:17.303Z Compiling castaway v0.2.4
27512026-06-21T00:14:17.471Z Compiling vergen-git2 v9.1.0
27522026-06-21T00:14:17.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-21T00:14:17.747Z Compiling indoc v2.0.7
27542026-06-21T00:14:17.932Z Compiling globwalk v0.9.1
27552026-06-21T00:14:18.582Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-21T00:14:18.604Z Compiling compact_str v0.8.1
27572026-06-21T00:14:18.923Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-06-21T00:14:19.600Z Compiling parking_lot v0.11.2
27592026-06-21T00:14:19.715Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-06-21T00:14:19.761Z Compiling hyper-staticfile v0.10.1
27612026-06-21T00:14:20.450Z Compiling darling_macro v0.13.4
27622026-06-21T00:14:20.843Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27632026-06-21T00:14:20.865Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-06-21T00:14:20.960Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-06-21T00:14:20.980Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-06-21T00:14:21.115Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27672026-06-21T00:14:21.426Z Compiling predicates-tree v1.0.13
27682026-06-21T00:14:21.513Z Compiling unicode-truncate v1.1.0
27692026-06-21T00:14:21.656Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-06-21T00:14:21.728Z Compiling lru v0.12.5
27712026-06-21T00:14:21.986Z Compiling rand_seeder v0.4.0
27722026-06-21T00:14:21.993Z Compiling prefix-trie v0.7.0
27732026-06-21T00:14:21.994Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-06-21T00:14:21.994Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27752026-06-21T00:14:22.161Z Compiling corncobs v0.1.4
27762026-06-21T00:14:22.215Z Compiling illumos-nvpair-sys v0.2.0
27772026-06-21T00:14:22.245Z Compiling rustls v0.21.12
27782026-06-21T00:14:22.409Z Compiling cassowary v0.3.0
27792026-06-21T00:14:22.432Z Compiling hickory-server v0.25.2
27802026-06-21T00:14:22.435Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-21T00:14:22.549Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-06-21T00:14:22.614Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27832026-06-21T00:14:22.776Z Compiling ratatui v0.29.0
27842026-06-21T00:14:22.919Z Compiling camino-tempfile-ext v0.3.3
27852026-06-21T00:14:23.055Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-21T00:14:23.232Z Compiling darling v0.13.4
27872026-06-21T00:14:23.351Z Compiling sled v0.34.7
27882026-06-21T00:14:23.592Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-06-21T00:14:24.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-21T00:14:24.217Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-06-21T00:14:26.055Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-06-21T00:14:26.241Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27932026-06-21T00:14:26.469Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-06-21T00:14:26.675Z Compiling sct v0.7.1
27952026-06-21T00:14:26.699Z Compiling rustls-webpki v0.101.7
27962026-06-21T00:14:26.849Z Compiling secrecy v0.8.0
27972026-06-21T00:14:26.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-21T00:14:27.516Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-21T00:14:28.136Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-21T00:14:28.391Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-06-21T00:14:29.721Z Compiling serde_with_macros v1.5.2
28022026-06-21T00:14:30.007Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-06-21T00:14:30.422Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-21T00:14:30.546Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-06-21T00:14:31.099Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-06-21T00:14:31.332Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28072026-06-21T00:14:31.426Z Compiling git2 v0.20.4
28082026-06-21T00:14:31.559Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28092026-06-21T00:14:31.784Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28102026-06-21T00:14:32.015Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-06-21T00:14:32.247Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-06-21T00:14:32.469Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-06-21T00:14:32.494Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-21T00:14:32.519Z Compiling void v1.0.2
28152026-06-21T00:14:32.806Z Compiling lzss v0.8.2
28162026-06-21T00:14:33.094Z Compiling serde_with v1.14.0
28172026-06-21T00:14:34.208Z Compiling illumos-nvpair v0.3.0
28182026-06-21T00:14:34.305Z Compiling tokio-rustls v0.24.1
28192026-06-21T00:14:34.502Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-06-21T00:14:34.531Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-21T00:14:34.641Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-06-21T00:14:34.909Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28232026-06-21T00:14:35.047Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28242026-06-21T00:14:35.953Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-21T00:14:37.113Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28262026-06-21T00:14:37.528Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-06-21T00:14:37.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-06-21T00:14:38.016Z Compiling tungstenite v0.23.0
28292026-06-21T00:14:38.303Z Compiling rustls-pemfile v1.0.4
28302026-06-21T00:14:38.717Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-21T00:14:39.070Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-06-21T00:14:39.112Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-06-21T00:14:39.320Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-21T00:14:39.345Z Compiling nix v0.27.1
28352026-06-21T00:14:39.371Z Compiling twox-hash v2.1.2
28362026-06-21T00:14:39.910Z Compiling serde_bytes v0.11.19
28372026-06-21T00:14:40.183Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-06-21T00:14:40.392Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-21T00:14:40.600Z Compiling tokio-tungstenite v0.23.1
28402026-06-21T00:14:40.854Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-21T00:14:40.977Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-21T00:14:41.386Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-21T00:14:41.516Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28442026-06-21T00:14:42.152Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28452026-06-21T00:14:43.549Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-21T00:14:44.610Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-21T00:14:44.641Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-21T00:14:45.033Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-06-21T00:14:45.105Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-06-21T00:14:45.677Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-21T00:14:45.703Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28522026-06-21T00:14:45.829Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-21T00:14:45.976Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-21T00:14:46.891Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-06-21T00:14:46.917Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-06-21T00:14:47.546Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572026-06-21T00:14:49.726Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-06-21T00:14:50.174Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-06-21T00:14:50.850Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28602026-06-21T00:14:51.168Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-21T00:14:52.224Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-06-21T00:14:52.447Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-06-21T00:14:52.883Z Compiling signal-hook-tokio v0.3.1
28642026-06-21T00:14:53.069Z Compiling fatfs v0.3.6
28652026-06-21T00:14:53.091Z Compiling yasna v0.5.2
28662026-06-21T00:14:53.532Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-21T00:14:54.158Z Compiling assert_matches v1.5.0
28682026-06-21T00:14:54.248Z Compiling is_ci v1.2.0
28692026-06-21T00:14:54.281Z Compiling seq-macro v0.3.6
28702026-06-21T00:14:54.334Z Compiling rcgen v0.12.1
28712026-06-21T00:14:54.481Z Compiling supports-color v3.0.2
28722026-06-21T00:14:54.711Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-21T00:14:54.857Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-21T00:14:55.063Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-21T00:14:56.986Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-21T00:14:57.236Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-21T00:14:57.333Z Compiling subprocess v0.2.15
28782026-06-21T00:14:57.463Z Compiling rtoolbox v0.0.3
28792026-06-21T00:14:57.794Z Compiling rpassword v7.4.0
28802026-06-21T00:14:58.093Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-06-21T00:14:58.937Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-21T00:14:59.211Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-06-21T00:14:59.643Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-06-21T00:14:59.654Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-21T00:14:59.775Z Compiling tui-tree-widget v0.23.1
28862026-06-21T00:15:00.071Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-21T00:15:01.725Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-21T00:15:02.063Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-21T00:15:02.291Z Compiling uzers v0.12.2
28902026-06-21T00:15:03.321Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-21T00:15:03.778Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-21T00:15:04.331Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-21T00:15:04.804Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-21T00:15:07.337Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-06-21T00:15:08.682Z Compiling support-bundle-viewer v0.1.2
28962026-06-21T00:15:09.533Z Compiling multimap v0.10.1
28972026-06-21T00:15:20.431Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-21T00:15:24.918Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-21T00:15:31.452Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-21T00:15:31.789Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-21T00:15:33.794Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-21T00:22:43.613Z Finished `release` profile [optimized] target(s) in 9m 23s
29032026-06-21T00:23:30.551Z
29042026-06-21T00:23:30.552Zreal 10:11.077901961
29052026-06-21T00:23:30.552Zuser 1:20:22.101257985
29062026-06-21T00:23:30.552Zsys 3:34.778941620
29072026-06-21T00:23:30.552Ztrap 1.783176660
29082026-06-21T00:23:30.552Ztflt 2.493581796
29092026-06-21T00:23:30.552Zdflt 17.510648530
29102026-06-21T00:23:30.552Zkflt 0.007519240
29112026-06-21T00:23:30.552Zlock 7:22:49.380483521
29122026-06-21T00:23:30.555Zslp 2:17:58.683971126
29132026-06-21T00:23:30.555Zlat 2:23.649055128
29142026-06-21T00:23:30.555Zstop 5:01.539034719
29152026-06-21T00:23:30.555Z+ mapfile -t packages
29162026-06-21T00:23:30.555Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-06-21T00:23:31.438Z Finished `release` profile [optimized] target(s) in 0.87s
29182026-06-21T00:23:31.501Z Running `target/release/omicron-package -t test list-outputs`
29192026-06-21T00:23:31.562ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-06-21T00:23:31.565Z+ ptime -m cargo build --locked --release -p xtask
29212026-06-21T00:23:32.030Z Compiling libc v0.2.185
29222026-06-21T00:23:32.030Z Compiling serde v1.0.228
29232026-06-21T00:23:32.033Z Compiling serde_core v1.0.228
29242026-06-21T00:23:32.033Z Compiling rustix v1.1.3
29252026-06-21T00:23:32.138Z Compiling bitflags v2.11.0
29262026-06-21T00:23:32.146Z Compiling serde_json v1.0.149
29272026-06-21T00:23:32.165Z Compiling num-traits v0.2.19
29282026-06-21T00:23:32.176Z Compiling syn v2.0.117
29292026-06-21T00:23:32.186Z Compiling smallvec v1.15.1
29302026-06-21T00:23:32.209Z Compiling indexmap v2.14.0
29312026-06-21T00:23:32.209Z Compiling usdt-impl v0.5.0
29322026-06-21T00:23:32.232Z Compiling syn v1.0.109
29332026-06-21T00:23:32.242Z Compiling getrandom v0.4.1
29342026-06-21T00:23:32.242Z Compiling log v0.4.29
29352026-06-21T00:23:32.380Z Compiling percent-encoding v2.3.2
29362026-06-21T00:23:32.548Z Compiling form_urlencoded v1.2.2
29372026-06-21T00:23:32.639Z Compiling fs-err v3.3.0
29382026-06-21T00:23:32.642Z Compiling anyhow v1.0.102
29392026-06-21T00:23:32.642Z Compiling once_cell v1.21.3
29402026-06-21T00:23:32.672Z Compiling heck v0.4.1
29412026-06-21T00:23:32.884Z Compiling thread-id v4.2.2
29422026-06-21T00:23:32.902Z Compiling errno v0.3.14
29432026-06-21T00:23:32.938Z Compiling memmap v0.7.0
29442026-06-21T00:23:33.188Z Compiling ordered-float v2.10.1
29452026-06-21T00:23:33.701Z Compiling proc-macro-error v1.0.4
29462026-06-21T00:23:33.923Z Compiling terminal_size v0.4.3
29472026-06-21T00:23:33.923Z Compiling tempfile v3.25.0
29482026-06-21T00:23:33.951Z Compiling tabled_derive v0.7.0
29492026-06-21T00:23:34.032Z Compiling clap_builder v4.6.0
29502026-06-21T00:23:34.032Z Compiling textwrap v0.16.2
29512026-06-21T00:23:34.153Z Compiling camino-tempfile v1.4.1
29522026-06-21T00:23:34.614Z Compiling tabled v0.15.0
29532026-06-21T00:23:34.695Z Compiling synstructure v0.13.2
29542026-06-21T00:23:34.695Z Compiling pest_generator v2.8.6
29552026-06-21T00:23:35.086Z Compiling serde_derive v1.0.228
29562026-06-21T00:23:35.086Z Compiling zerovec-derive v0.11.2
29572026-06-21T00:23:35.090Z Compiling displaydoc v0.2.5
29582026-06-21T00:23:35.090Z Compiling thiserror-impl v1.0.69
29592026-06-21T00:23:35.090Z Compiling zerocopy-derive v0.7.35
29602026-06-21T00:23:35.090Z Compiling scroll_derive v0.12.1
29612026-06-21T00:23:35.090Z Compiling thiserror-impl v2.0.18
29622026-06-21T00:23:35.090Z Compiling clap_derive v4.6.1
29632026-06-21T00:23:35.122Z Compiling zerofrom-derive v0.1.6
29642026-06-21T00:23:35.126Z Compiling yoke-derive v0.8.1
29652026-06-21T00:23:35.235Z Compiling pest_derive v2.8.6
29662026-06-21T00:23:35.789Z Compiling scroll v0.12.0
29672026-06-21T00:23:35.942Z Compiling zerocopy v0.7.35
29682026-06-21T00:23:36.123Z Compiling goblin v0.8.2
29692026-06-21T00:23:36.359Z Compiling thiserror v1.0.69
29702026-06-21T00:23:36.372Z Compiling zerofrom v0.1.6
29712026-06-21T00:23:36.483Z Compiling yoke v0.8.1
29722026-06-21T00:23:36.487Z Compiling dtrace-parser v0.2.0
29732026-06-21T00:23:36.521Z Compiling thiserror v2.0.18
29742026-06-21T00:23:36.710Z Compiling zerovec v0.11.5
29752026-06-21T00:23:36.811Z Compiling zerotrie v0.2.3
29762026-06-21T00:23:36.835Z Compiling clap v4.6.1
29772026-06-21T00:23:37.299Z Compiling tinystr v0.8.2
29782026-06-21T00:23:37.341Z Compiling potential_utf v0.1.4
29792026-06-21T00:23:37.544Z Compiling icu_locale_core v2.1.1
29802026-06-21T00:23:37.555Z Compiling icu_collections v2.1.1
29812026-06-21T00:23:38.328Z Compiling icu_provider v2.1.1
29822026-06-21T00:23:38.399Z Compiling serde_spanned v0.6.9
29832026-06-21T00:23:38.443Z Compiling toml_datetime v0.6.11
29842026-06-21T00:23:38.475Z Compiling serde-value v0.7.0
29852026-06-21T00:23:38.583Z Compiling dof v0.3.0
29862026-06-21T00:23:38.609Z Compiling icu_properties v2.1.2
29872026-06-21T00:23:38.622Z Compiling icu_normalizer v2.1.1
29882026-06-21T00:23:38.745Z Compiling toml_edit v0.22.27
29892026-06-21T00:23:38.777Z Compiling serde_tokenstream v0.2.3
29902026-06-21T00:23:39.097Z Compiling cargo-platform v0.2.0
29912026-06-21T00:23:39.134Z Compiling macaddr v1.0.1
29922026-06-21T00:23:39.405Z Compiling usdt-macro v0.5.0
29932026-06-21T00:23:39.432Z Compiling usdt-attr-macro v0.5.0
29942026-06-21T00:23:39.569Z Compiling idna_adapter v1.2.1
29952026-06-21T00:23:39.697Z Compiling idna v1.1.0
29962026-06-21T00:23:40.085Z Compiling url v2.5.8
29972026-06-21T00:23:40.275Z Compiling usdt v0.5.0
29982026-06-21T00:23:40.310Z Compiling toml v0.8.23
29992026-06-21T00:23:40.806Z Compiling cargo-util-schemas v0.8.2
30002026-06-21T00:23:40.861Z Compiling cargo_toml v0.21.0
30012026-06-21T00:23:41.860Z Compiling cargo_metadata v0.21.0
30022026-06-21T00:23:44.949Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-06-21T00:23:47.929Z Finished `release` profile [optimized] target(s) in 16.35s
30042026-06-21T00:23:48.037Z
30052026-06-21T00:23:48.037Zreal 16.435653627
30062026-06-21T00:23:48.037Zuser 2:22.252791225
30072026-06-21T00:23:48.038Zsys 17.035917841
30082026-06-21T00:23:48.038Ztrap 0.089928154
30092026-06-21T00:23:48.038Ztflt 0.504433119
30102026-06-21T00:23:48.038Zdflt 1.520338573
30112026-06-21T00:23:48.038Zkflt 0.000018446
30122026-06-21T00:23:48.038Zlock 5:28.419139684
30132026-06-21T00:23:48.042Zslp 3:33.819329225
30142026-06-21T00:23:48.042Zlat 5.971067613
30152026-06-21T00:23:48.042Zstop 19.004455765
30162026-06-21T00:23:48.042Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-06-21T00:23:48.043Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-21T00:23:48.043Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-06-21T00:23:48.043Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-21T00:23:48.043Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-06-21T00:23:48.896Z Compiling progenitor-client v0.14.0
30222026-06-21T00:23:48.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-21T00:23:48.900Z Compiling newtype-uuid-macros v0.1.0
30242026-06-21T00:23:48.900Z Compiling match_cfg v0.1.0
30252026-06-21T00:23:48.900Z Compiling slog-json v2.6.1
30262026-06-21T00:23:48.900Z Compiling structmeta-derive v0.3.0
30272026-06-21T00:23:49.035Z Compiling rustls v0.22.4
30282026-06-21T00:23:49.038Z Compiling rustls-webpki v0.102.8
30292026-06-21T00:23:49.038Z Compiling multer v3.1.0
30302026-06-21T00:23:49.051Z Compiling debug-ignore v1.0.5
30312026-06-21T00:23:49.056Z Compiling compression-core v0.4.31
30322026-06-21T00:23:49.056Z Compiling atomicwrites v0.4.4
30332026-06-21T00:23:49.057Z Compiling itertools v0.14.0
30342026-06-21T00:23:49.197Z Compiling async-stream-impl v0.3.6
30352026-06-21T00:23:49.215Z Compiling hostname v0.3.1
30362026-06-21T00:23:49.218Z Compiling serde_spanned v1.0.4
30372026-06-21T00:23:49.218Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-06-21T00:23:49.280Z Compiling dropshot v0.17.0
30392026-06-21T00:23:49.318Z Compiling compression-codecs v0.4.37
30402026-06-21T00:23:49.336Z Compiling slog-bunyan v2.5.0
30412026-06-21T00:23:49.369Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-06-21T00:23:49.372Z Compiling waitgroup v0.1.2
30432026-06-21T00:23:49.415Z Compiling dropshot_endpoint v0.17.0
30442026-06-21T00:23:49.418Z Compiling rustls-pemfile v2.2.0
30452026-06-21T00:23:49.451Z Compiling hostname v0.4.2
30462026-06-21T00:23:49.508Z Compiling serde_path_to_error v0.1.20
30472026-06-21T00:23:49.572Z Compiling async-compression v0.4.41
30482026-06-21T00:23:49.589Z Compiling toml v1.0.6+spec-1.1.0
30492026-06-21T00:23:49.593Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-06-21T00:23:49.661Z Compiling macaddr v1.0.1
30512026-06-21T00:23:49.666Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-06-21T00:23:49.666Z Compiling instant v0.1.13
30532026-06-21T00:23:49.676Z Compiling regress v0.10.5
30542026-06-21T00:23:49.797Z Compiling backon v1.6.0
30552026-06-21T00:23:49.817Z Compiling backoff v0.4.0
30562026-06-21T00:23:49.833Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30572026-06-21T00:23:49.861Z Compiling async-stream v0.3.6
30582026-06-21T00:23:49.879Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-06-21T00:23:49.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30602026-06-21T00:23:49.915Z Compiling humantime v2.3.0
30612026-06-21T00:23:49.918Z Compiling universal-hash v0.5.1
30622026-06-21T00:23:49.961Z Compiling opaque-debug v0.3.1
30632026-06-21T00:23:50.029Z Compiling progenitor-extras v0.2.0
30642026-06-21T00:23:50.053Z Compiling regress v0.11.1
30652026-06-21T00:23:50.072Z Compiling half v2.7.1
30662026-06-21T00:23:50.075Z Compiling crucible-workspace-hack v0.1.0
30672026-06-21T00:23:50.108Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-21T00:23:50.111Z Compiling ciborium-io v0.2.2
30692026-06-21T00:23:50.184Z Compiling structmeta v0.3.0
30702026-06-21T00:23:50.225Z Compiling convert_case v0.4.0
30712026-06-21T00:23:50.242Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-06-21T00:23:50.277Z Compiling aead v0.5.2
30732026-06-21T00:23:50.335Z Compiling secrecy v0.10.3
30742026-06-21T00:23:50.356Z Compiling ciborium-ll v0.2.2
30752026-06-21T00:23:50.411Z Compiling poly1305 v0.8.0
30762026-06-21T00:23:50.428Z Compiling chacha20 v0.9.1
30772026-06-21T00:23:50.446Z Compiling derive-ex v0.1.8
30782026-06-21T00:23:50.494Z Compiling parse-display-derive v0.10.0
30792026-06-21T00:23:50.515Z Compiling unsafe-libyaml v0.2.11
30802026-06-21T00:23:50.532Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30812026-06-21T00:23:50.535Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-06-21T00:23:50.563Z Compiling ciborium v0.2.2
30832026-06-21T00:23:50.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30842026-06-21T00:23:50.637Z Compiling derive_more v0.99.20
30852026-06-21T00:23:50.725Z Compiling thiserror-impl-no-std v2.0.2
30862026-06-21T00:23:50.823Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30872026-06-21T00:23:50.933Z Compiling byte-wrapper v0.1.0
30882026-06-21T00:23:50.953Z Compiling blake2 v0.10.6
30892026-06-21T00:23:50.969Z Compiling password-hash v0.5.0
30902026-06-21T00:23:51.176Z Compiling serde_yaml v0.9.34+deprecated
30912026-06-21T00:23:51.210Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30922026-06-21T00:23:51.252Z Compiling toml_datetime v0.7.5+spec-1.1.0
30932026-06-21T00:23:51.269Z Compiling argon2 v0.5.3
30942026-06-21T00:23:51.310Z Compiling chacha20poly1305 v0.10.1
30952026-06-21T00:23:51.326Z Compiling indent_write v2.2.0
30962026-06-21T00:23:51.408Z Compiling tokio-rustls v0.25.0
30972026-06-21T00:23:51.490Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-06-21T00:23:51.509Z Compiling heapless v0.8.0
30992026-06-21T00:23:51.538Z Compiling ingot-macros v0.1.1
31002026-06-21T00:23:51.554Z Compiling tabwriter v1.4.1
31012026-06-21T00:23:51.806Z Compiling typify-impl v0.6.2
31022026-06-21T00:23:51.838Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032026-06-21T00:23:52.027Z Compiling thiserror-no-std v2.0.2
31042026-06-21T00:23:52.146Z Compiling vsss-rs v3.3.4
31052026-06-21T00:23:52.197Z Compiling proc-macro-crate v3.4.0
31062026-06-21T00:23:52.214Z Compiling test-strategy v0.4.5
31072026-06-21T00:23:52.307Z Compiling parse-display v0.10.0
31082026-06-21T00:23:52.647Z Compiling hash32 v0.3.1
31092026-06-21T00:23:52.664Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31102026-06-21T00:23:52.718Z Compiling smoltcp v0.11.0
31112026-06-21T00:23:52.756Z Compiling cobs v0.3.0
31122026-06-21T00:23:52.822Z Compiling num_enum_derive v0.7.6
31132026-06-21T00:23:52.917Z Compiling colored v3.1.1
31142026-06-21T00:23:52.955Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-06-21T00:23:52.995Z Compiling postcard v1.1.3
31162026-06-21T00:23:53.011Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31172026-06-21T00:23:53.143Z Compiling proc-macro-error v1.0.4
31182026-06-21T00:23:53.147Z Compiling proc-macro-crate v1.3.1
31192026-06-21T00:23:53.202Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31202026-06-21T00:23:53.224Z Compiling foreign-types-macros v0.2.3
31212026-06-21T00:23:53.365Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31222026-06-21T00:23:53.365Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-21T00:23:53.402Z Compiling cpufeatures v0.3.0
31242026-06-21T00:23:53.463Z Compiling foreign-types-shared v0.3.1
31252026-06-21T00:23:53.489Z Compiling rayon-core v1.13.0
31262026-06-21T00:23:53.510Z Compiling chacha20 v0.10.0
31272026-06-21T00:23:53.527Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-06-21T00:23:53.614Z Compiling num_enum_derive v0.5.11
31292026-06-21T00:23:53.735Z Compiling crossbeam-deque v0.8.6
31302026-06-21T00:23:53.760Z Compiling camino-tempfile v1.4.1
31312026-06-21T00:23:53.802Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-06-21T00:23:53.837Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-21T00:23:53.853Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31342026-06-21T00:23:53.870Z Compiling cstr-argument v0.1.2
31352026-06-21T00:23:53.885Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31362026-06-21T00:23:53.901Z Compiling foreign-types v0.5.0
31372026-06-21T00:23:53.981Z Compiling num_enum v0.7.6
31382026-06-21T00:23:54.005Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31392026-06-21T00:23:54.023Z Compiling rand v0.10.0
31402026-06-21T00:23:54.055Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-06-21T00:23:54.134Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-06-21T00:23:54.149Z Compiling zone_cfg_derive v0.3.1
31432026-06-21T00:23:54.287Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31442026-06-21T00:23:54.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-06-21T00:23:54.345Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31462026-06-21T00:23:54.370Z Compiling rayon v1.11.0
31472026-06-21T00:23:54.451Z Compiling itertools v0.12.1
31482026-06-21T00:23:54.469Z Compiling num-derive v0.4.2
31492026-06-21T00:23:54.495Z Compiling sigpipe v0.1.3
31502026-06-21T00:23:54.513Z Compiling glob v0.3.3
31512026-06-21T00:23:54.529Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31522026-06-21T00:23:54.591Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31532026-06-21T00:23:54.615Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-06-21T00:23:54.663Z Compiling ingot-types v0.1.2
31552026-06-21T00:23:54.756Z Compiling num_enum v0.5.11
31562026-06-21T00:23:54.797Z Compiling smf v0.2.3
31572026-06-21T00:23:54.863Z Compiling whoami v1.6.1
31582026-06-21T00:23:54.866Z Compiling usdt-macro v0.5.0
31592026-06-21T00:23:54.910Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-06-21T00:23:54.939Z Compiling usdt-attr-macro v0.5.0
31612026-06-21T00:23:55.015Z Compiling gethostname v0.5.0
31622026-06-21T00:23:55.116Z Compiling ingot v0.1.1
31632026-06-21T00:23:55.191Z Compiling num-rational v0.4.2
31642026-06-21T00:23:55.195Z Compiling num-complex v0.4.6
31652026-06-21T00:23:55.254Z Compiling memmap v0.7.0
31662026-06-21T00:23:55.362Z Compiling derive-where v1.6.0
31672026-06-21T00:23:55.470Z Compiling float-ord v0.3.2
31682026-06-21T00:23:55.473Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31692026-06-21T00:23:55.473Z Compiling toml v0.8.23
31702026-06-21T00:23:55.621Z Compiling num v0.4.3
31712026-06-21T00:23:55.637Z Compiling zone v0.3.1
31722026-06-21T00:23:55.701Z Compiling resolv-conf v0.7.6
31732026-06-21T00:23:55.725Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-06-21T00:23:55.765Z Compiling cancel-safe-futures v0.1.5
31752026-06-21T00:23:55.811Z Compiling usdt v0.5.0
31762026-06-21T00:23:55.842Z Compiling owo-colors v4.3.0
31772026-06-21T00:23:55.887Z Compiling libsw-core v0.3.2
31782026-06-21T00:23:55.904Z Compiling prettyplease v0.2.37
31792026-06-21T00:23:56.022Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-06-21T00:23:56.103Z Compiling libsw v3.5.0
31812026-06-21T00:23:56.123Z Compiling console v0.15.11
31822026-06-21T00:23:56.178Z Compiling hickory-proto v0.24.4
31832026-06-21T00:23:56.201Z Compiling newline-converter v0.3.0
31842026-06-21T00:23:56.220Z Compiling libefi-sys v0.1.0
31852026-06-21T00:23:56.281Z Compiling linked-hash-map v0.5.6
31862026-06-21T00:23:56.317Z Compiling linear-map v1.2.0
31872026-06-21T00:23:56.350Z Compiling git-stub v1.0.0
31882026-06-21T00:23:56.462Z Compiling lru-cache v0.1.2
31892026-06-21T00:23:56.496Z Compiling typify-macro v0.6.2
31902026-06-21T00:23:56.514Z Compiling expectorate v1.2.0
31912026-06-21T00:23:56.533Z Compiling bitfield-struct v0.6.2
31922026-06-21T00:23:56.551Z Compiling nom v8.0.0
31932026-06-21T00:23:56.623Z Compiling semver v0.1.20
31942026-06-21T00:23:56.648Z Compiling git-stub-vcs v0.1.0
31952026-06-21T00:23:56.711Z Compiling tokio-dtrace v0.1.1
31962026-06-21T00:23:56.759Z Compiling dropshot-api-manager-types v0.7.2
31972026-06-21T00:23:56.776Z Compiling slog-dtrace v0.3.0
31982026-06-21T00:23:56.935Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31992026-06-21T00:23:57.021Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-06-21T00:23:57.068Z Compiling rustc_version v0.1.7
32012026-06-21T00:23:57.086Z Compiling minimal-lexical v0.2.1
32022026-06-21T00:23:57.089Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-06-21T00:23:57.138Z Compiling oxide-tokio-rt v0.1.4
32042026-06-21T00:23:57.153Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-06-21T00:23:57.186Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-06-21T00:23:57.213Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32072026-06-21T00:23:57.305Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-21T00:23:57.327Z Compiling nom v7.1.3
32092026-06-21T00:23:57.382Z Compiling newtype_derive v0.1.6
32102026-06-21T00:23:57.389Z Compiling phf_shared v0.12.1
32112026-06-21T00:23:57.392Z Compiling csv-core v0.1.13
32122026-06-21T00:23:57.469Z Compiling xshell-macros v0.2.7
32132026-06-21T00:23:57.576Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-06-21T00:23:57.604Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32152026-06-21T00:23:57.651Z Compiling chrono-tz v0.10.4
32162026-06-21T00:23:57.667Z Compiling highway v1.3.0
32172026-06-21T00:23:57.695Z Compiling csv v1.4.0
32182026-06-21T00:23:57.775Z Compiling phf v0.12.1
32192026-06-21T00:23:57.811Z Compiling const_format_proc_macros v0.2.34
32202026-06-21T00:23:57.904Z Compiling xshell v0.2.7
32212026-06-21T00:23:58.008Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-21T00:23:58.078Z Compiling primeorder v0.13.6
32232026-06-21T00:23:58.135Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-06-21T00:23:58.284Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32252026-06-21T00:23:58.386Z Compiling hickory-resolver v0.24.4
32262026-06-21T00:23:58.453Z Compiling typify v0.6.2
32272026-06-21T00:23:58.471Z Compiling tabled_derive v0.7.0
32282026-06-21T00:23:58.518Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-06-21T00:23:58.598Z Compiling progenitor-impl v0.14.0
32302026-06-21T00:23:58.650Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32312026-06-21T00:23:58.694Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32322026-06-21T00:23:58.740Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-06-21T00:23:58.761Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32342026-06-21T00:23:58.898Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-06-21T00:23:59.012Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-06-21T00:23:59.129Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32372026-06-21T00:23:59.471Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-06-21T00:23:59.539Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32392026-06-21T00:23:59.555Z Compiling qorb v0.4.1
32402026-06-21T00:23:59.571Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32412026-06-21T00:23:59.685Z Compiling const_format v0.2.35
32422026-06-21T00:23:59.719Z Compiling bcs v0.1.6
32432026-06-21T00:23:59.759Z Compiling salty v0.3.0
32442026-06-21T00:23:59.787Z Compiling tagptr v0.2.0
32452026-06-21T00:23:59.975Z Compiling termtree v0.5.1
32462026-06-21T00:24:00.046Z Compiling textwrap v0.16.2
32472026-06-21T00:24:00.091Z Compiling moka v0.12.13
32482026-06-21T00:24:00.095Z Compiling tabled v0.15.0
32492026-06-21T00:24:00.166Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-06-21T00:24:00.292Z Compiling steno v0.4.1
32512026-06-21T00:24:00.417Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-06-21T00:24:00.543Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32532026-06-21T00:24:00.568Z Compiling radium v0.7.0
32542026-06-21T00:24:00.585Z Compiling base64 v0.21.7
32552026-06-21T00:24:00.705Z Compiling p384 v0.13.1
32562026-06-21T00:24:00.863Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32572026-06-21T00:24:00.884Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32582026-06-21T00:24:00.937Z Compiling hickory-resolver v0.25.2
32592026-06-21T00:24:00.953Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32602026-06-21T00:24:01.038Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-06-21T00:24:01.328Z Compiling maybe-uninit v2.0.0
32622026-06-21T00:24:01.382Z Compiling progenitor-macro v0.14.0
32632026-06-21T00:24:01.472Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32642026-06-21T00:24:01.655Z Compiling tap v1.0.1
32652026-06-21T00:24:01.761Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32662026-06-21T00:24:01.764Z Compiling proc-macro-error-attr2 v2.0.0
32672026-06-21T00:24:01.800Z Compiling wyz v0.5.1
32682026-06-21T00:24:02.031Z Compiling utf-8 v0.7.6
32692026-06-21T00:24:02.046Z Compiling funty v2.0.0
32702026-06-21T00:24:02.203Z Compiling packed_struct v0.10.1
32712026-06-21T00:24:02.246Z Compiling parking_lot_core v0.8.6
32722026-06-21T00:24:02.264Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-06-21T00:24:02.268Z Compiling proc-macro-error2 v2.0.1
32742026-06-21T00:24:02.377Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-06-21T00:24:02.525Z Compiling bitvec v1.0.1
32762026-06-21T00:24:02.559Z Compiling tungstenite v0.21.0
32772026-06-21T00:24:02.612Z Compiling polyval v0.6.2
32782026-06-21T00:24:02.654Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-21T00:24:02.674Z Compiling packed_struct_codegen v0.10.1
32802026-06-21T00:24:02.693Z Compiling num-derive v0.3.3
32812026-06-21T00:24:02.712Z Compiling zerocopy-derive v0.6.6
32822026-06-21T00:24:02.882Z Compiling bitfield-macros v0.19.4
32832026-06-21T00:24:02.949Z Compiling indexmap v1.9.3
32842026-06-21T00:24:02.968Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32852026-06-21T00:24:02.971Z Compiling crc-catalog v2.4.0
32862026-06-21T00:24:03.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-06-21T00:24:03.155Z Compiling nodrop v0.1.14
32882026-06-21T00:24:03.232Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32892026-06-21T00:24:03.248Z Compiling tokio-tungstenite v0.21.0
32902026-06-21T00:24:03.279Z Compiling array-init v0.0.4
32912026-06-21T00:24:03.356Z Compiling crc v3.4.0
32922026-06-21T00:24:03.482Z Compiling ghash v0.5.1
32932026-06-21T00:24:03.498Z Compiling smallvec v0.6.14
32942026-06-21T00:24:03.599Z Compiling tabled_derive v0.11.0
32952026-06-21T00:24:03.652Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-21T00:24:03.670Z Compiling zerocopy v0.6.6
32972026-06-21T00:24:03.703Z Compiling libscf-sys v1.1.0
32982026-06-21T00:24:03.707Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-06-21T00:24:03.735Z Compiling bitfield v0.19.4
33002026-06-21T00:24:03.755Z Compiling progenitor-impl v0.13.0
33012026-06-21T00:24:03.795Z Compiling papergrid v0.17.0
33022026-06-21T00:24:03.849Z Compiling testing_table v0.3.0
33032026-06-21T00:24:03.898Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33042026-06-21T00:24:03.921Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-06-21T00:24:04.025Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-06-21T00:24:04.044Z Compiling ctr v0.9.2
33072026-06-21T00:24:04.048Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-06-21T00:24:04.079Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33092026-06-21T00:24:04.102Z Compiling illumos-nvpair-sys v0.2.0
33102026-06-21T00:24:04.276Z Compiling unicase v2.9.0
33112026-06-21T00:24:04.294Z Compiling hashbrown v0.12.3
33122026-06-21T00:24:04.314Z Compiling corncobs v0.1.4
33132026-06-21T00:24:04.390Z Compiling aes-gcm v0.10.3
33142026-06-21T00:24:04.407Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-21T00:24:04.410Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-06-21T00:24:04.517Z Compiling mime_guess v2.0.5
33172026-06-21T00:24:04.521Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-21T00:24:04.612Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33192026-06-21T00:24:04.635Z Compiling parking_lot v0.11.2
33202026-06-21T00:24:04.886Z Compiling tabled v0.20.0
33212026-06-21T00:24:04.972Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-06-21T00:24:04.998Z Compiling serde-hex v0.1.0
33232026-06-21T00:24:05.088Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-06-21T00:24:05.174Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-06-21T00:24:05.275Z Compiling ron v0.8.1
33262026-06-21T00:24:05.305Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-06-21T00:24:05.358Z Compiling hashbrown v0.13.2
33282026-06-21T00:24:05.517Z Compiling progenitor-client v0.13.0
33292026-06-21T00:24:05.569Z Compiling blowfish v0.9.1
33302026-06-21T00:24:05.622Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-06-21T00:24:05.800Z Compiling prefix-trie v0.7.0
33322026-06-21T00:24:05.887Z Compiling ssh-encoding v0.2.0
33332026-06-21T00:24:05.904Z Compiling fxhash v0.2.1
33342026-06-21T00:24:05.922Z Compiling secrecy v0.8.0
33352026-06-21T00:24:06.069Z Compiling crc-any v2.5.0
33362026-06-21T00:24:06.097Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-06-21T00:24:06.181Z Compiling hickory-server v0.25.2
33382026-06-21T00:24:06.214Z Compiling ssh-cipher v0.2.0
33392026-06-21T00:24:06.339Z Compiling sled v0.34.7
33402026-06-21T00:24:06.360Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-06-21T00:24:06.542Z Compiling object v0.30.4
33422026-06-21T00:24:06.546Z Compiling progenitor-macro v0.13.0
33432026-06-21T00:24:06.582Z Compiling progenitor v0.14.0
33442026-06-21T00:24:06.735Z Compiling bcrypt-pbkdf v0.10.0
33452026-06-21T00:24:06.767Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33462026-06-21T00:24:06.789Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-06-21T00:24:06.862Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-21T00:24:07.057Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33492026-06-21T00:24:07.130Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33502026-06-21T00:24:07.417Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-06-21T00:24:07.434Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-06-21T00:24:07.655Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-21T00:24:07.682Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33542026-06-21T00:24:07.708Z Compiling password-hash v0.4.2
33552026-06-21T00:24:07.784Z Compiling crc8 v0.1.1
33562026-06-21T00:24:07.939Z Compiling half v1.8.3
33572026-06-21T00:24:08.145Z Compiling http-range v0.1.5
33582026-06-21T00:24:08.188Z Compiling path-slash v0.1.5
33592026-06-21T00:24:08.223Z Compiling serde_cbor v0.11.2
33602026-06-21T00:24:08.359Z Compiling pbkdf2 v0.11.0
33612026-06-21T00:24:08.378Z Compiling illumos-nvpair v0.3.0
33622026-06-21T00:24:08.612Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-06-21T00:24:08.665Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-06-21T00:24:08.860Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-06-21T00:24:09.543Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-06-21T00:24:09.596Z Compiling ssh-key v0.6.7
33672026-06-21T00:24:09.613Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-06-21T00:24:09.686Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33692026-06-21T00:24:10.004Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33702026-06-21T00:24:10.051Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-06-21T00:24:10.178Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-06-21T00:24:10.201Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-06-21T00:24:10.222Z Compiling p521 v0.13.3
33742026-06-21T00:24:10.244Z Compiling p256 v0.13.2
33752026-06-21T00:24:10.626Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-06-21T00:24:10.630Z Compiling yasna v0.5.2
33772026-06-21T00:24:10.660Z Compiling kstat-rs v0.2.4
33782026-06-21T00:24:10.997Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33792026-06-21T00:24:11.014Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33802026-06-21T00:24:11.035Z Compiling headers-core v0.3.0
33812026-06-21T00:24:11.193Z Compiling nanorand v0.7.0
33822026-06-21T00:24:11.212Z Compiling atty v0.2.14
33832026-06-21T00:24:11.230Z Compiling russh-cryptovec v0.7.3
33842026-06-21T00:24:11.304Z Compiling md5 v0.7.0
33852026-06-21T00:24:11.338Z Compiling home v0.5.12
33862026-06-21T00:24:11.359Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33872026-06-21T00:24:11.360Z Compiling headers v0.4.1
33882026-06-21T00:24:11.457Z Compiling flume v0.11.1
33892026-06-21T00:24:11.525Z Compiling russh-keys v0.45.0
33902026-06-21T00:24:11.542Z Compiling rcgen v0.12.1
33912026-06-21T00:24:11.571Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-06-21T00:24:11.622Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-21T00:24:11.696Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-06-21T00:24:11.741Z Compiling progenitor v0.13.0
33952026-06-21T00:24:11.810Z Compiling hyper-staticfile v0.10.1
33962026-06-21T00:24:11.969Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-06-21T00:24:12.068Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-06-21T00:24:12.086Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33992026-06-21T00:24:12.212Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-06-21T00:24:12.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34012026-06-21T00:24:12.403Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34022026-06-21T00:24:12.464Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-06-21T00:24:12.504Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34042026-06-21T00:24:12.626Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34052026-06-21T00:24:12.700Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34062026-06-21T00:24:12.874Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34072026-06-21T00:24:12.902Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34082026-06-21T00:24:12.934Z Compiling num-bigint v0.4.6
34092026-06-21T00:24:12.987Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-06-21T00:24:13.004Z Compiling des v0.8.1
34112026-06-21T00:24:13.080Z Compiling subprocess v0.2.15
34122026-06-21T00:24:13.100Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-06-21T00:24:13.141Z Compiling display-error-chain v0.2.2
34142026-06-21T00:24:13.188Z Compiling hex-literal v0.4.1
34152026-06-21T00:24:13.237Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34162026-06-21T00:24:13.241Z Compiling colored v2.2.0
34172026-06-21T00:24:13.317Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34182026-06-21T00:24:13.334Z Compiling internet-checksum v0.2.1
34192026-06-21T00:24:13.558Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34202026-06-21T00:24:13.623Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-21T00:24:14.218Z Compiling russh v0.45.0
34222026-06-21T00:24:14.521Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-06-21T00:24:15.468Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-06-21T00:24:15.468Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-06-21T00:24:17.896Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-06-21T00:24:18.545Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-06-21T00:24:18.615Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34282026-06-21T00:24:19.024Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34292026-06-21T00:24:21.051Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34302026-06-21T00:24:29.207Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-06-21T00:24:29.207Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34322026-06-21T00:24:29.210Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-06-21T00:24:29.210Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34342026-06-21T00:24:30.930Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34352026-06-21T00:24:31.027Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34362026-06-21T00:24:34.999Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34372026-06-21T00:25:14.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34382026-06-21T00:25:14.555Z
34392026-06-21T00:25:14.559Zreal 1:26.461201887
34402026-06-21T00:25:14.559Zuser 8:03.402416738
34412026-06-21T00:25:14.559Zsys 1:39.318347106
34422026-06-21T00:25:14.559Ztrap 0.237147681
34432026-06-21T00:25:14.559Ztflt 0.541354217
34442026-06-21T00:25:14.559Zdflt 1.724631691
34452026-06-21T00:25:14.559Zkflt 0.000530540
34462026-06-21T00:25:14.559Zlock 27:07.191683880
34472026-06-21T00:25:14.559Zslp 18:07.875112093
34482026-06-21T00:25:14.559Zlat 38.533338194
34492026-06-21T00:25:14.559Zstop 2:35.877628770
34502026-06-21T00:25:14.559Z+ mkdir tests
34512026-06-21T00:25:14.563Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34522026-06-21T00:25:14.563Z+ xargs -I '{}' -t cp '{}' tests/
34532026-06-21T00:25:14.583Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34542026-06-21T00:25:14.611Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34552026-06-21T00:25:14.640Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34562026-06-21T00:25:14.670Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34572026-06-21T00:25:15.002Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34582026-06-21T00:25:15.005Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34592026-06-21T00:26:34.953ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34602026-06-21T00:26:34.953Za .github/buildomat/ci-env.sh 1K
34612026-06-21T00:26:34.953Za out/target/test 1K
34622026-06-21T00:26:34.953Za out/npuzone/npuzone 27402K
34632026-06-21T00:26:34.953Za package-manifest.toml 35K
34642026-06-21T00:26:34.953Za smf/sled-agent/non-gimlet/config.toml 6K
34652026-06-21T00:26:34.953Za target/release/omicron-package 45177K
34662026-06-21T00:26:34.953Za target/release/xtask 11453K
34672026-06-21T00:26:34.953Za target/debug/bootstrap 355917K
34682026-06-21T00:26:34.953Za tests/bootstrap-924fc3fc47321669 31215K
34692026-06-21T00:26:34.953Za tests/commtest-408c589a9be9a15a 32300K
34702026-06-21T00:26:34.953Za tests/dhcp_server-f35f394bfb169ef7 31215K
34712026-06-21T00:26:34.953Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34722026-06-21T00:26:34.954Za tools/opte_version 1K
34732026-06-21T00:26:34.954Za tools/opte_version_override 2K
34742026-06-21T00:26:34.954Za out/clickhouse.tar.gz 313417K
34752026-06-21T00:26:34.954Za out/clickhouse_keeper.tar.gz 298475K
34762026-06-21T00:26:34.954Za out/clickhouse_server.tar.gz 313415K
34772026-06-21T00:26:34.954Za out/cockroachdb.tar.gz 157676K
34782026-06-21T00:26:34.954Za out/crucible-pantry-zone.tar.gz 36467K
34792026-06-21T00:26:34.954Za out/crucible-utils.tar 16478K
34802026-06-21T00:26:34.954Za out/crucible-zone.tar.gz 52037K
34812026-06-21T00:26:34.954Za out/external-dns.tar.gz 42900K
34822026-06-21T00:26:34.954Za out/internal-dns.tar.gz 42899K
34832026-06-21T00:26:34.955Za out/mg-ddm-gz.tar 97917K
34842026-06-21T00:26:34.955Za out/nexus.tar.gz 277073K
34852026-06-21T00:26:34.955Za out/ntp.tar.gz 24107K
34862026-06-21T00:26:34.955Za out/omicron-gateway-softnpu.tar.gz 30196K
34872026-06-21T00:26:34.955Za out/omicron-sled-agent.tar 194547K
34882026-06-21T00:26:34.955Za out/overlay.tar.gz 3K
34892026-06-21T00:26:34.955Za out/oximeter.tar.gz 62279K
34902026-06-21T00:26:34.955Za out/oxlog.tar 3782K
34912026-06-21T00:26:34.955Za out/probe.tar.gz 3037K
34922026-06-21T00:26:34.955Za out/propolis-server.tar.gz 34918K
34932026-06-21T00:26:34.955Za out/pumpkind-gz.tar 26647K
34942026-06-21T00:26:34.955Za out/switch-softnpu.tar.gz 447215K
34952026-06-21T00:26:34.958Z
34962026-06-21T00:26:34.958Zreal 1:19.947724930
34972026-06-21T00:26:34.959Zuser 1:17.273598976
34982026-06-21T00:26:34.959Zsys 4.422610459
34992026-06-21T00:26:34.959Ztrap 0.006606436
35002026-06-21T00:26:34.959Ztflt 0.000000000
35012026-06-21T00:26:34.959Zdflt 0.000000000
35022026-06-21T00:26:34.959Zkflt 0.000000000
35032026-06-21T00:26:34.959Zlock 0.000000000
35042026-06-21T00:26:34.959Zslp 1:17.206681951
35052026-06-21T00:26:34.959Zlat 0.980603578
35062026-06-21T00:26:34.959Zstop 0.000626858
35072026-06-21T00:26:34.959Zprocess exited: duration 1054925 ms, exit code 0
 
35082026-06-21T00:26:34.973Zfound 1 output files
35092026-06-21T00:26:34.973Zuploading: /work/package.tar.gz (2477614267 bytes)
35102026-06-21T00:27:04.897Zuploaded: /work/package.tar.gz