01M1C315Y7DZSNQWHE3QDWZEZD: 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: 01M1C332MJ63K5NN50X3KFM2PG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-31T14:21:42.675Zjob assigned to worker 01M1C33EK41J5EMPSMJ07BFJVT [factory aws, i-08cac5397396aed1a] (queued for 1 m 5 s)
 
22026-08-31T14:21:50.080Zstarting task 0: "setup"
32026-08-31T14:21:50.092Z++ uname -s
42026-08-31T14:21:50.093Z+ kern=SunOS
52026-08-31T14:21:50.093Z+ build_user=build
62026-08-31T14:21:50.093Z+ build_uid=12345
72026-08-31T14:21:50.093Z+ work_dir=/work
82026-08-31T14:21:50.093Z+ input_dir=/input
92026-08-31T14:21:50.093Z+ [[ 0 == 12345 ]]
102026-08-31T14:21:50.093Z+ case "$kern" in
112026-08-31T14:21:50.093Z+ groupadd -g 12345 build
122026-08-31T14:21:50.093Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-31T14:21:55.830Z+ zfs create -o mountpoint=/work rpool/work
142026-08-31T14:21:56.008Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-31T14:21:56.008Z+ home_fs=zfs
162026-08-31T14:21:56.008Z+ [[ zfs == autofs ]]
172026-08-31T14:21:56.008Z+ mkdir -p /home/build
182026-08-31T14:21:56.008Z+ chown build:build /home/build /work
192026-08-31T14:21:56.008Z+ chmod 0700 /home/build /work
202026-08-31T14:21:56.009Zprocess exited: duration 3139 ms, exit code 0
 
212026-08-31T14:21:56.134Zstarting task 1: "rust-toolchain"
222026-08-31T14:21:56.288Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-31T14:21:56.288Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-31T14:21:56.288Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-31T14:21:56.288Z * rust toolchain channel = "1.97.1"
262026-08-31T14:21:56.288Z * rust toolchain profile = "default"
272026-08-31T14:21:56.288Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-31T14:21:56.288Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-31T14:21:56.288Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-31T14:21:56.307Zinfo: downloading installer
312026-08-31T14:21:57.627Zwarn: It looks like you have an existing rustup settings file at:
322026-08-31T14:21:57.627Zwarn: /home/build/.rustup/settings.toml
332026-08-31T14:21:57.627Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-31T14:21:57.627Zwarn: instead of the one inferred from the default host triple.
352026-08-31T14:21:57.641Zinfo: profile set to default
362026-08-31T14:21:57.641Zinfo: default host triple is x86_64-unknown-illumos
372026-08-31T14:21:57.641Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-31T14:21:57.790Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-31T14:21:57.809Zinfo: downloading 6 components
402026-08-31T14:22:13.678Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-31T14:22:13.678Z
422026-08-31T14:22:13.718Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-31T14:22:13.718Z
442026-08-31T14:22:13.718Z
452026-08-31T14:22:13.718ZRust is installed now. Great!
462026-08-31T14:22:13.718Z
472026-08-31T14:22:13.733ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-31T14:22:13.733Zenvironment variable. This has not been done automatically.
492026-08-31T14:22:13.733Z
502026-08-31T14:22:13.733ZTo configure your current shell, you need to source
512026-08-31T14:22:13.734Zthe corresponding env file under $HOME/.cargo.
522026-08-31T14:22:13.734Z
532026-08-31T14:22:13.734ZThis is usually done by running one of the following (note the leading DOT):
542026-08-31T14:22:13.734Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-31T14:22:13.734Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-31T14:22:13.734Zsource "~/.cargo/env.nu" # For nushell
572026-08-31T14:22:13.734Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-31T14:22:13.734Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-31T14:22:13.734Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-31T14:22:13.734Zwarn: no default linker (`cc`) was found in your PATH
612026-08-31T14:22:13.734Zwarn: many Rust crates require a system C toolchain to build
622026-08-31T14:22:13.796Z+ rustup --version
632026-08-31T14:22:13.805Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-31T14:22:13.806Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-31T14:22:13.822Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-31T14:22:13.827Z+ cargo --version
672026-08-31T14:22:13.832Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-31T14:22:13.835Z+ rustc --version
692026-08-31T14:22:13.857Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-31T14:22:13.862Zprocess exited: duration 17762 ms, exit code 0
 
712026-08-31T14:22:13.872Zstarting task 2: "authentication"
722026-08-31T14:22:13.897Zprocess exited: duration 27 ms, exit code 0
 
732026-08-31T14:22:13.906Zstarting task 3: "clone repository"
742026-08-31T14:22:13.911Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-31T14:22:13.915Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-31T14:22:13.955ZCloning into '/work/oxidecomputer/omicron'...
772026-08-31T14:22:35.769Z+ cd /work/oxidecomputer/omicron
782026-08-31T14:22:35.769Z+ git fetch origin c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
792026-08-31T14:22:36.469ZFrom https://github.com/oxidecomputer/omicron
802026-08-31T14:22:36.469Z * branch c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6 -> FETCH_HEAD
812026-08-31T14:22:36.469Z+ [[ -n '' ]]
822026-08-31T14:22:36.469Z+ git reset --hard c28413b20f50762b4f1ff1748cd7fa5ca6eea6c6
832026-08-31T14:22:36.469ZHEAD is now at c28413b20 [workspace-hack] regenerate for itertools 0.15 pulled in by the main merge
842026-08-31T14:22:36.469Zprocess exited: duration 21665 ms, exit code 0
 
852026-08-31T14:22:37.058Zstarting task 4: "build"
862026-08-31T14:22:37.657Z+ source .github/buildomat/ci-env.sh
872026-08-31T14:22:37.657Z++ export CARGO_TERM_COLOR=always
882026-08-31T14:22:37.657Z++ CARGO_TERM_COLOR=always
892026-08-31T14:22:37.657Z+++ uname -s
902026-08-31T14:22:37.657Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-31T14:22:37.657Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-31T14:22:37.657Z+ cargo --version
932026-08-31T14:22:37.657Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-31T14:22:37.657Z+ rustc --version
952026-08-31T14:22:37.657Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-31T14:22:37.658Z+ WORK=/work
972026-08-31T14:22:37.658Z+ pfexec mkdir -p /work
982026-08-31T14:22:37.658Z+ pfexec chown build /work
992026-08-31T14:22:37.658Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-31T14:22:42.948Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-31T14:22:43.162Z Startup: Caching catalogs ... Done
1022026-08-31T14:22:43.408ZPlanning: Solver setup ... Done (2.189s)
1032026-08-31T14:22:43.408ZPlanning: Running solver ... Done (0.063s)
1042026-08-31T14:22:43.408ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-31T14:22:43.408ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-31T14:22:43.408ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-31T14:22:43.408ZPlanning: Package planning ... Done (0.014s)
1082026-08-31T14:22:43.408ZPlanning: Merging actions ... Done (0.002s)
1092026-08-31T14:22:43.408ZPlanning: Checking for conflicting actions ... Done (0.234s)
1102026-08-31T14:22:43.408ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-31T14:22:43.408ZPlanning: Evaluating mediators ... Done (0.859s)
1122026-08-31T14:22:43.408ZPlanning: Planning completed in 3.54 seconds
1132026-08-31T14:22:43.408Z Packages to install: 2
1142026-08-31T14:22:43.408Z Estimated space available: 156.00 GB
1152026-08-31T14:22:43.408ZEstimated space to be consumed: 83.65 MB
1162026-08-31T14:22:43.408Z Create boot environment: No
1172026-08-31T14:22:43.408ZCreate backup boot environment: No
1182026-08-31T14:22:43.408Z Rebuild boot archive: No
1192026-08-31T14:22:43.408Z
1202026-08-31T14:22:43.408ZChanged packages:
1212026-08-31T14:22:43.408Zhelios
1222026-08-31T14:22:43.408Z developer/build-essential
1232026-08-31T14:22:43.409Z None -> 11-3.0
1242026-08-31T14:22:43.409Z library/libxmlsec1
1252026-08-31T14:22:43.409Z None -> 1.2.35-3.0
1262026-08-31T14:22:43.409Z
1272026-08-31T14:22:43.409ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-31T14:22:43.409ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
1292026-08-31T14:22:43.409Z Actions: 1/268 actions (Installing new actions)
1302026-08-31T14:22:43.409Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-31T14:22:43.409ZFinalize: Updating package state database ... Done (0.041s)
1322026-08-31T14:22:43.409ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-31T14:22:43.746ZFinalize: Updating image state ... Done (0.093s)
1342026-08-31T14:22:45.821ZFinalize: Creating fast lookup database ... Done (2.563s)
1352026-08-31T14:22:45.914ZFinalize: Reading search index ... Done (0.012s)
1362026-08-31T14:22:45.967ZFinalize: Updating search index ... Done (0.000s)
1372026-08-31T14:22:45.979ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-31T14:22:46.355ZPlanning: Evaluating mediator changes ... Done
1392026-08-31T14:22:46.452ZPlanning: Checking for conflicting actions ... Done
1402026-08-31T14:22:46.456ZPlanning: Consolidating action changes ... Done
1412026-08-31T14:22:46.641ZPlanning: Evaluating mediators ... Done
1422026-08-31T14:22:46.664ZPlanning: Planning completed in 0.26 seconds
1432026-08-31T14:22:46.664Z Mediators to change: 2
1442026-08-31T14:22:46.664Z Create boot environment: No
1452026-08-31T14:22:46.664ZCreate backup boot environment: No
1462026-08-31T14:22:46.707ZFinalize: Updating package state database ... Done
1472026-08-31T14:22:46.707ZFinalize: Updating package cache ... Done
1482026-08-31T14:22:46.750ZFinalize: Updating image state ... Done
1492026-08-31T14:22:48.659ZFinalize: Creating fast lookup database ... Done
1502026-08-31T14:22:48.717ZFinalize: Reading search index ... Done
1512026-08-31T14:22:48.722ZFinalize: Updating search index ... Done
1522026-08-31T14:22:48.808ZFinalize: Updating package cache ... Done
1532026-08-31T14:22:49.241ZPlanning: Evaluating mediator changes ... Done
1542026-08-31T14:22:49.278ZPlanning: Checking for conflicting actions ... Done
1552026-08-31T14:22:49.278ZPlanning: Consolidating action changes ... Done
1562026-08-31T14:22:49.535ZPlanning: Evaluating mediators ... Done
1572026-08-31T14:22:49.737ZPlanning: Planning completed in 0.26 seconds
1582026-08-31T14:22:49.738Z Mediators to change: 1
1592026-08-31T14:22:49.738Z Create boot environment: No
1602026-08-31T14:22:49.738ZCreate backup boot environment: No
1612026-08-31T14:22:49.738ZFinalize: Updating package state database ... Done
1622026-08-31T14:22:49.738ZFinalize: Updating package cache ... Done
1632026-08-31T14:22:49.738ZFinalize: Updating image state ... Done
1642026-08-31T14:22:51.450ZFinalize: Creating fast lookup database ... Done
1652026-08-31T14:22:51.598ZFinalize: Reading search index ... Done
1662026-08-31T14:22:52.318ZFinalize: Updating search index ... Done
1672026-08-31T14:22:52.318ZFinalize: Updating package cache ... Done
1682026-08-31T14:22:52.338ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-31T14:22:52.339Zapache system 2.4 system
1702026-08-31T14:22:52.339Zclang system 15 system
1712026-08-31T14:22:52.339Zcsh system system illumos
1722026-08-31T14:22:52.339Zctags system system illumos
1732026-08-31T14:22:52.339Zfile vendor vendor darwinsys
1742026-08-31T14:22:52.339Zfile system system illumos
1752026-08-31T14:22:52.339Zgcc vendor 14 vendor
1762026-08-31T14:22:52.339Zgcc system 13 system
1772026-08-31T14:22:52.339Zgcc system 10 system
1782026-08-31T14:22:52.339Zgo system 1.25 system
1792026-08-31T14:22:52.339Zllvm system 15 system
1802026-08-31T14:22:52.339Zmariadb system 11.4 system
1812026-08-31T14:22:52.339Zmta vendor vendor dma
1822026-08-31T14:22:52.339Zopenjdk system 17 system
1832026-08-31T14:22:52.339Zopenjdk system 11 system
1842026-08-31T14:22:52.339Zopenssl vendor 3 vendor
1852026-08-31T14:22:52.339Zperl system 5.40 system
1862026-08-31T14:22:52.339Zpostgresql system 18 system
1872026-08-31T14:22:52.339Zpostgresql system 17 system
1882026-08-31T14:22:52.339Zpython vendor 3 vendor
1892026-08-31T14:22:52.339Zpython system 2 system
1902026-08-31T14:22:52.340Zpython3 vendor 3.13 vendor
1912026-08-31T14:22:52.340Zruby system 3.4 system
1922026-08-31T14:22:52.340Zruby system 3.0 system
1932026-08-31T14:22:52.340Zwords vendor vendor american-english
1942026-08-31T14:22:52.340Zwords system system australian-english
1952026-08-31T14:22:52.340Zwords system system british-english
1962026-08-31T14:22:52.340Zwords system system canadian-english
1972026-08-31T14:22:52.340Zwords system system french
1982026-08-31T14:22:52.340Zwords system system italian
1992026-08-31T14:22:52.340Zwords system system ngerman
2002026-08-31T14:22:52.340Zwords system system ogerman
2012026-08-31T14:22:52.340Zwords system system spanish
2022026-08-31T14:22:52.340ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-31T14:22:52.340Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-31T14:22:52.718ZFMRI IFO
2052026-08-31T14:22:52.718Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-31T14:22:52.718Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-31T14:22:52.718Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-31T14:22:52.718Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-31T14:22:52.718Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-31T14:22:52.718Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-31T14:22:52.718Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-31T14:22:52.718Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-31T14:22:52.718Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-31T14:22:53.096Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-31T14:22:54.365Z Updating crates.io index
2162026-08-31T14:22:54.727Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-31T14:22:54.727Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-31T14:22:54.727Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2192026-08-31T14:22:54.928Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-31T14:22:55.688Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-31T14:22:56.411Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-31T14:23:01.489Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-31T14:23:02.705Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-31T14:23:03.618Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-31T14:23:03.618Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-31T14:23:04.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-31T14:23:05.459Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-31T14:23:05.683Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-31T14:23:06.528Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-31T14:23:06.821Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-31T14:23:07.236Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-31T14:23:08.035Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-31T14:23:09.516Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-31T14:23:09.517Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-31T14:23:09.517Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-31T14:23:10.839Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-31T14:23:12.624Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-31T14:23:12.624Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-31T14:23:12.624Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-31T14:23:12.624Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-31T14:23:13.658Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-31T14:23:13.658Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-31T14:23:13.658Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-31T14:23:14.611Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-31T14:23:14.611Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-31T14:23:14.611Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-31T14:23:15.580Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-31T14:23:16.216Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-31T14:23:17.040Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-31T14:23:17.040Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-31T14:23:18.169Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-31T14:23:18.169Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-31T14:23:18.169Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-31T14:23:19.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-31T14:23:19.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-31T14:23:19.877Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-31T14:23:19.878Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-31T14:23:22.681Z Downloading crates ...
2592026-08-31T14:23:23.963Z Downloaded fnv v1.0.7
2602026-08-31T14:23:23.964Z Downloaded anstream v1.0.0
2612026-08-31T14:23:23.964Z Downloaded usdt-impl v0.5.0
2622026-08-31T14:23:23.964Z Downloaded pest_generator v2.8.6
2632026-08-31T14:23:23.964Z Downloaded getrandom v0.4.3
2642026-08-31T14:23:23.964Z Downloaded anstyle-query v1.1.5
2652026-08-31T14:23:23.964Z Downloaded autocfg v1.5.0
2662026-08-31T14:23:23.964Z Downloaded errno v0.3.14
2672026-08-31T14:23:23.965Z Downloaded pest_derive v2.8.6
2682026-08-31T14:23:23.965Z Downloaded bitflags v2.11.0
2692026-08-31T14:23:23.965Z Downloaded colorchoice v1.0.4
2702026-08-31T14:23:23.965Z Downloaded bytecount v0.6.9
2712026-08-31T14:23:23.965Z Downloaded anstyle-parse v1.0.0
2722026-08-31T14:23:23.965Z Downloaded zmij v1.0.21
2732026-08-31T14:23:23.965Z Downloaded zerocopy-derive v0.7.35
2742026-08-31T14:23:23.965Z Downloaded indexmap v2.14.0
2752026-08-31T14:23:23.965Z Downloaded memmap v0.7.0
2762026-08-31T14:23:23.965Z Downloaded generic-array v0.14.7
2772026-08-31T14:23:23.965Z Downloaded equivalent v1.0.2
2782026-08-31T14:23:23.965Z Downloaded fastrand v2.3.0
2792026-08-31T14:23:23.965Z Downloaded crypto-common v0.1.7
2802026-08-31T14:23:23.966Z Downloaded zerocopy v0.7.35
2812026-08-31T14:23:23.966Z Downloaded winnow v0.7.14
2822026-08-31T14:23:23.966Z Downloaded cargo-platform v0.3.2
2832026-08-31T14:23:23.966Z Downloaded macaddr v1.0.1
2842026-08-31T14:23:23.966Z Downloaded clap_lex v1.0.0
2852026-08-31T14:23:23.966Z Downloaded is_terminal_polyfill v1.70.2
2862026-08-31T14:23:23.966Z Downloaded fs-err v3.3.0
2872026-08-31T14:23:23.966Z Downloaded cfg-if v1.0.4
2882026-08-31T14:23:23.966Z Downloaded toml_write v0.1.2
2892026-08-31T14:23:23.966Z Downloaded proc-macro-error-attr v1.0.4
2902026-08-31T14:23:23.966Z Downloaded cargo_metadata v0.23.1
2912026-08-31T14:23:23.966Z Downloaded clap_derive v4.6.1
2922026-08-31T14:23:23.967Z Downloaded digest v0.10.7
2932026-08-31T14:23:24.050Z Downloaded block-buffer v0.10.4
2942026-08-31T14:23:24.050Z Downloaded terminal_size v0.4.3
2952026-08-31T14:23:24.050Z Downloaded usdt-attr-macro v0.5.0
2962026-08-31T14:23:24.050Z Downloaded utf8parse v0.2.2
2972026-08-31T14:23:24.050Z Downloaded heck v0.4.1
2982026-08-31T14:23:24.050Z Downloaded heck v0.5.0
2992026-08-31T14:23:24.050Z Downloaded dtrace-parser v0.2.0
3002026-08-31T14:23:24.051Z Downloaded version_check v0.9.5
3012026-08-31T14:23:24.051Z Downloaded strsim v0.11.1
3022026-08-31T14:23:24.051Z Downloaded itoa v1.0.17
3032026-08-31T14:23:24.051Z Downloaded cpufeatures v0.2.17
3042026-08-31T14:23:24.051Z Downloaded scroll_derive v0.12.1
3052026-08-31T14:23:24.051Z Downloaded tabled_derive v0.7.0
3062026-08-31T14:23:24.051Z Downloaded toml_datetime v0.6.11
3072026-08-31T14:23:24.051Z Downloaded plain v0.2.3
3082026-08-31T14:23:24.051Z Downloaded unicode-linebreak v0.1.5
3092026-08-31T14:23:24.052Z Downloaded smawk v0.3.2
3102026-08-31T14:23:24.052Z Downloaded usdt-macro v0.5.0
3112026-08-31T14:23:24.052Z Downloaded swrite v0.1.0
3122026-08-31T14:23:24.052Z Downloaded thread-id v4.2.2
3132026-08-31T14:23:24.052Z Downloaded serde_spanned v0.6.9
3142026-08-31T14:23:24.052Z Downloaded dof v0.3.0
3152026-08-31T14:23:24.052Z Downloaded pretty-hex v0.4.1
3162026-08-31T14:23:24.052Z Downloaded camino-tempfile v1.4.1
3172026-08-31T14:23:24.052Z Downloaded thiserror v2.0.18
3182026-08-31T14:23:24.052Z Downloaded serde_derive v1.0.229
3192026-08-31T14:23:24.052Z Downloaded pest v2.8.6
3202026-08-31T14:23:24.052Z Downloaded proc-macro-error v1.0.4
3212026-08-31T14:23:24.053Z Downloaded byteorder v1.5.0
3222026-08-31T14:23:24.053Z Downloaded quote v1.0.45
3232026-08-31T14:23:24.053Z Downloaded thiserror-impl v1.0.69
3242026-08-31T14:23:24.053Z Downloaded thiserror v1.0.69
3252026-08-31T14:23:24.053Z Downloaded once_cell v1.21.3
3262026-08-31T14:23:24.053Z Downloaded scroll v0.12.0
3272026-08-31T14:23:24.053Z Downloaded cargo_toml v0.21.0
3282026-08-31T14:23:24.053Z Downloaded usdt v0.5.0
3292026-08-31T14:23:24.053Z Downloaded thiserror-impl v2.0.18
3302026-08-31T14:23:24.053Z Downloaded ucd-trie v0.1.7
3312026-08-31T14:23:24.053Z Downloaded anyhow v1.0.104
3322026-08-31T14:23:24.053Z Downloaded camino v1.2.5
3332026-08-31T14:23:24.053Z Downloaded sha2 v0.10.9
3342026-08-31T14:23:24.053Z Downloaded anstyle v1.0.14
3352026-08-31T14:23:24.054Z Downloaded semver v1.0.28
3362026-08-31T14:23:24.054Z Downloaded tempfile v3.27.0
3372026-08-31T14:23:24.054Z Downloaded serde_tokenstream v0.2.3
3382026-08-31T14:23:24.054Z Downloaded toml v0.8.23
3392026-08-31T14:23:24.055Z Downloaded log v0.4.33
3402026-08-31T14:23:24.055Z Downloaded papergrid v0.11.0
3412026-08-31T14:23:24.055Z Downloaded unicode-ident v1.0.24
3422026-08-31T14:23:24.055Z Downloaded memchr v2.8.0
3432026-08-31T14:23:24.055Z Downloaded serde_core v1.0.229
3442026-08-31T14:23:24.055Z Downloaded pest_meta v2.8.6
3452026-08-31T14:23:24.055Z Downloaded proc-macro2 v1.0.106
3462026-08-31T14:23:24.055Z Downloaded textwrap v0.16.2
3472026-08-31T14:23:24.055Z Downloaded clap v4.6.1
3482026-08-31T14:23:24.055Z Downloaded toml_edit v0.22.27
3492026-08-31T14:23:24.055Z Downloaded typenum v1.20.1
3502026-08-31T14:23:24.055Z Downloaded serde v1.0.229
3512026-08-31T14:23:24.055Z Downloaded hashbrown v0.17.0
3522026-08-31T14:23:24.055Z Downloaded goblin v0.8.2
3532026-08-31T14:23:24.055Z Downloaded serde_json v1.0.151
3542026-08-31T14:23:24.056Z Downloaded clap_builder v4.6.0
3552026-08-31T14:23:24.056Z Downloaded tabled v0.15.0
3562026-08-31T14:23:24.056Z Downloaded syn v1.0.109
3572026-08-31T14:23:24.056Z Downloaded unicode-width v0.2.0
3582026-08-31T14:23:24.056Z Downloaded unicode-width v0.1.14
3592026-08-31T14:23:24.882Z Downloaded syn v2.0.117
3602026-08-31T14:23:24.882Z Downloaded syn v3.0.3
3612026-08-31T14:23:24.882Z Downloaded rustix v1.1.4
3622026-08-31T14:23:24.882Z Downloaded libc v0.2.185
3632026-08-31T14:23:24.882Z Compiling proc-macro2 v1.0.106
3642026-08-31T14:23:24.882Z Compiling unicode-ident v1.0.24
3652026-08-31T14:23:24.882Z Compiling quote v1.0.45
3662026-08-31T14:23:24.882Z Compiling serde_core v1.0.229
3672026-08-31T14:23:24.882Z Compiling libc v0.2.185
3682026-08-31T14:23:24.882Z Compiling version_check v0.9.5
3692026-08-31T14:23:24.883Z Compiling memchr v2.8.0
3702026-08-31T14:23:24.883Z Compiling serde v1.0.229
3712026-08-31T14:23:24.883Z Compiling zmij v1.0.21
3722026-08-31T14:23:24.883Z Compiling ucd-trie v0.1.7
3732026-08-31T14:23:24.883Z Compiling itoa v1.0.17
3742026-08-31T14:23:24.883Z Compiling thiserror v1.0.69
3752026-08-31T14:23:24.883Z Compiling rustix v1.1.4
3762026-08-31T14:23:24.883Z Compiling byteorder v1.5.0
3772026-08-31T14:23:24.883Z Compiling bitflags v2.11.0
3782026-08-31T14:23:24.884Z Compiling serde_json v1.0.151
3792026-08-31T14:23:24.884Z Compiling camino v1.2.5
3802026-08-31T14:23:24.884Z Compiling syn v1.0.109
3812026-08-31T14:23:24.884Z Compiling log v0.4.33
3822026-08-31T14:23:24.884Z Compiling pest v2.8.6
3832026-08-31T14:23:24.884Z Compiling proc-macro-error-attr v1.0.4
3842026-08-31T14:23:24.884Z Compiling usdt-impl v0.5.0
3852026-08-31T14:23:24.885Z Compiling proc-macro-error v1.0.4
3862026-08-31T14:23:24.885Z Compiling getrandom v0.4.3
3872026-08-31T14:23:24.885Z Compiling plain v0.2.3
3882026-08-31T14:23:24.885Z Compiling hashbrown v0.17.0
3892026-08-31T14:23:24.885Z Compiling equivalent v1.0.2
3902026-08-31T14:23:24.885Z Compiling utf8parse v0.2.2
3912026-08-31T14:23:24.885Z Compiling winnow v0.7.14
3922026-08-31T14:23:24.885Z Compiling cfg-if v1.0.4
3932026-08-31T14:23:24.885Z Compiling anstyle-parse v1.0.0
3942026-08-31T14:23:24.885Z Compiling thiserror v2.0.18
3952026-08-31T14:23:24.885Z Compiling toml_write v0.1.2
3962026-08-31T14:23:24.885Z Compiling anstyle v1.0.14
3972026-08-31T14:23:24.886Z Compiling colorchoice v1.0.4
3982026-08-31T14:23:24.886Z Compiling autocfg v1.5.0
3992026-08-31T14:23:24.886Z Compiling errno v0.3.14
4002026-08-31T14:23:24.886Z Compiling thread-id v4.2.2
4012026-08-31T14:23:24.886Z Compiling is_terminal_polyfill v1.70.2
4022026-08-31T14:23:24.886Z Compiling anstyle-query v1.1.5
4032026-08-31T14:23:24.886Z Compiling pretty-hex v0.4.1
4042026-08-31T14:23:24.887Z Compiling indexmap v2.14.0
4052026-08-31T14:23:24.887Z Compiling syn v2.0.117
4062026-08-31T14:23:24.887Z Compiling syn v3.0.3
4072026-08-31T14:23:24.887Z Compiling anstream v1.0.0
4082026-08-31T14:23:24.887Z Compiling fastrand v2.3.0
4092026-08-31T14:23:24.887Z Compiling heck v0.4.1
4102026-08-31T14:23:24.887Z Compiling strsim v0.11.1
4112026-08-31T14:23:24.887Z Compiling fs-err v3.3.0
4122026-08-31T14:23:24.887Z Compiling pest_meta v2.8.6
4132026-08-31T14:23:24.887Z Compiling clap_lex v1.0.0
4142026-08-31T14:23:24.888Z Compiling unicode-width v0.1.14
4152026-08-31T14:23:24.888Z Compiling once_cell v1.21.3
4162026-08-31T14:23:24.888Z Compiling heck v0.5.0
4172026-08-31T14:23:25.494Z Compiling anyhow v1.0.104
4182026-08-31T14:23:25.494Z Compiling fnv v1.0.7
4192026-08-31T14:23:25.494Z Compiling bytecount v0.6.9
4202026-08-31T14:23:25.494Z Compiling memmap v0.7.0
4212026-08-31T14:23:25.494Z Compiling unicode-linebreak v0.1.5
4222026-08-31T14:23:25.494Z Compiling unicode-width v0.2.0
4232026-08-31T14:23:25.494Z Compiling papergrid v0.11.0
4242026-08-31T14:23:25.494Z Compiling smawk v0.3.2
4252026-08-31T14:23:25.494Z Compiling swrite v0.1.0
4262026-08-31T14:23:25.494Z Compiling terminal_size v0.4.3
4272026-08-31T14:23:25.494Z Compiling tempfile v3.27.0
4282026-08-31T14:23:25.495Z Compiling clap_builder v4.6.0
4292026-08-31T14:23:25.495Z Compiling textwrap v0.16.2
4302026-08-31T14:23:27.285Z Compiling cargo-platform v0.3.2
4312026-08-31T14:23:27.285Z Compiling semver v1.0.28
4322026-08-31T14:23:27.285Z Compiling camino-tempfile v1.4.1
4332026-08-31T14:23:27.285Z Compiling tabled_derive v0.7.0
4342026-08-31T14:23:27.285Z Compiling serde_derive v1.0.229
4352026-08-31T14:23:27.285Z Compiling pest_generator v2.8.6
4362026-08-31T14:23:27.286Z Compiling tabled v0.15.0
4372026-08-31T14:23:28.240Z Compiling thiserror-impl v1.0.69
4382026-08-31T14:23:28.240Z Compiling zerocopy-derive v0.7.35
4392026-08-31T14:23:28.240Z Compiling scroll_derive v0.12.1
4402026-08-31T14:23:28.240Z Compiling thiserror-impl v2.0.18
4412026-08-31T14:23:28.240Z Compiling clap_derive v4.6.1
4422026-08-31T14:23:28.241Z Compiling pest_derive v2.8.6
4432026-08-31T14:23:28.241Z Compiling scroll v0.12.0
4442026-08-31T14:23:28.241Z Compiling zerocopy v0.7.35
4452026-08-31T14:23:28.241Z Compiling goblin v0.8.2
4462026-08-31T14:23:29.078Z Compiling dtrace-parser v0.2.0
4472026-08-31T14:23:29.078Z Compiling toml_datetime v0.6.11
4482026-08-31T14:23:29.078Z Compiling serde_spanned v0.6.9
4492026-08-31T14:23:29.078Z Compiling cargo_metadata v0.23.1
4502026-08-31T14:23:29.078Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-08-31T14:23:29.078Z Compiling macaddr v1.0.1
4522026-08-31T14:23:29.078Z Compiling dof v0.3.0
4532026-08-31T14:23:29.079Z Compiling serde_tokenstream v0.2.3
4542026-08-31T14:23:29.079Z Compiling clap v4.6.1
4552026-08-31T14:23:29.079Z Compiling toml_edit v0.22.27
4562026-08-31T14:23:29.913Z Compiling usdt-macro v0.5.0
4572026-08-31T14:23:29.914Z Compiling usdt-attr-macro v0.5.0
4582026-08-31T14:23:29.914Z Compiling toml v0.8.23
4592026-08-31T14:23:31.374Z Compiling cargo_toml v0.21.0
4602026-08-31T14:23:32.822Z Compiling usdt v0.5.0
4612026-08-31T14:23:32.823Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-08-31T14:23:34.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.42s
4632026-08-31T14:23:35.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-08-31T14:23:35.348Z Downloading crates ...
4652026-08-31T14:23:35.349Z Downloaded addr2line v0.25.1
4662026-08-31T14:23:35.349Z Downloaded aead v0.5.2
4672026-08-31T14:23:35.349Z Downloaded async-recursion v1.1.1
4682026-08-31T14:23:35.349Z Downloaded aead v0.6.1
4692026-08-31T14:23:35.349Z Downloaded arrayvec v0.7.6
4702026-08-31T14:23:35.349Z Downloaded block-buffer v0.12.1
4712026-08-31T14:23:35.349Z Downloaded arrayref v0.3.9
4722026-08-31T14:23:35.349Z Downloaded bit-set v0.8.0
4732026-08-31T14:23:35.349Z Downloaded atomic-waker v1.1.2
4742026-08-31T14:23:35.349Z Downloaded ascii-canvas v3.0.0
4752026-08-31T14:23:35.349Z Downloaded array-init v0.0.4
4762026-08-31T14:23:35.349Z Downloaded async-stream v0.3.6
4772026-08-31T14:23:35.349Z Downloaded atty v0.2.14
4782026-08-31T14:23:35.349Z Downloaded async-stream-impl v0.3.6
4792026-08-31T14:23:35.349Z Downloaded bit-set v0.5.3
4802026-08-31T14:23:35.349Z Downloaded bit-vec v0.8.0
4812026-08-31T14:23:35.349Z Downloaded assert_matches v1.5.0
4822026-08-31T14:23:35.349Z Downloaded bitfield-struct v0.6.2
4832026-08-31T14:23:35.349Z Downloaded endian-type v0.1.2
4842026-08-31T14:23:35.349Z Downloaded embedded-io v0.6.1
4852026-08-31T14:23:35.349Z Downloaded hashbrown v0.16.1
4862026-08-31T14:23:35.349Z Downloaded bitfield-macros v0.19.4
4872026-08-31T14:23:35.349Z Downloaded enum-as-inner v0.6.1
4882026-08-31T14:23:35.350Z Downloaded atomicwrites v0.4.4
4892026-08-31T14:23:35.350Z Downloaded anstream v0.6.21
4902026-08-31T14:23:35.352Z Downloaded foldhash v0.2.0
4912026-08-31T14:23:35.352Z Downloaded fs_extra v1.3.0
4922026-08-31T14:23:35.353Z Downloaded const-oid v0.10.2
4932026-08-31T14:23:35.353Z Downloaded async-trait v0.1.89
4942026-08-31T14:23:35.353Z Downloaded futures-macro v0.3.32
4952026-08-31T14:23:35.353Z Downloaded backtrace-ext v0.2.1
4962026-08-31T14:23:35.353Z Downloaded funty v2.0.0
4972026-08-31T14:23:35.353Z Downloaded embedded-io v0.4.0
4982026-08-31T14:23:35.353Z Downloaded base16ct v1.0.0
4992026-08-31T14:23:35.353Z Downloaded float-ord v0.3.2
5002026-08-31T14:23:35.353Z Downloaded futures-task v0.3.32
5012026-08-31T14:23:35.353Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-31T14:23:35.353Z Downloaded env_filter v2.0.0
5032026-08-31T14:23:35.353Z Downloaded fixedbitset v0.4.2
5042026-08-31T14:23:35.353Z Downloaded foreign-types v0.5.0
5052026-08-31T14:23:35.353Z Downloaded futures-core v0.3.32
5062026-08-31T14:23:35.354Z Downloaded backoff v0.4.0
5072026-08-31T14:23:35.354Z Downloaded bit-vec v0.6.3
5082026-08-31T14:23:35.354Z Downloaded fd-lock v4.0.4
5092026-08-31T14:23:35.354Z Downloaded foreign-types-shared v0.1.1
5102026-08-31T14:23:35.354Z Downloaded float-cmp v0.10.0
5112026-08-31T14:23:35.354Z Downloaded foreign-types-macros v0.2.3
5122026-08-31T14:23:35.354Z Downloaded foreign-types v0.3.2
5132026-08-31T14:23:35.354Z Downloaded hex v0.4.3
5142026-08-31T14:23:35.354Z Downloaded flagset v0.4.7
5152026-08-31T14:23:35.355Z Downloaded form_urlencoded v1.2.2
5162026-08-31T14:23:35.355Z Downloaded enum_dispatch v0.3.13
5172026-08-31T14:23:35.355Z Downloaded foreign-types-shared v0.3.1
5182026-08-31T14:23:35.355Z Downloaded futures-io v0.3.32
5192026-08-31T14:23:35.355Z Downloaded async-bb8-diesel v0.2.1
5202026-08-31T14:23:35.355Z Downloaded bcs v0.1.6
5212026-08-31T14:23:35.355Z Downloaded base16ct v0.2.0
5222026-08-31T14:23:35.355Z Downloaded ciborium-ll v0.2.2
5232026-08-31T14:23:35.355Z Downloaded env_logger v0.11.11
5242026-08-31T14:23:35.355Z Downloaded find-msvc-tools v0.1.9
5252026-08-31T14:23:35.355Z Downloaded ena v0.14.4
5262026-08-31T14:23:35.355Z Downloaded fs-err v2.11.0
5272026-08-31T14:23:35.355Z Downloaded adler2 v2.0.1
5282026-08-31T14:23:35.356Z Downloaded cfg_aliases v0.2.1
5292026-08-31T14:23:35.356Z Downloaded erased-serde v0.3.31
5302026-08-31T14:23:35.356Z Downloaded foldhash v0.1.5
5312026-08-31T14:23:35.356Z Downloaded castaway v0.2.4
5322026-08-31T14:23:35.356Z Downloaded hubpack_derive v0.1.1
5332026-08-31T14:23:35.356Z Downloaded http-range v0.1.5
5342026-08-31T14:23:35.356Z Downloaded httpdate v1.0.3
5352026-08-31T14:23:35.356Z Downloaded http-body v1.0.1
5362026-08-31T14:23:35.357Z Downloaded hash32 v0.3.1
5372026-08-31T14:23:35.357Z Downloaded fxhash v0.2.1
5382026-08-31T14:23:35.357Z Downloaded bb8 v0.8.6
5392026-08-31T14:23:35.357Z Downloaded bitfield v0.19.4
5402026-08-31T14:23:35.357Z Downloaded home v0.5.12
5412026-08-31T14:23:35.357Z Downloaded ff v0.14.0
5422026-08-31T14:23:35.357Z Downloaded futures-sink v0.3.32
5432026-08-31T14:23:35.357Z Downloaded gethostname v0.5.0
5442026-08-31T14:23:35.358Z Downloaded hex-literal v1.1.0
5452026-08-31T14:23:35.358Z Downloaded git-stub v1.0.0
5462026-08-31T14:23:35.358Z Downloaded block-padding v0.4.2
5472026-08-31T14:23:35.358Z Downloaded cfg_aliases v0.1.1
5482026-08-31T14:23:35.358Z Downloaded cobs v0.3.0
5492026-08-31T14:23:35.358Z Downloaded headers-core v0.3.0
5502026-08-31T14:23:35.358Z Downloaded hubpack v0.1.2
5512026-08-31T14:23:35.358Z Downloaded compression-core v0.4.31
5522026-08-31T14:23:35.358Z Downloaded hash32 v0.2.1
5532026-08-31T14:23:35.358Z Downloaded globwalk v0.9.1
5542026-08-31T14:23:35.358Z Downloaded ciborium-io v0.2.2
5552026-08-31T14:23:35.358Z Downloaded fallible-iterator v0.2.0
5562026-08-31T14:23:35.359Z Downloaded ff v0.13.1
5572026-08-31T14:23:35.359Z Downloaded futures-channel v0.3.32
5582026-08-31T14:23:35.359Z Downloaded hostname v0.4.2
5592026-08-31T14:23:35.359Z Downloaded newline-converter v0.3.0
5602026-08-31T14:23:35.359Z Downloaded ahash v0.8.12
5612026-08-31T14:23:35.359Z Downloaded anstyle-parse v0.2.7
5622026-08-31T14:23:35.359Z Downloaded hostname v0.3.1
5632026-08-31T14:23:36.890Z Downloaded peg-runtime v0.8.5
5642026-08-31T14:23:36.890Z Downloaded base64ct v1.8.3
5652026-08-31T14:23:36.890Z Downloaded predicates-core v1.0.10
5662026-08-31T14:23:36.891Z Downloaded num-iter v0.1.45
5672026-08-31T14:23:36.891Z Downloaded radium v0.7.0
5682026-08-31T14:23:36.891Z Downloaded num_threads v0.1.7
5692026-08-31T14:23:36.891Z Downloaded bitflags v1.3.2
5702026-08-31T14:23:36.891Z Downloaded argon2 v0.5.3
5712026-08-31T14:23:36.891Z Downloaded cipher v0.5.2
5722026-08-31T14:23:36.891Z Downloaded ghash v0.6.0
5732026-08-31T14:23:36.891Z Downloaded glob v0.3.3
5742026-08-31T14:23:36.891Z Downloaded futures-executor v0.3.32
5752026-08-31T14:23:36.891Z Downloaded normalize-line-endings v0.3.0
5762026-08-31T14:23:36.891Z Downloaded highway v1.3.0
5772026-08-31T14:23:36.891Z Downloaded num v0.4.3
5782026-08-31T14:23:36.891Z Downloaded progenitor-macro v0.13.0
5792026-08-31T14:23:36.891Z Downloaded rand_pcg v0.10.2
5802026-08-31T14:23:36.891Z Downloaded oxide-generation-macros v0.2.0
5812026-08-31T14:23:36.892Z Downloaded rfc6979 v0.6.0
5822026-08-31T14:23:36.892Z Downloaded blowfish v0.10.0
5832026-08-31T14:23:36.892Z Downloaded cmake v0.1.57
5842026-08-31T14:23:36.892Z Downloaded cmov v0.5.4
5852026-08-31T14:23:36.892Z Downloaded bs58 v0.5.1
5862026-08-31T14:23:36.892Z Downloaded git-stub-vcs v0.1.0
5872026-08-31T14:23:36.892Z Downloaded phf_shared v0.13.1
5882026-08-31T14:23:36.892Z Downloaded filetime v0.2.27
5892026-08-31T14:23:36.892Z Downloaded http-body-util v0.1.3
5902026-08-31T14:23:36.892Z Downloaded argon2 v0.6.0-rc.8
5912026-08-31T14:23:36.892Z Downloaded elliptic-curve v0.14.1
5922026-08-31T14:23:36.892Z Downloaded generic-array v1.4.3
5932026-08-31T14:23:36.892Z Downloaded cexpr v0.6.0
5942026-08-31T14:23:36.892Z Downloaded camino-tempfile-ext v0.3.3
5952026-08-31T14:23:36.892Z Downloaded chacha20 v0.9.1
5962026-08-31T14:23:36.893Z Downloaded siphasher v1.0.2
5972026-08-31T14:23:36.893Z Downloaded group v0.13.0
5982026-08-31T14:23:36.893Z Downloaded group v0.14.0
5992026-08-31T14:23:36.893Z Downloaded buf-list v1.1.2
6002026-08-31T14:23:36.893Z Downloaded cassowary v0.3.0
6012026-08-31T14:23:36.893Z Downloaded cipher v0.4.4
6022026-08-31T14:23:36.893Z Downloaded sqlparser_derive v0.5.0
6032026-08-31T14:23:36.893Z Downloaded stable_deref_trait v1.2.1
6042026-08-31T14:23:36.893Z Downloaded nibble_vec v0.1.0
6052026-08-31T14:23:36.893Z Downloaded byte-wrapper v0.1.0
6062026-08-31T14:23:36.893Z Downloaded sync-ptr v0.1.4
6072026-08-31T14:23:36.893Z Downloaded sync_wrapper v1.0.2
6082026-08-31T14:23:36.893Z Downloaded supports-unicode v3.0.0
6092026-08-31T14:23:36.893Z Downloaded tokio-test v0.4.5
6102026-08-31T14:23:36.893Z Downloaded topological-sort v0.2.2
6112026-08-31T14:23:36.894Z Downloaded signature v2.2.0
6122026-08-31T14:23:36.894Z Downloaded backon v1.6.0
6132026-08-31T14:23:36.894Z Downloaded progenitor-extras v0.2.0
6142026-08-31T14:23:36.894Z Downloaded hmac v0.13.0
6152026-08-31T14:23:36.894Z Downloaded primefield v0.14.0
6162026-08-31T14:23:36.894Z Downloaded secrecy v0.10.3
6172026-08-31T14:23:36.894Z Downloaded semver v0.1.20
6182026-08-31T14:23:36.894Z Downloaded rand_core v0.9.5
6192026-08-31T14:23:36.894Z Downloaded rand_core v0.10.0
6202026-08-31T14:23:36.894Z Downloaded rand_seeder v0.4.0
6212026-08-31T14:23:36.894Z Downloaded rfc6979 v0.4.0
6222026-08-31T14:23:36.894Z Downloaded rustc-demangle v0.1.27
6232026-08-31T14:23:36.894Z Downloaded structmeta-derive v0.3.0
6242026-08-31T14:23:36.894Z Downloaded rusty-fork v0.3.1
6252026-08-31T14:23:36.895Z Downloaded nu-ansi-term v0.50.3
6262026-08-31T14:23:36.895Z Downloaded colored v2.2.0
6272026-08-31T14:23:36.895Z Downloaded trait-variant v0.1.2
6282026-08-31T14:23:36.895Z Downloaded usdt-attr-macro v0.6.0
6292026-08-31T14:23:36.895Z Downloaded allocator-api2 v0.2.21
6302026-08-31T14:23:36.895Z Downloaded packed_struct v0.10.1
6312026-08-31T14:23:36.895Z Downloaded password-hash v0.5.0
6322026-08-31T14:23:36.895Z Downloaded oxide-tokio-rt v0.1.4
6332026-08-31T14:23:36.895Z Downloaded hmac v0.12.1
6342026-08-31T14:23:36.895Z Downloaded getrandom v0.2.17
6352026-08-31T14:23:36.895Z Downloaded httparse v1.10.1
6362026-08-31T14:23:36.895Z Downloaded structmeta v0.3.0
6372026-08-31T14:23:36.895Z Downloaded time-core v0.1.8
6382026-08-31T14:23:36.895Z Downloaded tower-layer v0.3.3
6392026-08-31T14:23:36.895Z Downloaded fixedbitset v0.5.7
6402026-08-31T14:23:36.896Z Downloaded blake2 v0.10.6
6412026-08-31T14:23:36.896Z Downloaded cbc v0.2.1
6422026-08-31T14:23:36.896Z Downloaded clang-sys v1.8.1
6432026-08-31T14:23:36.897Z Downloaded compression-codecs v0.4.37
6442026-08-31T14:23:36.897Z Downloaded console v0.15.11
6452026-08-31T14:23:36.897Z Downloaded zerofrom v0.1.6
6462026-08-31T14:23:36.897Z Downloaded pbkdf2 v0.13.0
6472026-08-31T14:23:36.897Z Downloaded flume v0.11.1
6482026-08-31T14:23:36.897Z Downloaded shlex v1.3.0
6492026-08-31T14:23:36.897Z Downloaded cpubits v0.1.1
6502026-08-31T14:23:36.897Z Downloaded untrusted v0.7.1
6512026-08-31T14:23:36.897Z Downloaded zerofrom-derive v0.1.6
6522026-08-31T14:23:36.897Z Downloaded crc-catalog v2.4.0
6532026-08-31T14:23:36.897Z Downloaded unicode-xid v0.2.6
6542026-08-31T14:23:36.897Z Downloaded wait-timeout v0.2.1
6552026-08-31T14:23:36.898Z Downloaded globset v0.4.18
6562026-08-31T14:23:36.898Z Downloaded pkcs1 v0.7.5
6572026-08-31T14:23:36.898Z Downloaded psm v0.1.30
6582026-08-31T14:23:36.898Z Downloaded blake2 v0.11.0-rc.6
6592026-08-31T14:23:36.898Z Downloaded chacha20 v0.10.0
6602026-08-31T14:23:36.898Z Downloaded string_cache v0.8.9
6612026-08-31T14:23:36.898Z Downloaded termios v0.3.3
6622026-08-31T14:23:36.898Z Downloaded tokio-native-tls v0.3.1
6632026-08-31T14:23:38.205Z Downloaded cancel-safe-futures v0.1.5
6642026-08-31T14:23:38.206Z Downloaded try-lock v0.2.5
6652026-08-31T14:23:38.206Z Downloaded darling_macro v0.21.3
6662026-08-31T14:23:38.206Z Downloaded darling_macro v0.23.0
6672026-08-31T14:23:38.206Z Downloaded display-error-chain v0.2.2
6682026-08-31T14:23:38.206Z Downloaded futures v0.3.32
6692026-08-31T14:23:38.206Z Downloaded postcard v1.1.3
6702026-08-31T14:23:38.206Z Downloaded bzip2 v0.6.1
6712026-08-31T14:23:38.207Z Downloaded bzip2 v0.4.4
6722026-08-31T14:23:38.207Z Downloaded const-oid v0.9.6
6732026-08-31T14:23:38.207Z Downloaded getrandom v0.3.4
6742026-08-31T14:23:38.207Z Downloaded console v0.16.2
6752026-08-31T14:23:38.207Z Downloaded fatfs v0.3.6
6762026-08-31T14:23:38.207Z Downloaded postgres-protocol v0.6.10
6772026-08-31T14:23:38.207Z Downloaded serde_with_macros v1.5.2
6782026-08-31T14:23:38.207Z Downloaded usdt-impl v0.6.0
6792026-08-31T14:23:38.207Z Downloaded vergen-lib v9.1.0
6802026-08-31T14:23:38.207Z Downloaded dropshot-api-manager-types v0.8.0
6812026-08-31T14:23:38.207Z Downloaded half v1.8.3
6822026-08-31T14:23:38.208Z Downloaded downcast-rs v2.0.2
6832026-08-31T14:23:38.208Z Downloaded serde_derive_internals v0.29.1
6842026-08-31T14:23:38.208Z Downloaded indoc v1.0.9
6852026-08-31T14:23:38.208Z Downloaded instant v0.1.13
6862026-08-31T14:23:38.208Z Downloaded flate2 v1.1.9
6872026-08-31T14:23:38.208Z Downloaded base64 v0.22.1
6882026-08-31T14:23:38.208Z Downloaded serde_with_macros v3.21.0
6892026-08-31T14:23:38.208Z Downloaded slab v0.4.12
6902026-08-31T14:23:38.208Z Downloaded zerovec-derive v0.11.2
6912026-08-31T14:23:38.208Z Downloaded idna_adapter v1.2.1
6922026-08-31T14:23:38.208Z Downloaded kem v0.3.0
6932026-08-31T14:23:38.209Z Downloaded time-macros v0.2.27
6942026-08-31T14:23:38.209Z Downloaded diesel_table_macro_syntax v0.3.0
6952026-08-31T14:23:38.209Z Downloaded dunce v1.0.5
6962026-08-31T14:23:38.209Z Downloaded dyn-clone v1.0.20
6972026-08-31T14:23:38.209Z Downloaded pkcs8 v0.11.0
6982026-08-31T14:23:38.209Z Downloaded poly1305 v0.9.0
6992026-08-31T14:23:38.209Z Downloaded progenitor v0.13.0
7002026-08-31T14:23:38.209Z Downloaded strum_macros v0.27.2
7012026-08-31T14:23:38.209Z Downloaded synstructure v0.13.2
7022026-08-31T14:23:38.209Z Downloaded maybe-uninit v2.0.0
7032026-08-31T14:23:38.209Z Downloaded openssl-probe v0.2.1
7042026-08-31T14:23:38.210Z Downloaded lazy_static v1.5.0
7052026-08-31T14:23:38.210Z Downloaded lalrpop-util v0.19.12
7062026-08-31T14:23:38.210Z Downloaded memoffset v0.9.1
7072026-08-31T14:23:38.210Z Downloaded nonempty v0.12.0
7082026-08-31T14:23:38.210Z Downloaded rustls-platform-verifier v0.6.2
7092026-08-31T14:23:38.210Z Downloaded schemars v0.8.22
7102026-08-31T14:23:38.210Z Downloaded whoami v1.6.1
7112026-08-31T14:23:38.210Z Downloaded deranged v0.5.8
7122026-08-31T14:23:38.210Z Downloaded derive-ex v0.1.8
7132026-08-31T14:23:38.210Z Downloaded password-hash v0.6.1
7142026-08-31T14:23:38.211Z Downloaded colored v3.1.1
7152026-08-31T14:23:38.211Z Downloaded ciborium v0.2.2
7162026-08-31T14:23:38.211Z Downloaded heapless v0.7.17
7172026-08-31T14:23:38.211Z Downloaded headers v0.4.1
7182026-08-31T14:23:38.211Z Downloaded convert_case v0.10.0
7192026-08-31T14:23:38.211Z Downloaded half v2.7.1
7202026-08-31T14:23:38.211Z Downloaded heapless v0.8.0
7212026-08-31T14:23:38.211Z Downloaded proc-macro-error-attr2 v2.0.0
7222026-08-31T14:23:38.211Z Downloaded recursive v0.1.1
7232026-08-31T14:23:38.211Z Downloaded scopeguard v1.2.0
7242026-08-31T14:23:38.211Z Downloaded scheduled-thread-pool v0.2.7
7252026-08-31T14:23:38.212Z Downloaded potential_utf v0.1.4
7262026-08-31T14:23:38.212Z Downloaded indoc v2.0.7
7272026-08-31T14:23:38.212Z Downloaded percent-encoding v2.3.2
7282026-08-31T14:23:38.212Z Downloaded jobserver v0.1.34
7292026-08-31T14:23:38.213Z Downloaded libsw-core v0.3.2
7302026-08-31T14:23:38.213Z Downloaded rtoolbox v0.0.3
7312026-08-31T14:23:38.213Z Downloaded serde_bytes v0.11.19
7322026-08-31T14:23:38.213Z Downloaded slog-bunyan v2.5.0
7332026-08-31T14:23:38.213Z Downloaded serde_cbor v0.11.2
7342026-08-31T14:23:38.213Z Downloaded slog-term v2.9.2
7352026-08-31T14:23:38.213Z Downloaded daft v0.1.8
7362026-08-31T14:23:38.213Z Downloaded delegate v0.13.5
7372026-08-31T14:23:38.214Z Downloaded mime_guess v2.0.5
7382026-08-31T14:23:38.214Z Downloaded progenitor-client v0.14.0
7392026-08-31T14:23:38.214Z Downloaded rand_chacha v0.3.1
7402026-08-31T14:23:38.214Z Downloaded socket2 v0.5.10
7412026-08-31T14:23:38.214Z Downloaded ar_archive_writer v0.5.1
7422026-08-31T14:23:38.214Z Downloaded libsw v3.5.0
7432026-08-31T14:23:38.214Z Downloaded darling v0.21.3
7442026-08-31T14:23:38.214Z Downloaded newtype-uuid v1.3.2
7452026-08-31T14:23:38.214Z Downloaded omicron-zone-package v0.12.3
7462026-08-31T14:23:38.214Z Downloaded strum v0.27.2
7472026-08-31T14:23:38.215Z Downloaded sha1 v0.10.6
7482026-08-31T14:23:38.215Z Downloaded unicode-bidi v0.3.18
7492026-08-31T14:23:38.215Z Downloaded predicates v3.1.4
7502026-08-31T14:23:38.215Z Downloaded ipnetwork v0.21.1
7512026-08-31T14:23:38.215Z Downloaded tap v1.0.1
7522026-08-31T14:23:38.215Z Downloaded unicase v2.9.0
7532026-08-31T14:23:38.215Z Downloaded uzers v0.12.2
7542026-08-31T14:23:38.215Z Downloaded hashbrown v0.12.3
7552026-08-31T14:23:38.215Z Downloaded subtle v2.6.1
7562026-08-31T14:23:38.216Z Downloaded hickory-resolver v0.25.2
7572026-08-31T14:23:38.216Z Downloaded backtrace v0.3.76
7582026-08-31T14:23:38.216Z Downloaded chacha20poly1305 v0.10.1
7592026-08-31T14:23:38.216Z Downloaded num_enum_derive v0.7.6
7602026-08-31T14:23:38.216Z Downloaded bytes v1.11.1
7612026-08-31T14:23:38.216Z Downloaded utf-8 v0.7.6
7622026-08-31T14:23:38.217Z Downloaded void v1.0.2
7632026-08-31T14:23:39.262Z Downloaded hyper-rustls v0.27.7
7642026-08-31T14:23:39.263Z Downloaded yasna v0.5.2
7652026-08-31T14:23:39.263Z Downloaded signal-hook-mio v0.2.5
7662026-08-31T14:23:39.263Z Downloaded serde-hex v0.1.0
7672026-08-31T14:23:39.263Z Downloaded module-lattice v0.2.3
7682026-08-31T14:23:39.263Z Downloaded num-derive v0.4.2
7692026-08-31T14:23:39.263Z Downloaded ctutils v0.4.2
7702026-08-31T14:23:39.263Z Downloaded universal-hash v0.5.1
7712026-08-31T14:23:39.263Z Downloaded snafu-derive v0.8.9
7722026-08-31T14:23:39.263Z Downloaded socket2 v0.6.3
7732026-08-31T14:23:39.263Z Downloaded unit-prefix v0.5.2
7742026-08-31T14:23:39.264Z Downloaded yoke-derive v0.8.1
7752026-08-31T14:23:39.264Z Downloaded base64 v0.21.7
7762026-08-31T14:23:39.264Z Downloaded slog-dtrace v0.3.0
7772026-08-31T14:23:39.264Z Downloaded smf v0.2.3
7782026-08-31T14:23:39.264Z Downloaded pem v3.0.6
7792026-08-31T14:23:39.264Z Downloaded darling_macro v0.20.11
7802026-08-31T14:23:39.264Z Downloaded compact_str v0.8.1
7812026-08-31T14:23:39.264Z Downloaded arc-swap v1.8.2
7822026-08-31T14:23:39.264Z Downloaded pem-rfc7468 v0.7.0
7832026-08-31T14:23:39.264Z Downloaded difflib v0.4.0
7842026-08-31T14:23:39.264Z Downloaded peg-macros v0.8.5
7852026-08-31T14:23:39.264Z Downloaded r2d2 v0.8.10
7862026-08-31T14:23:39.264Z Downloaded async-compression v0.4.41
7872026-08-31T14:23:39.265Z Downloaded openssl-sys v0.9.117
7882026-08-31T14:23:39.265Z Downloaded sqlformat v0.3.5
7892026-08-31T14:23:39.265Z Downloaded stringprep v0.1.5
7902026-08-31T14:23:39.265Z Downloaded expectorate v1.2.0
7912026-08-31T14:23:39.265Z Downloaded quinn v0.11.11
7922026-08-31T14:23:39.265Z Downloaded p384 v0.14.0
7932026-08-31T14:23:39.265Z Downloaded schemars v0.9.0
7942026-08-31T14:23:39.265Z Downloaded tracing-core v0.1.36
7952026-08-31T14:23:39.265Z Downloaded toml v0.7.8
7962026-08-31T14:23:39.265Z Downloaded tokio-tungstenite v0.23.1
7972026-08-31T14:23:39.265Z Downloaded tinystr v0.8.2
7982026-08-31T14:23:39.265Z Downloaded ecdsa v0.16.9
7992026-08-31T14:23:39.265Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8002026-08-31T14:23:39.265Z Downloaded serde_tokenstream v0.3.0
8012026-08-31T14:23:39.266Z Downloaded is_ci v1.2.0
8022026-08-31T14:23:39.266Z Downloaded prettyplease v0.2.37
8032026-08-31T14:23:39.266Z Downloaded num-conv v0.2.0
8042026-08-31T14:23:39.266Z Downloaded utf8_iter v1.0.4
8052026-08-31T14:23:39.266Z Downloaded schemars_derive v0.8.22
8062026-08-31T14:23:39.266Z Downloaded lzss v0.8.2
8072026-08-31T14:23:39.266Z Downloaded dirs-sys-next v0.1.2
8082026-08-31T14:23:39.266Z Downloaded dsl_auto_type v0.2.0
8092026-08-31T14:23:39.266Z Downloaded ml-kem v0.3.2
8102026-08-31T14:23:39.266Z Downloaded ignore v0.4.25
8112026-08-31T14:23:39.266Z Downloaded linked-hash-map v0.5.6
8122026-08-31T14:23:39.266Z Downloaded schemars v1.2.1
8132026-08-31T14:23:39.266Z Downloaded illumos-nvpair-sys v0.2.0
8142026-08-31T14:23:39.266Z Downloaded inout v0.2.2
8152026-08-31T14:23:39.266Z Downloaded cc v1.2.56
8162026-08-31T14:23:39.267Z Downloaded walkdir v2.5.0
8172026-08-31T14:23:39.267Z Downloaded thiserror-no-std v2.0.2
8182026-08-31T14:23:39.267Z Downloaded zopfli v0.8.3
8192026-08-31T14:23:39.267Z Downloaded hickory-resolver v0.24.4
8202026-08-31T14:23:39.267Z Downloaded mime v0.3.17
8212026-08-31T14:23:39.267Z Downloaded oxnet v0.1.6
8222026-08-31T14:23:39.267Z Downloaded toml_edit v0.19.15
8232026-08-31T14:23:39.267Z Downloaded corncobs v0.1.4
8242026-08-31T14:23:39.267Z Downloaded md5 v0.8.0
8252026-08-31T14:23:39.267Z Downloaded daft-derive v0.1.8
8262026-08-31T14:23:39.267Z Downloaded data-encoding v2.10.0
8272026-08-31T14:23:39.267Z Downloaded der_derive v0.7.3
8282026-08-31T14:23:39.267Z Downloaded wyz v0.5.1
8292026-08-31T14:23:39.268Z Downloaded parking_lot_core v0.9.12
8302026-08-31T14:23:39.268Z Downloaded similar v2.7.0
8312026-08-31T14:23:39.268Z Downloaded pem-rfc7468 v1.0.0
8322026-08-31T14:23:39.268Z Downloaded pkcs5 v0.8.1
8332026-08-31T14:23:39.268Z Downloaded term v1.2.1
8342026-08-31T14:23:39.268Z Downloaded tokio-dtrace v0.1.1
8352026-08-31T14:23:39.268Z Downloaded ed25519 v3.0.0
8362026-08-31T14:23:39.268Z Downloaded ref-cast-impl v1.0.25
8372026-08-31T14:23:39.268Z Downloaded progenitor-impl v0.14.0
8382026-08-31T14:23:39.268Z Downloaded hashbrown v0.13.2
8392026-08-31T14:23:39.268Z Downloaded http v1.4.2
8402026-08-31T14:23:39.268Z Downloaded lock_api v0.4.14
8412026-08-31T14:23:39.268Z Downloaded icu_provider v2.1.1
8422026-08-31T14:23:39.269Z Downloaded simd-adler32 v0.3.8
8432026-08-31T14:23:39.269Z Downloaded const_format v0.2.35
8442026-08-31T14:23:39.269Z Downloaded parse-size v1.1.0
8452026-08-31T14:23:39.269Z Downloaded native-tls v0.2.18
8462026-08-31T14:23:39.269Z Downloaded owo-colors v4.3.0
8472026-08-31T14:23:39.269Z Downloaded serde-big-array v0.5.1
8482026-08-31T14:23:39.269Z Downloaded signal-hook-tokio v0.3.1
8492026-08-31T14:23:39.269Z Downloaded testing_table v0.3.0
8502026-08-31T14:23:39.269Z Downloaded strip-ansi-escapes v0.2.1
8512026-08-31T14:23:39.269Z Downloaded supports-hyperlinks v3.2.0
8522026-08-31T14:23:39.269Z Downloaded inout v0.1.4
8532026-08-31T14:23:39.269Z Downloaded quick-error v1.2.3
8542026-08-31T14:23:39.269Z Downloaded rustc_version v0.1.7
8552026-08-31T14:23:39.269Z Downloaded hickory-server v0.25.2
8562026-08-31T14:23:39.269Z Downloaded serde_spanned v1.1.1
8572026-08-31T14:23:39.270Z Downloaded bumpalo v3.20.2
8582026-08-31T14:23:39.270Z Downloaded cookie v0.18.1
8592026-08-31T14:23:39.270Z Downloaded cookie_store v0.22.1
8602026-08-31T14:23:39.270Z Downloaded des v0.9.0
8612026-08-31T14:23:39.270Z Downloaded chumsky v0.9.3
8622026-08-31T14:23:39.270Z Downloaded ctr v0.10.1
8632026-08-31T14:23:40.218Z Downloaded libloading v0.8.9
8642026-08-31T14:23:40.218Z Downloaded oso v0.27.3
8652026-08-31T14:23:40.218Z Downloaded pkg-config v0.3.32
8662026-08-31T14:23:40.218Z Downloaded ppv-lite86 v0.2.21
8672026-08-31T14:23:40.219Z Downloaded twox-hash v2.1.2
8682026-08-31T14:23:40.219Z Downloaded unicode-properties v0.1.4
8692026-08-31T14:23:40.219Z Downloaded tinyvec v1.10.0
8702026-08-31T14:23:40.219Z Downloaded zone_cfg_derive v0.3.1
8712026-08-31T14:23:40.219Z Downloaded progenitor-impl v0.13.0
8722026-08-31T14:23:40.219Z Downloaded hashbrown v0.15.5
8732026-08-31T14:23:40.219Z Downloaded darling_core v0.21.3
8742026-08-31T14:23:40.219Z Downloaded rustyline v14.0.0
8752026-08-31T14:23:40.219Z Downloaded xshell-macros v0.2.7
8762026-08-31T14:23:40.219Z Downloaded usdt-macro v0.6.0
8772026-08-31T14:23:40.219Z Downloaded ssh-encoding v0.3.0
8782026-08-31T14:23:40.219Z Downloaded thread_local v1.1.9
8792026-08-31T14:23:40.219Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8802026-08-31T14:23:40.220Z Downloaded zerocopy v0.6.6
8812026-08-31T14:23:40.220Z Downloaded num-integer v0.1.46
8822026-08-31T14:23:40.220Z Downloaded phf v0.13.1
8832026-08-31T14:23:40.220Z Downloaded kstat-rs v0.2.5
8842026-08-31T14:23:40.220Z Downloaded managed v0.8.0
8852026-08-31T14:23:40.220Z Downloaded parking_lot v0.11.2
8862026-08-31T14:23:40.220Z Downloaded parse-display-derive v0.10.0
8872026-08-31T14:23:40.220Z Downloaded rand_core v0.6.4
8882026-08-31T14:23:40.220Z Downloaded darling_macro v0.13.4
8892026-08-31T14:23:40.220Z Downloaded internet-checksum v0.2.1
8902026-08-31T14:23:40.220Z Downloaded drift v0.2.0
8912026-08-31T14:23:40.220Z Downloaded humantime v2.3.0
8922026-08-31T14:23:40.220Z Downloaded elliptic-curve v0.13.8
8932026-08-31T14:23:40.220Z Downloaded primeorder v0.13.6
8942026-08-31T14:23:40.221Z Downloaded icu_normalizer v2.1.1
8952026-08-31T14:23:40.221Z Downloaded libscf-sys v1.2.0
8962026-08-31T14:23:40.221Z Downloaded tui-tree-widget v0.23.1
8972026-08-31T14:23:40.221Z Downloaded openssl-macros v0.1.1
8982026-08-31T14:23:40.221Z Downloaded serdect v0.4.3
8992026-08-31T14:23:40.221Z Downloaded vergen-lib v0.1.6
9002026-08-31T14:23:40.221Z Downloaded rpassword v7.5.4
9012026-08-31T14:23:40.221Z Downloaded rustls-pemfile v2.2.0
9022026-08-31T14:23:40.221Z Downloaded sec1 v0.7.3
9032026-08-31T14:23:40.221Z Downloaded zstd v0.13.3
9042026-08-31T14:23:40.221Z Downloaded hashbrown v0.14.5
9052026-08-31T14:23:40.221Z Downloaded proc-macro-error2 v2.0.1
9062026-08-31T14:23:40.221Z Downloaded aes v0.9.1
9072026-08-31T14:23:40.221Z Downloaded packed_struct_codegen v0.10.1
9082026-08-31T14:23:40.222Z Downloaded darling v0.13.4
9092026-08-31T14:23:40.222Z Downloaded yansi v1.0.1
9102026-08-31T14:23:40.222Z Downloaded crossbeam-channel v0.5.15
9112026-08-31T14:23:40.222Z Downloaded crypto-bigint v0.5.5
9122026-08-31T14:23:40.222Z Downloaded papergrid v0.18.0
9132026-08-31T14:23:40.222Z Downloaded slog-scope v4.4.1
9142026-08-31T14:23:40.222Z Downloaded displaydoc v0.2.5
9152026-08-31T14:23:40.222Z Downloaded powerfmt v0.2.0
9162026-08-31T14:23:40.222Z Downloaded rand_xorshift v0.4.0
9172026-08-31T14:23:40.222Z Downloaded russh-cryptovec v0.62.0
9182026-08-31T14:23:40.222Z Downloaded rustc_version v0.4.1
9192026-08-31T14:23:40.222Z Downloaded futures-util v0.3.32
9202026-08-31T14:23:40.222Z Downloaded derive_builder_core v0.20.2
9212026-08-31T14:23:40.222Z Downloaded num-rational v0.4.2
9222026-08-31T14:23:40.222Z Downloaded salsa20 v0.11.0
9232026-08-31T14:23:40.223Z Downloaded keccak v0.1.6
9242026-08-31T14:23:40.223Z Downloaded xshell v0.2.7
9252026-08-31T14:23:40.223Z Downloaded secrecy v0.8.0
9262026-08-31T14:23:40.223Z Downloaded sha1 v0.11.0
9272026-08-31T14:23:40.223Z Downloaded strum v0.26.3
9282026-08-31T14:23:40.223Z Downloaded num-traits v0.2.19
9292026-08-31T14:23:40.223Z Downloaded scroll_derive v0.13.1
9302026-08-31T14:23:40.223Z Downloaded serde_repr v0.1.20
9312026-08-31T14:23:40.223Z Downloaded yoke v0.8.1
9322026-08-31T14:23:40.223Z Downloaded tokio-stream v0.1.18
9332026-08-31T14:23:40.223Z Downloaded zip v0.6.6
9342026-08-31T14:23:40.223Z Downloaded crossbeam-deque v0.8.6
9352026-08-31T14:23:40.223Z Downloaded csv-core v0.1.13
9362026-08-31T14:23:40.224Z Downloaded take_mut v0.2.2
9372026-08-31T14:23:40.224Z Downloaded tower-service v0.3.3
9382026-08-31T14:23:40.224Z Downloaded thiserror-impl-no-std v2.0.2
9392026-08-31T14:23:40.224Z Downloaded pretty_assertions v1.4.1
9402026-08-31T14:23:40.224Z Downloaded ed25519 v2.2.3
9412026-08-31T14:23:40.224Z Downloaded rand v0.10.1
9422026-08-31T14:23:40.224Z Downloaded impl-trait-for-tuples v0.2.3
9432026-08-31T14:23:40.224Z Downloaded icu_normalizer_data v2.1.1
9442026-08-31T14:23:40.224Z Downloaded phf v0.12.1
9452026-08-31T14:23:40.224Z Downloaded rsa v0.9.10
9462026-08-31T14:23:40.224Z Downloaded phc v0.6.1
9472026-08-31T14:23:40.224Z Downloaded derive_builder v0.20.2
9482026-08-31T14:23:40.224Z Downloaded phf_shared v0.11.3
9492026-08-31T14:23:40.224Z Downloaded curve25519-dalek-derive v0.1.1
9502026-08-31T14:23:40.225Z Downloaded defmt-parser v1.0.0
9512026-08-31T14:23:40.225Z Downloaded digest-io v0.1.0
9522026-08-31T14:23:40.225Z Downloaded dirs-next v2.0.0
9532026-08-31T14:23:40.225Z Downloaded lru-slab v0.1.2
9542026-08-31T14:23:40.225Z Downloaded smallvec v1.15.1
9552026-08-31T14:23:40.225Z Downloaded oxide-generation v0.1.3
9562026-08-31T14:23:40.225Z Downloaded crossterm v0.28.1
9572026-08-31T14:23:40.225Z Downloaded crc v3.4.0
9582026-08-31T14:23:40.225Z Downloaded hybrid-array v0.4.13
9592026-08-31T14:23:40.225Z Downloaded iana-time-zone v0.1.65
9602026-08-31T14:23:40.225Z Downloaded tungstenite v0.23.0
9612026-08-31T14:23:40.225Z Downloaded signal-hook-registry v1.4.8
9622026-08-31T14:23:40.225Z Downloaded ssh-cipher v0.3.0
9632026-08-31T14:23:42.101Z Downloaded support-bundle-viewer v0.1.2
9642026-08-31T14:23:42.101Z Downloaded new_debug_unreachable v1.0.6
9652026-08-31T14:23:42.101Z Downloaded oxide-update-engine-types v0.1.2
9662026-08-31T14:23:42.101Z Downloaded progenitor v0.14.0
9672026-08-31T14:23:42.101Z Downloaded memmap2 v0.9.10
9682026-08-31T14:23:42.101Z Downloaded tls_codec v0.4.2
9692026-08-31T14:23:42.101Z Downloaded cstr-argument v0.1.2
9702026-08-31T14:23:42.108Z Downloaded instability v0.3.11
9712026-08-31T14:23:42.109Z Downloaded predicates-tree v1.0.13
9722026-08-31T14:23:42.109Z Downloaded uuid v1.23.4
9732026-08-31T14:23:42.109Z Downloaded multer v3.1.0
9742026-08-31T14:23:42.109Z Downloaded rcgen v0.12.1
9752026-08-31T14:23:42.109Z Downloaded derive_more-impl v2.1.1
9762026-08-31T14:23:42.109Z Downloaded p521 v0.14.0
9772026-08-31T14:23:42.109Z Downloaded rustls-webpki v0.103.13
9782026-08-31T14:23:42.109Z Downloaded darling_core v0.13.4
9792026-08-31T14:23:42.109Z Downloaded crc-any v2.5.0
9802026-08-31T14:23:42.109Z Downloaded recursive-proc-macro-impl v0.1.1
9812026-08-31T14:23:42.109Z Downloaded russh-util v0.52.0
9822026-08-31T14:23:42.109Z Downloaded pin-project v1.1.11
9832026-08-31T14:23:42.109Z Downloaded slog-stdlog v4.1.1
9842026-08-31T14:23:42.110Z Downloaded smallvec v0.6.14
9852026-08-31T14:23:42.110Z Downloaded signature v3.0.0
9862026-08-31T14:23:42.110Z Downloaded tagptr v0.2.0
9872026-08-31T14:23:42.110Z Downloaded icu_locale_core v2.1.1
9882026-08-31T14:23:42.110Z Downloaded paste v1.0.15
9892026-08-31T14:23:42.110Z Downloaded writeable v0.6.2
9902026-08-31T14:23:42.110Z Downloaded h2 v0.4.15
9912026-08-31T14:23:42.110Z Downloaded postgres-types v0.2.12
9922026-08-31T14:23:42.110Z Downloaded ingot-macros v0.2.0
9932026-08-31T14:23:42.110Z Downloaded indicatif v0.18.4
9942026-08-31T14:23:42.110Z Downloaded hyper-staticfile v0.10.1
9952026-08-31T14:23:42.110Z Downloaded slog-envlogger v2.2.0
9962026-08-31T14:23:42.110Z Downloaded thread-id v5.1.0
9972026-08-31T14:23:42.110Z Downloaded serde_yaml v0.9.34+deprecated
9982026-08-31T14:23:42.111Z Downloaded slog v2.8.2
9992026-08-31T14:23:42.111Z Downloaded rsa v0.10.0-rc.18
10002026-08-31T14:23:42.111Z Downloaded x509-cert v0.2.5
10012026-08-31T14:23:42.111Z Downloaded strsim v0.10.0
10022026-08-31T14:23:42.111Z Downloaded vergen-git2 v9.1.0
10032026-08-31T14:23:42.111Z Downloaded nanorand v0.7.0
10042026-08-31T14:23:42.111Z Downloaded convert_case v0.4.0
10052026-08-31T14:23:42.111Z Downloaded libxml v0.3.3
10062026-08-31T14:23:42.111Z Downloaded hkdf v0.12.4
10072026-08-31T14:23:42.111Z Downloaded hkdf v0.13.0
10082026-08-31T14:23:42.111Z Downloaded pin-project-lite v0.2.17
10092026-08-31T14:23:42.111Z Downloaded polyval v0.7.1
10102026-08-31T14:23:42.111Z Downloaded num-complex v0.4.6
10112026-08-31T14:23:42.111Z Downloaded vergen-gitcl v1.0.8
10122026-08-31T14:23:42.111Z Downloaded const_format_proc_macros v0.2.34
10132026-08-31T14:23:42.112Z Downloaded crucible-workspace-hack v0.1.0
10142026-08-31T14:23:42.112Z Downloaded dof v0.4.0
10152026-08-31T14:23:42.112Z Downloaded tokio-macros v2.7.0
10162026-08-31T14:23:42.112Z Downloaded untrusted v0.9.0
10172026-08-31T14:23:42.112Z Downloaded aes-gcm v0.11.0
10182026-08-31T14:23:42.112Z Downloaded aho-corasick v1.1.4
10192026-08-31T14:23:42.112Z Downloaded tracing-attributes v0.1.31
10202026-08-31T14:23:42.112Z Downloaded serde_path_to_error v0.1.20
10212026-08-31T14:23:42.112Z Downloaded multimap v0.10.1
10222026-08-31T14:23:42.112Z Downloaded openssl-probe v0.1.6
10232026-08-31T14:23:42.112Z Downloaded ingot-types v0.2.0
10242026-08-31T14:23:42.112Z Downloaded samael v0.0.19
10252026-08-31T14:23:42.112Z Downloaded maplit v1.0.2
10262026-08-31T14:23:42.112Z Downloaded oso-derive v0.27.3
10272026-08-31T14:23:42.113Z Downloaded num_enum_derive v0.5.11
10282026-08-31T14:23:42.113Z Downloaded digest v0.11.3
10292026-08-31T14:23:42.113Z Downloaded darling v0.20.11
10302026-08-31T14:23:42.113Z Downloaded crossbeam-epoch v0.9.18
10312026-08-31T14:23:42.113Z Downloaded diesel_derives v2.3.7
10322026-08-31T14:23:42.113Z Downloaded litemap v0.8.1
10332026-08-31T14:23:42.113Z Downloaded num_enum v0.5.11
10342026-08-31T14:23:42.113Z Downloaded num_enum v0.7.6
10352026-08-31T14:23:42.113Z Downloaded oxide-update-engine v0.1.2
10362026-08-31T14:23:42.113Z Downloaded serde_plain v1.0.2
10372026-08-31T14:23:42.113Z Downloaded derive-where v1.6.0
10382026-08-31T14:23:42.113Z Downloaded itertools v0.10.5
10392026-08-31T14:23:42.113Z Downloaded vsss-rs v3.3.4
10402026-08-31T14:23:42.113Z Downloaded critical-section v1.2.0
10412026-08-31T14:23:42.114Z Downloaded resolv-conf v0.7.6
10422026-08-31T14:23:42.114Z Downloaded tokio-rustls v0.26.4
10432026-08-31T14:23:42.114Z Downloaded peg v0.8.5
10442026-08-31T14:23:42.114Z Downloaded precomputed-hash v0.1.1
10452026-08-31T14:23:42.114Z Downloaded scrypt v0.12.0
10462026-08-31T14:23:42.114Z Downloaded der v0.8.0
10472026-08-31T14:23:42.114Z Downloaded defmt-macros v1.0.1
10482026-08-31T14:23:42.114Z Downloaded spki v0.8.0
10492026-08-31T14:23:42.114Z Downloaded spki v0.7.3
10502026-08-31T14:23:42.114Z Downloaded defmt v0.3.100
10512026-08-31T14:23:42.114Z Downloaded sponge-cursor v0.1.0
10522026-08-31T14:23:42.114Z Downloaded tabwriter v1.4.1
10532026-08-31T14:23:42.114Z Downloaded want v0.3.1
10542026-08-31T14:23:42.114Z Downloaded wnaf v0.14.0
10552026-08-31T14:23:42.114Z Downloaded miniz_oxide v0.8.9
10562026-08-31T14:23:42.114Z Downloaded newtype_derive v0.1.6
10572026-08-31T14:23:42.115Z Downloaded ident_case v1.0.1
10582026-08-31T14:23:42.115Z Downloaded tungstenite v0.21.0
10592026-08-31T14:23:42.115Z Downloaded jiff-static v0.2.34
10602026-08-31T14:23:42.115Z Downloaded unsafe-libyaml v0.2.11
10612026-08-31T14:23:42.115Z Downloaded crossbeam-utils v0.8.21
10622026-08-31T14:23:42.115Z Downloaded whoami v2.1.0
10632026-08-31T14:23:43.242Z Downloaded linear-map v1.2.0
10642026-08-31T14:23:43.242Z Downloaded pkcs8 v0.10.2
10652026-08-31T14:23:43.242Z Downloaded psl-types v2.0.11
10662026-08-31T14:23:43.242Z Downloaded sapling-renderdag v0.1.0
10672026-08-31T14:23:43.242Z Downloaded parse-display v0.10.0
10682026-08-31T14:23:43.242Z Downloaded shell-words v1.1.1
10692026-08-31T14:23:43.242Z Downloaded unarray v0.1.4
10702026-08-31T14:23:43.242Z Downloaded typify-macro v0.6.2
10712026-08-31T14:23:43.242Z Downloaded debug-ignore v1.0.5
10722026-08-31T14:23:43.242Z Downloaded hyper v1.10.1
10732026-08-31T14:23:43.242Z Downloaded icu_collections v2.1.1
10742026-08-31T14:23:43.243Z Downloaded itertools v0.15.0
10752026-08-31T14:23:43.243Z Downloaded signal-hook v0.3.18
10762026-08-31T14:23:43.243Z Downloaded libbz2-rs-sys v0.2.2
10772026-08-31T14:23:43.243Z Downloaded darling_core v0.23.0
10782026-08-31T14:23:43.243Z Downloaded rustversion v1.0.22
10792026-08-31T14:23:43.243Z Downloaded zone v0.3.1
10802026-08-31T14:23:43.243Z Downloaded supports-color v3.0.2
10812026-08-31T14:23:43.243Z Downloaded dtrace-parser v0.3.0
10822026-08-31T14:23:43.243Z Downloaded rayon-core v1.13.0
10832026-08-31T14:23:43.243Z Downloaded progenitor-client v0.13.0
10842026-08-31T14:23:43.243Z Downloaded waitgroup v0.1.2
10852026-08-31T14:23:43.243Z Downloaded cpufeatures v0.3.0
10862026-08-31T14:23:43.244Z Downloaded prefix-trie v0.7.0
10872026-08-31T14:23:43.244Z Downloaded ecdsa v0.17.0
10882026-08-31T14:23:43.244Z Downloaded tokio-tungstenite v0.21.0
10892026-08-31T14:23:43.244Z Downloaded defmt v1.0.1
10902026-08-31T14:23:43.244Z Downloaded nodrop v0.1.14
10912026-08-31T14:23:43.244Z Downloaded slog-async v2.8.0
10922026-08-31T14:23:43.244Z Downloaded either v1.15.0
10932026-08-31T14:23:43.244Z Downloaded libefi-sys v0.1.0
10942026-08-31T14:23:43.244Z Downloaded oxide-update-engine-display v0.1.2
10952026-08-31T14:23:43.244Z Downloaded tiny-keccak v2.0.2
10962026-08-31T14:23:43.244Z Downloaded ryu v1.0.23
10972026-08-31T14:23:43.244Z Downloaded opaque-debug v0.3.1
10982026-08-31T14:23:43.244Z Downloaded rustc-hash v2.1.1
10992026-08-31T14:23:43.244Z Downloaded proc-macro-crate v3.4.0
11002026-08-31T14:23:43.245Z Downloaded seq-macro v0.3.6
11012026-08-31T14:23:43.245Z Downloaded usdt v0.6.0
11022026-08-31T14:23:43.245Z Downloaded progenitor-macro v0.14.0
11032026-08-31T14:23:43.245Z Downloaded rand_chacha v0.9.0
11042026-08-31T14:23:43.245Z Downloaded sec1 v0.8.1
11052026-08-31T14:23:43.245Z Downloaded slog-json v2.6.1
11062026-08-31T14:23:43.245Z Downloaded md-5 v0.10.6
11072026-08-31T14:23:43.245Z Downloaded steno v0.4.1
11082026-08-31T14:23:43.245Z Downloaded toml_parser v1.1.2+spec-1.1.0
11092026-08-31T14:23:43.245Z Downloaded unicode-segmentation v1.12.0
11102026-08-31T14:23:43.246Z Downloaded diesel-dtrace v0.5.0
11112026-08-31T14:23:43.246Z Downloaded crunchy v0.2.4
11122026-08-31T14:23:43.246Z Downloaded indent_write v2.2.0
11132026-08-31T14:23:43.246Z Downloaded ssh-key v0.7.0-rc.11
11142026-08-31T14:23:43.246Z Downloaded crc8 v0.1.1
11152026-08-31T14:23:43.246Z Downloaded primeorder v0.14.0
11162026-08-31T14:23:43.246Z Downloaded knus-derive v3.4.0
11172026-08-31T14:23:43.246Z Downloaded poly1305 v0.8.0
11182026-08-31T14:23:43.246Z Downloaded crypto-common v0.2.2
11192026-08-31T14:23:43.246Z Downloaded proc-macro-crate v1.3.1
11202026-08-31T14:23:43.246Z Downloaded lru v0.12.5
11212026-08-31T14:23:43.247Z Downloaded newtype-uuid-macros v0.1.0
11222026-08-31T14:23:43.247Z Downloaded static_assertions v1.1.0
11232026-08-31T14:23:43.247Z Downloaded tar v0.4.46
11242026-08-31T14:23:43.247Z Downloaded derive_builder_macro v0.20.2
11252026-08-31T14:23:43.247Z Downloaded rustls-pki-types v1.14.0
11262026-08-31T14:23:43.247Z Downloaded indexmap v1.9.3
11272026-08-31T14:23:43.247Z Downloaded git2 v0.20.4
11282026-08-31T14:23:43.247Z Downloaded toml_edit v0.23.10+spec-1.0.0
11292026-08-31T14:23:43.247Z Downloaded serde_urlencoded v0.7.1
11302026-08-31T14:23:43.247Z Downloaded salty v0.3.0
11312026-08-31T14:23:43.247Z Downloaded same-file v1.0.6
11322026-08-31T14:23:43.247Z Downloaded ipnet v2.12.0
11332026-08-31T14:23:43.247Z Downloaded match_cfg v0.1.0
11342026-08-31T14:23:43.247Z Downloaded parking_lot_core v0.8.6
11352026-08-31T14:23:43.248Z Downloaded typify v0.6.2
11362026-08-31T14:23:43.248Z Downloaded is-terminal v0.4.17
11372026-08-31T14:23:43.248Z Downloaded path-slash v0.1.5
11382026-08-31T14:23:43.248Z Downloaded zeroize v1.9.0
11392026-08-31T14:23:43.248Z Downloaded universal-hash v0.6.1
11402026-08-31T14:23:43.248Z Downloaded document-features v0.2.12
11412026-08-31T14:23:43.248Z Downloaded ingot v0.2.1
11422026-08-31T14:23:43.248Z Downloaded phf_shared v0.12.1
11432026-08-31T14:23:43.248Z Downloaded publicsuffix v2.3.0
11442026-08-31T14:23:43.248Z Downloaded strum_macros v0.26.4
11452026-08-31T14:23:43.248Z Downloaded mio v1.2.0
11462026-08-31T14:23:43.248Z Downloaded darling_core v0.20.11
11472026-08-31T14:23:43.248Z Downloaded pkcs1 v0.8.0-rc.4
11482026-08-31T14:23:43.248Z Downloaded tls_codec_derive v0.4.2
11492026-08-31T14:23:43.249Z Downloaded tinyvec_macros v0.1.1
11502026-08-31T14:23:43.249Z Downloaded illumos-nvpair v0.3.0
11512026-08-31T14:23:43.249Z Downloaded lru-cache v0.1.2
11522026-08-31T14:23:43.249Z Downloaded zstd-safe v7.2.4
11532026-08-31T14:23:43.249Z Downloaded russh v0.62.4
11542026-08-31T14:23:43.249Z Downloaded toml_writer v1.1.1+spec-1.1.0
11552026-08-31T14:23:43.250Z Downloaded xattr v1.6.1
11562026-08-31T14:23:43.250Z Downloaded sigpipe v0.1.3
11572026-08-31T14:23:43.250Z Downloaded olpc-cjson v0.1.4
11582026-08-31T14:23:43.250Z Downloaded vergen v9.1.0
11592026-08-31T14:23:43.250Z Downloaded zerocopy-derive v0.8.55
11602026-08-31T14:23:43.250Z Downloaded ref-cast v1.0.25
11612026-08-31T14:23:43.250Z Downloaded term v0.7.0
11622026-08-31T14:23:43.250Z Downloaded jiff-core v0.1.0
11632026-08-31T14:23:44.339Z Downloaded ron v0.8.1
11642026-08-31T14:23:44.339Z Downloaded crc32fast v1.5.0
11652026-08-31T14:23:44.339Z Downloaded unicode-truncate v1.1.0
11662026-08-31T14:23:44.339Z Downloaded port-file v0.1.0
11672026-08-31T14:23:44.339Z Downloaded rustls-native-certs v0.8.3
11682026-08-31T14:23:44.339Z Downloaded termtree v0.5.1
11692026-08-31T14:23:44.339Z Downloaded stacker v0.1.23
11702026-08-31T14:23:44.340Z Downloaded url v2.5.8
11712026-08-31T14:23:44.340Z Downloaded icu_properties v2.1.2
11722026-08-31T14:23:44.340Z Downloaded tough v0.22.0
11732026-08-31T14:23:44.340Z Downloaded ed25519-dalek v2.2.0
11742026-08-31T14:23:44.340Z Downloaded spin v0.9.8
11752026-08-31T14:23:44.340Z Downloaded toml v1.1.2+spec-1.1.0
11762026-08-31T14:23:44.340Z Downloaded zerotrie v0.2.3
11772026-08-31T14:23:44.340Z Downloaded sha2 v0.11.0
11782026-08-31T14:23:44.340Z Downloaded hyper-tls v0.6.0
11792026-08-31T14:23:44.340Z Downloaded miette-derive v7.6.0
11802026-08-31T14:23:44.340Z Downloaded subprocess v0.2.15
11812026-08-31T14:23:44.340Z Downloaded zeroize_derive v1.5.0
11822026-08-31T14:23:44.340Z Downloaded qorb v0.4.1
11832026-08-31T14:23:44.340Z Downloaded strum_macros v0.24.3
11842026-08-31T14:23:44.340Z Downloaded litrs v1.0.0
11852026-08-31T14:23:44.340Z Downloaded darling v0.23.0
11862026-08-31T14:23:44.340Z Downloaded num-bigint v0.4.6
11872026-08-31T14:23:44.340Z Downloaded derive_more v2.1.1
11882026-08-31T14:23:44.340Z Downloaded tower v0.5.3
11892026-08-31T14:23:44.340Z Downloaded keccak v0.2.0
11902026-08-31T14:23:44.341Z Downloaded minimal-lexical v0.2.1
11912026-08-31T14:23:44.341Z Downloaded typed-path v0.9.3
11922026-08-31T14:23:44.341Z Downloaded zerovec v0.11.5
11932026-08-31T14:23:44.341Z Downloaded dropshot-api-manager v0.8.0
11942026-08-31T14:23:44.341Z Downloaded rand v0.8.6
11952026-08-31T14:23:44.341Z Downloaded pin-project-internal v1.1.11
11962026-08-31T14:23:44.341Z Downloaded goblin v0.10.5
11972026-08-31T14:23:44.341Z Downloaded parking_lot v0.12.5
11982026-08-31T14:23:44.341Z Downloaded constant_time_eq v0.4.2
11992026-08-31T14:23:44.341Z Downloaded winnow v0.5.40
12002026-08-31T14:23:44.341Z Downloaded scroll v0.13.0
12012026-08-31T14:23:44.341Z Downloaded winnow v1.0.3
12022026-08-31T14:23:44.341Z Downloaded blake3 v1.8.5
12032026-08-31T14:23:44.341Z Downloaded quinn-udp v0.5.14
12042026-08-31T14:23:44.341Z Downloaded zip v4.6.1
12052026-08-31T14:23:44.341Z Downloaded regex v1.12.3
12062026-08-31T14:23:44.341Z Downloaded dropshot_endpoint v0.17.1
12072026-08-31T14:23:44.341Z Downloaded winnow v0.6.26
12082026-08-31T14:23:44.341Z Downloaded smoltcp v0.9.1
12092026-08-31T14:23:44.341Z Downloaded libm v0.2.16
12102026-08-31T14:23:44.342Z Downloaded derive_more v0.99.20
12112026-08-31T14:23:44.342Z Downloaded diff v0.1.13
12122026-08-31T14:23:44.342Z Downloaded knus v3.4.0
12132026-08-31T14:23:44.342Z Downloaded crossterm v0.29.0
12142026-08-31T14:23:44.342Z Downloaded p256 v0.14.0
12152026-08-31T14:23:44.342Z Downloaded vte v0.14.1
12162026-08-31T14:23:44.342Z Downloaded bitvec v1.0.1
12172026-08-31T14:23:44.342Z Downloaded unicode_categories v0.1.1
12182026-08-31T14:23:44.342Z Downloaded scuffle v0.1.0
12192026-08-31T14:23:44.342Z Downloaded aws-lc-rs v1.16.3
12202026-08-31T14:23:44.342Z Downloaded bindgen v0.71.1
12212026-08-31T14:23:44.342Z Downloaded gimli v0.32.3
12222026-08-31T14:23:44.342Z Downloaded internal-russh-num-bigint v0.5.0
12232026-08-31T14:23:44.342Z Downloaded tabled v0.21.0
12242026-08-31T14:23:44.342Z Downloaded idna v1.1.0
12252026-08-31T14:23:44.342Z Downloaded miette v7.6.0
12262026-08-31T14:23:44.342Z Downloaded proptest v1.11.0
12272026-08-31T14:23:44.342Z Downloaded lalrpop v0.19.12
12282026-08-31T14:23:44.342Z Downloaded object v0.30.4
12292026-08-31T14:23:44.342Z Downloaded serde_with v1.14.0
12302026-08-31T14:23:44.342Z Downloaded nom v7.1.3
12312026-08-31T14:23:44.342Z Downloaded crypto-primes v0.7.2
12322026-08-31T14:23:44.342Z Downloaded snafu v0.8.9
12332026-08-31T14:23:44.343Z Downloaded test-strategy v0.4.5
12342026-08-31T14:23:44.343Z Downloaded iddqd v0.4.2
12352026-08-31T14:23:44.343Z Downloaded itertools v0.12.1
12362026-08-31T14:23:44.343Z Downloaded rayon v1.11.0
12372026-08-31T14:23:44.343Z Downloaded chrono v0.4.45
12382026-08-31T14:23:44.346Z Downloaded reedline v0.40.0
12392026-08-31T14:23:44.347Z Downloaded reqwest v0.13.2
12402026-08-31T14:23:44.347Z Downloaded sha3 v0.12.0
12412026-08-31T14:23:44.347Z Downloaded time v0.3.47
12422026-08-31T14:23:44.347Z Downloaded rand v0.9.2
12432026-08-31T14:23:44.347Z Downloaded der v0.7.10
12442026-08-31T14:23:44.347Z Downloaded hickory-proto v0.24.4
12452026-08-31T14:23:44.347Z Downloaded tokio-util v0.7.18
12462026-08-31T14:23:44.347Z Downloaded num-bigint-dig v0.8.6
12472026-08-31T14:23:44.347Z Downloaded quick-xml v0.37.5
12482026-08-31T14:23:44.347Z Downloaded serde_with v3.21.0
12492026-08-31T14:23:44.348Z Downloaded icu_properties_data v2.1.2
12502026-08-31T14:23:44.348Z Downloaded itertools v0.13.0
12512026-08-31T14:23:44.348Z Downloaded tokio-postgres v0.7.16
12522026-08-31T14:23:44.348Z Downloaded quinn-proto v0.11.16
12532026-08-31T14:23:44.348Z Downloaded rustls v0.23.41
12542026-08-31T14:23:44.348Z Downloaded rawzip v0.4.4
12552026-08-31T14:23:44.348Z Downloaded nix v0.27.1
12562026-08-31T14:23:44.348Z Downloaded petname v2.0.2
12572026-08-31T14:23:44.348Z Downloaded unicode-normalization v0.1.25
12582026-08-31T14:23:44.348Z Downloaded polar-core v0.27.3
12592026-08-31T14:23:44.348Z Downloaded hickory-proto v0.25.2
12602026-08-31T14:23:44.348Z Downloaded hyper-util v0.1.20
12612026-08-31T14:23:44.349Z Downloaded nix v0.28.0
12622026-08-31T14:23:44.349Z Downloaded nix v0.31.2
12632026-08-31T14:23:45.497Z Downloaded portable-atomic v1.13.1
12642026-08-31T14:23:45.497Z Downloaded ed25519-dalek v3.0.0
12652026-08-31T14:23:45.497Z Downloaded moka v0.12.13
12662026-08-31T14:23:45.497Z Downloaded nom v8.0.0
12672026-08-31T14:23:45.497Z Downloaded iri-string v0.7.10
12682026-08-31T14:23:45.497Z Downloaded p384 v0.13.1
12692026-08-31T14:23:45.497Z Downloaded regress v0.10.5
12702026-08-31T14:23:45.497Z Downloaded regex-syntax v0.6.29
12712026-08-31T14:23:45.497Z Downloaded reqwest v0.12.28
12722026-08-31T14:23:45.497Z Downloaded curve25519-dalek v4.1.3
12732026-08-31T14:23:45.497Z Downloaded crypto-bigint v0.7.5
12742026-08-31T14:23:45.497Z Downloaded itertools v0.14.0
12752026-08-31T14:23:45.497Z Downloaded openssl v0.10.80
12762026-08-31T14:23:45.497Z Downloaded zerocopy v0.8.55
12772026-08-31T14:23:45.498Z Downloaded bstr v1.12.1
12782026-08-31T14:23:45.498Z Downloaded rustix v0.38.44
12792026-08-31T14:23:45.498Z Downloaded tower-http v0.6.8
12802026-08-31T14:23:45.498Z Downloaded zlib-rs v0.6.2
12812026-08-31T14:23:45.498Z Downloaded sha3 v0.11.0
12822026-08-31T14:23:45.498Z Downloaded radix_trie v0.2.1
12832026-08-31T14:23:45.498Z Downloaded dropshot v0.17.1
12842026-08-31T14:23:45.498Z Downloaded curve25519-dalek v5.0.0
12852026-08-31T14:23:45.498Z Downloaded openapiv3 v2.2.0
12862026-08-31T14:23:45.498Z Downloaded diesel v2.3.7
12872026-08-31T14:23:45.499Z Downloaded vcpkg v0.2.15
12882026-08-31T14:23:45.499Z Downloaded ratatui v0.29.0
12892026-08-31T14:23:45.499Z Downloaded smoltcp v0.11.0
12902026-08-31T14:23:45.499Z Downloaded regex-syntax v0.8.10
12912026-08-31T14:23:45.499Z Downloaded petgraph v0.6.5
12922026-08-31T14:23:45.499Z Downloaded object v0.37.3
12932026-08-31T14:23:45.499Z Downloaded petgraph v0.8.3
12942026-08-31T14:23:45.499Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-08-31T14:23:45.499Z Downloaded libz-sys v1.1.24
12962026-08-31T14:23:45.500Z Downloaded csv v1.4.0
12972026-08-31T14:23:45.500Z Downloaded tracing v0.1.44
12982026-08-31T14:23:45.500Z Downloaded regress v0.11.1
12992026-08-31T14:23:45.500Z Downloaded typify-impl v0.6.2
13002026-08-31T14:23:45.500Z Downloaded encoding_rs v0.8.35
13012026-08-31T14:23:45.500Z Downloaded sqlparser v0.61.0
13022026-08-31T14:23:45.500Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-08-31T14:23:45.500Z Downloaded regex-automata v0.4.14
13042026-08-31T14:23:45.500Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-08-31T14:23:45.500Z Downloaded sled v0.34.7
13062026-08-31T14:23:45.500Z Downloaded zerocopy-derive v0.6.6
13072026-08-31T14:23:45.500Z Downloaded jiff v0.2.34
13082026-08-31T14:23:45.500Z Downloaded chrono-tz v0.10.4
13092026-08-31T14:23:45.500Z Downloaded sha3 v0.10.8
13102026-08-31T14:23:45.501Z Downloaded tokio v1.52.1
13112026-08-31T14:23:45.501Z Downloaded ring v0.17.14
13122026-08-31T14:23:45.501Z Downloaded aws-lc-sys v0.40.0
13132026-08-31T14:23:45.501Z Compiling serde_core v1.0.229
13142026-08-31T14:23:45.501Z Compiling libc v0.2.185
13152026-08-31T14:23:45.501Z Compiling serde v1.0.229
13162026-08-31T14:23:45.501Z Compiling log v0.4.33
13172026-08-31T14:23:45.501Z Compiling smallvec v1.15.1
13182026-08-31T14:23:45.501Z Compiling find-msvc-tools v0.1.9
13192026-08-31T14:23:45.501Z Compiling shlex v1.3.0
13202026-08-31T14:23:45.501Z Compiling subtle v2.6.1
13212026-08-31T14:23:45.501Z Compiling scopeguard v1.2.0
13222026-08-31T14:23:45.501Z Compiling stable_deref_trait v1.2.1
13232026-08-31T14:23:45.501Z Compiling typenum v1.20.1
13242026-08-31T14:23:45.501Z Compiling zerocopy v0.8.55
13252026-08-31T14:23:45.502Z Compiling portable-atomic v1.13.1
13262026-08-31T14:23:45.502Z Compiling serde_json v1.0.151
13272026-08-31T14:23:45.502Z Compiling syn v2.0.117
13282026-08-31T14:23:45.502Z Compiling syn v3.0.3
13292026-08-31T14:23:45.502Z Compiling critical-section v1.2.0
13302026-08-31T14:23:45.502Z Compiling libm v0.2.16
13312026-08-31T14:23:45.502Z Compiling num-traits v0.2.19
13322026-08-31T14:23:45.502Z Compiling pkg-config v0.3.32
13332026-08-31T14:23:45.502Z Compiling generic-array v0.14.7
13342026-08-31T14:23:45.502Z Compiling lock_api v0.4.14
13352026-08-31T14:23:45.502Z Compiling getrandom v0.4.3
13362026-08-31T14:23:45.502Z Compiling parking_lot_core v0.9.12
13372026-08-31T14:23:45.502Z Compiling const-oid v0.9.6
13382026-08-31T14:23:45.502Z Compiling pin-project-lite v0.2.17
13392026-08-31T14:23:45.502Z Compiling rand_core v0.10.0
13402026-08-31T14:23:45.503Z Compiling futures-core v0.3.32
13412026-08-31T14:23:45.503Z Compiling litemap v0.8.1
13422026-08-31T14:23:45.503Z Compiling writeable v0.6.2
13432026-08-31T14:23:45.503Z Compiling percent-encoding v2.3.2
13442026-08-31T14:23:45.503Z Compiling icu_normalizer_data v2.1.1
13452026-08-31T14:23:45.503Z Compiling icu_properties_data v2.1.2
13462026-08-31T14:23:45.503Z Compiling rustix v1.1.4
13472026-08-31T14:23:45.503Z Compiling getrandom v0.3.4
13482026-08-31T14:23:45.503Z Compiling futures-sink v0.3.32
13492026-08-31T14:23:45.503Z Compiling utf8_iter v1.0.4
13502026-08-31T14:23:45.503Z Compiling futures-io v0.3.32
13512026-08-31T14:23:45.503Z Compiling slab v0.4.12
13522026-08-31T14:23:45.503Z Compiling errno v0.3.14
13532026-08-31T14:23:45.503Z Compiling jobserver v0.1.34
13542026-08-31T14:23:45.504Z Compiling getrandom v0.2.17
13552026-08-31T14:23:45.504Z Compiling mio v1.2.0
13562026-08-31T14:23:45.504Z Compiling signal-hook-registry v1.4.8
13572026-08-31T14:23:45.504Z Compiling rand_core v0.6.4
13582026-08-31T14:23:45.504Z Compiling once_cell v1.21.3
13592026-08-31T14:23:45.504Z Compiling cc v1.2.56
13602026-08-31T14:23:45.504Z Compiling parking_lot v0.12.5
13612026-08-31T14:23:45.504Z Compiling socket2 v0.6.3
13622026-08-31T14:23:45.504Z Compiling futures-channel v0.3.32
13632026-08-31T14:23:46.667Z Compiling futures-task v0.3.32
13642026-08-31T14:23:46.667Z Compiling form_urlencoded v1.2.2
13652026-08-31T14:23:46.667Z Compiling rustversion v1.0.22
13662026-08-31T14:23:46.667Z Compiling iana-time-zone v0.1.65
13672026-08-31T14:23:46.667Z Compiling base64ct v1.8.3
13682026-08-31T14:23:46.667Z Compiling fs_extra v1.3.0
13692026-08-31T14:23:46.668Z Compiling regex-syntax v0.8.10
13702026-08-31T14:23:46.668Z Compiling dunce v1.0.5
13712026-08-31T14:23:46.668Z Compiling ident_case v1.0.1
13722026-08-31T14:23:46.668Z Compiling flagset v0.4.7
13732026-08-31T14:23:46.668Z Compiling rand_core v0.9.5
13742026-08-31T14:23:46.668Z Compiling base64 v0.22.1
13752026-08-31T14:23:46.668Z Compiling vcpkg v0.2.15
13762026-08-31T14:23:46.668Z Compiling syn v1.0.109
13772026-08-31T14:23:46.668Z Compiling tracing-core v0.1.36
13782026-08-31T14:23:46.668Z Compiling pem-rfc7468 v0.7.0
13792026-08-31T14:23:46.668Z Compiling simd-adler32 v0.3.8
13802026-08-31T14:23:46.668Z Compiling cpufeatures v0.2.17
13812026-08-31T14:23:46.669Z Compiling dyn-clone v1.0.20
13822026-08-31T14:23:46.669Z Compiling aws-lc-rs v1.16.3
13832026-08-31T14:23:46.669Z Compiling cmake v0.1.57
13842026-08-31T14:23:46.669Z Compiling schemars v0.8.22
13852026-08-31T14:23:46.669Z Compiling spin v0.9.8
13862026-08-31T14:23:46.669Z Compiling openssl-probe v0.2.1
13872026-08-31T14:23:46.670Z Compiling adler2 v2.0.1
13882026-08-31T14:23:46.670Z Compiling httparse v1.10.1
13892026-08-31T14:23:46.670Z Compiling bitflags v2.11.0
13902026-08-31T14:23:46.670Z Compiling semver v1.0.28
13912026-08-31T14:23:46.670Z Compiling indexmap v2.14.0
13922026-08-31T14:23:46.670Z Compiling uuid v1.23.4
13932026-08-31T14:23:46.670Z Compiling cmov v0.5.4
13942026-08-31T14:23:46.670Z Compiling crc32fast v1.5.0
13952026-08-31T14:23:46.670Z Compiling tinyvec_macros v0.1.1
13962026-08-31T14:23:46.670Z Compiling miniz_oxide v0.8.9
13972026-08-31T14:23:46.670Z Compiling aho-corasick v1.1.4
13982026-08-31T14:23:46.670Z Compiling rustc_version v0.4.1
13992026-08-31T14:23:46.671Z Compiling ctutils v0.4.2
14002026-08-31T14:23:46.671Z Compiling tinyvec v1.10.0
14012026-08-31T14:23:46.671Z Compiling try-lock v0.2.5
14022026-08-31T14:23:46.671Z Compiling untrusted v0.7.1
14032026-08-31T14:23:46.671Z Compiling atomic-waker v1.1.2
14042026-08-31T14:23:46.671Z Compiling aws-lc-sys v0.40.0
14052026-08-31T14:23:46.671Z Compiling openssl-sys v0.9.117
14062026-08-31T14:23:46.671Z Compiling tower-layer v0.3.3
14072026-08-31T14:23:46.671Z Compiling radium v0.7.0
14082026-08-31T14:23:46.671Z Compiling tower-service v0.3.3
14092026-08-31T14:23:46.671Z Compiling want v0.3.1
14102026-08-31T14:23:46.672Z Compiling rustls v0.23.41
14112026-08-31T14:23:46.672Z Compiling openssl v0.10.80
14122026-08-31T14:23:46.672Z Compiling synstructure v0.13.2
14132026-08-31T14:23:46.672Z Compiling serde_derive_internals v0.29.1
14142026-08-31T14:23:46.672Z Compiling pest_generator v2.8.6
14152026-08-31T14:23:46.672Z Compiling darling_core v0.20.11
14162026-08-31T14:23:46.672Z Compiling untrusted v0.9.0
14172026-08-31T14:23:46.672Z Compiling tap v1.0.1
14182026-08-31T14:23:46.672Z Compiling httpdate v1.0.3
14192026-08-31T14:23:46.672Z Compiling tempfile v3.27.0
14202026-08-31T14:23:46.672Z Compiling terminal_size v0.4.3
14212026-08-31T14:23:46.673Z Compiling regex-automata v0.4.14
14222026-08-31T14:23:46.673Z Compiling maybe-uninit v2.0.0
14232026-08-31T14:23:46.673Z Compiling foreign-types-shared v0.1.1
14242026-08-31T14:23:46.673Z Compiling wyz v0.5.1
14252026-08-31T14:23:46.673Z Compiling foreign-types v0.3.2
14262026-08-31T14:23:46.673Z Compiling unicode-normalization v0.1.25
14272026-08-31T14:23:46.673Z Compiling serde_derive v1.0.229
14282026-08-31T14:23:46.673Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-08-31T14:23:46.674Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-31T14:23:46.674Z Compiling num-integer v0.1.46
14312026-08-31T14:23:46.674Z Compiling wait-timeout v0.2.1
14322026-08-31T14:23:46.674Z Compiling ahash v0.8.12
14332026-08-31T14:23:46.675Z Compiling quick-error v1.2.3
14342026-08-31T14:23:46.675Z Compiling bit-vec v0.8.0
14352026-08-31T14:23:46.675Z Compiling num-conv v0.2.0
14362026-08-31T14:23:46.675Z Compiling packed_struct v0.10.1
14372026-08-31T14:23:46.675Z Compiling native-tls v0.2.18
14382026-08-31T14:23:46.675Z Compiling powerfmt v0.2.0
14392026-08-31T14:23:46.675Z Compiling num-bigint-dig v0.8.6
14402026-08-31T14:23:46.675Z Compiling funty v2.0.0
14412026-08-31T14:23:46.675Z Compiling time-core v0.1.8
14422026-08-31T14:23:46.675Z Compiling bit-set v0.8.0
14432026-08-31T14:23:46.675Z Compiling clap_builder v4.6.0
14442026-08-31T14:23:46.675Z Compiling deranged v0.5.8
14452026-08-31T14:23:46.675Z Compiling time-macros v0.2.27
14462026-08-31T14:23:46.675Z Compiling num-iter v0.1.45
14472026-08-31T14:23:46.676Z Compiling rusty-fork v0.3.1
14482026-08-31T14:23:46.676Z Compiling lazy_static v1.5.0
14492026-08-31T14:23:46.676Z Compiling rand_xorshift v0.4.0
14502026-08-31T14:23:46.676Z Compiling bitvec v1.0.1
14512026-08-31T14:23:46.676Z Compiling sync_wrapper v1.0.2
14522026-08-31T14:23:46.676Z Compiling indexmap v1.9.3
14532026-08-31T14:23:46.676Z Compiling zlib-rs v0.6.2
14542026-08-31T14:23:46.676Z Compiling siphasher v1.0.2
14552026-08-31T14:23:46.677Z Compiling zeroize_derive v1.5.0
14562026-08-31T14:23:46.677Z Compiling zerofrom-derive v0.1.6
14572026-08-31T14:23:46.677Z Compiling zerocopy-derive v0.8.55
14582026-08-31T14:23:46.677Z Compiling yoke-derive v0.8.1
14592026-08-31T14:23:46.677Z Compiling zerovec-derive v0.11.2
14602026-08-31T14:23:46.677Z Compiling displaydoc v0.2.5
14612026-08-31T14:23:46.677Z Compiling tokio-macros v2.7.0
14622026-08-31T14:23:46.678Z Compiling futures-macro v0.3.32
14632026-08-31T14:23:47.713Z Compiling der_derive v0.7.3
14642026-08-31T14:23:47.713Z Compiling thiserror-impl v2.0.18
14652026-08-31T14:23:47.713Z Compiling tracing-attributes v0.1.31
14662026-08-31T14:23:47.713Z Compiling schemars_derive v0.8.22
14672026-08-31T14:23:47.713Z Compiling scroll_derive v0.13.1
14682026-08-31T14:23:47.713Z Compiling pest_derive v2.8.6
14692026-08-31T14:23:47.713Z Compiling zerofrom v0.1.6
14702026-08-31T14:23:47.713Z Compiling yoke v0.8.1
14712026-08-31T14:23:47.713Z Compiling futures-util v0.3.32
14722026-08-31T14:23:47.713Z Compiling darling_macro v0.20.11
14732026-08-31T14:23:47.713Z Compiling zerovec v0.11.5
14742026-08-31T14:23:47.713Z Compiling zerotrie v0.2.3
14752026-08-31T14:23:47.713Z Compiling openssl-macros v0.1.1
14762026-08-31T14:23:47.713Z Compiling thiserror-impl v1.0.69
14772026-08-31T14:23:47.713Z Compiling darling v0.20.11
14782026-08-31T14:23:47.714Z Compiling tinystr v0.8.2
14792026-08-31T14:23:47.714Z Compiling potential_utf v0.1.4
14802026-08-31T14:23:47.714Z Compiling zeroize v1.9.0
14812026-08-31T14:23:47.714Z Compiling bytes v1.11.1
14822026-08-31T14:23:47.714Z Compiling chrono v0.4.45
14832026-08-31T14:23:47.714Z Compiling icu_locale_core v2.1.1
14842026-08-31T14:23:47.714Z Compiling icu_collections v2.1.1
14852026-08-31T14:23:47.714Z Compiling der v0.7.10
14862026-08-31T14:23:47.714Z Compiling thiserror v2.0.18
14872026-08-31T14:23:47.714Z Compiling tracing v0.1.44
14882026-08-31T14:23:47.714Z Compiling rustls-pki-types v1.14.0
14892026-08-31T14:23:47.714Z Compiling hybrid-array v0.4.13
14902026-08-31T14:23:47.714Z Compiling ipnet v2.12.0
14912026-08-31T14:23:47.714Z Compiling tokio v1.52.1
14922026-08-31T14:23:47.714Z Compiling http v1.4.2
14932026-08-31T14:23:47.714Z Compiling hex v0.4.3
14942026-08-31T14:23:47.715Z Compiling icu_provider v2.1.1
14952026-08-31T14:23:47.715Z Compiling crypto-common v0.1.7
14962026-08-31T14:23:47.715Z Compiling block-buffer v0.10.4
14972026-08-31T14:23:47.715Z Compiling scroll v0.13.0
14982026-08-31T14:23:47.715Z Compiling serde_spanned v0.6.9
14992026-08-31T14:23:47.715Z Compiling icu_normalizer v2.1.1
15002026-08-31T14:23:47.715Z Compiling icu_properties v2.1.2
15012026-08-31T14:23:47.715Z Compiling digest v0.10.7
15022026-08-31T14:23:47.715Z Compiling spki v0.7.3
15032026-08-31T14:23:47.715Z Compiling thiserror v1.0.69
15042026-08-31T14:23:47.715Z Compiling goblin v0.10.5
15052026-08-31T14:23:47.715Z Compiling toml_datetime v0.6.11
15062026-08-31T14:23:47.715Z Compiling packed_struct_codegen v0.10.1
15072026-08-31T14:23:47.715Z Compiling pkcs8 v0.10.2
15082026-08-31T14:23:47.715Z Compiling http-body v1.0.1
15092026-08-31T14:23:47.715Z Compiling sha2 v0.10.9
15102026-08-31T14:23:47.715Z Compiling signature v2.2.0
15112026-08-31T14:23:47.715Z Compiling hmac v0.12.1
15122026-08-31T14:23:47.715Z Compiling zerocopy-derive v0.6.6
15132026-08-31T14:23:47.715Z Compiling clap_derive v4.6.1
15142026-08-31T14:23:47.715Z Compiling bitfield-macros v0.19.4
15152026-08-31T14:23:47.715Z Compiling unarray v0.1.4
15162026-08-31T14:23:47.715Z Compiling object v0.37.3
15172026-08-31T14:23:47.715Z Compiling nodrop v0.1.14
15182026-08-31T14:23:47.715Z Compiling paste v1.0.15
15192026-08-31T14:23:47.716Z Compiling crossbeam-utils v0.8.21
15202026-08-31T14:23:47.716Z Compiling usdt-impl v0.6.0
15212026-08-31T14:23:47.716Z Compiling crc-catalog v2.4.0
15222026-08-31T14:23:47.716Z Compiling idna_adapter v1.2.1
15232026-08-31T14:23:47.716Z Compiling unicode-segmentation v1.12.0
15242026-08-31T14:23:47.716Z Compiling num_threads v0.1.7
15252026-08-31T14:23:47.716Z Compiling crc v3.4.0
15262026-08-31T14:23:47.716Z Compiling idna v1.1.0
15272026-08-31T14:23:47.716Z Compiling time v0.3.47
15282026-08-31T14:23:47.716Z Compiling ppv-lite86 v0.2.21
15292026-08-31T14:23:47.716Z Compiling bitfield v0.19.4
15302026-08-31T14:23:47.716Z Compiling zerocopy v0.6.6
15312026-08-31T14:23:47.716Z Compiling array-init v0.0.4
15322026-08-31T14:23:47.716Z Compiling url v2.5.8
15332026-08-31T14:23:47.716Z Compiling rand_chacha v0.9.0
15342026-08-31T14:23:47.716Z Compiling rand_chacha v0.3.1
15352026-08-31T14:23:47.716Z Compiling pkcs1 v0.7.5
15362026-08-31T14:23:47.716Z Compiling http-body-util v0.1.3
15372026-08-31T14:23:47.716Z Compiling rand v0.9.2
15382026-08-31T14:23:47.716Z Compiling flate2 v1.1.9
15392026-08-31T14:23:47.716Z Compiling rand v0.8.6
15402026-08-31T14:23:48.809Z Compiling dtrace-parser v0.3.0
15412026-08-31T14:23:48.809Z Compiling derive_builder_core v0.20.2
15422026-08-31T14:23:48.809Z Compiling clap v4.6.1
15432026-08-31T14:23:48.809Z Compiling proptest v1.11.0
15442026-08-31T14:23:48.809Z Compiling scroll_derive v0.12.1
15452026-08-31T14:23:48.809Z Compiling structmeta-derive v0.3.0
15462026-08-31T14:23:48.809Z Compiling smallvec v0.6.14
15472026-08-31T14:23:48.809Z Compiling darling_core v0.23.0
15482026-08-31T14:23:48.809Z Compiling heapless v0.7.17
15492026-08-31T14:23:48.809Z Compiling slog v2.8.2
15502026-08-31T14:23:48.809Z Compiling thread-id v5.1.0
15512026-08-31T14:23:48.810Z Compiling ipnetwork v0.21.1
15522026-08-31T14:23:48.810Z Compiling env_filter v2.0.0
15532026-08-31T14:23:48.810Z Compiling dof v0.4.0
15542026-08-31T14:23:49.733Z Compiling cookie v0.18.1
15552026-08-31T14:23:49.733Z Compiling allocator-api2 v0.2.21
15562026-08-31T14:23:49.733Z Compiling unicode-properties v0.1.4
15572026-08-31T14:23:49.733Z Compiling gimli v0.32.3
15582026-08-31T14:23:49.733Z Compiling signal-hook v0.3.18
15592026-08-31T14:23:49.734Z Compiling hashbrown v0.12.3
15602026-08-31T14:23:49.734Z Compiling base64 v0.21.7
15612026-08-31T14:23:49.734Z Compiling iri-string v0.7.10
15622026-08-31T14:23:49.734Z Compiling winnow v0.5.40
15632026-08-31T14:23:49.734Z Compiling ryu v1.0.23
15642026-08-31T14:23:49.735Z Compiling unicode-bidi v0.3.18
15652026-08-31T14:23:49.735Z Compiling anyhow v1.0.104
15662026-08-31T14:23:49.735Z Compiling tokio-util v0.7.18
15672026-08-31T14:23:49.735Z Compiling tower v0.5.3
15682026-08-31T14:23:49.735Z Compiling zstd-safe v7.2.4
15692026-08-31T14:23:49.735Z Compiling structmeta v0.3.0
15702026-08-31T14:23:49.735Z Compiling stringprep v0.1.5
15712026-08-31T14:23:49.735Z Compiling serde_urlencoded v0.7.1
15722026-08-31T14:23:50.772Z Compiling rsa v0.9.10
15732026-08-31T14:23:50.772Z Compiling tokio-native-tls v0.3.1
15742026-08-31T14:23:50.772Z Compiling h2 v0.4.15
15752026-08-31T14:23:50.772Z Compiling ron v0.8.1
15762026-08-31T14:23:50.772Z Compiling tower-http v0.6.8
15772026-08-31T14:23:50.772Z Compiling scroll v0.12.0
15782026-08-31T14:23:50.772Z Compiling derive_builder_macro v0.20.2
15792026-08-31T14:23:50.773Z Compiling oxnet v0.1.6
15802026-08-31T14:23:50.773Z Compiling toml_edit v0.19.15
15812026-08-31T14:23:50.773Z Compiling env_logger v0.11.11
15822026-08-31T14:23:50.773Z Compiling addr2line v0.25.1
15832026-08-31T14:23:52.051Z Compiling newtype-uuid v1.3.2
15842026-08-31T14:23:52.052Z Compiling serde-hex v0.1.0
15852026-08-31T14:23:52.052Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15862026-08-31T14:23:52.052Z Compiling bzip2 v0.4.4
15872026-08-31T14:23:52.052Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15882026-08-31T14:23:52.057Z Compiling camino v1.2.5
15892026-08-31T14:23:52.057Z Compiling hashbrown v0.13.2
15902026-08-31T14:23:52.057Z Compiling darling_macro v0.23.0
15912026-08-31T14:23:52.057Z Compiling md-5 v0.10.6
15922026-08-31T14:23:52.057Z Compiling x509-cert v0.2.5
15932026-08-31T14:23:52.057Z Compiling block-padding v0.4.2
15942026-08-31T14:23:52.057Z Compiling crypto-common v0.2.2
15952026-08-31T14:23:52.058Z Compiling block-buffer v0.12.1
15962026-08-31T14:23:52.058Z Compiling rustls-native-certs v0.8.3
15972026-08-31T14:23:52.058Z Compiling serde_tokenstream v0.2.3
15982026-08-31T14:23:52.058Z Compiling erased-serde v0.3.31
15992026-08-31T14:23:52.058Z Compiling bstr v1.12.1
16002026-08-31T14:23:52.058Z Compiling zerocopy-derive v0.7.35
16012026-08-31T14:23:52.058Z Compiling pin-project-internal v1.1.11
16022026-08-31T14:23:52.058Z Compiling async-trait v0.1.89
16032026-08-31T14:23:52.965Z Compiling daft-derive v0.1.8
16042026-08-31T14:23:52.965Z Compiling curve25519-dalek v4.1.3
16052026-08-31T14:23:52.965Z Compiling vergen-lib v9.1.0
16062026-08-31T14:23:52.965Z Compiling hash32 v0.2.1
16072026-08-31T14:23:52.965Z Compiling encoding_rs v0.8.35
16082026-08-31T14:23:52.965Z Compiling memoffset v0.9.1
16092026-08-31T14:23:52.965Z Compiling litrs v1.0.0
16102026-08-31T14:23:52.965Z Compiling fallible-iterator v0.2.0
16112026-08-31T14:23:52.965Z Compiling psl-types v2.0.11
16122026-08-31T14:23:52.965Z Compiling mime v0.3.17
16132026-08-31T14:23:52.965Z Compiling rustix v0.38.44
16142026-08-31T14:23:52.966Z Compiling cfg_aliases v0.2.1
16152026-08-31T14:23:52.966Z Compiling ref-cast v1.0.25
16162026-08-31T14:23:52.966Z Compiling owo-colors v4.3.0
16172026-08-31T14:23:52.966Z Compiling smoltcp v0.9.1
16182026-08-31T14:23:52.966Z Compiling rustc-demangle v0.1.27
16192026-08-31T14:23:54.041Z Compiling crc-any v2.5.0
16202026-08-31T14:23:54.041Z Compiling hyper v1.10.1
16212026-08-31T14:23:54.041Z Compiling postgres-protocol v0.6.10
16222026-08-31T14:23:54.041Z Compiling nix v0.31.2
16232026-08-31T14:23:54.041Z Compiling document-features v0.2.12
16242026-08-31T14:23:54.041Z Compiling publicsuffix v2.3.0
16252026-08-31T14:23:54.041Z Compiling pin-project v1.1.11
16262026-08-31T14:23:54.042Z Compiling daft v0.1.8
16272026-08-31T14:23:54.042Z Compiling backtrace v0.3.76
16282026-08-31T14:23:54.042Z Compiling zerocopy v0.7.35
16292026-08-31T14:23:54.042Z Compiling toml v0.7.8
16302026-08-31T14:23:54.042Z Compiling darling v0.23.0
16312026-08-31T14:23:54.042Z Compiling inout v0.2.2
16322026-08-31T14:23:54.042Z Compiling object v0.30.4
16332026-08-31T14:23:54.042Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-31T14:23:54.042Z Compiling zip v0.6.6
16352026-08-31T14:23:54.042Z Compiling derive_builder v0.20.2
16362026-08-31T14:23:54.042Z Compiling goblin v0.8.2
16372026-08-31T14:23:54.956Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16382026-08-31T14:23:54.956Z Compiling derive-ex v0.1.8
16392026-08-31T14:23:54.956Z Compiling convert_case v0.10.0
16402026-08-31T14:23:54.956Z Compiling futures-executor v0.3.32
16412026-08-31T14:23:54.956Z Compiling hyper-util v0.1.20
16422026-08-31T14:23:54.956Z Compiling hubpack_derive v0.1.1
16432026-08-31T14:23:54.956Z Compiling regex v1.12.3
16442026-08-31T14:23:54.956Z Compiling phf_shared v0.13.1
16452026-08-31T14:23:54.956Z Compiling curve25519-dalek-derive v0.1.1
16462026-08-31T14:23:54.956Z Compiling ref-cast-impl v1.0.25
16472026-08-31T14:23:54.957Z Compiling strum_macros v0.27.2
16482026-08-31T14:23:54.957Z Compiling snafu-derive v0.8.9
16492026-08-31T14:23:54.957Z Compiling vergen v9.1.0
16502026-08-31T14:23:54.957Z Compiling cargo-platform v0.3.2
16512026-08-31T14:23:54.957Z Compiling ff v0.13.1
16522026-08-31T14:23:54.957Z Compiling fs-err v3.3.0
16532026-08-31T14:23:54.957Z Compiling same-file v1.0.6
16542026-08-31T14:23:56.013Z Compiling jiff-core v0.1.0
16552026-08-31T14:23:56.013Z Compiling libbz2-rs-sys v0.2.2
16562026-08-31T14:23:56.014Z Compiling either v1.15.0
16572026-08-31T14:23:56.014Z Compiling foldhash v0.1.5
16582026-08-31T14:23:56.014Z Compiling base16ct v0.2.0
16592026-08-31T14:23:56.014Z Compiling path-slash v0.1.5
16602026-08-31T14:23:56.014Z Compiling bumpalo v3.20.2
16612026-08-31T14:23:56.015Z Compiling foldhash v0.2.0
16622026-08-31T14:23:56.015Z Compiling managed v0.8.0
16632026-08-31T14:23:56.015Z Compiling bitflags v1.3.2
16642026-08-31T14:23:56.015Z Compiling is_ci v1.2.0
16652026-08-31T14:23:56.015Z Compiling textwrap v0.16.2
16662026-08-31T14:23:57.115Z Compiling supports-color v3.0.2
16672026-08-31T14:23:57.115Z Compiling zopfli v0.8.3
16682026-08-31T14:23:57.115Z Compiling hashbrown v0.16.1
16692026-08-31T14:23:57.115Z Compiling hyper-tls v0.6.0
16702026-08-31T14:23:57.116Z Compiling jiff v0.2.34
16712026-08-31T14:23:57.116Z Compiling test-strategy v0.4.5
16722026-08-31T14:23:57.116Z Compiling reqwest v0.12.28
16732026-08-31T14:23:57.116Z Compiling bzip2 v0.6.1
16742026-08-31T14:23:57.116Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-31T14:23:57.116Z Compiling sec1 v0.7.3
16762026-08-31T14:23:57.116Z Compiling dof v0.3.0
16772026-08-31T14:23:57.116Z Compiling hashbrown v0.15.5
16782026-08-31T14:23:57.116Z Compiling walkdir v2.5.0
16792026-08-31T14:23:57.116Z Compiling group v0.13.0
16802026-08-31T14:23:57.116Z Compiling strum v0.27.2
16812026-08-31T14:23:57.116Z Compiling snafu v0.8.9
16822026-08-31T14:23:57.116Z Compiling cargo_metadata v0.23.1
16832026-08-31T14:23:57.117Z Compiling hubpack v0.1.2
16842026-08-31T14:23:57.117Z Compiling phf v0.13.1
16852026-08-31T14:23:57.117Z Compiling derive_more-impl v2.1.1
16862026-08-31T14:23:57.117Z Compiling futures v0.3.32
16872026-08-31T14:23:57.117Z Compiling cookie_store v0.22.1
16882026-08-31T14:23:57.967Z Compiling signal-hook-mio v0.2.5
16892026-08-31T14:23:57.967Z Compiling zstd v0.13.3
16902026-08-31T14:23:57.967Z Compiling backtrace-ext v0.2.1
16912026-08-31T14:23:57.967Z Compiling cipher v0.5.2
16922026-08-31T14:23:57.968Z Compiling serde_with_macros v3.21.0
16932026-08-31T14:23:57.968Z Compiling postgres-types v0.2.12
16942026-08-31T14:23:57.968Z Compiling globset v0.4.18
16952026-08-31T14:23:57.968Z Compiling usdt-macro v0.6.0
16962026-08-31T14:23:57.968Z Compiling usdt-attr-macro v0.6.0
16972026-08-31T14:23:57.968Z Compiling byte-wrapper v0.1.0
16982026-08-31T14:23:57.968Z Compiling hkdf v0.12.4
16992026-08-31T14:23:58.883Z Compiling ed25519 v2.2.3
17002026-08-31T14:23:58.883Z Compiling dtrace-parser v0.2.0
17012026-08-31T14:23:58.883Z Compiling crypto-bigint v0.5.5
17022026-08-31T14:23:58.883Z Compiling olpc-cjson v0.1.4
17032026-08-31T14:23:58.883Z Compiling serde-big-array v0.5.1
17042026-08-31T14:23:58.883Z Compiling serde_plain v1.0.2
17052026-08-31T14:23:58.883Z Compiling phf_shared v0.11.3
17062026-08-31T14:23:58.883Z Compiling strum_macros v0.26.4
17072026-08-31T14:23:58.883Z Compiling async-recursion v1.1.1
17082026-08-31T14:23:58.883Z Compiling enum-as-inner v0.6.1
17092026-08-31T14:23:58.884Z Compiling serde_repr v0.1.20
17102026-08-31T14:23:58.884Z Compiling miette-derive v7.6.0
17112026-08-31T14:23:58.884Z Compiling float-cmp v0.10.0
17122026-08-31T14:23:58.884Z Compiling pem v3.0.6
17132026-08-31T14:23:58.884Z Compiling memmap2 v0.9.10
17142026-08-31T14:23:58.884Z Compiling thread-id v4.2.2
17152026-08-31T14:23:59.924Z Compiling data-encoding v2.10.0
17162026-08-31T14:23:59.924Z Compiling supports-unicode v3.0.0
17172026-08-31T14:23:59.924Z Compiling difflib v0.4.0
17182026-08-31T14:23:59.925Z Compiling whoami v2.1.0
17192026-08-31T14:23:59.925Z Compiling cpufeatures v0.3.0
17202026-08-31T14:23:59.925Z Compiling supports-hyperlinks v3.2.0
17212026-08-31T14:23:59.925Z Compiling typed-path v0.9.3
17222026-08-31T14:23:59.925Z Compiling predicates-core v1.0.10
17232026-08-31T14:23:59.925Z Compiling keccak v0.1.6
17242026-08-31T14:23:59.925Z Compiling precomputed-hash v0.1.1
17252026-08-31T14:23:59.925Z Compiling new_debug_unreachable v1.0.6
17262026-08-31T14:23:59.925Z Compiling fixedbitset v0.4.2
17272026-08-31T14:23:59.925Z Compiling static_assertions v1.1.0
17282026-08-31T14:23:59.925Z Compiling const-oid v0.10.2
17292026-08-31T14:23:59.925Z Compiling normalize-line-endings v0.3.0
17302026-08-31T14:23:59.925Z Compiling winnow v1.0.3
17312026-08-31T14:23:59.925Z Compiling fixedbitset v0.5.7
17322026-08-31T14:23:59.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-08-31T14:23:59.925Z Compiling predicates v3.1.4
17342026-08-31T14:23:59.925Z Compiling digest v0.11.3
17352026-08-31T14:23:59.926Z Compiling petgraph v0.6.5
17362026-08-31T14:23:59.926Z Compiling toml_edit v0.22.27
17372026-08-31T14:23:59.926Z Compiling petgraph v0.8.3
17382026-08-31T14:23:59.926Z Compiling miette v7.6.0
17392026-08-31T14:23:59.926Z Compiling string_cache v0.8.9
17402026-08-31T14:23:59.926Z Compiling sha3 v0.10.8
17412026-08-31T14:23:59.926Z Compiling tokio-postgres v0.7.16
17422026-08-31T14:23:59.926Z Compiling hickory-proto v0.25.2
17432026-08-31T14:24:00.903Z Compiling elliptic-curve v0.13.8
17442026-08-31T14:24:00.903Z Compiling strum v0.26.3
17452026-08-31T14:24:00.903Z Compiling chacha20 v0.10.0
17462026-08-31T14:24:00.903Z Compiling usdt-impl v0.5.0
17472026-08-31T14:24:00.903Z Compiling usdt v0.6.0
17482026-08-31T14:24:00.903Z Compiling serde_with v3.21.0
17492026-08-31T14:24:00.904Z Compiling crossterm v0.28.1
17502026-08-31T14:24:00.904Z Compiling toml_parser v1.1.2+spec-1.1.0
17512026-08-31T14:24:00.904Z Compiling ed25519-dalek v2.2.0
17522026-08-31T14:24:01.910Z Compiling derive_more v2.1.1
17532026-08-31T14:24:01.911Z Compiling zip v4.6.1
17542026-08-31T14:24:01.911Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17552026-08-31T14:24:01.911Z Compiling iddqd v0.4.2
17562026-08-31T14:24:01.911Z Compiling itertools v0.13.0
17572026-08-31T14:24:01.911Z Compiling itertools v0.15.0
17582026-08-31T14:24:01.911Z Compiling similar v2.7.0
17592026-08-31T14:24:01.911Z Compiling crossbeam-epoch v0.9.18
17602026-08-31T14:24:01.911Z Compiling tokio-stream v0.1.18
17612026-08-31T14:24:01.911Z Compiling buf-list v1.1.2
17622026-08-31T14:24:02.790Z Compiling heck v0.4.1
17632026-08-31T14:24:02.790Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-31T14:24:02.790Z Compiling openapiv3 v2.2.0
17652026-08-31T14:24:02.790Z Compiling lalrpop-util v0.19.12
17662026-08-31T14:24:02.790Z Compiling peg-runtime v0.8.5
17672026-08-31T14:24:02.790Z Compiling thread_local v1.1.9
17682026-08-31T14:24:02.790Z Compiling slog-async v2.8.0
17692026-08-31T14:24:02.790Z Compiling crossbeam-channel v0.5.15
17702026-08-31T14:24:02.790Z Compiling is-terminal v0.4.17
17712026-08-31T14:24:02.790Z Compiling filetime v0.2.27
17722026-08-31T14:24:02.790Z Compiling term v1.2.1
17732026-08-31T14:24:02.791Z Compiling take_mut v0.2.2
17742026-08-31T14:24:02.791Z Compiling xattr v1.6.1
17752026-08-31T14:24:02.791Z Compiling camino-tempfile v1.4.1
17762026-08-31T14:24:02.791Z Compiling tar v0.4.46
17772026-08-31T14:24:02.791Z Compiling slog-term v2.9.2
17782026-08-31T14:24:19.678Z Compiling rustls-webpki v0.103.13
17792026-08-31T14:24:22.376Z Compiling tokio-rustls v0.26.4
17802026-08-31T14:24:22.758Z Compiling rustls-platform-verifier v0.6.2
17812026-08-31T14:24:22.759Z Compiling tough v0.22.0
17822026-08-31T14:24:22.759Z Compiling hyper-rustls v0.27.7
17832026-08-31T14:24:22.759Z Compiling reqwest v0.13.2
17842026-08-31T14:24:24.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-31T14:24:25.042Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-31T14:24:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.26s
17872026-08-31T14:24:27.935Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-31T14:24:28.017ZAug 31 14:24:27.854 INFO Starting download, target: Clickhouse
17892026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: DendriteStub
17902026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: Console
17912026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: Cockroach
17922026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: MaghemiteMgd
17932026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: MaghemiteDdmd
17942026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Starting download, target: TransceiverControl
17952026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17972026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18002026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-31T14:24:28.017ZAug 31 14:24:27.855 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-31T14:24:29.800ZAug 31 14:24:29.704 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18032026-08-31T14:24:30.314ZAug 31 14:24:30.009 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-31T14:24:30.385ZAug 31 14:24:30.263 INFO Download complete, target: Console
18052026-08-31T14:24:37.552ZAug 31 14:24:36.431 INFO Checking that binary works, target: Clickhouse
18062026-08-31T14:24:37.561ZAug 31 14:24:36.534 INFO Download complete, target: Clickhouse
18072026-08-31T14:24:47.321ZAug 31 14:24:47.085 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18082026-08-31T14:24:47.407ZAug 31 14:24:47.296 INFO Download complete, target: TransceiverControl
18092026-08-31T14:26:45.090ZAug 31 14:26:44.854 WARN Download failed, retrying: error decoding response body, target: Cockroach
18102026-08-31T14:26:45.090ZAug 31 14:26:44.854 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd
18112026-08-31T14:26:45.090ZAug 31 14:26:44.854 WARN Download failed, retrying: error decoding response body, target: MaghemiteDdmd
18122026-08-31T14:26:45.090ZAug 31 14:26:44.854 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
18132026-08-31T14:26:45.090ZAug 31 14:26:44.854 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
18142026-08-31T14:26:45.090ZAug 31 14:26:44.854 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 2/3), target: MaghemiteDdmd
18152026-08-31T14:26:45.090ZAug 31 14:26:44.854 WARN Download failed, retrying: error decoding response body, target: DendriteStub
18162026-08-31T14:26:45.212ZAug 31 14:26:44.854 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
18172026-08-31T14:27:45.387ZAug 31 14:27:44.867 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-stub.tar.gz), target: DendriteStub
18182026-08-31T14:27:45.387ZAug 31 14:27:44.867 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/cockroach/illumos-amd64/86fdbfca060275d794a557be7289020ffd848850/cockroach.tgz), target: Cockroach
18192026-08-31T14:27:45.387ZAug 31 14:27:44.867 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mgd.tar.gz), target: MaghemiteMgd
18202026-08-31T14:27:45.387ZAug 31 14:27:44.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
18212026-08-31T14:27:45.387ZAug 31 14:27:44.868 INFO Downloading out/downloads/cockroach.tgz (attempt 3/3), target: Cockroach
18222026-08-31T14:27:45.387ZAug 31 14:27:44.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
18232026-08-31T14:27:45.616ZAug 31 14:27:44.868 WARN Download failed, retrying: HTTP status server error (504 Gateway Timeout) for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/96a2f153a08a8c55d75df6f92b084ed003e04400/mg-ddm.tar.gz), target: MaghemiteDdmd
18242026-08-31T14:27:45.616ZAug 31 14:27:44.868 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 3/3), target: MaghemiteDdmd
18252026-08-31T14:28:58.516ZAug 31 14:28:57.997 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18262026-08-31T14:29:00.737ZAug 31 14:28:59.938 INFO Download complete, target: MaghemiteDdmd
18272026-08-31T14:29:02.388ZAug 31 14:29:01.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18282026-08-31T14:29:05.103ZAug 31 14:29:04.393 INFO Download complete, target: DendriteStub
18292026-08-31T14:29:06.228ZAug 31 14:29:05.156 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18302026-08-31T14:29:08.677ZAug 31 14:29:07.923 INFO Download complete, target: MaghemiteMgd
18312026-08-31T14:29:15.059ZAug 31 14:29:14.526 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-08-31T14:29:15.059ZAug 31 14:29:14.526 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-08-31T14:29:19.441ZAug 31 14:29:19.147 INFO Checking that binary works, target: Cockroach
18342026-08-31T14:29:19.577ZAug 31 14:29:19.284 INFO Download complete, target: Cockroach
18352026-08-31T14:29:19.578ZAll prerequisites installed successfully
18362026-08-31T14:29:19.578Z
18372026-08-31T14:29:19.578Zreal 6:42.530710486
18382026-08-31T14:29:19.578Zuser 7:28.525121076
18392026-08-31T14:29:19.578Zsys 1:45.942008378
18402026-08-31T14:29:19.578Ztrap 0.296961168
18412026-08-31T14:29:19.578Ztflt 0.845042297
18422026-08-31T14:29:19.578Zdflt 1.497094415
18432026-08-31T14:29:19.578Zkflt 0.024724586
18442026-08-31T14:29:19.578Zlock 2:17:06.493163036
18452026-08-31T14:29:19.578Zslp 29:42.351131157
18462026-08-31T14:29:19.579Zlat 31.747540738
18472026-08-31T14:29:19.579Zstop 3:37.510287859
18482026-08-31T14:29:19.579Z+ ptime -m cargo xtask download softnpu
18492026-08-31T14:29:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18502026-08-31T14:29:20.148Z Running `target/debug/xtask download softnpu`
18512026-08-31T14:29:21.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18522026-08-31T14:29:21.206Z Running `target/debug/xtask-downloader softnpu`
18532026-08-31T14:29:21.206ZAug 31 14:29:20.629 INFO Starting download, target: Softnpu
18542026-08-31T14:29:21.206ZAug 31 14:29:20.629 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18552026-08-31T14:29:23.702ZAug 31 14:29:23.554 INFO Download complete, target: Softnpu
18562026-08-31T14:29:23.727Z
18572026-08-31T14:29:23.727Zreal 4.261979630
18582026-08-31T14:29:23.727Zuser 1.364268956
18592026-08-31T14:29:23.727Zsys 0.657187265
18602026-08-31T14:29:23.727Ztrap 0.000743310
18612026-08-31T14:29:23.727Ztflt 0.000329230
18622026-08-31T14:29:23.727Zdflt 0.000371160
18632026-08-31T14:29:23.727Zkflt 0.000000000
18642026-08-31T14:29:23.727Zlock 57.118190920
18652026-08-31T14:29:23.727Zslp 2.718928712
18662026-08-31T14:29:23.727Zlat 0.136767004
18672026-08-31T14:29:23.727Zstop 0.000232630
18682026-08-31T14:29:23.727Z+ export CARGO_INCREMENTAL=0
18692026-08-31T14:29:23.727Z+ CARGO_INCREMENTAL=0
18702026-08-31T14:29:23.727Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18712026-08-31T14:29:24.998Z Compiling proc-macro2 v1.0.106
18722026-08-31T14:29:24.998Z Compiling quote v1.0.45
18732026-08-31T14:29:24.998Z Compiling unicode-ident v1.0.24
18742026-08-31T14:29:25.009Z Compiling serde_core v1.0.229
18752026-08-31T14:29:25.009Z Compiling libc v0.2.185
18762026-08-31T14:29:25.009Z Compiling serde v1.0.229
18772026-08-31T14:29:25.009Z Compiling cfg-if v1.0.4
18782026-08-31T14:29:25.009Z Compiling version_check v0.9.5
18792026-08-31T14:29:25.009Z Compiling autocfg v1.5.0
18802026-08-31T14:29:25.009Z Compiling find-msvc-tools v0.1.9
18812026-08-31T14:29:25.010Z Compiling shlex v1.3.0
18822026-08-31T14:29:25.010Z Compiling memchr v2.8.0
18832026-08-31T14:29:25.010Z Compiling zmij v1.0.21
18842026-08-31T14:29:25.010Z Compiling serde_json v1.0.151
18852026-08-31T14:29:25.010Z Compiling portable-atomic v1.13.1
18862026-08-31T14:29:25.010Z Compiling zerocopy v0.8.55
18872026-08-31T14:29:25.010Z Compiling libm v0.2.16
18882026-08-31T14:29:25.051Z Compiling getrandom v0.4.3
18892026-08-31T14:29:25.112Z Compiling icu_normalizer_data v2.1.1
18902026-08-31T14:29:25.168Z Compiling icu_properties_data v2.1.2
18912026-08-31T14:29:25.233Z Compiling smallvec v1.15.1
18922026-08-31T14:29:25.462Z Compiling num-traits v0.2.19
18932026-08-31T14:29:25.488Z Compiling generic-array v0.14.7
18942026-08-31T14:29:25.489Z Compiling parking_lot_core v0.9.12
18952026-08-31T14:29:25.489Z Compiling itoa v1.0.17
18962026-08-31T14:29:25.489Z Compiling log v0.4.33
18972026-08-31T14:29:25.489Z Compiling pkg-config v0.3.32
18982026-08-31T14:29:25.489Z Compiling subtle v2.6.1
18992026-08-31T14:29:25.557Z Compiling stable_deref_trait v1.2.1
19002026-08-31T14:29:25.604Z Compiling typenum v1.20.1
19012026-08-31T14:29:25.630Z Compiling rustix v1.1.4
19022026-08-31T14:29:25.630Z Compiling getrandom v0.3.4
19032026-08-31T14:29:25.644Z Compiling scopeguard v1.2.0
19042026-08-31T14:29:25.819Z Compiling jobserver v0.1.34
19052026-08-31T14:29:25.900Z Compiling errno v0.3.14
19062026-08-31T14:29:25.900Z Compiling lock_api v0.4.14
19072026-08-31T14:29:25.900Z Compiling thiserror v2.0.18
19082026-08-31T14:29:25.934Z Compiling rand_core v0.10.0
19092026-08-31T14:29:25.960Z Compiling cc v1.2.56
19102026-08-31T14:29:26.000Z Compiling heck v0.5.0
19112026-08-31T14:29:26.091Z Compiling syn v2.0.117
19122026-08-31T14:29:26.116Z Compiling syn v3.0.3
19132026-08-31T14:29:26.132Z Compiling critical-section v1.2.0
19142026-08-31T14:29:26.223Z Compiling getrandom v0.2.17
19152026-08-31T14:29:26.387Z Compiling litemap v0.8.1
19162026-08-31T14:29:26.387Z Compiling percent-encoding v2.3.2
19172026-08-31T14:29:26.387Z Compiling writeable v0.6.2
19182026-08-31T14:29:26.387Z Compiling equivalent v1.0.2
19192026-08-31T14:29:26.478Z Compiling schemars v0.8.22
19202026-08-31T14:29:26.478Z Compiling rand_core v0.6.4
19212026-08-31T14:29:26.478Z Compiling syn v1.0.109
19222026-08-31T14:29:26.478Z Compiling pin-project-lite v0.2.17
19232026-08-31T14:29:26.528Z Compiling once_cell v1.21.3
19242026-08-31T14:29:26.626Z Compiling rustversion v1.0.22
19252026-08-31T14:29:26.681Z Compiling hashbrown v0.17.0
19262026-08-31T14:29:26.809Z Compiling cmake v0.1.57
19272026-08-31T14:29:26.855Z Compiling fs_extra v1.3.0
19282026-08-31T14:29:26.855Z Compiling dunce v1.0.5
19292026-08-31T14:29:26.901Z Compiling utf8_iter v1.0.4
19302026-08-31T14:29:26.901Z Compiling byteorder v1.5.0
19312026-08-31T14:29:27.048Z Compiling semver v1.0.28
19322026-08-31T14:29:27.104Z Compiling bitflags v2.11.0
19332026-08-31T14:29:27.261Z Compiling indexmap v2.14.0
19342026-08-31T14:29:27.293Z Compiling form_urlencoded v1.2.2
19352026-08-31T14:29:27.350Z Compiling aws-lc-sys v0.40.0
19362026-08-31T14:29:27.350Z Compiling strsim v0.11.1
19372026-08-31T14:29:27.364Z Compiling signal-hook-registry v1.4.8
19382026-08-31T14:29:27.518Z Compiling thiserror v1.0.69
19392026-08-31T14:29:27.567Z Compiling socket2 v0.6.3
19402026-08-31T14:29:27.708Z Compiling parking_lot v0.12.5
19412026-08-31T14:29:27.730Z Compiling mio v1.2.0
19422026-08-31T14:29:27.797Z Compiling futures-core v0.3.32
19432026-08-31T14:29:27.806Z Compiling aws-lc-rs v1.16.3
19442026-08-31T14:29:27.812Z Compiling const-oid v0.9.6
19452026-08-31T14:29:27.992Z Compiling iana-time-zone v0.1.65
19462026-08-31T14:29:27.992Z Compiling httparse v1.10.1
19472026-08-31T14:29:28.118Z Compiling ucd-trie v0.1.7
19482026-08-31T14:29:28.363Z Compiling fnv v1.0.7
19492026-08-31T14:29:28.363Z Compiling crc32fast v1.5.0
19502026-08-31T14:29:28.391Z Compiling regex-syntax v0.8.10
19512026-08-31T14:29:28.475Z Compiling pest v2.8.6
19522026-08-31T14:29:28.536Z Compiling uuid v1.23.4
19532026-08-31T14:29:28.564Z Compiling vcpkg v0.2.15
19542026-08-31T14:29:28.610Z Compiling ident_case v1.0.1
19552026-08-31T14:29:28.838Z Compiling rustc_version v0.4.1
19562026-08-31T14:29:28.864Z Compiling synstructure v0.13.2
19572026-08-31T14:29:28.880Z Compiling serde_derive_internals v0.29.1
19582026-08-31T14:29:29.078Z Compiling futures-sink v0.3.32
19592026-08-31T14:29:29.183Z Compiling rustls v0.23.41
19602026-08-31T14:29:29.213Z Compiling openssl-sys v0.9.117
19612026-08-31T14:29:29.213Z Compiling dyn-clone v1.0.20
19622026-08-31T14:29:29.213Z Compiling serde_derive v1.0.229
19632026-08-31T14:29:29.243Z Compiling futures-channel v0.3.32
19642026-08-31T14:29:29.408Z Compiling aho-corasick v1.1.4
19652026-08-31T14:29:29.500Z Compiling futures-task v0.3.32
19662026-08-31T14:29:29.521Z Compiling futures-io v0.3.32
19672026-08-31T14:29:29.538Z Compiling pest_meta v2.8.6
19682026-08-31T14:29:29.730Z Compiling slab v0.4.12
19692026-08-31T14:29:29.828Z Compiling radium v0.7.0
19702026-08-31T14:29:29.844Z Compiling time-core v0.1.8
19712026-08-31T14:29:29.856Z Compiling num-conv v0.2.0
19722026-08-31T14:29:29.868Z Compiling plain v0.2.3
19732026-08-31T14:29:29.976Z Compiling crossbeam-utils v0.8.21
19742026-08-31T14:29:29.993Z Compiling maybe-uninit v2.0.0
19752026-08-31T14:29:29.999Z Compiling time-macros v0.2.27
19762026-08-31T14:29:30.028Z Compiling openssl v0.10.80
19772026-08-31T14:29:30.067Z Compiling base64ct v1.8.3
19782026-08-31T14:29:30.084Z Compiling zeroize_derive v1.5.0
19792026-08-31T14:29:30.157Z Compiling zerofrom-derive v0.1.6
19802026-08-31T14:29:30.223Z Compiling yoke-derive v0.8.1
19812026-08-31T14:29:30.268Z Compiling zerocopy-derive v0.8.55
19822026-08-31T14:29:30.302Z Compiling zerovec-derive v0.11.2
19832026-08-31T14:29:30.348Z Compiling displaydoc v0.2.5
19842026-08-31T14:29:30.348Z Compiling tokio-macros v2.7.0
19852026-08-31T14:29:30.391Z Compiling futures-macro v0.3.32
19862026-08-31T14:29:30.526Z Compiling thiserror-impl v2.0.18
19872026-08-31T14:29:30.657Z Compiling schemars_derive v0.8.22
19882026-08-31T14:29:30.720Z Compiling der_derive v0.7.3
19892026-08-31T14:29:30.824Z Compiling tracing-attributes v0.1.31
19902026-08-31T14:29:30.845Z Compiling thiserror-impl v1.0.69
19912026-08-31T14:29:30.856Z Compiling pest_generator v2.8.6
19922026-08-31T14:29:30.972Z Compiling regex-automata v0.4.14
19932026-08-31T14:29:31.072Z Compiling pretty-hex v0.4.1
19942026-08-31T14:29:31.115Z Compiling base64 v0.22.1
19952026-08-31T14:29:31.133Z Compiling pem-rfc7468 v0.7.0
19962026-08-31T14:29:31.159Z Compiling scroll_derive v0.13.1
19972026-08-31T14:29:31.176Z Compiling scroll_derive v0.12.1
19982026-08-31T14:29:31.182Z Compiling futures-util v0.3.32
19992026-08-31T14:29:31.307Z Compiling zerofrom v0.1.6
20002026-08-31T14:29:31.457Z Compiling yoke v0.8.1
20012026-08-31T14:29:31.545Z Compiling pest_derive v2.8.6
20022026-08-31T14:29:31.564Z Compiling slog v2.8.2
20032026-08-31T14:29:31.710Z Compiling zerovec v0.11.5
20042026-08-31T14:29:31.734Z Compiling zerotrie v0.2.3
20052026-08-31T14:29:32.021Z Compiling flagset v0.4.7
20062026-08-31T14:29:32.040Z Compiling openssl-macros v0.1.1
20072026-08-31T14:29:32.070Z Compiling rand_core v0.9.5
20082026-08-31T14:29:32.086Z Compiling darling_core v0.23.0
20092026-08-31T14:29:32.161Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20102026-08-31T14:29:32.184Z Compiling bzip2-sys v0.1.13+1.0.8
20112026-08-31T14:29:32.279Z Compiling ahash v0.8.12
20122026-08-31T14:29:32.319Z Compiling tinystr v0.8.2
20132026-08-31T14:29:32.348Z Compiling potential_utf v0.1.4
20142026-08-31T14:29:32.378Z Compiling zeroize v1.9.0
20152026-08-31T14:29:32.452Z Compiling bytes v1.11.1
20162026-08-31T14:29:32.503Z Compiling icu_locale_core v2.1.1
20172026-08-31T14:29:32.506Z Compiling icu_collections v2.1.1
20182026-08-31T14:29:32.518Z Compiling chrono v0.4.45
20192026-08-31T14:29:32.598Z Compiling serde_tokenstream v0.2.3
20202026-08-31T14:29:32.924Z Compiling der v0.7.10
20212026-08-31T14:29:33.111Z Compiling tokio v1.52.1
20222026-08-31T14:29:33.124Z Compiling crypto-common v0.1.7
20232026-08-31T14:29:33.289Z Compiling icu_provider v2.1.1
20242026-08-31T14:29:33.295Z Compiling block-buffer v0.10.4
20252026-08-31T14:29:33.530Z Compiling digest v0.10.7
20262026-08-31T14:29:33.592Z Compiling icu_properties v2.1.2
20272026-08-31T14:29:33.602Z Compiling icu_normalizer v2.1.1
20282026-08-31T14:29:33.921Z Compiling num-bigint-dig v0.8.6
20292026-08-31T14:29:34.148Z Compiling packed_struct v0.10.1
20302026-08-31T14:29:34.193Z Compiling native-tls v0.2.18
20312026-08-31T14:29:34.284Z Compiling paste v1.0.15
20322026-08-31T14:29:34.345Z Compiling anyhow v1.0.104
20332026-08-31T14:29:34.418Z Compiling darling_macro v0.23.0
20342026-08-31T14:29:34.501Z Compiling idna_adapter v1.2.1
20352026-08-31T14:29:34.554Z Compiling spki v0.7.3
20362026-08-31T14:29:34.597Z Compiling regex v1.12.3
20372026-08-31T14:29:34.635Z Compiling idna v1.1.0
20382026-08-31T14:29:34.669Z Compiling ppv-lite86 v0.2.21
20392026-08-31T14:29:34.840Z Compiling http v1.4.2
20402026-08-31T14:29:34.942Z Compiling zerocopy-derive v0.7.35
20412026-08-31T14:29:35.029Z Compiling url v2.5.8
20422026-08-31T14:29:35.072Z Compiling tracing-core v0.1.36
20432026-08-31T14:29:35.264Z Compiling cookie v0.18.1
20442026-08-31T14:29:35.301Z Compiling camino v1.2.5
20452026-08-31T14:29:35.365Z Compiling cpufeatures v0.2.17
20462026-08-31T14:29:35.409Z Compiling fastrand v2.3.0
20472026-08-31T14:29:35.575Z Compiling tracing v0.1.44
20482026-08-31T14:29:35.710Z Compiling rand_chacha v0.9.0
20492026-08-31T14:29:35.728Z Compiling darling v0.23.0
20502026-08-31T14:29:35.822Z Compiling toml_datetime v0.6.11
20512026-08-31T14:29:35.855Z Compiling serde_spanned v0.6.9
20522026-08-31T14:29:35.968Z Compiling packed_struct_codegen v0.10.1
20532026-08-31T14:29:36.002Z Compiling zerocopy-derive v0.6.6
20542026-08-31T14:29:36.020Z Compiling bitfield-macros v0.19.4
20552026-08-31T14:29:36.136Z Compiling clap_derive v4.6.1
20562026-08-31T14:29:36.209Z Compiling indexmap v1.9.3
20572026-08-31T14:29:36.431Z Compiling simd-adler32 v0.3.8
20582026-08-31T14:29:36.596Z Compiling object v0.37.3
20592026-08-31T14:29:36.658Z Compiling rand v0.9.2
20602026-08-31T14:29:36.730Z Compiling http-body v1.0.1
20612026-08-31T14:29:36.802Z Compiling pkcs8 v0.10.2
20622026-08-31T14:29:36.828Z Compiling rustls-pki-types v1.14.0
20632026-08-31T14:29:36.929Z Compiling daft-derive v0.1.8
20642026-08-31T14:29:36.981Z Compiling spin v0.9.8
20652026-08-31T14:29:36.989Z Compiling usdt-impl v0.5.0
20662026-08-31T14:29:37.009Z Compiling adler2 v2.0.1
20672026-08-31T14:29:37.159Z Compiling tokio-util v0.7.18
20682026-08-31T14:29:37.231Z Compiling anstyle v1.0.14
20692026-08-31T14:29:37.250Z Compiling ref-cast v1.0.25
20702026-08-31T14:29:37.314Z Compiling cmov v0.5.4
20712026-08-31T14:29:37.475Z Compiling openssl-probe v0.2.1
20722026-08-31T14:29:37.500Z Compiling utf8parse v0.2.2
20732026-08-31T14:29:37.577Z Compiling tinyvec_macros v0.1.1
20742026-08-31T14:29:37.597Z Compiling winnow v0.5.40
20752026-08-31T14:29:37.623Z Compiling usdt-impl v0.6.0
20762026-08-31T14:29:37.643Z Compiling either v1.15.0
20772026-08-31T14:29:37.654Z Compiling tinyvec v1.10.0
20782026-08-31T14:29:37.666Z Compiling anstyle-parse v1.0.0
20792026-08-31T14:29:37.749Z Compiling ctutils v0.4.2
20802026-08-31T14:29:37.865Z Compiling miniz_oxide v0.8.9
20812026-08-31T14:29:37.967Z Compiling sha2 v0.10.9
20822026-08-31T14:29:38.086Z Compiling tempfile v3.27.0
20832026-08-31T14:29:38.136Z Compiling scroll v0.13.0
20842026-08-31T14:29:38.261Z Compiling scroll v0.12.0
20852026-08-31T14:29:38.328Z Compiling terminal_size v0.4.3
20862026-08-31T14:29:38.415Z Compiling async-trait v0.1.89
20872026-08-31T14:29:38.431Z Compiling heapless v0.7.17
20882026-08-31T14:29:38.534Z Compiling is_terminal_polyfill v1.70.2
20892026-08-31T14:29:38.557Z Compiling zstd-safe v7.2.4
20902026-08-31T14:29:38.576Z Compiling try-lock v0.2.5
20912026-08-31T14:29:38.591Z Compiling rustix v0.38.44
20922026-08-31T14:29:38.648Z Compiling unicode-segmentation v1.12.0
20932026-08-31T14:29:38.705Z Compiling colorchoice v1.0.4
20942026-08-31T14:29:38.808Z Compiling winnow v1.0.3
20952026-08-31T14:29:38.833Z Compiling atomic-waker v1.1.2
20962026-08-31T14:29:38.849Z Compiling untrusted v0.7.1
20972026-08-31T14:29:38.915Z Compiling toml_edit v0.19.15
20982026-08-31T14:29:38.945Z Compiling signal-hook v0.3.18
20992026-08-31T14:29:38.960Z Compiling anstyle-query v1.1.5
21002026-08-31T14:29:38.986Z Compiling tower-layer v0.3.3
21012026-08-31T14:29:39.036Z Compiling tower-service v0.3.3
21022026-08-31T14:29:39.056Z Compiling litrs v1.0.0
21032026-08-31T14:29:39.092Z Compiling winnow v0.7.14
21042026-08-31T14:29:39.158Z Compiling h2 v0.4.15
21052026-08-31T14:29:39.163Z Compiling anstream v1.0.0
21062026-08-31T14:29:39.543Z Compiling want v0.3.1
21072026-08-31T14:29:39.600Z Compiling document-features v0.2.12
21082026-08-31T14:29:39.667Z Compiling goblin v0.8.2
21092026-08-31T14:29:39.821Z Compiling toml_parser v1.1.2+spec-1.1.0
21102026-08-31T14:29:39.841Z Compiling goblin v0.10.5
21112026-08-31T14:29:39.856Z Compiling hybrid-array v0.4.13
21122026-08-31T14:29:40.052Z Compiling itertools v0.15.0
21132026-08-31T14:29:40.377Z Compiling ipnetwork v0.21.1
21142026-08-31T14:29:40.547Z Compiling zerocopy v0.7.35
21152026-08-31T14:29:40.577Z Compiling ipnet v2.12.0
21162026-08-31T14:29:40.680Z Compiling ref-cast-impl v1.0.25
21172026-08-31T14:29:40.684Z Compiling structmeta-derive v0.3.0
21182026-08-31T14:29:40.736Z Compiling curve25519-dalek v4.1.3
21192026-08-31T14:29:40.790Z Compiling darling_core v0.20.11
21202026-08-31T14:29:41.022Z Compiling memoffset v0.9.1
21212026-08-31T14:29:41.175Z Compiling powerfmt v0.2.0
21222026-08-31T14:29:41.227Z Compiling untrusted v0.9.0
21232026-08-31T14:29:41.243Z Compiling httpdate v1.0.3
21242026-08-31T14:29:41.366Z Compiling foreign-types-shared v0.1.1
21252026-08-31T14:29:41.382Z Compiling tap v1.0.1
21262026-08-31T14:29:41.480Z Compiling foreign-types v0.3.2
21272026-08-31T14:29:41.489Z Compiling wyz v0.5.1
21282026-08-31T14:29:41.522Z Compiling deranged v0.5.8
21292026-08-31T14:29:41.714Z Compiling unicode-normalization v0.1.25
21302026-08-31T14:29:41.726Z Compiling structmeta v0.3.0
21312026-08-31T14:29:41.859Z Compiling dtrace-parser v0.2.0
21322026-08-31T14:29:41.867Z Compiling rand_chacha v0.3.1
21332026-08-31T14:29:41.904Z Compiling dof v0.3.0
21342026-08-31T14:29:41.949Z Compiling signature v2.2.0
21352026-08-31T14:29:42.120Z Compiling hex v0.4.3
21362026-08-31T14:29:42.190Z Compiling dtrace-parser v0.3.0
21372026-08-31T14:29:42.294Z Compiling hyper v1.10.1
21382026-08-31T14:29:42.355Z Compiling pin-project-internal v1.1.11
21392026-08-31T14:29:42.406Z Compiling num-integer v0.1.46
21402026-08-31T14:29:42.508Z Compiling thread-id v4.2.2
21412026-08-31T14:29:42.606Z Compiling wait-timeout v0.2.1
21422026-08-31T14:29:42.702Z Compiling dof v0.4.0
21432026-08-31T14:29:42.720Z Compiling thread-id v5.1.0
21442026-08-31T14:29:42.786Z Compiling smoltcp v0.9.1
21452026-08-31T14:29:42.802Z Compiling darling_macro v0.20.11
21462026-08-31T14:29:42.824Z Compiling quick-error v1.2.3
21472026-08-31T14:29:42.855Z Compiling cfg_aliases v0.2.1
21482026-08-31T14:29:42.892Z Compiling bit-vec v0.8.0
21492026-08-31T14:29:42.940Z Compiling num_threads v0.1.7
21502026-08-31T14:29:43.049Z Compiling owo-colors v4.3.0
21512026-08-31T14:29:43.118Z Compiling clap_lex v1.0.0
21522026-08-31T14:29:43.132Z Compiling funty v2.0.0
21532026-08-31T14:29:43.149Z Compiling time v0.3.47
21542026-08-31T14:29:43.231Z Compiling bit-set v0.8.0
21552026-08-31T14:29:43.236Z Compiling nix v0.31.2
21562026-08-31T14:29:43.255Z Compiling rusty-fork v0.3.1
21572026-08-31T14:29:43.305Z Compiling darling v0.20.11
21582026-08-31T14:29:43.345Z Compiling clap_builder v4.6.0
21592026-08-31T14:29:43.350Z Compiling num-iter v0.1.45
21602026-08-31T14:29:43.376Z Compiling hyper-util v0.1.20
21612026-08-31T14:29:43.493Z Compiling bitvec v1.0.1
21622026-08-31T14:29:43.670Z Compiling rand v0.8.6
21632026-08-31T14:29:43.737Z Compiling lazy_static v1.5.0
21642026-08-31T14:29:43.822Z Compiling hmac v0.12.1
21652026-08-31T14:29:44.040Z Compiling erased-serde v0.3.31
21662026-08-31T14:29:44.058Z Compiling rand_xorshift v0.4.0
21672026-08-31T14:29:44.129Z Compiling curve25519-dalek-derive v0.1.1
21682026-08-31T14:29:44.214Z Compiling sync_wrapper v1.0.2
21692026-08-31T14:29:44.644Z Compiling zlib-rs v0.6.2
21702026-08-31T14:29:44.662Z Compiling unarray v0.1.4
21712026-08-31T14:29:44.677Z Compiling siphasher v1.0.2
21722026-08-31T14:29:44.683Z Compiling crc-catalog v2.4.0
21732026-08-31T14:29:44.748Z Compiling nodrop v0.1.14
21742026-08-31T14:29:44.787Z Compiling crc v3.4.0
21752026-08-31T14:29:44.804Z Compiling proptest v1.11.0
21762026-08-31T14:29:44.878Z Compiling array-init v0.0.4
21772026-08-31T14:29:44.934Z Compiling clap v4.6.1
21782026-08-31T14:29:45.637Z Compiling tower v0.5.3
21792026-08-31T14:29:46.037Z Compiling smallvec v0.6.14
21802026-08-31T14:29:46.053Z Compiling derive_builder_core v0.20.2
21812026-08-31T14:29:46.139Z Compiling pkcs1 v0.7.5
21822026-08-31T14:29:46.312Z Compiling http-body-util v0.1.3
21832026-08-31T14:29:46.325Z Compiling zerocopy v0.6.6
21842026-08-31T14:29:46.437Z Compiling bitfield v0.19.4
21852026-08-31T14:29:46.578Z Compiling hubpack_derive v0.1.1
21862026-08-31T14:29:46.606Z Compiling strum_macros v0.26.4
21872026-08-31T14:29:46.697Z Compiling flate2 v1.1.9
21882026-08-31T14:29:46.757Z Compiling strum_macros v0.27.2
21892026-08-31T14:29:46.815Z Compiling snafu-derive v0.8.9
21902026-08-31T14:29:46.927Z Compiling env_filter v2.0.0
21912026-08-31T14:29:46.962Z Compiling fs-err v3.3.0
21922026-08-31T14:29:47.091Z Compiling iri-string v0.7.10
21932026-08-31T14:29:47.118Z Compiling hashbrown v0.12.3
21942026-08-31T14:29:47.467Z Compiling gimli v0.32.3
21952026-08-31T14:29:47.624Z Compiling unicode-bidi v0.3.18
21962026-08-31T14:29:47.729Z Compiling base64 v0.21.7
21972026-08-31T14:29:47.800Z Compiling allocator-api2 v0.2.21
21982026-08-31T14:29:47.871Z Compiling ryu v1.0.23
21992026-08-31T14:29:48.052Z Compiling unicode-properties v0.1.4
22002026-08-31T14:29:48.149Z Compiling serde_urlencoded v0.7.1
22012026-08-31T14:29:48.207Z Compiling ron v0.8.1
22022026-08-31T14:29:48.276Z Compiling tower-http v0.6.8
22032026-08-31T14:29:48.392Z Compiling stringprep v0.1.5
22042026-08-31T14:29:48.710Z Compiling env_logger v0.11.11
22052026-08-31T14:29:48.765Z Compiling newtype-uuid v1.3.2
22062026-08-31T14:29:48.824Z Compiling derive_builder_macro v0.20.2
22072026-08-31T14:29:48.909Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22082026-08-31T14:29:49.062Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22092026-08-31T14:29:49.077Z Compiling rsa v0.9.10
22102026-08-31T14:29:49.081Z Compiling oxnet v0.1.6
22112026-08-31T14:29:49.263Z Compiling addr2line v0.25.1
22122026-08-31T14:29:49.361Z Compiling tokio-native-tls v0.3.1
22132026-08-31T14:29:49.456Z Compiling serde-hex v0.1.0
22142026-08-31T14:29:49.474Z Compiling hashbrown v0.13.2
22152026-08-31T14:29:49.506Z Compiling bzip2 v0.4.4
22162026-08-31T14:29:49.550Z Compiling usdt-macro v0.6.0
22172026-08-31T14:29:49.587Z Compiling usdt-attr-macro v0.6.0
22182026-08-31T14:29:49.603Z Compiling derive-ex v0.1.8
22192026-08-31T14:29:49.724Z Compiling block-buffer v0.12.1
22202026-08-31T14:29:49.741Z Compiling block-padding v0.4.2
22212026-08-31T14:29:49.745Z Compiling crypto-common v0.2.2
22222026-08-31T14:29:50.026Z Compiling convert_case v0.10.0
22232026-08-31T14:29:50.132Z Compiling rustls-native-certs v0.8.3
22242026-08-31T14:29:50.366Z Compiling x509-cert v0.2.5
22252026-08-31T14:29:50.387Z Compiling md-5 v0.10.6
22262026-08-31T14:29:50.404Z Compiling bstr v1.12.1
22272026-08-31T14:29:50.601Z Compiling vergen-lib v9.1.0
22282026-08-31T14:29:50.709Z Compiling hash32 v0.2.1
22292026-08-31T14:29:50.756Z Compiling encoding_rs v0.8.35
22302026-08-31T14:29:50.917Z Compiling psl-types v2.0.11
22312026-08-31T14:29:50.960Z Compiling cpufeatures v0.3.0
22322026-08-31T14:29:51.007Z Compiling fallible-iterator v0.2.0
22332026-08-31T14:29:51.106Z Compiling mime v0.3.17
22342026-08-31T14:29:51.121Z Compiling rustc-demangle v0.1.27
22352026-08-31T14:29:51.179Z Compiling crc-any v2.5.0
22362026-08-31T14:29:51.370Z Compiling unicode-width v0.2.0
22372026-08-31T14:29:51.476Z Compiling postgres-protocol v0.6.10
22382026-08-31T14:29:51.480Z Compiling test-strategy v0.4.5
22392026-08-31T14:29:51.523Z Compiling publicsuffix v2.3.0
22402026-08-31T14:29:51.928Z Compiling backtrace v0.3.76
22412026-08-31T14:29:52.141Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22422026-08-31T14:29:52.243Z Compiling derive_more-impl v2.1.1
22432026-08-31T14:29:52.443Z Compiling object v0.30.4
22442026-08-31T14:29:52.471Z Compiling inout v0.2.2
22452026-08-31T14:29:52.497Z Compiling zip v0.6.6
22462026-08-31T14:29:52.679Z Compiling hyper-tls v0.6.0
22472026-08-31T14:29:52.702Z Compiling daft v0.1.8
22482026-08-31T14:29:52.786Z Compiling derive_builder v0.20.2
22492026-08-31T14:29:52.840Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502026-08-31T14:29:52.889Z Compiling phf_shared v0.13.1
22512026-08-31T14:29:52.934Z Compiling pin-project v1.1.11
22522026-08-31T14:29:53.096Z Compiling toml v0.7.8
22532026-08-31T14:29:53.100Z Compiling heck v0.4.1
22542026-08-31T14:29:53.173Z Compiling serde_with_macros v3.21.0
22552026-08-31T14:29:53.199Z Compiling futures-executor v0.3.32
22562026-08-31T14:29:53.352Z Compiling serde_repr v0.1.20
22572026-08-31T14:29:53.408Z Compiling enum-as-inner v0.6.1
22582026-08-31T14:29:53.447Z Compiling miette-derive v7.6.0
22592026-08-31T14:29:53.477Z Compiling async-recursion v1.1.1
22602026-08-31T14:29:53.510Z Compiling ff v0.13.1
22612026-08-31T14:29:53.615Z Compiling vergen v9.1.0
22622026-08-31T14:29:53.637Z Compiling cargo-platform v0.3.2
22632026-08-31T14:29:53.662Z Compiling jiff-core v0.1.0
22642026-08-31T14:29:53.850Z Compiling is_ci v1.2.0
22652026-08-31T14:29:53.905Z Compiling smawk v0.3.2
22662026-08-31T14:29:53.956Z Compiling bitflags v1.3.2
22672026-08-31T14:29:54.145Z Compiling managed v0.8.0
22682026-08-31T14:29:54.161Z Compiling same-file v1.0.6
22692026-08-31T14:29:54.162Z Compiling foldhash v0.2.0
22702026-08-31T14:29:54.274Z Compiling foldhash v0.1.5
22712026-08-31T14:29:54.274Z Compiling bumpalo v3.20.2
22722026-08-31T14:29:54.305Z Compiling path-slash v0.1.5
22732026-08-31T14:29:54.368Z Compiling unicode-linebreak v0.1.5
22742026-08-31T14:29:54.508Z Compiling base16ct v0.2.0
22752026-08-31T14:29:54.537Z Compiling libbz2-rs-sys v0.2.2
22762026-08-31T14:29:54.561Z Compiling zopfli v0.8.3
22772026-08-31T14:29:54.595Z Compiling textwrap v0.16.2
22782026-08-31T14:29:54.629Z Compiling jiff v0.2.34
22792026-08-31T14:29:54.676Z Compiling sec1 v0.7.3
22802026-08-31T14:29:54.692Z Compiling hashbrown v0.15.5
22812026-08-31T14:29:54.852Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22822026-08-31T14:29:54.964Z Compiling bzip2 v0.6.1
22832026-08-31T14:29:55.007Z Compiling hashbrown v0.16.1
22842026-08-31T14:29:55.131Z Compiling walkdir v2.5.0
22852026-08-31T14:29:55.131Z Compiling supports-color v3.0.2
22862026-08-31T14:29:55.258Z Compiling cargo_metadata v0.23.1
22872026-08-31T14:29:55.286Z Compiling group v0.13.0
22882026-08-31T14:29:55.462Z Compiling futures v0.3.32
22892026-08-31T14:29:56.014Z Compiling phf v0.13.1
22902026-08-31T14:29:56.071Z Compiling snafu v0.8.9
22912026-08-31T14:29:56.116Z Compiling reqwest v0.12.28
22922026-08-31T14:29:56.196Z Compiling cipher v0.5.2
22932026-08-31T14:29:56.476Z Compiling signal-hook-mio v0.2.5
22942026-08-31T14:29:56.493Z Compiling zstd v0.13.3
22952026-08-31T14:29:56.493Z Compiling backtrace-ext v0.2.1
22962026-08-31T14:29:56.545Z Compiling cookie_store v0.22.1
22972026-08-31T14:29:56.563Z Compiling postgres-types v0.2.12
22982026-08-31T14:29:56.581Z Compiling globset v0.4.18
22992026-08-31T14:29:56.679Z Compiling strum v0.27.2
23002026-08-31T14:29:56.728Z Compiling hubpack v0.1.2
23012026-08-31T14:29:56.840Z Compiling phf_shared v0.11.3
23022026-08-31T14:29:56.862Z Compiling hkdf v0.12.4
23032026-08-31T14:29:56.958Z Compiling crossbeam-epoch v0.9.18
23042026-08-31T14:29:57.052Z Compiling byte-wrapper v0.1.0
23052026-08-31T14:29:57.068Z Compiling olpc-cjson v0.1.4
23062026-08-31T14:29:57.072Z Compiling ed25519 v2.2.3
23072026-08-31T14:29:57.244Z Compiling pem v3.0.6
23082026-08-31T14:29:57.353Z Compiling crypto-bigint v0.5.5
23092026-08-31T14:29:57.391Z Compiling serde-big-array v0.5.1
23102026-08-31T14:29:57.391Z Compiling serde_plain v1.0.2
23112026-08-31T14:29:57.487Z Compiling float-cmp v0.10.0
23122026-08-31T14:29:57.522Z Compiling memmap2 v0.9.10
23132026-08-31T14:29:57.544Z Compiling supports-hyperlinks v3.2.0
23142026-08-31T14:29:57.562Z Compiling fixedbitset v0.5.7
23152026-08-31T14:29:57.652Z Compiling supports-unicode v3.0.0
23162026-08-31T14:29:57.702Z Compiling typed-path v0.9.3
23172026-08-31T14:29:57.744Z Compiling const-oid v0.10.2
23182026-08-31T14:29:57.829Z Compiling toml_write v0.1.2
23192026-08-31T14:29:57.849Z Compiling static_assertions v1.1.0
23202026-08-31T14:29:57.867Z Compiling normalize-line-endings v0.3.0
23212026-08-31T14:29:57.882Z Compiling keccak v0.1.6
23222026-08-31T14:29:57.882Z Compiling data-encoding v2.10.0
23232026-08-31T14:29:57.938Z Compiling whoami v2.1.0
23242026-08-31T14:29:57.960Z Compiling predicates-core v1.0.10
23252026-08-31T14:29:58.060Z Compiling difflib v0.4.0
23262026-08-31T14:29:58.101Z Compiling unicode-width v0.1.14
23272026-08-31T14:29:58.123Z Compiling fixedbitset v0.4.2
23282026-08-31T14:29:58.172Z Compiling precomputed-hash v0.1.1
23292026-08-31T14:29:58.247Z Compiling new_debug_unreachable v1.0.6
23302026-08-31T14:29:58.314Z Compiling string_cache v0.8.9
23312026-08-31T14:29:58.327Z Compiling petgraph v0.6.5
23322026-08-31T14:29:58.392Z Compiling miette v7.6.0
23332026-08-31T14:29:58.463Z Compiling elliptic-curve v0.13.8
23342026-08-31T14:29:58.537Z Compiling predicates v3.1.4
23352026-08-31T14:29:58.636Z Compiling hickory-proto v0.25.2
23362026-08-31T14:29:58.656Z Compiling tokio-postgres v0.7.16
23372026-08-31T14:29:58.834Z Compiling sha3 v0.10.8
23382026-08-31T14:29:58.853Z Compiling toml_edit v0.22.27
23392026-08-31T14:29:58.861Z Compiling digest v0.11.3
23402026-08-31T14:29:59.085Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-31T14:29:59.116Z Compiling chacha20 v0.10.0
23422026-08-31T14:29:59.152Z Compiling petgraph v0.8.3
23432026-08-31T14:29:59.518Z Compiling usdt v0.6.0
23442026-08-31T14:29:59.674Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23452026-08-31T14:29:59.792Z Compiling ed25519-dalek v2.2.0
23462026-08-31T14:30:00.720Z Compiling zip v4.6.1
23472026-08-31T14:30:00.943Z Compiling crossterm v0.28.1
23482026-08-31T14:30:01.008Z Compiling iddqd v0.4.2
23492026-08-31T14:30:01.403Z Compiling serde_with v3.21.0
23502026-08-31T14:30:01.434Z Compiling derive_more v2.1.1
23512026-08-31T14:30:01.473Z Compiling similar v2.7.0
23522026-08-31T14:30:01.518Z Compiling strum v0.26.3
23532026-08-31T14:30:01.676Z Compiling tokio-stream v0.1.18
23542026-08-31T14:30:01.757Z Compiling itertools v0.13.0
23552026-08-31T14:30:01.901Z Compiling buf-list v1.1.2
23562026-08-31T14:30:02.140Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23572026-08-31T14:30:02.243Z Compiling openapiv3 v2.2.0
23582026-08-31T14:30:02.542Z Compiling lalrpop-util v0.19.12
23592026-08-31T14:30:02.914Z Compiling peg-runtime v0.8.5
23602026-08-31T14:30:20.405Z Compiling rustls-webpki v0.103.13
23612026-08-31T14:30:23.982Z Compiling tokio-rustls v0.26.4
23622026-08-31T14:30:24.027Z Compiling rustls-platform-verifier v0.6.2
23632026-08-31T14:30:24.668Z Compiling hyper-rustls v0.27.7
23642026-08-31T14:30:24.672Z Compiling tough v0.22.0
23652026-08-31T14:30:24.672Z Compiling reqwest v0.13.2
23662026-08-31T14:30:24.672Z Compiling macaddr v1.0.1
23672026-08-31T14:30:24.672Z Compiling rayon-core v1.13.0
23682026-08-31T14:30:24.672Z Compiling crucible-workspace-hack v0.1.0
23692026-08-31T14:30:24.745Z Compiling secrecy v0.10.3
23702026-08-31T14:30:24.776Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23712026-08-31T14:30:24.851Z Compiling toml_datetime v0.7.5+spec-1.1.0
23722026-08-31T14:30:24.870Z Compiling heapless v0.8.0
23732026-08-31T14:30:24.903Z Compiling crossbeam-deque v0.8.6
23742026-08-31T14:30:24.932Z Compiling ingot-macros v0.2.0
23752026-08-31T14:30:25.032Z Compiling toml_edit v0.23.10+spec-1.0.0
23762026-08-31T14:30:25.097Z Compiling inout v0.1.4
23772026-08-31T14:30:25.159Z Compiling hash32 v0.3.1
23782026-08-31T14:30:25.177Z Compiling multer v3.1.0
23792026-08-31T14:30:25.619Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23802026-08-31T14:30:25.622Z Compiling thread_local v1.1.9
23812026-08-31T14:30:25.622Z Compiling smoltcp v0.11.0
23822026-08-31T14:30:25.622Z Compiling slog-async v2.8.0
23832026-08-31T14:30:25.622Z Compiling compression-core v0.4.31
23842026-08-31T14:30:25.622Z Compiling match_cfg v0.1.0
23852026-08-31T14:30:25.622Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23862026-08-31T14:30:25.623Z Compiling hostname v0.3.1
23872026-08-31T14:30:25.623Z Compiling compression-codecs v0.4.37
23882026-08-31T14:30:25.626Z Compiling proc-macro-crate v3.4.0
23892026-08-31T14:30:25.752Z Compiling cipher v0.4.4
23902026-08-31T14:30:25.802Z Compiling atomicwrites v0.4.4
23912026-08-31T14:30:26.209Z Compiling slog-json v2.6.1
23922026-08-31T14:30:26.619Z Compiling crossbeam-channel v0.5.15
23932026-08-31T14:30:26.619Z Compiling half v2.7.1
23942026-08-31T14:30:26.619Z Compiling universal-hash v0.5.1
23952026-08-31T14:30:26.619Z Compiling newtype-uuid-macros v0.1.0
23962026-08-31T14:30:26.619Z Compiling serde_tokenstream v0.3.0
23972026-08-31T14:30:26.619Z Compiling cobs v0.3.0
23982026-08-31T14:30:26.624Z Compiling thiserror-impl-no-std v2.0.2
23992026-08-31T14:30:26.624Z Compiling async-stream-impl v0.3.6
24002026-08-31T14:30:26.624Z Compiling serde_spanned v1.1.1
24012026-08-31T14:30:26.624Z Compiling toml_datetime v1.1.1+spec-1.1.0
24022026-08-31T14:30:26.624Z Compiling is-terminal v0.4.17
24032026-08-31T14:30:26.624Z Compiling dropshot v0.17.1
24042026-08-31T14:30:26.624Z Compiling proc-macro-error-attr v1.0.4
24052026-08-31T14:30:26.624Z Compiling term v1.2.1
24062026-08-31T14:30:26.637Z Compiling take_mut v0.2.2
24072026-08-31T14:30:26.674Z Compiling opaque-debug v0.3.1
24082026-08-31T14:30:27.155Z Compiling ciborium-io v0.2.2
24092026-08-31T14:30:27.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24102026-08-31T14:30:27.162Z Compiling convert_case v0.4.0
24112026-08-31T14:30:27.162Z Compiling toml_writer v1.1.1+spec-1.1.0
24122026-08-31T14:30:27.162Z Compiling async-stream v0.3.6
24132026-08-31T14:30:27.163Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24142026-08-31T14:30:27.163Z Compiling ciborium-ll v0.2.2
24152026-08-31T14:30:27.163Z Compiling slog-term v2.9.2
24162026-08-31T14:30:27.163Z Compiling toml v1.1.2+spec-1.1.0
24172026-08-31T14:30:27.163Z Compiling derive_more v0.99.20
24182026-08-31T14:30:27.192Z Compiling poly1305 v0.8.0
24192026-08-31T14:30:27.261Z Compiling thiserror-no-std v2.0.2
24202026-08-31T14:30:27.370Z Compiling oxide-generation-macros v0.2.0
24212026-08-31T14:30:27.409Z Compiling postcard v1.1.3
24222026-08-31T14:30:27.551Z Compiling ingot-types v0.2.0
24232026-08-31T14:30:27.818Z Compiling num_enum_derive v0.7.6
24242026-08-31T14:30:27.843Z Compiling slog-bunyan v2.5.0
24252026-08-31T14:30:27.856Z Compiling chacha20 v0.9.1
24262026-08-31T14:30:27.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24272026-08-31T14:30:28.031Z Compiling ingot v0.2.1
24282026-08-31T14:30:28.113Z Compiling async-compression v0.4.41
24292026-08-31T14:30:28.152Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24302026-08-31T14:30:28.263Z Compiling sha1 v0.11.0
24312026-08-31T14:30:28.287Z Compiling oxide-generation v0.1.3
24322026-08-31T14:30:28.362Z Compiling parse-display-derive v0.10.0
24332026-08-31T14:30:28.378Z Compiling proc-macro-crate v1.3.1
24342026-08-31T14:30:28.597Z Compiling waitgroup v0.1.2
24352026-08-31T14:30:28.693Z Compiling rustls-pemfile v2.2.0
24362026-08-31T14:30:28.737Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24372026-08-31T14:30:28.763Z Compiling backon v1.6.0
24382026-08-31T14:30:28.787Z Compiling password-hash v0.5.0
24392026-08-31T14:30:28.996Z Compiling blake2 v0.10.6
24402026-08-31T14:30:29.031Z Compiling aead v0.5.2
24412026-08-31T14:30:29.093Z Compiling dropshot_endpoint v0.17.1
24422026-08-31T14:30:29.560Z Compiling foreign-types-macros v0.2.3
24432026-08-31T14:30:29.565Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24442026-08-31T14:30:29.566Z Compiling serde_path_to_error v0.1.20
24452026-08-31T14:30:29.566Z Compiling hostname v0.4.2
24462026-08-31T14:30:29.566Z Compiling proc-macro-error v1.0.4
24472026-08-31T14:30:29.566Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24482026-08-31T14:30:29.657Z Compiling instant v0.1.13
24492026-08-31T14:30:29.731Z Compiling illumos-nvpair-sys v0.2.0
24502026-08-31T14:30:29.749Z Compiling debug-ignore v1.0.5
24512026-08-31T14:30:30.158Z Compiling foreign-types-shared v0.3.1
24522026-08-31T14:30:30.162Z Compiling backoff v0.4.0
24532026-08-31T14:30:30.162Z Compiling argon2 v0.5.3
24542026-08-31T14:30:30.162Z Compiling chacha20poly1305 v0.10.1
24552026-08-31T14:30:30.162Z Compiling parse-display v0.10.0
24562026-08-31T14:30:30.162Z Compiling foreign-types v0.5.0
24572026-08-31T14:30:30.162Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24582026-08-31T14:30:30.162Z Compiling num_enum v0.7.6
24592026-08-31T14:30:30.162Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-31T14:30:30.162Z Compiling num_enum_derive v0.5.11
24612026-08-31T14:30:30.162Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24622026-08-31T14:30:30.162Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24632026-08-31T14:30:30.473Z Compiling vsss-rs v3.3.4
24642026-08-31T14:30:30.473Z Compiling ciborium v0.2.2
24652026-08-31T14:30:30.602Z Compiling regress v0.10.5
24662026-08-31T14:30:31.068Z Compiling itertools v0.14.0
24672026-08-31T14:30:31.074Z Compiling tabwriter v1.4.1
24682026-08-31T14:30:31.074Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24692026-08-31T14:30:31.074Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24702026-08-31T14:30:31.075Z Compiling cstr-argument v0.1.2
24712026-08-31T14:30:31.075Z Compiling humantime v2.3.0
24722026-08-31T14:30:31.075Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24732026-08-31T14:30:31.075Z Compiling num_enum v0.5.11
24742026-08-31T14:30:31.075Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24752026-08-31T14:30:31.614Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24762026-08-31T14:30:31.614Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24772026-08-31T14:30:31.629Z Compiling rayon v1.11.0
24782026-08-31T14:30:31.629Z Compiling rand v0.10.1
24792026-08-31T14:30:31.629Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24802026-08-31T14:30:31.629Z Compiling libefi-sys v0.1.0
24812026-08-31T14:30:31.629Z Compiling colored v3.1.1
24822026-08-31T14:30:31.629Z Compiling indent_write v2.2.0
24832026-08-31T14:30:31.629Z Compiling illumos-nvpair v0.3.0
24842026-08-31T14:30:31.629Z Compiling zone_cfg_derive v0.3.1
24852026-08-31T14:30:31.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24862026-08-31T14:30:31.630Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24872026-08-31T14:30:31.630Z Compiling camino-tempfile v1.4.1
24882026-08-31T14:30:31.649Z Compiling itertools v0.12.1
24892026-08-31T14:30:31.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24902026-08-31T14:30:31.698Z Compiling usdt-attr-macro v0.5.0
24912026-08-31T14:30:31.813Z Compiling usdt-macro v0.5.0
24922026-08-31T14:30:31.999Z Compiling bitfield-struct v0.6.2
24932026-08-31T14:30:32.016Z Compiling num-derive v0.4.2
24942026-08-31T14:30:32.061Z Compiling blake3 v1.8.5
24952026-08-31T14:30:32.082Z Compiling sigpipe v0.1.3
24962026-08-31T14:30:32.114Z Compiling memmap v0.7.0
24972026-08-31T14:30:32.119Z Compiling glob v0.3.3
24982026-08-31T14:30:32.193Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24992026-08-31T14:30:32.248Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25002026-08-31T14:30:32.320Z Compiling swrite v0.1.0
25012026-08-31T14:30:32.375Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
25022026-08-31T14:30:32.510Z Compiling smf v0.2.3
25032026-08-31T14:30:32.542Z Compiling usdt v0.5.0
25042026-08-31T14:30:32.649Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-31T14:30:32.722Z Compiling filetime v0.2.27
25062026-08-31T14:30:32.727Z Compiling constant_time_eq v0.4.2
25072026-08-31T14:30:32.921Z Compiling whoami v1.6.1
25082026-08-31T14:30:32.929Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25092026-08-31T14:30:32.929Z Compiling arrayref v0.3.9
25102026-08-31T14:30:32.971Z Compiling xattr v1.6.1
25112026-08-31T14:30:32.988Z Compiling zone v0.3.1
25122026-08-31T14:30:33.002Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-08-31T14:30:33.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-31T14:30:33.070Z Compiling arrayvec v0.7.6
25152026-08-31T14:30:33.100Z Compiling tar v0.4.46
25162026-08-31T14:30:33.161Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-08-31T14:30:33.183Z Compiling tokio-dtrace v0.1.1
25182026-08-31T14:30:33.199Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25192026-08-31T14:30:33.422Z Compiling gethostname v0.5.0
25202026-08-31T14:30:33.466Z Compiling console v0.16.2
25212026-08-31T14:30:33.528Z Compiling unit-prefix v0.5.2
25222026-08-31T14:30:33.577Z Compiling topological-sort v0.2.2
25232026-08-31T14:30:33.597Z Compiling oxide-tokio-rt v0.1.4
25242026-08-31T14:30:33.656Z Compiling toml v0.8.23
25252026-08-31T14:30:33.771Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25262026-08-31T14:30:33.845Z Compiling shell-words v1.1.1
25272026-08-31T14:30:33.943Z Compiling indicatif v0.18.4
25282026-08-31T14:30:43.292Z Compiling progenitor-client v0.14.0
25292026-08-31T14:30:43.292Z Compiling omicron-zone-package v0.12.3
25302026-08-31T14:30:43.491Z Compiling progenitor-extras v0.2.0
25312026-08-31T14:30:43.760Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25322026-08-31T14:30:43.852Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25332026-08-31T14:30:43.913Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25342026-08-31T14:30:43.996Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25352026-08-31T14:30:44.017Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25362026-08-31T14:30:44.069Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25372026-08-31T14:30:44.151Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25382026-08-31T14:30:44.335Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25392026-08-31T14:30:45.144Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25402026-08-31T14:30:48.600Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25412026-08-31T14:30:57.863Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-08-31T14:31:01.155Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25432026-08-31T14:31:02.273Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25442026-08-31T14:31:12.662Z Finished `release` profile [optimized] target(s) in 1m 48s
25452026-08-31T14:31:12.809Z Running `target/release/omicron-package -t test target create -p dev`
25462026-08-31T14:31:12.874ZLogging to: /work/oxidecomputer/omicron/out/LOG
25472026-08-31T14:31:12.883ZCreated new build target 'test' and set it as active
25482026-08-31T14:31:12.883Z
25492026-08-31T14:31:12.883Zreal 1:49.219608905
25502026-08-31T14:31:12.883Zuser 17:57.137755608
25512026-08-31T14:31:12.883Zsys 2:48.392682094
25522026-08-31T14:31:12.884Ztrap 0.490319252
25532026-08-31T14:31:12.884Ztflt 2.381298238
25542026-08-31T14:31:12.884Zdflt 4.789330008
25552026-08-31T14:31:12.884Zkflt 0.029510980
25562026-08-31T14:31:12.884Zlock 58:47.158164875
25572026-08-31T14:31:12.884Zslp 45:43.117271602
25582026-08-31T14:31:12.884Zlat 51.264733388
25592026-08-31T14:31:12.884Zstop 6:19.519825412
25602026-08-31T14:31:12.884Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25612026-08-31T14:31:13.777Z Finished `release` profile [optimized] target(s) in 0.89s
25622026-08-31T14:31:13.847Z Running `target/release/omicron-package -t test package`
25632026-08-31T14:31:13.905ZLogging to: /work/oxidecomputer/omicron/out/LOG
25642026-08-31T14:31:15.380Z Compiling heck v0.5.0
25652026-08-31T14:31:15.384Z Compiling regress v0.11.1
25662026-08-31T14:31:15.621Z Compiling unsafe-libyaml v0.2.11
25672026-08-31T14:31:15.621Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25682026-08-31T14:31:15.673Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25692026-08-31T14:31:15.673Z Compiling derive-where v1.6.0
25702026-08-31T14:31:15.673Z Compiling bytecount v0.6.9
25712026-08-31T14:31:15.716Z Compiling atomicwrites v0.4.4
25722026-08-31T14:31:15.721Z Compiling is-terminal v0.4.17
25732026-08-31T14:31:15.780Z Compiling prettyplease v0.2.37
25742026-08-31T14:31:15.783Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25752026-08-31T14:31:15.783Z Compiling newline-converter v0.3.0
25762026-08-31T14:31:15.801Z Compiling console v0.15.11
25772026-08-31T14:31:15.863Z Compiling slog-dtrace v0.3.0
25782026-08-31T14:31:15.977Z Compiling cancel-safe-futures v0.1.5
25792026-08-31T14:31:15.989Z Compiling num-rational v0.4.2
25802026-08-31T14:31:15.989Z Compiling num-complex v0.4.6
25812026-08-31T14:31:15.989Z Compiling thread_local v1.1.9
25822026-08-31T14:31:15.989Z Compiling resolv-conf v0.7.6
25832026-08-31T14:31:16.002Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25842026-08-31T14:31:16.054Z Compiling compression-core v0.4.31
25852026-08-31T14:31:16.151Z Compiling serde_yaml v0.9.34+deprecated
25862026-08-31T14:31:16.208Z Compiling match_cfg v0.1.0
25872026-08-31T14:31:16.232Z Compiling compression-codecs v0.4.37
25882026-08-31T14:31:16.283Z Compiling expectorate v1.2.0
25892026-08-31T14:31:16.305Z Compiling hostname v0.3.1
25902026-08-31T14:31:16.405Z Compiling num v0.4.3
25912026-08-31T14:31:16.451Z Compiling multer v3.1.0
25922026-08-31T14:31:16.495Z Compiling slog-async v2.8.0
25932026-08-31T14:31:16.523Z Compiling crossbeam-channel v0.5.15
25942026-08-31T14:31:16.528Z Compiling slog-json v2.6.1
25952026-08-31T14:31:16.548Z Compiling toml_datetime v1.1.1+spec-1.1.0
25962026-08-31T14:31:16.589Z Compiling serde_spanned v1.1.1
25972026-08-31T14:31:16.613Z Compiling toml_writer v1.1.1+spec-1.1.0
25982026-08-31T14:31:16.767Z Compiling linear-map v1.2.0
25992026-08-31T14:31:16.788Z Compiling term v1.2.1
26002026-08-31T14:31:16.810Z Compiling take_mut v0.2.2
26012026-08-31T14:31:16.843Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26022026-08-31T14:31:16.864Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
26032026-08-31T14:31:16.889Z Compiling oxide-update-engine-types v0.1.2
26042026-08-31T14:31:16.892Z Compiling float-ord v0.3.2
26052026-08-31T14:31:16.913Z Compiling toml v1.1.2+spec-1.1.0
26062026-08-31T14:31:16.977Z Compiling slog-bunyan v2.5.0
26072026-08-31T14:31:17.020Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26082026-08-31T14:31:17.045Z Compiling async-compression v0.4.41
26092026-08-31T14:31:17.198Z Compiling slog-term v2.9.2
26102026-08-31T14:31:17.212Z Compiling async-stream v0.3.6
26112026-08-31T14:31:17.294Z Compiling typify-impl v0.6.2
26122026-08-31T14:31:17.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26132026-08-31T14:31:17.388Z Compiling dropshot v0.17.1
26142026-08-31T14:31:17.437Z Compiling progenitor-client v0.14.0
26152026-08-31T14:31:17.458Z Compiling sha1 v0.11.0
26162026-08-31T14:31:17.483Z Compiling oxide-generation v0.1.3
26172026-08-31T14:31:17.543Z Compiling waitgroup v0.1.2
26182026-08-31T14:31:17.656Z Compiling rustls-pemfile v2.2.0
26192026-08-31T14:31:17.693Z Compiling backon v1.6.0
26202026-08-31T14:31:17.712Z Compiling hostname v0.4.2
26212026-08-31T14:31:17.740Z Compiling serde_path_to_error v0.1.20
26222026-08-31T14:31:17.764Z Compiling instant v0.1.13
26232026-08-31T14:31:17.791Z Compiling debug-ignore v1.0.5
26242026-08-31T14:31:17.872Z Compiling minimal-lexical v0.2.1
26252026-08-31T14:31:17.894Z Compiling linked-hash-map v0.5.6
26262026-08-31T14:31:17.919Z Compiling progenitor-extras v0.2.0
26272026-08-31T14:31:17.925Z Compiling backoff v0.4.0
26282026-08-31T14:31:17.964Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26292026-08-31T14:31:18.081Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26302026-08-31T14:31:18.103Z Compiling nom v7.1.3
26312026-08-31T14:31:18.134Z Compiling oxide-update-engine v0.1.2
26322026-08-31T14:31:18.153Z Compiling lru-cache v0.1.2
26332026-08-31T14:31:18.177Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26342026-08-31T14:31:18.201Z Compiling parse-display v0.10.0
26352026-08-31T14:31:18.238Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26362026-08-31T14:31:18.354Z Compiling regress v0.10.5
26372026-08-31T14:31:18.506Z Compiling itertools v0.14.0
26382026-08-31T14:31:18.881Z Compiling macaddr v1.0.1
26392026-08-31T14:31:18.908Z Compiling humantime v2.3.0
26402026-08-31T14:31:19.127Z Compiling unicode-xid v0.2.6
26412026-08-31T14:31:19.200Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26422026-08-31T14:31:19.270Z Compiling hickory-proto v0.24.4
26432026-08-31T14:31:19.377Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26442026-08-31T14:31:19.443Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26452026-08-31T14:31:19.478Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26462026-08-31T14:31:19.734Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26472026-08-31T14:31:19.810Z Compiling toml v0.8.23
26482026-08-31T14:31:19.971Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26492026-08-31T14:31:20.033Z Compiling papergrid v0.11.0
26502026-08-31T14:31:20.351Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26512026-08-31T14:31:20.372Z Compiling tabled_derive v0.7.0
26522026-08-31T14:31:20.395Z Compiling termtree v0.5.1
26532026-08-31T14:31:20.591Z Compiling crossterm v0.29.0
26542026-08-31T14:31:20.635Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26552026-08-31T14:31:20.754Z Compiling typify-macro v0.6.2
26562026-08-31T14:31:21.310Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26572026-08-31T14:31:21.623Z Compiling tabled v0.15.0
26582026-08-31T14:31:21.687Z Compiling phf_shared v0.12.1
26592026-08-31T14:31:21.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26602026-08-31T14:31:21.949Z Compiling hickory-resolver v0.24.4
26612026-08-31T14:31:22.282Z Compiling csv-core v0.1.13
26622026-08-31T14:31:22.315Z Compiling typify v0.6.2
26632026-08-31T14:31:22.633Z Compiling progenitor-impl v0.14.0
26642026-08-31T14:31:22.883Z Compiling vte v0.14.1
26652026-08-31T14:31:23.009Z Compiling highway v1.3.0
26662026-08-31T14:31:23.150Z Compiling chrono-tz v0.10.4
26672026-08-31T14:31:23.358Z Compiling qorb v0.4.1
26682026-08-31T14:31:23.521Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26692026-08-31T14:31:23.739Z Compiling strip-ansi-escapes v0.2.1
26702026-08-31T14:31:24.310Z Compiling csv v1.4.0
26712026-08-31T14:31:24.769Z Compiling progenitor-macro v0.14.0
26722026-08-31T14:31:25.254Z Compiling phf v0.12.1
26732026-08-31T14:31:25.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26742026-08-31T14:31:25.581Z Compiling const_format_proc_macros v0.2.34
26752026-08-31T14:31:25.928Z Compiling fd-lock v4.0.4
26762026-08-31T14:31:25.999Z Compiling peg-macros v0.8.5
26772026-08-31T14:31:26.107Z Compiling nu-ansi-term v0.50.3
26782026-08-31T14:31:26.380Z Compiling const_format v0.2.35
26792026-08-31T14:31:26.459Z Compiling reedline v0.40.0
26802026-08-31T14:31:26.904Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26812026-08-31T14:31:27.453Z Compiling peg v0.8.5
26822026-08-31T14:31:27.554Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26832026-08-31T14:31:27.914Z Compiling bcs v0.1.6
26842026-08-31T14:31:28.097Z Compiling nom v8.0.0
26852026-08-31T14:31:28.343Z Compiling semver v0.1.20
26862026-08-31T14:31:28.580Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26872026-08-31T14:31:28.668Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26882026-08-31T14:31:28.947Z Compiling progenitor v0.14.0
26892026-08-31T14:31:28.975Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26902026-08-31T14:31:29.126Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26912026-08-31T14:31:29.537Z Compiling rustc_version v0.1.7
26922026-08-31T14:31:29.640Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26932026-08-31T14:31:29.774Z Compiling newtype_derive v0.1.6
26942026-08-31T14:31:30.042Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26952026-08-31T14:31:30.091Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26962026-08-31T14:31:30.273Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26972026-08-31T14:31:30.318Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26982026-08-31T14:31:30.674Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
26992026-08-31T14:31:30.939Z Compiling steno v0.4.1
27002026-08-31T14:31:31.604Z Compiling dropshot-api-manager-types v0.8.0
27012026-08-31T14:31:31.861Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27022026-08-31T14:31:32.032Z Compiling sha1 v0.10.6
27032026-08-31T14:31:32.156Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
27042026-08-31T14:31:32.192Z Compiling utf-8 v0.7.6
27052026-08-31T14:31:32.389Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27062026-08-31T14:31:32.432Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27072026-08-31T14:31:32.510Z Compiling tagptr v0.2.0
27082026-08-31T14:31:32.607Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27092026-08-31T14:31:32.783Z Compiling moka v0.12.13
27102026-08-31T14:31:32.870Z Compiling tungstenite v0.21.0
27112026-08-31T14:31:33.178Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27122026-08-31T14:31:34.030Z Compiling hickory-resolver v0.25.2
27132026-08-31T14:31:34.890Z Compiling tokio-tungstenite v0.21.0
27142026-08-31T14:31:34.932Z Compiling darling_core v0.21.3
27152026-08-31T14:31:35.284Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27162026-08-31T14:31:35.737Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
27172026-08-31T14:31:36.831Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27182026-08-31T14:31:37.125Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
27192026-08-31T14:31:37.265Z Compiling darling_macro v0.21.3
27202026-08-31T14:31:37.689Z Compiling display-error-chain v0.2.2
27212026-08-31T14:31:37.786Z Compiling darling v0.21.3
27222026-08-31T14:31:37.872Z Compiling vergen-lib v0.1.6
27232026-08-31T14:31:37.938Z Compiling diesel_derives v2.3.7
27242026-08-31T14:31:38.095Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27252026-08-31T14:31:38.247Z Compiling dsl_auto_type v0.2.0
27262026-08-31T14:31:38.700Z Compiling scheduled-thread-pool v0.2.7
27272026-08-31T14:31:38.776Z Compiling vergen-gitcl v1.0.8
27282026-08-31T14:31:38.997Z Compiling diesel_table_macro_syntax v0.3.0
27292026-08-31T14:31:39.221Z Compiling dirs-sys-next v0.1.2
27302026-08-31T14:31:39.265Z Compiling maplit v1.0.2
27312026-08-31T14:31:39.381Z Compiling crunchy v0.2.4
27322026-08-31T14:31:39.420Z Compiling glob v0.3.3
27332026-08-31T14:31:39.487Z Compiling dirs-next v2.0.0
27342026-08-31T14:31:39.737Z Compiling r2d2 v0.8.10
27352026-08-31T14:31:39.772Z Compiling clang-sys v1.8.1
27362026-08-31T14:31:40.142Z Compiling libscf-sys v1.2.0
27372026-08-31T14:31:40.236Z Compiling downcast-rs v2.0.2
27382026-08-31T14:31:40.310Z Compiling xshell-macros v0.2.7
27392026-08-31T14:31:40.344Z Compiling tiny-keccak v2.0.2
27402026-08-31T14:31:40.613Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27412026-08-31T14:31:40.635Z Compiling term v0.7.0
27422026-08-31T14:31:40.704Z Compiling xshell v0.2.7
27432026-08-31T14:31:40.747Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27442026-08-31T14:31:40.825Z Compiling papergrid v0.18.0
27452026-08-31T14:31:40.893Z Compiling bit-vec v0.6.3
27462026-08-31T14:31:41.129Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27472026-08-31T14:31:41.152Z Compiling bit-set v0.5.3
27482026-08-31T14:31:41.254Z Compiling ascii-canvas v3.0.0
27492026-08-31T14:31:41.334Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27502026-08-31T14:31:41.614Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27512026-08-31T14:31:41.630Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27522026-08-31T14:31:41.887Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27532026-08-31T14:31:41.957Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27542026-08-31T14:31:42.179Z Compiling tabled v0.21.0
27552026-08-31T14:31:42.215Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27562026-08-31T14:31:42.237Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27572026-08-31T14:31:42.429Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27582026-08-31T14:31:42.608Z Compiling itertools v0.10.5
27592026-08-31T14:31:42.689Z Compiling ena v0.14.4
27602026-08-31T14:31:42.955Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27612026-08-31T14:31:43.090Z Compiling libloading v0.8.9
27622026-08-31T14:31:43.199Z Compiling bindgen v0.71.1
27632026-08-31T14:31:43.256Z Compiling diff v0.1.13
27642026-08-31T14:31:43.288Z Compiling unicase v2.9.0
27652026-08-31T14:31:43.432Z Compiling regex-syntax v0.6.29
27662026-08-31T14:31:43.597Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27672026-08-31T14:31:43.685Z Compiling cexpr v0.6.0
27682026-08-31T14:31:43.691Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27692026-08-31T14:31:43.769Z Compiling rustc-hash v2.1.1
27702026-08-31T14:31:43.978Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27712026-08-31T14:31:44.168Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27722026-08-31T14:31:44.290Z Compiling diesel v2.3.7
27732026-08-31T14:31:44.307Z Compiling headers-core v0.3.0
27742026-08-31T14:31:44.460Z Compiling libxml v0.3.3
27752026-08-31T14:31:44.667Z Compiling lalrpop v0.19.12
27762026-08-31T14:31:44.712Z Compiling crc8 v0.1.1
27772026-08-31T14:31:44.968Z Compiling headers v0.4.1
27782026-08-31T14:31:45.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27792026-08-31T14:31:45.406Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
27802026-08-31T14:31:46.408Z Compiling strum_macros v0.24.3
27812026-08-31T14:31:46.447Z Compiling indoc v1.0.9
27822026-08-31T14:31:46.908Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27832026-08-31T14:31:47.035Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27842026-08-31T14:31:47.127Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27852026-08-31T14:31:47.327Z Compiling derive_builder v0.20.2
27862026-08-31T14:31:47.434Z Compiling oso-derive v0.27.3
27872026-08-31T14:31:47.486Z Compiling quick-xml v0.37.5
27882026-08-31T14:31:47.707Z Compiling impl-trait-for-tuples v0.2.3
27892026-08-31T14:31:47.786Z Compiling openssl-probe v0.1.6
27902026-08-31T14:31:47.987Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27912026-08-31T14:31:48.081Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27922026-08-31T14:31:48.436Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27932026-08-31T14:31:48.721Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27942026-08-31T14:31:48.910Z Compiling bb8 v0.8.6
27952026-08-31T14:31:48.934Z Compiling trait-variant v0.1.2
27962026-08-31T14:31:48.959Z Compiling proc-macro-error-attr2 v2.0.0
27972026-08-31T14:31:49.282Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27982026-08-31T14:31:49.307Z Compiling half v1.8.3
27992026-08-31T14:31:49.383Z Compiling proc-macro-error2 v2.0.1
28002026-08-31T14:31:49.499Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28012026-08-31T14:31:49.565Z Compiling serde_cbor v0.11.2
28022026-08-31T14:31:49.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28032026-08-31T14:31:49.845Z Compiling hashbrown v0.14.5
28042026-08-31T14:31:49.845Z Compiling samael v0.0.19
28052026-08-31T14:31:49.975Z Compiling rfc6979 v0.4.0
28062026-08-31T14:31:50.055Z Compiling salty v0.3.0
28072026-08-31T14:31:50.140Z Compiling ecdsa v0.16.9
28082026-08-31T14:31:50.232Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28092026-08-31T14:31:50.376Z Compiling chumsky v0.9.3
28102026-08-31T14:31:50.405Z Compiling knus-derive v3.4.0
28112026-08-31T14:31:50.504Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28122026-08-31T14:31:50.581Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28132026-08-31T14:31:50.617Z Compiling primeorder v0.13.6
28142026-08-31T14:31:50.845Z Compiling nonempty v0.12.0
28152026-08-31T14:31:50.959Z Compiling p384 v0.13.1
28162026-08-31T14:31:51.509Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
28172026-08-31T14:31:51.658Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28182026-08-31T14:31:51.777Z Compiling knus v3.4.0
28192026-08-31T14:31:52.066Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28202026-08-31T14:31:52.147Z Compiling polar-core v0.27.3
28212026-08-31T14:31:52.734Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28222026-08-31T14:31:53.103Z Compiling fxhash v0.2.1
28232026-08-31T14:31:53.325Z Compiling libz-sys v1.1.24
28242026-08-31T14:31:53.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28252026-08-31T14:31:53.786Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28262026-08-31T14:31:53.848Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28272026-08-31T14:31:54.464Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28282026-08-31T14:31:55.209Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28292026-08-31T14:31:55.286Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28302026-08-31T14:31:55.636Z Compiling kstat-rs v0.2.5
28312026-08-31T14:31:56.158Z Compiling mime_guess v2.0.5
28322026-08-31T14:31:56.720Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28332026-08-31T14:31:57.596Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-31T14:31:58.289Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28352026-08-31T14:31:58.348Z Compiling nanorand v0.7.0
28362026-08-31T14:31:58.568Z Compiling libgit2-sys v0.18.3+1.9.2
28372026-08-31T14:31:58.571Z Compiling parking_lot_core v0.8.6
28382026-08-31T14:31:58.715Z Compiling flume v0.11.1
28392026-08-31T14:31:58.933Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28402026-08-31T14:31:59.088Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28412026-08-31T14:31:59.113Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28422026-08-31T14:31:59.615Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28432026-08-31T14:31:59.814Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28442026-08-31T14:32:00.275Z Compiling git-stub v1.0.0
28452026-08-31T14:32:00.562Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28462026-08-31T14:32:00.797Z Compiling http-range v0.1.5
28472026-08-31T14:32:00.819Z Compiling corncobs v0.1.4
28482026-08-31T14:32:01.058Z Compiling strsim v0.10.0
28492026-08-31T14:32:01.166Z Compiling oso v0.27.3
28502026-08-31T14:32:01.183Z Compiling instability v0.3.11
28512026-08-31T14:32:01.364Z Compiling darling_core v0.13.4
28522026-08-31T14:32:01.428Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28532026-08-31T14:32:02.142Z Compiling diesel-dtrace v0.5.0
28542026-08-31T14:32:02.193Z Compiling async-bb8-diesel v0.2.1
28552026-08-31T14:32:02.481Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28562026-08-31T14:32:02.741Z Compiling git-stub-vcs v0.1.0
28572026-08-31T14:32:03.069Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
28582026-08-31T14:32:04.787Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28592026-08-31T14:32:04.846Z Compiling progenitor-impl v0.13.0
28602026-08-31T14:32:05.204Z Compiling ignore v0.4.25
28612026-08-31T14:32:07.006Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622026-08-31T14:32:07.030Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28632026-08-31T14:32:07.756Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28642026-08-31T14:32:08.210Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28652026-08-31T14:32:08.467Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28662026-08-31T14:32:08.970Z Compiling anstyle-parse v0.2.7
28672026-08-31T14:32:09.232Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28682026-08-31T14:32:09.271Z Compiling secrecy v0.8.0
28692026-08-31T14:32:09.466Z Compiling castaway v0.2.4
28702026-08-31T14:32:09.637Z Compiling vergen-git2 v9.1.0
28712026-08-31T14:32:09.867Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28722026-08-31T14:32:09.888Z Compiling indoc v2.0.7
28732026-08-31T14:32:10.211Z Compiling compact_str v0.8.1
28742026-08-31T14:32:10.255Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28752026-08-31T14:32:11.019Z Compiling anstream v0.6.21
28762026-08-31T14:32:11.323Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28772026-08-31T14:32:11.456Z Compiling progenitor-macro v0.13.0
28782026-08-31T14:32:11.689Z Compiling globwalk v0.9.1
28792026-08-31T14:32:14.725Z Compiling parking_lot v0.11.2
28802026-08-31T14:32:14.833Z Compiling hyper-staticfile v0.10.1
28812026-08-31T14:32:14.833Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28822026-08-31T14:32:14.833Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28832026-08-31T14:32:14.833Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28842026-08-31T14:32:14.833Z Compiling darling_macro v0.13.4
28852026-08-31T14:32:14.833Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28862026-08-31T14:32:14.833Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28872026-08-31T14:32:14.833Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28882026-08-31T14:32:14.833Z Compiling predicates-tree v1.0.13
28892026-08-31T14:32:14.833Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28902026-08-31T14:32:14.833Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28912026-08-31T14:32:15.035Z Compiling unicode-truncate v1.1.0
28922026-08-31T14:32:15.078Z Compiling digest-io v0.1.0
28932026-08-31T14:32:15.092Z Compiling sha2 v0.11.0
28942026-08-31T14:32:15.248Z Compiling lru v0.12.5
28952026-08-31T14:32:15.372Z Compiling progenitor-client v0.13.0
28962026-08-31T14:32:15.396Z Compiling prefix-trie v0.7.0
28972026-08-31T14:32:15.514Z Compiling rand_seeder v0.4.0
28982026-08-31T14:32:15.761Z Compiling cassowary v0.3.0
28992026-08-31T14:32:15.765Z Compiling rawzip v0.4.4
29002026-08-31T14:32:15.889Z Compiling progenitor v0.13.0
29012026-08-31T14:32:15.918Z Compiling hickory-server v0.25.2
29022026-08-31T14:32:16.008Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29032026-08-31T14:32:16.088Z Compiling ratatui v0.29.0
29042026-08-31T14:32:16.223Z Compiling camino-tempfile-ext v0.3.3
29052026-08-31T14:32:16.720Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29062026-08-31T14:32:16.822Z Compiling darling v0.13.4
29072026-08-31T14:32:16.884Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
29082026-08-31T14:32:16.935Z Compiling sled v0.34.7
29092026-08-31T14:32:17.319Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29102026-08-31T14:32:19.403Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29112026-08-31T14:32:20.959Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29122026-08-31T14:32:21.843Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29132026-08-31T14:32:22.060Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29142026-08-31T14:32:24.017Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29152026-08-31T14:32:24.043Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29162026-08-31T14:32:24.156Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29172026-08-31T14:32:24.231Z Compiling serde_with_macros v1.5.2
29182026-08-31T14:32:24.373Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29192026-08-31T14:32:24.649Z Compiling git2 v0.20.4
29202026-08-31T14:32:25.111Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29212026-08-31T14:32:25.124Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29222026-08-31T14:32:25.354Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29232026-08-31T14:32:25.582Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29242026-08-31T14:32:25.804Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29252026-08-31T14:32:26.019Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29262026-08-31T14:32:26.046Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29272026-08-31T14:32:26.249Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29282026-08-31T14:32:26.277Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29292026-08-31T14:32:26.432Z Compiling arc-swap v1.8.2
29302026-08-31T14:32:26.475Z Compiling void v1.0.2
29312026-08-31T14:32:26.657Z Compiling lzss v0.8.2
29322026-08-31T14:32:26.749Z Compiling slog-scope v4.4.1
29332026-08-31T14:32:26.876Z Compiling serde_with v1.14.0
29342026-08-31T14:32:27.157Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29352026-08-31T14:32:27.554Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29362026-08-31T14:32:27.896Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29372026-08-31T14:32:28.069Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29382026-08-31T14:32:28.618Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29392026-08-31T14:32:28.998Z Compiling scuffle v0.1.0
29402026-08-31T14:32:29.164Z Compiling tungstenite v0.23.0
29412026-08-31T14:32:29.284Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29422026-08-31T14:32:29.443Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29432026-08-31T14:32:30.771Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29442026-08-31T14:32:30.992Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29452026-08-31T14:32:31.048Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29462026-08-31T14:32:31.208Z Compiling nix v0.27.1
29472026-08-31T14:32:31.234Z Compiling twox-hash v2.1.2
29482026-08-31T14:32:31.287Z Compiling libsw-core v0.3.2
29492026-08-31T14:32:31.453Z Compiling atty v0.2.14
29502026-08-31T14:32:31.459Z Compiling serde_bytes v0.11.19
29512026-08-31T14:32:31.517Z Compiling libsw v3.5.0
29522026-08-31T14:32:31.658Z Compiling tokio-tungstenite v0.23.1
29532026-08-31T14:32:31.744Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29542026-08-31T14:32:31.766Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29552026-08-31T14:32:31.770Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29562026-08-31T14:32:32.037Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29572026-08-31T14:32:32.149Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29582026-08-31T14:32:32.366Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29592026-08-31T14:32:32.536Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29602026-08-31T14:32:33.880Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29612026-08-31T14:32:34.430Z Compiling slog-stdlog v4.1.1
29622026-08-31T14:32:34.817Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29632026-08-31T14:32:35.027Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29642026-08-31T14:32:36.529Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29652026-08-31T14:32:37.035Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29662026-08-31T14:32:37.047Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29672026-08-31T14:32:39.144Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29682026-08-31T14:32:39.217Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29692026-08-31T14:32:40.873Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29702026-08-31T14:32:41.861Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29712026-08-31T14:32:42.301Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
29722026-08-31T14:32:42.494Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29732026-08-31T14:32:42.901Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29742026-08-31T14:32:43.046Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29752026-08-31T14:32:44.083Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-31T14:32:46.040Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29772026-08-31T14:32:46.259Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29782026-08-31T14:32:46.837Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29792026-08-31T14:32:47.057Z Compiling signal-hook-tokio v0.3.1
29802026-08-31T14:32:47.167Z Compiling fatfs v0.3.6
29812026-08-31T14:32:47.261Z Compiling yasna v0.5.2
29822026-08-31T14:32:48.156Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29832026-08-31T14:32:48.360Z Compiling assert_matches v1.5.0
29842026-08-31T14:32:48.461Z Compiling seq-macro v0.3.6
29852026-08-31T14:32:48.486Z Compiling rcgen v0.12.1
29862026-08-31T14:32:48.805Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29872026-08-31T14:32:49.408Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29882026-08-31T14:32:49.695Z Compiling slog-envlogger v2.2.0
29892026-08-31T14:32:50.912Z Compiling oxide-update-engine-display v0.1.2
29902026-08-31T14:32:51.867Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29912026-08-31T14:32:51.946Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29922026-08-31T14:32:52.799Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29932026-08-31T14:32:53.047Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29942026-08-31T14:32:53.071Z Compiling port-file v0.1.0
29952026-08-31T14:32:53.276Z Compiling subprocess v0.2.15
29962026-08-31T14:32:53.415Z Compiling rtoolbox v0.0.3
29972026-08-31T14:32:53.712Z Compiling rpassword v7.5.4
29982026-08-31T14:32:54.339Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29992026-08-31T14:32:55.456Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30002026-08-31T14:32:55.820Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30012026-08-31T14:32:55.943Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30022026-08-31T14:32:55.964Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30032026-08-31T14:32:57.217Z Compiling tui-tree-widget v0.23.1
30042026-08-31T14:32:57.516Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30052026-08-31T14:32:58.205Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30062026-08-31T14:33:00.069Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30072026-08-31T14:33:00.232Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30082026-08-31T14:33:00.627Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30092026-08-31T14:33:00.862Z Compiling uzers v0.12.2
30102026-08-31T14:33:02.271Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30112026-08-31T14:33:02.300Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30122026-08-31T14:33:02.480Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30132026-08-31T14:33:04.132Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30142026-08-31T14:33:04.137Z Compiling support-bundle-viewer v0.1.2
30152026-08-31T14:33:04.220Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30162026-08-31T14:33:06.037Z Compiling multimap v0.10.1
30172026-08-31T14:33:28.110Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-08-31T14:33:28.654Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30192026-08-31T14:33:28.654Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30202026-08-31T14:33:28.654Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30212026-08-31T14:33:28.654Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-08-31T14:40:29.669Z Finished `release` profile [optimized] target(s) in 9m 15s
30232026-08-31T14:40:29.673Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30242026-08-31T14:40:29.673Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30252026-08-31T14:41:34.474Z
30262026-08-31T14:41:34.474Zreal 10:21.575496267
30272026-08-31T14:41:34.478Zuser 1:21:58.478944098
30282026-08-31T14:41:34.478Zsys 3:37.658134273
30292026-08-31T14:41:34.478Ztrap 1.804361256
30302026-08-31T14:41:34.478Ztflt 1.994102041
30312026-08-31T14:41:34.478Zdflt 18.915613784
30322026-08-31T14:41:34.478Zkflt 0.030851709
30332026-08-31T14:41:34.478Zlock 7:40:18.327587633
30342026-08-31T14:41:34.478Zslp 2:18:48.337155362
30352026-08-31T14:41:34.478Zlat 2:28.707674577
30362026-08-31T14:41:34.478Zstop 5:36.391615983
30372026-08-31T14:41:34.478Z+ mapfile -t packages
30382026-08-31T14:41:34.478Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30392026-08-31T14:41:35.421Z Finished `release` profile [optimized] target(s) in 0.93s
30402026-08-31T14:41:35.500Z Running `target/release/omicron-package -t test list-outputs`
30412026-08-31T14:41:35.559ZLogging to: /work/oxidecomputer/omicron/out/LOG
30422026-08-31T14:41:35.586Z+ ptime -m cargo build --locked --release -p xtask
30432026-08-31T14:41:36.037Z Compiling libc v0.2.185
30442026-08-31T14:41:36.037Z Compiling serde_core v1.0.229
30452026-08-31T14:41:36.044Z Compiling serde v1.0.229
30462026-08-31T14:41:36.045Z Compiling rustix v1.1.4
30472026-08-31T14:41:36.045Z Compiling serde_json v1.0.151
30482026-08-31T14:41:36.045Z Compiling bitflags v2.11.0
30492026-08-31T14:41:36.194Z Compiling syn v2.0.117
30502026-08-31T14:41:36.194Z Compiling syn v3.0.3
30512026-08-31T14:41:36.194Z Compiling usdt-impl v0.5.0
30522026-08-31T14:41:36.208Z Compiling syn v1.0.109
30532026-08-31T14:41:36.232Z Compiling log v0.4.33
30542026-08-31T14:41:36.238Z Compiling getrandom v0.4.3
30552026-08-31T14:41:36.257Z Compiling indexmap v2.14.0
30562026-08-31T14:41:36.424Z Compiling fs-err v3.3.0
30572026-08-31T14:41:36.475Z Compiling anyhow v1.0.104
30582026-08-31T14:41:36.559Z Compiling once_cell v1.21.3
30592026-08-31T14:41:36.610Z Compiling heck v0.4.1
30602026-08-31T14:41:36.908Z Compiling errno v0.3.14
30612026-08-31T14:41:36.915Z Compiling thread-id v4.2.2
30622026-08-31T14:41:36.915Z Compiling memmap v0.7.0
30632026-08-31T14:41:37.629Z Compiling serde_derive v1.0.229
30642026-08-31T14:41:37.704Z Compiling proc-macro-error v1.0.4
30652026-08-31T14:41:37.893Z Compiling terminal_size v0.4.3
30662026-08-31T14:41:37.894Z Compiling tempfile v3.27.0
30672026-08-31T14:41:37.960Z Compiling tabled_derive v0.7.0
30682026-08-31T14:41:37.988Z Compiling clap_builder v4.6.0
30692026-08-31T14:41:37.988Z Compiling textwrap v0.16.2
30702026-08-31T14:41:38.245Z Compiling camino v1.2.5
30712026-08-31T14:41:38.245Z Compiling semver v1.0.28
30722026-08-31T14:41:38.248Z Compiling cargo-platform v0.3.2
30732026-08-31T14:41:38.402Z Compiling pest_generator v2.8.6
30742026-08-31T14:41:38.614Z Compiling camino-tempfile v1.4.1
30752026-08-31T14:41:38.716Z Compiling tabled v0.15.0
30762026-08-31T14:41:38.986Z Compiling thiserror-impl v1.0.69
30772026-08-31T14:41:38.986Z Compiling zerocopy-derive v0.7.35
30782026-08-31T14:41:38.989Z Compiling pest_derive v2.8.6
30792026-08-31T14:41:38.989Z Compiling scroll_derive v0.12.1
30802026-08-31T14:41:38.989Z Compiling thiserror-impl v2.0.18
30812026-08-31T14:41:38.989Z Compiling clap_derive v4.6.1
30822026-08-31T14:41:39.828Z Compiling zerocopy v0.7.35
30832026-08-31T14:41:39.852Z Compiling scroll v0.12.0
30842026-08-31T14:41:40.100Z Compiling thiserror v1.0.69
30852026-08-31T14:41:40.222Z Compiling dtrace-parser v0.2.0
30862026-08-31T14:41:40.228Z Compiling serde_tokenstream v0.2.3
30872026-08-31T14:41:40.253Z Compiling serde_spanned v0.6.9
30882026-08-31T14:41:40.297Z Compiling toml_datetime v0.6.11
30892026-08-31T14:41:40.306Z Compiling goblin v0.8.2
30902026-08-31T14:41:40.416Z Compiling dof v0.3.0
30912026-08-31T14:41:40.463Z Compiling thiserror v2.0.18
30922026-08-31T14:41:40.516Z Compiling toml_edit v0.22.27
30932026-08-31T14:41:40.531Z Compiling clap v4.6.1
30942026-08-31T14:41:40.550Z Compiling cargo_metadata v0.23.1
30952026-08-31T14:41:40.580Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30962026-08-31T14:41:40.592Z Compiling macaddr v1.0.1
30972026-08-31T14:41:41.209Z Compiling usdt-macro v0.5.0
30982026-08-31T14:41:41.766Z Compiling usdt-attr-macro v0.5.0
30992026-08-31T14:41:42.231Z Compiling toml v0.8.23
31002026-08-31T14:41:42.744Z Compiling cargo_toml v0.21.0
31012026-08-31T14:41:43.806Z Compiling usdt v0.5.0
31022026-08-31T14:41:47.341Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31032026-08-31T14:41:50.541Z Finished `release` profile [optimized] target(s) in 14.98s
31042026-08-31T14:41:50.681Z
31052026-08-31T14:41:50.681Zreal 15.094371414
31062026-08-31T14:41:50.681Zuser 2:07.356071721
31072026-08-31T14:41:50.681Zsys 13.722359802
31082026-08-31T14:41:50.681Ztrap 0.074107560
31092026-08-31T14:41:50.681Ztflt 0.305739571
31102026-08-31T14:41:50.684Zdflt 0.807690799
31112026-08-31T14:41:50.684Zkflt 0.000139350
31122026-08-31T14:41:50.684Zlock 5:01.556587646
31132026-08-31T14:41:50.684Zslp 3:01.447451767
31142026-08-31T14:41:50.684Zlat 5.976418420
31152026-08-31T14:41:50.684Zstop 18.062442627
31162026-08-31T14:41:50.684Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31172026-08-31T14:41:50.684Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31182026-08-31T14:41:50.685Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31192026-08-31T14:41:50.685Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31202026-08-31T14:41:50.685Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31212026-08-31T14:41:51.636Z Compiling progenitor-client v0.14.0
31222026-08-31T14:41:51.636Z Compiling newtype-uuid-macros v0.1.0
31232026-08-31T14:41:51.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31242026-08-31T14:41:51.802Z Compiling sha1 v0.11.0
31252026-08-31T14:41:51.805Z Compiling multer v3.1.0
31262026-08-31T14:41:51.805Z Compiling compression-core v0.4.31
31272026-08-31T14:41:51.805Z Compiling debug-ignore v1.0.5
31282026-08-31T14:41:51.805Z Compiling match_cfg v0.1.0
31292026-08-31T14:41:51.806Z Compiling slog-json v2.6.1
31302026-08-31T14:41:51.806Z Compiling async-stream-impl v0.3.6
31312026-08-31T14:41:51.806Z Compiling serde_spanned v1.1.1
31322026-08-31T14:41:51.806Z Compiling toml_datetime v1.1.1+spec-1.1.0
31332026-08-31T14:41:51.806Z Compiling dropshot v0.17.1
31342026-08-31T14:41:51.806Z Compiling toml_writer v1.1.1+spec-1.1.0
31352026-08-31T14:41:51.826Z Compiling waitgroup v0.1.2
31362026-08-31T14:41:51.829Z Compiling rustls-pemfile v2.2.0
31372026-08-31T14:41:52.051Z Compiling dropshot_endpoint v0.17.1
31382026-08-31T14:41:52.090Z Compiling hostname v0.3.1
31392026-08-31T14:41:52.113Z Compiling hostname v0.4.2
31402026-08-31T14:41:52.113Z Compiling serde_path_to_error v0.1.20
31412026-08-31T14:41:52.117Z Compiling atomicwrites v0.4.4
31422026-08-31T14:41:52.148Z Compiling toml v1.1.2+spec-1.1.0
31432026-08-31T14:41:52.167Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31442026-08-31T14:41:52.238Z Compiling compression-codecs v0.4.37
31452026-08-31T14:41:52.244Z Compiling slog-bunyan v2.5.0
31462026-08-31T14:41:52.244Z Compiling macaddr v1.0.1
31472026-08-31T14:41:52.244Z Compiling serde_tokenstream v0.3.0
31482026-08-31T14:41:52.244Z Compiling oxide-generation v0.1.3
31492026-08-31T14:41:52.298Z Compiling instant v0.1.13
31502026-08-31T14:41:52.310Z Compiling parse-display-derive v0.10.0
31512026-08-31T14:41:52.386Z Compiling regress v0.10.5
31522026-08-31T14:41:52.431Z Compiling async-compression v0.4.41
31532026-08-31T14:41:52.757Z Compiling backon v1.6.0
31542026-08-31T14:41:52.766Z Compiling backoff v0.4.0
31552026-08-31T14:41:52.766Z Compiling itertools v0.14.0
31562026-08-31T14:41:52.766Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31572026-08-31T14:41:52.766Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31582026-08-31T14:41:52.766Z Compiling async-stream v0.3.6
31592026-08-31T14:41:52.766Z Compiling humantime v2.3.0
31602026-08-31T14:41:52.766Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31612026-08-31T14:41:52.766Z Compiling half v2.7.1
31622026-08-31T14:41:52.766Z Compiling oxide-generation-macros v0.2.0
31632026-08-31T14:41:52.766Z Compiling progenitor-extras v0.2.0
31642026-08-31T14:41:52.766Z Compiling ciborium-io v0.2.2
31652026-08-31T14:41:52.777Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31662026-08-31T14:41:52.790Z Compiling crucible-workspace-hack v0.1.0
31672026-08-31T14:41:52.807Z Compiling convert_case v0.4.0
31682026-08-31T14:41:53.286Z Compiling secrecy v0.10.3
31692026-08-31T14:41:53.308Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-08-31T14:41:53.308Z Compiling ciborium-ll v0.2.2
31712026-08-31T14:41:53.308Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31722026-08-31T14:41:53.308Z Compiling inout v0.1.4
31732026-08-31T14:41:53.308Z Compiling regress v0.11.1
31742026-08-31T14:41:53.308Z Compiling thiserror-impl-no-std v2.0.2
31752026-08-31T14:41:53.308Z Compiling universal-hash v0.5.1
31762026-08-31T14:41:53.308Z Compiling ciborium v0.2.2
31772026-08-31T14:41:53.308Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31782026-08-31T14:41:53.308Z Compiling cipher v0.4.4
31792026-08-31T14:41:53.308Z Compiling derive_more v0.99.20
31802026-08-31T14:41:53.308Z Compiling opaque-debug v0.3.1
31812026-08-31T14:41:53.308Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-08-31T14:41:53.308Z Compiling blake2 v0.10.6
31832026-08-31T14:41:53.337Z Compiling poly1305 v0.8.0
31842026-08-31T14:41:53.341Z Compiling aead v0.5.2
31852026-08-31T14:41:54.304Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31862026-08-31T14:41:54.315Z Compiling chacha20 v0.9.1
31872026-08-31T14:41:54.315Z Compiling password-hash v0.5.0
31882026-08-31T14:41:54.315Z Compiling indent_write v2.2.0
31892026-08-31T14:41:54.315Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
31902026-08-31T14:41:54.315Z Compiling argon2 v0.5.3
31912026-08-31T14:41:54.315Z Compiling chacha20poly1305 v0.10.1
31922026-08-31T14:41:54.315Z Compiling toml_datetime v0.7.5+spec-1.1.0
31932026-08-31T14:41:54.315Z Compiling unsafe-libyaml v0.2.11
31942026-08-31T14:41:54.315Z Compiling num-derive v0.4.2
31952026-08-31T14:41:54.315Z Compiling heapless v0.8.0
31962026-08-31T14:41:54.315Z Compiling ingot-macros v0.2.0
31972026-08-31T14:41:54.315Z Compiling toml_edit v0.23.10+spec-1.0.0
31982026-08-31T14:41:54.315Z Compiling tabwriter v1.4.1
31992026-08-31T14:41:54.315Z Compiling hash32 v0.3.1
32002026-08-31T14:41:54.316Z Compiling parse-display v0.10.0
32012026-08-31T14:41:54.316Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32022026-08-31T14:41:54.342Z Compiling thiserror-no-std v2.0.2
32032026-08-31T14:41:54.343Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32042026-08-31T14:41:55.852Z Compiling vsss-rs v3.3.4
32052026-08-31T14:41:55.901Z Compiling serde_yaml v0.9.34+deprecated
32062026-08-31T14:41:55.901Z Compiling smoltcp v0.11.0
32072026-08-31T14:41:55.901Z Compiling proc-macro-crate v3.4.0
32082026-08-31T14:41:55.901Z Compiling cobs v0.3.0
32092026-08-31T14:41:55.901Z Compiling typify-impl v0.6.2
32102026-08-31T14:41:55.901Z Compiling colored v3.1.1
32112026-08-31T14:41:55.901Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32122026-08-31T14:41:55.901Z Compiling illumos-nvpair-sys v0.2.0
32132026-08-31T14:41:55.993Z Compiling postcard v1.1.3
32142026-08-31T14:41:55.993Z Compiling num_enum_derive v0.7.6
32152026-08-31T14:41:55.993Z Compiling proc-macro-error v1.0.4
32162026-08-31T14:41:55.993Z Compiling rand v0.10.1
32172026-08-31T14:41:55.993Z Compiling proc-macro-crate v1.3.1
32182026-08-31T14:41:55.994Z Compiling foreign-types-macros v0.2.3
32192026-08-31T14:41:55.994Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-31T14:41:55.994Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32212026-08-31T14:41:55.994Z Compiling rayon-core v1.13.0
32222026-08-31T14:41:55.994Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32232026-08-31T14:41:55.994Z Compiling foreign-types-shared v0.3.1
32242026-08-31T14:41:55.994Z Compiling num_enum_derive v0.5.11
32252026-08-31T14:41:56.015Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32262026-08-31T14:41:56.015Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32272026-08-31T14:41:56.024Z Compiling crossbeam-deque v0.8.6
32282026-08-31T14:41:56.034Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-31T14:41:56.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32302026-08-31T14:41:56.072Z Compiling foreign-types v0.5.0
32312026-08-31T14:41:56.094Z Compiling cstr-argument v0.1.2
32322026-08-31T14:41:56.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32332026-08-31T14:41:56.172Z Compiling illumos-nvpair v0.3.0
32342026-08-31T14:41:56.241Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32352026-08-31T14:41:56.264Z Compiling num_enum v0.7.6
32362026-08-31T14:41:56.345Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32372026-08-31T14:41:56.362Z Compiling zone_cfg_derive v0.3.1
32382026-08-31T14:41:56.440Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32392026-08-31T14:41:56.457Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32402026-08-31T14:41:56.506Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32412026-08-31T14:41:56.525Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32422026-08-31T14:41:56.554Z Compiling itertools v0.12.1
32432026-08-31T14:41:56.593Z Compiling sigpipe v0.1.3
32442026-08-31T14:41:56.678Z Compiling rayon v1.11.0
32452026-08-31T14:41:56.704Z Compiling glob v0.3.3
32462026-08-31T14:41:56.725Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32472026-08-31T14:41:56.739Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
32482026-08-31T14:41:56.745Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32492026-08-31T14:41:56.903Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32502026-08-31T14:41:56.922Z Compiling ingot-types v0.2.0
32512026-08-31T14:41:56.962Z Compiling num_enum v0.5.11
32522026-08-31T14:41:56.983Z Compiling smf v0.2.3
32532026-08-31T14:41:57.002Z Compiling whoami v1.6.1
32542026-08-31T14:41:57.020Z Compiling cpubits v0.1.1
32552026-08-31T14:41:57.063Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-08-31T14:41:57.076Z Compiling gethostname v0.5.0
32572026-08-31T14:41:57.114Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32582026-08-31T14:41:57.119Z Compiling num-rational v0.4.2
32592026-08-31T14:41:57.155Z Compiling num-complex v0.4.6
32602026-08-31T14:41:57.168Z Compiling derive-where v1.6.0
32612026-08-31T14:41:57.212Z Compiling toml v0.8.23
32622026-08-31T14:41:57.215Z Compiling usdt-macro v0.5.0
32632026-08-31T14:41:57.323Z Compiling ingot v0.2.1
32642026-08-31T14:41:57.450Z Compiling usdt-attr-macro v0.5.0
32652026-08-31T14:41:57.519Z Compiling num v0.4.3
32662026-08-31T14:41:57.577Z Compiling pem-rfc7468 v1.0.0
32672026-08-31T14:41:57.617Z Compiling memmap v0.7.0
32682026-08-31T14:41:57.638Z Compiling float-ord v0.3.2
32692026-08-31T14:41:57.762Z Compiling zone v0.3.1
32702026-08-31T14:41:57.801Z Compiling cancel-safe-futures v0.1.5
32712026-08-31T14:41:57.844Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
32722026-08-31T14:41:57.859Z Compiling hmac v0.13.0
32732026-08-31T14:41:57.880Z Compiling universal-hash v0.6.1
32742026-08-31T14:41:57.919Z Compiling resolv-conf v0.7.6
32752026-08-31T14:41:58.076Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32762026-08-31T14:41:58.110Z Compiling sha1 v0.10.6
32772026-08-31T14:41:58.750Z Compiling prettyplease v0.2.37
32782026-08-31T14:41:58.762Z Compiling linear-map v1.2.0
32792026-08-31T14:41:58.762Z Compiling libefi-sys v0.1.0
32802026-08-31T14:41:58.762Z Compiling polyval v0.7.1
32812026-08-31T14:41:58.762Z Compiling der v0.8.0
32822026-08-31T14:41:58.762Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32832026-08-31T14:41:58.762Z Compiling usdt v0.5.0
32842026-08-31T14:41:58.763Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-08-31T14:41:58.763Z Compiling newline-converter v0.3.0
32862026-08-31T14:41:58.763Z Compiling console v0.15.11
32872026-08-31T14:41:58.763Z Compiling bitfield-struct v0.6.2
32882026-08-31T14:41:58.763Z Compiling ghash v0.6.0
32892026-08-31T14:41:58.763Z Compiling oxide-update-engine-types v0.1.2
32902026-08-31T14:41:58.763Z Compiling pbkdf2 v0.13.0
32912026-08-31T14:41:58.781Z Compiling aes v0.9.1
32922026-08-31T14:41:58.798Z Compiling crypto-bigint v0.7.5
32932026-08-31T14:41:58.858Z Compiling expectorate v1.2.0
32942026-08-31T14:41:59.038Z Compiling hickory-proto v0.24.4
32952026-08-31T14:41:59.057Z Compiling ctr v0.10.1
32962026-08-31T14:41:59.117Z Compiling aead v0.6.1
32972026-08-31T14:41:59.219Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32982026-08-31T14:41:59.253Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32992026-08-31T14:41:59.300Z Compiling sha2 v0.11.0
33002026-08-31T14:41:59.318Z Compiling nom v8.0.0
33012026-08-31T14:41:59.383Z Compiling semver v0.1.20
33022026-08-31T14:41:59.441Z Compiling typify-macro v0.6.2
33032026-08-31T14:41:59.579Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33042026-08-31T14:41:59.608Z Compiling linked-hash-map v0.5.6
33052026-08-31T14:41:59.676Z Compiling oxide-update-engine v0.1.2
33062026-08-31T14:41:59.695Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33072026-08-31T14:41:59.711Z Compiling rustc_version v0.1.7
33082026-08-31T14:41:59.828Z Compiling lru-cache v0.1.2
33092026-08-31T14:41:59.858Z Compiling spki v0.8.0
33102026-08-31T14:41:59.896Z Compiling aes-gcm v0.11.0
33112026-08-31T14:41:59.933Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33122026-08-31T14:41:59.969Z Compiling tokio-dtrace v0.1.1
33132026-08-31T14:41:59.987Z Compiling dropshot-api-manager-types v0.8.0
33142026-08-31T14:42:00.132Z Compiling salsa20 v0.11.0
33152026-08-31T14:42:00.149Z Compiling slog-dtrace v0.3.0
33162026-08-31T14:42:00.173Z Compiling xshell-macros v0.2.7
33172026-08-31T14:42:00.216Z Compiling minimal-lexical v0.2.1
33182026-08-31T14:42:00.266Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-08-31T14:42:00.317Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33202026-08-31T14:42:00.334Z Compiling scrypt v0.12.0
33212026-08-31T14:42:00.382Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-08-31T14:42:00.444Z Compiling nom v7.1.3
33232026-08-31T14:42:00.506Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33242026-08-31T14:42:00.525Z Compiling oxide-tokio-rt v0.1.4
33252026-08-31T14:42:00.607Z Compiling xshell v0.2.7
33262026-08-31T14:42:00.634Z Compiling newtype_derive v0.1.6
33272026-08-31T14:42:00.663Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33282026-08-31T14:42:00.865Z Compiling phf_shared v0.12.1
33292026-08-31T14:42:00.882Z Compiling rfc6979 v0.4.0
33302026-08-31T14:42:01.046Z Compiling cbc v0.2.1
33312026-08-31T14:42:01.079Z Compiling proc-macro-error-attr2 v2.0.0
33322026-08-31T14:42:01.122Z Compiling csv-core v0.1.13
33332026-08-31T14:42:01.169Z Compiling highway v1.3.0
33342026-08-31T14:42:01.242Z Compiling hickory-resolver v0.24.4
33352026-08-31T14:42:01.263Z Compiling unicode-xid v0.2.6
33362026-08-31T14:42:01.326Z Compiling typify v0.6.2
33372026-08-31T14:42:01.418Z Compiling chrono-tz v0.10.4
33382026-08-31T14:42:01.435Z Compiling progenitor-impl v0.14.0
33392026-08-31T14:42:01.467Z Compiling const_format_proc_macros v0.2.34
33402026-08-31T14:42:01.498Z Compiling csv v1.4.0
33412026-08-31T14:42:01.526Z Compiling proc-macro-error2 v2.0.1
33422026-08-31T14:42:01.582Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
33432026-08-31T14:42:01.656Z Compiling pkcs5 v0.8.1
33442026-08-31T14:42:01.714Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33452026-08-31T14:42:01.733Z Compiling phf v0.12.1
33462026-08-31T14:42:01.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33472026-08-31T14:42:01.875Z Compiling ecdsa v0.16.9
33482026-08-31T14:42:01.960Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33492026-08-31T14:42:02.064Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33502026-08-31T14:42:02.218Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33512026-08-31T14:42:02.301Z Compiling qorb v0.4.1
33522026-08-31T14:42:02.314Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33532026-08-31T14:42:02.334Z Compiling primeorder v0.13.6
33542026-08-31T14:42:02.356Z Compiling hashbrown v0.14.5
33552026-08-31T14:42:02.377Z Compiling salty v0.3.0
33562026-08-31T14:42:02.443Z Compiling const_format v0.2.35
33572026-08-31T14:42:02.578Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33582026-08-31T14:42:02.637Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-08-31T14:42:02.685Z Compiling p384 v0.13.1
33602026-08-31T14:42:02.722Z Compiling pkcs8 v0.11.0
33612026-08-31T14:42:02.893Z Compiling chumsky v0.9.3
33622026-08-31T14:42:02.951Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33632026-08-31T14:42:03.140Z Compiling knus-derive v3.4.0
33642026-08-31T14:42:03.295Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33652026-08-31T14:42:03.351Z Compiling tabled_derive v0.7.0
33662026-08-31T14:42:03.518Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-08-31T14:42:03.693Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33682026-08-31T14:42:03.820Z Compiling bcs v0.1.6
33692026-08-31T14:42:04.143Z Compiling progenitor-macro v0.14.0
33702026-08-31T14:42:04.165Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33712026-08-31T14:42:04.183Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33722026-08-31T14:42:04.225Z Compiling ff v0.14.0
33732026-08-31T14:42:04.403Z Compiling termtree v0.5.1
33742026-08-31T14:42:04.420Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33752026-08-31T14:42:04.440Z Compiling tabled v0.15.0
33762026-08-31T14:42:04.460Z Compiling steno v0.4.1
33772026-08-31T14:42:04.577Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33782026-08-31T14:42:04.596Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33792026-08-31T14:42:04.639Z Compiling group v0.14.0
33802026-08-31T14:42:04.663Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33812026-08-31T14:42:04.687Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33822026-08-31T14:42:04.743Z Compiling knus v3.4.0
33832026-08-31T14:42:04.841Z Compiling signature v3.0.0
33842026-08-31T14:42:04.862Z Compiling tagptr v0.2.0
33852026-08-31T14:42:04.915Z Compiling base16ct v1.0.0
33862026-08-31T14:42:05.011Z Compiling moka v0.12.13
33872026-08-31T14:42:05.050Z Compiling hkdf v0.13.0
33882026-08-31T14:42:05.066Z Compiling sec1 v0.8.1
33892026-08-31T14:42:05.130Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33902026-08-31T14:42:05.252Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33912026-08-31T14:42:05.270Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33922026-08-31T14:42:05.383Z Compiling elliptic-curve v0.14.1
33932026-08-31T14:42:05.411Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33942026-08-31T14:42:05.483Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33952026-08-31T14:42:05.619Z Compiling parking_lot_core v0.8.6
33962026-08-31T14:42:05.686Z Compiling utf-8 v0.7.6
33972026-08-31T14:42:05.833Z Compiling hickory-resolver v0.25.2
33982026-08-31T14:42:05.904Z Compiling corncobs v0.1.4
33992026-08-31T14:42:05.949Z Compiling tungstenite v0.21.0
34002026-08-31T14:42:06.011Z Compiling wnaf v0.14.0
34012026-08-31T14:42:06.106Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34022026-08-31T14:42:06.216Z Compiling primefield v0.14.0
34032026-08-31T14:42:06.233Z Compiling rfc6979 v0.6.0
34042026-08-31T14:42:06.399Z Compiling libscf-sys v1.2.0
34052026-08-31T14:42:06.417Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34062026-08-31T14:42:06.478Z Compiling git-stub v1.0.0
34072026-08-31T14:42:06.537Z Compiling secrecy v0.8.0
34082026-08-31T14:42:06.568Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34092026-08-31T14:42:06.707Z Compiling git-stub-vcs v0.1.0
34102026-08-31T14:42:06.777Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34112026-08-31T14:42:06.822Z Compiling tokio-tungstenite v0.21.0
34122026-08-31T14:42:06.825Z Compiling primeorder v0.14.0
34132026-08-31T14:42:06.858Z Compiling ecdsa v0.17.0
34142026-08-31T14:42:07.030Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34152026-08-31T14:42:07.106Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34162026-08-31T14:42:07.190Z Compiling papergrid v0.18.0
34172026-08-31T14:42:07.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34182026-08-31T14:42:07.260Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34192026-08-31T14:42:07.374Z Compiling curve25519-dalek v5.0.0
34202026-08-31T14:42:07.466Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34212026-08-31T14:42:07.483Z Compiling unicase v2.9.0
34222026-08-31T14:42:07.673Z Compiling parking_lot v0.11.2
34232026-08-31T14:42:07.726Z Compiling mime_guess v2.0.5
34242026-08-31T14:42:07.764Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34252026-08-31T14:42:07.805Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34262026-08-31T14:42:07.825Z Compiling ssh-encoding v0.3.0
34272026-08-31T14:42:07.912Z Compiling prefix-trie v0.7.0
34282026-08-31T14:42:08.024Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34292026-08-31T14:42:08.095Z Compiling fxhash v0.2.1
34302026-08-31T14:42:08.131Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34312026-08-31T14:42:08.197Z Compiling tabled v0.21.0
34322026-08-31T14:42:08.213Z Compiling keccak v0.2.0
34332026-08-31T14:42:08.260Z Compiling hickory-server v0.25.2
34342026-08-31T14:42:08.376Z Compiling sled v0.34.7
34352026-08-31T14:42:08.429Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34362026-08-31T14:42:08.449Z Compiling ed25519 v3.0.0
34372026-08-31T14:42:08.476Z Compiling crypto-primes v0.7.2
34382026-08-31T14:42:08.955Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34392026-08-31T14:42:09.144Z Compiling pkcs1 v0.8.0-rc.4
34402026-08-31T14:42:09.325Z Compiling progenitor v0.14.0
34412026-08-31T14:42:09.519Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34422026-08-31T14:42:09.538Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34432026-08-31T14:42:09.570Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34442026-08-31T14:42:09.611Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153)
34452026-08-31T14:42:09.637Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
34462026-08-31T14:42:09.685Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34472026-08-31T14:42:09.744Z Compiling poly1305 v0.9.0
34482026-08-31T14:42:10.239Z Compiling blowfish v0.10.0
34492026-08-31T14:42:10.266Z Compiling blake2 v0.11.0-rc.6
34502026-08-31T14:42:10.290Z Compiling http-range v0.1.5
34512026-08-31T14:42:10.354Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34522026-08-31T14:42:10.447Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34532026-08-31T14:42:10.509Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34542026-08-31T14:42:10.534Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34552026-08-31T14:42:10.551Z Compiling crc8 v0.1.1
34562026-08-31T14:42:10.697Z Compiling half v1.8.3
34572026-08-31T14:42:10.821Z Compiling argon2 v0.6.0-rc.8
34582026-08-31T14:42:10.901Z Compiling serde_cbor v0.11.2
34592026-08-31T14:42:10.997Z Compiling bcrypt-pbkdf v0.11.0
34602026-08-31T14:42:11.335Z Compiling ssh-cipher v0.3.0
34612026-08-31T14:42:11.353Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34622026-08-31T14:42:11.516Z Compiling rsa v0.10.0-rc.18
34632026-08-31T14:42:11.924Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34642026-08-31T14:42:11.960Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34652026-08-31T14:42:12.224Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34662026-08-31T14:42:12.228Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34672026-08-31T14:42:12.324Z Compiling ed25519-dalek v3.0.0
34682026-08-31T14:42:12.448Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34692026-08-31T14:42:12.864Z Compiling sha3 v0.11.0
34702026-08-31T14:42:12.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712026-08-31T14:42:12.995Z Compiling p256 v0.14.0
34722026-08-31T14:42:13.052Z Compiling p384 v0.14.0
34732026-08-31T14:42:13.071Z Compiling p521 v0.14.0
34742026-08-31T14:42:13.105Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34752026-08-31T14:42:13.345Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34762026-08-31T14:42:13.436Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34772026-08-31T14:42:13.455Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131)
34782026-08-31T14:42:13.817Z Compiling scuffle v0.1.0
34792026-08-31T14:42:13.896Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34802026-08-31T14:42:14.180Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34812026-08-31T14:42:14.303Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34822026-08-31T14:42:14.337Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34832026-08-31T14:42:14.451Z Compiling yasna v0.5.2
34842026-08-31T14:42:14.469Z Compiling kstat-rs v0.2.5
34852026-08-31T14:42:14.809Z Compiling headers-core v0.3.0
34862026-08-31T14:42:14.830Z Compiling kem v0.3.0
34872026-08-31T14:42:14.973Z Compiling module-lattice v0.2.3
34882026-08-31T14:42:14.992Z Compiling nanorand v0.7.0
34892026-08-31T14:42:15.033Z Compiling sponge-cursor v0.1.0
34902026-08-31T14:42:15.144Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34912026-08-31T14:42:15.168Z Compiling sha3 v0.12.0
34922026-08-31T14:42:15.187Z Compiling headers v0.4.1
34932026-08-31T14:42:15.202Z Compiling ml-kem v0.3.2
34942026-08-31T14:42:15.255Z Compiling flume v0.11.1
34952026-08-31T14:42:15.313Z Compiling rcgen v0.12.1
34962026-08-31T14:42:15.401Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34972026-08-31T14:42:15.502Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34982026-08-31T14:42:15.595Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34992026-08-31T14:42:15.762Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35002026-08-31T14:42:15.960Z Compiling hyper-staticfile v0.10.1
35012026-08-31T14:42:15.998Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35022026-08-31T14:42:16.017Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35032026-08-31T14:42:16.036Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
35042026-08-31T14:42:16.101Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35052026-08-31T14:42:16.138Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35062026-08-31T14:42:16.215Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35072026-08-31T14:42:16.233Z Compiling russh-cryptovec v0.62.0
35082026-08-31T14:42:16.314Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35092026-08-31T14:42:16.415Z Compiling ssh-key v0.7.0-rc.11
35102026-08-31T14:42:16.460Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35112026-08-31T14:42:16.482Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35122026-08-31T14:42:16.500Z Compiling internal-russh-num-bigint v0.5.0
35132026-08-31T14:42:16.520Z Compiling port-file v0.1.0
35142026-08-31T14:42:16.565Z Compiling num-bigint v0.4.6
35152026-08-31T14:42:16.614Z Compiling generic-array v1.4.3
35162026-08-31T14:42:16.631Z Compiling russh-util v0.52.0
35172026-08-31T14:42:16.634Z Compiling enum_dispatch v0.3.13
35182026-08-31T14:42:16.678Z Compiling delegate v0.13.5
35192026-08-31T14:42:16.784Z Compiling subprocess v0.2.15
35202026-08-31T14:42:16.827Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35212026-08-31T14:42:16.886Z Compiling hex-literal v1.1.0
35222026-08-31T14:42:17.022Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35232026-08-31T14:42:17.136Z Compiling display-error-chain v0.2.2
35242026-08-31T14:42:17.270Z Compiling md5 v0.8.0
35252026-08-31T14:42:17.289Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35262026-08-31T14:42:17.336Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35272026-08-31T14:42:17.394Z Compiling colored v2.2.0
35282026-08-31T14:42:17.543Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35292026-08-31T14:42:17.566Z Compiling socket2 v0.5.10
35302026-08-31T14:42:17.651Z Compiling internet-checksum v0.2.1
35312026-08-31T14:42:17.778Z Compiling russh v0.62.4
35322026-08-31T14:42:17.979Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35332026-08-31T14:42:19.121Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35342026-08-31T14:42:19.121Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35352026-08-31T14:42:20.682Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35362026-08-31T14:42:21.733Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35372026-08-31T14:42:22.426Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35382026-08-31T14:42:22.942Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35392026-08-31T14:42:24.350Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35402026-08-31T14:42:24.590Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35412026-08-31T14:42:33.668Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35422026-08-31T14:42:33.668Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35432026-08-31T14:42:33.703Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35442026-08-31T14:42:33.703Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35452026-08-31T14:42:33.703Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35462026-08-31T14:42:35.488Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35472026-08-31T14:42:35.579Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35482026-08-31T14:42:39.785Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35492026-08-31T14:43:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35502026-08-31T14:43:20.809Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35512026-08-31T14:43:20.809Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35522026-08-31T14:43:21.040Z
35532026-08-31T14:43:21.040Zreal 1:30.289078516
35542026-08-31T14:43:21.040Zuser 8:31.938331267
35552026-08-31T14:43:21.040Zsys 1:41.773104405
35562026-08-31T14:43:21.040Ztrap 0.239831929
35572026-08-31T14:43:21.040Ztflt 0.328154586
35582026-08-31T14:43:21.040Zdflt 2.014412351
35592026-08-31T14:43:21.044Zkflt 0.000454180
35602026-08-31T14:43:21.044Zlock 31:26.081881034
35612026-08-31T14:43:21.044Zslp 19:03.930455398
35622026-08-31T14:43:21.044Zlat 39.244521367
35632026-08-31T14:43:21.044Zstop 3:08.115313716
35642026-08-31T14:43:21.044Z+ mkdir tests
35652026-08-31T14:43:21.046Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35662026-08-31T14:43:21.046Z+ xargs -I '{}' -t cp '{}' tests/
35672026-08-31T14:43:21.068Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4916fad2fdd68327 tests/
35682026-08-31T14:43:21.100Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5f99fdaad2571e67 tests/
35692026-08-31T14:43:21.130Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47c6252b383ef11a tests/
35702026-08-31T14:43:21.161Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ade6789aabe3ce5c tests/
35712026-08-31T14:43:21.518Z+ 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)
35722026-08-31T14:43:21.521Z+ 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-5f99fdaad2571e67 tests/commtest-47c6252b383ef11a tests/dhcp_server-4916fad2fdd68327 tests/end_to_end_tests-ade6789aabe3ce5c 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
35732026-08-31T14:44:50.770ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35742026-08-31T14:44:50.770Za .github/buildomat/ci-env.sh 1K
35752026-08-31T14:44:50.770Za out/target/test 1K
35762026-08-31T14:44:50.770Za out/npuzone/npuzone 31102K
35772026-08-31T14:44:50.770Za package-manifest.toml 35K
35782026-08-31T14:44:50.770Za smf/sled-agent/non-gimlet/config.toml 6K
35792026-08-31T14:44:50.770Za target/release/omicron-package 49523K
35802026-08-31T14:44:50.770Za target/release/xtask 11732K
35812026-08-31T14:44:50.770Za target/debug/bootstrap 441116K
35822026-08-31T14:44:50.770Za tests/bootstrap-5f99fdaad2571e67 34430K
35832026-08-31T14:44:50.770Za tests/commtest-47c6252b383ef11a 34431K
35842026-08-31T14:44:50.770Za tests/dhcp_server-4916fad2fdd68327 34430K
35852026-08-31T14:44:50.770Za tests/end_to_end_tests-ade6789aabe3ce5c 504703K
35862026-08-31T14:44:50.770Za tools/opte_version 1K
35872026-08-31T14:44:50.770Za tools/opte_version_override 2K
35882026-08-31T14:44:50.770Za out/clickhouse.tar.gz 326103K
35892026-08-31T14:44:50.770Za out/clickhouse_keeper.tar.gz 310088K
35902026-08-31T14:44:50.770Za out/clickhouse_server.tar.gz 326100K
35912026-08-31T14:44:50.770Za out/cockroachdb.tar.gz 166937K
35922026-08-31T14:44:50.770Za out/crucible-pantry-zone.tar.gz 40024K
35932026-08-31T14:44:50.770Za out/crucible-utils.tar 18900K
35942026-08-31T14:44:50.770Za out/crucible-zone.tar.gz 54837K
35952026-08-31T14:44:50.770Za out/external-dns.tar.gz 46783K
35962026-08-31T14:44:50.770Za out/internal-dns.tar.gz 46782K
35972026-08-31T14:44:50.770Za out/mg-ddm-gz.tar 114773K
35982026-08-31T14:44:50.770Za out/nexus.tar.gz 358718K
35992026-08-31T14:44:50.770Za out/ntp.tar.gz 31613K
36002026-08-31T14:44:50.770Za out/omicron-gateway-softnpu.tar.gz 29043K
36012026-08-31T14:44:50.770Za out/omicron-sled-agent.tar 235177K
36022026-08-31T14:44:50.770Za out/overlay.tar.gz 4K
36032026-08-31T14:44:50.770Za out/oximeter.tar.gz 68484K
36042026-08-31T14:44:50.770Za out/oxlog.tar 4088K
36052026-08-31T14:44:50.771Za out/probe.tar.gz 1396K
36062026-08-31T14:44:50.771Za out/propolis-server.tar.gz 37940K
36072026-08-31T14:44:50.771Za out/pumpkind-gz.tar 26647K
36082026-08-31T14:44:50.771Za out/switch-softnpu.tar.gz 522187K
36092026-08-31T14:44:50.774Z
36102026-08-31T14:44:50.774Zreal 1:29.248802446
36112026-08-31T14:44:50.774Zuser 1:26.258860459
36122026-08-31T14:44:50.774Zsys 5.044158228
36132026-08-31T14:44:50.774Ztrap 0.006507472
36142026-08-31T14:44:50.774Ztflt 0.000000000
36152026-08-31T14:44:50.774Zdflt 0.000000000
36162026-08-31T14:44:50.774Zkflt 0.000000000
36172026-08-31T14:44:50.774Zlock 0.000000000
36182026-08-31T14:44:50.774Zslp 1:26.100940121
36192026-08-31T14:44:50.774Zlat 1.082339816
36202026-08-31T14:44:50.774Zstop 0.000157260
36212026-08-31T14:44:50.774Zprocess exited: duration 1333973 ms, exit code 0
 
36222026-08-31T14:44:50.788Zfound 1 output files
36232026-08-31T14:44:50.788Zuploading: /work/package.tar.gz (2762331376 bytes)
36242026-08-31T14:45:51.473Zuploaded: /work/package.tar.gz