01KZF1PP0E93RVSY9GMD54SHCP: 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: 01KZF1Q4AZD8GCW4HBKYWAHN76

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-07T21:23:58.338Zjob assigned to worker 01KZF1QDJTYFD8RFPC56Z3P32S [factory aws, i-083d845a3e54c26a3] (queued for 1 m 1 s)
 
22026-08-07T21:24:05.641Zstarting task 0: "setup"
32026-08-07T21:24:05.644Z++ uname -s
42026-08-07T21:24:05.648Z+ kern=SunOS
52026-08-07T21:24:05.648Z+ build_user=build
62026-08-07T21:24:05.648Z+ build_uid=12345
72026-08-07T21:24:05.648Z+ work_dir=/work
82026-08-07T21:24:05.648Z+ input_dir=/input
92026-08-07T21:24:05.648Z+ [[ 0 == 12345 ]]
102026-08-07T21:24:05.648Z+ case "$kern" in
112026-08-07T21:24:05.648Z+ groupadd -g 12345 build
122026-08-07T21:24:05.651Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-07T21:24:07.658Z+ zfs create -o mountpoint=/work rpool/work
142026-08-07T21:24:07.767Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-07T21:24:07.770Z+ home_fs=zfs
162026-08-07T21:24:07.770Z+ [[ zfs == autofs ]]
172026-08-07T21:24:07.770Z+ mkdir -p /home/build
182026-08-07T21:24:07.770Z+ chown build:build /home/build /work
192026-08-07T21:24:09.773Z+ chmod 0700 /home/build /work
202026-08-07T21:24:09.776Zprocess exited: duration 4141 ms, exit code 0
 
212026-08-07T21:24:09.782Zstarting task 1: "rust-toolchain"
222026-08-07T21:24:09.788Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-07T21:24:09.788Z * rust toolchain channel = "1.97.1"
242026-08-07T21:24:09.788Z * rust toolchain profile = "default"
252026-08-07T21:24:09.788Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-07T21:24:09.788Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-07T21:24:09.788Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-07T21:24:09.791Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-07T21:24:09.791Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-07T21:24:09.856Zinfo: downloading installer
312026-08-07T21:24:11.314Zwarn: It looks like you have an existing rustup settings file at:
322026-08-07T21:24:11.314Zwarn: /home/build/.rustup/settings.toml
332026-08-07T21:24:11.314Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-07T21:24:11.314Zwarn: instead of the one inferred from the default host triple.
352026-08-07T21:24:11.327Zinfo: profile set to default
362026-08-07T21:24:11.327Zinfo: default host triple is x86_64-unknown-illumos
372026-08-07T21:24:11.330Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-07T21:24:11.473Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-07T21:24:11.476Zinfo: downloading 6 components
402026-08-07T21:24:26.867Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-07T21:24:26.867Z
422026-08-07T21:24:26.894Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-07T21:24:26.894Z
442026-08-07T21:24:26.895Z
452026-08-07T21:24:26.895ZRust is installed now. Great!
462026-08-07T21:24:26.895Z
472026-08-07T21:24:26.895ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-07T21:24:26.895Zenvironment variable. This has not been done automatically.
492026-08-07T21:24:26.895Z
502026-08-07T21:24:26.895ZTo configure your current shell, you need to source
512026-08-07T21:24:26.895Zthe corresponding env file under $HOME/.cargo.
522026-08-07T21:24:26.895Z
532026-08-07T21:24:26.895ZThis is usually done by running one of the following (note the leading DOT):
542026-08-07T21:24:26.898Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-07T21:24:26.898Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-07T21:24:26.898Zsource "~/.cargo/env.nu" # For nushell
572026-08-07T21:24:26.898Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-07T21:24:26.898Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-07T21:24:26.899Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-07T21:24:26.899Zwarn: no default linker (`cc`) was found in your PATH
612026-08-07T21:24:26.899Zwarn: many Rust crates require a system C toolchain to build
622026-08-07T21:24:27.003Z+ rustup --version
632026-08-07T21:24:27.009Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-07T21:24:27.012Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-07T21:24:27.031Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-07T21:24:27.034Z+ cargo --version
672026-08-07T21:24:27.042Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-07T21:24:27.045Z+ rustc --version
692026-08-07T21:24:27.065Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-07T21:24:27.069Zprocess exited: duration 17285 ms, exit code 0
 
712026-08-07T21:24:27.076Zstarting task 2: "authentication"
722026-08-07T21:24:27.095Zprocess exited: duration 18 ms, exit code 0
 
732026-08-07T21:24:27.102Zstarting task 3: "clone repository"
742026-08-07T21:24:27.106Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-07T21:24:27.110Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-07T21:24:27.143ZCloning into '/work/oxidecomputer/omicron'...
772026-08-07T21:24:37.496Z+ cd /work/oxidecomputer/omicron
782026-08-07T21:24:37.496Z+ git fetch origin 661d513a778443b1e21b881c8f8df99a2f60db0b
792026-08-07T21:24:37.858ZFrom https://github.com/oxidecomputer/omicron
802026-08-07T21:24:37.858Z * branch 661d513a778443b1e21b881c8f8df99a2f60db0b -> FETCH_HEAD
812026-08-07T21:24:37.873Z+ [[ -n oliver/polar-patch ]]
822026-08-07T21:24:37.878Z++ git branch --show-current
832026-08-07T21:24:37.881Z+ current=main
842026-08-07T21:24:37.882Z+ [[ main != oliver/polar-patch ]]
852026-08-07T21:24:37.882Z+ git branch -f oliver/polar-patch 661d513a778443b1e21b881c8f8df99a2f60db0b
862026-08-07T21:24:37.882Z+ git checkout -f oliver/polar-patch
872026-08-07T21:24:38.134ZSwitched to branch 'oliver/polar-patch'
882026-08-07T21:24:38.138Z+ git reset --hard 661d513a778443b1e21b881c8f8df99a2f60db0b
892026-08-07T21:24:38.388ZHEAD is now at 661d513a7 Implemented feedback
902026-08-07T21:24:38.391Zprocess exited: duration 11288 ms, exit code 0
 
912026-08-07T21:24:38.398Zstarting task 4: "build"
922026-08-07T21:24:38.405Z+ source .github/buildomat/ci-env.sh
932026-08-07T21:24:38.405Z++ export CARGO_TERM_COLOR=always
942026-08-07T21:24:38.405Z++ CARGO_TERM_COLOR=always
952026-08-07T21:24:38.408Z+++ uname -s
962026-08-07T21:24:38.408Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-07T21:24:38.408Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-07T21:24:38.411Z+ cargo --version
992026-08-07T21:24:38.420Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-07T21:24:38.423Z+ rustc --version
1012026-08-07T21:24:38.445Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-07T21:24:38.449Z+ WORK=/work
1032026-08-07T21:24:38.449Z+ pfexec mkdir -p /work
1042026-08-07T21:24:38.449Z+ pfexec chown build /work
1052026-08-07T21:24:38.452Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-07T21:24:40.284Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-07T21:24:40.536Z Startup: Caching catalogs ... Done
1082026-08-07T21:24:41.895ZPlanning: Solver setup ... Done (1.272s)
1092026-08-07T21:24:41.940ZPlanning: Running solver ... Done (0.045s)
1102026-08-07T21:24:41.973ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-07T21:24:41.985ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-07T21:24:42.008ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-07T21:24:42.024ZPlanning: Package planning ... Done (0.016s)
1142026-08-07T21:24:42.027ZPlanning: Merging actions ... Done (0.001s)
1152026-08-07T21:24:42.186ZPlanning: Checking for conflicting actions ... Done (0.161s)
1162026-08-07T21:24:42.189ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-07T21:24:43.091ZPlanning: Evaluating mediators ... Done (0.903s)
1182026-08-07T21:24:43.094ZPlanning: Planning completed in 2.53 seconds
1192026-08-07T21:24:43.100Z Packages to install: 2
1202026-08-07T21:24:43.100Z Estimated space available: 156.02 GB
1212026-08-07T21:24:43.100ZEstimated space to be consumed: 57.87 MB
1222026-08-07T21:24:43.100Z Create boot environment: No
1232026-08-07T21:24:43.100ZCreate backup boot environment: No
1242026-08-07T21:24:43.103Z Rebuild boot archive: No
1252026-08-07T21:24:43.103Z
1262026-08-07T21:24:43.103ZChanged packages:
1272026-08-07T21:24:43.103Zhelios
1282026-08-07T21:24:43.103Z developer/build-essential
1292026-08-07T21:24:43.103Z None -> 11-3.0
1302026-08-07T21:24:43.103Z library/libxmlsec1
1312026-08-07T21:24:43.103Z None -> 1.2.35-3.0
1322026-08-07T21:24:43.125Z
1332026-08-07T21:24:43.125ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-07T21:24:43.195ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-08-07T21:24:43.297Z Actions: 1/268 actions (Installing new actions)
1362026-08-07T21:24:43.336Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-07T21:24:43.361ZFinalize: Updating package state database ... Done (0.025s)
1382026-08-07T21:24:43.361ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-07T21:24:43.421ZFinalize: Updating image state ... Done (0.060s)
1402026-08-07T21:24:46.143ZFinalize: Creating fast lookup database ... Done (2.682s)
1412026-08-07T21:24:46.213ZFinalize: Reading search index ... Done (0.013s)
1422026-08-07T21:24:46.216ZFinalize: Updating search index ... Done (0.000s)
1432026-08-07T21:24:46.313ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-07T21:24:46.663ZPlanning: Evaluating mediator changes ... Done
1452026-08-07T21:24:46.769ZPlanning: Checking for conflicting actions ... Done
1462026-08-07T21:24:46.772ZPlanning: Consolidating action changes ... Done
1472026-08-07T21:24:46.930ZPlanning: Evaluating mediators ... Done
1482026-08-07T21:24:46.933ZPlanning: Planning completed in 0.27 seconds
1492026-08-07T21:24:46.955Z Mediators to change: 2
1502026-08-07T21:24:46.955Z Create boot environment: No
1512026-08-07T21:24:46.955ZCreate backup boot environment: No
1522026-08-07T21:24:47.003ZFinalize: Updating package state database ... Done
1532026-08-07T21:24:47.003ZFinalize: Updating package cache ... Done
1542026-08-07T21:24:47.039ZFinalize: Updating image state ... Done
1552026-08-07T21:24:49.025ZFinalize: Creating fast lookup database ... Done
1562026-08-07T21:24:49.086ZFinalize: Reading search index ... Done
1572026-08-07T21:24:49.089ZFinalize: Updating search index ... Done
1582026-08-07T21:24:49.153ZFinalize: Updating package cache ... Done
1592026-08-07T21:24:49.438ZPlanning: Evaluating mediator changes ... Done
1602026-08-07T21:24:49.543ZPlanning: Checking for conflicting actions ... Done
1612026-08-07T21:24:49.546ZPlanning: Consolidating action changes ... Done
1622026-08-07T21:24:49.702ZPlanning: Evaluating mediators ... Done
1632026-08-07T21:24:49.709ZPlanning: Planning completed in 0.27 seconds
1642026-08-07T21:24:49.727Z Mediators to change: 1
1652026-08-07T21:24:49.727Z Create boot environment: No
1662026-08-07T21:24:49.727ZCreate backup boot environment: No
1672026-08-07T21:24:49.767ZFinalize: Updating package state database ... Done
1682026-08-07T21:24:49.767ZFinalize: Updating package cache ... Done
1692026-08-07T21:24:49.803ZFinalize: Updating image state ... Done
1702026-08-07T21:24:51.761ZFinalize: Creating fast lookup database ... Done
1712026-08-07T21:24:51.823ZFinalize: Reading search index ... Done
1722026-08-07T21:24:51.826ZFinalize: Updating search index ... Done
1732026-08-07T21:24:51.880ZFinalize: Updating package cache ... Done
1742026-08-07T21:24:52.197ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-07T21:24:52.197Zapache system 2.4 system
1762026-08-07T21:24:52.197Zclang system 15 system
1772026-08-07T21:24:52.197Zcsh system system illumos
1782026-08-07T21:24:52.197Zctags system system illumos
1792026-08-07T21:24:52.197Zfile vendor vendor darwinsys
1802026-08-07T21:24:52.197Zfile system system illumos
1812026-08-07T21:24:52.197Zgcc vendor 14 vendor
1822026-08-07T21:24:52.197Zgcc system 13 system
1832026-08-07T21:24:52.197Zgcc system 10 system
1842026-08-07T21:24:52.198Zgo system 1.25 system
1852026-08-07T21:24:52.198Zllvm system 15 system
1862026-08-07T21:24:52.198Zmariadb system 11.4 system
1872026-08-07T21:24:52.198Zmta vendor vendor dma
1882026-08-07T21:24:52.198Zopenjdk system 17 system
1892026-08-07T21:24:52.198Zopenjdk system 11 system
1902026-08-07T21:24:52.198Zopenssl vendor 3 vendor
1912026-08-07T21:24:52.198Zperl system 5.40 system
1922026-08-07T21:24:52.198Zpostgresql system 18 system
1932026-08-07T21:24:52.198Zpostgresql system 17 system
1942026-08-07T21:24:52.198Zpython vendor 3 vendor
1952026-08-07T21:24:52.198Zpython system 2 system
1962026-08-07T21:24:52.198Zpython3 vendor 3.13 vendor
1972026-08-07T21:24:52.198Zruby system 3.4 system
1982026-08-07T21:24:52.198Zruby system 3.0 system
1992026-08-07T21:24:52.198Zwords vendor vendor american-english
2002026-08-07T21:24:52.198Zwords system system australian-english
2012026-08-07T21:24:52.198Zwords system system british-english
2022026-08-07T21:24:52.198Zwords system system canadian-english
2032026-08-07T21:24:52.198Zwords system system french
2042026-08-07T21:24:52.198Zwords system system italian
2052026-08-07T21:24:52.198Zwords system system ngerman
2062026-08-07T21:24:52.198Zwords system system ogerman
2072026-08-07T21:24:52.198Zwords system system spanish
2082026-08-07T21:24:52.460ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-07T21:24:52.460Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-07T21:24:52.859ZFMRI IFO
2112026-08-07T21:24:52.859Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-07T21:24:52.859Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-07T21:24:52.859Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-07T21:24:52.859Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-07T21:24:52.859Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-07T21:24:52.859Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-07T21:24:52.859Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-07T21:24:52.859Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-07T21:24:52.859Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-07T21:24:53.165Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-07T21:24:53.809Z Updating crates.io index
2222026-08-07T21:24:53.812Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-07T21:24:54.174Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-07T21:24:54.546Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-07T21:24:55.549Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-07T21:24:56.110Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-07T21:24:58.219Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-07T21:24:59.096Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-07T21:24:59.389Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-07T21:24:59.786Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-07T21:25:02.120Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-07T21:25:02.445Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-07T21:25:02.822Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-07T21:25:03.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-07T21:25:03.670Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-07T21:25:03.988Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-07T21:25:04.345Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-07T21:25:04.661Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-07T21:25:04.989Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-07T21:25:05.473Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-07T21:25:05.941Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-07T21:25:06.357Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-07T21:25:06.867Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-07T21:25:07.214Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-07T21:25:07.871Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-07T21:25:08.218Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-07T21:25:08.526Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-07T21:25:08.981Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-07T21:25:09.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-07T21:25:10.090Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-07T21:25:10.387Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-07T21:25:10.714Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-07T21:25:11.037Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-07T21:25:11.427Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-07T21:25:11.971Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-07T21:25:12.277Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-07T21:25:12.583Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-08-07T21:25:13.088Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-07T21:25:13.452Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-08-07T21:25:14.127Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-08-07T21:25:14.429Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-08-07T21:25:14.721Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-08-07T21:25:15.067Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-08-07T21:25:15.365Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-08-07T21:25:18.572Z Downloading crates ...
2662026-08-07T21:25:18.634Z Downloaded anstyle v1.0.14
2672026-08-07T21:25:18.638Z Downloaded byteorder v1.5.0
2682026-08-07T21:25:18.638Z Downloaded macaddr v1.0.1
2692026-08-07T21:25:18.643Z Downloaded is_terminal_polyfill v1.70.2
2702026-08-07T21:25:18.650Z Downloaded dtrace-parser v0.2.0
2712026-08-07T21:25:18.653Z Downloaded zmij v1.0.21
2722026-08-07T21:25:18.653Z Downloaded generic-array v0.14.7
2732026-08-07T21:25:18.656Z Downloaded anstyle-query v1.1.5
2742026-08-07T21:25:18.657Z Downloaded clap_lex v1.0.0
2752026-08-07T21:25:18.664Z Downloaded colorchoice v1.0.4
2762026-08-07T21:25:18.673Z Downloaded heck v0.4.1
2772026-08-07T21:25:18.673Z Downloaded block-buffer v0.10.4
2782026-08-07T21:25:18.673Z Downloaded proc-macro-error v1.0.4
2792026-08-07T21:25:18.673Z Downloaded thiserror v2.0.18
2802026-08-07T21:25:18.673Z Downloaded digest v0.10.7
2812026-08-07T21:25:18.677Z Downloaded serde_tokenstream v0.2.3
2822026-08-07T21:25:18.677Z Downloaded zerocopy v0.7.35
2832026-08-07T21:25:18.680Z Downloaded zerocopy-derive v0.7.35
2842026-08-07T21:25:18.684Z Downloaded equivalent v1.0.2
2852026-08-07T21:25:18.684Z Downloaded cfg-if v1.0.4
2862026-08-07T21:25:18.684Z Downloaded errno v0.3.14
2872026-08-07T21:25:18.684Z Downloaded pretty-hex v0.4.1
2882026-08-07T21:25:18.684Z Downloaded bitflags v2.11.0
2892026-08-07T21:25:18.687Z Downloaded heck v0.5.0
2902026-08-07T21:25:18.687Z Downloaded cargo-platform v0.3.2
2912026-08-07T21:25:18.694Z Downloaded dof v0.3.0
2922026-08-07T21:25:18.696Z Downloaded memmap v0.7.0
2932026-08-07T21:25:18.702Z Downloaded pest_derive v2.8.6
2942026-08-07T21:25:18.706Z Downloaded cpufeatures v0.2.17
2952026-08-07T21:25:18.706Z Downloaded crypto-common v0.1.7
2962026-08-07T21:25:18.715Z Downloaded papergrid v0.11.0
2972026-08-07T21:25:18.719Z Downloaded anstyle-parse v1.0.0
2982026-08-07T21:25:18.719Z Downloaded fastrand v2.3.0
2992026-08-07T21:25:18.719Z Downloaded bytecount v0.6.9
3002026-08-07T21:25:18.723Z Downloaded thread-id v4.2.2
3012026-08-07T21:25:18.728Z Downloaded serde_spanned v0.6.9
3022026-08-07T21:25:18.731Z Downloaded scroll_derive v0.12.1
3032026-08-07T21:25:18.731Z Downloaded toml_write v0.1.2
3042026-08-07T21:25:18.739Z Downloaded strsim v0.11.1
3052026-08-07T21:25:18.742Z Downloaded itoa v1.0.17
3062026-08-07T21:25:18.742Z Downloaded toml_datetime v0.6.11
3072026-08-07T21:25:18.747Z Downloaded usdt v0.5.0
3082026-08-07T21:25:18.750Z Downloaded camino v1.2.2
3092026-08-07T21:25:18.753Z Downloaded usdt-impl v0.5.0
3102026-08-07T21:25:18.757Z Downloaded goblin v0.8.2
3112026-08-07T21:25:18.764Z Downloaded tabled_derive v0.7.0
3122026-08-07T21:25:18.767Z Downloaded terminal_size v0.4.3
3132026-08-07T21:25:18.767Z Downloaded usdt-macro v0.5.0
3142026-08-07T21:25:18.767Z Downloaded utf8parse v0.2.2
3152026-08-07T21:25:18.770Z Downloaded smawk v0.3.2
3162026-08-07T21:25:18.773Z Downloaded unicode-linebreak v0.1.5
3172026-08-07T21:25:18.776Z Downloaded plain v0.2.3
3182026-08-07T21:25:18.776Z Downloaded usdt-attr-macro v0.5.0
3192026-08-07T21:25:18.776Z Downloaded fnv v1.0.7
3202026-08-07T21:25:18.781Z Downloaded cargo_toml v0.21.0
3212026-08-07T21:25:18.784Z Downloaded anstream v1.0.0
3222026-08-07T21:25:18.787Z Downloaded swrite v0.1.0
3232026-08-07T21:25:18.790Z Downloaded version_check v0.9.5
3242026-08-07T21:25:18.802Z Downloaded quote v1.0.45
3252026-08-07T21:25:18.809Z Downloaded autocfg v1.5.0
3262026-08-07T21:25:18.812Z Downloaded cargo_metadata v0.23.1
3272026-08-07T21:25:18.812Z Downloaded proc-macro-error-attr v1.0.4
3282026-08-07T21:25:18.813Z Downloaded scroll v0.12.0
3292026-08-07T21:25:18.813Z Downloaded camino-tempfile v1.4.1
3302026-08-07T21:25:18.816Z Downloaded anyhow v1.0.102
3312026-08-07T21:25:18.827Z Downloaded thiserror v1.0.69
3322026-08-07T21:25:18.832Z Downloaded thiserror-impl v2.0.18
3332026-08-07T21:25:18.850Z Downloaded clap_derive v4.6.1
3342026-08-07T21:25:18.853Z Downloaded fs-err v3.3.0
3352026-08-07T21:25:18.853Z Downloaded once_cell v1.21.3
3362026-08-07T21:25:18.856Z Downloaded pest_generator v2.8.6
3372026-08-07T21:25:18.859Z Downloaded thiserror-impl v1.0.69
3382026-08-07T21:25:18.859Z Downloaded serde_derive v1.0.228
3392026-08-07T21:25:18.859Z Downloaded ucd-trie v0.1.7
3402026-08-07T21:25:18.863Z Downloaded semver v1.0.28
3412026-08-07T21:25:18.867Z Downloaded clap v4.6.1
3422026-08-07T21:25:18.871Z Downloaded toml v0.8.23
3432026-08-07T21:25:18.874Z Downloaded sha2 v0.10.9
3442026-08-07T21:25:18.882Z Downloaded pest_meta v2.8.6
3452026-08-07T21:25:18.887Z Downloaded serde_core v1.0.228
3462026-08-07T21:25:18.900Z Downloaded log v0.4.29
3472026-08-07T21:25:18.903Z Downloaded getrandom v0.4.1
3482026-08-07T21:25:18.906Z Downloaded tempfile v3.25.0
3492026-08-07T21:25:18.908Z Downloaded proc-macro2 v1.0.106
3502026-08-07T21:25:18.911Z Downloaded textwrap v0.16.2
3512026-08-07T21:25:18.921Z Downloaded unicode-ident v1.0.24
3522026-08-07T21:25:18.937Z Downloaded toml_edit v0.22.27
3532026-08-07T21:25:18.948Z Downloaded memchr v2.8.0
3542026-08-07T21:25:18.952Z Downloaded indexmap v2.14.0
3552026-08-07T21:25:18.953Z Downloaded serde v1.0.228
3562026-08-07T21:25:18.969Z Downloaded typenum v1.20.1
3572026-08-07T21:25:18.995Z Downloaded pest v2.8.6
3582026-08-07T21:25:19.017Z Downloaded serde_json v1.0.151
3592026-08-07T21:25:19.031Z Downloaded hashbrown v0.17.0
3602026-08-07T21:25:19.039Z Downloaded clap_builder v4.6.0
3612026-08-07T21:25:19.044Z Downloaded winnow v0.7.14
3622026-08-07T21:25:19.068Z Downloaded tabled v0.15.0
3632026-08-07T21:25:19.081Z Downloaded syn v1.0.109
3642026-08-07T21:25:19.085Z Downloaded unicode-width v0.1.14
3652026-08-07T21:25:19.089Z Downloaded unicode-width v0.2.0
3662026-08-07T21:25:19.092Z Downloaded syn v2.0.117
3672026-08-07T21:25:19.106Z Downloaded rustix v1.1.3
3682026-08-07T21:25:19.137Z Downloaded libc v0.2.185
3692026-08-07T21:25:19.198Z Compiling proc-macro2 v1.0.106
3702026-08-07T21:25:19.198Z Compiling quote v1.0.45
3712026-08-07T21:25:19.198Z Compiling unicode-ident v1.0.24
3722026-08-07T21:25:19.198Z Compiling serde_core v1.0.228
3732026-08-07T21:25:19.202Z Compiling libc v0.2.185
3742026-08-07T21:25:19.202Z Compiling version_check v0.9.5
3752026-08-07T21:25:19.202Z Compiling memchr v2.8.0
3762026-08-07T21:25:19.202Z Compiling serde v1.0.228
3772026-08-07T21:25:19.202Z Compiling zmij v1.0.21
3782026-08-07T21:25:19.379Z Compiling ucd-trie v0.1.7
3792026-08-07T21:25:19.382Z Compiling itoa v1.0.17
3802026-08-07T21:25:19.382Z Compiling thiserror v1.0.69
3812026-08-07T21:25:19.392Z Compiling byteorder v1.5.0
3822026-08-07T21:25:19.404Z Compiling rustix v1.1.3
3832026-08-07T21:25:19.616Z Compiling serde_json v1.0.151
3842026-08-07T21:25:19.808Z Compiling bitflags v2.11.0
3852026-08-07T21:25:19.826Z Compiling camino v1.2.2
3862026-08-07T21:25:19.882Z Compiling pest v2.8.6
3872026-08-07T21:25:19.954Z Compiling usdt-impl v0.5.0
3882026-08-07T21:25:19.990Z Compiling proc-macro-error-attr v1.0.4
3892026-08-07T21:25:20.006Z Compiling syn v1.0.109
3902026-08-07T21:25:20.084Z Compiling proc-macro-error v1.0.4
3912026-08-07T21:25:20.115Z Compiling log v0.4.29
3922026-08-07T21:25:20.203Z Compiling utf8parse v0.2.2
3932026-08-07T21:25:20.220Z Compiling hashbrown v0.17.0
3942026-08-07T21:25:20.223Z Compiling equivalent v1.0.2
3952026-08-07T21:25:20.313Z Compiling getrandom v0.4.1
3962026-08-07T21:25:20.349Z Compiling plain v0.2.3
3972026-08-07T21:25:20.352Z Compiling anstyle-parse v1.0.0
3982026-08-07T21:25:20.405Z Compiling errno v0.3.14
3992026-08-07T21:25:20.408Z Compiling thread-id v4.2.2
4002026-08-07T21:25:20.408Z Compiling toml_write v0.1.2
4012026-08-07T21:25:20.408Z Compiling colorchoice v1.0.4
4022026-08-07T21:25:20.512Z Compiling pretty-hex v0.4.1
4032026-08-07T21:25:20.546Z Compiling anstyle v1.0.14
4042026-08-07T21:25:20.551Z Compiling thiserror v2.0.18
4052026-08-07T21:25:20.602Z Compiling anstyle-query v1.1.5
4062026-08-07T21:25:20.606Z Compiling is_terminal_polyfill v1.70.2
4072026-08-07T21:25:20.606Z Compiling winnow v0.7.14
4082026-08-07T21:25:20.661Z Compiling cfg-if v1.0.4
4092026-08-07T21:25:20.664Z Compiling autocfg v1.5.0
4102026-08-07T21:25:20.737Z Compiling heck v0.5.0
4112026-08-07T21:25:20.754Z Compiling indexmap v2.14.0
4122026-08-07T21:25:20.759Z Compiling anstream v1.0.0
4132026-08-07T21:25:20.809Z Compiling syn v2.0.117
4142026-08-07T21:25:20.845Z Compiling fnv v1.0.7
4152026-08-07T21:25:20.863Z Compiling heck v0.4.1
4162026-08-07T21:25:21.001Z Compiling pest_meta v2.8.6
4172026-08-07T21:25:21.019Z Compiling once_cell v1.21.3
4182026-08-07T21:25:21.037Z Compiling bytecount v0.6.9
4192026-08-07T21:25:21.134Z Compiling strsim v0.11.1
4202026-08-07T21:25:21.152Z Compiling clap_lex v1.0.0
4212026-08-07T21:25:21.172Z Compiling fs-err v3.3.0
4222026-08-07T21:25:21.191Z Compiling fastrand v2.3.0
4232026-08-07T21:25:21.207Z Compiling anyhow v1.0.102
4242026-08-07T21:25:21.236Z Compiling unicode-width v0.1.14
4252026-08-07T21:25:21.260Z Compiling memmap v0.7.0
4262026-08-07T21:25:21.336Z Compiling unicode-width v0.2.0
4272026-08-07T21:25:21.416Z Compiling terminal_size v0.4.3
4282026-08-07T21:25:21.438Z Compiling tempfile v3.25.0
4292026-08-07T21:25:21.457Z Compiling unicode-linebreak v0.1.5
4302026-08-07T21:25:21.476Z Compiling smawk v0.3.2
4312026-08-07T21:25:21.499Z Compiling papergrid v0.11.0
4322026-08-07T21:25:21.538Z Compiling swrite v0.1.0
4332026-08-07T21:25:21.577Z Compiling clap_builder v4.6.0
4342026-08-07T21:25:21.656Z Compiling semver v1.0.28
4352026-08-07T21:25:21.688Z Compiling cargo-platform v0.3.2
4362026-08-07T21:25:21.721Z Compiling textwrap v0.16.2
4372026-08-07T21:25:21.938Z Compiling camino-tempfile v1.4.1
4382026-08-07T21:25:22.426Z Compiling tabled_derive v0.7.0
4392026-08-07T21:25:23.048Z Compiling pest_generator v2.8.6
4402026-08-07T21:25:23.132Z Compiling tabled v0.15.0
4412026-08-07T21:25:23.552Z Compiling serde_derive v1.0.228
4422026-08-07T21:25:23.556Z Compiling thiserror-impl v1.0.69
4432026-08-07T21:25:23.556Z Compiling zerocopy-derive v0.7.35
4442026-08-07T21:25:23.556Z Compiling scroll_derive v0.12.1
4452026-08-07T21:25:23.556Z Compiling thiserror-impl v2.0.18
4462026-08-07T21:25:23.556Z Compiling clap_derive v4.6.1
4472026-08-07T21:25:23.636Z Compiling pest_derive v2.8.6
4482026-08-07T21:25:24.223Z Compiling scroll v0.12.0
4492026-08-07T21:25:24.228Z Compiling zerocopy v0.7.35
4502026-08-07T21:25:24.450Z Compiling goblin v0.8.2
4512026-08-07T21:25:24.584Z Compiling dtrace-parser v0.2.0
4522026-08-07T21:25:24.887Z Compiling clap v4.6.1
4532026-08-07T21:25:25.974Z Compiling serde_spanned v0.6.9
4542026-08-07T21:25:25.974Z Compiling toml_datetime v0.6.11
4552026-08-07T21:25:25.977Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-07T21:25:25.978Z Compiling macaddr v1.0.1
4572026-08-07T21:25:25.978Z Compiling cargo_metadata v0.23.1
4582026-08-07T21:25:26.009Z Compiling dof v0.3.0
4592026-08-07T21:25:26.012Z Compiling serde_tokenstream v0.2.3
4602026-08-07T21:25:26.148Z Compiling toml_edit v0.22.27
4612026-08-07T21:25:26.736Z Compiling usdt-attr-macro v0.5.0
4622026-08-07T21:25:26.736Z Compiling usdt-macro v0.5.0
4632026-08-07T21:25:27.348Z Compiling usdt v0.5.0
4642026-08-07T21:25:27.444Z Compiling toml v0.8.23
4652026-08-07T21:25:27.769Z Compiling cargo_toml v0.21.0
4662026-08-07T21:25:29.046Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-07T21:25:31.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s
4682026-08-07T21:25:31.338Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-07T21:25:31.856Z Downloading crates ...
4702026-08-07T21:25:31.904Z Downloaded bitfield-struct v0.6.2
4712026-08-07T21:25:31.912Z Downloaded arc-swap v1.8.2
4722026-08-07T21:25:31.920Z Downloaded backoff v0.4.0
4732026-08-07T21:25:31.920Z Downloaded adler2 v2.0.1
4742026-08-07T21:25:31.923Z Downloaded async-compression v0.4.41
4752026-08-07T21:25:31.926Z Downloaded anstream v0.6.21
4762026-08-07T21:25:31.926Z Downloaded base16ct v1.0.0
4772026-08-07T21:25:31.926Z Downloaded atty v0.2.14
4782026-08-07T21:25:31.926Z Downloaded float-cmp v0.10.0
4792026-08-07T21:25:31.929Z Downloaded base16ct v0.2.0
4802026-08-07T21:25:31.932Z Downloaded async-recursion v1.1.1
4812026-08-07T21:25:31.935Z Downloaded aead v0.5.2
4822026-08-07T21:25:31.935Z Downloaded async-stream-impl v0.3.6
4832026-08-07T21:25:31.935Z Downloaded futures-sink v0.3.32
4842026-08-07T21:25:31.938Z Downloaded futures-io v0.3.32
4852026-08-07T21:25:31.938Z Downloaded fixedbitset v0.5.7
4862026-08-07T21:25:31.938Z Downloaded fatfs v0.3.6
4872026-08-07T21:25:31.941Z Downloaded bit-set v0.5.3
4882026-08-07T21:25:31.941Z Downloaded bcs v0.1.6
4892026-08-07T21:25:31.944Z Downloaded bitfield v0.19.4
4902026-08-07T21:25:31.944Z Downloaded home v0.5.12
4912026-08-07T21:25:31.944Z Downloaded erased-serde v0.3.31
4922026-08-07T21:25:31.947Z Downloaded env_logger v0.11.9
4932026-08-07T21:25:31.951Z Downloaded icu_locale_core v2.1.1
4942026-08-07T21:25:31.954Z Downloaded env_filter v1.0.0
4952026-08-07T21:25:31.957Z Downloaded expectorate v1.2.0
4962026-08-07T21:25:31.957Z Downloaded arrayref v0.3.9
4972026-08-07T21:25:31.972Z Downloaded atomic-waker v1.1.2
4982026-08-07T21:25:31.972Z Downloaded atomicwrites v0.4.4
4992026-08-07T21:25:31.972Z Downloaded convert_case v0.4.0
5002026-08-07T21:25:31.972Z Downloaded getrandom v0.3.4
5012026-08-07T21:25:31.972Z Downloaded bb8 v0.8.6
5022026-08-07T21:25:31.972Z Downloaded ciborium-io v0.2.2
5032026-08-07T21:25:31.972Z Downloaded globwalk v0.9.1
5042026-08-07T21:25:31.972Z Downloaded async-stream v0.3.6
5052026-08-07T21:25:31.972Z Downloaded foreign-types-shared v0.3.1
5062026-08-07T21:25:31.972Z Downloaded array-init v0.0.4
5072026-08-07T21:25:31.976Z Downloaded find-msvc-tools v0.1.9
5082026-08-07T21:25:31.976Z Downloaded form_urlencoded v1.2.2
5092026-08-07T21:25:31.976Z Downloaded bcrypt-pbkdf v0.11.0
5102026-08-07T21:25:31.979Z Downloaded cobs v0.3.0
5112026-08-07T21:25:31.983Z Downloaded foreign-types v0.3.2
5122026-08-07T21:25:31.984Z Downloaded gethostname v0.5.0
5132026-08-07T21:25:31.984Z Downloaded ghash v0.6.0
5142026-08-07T21:25:31.984Z Downloaded fs-err v2.11.0
5152026-08-07T21:25:31.986Z Downloaded ff v0.14.0
5162026-08-07T21:25:31.986Z Downloaded cmov v0.5.4
5172026-08-07T21:25:31.989Z Downloaded futures-channel v0.3.32
5182026-08-07T21:25:31.989Z Downloaded getrandom v0.2.17
5192026-08-07T21:25:31.992Z Downloaded num_enum_derive v0.5.11
5202026-08-07T21:25:31.995Z Downloaded ciborium-ll v0.2.2
5212026-08-07T21:25:31.995Z Downloaded globset v0.4.18
5222026-08-07T21:25:31.998Z Downloaded fxhash v0.2.1
5232026-08-07T21:25:32.001Z Downloaded compression-core v0.4.31
5242026-08-07T21:25:32.001Z Downloaded assert_matches v1.5.0
5252026-08-07T21:25:32.001Z Downloaded foreign-types-shared v0.1.1
5262026-08-07T21:25:32.005Z Downloaded futures-task v0.3.32
5272026-08-07T21:25:32.005Z Downloaded hostname v0.4.2
5282026-08-07T21:25:32.005Z Downloaded fixedbitset v0.4.2
5292026-08-07T21:25:32.008Z Downloaded bit-set v0.8.0
5302026-08-07T21:25:32.008Z Downloaded num v0.4.3
5312026-08-07T21:25:32.012Z Downloaded float-ord v0.3.2
5322026-08-07T21:25:32.015Z Downloaded git-stub v1.0.0
5332026-08-07T21:25:32.015Z Downloaded headers-core v0.3.0
5342026-08-07T21:25:32.015Z Downloaded http-body v1.0.1
5352026-08-07T21:25:32.015Z Downloaded ff v0.13.1
5362026-08-07T21:25:32.018Z Downloaded foldhash v0.1.5
5372026-08-07T21:25:32.018Z Downloaded hex-literal v1.1.0
5382026-08-07T21:25:32.018Z Downloaded bitfield-macros v0.19.4
5392026-08-07T21:25:32.018Z Downloaded num-conv v0.2.0
5402026-08-07T21:25:32.018Z Downloaded block-buffer v0.12.1
5412026-08-07T21:25:32.021Z Downloaded castaway v0.2.4
5422026-08-07T21:25:32.021Z Downloaded cfg_aliases v0.1.1
5432026-08-07T21:25:32.021Z Downloaded olpc-cjson v0.1.4
5442026-08-07T21:25:32.021Z Downloaded foreign-types-macros v0.2.3
5452026-08-07T21:25:32.021Z Downloaded hubpack_derive v0.1.1
5462026-08-07T21:25:32.024Z Downloaded ascii-canvas v3.0.0
5472026-08-07T21:25:32.024Z Downloaded block-padding v0.4.2
5482026-08-07T21:25:32.024Z Downloaded futures-macro v0.3.32
5492026-08-07T21:25:32.027Z Downloaded fd-lock v4.0.4
5502026-08-07T21:25:32.027Z Downloaded hash32 v0.2.1
5512026-08-07T21:25:32.027Z Downloaded funty v2.0.0
5522026-08-07T21:25:32.030Z Downloaded phf_shared v0.13.1
5532026-08-07T21:25:32.033Z Downloaded openssl-probe v0.2.1
5542026-08-07T21:25:32.036Z Downloaded aead v0.6.1
5552026-08-07T21:25:32.039Z Downloaded byte-wrapper v0.1.0
5562026-08-07T21:25:32.039Z Downloaded const_format_proc_macros v0.2.34
5572026-08-07T21:25:32.042Z Downloaded bit-vec v0.6.3
5582026-08-07T21:25:32.042Z Downloaded bit-vec v0.8.0
5592026-08-07T21:25:32.045Z Downloaded camino-tempfile-ext v0.3.3
5602026-08-07T21:25:32.045Z Downloaded compression-codecs v0.4.37
5612026-08-07T21:25:32.048Z Downloaded futures-core v0.3.32
5622026-08-07T21:25:32.051Z Downloaded httpdate v1.0.3
5632026-08-07T21:25:32.051Z Downloaded http-range v0.1.5
5642026-08-07T21:25:32.051Z Downloaded hubpack v0.1.2
5652026-08-07T21:25:32.054Z Downloaded async-trait v0.1.89
5662026-08-07T21:25:32.054Z Downloaded blake2 v0.10.6
5672026-08-07T21:25:32.057Z Downloaded allocator-api2 v0.2.21
5682026-08-07T21:25:32.057Z Downloaded hex v0.4.3
5692026-08-07T21:25:32.060Z Downloaded backon v1.6.0
5702026-08-07T21:25:32.060Z Downloaded clang-sys v1.8.1
5712026-08-07T21:25:32.064Z Downloaded proc-macro-crate v1.3.1
5722026-08-07T21:25:32.064Z Downloaded proc-macro-crate v3.4.0
5732026-08-07T21:25:32.067Z Downloaded futures-executor v0.3.32
5742026-08-07T21:25:32.067Z Downloaded hostname v0.3.1
5752026-08-07T21:25:32.067Z Downloaded cfg_aliases v0.2.1
5762026-08-07T21:25:32.067Z Downloaded bitflags v1.3.2
5772026-08-07T21:25:32.070Z Downloaded blowfish v0.10.0
5782026-08-07T21:25:32.070Z Downloaded cassowary v0.3.0
5792026-08-07T21:25:32.070Z Downloaded foreign-types v0.5.0
5802026-08-07T21:25:32.074Z Downloaded cipher v0.4.4
5812026-08-07T21:25:32.077Z Downloaded bs58 v0.5.1
5822026-08-07T21:25:32.077Z Downloaded chacha20 v0.9.1
5832026-08-07T21:25:32.077Z Downloaded arrayvec v0.7.6
5842026-08-07T21:25:32.080Z Downloaded highway v1.3.0
5852026-08-07T21:25:32.081Z Downloaded powerfmt v0.2.0
5862026-08-07T21:25:32.084Z Downloaded num-rational v0.4.2
5872026-08-07T21:25:32.087Z Downloaded oxide-update-engine-display v0.1.2
5882026-08-07T21:25:32.087Z Downloaded fs_extra v1.3.0
5892026-08-07T21:25:32.087Z Downloaded buf-list v1.1.2
5902026-08-07T21:25:32.090Z Downloaded git-stub-vcs v0.1.0
5912026-08-07T21:25:32.090Z Downloaded cipher v0.5.2
5922026-08-07T21:25:32.090Z Downloaded cmake v0.1.57
5932026-08-07T21:25:32.093Z Downloaded progenitor-macro v0.14.0
5942026-08-07T21:25:32.093Z Downloaded constant_time_eq v0.4.2
5952026-08-07T21:25:32.096Z Downloaded rfc6979 v0.4.0
5962026-08-07T21:25:32.096Z Downloaded argon2 v0.6.0-rc.8
5972026-08-07T21:25:32.099Z Downloaded rand_xorshift v0.4.0
5982026-08-07T21:25:32.099Z Downloaded ref-cast v1.0.25
5992026-08-07T21:25:32.099Z Downloaded colored v2.2.0
6002026-08-07T21:25:32.102Z Downloaded anstyle-parse v0.2.7
6012026-08-07T21:25:32.105Z Downloaded async-bb8-diesel v0.2.1
6022026-08-07T21:25:32.105Z Downloaded sapling-renderdag v0.1.0
6032026-08-07T21:25:32.108Z Downloaded colored v3.1.1
6042026-08-07T21:25:32.108Z Downloaded same-file v1.0.6
6052026-08-07T21:25:32.108Z Downloaded sha1 v0.10.6
6062026-08-07T21:25:32.111Z Downloaded base64ct v1.8.3
6072026-08-07T21:25:32.111Z Downloaded bzip2 v0.4.4
6082026-08-07T21:25:32.114Z Downloaded serde_bytes v0.11.19
6092026-08-07T21:25:32.114Z Downloaded phc v0.6.1
6102026-08-07T21:25:32.117Z Downloaded bzip2 v0.6.1
6112026-08-07T21:25:32.117Z Downloaded fallible-iterator v0.2.0
6122026-08-07T21:25:32.117Z Downloaded flagset v0.4.7
6132026-08-07T21:25:32.117Z Downloaded foldhash v0.2.0
6142026-08-07T21:25:32.120Z Downloaded ahash v0.8.12
6152026-08-07T21:25:32.120Z Downloaded filetime v0.2.27
6162026-08-07T21:25:32.123Z Downloaded group v0.14.0
6172026-08-07T21:25:32.123Z Downloaded hash32 v0.3.1
6182026-08-07T21:25:32.123Z Downloaded humantime v2.3.0
6192026-08-07T21:25:32.126Z Downloaded hyper-tls v0.6.0
6202026-08-07T21:25:32.126Z Downloaded rand_core v0.9.5
6212026-08-07T21:25:32.129Z Downloaded serde_plain v1.0.2
6222026-08-07T21:25:32.129Z Downloaded http-body-util v0.1.3
6232026-08-07T21:25:32.129Z Downloaded sigpipe v0.1.3
6242026-08-07T21:25:32.129Z Downloaded strum v0.26.3
6252026-08-07T21:25:32.132Z Downloaded strum v0.27.2
6262026-08-07T21:25:32.135Z Downloaded testing_table v0.3.0
6272026-08-07T21:25:32.135Z Downloaded thread-id v5.1.0
6282026-08-07T21:25:32.135Z Downloaded topological-sort v0.2.2
6292026-08-07T21:25:32.138Z Downloaded hyper-staticfile v0.10.1
6302026-08-07T21:25:32.141Z Downloaded pbkdf2 v0.13.0
6312026-08-07T21:25:32.144Z Downloaded cexpr v0.6.0
6322026-08-07T21:25:32.145Z Downloaded chacha20 v0.10.0
6332026-08-07T21:25:32.148Z Downloaded console v0.15.11
6342026-08-07T21:25:32.148Z Downloaded console v0.16.2
6352026-08-07T21:25:32.151Z Downloaded slog-bunyan v2.5.0
6362026-08-07T21:25:32.151Z Downloaded argon2 v0.5.3
6372026-08-07T21:25:32.151Z Downloaded cbc v0.2.1
6382026-08-07T21:25:32.151Z Downloaded slog-envlogger v2.2.0
6392026-08-07T21:25:32.154Z Downloaded cancel-safe-futures v0.1.5
6402026-08-07T21:25:32.154Z Downloaded const-oid v0.9.6
6412026-08-07T21:25:32.158Z Downloaded tap v1.0.1
6422026-08-07T21:25:32.158Z Downloaded ciborium v0.2.2
6432026-08-07T21:25:32.158Z Downloaded password-hash v0.5.0
6442026-08-07T21:25:32.161Z Downloaded take_mut v0.2.2
6452026-08-07T21:25:32.164Z Downloaded tinyvec_macros v0.1.1
6462026-08-07T21:25:32.164Z Downloaded parking_lot_core v0.9.12
6472026-08-07T21:25:32.164Z Downloaded glob v0.3.3
6482026-08-07T21:25:32.172Z Downloaded hmac v0.12.1
6492026-08-07T21:25:32.177Z Downloaded usdt v0.6.0
6502026-08-07T21:25:32.177Z Downloaded usdt-attr-macro v0.6.0
6512026-08-07T21:25:32.177Z Downloaded group v0.13.0
6522026-08-07T21:25:32.177Z Downloaded scroll v0.13.0
6532026-08-07T21:25:32.177Z Downloaded unit-prefix v0.5.2
6542026-08-07T21:25:32.177Z Downloaded want v0.3.1
6552026-08-07T21:25:32.180Z Downloaded blake2 v0.11.0-rc.6
6562026-08-07T21:25:32.180Z Downloaded predicates v3.1.4
6572026-08-07T21:25:32.180Z Downloaded rustls-native-certs v0.8.3
6582026-08-07T21:25:32.180Z Downloaded xshell-macros v0.2.7
6592026-08-07T21:25:32.183Z Downloaded zone_cfg_derive v0.3.1
6602026-08-07T21:25:32.186Z Downloaded rpassword v7.5.4
6612026-08-07T21:25:32.186Z Downloaded sec1 v0.7.3
6622026-08-07T21:25:32.186Z Downloaded serdect v0.4.3
6632026-08-07T21:25:32.189Z Downloaded signal-hook-registry v1.4.8
6642026-08-07T21:25:32.189Z Downloaded zerofrom v0.1.6
6652026-08-07T21:25:32.189Z Downloaded darling_macro v0.21.3
6662026-08-07T21:25:32.189Z Downloaded primeorder v0.14.0
6672026-08-07T21:25:32.189Z Downloaded base64 v0.22.1
6682026-08-07T21:25:32.192Z Downloaded half v1.8.3
6692026-08-07T21:25:32.195Z Downloaded hyper-rustls v0.27.7
6702026-08-07T21:25:32.195Z Downloaded iana-time-zone v0.1.65
6712026-08-07T21:25:32.198Z Downloaded static_assertions v1.1.0
6722026-08-07T21:25:32.198Z Downloaded slab v0.4.12
6732026-08-07T21:25:32.198Z Downloaded strum_macros v0.24.3
6742026-08-07T21:25:32.202Z Downloaded darling_macro v0.20.11
6752026-08-07T21:25:32.206Z Downloaded difflib v0.4.0
6762026-08-07T21:25:32.209Z Downloaded dtrace-parser v0.3.0
6772026-08-07T21:25:32.212Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6782026-08-07T21:25:32.214Z Downloaded slog-json v2.6.1
6792026-08-07T21:25:32.218Z Downloaded spki v0.7.3
6802026-08-07T21:25:32.218Z Downloaded spki v0.8.0
6812026-08-07T21:25:32.218Z Downloaded dof v0.4.0
6822026-08-07T21:25:32.221Z Downloaded generic-array v1.4.3
6832026-08-07T21:25:32.221Z Downloaded slog-dtrace v0.3.0
6842026-08-07T21:25:32.224Z Downloaded const-oid v0.10.2
6852026-08-07T21:25:32.227Z Downloaded embedded-io v0.4.0
6862026-08-07T21:25:32.227Z Downloaded toml_writer v1.1.1+spec-1.1.0
6872026-08-07T21:25:32.230Z Downloaded papergrid v0.17.0
6882026-08-07T21:25:32.233Z Downloaded pkcs8 v0.11.0
6892026-08-07T21:25:32.236Z Downloaded poly1305 v0.9.0
6902026-08-07T21:25:32.236Z Downloaded tiny-keccak v2.0.2
6912026-08-07T21:25:32.239Z Downloaded chacha20poly1305 v0.10.1
6922026-08-07T21:25:32.239Z Downloaded is-terminal v0.4.17
6932026-08-07T21:25:32.239Z Downloaded bytes v1.11.1
6942026-08-07T21:25:32.243Z Downloaded const_format v0.2.35
6952026-08-07T21:25:32.243Z Downloaded is_ci v1.2.0
6962026-08-07T21:25:32.243Z Downloaded lalrpop-util v0.19.12
6972026-08-07T21:25:32.245Z Downloaded lazy_static v1.5.0
6982026-08-07T21:25:32.246Z Downloaded tui-tree-widget v0.23.1
6992026-08-07T21:25:32.246Z Downloaded illumos-nvpair v0.3.0
7002026-08-07T21:25:32.246Z Downloaded md-5 v0.10.6
7012026-08-07T21:25:32.249Z Downloaded postcard v1.1.3
7022026-08-07T21:25:32.249Z Downloaded uzers v0.12.2
7032026-08-07T21:25:32.249Z Downloaded owo-colors v4.3.0
7042026-08-07T21:25:32.252Z Downloaded enum-as-inner v0.6.1
7052026-08-07T21:25:32.252Z Downloaded illumos-nvpair-sys v0.2.0
7062026-08-07T21:25:32.252Z Downloaded inout v0.2.2
7072026-08-07T21:25:32.252Z Downloaded instability v0.3.11
7082026-08-07T21:25:32.252Z Downloaded lzss v0.8.2
7092026-08-07T21:25:32.255Z Downloaded maybe-uninit v2.0.0
7102026-08-07T21:25:32.255Z Downloaded newtype-uuid-macros v0.1.0
7112026-08-07T21:25:32.255Z Downloaded newtype_derive v0.1.6
7122026-08-07T21:25:32.258Z Downloaded password-hash v0.6.1
7132026-08-07T21:25:32.261Z Downloaded pin-project v1.1.11
7142026-08-07T21:25:32.266Z Downloaded zstd v0.13.3
7152026-08-07T21:25:32.269Z Downloaded hmac v0.13.0
7162026-08-07T21:25:32.272Z Downloaded hybrid-array v0.4.13
7172026-08-07T21:25:32.275Z Downloaded ctutils v0.4.2
7182026-08-07T21:25:32.277Z Downloaded critical-section v1.2.0
7192026-08-07T21:25:32.277Z Downloaded httparse v1.10.1
7202026-08-07T21:25:32.280Z Downloaded der_derive v0.7.3
7212026-08-07T21:25:32.280Z Downloaded diesel-dtrace v0.5.0
7222026-08-07T21:25:32.280Z Downloaded num_threads v0.1.7
7232026-08-07T21:25:32.281Z Downloaded peg-runtime v0.8.5
7242026-08-07T21:25:32.281Z Downloaded packed_struct_codegen v0.10.1
7252026-08-07T21:25:32.284Z Downloaded half v2.7.1
7262026-08-07T21:25:32.284Z Downloaded predicates-core v1.0.10
7272026-08-07T21:25:32.287Z Downloaded deranged v0.5.8
7282026-08-07T21:25:32.287Z Downloaded digest v0.11.3
7292026-08-07T21:25:32.290Z Downloaded defmt-macros v1.0.1
7302026-08-07T21:25:32.290Z Downloaded tracing-attributes v0.1.31
7312026-08-07T21:25:32.293Z Downloaded twox-hash v2.1.2
7322026-08-07T21:25:32.293Z Downloaded spin v0.9.8
7332026-08-07T21:25:32.302Z Downloaded radium v0.7.0
7342026-08-07T21:25:32.305Z Downloaded quick-error v1.2.3
7352026-08-07T21:25:32.308Z Downloaded ref-cast-impl v1.0.25
7362026-08-07T21:25:32.308Z Downloaded p384 v0.14.0
7372026-08-07T21:25:32.311Z Downloaded ar_archive_writer v0.5.1
7382026-08-07T21:25:32.311Z Downloaded compact_str v0.8.1
7392026-08-07T21:25:32.314Z Downloaded rustc-hash v2.1.1
7402026-08-07T21:25:32.314Z Downloaded scroll_derive v0.13.1
7412026-08-07T21:25:32.314Z Downloaded rfc6979 v0.6.0
7422026-08-07T21:25:32.317Z Downloaded pem v3.0.6
7432026-08-07T21:25:32.317Z Downloaded secrecy v0.10.3
7442026-08-07T21:25:32.317Z Downloaded signature v2.2.0
7452026-08-07T21:25:32.317Z Downloaded base64 v0.21.7
7462026-08-07T21:25:32.320Z Downloaded ingot v0.2.1
7472026-08-07T21:25:32.323Z Downloaded keccak v0.2.0
7482026-08-07T21:25:32.324Z Downloaded serde-big-array v0.5.1
7492026-08-07T21:25:32.324Z Downloaded libefi-sys v0.1.0
7502026-08-07T21:25:32.327Z Downloaded tls_codec v0.4.2
7512026-08-07T21:25:32.327Z Downloaded signature v3.0.0
7522026-08-07T21:25:32.330Z Downloaded sponge-cursor v0.1.0
7532026-08-07T21:25:32.333Z Downloaded num_enum_derive v0.7.6
7542026-08-07T21:25:32.336Z Downloaded packed_struct v0.10.1
7552026-08-07T21:25:32.336Z Downloaded tokio-stream v0.1.18
7562026-08-07T21:25:32.341Z Downloaded num_enum v0.7.6
7572026-08-07T21:25:32.346Z Downloaded oxnet v0.1.6
7582026-08-07T21:25:32.346Z Downloaded pkcs8 v0.10.2
7592026-08-07T21:25:32.349Z Downloaded structmeta v0.3.0
7602026-08-07T21:25:32.352Z Downloaded crossbeam-utils v0.8.21
7612026-08-07T21:25:32.352Z Downloaded darling v0.20.11
7622026-08-07T21:25:32.355Z Downloaded peg-macros v0.8.5
7632026-08-07T21:25:32.355Z Downloaded phf v0.13.1
7642026-08-07T21:25:32.355Z Downloaded port-file v0.1.0
7652026-08-07T21:25:32.358Z Downloaded headers v0.4.1
7662026-08-07T21:25:32.361Z Downloaded flume v0.11.1
7672026-08-07T21:25:32.361Z Downloaded unicode-truncate v1.1.0
7682026-08-07T21:25:32.361Z Downloaded futures v0.3.32
7692026-08-07T21:25:32.367Z Downloaded ctr v0.10.1
7702026-08-07T21:25:32.370Z Downloaded heapless v0.7.17
7712026-08-07T21:25:32.373Z Downloaded polyval v0.7.1
7722026-08-07T21:25:32.373Z Downloaded unicode-properties v0.1.4
7732026-08-07T21:25:32.373Z Downloaded tabled_derive v0.11.0
7742026-08-07T21:25:32.377Z Downloaded termtree v0.5.1
7752026-08-07T21:25:32.377Z Downloaded tokio-macros v2.7.0
7762026-08-07T21:25:32.377Z Downloaded trait-variant v0.1.2
7772026-08-07T21:25:32.377Z Downloaded universal-hash v0.5.1
7782026-08-07T21:25:32.377Z Downloaded yoke-derive v0.8.1
7792026-08-07T21:25:32.377Z Downloaded flate2 v1.1.9
7802026-08-07T21:25:32.380Z Downloaded resolv-conf v0.7.6
7812026-08-07T21:25:32.380Z Downloaded ed25519 v2.2.3
7822026-08-07T21:25:32.385Z Downloaded r2d2 v0.8.10
7832026-08-07T21:25:32.385Z Downloaded ecdsa v0.17.0
7842026-08-07T21:25:32.385Z Downloaded git2 v0.20.4
7852026-08-07T21:25:32.388Z Downloaded progenitor v0.13.0
7862026-08-07T21:25:32.389Z Downloaded progenitor-extras v0.2.0
7872026-08-07T21:25:32.391Z Downloaded crc-catalog v2.4.0
7882026-08-07T21:25:32.392Z Downloaded scuffle v0.1.0
7892026-08-07T21:25:32.392Z Downloaded cstr-argument v0.1.2
7902026-08-07T21:25:32.394Z Downloaded try-lock v0.2.5
7912026-08-07T21:25:32.394Z Downloaded shlex v1.3.0
7922026-08-07T21:25:32.394Z Downloaded vte v0.14.1
7932026-08-07T21:25:32.397Z Downloaded unicode-xid v0.2.6
7942026-08-07T21:25:32.397Z Downloaded rustls-pemfile v2.2.0
7952026-08-07T21:25:32.400Z Downloaded serde_derive_internals v0.29.1
7962026-08-07T21:25:32.400Z Downloaded slog-scope v4.4.1
7972026-08-07T21:25:32.404Z Downloaded lock_api v0.4.14
7982026-08-07T21:25:32.409Z Downloaded prettyplease v0.2.37
7992026-08-07T21:25:32.417Z Downloaded defmt-parser v1.0.0
8002026-08-07T21:25:32.420Z Downloaded embedded-io v0.6.1
8012026-08-07T21:25:32.420Z Downloaded serde-hex v0.1.0
8022026-08-07T21:25:32.420Z Downloaded crunchy v0.2.4
8032026-08-07T21:25:32.420Z Downloaded derive_builder_macro v0.20.2
8042026-08-07T21:25:32.420Z Downloaded serde_yaml v0.9.34+deprecated
8052026-08-07T21:25:32.423Z Downloaded crc-any v2.5.0
8062026-08-07T21:25:32.423Z Downloaded structmeta-derive v0.3.0
8072026-08-07T21:25:32.423Z Downloaded num-integer v0.1.46
8082026-08-07T21:25:32.426Z Downloaded pin-project-lite v0.2.17
8092026-08-07T21:25:32.426Z Downloaded darling v0.21.3
8102026-08-07T21:25:32.429Z Downloaded dunce v1.0.5
8112026-08-07T21:25:32.429Z Downloaded ssh-cipher v0.3.0
8122026-08-07T21:25:32.434Z Downloaded heapless v0.8.0
8132026-08-07T21:25:32.437Z Downloaded hickory-resolver v0.24.4
8142026-08-07T21:25:32.440Z Downloaded internet-checksum v0.2.1
8152026-08-07T21:25:32.440Z Downloaded kem v0.3.0
8162026-08-07T21:25:32.440Z Downloaded maplit v1.0.2
8172026-08-07T21:25:32.440Z Downloaded hickory-resolver v0.25.2
8182026-08-07T21:25:32.443Z Downloaded rayon-core v1.13.0
8192026-08-07T21:25:32.446Z Downloaded bumpalo v3.20.2
8202026-08-07T21:25:32.447Z Downloaded ssh-encoding v0.3.0
8212026-08-07T21:25:32.447Z Downloaded tower-layer v0.3.3
8222026-08-07T21:25:32.452Z Downloaded cc v1.2.56
8232026-08-07T21:25:32.452Z Downloaded lru v0.12.5
8242026-08-07T21:25:32.452Z Downloaded kstat-rs v0.2.5
8252026-08-07T21:25:32.452Z Downloaded memoffset v0.9.1
8262026-08-07T21:25:32.452Z Downloaded keccak v0.1.6
8272026-08-07T21:25:32.458Z Downloaded num-derive v0.4.2
8282026-08-07T21:25:32.458Z Downloaded tokio-native-tls v0.3.1
8292026-08-07T21:25:32.458Z Downloaded vergen-lib v0.1.6
8302026-08-07T21:25:32.458Z Downloaded vergen-lib v9.1.0
8312026-08-07T21:25:32.463Z Downloaded whoami v2.1.0
8322026-08-07T21:25:32.463Z Downloaded writeable v0.6.2
8332026-08-07T21:25:32.463Z Downloaded yoke v0.8.1
8342026-08-07T21:25:32.466Z Downloaded crossbeam-deque v0.8.6
8352026-08-07T21:25:32.466Z Downloaded normalize-line-endings v0.3.0
8362026-08-07T21:25:32.466Z Downloaded oso-derive v0.27.3
8372026-08-07T21:25:32.466Z Downloaded icu_properties v2.1.2
8382026-08-07T21:25:32.466Z Downloaded serde_cbor v0.11.2
8392026-08-07T21:25:32.469Z Downloaded uuid v1.23.4
8402026-08-07T21:25:32.469Z Downloaded icu_collections v2.1.1
8412026-08-07T21:25:32.472Z Downloaded libbz2-rs-sys v0.2.2
8422026-08-07T21:25:32.475Z Downloaded rustls-pki-types v1.14.0
8432026-08-07T21:25:32.475Z Downloaded ml-kem v0.3.2
8442026-08-07T21:25:32.478Z Downloaded publicsuffix v2.3.0
8452026-08-07T21:25:32.478Z Downloaded precomputed-hash v0.1.1
8462026-08-07T21:25:32.480Z Downloaded predicates-tree v1.0.13
8472026-08-07T21:25:32.481Z Downloaded rsa v0.9.10
8482026-08-07T21:25:32.483Z Downloaded quinn v0.11.11
8492026-08-07T21:25:32.483Z Downloaded derive-ex v0.1.8
8502026-08-07T21:25:32.490Z Downloaded psl-types v2.0.11
8512026-08-07T21:25:32.493Z Downloaded zip v0.6.6
8522026-08-07T21:25:32.496Z Downloaded zopfli v0.8.3
8532026-08-07T21:25:32.496Z Downloaded seq-macro v0.3.6
8542026-08-07T21:25:32.499Z Downloaded serde_repr v0.1.20
8552026-08-07T21:25:32.502Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8562026-08-07T21:25:32.502Z Downloaded impl-trait-for-tuples v0.2.3
8572026-08-07T21:25:32.502Z Downloaded ingot-types v0.2.0
8582026-08-07T21:25:32.506Z Downloaded hyper-util v0.1.20
8592026-08-07T21:25:32.509Z Downloaded hashbrown v0.13.2
8602026-08-07T21:25:32.509Z Downloaded secrecy v0.8.0
8612026-08-07T21:25:32.509Z Downloaded semver v0.1.20
8622026-08-07T21:25:32.512Z Downloaded rustc_version v0.4.1
8632026-08-07T21:25:32.512Z Downloaded nanorand v0.7.0
8642026-08-07T21:25:32.515Z Downloaded scheduled-thread-pool v0.2.7
8652026-08-07T21:25:32.515Z Downloaded sqlparser_derive v0.5.0
8662026-08-07T21:25:32.518Z Downloaded linear-map v1.2.0
8672026-08-07T21:25:32.522Z Downloaded stable_deref_trait v1.2.1
8682026-08-07T21:25:32.522Z Downloaded supports-color v3.0.2
8692026-08-07T21:25:32.522Z Downloaded http v1.4.2
8702026-08-07T21:25:32.525Z Downloaded progenitor-impl v0.13.0
8712026-08-07T21:25:32.525Z Downloaded tabwriter v1.4.1
8722026-08-07T21:25:32.528Z Downloaded module-lattice v0.2.3
8732026-08-07T21:25:32.528Z Downloaded yasna v0.5.2
8742026-08-07T21:25:32.533Z Downloaded corncobs v0.1.4
8752026-08-07T21:25:32.536Z Downloaded native-tls v0.2.18
8762026-08-07T21:25:32.536Z Downloaded pem-rfc7468 v0.7.0
8772026-08-07T21:25:32.536Z Downloaded usdt-macro v0.6.0
8782026-08-07T21:25:32.536Z Downloaded wait-timeout v0.2.1
8792026-08-07T21:25:32.539Z Downloaded hickory-server v0.25.2
8802026-08-07T21:25:32.539Z Downloaded pkg-config v0.3.32
8812026-08-07T21:25:32.542Z Downloaded crc v3.4.0
8822026-08-07T21:25:32.542Z Downloaded miniz_oxide v0.8.9
8832026-08-07T21:25:32.545Z Downloaded smallvec v1.15.1
8842026-08-07T21:25:32.545Z Downloaded utf-8 v0.7.6
8852026-08-07T21:25:32.545Z Downloaded waitgroup v0.1.2
8862026-08-07T21:25:32.545Z Downloaded zeroize_derive v1.5.0
8872026-08-07T21:25:32.549Z Downloaded parking_lot_core v0.8.6
8882026-08-07T21:25:32.549Z Downloaded progenitor-client v0.13.0
8892026-08-07T21:25:32.553Z Downloaded darling_macro v0.23.0
8902026-08-07T21:25:32.555Z Downloaded debug-ignore v1.0.5
8912026-08-07T21:25:32.555Z Downloaded downcast-rs v2.0.2
8922026-08-07T21:25:32.555Z Downloaded rustls-webpki v0.103.13
8932026-08-07T21:25:32.559Z Downloaded pin-project-internal v1.1.11
8942026-08-07T21:25:32.559Z Downloaded darling v0.13.4
8952026-08-07T21:25:32.562Z Downloaded yansi v1.0.1
8962026-08-07T21:25:32.562Z Downloaded rand_chacha v0.9.0
8972026-08-07T21:25:32.562Z Downloaded des v0.9.0
8982026-08-07T21:25:32.565Z Downloaded rand_seeder v0.4.0
8992026-08-07T21:25:32.565Z Downloaded steno v0.4.1
9002026-08-07T21:25:32.568Z Downloaded defmt v0.3.100
9012026-08-07T21:25:32.568Z Downloaded dirs-next v2.0.0
9022026-08-07T21:25:32.568Z Downloaded idna_adapter v1.2.1
9032026-08-07T21:25:32.568Z Downloaded instant v0.1.13
9042026-08-07T21:25:32.571Z Downloaded term v0.7.0
9052026-08-07T21:25:32.574Z Downloaded tinyvec v1.10.0
9062026-08-07T21:25:32.574Z Downloaded hashbrown v0.12.3
9072026-08-07T21:25:32.577Z Downloaded slog-async v2.8.0
9082026-08-07T21:25:32.579Z Downloaded indoc v1.0.9
9092026-08-07T21:25:32.585Z Downloaded tls_codec_derive v0.4.2
9102026-08-07T21:25:32.590Z Downloaded derive_more v2.1.1
9112026-08-07T21:25:32.598Z Downloaded newline-converter v0.3.0
9122026-08-07T21:25:32.601Z Downloaded nodrop v0.1.14
9132026-08-07T21:25:32.601Z Downloaded thread_local v1.1.9
9142026-08-07T21:25:32.604Z Downloaded path-slash v0.1.5
9152026-08-07T21:25:32.604Z Downloaded phf_shared v0.11.3
9162026-08-07T21:25:32.609Z Downloaded rustls-platform-verifier v0.6.2
9172026-08-07T21:25:32.612Z Downloaded potential_utf v0.1.4
9182026-08-07T21:25:32.614Z Downloaded usdt-impl v0.6.0
9192026-08-07T21:25:32.615Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-08-07T21:25:32.617Z Downloaded zeroize v1.9.0
9212026-08-07T21:25:32.617Z Downloaded snafu v0.8.9
9222026-08-07T21:25:32.620Z Downloaded rand_pcg v0.10.2
9232026-08-07T21:25:32.626Z Downloaded russh-cryptovec v0.62.0
9242026-08-07T21:25:32.629Z Downloaded document-features v0.2.12
9252026-08-07T21:25:32.629Z Downloaded unicode_categories v0.1.1
9262026-08-07T21:25:32.629Z Downloaded zerocopy-derive v0.8.40
9272026-08-07T21:25:32.632Z Downloaded recursive v0.1.1
9282026-08-07T21:25:32.632Z Downloaded data-encoding v2.10.0
9292026-08-07T21:25:32.632Z Downloaded rsa v0.10.0-rc.18
9302026-08-07T21:25:32.635Z Downloaded serde_path_to_error v0.1.20
9312026-08-07T21:25:32.639Z Downloaded serde_with v1.14.0
9322026-08-07T21:25:32.642Z Downloaded sync-ptr v0.1.4
9332026-08-07T21:25:32.642Z Downloaded pretty_assertions v1.4.1
9342026-08-07T21:25:32.642Z Downloaded ignore v0.4.25
9352026-08-07T21:25:32.651Z Downloaded signal-hook-mio v0.2.5
9362026-08-07T21:25:32.654Z Downloaded unarray v0.1.4
9372026-08-07T21:25:32.657Z Downloaded ed25519 v3.0.0
9382026-08-07T21:25:32.661Z Downloaded sync_wrapper v1.0.2
9392026-08-07T21:25:32.665Z Downloaded elliptic-curve v0.14.1
9402026-08-07T21:25:32.665Z Downloaded libsw v3.5.0
9412026-08-07T21:25:32.668Z Downloaded strip-ansi-escapes v0.2.1
9422026-08-07T21:25:32.668Z Downloaded void v1.0.2
9432026-08-07T21:25:32.672Z Downloaded rand v0.8.6
9442026-08-07T21:25:32.672Z Downloaded libsw-core v0.3.2
9452026-08-07T21:25:32.672Z Downloaded term v1.2.1
9462026-08-07T21:25:32.674Z Downloaded tracing-core v0.1.36
9472026-08-07T21:25:32.675Z Downloaded tokio-rustls v0.26.4
9482026-08-07T21:25:32.678Z Downloaded wnaf v0.14.0
9492026-08-07T21:25:32.681Z Downloaded zerofrom-derive v0.1.6
9502026-08-07T21:25:32.681Z Downloaded curve25519-dalek-derive v0.1.1
9512026-08-07T21:25:32.689Z Downloaded psm v0.1.30
9522026-08-07T21:25:32.692Z Downloaded typed-path v0.9.3
9532026-08-07T21:25:32.695Z Downloaded aes v0.9.1
9542026-08-07T21:25:32.698Z Downloaded crc8 v0.1.1
9552026-08-07T21:25:32.698Z Downloaded dropshot-api-manager-types v0.7.2
9562026-08-07T21:25:32.698Z Downloaded zstd-safe v7.2.4
9572026-08-07T21:25:32.702Z Downloaded ppv-lite86 v0.2.21
9582026-08-07T21:25:32.702Z Downloaded indent_write v2.2.0
9592026-08-07T21:25:32.702Z Downloaded jiff-static v0.2.34
9602026-08-07T21:25:32.706Z Downloaded crossbeam-epoch v0.9.18
9612026-08-07T21:25:32.709Z Downloaded darling_core v0.23.0
9622026-08-07T21:25:32.709Z Downloaded rand v0.10.1
9632026-08-07T21:25:32.711Z Downloaded sec1 v0.8.1
9642026-08-07T21:25:32.712Z Downloaded managed v0.8.0
9652026-08-07T21:25:32.714Z Downloaded openssl-macros v0.1.1
9662026-08-07T21:25:32.714Z Downloaded openssl-probe v0.1.6
9672026-08-07T21:25:32.714Z Downloaded phf_shared v0.12.1
9682026-08-07T21:25:32.720Z Downloaded aho-corasick v1.1.4
9692026-08-07T21:25:32.724Z Downloaded darling_core v0.21.3
9702026-08-07T21:25:32.727Z Downloaded similar v2.7.0
9712026-08-07T21:25:32.731Z Downloaded slog v2.8.2
9722026-08-07T21:25:32.734Z Downloaded tokio-postgres v0.7.16
9732026-08-07T21:25:32.737Z Downloaded schemars v0.8.22
9742026-08-07T21:25:32.744Z Downloaded smf v0.2.3
9752026-08-07T21:25:32.747Z Downloaded stringprep v0.1.5
9762026-08-07T21:25:32.747Z Downloaded progenitor-client v0.14.0
9772026-08-07T21:25:32.747Z Downloaded memmap2 v0.9.10
9782026-08-07T21:25:32.751Z Downloaded hashbrown v0.16.1
9792026-08-07T21:25:32.754Z Downloaded omicron-zone-package v0.12.3
9802026-08-07T21:25:32.758Z Downloaded daft-derive v0.1.7
9812026-08-07T21:25:32.765Z Downloaded itertools v0.10.5
9822026-08-07T21:25:32.769Z Downloaded daft v0.1.7
9832026-08-07T21:25:32.772Z Downloaded parking_lot v0.11.2
9842026-08-07T21:25:32.775Z Downloaded toml v1.1.2+spec-1.1.0
9852026-08-07T21:25:32.775Z Downloaded oxide-tokio-rt v0.1.4
9862026-08-07T21:25:32.778Z Downloaded rustyline v14.0.0
9872026-08-07T21:25:32.778Z Downloaded unicode-bidi v0.3.18
9882026-08-07T21:25:32.781Z Downloaded p256 v0.14.0
9892026-08-07T21:25:32.781Z Downloaded parking_lot v0.12.5
9902026-08-07T21:25:32.784Z Downloaded postgres-types v0.2.12
9912026-08-07T21:25:32.784Z Downloaded ena v0.14.4
9922026-08-07T21:25:32.787Z Downloaded displaydoc v0.2.5
9932026-08-07T21:25:32.787Z Downloaded mio v1.2.0
9942026-08-07T21:25:32.790Z Downloaded universal-hash v0.6.1
9952026-08-07T21:25:32.790Z Downloaded mime_guess v2.0.5
9962026-08-07T21:25:32.793Z Downloaded ryu v1.0.23
9972026-08-07T21:25:32.793Z Downloaded multer v3.1.0
9982026-08-07T21:25:32.796Z Downloaded num-bigint v0.4.6
9992026-08-07T21:25:32.799Z Downloaded parse-display-derive v0.10.0
10002026-08-07T21:25:32.799Z Downloaded ipnet v2.11.0
10012026-08-07T21:25:32.799Z Downloaded pem-rfc7468 v1.0.0
10022026-08-07T21:25:32.799Z Downloaded serde_with_macros v3.21.0
10032026-08-07T21:25:32.802Z Downloaded darling v0.23.0
10042026-08-07T21:25:32.805Z Downloaded poly1305 v0.8.0
10052026-08-07T21:25:32.805Z Downloaded xattr v1.6.1
10062026-08-07T21:25:32.805Z Downloaded darling_macro v0.13.4
10072026-08-07T21:25:32.805Z Downloaded crypto-common v0.2.2
10082026-08-07T21:25:32.808Z Downloaded num-complex v0.4.6
10092026-08-07T21:25:32.808Z Downloaded ident_case v1.0.1
10102026-08-07T21:25:32.808Z Downloaded dirs-sys-next v0.1.2
10112026-08-07T21:25:32.808Z Downloaded endian-type v0.1.2
10122026-08-07T21:25:32.808Z Downloaded ed25519-dalek v2.2.0
10132026-08-07T21:25:32.813Z Downloaded socket2 v0.5.10
10142026-08-07T21:25:32.816Z Downloaded tokio-util v0.7.18
10152026-08-07T21:25:32.819Z Downloaded thiserror-no-std v2.0.2
10162026-08-07T21:25:32.823Z Downloaded match_cfg v0.1.0
10172026-08-07T21:25:32.823Z Downloaded primeorder v0.13.6
10182026-08-07T21:25:32.823Z Downloaded percent-encoding v2.3.2
10192026-08-07T21:25:32.823Z Downloaded toml_parser v1.1.2+spec-1.1.0
10202026-08-07T21:25:32.826Z Downloaded rtoolbox v0.0.3
10212026-08-07T21:25:32.826Z Downloaded scopeguard v1.2.0
10222026-08-07T21:25:32.829Z Downloaded tokio-tungstenite v0.23.1
10232026-08-07T21:25:32.829Z Downloaded rand_core v0.10.0
10242026-08-07T21:25:32.832Z Downloaded aes-gcm v0.11.0
10252026-08-07T21:25:32.832Z Downloaded hashbrown v0.15.5
10262026-08-07T21:25:32.835Z Downloaded derive_builder_core v0.20.2
10272026-08-07T21:25:32.838Z Downloaded serde_with_macros v1.5.2
10282026-08-07T21:25:32.838Z Downloaded simd-adler32 v0.3.8
10292026-08-07T21:25:32.841Z Downloaded smallvec v0.6.14
10302026-08-07T21:25:32.841Z Downloaded support-bundle-viewer v0.1.2
10312026-08-07T21:25:32.841Z Downloaded termios v0.3.3
10322026-08-07T21:25:32.844Z Downloaded cookie_store v0.22.1
10332026-08-07T21:25:32.847Z Downloaded progenitor-macro v0.13.0
10342026-08-07T21:25:32.847Z Downloaded new_debug_unreachable v1.0.6
10352026-08-07T21:25:32.864Z Downloaded nibble_vec v0.1.0
10362026-08-07T21:25:32.864Z Downloaded rand_chacha v0.3.1
10372026-08-07T21:25:32.864Z Downloaded serde_urlencoded v0.7.1
10382026-08-07T21:25:32.864Z Downloaded time-macros v0.2.27
10392026-08-07T21:25:32.864Z Downloaded pkcs5 v0.8.1
10402026-08-07T21:25:32.864Z Downloaded serde_spanned v1.1.1
10412026-08-07T21:25:32.864Z Downloaded strum_macros v0.26.4
10422026-08-07T21:25:32.864Z Downloaded tokio-test v0.4.5
10432026-08-07T21:25:32.867Z Downloaded reedline v0.40.0
10442026-08-07T21:25:32.873Z Downloaded untrusted v0.7.1
10452026-08-07T21:25:32.877Z Downloaded dyn-clone v1.0.20
10462026-08-07T21:25:32.877Z Downloaded convert_case v0.10.0
10472026-08-07T21:25:32.880Z Downloaded cpubits v0.1.1
10482026-08-07T21:25:32.880Z Downloaded futures-util v0.3.32
10492026-08-07T21:25:32.886Z Downloaded hkdf v0.13.0
10502026-08-07T21:25:32.889Z Downloaded crossterm v0.28.1
10512026-08-07T21:25:32.892Z Downloaded icu_normalizer_data v2.1.1
10522026-08-07T21:25:32.895Z Downloaded tungstenite v0.21.0
10532026-08-07T21:25:32.895Z Downloaded digest-io v0.1.0
10542026-08-07T21:25:32.898Z Downloaded primefield v0.14.0
10552026-08-07T21:25:32.901Z Downloaded mime v0.3.17
10562026-08-07T21:25:32.901Z Downloaded parse-display v0.10.0
10572026-08-07T21:25:32.901Z Downloaded inout v0.1.4
10582026-08-07T21:25:32.901Z Downloaded lru-slab v0.1.2
10592026-08-07T21:25:32.904Z Downloaded md5 v0.8.0
10602026-08-07T21:25:32.913Z Downloaded newtype-uuid v1.3.2
10612026-08-07T21:25:32.917Z Downloaded num-traits v0.2.19
10622026-08-07T21:25:32.920Z Downloaded russh-util v0.52.0
10632026-08-07T21:25:32.920Z Downloaded vsss-rs v3.3.4
10642026-08-07T21:25:32.924Z Downloaded indexmap v1.9.3
10652026-08-07T21:25:32.929Z Downloaded scrypt v0.12.0
10662026-08-07T21:25:32.929Z Downloaded vergen v9.1.0
10672026-08-07T21:25:32.932Z Downloaded derive_more v0.99.20
10682026-08-07T21:25:32.935Z Downloaded slog-term v2.9.2
10692026-08-07T21:25:32.938Z Downloaded stacker v0.1.23
10702026-08-07T21:25:32.938Z Downloaded rustc_version v0.1.7
10712026-08-07T21:25:32.938Z Downloaded litemap v0.8.1
10722026-08-07T21:25:32.941Z Downloaded crc32fast v1.5.0
10732026-08-07T21:25:32.941Z Downloaded tower-service v0.3.3
10742026-08-07T21:25:32.946Z Downloaded tinystr v0.8.2
10752026-08-07T21:25:32.949Z Downloaded diesel_derives v2.3.7
10762026-08-07T21:25:32.952Z Downloaded drift v0.2.0
10772026-08-07T21:25:32.957Z Downloaded linked-hash-map v0.5.6
10782026-08-07T21:25:32.960Z Downloaded hkdf v0.12.4
10792026-08-07T21:25:32.960Z Downloaded hyper v1.10.1
10802026-08-07T21:25:32.963Z Downloaded siphasher v1.0.2
10812026-08-07T21:25:32.969Z Downloaded num-iter v0.1.45
10822026-08-07T21:25:32.973Z Downloaded socket2 v0.6.3
10832026-08-07T21:25:32.976Z Downloaded typify-macro v0.6.2
10842026-08-07T21:25:32.976Z Downloaded unsafe-libyaml v0.2.11
10852026-08-07T21:25:32.979Z Downloaded pkcs1 v0.8.0-rc.4
10862026-08-07T21:25:32.979Z Downloaded rustversion v1.0.22
10872026-08-07T21:25:32.982Z Downloaded defmt v1.0.1
10882026-08-07T21:25:32.985Z Downloaded ecdsa v0.16.9
10892026-08-07T21:25:32.985Z Downloaded ron v0.8.1
10902026-08-07T21:25:32.988Z Downloaded icu_properties_data v2.1.2
10912026-08-07T21:25:32.992Z Downloaded dropshot-api-manager v0.7.2
10922026-08-07T21:25:32.995Z Downloaded crucible-workspace-hack v0.1.0
10932026-08-07T21:25:32.999Z Downloaded sha1 v0.11.0
10942026-08-07T21:25:33.005Z Downloaded typify v0.6.2
10952026-08-07T21:25:33.008Z Downloaded phf v0.12.1
10962026-08-07T21:25:33.008Z Downloaded string_cache v0.8.9
10972026-08-07T21:25:33.011Z Downloaded synstructure v0.13.2
10982026-08-07T21:25:33.011Z Downloaded parse-size v1.1.0
10992026-08-07T21:25:33.014Z Downloaded subtle v2.6.1
11002026-08-07T21:25:33.014Z Downloaded whoami v1.6.1
11012026-08-07T21:25:33.017Z Downloaded zip v4.6.1
11022026-08-07T21:25:33.020Z Downloaded tokio-dtrace v0.1.1
11032026-08-07T21:25:33.024Z Downloaded cpufeatures v0.3.0
11042026-08-07T21:25:33.028Z Downloaded dsl_auto_type v0.2.0
11052026-08-07T21:25:33.031Z Downloaded winnow v0.6.26
11062026-08-07T21:25:33.034Z Downloaded tokio-tungstenite v0.21.0
11072026-08-07T21:25:33.034Z Downloaded time-core v0.1.8
11082026-08-07T21:25:33.034Z Downloaded walkdir v2.5.0
11092026-08-07T21:25:33.037Z Downloaded ssh-key v0.7.0-rc.11
11102026-08-07T21:25:33.042Z Downloaded either v1.15.0
11112026-08-07T21:25:33.044Z Downloaded libloading v0.8.9
11122026-08-07T21:25:33.047Z Downloaded proc-macro-error-attr2 v2.0.0
11132026-08-07T21:25:33.050Z Downloaded slog-stdlog v4.1.1
11142026-08-07T21:25:33.054Z Downloaded untrusted v0.9.0
11152026-08-07T21:25:33.057Z Downloaded utf8_iter v1.0.4
11162026-08-07T21:25:33.057Z Downloaded nom v8.0.0
11172026-08-07T21:25:33.060Z Downloaded display-error-chain v0.2.2
11182026-08-07T21:25:33.060Z Downloaded snafu-derive v0.8.9
11192026-08-07T21:25:33.063Z Downloaded samael v0.0.19
11202026-08-07T21:25:33.066Z Downloaded progenitor-impl v0.14.0
11212026-08-07T21:25:33.070Z Downloaded diesel_table_macro_syntax v0.3.0
11222026-08-07T21:25:33.073Z Downloaded opaque-debug v0.3.1
11232026-08-07T21:25:33.073Z Downloaded lru-cache v0.1.2
11242026-08-07T21:25:33.076Z Downloaded zerovec-derive v0.11.2
11252026-08-07T21:25:33.079Z Downloaded jobserver v0.1.34
11262026-08-07T21:25:33.082Z Downloaded rand v0.9.2
11272026-08-07T21:25:33.085Z Downloaded tower v0.5.3
11282026-08-07T21:25:33.090Z Downloaded crossbeam-channel v0.5.15
11292026-08-07T21:25:33.093Z Downloaded signal-hook-tokio v0.3.1
11302026-08-07T21:25:33.096Z Downloaded thiserror-impl-no-std v2.0.2
11312026-08-07T21:25:33.096Z Downloaded paste v1.0.15
11322026-08-07T21:25:33.099Z Downloaded zone v0.3.1
11332026-08-07T21:25:33.102Z Downloaded postgres-protocol v0.6.10
11342026-08-07T21:25:33.102Z Downloaded minimal-lexical v0.2.1
11352026-08-07T21:25:33.105Z Downloaded tungstenite v0.23.0
11362026-08-07T21:25:33.108Z Downloaded sha2 v0.11.0
11372026-08-07T21:25:33.108Z Downloaded cookie v0.18.1
11382026-08-07T21:25:33.111Z Downloaded unicase v2.9.0
11392026-08-07T21:25:33.111Z Downloaded nonempty v0.12.0
11402026-08-07T21:25:33.114Z Downloaded multimap v0.10.1
11412026-08-07T21:25:33.114Z Downloaded shell-words v1.1.1
11422026-08-07T21:25:33.114Z Downloaded strsim v0.10.0
11432026-08-07T21:25:33.117Z Downloaded h2 v0.4.15
11442026-08-07T21:25:33.122Z Downloaded ed25519-dalek v3.0.0
11452026-08-07T21:25:33.125Z Downloaded itertools v0.12.1
11462026-08-07T21:25:33.128Z Downloaded darling_core v0.20.11
11472026-08-07T21:25:33.131Z Downloaded litrs v1.0.0
11482026-08-07T21:25:33.134Z Downloaded libscf-sys v1.2.0
11492026-08-07T21:25:33.134Z Downloaded peg v0.8.5
11502026-08-07T21:25:33.136Z Downloaded salsa20 v0.11.0
11512026-08-07T21:25:33.136Z Downloaded oxide-update-engine v0.1.2
11522026-08-07T21:25:33.136Z Downloaded aws-lc-rs v1.16.3
11532026-08-07T21:25:33.141Z Downloaded tagptr v0.2.0
11542026-08-07T21:25:33.144Z Downloaded num_enum v0.5.11
11552026-08-07T21:25:33.147Z Downloaded rcgen v0.12.1
11562026-08-07T21:25:33.147Z Downloaded wyz v0.5.1
11572026-08-07T21:25:33.150Z Downloaded proc-macro-error2 v2.0.1
11582026-08-07T21:25:33.150Z Downloaded url v2.5.8
11592026-08-07T21:25:33.153Z Downloaded strum_macros v0.27.2
11602026-08-07T21:25:33.153Z Downloaded progenitor v0.14.0
11612026-08-07T21:25:33.153Z Downloaded derive-where v1.6.0
11622026-08-07T21:25:33.156Z Downloaded derive_builder v0.20.2
11632026-08-07T21:25:33.159Z Downloaded ingot-macros v0.2.0
11642026-08-07T21:25:33.162Z Downloaded rusty-fork v0.3.1
11652026-08-07T21:25:33.162Z Downloaded bindgen v0.71.1
11662026-08-07T21:25:33.165Z Downloaded xshell v0.2.7
11672026-08-07T21:25:33.168Z Downloaded p521 v0.14.0
11682026-08-07T21:25:33.171Z Downloaded subprocess v0.2.15
11692026-08-07T21:25:33.171Z Downloaded oso v0.27.3
11702026-08-07T21:25:33.174Z Downloaded unicode-normalization v0.1.25
11712026-08-07T21:25:33.177Z Downloaded enum_dispatch v0.3.13
11722026-08-07T21:25:33.182Z Downloaded diff v0.1.13
11732026-08-07T21:25:33.187Z Downloaded zerotrie v0.2.3
11742026-08-07T21:25:33.190Z Downloaded elliptic-curve v0.13.8
11752026-08-07T21:25:33.193Z Downloaded nu-ansi-term v0.50.3
11762026-08-07T21:25:33.196Z Downloaded tar v0.4.46
11772026-08-07T21:25:33.196Z Downloaded prefix-trie v0.7.0
11782026-08-07T21:25:33.200Z Downloaded winnow v1.0.3
11792026-08-07T21:25:33.206Z Downloaded crypto-primes v0.7.2
11802026-08-07T21:25:33.209Z Downloaded delegate v0.13.5
11812026-08-07T21:25:33.212Z Downloaded jiff-core v0.1.0
11822026-08-07T21:25:33.212Z Downloaded csv-core v0.1.13
11832026-08-07T21:25:33.216Z Downloaded ipnetwork v0.21.1
11842026-08-07T21:25:33.216Z Downloaded schemars_derive v0.8.22
11852026-08-07T21:25:33.216Z Downloaded rand_core v0.6.4
11862026-08-07T21:25:33.219Z Downloaded bitvec v1.0.1
11872026-08-07T21:25:33.224Z Downloaded blake3 v1.8.5
11882026-08-07T21:25:33.230Z Downloaded chrono v0.4.45
11892026-08-07T21:25:33.234Z Downloaded libxml v0.3.3
11902026-08-07T21:25:33.238Z Downloaded icu_normalizer v2.1.1
11912026-08-07T21:25:33.241Z Downloaded sqlformat v0.3.5
11922026-08-07T21:25:33.244Z Downloaded vergen-gitcl v1.0.8
11932026-08-07T21:25:33.244Z Downloaded schemars v0.9.0
11942026-08-07T21:25:33.250Z Downloaded tough v0.22.0
11952026-08-07T21:25:33.255Z Downloaded indoc v2.0.7
11962026-08-07T21:25:33.258Z Downloaded oxide-update-engine-types v0.1.2
11972026-08-07T21:25:33.258Z Downloaded derive_more-impl v2.1.1
11982026-08-07T21:25:33.262Z Downloaded toml v0.7.8
11992026-08-07T21:25:33.265Z Downloaded quinn-udp v0.5.14
12002026-08-07T21:25:33.265Z Downloaded zerocopy v0.6.6
12012026-08-07T21:25:33.268Z Downloaded signal-hook v0.3.18
12022026-08-07T21:25:33.268Z Downloaded quinn-proto v0.11.16
12032026-08-07T21:25:33.273Z Downloaded tabled v0.20.0
12042026-08-07T21:25:33.283Z Downloaded reqwest v0.13.2
12052026-08-07T21:25:33.288Z Downloaded crypto-bigint v0.5.5
12062026-08-07T21:25:33.292Z Downloaded iri-string v0.7.10
12072026-08-07T21:25:33.295Z Downloaded dropshot_endpoint v0.17.1
12082026-08-07T21:25:33.298Z Downloaded indicatif v0.18.4
12092026-08-07T21:25:33.303Z Downloaded icu_provider v2.1.1
12102026-08-07T21:25:33.303Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-08-07T21:25:33.306Z Downloaded test-strategy v0.4.5
12122026-08-07T21:25:33.306Z Downloaded qorb v0.4.1
12132026-08-07T21:25:33.309Z Downloaded rayon v1.11.0
12142026-08-07T21:25:33.314Z Downloaded x509-cert v0.2.5
12152026-08-07T21:25:33.318Z Downloaded unicode-segmentation v1.12.0
12162026-08-07T21:25:33.321Z Downloaded vergen-git2 v9.1.0
12172026-08-07T21:25:33.324Z Downloaded darling_core v0.13.4
12182026-08-07T21:25:33.324Z Downloaded pkcs1 v0.7.5
12192026-08-07T21:25:33.327Z Downloaded goblin v0.10.5
12202026-08-07T21:25:33.331Z Downloaded toml_edit v0.19.15
12212026-08-07T21:25:33.340Z Downloaded iddqd v0.4.2
12222026-08-07T21:25:33.345Z Downloaded winnow v0.5.40
12232026-08-07T21:25:33.350Z Downloaded der v0.7.10
12242026-08-07T21:25:33.356Z Downloaded openssl-sys v0.9.117
12252026-08-07T21:25:33.361Z Downloaded itertools v0.13.0
12262026-08-07T21:25:33.368Z Downloaded time v0.3.47
12272026-08-07T21:25:33.375Z Downloaded der v0.8.0
12282026-08-07T21:25:33.379Z Downloaded schemars v1.2.1
12292026-08-07T21:25:33.387Z Downloaded tower-http v0.6.8
12302026-08-07T21:25:33.392Z Downloaded salty v0.3.0
12312026-08-07T21:25:33.396Z Downloaded libm v0.2.16
12322026-08-07T21:25:33.403Z Downloaded object v0.30.4
12332026-08-07T21:25:33.409Z Downloaded regex v1.12.3
12342026-08-07T21:25:33.415Z Downloaded vcpkg v0.2.15
12352026-08-07T21:25:33.438Z Downloaded nom v7.1.3
12362026-08-07T21:25:33.441Z Downloaded petname v2.0.2
12372026-08-07T21:25:33.444Z Downloaded radix_trie v0.2.1
12382026-08-07T21:25:33.447Z Downloaded idna v1.1.0
12392026-08-07T21:25:33.450Z Downloaded zerovec v0.11.5
12402026-08-07T21:25:33.453Z Downloaded portable-atomic v1.13.1
12412026-08-07T21:25:33.457Z Downloaded proptest v1.11.0
12422026-08-07T21:25:33.463Z Downloaded itertools v0.14.0
12432026-08-07T21:25:33.468Z Downloaded internal-russh-num-bigint v0.5.0
12442026-08-07T21:25:33.471Z Downloaded itertools v0.15.0
12452026-08-07T21:25:33.474Z Downloaded moka v0.12.13
12462026-08-07T21:25:33.479Z Downloaded object v0.37.3
12472026-08-07T21:25:33.486Z Downloaded crossterm v0.29.0
12482026-08-07T21:25:33.490Z Downloaded num-bigint-dig v0.8.6
12492026-08-07T21:25:33.505Z Downloaded sha3 v0.12.0
12502026-08-07T21:25:33.508Z Downloaded bstr v1.12.1
12512026-08-07T21:25:33.513Z Downloaded p384 v0.13.1
12522026-08-07T21:25:33.516Z Downloaded reqwest v0.12.28
12532026-08-07T21:25:33.520Z Downloaded russh v0.62.4
12542026-08-07T21:25:33.530Z Downloaded regex-syntax v0.8.10
12552026-08-07T21:25:33.535Z Downloaded rawzip v0.4.4
12562026-08-07T21:25:33.539Z Downloaded zlib-rs v0.6.2
12572026-08-07T21:25:33.543Z Downloaded lalrpop v0.19.12
12582026-08-07T21:25:33.587Z Downloaded nix v0.27.1
12592026-08-07T21:25:33.594Z Downloaded curve25519-dalek v5.0.0
12602026-08-07T21:25:33.600Z Downloaded nix v0.28.0
12612026-08-07T21:25:33.606Z Downloaded zerocopy v0.8.40
12622026-08-07T21:25:33.612Z Downloaded serde_with v3.21.0
12632026-08-07T21:25:33.620Z Downloaded crypto-bigint v0.7.5
12642026-08-07T21:25:33.629Z Downloaded hickory-proto v0.24.4
12652026-08-07T21:25:33.639Z Downloaded quick-xml v0.37.5
12662026-08-07T21:25:33.644Z Downloaded dropshot v0.17.1
12672026-08-07T21:25:33.657Z Downloaded openssl v0.10.80
12682026-08-07T21:25:33.663Z Downloaded smoltcp v0.9.1
12692026-08-07T21:25:33.669Z Downloaded polar-core v0.27.3
12702026-08-07T21:25:33.674Z Downloaded curve25519-dalek v4.1.3
12712026-08-07T21:25:33.680Z Downloaded hickory-proto v0.25.2
12722026-08-07T21:25:33.689Z Downloaded regress v0.10.5
12732026-08-07T21:25:33.695Z Downloaded rustls v0.23.41
12742026-08-07T21:25:33.702Z Downloaded smoltcp v0.11.0
12752026-08-07T21:25:33.710Z Downloaded diesel v2.3.7
12762026-08-07T21:25:33.723Z Downloaded nix v0.31.2
12772026-08-07T21:25:33.730Z Downloaded typify-impl v0.6.2
12782026-08-07T21:25:33.739Z Downloaded regex-syntax v0.6.29
12792026-08-07T21:25:33.743Z Downloaded sled v0.34.7
12802026-08-07T21:25:33.749Z Downloaded openapiv3 v2.2.0
12812026-08-07T21:25:33.756Z Downloaded tracing v0.1.44
12822026-08-07T21:25:33.770Z Downloaded rustix v0.38.44
12832026-08-07T21:25:33.783Z Downloaded bzip2-sys v0.1.13+1.0.8
12842026-08-07T21:25:33.791Z Downloaded sqlparser v0.61.0
12852026-08-07T21:25:33.797Z Downloaded regress v0.11.1
12862026-08-07T21:25:33.805Z Downloaded ratatui v0.29.0
12872026-08-07T21:25:33.824Z Downloaded zerocopy-derive v0.6.6
12882026-08-07T21:25:33.840Z Downloaded chrono-tz v0.10.4
12892026-08-07T21:25:33.852Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-08-07T21:25:33.880Z Downloaded petgraph v0.8.3
12912026-08-07T21:25:33.894Z Downloaded regex-automata v0.4.14
12922026-08-07T21:25:33.903Z Downloaded sha3 v0.11.0
12932026-08-07T21:25:33.907Z Downloaded petgraph v0.6.5
12942026-08-07T21:25:33.918Z Downloaded jiff v0.2.34
12952026-08-07T21:25:33.935Z Downloaded encoding_rs v0.8.35
12962026-08-07T21:25:34.008Z Downloaded sha3 v0.10.8
12972026-08-07T21:25:34.018Z Downloaded libz-sys v1.1.24
12982026-08-07T21:25:34.031Z Downloaded tokio v1.52.1
12992026-08-07T21:25:34.056Z Downloaded csv v1.4.0
13002026-08-07T21:25:34.106Z Downloaded ring v0.17.14
13012026-08-07T21:25:34.133Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-08-07T21:25:34.509Z Downloaded aws-lc-sys v0.40.0
13032026-08-07T21:25:34.769Z Compiling libc v0.2.185
13042026-08-07T21:25:34.769Z Compiling serde_core v1.0.228
13052026-08-07T21:25:34.769Z Compiling serde v1.0.228
13062026-08-07T21:25:34.772Z Compiling log v0.4.29
13072026-08-07T21:25:34.773Z Compiling smallvec v1.15.1
13082026-08-07T21:25:34.773Z Compiling find-msvc-tools v0.1.9
13092026-08-07T21:25:34.773Z Compiling shlex v1.3.0
13102026-08-07T21:25:34.773Z Compiling subtle v2.6.1
13112026-08-07T21:25:34.934Z Compiling scopeguard v1.2.0
13122026-08-07T21:25:34.940Z Compiling typenum v1.20.1
13132026-08-07T21:25:34.940Z Compiling stable_deref_trait v1.2.1
13142026-08-07T21:25:34.944Z Compiling zerocopy v0.8.40
13152026-08-07T21:25:34.944Z Compiling portable-atomic v1.13.1
13162026-08-07T21:25:35.004Z Compiling serde_json v1.0.151
13172026-08-07T21:25:35.029Z Compiling syn v2.0.117
13182026-08-07T21:25:35.042Z Compiling critical-section v1.2.0
13192026-08-07T21:25:35.100Z Compiling lock_api v0.4.14
13202026-08-07T21:25:35.116Z Compiling libm v0.2.16
13212026-08-07T21:25:35.133Z Compiling num-traits v0.2.19
13222026-08-07T21:25:35.148Z Compiling pkg-config v0.3.32
13232026-08-07T21:25:35.182Z Compiling generic-array v0.14.7
13242026-08-07T21:25:35.182Z Compiling getrandom v0.4.1
13252026-08-07T21:25:35.213Z Compiling pin-project-lite v0.2.17
13262026-08-07T21:25:35.256Z Compiling const-oid v0.9.6
13272026-08-07T21:25:35.271Z Compiling parking_lot_core v0.9.12
13282026-08-07T21:25:35.316Z Compiling rand_core v0.10.0
13292026-08-07T21:25:35.348Z Compiling percent-encoding v2.3.2
13302026-08-07T21:25:35.379Z Compiling futures-core v0.3.32
13312026-08-07T21:25:35.462Z Compiling litemap v0.8.1
13322026-08-07T21:25:35.506Z Compiling writeable v0.6.2
13332026-08-07T21:25:35.523Z Compiling icu_normalizer_data v2.1.1
13342026-08-07T21:25:35.538Z Compiling icu_properties_data v2.1.2
13352026-08-07T21:25:35.584Z Compiling getrandom v0.3.4
13362026-08-07T21:25:35.610Z Compiling futures-sink v0.3.32
13372026-08-07T21:25:35.614Z Compiling futures-task v0.3.32
13382026-08-07T21:25:35.646Z Compiling rustix v1.1.3
13392026-08-07T21:25:35.679Z Compiling futures-io v0.3.32
13402026-08-07T21:25:35.708Z Compiling utf8_iter v1.0.4
13412026-08-07T21:25:35.733Z Compiling futures-channel v0.3.32
13422026-08-07T21:25:35.749Z Compiling slab v0.4.12
13432026-08-07T21:25:35.810Z Compiling form_urlencoded v1.2.2
13442026-08-07T21:25:35.814Z Compiling rustversion v1.0.22
13452026-08-07T21:25:35.854Z Compiling jobserver v0.1.34
13462026-08-07T21:25:35.869Z Compiling errno v0.3.14
13472026-08-07T21:25:35.887Z Compiling getrandom v0.2.17
13482026-08-07T21:25:35.972Z Compiling mio v1.2.0
13492026-08-07T21:25:35.989Z Compiling signal-hook-registry v1.4.8
13502026-08-07T21:25:36.006Z Compiling once_cell v1.21.3
13512026-08-07T21:25:36.023Z Compiling rand_core v0.6.4
13522026-08-07T21:25:36.026Z Compiling socket2 v0.6.3
13532026-08-07T21:25:36.089Z Compiling cc v1.2.56
13542026-08-07T21:25:36.127Z Compiling parking_lot v0.12.5
13552026-08-07T21:25:36.190Z Compiling iana-time-zone v0.1.65
13562026-08-07T21:25:36.206Z Compiling base64ct v1.8.3
13572026-08-07T21:25:36.241Z Compiling flagset v0.4.7
13582026-08-07T21:25:36.305Z Compiling regex-syntax v0.8.10
13592026-08-07T21:25:36.308Z Compiling dunce v1.0.5
13602026-08-07T21:25:36.336Z Compiling ident_case v1.0.1
13612026-08-07T21:25:36.379Z Compiling fs_extra v1.3.0
13622026-08-07T21:25:36.413Z Compiling base64 v0.22.1
13632026-08-07T21:25:36.429Z Compiling vcpkg v0.2.15
13642026-08-07T21:25:36.452Z Compiling pem-rfc7468 v0.7.0
13652026-08-07T21:25:36.467Z Compiling syn v1.0.109
13662026-08-07T21:25:36.482Z Compiling tracing-core v0.1.36
13672026-08-07T21:25:36.515Z Compiling rand_core v0.9.5
13682026-08-07T21:25:36.531Z Compiling cpufeatures v0.2.17
13692026-08-07T21:25:36.587Z Compiling schemars v0.8.22
13702026-08-07T21:25:36.611Z Compiling dyn-clone v1.0.20
13712026-08-07T21:25:36.625Z Compiling aws-lc-rs v1.16.3
13722026-08-07T21:25:36.664Z Compiling spin v0.9.8
13732026-08-07T21:25:36.749Z Compiling tinyvec_macros v0.1.1
13742026-08-07T21:25:36.769Z Compiling crc32fast v1.5.0
13752026-08-07T21:25:36.776Z Compiling cmov v0.5.4
13762026-08-07T21:25:36.802Z Compiling cmake v0.1.57
13772026-08-07T21:25:36.844Z Compiling httparse v1.10.1
13782026-08-07T21:25:36.956Z Compiling openssl-probe v0.2.1
13792026-08-07T21:25:36.971Z Compiling tinyvec v1.10.0
13802026-08-07T21:25:37.000Z Compiling aho-corasick v1.1.4
13812026-08-07T21:25:37.006Z Compiling radium v0.7.0
13822026-08-07T21:25:37.029Z Compiling try-lock v0.2.5
13832026-08-07T21:25:37.084Z Compiling ctutils v0.4.2
13842026-08-07T21:25:37.100Z Compiling tower-layer v0.3.3
13852026-08-07T21:25:37.129Z Compiling bitflags v2.11.0
13862026-08-07T21:25:37.151Z Compiling semver v1.0.28
13872026-08-07T21:25:37.240Z Compiling indexmap v2.14.0
13882026-08-07T21:25:37.276Z Compiling uuid v1.23.4
13892026-08-07T21:25:37.308Z Compiling atomic-waker v1.1.2
13902026-08-07T21:25:37.351Z Compiling tower-service v0.3.3
13912026-08-07T21:25:37.354Z Compiling untrusted v0.7.1
13922026-08-07T21:25:37.378Z Compiling rustc_version v0.4.1
13932026-08-07T21:25:37.459Z Compiling want v0.3.1
13942026-08-07T21:25:37.496Z Compiling simd-adler32 v0.3.8
13952026-08-07T21:25:37.511Z Compiling rustls v0.23.41
13962026-08-07T21:25:37.514Z Compiling openssl v0.10.80
13972026-08-07T21:25:37.614Z Compiling maybe-uninit v2.0.0
13982026-08-07T21:25:37.654Z Compiling httpdate v1.0.3
13992026-08-07T21:25:37.715Z Compiling foreign-types-shared v0.1.1
14002026-08-07T21:25:37.731Z Compiling tap v1.0.1
14012026-08-07T21:25:37.745Z Compiling untrusted v0.9.0
14022026-08-07T21:25:37.787Z Compiling aws-lc-sys v0.40.0
14032026-08-07T21:25:37.787Z Compiling openssl-sys v0.9.117
14042026-08-07T21:25:37.828Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-08-07T21:25:37.846Z Compiling foreign-types v0.3.2
14062026-08-07T21:25:37.861Z Compiling wyz v0.5.1
14072026-08-07T21:25:37.907Z Compiling regex-automata v0.4.14
14082026-08-07T21:25:37.922Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-08-07T21:25:37.969Z Compiling synstructure v0.13.2
14102026-08-07T21:25:38.006Z Compiling serde_derive_internals v0.29.1
14112026-08-07T21:25:38.021Z Compiling pest_generator v2.8.6
14122026-08-07T21:25:38.070Z Compiling darling_core v0.20.11
14132026-08-07T21:25:38.144Z Compiling unicode-normalization v0.1.25
14142026-08-07T21:25:38.159Z Compiling num-integer v0.1.46
14152026-08-07T21:25:38.345Z Compiling tempfile v3.25.0
14162026-08-07T21:25:38.375Z Compiling terminal_size v0.4.3
14172026-08-07T21:25:38.501Z Compiling wait-timeout v0.2.1
14182026-08-07T21:25:38.518Z Compiling ahash v0.8.12
14192026-08-07T21:25:38.534Z Compiling bit-vec v0.8.0
14202026-08-07T21:25:38.594Z Compiling packed_struct v0.10.1
14212026-08-07T21:25:38.659Z Compiling powerfmt v0.2.0
14222026-08-07T21:25:38.742Z Compiling quick-error v1.2.3
14232026-08-07T21:25:38.759Z Compiling num-conv v0.2.0
14242026-08-07T21:25:38.762Z Compiling time-core v0.1.8
14252026-08-07T21:25:38.795Z Compiling num-bigint-dig v0.8.6
14262026-08-07T21:25:38.809Z Compiling adler2 v2.0.1
14272026-08-07T21:25:38.835Z Compiling native-tls v0.2.18
14282026-08-07T21:25:38.835Z Compiling funty v2.0.0
14292026-08-07T21:25:38.866Z Compiling rusty-fork v0.3.1
14302026-08-07T21:25:38.896Z Compiling deranged v0.5.8
14312026-08-07T21:25:38.914Z Compiling miniz_oxide v0.8.9
14322026-08-07T21:25:38.929Z Compiling clap_builder v4.6.0
14332026-08-07T21:25:38.952Z Compiling time-macros v0.2.27
14342026-08-07T21:25:38.968Z Compiling bit-set v0.8.0
14352026-08-07T21:25:39.036Z Compiling num-iter v0.1.45
14362026-08-07T21:25:39.149Z Compiling lazy_static v1.5.0
14372026-08-07T21:25:39.177Z Compiling bitvec v1.0.1
14382026-08-07T21:25:39.191Z Compiling rand_xorshift v0.4.0
14392026-08-07T21:25:39.208Z Compiling anstyle-parse v0.2.7
14402026-08-07T21:25:39.255Z Compiling sync_wrapper v1.0.2
14412026-08-07T21:25:39.374Z Compiling indexmap v1.9.3
14422026-08-07T21:25:39.377Z Compiling zlib-rs v0.6.2
14432026-08-07T21:25:39.404Z Compiling crossbeam-utils v0.8.21
14442026-08-07T21:25:39.451Z Compiling unarray v0.1.4
14452026-08-07T21:25:39.567Z Compiling usdt-impl v0.6.0
14462026-08-07T21:25:39.581Z Compiling crc-catalog v2.4.0
14472026-08-07T21:25:39.595Z Compiling num_threads v0.1.7
14482026-08-07T21:25:39.684Z Compiling siphasher v1.0.2
14492026-08-07T21:25:39.711Z Compiling nodrop v0.1.14
14502026-08-07T21:25:39.727Z Compiling paste v1.0.15
14512026-08-07T21:25:39.759Z Compiling serde_derive v1.0.228
14522026-08-07T21:25:39.791Z Compiling zeroize_derive v1.5.0
14532026-08-07T21:25:39.820Z Compiling zerocopy-derive v0.8.40
14542026-08-07T21:25:39.897Z Compiling zerofrom-derive v0.1.6
14552026-08-07T21:25:39.930Z Compiling yoke-derive v0.8.1
14562026-08-07T21:25:40.019Z Compiling zerovec-derive v0.11.2
14572026-08-07T21:25:40.033Z Compiling displaydoc v0.2.5
14582026-08-07T21:25:40.087Z Compiling tokio-macros v2.7.0
14592026-08-07T21:25:40.476Z Compiling zeroize v1.9.0
14602026-08-07T21:25:40.479Z Compiling futures-macro v0.3.32
14612026-08-07T21:25:40.715Z Compiling thiserror-impl v2.0.18
14622026-08-07T21:25:40.823Z Compiling der_derive v0.7.3
14632026-08-07T21:25:40.858Z Compiling tracing-attributes v0.1.31
14642026-08-07T21:25:41.016Z Compiling rustls-pki-types v1.14.0
14652026-08-07T21:25:41.152Z Compiling schemars_derive v0.8.22
14662026-08-07T21:25:41.200Z Compiling hybrid-array v0.4.13
14672026-08-07T21:25:41.312Z Compiling block-buffer v0.10.4
14682026-08-07T21:25:41.362Z Compiling crypto-common v0.1.7
14692026-08-07T21:25:41.376Z Compiling zerofrom v0.1.6
14702026-08-07T21:25:41.490Z Compiling yoke v0.8.1
14712026-08-07T21:25:41.505Z Compiling digest v0.10.7
14722026-08-07T21:25:41.522Z Compiling futures-util v0.3.32
14732026-08-07T21:25:41.538Z Compiling scroll_derive v0.13.1
14742026-08-07T21:25:41.694Z Compiling zerovec v0.11.5
14752026-08-07T21:25:41.781Z Compiling zerotrie v0.2.3
14762026-08-07T21:25:41.832Z Compiling der v0.7.10
14772026-08-07T21:25:42.043Z Compiling sha2 v0.10.9
14782026-08-07T21:25:42.084Z Compiling pest_derive v2.8.6
14792026-08-07T21:25:42.166Z Compiling thiserror v2.0.18
14802026-08-07T21:25:42.189Z Compiling signature v2.2.0
14812026-08-07T21:25:42.267Z Compiling tinystr v0.8.2
14822026-08-07T21:25:42.281Z Compiling potential_utf v0.1.4
14832026-08-07T21:25:42.297Z Compiling tracing v0.1.44
14842026-08-07T21:25:42.313Z Compiling darling_macro v0.20.11
14852026-08-07T21:25:42.394Z Compiling openssl-macros v0.1.1
14862026-08-07T21:25:42.463Z Compiling icu_locale_core v2.1.1
14872026-08-07T21:25:42.480Z Compiling icu_collections v2.1.1
14882026-08-07T21:25:42.494Z Compiling scroll v0.13.0
14892026-08-07T21:25:42.524Z Compiling thiserror-impl v1.0.69
14902026-08-07T21:25:42.608Z Compiling hmac v0.12.1
14912026-08-07T21:25:42.625Z Compiling packed_struct_codegen v0.10.1
14922026-08-07T21:25:42.757Z Compiling goblin v0.10.5
14932026-08-07T21:25:42.783Z Compiling spki v0.7.3
14942026-08-07T21:25:42.797Z Compiling clap_derive v4.6.1
14952026-08-07T21:25:42.860Z Compiling darling v0.20.11
14962026-08-07T21:25:42.954Z Compiling pkcs8 v0.10.2
14972026-08-07T21:25:42.968Z Compiling zerocopy-derive v0.6.6
14982026-08-07T21:25:43.010Z Compiling bitfield-macros v0.19.4
14992026-08-07T21:25:43.159Z Compiling icu_provider v2.1.1
15002026-08-07T21:25:43.230Z Compiling pkcs1 v0.7.5
15012026-08-07T21:25:43.374Z Compiling bytes v1.11.1
15022026-08-07T21:25:43.435Z Compiling icu_normalizer v2.1.1
15032026-08-07T21:25:43.456Z Compiling icu_properties v2.1.2
15042026-08-07T21:25:43.481Z Compiling chrono v0.4.45
15052026-08-07T21:25:43.653Z Compiling ipnet v2.11.0
15062026-08-07T21:25:43.766Z Compiling hex v0.4.3
15072026-08-07T21:25:43.796Z Compiling serde_spanned v0.6.9
15082026-08-07T21:25:43.839Z Compiling thiserror v1.0.69
15092026-08-07T21:25:43.860Z Compiling tokio v1.52.1
15102026-08-07T21:25:43.933Z Compiling http v1.4.2
15112026-08-07T21:25:43.954Z Compiling toml_datetime v0.6.11
15122026-08-07T21:25:43.969Z Compiling zerocopy v0.6.6
15132026-08-07T21:25:43.991Z Compiling bitfield v0.19.4
15142026-08-07T21:25:44.054Z Compiling derive_builder_core v0.20.2
15152026-08-07T21:25:44.173Z Compiling dtrace-parser v0.3.0
15162026-08-07T21:25:44.226Z Compiling flate2 v1.1.9
15172026-08-07T21:25:44.307Z Compiling ppv-lite86 v0.2.21
15182026-08-07T21:25:44.506Z Compiling idna_adapter v1.2.1
15192026-08-07T21:25:44.579Z Compiling http-body v1.0.1
15202026-08-07T21:25:44.593Z Compiling time v0.3.47
15212026-08-07T21:25:44.608Z Compiling rand_chacha v0.9.0
15222026-08-07T21:25:44.648Z Compiling idna v1.1.0
15232026-08-07T21:25:44.663Z Compiling rand_chacha v0.3.1
15242026-08-07T21:25:44.678Z Compiling clap v4.6.1
15252026-08-07T21:25:44.755Z Compiling http-body-util v0.1.3
15262026-08-07T21:25:44.871Z Compiling rand v0.9.2
15272026-08-07T21:25:44.886Z Compiling rand v0.8.6
15282026-08-07T21:25:44.943Z Compiling url v2.5.8
15292026-08-07T21:25:44.976Z Compiling array-init v0.0.4
15302026-08-07T21:25:44.980Z Compiling scroll_derive v0.12.1
15312026-08-07T21:25:45.011Z Compiling structmeta-derive v0.3.0
15322026-08-07T21:25:45.341Z Compiling crc v3.4.0
15332026-08-07T21:25:45.384Z Compiling anstream v0.6.21
15342026-08-07T21:25:45.403Z Compiling smallvec v0.6.14
15352026-08-07T21:25:45.568Z Compiling dof v0.4.0
15362026-08-07T21:25:45.643Z Compiling proptest v1.11.0
15372026-08-07T21:25:45.661Z Compiling darling_core v0.23.0
15382026-08-07T21:25:45.664Z Compiling heapless v0.7.17
15392026-08-07T21:25:45.706Z Compiling slog v2.8.2
15402026-08-07T21:25:45.721Z Compiling thread-id v5.1.0
15412026-08-07T21:25:45.747Z Compiling env_filter v1.0.0
15422026-08-07T21:25:45.817Z Compiling cookie v0.18.1
15432026-08-07T21:25:45.871Z Compiling unicode-bidi v0.3.18
15442026-08-07T21:25:45.910Z Compiling allocator-api2 v0.2.21
15452026-08-07T21:25:45.936Z Compiling base64 v0.21.7
15462026-08-07T21:25:46.021Z Compiling anyhow v1.0.102
15472026-08-07T21:25:46.061Z Compiling winnow v0.5.40
15482026-08-07T21:25:46.102Z Compiling signal-hook v0.3.18
15492026-08-07T21:25:46.164Z Compiling zstd-safe v7.2.4
15502026-08-07T21:25:46.250Z Compiling ipnetwork v0.21.1
15512026-08-07T21:25:46.264Z Compiling unicode-properties v0.1.4
15522026-08-07T21:25:46.291Z Compiling hashbrown v0.12.3
15532026-08-07T21:25:46.336Z Compiling iri-string v0.7.10
15542026-08-07T21:25:46.381Z Compiling ryu v1.0.23
15552026-08-07T21:25:46.486Z Compiling oxnet v0.1.6
15562026-08-07T21:25:46.558Z Compiling serde_urlencoded v0.7.1
15572026-08-07T21:25:46.578Z Compiling stringprep v0.1.5
15582026-08-07T21:25:46.629Z Compiling rsa v0.9.10
15592026-08-07T21:25:46.773Z Compiling ron v0.8.1
15602026-08-07T21:25:46.789Z Compiling structmeta v0.3.0
15612026-08-07T21:25:46.938Z Compiling env_logger v0.11.9
15622026-08-07T21:25:46.952Z Compiling scroll v0.12.0
15632026-08-07T21:25:47.024Z Compiling serde-hex v0.1.0
15642026-08-07T21:25:47.044Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-07T21:25:47.194Z Compiling camino v1.2.2
15662026-08-07T21:25:47.261Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15672026-08-07T21:25:47.358Z Compiling derive_builder_macro v0.20.2
15682026-08-07T21:25:47.361Z Compiling bzip2 v0.4.4
15692026-08-07T21:25:47.541Z Compiling toml_edit v0.19.15
15702026-08-07T21:25:47.588Z Compiling hashbrown v0.13.2
15712026-08-07T21:25:47.601Z Compiling erased-serde v0.3.31
15722026-08-07T21:25:47.632Z Compiling tokio-util v0.7.18
15732026-08-07T21:25:47.760Z Compiling tower v0.5.3
15742026-08-07T21:25:47.835Z Compiling tokio-native-tls v0.3.1
15752026-08-07T21:25:47.882Z Compiling serde_tokenstream v0.2.3
15762026-08-07T21:25:47.909Z Compiling x509-cert v0.2.5
15772026-08-07T21:25:48.024Z Compiling crypto-common v0.2.2
15782026-08-07T21:25:48.091Z Compiling newtype-uuid v1.3.2
15792026-08-07T21:25:48.111Z Compiling block-padding v0.4.2
15802026-08-07T21:25:48.215Z Compiling tower-http v0.6.8
15812026-08-07T21:25:48.218Z Compiling darling_macro v0.23.0
15822026-08-07T21:25:48.269Z Compiling block-buffer v0.12.1
15832026-08-07T21:25:48.297Z Compiling md-5 v0.10.6
15842026-08-07T21:25:48.444Z Compiling h2 v0.4.15
15852026-08-07T21:25:48.479Z Compiling rustls-native-certs v0.8.3
15862026-08-07T21:25:48.494Z Compiling bstr v1.12.1
15872026-08-07T21:25:48.657Z Compiling async-trait v0.1.89
15882026-08-07T21:25:48.704Z Compiling daft-derive v0.1.7
15892026-08-07T21:25:48.732Z Compiling pin-project-internal v1.1.11
15902026-08-07T21:25:48.786Z Compiling zerocopy-derive v0.7.35
15912026-08-07T21:25:48.821Z Compiling curve25519-dalek v4.1.3
15922026-08-07T21:25:49.191Z Compiling vergen-lib v9.1.0
15932026-08-07T21:25:49.207Z Compiling hash32 v0.2.1
15942026-08-07T21:25:49.395Z Compiling encoding_rs v0.8.35
15952026-08-07T21:25:49.420Z Compiling memoffset v0.9.1
15962026-08-07T21:25:49.487Z Compiling cfg_aliases v0.2.1
15972026-08-07T21:25:49.574Z Compiling mime v0.3.17
15982026-08-07T21:25:49.588Z Compiling psl-types v2.0.11
15992026-08-07T21:25:49.644Z Compiling rustix v0.38.44
16002026-08-07T21:25:49.711Z Compiling crc-any v2.5.0
16012026-08-07T21:25:49.739Z Compiling fallible-iterator v0.2.0
16022026-08-07T21:25:49.753Z Compiling ref-cast v1.0.25
16032026-08-07T21:25:49.768Z Compiling smoltcp v0.9.1
16042026-08-07T21:25:49.784Z Compiling litrs v1.0.0
16052026-08-07T21:25:49.819Z Compiling zerocopy v0.7.35
16062026-08-07T21:25:49.864Z Compiling publicsuffix v2.3.0
16072026-08-07T21:25:49.924Z Compiling pin-project v1.1.11
16082026-08-07T21:25:50.038Z Compiling postgres-protocol v0.6.10
16092026-08-07T21:25:50.053Z Compiling nix v0.31.2
16102026-08-07T21:25:50.067Z Compiling daft v0.1.7
16112026-08-07T21:25:50.158Z Compiling toml v0.7.8
16122026-08-07T21:25:50.178Z Compiling darling v0.23.0
16132026-08-07T21:25:50.218Z Compiling inout v0.2.2
16142026-08-07T21:25:50.262Z Compiling object v0.30.4
16152026-08-07T21:25:50.316Z Compiling document-features v0.2.12
16162026-08-07T21:25:50.372Z Compiling derive_builder v0.20.2
16172026-08-07T21:25:50.403Z Compiling zip v0.6.6
16182026-08-07T21:25:50.418Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-07T21:25:50.443Z Compiling goblin v0.8.2
16202026-08-07T21:25:50.518Z Compiling derive-ex v0.1.8
16212026-08-07T21:25:50.608Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16222026-08-07T21:25:50.931Z Compiling futures-executor v0.3.32
16232026-08-07T21:25:50.934Z Compiling hubpack_derive v0.1.1
16242026-08-07T21:25:50.960Z Compiling regex v1.12.3
16252026-08-07T21:25:50.998Z Compiling phf_shared v0.13.1
16262026-08-07T21:25:51.001Z Compiling curve25519-dalek-derive v0.1.1
16272026-08-07T21:25:51.141Z Compiling strum_macros v0.27.2
16282026-08-07T21:25:51.161Z Compiling ref-cast-impl v1.0.25
16292026-08-07T21:25:51.175Z Compiling snafu-derive v0.8.9
16302026-08-07T21:25:51.224Z Compiling cargo-platform v0.3.2
16312026-08-07T21:25:51.266Z Compiling vergen v9.1.0
16322026-08-07T21:25:51.407Z Compiling ff v0.13.1
16332026-08-07T21:25:51.422Z Compiling fs-err v3.3.0
16342026-08-07T21:25:51.474Z Compiling libbz2-rs-sys v0.2.2
16352026-08-07T21:25:51.529Z Compiling managed v0.8.0
16362026-08-07T21:25:51.567Z Compiling foldhash v0.2.0
16372026-08-07T21:25:51.644Z Compiling hyper v1.10.1
16382026-08-07T21:25:51.678Z Compiling object v0.37.3
16392026-08-07T21:25:51.752Z Compiling bitflags v1.3.2
16402026-08-07T21:25:51.768Z Compiling foldhash v0.1.5
16412026-08-07T21:25:51.804Z Compiling same-file v1.0.6
16422026-08-07T21:25:51.838Z Compiling bumpalo v3.20.2
16432026-08-07T21:25:51.962Z Compiling jiff-core v0.1.0
16442026-08-07T21:25:51.979Z Compiling path-slash v0.1.5
16452026-08-07T21:25:51.990Z Compiling base16ct v0.2.0
16462026-08-07T21:25:52.004Z Compiling either v1.15.0
16472026-08-07T21:25:52.141Z Compiling unicode-segmentation v1.12.0
16482026-08-07T21:25:52.166Z Compiling sec1 v0.7.3
16492026-08-07T21:25:52.210Z Compiling zopfli v0.8.3
16502026-08-07T21:25:52.226Z Compiling test-strategy v0.4.5
16512026-08-07T21:25:52.257Z Compiling walkdir v2.5.0
16522026-08-07T21:25:52.294Z Compiling bzip2 v0.6.1
16532026-08-07T21:25:52.487Z Compiling hashbrown v0.15.5
16542026-08-07T21:25:52.597Z Compiling hashbrown v0.16.1
16552026-08-07T21:25:52.674Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16562026-08-07T21:25:52.713Z Compiling dof v0.3.0
16572026-08-07T21:25:52.901Z Compiling hyper-util v0.1.20
16582026-08-07T21:25:53.073Z Compiling jiff v0.2.34
16592026-08-07T21:25:53.154Z Compiling snafu v0.8.9
16602026-08-07T21:25:53.205Z Compiling strum v0.27.2
16612026-08-07T21:25:53.258Z Compiling group v0.13.0
16622026-08-07T21:25:53.327Z Compiling hubpack v0.1.2
16632026-08-07T21:25:53.343Z Compiling cargo_metadata v0.23.1
16642026-08-07T21:25:53.357Z Compiling phf v0.13.1
16652026-08-07T21:25:53.371Z Compiling futures v0.3.32
16662026-08-07T21:25:53.467Z Compiling cookie_store v0.22.1
16672026-08-07T21:25:53.484Z Compiling signal-hook-mio v0.2.5
16682026-08-07T21:25:53.534Z Compiling zstd v0.13.3
16692026-08-07T21:25:53.572Z Compiling postgres-types v0.2.12
16702026-08-07T21:25:53.590Z Compiling cipher v0.5.2
16712026-08-07T21:25:53.624Z Compiling serde_with_macros v3.21.0
16722026-08-07T21:25:53.844Z Compiling globset v0.4.18
16732026-08-07T21:25:53.924Z Compiling usdt-macro v0.6.0
16742026-08-07T21:25:53.928Z Compiling usdt-attr-macro v0.6.0
16752026-08-07T21:25:53.992Z Compiling byte-wrapper v0.1.0
16762026-08-07T21:25:54.136Z Compiling dtrace-parser v0.2.0
16772026-08-07T21:25:54.153Z Compiling serde-big-array v0.5.1
16782026-08-07T21:25:54.156Z Compiling serde_plain v1.0.2
16792026-08-07T21:25:54.337Z Compiling hyper-tls v0.6.0
16802026-08-07T21:25:54.354Z Compiling olpc-cjson v0.1.4
16812026-08-07T21:25:54.371Z Compiling ed25519 v2.2.3
16822026-08-07T21:25:54.532Z Compiling reqwest v0.12.28
16832026-08-07T21:25:54.535Z Compiling hkdf v0.12.4
16842026-08-07T21:25:54.589Z Compiling crypto-bigint v0.5.5
16852026-08-07T21:25:54.723Z Compiling phf_shared v0.11.3
16862026-08-07T21:25:54.739Z Compiling strum_macros v0.26.4
16872026-08-07T21:25:54.756Z Compiling enum-as-inner v0.6.1
16882026-08-07T21:25:54.756Z Compiling serde_repr v0.1.20
16892026-08-07T21:25:54.818Z Compiling async-recursion v1.1.1
16902026-08-07T21:25:54.833Z Compiling float-cmp v0.10.0
16912026-08-07T21:25:54.867Z Compiling pem v3.0.6
16922026-08-07T21:25:54.904Z Compiling memmap2 v0.9.10
16932026-08-07T21:25:54.924Z Compiling thread-id v4.2.2
16942026-08-07T21:25:54.990Z Compiling whoami v2.1.0
16952026-08-07T21:25:55.020Z Compiling precomputed-hash v0.1.1
16962026-08-07T21:25:55.118Z Compiling fixedbitset v0.5.7
16972026-08-07T21:25:55.136Z Compiling new_debug_unreachable v1.0.6
16982026-08-07T21:25:55.206Z Compiling predicates-core v1.0.10
16992026-08-07T21:25:55.228Z Compiling static_assertions v1.1.0
17002026-08-07T21:25:55.299Z Compiling data-encoding v2.10.0
17012026-08-07T21:25:55.316Z Compiling keccak v0.1.6
17022026-08-07T21:25:55.329Z Compiling const-oid v0.10.2
17032026-08-07T21:25:55.332Z Compiling difflib v0.4.0
17042026-08-07T21:25:55.385Z Compiling cpufeatures v0.3.0
17052026-08-07T21:25:55.406Z Compiling typed-path v0.9.3
17062026-08-07T21:25:55.443Z Compiling winnow v1.0.3
17072026-08-07T21:25:55.474Z Compiling fixedbitset v0.4.2
17082026-08-07T21:25:55.507Z Compiling normalize-line-endings v0.3.0
17092026-08-07T21:25:55.555Z Compiling digest v0.11.3
17102026-08-07T21:25:55.617Z Compiling hickory-proto v0.25.2
17112026-08-07T21:25:55.709Z Compiling petgraph v0.6.5
17122026-08-07T21:25:55.797Z Compiling toml_parser v1.1.2+spec-1.1.0
17132026-08-07T21:25:55.816Z Compiling predicates v3.1.4
17142026-08-07T21:25:55.915Z Compiling elliptic-curve v0.13.8
17152026-08-07T21:25:56.011Z Compiling toml_edit v0.22.27
17162026-08-07T21:25:56.069Z Compiling sha3 v0.10.8
17172026-08-07T21:25:56.117Z Compiling chacha20 v0.10.0
17182026-08-07T21:25:56.334Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-08-07T21:25:56.441Z Compiling petgraph v0.8.3
17202026-08-07T21:25:56.475Z Compiling zip v4.6.1
17212026-08-07T21:25:56.501Z Compiling strum v0.26.3
17222026-08-07T21:25:56.515Z Compiling string_cache v0.8.9
17232026-08-07T21:25:56.537Z Compiling tokio-postgres v0.7.16
17242026-08-07T21:25:56.643Z Compiling usdt v0.6.0
17252026-08-07T21:25:56.657Z Compiling usdt-impl v0.5.0
17262026-08-07T21:25:56.672Z Compiling serde_with v3.21.0
17272026-08-07T21:25:56.737Z Compiling crossterm v0.28.1
17282026-08-07T21:25:56.740Z Compiling ed25519-dalek v2.2.0
17292026-08-07T21:25:56.930Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-08-07T21:25:57.277Z Compiling iddqd v0.4.2
17312026-08-07T21:25:57.321Z Compiling similar v2.7.0
17322026-08-07T21:25:57.441Z Compiling heck v0.4.1
17332026-08-07T21:25:57.706Z Compiling itertools v0.13.0
17342026-08-07T21:25:58.074Z Compiling itertools v0.15.0
17352026-08-07T21:25:58.206Z Compiling tokio-stream v0.1.18
17362026-08-07T21:25:58.359Z Compiling buf-list v1.1.2
17372026-08-07T21:25:58.471Z Compiling crossbeam-epoch v0.9.18
17382026-08-07T21:25:58.514Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-07T21:25:58.536Z Compiling openapiv3 v2.2.0
17402026-08-07T21:25:58.580Z Compiling lalrpop-util v0.19.12
17412026-08-07T21:25:58.660Z Compiling peg-runtime v0.8.5
17422026-08-07T21:25:58.691Z Compiling thread_local v1.1.9
17432026-08-07T21:25:58.793Z Compiling slog-async v2.8.0
17442026-08-07T21:25:58.830Z Compiling crossbeam-channel v0.5.15
17452026-08-07T21:25:58.834Z Compiling is-terminal v0.4.17
17462026-08-07T21:25:58.859Z Compiling filetime v0.2.27
17472026-08-07T21:25:58.863Z Compiling take_mut v0.2.2
17482026-08-07T21:25:58.947Z Compiling xattr v1.6.1
17492026-08-07T21:25:58.963Z Compiling term v1.2.1
17502026-08-07T21:25:58.980Z Compiling camino-tempfile v1.4.1
17512026-08-07T21:25:59.132Z Compiling tar v0.4.46
17522026-08-07T21:25:59.238Z Compiling slog-term v2.9.2
17532026-08-07T21:26:16.487Z Compiling rustls-webpki v0.103.13
17542026-08-07T21:26:19.162Z Compiling tokio-rustls v0.26.4
17552026-08-07T21:26:19.162Z Compiling rustls-platform-verifier v0.6.2
17562026-08-07T21:26:19.165Z Compiling tough v0.22.0
17572026-08-07T21:26:19.362Z Compiling hyper-rustls v0.27.7
17582026-08-07T21:26:19.549Z Compiling reqwest v0.13.2
17592026-08-07T21:26:21.705Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17602026-08-07T21:26:21.937Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17612026-08-07T21:26:24.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.44s
17622026-08-07T21:26:25.012Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17632026-08-07T21:26:25.052ZAug 07 21:26:24.911 INFO Starting download, target: Clickhouse
17642026-08-07T21:26:25.052ZAug 07 21:26:24.912 INFO Starting download, target: Cockroach
17652026-08-07T21:26:25.052ZAug 07 21:26:24.912 INFO Starting download, target: Console
17662026-08-07T21:26:25.052ZAug 07 21:26:24.912 INFO Starting download, target: MaghemiteMgd
17672026-08-07T21:26:25.063ZAug 07 21:26:24.912 INFO Starting download, target: DendriteStub
17682026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Starting download, target: MaghemiteDdmd
17692026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Starting download, target: TransceiverControl
17702026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17742026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-08-07T21:26:25.064ZAug 07 21:26:24.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17772026-08-07T21:26:26.548ZAug 07 21:26:26.387 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-08-07T21:26:26.768ZAug 07 21:26:26.599 INFO Download complete, target: TransceiverControl
17792026-08-07T21:26:26.898ZAug 07 21:26:26.706 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17802026-08-07T21:26:27.000ZAug 07 21:26:26.750 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-08-07T21:26:27.175ZAug 07 21:26:27.007 INFO Download complete, target: Console
17822026-08-07T21:26:28.037ZAug 07 21:26:27.895 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17832026-08-07T21:26:28.165ZAug 07 21:26:28.028 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17842026-08-07T21:26:28.854ZAug 07 21:26:28.714 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17852026-08-07T21:26:30.020ZAug 07 21:26:29.884 INFO Download complete, target: MaghemiteDdmd
17862026-08-07T21:26:30.658ZAug 07 21:26:30.522 INFO Download complete, target: DendriteStub
17872026-08-07T21:26:31.313ZAug 07 21:26:31.176 INFO Download complete, target: MaghemiteMgd
17882026-08-07T21:26:31.620ZAug 07 21:26:31.483 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17892026-08-07T21:26:31.620ZAug 07 21:26:31.483 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17902026-08-07T21:26:33.631ZAug 07 21:26:33.488 INFO Checking that binary works, target: Clickhouse
17912026-08-07T21:26:33.714ZAug 07 21:26:33.576 INFO Download complete, target: Clickhouse
17922026-08-07T21:26:36.210ZAug 07 21:26:36.072 INFO Checking that binary works, target: Cockroach
17932026-08-07T21:26:36.336ZAug 07 21:26:36.198 INFO Download complete, target: Cockroach
17942026-08-07T21:26:36.340ZAll prerequisites installed successfully
17952026-08-07T21:26:36.343Z
17962026-08-07T21:26:36.343Zreal 1:57.883994036
17972026-08-07T21:26:36.343Zuser 7:10.193258634
17982026-08-07T21:26:36.343Zsys 1:42.953717531
17992026-08-07T21:26:36.343Ztrap 0.316205528
18002026-08-07T21:26:36.343Ztflt 0.869267448
18012026-08-07T21:26:36.343Zdflt 1.960676190
18022026-08-07T21:26:36.343Zkflt 0.023274422
18032026-08-07T21:26:36.343Zlock 29:03.128731726
18042026-08-07T21:26:36.343Zslp 19:51.669145208
18052026-08-07T21:26:36.343Zlat 28.350266844
18062026-08-07T21:26:36.343Zstop 3:28.848981925
18072026-08-07T21:26:36.343Z+ ptime -m cargo xtask download softnpu
18082026-08-07T21:26:36.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18092026-08-07T21:26:36.831Z Running `target/debug/xtask download softnpu`
18102026-08-07T21:26:37.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18112026-08-07T21:26:37.662Z Running `target/debug/xtask-downloader softnpu`
18122026-08-07T21:26:37.723ZAug 07 21:26:37.569 INFO Starting download, target: Softnpu
18132026-08-07T21:26:37.730ZAug 07 21:26:37.569 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18142026-08-07T21:26:38.361ZAug 07 21:26:38.224 INFO Download complete, target: Softnpu
18152026-08-07T21:26:38.366Z
18162026-08-07T21:26:38.367Zreal 2.017447282
18172026-08-07T21:26:38.367Zuser 1.329128640
18182026-08-07T21:26:38.367Zsys 0.629272139
18192026-08-07T21:26:38.367Ztrap 0.000639540
18202026-08-07T21:26:38.367Ztflt 0.000179030
18212026-08-07T21:26:38.367Zdflt 0.000578200
18222026-08-07T21:26:38.367Zkflt 0.000000000
18232026-08-07T21:26:38.367Zlock 12.509178388
18242026-08-07T21:26:38.367Zslp 0.510783918
18252026-08-07T21:26:38.367Zlat 0.097992956
18262026-08-07T21:26:38.367Zstop 0.000195810
18272026-08-07T21:26:38.367Z+ export CARGO_INCREMENTAL=0
18282026-08-07T21:26:38.367Z+ CARGO_INCREMENTAL=0
18292026-08-07T21:26:38.367Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18302026-08-07T21:26:39.258Z Compiling proc-macro2 v1.0.106
18312026-08-07T21:26:39.258Z Compiling quote v1.0.45
18322026-08-07T21:26:39.258Z Compiling unicode-ident v1.0.24
18332026-08-07T21:26:39.262Z Compiling libc v0.2.185
18342026-08-07T21:26:39.262Z Compiling serde_core v1.0.228
18352026-08-07T21:26:39.262Z Compiling serde v1.0.228
18362026-08-07T21:26:39.262Z Compiling cfg-if v1.0.4
18372026-08-07T21:26:39.262Z Compiling version_check v0.9.5
18382026-08-07T21:26:39.262Z Compiling autocfg v1.5.0
18392026-08-07T21:26:39.262Z Compiling find-msvc-tools v0.1.9
18402026-08-07T21:26:39.262Z Compiling shlex v1.3.0
18412026-08-07T21:26:39.263Z Compiling memchr v2.8.0
18422026-08-07T21:26:39.263Z Compiling zmij v1.0.21
18432026-08-07T21:26:39.263Z Compiling serde_json v1.0.151
18442026-08-07T21:26:39.571Z Compiling portable-atomic v1.13.1
18452026-08-07T21:26:39.585Z Compiling zerocopy v0.8.40
18462026-08-07T21:26:39.614Z Compiling libm v0.2.16
18472026-08-07T21:26:39.674Z Compiling getrandom v0.4.1
18482026-08-07T21:26:39.689Z Compiling generic-array v0.14.7
18492026-08-07T21:26:39.752Z Compiling parking_lot_core v0.9.12
18502026-08-07T21:26:39.768Z Compiling smallvec v1.15.1
18512026-08-07T21:26:39.783Z Compiling icu_normalizer_data v2.1.1
18522026-08-07T21:26:39.844Z Compiling num-traits v0.2.19
18532026-08-07T21:26:39.902Z Compiling icu_properties_data v2.1.2
18542026-08-07T21:26:39.918Z Compiling itoa v1.0.17
18552026-08-07T21:26:39.922Z Compiling log v0.4.29
18562026-08-07T21:26:39.999Z Compiling subtle v2.6.1
18572026-08-07T21:26:40.030Z Compiling pkg-config v0.3.32
18582026-08-07T21:26:40.081Z Compiling stable_deref_trait v1.2.1
18592026-08-07T21:26:40.116Z Compiling typenum v1.20.1
18602026-08-07T21:26:40.155Z Compiling getrandom v0.3.4
18612026-08-07T21:26:40.200Z Compiling scopeguard v1.2.0
18622026-08-07T21:26:40.245Z Compiling thiserror v2.0.18
18632026-08-07T21:26:40.249Z Compiling rustix v1.1.3
18642026-08-07T21:26:40.337Z Compiling lock_api v0.4.14
18652026-08-07T21:26:40.407Z Compiling rand_core v0.10.0
18662026-08-07T21:26:40.476Z Compiling jobserver v0.1.34
18672026-08-07T21:26:40.490Z Compiling errno v0.3.14
18682026-08-07T21:26:40.503Z Compiling equivalent v1.0.2
18692026-08-07T21:26:40.579Z Compiling getrandom v0.2.17
18702026-08-07T21:26:40.608Z Compiling heck v0.5.0
18712026-08-07T21:26:40.701Z Compiling cc v1.2.56
18722026-08-07T21:26:40.717Z Compiling rand_core v0.6.4
18732026-08-07T21:26:40.749Z Compiling critical-section v1.2.0
18742026-08-07T21:26:40.785Z Compiling pin-project-lite v0.2.17
18752026-08-07T21:26:40.817Z Compiling syn v1.0.109
18762026-08-07T21:26:40.865Z Compiling percent-encoding v2.3.2
18772026-08-07T21:26:40.895Z Compiling syn v2.0.117
18782026-08-07T21:26:40.929Z Compiling schemars v0.8.22
18792026-08-07T21:26:40.932Z Compiling writeable v0.6.2
18802026-08-07T21:26:40.992Z Compiling litemap v0.8.1
18812026-08-07T21:26:41.005Z Compiling hashbrown v0.17.0
18822026-08-07T21:26:41.110Z Compiling fs_extra v1.3.0
18832026-08-07T21:26:41.128Z Compiling once_cell v1.21.3
18842026-08-07T21:26:41.166Z Compiling rustversion v1.0.22
18852026-08-07T21:26:41.183Z Compiling dunce v1.0.5
18862026-08-07T21:26:41.318Z Compiling byteorder v1.5.0
18872026-08-07T21:26:41.378Z Compiling strsim v0.11.1
18882026-08-07T21:26:41.393Z Compiling signal-hook-registry v1.4.8
18892026-08-07T21:26:41.398Z Compiling utf8_iter v1.0.4
18902026-08-07T21:26:41.534Z Compiling cmake v0.1.57
18912026-08-07T21:26:41.602Z Compiling semver v1.0.28
18922026-08-07T21:26:41.648Z Compiling indexmap v2.14.0
18932026-08-07T21:26:41.675Z Compiling bitflags v2.11.0
18942026-08-07T21:26:41.862Z Compiling thiserror v1.0.69
18952026-08-07T21:26:41.891Z Compiling parking_lot v0.12.5
18962026-08-07T21:26:41.922Z Compiling form_urlencoded v1.2.2
18972026-08-07T21:26:41.926Z Compiling socket2 v0.6.3
18982026-08-07T21:26:41.955Z Compiling mio v1.2.0
18992026-08-07T21:26:42.018Z Compiling aws-lc-sys v0.40.0
19002026-08-07T21:26:42.190Z Compiling futures-core v0.3.32
19012026-08-07T21:26:42.216Z Compiling aws-lc-rs v1.16.3
19022026-08-07T21:26:42.328Z Compiling const-oid v0.9.6
19032026-08-07T21:26:42.429Z Compiling httparse v1.10.1
19042026-08-07T21:26:42.633Z Compiling regex-syntax v0.8.10
19052026-08-07T21:26:42.649Z Compiling ucd-trie v0.1.7
19062026-08-07T21:26:42.783Z Compiling crc32fast v1.5.0
19072026-08-07T21:26:42.819Z Compiling fnv v1.0.7
19082026-08-07T21:26:42.830Z Compiling pest v2.8.6
19092026-08-07T21:26:42.924Z Compiling vcpkg v0.2.15
19102026-08-07T21:26:42.941Z Compiling ident_case v1.0.1
19112026-08-07T21:26:42.968Z Compiling iana-time-zone v0.1.65
19122026-08-07T21:26:43.073Z Compiling uuid v1.23.4
19132026-08-07T21:26:43.144Z Compiling rustc_version v0.4.1
19142026-08-07T21:26:43.213Z Compiling futures-sink v0.3.32
19152026-08-07T21:26:43.233Z Compiling rustls v0.23.41
19162026-08-07T21:26:43.346Z Compiling futures-channel v0.3.32
19172026-08-07T21:26:43.432Z Compiling aho-corasick v1.1.4
19182026-08-07T21:26:43.485Z Compiling futures-io v0.3.32
19192026-08-07T21:26:43.497Z Compiling openssl-sys v0.9.117
19202026-08-07T21:26:43.628Z Compiling futures-task v0.3.32
19212026-08-07T21:26:43.653Z Compiling slab v0.4.12
19222026-08-07T21:26:43.717Z Compiling synstructure v0.13.2
19232026-08-07T21:26:43.733Z Compiling serde_derive_internals v0.29.1
19242026-08-07T21:26:43.850Z Compiling num-conv v0.2.0
19252026-08-07T21:26:43.870Z Compiling plain v0.2.3
19262026-08-07T21:26:43.908Z Compiling pest_meta v2.8.6
19272026-08-07T21:26:43.952Z Compiling dyn-clone v1.0.20
19282026-08-07T21:26:44.016Z Compiling time-core v0.1.8
19292026-08-07T21:26:44.020Z Compiling radium v0.7.0
19302026-08-07T21:26:44.094Z Compiling crossbeam-utils v0.8.21
19312026-08-07T21:26:44.150Z Compiling openssl v0.10.80
19322026-08-07T21:26:44.201Z Compiling time-macros v0.2.27
19332026-08-07T21:26:44.235Z Compiling base64ct v1.8.3
19342026-08-07T21:26:44.295Z Compiling regex-automata v0.4.14
19352026-08-07T21:26:44.348Z Compiling pretty-hex v0.4.1
19362026-08-07T21:26:44.389Z Compiling maybe-uninit v2.0.0
19372026-08-07T21:26:44.408Z Compiling base64 v0.22.1
19382026-08-07T21:26:44.484Z Compiling pem-rfc7468 v0.7.0
19392026-08-07T21:26:44.499Z Compiling pest_generator v2.8.6
19402026-08-07T21:26:44.627Z Compiling flagset v0.4.7
19412026-08-07T21:26:44.665Z Compiling darling_core v0.23.0
19422026-08-07T21:26:44.720Z Compiling rand_core v0.9.5
19432026-08-07T21:26:44.741Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-08-07T21:26:44.772Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-08-07T21:26:44.795Z Compiling ahash v0.8.12
19462026-08-07T21:26:44.866Z Compiling anyhow v1.0.102
19472026-08-07T21:26:44.881Z Compiling native-tls v0.2.18
19482026-08-07T21:26:44.949Z Compiling num-bigint-dig v0.8.6
19492026-08-07T21:26:44.968Z Compiling serde_derive v1.0.228
19502026-08-07T21:26:45.034Z Compiling zeroize_derive v1.5.0
19512026-08-07T21:26:45.055Z Compiling zerofrom-derive v0.1.6
19522026-08-07T21:26:45.115Z Compiling yoke-derive v0.8.1
19532026-08-07T21:26:45.146Z Compiling zerocopy-derive v0.8.40
19542026-08-07T21:26:45.177Z Compiling zerovec-derive v0.11.2
19552026-08-07T21:26:45.187Z Compiling displaydoc v0.2.5
19562026-08-07T21:26:45.191Z Compiling tokio-macros v2.7.0
19572026-08-07T21:26:45.191Z Compiling futures-macro v0.3.32
19582026-08-07T21:26:45.191Z Compiling thiserror-impl v2.0.18
19592026-08-07T21:26:45.247Z Compiling schemars_derive v0.8.22
19602026-08-07T21:26:45.291Z Compiling der_derive v0.7.3
19612026-08-07T21:26:45.413Z Compiling tracing-attributes v0.1.31
19622026-08-07T21:26:45.649Z Compiling zeroize v1.9.0
19632026-08-07T21:26:45.916Z Compiling thiserror-impl v1.0.69
19642026-08-07T21:26:46.011Z Compiling pest_derive v2.8.6
19652026-08-07T21:26:46.091Z Compiling futures-util v0.3.32
19662026-08-07T21:26:46.195Z Compiling zerofrom v0.1.6
19672026-08-07T21:26:46.283Z Compiling scroll_derive v0.12.1
19682026-08-07T21:26:46.347Z Compiling yoke v0.8.1
19692026-08-07T21:26:46.386Z Compiling scroll_derive v0.13.1
19702026-08-07T21:26:46.482Z Compiling crypto-common v0.1.7
19712026-08-07T21:26:46.499Z Compiling block-buffer v0.10.4
19722026-08-07T21:26:46.531Z Compiling zerovec v0.11.5
19732026-08-07T21:26:46.565Z Compiling zerotrie v0.2.3
19742026-08-07T21:26:46.770Z Compiling digest v0.10.7
19752026-08-07T21:26:46.912Z Compiling der v0.7.10
19762026-08-07T21:26:46.928Z Compiling openssl-macros v0.1.1
19772026-08-07T21:26:47.015Z Compiling packed_struct v0.10.1
19782026-08-07T21:26:47.031Z Compiling darling_macro v0.23.0
19792026-08-07T21:26:47.045Z Compiling regex v1.12.3
19802026-08-07T21:26:47.098Z Compiling tinystr v0.8.2
19812026-08-07T21:26:47.128Z Compiling potential_utf v0.1.4
19822026-08-07T21:26:47.262Z Compiling zerocopy-derive v0.7.35
19832026-08-07T21:26:47.290Z Compiling icu_collections v2.1.1
19842026-08-07T21:26:47.376Z Compiling icu_locale_core v2.1.1
19852026-08-07T21:26:47.521Z Compiling slog v2.8.2
19862026-08-07T21:26:47.774Z Compiling spki v0.7.3
19872026-08-07T21:26:47.865Z Compiling tracing-core v0.1.36
19882026-08-07T21:26:47.980Z Compiling cookie v0.18.1
19892026-08-07T21:26:47.996Z Compiling cpufeatures v0.2.17
19902026-08-07T21:26:48.036Z Compiling icu_provider v2.1.1
19912026-08-07T21:26:48.066Z Compiling utf8parse v0.2.2
19922026-08-07T21:26:48.081Z Compiling camino v1.2.2
19932026-08-07T21:26:48.098Z Compiling bytes v1.11.1
19942026-08-07T21:26:48.219Z Compiling chrono v0.4.45
19952026-08-07T21:26:48.237Z Compiling serde_tokenstream v0.2.3
19962026-08-07T21:26:48.335Z Compiling icu_properties v2.1.2
19972026-08-07T21:26:48.390Z Compiling icu_normalizer v2.1.1
19982026-08-07T21:26:48.426Z Compiling tracing v0.1.44
19992026-08-07T21:26:48.780Z Compiling tokio v1.52.1
20002026-08-07T21:26:48.881Z Compiling http v1.4.2
20012026-08-07T21:26:48.914Z Compiling toml_datetime v0.6.11
20022026-08-07T21:26:48.983Z Compiling serde_spanned v0.6.9
20032026-08-07T21:26:49.260Z Compiling idna_adapter v1.2.1
20042026-08-07T21:26:49.296Z Compiling darling v0.23.0
20052026-08-07T21:26:49.407Z Compiling idna v1.1.0
20062026-08-07T21:26:49.424Z Compiling bitfield-macros v0.19.4
20072026-08-07T21:26:49.519Z Compiling ppv-lite86 v0.2.21
20082026-08-07T21:26:49.728Z Compiling url v2.5.8
20092026-08-07T21:26:49.756Z Compiling clap_derive v4.6.1
20102026-08-07T21:26:49.819Z Compiling rand_chacha v0.9.0
20112026-08-07T21:26:49.834Z Compiling zerocopy-derive v0.6.6
20122026-08-07T21:26:49.859Z Compiling packed_struct_codegen v0.10.1
20132026-08-07T21:26:50.069Z Compiling indexmap v1.9.3
20142026-08-07T21:26:50.262Z Compiling anstyle v1.0.14
20152026-08-07T21:26:50.284Z Compiling paste v1.0.15
20162026-08-07T21:26:50.301Z Compiling rand v0.9.2
20172026-08-07T21:26:50.497Z Compiling http-body v1.0.1
20182026-08-07T21:26:50.579Z Compiling pkcs8 v0.10.2
20192026-08-07T21:26:50.617Z Compiling rustls-pki-types v1.14.0
20202026-08-07T21:26:50.838Z Compiling spin v0.9.8
20212026-08-07T21:26:50.841Z Compiling usdt-impl v0.5.0
20222026-08-07T21:26:50.871Z Compiling fastrand v2.3.0
20232026-08-07T21:26:50.884Z Compiling cmov v0.5.4
20242026-08-07T21:26:51.088Z Compiling openssl-probe v0.2.1
20252026-08-07T21:26:51.126Z Compiling winnow v0.5.40
20262026-08-07T21:26:51.200Z Compiling colorchoice v1.0.4
20272026-08-07T21:26:51.221Z Compiling usdt-impl v0.6.0
20282026-08-07T21:26:51.263Z Compiling anstyle-query v1.1.5
20292026-08-07T21:26:51.266Z Compiling either v1.15.0
20302026-08-07T21:26:51.348Z Compiling ref-cast v1.0.25
20312026-08-07T21:26:51.389Z Compiling is_terminal_polyfill v1.70.2
20322026-08-07T21:26:51.404Z Compiling tinyvec_macros v0.1.1
20332026-08-07T21:26:51.453Z Compiling ctutils v0.4.2
20342026-08-07T21:26:51.483Z Compiling tinyvec v1.10.0
20352026-08-07T21:26:51.638Z Compiling sha2 v0.10.9
20362026-08-07T21:26:51.708Z Compiling scroll v0.13.0
20372026-08-07T21:26:51.791Z Compiling scroll v0.12.0
20382026-08-07T21:26:51.835Z Compiling async-trait v0.1.89
20392026-08-07T21:26:51.990Z Compiling heapless v0.7.17
20402026-08-07T21:26:52.093Z Compiling zstd-safe v7.2.4
20412026-08-07T21:26:52.117Z Compiling winnow v0.7.14
20422026-08-07T21:26:52.132Z Compiling tower-layer v0.3.3
20432026-08-07T21:26:52.149Z Compiling atomic-waker v1.1.2
20442026-08-07T21:26:52.339Z Compiling rustix v0.38.44
20452026-08-07T21:26:52.370Z Compiling signal-hook v0.3.18
20462026-08-07T21:26:52.373Z Compiling tower-service v0.3.3
20472026-08-07T21:26:52.404Z Compiling untrusted v0.7.1
20482026-08-07T21:26:52.485Z Compiling toml_edit v0.19.15
20492026-08-07T21:26:52.545Z Compiling try-lock v0.2.5
20502026-08-07T21:26:52.572Z Compiling litrs v1.0.0
20512026-08-07T21:26:52.588Z Compiling tokio-util v0.7.18
20522026-08-07T21:26:52.606Z Compiling winnow v1.0.3
20532026-08-07T21:26:52.672Z Compiling want v0.3.1
20542026-08-07T21:26:52.691Z Compiling tempfile v3.25.0
20552026-08-07T21:26:52.971Z Compiling toml_parser v1.1.2+spec-1.1.0
20562026-08-07T21:26:53.037Z Compiling document-features v0.2.12
20572026-08-07T21:26:53.054Z Compiling goblin v0.8.2
20582026-08-07T21:26:53.195Z Compiling goblin v0.10.5
20592026-08-07T21:26:53.242Z Compiling hybrid-array v0.4.13
20602026-08-07T21:26:53.552Z Compiling h2 v0.4.15
20612026-08-07T21:26:53.587Z Compiling itertools v0.15.0
20622026-08-07T21:26:53.622Z Compiling ipnet v2.11.0
20632026-08-07T21:26:53.947Z Compiling anstyle-parse v1.0.0
20642026-08-07T21:26:54.056Z Compiling zerocopy v0.7.35
20652026-08-07T21:26:54.073Z Compiling structmeta-derive v0.3.0
20662026-08-07T21:26:54.153Z Compiling daft-derive v0.1.7
20672026-08-07T21:26:54.367Z Compiling ref-cast-impl v1.0.25
20682026-08-07T21:26:54.403Z Compiling darling_core v0.20.11
20692026-08-07T21:26:54.619Z Compiling curve25519-dalek v4.1.3
20702026-08-07T21:26:54.712Z Compiling memoffset v0.9.1
20712026-08-07T21:26:54.833Z Compiling httpdate v1.0.3
20722026-08-07T21:26:54.855Z Compiling foreign-types-shared v0.1.1
20732026-08-07T21:26:54.904Z Compiling tap v1.0.1
20742026-08-07T21:26:54.921Z Compiling simd-adler32 v0.3.8
20752026-08-07T21:26:54.932Z Compiling powerfmt v0.2.0
20762026-08-07T21:26:54.960Z Compiling untrusted v0.9.0
20772026-08-07T21:26:55.183Z Compiling deranged v0.5.8
20782026-08-07T21:26:55.200Z Compiling structmeta v0.3.0
20792026-08-07T21:26:55.200Z Compiling wyz v0.5.1
20802026-08-07T21:26:55.229Z Compiling foreign-types v0.3.2
20812026-08-07T21:26:55.246Z Compiling dof v0.3.0
20822026-08-07T21:26:55.316Z Compiling anstream v1.0.0
20832026-08-07T21:26:55.430Z Compiling unicode-normalization v0.1.25
20842026-08-07T21:26:55.651Z Compiling rand_chacha v0.3.1
20852026-08-07T21:26:55.860Z Compiling dtrace-parser v0.2.0
20862026-08-07T21:26:55.907Z Compiling dof v0.4.0
20872026-08-07T21:26:56.006Z Compiling hex v0.4.3
20882026-08-07T21:26:56.065Z Compiling signature v2.2.0
20892026-08-07T21:26:56.091Z Compiling dtrace-parser v0.3.0
20902026-08-07T21:26:56.230Z Compiling terminal_size v0.4.3
20912026-08-07T21:26:56.295Z Compiling pin-project-internal v1.1.11
20922026-08-07T21:26:56.348Z Compiling darling_macro v0.20.11
20932026-08-07T21:26:56.351Z Compiling num-integer v0.1.46
20942026-08-07T21:26:56.397Z Compiling thread-id v5.1.0
20952026-08-07T21:26:56.446Z Compiling wait-timeout v0.2.1
20962026-08-07T21:26:56.497Z Compiling thread-id v4.2.2
20972026-08-07T21:26:56.596Z Compiling cfg_aliases v0.2.1
20982026-08-07T21:26:56.625Z Compiling hyper v1.10.1
20992026-08-07T21:26:56.674Z Compiling smoltcp v0.9.1
21002026-08-07T21:26:56.691Z Compiling quick-error v1.2.3
21012026-08-07T21:26:56.696Z Compiling funty v2.0.0
21022026-08-07T21:26:56.696Z Compiling clap_lex v1.0.0
21032026-08-07T21:26:56.934Z Compiling bit-vec v0.8.0
21042026-08-07T21:26:56.950Z Compiling num_threads v0.1.7
21052026-08-07T21:26:57.058Z Compiling adler2 v2.0.1
21062026-08-07T21:26:57.147Z Compiling bit-set v0.8.0
21072026-08-07T21:26:57.182Z Compiling miniz_oxide v0.8.9
21082026-08-07T21:26:57.198Z Compiling time v0.3.47
21092026-08-07T21:26:57.212Z Compiling bitvec v1.0.1
21102026-08-07T21:26:57.232Z Compiling clap_builder v4.6.0
21112026-08-07T21:26:57.269Z Compiling darling v0.20.11
21122026-08-07T21:26:57.293Z Compiling rusty-fork v0.3.1
21132026-08-07T21:26:57.322Z Compiling nix v0.31.2
21142026-08-07T21:26:57.388Z Compiling num-iter v0.1.45
21152026-08-07T21:26:57.699Z Compiling rand v0.8.6
21162026-08-07T21:26:57.752Z Compiling hyper-util v0.1.20
21172026-08-07T21:26:57.931Z Compiling ipnetwork v0.21.1
21182026-08-07T21:26:58.144Z Compiling lazy_static v1.5.0
21192026-08-07T21:26:58.189Z Compiling anstyle-parse v0.2.7
21202026-08-07T21:26:58.279Z Compiling hmac v0.12.1
21212026-08-07T21:26:58.422Z Compiling curve25519-dalek-derive v0.1.1
21222026-08-07T21:26:58.438Z Compiling rand_xorshift v0.4.0
21232026-08-07T21:26:58.454Z Compiling sync_wrapper v1.0.2
21242026-08-07T21:26:58.598Z Compiling siphasher v1.0.2
21252026-08-07T21:26:58.656Z Compiling nodrop v0.1.14
21262026-08-07T21:26:58.727Z Compiling unarray v0.1.4
21272026-08-07T21:26:58.926Z Compiling zlib-rs v0.6.2
21282026-08-07T21:26:59.111Z Compiling crc-catalog v2.4.0
21292026-08-07T21:26:59.219Z Compiling crc v3.4.0
21302026-08-07T21:26:59.427Z Compiling proptest v1.11.0
21312026-08-07T21:26:59.443Z Compiling clap v4.6.1
21322026-08-07T21:26:59.538Z Compiling array-init v0.0.4
21332026-08-07T21:27:00.079Z Compiling tower v0.5.3
21342026-08-07T21:27:00.392Z Compiling anstream v0.6.21
21352026-08-07T21:27:00.562Z Compiling smallvec v0.6.14
21362026-08-07T21:27:00.626Z Compiling derive_builder_core v0.20.2
21372026-08-07T21:27:00.802Z Compiling pkcs1 v0.7.5
21382026-08-07T21:27:00.863Z Compiling http-body-util v0.1.3
21392026-08-07T21:27:01.049Z Compiling flate2 v1.1.9
21402026-08-07T21:27:01.067Z Compiling zerocopy v0.6.6
21412026-08-07T21:27:01.147Z Compiling bitfield v0.19.4
21422026-08-07T21:27:01.200Z Compiling strum_macros v0.26.4
21432026-08-07T21:27:01.263Z Compiling strum_macros v0.27.2
21442026-08-07T21:27:01.330Z Compiling snafu-derive v0.8.9
21452026-08-07T21:27:01.368Z Compiling hubpack_derive v0.1.1
21462026-08-07T21:27:01.427Z Compiling env_filter v1.0.0
21472026-08-07T21:27:01.442Z Compiling fs-err v3.3.0
21482026-08-07T21:27:01.555Z Compiling base64 v0.21.7
21492026-08-07T21:27:01.656Z Compiling iri-string v0.7.10
21502026-08-07T21:27:01.817Z Compiling unicode-bidi v0.3.18
21512026-08-07T21:27:01.973Z Compiling object v0.37.3
21522026-08-07T21:27:01.988Z Compiling unicode-properties v0.1.4
21532026-08-07T21:27:02.218Z Compiling ryu v1.0.23
21542026-08-07T21:27:02.249Z Compiling unicode-segmentation v1.12.0
21552026-08-07T21:27:02.294Z Compiling hashbrown v0.12.3
21562026-08-07T21:27:02.394Z Compiling allocator-api2 v0.2.21
21572026-08-07T21:27:02.434Z Compiling serde_urlencoded v0.7.1
21582026-08-07T21:27:02.649Z Compiling stringprep v0.1.5
21592026-08-07T21:27:02.688Z Compiling ron v0.8.1
21602026-08-07T21:27:02.792Z Compiling env_logger v0.11.9
21612026-08-07T21:27:02.976Z Compiling tower-http v0.6.8
21622026-08-07T21:27:03.040Z Compiling derive_builder_macro v0.20.2
21632026-08-07T21:27:03.073Z Compiling newtype-uuid v1.3.2
21642026-08-07T21:27:03.126Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21652026-08-07T21:27:03.142Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21662026-08-07T21:27:03.166Z Compiling rsa v0.9.10
21672026-08-07T21:27:03.214Z Compiling oxnet v0.1.6
21682026-08-07T21:27:03.274Z Compiling serde-hex v0.1.0
21692026-08-07T21:27:03.341Z Compiling hashbrown v0.13.2
21702026-08-07T21:27:03.394Z Compiling tokio-native-tls v0.3.1
21712026-08-07T21:27:03.412Z Compiling bzip2 v0.4.4
21722026-08-07T21:27:03.501Z Compiling usdt-attr-macro v0.6.0
21732026-08-07T21:27:03.540Z Compiling usdt-macro v0.6.0
21742026-08-07T21:27:03.555Z Compiling derive-ex v0.1.8
21752026-08-07T21:27:03.582Z Compiling crypto-common v0.2.2
21762026-08-07T21:27:03.641Z Compiling block-buffer v0.12.1
21772026-08-07T21:27:03.800Z Compiling block-padding v0.4.2
21782026-08-07T21:27:03.975Z Compiling rustls-native-certs v0.8.3
21792026-08-07T21:27:04.184Z Compiling erased-serde v0.3.31
21802026-08-07T21:27:04.233Z Compiling x509-cert v0.2.5
21812026-08-07T21:27:04.279Z Compiling md-5 v0.10.6
21822026-08-07T21:27:04.295Z Compiling bstr v1.12.1
21832026-08-07T21:27:04.403Z Compiling vergen-lib v9.1.0
21842026-08-07T21:27:04.465Z Compiling hash32 v0.2.1
21852026-08-07T21:27:04.571Z Compiling encoding_rs v0.8.35
21862026-08-07T21:27:04.629Z Compiling mime v0.3.17
21872026-08-07T21:27:04.668Z Compiling psl-types v2.0.11
21882026-08-07T21:27:04.803Z Compiling cpufeatures v0.3.0
21892026-08-07T21:27:04.871Z Compiling crc-any v2.5.0
21902026-08-07T21:27:04.891Z Compiling fallible-iterator v0.2.0
21912026-08-07T21:27:05.001Z Compiling publicsuffix v2.3.0
21922026-08-07T21:27:05.054Z Compiling test-strategy v0.4.5
21932026-08-07T21:27:05.187Z Compiling postgres-protocol v0.6.10
21942026-08-07T21:27:05.696Z Compiling inout v0.2.2
21952026-08-07T21:27:05.728Z Compiling object v0.30.4
21962026-08-07T21:27:05.814Z Compiling zip v0.6.6
21972026-08-07T21:27:05.857Z Compiling derive_builder v0.20.2
21982026-08-07T21:27:05.877Z Compiling hyper-tls v0.6.0
21992026-08-07T21:27:05.892Z Compiling daft v0.1.7
22002026-08-07T21:27:05.912Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22012026-08-07T21:27:06.023Z Compiling heck v0.4.1
22022026-08-07T21:27:06.046Z Compiling phf_shared v0.13.1
22032026-08-07T21:27:06.062Z Compiling pin-project v1.1.11
22042026-08-07T21:27:06.235Z Compiling toml v0.7.8
22052026-08-07T21:27:06.295Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22062026-08-07T21:27:06.330Z Compiling serde_with_macros v3.21.0
22072026-08-07T21:27:06.348Z Compiling futures-executor v0.3.32
22082026-08-07T21:27:06.384Z Compiling serde_repr v0.1.20
22092026-08-07T21:27:06.526Z Compiling enum-as-inner v0.6.1
22102026-08-07T21:27:06.608Z Compiling async-recursion v1.1.1
22112026-08-07T21:27:06.668Z Compiling vergen v9.1.0
22122026-08-07T21:27:06.776Z Compiling ff v0.13.1
22132026-08-07T21:27:06.832Z Compiling cargo-platform v0.3.2
22142026-08-07T21:27:06.930Z Compiling bumpalo v3.20.2
22152026-08-07T21:27:07.029Z Compiling bitflags v1.3.2
22162026-08-07T21:27:07.090Z Compiling same-file v1.0.6
22172026-08-07T21:27:07.294Z Compiling managed v0.8.0
22182026-08-07T21:27:07.323Z Compiling libbz2-rs-sys v0.2.2
22192026-08-07T21:27:07.355Z Compiling jiff-core v0.1.0
22202026-08-07T21:27:07.417Z Compiling foldhash v0.2.0
22212026-08-07T21:27:07.421Z Compiling path-slash v0.1.5
22222026-08-07T21:27:07.456Z Compiling foldhash v0.1.5
22232026-08-07T21:27:07.538Z Compiling base16ct v0.2.0
22242026-08-07T21:27:07.618Z Compiling hashbrown v0.15.5
22252026-08-07T21:27:07.639Z Compiling hashbrown v0.16.1
22262026-08-07T21:27:07.718Z Compiling sec1 v0.7.3
22272026-08-07T21:27:07.746Z Compiling bzip2 v0.6.1
22282026-08-07T21:27:08.086Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-07T21:27:08.131Z Compiling jiff v0.2.34
22302026-08-07T21:27:08.170Z Compiling walkdir v2.5.0
22312026-08-07T21:27:08.189Z Compiling zopfli v0.8.3
22322026-08-07T21:27:08.242Z Compiling cargo_metadata v0.23.1
22332026-08-07T21:27:08.341Z Compiling group v0.13.0
22342026-08-07T21:27:08.566Z Compiling futures v0.3.32
22352026-08-07T21:27:08.972Z Compiling phf v0.13.1
22362026-08-07T21:27:08.987Z Compiling snafu v0.8.9
22372026-08-07T21:27:09.155Z Compiling reqwest v0.12.28
22382026-08-07T21:27:09.254Z Compiling signal-hook-mio v0.2.5
22392026-08-07T21:27:09.337Z Compiling cipher v0.5.2
22402026-08-07T21:27:09.358Z Compiling cookie_store v0.22.1
22412026-08-07T21:27:09.385Z Compiling postgres-types v0.2.12
22422026-08-07T21:27:09.402Z Compiling zstd v0.13.3
22432026-08-07T21:27:09.482Z Compiling globset v0.4.18
22442026-08-07T21:27:09.527Z Compiling strum v0.27.2
22452026-08-07T21:27:09.669Z Compiling hubpack v0.1.2
22462026-08-07T21:27:09.760Z Compiling phf_shared v0.11.3
22472026-08-07T21:27:09.781Z Compiling hkdf v0.12.4
22482026-08-07T21:27:09.823Z Compiling crossbeam-epoch v0.9.18
22492026-08-07T21:27:09.920Z Compiling byte-wrapper v0.1.0
22502026-08-07T21:27:09.942Z Compiling ed25519 v2.2.3
22512026-08-07T21:27:09.958Z Compiling olpc-cjson v0.1.4
22522026-08-07T21:27:10.156Z Compiling serde_plain v1.0.2
22532026-08-07T21:27:10.173Z Compiling serde-big-array v0.5.1
22542026-08-07T21:27:10.208Z Compiling pem v3.0.6
22552026-08-07T21:27:10.291Z Compiling crypto-bigint v0.5.5
22562026-08-07T21:27:10.411Z Compiling float-cmp v0.10.0
22572026-08-07T21:27:10.449Z Compiling memmap2 v0.9.10
22582026-08-07T21:27:10.499Z Compiling const-oid v0.10.2
22592026-08-07T21:27:10.588Z Compiling predicates-core v1.0.10
22602026-08-07T21:27:10.660Z Compiling precomputed-hash v0.1.1
22612026-08-07T21:27:10.676Z Compiling fixedbitset v0.5.7
22622026-08-07T21:27:10.695Z Compiling new_debug_unreachable v1.0.6
22632026-08-07T21:27:10.711Z Compiling typed-path v0.9.3
22642026-08-07T21:27:10.729Z Compiling keccak v0.1.6
22652026-08-07T21:27:10.784Z Compiling difflib v0.4.0
22662026-08-07T21:27:10.787Z Compiling whoami v2.1.0
22672026-08-07T21:27:10.920Z Compiling fixedbitset v0.4.2
22682026-08-07T21:27:10.936Z Compiling data-encoding v2.10.0
22692026-08-07T21:27:10.950Z Compiling normalize-line-endings v0.3.0
22702026-08-07T21:27:11.065Z Compiling static_assertions v1.1.0
22712026-08-07T21:27:11.133Z Compiling toml_write v0.1.2
22722026-08-07T21:27:11.273Z Compiling hickory-proto v0.25.2
22732026-08-07T21:27:11.289Z Compiling elliptic-curve v0.13.8
22742026-08-07T21:27:11.313Z Compiling toml_edit v0.22.27
22752026-08-07T21:27:11.330Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-08-07T21:27:11.398Z Compiling petgraph v0.6.5
22772026-08-07T21:27:11.401Z Compiling predicates v3.1.4
22782026-08-07T21:27:11.468Z Compiling tokio-postgres v0.7.16
22792026-08-07T21:27:11.969Z Compiling petgraph v0.8.3
22802026-08-07T21:27:12.065Z Compiling sha3 v0.10.8
22812026-08-07T21:27:12.096Z Compiling string_cache v0.8.9
22822026-08-07T21:27:12.260Z Compiling digest v0.11.3
22832026-08-07T21:27:12.346Z Compiling chacha20 v0.10.0
22842026-08-07T21:27:12.480Z Compiling usdt v0.6.0
22852026-08-07T21:27:12.796Z Compiling zip v4.6.1
22862026-08-07T21:27:13.508Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22872026-08-07T21:27:13.590Z Compiling ed25519-dalek v2.2.0
22882026-08-07T21:27:13.961Z Compiling crossterm v0.28.1
22892026-08-07T21:27:14.232Z Compiling iddqd v0.4.2
22902026-08-07T21:27:14.496Z Compiling serde_with v3.21.0
22912026-08-07T21:27:14.511Z Compiling similar v2.7.0
22922026-08-07T21:27:14.776Z Compiling strum v0.26.3
22932026-08-07T21:27:15.180Z Compiling tokio-stream v0.1.18
22942026-08-07T21:27:15.228Z Compiling buf-list v1.1.2
22952026-08-07T21:27:15.286Z Compiling itertools v0.13.0
22962026-08-07T21:27:15.304Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22972026-08-07T21:27:15.456Z Compiling openapiv3 v2.2.0
22982026-08-07T21:27:16.175Z Compiling lalrpop-util v0.19.12
22992026-08-07T21:27:16.502Z Compiling peg-runtime v0.8.5
23002026-08-07T21:27:32.191Z Compiling rustls-webpki v0.103.13
23012026-08-07T21:27:35.990Z Compiling tokio-rustls v0.26.4
23022026-08-07T21:27:36.019Z Compiling rustls-platform-verifier v0.6.2
23032026-08-07T21:27:36.220Z Compiling hyper-rustls v0.27.7
23042026-08-07T21:27:36.271Z Compiling tough v0.22.0
23052026-08-07T21:27:36.541Z Compiling reqwest v0.13.2
23062026-08-07T21:27:36.845Z Compiling macaddr v1.0.1
23072026-08-07T21:27:36.863Z Compiling rayon-core v1.13.0
23082026-08-07T21:27:36.939Z Compiling crucible-workspace-hack v0.1.0
23092026-08-07T21:27:37.102Z Compiling secrecy v0.10.3
23102026-08-07T21:27:37.119Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23112026-08-07T21:27:37.152Z Compiling toml_datetime v0.7.5+spec-1.1.0
23122026-08-07T21:27:37.176Z Compiling heapless v0.8.0
23132026-08-07T21:27:37.308Z Compiling crossbeam-deque v0.8.6
23142026-08-07T21:27:37.359Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-08-07T21:27:37.377Z Compiling ingot-macros v0.2.0
23162026-08-07T21:27:37.423Z Compiling inout v0.1.4
23172026-08-07T21:27:37.457Z Compiling hash32 v0.3.1
23182026-08-07T21:27:37.561Z Compiling multer v3.1.0
23192026-08-07T21:27:37.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202026-08-07T21:27:37.609Z Compiling thread_local v1.1.9
23212026-08-07T21:27:37.635Z Compiling slog-async v2.8.0
23222026-08-07T21:27:37.663Z Compiling compression-core v0.4.31
23232026-08-07T21:27:37.728Z Compiling smoltcp v0.11.0
23242026-08-07T21:27:37.761Z Compiling match_cfg v0.1.0
23252026-08-07T21:27:37.851Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-08-07T21:27:37.867Z Compiling unicode-width v0.2.0
23272026-08-07T21:27:37.890Z Compiling hostname v0.3.1
23282026-08-07T21:27:37.955Z Compiling proc-macro-crate v3.4.0
23292026-08-07T21:27:37.969Z Compiling compression-codecs v0.4.37
23302026-08-07T21:27:38.131Z Compiling cipher v0.4.4
23312026-08-07T21:27:38.202Z Compiling atomicwrites v0.4.4
23322026-08-07T21:27:38.218Z Compiling slog-json v2.6.1
23332026-08-07T21:27:38.274Z Compiling crossbeam-channel v0.5.15
23342026-08-07T21:27:38.329Z Compiling half v2.7.1
23352026-08-07T21:27:38.401Z Compiling newtype-uuid-macros v0.1.0
23362026-08-07T21:27:38.414Z Compiling universal-hash v0.5.1
23372026-08-07T21:27:38.509Z Compiling cobs v0.3.0
23382026-08-07T21:27:38.527Z Compiling async-stream-impl v0.3.6
23392026-08-07T21:27:38.588Z Compiling thiserror-impl-no-std v2.0.2
23402026-08-07T21:27:38.624Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-07T21:27:38.699Z Compiling serde_spanned v1.1.1
23422026-08-07T21:27:38.849Z Compiling is-terminal v0.4.17
23432026-08-07T21:27:38.868Z Compiling dropshot v0.17.1
23442026-08-07T21:27:38.972Z Compiling proc-macro-error-attr v1.0.4
23452026-08-07T21:27:38.988Z Compiling ciborium-io v0.2.2
23462026-08-07T21:27:39.067Z Compiling toml_writer v1.1.1+spec-1.1.0
23472026-08-07T21:27:39.094Z Compiling opaque-debug v0.3.1
23482026-08-07T21:27:39.114Z Compiling term v1.2.1
23492026-08-07T21:27:39.131Z Compiling convert_case v0.4.0
23502026-08-07T21:27:39.151Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23512026-08-07T21:27:39.184Z Compiling take_mut v0.2.2
23522026-08-07T21:27:39.217Z Compiling poly1305 v0.8.0
23532026-08-07T21:27:39.259Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-07T21:27:39.355Z Compiling toml v1.1.2+spec-1.1.0
23552026-08-07T21:27:39.394Z Compiling async-stream v0.3.6
23562026-08-07T21:27:39.449Z Compiling derive_more v0.99.20
23572026-08-07T21:27:39.608Z Compiling thiserror-no-std v2.0.2
23582026-08-07T21:27:39.623Z Compiling slog-term v2.9.2
23592026-08-07T21:27:39.699Z Compiling ciborium-ll v0.2.2
23602026-08-07T21:27:39.715Z Compiling postcard v1.1.3
23612026-08-07T21:27:39.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-07T21:27:39.874Z Compiling num_enum_derive v0.7.6
23632026-08-07T21:27:39.959Z Compiling ingot-types v0.2.0
23642026-08-07T21:27:39.991Z Compiling slog-bunyan v2.5.0
23652026-08-07T21:27:40.108Z Compiling chacha20 v0.9.1
23662026-08-07T21:27:40.177Z Compiling async-compression v0.4.41
23672026-08-07T21:27:40.378Z Compiling ingot v0.2.1
23682026-08-07T21:27:40.447Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23692026-08-07T21:27:40.520Z Compiling sha1 v0.11.0
23702026-08-07T21:27:40.666Z Compiling parse-display-derive v0.10.0
23712026-08-07T21:27:40.811Z Compiling proc-macro-crate v1.3.1
23722026-08-07T21:27:40.868Z Compiling waitgroup v0.1.2
23732026-08-07T21:27:40.922Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23742026-08-07T21:27:40.975Z Compiling backon v1.6.0
23752026-08-07T21:27:41.005Z Compiling rustls-pemfile v2.2.0
23762026-08-07T21:27:41.047Z Compiling dropshot_endpoint v0.17.1
23772026-08-07T21:27:41.160Z Compiling blake2 v0.10.6
23782026-08-07T21:27:41.237Z Compiling aead v0.5.2
23792026-08-07T21:27:41.289Z Compiling password-hash v0.5.0
23802026-08-07T21:27:41.305Z Compiling foreign-types-macros v0.2.3
23812026-08-07T21:27:41.359Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23822026-08-07T21:27:41.454Z Compiling serde_path_to_error v0.1.20
23832026-08-07T21:27:41.607Z Compiling hostname v0.4.2
23842026-08-07T21:27:41.675Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-07T21:27:41.781Z Compiling proc-macro-error v1.0.4
23862026-08-07T21:27:41.796Z Compiling instant v0.1.13
23872026-08-07T21:27:41.881Z Compiling foreign-types-shared v0.3.1
23882026-08-07T21:27:41.897Z Compiling debug-ignore v1.0.5
23892026-08-07T21:27:41.935Z Compiling backoff v0.4.0
23902026-08-07T21:27:41.973Z Compiling foreign-types v0.5.0
23912026-08-07T21:27:41.990Z Compiling argon2 v0.5.3
23922026-08-07T21:27:42.008Z Compiling chacha20poly1305 v0.10.1
23932026-08-07T21:27:42.041Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-07T21:27:42.072Z Compiling num_enum_derive v0.5.11
23952026-08-07T21:27:42.130Z Compiling parse-display v0.10.0
23962026-08-07T21:27:42.145Z Compiling num_enum v0.7.6
23972026-08-07T21:27:42.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982026-08-07T21:27:42.188Z Compiling ciborium v0.2.2
23992026-08-07T21:27:42.248Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24002026-08-07T21:27:42.317Z Compiling vsss-rs v3.3.4
24012026-08-07T21:27:42.650Z Compiling tabwriter v1.4.1
24022026-08-07T21:27:42.666Z Compiling regress v0.10.5
24032026-08-07T21:27:42.761Z Compiling itertools v0.14.0
24042026-08-07T21:27:42.988Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24052026-08-07T21:27:43.005Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24062026-08-07T21:27:43.041Z Compiling cstr-argument v0.1.2
24072026-08-07T21:27:43.057Z Compiling humantime v2.3.0
24082026-08-07T21:27:43.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24092026-08-07T21:27:43.089Z Compiling num_enum v0.5.11
24102026-08-07T21:27:43.135Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-07T21:27:43.225Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24122026-08-07T21:27:43.241Z Compiling rayon v1.11.0
24132026-08-07T21:27:43.299Z Compiling rand v0.10.1
24142026-08-07T21:27:43.396Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-07T21:27:43.412Z Compiling indent_write v2.2.0
24162026-08-07T21:27:43.476Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24172026-08-07T21:27:43.508Z Compiling libefi-sys v0.1.0
24182026-08-07T21:27:43.524Z Compiling colored v3.1.1
24192026-08-07T21:27:43.541Z Compiling zone_cfg_derive v0.3.1
24202026-08-07T21:27:43.578Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24212026-08-07T21:27:43.626Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-07T21:27:43.642Z Compiling camino-tempfile v1.4.1
24232026-08-07T21:27:43.740Z Compiling itertools v0.12.1
24242026-08-07T21:27:43.760Z Compiling usdt-attr-macro v0.5.0
24252026-08-07T21:27:43.848Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24262026-08-07T21:27:43.863Z Compiling usdt-macro v0.5.0
24272026-08-07T21:27:44.055Z Compiling bitfield-struct v0.6.2
24282026-08-07T21:27:44.077Z Compiling num-derive v0.4.2
24292026-08-07T21:27:44.124Z Compiling blake3 v1.8.5
24302026-08-07T21:27:44.163Z Compiling memmap v0.7.0
24312026-08-07T21:27:44.169Z Compiling sigpipe v0.1.3
24322026-08-07T21:27:44.275Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-07T21:27:44.293Z Compiling glob v0.3.3
24342026-08-07T21:27:44.313Z Compiling swrite v0.1.0
24352026-08-07T21:27:44.398Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-07T21:27:44.438Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24372026-08-07T21:27:44.556Z Compiling smf v0.2.3
24382026-08-07T21:27:44.596Z Compiling usdt v0.5.0
24392026-08-07T21:27:44.678Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402026-08-07T21:27:44.748Z Compiling filetime v0.2.27
24412026-08-07T21:27:44.763Z Compiling whoami v1.6.1
24422026-08-07T21:27:44.974Z Compiling arrayref v0.3.9
24432026-08-07T21:27:44.990Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24442026-08-07T21:27:45.008Z Compiling arrayvec v0.7.6
24452026-08-07T21:27:45.011Z Compiling xattr v1.6.1
24462026-08-07T21:27:45.040Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472026-08-07T21:27:45.064Z Compiling zone v0.3.1
24482026-08-07T21:27:45.133Z Compiling constant_time_eq v0.4.2
24492026-08-07T21:27:45.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24502026-08-07T21:27:45.215Z Compiling tar v0.4.46
24512026-08-07T21:27:45.248Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522026-08-07T21:27:45.248Z Compiling tokio-dtrace v0.1.1
24532026-08-07T21:27:45.251Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24542026-08-07T21:27:45.348Z Compiling console v0.16.2
24552026-08-07T21:27:45.400Z Compiling gethostname v0.5.0
24562026-08-07T21:27:45.565Z Compiling unit-prefix v0.5.2
24572026-08-07T21:27:45.604Z Compiling topological-sort v0.2.2
24582026-08-07T21:27:45.666Z Compiling oxide-tokio-rt v0.1.4
24592026-08-07T21:27:45.711Z Compiling toml v0.8.23
24602026-08-07T21:27:45.738Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-07T21:27:45.923Z Compiling indicatif v0.18.4
24622026-08-07T21:27:46.002Z Compiling shell-words v1.1.1
24632026-08-07T21:27:55.355Z Compiling progenitor-client v0.14.0
24642026-08-07T21:27:55.355Z Compiling omicron-zone-package v0.12.3
24652026-08-07T21:27:55.595Z Compiling progenitor-extras v0.2.0
24662026-08-07T21:27:55.890Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-08-07T21:27:56.009Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-08-07T21:27:56.032Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-08-07T21:27:56.070Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-08-07T21:27:56.105Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-08-07T21:27:56.131Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24722026-08-07T21:27:56.233Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-07T21:27:56.408Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-08-07T21:27:57.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-08-07T21:28:00.990Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-08-07T21:28:09.149Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-08-07T21:28:12.333Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-08-07T21:28:13.391Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-08-07T21:28:22.861Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-08-07T21:28:23.006Z Running `target/release/omicron-package -t test target create -p dev`
24812026-08-07T21:28:23.065ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-08-07T21:28:23.068ZCreated new build target 'test' and set it as active
24832026-08-07T21:28:23.071Z
24842026-08-07T21:28:23.071Zreal 1:44.698706971
24852026-08-07T21:28:23.071Zuser 17:19.354824228
24862026-08-07T21:28:23.071Zsys 2:42.214945253
24872026-08-07T21:28:23.071Ztrap 0.480753179
24882026-08-07T21:28:23.071Ztflt 2.265939331
24892026-08-07T21:28:23.071Zdflt 4.886089887
24902026-08-07T21:28:23.071Zkflt 0.000622450
24912026-08-07T21:28:23.071Zlock 56:24.154009236
24922026-08-07T21:28:23.071Zslp 44:15.224271496
24932026-08-07T21:28:23.072Zlat 49.751831033
24942026-08-07T21:28:23.072Zstop 5:55.288139715
24952026-08-07T21:28:23.072Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-08-07T21:28:23.954Z Finished `release` profile [optimized] target(s) in 0.87s
24972026-08-07T21:28:24.025Z Running `target/release/omicron-package -t test package`
24982026-08-07T21:28:24.082ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-08-07T21:28:25.526Z Compiling heck v0.5.0
25002026-08-07T21:28:25.526Z Compiling regress v0.11.1
25012026-08-07T21:28:25.750Z Compiling unsafe-libyaml v0.2.11
25022026-08-07T21:28:25.793Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-08-07T21:28:25.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-08-07T21:28:25.841Z Compiling derive-where v1.6.0
25052026-08-07T21:28:25.844Z Compiling bytecount v0.6.9
25062026-08-07T21:28:25.877Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-08-07T21:28:25.880Z Compiling atomicwrites v0.4.4
25082026-08-07T21:28:25.880Z Compiling is-terminal v0.4.17
25092026-08-07T21:28:25.880Z Compiling prettyplease v0.2.37
25102026-08-07T21:28:25.880Z Compiling console v0.15.11
25112026-08-07T21:28:25.880Z Compiling newline-converter v0.3.0
25122026-08-07T21:28:25.936Z Compiling slog-dtrace v0.3.0
25132026-08-07T21:28:25.978Z Compiling resolv-conf v0.7.6
25142026-08-07T21:28:26.041Z Compiling num-rational v0.4.2
25152026-08-07T21:28:26.063Z Compiling num-complex v0.4.6
25162026-08-07T21:28:26.066Z Compiling thread_local v1.1.9
25172026-08-07T21:28:26.120Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-08-07T21:28:26.168Z Compiling compression-core v0.4.31
25192026-08-07T21:28:26.197Z Compiling cancel-safe-futures v0.1.5
25202026-08-07T21:28:26.283Z Compiling serde_yaml v0.9.34+deprecated
25212026-08-07T21:28:26.339Z Compiling expectorate v1.2.0
25222026-08-07T21:28:26.433Z Compiling unicode-width v0.1.14
25232026-08-07T21:28:26.453Z Compiling match_cfg v0.1.0
25242026-08-07T21:28:26.539Z Compiling hostname v0.3.1
25252026-08-07T21:28:26.580Z Compiling num v0.4.3
25262026-08-07T21:28:26.583Z Compiling compression-codecs v0.4.37
25272026-08-07T21:28:26.620Z Compiling slog-async v2.8.0
25282026-08-07T21:28:26.639Z Compiling multer v3.1.0
25292026-08-07T21:28:26.679Z Compiling crossbeam-channel v0.5.15
25302026-08-07T21:28:26.700Z Compiling slog-json v2.6.1
25312026-08-07T21:28:26.723Z Compiling serde_spanned v1.1.1
25322026-08-07T21:28:26.726Z Compiling toml_datetime v1.1.1+spec-1.1.0
25332026-08-07T21:28:26.776Z Compiling toml_writer v1.1.1+spec-1.1.0
25342026-08-07T21:28:26.868Z Compiling float-ord v0.3.2
25352026-08-07T21:28:26.900Z Compiling term v1.2.1
25362026-08-07T21:28:26.934Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25372026-08-07T21:28:26.994Z Compiling linked-hash-map v0.5.6
25382026-08-07T21:28:27.021Z Compiling take_mut v0.2.2
25392026-08-07T21:28:27.043Z Compiling oxide-update-engine-types v0.1.2
25402026-08-07T21:28:27.067Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25412026-08-07T21:28:27.070Z Compiling toml v1.1.2+spec-1.1.0
25422026-08-07T21:28:27.070Z Compiling slog-bunyan v2.5.0
25432026-08-07T21:28:27.070Z Compiling async-compression v0.4.41
25442026-08-07T21:28:27.235Z Compiling lru-cache v0.1.2
25452026-08-07T21:28:27.265Z Compiling slog-term v2.9.2
25462026-08-07T21:28:27.408Z Compiling typify-impl v0.6.2
25472026-08-07T21:28:27.455Z Compiling dropshot v0.17.1
25482026-08-07T21:28:27.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-08-07T21:28:27.588Z Compiling async-stream v0.3.6
25502026-08-07T21:28:27.612Z Compiling sha1 v0.11.0
25512026-08-07T21:28:27.665Z Compiling progenitor-client v0.14.0
25522026-08-07T21:28:27.710Z Compiling waitgroup v0.1.2
25532026-08-07T21:28:27.785Z Compiling rustls-pemfile v2.2.0
25542026-08-07T21:28:27.806Z Compiling backon v1.6.0
25552026-08-07T21:28:27.826Z Compiling hostname v0.4.2
25562026-08-07T21:28:27.866Z Compiling serde_path_to_error v0.1.20
25572026-08-07T21:28:27.893Z Compiling instant v0.1.13
25582026-08-07T21:28:27.990Z Compiling debug-ignore v1.0.5
25592026-08-07T21:28:28.012Z Compiling linear-map v1.2.0
25602026-08-07T21:28:28.032Z Compiling minimal-lexical v0.2.1
25612026-08-07T21:28:28.050Z Compiling progenitor-extras v0.2.0
25622026-08-07T21:28:28.054Z Compiling backoff v0.4.0
25632026-08-07T21:28:28.126Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-07T21:28:28.244Z Compiling nom v7.1.3
25652026-08-07T21:28:28.289Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25662026-08-07T21:28:28.313Z Compiling oxide-update-engine v0.1.2
25672026-08-07T21:28:28.316Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25682026-08-07T21:28:28.355Z Compiling parse-display v0.10.0
25692026-08-07T21:28:28.405Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25702026-08-07T21:28:28.446Z Compiling hickory-proto v0.24.4
25712026-08-07T21:28:28.969Z Compiling regress v0.10.5
25722026-08-07T21:28:29.041Z Compiling itertools v0.14.0
25732026-08-07T21:28:29.605Z Compiling macaddr v1.0.1
25742026-08-07T21:28:29.627Z Compiling unicode-xid v0.2.6
25752026-08-07T21:28:29.630Z Compiling humantime v2.3.0
25762026-08-07T21:28:29.850Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25772026-08-07T21:28:29.928Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782026-08-07T21:28:30.034Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25792026-08-07T21:28:30.093Z Compiling convert_case v0.10.0
25802026-08-07T21:28:30.282Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-07T21:28:30.305Z Compiling owo-colors v4.3.0
25822026-08-07T21:28:30.337Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25832026-08-07T21:28:30.385Z Compiling derive_more-impl v2.1.1
25842026-08-07T21:28:30.460Z Compiling toml v0.8.23
25852026-08-07T21:28:30.847Z Compiling typify-macro v0.6.2
25862026-08-07T21:28:30.944Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25872026-08-07T21:28:31.005Z Compiling hickory-resolver v0.24.4
25882026-08-07T21:28:31.036Z Compiling papergrid v0.11.0
25892026-08-07T21:28:31.108Z Compiling tabled_derive v0.7.0
25902026-08-07T21:28:31.166Z Compiling derive_more v2.1.1
25912026-08-07T21:28:31.278Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25922026-08-07T21:28:31.646Z Compiling termtree v0.5.1
25932026-08-07T21:28:31.671Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25942026-08-07T21:28:31.849Z Compiling crossterm v0.29.0
25952026-08-07T21:28:31.998Z Compiling phf_shared v0.12.1
25962026-08-07T21:28:32.259Z Compiling qorb v0.4.1
25972026-08-07T21:28:32.282Z Compiling tabled v0.15.0
25982026-08-07T21:28:32.403Z Compiling typify v0.6.2
25992026-08-07T21:28:32.687Z Compiling progenitor-impl v0.14.0
26002026-08-07T21:28:33.384Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26012026-08-07T21:28:33.901Z Compiling vte v0.14.1
26022026-08-07T21:28:34.152Z Compiling csv-core v0.1.13
26032026-08-07T21:28:34.571Z Compiling chrono-tz v0.10.4
26042026-08-07T21:28:34.723Z Compiling highway v1.3.0
26052026-08-07T21:28:34.824Z Compiling progenitor-macro v0.14.0
26062026-08-07T21:28:35.412Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26072026-08-07T21:28:35.980Z Compiling csv v1.4.0
26082026-08-07T21:28:36.158Z Compiling strip-ansi-escapes v0.2.1
26092026-08-07T21:28:36.314Z Compiling phf v0.12.1
26102026-08-07T21:28:36.421Z Compiling const_format_proc_macros v0.2.34
26112026-08-07T21:28:36.513Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122026-08-07T21:28:36.712Z Compiling fd-lock v4.0.4
26132026-08-07T21:28:36.883Z Compiling peg-macros v0.8.5
26142026-08-07T21:28:36.933Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-07T21:28:36.969Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-07T21:28:37.183Z Compiling nu-ansi-term v0.50.3
26172026-08-07T21:28:37.443Z Compiling const_format v0.2.35
26182026-08-07T21:28:37.749Z Compiling reedline v0.40.0
26192026-08-07T21:28:38.149Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202026-08-07T21:28:38.322Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-07T21:28:38.943Z Compiling progenitor v0.14.0
26222026-08-07T21:28:39.132Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-07T21:28:39.169Z Compiling peg v0.8.5
26242026-08-07T21:28:39.265Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26252026-08-07T21:28:39.285Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26262026-08-07T21:28:39.329Z Compiling bcs v0.1.6
26272026-08-07T21:28:39.763Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-07T21:28:40.060Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-07T21:28:40.363Z Compiling nom v8.0.0
26302026-08-07T21:28:40.849Z Compiling semver v0.1.20
26312026-08-07T21:28:41.148Z Compiling rustc_version v0.1.7
26322026-08-07T21:28:41.375Z Compiling newtype_derive v0.1.6
26332026-08-07T21:28:41.449Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26342026-08-07T21:28:41.602Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26352026-08-07T21:28:41.716Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-08-07T21:28:41.738Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-07T21:28:41.818Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26382026-08-07T21:28:42.086Z Compiling smawk v0.3.2
26392026-08-07T21:28:42.321Z Compiling unicode-linebreak v0.1.5
26402026-08-07T21:28:42.595Z Compiling textwrap v0.16.2
26412026-08-07T21:28:42.743Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26422026-08-07T21:28:42.812Z Compiling steno v0.4.1
26432026-08-07T21:28:43.142Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26442026-08-07T21:28:43.600Z Compiling dropshot-api-manager-types v0.7.2
26452026-08-07T21:28:44.140Z Compiling sha1 v0.10.6
26462026-08-07T21:28:44.196Z Compiling tagptr v0.2.0
26472026-08-07T21:28:44.384Z Compiling utf-8 v0.7.6
26482026-08-07T21:28:44.588Z Compiling moka v0.12.13
26492026-08-07T21:28:44.611Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26502026-08-07T21:28:44.635Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-08-07T21:28:44.639Z Compiling tungstenite v0.21.0
26522026-08-07T21:28:44.866Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-07T21:28:44.972Z Compiling darling_core v0.21.3
26542026-08-07T21:28:45.036Z Compiling display-error-chain v0.2.2
26552026-08-07T21:28:45.230Z Compiling libscf-sys v1.2.0
26562026-08-07T21:28:45.395Z Compiling tokio-tungstenite v0.21.0
26572026-08-07T21:28:45.781Z Compiling hickory-resolver v0.25.2
26582026-08-07T21:28:45.845Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-07T21:28:46.790Z Compiling vergen-lib v0.1.6
26602026-08-07T21:28:47.005Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26612026-08-07T21:28:47.105Z Compiling darling_macro v0.21.3
26622026-08-07T21:28:47.479Z Compiling proc-macro-error-attr2 v2.0.0
26632026-08-07T21:28:47.613Z Compiling diesel_derives v2.3.7
26642026-08-07T21:28:47.635Z Compiling darling v0.21.3
26652026-08-07T21:28:47.748Z Compiling dsl_auto_type v0.2.0
26662026-08-07T21:28:47.909Z Compiling proc-macro-error2 v2.0.1
26672026-08-07T21:28:47.984Z Compiling scheduled-thread-pool v0.2.7
26682026-08-07T21:28:48.043Z Compiling vergen-gitcl v1.0.8
26692026-08-07T21:28:48.069Z Compiling diesel_table_macro_syntax v0.3.0
26702026-08-07T21:28:48.105Z Compiling dirs-sys-next v0.1.2
26712026-08-07T21:28:48.230Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26722026-08-07T21:28:48.268Z Compiling maplit v1.0.2
26732026-08-07T21:28:48.288Z Compiling crunchy v0.2.4
26742026-08-07T21:28:48.311Z Compiling glob v0.3.3
26752026-08-07T21:28:48.398Z Compiling dirs-next v2.0.0
26762026-08-07T21:28:48.540Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-07T21:28:48.564Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26782026-08-07T21:28:48.649Z Compiling tabled_derive v0.11.0
26792026-08-07T21:28:48.669Z Compiling clang-sys v1.8.1
26802026-08-07T21:28:48.688Z Compiling r2d2 v0.8.10
26812026-08-07T21:28:49.044Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26822026-08-07T21:28:49.328Z Compiling papergrid v0.17.0
26832026-08-07T21:28:49.673Z Compiling testing_table v0.3.0
26842026-08-07T21:28:49.714Z Compiling tiny-keccak v2.0.2
26852026-08-07T21:28:49.932Z Compiling downcast-rs v2.0.2
26862026-08-07T21:28:50.204Z Compiling term v0.7.0
26872026-08-07T21:28:50.497Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-08-07T21:28:50.635Z Compiling tabled v0.20.0
26892026-08-07T21:28:50.694Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-08-07T21:28:50.785Z Compiling bit-vec v0.6.3
26912026-08-07T21:28:50.983Z Compiling bit-set v0.5.3
26922026-08-07T21:28:51.025Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26932026-08-07T21:28:51.073Z Compiling ascii-canvas v3.0.0
26942026-08-07T21:28:51.333Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26952026-08-07T21:28:51.358Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962026-08-07T21:28:51.414Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26972026-08-07T21:28:51.577Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26982026-08-07T21:28:51.789Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26992026-08-07T21:28:51.904Z Compiling itertools v0.10.5
27002026-08-07T21:28:51.944Z Compiling ena v0.14.4
27012026-08-07T21:28:51.966Z Compiling libloading v0.8.9
27022026-08-07T21:28:52.191Z Compiling diff v0.1.13
27032026-08-07T21:28:52.214Z Compiling xshell-macros v0.2.7
27042026-08-07T21:28:52.415Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27052026-08-07T21:28:52.481Z Compiling regex-syntax v0.6.29
27062026-08-07T21:28:52.608Z Compiling unicase v2.9.0
27072026-08-07T21:28:52.630Z Compiling bindgen v0.71.1
27082026-08-07T21:28:52.920Z Compiling xshell v0.2.7
27092026-08-07T21:28:53.048Z Compiling diesel v2.3.7
27102026-08-07T21:28:53.487Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27112026-08-07T21:28:54.157Z Compiling lalrpop v0.19.12
27122026-08-07T21:28:54.391Z Compiling cexpr v0.6.0
27132026-08-07T21:28:54.493Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142026-08-07T21:28:54.717Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27152026-08-07T21:28:54.939Z Compiling crc8 v0.1.1
27162026-08-07T21:28:55.048Z Compiling rustc-hash v2.1.1
27172026-08-07T21:28:55.107Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-07T21:28:55.402Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-08-07T21:28:55.487Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-08-07T21:28:55.627Z Compiling headers-core v0.3.0
27212026-08-07T21:28:55.784Z Compiling libxml v0.3.3
27222026-08-07T21:28:55.997Z Compiling headers v0.4.1
27232026-08-07T21:28:56.023Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-08-07T21:28:56.094Z Compiling strum_macros v0.24.3
27252026-08-07T21:28:56.246Z Compiling indoc v1.0.9
27262026-08-07T21:28:56.589Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272026-08-07T21:28:56.684Z Compiling derive_builder v0.20.2
27282026-08-07T21:28:56.810Z Compiling oso-derive v0.27.3
27292026-08-07T21:28:56.854Z Compiling quick-xml v0.37.5
27302026-08-07T21:28:57.285Z Compiling impl-trait-for-tuples v0.2.3
27312026-08-07T21:28:57.338Z Compiling openssl-probe v0.1.6
27322026-08-07T21:28:57.609Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27332026-08-07T21:28:57.640Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-07T21:28:57.680Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-08-07T21:28:57.901Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-08-07T21:28:58.112Z Compiling bb8 v0.8.6
27372026-08-07T21:28:58.200Z Compiling trait-variant v0.1.2
27382026-08-07T21:28:58.337Z Compiling half v1.8.3
27392026-08-07T21:28:58.528Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27402026-08-07T21:28:58.544Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27412026-08-07T21:28:58.566Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27422026-08-07T21:28:58.758Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-07T21:28:58.793Z Compiling serde_cbor v0.11.2
27442026-08-07T21:28:58.836Z Compiling progenitor-impl v0.13.0
27452026-08-07T21:28:59.542Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27462026-08-07T21:28:59.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27472026-08-07T21:28:59.739Z Compiling nonempty v0.12.0
27482026-08-07T21:28:59.790Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27492026-08-07T21:28:59.837Z Compiling samael v0.0.19
27502026-08-07T21:29:00.014Z Compiling progenitor-client v0.13.0
27512026-08-07T21:29:00.550Z Compiling fxhash v0.2.1
27522026-08-07T21:29:00.715Z Compiling libz-sys v1.1.24
27532026-08-07T21:29:00.776Z Compiling salty v0.3.0
27542026-08-07T21:29:01.006Z Compiling progenitor-macro v0.13.0
27552026-08-07T21:29:01.112Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-07T21:29:01.219Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27572026-08-07T21:29:01.374Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27582026-08-07T21:29:01.493Z Compiling kstat-rs v0.2.5
27592026-08-07T21:29:01.621Z Compiling polar-core v0.27.3
27602026-08-07T21:29:02.154Z Compiling mime_guess v2.0.5
27612026-08-07T21:29:02.757Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-08-07T21:29:03.508Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-07T21:29:04.393Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-08-07T21:29:04.658Z Compiling rfc6979 v0.4.0
27652026-08-07T21:29:04.842Z Compiling nanorand v0.7.0
27662026-08-07T21:29:04.879Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-07T21:29:05.091Z Compiling parking_lot_core v0.8.6
27682026-08-07T21:29:05.150Z Compiling progenitor v0.13.0
27692026-08-07T21:29:05.206Z Compiling flume v0.11.1
27702026-08-07T21:29:05.349Z Compiling ecdsa v0.16.9
27712026-08-07T21:29:05.408Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27722026-08-07T21:29:05.607Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27732026-08-07T21:29:05.804Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-07T21:29:05.973Z Compiling primeorder v0.13.6
27752026-08-07T21:29:06.291Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27762026-08-07T21:29:06.435Z Compiling git-stub v1.0.0
27772026-08-07T21:29:06.720Z Compiling strsim v0.10.0
27782026-08-07T21:29:06.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-07T21:29:07.026Z Compiling instability v0.3.11
27802026-08-07T21:29:07.223Z Compiling http-range v0.1.5
27812026-08-07T21:29:07.322Z Compiling darling_core v0.13.4
27822026-08-07T21:29:07.563Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27832026-08-07T21:29:08.360Z Compiling git-stub-vcs v0.1.0
27842026-08-07T21:29:08.727Z Compiling p384 v0.13.1
27852026-08-07T21:29:09.201Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-07T21:29:09.411Z Compiling ignore v0.4.25
27872026-08-07T21:29:09.647Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-07T21:29:09.903Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-07T21:29:11.333Z Compiling oso v0.27.3
27902026-08-07T21:29:12.614Z Compiling async-bb8-diesel v0.2.1
27912026-08-07T21:29:13.069Z Compiling diesel-dtrace v0.5.0
27922026-08-07T21:29:13.395Z Compiling castaway v0.2.4
27932026-08-07T21:29:13.612Z Compiling vergen-git2 v9.1.0
27942026-08-07T21:29:13.838Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-07T21:29:13.902Z Compiling indoc v2.0.7
27962026-08-07T21:29:13.960Z Compiling compact_str v0.8.1
27972026-08-07T21:29:14.134Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-08-07T21:29:14.316Z Compiling globwalk v0.9.1
27992026-08-07T21:29:14.953Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-07T21:29:15.041Z Compiling parking_lot v0.11.2
28012026-08-07T21:29:15.100Z Compiling hyper-staticfile v0.10.1
28022026-08-07T21:29:15.318Z Compiling darling_macro v0.13.4
28032026-08-07T21:29:15.766Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-07T21:29:15.832Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-08-07T21:29:15.955Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-08-07T21:29:16.254Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-08-07T21:29:16.522Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-07T21:29:16.573Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28092026-08-07T21:29:16.576Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28102026-08-07T21:29:17.239Z Compiling predicates-tree v1.0.13
28112026-08-07T21:29:17.669Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28122026-08-07T21:29:17.905Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28132026-08-07T21:29:17.935Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28142026-08-07T21:29:18.318Z Compiling unicode-truncate v1.1.0
28152026-08-07T21:29:18.391Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-08-07T21:29:18.534Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28172026-08-07T21:29:18.626Z Compiling lru v0.12.5
28182026-08-07T21:29:18.740Z Compiling digest-io v0.1.0
28192026-08-07T21:29:18.859Z Compiling sha2 v0.11.0
28202026-08-07T21:29:18.917Z Compiling prefix-trie v0.7.0
28212026-08-07T21:29:19.017Z Compiling rand_seeder v0.4.0
28222026-08-07T21:29:19.271Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-07T21:29:19.414Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28242026-08-07T21:29:19.649Z Compiling rawzip v0.4.4
28252026-08-07T21:29:19.672Z Compiling illumos-nvpair-sys v0.2.0
28262026-08-07T21:29:19.732Z Compiling cassowary v0.3.0
28272026-08-07T21:29:19.892Z Compiling corncobs v0.1.4
28282026-08-07T21:29:20.141Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28292026-08-07T21:29:20.410Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-07T21:29:20.724Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-07T21:29:21.249Z Compiling ratatui v0.29.0
28322026-08-07T21:29:21.478Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28332026-08-07T21:29:22.162Z Compiling hickory-server v0.25.2
28342026-08-07T21:29:22.738Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28352026-08-07T21:29:22.981Z Compiling camino-tempfile-ext v0.3.3
28362026-08-07T21:29:23.556Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-07T21:29:24.303Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28382026-08-07T21:29:25.051Z Compiling darling v0.13.4
28392026-08-07T21:29:25.870Z Compiling sled v0.34.7
28402026-08-07T21:29:25.937Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-07T21:29:26.026Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422026-08-07T21:29:27.185Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28432026-08-07T21:29:27.519Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28442026-08-07T21:29:27.754Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28452026-08-07T21:29:27.757Z Compiling secrecy v0.8.0
28462026-08-07T21:29:27.837Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28472026-08-07T21:29:28.125Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-07T21:29:28.577Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-07T21:29:28.688Z Compiling serde_with_macros v1.5.2
28502026-08-07T21:29:29.498Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28512026-08-07T21:29:29.593Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28522026-08-07T21:29:30.406Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28532026-08-07T21:29:30.874Z Compiling git2 v0.20.4
28542026-08-07T21:29:31.114Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28552026-08-07T21:29:31.335Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28562026-08-07T21:29:31.508Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28572026-08-07T21:29:31.608Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28582026-08-07T21:29:31.763Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28592026-08-07T21:29:31.998Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28602026-08-07T21:29:32.047Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28612026-08-07T21:29:32.193Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28622026-08-07T21:29:32.268Z Compiling arc-swap v1.8.2
28632026-08-07T21:29:32.297Z Compiling void v1.0.2
28642026-08-07T21:29:32.484Z Compiling lzss v0.8.2
28652026-08-07T21:29:32.542Z Compiling slog-scope v4.4.1
28662026-08-07T21:29:32.826Z Compiling illumos-nvpair v0.3.0
28672026-08-07T21:29:32.851Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28682026-08-07T21:29:32.929Z Compiling serde_with v1.14.0
28692026-08-07T21:29:33.657Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28702026-08-07T21:29:33.850Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28712026-08-07T21:29:34.009Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-07T21:29:34.125Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-08-07T21:29:35.003Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-08-07T21:29:35.698Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-08-07T21:29:36.466Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28762026-08-07T21:29:36.568Z Compiling scuffle v0.1.0
28772026-08-07T21:29:38.657Z Compiling tungstenite v0.23.0
28782026-08-07T21:29:39.435Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-07T21:29:39.723Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-08-07T21:29:40.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-08-07T21:29:40.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822026-08-07T21:29:40.898Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28832026-08-07T21:29:40.920Z Compiling nix v0.27.1
28842026-08-07T21:29:41.144Z Compiling twox-hash v2.1.2
28852026-08-07T21:29:41.168Z Compiling libsw-core v0.3.2
28862026-08-07T21:29:41.377Z Compiling serde_bytes v0.11.19
28872026-08-07T21:29:41.398Z Compiling atty v0.2.14
28882026-08-07T21:29:41.544Z Compiling libsw v3.5.0
28892026-08-07T21:29:41.639Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28902026-08-07T21:29:41.725Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-08-07T21:29:41.751Z Compiling tokio-tungstenite v0.23.1
28922026-08-07T21:29:41.770Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28932026-08-07T21:29:41.774Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28942026-08-07T21:29:42.071Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28952026-08-07T21:29:42.124Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28962026-08-07T21:29:43.489Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-08-07T21:29:44.748Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28982026-08-07T21:29:45.043Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-08-07T21:29:45.147Z Compiling slog-stdlog v4.1.1
29002026-08-07T21:29:45.530Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012026-08-07T21:29:45.678Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29022026-08-07T21:29:45.928Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29032026-08-07T21:29:46.091Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29042026-08-07T21:29:46.138Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29052026-08-07T21:29:46.509Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-08-07T21:29:47.324Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-08-07T21:29:48.168Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29082026-08-07T21:29:48.357Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29092026-08-07T21:29:48.747Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-08-07T21:29:50.985Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29112026-08-07T21:29:51.837Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29122026-08-07T21:29:52.735Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-08-07T21:29:53.179Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29142026-08-07T21:29:53.744Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-07T21:29:53.977Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-08-07T21:29:54.847Z Compiling signal-hook-tokio v0.3.1
29172026-08-07T21:29:55.052Z Compiling fatfs v0.3.6
29182026-08-07T21:29:55.214Z Compiling yasna v0.5.2
29192026-08-07T21:29:56.369Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29202026-08-07T21:29:56.392Z Compiling seq-macro v0.3.6
29212026-08-07T21:29:56.600Z Compiling is_ci v1.2.0
29222026-08-07T21:29:56.813Z Compiling assert_matches v1.5.0
29232026-08-07T21:29:56.834Z Compiling supports-color v3.0.2
29242026-08-07T21:29:56.915Z Compiling rcgen v0.12.1
29252026-08-07T21:29:56.936Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29262026-08-07T21:29:57.121Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-08-07T21:30:00.271Z Compiling slog-envlogger v2.2.0
29282026-08-07T21:30:00.550Z Compiling oxide-update-engine-display v0.1.2
29292026-08-07T21:30:00.748Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29302026-08-07T21:30:01.415Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29312026-08-07T21:30:01.436Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-07T21:30:01.501Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-08-07T21:30:01.671Z Compiling port-file v0.1.0
29342026-08-07T21:30:01.743Z Compiling subprocess v0.2.15
29352026-08-07T21:30:01.765Z Compiling rtoolbox v0.0.3
29362026-08-07T21:30:02.005Z Compiling rpassword v7.5.4
29372026-08-07T21:30:02.113Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29382026-08-07T21:30:02.625Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392026-08-07T21:30:03.885Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-08-07T21:30:04.655Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29412026-08-07T21:30:04.795Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-08-07T21:30:06.118Z Compiling tui-tree-widget v0.23.1
29432026-08-07T21:30:06.410Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-08-07T21:30:07.099Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29452026-08-07T21:30:07.317Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462026-08-07T21:30:07.552Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29472026-08-07T21:30:07.949Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-08-07T21:30:08.171Z Compiling uzers v0.12.2
29492026-08-07T21:30:09.601Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502026-08-07T21:30:09.725Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29512026-08-07T21:30:11.111Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29522026-08-07T21:30:12.015Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29532026-08-07T21:30:12.055Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29542026-08-07T21:30:13.701Z Compiling support-bundle-viewer v0.1.2
29552026-08-07T21:30:14.248Z Compiling multimap v0.10.1
29562026-08-07T21:30:23.097Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29572026-08-07T21:30:24.654Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-08-07T21:30:29.871Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29592026-08-07T21:30:34.154Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29602026-08-07T21:30:34.929Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29612026-08-07T21:38:02.090Z Finished `release` profile [optimized] target(s) in 9m 37s
29622026-08-07T21:38:02.093Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29632026-08-07T21:38:02.093Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29642026-08-07T21:38:55.813Z
29652026-08-07T21:38:55.816Zreal 10:32.708493101
29662026-08-07T21:38:55.816Zuser 1:21:06.462043318
29672026-08-07T21:38:55.816Zsys 3:37.395672370
29682026-08-07T21:38:55.816Ztrap 1.786909720
29692026-08-07T21:38:55.816Ztflt 2.015693939
29702026-08-07T21:38:55.816Zdflt 21.306213538
29712026-08-07T21:38:55.816Zkflt 0.006586983
29722026-08-07T21:38:55.816Zlock 7:52:39.152387087
29732026-08-07T21:38:55.816Zslp 2:16:52.184607537
29742026-08-07T21:38:55.816Zlat 2:26.406707274
29752026-08-07T21:38:55.816Zstop 5:30.591470949
29762026-08-07T21:38:55.816Z+ mapfile -t packages
29772026-08-07T21:38:55.816Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-08-07T21:38:56.751Z Finished `release` profile [optimized] target(s) in 0.92s
29792026-08-07T21:38:56.819Z Running `target/release/omicron-package -t test list-outputs`
29802026-08-07T21:38:56.877ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-08-07T21:38:56.881Z+ ptime -m cargo build --locked --release -p xtask
29822026-08-07T21:38:57.360Z Compiling libc v0.2.185
29832026-08-07T21:38:57.360Z Compiling serde_core v1.0.228
29842026-08-07T21:38:57.360Z Compiling serde v1.0.228
29852026-08-07T21:38:57.365Z Compiling rustix v1.1.3
29862026-08-07T21:38:57.450Z Compiling bitflags v2.11.0
29872026-08-07T21:38:57.498Z Compiling serde_json v1.0.151
29882026-08-07T21:38:57.510Z Compiling usdt-impl v0.5.0
29892026-08-07T21:38:57.530Z Compiling syn v2.0.117
29902026-08-07T21:38:57.541Z Compiling syn v1.0.109
29912026-08-07T21:38:57.554Z Compiling log v0.4.29
29922026-08-07T21:38:57.566Z Compiling getrandom v0.4.1
29932026-08-07T21:38:57.580Z Compiling indexmap v2.14.0
29942026-08-07T21:38:57.594Z Compiling fs-err v3.3.0
29952026-08-07T21:38:57.775Z Compiling once_cell v1.21.3
29962026-08-07T21:38:57.826Z Compiling heck v0.4.1
29972026-08-07T21:38:57.829Z Compiling anyhow v1.0.102
29982026-08-07T21:38:58.229Z Compiling errno v0.3.14
29992026-08-07T21:38:58.233Z Compiling thread-id v4.2.2
30002026-08-07T21:38:58.233Z Compiling memmap v0.7.0
30012026-08-07T21:38:58.991Z Compiling proc-macro-error v1.0.4
30022026-08-07T21:38:59.210Z Compiling terminal_size v0.4.3
30032026-08-07T21:38:59.210Z Compiling tempfile v3.25.0
30042026-08-07T21:38:59.250Z Compiling tabled_derive v0.7.0
30052026-08-07T21:38:59.304Z Compiling clap_builder v4.6.0
30062026-08-07T21:38:59.304Z Compiling textwrap v0.16.2
30072026-08-07T21:38:59.648Z Compiling pest_generator v2.8.6
30082026-08-07T21:38:59.665Z Compiling camino v1.2.2
30092026-08-07T21:38:59.692Z Compiling semver v1.0.28
30102026-08-07T21:38:59.703Z Compiling cargo-platform v0.3.2
30112026-08-07T21:38:59.942Z Compiling tabled v0.15.0
30122026-08-07T21:38:59.984Z Compiling camino-tempfile v1.4.1
30132026-08-07T21:39:00.188Z Compiling serde_derive v1.0.228
30142026-08-07T21:39:00.188Z Compiling thiserror-impl v1.0.69
30152026-08-07T21:39:00.192Z Compiling zerocopy-derive v0.7.35
30162026-08-07T21:39:00.192Z Compiling scroll_derive v0.12.1
30172026-08-07T21:39:00.200Z Compiling thiserror-impl v2.0.18
30182026-08-07T21:39:00.204Z Compiling clap_derive v4.6.1
30192026-08-07T21:39:00.242Z Compiling pest_derive v2.8.6
30202026-08-07T21:39:00.857Z Compiling scroll v0.12.0
30212026-08-07T21:39:01.013Z Compiling zerocopy v0.7.35
30222026-08-07T21:39:01.137Z Compiling goblin v0.8.2
30232026-08-07T21:39:01.316Z Compiling thiserror v1.0.69
30242026-08-07T21:39:01.360Z Compiling thiserror v2.0.18
30252026-08-07T21:39:01.438Z Compiling dtrace-parser v0.2.0
30262026-08-07T21:39:01.710Z Compiling clap v4.6.1
30272026-08-07T21:39:03.329Z Compiling dof v0.3.0
30282026-08-07T21:39:03.363Z Compiling serde_tokenstream v0.2.3
30292026-08-07T21:39:03.372Z Compiling serde_spanned v0.6.9
30302026-08-07T21:39:03.412Z Compiling toml_datetime v0.6.11
30312026-08-07T21:39:03.439Z Compiling macaddr v1.0.1
30322026-08-07T21:39:03.533Z Compiling cargo_metadata v0.23.1
30332026-08-07T21:39:03.684Z Compiling toml_edit v0.22.27
30342026-08-07T21:39:03.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30352026-08-07T21:39:04.055Z Compiling usdt-macro v0.5.0
30362026-08-07T21:39:04.059Z Compiling usdt-attr-macro v0.5.0
30372026-08-07T21:39:04.738Z Compiling usdt v0.5.0
30382026-08-07T21:39:05.201Z Compiling toml v0.8.23
30392026-08-07T21:39:05.619Z Compiling cargo_toml v0.21.0
30402026-08-07T21:39:10.053Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-08-07T21:39:13.281Z Finished `release` profile [optimized] target(s) in 16.38s
30422026-08-07T21:39:13.384Z
30432026-08-07T21:39:13.387Zreal 16.468202200
30442026-08-07T21:39:13.387Zuser 2:05.089761836
30452026-08-07T21:39:13.387Zsys 13.532440776
30462026-08-07T21:39:13.387Ztrap 0.062100994
30472026-08-07T21:39:13.388Ztflt 0.427407612
30482026-08-07T21:39:13.388Zdflt 1.334155053
30492026-08-07T21:39:13.388Zkflt 0.000038660
30502026-08-07T21:39:13.388Zlock 4:47.332706074
30512026-08-07T21:39:13.388Zslp 2:39.634924247
30522026-08-07T21:39:13.388Zlat 4.027552713
30532026-08-07T21:39:13.388Zstop 16.059424304
30542026-08-07T21:39:13.388Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-07T21:39:13.388Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30562026-08-07T21:39:13.388Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-07T21:39:13.388Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30582026-08-07T21:39:13.388Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30592026-08-07T21:39:14.338Z Compiling match_cfg v0.1.0
30602026-08-07T21:39:14.338Z Compiling progenitor-client v0.14.0
30612026-08-07T21:39:14.338Z Compiling slog-json v2.6.1
30622026-08-07T21:39:14.338Z Compiling newtype-uuid-macros v0.1.0
30632026-08-07T21:39:14.338Z Compiling sha1 v0.11.0
30642026-08-07T21:39:14.339Z Compiling multer v3.1.0
30652026-08-07T21:39:14.342Z Compiling debug-ignore v1.0.5
30662026-08-07T21:39:14.343Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-08-07T21:39:14.343Z Compiling compression-core v0.4.31
30682026-08-07T21:39:14.343Z Compiling async-stream-impl v0.3.6
30692026-08-07T21:39:14.492Z Compiling serde_spanned v1.1.1
30702026-08-07T21:39:14.496Z Compiling toml_datetime v1.1.1+spec-1.1.0
30712026-08-07T21:39:14.506Z Compiling dropshot v0.17.1
30722026-08-07T21:39:14.511Z Compiling toml_writer v1.1.1+spec-1.1.0
30732026-08-07T21:39:14.511Z Compiling waitgroup v0.1.2
30742026-08-07T21:39:14.511Z Compiling rustls-pemfile v2.2.0
30752026-08-07T21:39:14.592Z Compiling hostname v0.3.1
30762026-08-07T21:39:14.752Z Compiling dropshot_endpoint v0.17.1
30772026-08-07T21:39:14.788Z Compiling toml v1.1.2+spec-1.1.0
30782026-08-07T21:39:14.802Z Compiling serde_path_to_error v0.1.20
30792026-08-07T21:39:14.807Z Compiling hostname v0.4.2
30802026-08-07T21:39:14.856Z Compiling compression-codecs v0.4.37
30812026-08-07T21:39:14.859Z Compiling atomicwrites v0.4.4
30822026-08-07T21:39:14.859Z Compiling macaddr v1.0.1
30832026-08-07T21:39:14.859Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-08-07T21:39:14.859Z Compiling instant v0.1.13
30852026-08-07T21:39:14.961Z Compiling slog-bunyan v2.5.0
30862026-08-07T21:39:15.002Z Compiling itertools v0.14.0
30872026-08-07T21:39:15.007Z Compiling regress v0.10.5
30882026-08-07T21:39:15.060Z Compiling parse-display-derive v0.10.0
30892026-08-07T21:39:15.064Z Compiling backon v1.6.0
30902026-08-07T21:39:15.115Z Compiling async-compression v0.4.41
30912026-08-07T21:39:15.134Z Compiling backoff v0.4.0
30922026-08-07T21:39:15.138Z Compiling humantime v2.3.0
30932026-08-07T21:39:15.189Z Compiling half v2.7.1
30942026-08-07T21:39:15.210Z Compiling crucible-workspace-hack v0.1.0
30952026-08-07T21:39:15.234Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-08-07T21:39:15.265Z Compiling async-stream v0.3.6
30972026-08-07T21:39:15.326Z Compiling progenitor-extras v0.2.0
30982026-08-07T21:39:15.383Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-07T21:39:15.400Z Compiling ciborium-io v0.2.2
31002026-08-07T21:39:15.441Z Compiling regress v0.11.1
31012026-08-07T21:39:15.461Z Compiling convert_case v0.4.0
31022026-08-07T21:39:15.465Z Compiling secrecy v0.10.3
31032026-08-07T21:39:15.516Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31042026-08-07T21:39:15.521Z Compiling ciborium-ll v0.2.2
31052026-08-07T21:39:15.552Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-07T21:39:15.572Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-07T21:39:15.577Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31082026-08-07T21:39:15.577Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31092026-08-07T21:39:15.624Z Compiling inout v0.1.4
31102026-08-07T21:39:15.671Z Compiling unsafe-libyaml v0.2.11
31112026-08-07T21:39:15.720Z Compiling thiserror-impl-no-std v2.0.2
31122026-08-07T21:39:15.775Z Compiling ciborium v0.2.2
31132026-08-07T21:39:15.797Z Compiling cipher v0.4.4
31142026-08-07T21:39:15.816Z Compiling universal-hash v0.5.1
31152026-08-07T21:39:15.852Z Compiling derive_more v0.99.20
31162026-08-07T21:39:15.942Z Compiling opaque-debug v0.3.1
31172026-08-07T21:39:15.959Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-08-07T21:39:15.978Z Compiling blake2 v0.10.6
31192026-08-07T21:39:16.031Z Compiling poly1305 v0.8.0
31202026-08-07T21:39:16.099Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31212026-08-07T21:39:16.146Z Compiling chacha20 v0.9.1
31222026-08-07T21:39:16.263Z Compiling serde_yaml v0.9.34+deprecated
31232026-08-07T21:39:16.324Z Compiling aead v0.5.2
31242026-08-07T21:39:16.341Z Compiling password-hash v0.5.0
31252026-08-07T21:39:16.417Z Compiling indent_write v2.2.0
31262026-08-07T21:39:16.440Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-08-07T21:39:16.457Z Compiling num-derive v0.4.2
31282026-08-07T21:39:16.562Z Compiling chacha20poly1305 v0.10.1
31292026-08-07T21:39:16.597Z Compiling heapless v0.8.0
31302026-08-07T21:39:16.605Z Compiling tabwriter v1.4.1
31312026-08-07T21:39:16.724Z Compiling argon2 v0.5.3
31322026-08-07T21:39:16.746Z Compiling toml_edit v0.23.10+spec-1.0.0
31332026-08-07T21:39:16.785Z Compiling ingot-macros v0.2.0
31342026-08-07T21:39:16.803Z Compiling hash32 v0.3.1
31352026-08-07T21:39:16.830Z Compiling parse-display v0.10.0
31362026-08-07T21:39:16.864Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-08-07T21:39:16.972Z Compiling thiserror-no-std v2.0.2
31382026-08-07T21:39:16.992Z Compiling smoltcp v0.11.0
31392026-08-07T21:39:17.089Z Compiling typify-impl v0.6.2
31402026-08-07T21:39:17.105Z Compiling vsss-rs v3.3.4
31412026-08-07T21:39:17.126Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-08-07T21:39:17.371Z Compiling proc-macro-crate v3.4.0
31432026-08-07T21:39:17.471Z Compiling cobs v0.3.0
31442026-08-07T21:39:17.490Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-08-07T21:39:17.622Z Compiling colored v3.1.1
31462026-08-07T21:39:17.701Z Compiling postcard v1.1.3
31472026-08-07T21:39:17.765Z Compiling proc-macro-error v1.0.4
31482026-08-07T21:39:17.822Z Compiling rand v0.10.1
31492026-08-07T21:39:17.917Z Compiling proc-macro-crate v1.3.1
31502026-08-07T21:39:17.958Z Compiling num_enum_derive v0.7.6
31512026-08-07T21:39:18.006Z Compiling foreign-types-macros v0.2.3
31522026-08-07T21:39:18.094Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31532026-08-07T21:39:18.138Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31542026-08-07T21:39:18.150Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31552026-08-07T21:39:18.196Z Compiling foreign-types-shared v0.3.1
31562026-08-07T21:39:18.220Z Compiling rayon-core v1.13.0
31572026-08-07T21:39:18.368Z Compiling num_enum_derive v0.5.11
31582026-08-07T21:39:18.432Z Compiling crossbeam-deque v0.8.6
31592026-08-07T21:39:18.466Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-07T21:39:18.486Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31612026-08-07T21:39:18.561Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31622026-08-07T21:39:18.575Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632026-08-07T21:39:18.661Z Compiling foreign-types v0.5.0
31642026-08-07T21:39:18.666Z Compiling cstr-argument v0.1.2
31652026-08-07T21:39:18.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-08-07T21:39:18.745Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31672026-08-07T21:39:18.766Z Compiling cpubits v0.1.1
31682026-08-07T21:39:18.860Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-08-07T21:39:18.880Z Compiling zone_cfg_derive v0.3.1
31702026-08-07T21:39:18.948Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-08-07T21:39:18.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-08-07T21:39:18.990Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-07T21:39:19.065Z Compiling itertools v0.12.1
31742026-08-07T21:39:19.083Z Compiling num_enum v0.7.6
31752026-08-07T21:39:19.100Z Compiling sigpipe v0.1.3
31762026-08-07T21:39:19.118Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-08-07T21:39:19.140Z Compiling rayon v1.11.0
31782026-08-07T21:39:19.143Z Compiling glob v0.3.3
31792026-08-07T21:39:19.210Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31802026-08-07T21:39:19.227Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31812026-08-07T21:39:19.248Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31822026-08-07T21:39:19.361Z Compiling smf v0.2.3
31832026-08-07T21:39:19.445Z Compiling whoami v1.6.1
31842026-08-07T21:39:19.469Z Compiling num_enum v0.5.11
31852026-08-07T21:39:19.495Z Compiling gethostname v0.5.0
31862026-08-07T21:39:19.539Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-08-07T21:39:19.576Z Compiling usdt-attr-macro v0.5.0
31882026-08-07T21:39:19.594Z Compiling usdt-macro v0.5.0
31892026-08-07T21:39:19.620Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-08-07T21:39:19.638Z Compiling num-rational v0.4.2
31912026-08-07T21:39:19.662Z Compiling pem-rfc7468 v1.0.0
31922026-08-07T21:39:19.686Z Compiling num-complex v0.4.6
31932026-08-07T21:39:19.730Z Compiling ingot-types v0.2.0
31942026-08-07T21:39:19.750Z Compiling derive-where v1.6.0
31952026-08-07T21:39:19.949Z Compiling memmap v0.7.0
31962026-08-07T21:39:19.999Z Compiling float-ord v0.3.2
31972026-08-07T21:39:20.099Z Compiling ingot v0.2.1
31982026-08-07T21:39:20.164Z Compiling num v0.4.3
31992026-08-07T21:39:20.182Z Compiling toml v0.8.23
32002026-08-07T21:39:20.186Z Compiling hmac v0.13.0
32012026-08-07T21:39:20.209Z Compiling universal-hash v0.6.1
32022026-08-07T21:39:20.251Z Compiling zone v0.3.1
32032026-08-07T21:39:20.276Z Compiling resolv-conf v0.7.6
32042026-08-07T21:39:20.341Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-08-07T21:39:20.412Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-08-07T21:39:20.421Z Compiling cancel-safe-futures v0.1.5
32072026-08-07T21:39:20.421Z Compiling polyval v0.7.1
32082026-08-07T21:39:20.435Z Compiling usdt v0.5.0
32092026-08-07T21:39:20.537Z Compiling der v0.8.0
32102026-08-07T21:39:20.627Z Compiling prettyplease v0.2.37
32112026-08-07T21:39:20.698Z Compiling ghash v0.6.0
32122026-08-07T21:39:20.737Z Compiling pbkdf2 v0.13.0
32132026-08-07T21:39:20.816Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32142026-08-07T21:39:20.848Z Compiling aes v0.9.1
32152026-08-07T21:39:20.960Z Compiling crypto-bigint v0.7.5
32162026-08-07T21:39:20.961Z Compiling console v0.15.11
32172026-08-07T21:39:20.994Z Compiling hickory-proto v0.24.4
32182026-08-07T21:39:21.004Z Compiling newline-converter v0.3.0
32192026-08-07T21:39:21.036Z Compiling ctr v0.10.1
32202026-08-07T21:39:21.066Z Compiling aead v0.6.1
32212026-08-07T21:39:21.133Z Compiling oxide-update-engine-types v0.1.2
32222026-08-07T21:39:21.163Z Compiling sha2 v0.11.0
32232026-08-07T21:39:21.269Z Compiling linked-hash-map v0.5.6
32242026-08-07T21:39:21.295Z Compiling libefi-sys v0.1.0
32252026-08-07T21:39:21.473Z Compiling linear-map v1.2.0
32262026-08-07T21:39:21.491Z Compiling lru-cache v0.1.2
32272026-08-07T21:39:21.518Z Compiling aes-gcm v0.11.0
32282026-08-07T21:39:21.581Z Compiling spki v0.8.0
32292026-08-07T21:39:21.682Z Compiling expectorate v1.2.0
32302026-08-07T21:39:21.696Z Compiling typify-macro v0.6.2
32312026-08-07T21:39:21.745Z Compiling salsa20 v0.11.0
32322026-08-07T21:39:21.823Z Compiling bitfield-struct v0.6.2
32332026-08-07T21:39:21.840Z Compiling nom v8.0.0
32342026-08-07T21:39:21.902Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32352026-08-07T21:39:21.923Z Compiling semver v0.1.20
32362026-08-07T21:39:22.063Z Compiling scrypt v0.12.0
32372026-08-07T21:39:22.399Z Compiling oxide-update-engine v0.1.2
32382026-08-07T21:39:22.402Z Compiling rustc_version v0.1.7
32392026-08-07T21:39:22.402Z Compiling tokio-dtrace v0.1.1
32402026-08-07T21:39:22.402Z Compiling cbc v0.2.1
32412026-08-07T21:39:22.402Z Compiling slog-dtrace v0.3.0
32422026-08-07T21:39:22.515Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-08-07T21:39:22.556Z Compiling minimal-lexical v0.2.1
32442026-08-07T21:39:22.563Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-07T21:39:22.611Z Compiling newtype_derive v0.1.6
32462026-08-07T21:39:22.672Z Compiling oxide-tokio-rt v0.1.4
32472026-08-07T21:39:22.694Z Compiling pkcs5 v0.8.1
32482026-08-07T21:39:22.746Z Compiling nom v7.1.3
32492026-08-07T21:39:22.834Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32502026-08-07T21:39:22.834Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32512026-08-07T21:39:22.837Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-08-07T21:39:22.899Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-08-07T21:39:22.960Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32542026-08-07T21:39:23.006Z Compiling phf_shared v0.12.1
32552026-08-07T21:39:23.072Z Compiling dropshot-api-manager-types v0.7.2
32562026-08-07T21:39:23.109Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-08-07T21:39:23.125Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-08-07T21:39:23.208Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32592026-08-07T21:39:23.262Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-08-07T21:39:23.293Z Compiling hickory-resolver v0.24.4
32612026-08-07T21:39:23.336Z Compiling csv-core v0.1.13
32622026-08-07T21:39:23.418Z Compiling unicode-xid v0.2.6
32632026-08-07T21:39:23.521Z Compiling typify v0.6.2
32642026-08-07T21:39:23.538Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32652026-08-07T21:39:23.565Z Compiling xshell-macros v0.2.7
32662026-08-07T21:39:23.577Z Compiling highway v1.3.0
32672026-08-07T21:39:23.629Z Compiling progenitor-impl v0.14.0
32682026-08-07T21:39:23.645Z Compiling chrono-tz v0.10.4
32692026-08-07T21:39:23.665Z Compiling const_format_proc_macros v0.2.34
32702026-08-07T21:39:23.894Z Compiling csv v1.4.0
32712026-08-07T21:39:23.989Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-08-07T21:39:24.007Z Compiling xshell v0.2.7
32732026-08-07T21:39:24.170Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32742026-08-07T21:39:24.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32752026-08-07T21:39:24.278Z Compiling phf v0.12.1
32762026-08-07T21:39:24.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32772026-08-07T21:39:24.460Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32782026-08-07T21:39:24.480Z Compiling qorb v0.4.1
32792026-08-07T21:39:24.528Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32802026-08-07T21:39:24.566Z Compiling pkcs8 v0.11.0
32812026-08-07T21:39:24.719Z Compiling ff v0.14.0
32822026-08-07T21:39:24.775Z Compiling owo-colors v4.3.0
32832026-08-07T21:39:24.976Z Compiling const_format v0.2.35
32842026-08-07T21:39:25.024Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-08-07T21:39:25.076Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32862026-08-07T21:39:25.103Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32872026-08-07T21:39:25.203Z Compiling tabled_derive v0.7.0
32882026-08-07T21:39:25.319Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-08-07T21:39:25.388Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-08-07T21:39:25.449Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32912026-08-07T21:39:25.546Z Compiling bcs v0.1.6
32922026-08-07T21:39:25.906Z Compiling salty v0.3.0
32932026-08-07T21:39:25.938Z Compiling tagptr v0.2.0
32942026-08-07T21:39:26.130Z Compiling termtree v0.5.1
32952026-08-07T21:39:26.165Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-08-07T21:39:26.222Z Compiling moka v0.12.13
32972026-08-07T21:39:26.306Z Compiling tabled v0.15.0
32982026-08-07T21:39:26.324Z Compiling textwrap v0.16.2
32992026-08-07T21:39:26.366Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33002026-08-07T21:39:26.385Z Compiling progenitor-macro v0.14.0
33012026-08-07T21:39:26.461Z Compiling steno v0.4.1
33022026-08-07T21:39:26.590Z Compiling group v0.14.0
33032026-08-07T21:39:26.614Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33042026-08-07T21:39:26.784Z Compiling sha1 v0.10.6
33052026-08-07T21:39:26.815Z Compiling signature v3.0.0
33062026-08-07T21:39:26.835Z Compiling base16ct v1.0.0
33072026-08-07T21:39:26.858Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-08-07T21:39:26.990Z Compiling sec1 v0.8.1
33092026-08-07T21:39:27.029Z Compiling hickory-resolver v0.25.2
33102026-08-07T21:39:27.066Z Compiling hkdf v0.13.0
33112026-08-07T21:39:27.085Z Compiling libscf-sys v1.2.0
33122026-08-07T21:39:27.184Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33132026-08-07T21:39:27.199Z Compiling rfc6979 v0.4.0
33142026-08-07T21:39:27.257Z Compiling proc-macro-error-attr2 v2.0.0
33152026-08-07T21:39:27.273Z Compiling elliptic-curve v0.14.1
33162026-08-07T21:39:27.323Z Compiling ecdsa v0.16.9
33172026-08-07T21:39:27.357Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33182026-08-07T21:39:27.479Z Compiling primeorder v0.13.6
33192026-08-07T21:39:27.706Z Compiling proc-macro-error2 v2.0.1
33202026-08-07T21:39:27.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33212026-08-07T21:39:27.757Z Compiling utf-8 v0.7.6
33222026-08-07T21:39:27.772Z Compiling parking_lot_core v0.8.6
33232026-08-07T21:39:27.864Z Compiling p384 v0.13.1
33242026-08-07T21:39:27.979Z Compiling tungstenite v0.21.0
33252026-08-07T21:39:28.018Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-08-07T21:39:28.066Z Compiling tabled_derive v0.11.0
33272026-08-07T21:39:28.108Z Compiling wnaf v0.14.0
33282026-08-07T21:39:28.324Z Compiling primefield v0.14.0
33292026-08-07T21:39:28.400Z Compiling rfc6979 v0.6.0
33302026-08-07T21:39:28.471Z Compiling papergrid v0.17.0
33312026-08-07T21:39:28.581Z Compiling testing_table v0.3.0
33322026-08-07T21:39:28.584Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-08-07T21:39:28.845Z Compiling git-stub v1.0.0
33342026-08-07T21:39:28.866Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-08-07T21:39:28.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33362026-08-07T21:39:28.952Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33372026-08-07T21:39:29.020Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33382026-08-07T21:39:29.038Z Compiling git-stub-vcs v0.1.0
33392026-08-07T21:39:29.041Z Compiling ecdsa v0.17.0
33402026-08-07T21:39:29.093Z Compiling primeorder v0.14.0
33412026-08-07T21:39:29.126Z Compiling tokio-tungstenite v0.21.0
33422026-08-07T21:39:29.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-08-07T21:39:29.467Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33442026-08-07T21:39:29.485Z Compiling tabled v0.20.0
33452026-08-07T21:39:29.504Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33462026-08-07T21:39:29.537Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33472026-08-07T21:39:29.562Z Compiling curve25519-dalek v5.0.0
33482026-08-07T21:39:29.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33492026-08-07T21:39:29.620Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-08-07T21:39:29.707Z Compiling unicase v2.9.0
33512026-08-07T21:39:29.789Z Compiling illumos-nvpair-sys v0.2.0
33522026-08-07T21:39:29.822Z Compiling corncobs v0.1.4
33532026-08-07T21:39:29.871Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-08-07T21:39:29.946Z Compiling mime_guess v2.0.5
33552026-08-07T21:39:29.976Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33562026-08-07T21:39:30.018Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-08-07T21:39:30.075Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-08-07T21:39:30.121Z Compiling parking_lot v0.11.2
33592026-08-07T21:39:30.313Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-08-07T21:39:30.332Z Compiling progenitor-impl v0.13.0
33612026-08-07T21:39:30.414Z Compiling ssh-encoding v0.3.0
33622026-08-07T21:39:30.433Z Compiling prefix-trie v0.7.0
33632026-08-07T21:39:30.469Z Compiling fxhash v0.2.1
33642026-08-07T21:39:30.535Z Compiling secrecy v0.8.0
33652026-08-07T21:39:30.553Z Compiling keccak v0.2.0
33662026-08-07T21:39:30.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-07T21:39:30.633Z Compiling crc8 v0.1.1
33682026-08-07T21:39:30.670Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33692026-08-07T21:39:30.779Z Compiling hickory-server v0.25.2
33702026-08-07T21:39:30.795Z Compiling sled v0.34.7
33712026-08-07T21:39:30.938Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33722026-08-07T21:39:30.941Z Compiling ed25519 v3.0.0
33732026-08-07T21:39:31.071Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-08-07T21:39:31.616Z Compiling progenitor v0.14.0
33752026-08-07T21:39:31.635Z Compiling crypto-primes v0.7.2
33762026-08-07T21:39:31.801Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33772026-08-07T21:39:31.817Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-07T21:39:31.858Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-07T21:39:31.899Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33802026-08-07T21:39:32.022Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33812026-08-07T21:39:32.120Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-08-07T21:39:32.181Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33832026-08-07T21:39:32.326Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-07T21:39:32.383Z Compiling pkcs1 v0.8.0-rc.4
33852026-08-07T21:39:32.682Z Compiling poly1305 v0.9.0
33862026-08-07T21:39:32.722Z Compiling progenitor-client v0.13.0
33872026-08-07T21:39:32.766Z Compiling blowfish v0.10.0
33882026-08-07T21:39:32.806Z Compiling blake2 v0.11.0-rc.6
33892026-08-07T21:39:33.043Z Compiling http-range v0.1.5
33902026-08-07T21:39:33.046Z Compiling half v1.8.3
33912026-08-07T21:39:33.081Z Compiling ssh-cipher v0.3.0
33922026-08-07T21:39:33.084Z Compiling argon2 v0.6.0-rc.8
33932026-08-07T21:39:33.271Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-08-07T21:39:33.355Z Compiling progenitor-macro v0.13.0
33952026-08-07T21:39:33.426Z Compiling serde_cbor v0.11.2
33962026-08-07T21:39:33.478Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-08-07T21:39:33.707Z Compiling bcrypt-pbkdf v0.11.0
33982026-08-07T21:39:34.035Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-08-07T21:39:34.056Z Compiling rsa v0.10.0-rc.18
34002026-08-07T21:39:34.218Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34012026-08-07T21:39:34.251Z Compiling ed25519-dalek v3.0.0
34022026-08-07T21:39:34.409Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-08-07T21:39:34.427Z Compiling illumos-nvpair v0.3.0
34042026-08-07T21:39:34.645Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34052026-08-07T21:39:34.773Z Compiling sha3 v0.11.0
34062026-08-07T21:39:34.904Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-07T21:39:34.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34082026-08-07T21:39:35.171Z Compiling p384 v0.14.0
34092026-08-07T21:39:35.189Z Compiling p521 v0.14.0
34102026-08-07T21:39:35.247Z Compiling p256 v0.14.0
34112026-08-07T21:39:35.343Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34122026-08-07T21:39:35.639Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34132026-08-07T21:39:35.704Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34142026-08-07T21:39:36.136Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-08-07T21:39:36.217Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-08-07T21:39:36.256Z Compiling scuffle v0.1.0
34172026-08-07T21:39:36.405Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-08-07T21:39:36.505Z Compiling yasna v0.5.2
34192026-08-07T21:39:36.783Z Compiling kstat-rs v0.2.5
34202026-08-07T21:39:36.801Z Compiling headers-core v0.3.0
34212026-08-07T21:39:36.952Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34222026-08-07T21:39:37.104Z Compiling kem v0.3.0
34232026-08-07T21:39:37.203Z Compiling module-lattice v0.2.3
34242026-08-07T21:39:37.254Z Compiling nanorand v0.7.0
34252026-08-07T21:39:37.258Z Compiling sponge-cursor v0.1.0
34262026-08-07T21:39:37.288Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-08-07T21:39:37.310Z Compiling rcgen v0.12.1
34282026-08-07T21:39:37.434Z Compiling ml-kem v0.3.2
34292026-08-07T21:39:37.479Z Compiling flume v0.11.1
34302026-08-07T21:39:37.570Z Compiling sha3 v0.12.0
34312026-08-07T21:39:37.605Z Compiling headers v0.4.1
34322026-08-07T21:39:37.625Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34332026-08-07T21:39:37.817Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-08-07T21:39:37.948Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34352026-08-07T21:39:38.139Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-08-07T21:39:38.157Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-07T21:39:38.215Z Compiling hyper-staticfile v0.10.1
34382026-08-07T21:39:38.239Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-08-07T21:39:38.282Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34402026-08-07T21:39:38.381Z Compiling ssh-key v0.7.0-rc.11
34412026-08-07T21:39:38.402Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34422026-08-07T21:39:38.459Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34432026-08-07T21:39:38.617Z Compiling progenitor v0.13.0
34442026-08-07T21:39:38.640Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34452026-08-07T21:39:38.689Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34462026-08-07T21:39:38.693Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-07T21:39:38.784Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34482026-08-07T21:39:38.793Z Compiling russh-cryptovec v0.62.0
34492026-08-07T21:39:38.810Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34502026-08-07T21:39:38.870Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-08-07T21:39:38.889Z Compiling internal-russh-num-bigint v0.5.0
34522026-08-07T21:39:38.987Z Compiling port-file v0.1.0
34532026-08-07T21:39:39.027Z Compiling num-bigint v0.4.6
34542026-08-07T21:39:39.046Z Compiling generic-array v1.4.3
34552026-08-07T21:39:39.064Z Compiling russh-util v0.52.0
34562026-08-07T21:39:39.158Z Compiling enum_dispatch v0.3.13
34572026-08-07T21:39:39.208Z Compiling delegate v0.13.5
34582026-08-07T21:39:39.249Z Compiling subprocess v0.2.15
34592026-08-07T21:39:39.249Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-08-07T21:39:39.535Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34612026-08-07T21:39:39.672Z Compiling md5 v0.8.0
34622026-08-07T21:39:39.706Z Compiling display-error-chain v0.2.2
34632026-08-07T21:39:39.873Z Compiling hex-literal v1.1.0
34642026-08-07T21:39:39.937Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-08-07T21:39:40.000Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34662026-08-07T21:39:40.019Z Compiling colored v2.2.0
34672026-08-07T21:39:40.034Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34682026-08-07T21:39:40.179Z Compiling socket2 v0.5.10
34692026-08-07T21:39:40.202Z Compiling russh v0.62.4
34702026-08-07T21:39:40.219Z Compiling internet-checksum v0.2.1
34712026-08-07T21:39:40.616Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34722026-08-07T21:39:40.634Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34732026-08-07T21:39:41.370Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34742026-08-07T21:39:43.372Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34752026-08-07T21:39:44.103Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34762026-08-07T21:39:44.647Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-08-07T21:39:46.386Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34782026-08-07T21:39:55.180Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-08-07T21:39:55.180Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-08-07T21:39:55.183Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34812026-08-07T21:39:55.183Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34822026-08-07T21:39:56.967Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34832026-08-07T21:39:57.078Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34842026-08-07T21:40:01.139Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34852026-08-07T21:40:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34862026-08-07T21:40:41.631Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34872026-08-07T21:40:41.631Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34882026-08-07T21:40:41.855Z
34892026-08-07T21:40:41.855Zreal 1:28.403980959
34902026-08-07T21:40:41.855Zuser 8:25.897656631
34912026-08-07T21:40:41.855Zsys 1:41.090363966
34922026-08-07T21:40:41.855Ztrap 0.244644234
34932026-08-07T21:40:41.855Ztflt 0.265227268
34942026-08-07T21:40:41.855Zdflt 1.849309039
34952026-08-07T21:40:41.855Zkflt 0.000289840
34962026-08-07T21:40:41.860Zlock 31:09.859049820
34972026-08-07T21:40:41.860Zslp 19:00.952848006
34982026-08-07T21:40:41.860Zlat 38.581453340
34992026-08-07T21:40:41.860Zstop 3:06.825146700
35002026-08-07T21:40:41.860Z+ mkdir tests
35012026-08-07T21:40:41.865Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35022026-08-07T21:40:41.865Z+ xargs -I '{}' -t cp '{}' tests/
35032026-08-07T21:40:41.882Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8844e04221aa0c16 tests/
35042026-08-07T21:40:41.904Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e373d1ebd0871a49 tests/
35052026-08-07T21:40:41.927Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d77f29bc5cf68dd1 tests/
35062026-08-07T21:40:41.949Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-172143b73284ee59 tests/
35072026-08-07T21:40:42.246Z+ 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)
35082026-08-07T21:40:42.250Z+ 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-e373d1ebd0871a49 tests/commtest-d77f29bc5cf68dd1 tests/dhcp_server-8844e04221aa0c16 tests/end_to_end_tests-172143b73284ee59 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
35092026-08-07T21:42:11.467ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35102026-08-07T21:42:11.467Za .github/buildomat/ci-env.sh 1K
35112026-08-07T21:42:11.467Za out/target/test 1K
35122026-08-07T21:42:11.467Za out/npuzone/npuzone 27402K
35132026-08-07T21:42:11.467Za package-manifest.toml 35K
35142026-08-07T21:42:11.467Za smf/sled-agent/non-gimlet/config.toml 6K
35152026-08-07T21:42:11.467Za target/release/omicron-package 48082K
35162026-08-07T21:42:11.467Za target/release/xtask 11722K
35172026-08-07T21:42:11.467Za target/debug/bootstrap 435438K
35182026-08-07T21:42:11.468Za tests/bootstrap-e373d1ebd0871a49 34516K
35192026-08-07T21:42:11.468Za tests/commtest-d77f29bc5cf68dd1 34517K
35202026-08-07T21:42:11.468Za tests/dhcp_server-8844e04221aa0c16 34516K
35212026-08-07T21:42:11.468Za tests/end_to_end_tests-172143b73284ee59 498439K
35222026-08-07T21:42:11.468Za tools/opte_version 1K
35232026-08-07T21:42:11.468Za tools/opte_version_override 2K
35242026-08-07T21:42:11.468Za out/clickhouse.tar.gz 327619K
35252026-08-07T21:42:11.468Za out/clickhouse_keeper.tar.gz 311612K
35262026-08-07T21:42:11.468Za out/clickhouse_server.tar.gz 327615K
35272026-08-07T21:42:11.468Za out/cockroachdb.tar.gz 168973K
35282026-08-07T21:42:11.468Za out/crucible-pantry-zone.tar.gz 41282K
35292026-08-07T21:42:11.468Za out/crucible-utils.tar 18900K
35302026-08-07T21:42:11.468Za out/crucible-zone.tar.gz 56094K
35312026-08-07T21:42:11.468Za out/external-dns.tar.gz 54273K
35322026-08-07T21:42:11.468Za out/internal-dns.tar.gz 54273K
35332026-08-07T21:42:11.468Za out/mg-ddm-gz.tar 100917K
35342026-08-07T21:42:11.468Za out/nexus.tar.gz 354595K
35352026-08-07T21:42:11.468Za out/ntp.tar.gz 34635K
35362026-08-07T21:42:11.468Za out/omicron-gateway-softnpu.tar.gz 29206K
35372026-08-07T21:42:11.468Za out/omicron-sled-agent.tar 242357K
35382026-08-07T21:42:11.468Za out/overlay.tar.gz 4K
35392026-08-07T21:42:11.468Za out/oximeter.tar.gz 71191K
35402026-08-07T21:42:11.468Za out/oxlog.tar 4066K
35412026-08-07T21:42:11.468Za out/probe.tar.gz 3037K
35422026-08-07T21:42:11.468Za out/propolis-server.tar.gz 34642K
35432026-08-07T21:42:11.468Za out/pumpkind-gz.tar 26647K
35442026-08-07T21:42:11.468Za out/switch-softnpu.tar.gz 498977K
35452026-08-07T21:42:11.475Z
35462026-08-07T21:42:11.475Zreal 1:29.217296767
35472026-08-07T21:42:11.475Zuser 1:26.232188227
35482026-08-07T21:42:11.475Zsys 4.962471484
35492026-08-07T21:42:11.475Ztrap 0.007438848
35502026-08-07T21:42:11.475Ztflt 0.000000000
35512026-08-07T21:42:11.475Zdflt 0.000000000
35522026-08-07T21:42:11.475Zkflt 0.000000000
35532026-08-07T21:42:11.475Zlock 0.000000000
35542026-08-07T21:42:11.475Zslp 1:26.081784696
35552026-08-07T21:42:11.475Zlat 1.146192738
35562026-08-07T21:42:11.475Zstop 0.000202590
35572026-08-07T21:42:11.475Zprocess exited: duration 1053054 ms, exit code 0
 
35582026-08-07T21:42:11.490Zfound 1 output files
35592026-08-07T21:42:11.491Zuploading: /work/package.tar.gz (2759768987 bytes)
35602026-08-07T21:42:44.838Zuploaded: /work/package.tar.gz