01KZ6XT3B0S3CCJTNSBEQ95NVT: 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: 01KZ6XTWEVZE6ARS572P7KBYF9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T17:42:02.117Zjob assigned to worker 01KZ6XV5N4269MNEXBYKB809M4 [factory aws, i-0ba72c84ae3e884e5] (queued for 52 s)
 
22026-08-04T17:42:09.008Zstarting task 0: "setup"
32026-08-04T17:42:09.012Z++ uname -s
42026-08-04T17:42:09.015Z+ kern=SunOS
52026-08-04T17:42:09.015Z+ build_user=build
62026-08-04T17:42:09.015Z+ build_uid=12345
72026-08-04T17:42:09.015Z+ work_dir=/work
82026-08-04T17:42:09.015Z+ input_dir=/input
92026-08-04T17:42:09.015Z+ [[ 0 == 12345 ]]
102026-08-04T17:42:09.015Z+ case "$kern" in
112026-08-04T17:42:09.015Z+ groupadd -g 12345 build
122026-08-04T17:42:09.018Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T17:42:11.025Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T17:42:11.129Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T17:42:11.133Z+ home_fs=zfs
162026-08-04T17:42:11.133Z+ [[ zfs == autofs ]]
172026-08-04T17:42:11.133Z+ mkdir -p /home/build
182026-08-04T17:42:11.133Z+ chown build:build /home/build /work
192026-08-04T17:42:13.135Z+ chmod 0700 /home/build /work
202026-08-04T17:42:14.141Zprocess exited: duration 4132 ms, exit code 0
 
212026-08-04T17:42:14.149Zstarting task 1: "rust-toolchain"
222026-08-04T17:42:14.154Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T17:42:14.154Z * rust toolchain channel = "1.97.1"
242026-08-04T17:42:14.154Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-04T17:42:14.154Z * rust toolchain profile = "default"
262026-08-04T17:42:14.154Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T17:42:14.154Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T17:42:14.157Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T17:42:14.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T17:42:14.270Zinfo: downloading installer
312026-08-04T17:42:15.506Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T17:42:15.506Zwarn: /home/build/.rustup/settings.toml
332026-08-04T17:42:15.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T17:42:15.506Zwarn: instead of the one inferred from the default host triple.
352026-08-04T17:42:15.519Zinfo: profile set to default
362026-08-04T17:42:15.519Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T17:42:15.522Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T17:42:15.649Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T17:42:15.653Zinfo: downloading 6 components
402026-08-04T17:42:29.617Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T17:42:29.617Z
422026-08-04T17:42:29.651Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T17:42:29.651Z
442026-08-04T17:42:29.651Z
452026-08-04T17:42:29.651ZRust is installed now. Great!
462026-08-04T17:42:29.651Z
472026-08-04T17:42:29.651ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T17:42:29.651Zenvironment variable. This has not been done automatically.
492026-08-04T17:42:29.651Z
502026-08-04T17:42:29.652ZTo configure your current shell, you need to source
512026-08-04T17:42:29.652Zthe corresponding env file under $HOME/.cargo.
522026-08-04T17:42:29.652Z
532026-08-04T17:42:29.652ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T17:42:29.652Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T17:42:29.652Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T17:42:29.652Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T17:42:29.652Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T17:42:29.652Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T17:42:29.652Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T17:42:29.663Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T17:42:29.663Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T17:42:29.759Z+ rustup --version
632026-08-04T17:42:29.768Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T17:42:29.768Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T17:42:29.783Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T17:42:29.789Z+ cargo --version
672026-08-04T17:42:29.795Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T17:42:29.798Z+ rustc --version
692026-08-04T17:42:29.821Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T17:42:29.825Zprocess exited: duration 15672 ms, exit code 0
 
712026-08-04T17:42:29.835Zstarting task 2: "authentication"
722026-08-04T17:42:29.857Zprocess exited: duration 21 ms, exit code 0
 
732026-08-04T17:42:29.869Zstarting task 3: "clone repository"
742026-08-04T17:42:29.874Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T17:42:29.874Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T17:42:29.968ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T17:42:40.369Z+ cd /work/oxidecomputer/omicron
782026-08-04T17:42:40.369Z+ git fetch origin 6cc81ce3932cf9c476fca9721fea85d8035760dd
792026-08-04T17:42:40.808ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T17:42:40.808Z * branch 6cc81ce3932cf9c476fca9721fea85d8035760dd -> FETCH_HEAD
812026-08-04T17:42:40.817Z+ [[ -n multirack-join-service-part-2 ]]
822026-08-04T17:42:40.823Z++ git branch --show-current
832026-08-04T17:42:40.823Z+ current=main
842026-08-04T17:42:40.823Z+ [[ main != multirack-join-service-part-2 ]]
852026-08-04T17:42:40.823Z+ git branch -f multirack-join-service-part-2 6cc81ce3932cf9c476fca9721fea85d8035760dd
862026-08-04T17:42:40.827Z+ git checkout -f multirack-join-service-part-2
872026-08-04T17:42:40.933ZSwitched to branch 'multirack-join-service-part-2'
882026-08-04T17:42:40.939Z+ git reset --hard 6cc81ce3932cf9c476fca9721fea85d8035760dd
892026-08-04T17:42:41.048ZHEAD is now at 6cc81ce39 move some types and break a circular dep
902026-08-04T17:42:41.054Zprocess exited: duration 11183 ms, exit code 0
 
912026-08-04T17:42:41.069Zstarting task 4: "build"
922026-08-04T17:42:41.085Z+ source .github/buildomat/ci-env.sh
932026-08-04T17:42:41.086Z++ export CARGO_TERM_COLOR=always
942026-08-04T17:42:41.086Z++ CARGO_TERM_COLOR=always
952026-08-04T17:42:41.086Z+++ uname -s
962026-08-04T17:42:41.099Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T17:42:41.099Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T17:42:41.099Z+ cargo --version
992026-08-04T17:42:41.099Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T17:42:41.099Z+ rustc --version
1012026-08-04T17:42:41.117Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T17:42:41.128Z+ WORK=/work
1032026-08-04T17:42:41.128Z+ pfexec mkdir -p /work
1042026-08-04T17:42:41.128Z+ pfexec chown build /work
1052026-08-04T17:42:41.128Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-04T17:42:42.997Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-04T17:42:43.241Z Startup: Caching catalogs ... Done
1082026-08-04T17:42:44.579ZPlanning: Solver setup ... Done (1.252s)
1092026-08-04T17:42:44.623ZPlanning: Running solver ... Done (0.044s)
1102026-08-04T17:42:44.658ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-04T17:42:44.665ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-04T17:42:44.685ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-04T17:42:44.701ZPlanning: Package planning ... Done (0.014s)
1142026-08-04T17:42:44.704ZPlanning: Merging actions ... Done (0.002s)
1152026-08-04T17:42:44.873ZPlanning: Checking for conflicting actions ... Done (0.170s)
1162026-08-04T17:42:44.901ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-04T17:42:45.738ZPlanning: Evaluating mediators ... Done (0.839s)
1182026-08-04T17:42:45.761ZPlanning: Planning completed in 2.44 seconds
1192026-08-04T17:42:45.761Z Packages to install: 2
1202026-08-04T17:42:45.761Z Estimated space available: 156.01 GB
1212026-08-04T17:42:45.761ZEstimated space to be consumed: 56.46 MB
1222026-08-04T17:42:45.761Z Create boot environment: No
1232026-08-04T17:42:45.761ZCreate backup boot environment: No
1242026-08-04T17:42:45.761Z Rebuild boot archive: No
1252026-08-04T17:42:45.761Z
1262026-08-04T17:42:45.761ZChanged packages:
1272026-08-04T17:42:45.769Zhelios
1282026-08-04T17:42:45.769Z developer/build-essential
1292026-08-04T17:42:45.769Z None -> 11-3.0
1302026-08-04T17:42:45.769Z library/libxmlsec1
1312026-08-04T17:42:45.769Z None -> 1.2.35-3.0
1322026-08-04T17:42:45.785Z
1332026-08-04T17:42:45.785ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-04T17:42:45.824ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1352026-08-04T17:42:45.931Z Actions: 1/268 actions (Installing new actions)
1362026-08-04T17:42:45.966Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-04T17:42:46.003ZFinalize: Updating package state database ... Done (0.024s)
1382026-08-04T17:42:46.003ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-04T17:42:46.093ZFinalize: Updating image state ... Done (0.060s)
1402026-08-04T17:42:48.811ZFinalize: Creating fast lookup database ... Done (2.714s)
1412026-08-04T17:42:48.876ZFinalize: Reading search index ... Done (0.013s)
1422026-08-04T17:42:48.885ZFinalize: Updating search index ... Done (0.000s)
1432026-08-04T17:42:49.005ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-04T17:42:49.352ZPlanning: Evaluating mediator changes ... Done
1452026-08-04T17:42:49.456ZPlanning: Checking for conflicting actions ... Done
1462026-08-04T17:42:49.466ZPlanning: Consolidating action changes ... Done
1472026-08-04T17:42:49.615ZPlanning: Evaluating mediators ... Done
1482026-08-04T17:42:49.625ZPlanning: Planning completed in 0.26 seconds
1492026-08-04T17:42:49.643Z Mediators to change: 2
1502026-08-04T17:42:49.643Z Create boot environment: No
1512026-08-04T17:42:49.643ZCreate backup boot environment: No
1522026-08-04T17:42:49.718ZFinalize: Updating package state database ... Done
1532026-08-04T17:42:49.719ZFinalize: Updating package cache ... Done
1542026-08-04T17:42:49.731ZFinalize: Updating image state ... Done
1552026-08-04T17:42:51.683ZFinalize: Creating fast lookup database ... Done
1562026-08-04T17:42:51.739ZFinalize: Reading search index ... Done
1572026-08-04T17:42:51.751ZFinalize: Updating search index ... Done
1582026-08-04T17:42:51.805ZFinalize: Updating package cache ... Done
1592026-08-04T17:42:52.091ZPlanning: Evaluating mediator changes ... Done
1602026-08-04T17:42:52.196ZPlanning: Checking for conflicting actions ... Done
1612026-08-04T17:42:52.218ZPlanning: Consolidating action changes ... Done
1622026-08-04T17:42:52.352ZPlanning: Evaluating mediators ... Done
1632026-08-04T17:42:52.360ZPlanning: Planning completed in 0.26 seconds
1642026-08-04T17:42:52.397Z Mediators to change: 1
1652026-08-04T17:42:52.397Z Create boot environment: No
1662026-08-04T17:42:52.397ZCreate backup boot environment: No
1672026-08-04T17:42:52.426ZFinalize: Updating package state database ... Done
1682026-08-04T17:42:52.426ZFinalize: Updating package cache ... Done
1692026-08-04T17:42:52.468ZFinalize: Updating image state ... Done
1702026-08-04T17:42:57.852ZFinalize: Creating fast lookup database ... Done
1712026-08-04T17:42:57.852ZFinalize: Reading search index ... Done
1722026-08-04T17:42:57.852ZFinalize: Updating search index ... Done
1732026-08-04T17:42:57.852ZFinalize: Updating package cache ... Done
1742026-08-04T17:42:57.852ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-04T17:42:57.852Zapache system 2.4 system
1762026-08-04T17:42:57.852Zclang system 15 system
1772026-08-04T17:42:57.852Zcsh system system illumos
1782026-08-04T17:42:57.852Zctags system system illumos
1792026-08-04T17:42:57.854Zfile vendor vendor darwinsys
1802026-08-04T17:42:57.854Zfile system system illumos
1812026-08-04T17:42:57.854Zgcc vendor 14 vendor
1822026-08-04T17:42:57.854Zgcc system 13 system
1832026-08-04T17:42:57.854Zgcc system 10 system
1842026-08-04T17:42:57.855Zgo system 1.25 system
1852026-08-04T17:42:57.855Zllvm system 15 system
1862026-08-04T17:42:57.855Zmariadb system 11.4 system
1872026-08-04T17:42:57.855Zmta vendor vendor dma
1882026-08-04T17:42:57.855Zopenjdk system 17 system
1892026-08-04T17:42:57.855Zopenjdk system 11 system
1902026-08-04T17:42:57.855Zopenssl vendor 3 vendor
1912026-08-04T17:42:57.855Zperl system 5.40 system
1922026-08-04T17:42:57.855Zpostgresql system 18 system
1932026-08-04T17:42:57.855Zpostgresql system 17 system
1942026-08-04T17:42:57.855Zpython vendor 3 vendor
1952026-08-04T17:42:57.855Zpython system 2 system
1962026-08-04T17:42:57.855Zpython3 vendor 3.13 vendor
1972026-08-04T17:42:57.855Zruby system 3.4 system
1982026-08-04T17:42:57.855Zruby system 3.0 system
1992026-08-04T17:42:57.855Zwords vendor vendor american-english
2002026-08-04T17:42:57.855Zwords system system australian-english
2012026-08-04T17:42:57.855Zwords system system british-english
2022026-08-04T17:42:57.855Zwords system system canadian-english
2032026-08-04T17:42:57.855Zwords system system french
2042026-08-04T17:42:57.855Zwords system system italian
2052026-08-04T17:42:57.855Zwords system system ngerman
2062026-08-04T17:42:57.855Zwords system system ogerman
2072026-08-04T17:42:57.855Zwords system system spanish
2082026-08-04T17:42:57.855ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-04T17:42:57.855Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-04T17:42:57.856ZFMRI IFO
2112026-08-04T17:42:57.856Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-04T17:42:57.856Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-04T17:42:57.856Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-04T17:42:57.856Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-04T17:42:57.856Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-04T17:42:57.856Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-04T17:42:57.856Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-04T17:42:57.856Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-04T17:42:57.856Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-04T17:42:57.856Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-04T17:42:57.856Z Updating crates.io index
2222026-08-04T17:42:57.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-04T17:42:57.856Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-04T17:42:57.856Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-04T17:42:57.965Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-04T17:42:58.443Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-04T17:43:00.153Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-04T17:43:00.952Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-04T17:43:01.209Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-04T17:43:01.497Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-04T17:43:03.036Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-04T17:43:03.455Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-04T17:43:03.752Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-04T17:43:04.087Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-04T17:43:04.586Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-04T17:43:05.240Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-04T17:43:05.663Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-04T17:43:05.960Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-04T17:43:06.231Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-04T17:43:06.515Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-04T17:43:06.733Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-04T17:43:06.978Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-04T17:43:07.266Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-08-04T17:43:07.687Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-08-04T17:43:08.034Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-04T17:43:08.281Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-04T17:43:08.752Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-04T17:43:09.025Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-04T17:43:09.453Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-04T17:43:09.791Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-04T17:43:10.128Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-08-04T17:43:10.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-04T17:43:10.892Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-08-04T17:43:11.311Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-04T17:43:11.872Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-08-04T17:43:12.172Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-04T17:43:12.431Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-04T17:43:12.754Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-04T17:43:13.254Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-04T17:43:13.532Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-04T17:43:13.822Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-04T17:43:14.097Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-04T17:43:16.678Z Downloading crates ...
2642026-08-04T17:43:16.724Z Downloaded block-buffer v0.10.4
2652026-08-04T17:43:16.731Z Downloaded anstyle v1.0.14
2662026-08-04T17:43:16.735Z Downloaded camino v1.2.2
2672026-08-04T17:43:16.739Z Downloaded anyhow v1.0.102
2682026-08-04T17:43:16.739Z Downloaded usdt-macro v0.5.0
2692026-08-04T17:43:16.739Z Downloaded terminal_size v0.4.3
2702026-08-04T17:43:16.742Z Downloaded clap v4.6.1
2712026-08-04T17:43:16.745Z Downloaded zerocopy-derive v0.7.35
2722026-08-04T17:43:16.745Z Downloaded swrite v0.1.0
2732026-08-04T17:43:16.748Z Downloaded sha2 v0.10.9
2742026-08-04T17:43:16.748Z Downloaded serde v1.0.228
2752026-08-04T17:43:16.751Z Downloaded zmij v1.0.21
2762026-08-04T17:43:16.751Z Downloaded cfg-if v1.0.4
2772026-08-04T17:43:16.751Z Downloaded dtrace-parser v0.2.0
2782026-08-04T17:43:16.754Z Downloaded heck v0.5.0
2792026-08-04T17:43:16.757Z Downloaded anstream v1.0.0
2802026-08-04T17:43:16.757Z Downloaded heck v0.4.1
2812026-08-04T17:43:16.757Z Downloaded zerocopy v0.7.35
2822026-08-04T17:43:16.764Z Downloaded clap_lex v1.0.0
2832026-08-04T17:43:16.769Z Downloaded generic-array v0.14.7
2842026-08-04T17:43:16.769Z Downloaded fastrand v2.3.0
2852026-08-04T17:43:16.769Z Downloaded fs-err v3.3.0
2862026-08-04T17:43:16.769Z Downloaded anstyle-parse v1.0.0
2872026-08-04T17:43:16.769Z Downloaded autocfg v1.5.0
2882026-08-04T17:43:16.769Z Downloaded log v0.4.29
2892026-08-04T17:43:16.776Z Downloaded indexmap v2.14.0
2902026-08-04T17:43:16.778Z Downloaded once_cell v1.21.3
2912026-08-04T17:43:16.781Z Downloaded errno v0.3.14
2922026-08-04T17:43:16.781Z Downloaded crypto-common v0.1.7
2932026-08-04T17:43:16.781Z Downloaded cargo-platform v0.3.2
2942026-08-04T17:43:16.781Z Downloaded is_terminal_polyfill v1.70.2
2952026-08-04T17:43:16.784Z Downloaded itoa v1.0.17
2962026-08-04T17:43:16.792Z Downloaded cpufeatures v0.2.17
2972026-08-04T17:43:16.797Z Downloaded fnv v1.0.7
2982026-08-04T17:43:16.799Z Downloaded anstyle-query v1.1.5
2992026-08-04T17:43:16.799Z Downloaded colorchoice v1.0.4
3002026-08-04T17:43:16.803Z Downloaded memmap v0.7.0
3012026-08-04T17:43:16.807Z Downloaded strsim v0.11.1
3022026-08-04T17:43:16.807Z Downloaded usdt v0.5.0
3032026-08-04T17:43:16.807Z Downloaded macaddr v1.0.1
3042026-08-04T17:43:16.807Z Downloaded equivalent v1.0.2
3052026-08-04T17:43:16.811Z Downloaded byteorder v1.5.0
3062026-08-04T17:43:16.811Z Downloaded cargo_toml v0.21.0
3072026-08-04T17:43:16.811Z Downloaded smawk v0.3.2
3082026-08-04T17:43:16.815Z Downloaded version_check v0.9.5
3092026-08-04T17:43:16.818Z Downloaded toml_datetime v0.6.11
3102026-08-04T17:43:16.820Z Downloaded dof v0.3.0
3112026-08-04T17:43:16.829Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-04T17:43:16.833Z Downloaded unicode-linebreak v0.1.5
3132026-08-04T17:43:16.837Z Downloaded serde_spanned v0.6.9
3142026-08-04T17:43:16.840Z Downloaded pretty-hex v0.4.1
3152026-08-04T17:43:16.840Z Downloaded toml_write v0.1.2
3162026-08-04T17:43:16.844Z Downloaded scroll_derive v0.12.1
3172026-08-04T17:43:16.844Z Downloaded tabled_derive v0.7.0
3182026-08-04T17:43:16.844Z Downloaded thread-id v4.2.2
3192026-08-04T17:43:16.855Z Downloaded cargo_metadata v0.23.1
3202026-08-04T17:43:16.858Z Downloaded utf8parse v0.2.2
3212026-08-04T17:43:16.858Z Downloaded usdt-attr-macro v0.5.0
3222026-08-04T17:43:16.861Z Downloaded bytecount v0.6.9
3232026-08-04T17:43:16.861Z Downloaded clap_derive v4.6.1
3242026-08-04T17:43:16.864Z Downloaded plain v0.2.3
3252026-08-04T17:43:16.869Z Downloaded digest v0.10.7
3262026-08-04T17:43:16.871Z Downloaded thiserror v1.0.69
3272026-08-04T17:43:16.874Z Downloaded serde_tokenstream v0.2.3
3282026-08-04T17:43:16.877Z Downloaded proc-macro-error v1.0.4
3292026-08-04T17:43:16.880Z Downloaded quote v1.0.45
3302026-08-04T17:43:16.882Z Downloaded usdt-impl v0.5.0
3312026-08-04T17:43:16.886Z Downloaded thiserror-impl v1.0.69
3322026-08-04T17:43:16.889Z Downloaded pest_derive v2.8.6
3332026-08-04T17:43:16.891Z Downloaded bitflags v2.11.0
3342026-08-04T17:43:16.895Z Downloaded camino-tempfile v1.4.1
3352026-08-04T17:43:16.903Z Downloaded serde_core v1.0.228
3362026-08-04T17:43:16.906Z Downloaded thiserror v2.0.18
3372026-08-04T17:43:16.906Z Downloaded toml v0.8.23
3382026-08-04T17:43:16.909Z Downloaded semver v1.0.28
3392026-08-04T17:43:16.909Z Downloaded ucd-trie v0.1.7
3402026-08-04T17:43:16.911Z Downloaded thiserror-impl v2.0.18
3412026-08-04T17:43:16.911Z Downloaded pest_generator v2.8.6
3422026-08-04T17:43:16.918Z Downloaded getrandom v0.4.1
3432026-08-04T17:43:16.924Z Downloaded tempfile v3.25.0
3442026-08-04T17:43:16.926Z Downloaded unicode-ident v1.0.24
3452026-08-04T17:43:16.926Z Downloaded clap_builder v4.6.0
3462026-08-04T17:43:16.929Z Downloaded papergrid v0.11.0
3472026-08-04T17:43:16.932Z Downloaded proc-macro2 v1.0.106
3482026-08-04T17:43:16.932Z Downloaded scroll v0.12.0
3492026-08-04T17:43:16.932Z Downloaded textwrap v0.16.2
3502026-08-04T17:43:16.935Z Downloaded pest_meta v2.8.6
3512026-08-04T17:43:16.937Z Downloaded serde_derive v1.0.228
3522026-08-04T17:43:16.992Z Downloaded memchr v2.8.0
3532026-08-04T17:43:16.992Z Downloaded toml_edit v0.22.27
3542026-08-04T17:43:16.992Z Downloaded typenum v1.20.1
3552026-08-04T17:43:16.995Z Downloaded pest v2.8.6
3562026-08-04T17:43:17.007Z Downloaded hashbrown v0.17.0
3572026-08-04T17:43:17.016Z Downloaded serde_json v1.0.151
3582026-08-04T17:43:17.023Z Downloaded goblin v0.8.2
3592026-08-04T17:43:17.042Z Downloaded tabled v0.15.0
3602026-08-04T17:43:17.051Z Downloaded winnow v0.7.14
3612026-08-04T17:43:17.066Z Downloaded syn v1.0.109
3622026-08-04T17:43:17.073Z Downloaded unicode-width v0.1.14
3632026-08-04T17:43:17.076Z Downloaded syn v2.0.117
3642026-08-04T17:43:17.082Z Downloaded unicode-width v0.2.0
3652026-08-04T17:43:17.085Z Downloaded rustix v1.1.3
3662026-08-04T17:43:17.111Z Downloaded libc v0.2.185
3672026-08-04T17:43:17.175Z Compiling proc-macro2 v1.0.106
3682026-08-04T17:43:17.175Z Compiling unicode-ident v1.0.24
3692026-08-04T17:43:17.175Z Compiling quote v1.0.45
3702026-08-04T17:43:17.178Z Compiling serde_core v1.0.228
3712026-08-04T17:43:17.178Z Compiling libc v0.2.185
3722026-08-04T17:43:17.179Z Compiling version_check v0.9.5
3732026-08-04T17:43:17.179Z Compiling memchr v2.8.0
3742026-08-04T17:43:17.358Z Compiling serde v1.0.228
3752026-08-04T17:43:17.363Z Compiling zmij v1.0.21
3762026-08-04T17:43:17.363Z Compiling itoa v1.0.17
3772026-08-04T17:43:17.363Z Compiling thiserror v1.0.69
3782026-08-04T17:43:17.363Z Compiling ucd-trie v0.1.7
3792026-08-04T17:43:17.376Z Compiling rustix v1.1.3
3802026-08-04T17:43:17.379Z Compiling byteorder v1.5.0
3812026-08-04T17:43:17.600Z Compiling serde_json v1.0.151
3822026-08-04T17:43:18.622Z Compiling bitflags v2.11.0
3832026-08-04T17:43:18.625Z Compiling syn v1.0.109
3842026-08-04T17:43:18.625Z Compiling usdt-impl v0.5.0
3852026-08-04T17:43:18.625Z Compiling proc-macro-error-attr v1.0.4
3862026-08-04T17:43:18.625Z Compiling pest v2.8.6
3872026-08-04T17:43:18.625Z Compiling camino v1.2.2
3882026-08-04T17:43:18.625Z Compiling proc-macro-error v1.0.4
3892026-08-04T17:43:18.625Z Compiling utf8parse v0.2.2
3902026-08-04T17:43:18.625Z Compiling equivalent v1.0.2
3912026-08-04T17:43:18.625Z Compiling getrandom v0.4.1
3922026-08-04T17:43:18.625Z Compiling plain v0.2.3
3932026-08-04T17:43:18.627Z Compiling log v0.4.29
3942026-08-04T17:43:18.627Z Compiling hashbrown v0.17.0
3952026-08-04T17:43:18.627Z Compiling anstyle-parse v1.0.0
3962026-08-04T17:43:18.627Z Compiling thiserror v2.0.18
3972026-08-04T17:43:18.627Z Compiling anstyle v1.0.14
3982026-08-04T17:43:18.627Z Compiling toml_write v0.1.2
3992026-08-04T17:43:18.627Z Compiling autocfg v1.5.0
4002026-08-04T17:43:18.627Z Compiling errno v0.3.14
4012026-08-04T17:43:18.627Z Compiling thread-id v4.2.2
4022026-08-04T17:43:18.627Z Compiling winnow v0.7.14
4032026-08-04T17:43:18.627Z Compiling pretty-hex v0.4.1
4042026-08-04T17:43:18.627Z Compiling anstyle-query v1.1.5
4052026-08-04T17:43:18.634Z Compiling cfg-if v1.0.4
4062026-08-04T17:43:18.652Z Compiling colorchoice v1.0.4
4072026-08-04T17:43:18.676Z Compiling is_terminal_polyfill v1.70.2
4082026-08-04T17:43:18.732Z Compiling fastrand v2.3.0
4092026-08-04T17:43:18.736Z Compiling heck v0.5.0
4102026-08-04T17:43:18.813Z Compiling syn v2.0.117
4112026-08-04T17:43:18.830Z Compiling indexmap v2.14.0
4122026-08-04T17:43:18.866Z Compiling anstream v1.0.0
4132026-08-04T17:43:18.885Z Compiling clap_lex v1.0.0
4142026-08-04T17:43:18.887Z Compiling fs-err v3.3.0
4152026-08-04T17:43:18.983Z Compiling pest_meta v2.8.6
4162026-08-04T17:43:19.039Z Compiling unicode-width v0.1.14
4172026-08-04T17:43:19.050Z Compiling anyhow v1.0.102
4182026-08-04T17:43:19.050Z Compiling bytecount v0.6.9
4192026-08-04T17:43:19.106Z Compiling once_cell v1.21.3
4202026-08-04T17:43:19.161Z Compiling fnv v1.0.7
4212026-08-04T17:43:19.192Z Compiling strsim v0.11.1
4222026-08-04T17:43:19.209Z Compiling heck v0.4.1
4232026-08-04T17:43:19.289Z Compiling papergrid v0.11.0
4242026-08-04T17:43:19.305Z Compiling memmap v0.7.0
4252026-08-04T17:43:19.346Z Compiling smawk v0.3.2
4262026-08-04T17:43:19.365Z Compiling unicode-linebreak v0.1.5
4272026-08-04T17:43:19.368Z Compiling unicode-width v0.2.0
4282026-08-04T17:43:19.477Z Compiling terminal_size v0.4.3
4292026-08-04T17:43:19.521Z Compiling tempfile v3.25.0
4302026-08-04T17:43:19.525Z Compiling swrite v0.1.0
4312026-08-04T17:43:19.635Z Compiling clap_builder v4.6.0
4322026-08-04T17:43:19.669Z Compiling cargo-platform v0.3.2
4332026-08-04T17:43:19.733Z Compiling semver v1.0.28
4342026-08-04T17:43:19.827Z Compiling textwrap v0.16.2
4352026-08-04T17:43:19.963Z Compiling camino-tempfile v1.4.1
4362026-08-04T17:43:20.418Z Compiling tabled_derive v0.7.0
4372026-08-04T17:43:21.060Z Compiling pest_generator v2.8.6
4382026-08-04T17:43:21.086Z Compiling tabled v0.15.0
4392026-08-04T17:43:21.550Z Compiling serde_derive v1.0.228
4402026-08-04T17:43:21.550Z Compiling thiserror-impl v1.0.69
4412026-08-04T17:43:21.553Z Compiling zerocopy-derive v0.7.35
4422026-08-04T17:43:21.553Z Compiling scroll_derive v0.12.1
4432026-08-04T17:43:21.554Z Compiling thiserror-impl v2.0.18
4442026-08-04T17:43:21.554Z Compiling clap_derive v4.6.1
4452026-08-04T17:43:21.658Z Compiling pest_derive v2.8.6
4462026-08-04T17:43:22.208Z Compiling scroll v0.12.0
4472026-08-04T17:43:22.323Z Compiling zerocopy v0.7.35
4482026-08-04T17:43:22.423Z Compiling goblin v0.8.2
4492026-08-04T17:43:22.723Z Compiling dtrace-parser v0.2.0
4502026-08-04T17:43:22.960Z Compiling clap v4.6.1
4512026-08-04T17:43:23.960Z Compiling serde_spanned v0.6.9
4522026-08-04T17:43:23.960Z Compiling toml_datetime v0.6.11
4532026-08-04T17:43:23.963Z Compiling macaddr v1.0.1
4542026-08-04T17:43:23.963Z Compiling cargo_metadata v0.23.1
4552026-08-04T17:43:23.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-04T17:43:23.978Z Compiling dof v0.3.0
4572026-08-04T17:43:23.981Z Compiling serde_tokenstream v0.2.3
4582026-08-04T17:43:24.209Z Compiling toml_edit v0.22.27
4592026-08-04T17:43:24.681Z Compiling usdt-macro v0.5.0
4602026-08-04T17:43:24.686Z Compiling usdt-attr-macro v0.5.0
4612026-08-04T17:43:25.322Z Compiling usdt v0.5.0
4622026-08-04T17:43:25.546Z Compiling toml v0.8.23
4632026-08-04T17:43:25.848Z Compiling cargo_toml v0.21.0
4642026-08-04T17:43:27.132Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-08-04T17:43:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.57s
4662026-08-04T17:43:29.441Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-08-04T17:43:29.961Z Downloading crates ...
4682026-08-04T17:43:30.005Z Downloaded async-recursion v1.1.1
4692026-08-04T17:43:30.008Z Downloaded assert_matches v1.5.0
4702026-08-04T17:43:30.012Z Downloaded async-stream v0.3.6
4712026-08-04T17:43:30.016Z Downloaded atty v0.2.14
4722026-08-04T17:43:30.016Z Downloaded bit-vec v0.6.3
4732026-08-04T17:43:30.021Z Downloaded adler2 v2.0.1
4742026-08-04T17:43:30.026Z Downloaded aead v0.5.2
4752026-08-04T17:43:30.029Z Downloaded array-init v0.0.4
4762026-08-04T17:43:30.029Z Downloaded arrayref v0.3.9
4772026-08-04T17:43:30.031Z Downloaded bitfield-macros v0.19.4
4782026-08-04T17:43:30.034Z Downloaded ascii-canvas v3.0.0
4792026-08-04T17:43:30.037Z Downloaded convert_case v0.4.0
4802026-08-04T17:43:30.040Z Downloaded fd-lock v4.0.4
4812026-08-04T17:43:30.040Z Downloaded foreign-types v0.3.2
4822026-08-04T17:43:30.040Z Downloaded ghash v0.6.0
4832026-08-04T17:43:30.042Z Downloaded console v0.15.11
4842026-08-04T17:43:30.045Z Downloaded byte-wrapper v0.1.0
4852026-08-04T17:43:30.045Z Downloaded cipher v0.4.4
4862026-08-04T17:43:30.045Z Downloaded funty v2.0.0
4872026-08-04T17:43:30.048Z Downloaded headers-core v0.3.0
4882026-08-04T17:43:30.051Z Downloaded cexpr v0.6.0
4892026-08-04T17:43:30.051Z Downloaded httpdate v1.0.3
4902026-08-04T17:43:30.051Z Downloaded atomic-waker v1.1.2
4912026-08-04T17:43:30.054Z Downloaded futures-executor v0.3.32
4922026-08-04T17:43:30.054Z Downloaded futures-io v0.3.32
4932026-08-04T17:43:30.054Z Downloaded fixedbitset v0.5.7
4942026-08-04T17:43:30.054Z Downloaded fs-err v2.11.0
4952026-08-04T17:43:30.054Z Downloaded group v0.14.0
4962026-08-04T17:43:30.054Z Downloaded foreign-types-shared v0.3.1
4972026-08-04T17:43:30.054Z Downloaded form_urlencoded v1.2.2
4982026-08-04T17:43:30.057Z Downloaded constant_time_eq v0.4.2
4992026-08-04T17:43:30.057Z Downloaded aead v0.6.1
5002026-08-04T17:43:30.057Z Downloaded anstyle-parse v0.2.7
5012026-08-04T17:43:30.060Z Downloaded argon2 v0.5.3
5022026-08-04T17:43:30.060Z Downloaded flagset v0.4.7
5032026-08-04T17:43:30.060Z Downloaded hex v0.4.3
5042026-08-04T17:43:30.063Z Downloaded arrayvec v0.7.6
5052026-08-04T17:43:30.063Z Downloaded foreign-types-shared v0.1.1
5062026-08-04T17:43:30.063Z Downloaded hash32 v0.3.1
5072026-08-04T17:43:30.063Z Downloaded http-body-util v0.1.3
5082026-08-04T17:43:30.066Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-04T17:43:30.069Z Downloaded foreign-types v0.5.0
5102026-08-04T17:43:30.069Z Downloaded git-stub v1.0.0
5112026-08-04T17:43:30.069Z Downloaded hostname v0.3.1
5122026-08-04T17:43:30.072Z Downloaded hyper-tls v0.6.0
5132026-08-04T17:43:30.072Z Downloaded cobs v0.3.0
5142026-08-04T17:43:30.072Z Downloaded bb8 v0.8.6
5152026-08-04T17:43:30.075Z Downloaded futures-core v0.3.32
5162026-08-04T17:43:30.077Z Downloaded ff v0.13.1
5172026-08-04T17:43:30.077Z Downloaded filetime v0.2.27
5182026-08-04T17:43:30.077Z Downloaded fallible-iterator v0.2.0
5192026-08-04T17:43:30.078Z Downloaded ff v0.14.0
5202026-08-04T17:43:30.080Z Downloaded find-msvc-tools v0.1.9
5212026-08-04T17:43:30.080Z Downloaded git-stub-vcs v0.1.0
5222026-08-04T17:43:30.080Z Downloaded futures v0.3.32
5232026-08-04T17:43:30.083Z Downloaded cfg_aliases v0.1.1
5242026-08-04T17:43:30.083Z Downloaded blake2 v0.11.0-rc.6
5252026-08-04T17:43:30.086Z Downloaded cancel-safe-futures v0.1.5
5262026-08-04T17:43:30.086Z Downloaded globwalk v0.9.1
5272026-08-04T17:43:30.089Z Downloaded bit-set v0.8.0
5282026-08-04T17:43:30.089Z Downloaded atomicwrites v0.4.4
5292026-08-04T17:43:30.089Z Downloaded bitfield-struct v0.6.2
5302026-08-04T17:43:30.092Z Downloaded fixedbitset v0.4.2
5312026-08-04T17:43:30.092Z Downloaded foreign-types-macros v0.2.3
5322026-08-04T17:43:30.092Z Downloaded async-stream-impl v0.3.6
5332026-08-04T17:43:30.095Z Downloaded castaway v0.2.4
5342026-08-04T17:43:30.098Z Downloaded float-ord v0.3.2
5352026-08-04T17:43:30.101Z Downloaded futures-task v0.3.32
5362026-08-04T17:43:30.104Z Downloaded gethostname v0.5.0
5372026-08-04T17:43:30.107Z Downloaded ciborium-ll v0.2.2
5382026-08-04T17:43:30.107Z Downloaded bit-set v0.5.3
5392026-08-04T17:43:30.111Z Downloaded float-cmp v0.10.0
5402026-08-04T17:43:30.111Z Downloaded fs_extra v1.3.0
5412026-08-04T17:43:30.111Z Downloaded futures-channel v0.3.32
5422026-08-04T17:43:30.111Z Downloaded fxhash v0.2.1
5432026-08-04T17:43:30.111Z Downloaded futures-macro v0.3.32
5442026-08-04T17:43:30.114Z Downloaded block-buffer v0.12.1
5452026-08-04T17:43:30.114Z Downloaded fatfs v0.3.6
5462026-08-04T17:43:30.117Z Downloaded base16ct v0.2.0
5472026-08-04T17:43:30.120Z Downloaded hex-literal v1.1.0
5482026-08-04T17:43:30.123Z Downloaded http-range v0.1.5
5492026-08-04T17:43:30.125Z Downloaded block-padding v0.4.2
5502026-08-04T17:43:30.128Z Downloaded home v0.5.12
5512026-08-04T17:43:30.128Z Downloaded hash32 v0.2.1
5522026-08-04T17:43:30.131Z Downloaded hubpack v0.1.2
5532026-08-04T17:43:30.131Z Downloaded ciborium-io v0.2.2
5542026-08-04T17:43:30.131Z Downloaded compression-core v0.4.31
5552026-08-04T17:43:30.134Z Downloaded env_filter v1.0.0
5562026-08-04T17:43:30.134Z Downloaded num-iter v0.1.45
5572026-08-04T17:43:30.136Z Downloaded http-body v1.0.1
5582026-08-04T17:43:30.136Z Downloaded hubpack_derive v0.1.1
5592026-08-04T17:43:30.136Z Downloaded num-derive v0.4.2
5602026-08-04T17:43:30.136Z Downloaded argon2 v0.6.0-rc.8
5612026-08-04T17:43:30.139Z Downloaded anstream v0.6.21
5622026-08-04T17:43:30.142Z Downloaded async-trait v0.1.89
5632026-08-04T17:43:30.145Z Downloaded hostname v0.4.2
5642026-08-04T17:43:30.145Z Downloaded password-hash v0.6.1
5652026-08-04T17:43:30.148Z Downloaded foldhash v0.1.5
5662026-08-04T17:43:30.148Z Downloaded futures-sink v0.3.32
5672026-08-04T17:43:30.151Z Downloaded group v0.13.0
5682026-08-04T17:43:30.151Z Downloaded humantime v2.3.0
5692026-08-04T17:43:30.151Z Downloaded base16ct v1.0.0
5702026-08-04T17:43:30.151Z Downloaded olpc-cjson v0.1.4
5712026-08-04T17:43:30.151Z Downloaded openssl-macros v0.1.1
5722026-08-04T17:43:30.154Z Downloaded backoff v0.4.0
5732026-08-04T17:43:30.154Z Downloaded bcs v0.1.6
5742026-08-04T17:43:30.157Z Downloaded cbc v0.2.1
5752026-08-04T17:43:30.157Z Downloaded precomputed-hash v0.1.1
5762026-08-04T17:43:30.157Z Downloaded proc-macro-error-attr2 v2.0.0
5772026-08-04T17:43:30.160Z Downloaded rand_pcg v0.10.2
5782026-08-04T17:43:30.163Z Downloaded glob v0.3.3
5792026-08-04T17:43:30.163Z Downloaded foldhash v0.2.0
5802026-08-04T17:43:30.169Z Downloaded proc-macro-crate v3.4.0
5812026-08-04T17:43:30.173Z Downloaded ref-cast v1.0.25
5822026-08-04T17:43:30.176Z Downloaded rand_chacha v0.3.1
5832026-08-04T17:43:30.176Z Downloaded ref-cast-impl v1.0.25
5842026-08-04T17:43:30.176Z Downloaded rfc6979 v0.6.0
5852026-08-04T17:43:30.180Z Downloaded base64ct v1.8.3
5862026-08-04T17:43:30.180Z Downloaded async-bb8-diesel v0.2.1
5872026-08-04T17:43:30.185Z Downloaded rustc_version v0.4.1
5882026-08-04T17:43:30.186Z Downloaded blowfish v0.10.0
5892026-08-04T17:43:30.186Z Downloaded sapling-renderdag v0.1.0
5902026-08-04T17:43:30.190Z Downloaded signal-hook-tokio v0.3.1
5912026-08-04T17:43:30.190Z Downloaded bitflags v1.3.2
5922026-08-04T17:43:30.190Z Downloaded cassowary v0.3.0
5932026-08-04T17:43:30.190Z Downloaded half v2.7.1
5942026-08-04T17:43:30.246Z Downloaded cmake v0.1.57
5952026-08-04T17:43:30.246Z Downloaded bs58 v0.5.1
5962026-08-04T17:43:30.246Z Downloaded highway v1.3.0
5972026-08-04T17:43:30.246Z Downloaded cfg_aliases v0.2.1
5982026-08-04T17:43:30.246Z Downloaded compression-codecs v0.4.37
5992026-08-04T17:43:30.246Z Downloaded hyper-staticfile v0.10.1
6002026-08-04T17:43:30.246Z Downloaded cmov v0.5.4
6012026-08-04T17:43:30.246Z Downloaded cipher v0.5.2
6022026-08-04T17:43:30.246Z Downloaded buf-list v1.1.2
6032026-08-04T17:43:30.246Z Downloaded paste v1.0.15
6042026-08-04T17:43:30.246Z Downloaded camino-tempfile-ext v0.3.3
6052026-08-04T17:43:30.246Z Downloaded tabwriter v1.4.1
6062026-08-04T17:43:30.246Z Downloaded pin-project-internal v1.1.11
6072026-08-04T17:43:30.246Z Downloaded ahash v0.8.12
6082026-08-04T17:43:30.246Z Downloaded chacha20 v0.9.1
6092026-08-04T17:43:30.247Z Downloaded globset v0.4.18
6102026-08-04T17:43:30.247Z Downloaded half v1.8.3
6112026-08-04T17:43:30.247Z Downloaded hyper-rustls v0.27.7
6122026-08-04T17:43:30.247Z Downloaded num-integer v0.1.46
6132026-08-04T17:43:30.247Z Downloaded chacha20 v0.10.0
6142026-08-04T17:43:30.247Z Downloaded parse-display v0.10.0
6152026-08-04T17:43:30.247Z Downloaded subtle v2.6.1
6162026-08-04T17:43:30.247Z Downloaded strum v0.27.2
6172026-08-04T17:43:30.247Z Downloaded thiserror-impl-no-std v2.0.2
6182026-08-04T17:43:30.247Z Downloaded tokio-test v0.4.5
6192026-08-04T17:43:30.247Z Downloaded ppv-lite86 v0.2.21
6202026-08-04T17:43:30.247Z Downloaded getrandom v0.2.17
6212026-08-04T17:43:30.251Z Downloaded pem-rfc7468 v0.7.0
6222026-08-04T17:43:30.251Z Downloaded pkg-config v0.3.32
6232026-08-04T17:43:30.251Z Downloaded rand_core v0.10.0
6242026-08-04T17:43:30.251Z Downloaded secrecy v0.8.0
6252026-08-04T17:43:30.251Z Downloaded rustls-pemfile v2.2.0
6262026-08-04T17:43:30.254Z Downloaded schemars_derive v0.8.22
6272026-08-04T17:43:30.254Z Downloaded sec1 v0.7.3
6282026-08-04T17:43:30.254Z Downloaded rustversion v1.0.22
6292026-08-04T17:43:30.257Z Downloaded sec1 v0.8.1
6302026-08-04T17:43:30.257Z Downloaded unicode-xid v0.2.6
6312026-08-04T17:43:30.257Z Downloaded usdt-attr-macro v0.6.0
6322026-08-04T17:43:30.257Z Downloaded usdt-macro v0.6.0
6332026-08-04T17:43:30.260Z Downloaded waitgroup v0.1.2
6342026-08-04T17:43:30.260Z Downloaded want v0.3.1
6352026-08-04T17:43:30.261Z Downloaded wait-timeout v0.2.1
6362026-08-04T17:43:30.261Z Downloaded crc-catalog v2.4.0
6372026-08-04T17:43:30.264Z Downloaded const-oid v0.9.6
6382026-08-04T17:43:30.267Z Downloaded colored v2.2.0
6392026-08-04T17:43:30.270Z Downloaded colored v3.1.1
6402026-08-04T17:43:30.270Z Downloaded simd-adler32 v0.3.8
6412026-08-04T17:43:30.270Z Downloaded bitfield v0.19.4
6422026-08-04T17:43:30.273Z Downloaded const_format_proc_macros v0.2.34
6432026-08-04T17:43:30.273Z Downloaded hmac v0.12.1
6442026-08-04T17:43:30.273Z Downloaded hybrid-array v0.4.13
6452026-08-04T17:43:30.276Z Downloaded bit-vec v0.8.0
6462026-08-04T17:43:30.276Z Downloaded ciborium v0.2.2
6472026-08-04T17:43:30.279Z Downloaded console v0.16.2
6482026-08-04T17:43:30.279Z Downloaded hmac v0.13.0
6492026-08-04T17:43:30.281Z Downloaded slog-stdlog v4.1.1
6502026-08-04T17:43:30.281Z Downloaded static_assertions v1.1.0
6512026-08-04T17:43:30.281Z Downloaded clang-sys v1.8.1
6522026-08-04T17:43:30.284Z Downloaded cstr-argument v0.1.2
6532026-08-04T17:43:30.287Z Downloaded generic-array v1.4.3
6542026-08-04T17:43:30.287Z Downloaded parking_lot v0.11.2
6552026-08-04T17:43:30.290Z Downloaded allocator-api2 v0.2.21
6562026-08-04T17:43:30.290Z Downloaded spki v0.7.3
6572026-08-04T17:43:30.293Z Downloaded getrandom v0.3.4
6582026-08-04T17:43:30.296Z Downloaded support-bundle-viewer v0.1.2
6592026-08-04T17:43:30.296Z Downloaded snafu-derive v0.8.9
6602026-08-04T17:43:30.296Z Downloaded termios v0.3.3
6612026-08-04T17:43:30.299Z Downloaded debug-ignore v1.0.5
6622026-08-04T17:43:30.299Z Downloaded darling_macro v0.21.3
6632026-08-04T17:43:30.302Z Downloaded dropshot-api-manager-types v0.7.2
6642026-08-04T17:43:30.302Z Downloaded compact_str v0.8.1
6652026-08-04T17:43:30.305Z Downloaded blake2 v0.10.6
6662026-08-04T17:43:30.305Z Downloaded iana-time-zone v0.1.65
6672026-08-04T17:43:30.308Z Downloaded tokio-native-tls v0.3.1
6682026-08-04T17:43:30.308Z Downloaded tls_codec_derive v0.4.2
6692026-08-04T17:43:30.308Z Downloaded strsim v0.10.0
6702026-08-04T17:43:30.311Z Downloaded display-error-chain v0.2.2
6712026-08-04T17:43:30.311Z Downloaded dyn-clone v1.0.20
6722026-08-04T17:43:30.311Z Downloaded unicase v2.9.0
6732026-08-04T17:43:30.313Z Downloaded vergen-lib v9.1.0
6742026-08-04T17:43:30.314Z Downloaded dof v0.4.0
6752026-08-04T17:43:30.314Z Downloaded embedded-io v0.6.1
6762026-08-04T17:43:30.317Z Downloaded oxide-tokio-rt v0.1.4
6772026-08-04T17:43:30.320Z Downloaded oxnet v0.1.6
6782026-08-04T17:43:30.320Z Downloaded tinystr v0.8.2
6792026-08-04T17:43:30.325Z Downloaded convert_case v0.10.0
6802026-08-04T17:43:30.328Z Downloaded indoc v1.0.9
6812026-08-04T17:43:30.331Z Downloaded serdect v0.4.3
6822026-08-04T17:43:30.334Z Downloaded libscf-sys v1.2.0
6832026-08-04T17:43:30.337Z Downloaded usdt-impl v0.6.0
6842026-08-04T17:43:30.338Z Downloaded yoke v0.8.1
6852026-08-04T17:43:30.341Z Downloaded heapless v0.8.0
6862026-08-04T17:43:30.341Z Downloaded instant v0.1.13
6872026-08-04T17:43:30.346Z Downloaded httparse v1.10.1
6882026-08-04T17:43:30.349Z Downloaded icu_properties v2.1.2
6892026-08-04T17:43:30.349Z Downloaded backon v1.6.0
6902026-08-04T17:43:30.353Z Downloaded const-oid v0.10.2
6912026-08-04T17:43:30.356Z Downloaded daft v0.1.7
6922026-08-04T17:43:30.357Z Downloaded bzip2 v0.6.1
6932026-08-04T17:43:30.357Z Downloaded bzip2 v0.4.4
6942026-08-04T17:43:30.361Z Downloaded flume v0.11.1
6952026-08-04T17:43:30.361Z Downloaded headers v0.4.1
6962026-08-04T17:43:30.364Z Downloaded pin-project v1.1.11
6972026-08-04T17:43:30.368Z Downloaded heapless v0.7.17
6982026-08-04T17:43:30.371Z Downloaded deranged v0.5.8
6992026-08-04T17:43:30.371Z Downloaded match_cfg v0.1.0
7002026-08-04T17:43:30.371Z Downloaded nonempty v0.12.0
7012026-08-04T17:43:30.374Z Downloaded parse-size v1.1.0
7022026-08-04T17:43:30.374Z Downloaded derive_builder_core v0.20.2
7032026-08-04T17:43:30.376Z Downloaded icu_normalizer v2.1.1
7042026-08-04T17:43:30.376Z Downloaded opaque-debug v0.3.1
7052026-08-04T17:43:30.379Z Downloaded digest v0.11.3
7062026-08-04T17:43:30.382Z Downloaded either v1.15.0
7072026-08-04T17:43:30.382Z Downloaded delegate v0.13.5
7082026-08-04T17:43:30.382Z Downloaded powerfmt v0.2.0
7092026-08-04T17:43:30.385Z Downloaded dunce v1.0.5
7102026-08-04T17:43:30.390Z Downloaded progenitor-impl v0.14.0
7112026-08-04T17:43:30.399Z Downloaded proc-macro-crate v1.3.1
7122026-08-04T17:43:30.402Z Downloaded base64 v0.22.1
7132026-08-04T17:43:30.402Z Downloaded smallvec v1.15.1
7142026-08-04T17:43:30.405Z Downloaded walkdir v2.5.0
7152026-08-04T17:43:30.405Z Downloaded enum_dispatch v0.3.13
7162026-08-04T17:43:30.408Z Downloaded impl-trait-for-tuples v0.2.3
7172026-08-04T17:43:30.408Z Downloaded ingot-types v0.2.0
7182026-08-04T17:43:30.408Z Downloaded recursive v0.1.1
7192026-08-04T17:43:30.408Z Downloaded libsw v3.5.0
7202026-08-04T17:43:30.410Z Downloaded rustc_version v0.1.7
7212026-08-04T17:43:30.410Z Downloaded salsa20 v0.11.0
7222026-08-04T17:43:30.414Z Downloaded secrecy v0.10.3
7232026-08-04T17:43:30.417Z Downloaded serde_plain v1.0.2
7242026-08-04T17:43:30.417Z Downloaded icu_locale_core v2.1.1
7252026-08-04T17:43:30.420Z Downloaded libefi-sys v0.1.0
7262026-08-04T17:43:30.422Z Downloaded serde-big-array v0.5.1
7272026-08-04T17:43:30.423Z Downloaded icu_normalizer_data v2.1.1
7282026-08-04T17:43:30.426Z Downloaded scopeguard v1.2.0
7292026-08-04T17:43:30.430Z Downloaded signal-hook-mio v0.2.5
7302026-08-04T17:43:30.430Z Downloaded arc-swap v1.8.2
7312026-08-04T17:43:30.434Z Downloaded base64 v0.21.7
7322026-08-04T17:43:30.434Z Downloaded pretty_assertions v1.4.1
7332026-08-04T17:43:30.434Z Downloaded lock_api v0.4.14
7342026-08-04T17:43:30.437Z Downloaded bytes v1.11.1
7352026-08-04T17:43:30.440Z Downloaded chacha20poly1305 v0.10.1
7362026-08-04T17:43:30.442Z Downloaded flate2 v1.1.9
7372026-08-04T17:43:30.445Z Downloaded newtype-uuid v1.3.2
7382026-08-04T17:43:30.445Z Downloaded oxide-update-engine-display v0.1.2
7392026-08-04T17:43:30.445Z Downloaded sigpipe v0.1.3
7402026-08-04T17:43:30.446Z Downloaded supports-color v3.0.2
7412026-08-04T17:43:30.449Z Downloaded sponge-cursor v0.1.0
7422026-08-04T17:43:30.449Z Downloaded stable_deref_trait v1.2.1
7432026-08-04T17:43:30.449Z Downloaded strip-ansi-escapes v0.2.1
7442026-08-04T17:43:30.453Z Downloaded module-lattice v0.2.3
7452026-08-04T17:43:30.453Z Downloaded async-compression v0.4.41
7462026-08-04T17:43:30.456Z Downloaded oxide-update-engine v0.1.2
7472026-08-04T17:43:30.456Z Downloaded darling v0.21.3
7482026-08-04T17:43:30.459Z Downloaded predicates v3.1.4
7492026-08-04T17:43:30.459Z Downloaded ctutils v0.4.2
7502026-08-04T17:43:30.461Z Downloaded num_enum v0.5.11
7512026-08-04T17:43:30.461Z Downloaded take_mut v0.2.2
7522026-08-04T17:43:30.465Z Downloaded thread-id v5.1.0
7532026-08-04T17:43:30.465Z Downloaded parse-display-derive v0.10.0
7542026-08-04T17:43:30.465Z Downloaded const_format v0.2.35
7552026-08-04T17:43:30.468Z Downloaded toml v0.7.8
7562026-08-04T17:43:30.468Z Downloaded unit-prefix v0.5.2
7572026-08-04T17:43:30.468Z Downloaded universal-hash v0.6.1
7582026-08-04T17:43:30.468Z Downloaded wnaf v0.14.0
7592026-08-04T17:43:30.472Z Downloaded pem v3.0.6
7602026-08-04T17:43:30.472Z Downloaded phc v0.6.1
7612026-08-04T17:43:30.472Z Downloaded phf v0.12.1
7622026-08-04T17:43:30.472Z Downloaded r2d2 v0.8.10
7632026-08-04T17:43:30.475Z Downloaded pin-project-lite v0.2.17
7642026-08-04T17:43:30.475Z Downloaded primeorder v0.14.0
7652026-08-04T17:43:30.479Z Downloaded proc-macro-error2 v2.0.1
7662026-08-04T17:43:30.479Z Downloaded scuffle v0.1.0
7672026-08-04T17:43:30.482Z Downloaded unicode-bidi v0.3.18
7682026-08-04T17:43:30.482Z Downloaded tungstenite v0.21.0
7692026-08-04T17:43:30.485Z Downloaded rand_core v0.6.4
7702026-08-04T17:43:30.488Z Downloaded universal-hash v0.5.1
7712026-08-04T17:43:30.488Z Downloaded void v1.0.2
7722026-08-04T17:43:30.491Z Downloaded zone v0.3.1
7732026-08-04T17:43:30.491Z Downloaded crc8 v0.1.1
7742026-08-04T17:43:30.497Z Downloaded tracing-core v0.1.36
7752026-08-04T17:43:30.497Z Downloaded tungstenite v0.23.0
7762026-08-04T17:43:30.501Z Downloaded yasna v0.5.2
7772026-08-04T17:43:30.501Z Downloaded ipnetwork v0.21.1
7782026-08-04T17:43:30.504Z Downloaded cpufeatures v0.3.0
7792026-08-04T17:43:30.504Z Downloaded hickory-resolver v0.25.2
7802026-08-04T17:43:30.507Z Downloaded serde_path_to_error v0.1.20
7812026-08-04T17:43:30.516Z Downloaded cc v1.2.56
7822026-08-04T17:43:30.532Z Downloaded slog-json v2.6.1
7832026-08-04T17:43:30.532Z Downloaded slog-scope v4.4.1
7842026-08-04T17:43:30.532Z Downloaded hickory-resolver v0.24.4
7852026-08-04T17:43:30.536Z Downloaded subprocess v0.2.15
7862026-08-04T17:43:30.536Z Downloaded num_enum v0.7.6
7872026-08-04T17:43:30.536Z Downloaded strum_macros v0.27.2
7882026-08-04T17:43:30.536Z Downloaded zopfli v0.8.3
7892026-08-04T17:43:30.536Z Downloaded diesel_table_macro_syntax v0.3.0
7902026-08-04T17:43:30.536Z Downloaded slog v2.8.2
7912026-08-04T17:43:30.536Z Downloaded ar_archive_writer v0.5.1
7922026-08-04T17:43:30.536Z Downloaded defmt v0.3.100
7932026-08-04T17:43:30.536Z Downloaded toml_edit v0.23.10+spec-1.0.0
7942026-08-04T17:43:30.536Z Downloaded downcast-rs v2.0.2
7952026-08-04T17:43:30.540Z Downloaded keccak v0.1.6
7962026-08-04T17:43:30.540Z Downloaded hashbrown v0.13.2
7972026-08-04T17:43:30.541Z Downloaded quinn-udp v0.5.14
7982026-08-04T17:43:30.541Z Downloaded tls_codec v0.4.2
7992026-08-04T17:43:30.541Z Downloaded des v0.9.0
8002026-08-04T17:43:30.545Z Downloaded thiserror-no-std v2.0.2
8012026-08-04T17:43:30.545Z Downloaded psm v0.1.30
8022026-08-04T17:43:30.547Z Downloaded tokio-tungstenite v0.23.1
8032026-08-04T17:43:30.547Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8042026-08-04T17:43:30.547Z Downloaded idna_adapter v1.2.1
8052026-08-04T17:43:30.547Z Downloaded icu_provider v2.1.1
8062026-08-04T17:43:30.551Z Downloaded pkcs1 v0.7.5
8072026-08-04T17:43:30.551Z Downloaded pkcs1 v0.8.0-rc.4
8082026-08-04T17:43:30.555Z Downloaded indent_write v2.2.0
8092026-08-04T17:43:30.555Z Downloaded managed v0.8.0
8102026-08-04T17:43:30.555Z Downloaded progenitor-impl v0.13.0
8112026-08-04T17:43:30.555Z Downloaded icu_collections v2.1.1
8122026-08-04T17:43:30.558Z Downloaded rsa v0.9.10
8132026-08-04T17:43:30.561Z Downloaded schemars v1.2.1
8142026-08-04T17:43:30.567Z Downloaded lalrpop-util v0.19.12
8152026-08-04T17:43:30.570Z Downloaded lazy_static v1.5.0
8162026-08-04T17:43:30.570Z Downloaded md5 v0.8.0
8172026-08-04T17:43:30.570Z Downloaded cookie v0.18.1
8182026-08-04T17:43:30.574Z Downloaded memmap2 v0.9.10
8192026-08-04T17:43:30.574Z Downloaded whoami v1.6.1
8202026-08-04T17:43:30.574Z Downloaded qorb v0.4.1
8212026-08-04T17:43:30.577Z Downloaded unsafe-libyaml v0.2.11
8222026-08-04T17:43:30.577Z Downloaded yansi v1.0.1
8232026-08-04T17:43:30.580Z Downloaded xattr v1.6.1
8242026-08-04T17:43:30.580Z Downloaded num_enum_derive v0.5.11
8252026-08-04T17:43:30.580Z Downloaded litrs v1.0.0
8262026-08-04T17:43:30.584Z Downloaded http v1.4.2
8272026-08-04T17:43:30.584Z Downloaded rustls-pki-types v1.14.0
8282026-08-04T17:43:30.590Z Downloaded serde_with_macros v1.5.2
8292026-08-04T17:43:30.590Z Downloaded multimap v0.10.1
8302026-08-04T17:43:30.590Z Downloaded hickory-server v0.25.2
8312026-08-04T17:43:30.590Z Downloaded phf_shared v0.12.1
8322026-08-04T17:43:30.590Z Downloaded progenitor-client v0.14.0
8332026-08-04T17:43:30.590Z Downloaded csv-core v0.1.13
8342026-08-04T17:43:30.590Z Downloaded defmt v1.0.1
8352026-08-04T17:43:30.593Z Downloaded percent-encoding v2.3.2
8362026-08-04T17:43:30.593Z Downloaded zerotrie v0.2.3
8372026-08-04T17:43:30.593Z Downloaded ssh-encoding v0.3.0
8382026-08-04T17:43:30.596Z Downloaded ctr v0.10.1
8392026-08-04T17:43:30.596Z Downloaded russh-util v0.52.0
8402026-08-04T17:43:30.599Z Downloaded aes v0.9.1
8412026-08-04T17:43:30.603Z Downloaded dirs-next v2.0.0
8422026-08-04T17:43:30.606Z Downloaded ena v0.14.4
8432026-08-04T17:43:30.606Z Downloaded serde_urlencoded v0.7.1
8442026-08-04T17:43:30.606Z Downloaded semver v0.1.20
8452026-08-04T17:43:30.606Z Downloaded oxide-update-engine-types v0.1.2
8462026-08-04T17:43:30.610Z Downloaded erased-serde v0.3.31
8472026-08-04T17:43:30.615Z Downloaded tui-tree-widget v0.23.1
8482026-08-04T17:43:30.618Z Downloaded slog-envlogger v2.2.0
8492026-08-04T17:43:30.618Z Downloaded indoc v2.0.7
8502026-08-04T17:43:30.618Z Downloaded serde_spanned v1.1.1
8512026-08-04T17:43:30.621Z Downloaded signature v2.2.0
8522026-08-04T17:43:30.621Z Downloaded time-core v0.1.8
8532026-08-04T17:43:30.624Z Downloaded tower-layer v0.3.3
8542026-08-04T17:43:30.627Z Downloaded typify-macro v0.6.2
8552026-08-04T17:43:30.627Z Downloaded nanorand v0.7.0
8562026-08-04T17:43:30.630Z Downloaded native-tls v0.2.18
8572026-08-04T17:43:30.633Z Downloaded vergen v9.1.0
8582026-08-04T17:43:30.633Z Downloaded zerocopy v0.6.6
8592026-08-04T17:43:30.635Z Downloaded quinn v0.11.9
8602026-08-04T17:43:30.638Z Downloaded sync-ptr v0.1.4
8612026-08-04T17:43:30.641Z Downloaded try-lock v0.2.5
8622026-08-04T17:43:30.641Z Downloaded password-hash v0.5.0
8632026-08-04T17:43:30.644Z Downloaded packed_struct v0.10.1
8642026-08-04T17:43:30.646Z Downloaded progenitor-client v0.13.0
8652026-08-04T17:43:30.646Z Downloaded unicode-truncate v1.1.0
8662026-08-04T17:43:30.648Z Downloaded cpubits v0.1.1
8672026-08-04T17:43:30.651Z Downloaded difflib v0.4.0
8682026-08-04T17:43:30.651Z Downloaded bumpalo v3.20.2
8692026-08-04T17:43:30.651Z Downloaded hashbrown v0.12.3
8702026-08-04T17:43:30.654Z Downloaded hyper-util v0.1.20
8712026-08-04T17:43:30.656Z Downloaded crypto-bigint v0.5.5
8722026-08-04T17:43:30.659Z Downloaded crossbeam-utils v0.8.21
8732026-08-04T17:43:30.659Z Downloaded polyval v0.7.1
8742026-08-04T17:43:30.663Z Downloaded progenitor v0.14.0
8752026-08-04T17:43:30.663Z Downloaded rand_core v0.9.5
8762026-08-04T17:43:30.663Z Downloaded similar v2.7.0
8772026-08-04T17:43:30.670Z Downloaded socket2 v0.5.10
8782026-08-04T17:43:30.670Z Downloaded poly1305 v0.8.0
8792026-08-04T17:43:30.670Z Downloaded usdt v0.6.0
8802026-08-04T17:43:30.671Z Downloaded utf-8 v0.7.6
8812026-08-04T17:43:30.671Z Downloaded crc v3.4.0
8822026-08-04T17:43:30.674Z Downloaded xshell-macros v0.2.7
8832026-08-04T17:43:30.674Z Downloaded yoke-derive v0.8.1
8842026-08-04T17:43:30.674Z Downloaded ident_case v1.0.1
8852026-08-04T17:43:30.674Z Downloaded enum-as-inner v0.6.1
8862026-08-04T17:43:30.674Z Downloaded rustls-native-certs v0.8.3
8872026-08-04T17:43:30.679Z Downloaded illumos-nvpair v0.3.0
8882026-08-04T17:43:30.679Z Downloaded md-5 v0.10.6
8892026-08-04T17:43:30.679Z Downloaded newline-converter v0.3.0
8902026-08-04T17:43:30.679Z Downloaded darling_core v0.21.3
8912026-08-04T17:43:30.679Z Downloaded darling v0.23.0
8922026-08-04T17:43:30.682Z Downloaded slog-async v2.8.0
8932026-08-04T17:43:30.682Z Downloaded term v1.2.1
8942026-08-04T17:43:30.684Z Downloaded unicode-properties v0.1.4
8952026-08-04T17:43:30.687Z Downloaded spki v0.8.0
8962026-08-04T17:43:30.691Z Downloaded newtype-uuid-macros v0.1.0
8972026-08-04T17:43:30.694Z Downloaded num v0.4.3
8982026-08-04T17:43:30.697Z Downloaded tower v0.5.3
8992026-08-04T17:43:30.700Z Downloaded nu-ansi-term v0.50.3
9002026-08-04T17:43:30.704Z Downloaded p521 v0.14.0
9012026-08-04T17:43:30.704Z Downloaded scrypt v0.12.0
9022026-08-04T17:43:30.704Z Downloaded lru-slab v0.1.2
9032026-08-04T17:43:30.707Z Downloaded toml_edit v0.19.15
9042026-08-04T17:43:30.714Z Downloaded stacker v0.1.23
9052026-08-04T17:43:30.718Z Downloaded parking_lot_core v0.9.12
9062026-08-04T17:43:30.719Z Downloaded rand_chacha v0.9.0
9072026-08-04T17:43:30.719Z Downloaded whoami v2.1.0
9082026-08-04T17:43:30.719Z Downloaded ryu v1.0.23
9092026-08-04T17:43:30.722Z Downloaded strum_macros v0.26.4
9102026-08-04T17:43:30.722Z Downloaded tokio-dtrace v0.1.1
9112026-08-04T17:43:30.728Z Downloaded hkdf v0.13.0
9122026-08-04T17:43:30.732Z Downloaded seq-macro v0.3.6
9132026-08-04T17:43:30.735Z Downloaded crossbeam-channel v0.5.15
9142026-08-04T17:43:30.735Z Downloaded minimal-lexical v0.2.1
9152026-08-04T17:43:30.738Z Downloaded kem v0.3.0
9162026-08-04T17:43:30.738Z Downloaded pkcs8 v0.11.0
9172026-08-04T17:43:30.740Z Downloaded serde_repr v0.1.20
9182026-08-04T17:43:30.744Z Downloaded data-encoding v2.10.0
9192026-08-04T17:43:30.744Z Downloaded termtree v0.5.1
9202026-08-04T17:43:30.744Z Downloaded aho-corasick v1.1.4
9212026-08-04T17:43:30.747Z Downloaded derive_more-impl v2.1.1
9222026-08-04T17:43:30.750Z Downloaded linear-map v1.2.0
9232026-08-04T17:43:30.750Z Downloaded der_derive v0.7.3
9242026-08-04T17:43:30.750Z Downloaded poly1305 v0.9.0
9252026-08-04T17:43:30.753Z Downloaded indexmap v1.9.3
9262026-08-04T17:43:30.753Z Downloaded darling_core v0.13.4
9272026-08-04T17:43:30.756Z Downloaded derive-where v1.6.0
9282026-08-04T17:43:30.758Z Downloaded tokio-stream v0.1.18
9292026-08-04T17:43:30.762Z Downloaded toml_parser v1.1.2+spec-1.1.0
9302026-08-04T17:43:30.762Z Downloaded parking_lot_core v0.8.6
9312026-08-04T17:43:30.762Z Downloaded structmeta v0.3.0
9322026-08-04T17:43:30.765Z Downloaded ecdsa v0.16.9
9332026-08-04T17:43:30.765Z Downloaded utf8_iter v1.0.4
9342026-08-04T17:43:30.765Z Downloaded sync_wrapper v1.0.2
9352026-08-04T17:43:30.765Z Downloaded sqlparser_derive v0.5.0
9362026-08-04T17:43:30.768Z Downloaded ecdsa v0.17.0
9372026-08-04T17:43:30.770Z Downloaded hashbrown v0.16.1
9382026-08-04T17:43:30.773Z Downloaded dropshot_endpoint v0.17.1
9392026-08-04T17:43:30.773Z Downloaded libloading v0.8.9
9402026-08-04T17:43:30.776Z Downloaded tower-service v0.3.3
9412026-08-04T17:43:30.779Z Downloaded phf v0.13.1
9422026-08-04T17:43:30.783Z Downloaded inout v0.2.2
9432026-08-04T17:43:30.783Z Downloaded litemap v0.8.1
9442026-08-04T17:43:30.787Z Downloaded rsa v0.10.0-rc.18
9452026-08-04T17:43:30.791Z Downloaded dtrace-parser v0.3.0
9462026-08-04T17:43:30.791Z Downloaded illumos-nvpair-sys v0.2.0
9472026-08-04T17:43:30.791Z Downloaded dsl_auto_type v0.2.0
9482026-08-04T17:43:30.794Z Downloaded rpassword v7.5.4
9492026-08-04T17:43:30.800Z Downloaded term v0.7.0
9502026-08-04T17:43:30.803Z Downloaded pkcs8 v0.10.2
9512026-08-04T17:43:30.803Z Downloaded progenitor v0.13.0
9522026-08-04T17:43:30.803Z Downloaded progenitor-extras v0.2.0
9532026-08-04T17:43:30.803Z Downloaded diff v0.1.13
9542026-08-04T17:43:30.806Z Downloaded scheduled-thread-pool v0.2.7
9552026-08-04T17:43:30.808Z Downloaded lzss v0.8.2
9562026-08-04T17:43:30.813Z Downloaded mime v0.3.17
9572026-08-04T17:43:30.813Z Downloaded new_debug_unreachable v1.0.6
9582026-08-04T17:43:30.816Z Downloaded zstd v0.13.3
9592026-08-04T17:43:30.819Z Downloaded num_threads v0.1.7
9602026-08-04T17:43:30.822Z Downloaded nodrop v0.1.14
9612026-08-04T17:43:30.822Z Downloaded slog-term v2.9.2
9622026-08-04T17:43:30.822Z Downloaded phf_shared v0.11.3
9632026-08-04T17:43:30.825Z Downloaded oso-derive v0.27.3
9642026-08-04T17:43:30.826Z Downloaded packed_struct_codegen v0.10.1
9652026-08-04T17:43:30.831Z Downloaded serde_derive_internals v0.29.1
9662026-08-04T17:43:30.831Z Downloaded indicatif v0.18.4
9672026-08-04T17:43:30.835Z Downloaded shlex v1.3.0
9682026-08-04T17:43:30.835Z Downloaded progenitor-macro v0.13.0
9692026-08-04T17:43:30.836Z Downloaded synstructure v0.13.2
9702026-08-04T17:43:30.839Z Downloaded progenitor-macro v0.14.0
9712026-08-04T17:43:30.839Z Downloaded rustc-hash v2.1.1
9722026-08-04T17:43:30.842Z Downloaded vsss-rs v3.3.4
9732026-08-04T17:43:30.842Z Downloaded derive-ex v0.1.8
9742026-08-04T17:43:30.846Z Downloaded schemars v0.8.22
9752026-08-04T17:43:30.852Z Downloaded sha1 v0.11.0
9762026-08-04T17:43:30.855Z Downloaded vergen-git2 v9.1.0
9772026-08-04T17:43:30.855Z Downloaded zstd-safe v7.2.4
9782026-08-04T17:43:30.859Z Downloaded corncobs v0.1.4
9792026-08-04T17:43:30.859Z Downloaded signature v3.0.0
9802026-08-04T17:43:30.862Z Downloaded tap v1.0.1
9812026-08-04T17:43:30.864Z Downloaded crc-any v2.5.0
9822026-08-04T17:43:30.865Z Downloaded peg-macros v0.8.5
9832026-08-04T17:43:30.865Z Downloaded itertools v0.10.5
9842026-08-04T17:43:30.867Z Downloaded postgres-types v0.2.12
9852026-08-04T17:43:30.870Z Downloaded diesel-dtrace v0.5.0
9862026-08-04T17:43:30.870Z Downloaded p256 v0.14.0
9872026-08-04T17:43:30.874Z Downloaded ipnet v2.11.0
9882026-08-04T17:43:30.874Z Downloaded tokio-macros v2.7.0
9892026-08-04T17:43:30.880Z Downloaded tagptr v0.2.0
9902026-08-04T17:43:30.880Z Downloaded trait-variant v0.1.2
9912026-08-04T17:43:30.880Z Downloaded aes-gcm v0.11.0
9922026-08-04T17:43:30.880Z Downloaded crunchy v0.2.4
9932026-08-04T17:43:30.880Z Downloaded darling_macro v0.23.0
9942026-08-04T17:43:30.880Z Downloaded miniz_oxide v0.8.9
9952026-08-04T17:43:30.883Z Downloaded openssl-sys v0.9.115
9962026-08-04T17:43:30.883Z Downloaded hyper v1.10.1
9972026-08-04T17:43:30.886Z Downloaded hashbrown v0.15.5
9982026-08-04T17:43:30.890Z Downloaded crossterm v0.28.1
9992026-08-04T17:43:30.893Z Downloaded icu_properties_data v2.1.2
10002026-08-04T17:43:30.898Z Downloaded zip v4.6.1
10012026-08-04T17:43:30.901Z Downloaded peg v0.8.5
10022026-08-04T17:43:30.904Z Downloaded dirs-sys-next v0.1.2
10032026-08-04T17:43:30.904Z Downloaded kstat-rs v0.2.4
10042026-08-04T17:43:30.904Z Downloaded maplit v1.0.2
10052026-08-04T17:43:30.904Z Downloaded futures-util v0.3.32
10062026-08-04T17:43:30.910Z Downloaded nom v7.1.3
10072026-08-04T17:43:30.913Z Downloaded peg-runtime v0.8.5
10082026-08-04T17:43:30.913Z Downloaded tokio-postgres v0.7.16
10092026-08-04T17:43:30.917Z Downloaded is-terminal v0.4.17
10102026-08-04T17:43:30.920Z Downloaded oso v0.27.3
10112026-08-04T17:43:30.920Z Downloaded tokio-rustls v0.26.4
10122026-08-04T17:43:30.920Z Downloaded resolv-conf v0.7.6
10132026-08-04T17:43:30.920Z Downloaded rusty-fork v0.3.1
10142026-08-04T17:43:30.923Z Downloaded predicates-tree v1.0.13
10152026-08-04T17:43:30.923Z Downloaded tracing-attributes v0.1.31
10162026-08-04T17:43:30.923Z Downloaded h2 v0.4.15
10172026-08-04T17:43:30.926Z Downloaded same-file v1.0.6
10182026-08-04T17:43:30.929Z Downloaded cookie_store v0.22.1
10192026-08-04T17:43:30.931Z Downloaded darling v0.20.11
10202026-08-04T17:43:30.934Z Downloaded regex v1.12.3
10212026-08-04T17:43:30.937Z Downloaded shell-words v1.1.1
10222026-08-04T17:43:30.940Z Downloaded rustyline v14.0.0
10232026-08-04T17:43:30.946Z Downloaded prefix-trie v0.7.0
10242026-08-04T17:43:30.946Z Downloaded slog-dtrace v0.3.0
10252026-08-04T17:43:30.946Z Downloaded strum_macros v0.24.3
10262026-08-04T17:43:30.949Z Downloaded vergen-lib v0.1.6
10272026-08-04T17:43:30.949Z Downloaded structmeta-derive v0.3.0
10282026-08-04T17:43:30.949Z Downloaded toml_writer v1.1.1+spec-1.1.0
10292026-08-04T17:43:30.949Z Downloaded unarray v0.1.4
10302026-08-04T17:43:30.949Z Downloaded rfc6979 v0.4.0
10312026-08-04T17:43:30.952Z Downloaded testing_table v0.3.0
10322026-08-04T17:43:30.956Z Downloaded zeroize_derive v1.5.0
10332026-08-04T17:43:30.956Z Downloaded ssh-key v0.7.0-rc.11
10342026-08-04T17:43:30.959Z Downloaded darling_core v0.23.0
10352026-08-04T17:43:30.963Z Downloaded ron v0.8.1
10362026-08-04T17:43:30.965Z Downloaded ignore v0.4.25
10372026-08-04T17:43:30.968Z Downloaded crucible-workspace-hack v0.1.0
10382026-08-04T17:43:30.971Z Downloaded crossbeam-deque v0.8.6
10392026-08-04T17:43:30.974Z Downloaded derive_more v2.1.1
10402026-08-04T17:43:30.978Z Downloaded elliptic-curve v0.13.8
10412026-08-04T17:43:30.982Z Downloaded signal-hook v0.3.18
10422026-08-04T17:43:30.982Z Downloaded endian-type v0.1.2
10432026-08-04T17:43:30.982Z Downloaded darling_macro v0.13.4
10442026-08-04T17:43:30.982Z Downloaded digest-io v0.1.0
10452026-08-04T17:43:30.985Z Downloaded num_enum_derive v0.7.6
10462026-08-04T17:43:30.985Z Downloaded radium v0.7.0
10472026-08-04T17:43:30.985Z Downloaded is_ci v1.2.0
10482026-08-04T17:43:30.985Z Downloaded path-slash v0.1.5
10492026-08-04T17:43:30.985Z Downloaded port-file v0.1.0
10502026-08-04T17:43:30.988Z Downloaded predicates-core v1.0.10
10512026-08-04T17:43:30.988Z Downloaded quick-error v1.2.3
10522026-08-04T17:43:30.988Z Downloaded keccak v0.2.0
10532026-08-04T17:43:30.988Z Downloaded p384 v0.14.0
10542026-08-04T17:43:31.004Z Downloaded postcard v1.1.3
10552026-08-04T17:43:31.007Z Downloaded test-strategy v0.4.5
10562026-08-04T17:43:31.008Z Downloaded toml v1.1.2+spec-1.1.0
10572026-08-04T17:43:31.008Z Downloaded slog-bunyan v2.5.0
10582026-08-04T17:43:31.008Z Downloaded serde_cbor v0.11.2
10592026-08-04T17:43:31.010Z Downloaded num-rational v0.4.2
10602026-08-04T17:43:31.011Z Downloaded spin v0.9.8
10612026-08-04T17:43:31.011Z Downloaded psl-types v2.0.11
10622026-08-04T17:43:31.011Z Downloaded openssl-probe v0.2.1
10632026-08-04T17:43:31.011Z Downloaded untrusted v0.7.1
10642026-08-04T17:43:31.011Z Downloaded untrusted v0.9.0
10652026-08-04T17:43:31.011Z Downloaded tinyvec_macros v0.1.1
10662026-08-04T17:43:31.014Z Downloaded zeroize v1.9.0
10672026-08-04T17:43:31.015Z Downloaded itertools v0.13.0
10682026-08-04T17:43:31.017Z Downloaded steno v0.4.1
10692026-08-04T17:43:31.020Z Downloaded rayon v1.11.0
10702026-08-04T17:43:31.025Z Downloaded tar v0.4.46
10712026-08-04T17:43:31.028Z Downloaded signal-hook-registry v1.4.8
10722026-08-04T17:43:31.028Z Downloaded zerofrom v0.1.6
10732026-08-04T17:43:31.028Z Downloaded zerofrom-derive v0.1.6
10742026-08-04T17:43:31.028Z Downloaded writeable v0.6.2
10752026-08-04T17:43:31.031Z Downloaded daft-derive v0.1.7
10762026-08-04T17:43:31.031Z Downloaded url v2.5.8
10772026-08-04T17:43:31.035Z Downloaded internet-checksum v0.2.1
10782026-08-04T17:43:31.035Z Downloaded rayon-core v1.13.0
10792026-08-04T17:43:31.040Z Downloaded darling v0.13.4
10802026-08-04T17:43:31.040Z Downloaded xshell v0.2.7
10812026-08-04T17:43:31.040Z Downloaded linked-hash-map v0.5.6
10822026-08-04T17:43:31.043Z Downloaded newtype_derive v0.1.6
10832026-08-04T17:43:31.043Z Downloaded potential_utf v0.1.4
10842026-08-04T17:43:31.043Z Downloaded serde_bytes v0.11.19
10852026-08-04T17:43:31.046Z Downloaded derive_builder v0.20.2
10862026-08-04T17:43:31.050Z Downloaded snafu v0.8.9
10872026-08-04T17:43:31.053Z Downloaded memoffset v0.9.1
10882026-08-04T17:43:31.053Z Downloaded displaydoc v0.2.5
10892026-08-04T17:43:31.065Z Downloaded libsw-core v0.3.2
10902026-08-04T17:43:31.068Z Downloaded mime_guess v2.0.5
10912026-08-04T17:43:31.068Z Downloaded tabled_derive v0.11.0
10922026-08-04T17:43:31.071Z Downloaded nom v8.0.0
10932026-08-04T17:43:31.074Z Downloaded darling_core v0.20.11
10942026-08-04T17:43:31.076Z Downloaded serde-hex v0.1.0
10952026-08-04T17:43:31.079Z Downloaded string_cache v0.8.9
10962026-08-04T17:43:31.079Z Downloaded vte v0.14.1
10972026-08-04T17:43:31.079Z Downloaded rtoolbox v0.0.3
10982026-08-04T17:43:31.082Z Downloaded itertools v0.12.1
10992026-08-04T17:43:31.085Z Downloaded topological-sort v0.2.2
11002026-08-04T17:43:31.087Z Downloaded twox-hash v2.1.2
11012026-08-04T17:43:31.091Z Downloaded crypto-common v0.2.2
11022026-08-04T17:43:31.091Z Downloaded lru-cache v0.1.2
11032026-08-04T17:43:31.091Z Downloaded maybe-uninit v2.0.0
11042026-08-04T17:43:31.094Z Downloaded darling_macro v0.20.11
11052026-08-04T17:43:31.094Z Downloaded strum v0.26.3
11062026-08-04T17:43:31.094Z Downloaded serde_with_macros v3.21.0
11072026-08-04T17:43:31.098Z Downloaded hkdf v0.12.4
11082026-08-04T17:43:31.101Z Downloaded zerovec v0.11.5
11092026-08-04T17:43:31.108Z Downloaded sqlformat v0.3.5
11102026-08-04T17:43:31.111Z Downloaded phf_shared v0.13.1
11112026-08-04T17:43:31.111Z Downloaded siphasher v1.0.2
11122026-08-04T17:43:31.114Z Downloaded recursive-proc-macro-impl v0.1.1
11132026-08-04T17:43:31.114Z Downloaded zone_cfg_derive v0.3.1
11142026-08-04T17:43:31.117Z Downloaded defmt-parser v1.0.0
11152026-08-04T17:43:31.120Z Downloaded normalize-line-endings v0.3.0
11162026-08-04T17:43:31.120Z Downloaded blake3 v1.8.5
11172026-08-04T17:43:31.124Z Downloaded wyz v0.5.1
11182026-08-04T17:43:31.127Z Downloaded curve25519-dalek-derive v0.1.1
11192026-08-04T17:43:31.127Z Downloaded ed25519 v3.0.0
11202026-08-04T17:43:31.127Z Downloaded crc32fast v1.5.0
11212026-08-04T17:43:31.130Z Downloaded embedded-io v0.4.0
11222026-08-04T17:43:31.132Z Downloaded lru v0.12.5
11232026-08-04T17:43:31.133Z Downloaded libbz2-rs-sys v0.2.2
11242026-08-04T17:43:31.135Z Downloaded ed25519-dalek v3.0.0
11252026-08-04T17:43:31.135Z Downloaded ingot v0.2.1
11262026-08-04T17:43:31.138Z Downloaded pem-rfc7468 v1.0.0
11272026-08-04T17:43:31.138Z Downloaded sha2 v0.11.0
11282026-08-04T17:43:31.141Z Downloaded nibble_vec v0.1.0
11292026-08-04T17:43:31.141Z Downloaded env_logger v0.11.9
11302026-08-04T17:43:31.141Z Downloaded idna v1.1.0
11312026-08-04T17:43:31.145Z Downloaded instability v0.3.11
11322026-08-04T17:43:31.145Z Downloaded num-traits v0.2.19
11332026-08-04T17:43:31.148Z Downloaded rustls-webpki v0.103.13
11342026-08-04T17:43:31.151Z Downloaded bitvec v1.0.1
11352026-08-04T17:43:31.156Z Downloaded rcgen v0.12.1
11362026-08-04T17:43:31.159Z Downloaded elliptic-curve v0.14.1
11372026-08-04T17:43:31.162Z Downloaded ingot-macros v0.2.0
11382026-08-04T17:43:31.162Z Downloaded multer v3.1.0
11392026-08-04T17:43:31.162Z Downloaded parking_lot v0.12.5
11402026-08-04T17:43:31.165Z Downloaded rand_xorshift v0.4.0
11412026-08-04T17:43:31.165Z Downloaded num-conv v0.2.0
11422026-08-04T17:43:31.165Z Downloaded scroll_derive v0.13.1
11432026-08-04T17:43:31.165Z Downloaded aws-lc-rs v1.16.3
11442026-08-04T17:43:31.211Z Downloaded serde_with v1.14.0
11452026-08-04T17:43:31.211Z Downloaded tiny-keccak v2.0.2
11462026-08-04T17:43:31.211Z Downloaded schemars v0.9.0
11472026-08-04T17:43:31.211Z Downloaded tinyvec v1.10.0
11482026-08-04T17:43:31.211Z Downloaded ml-kem v0.3.2
11492026-08-04T17:43:31.212Z Downloaded pkcs5 v0.8.1
11502026-08-04T17:43:31.212Z Downloaded socket2 v0.6.3
11512026-08-04T17:43:31.212Z Downloaded rand_seeder v0.4.0
11522026-08-04T17:43:31.212Z Downloaded thread_local v1.1.9
11532026-08-04T17:43:31.213Z Downloaded defmt-macros v1.0.1
11542026-08-04T17:43:31.213Z Downloaded num-bigint v0.4.6
11552026-08-04T17:43:31.213Z Downloaded ssh-cipher v0.3.0
11562026-08-04T17:43:31.213Z Downloaded stringprep v0.1.5
11572026-08-04T17:43:31.213Z Downloaded portable-atomic v1.13.1
11582026-08-04T17:43:31.213Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-08-04T17:43:31.213Z Downloaded der v0.8.0
11602026-08-04T17:43:31.213Z Downloaded owo-colors v4.3.0
11612026-08-04T17:43:31.213Z Downloaded uzers v0.12.2
11622026-08-04T17:43:31.213Z Downloaded document-features v0.2.12
11632026-08-04T17:43:31.213Z Downloaded openssl-probe v0.1.6
11642026-08-04T17:43:31.213Z Downloaded russh-cryptovec v0.62.0
11652026-08-04T17:43:31.213Z Downloaded pbkdf2 v0.13.0
11662026-08-04T17:43:31.213Z Downloaded ed25519 v2.2.3
11672026-08-04T17:43:31.213Z Downloaded inout v0.1.4
11682026-08-04T17:43:31.217Z Downloaded postgres-protocol v0.6.10
11692026-08-04T17:43:31.217Z Downloaded sha1 v0.10.6
11702026-08-04T17:43:31.217Z Downloaded time-macros v0.2.27
11712026-08-04T17:43:31.217Z Downloaded zerovec-derive v0.11.2
11722026-08-04T17:43:31.217Z Downloaded num-complex v0.4.6
11732026-08-04T17:43:31.217Z Downloaded tokio-tungstenite v0.21.0
11742026-08-04T17:43:31.217Z Downloaded bindgen v0.71.1
11752026-08-04T17:43:31.220Z Downloaded git2 v0.20.4
11762026-08-04T17:43:31.223Z Downloaded mio v1.2.0
11772026-08-04T17:43:31.226Z Downloaded slab v0.4.12
11782026-08-04T17:43:31.228Z Downloaded primeorder v0.13.6
11792026-08-04T17:43:31.228Z Downloaded tough v0.22.0
11802026-08-04T17:43:31.232Z Downloaded jobserver v0.1.34
11812026-08-04T17:43:31.235Z Downloaded smallvec v0.6.14
11822026-08-04T17:43:31.235Z Downloaded derive_builder_macro v0.20.2
11832026-08-04T17:43:31.235Z Downloaded jiff-static v0.2.21
11842026-08-04T17:43:31.238Z Downloaded crossbeam-epoch v0.9.18
11852026-08-04T17:43:31.238Z Downloaded scroll v0.13.0
11862026-08-04T17:43:31.238Z Downloaded unicode_categories v0.1.1
11872026-08-04T17:43:31.241Z Downloaded derive_more v0.99.20
11882026-08-04T17:43:31.244Z Downloaded primefield v0.14.0
11892026-08-04T17:43:31.247Z Downloaded critical-section v1.2.0
11902026-08-04T17:43:31.250Z Downloaded rand v0.9.2
11912026-08-04T17:43:31.255Z Downloaded diesel_derives v2.3.7
11922026-08-04T17:43:31.261Z Downloaded vergen-gitcl v1.0.8
11932026-08-04T17:43:31.268Z Downloaded unicode-segmentation v1.12.0
11942026-08-04T17:43:31.271Z Downloaded drift v0.2.0
11952026-08-04T17:43:31.276Z Downloaded serde_with v3.21.0
11962026-08-04T17:43:31.282Z Downloaded smf v0.2.3
11972026-08-04T17:43:31.288Z Downloaded rand v0.10.1
11982026-08-04T17:43:31.291Z Downloaded num-bigint-dig v0.8.6
11992026-08-04T17:43:31.294Z Downloaded rustls-platform-verifier v0.6.2
12002026-08-04T17:43:31.297Z Downloaded reqwest v0.13.2
12012026-08-04T17:43:31.300Z Downloaded expectorate v1.2.0
12022026-08-04T17:43:31.302Z Downloaded prettyplease v0.2.37
12032026-08-04T17:43:31.305Z Downloaded zip v0.6.6
12042026-08-04T17:43:31.305Z Downloaded rand v0.8.6
12052026-08-04T17:43:31.309Z Downloaded itertools v0.15.0
12062026-08-04T17:43:31.314Z Downloaded reedline v0.40.0
12072026-08-04T17:43:31.318Z Downloaded publicsuffix v2.3.0
12082026-08-04T17:43:31.322Z Downloaded typify v0.6.2
12092026-08-04T17:43:31.326Z Downloaded omicron-zone-package v0.12.3
12102026-08-04T17:43:31.329Z Downloaded papergrid v0.17.0
12112026-08-04T17:43:31.329Z Downloaded sha3 v0.12.0
12122026-08-04T17:43:31.338Z Downloaded reqwest v0.12.28
12132026-08-04T17:43:31.342Z Downloaded serde_yaml v0.9.34+deprecated
12142026-08-04T17:43:31.346Z Downloaded iri-string v0.7.10
12152026-08-04T17:43:31.351Z Downloaded chrono v0.4.45
12162026-08-04T17:43:31.356Z Downloaded goblin v0.10.5
12172026-08-04T17:43:31.359Z Downloaded libxml v0.3.3
12182026-08-04T17:43:31.364Z Downloaded uuid v1.23.4
12192026-08-04T17:43:31.371Z Downloaded petname v2.0.2
12202026-08-04T17:43:31.378Z Downloaded quinn-proto v0.11.16
12212026-08-04T17:43:31.389Z Downloaded time v0.3.47
12222026-08-04T17:43:31.389Z Downloaded lalrpop v0.19.12
12232026-08-04T17:43:31.392Z Downloaded salty v0.3.0
12242026-08-04T17:43:31.395Z Downloaded dropshot-api-manager v0.7.2
12252026-08-04T17:43:31.400Z Downloaded winnow v0.5.40
12262026-08-04T17:43:31.403Z Downloaded polar-core v0.27.3
12272026-08-04T17:43:31.407Z Downloaded samael v0.0.19
12282026-08-04T17:43:31.411Z Downloaded russh v0.62.4
12292026-08-04T17:43:31.424Z Downloaded der v0.7.10
12302026-08-04T17:43:31.424Z Downloaded unicode-normalization v0.1.25
12312026-08-04T17:43:31.425Z Downloaded ed25519-dalek v2.2.0
12322026-08-04T17:43:31.433Z Downloaded x509-cert v0.2.5
12332026-08-04T17:43:31.436Z Downloaded moka v0.12.13
12342026-08-04T17:43:31.441Z Downloaded winnow v0.6.26
12352026-08-04T17:43:31.448Z Downloaded internal-russh-num-bigint v0.5.0
12362026-08-04T17:43:31.453Z Downloaded crossterm v0.29.0
12372026-08-04T17:43:31.457Z Downloaded rawzip v0.4.4
12382026-08-04T17:43:31.466Z Downloaded zerocopy v0.8.40
12392026-08-04T17:43:31.472Z Downloaded zerocopy-derive v0.8.40
12402026-08-04T17:43:31.476Z Downloaded openssl v0.10.79
12412026-08-04T17:43:31.485Z Downloaded winnow v1.0.3
12422026-08-04T17:43:31.490Z Downloaded nix v0.27.1
12432026-08-04T17:43:31.493Z Downloaded regex-syntax v0.6.29
12442026-08-04T17:43:31.499Z Downloaded tokio-util v0.7.18
12452026-08-04T17:43:31.505Z Downloaded itertools v0.14.0
12462026-08-04T17:43:31.509Z Downloaded tower-http v0.6.8
12472026-08-04T17:43:31.516Z Downloaded typed-path v0.9.3
12482026-08-04T17:43:31.519Z Downloaded quick-xml v0.37.5
12492026-08-04T17:43:31.519Z Downloaded iddqd v0.4.2
12502026-08-04T17:43:31.522Z Downloaded libm v0.2.16
12512026-08-04T17:43:31.527Z Downloaded crypto-bigint v0.7.5
12522026-08-04T17:43:31.536Z Downloaded radix_trie v0.2.1
12532026-08-04T17:43:31.542Z Downloaded p384 v0.13.1
12542026-08-04T17:43:31.545Z Downloaded object v0.30.4
12552026-08-04T17:43:31.549Z Downloaded hickory-proto v0.24.4
12562026-08-04T17:43:31.558Z Downloaded curve25519-dalek v4.1.3
12572026-08-04T17:43:31.567Z Downloaded hickory-proto v0.25.2
12582026-08-04T17:43:31.576Z Downloaded crypto-primes v0.7.2
12592026-08-04T17:43:31.590Z Downloaded bstr v1.12.1
12602026-08-04T17:43:31.593Z Downloaded zlib-rs v0.6.2
12612026-08-04T17:43:31.596Z Downloaded proptest v1.11.0
12622026-08-04T17:43:31.601Z Downloaded nix v0.28.0
12632026-08-04T17:43:31.607Z Downloaded sqlparser v0.61.0
12642026-08-04T17:43:31.614Z Downloaded dropshot v0.17.1
12652026-08-04T17:43:31.631Z Downloaded regress v0.10.5
12662026-08-04T17:43:31.636Z Downloaded vcpkg v0.2.15
12672026-08-04T17:43:31.669Z Downloaded rustix v0.38.44
12682026-08-04T17:43:31.677Z Downloaded ratatui v0.29.0
12692026-08-04T17:43:31.709Z Downloaded zerocopy-derive v0.6.6
12702026-08-04T17:43:31.717Z Downloaded smoltcp v0.11.0
12712026-08-04T17:43:31.717Z Downloaded tabled v0.20.0
12722026-08-04T17:43:31.717Z Downloaded regress v0.11.1
12732026-08-04T17:43:31.721Z Downloaded object v0.37.3
12742026-08-04T17:43:31.726Z Downloaded openapiv3 v2.2.0
12752026-08-04T17:43:31.732Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-08-04T17:43:31.743Z Downloaded jiff v0.2.21
12772026-08-04T17:43:31.755Z Downloaded libz-sys v1.1.24
12782026-08-04T17:43:31.767Z Downloaded petgraph v0.6.5
12792026-08-04T17:43:31.779Z Downloaded smoltcp v0.9.1
12802026-08-04T17:43:31.785Z Downloaded curve25519-dalek v5.0.0
12812026-08-04T17:43:31.795Z Downloaded nix v0.31.2
12822026-08-04T17:43:31.807Z Downloaded regex-syntax v0.8.10
12832026-08-04T17:43:31.811Z Downloaded sled v0.34.7
12842026-08-04T17:43:31.827Z Downloaded typify-impl v0.6.2
12852026-08-04T17:43:31.835Z Downloaded rustls v0.23.41
12862026-08-04T17:43:31.842Z Downloaded tracing v0.1.44
12872026-08-04T17:43:31.855Z Downloaded sha3 v0.11.0
12882026-08-04T17:43:31.871Z Downloaded diesel v2.3.7
12892026-08-04T17:43:31.917Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-08-04T17:43:32.022Z Downloaded chrono-tz v0.10.4
12912026-08-04T17:43:32.040Z Downloaded petgraph v0.8.3
12922026-08-04T17:43:32.054Z Downloaded regex-automata v0.4.14
12932026-08-04T17:43:32.069Z Downloaded sha3 v0.10.8
12942026-08-04T17:43:32.108Z Downloaded csv v1.4.0
12952026-08-04T17:43:32.132Z Downloaded tokio v1.52.1
12962026-08-04T17:43:32.213Z Downloaded encoding_rs v0.8.35
12972026-08-04T17:43:32.250Z Downloaded ring v0.17.14
12982026-08-04T17:43:32.306Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-08-04T17:43:32.834Z Downloaded aws-lc-sys v0.40.0
13002026-08-04T17:43:33.092Z Compiling libc v0.2.185
13012026-08-04T17:43:33.092Z Compiling serde_core v1.0.228
13022026-08-04T17:43:33.096Z Compiling serde v1.0.228
13032026-08-04T17:43:33.096Z Compiling log v0.4.29
13042026-08-04T17:43:33.096Z Compiling smallvec v1.15.1
13052026-08-04T17:43:33.096Z Compiling shlex v1.3.0
13062026-08-04T17:43:33.097Z Compiling find-msvc-tools v0.1.9
13072026-08-04T17:43:33.097Z Compiling subtle v2.6.1
13082026-08-04T17:43:33.097Z Compiling stable_deref_trait v1.2.1
13092026-08-04T17:43:33.229Z Compiling scopeguard v1.2.0
13102026-08-04T17:43:33.233Z Compiling typenum v1.20.1
13112026-08-04T17:43:33.237Z Compiling serde_json v1.0.151
13122026-08-04T17:43:33.281Z Compiling zerocopy v0.8.40
13132026-08-04T17:43:33.285Z Compiling portable-atomic v1.13.1
13142026-08-04T17:43:33.307Z Compiling syn v2.0.117
13152026-08-04T17:43:33.319Z Compiling pin-project-lite v0.2.17
13162026-08-04T17:43:33.398Z Compiling lock_api v0.4.14
13172026-08-04T17:43:33.415Z Compiling parking_lot_core v0.9.12
13182026-08-04T17:43:33.432Z Compiling pkg-config v0.3.32
13192026-08-04T17:43:33.444Z Compiling getrandom v0.4.1
13202026-08-04T17:43:33.461Z Compiling libm v0.2.16
13212026-08-04T17:43:33.461Z Compiling critical-section v1.2.0
13222026-08-04T17:43:33.485Z Compiling num-traits v0.2.19
13232026-08-04T17:43:33.506Z Compiling futures-core v0.3.32
13242026-08-04T17:43:33.572Z Compiling rand_core v0.10.0
13252026-08-04T17:43:33.588Z Compiling generic-array v0.14.7
13262026-08-04T17:43:33.607Z Compiling writeable v0.6.2
13272026-08-04T17:43:33.652Z Compiling const-oid v0.9.6
13282026-08-04T17:43:33.688Z Compiling litemap v0.8.1
13292026-08-04T17:43:33.785Z Compiling percent-encoding v2.3.2
13302026-08-04T17:43:33.800Z Compiling icu_properties_data v2.1.2
13312026-08-04T17:43:33.817Z Compiling icu_normalizer_data v2.1.1
13322026-08-04T17:43:33.831Z Compiling futures-sink v0.3.32
13332026-08-04T17:43:33.934Z Compiling futures-io v0.3.32
13342026-08-04T17:43:33.946Z Compiling slab v0.4.12
13352026-08-04T17:43:33.963Z Compiling futures-task v0.3.32
13362026-08-04T17:43:33.985Z Compiling futures-channel v0.3.32
13372026-08-04T17:43:34.021Z Compiling utf8_iter v1.0.4
13382026-08-04T17:43:34.031Z Compiling form_urlencoded v1.2.2
13392026-08-04T17:43:34.039Z Compiling getrandom v0.3.4
13402026-08-04T17:43:34.103Z Compiling rustversion v1.0.22
13412026-08-04T17:43:34.166Z Compiling fs_extra v1.3.0
13422026-08-04T17:43:34.172Z Compiling iana-time-zone v0.1.65
13432026-08-04T17:43:34.172Z Compiling ident_case v1.0.1
13442026-08-04T17:43:34.178Z Compiling dunce v1.0.5
13452026-08-04T17:43:34.191Z Compiling rustix v1.1.3
13462026-08-04T17:43:34.218Z Compiling jobserver v0.1.34
13472026-08-04T17:43:34.218Z Compiling errno v0.3.14
13482026-08-04T17:43:34.247Z Compiling getrandom v0.2.17
13492026-08-04T17:43:34.321Z Compiling mio v1.2.0
13502026-08-04T17:43:34.429Z Compiling signal-hook-registry v1.4.8
13512026-08-04T17:43:34.429Z Compiling rand_core v0.6.4
13522026-08-04T17:43:34.436Z Compiling once_cell v1.21.3
13532026-08-04T17:43:34.436Z Compiling socket2 v0.6.3
13542026-08-04T17:43:34.485Z Compiling cc v1.2.56
13552026-08-04T17:43:34.504Z Compiling parking_lot v0.12.5
13562026-08-04T17:43:34.616Z Compiling regex-syntax v0.8.10
13572026-08-04T17:43:34.668Z Compiling base64ct v1.8.3
13582026-08-04T17:43:34.689Z Compiling vcpkg v0.2.15
13592026-08-04T17:43:34.708Z Compiling base64 v0.22.1
13602026-08-04T17:43:34.739Z Compiling tracing-core v0.1.36
13612026-08-04T17:43:34.851Z Compiling aws-lc-rs v1.16.3
13622026-08-04T17:43:34.866Z Compiling flagset v0.4.7
13632026-08-04T17:43:34.904Z Compiling cmov v0.5.4
13642026-08-04T17:43:34.993Z Compiling rand_core v0.9.5
13652026-08-04T17:43:35.007Z Compiling pem-rfc7468 v0.7.0
13662026-08-04T17:43:35.021Z Compiling dyn-clone v1.0.20
13672026-08-04T17:43:35.056Z Compiling httparse v1.10.1
13682026-08-04T17:43:35.069Z Compiling tinyvec_macros v0.1.1
13692026-08-04T17:43:35.129Z Compiling schemars v0.8.22
13702026-08-04T17:43:35.143Z Compiling openssl-probe v0.2.1
13712026-08-04T17:43:35.159Z Compiling tinyvec v1.10.0
13722026-08-04T17:43:35.172Z Compiling ctutils v0.4.2
13732026-08-04T17:43:35.176Z Compiling aho-corasick v1.1.4
13742026-08-04T17:43:35.284Z Compiling cmake v0.1.57
13752026-08-04T17:43:35.301Z Compiling tower-layer v0.3.3
13762026-08-04T17:43:35.331Z Compiling atomic-waker v1.1.2
13772026-08-04T17:43:35.334Z Compiling untrusted v0.7.1
13782026-08-04T17:43:35.360Z Compiling try-lock v0.2.5
13792026-08-04T17:43:35.392Z Compiling tower-service v0.3.3
13802026-08-04T17:43:35.436Z Compiling rustls v0.23.41
13812026-08-04T17:43:35.452Z Compiling cpufeatures v0.2.17
13822026-08-04T17:43:35.485Z Compiling httpdate v1.0.3
13832026-08-04T17:43:35.488Z Compiling foreign-types-shared v0.1.1
13842026-08-04T17:43:35.516Z Compiling want v0.3.1
13852026-08-04T17:43:35.519Z Compiling untrusted v0.9.0
13862026-08-04T17:43:35.519Z Compiling openssl v0.10.79
13872026-08-04T17:43:35.519Z Compiling unicode-normalization v0.1.25
13882026-08-04T17:43:35.559Z Compiling spin v0.9.8
13892026-08-04T17:43:35.572Z Compiling foreign-types v0.3.2
13902026-08-04T17:43:35.634Z Compiling bitflags v2.11.0
13912026-08-04T17:43:35.670Z Compiling semver v1.0.28
13922026-08-04T17:43:35.673Z Compiling indexmap v2.14.0
13932026-08-04T17:43:35.703Z Compiling uuid v1.23.4
13942026-08-04T17:43:35.718Z Compiling native-tls v0.2.18
13952026-08-04T17:43:35.749Z Compiling crc32fast v1.5.0
13962026-08-04T17:43:35.787Z Compiling time-core v0.1.8
13972026-08-04T17:43:35.841Z Compiling num-conv v0.2.0
13982026-08-04T17:43:35.892Z Compiling powerfmt v0.2.0
13992026-08-04T17:43:35.908Z Compiling rustc_version v0.4.1
14002026-08-04T17:43:35.947Z Compiling wait-timeout v0.2.1
14012026-08-04T17:43:35.961Z Compiling sync_wrapper v1.0.2
14022026-08-04T17:43:35.990Z Compiling time-macros v0.2.27
14032026-08-04T17:43:36.035Z Compiling bit-vec v0.8.0
14042026-08-04T17:43:36.064Z Compiling deranged v0.5.8
14052026-08-04T17:43:36.088Z Compiling siphasher v1.0.2
14062026-08-04T17:43:36.105Z Compiling syn v1.0.109
14072026-08-04T17:43:36.121Z Compiling simd-adler32 v0.3.8
14082026-08-04T17:43:36.142Z Compiling aws-lc-sys v0.40.0
14092026-08-04T17:43:36.277Z Compiling openssl-sys v0.9.115
14102026-08-04T17:43:36.292Z Compiling regex-automata v0.4.14
14112026-08-04T17:43:36.335Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14122026-08-04T17:43:36.348Z Compiling crossbeam-utils v0.8.21
14132026-08-04T17:43:36.427Z Compiling synstructure v0.13.2
14142026-08-04T17:43:36.441Z Compiling serde_derive_internals v0.29.1
14152026-08-04T17:43:36.473Z Compiling pest_generator v2.8.6
14162026-08-04T17:43:36.489Z Compiling darling_core v0.20.11
14172026-08-04T17:43:36.674Z Compiling usdt-impl v0.6.0
14182026-08-04T17:43:36.871Z Compiling tempfile v3.25.0
14192026-08-04T17:43:36.902Z Compiling num_threads v0.1.7
14202026-08-04T17:43:37.074Z Compiling quick-error v1.2.3
14212026-08-04T17:43:37.143Z Compiling darling_core v0.23.0
14222026-08-04T17:43:37.157Z Compiling heapless v0.7.17
14232026-08-04T17:43:37.171Z Compiling rusty-fork v0.3.1
14242026-08-04T17:43:37.186Z Compiling bit-set v0.8.0
14252026-08-04T17:43:37.189Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-08-04T17:43:37.218Z Compiling time v0.3.47
14272026-08-04T17:43:37.272Z Compiling slog v2.8.2
14282026-08-04T17:43:37.281Z Compiling rand_xorshift v0.4.0
14292026-08-04T17:43:37.367Z Compiling thread-id v5.1.0
14302026-08-04T17:43:37.416Z Compiling cookie v0.18.1
14312026-08-04T17:43:37.433Z Compiling iri-string v0.7.10
14322026-08-04T17:43:37.449Z Compiling zstd-safe v7.2.4
14332026-08-04T17:43:37.472Z Compiling unarray v0.1.4
14342026-08-04T17:43:37.479Z Compiling allocator-api2 v0.2.21
14352026-08-04T17:43:37.500Z Compiling unicode-properties v0.1.4
14362026-08-04T17:43:37.528Z Compiling signal-hook v0.3.18
14372026-08-04T17:43:37.533Z Compiling unicode-bidi v0.3.18
14382026-08-04T17:43:37.545Z Compiling adler2 v2.0.1
14392026-08-04T17:43:37.599Z Compiling anyhow v1.0.102
14402026-08-04T17:43:37.629Z Compiling paste v1.0.15
14412026-08-04T17:43:37.680Z Compiling ryu v1.0.23
14422026-08-04T17:43:37.715Z Compiling miniz_oxide v0.8.9
14432026-08-04T17:43:37.873Z Compiling stringprep v0.1.5
14442026-08-04T17:43:37.985Z Compiling camino v1.2.2
14452026-08-04T17:43:38.095Z Compiling curve25519-dalek v4.1.3
14462026-08-04T17:43:38.175Z Compiling num-integer v0.1.46
14472026-08-04T17:43:38.255Z Compiling serde_derive v1.0.228
14482026-08-04T17:43:38.338Z Compiling zeroize_derive v1.5.0
14492026-08-04T17:43:38.353Z Compiling zerofrom-derive v0.1.6
14502026-08-04T17:43:38.388Z Compiling yoke-derive v0.8.1
14512026-08-04T17:43:38.415Z Compiling zerovec-derive v0.11.2
14522026-08-04T17:43:38.458Z Compiling zerocopy-derive v0.8.40
14532026-08-04T17:43:38.527Z Compiling displaydoc v0.2.5
14542026-08-04T17:43:38.541Z Compiling tokio-macros v2.7.0
14552026-08-04T17:43:38.927Z Compiling futures-macro v0.3.32
14562026-08-04T17:43:38.940Z Compiling thiserror-impl v2.0.18
14572026-08-04T17:43:39.034Z Compiling der_derive v0.7.3
14582026-08-04T17:43:39.056Z Compiling zeroize v1.9.0
14592026-08-04T17:43:39.310Z Compiling tracing-attributes v0.1.31
14602026-08-04T17:43:39.331Z Compiling rustls-pki-types v1.14.0
14612026-08-04T17:43:39.608Z Compiling schemars_derive v0.8.22
14622026-08-04T17:43:39.686Z Compiling hybrid-array v0.4.13
14632026-08-04T17:43:39.826Z Compiling scroll_derive v0.13.1
14642026-08-04T17:43:39.842Z Compiling pest_derive v2.8.6
14652026-08-04T17:43:39.845Z Compiling futures-util v0.3.32
14662026-08-04T17:43:39.875Z Compiling zerofrom v0.1.6
14672026-08-04T17:43:39.944Z Compiling crypto-common v0.1.7
14682026-08-04T17:43:40.016Z Compiling yoke v0.8.1
14692026-08-04T17:43:40.098Z Compiling block-buffer v0.10.4
14702026-08-04T17:43:40.113Z Compiling der v0.7.10
14712026-08-04T17:43:40.227Z Compiling zerovec v0.11.5
14722026-08-04T17:43:40.298Z Compiling zerotrie v0.2.3
14732026-08-04T17:43:40.349Z Compiling digest v0.10.7
14742026-08-04T17:43:40.370Z Compiling thiserror v2.0.18
14752026-08-04T17:43:40.497Z Compiling darling_macro v0.20.11
14762026-08-04T17:43:40.511Z Compiling openssl-macros v0.1.1
14772026-08-04T17:43:40.635Z Compiling sha2 v0.10.9
14782026-08-04T17:43:40.655Z Compiling hmac v0.12.1
14792026-08-04T17:43:40.655Z Compiling dtrace-parser v0.3.0
14802026-08-04T17:43:40.702Z Compiling scroll v0.13.0
14812026-08-04T17:43:40.757Z Compiling tinystr v0.8.2
14822026-08-04T17:43:40.795Z Compiling potential_utf v0.1.4
14832026-08-04T17:43:40.846Z Compiling tracing v0.1.44
14842026-08-04T17:43:40.932Z Compiling icu_collections v2.1.1
14852026-08-04T17:43:40.970Z Compiling icu_locale_core v2.1.1
14862026-08-04T17:43:40.999Z Compiling spki v0.7.3
14872026-08-04T17:43:41.013Z Compiling goblin v0.10.5
14882026-08-04T17:43:41.048Z Compiling darling v0.20.11
14892026-08-04T17:43:41.143Z Compiling derive_builder_core v0.20.2
14902026-08-04T17:43:41.158Z Compiling thiserror-impl v1.0.69
14912026-08-04T17:43:41.233Z Compiling pkcs8 v0.10.2
14922026-08-04T17:43:41.393Z Compiling scroll_derive v0.12.1
14932026-08-04T17:43:41.445Z Compiling md-5 v0.10.6
14942026-08-04T17:43:41.453Z Compiling signature v2.2.0
14952026-08-04T17:43:41.512Z Compiling crypto-common v0.2.2
14962026-08-04T17:43:41.625Z Compiling icu_provider v2.1.1
14972026-08-04T17:43:41.655Z Compiling block-padding v0.4.2
14982026-08-04T17:43:41.833Z Compiling bytes v1.11.1
14992026-08-04T17:43:41.836Z Compiling chrono v0.4.45
15002026-08-04T17:43:41.898Z Compiling icu_normalizer v2.1.1
15012026-08-04T17:43:41.927Z Compiling icu_properties v2.1.2
15022026-08-04T17:43:41.943Z Compiling ipnet v2.11.0
15032026-08-04T17:43:42.011Z Compiling hex v0.4.3
15042026-08-04T17:43:42.048Z Compiling derive_builder_macro v0.20.2
15052026-08-04T17:43:42.124Z Compiling scroll v0.12.0
15062026-08-04T17:43:42.284Z Compiling serde_tokenstream v0.2.3
15072026-08-04T17:43:42.302Z Compiling serde_spanned v0.6.9
15082026-08-04T17:43:42.415Z Compiling tokio v1.52.1
15092026-08-04T17:43:42.476Z Compiling http v1.4.2
15102026-08-04T17:43:42.476Z Compiling erased-serde v0.3.31
15112026-08-04T17:43:42.501Z Compiling serde_urlencoded v0.7.1
15122026-08-04T17:43:42.504Z Compiling thiserror v1.0.69
15132026-08-04T17:43:42.504Z Compiling toml_datetime v0.6.11
15142026-08-04T17:43:42.574Z Compiling block-buffer v0.12.1
15152026-08-04T17:43:42.611Z Compiling darling_macro v0.23.0
15162026-08-04T17:43:42.631Z Compiling rustls-native-certs v0.8.3
15172026-08-04T17:43:42.767Z Compiling bstr v1.12.1
15182026-08-04T17:43:42.786Z Compiling zerocopy-derive v0.7.35
15192026-08-04T17:43:42.800Z Compiling async-trait v0.1.89
15202026-08-04T17:43:42.943Z Compiling idna_adapter v1.2.1
15212026-08-04T17:43:42.996Z Compiling ppv-lite86 v0.2.21
15222026-08-04T17:43:43.103Z Compiling idna v1.1.0
15232026-08-04T17:43:43.120Z Compiling http-body v1.0.1
15242026-08-04T17:43:43.154Z Compiling pin-project-internal v1.1.11
15252026-08-04T17:43:43.169Z Compiling vergen-lib v9.1.0
15262026-08-04T17:43:43.275Z Compiling http-body-util v0.1.3
15272026-08-04T17:43:43.294Z Compiling rand_chacha v0.9.0
15282026-08-04T17:43:43.337Z Compiling rand_chacha v0.3.1
15292026-08-04T17:43:43.365Z Compiling hash32 v0.2.1
15302026-08-04T17:43:43.415Z Compiling url v2.5.8
15312026-08-04T17:43:43.426Z Compiling memoffset v0.9.1
15322026-08-04T17:43:43.535Z Compiling rand v0.9.2
15332026-08-04T17:43:43.578Z Compiling encoding_rs v0.8.35
15342026-08-04T17:43:43.614Z Compiling ref-cast v1.0.25
15352026-08-04T17:43:43.646Z Compiling mime v0.3.17
15362026-08-04T17:43:43.702Z Compiling smoltcp v0.9.1
15372026-08-04T17:43:43.776Z Compiling fallible-iterator v0.2.0
15382026-08-04T17:43:43.868Z Compiling dof v0.4.0
15392026-08-04T17:43:43.916Z Compiling num-bigint-dig v0.8.6
15402026-08-04T17:43:43.999Z Compiling litrs v1.0.0
15412026-08-04T17:43:44.071Z Compiling psl-types v2.0.11
15422026-08-04T17:43:44.085Z Compiling rustix v0.38.44
15432026-08-04T17:43:44.103Z Compiling proptest v1.11.0
15442026-08-04T17:43:44.133Z Compiling cfg_aliases v0.2.1
15452026-08-04T17:43:44.158Z Compiling zlib-rs v0.6.2
15462026-08-04T17:43:44.196Z Compiling publicsuffix v2.3.0
15472026-08-04T17:43:44.235Z Compiling nix v0.31.2
15482026-08-04T17:43:44.260Z Compiling postgres-protocol v0.6.10
15492026-08-04T17:43:44.325Z Compiling pin-project v1.1.11
15502026-08-04T17:43:44.393Z Compiling zerocopy v0.7.35
15512026-08-04T17:43:44.432Z Compiling rand v0.8.6
15522026-08-04T17:43:44.560Z Compiling document-features v0.2.12
15532026-08-04T17:43:44.592Z Compiling darling v0.23.0
15542026-08-04T17:43:44.706Z Compiling derive_builder v0.20.2
15552026-08-04T17:43:44.842Z Compiling ipnetwork v0.21.1
15562026-08-04T17:43:44.900Z Compiling goblin v0.8.2
15572026-08-04T17:43:44.978Z Compiling futures-executor v0.3.32
15582026-08-04T17:43:45.024Z Compiling hubpack_derive v0.1.1
15592026-08-04T17:43:45.042Z Compiling inout v0.2.2
15602026-08-04T17:43:45.155Z Compiling oxnet v0.1.6
15612026-08-04T17:43:45.162Z Compiling regex v1.12.3
15622026-08-04T17:43:45.275Z Compiling num-iter v0.1.45
15632026-08-04T17:43:45.304Z Compiling daft-derive v0.1.7
15642026-08-04T17:43:45.307Z Compiling ref-cast-impl v1.0.25
15652026-08-04T17:43:45.333Z Compiling strum_macros v0.27.2
15662026-08-04T17:43:45.348Z Compiling curve25519-dalek-derive v0.1.1
15672026-08-04T17:43:45.361Z Compiling snafu-derive v0.8.9
15682026-08-04T17:43:45.622Z Compiling terminal_size v0.4.3
15692026-08-04T17:43:45.637Z Compiling phf_shared v0.13.1
15702026-08-04T17:43:45.760Z Compiling lazy_static v1.5.0
15712026-08-04T17:43:45.780Z Compiling cargo-platform v0.3.2
15722026-08-04T17:43:45.793Z Compiling anstyle-parse v0.2.7
15732026-08-04T17:43:45.846Z Compiling vergen v9.1.0
15742026-08-04T17:43:45.872Z Compiling ff v0.13.1
15752026-08-04T17:43:45.900Z Compiling fs-err v3.3.0
15762026-08-04T17:43:45.914Z Compiling ahash v0.8.12
15772026-08-04T17:43:45.941Z Compiling same-file v1.0.6
15782026-08-04T17:43:45.997Z Compiling bitflags v1.3.2
15792026-08-04T17:43:46.029Z Compiling winnow v0.5.40
15802026-08-04T17:43:46.046Z Compiling libbz2-rs-sys v0.2.2
15812026-08-04T17:43:46.061Z Compiling unicode-segmentation v1.12.0
15822026-08-04T17:43:46.077Z Compiling base16ct v0.2.0
15832026-08-04T17:43:46.095Z Compiling managed v0.8.0
15842026-08-04T17:43:46.103Z Compiling foldhash v0.2.0
15852026-08-04T17:43:46.120Z Compiling object v0.37.3
15862026-08-04T17:43:46.123Z Compiling bumpalo v3.20.2
15872026-08-04T17:43:46.150Z Compiling foldhash v0.1.5
15882026-08-04T17:43:46.286Z Compiling tokio-util v0.7.18
15892026-08-04T17:43:46.320Z Compiling tower v0.5.3
15902026-08-04T17:43:46.343Z Compiling tokio-native-tls v0.3.1
15912026-08-04T17:43:46.355Z Compiling zopfli v0.8.3
15922026-08-04T17:43:46.412Z Compiling hashbrown v0.15.5
15932026-08-04T17:43:46.465Z Compiling bzip2 v0.6.1
15942026-08-04T17:43:46.539Z Compiling hashbrown v0.16.1
15952026-08-04T17:43:46.692Z Compiling newtype-uuid v1.3.2
15962026-08-04T17:43:46.742Z Compiling tower-http v0.6.8
15972026-08-04T17:43:46.829Z Compiling sec1 v0.7.3
15982026-08-04T17:43:46.993Z Compiling h2 v0.4.15
15992026-08-04T17:43:47.053Z Compiling daft v0.1.7
16002026-08-04T17:43:47.068Z Compiling flate2 v1.1.9
16012026-08-04T17:43:47.194Z Compiling dof v0.3.0
16022026-08-04T17:43:47.200Z Compiling clap_builder v4.6.0
16032026-08-04T17:43:47.295Z Compiling walkdir v2.5.0
16042026-08-04T17:43:47.341Z Compiling snafu v0.8.9
16052026-08-04T17:43:47.367Z Compiling toml_edit v0.19.15
16062026-08-04T17:43:47.371Z Compiling group v0.13.0
16072026-08-04T17:43:47.399Z Compiling strum v0.27.2
16082026-08-04T17:43:47.481Z Compiling cargo_metadata v0.23.1
16092026-08-04T17:43:47.519Z Compiling anstream v0.6.21
16102026-08-04T17:43:47.597Z Compiling phf v0.13.1
16112026-08-04T17:43:47.646Z Compiling signal-hook-mio v0.2.5
16122026-08-04T17:43:47.731Z Compiling cookie_store v0.22.1
16132026-08-04T17:43:47.758Z Compiling hubpack v0.1.2
16142026-08-04T17:43:47.772Z Compiling usdt-macro v0.6.0
16152026-08-04T17:43:47.844Z Compiling usdt-attr-macro v0.6.0
16162026-08-04T17:43:47.944Z Compiling bzip2 v0.4.4
16172026-08-04T17:43:47.993Z Compiling cipher v0.5.2
16182026-08-04T17:43:48.018Z Compiling futures v0.3.32
16192026-08-04T17:43:48.114Z Compiling serde_with_macros v3.21.0
16202026-08-04T17:43:48.171Z Compiling postgres-types v0.2.12
16212026-08-04T17:43:48.382Z Compiling zstd v0.13.3
16222026-08-04T17:43:48.435Z Compiling globset v0.4.18
16232026-08-04T17:43:48.473Z Compiling dtrace-parser v0.2.0
16242026-08-04T17:43:48.609Z Compiling olpc-cjson v0.1.4
16252026-08-04T17:43:48.676Z Compiling serde_plain v1.0.2
16262026-08-04T17:43:48.704Z Compiling serde-big-array v0.5.1
16272026-08-04T17:43:48.748Z Compiling ed25519 v2.2.3
16282026-08-04T17:43:48.773Z Compiling pkcs1 v0.7.5
16292026-08-04T17:43:48.827Z Compiling hkdf v0.12.4
16302026-08-04T17:43:48.867Z Compiling crypto-bigint v0.5.5
16312026-08-04T17:43:48.886Z Compiling enum-as-inner v0.6.1
16322026-08-04T17:43:49.017Z Compiling serde_repr v0.1.20
16332026-08-04T17:43:49.120Z Compiling clap_derive v4.6.1
16342026-08-04T17:43:49.187Z Compiling async-recursion v1.1.1
16352026-08-04T17:43:49.231Z Compiling strum_macros v0.26.4
16362026-08-04T17:43:49.292Z Compiling phf_shared v0.11.3
16372026-08-04T17:43:49.428Z Compiling float-cmp v0.10.0
16382026-08-04T17:43:49.443Z Compiling pem v3.0.6
16392026-08-04T17:43:49.482Z Compiling thread-id v4.2.2
16402026-08-04T17:43:49.587Z Compiling memmap2 v0.9.10
16412026-08-04T17:43:49.602Z Compiling env_filter v1.0.0
16422026-08-04T17:43:49.653Z Compiling typed-path v0.9.3
16432026-08-04T17:43:49.705Z Compiling fixedbitset v0.5.7
16442026-08-04T17:43:49.823Z Compiling whoami v2.1.0
16452026-08-04T17:43:49.845Z Compiling cpufeatures v0.3.0
16462026-08-04T17:43:49.923Z Compiling winnow v1.0.3
16472026-08-04T17:43:49.932Z Compiling const-oid v0.10.2
16482026-08-04T17:43:49.953Z Compiling keccak v0.1.6
16492026-08-04T17:43:50.039Z Compiling either v1.15.0
16502026-08-04T17:43:50.055Z Compiling data-encoding v2.10.0
16512026-08-04T17:43:50.153Z Compiling predicates-core v1.0.10
16522026-08-04T17:43:50.244Z Compiling hyper v1.10.1
16532026-08-04T17:43:50.284Z Compiling difflib v0.4.0
16542026-08-04T17:43:50.307Z Compiling static_assertions v1.1.0
16552026-08-04T17:43:50.321Z Compiling precomputed-hash v0.1.1
16562026-08-04T17:43:50.351Z Compiling normalize-line-endings v0.3.0
16572026-08-04T17:43:50.356Z Compiling fixedbitset v0.4.2
16582026-08-04T17:43:50.394Z Compiling jiff v0.2.21
16592026-08-04T17:43:50.427Z Compiling new_debug_unreachable v1.0.6
16602026-08-04T17:43:50.472Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-08-04T17:43:50.565Z Compiling string_cache v0.8.9
16622026-08-04T17:43:50.613Z Compiling petgraph v0.6.5
16632026-08-04T17:43:50.775Z Compiling predicates v3.1.4
16642026-08-04T17:43:50.792Z Compiling hickory-proto v0.25.2
16652026-08-04T17:43:50.811Z Compiling toml_parser v1.1.2+spec-1.1.0
16662026-08-04T17:43:50.878Z Compiling itertools v0.13.0
16672026-08-04T17:43:50.950Z Compiling sha3 v0.10.8
16682026-08-04T17:43:51.005Z Compiling clap v4.6.1
16692026-08-04T17:43:51.101Z Compiling digest v0.11.3
16702026-08-04T17:43:51.117Z Compiling tokio-postgres v0.7.16
16712026-08-04T17:43:51.133Z Compiling strum v0.26.3
16722026-08-04T17:43:51.252Z Compiling petgraph v0.8.3
16732026-08-04T17:43:51.309Z Compiling elliptic-curve v0.13.8
16742026-08-04T17:43:51.349Z Compiling chacha20 v0.10.0
16752026-08-04T17:43:51.414Z Compiling hyper-util v0.1.20
16762026-08-04T17:43:51.437Z Compiling toml_edit v0.22.27
16772026-08-04T17:43:51.485Z Compiling env_logger v0.11.9
16782026-08-04T17:43:51.742Z Compiling usdt v0.6.0
16792026-08-04T17:43:51.756Z Compiling usdt-impl v0.5.0
16802026-08-04T17:43:51.860Z Compiling serde_with v3.21.0
16812026-08-04T17:43:51.957Z Compiling crossterm v0.28.1
16822026-08-04T17:43:52.032Z Compiling rsa v0.9.10
16832026-08-04T17:43:52.188Z Compiling ed25519-dalek v2.2.0
16842026-08-04T17:43:52.203Z Compiling toml v0.7.8
16852026-08-04T17:43:52.805Z Compiling zip v0.6.6
16862026-08-04T17:43:53.136Z Compiling hyper-tls v0.6.0
16872026-08-04T17:43:53.180Z Compiling zip v4.6.1
16882026-08-04T17:43:53.212Z Compiling iddqd v0.4.2
16892026-08-04T17:43:53.366Z Compiling reqwest v0.12.28
16902026-08-04T17:43:53.391Z Compiling tokio-stream v0.1.18
16912026-08-04T17:43:53.430Z Compiling heck v0.4.1
16922026-08-04T17:43:53.536Z Compiling similar v2.7.0
16932026-08-04T17:43:53.683Z Compiling buf-list v1.1.2
16942026-08-04T17:43:53.687Z Compiling byte-wrapper v0.1.0
16952026-08-04T17:43:53.719Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-08-04T17:43:53.871Z Compiling openapiv3 v2.2.0
16972026-08-04T17:43:53.976Z Compiling x509-cert v0.2.5
16982026-08-04T17:43:54.039Z Compiling crossbeam-epoch v0.9.18
16992026-08-04T17:43:54.056Z Compiling peg-runtime v0.8.5
17002026-08-04T17:43:54.068Z Compiling lalrpop-util v0.19.12
17012026-08-04T17:43:54.167Z Compiling thread_local v1.1.9
17022026-08-04T17:43:54.233Z Compiling slog-async v2.8.0
17032026-08-04T17:43:54.278Z Compiling crossbeam-channel v0.5.15
17042026-08-04T17:43:54.357Z Compiling filetime v0.2.27
17052026-08-04T17:43:54.384Z Compiling is-terminal v0.4.17
17062026-08-04T17:43:54.406Z Compiling term v1.2.1
17072026-08-04T17:43:54.438Z Compiling take_mut v0.2.2
17082026-08-04T17:43:54.504Z Compiling xattr v1.6.1
17092026-08-04T17:43:54.566Z Compiling camino-tempfile v1.4.1
17102026-08-04T17:43:54.723Z Compiling slog-term v2.9.2
17112026-08-04T17:43:54.776Z Compiling tar v0.4.46
17122026-08-04T17:44:12.554Z Compiling rustls-webpki v0.103.13
17132026-08-04T17:44:15.311Z Compiling tokio-rustls v0.26.4
17142026-08-04T17:44:15.311Z Compiling rustls-platform-verifier v0.6.2
17152026-08-04T17:44:15.320Z Compiling tough v0.22.0
17162026-08-04T17:44:15.526Z Compiling hyper-rustls v0.27.7
17172026-08-04T17:44:15.712Z Compiling reqwest v0.13.2
17182026-08-04T17:44:17.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-08-04T17:44:18.119Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-08-04T17:44:21.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.50s
17212026-08-04T17:44:21.161Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-08-04T17:44:21.216ZAug 04 17:44:20.942 INFO Starting download, target: Cockroach
17232026-08-04T17:44:21.216ZAug 04 17:44:20.942 INFO Starting download, target: Clickhouse
17242026-08-04T17:44:21.216ZAug 04 17:44:20.942 INFO Starting download, target: Console
17252026-08-04T17:44:21.216ZAug 04 17:44:20.942 INFO Starting download, target: DendriteStub
17262026-08-04T17:44:21.216ZAug 04 17:44:20.942 INFO Starting download, target: MaghemiteMgd
17272026-08-04T17:44:21.239ZAug 04 17:44:20.942 INFO Starting download, target: MaghemiteDdmd
17282026-08-04T17:44:21.240ZAug 04 17:44:20.942 INFO Starting download, target: TransceiverControl
17292026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17332026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-08-04T17:44:21.240ZAug 04 17:44:20.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-08-04T17:44:23.212ZAug 04 17:44:22.944 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-08-04T17:44:23.407ZAug 04 17:44:23.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-08-04T17:44:23.666ZAug 04 17:44:23.400 INFO Download complete, target: Console
17392026-08-04T17:44:25.563ZAug 04 17:44:25.261 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-08-04T17:44:25.744ZAug 04 17:44:25.471 INFO Download complete, target: TransceiverControl
17412026-08-04T17:44:26.992ZAug 04 17:44:26.706 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-08-04T17:44:27.151ZAug 04 17:44:26.861 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-08-04T17:44:27.996ZAug 04 17:44:27.724 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-08-04T17:44:29.144ZAug 04 17:44:28.819 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-08-04T17:44:29.144ZAug 04 17:44:28.819 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-08-04T17:44:29.213ZAug 04 17:44:28.872 INFO Download complete, target: MaghemiteDdmd
17472026-08-04T17:44:29.551ZAug 04 17:44:29.243 INFO Download complete, target: DendriteStub
17482026-08-04T17:44:31.096ZAug 04 17:44:29.818 INFO Checking that binary works, target: Clickhouse
17492026-08-04T17:44:31.149ZAug 04 17:44:29.930 INFO Download complete, target: Clickhouse
17502026-08-04T17:44:31.149ZAug 04 17:44:30.387 INFO Download complete, target: MaghemiteMgd
17512026-08-04T17:44:33.755ZAug 04 17:44:33.488 INFO Checking that binary works, target: Cockroach
17522026-08-04T17:44:33.880ZAug 04 17:44:33.613 INFO Download complete, target: Cockroach
17532026-08-04T17:44:33.885ZAll prerequisites installed successfully
17542026-08-04T17:44:33.889Z
17552026-08-04T17:44:33.889Zreal 1:52.765578904
17562026-08-04T17:44:33.889Zuser 6:40.710003758
17572026-08-04T17:44:33.889Zsys 1:38.319254031
17582026-08-04T17:44:33.889Ztrap 0.287105520
17592026-08-04T17:44:33.889Ztflt 0.818403069
17602026-08-04T17:44:33.889Zdflt 1.742573533
17612026-08-04T17:44:33.889Zkflt 0.024990856
17622026-08-04T17:44:33.889Zlock 27:08.758789739
17632026-08-04T17:44:33.889Zslp 18:16.477388476
17642026-08-04T17:44:33.889Zlat 26.002223942
17652026-08-04T17:44:33.890Zstop 3:12.098051152
17662026-08-04T17:44:33.890Z+ ptime -m cargo xtask download softnpu
17672026-08-04T17:44:34.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17682026-08-04T17:44:34.371Z Running `target/debug/xtask download softnpu`
17692026-08-04T17:44:35.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17702026-08-04T17:44:35.192Z Running `target/debug/xtask-downloader softnpu`
17712026-08-04T17:44:35.236ZAug 04 17:44:34.967 INFO Starting download, target: Softnpu
17722026-08-04T17:44:35.240ZAug 04 17:44:34.968 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-08-04T17:44:35.905ZAug 04 17:44:35.638 INFO Download complete, target: Softnpu
17742026-08-04T17:44:35.909Z
17752026-08-04T17:44:35.909Zreal 2.016602008
17762026-08-04T17:44:35.910Zuser 1.319863677
17772026-08-04T17:44:35.910Zsys 0.619956150
17782026-08-04T17:44:35.910Ztrap 0.000608430
17792026-08-04T17:44:35.910Ztflt 0.000303610
17802026-08-04T17:44:35.910Zdflt 0.000273970
17812026-08-04T17:44:35.910Zkflt 0.000003180
17822026-08-04T17:44:35.910Zlock 12.838738165
17832026-08-04T17:44:35.910Zslp 0.524860740
17842026-08-04T17:44:35.910Zlat 0.099580759
17852026-08-04T17:44:35.910Zstop 0.000183830
17862026-08-04T17:44:35.913Z+ export CARGO_INCREMENTAL=0
17872026-08-04T17:44:35.914Z+ CARGO_INCREMENTAL=0
17882026-08-04T17:44:35.914Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-08-04T17:44:36.845Z Compiling proc-macro2 v1.0.106
17902026-08-04T17:44:36.845Z Compiling quote v1.0.45
17912026-08-04T17:44:36.845Z Compiling unicode-ident v1.0.24
17922026-08-04T17:44:36.878Z Compiling libc v0.2.185
17932026-08-04T17:44:36.878Z Compiling serde_core v1.0.228
17942026-08-04T17:44:36.878Z Compiling serde v1.0.228
17952026-08-04T17:44:36.878Z Compiling cfg-if v1.0.4
17962026-08-04T17:44:36.879Z Compiling version_check v0.9.5
17972026-08-04T17:44:36.879Z Compiling shlex v1.3.0
17982026-08-04T17:44:36.879Z Compiling find-msvc-tools v0.1.9
17992026-08-04T17:44:36.879Z Compiling memchr v2.8.0
18002026-08-04T17:44:36.879Z Compiling zmij v1.0.21
18012026-08-04T17:44:36.879Z Compiling serde_json v1.0.151
18022026-08-04T17:44:36.976Z Compiling autocfg v1.5.0
18032026-08-04T17:44:37.084Z Compiling portable-atomic v1.13.1
18042026-08-04T17:44:37.159Z Compiling zerocopy v0.8.40
18052026-08-04T17:44:37.186Z Compiling getrandom v0.4.1
18062026-08-04T17:44:37.329Z Compiling libm v0.2.16
18072026-08-04T17:44:37.345Z Compiling parking_lot_core v0.9.12
18082026-08-04T17:44:37.360Z Compiling icu_properties_data v2.1.2
18092026-08-04T17:44:37.373Z Compiling icu_normalizer_data v2.1.1
18102026-08-04T17:44:37.391Z Compiling smallvec v1.15.1
18112026-08-04T17:44:37.433Z Compiling generic-array v0.14.7
18122026-08-04T17:44:37.450Z Compiling num-traits v0.2.19
18132026-08-04T17:44:37.584Z Compiling itoa v1.0.17
18142026-08-04T17:44:37.633Z Compiling log v0.4.29
18152026-08-04T17:44:37.742Z Compiling subtle v2.6.1
18162026-08-04T17:44:37.790Z Compiling pkg-config v0.3.32
18172026-08-04T17:44:37.790Z Compiling stable_deref_trait v1.2.1
18182026-08-04T17:44:37.826Z Compiling typenum v1.20.1
18192026-08-04T17:44:37.852Z Compiling scopeguard v1.2.0
18202026-08-04T17:44:37.992Z Compiling jobserver v0.1.34
18212026-08-04T17:44:38.045Z Compiling errno v0.3.14
18222026-08-04T17:44:38.047Z Compiling rand_core v0.10.0
18232026-08-04T17:44:38.086Z Compiling lock_api v0.4.14
18242026-08-04T17:44:38.124Z Compiling getrandom v0.3.4
18252026-08-04T17:44:38.265Z Compiling thiserror v2.0.18
18262026-08-04T17:44:38.414Z Compiling cc v1.2.56
18272026-08-04T17:44:38.415Z Compiling pin-project-lite v0.2.17
18282026-08-04T17:44:38.415Z Compiling writeable v0.6.2
18292026-08-04T17:44:38.415Z Compiling equivalent v1.0.2
18302026-08-04T17:44:38.415Z Compiling litemap v0.8.1
18312026-08-04T17:44:38.415Z Compiling percent-encoding v2.3.2
18322026-08-04T17:44:38.498Z Compiling getrandom v0.2.17
18332026-08-04T17:44:38.498Z Compiling rustversion v1.0.22
18342026-08-04T17:44:38.549Z Compiling schemars v0.8.22
18352026-08-04T17:44:38.622Z Compiling rand_core v0.6.4
18362026-08-04T17:44:38.646Z Compiling syn v2.0.117
18372026-08-04T17:44:38.647Z Compiling fs_extra v1.3.0
18382026-08-04T17:44:38.647Z Compiling dunce v1.0.5
18392026-08-04T17:44:38.683Z Compiling rustix v1.1.3
18402026-08-04T17:44:38.687Z Compiling critical-section v1.2.0
18412026-08-04T17:44:38.809Z Compiling hashbrown v0.17.0
18422026-08-04T17:44:38.885Z Compiling signal-hook-registry v1.4.8
18432026-08-04T17:44:38.968Z Compiling heck v0.5.0
18442026-08-04T17:44:39.008Z Compiling cmake v0.1.57
18452026-08-04T17:44:39.008Z Compiling utf8_iter v1.0.4
18462026-08-04T17:44:39.103Z Compiling form_urlencoded v1.2.2
18472026-08-04T17:44:39.235Z Compiling once_cell v1.21.3
18482026-08-04T17:44:39.319Z Compiling parking_lot v0.12.5
18492026-08-04T17:44:39.411Z Compiling semver v1.0.28
18502026-08-04T17:44:39.489Z Compiling indexmap v2.14.0
18512026-08-04T17:44:39.489Z Compiling mio v1.2.0
18522026-08-04T17:44:39.489Z Compiling socket2 v0.6.3
18532026-08-04T17:44:39.489Z Compiling aws-lc-rs v1.16.3
18542026-08-04T17:44:39.571Z Compiling futures-core v0.3.32
18552026-08-04T17:44:39.642Z Compiling bitflags v2.11.0
18562026-08-04T17:44:39.642Z Compiling aws-lc-sys v0.40.0
18572026-08-04T17:44:39.751Z Compiling httparse v1.10.1
18582026-08-04T17:44:39.900Z Compiling strsim v0.11.1
18592026-08-04T17:44:40.050Z Compiling ucd-trie v0.1.7
18602026-08-04T17:44:40.111Z Compiling thiserror v1.0.69
18612026-08-04T17:44:40.111Z Compiling byteorder v1.5.0
18622026-08-04T17:44:40.225Z Compiling const-oid v0.9.6
18632026-08-04T17:44:40.256Z Compiling pest v2.8.6
18642026-08-04T17:44:40.256Z Compiling fnv v1.0.7
18652026-08-04T17:44:40.256Z Compiling vcpkg v0.2.15
18662026-08-04T17:44:40.300Z Compiling syn v1.0.109
18672026-08-04T17:44:40.343Z Compiling ident_case v1.0.1
18682026-08-04T17:44:40.426Z Compiling iana-time-zone v0.1.65
18692026-08-04T17:44:40.530Z Compiling regex-syntax v0.8.10
18702026-08-04T17:44:40.608Z Compiling uuid v1.23.4
18712026-08-04T17:44:40.718Z Compiling rustc_version v0.4.1
18722026-08-04T17:44:40.774Z Compiling rustls v0.23.41
18732026-08-04T17:44:40.831Z Compiling futures-sink v0.3.32
18742026-08-04T17:44:40.881Z Compiling openssl-sys v0.9.115
18752026-08-04T17:44:40.914Z Compiling futures-channel v0.3.32
18762026-08-04T17:44:40.949Z Compiling aho-corasick v1.1.4
18772026-08-04T17:44:40.957Z Compiling slab v0.4.12
18782026-08-04T17:44:40.988Z Compiling futures-io v0.3.32
18792026-08-04T17:44:41.203Z Compiling futures-task v0.3.32
18802026-08-04T17:44:41.210Z Compiling crc32fast v1.5.0
18812026-08-04T17:44:41.258Z Compiling num-conv v0.2.0
18822026-08-04T17:44:41.378Z Compiling pest_meta v2.8.6
18832026-08-04T17:44:41.434Z Compiling time-core v0.1.8
18842026-08-04T17:44:41.434Z Compiling plain v0.2.3
18852026-08-04T17:44:41.472Z Compiling dyn-clone v1.0.20
18862026-08-04T17:44:41.504Z Compiling synstructure v0.13.2
18872026-08-04T17:44:41.510Z Compiling serde_derive_internals v0.29.1
18882026-08-04T17:44:41.544Z Compiling time-macros v0.2.27
18892026-08-04T17:44:41.574Z Compiling base64 v0.22.1
18902026-08-04T17:44:41.604Z Compiling crossbeam-utils v0.8.21
18912026-08-04T17:44:41.654Z Compiling openssl v0.10.79
18922026-08-04T17:44:41.785Z Compiling pretty-hex v0.4.1
18932026-08-04T17:44:41.910Z Compiling darling_core v0.23.0
18942026-08-04T17:44:41.946Z Compiling regex-automata v0.4.14
18952026-08-04T17:44:41.947Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-08-04T17:44:42.001Z Compiling pest_generator v2.8.6
18972026-08-04T17:44:42.123Z Compiling anyhow v1.0.102
18982026-08-04T17:44:42.201Z Compiling native-tls v0.2.18
18992026-08-04T17:44:42.217Z Compiling rand_core v0.9.5
19002026-08-04T17:44:42.347Z Compiling slog v2.8.2
19012026-08-04T17:44:42.473Z Compiling tracing-core v0.1.36
19022026-08-04T17:44:42.543Z Compiling cookie v0.18.1
19032026-08-04T17:44:42.552Z Compiling base64ct v1.8.3
19042026-08-04T17:44:42.579Z Compiling camino v1.2.2
19052026-08-04T17:44:42.710Z Compiling serde_derive v1.0.228
19062026-08-04T17:44:42.720Z Compiling zeroize_derive v1.5.0
19072026-08-04T17:44:42.736Z Compiling zerofrom-derive v0.1.6
19082026-08-04T17:44:42.829Z Compiling yoke-derive v0.8.1
19092026-08-04T17:44:42.873Z Compiling zerovec-derive v0.11.2
19102026-08-04T17:44:42.894Z Compiling displaydoc v0.2.5
19112026-08-04T17:44:42.948Z Compiling zerocopy-derive v0.8.40
19122026-08-04T17:44:42.975Z Compiling tokio-macros v2.7.0
19132026-08-04T17:44:43.195Z Compiling futures-macro v0.3.32
19142026-08-04T17:44:43.393Z Compiling zeroize v1.9.0
19152026-08-04T17:44:43.602Z Compiling thiserror-impl v2.0.18
19162026-08-04T17:44:43.648Z Compiling schemars_derive v0.8.22
19172026-08-04T17:44:43.680Z Compiling tracing-attributes v0.1.31
19182026-08-04T17:44:43.816Z Compiling der_derive v0.7.3
19192026-08-04T17:44:43.842Z Compiling thiserror-impl v1.0.69
19202026-08-04T17:44:43.929Z Compiling zerofrom v0.1.6
19212026-08-04T17:44:44.008Z Compiling pest_derive v2.8.6
19222026-08-04T17:44:44.049Z Compiling yoke v0.8.1
19232026-08-04T17:44:44.080Z Compiling futures-util v0.3.32
19242026-08-04T17:44:44.248Z Compiling zerovec v0.11.5
19252026-08-04T17:44:44.285Z Compiling zerotrie v0.2.3
19262026-08-04T17:44:44.524Z Compiling crypto-common v0.1.7
19272026-08-04T17:44:44.794Z Compiling tinystr v0.8.2
19282026-08-04T17:44:44.810Z Compiling potential_utf v0.1.4
19292026-08-04T17:44:44.863Z Compiling block-buffer v0.10.4
19302026-08-04T17:44:44.938Z Compiling scroll_derive v0.13.1
19312026-08-04T17:44:45.003Z Compiling icu_locale_core v2.1.1
19322026-08-04T17:44:45.020Z Compiling icu_collections v2.1.1
19332026-08-04T17:44:45.067Z Compiling digest v0.10.7
19342026-08-04T17:44:45.099Z Compiling scroll_derive v0.12.1
19352026-08-04T17:44:45.301Z Compiling openssl-macros v0.1.1
19362026-08-04T17:44:45.461Z Compiling regex v1.12.3
19372026-08-04T17:44:45.695Z Compiling darling_macro v0.23.0
19382026-08-04T17:44:45.715Z Compiling icu_provider v2.1.1
19392026-08-04T17:44:45.731Z Compiling zerocopy-derive v0.7.35
19402026-08-04T17:44:45.746Z Compiling tracing v0.1.44
19412026-08-04T17:44:45.763Z Compiling pem-rfc7468 v0.7.0
19422026-08-04T17:44:45.869Z Compiling bytes v1.11.1
19432026-08-04T17:44:45.986Z Compiling icu_normalizer v2.1.1
19442026-08-04T17:44:46.041Z Compiling icu_properties v2.1.2
19452026-08-04T17:44:46.058Z Compiling chrono v0.4.45
19462026-08-04T17:44:46.150Z Compiling serde_tokenstream v0.2.3
19472026-08-04T17:44:46.435Z Compiling tokio v1.52.1
19482026-08-04T17:44:46.882Z Compiling http v1.4.2
19492026-08-04T17:44:47.001Z Compiling idna_adapter v1.2.1
19502026-08-04T17:44:47.025Z Compiling darling v0.23.0
19512026-08-04T17:44:47.126Z Compiling idna v1.1.0
19522026-08-04T17:44:47.157Z Compiling ppv-lite86 v0.2.21
19532026-08-04T17:44:47.460Z Compiling flagset v0.4.7
19542026-08-04T17:44:47.502Z Compiling url v2.5.8
19552026-08-04T17:44:47.545Z Compiling rand_chacha v0.9.0
19562026-08-04T17:44:47.578Z Compiling der v0.7.10
19572026-08-04T17:44:47.587Z Compiling http-body v1.0.1
19582026-08-04T17:44:47.610Z Compiling rustls-pki-types v1.14.0
19592026-08-04T17:44:48.059Z Compiling usdt-impl v0.5.0
19602026-08-04T17:44:48.115Z Compiling openssl-probe v0.2.1
19612026-08-04T17:44:48.133Z Compiling ref-cast v1.0.25
19622026-08-04T17:44:48.297Z Compiling cmov v0.5.4
19632026-08-04T17:44:48.313Z Compiling usdt-impl v0.6.0
19642026-08-04T17:44:48.427Z Compiling paste v1.0.15
19652026-08-04T17:44:48.525Z Compiling fastrand v2.3.0
19662026-08-04T17:44:48.685Z Compiling either v1.15.0
19672026-08-04T17:44:48.719Z Compiling tinyvec_macros v0.1.1
19682026-08-04T17:44:48.803Z Compiling tinyvec v1.10.0
19692026-08-04T17:44:48.865Z Compiling ctutils v0.4.2
19702026-08-04T17:44:48.904Z Compiling spki v0.7.3
19712026-08-04T17:44:49.039Z Compiling rand v0.9.2
19722026-08-04T17:44:49.126Z Compiling serde_spanned v0.6.9
19732026-08-04T17:44:49.142Z Compiling toml_datetime v0.6.11
19742026-08-04T17:44:49.146Z Compiling scroll v0.12.0
19752026-08-04T17:44:49.175Z Compiling scroll v0.13.0
19762026-08-04T17:44:49.275Z Compiling async-trait v0.1.89
19772026-08-04T17:44:49.289Z Compiling heapless v0.7.17
19782026-08-04T17:44:49.402Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-08-04T17:44:49.440Z Compiling untrusted v0.7.1
19802026-08-04T17:44:49.456Z Compiling tower-service v0.3.3
19812026-08-04T17:44:49.575Z Compiling winnow v1.0.3
19822026-08-04T17:44:49.585Z Compiling atomic-waker v1.1.2
19832026-08-04T17:44:49.585Z Compiling zstd-safe v7.2.4
19842026-08-04T17:44:49.585Z Compiling tower-layer v0.3.3
19852026-08-04T17:44:49.585Z Compiling rustix v0.38.44
19862026-08-04T17:44:49.589Z Compiling signal-hook v0.3.18
19872026-08-04T17:44:49.631Z Compiling winnow v0.7.14
19882026-08-04T17:44:49.635Z Compiling litrs v1.0.0
19892026-08-04T17:44:49.744Z Compiling cpufeatures v0.2.17
19902026-08-04T17:44:49.759Z Compiling try-lock v0.2.5
19912026-08-04T17:44:49.793Z Compiling toml_parser v1.1.2+spec-1.1.0
19922026-08-04T17:44:49.866Z Compiling want v0.3.1
19932026-08-04T17:44:49.889Z Compiling goblin v0.10.5
19942026-08-04T17:44:49.915Z Compiling goblin v0.8.2
19952026-08-04T17:44:50.049Z Compiling hybrid-array v0.4.13
19962026-08-04T17:44:50.130Z Compiling document-features v0.2.12
19972026-08-04T17:44:50.318Z Compiling tokio-util v0.7.18
19982026-08-04T17:44:50.375Z Compiling zerocopy v0.7.35
19992026-08-04T17:44:50.662Z Compiling ipnet v2.11.0
20002026-08-04T17:44:50.875Z Compiling ref-cast-impl v1.0.25
20012026-08-04T17:44:50.947Z Compiling darling_core v0.20.11
20022026-08-04T17:44:50.986Z Compiling curve25519-dalek v4.1.3
20032026-08-04T17:44:51.005Z Compiling memoffset v0.9.1
20042026-08-04T17:44:51.114Z Compiling h2 v0.4.15
20052026-08-04T17:44:51.224Z Compiling untrusted v0.9.0
20062026-08-04T17:44:51.277Z Compiling utf8parse v0.2.2
20072026-08-04T17:44:51.366Z Compiling foreign-types-shared v0.1.1
20082026-08-04T17:44:51.404Z Compiling httpdate v1.0.3
20092026-08-04T17:44:51.512Z Compiling winnow v0.5.40
20102026-08-04T17:44:51.533Z Compiling powerfmt v0.2.0
20112026-08-04T17:44:51.707Z Compiling deranged v0.5.8
20122026-08-04T17:44:51.742Z Compiling tempfile v3.25.0
20132026-08-04T17:44:51.808Z Compiling foreign-types v0.3.2
20142026-08-04T17:44:51.926Z Compiling unicode-normalization v0.1.25
20152026-08-04T17:44:52.100Z Compiling pkcs8 v0.10.2
20162026-08-04T17:44:52.365Z Compiling dof v0.3.0
20172026-08-04T17:44:52.382Z Compiling dtrace-parser v0.2.0
20182026-08-04T17:44:52.856Z Compiling toml_edit v0.19.15
20192026-08-04T17:44:52.897Z Compiling dof v0.4.0
20202026-08-04T17:44:52.926Z Compiling darling_macro v0.20.11
20212026-08-04T17:44:53.073Z Compiling dtrace-parser v0.3.0
20222026-08-04T17:44:53.116Z Compiling pin-project-internal v1.1.11
20232026-08-04T17:44:53.133Z Compiling daft-derive v0.1.7
20242026-08-04T17:44:53.336Z Compiling spin v0.9.8
20252026-08-04T17:44:53.442Z Compiling thread-id v5.1.0
20262026-08-04T17:44:53.486Z Compiling thread-id v4.2.2
20272026-08-04T17:44:53.541Z Compiling anstyle v1.0.14
20282026-08-04T17:44:53.688Z Compiling cfg_aliases v0.2.1
20292026-08-04T17:44:53.738Z Compiling num-bigint-dig v0.8.6
20302026-08-04T17:44:53.845Z Compiling smoltcp v0.9.1
20312026-08-04T17:44:53.893Z Compiling num_threads v0.1.7
20322026-08-04T17:44:53.951Z Compiling nix v0.31.2
20332026-08-04T17:44:53.985Z Compiling time v0.3.47
20342026-08-04T17:44:54.094Z Compiling darling v0.20.11
20352026-08-04T17:44:54.324Z Compiling sha2 v0.10.9
20362026-08-04T17:44:54.327Z Compiling ipnetwork v0.21.1
20372026-08-04T17:44:54.499Z Compiling hyper v1.10.1
20382026-08-04T17:44:54.558Z Compiling hmac v0.12.1
20392026-08-04T17:44:54.690Z Compiling strum_macros v0.26.4
20402026-08-04T17:44:54.722Z Compiling curve25519-dalek-derive v0.1.1
20412026-08-04T17:44:55.000Z Compiling sync_wrapper v1.0.2
20422026-08-04T17:44:55.087Z Compiling wait-timeout v0.2.1
20432026-08-04T17:44:55.188Z Compiling colorchoice v1.0.4
20442026-08-04T17:44:55.321Z Compiling simd-adler32 v0.3.8
20452026-08-04T17:44:55.337Z Compiling bit-vec v0.8.0
20462026-08-04T17:44:55.354Z Compiling quick-error v1.2.3
20472026-08-04T17:44:55.500Z Compiling is_terminal_polyfill v1.70.2
20482026-08-04T17:44:55.573Z Compiling anstyle-query v1.1.5
20492026-08-04T17:44:55.633Z Compiling hyper-util v0.1.20
20502026-08-04T17:44:55.697Z Compiling siphasher v1.0.2
20512026-08-04T17:44:55.988Z Compiling bit-set v0.8.0
20522026-08-04T17:44:56.147Z Compiling rusty-fork v0.3.1
20532026-08-04T17:44:56.175Z Compiling tower v0.5.3
20542026-08-04T17:44:56.679Z Compiling derive_builder_core v0.20.2
20552026-08-04T17:44:56.751Z Compiling http-body-util v0.1.3
20562026-08-04T17:44:56.770Z Compiling hubpack_derive v0.1.1
20572026-08-04T17:44:56.786Z Compiling snafu-derive v0.8.9
20582026-08-04T17:44:56.869Z Compiling strum_macros v0.27.2
20592026-08-04T17:44:56.972Z Compiling rand_xorshift v0.4.0
20602026-08-04T17:44:57.127Z Compiling fs-err v3.3.0
20612026-08-04T17:44:57.144Z Compiling ahash v0.8.12
20622026-08-04T17:44:57.292Z Compiling unicode-segmentation v1.12.0
20632026-08-04T17:44:57.310Z Compiling object v0.37.3
20642026-08-04T17:44:57.346Z Compiling iri-string v0.7.10
20652026-08-04T17:44:57.457Z Compiling adler2 v2.0.1
20662026-08-04T17:44:57.491Z Compiling unarray v0.1.4
20672026-08-04T17:44:57.506Z Compiling unicode-properties v0.1.4
20682026-08-04T17:44:57.608Z Compiling ryu v1.0.23
20692026-08-04T17:44:57.624Z Compiling allocator-api2 v0.2.21
20702026-08-04T17:44:57.682Z Compiling unicode-bidi v0.3.18
20712026-08-04T17:44:57.734Z Compiling proptest v1.11.0
20722026-08-04T17:44:57.806Z Compiling serde_urlencoded v0.7.1
20732026-08-04T17:44:58.001Z Compiling miniz_oxide v0.8.9
20742026-08-04T17:44:58.076Z Compiling stringprep v0.1.5
20752026-08-04T17:44:58.215Z Compiling derive_builder_macro v0.20.2
20762026-08-04T17:44:58.481Z Compiling tokio-native-tls v0.3.1
20772026-08-04T17:44:58.568Z Compiling tower-http v0.6.8
20782026-08-04T17:44:58.674Z Compiling usdt-macro v0.6.0
20792026-08-04T17:44:58.712Z Compiling usdt-attr-macro v0.6.0
20802026-08-04T17:44:58.729Z Compiling anstyle-parse v1.0.0
20812026-08-04T17:44:58.745Z Compiling block-buffer v0.12.1
20822026-08-04T17:44:58.783Z Compiling block-padding v0.4.2
20832026-08-04T17:44:58.934Z Compiling crypto-common v0.2.2
20842026-08-04T17:44:59.245Z Compiling rustls-native-certs v0.8.3
20852026-08-04T17:44:59.388Z Compiling rand_chacha v0.3.1
20862026-08-04T17:44:59.434Z Compiling hex v0.4.3
20872026-08-04T17:44:59.498Z Compiling erased-serde v0.3.31
20882026-08-04T17:44:59.501Z Compiling md-5 v0.10.6
20892026-08-04T17:44:59.530Z Compiling signature v2.2.0
20902026-08-04T17:44:59.687Z Compiling bstr v1.12.1
20912026-08-04T17:44:59.774Z Compiling num-integer v0.1.46
20922026-08-04T17:44:59.777Z Compiling hash32 v0.2.1
20932026-08-04T17:44:59.777Z Compiling vergen-lib v9.1.0
20942026-08-04T17:44:59.914Z Compiling encoding_rs v0.8.35
20952026-08-04T17:44:59.977Z Compiling fallible-iterator v0.2.0
20962026-08-04T17:44:59.993Z Compiling psl-types v2.0.11
20972026-08-04T17:45:00.016Z Compiling mime v0.3.17
20982026-08-04T17:45:00.107Z Compiling cpufeatures v0.3.0
20992026-08-04T17:45:00.162Z Compiling zlib-rs v0.6.2
21002026-08-04T17:45:00.194Z Compiling publicsuffix v2.3.0
21012026-08-04T17:45:00.284Z Compiling postgres-protocol v0.6.10
21022026-08-04T17:45:00.319Z Compiling num-iter v0.1.45
21032026-08-04T17:45:00.520Z Compiling newtype-uuid v1.3.2
21042026-08-04T17:45:00.703Z Compiling rand v0.8.6
21052026-08-04T17:45:00.844Z Compiling oxnet v0.1.6
21062026-08-04T17:45:01.045Z Compiling inout v0.2.2
21072026-08-04T17:45:01.064Z Compiling anstream v1.0.0
21082026-08-04T17:45:01.077Z Compiling derive_builder v0.20.2
21092026-08-04T17:45:01.095Z Compiling hyper-tls v0.6.0
21102026-08-04T17:45:01.224Z Compiling heck v0.4.1
21112026-08-04T17:45:01.256Z Compiling phf_shared v0.13.1
21122026-08-04T17:45:01.299Z Compiling pin-project v1.1.11
21132026-08-04T17:45:01.353Z Compiling lazy_static v1.5.0
21142026-08-04T17:45:01.374Z Compiling anstyle-parse v0.2.7
21152026-08-04T17:45:01.488Z Compiling serde_with_macros v3.21.0
21162026-08-04T17:45:01.505Z Compiling futures-executor v0.3.32
21172026-08-04T17:45:01.567Z Compiling terminal_size v0.4.3
21182026-08-04T17:45:01.571Z Compiling clap_derive v4.6.1
21192026-08-04T17:45:01.599Z Compiling enum-as-inner v0.6.1
21202026-08-04T17:45:01.690Z Compiling serde_repr v0.1.20
21212026-08-04T17:45:01.721Z Compiling async-recursion v1.1.1
21222026-08-04T17:45:01.796Z Compiling ff v0.13.1
21232026-08-04T17:45:01.851Z Compiling vergen v9.1.0
21242026-08-04T17:45:01.955Z Compiling cargo-platform v0.3.2
21252026-08-04T17:45:02.002Z Compiling bitflags v1.3.2
21262026-08-04T17:45:02.062Z Compiling bumpalo v3.20.2
21272026-08-04T17:45:02.098Z Compiling same-file v1.0.6
21282026-08-04T17:45:02.111Z Compiling foldhash v0.1.5
21292026-08-04T17:45:02.221Z Compiling flate2 v1.1.9
21302026-08-04T17:45:02.238Z Compiling managed v0.8.0
21312026-08-04T17:45:02.326Z Compiling foldhash v0.2.0
21322026-08-04T17:45:02.447Z Compiling base16ct v0.2.0
21332026-08-04T17:45:02.469Z Compiling clap_lex v1.0.0
21342026-08-04T17:45:02.497Z Compiling libbz2-rs-sys v0.2.2
21352026-08-04T17:45:02.662Z Compiling clap_builder v4.6.0
21362026-08-04T17:45:02.666Z Compiling sec1 v0.7.3
21372026-08-04T17:45:02.710Z Compiling hashbrown v0.16.1
21382026-08-04T17:45:02.905Z Compiling bzip2 v0.6.1
21392026-08-04T17:45:03.002Z Compiling hashbrown v0.15.5
21402026-08-04T17:45:03.077Z Compiling zopfli v0.8.3
21412026-08-04T17:45:03.132Z Compiling walkdir v2.5.0
21422026-08-04T17:45:03.249Z Compiling cargo_metadata v0.23.1
21432026-08-04T17:45:03.425Z Compiling group v0.13.0
21442026-08-04T17:45:03.578Z Compiling zstd v0.13.3
21452026-08-04T17:45:03.617Z Compiling futures v0.3.32
21462026-08-04T17:45:03.753Z Compiling anstream v0.6.21
21472026-08-04T17:45:03.993Z Compiling phf v0.13.1
21482026-08-04T17:45:04.056Z Compiling snafu v0.8.9
21492026-08-04T17:45:04.173Z Compiling reqwest v0.12.28
21502026-08-04T17:45:04.415Z Compiling cipher v0.5.2
21512026-08-04T17:45:04.489Z Compiling signal-hook-mio v0.2.5
21522026-08-04T17:45:04.644Z Compiling daft v0.1.7
21532026-08-04T17:45:04.719Z Compiling cookie_store v0.22.1
21542026-08-04T17:45:04.782Z Compiling postgres-types v0.2.12
21552026-08-04T17:45:04.854Z Compiling bzip2 v0.4.4
21562026-08-04T17:45:04.869Z Compiling globset v0.4.18
21572026-08-04T17:45:04.919Z Compiling ed25519 v2.2.3
21582026-08-04T17:45:04.972Z Compiling strum v0.27.2
21592026-08-04T17:45:05.136Z Compiling hubpack v0.1.2
21602026-08-04T17:45:05.190Z Compiling phf_shared v0.11.3
21612026-08-04T17:45:05.204Z Compiling hkdf v0.12.4
21622026-08-04T17:45:05.234Z Compiling crossbeam-epoch v0.9.18
21632026-08-04T17:45:05.309Z Compiling olpc-cjson v0.1.4
21642026-08-04T17:45:05.342Z Compiling pkcs1 v0.7.5
21652026-08-04T17:45:05.492Z Compiling serde-big-array v0.5.1
21662026-08-04T17:45:05.631Z Compiling serde_plain v1.0.2
21672026-08-04T17:45:05.699Z Compiling crypto-bigint v0.5.5
21682026-08-04T17:45:05.708Z Compiling pem v3.0.6
21692026-08-04T17:45:05.867Z Compiling float-cmp v0.10.0
21702026-08-04T17:45:05.881Z Compiling memmap2 v0.9.10
21712026-08-04T17:45:05.904Z Compiling env_filter v1.0.0
21722026-08-04T17:45:06.014Z Compiling whoami v2.1.0
21732026-08-04T17:45:06.030Z Compiling difflib v0.4.0
21742026-08-04T17:45:06.082Z Compiling typed-path v0.9.3
21752026-08-04T17:45:06.115Z Compiling new_debug_unreachable v1.0.6
21762026-08-04T17:45:06.135Z Compiling static_assertions v1.1.0
21772026-08-04T17:45:06.149Z Compiling data-encoding v2.10.0
21782026-08-04T17:45:06.166Z Compiling jiff v0.2.21
21792026-08-04T17:45:06.223Z Compiling normalize-line-endings v0.3.0
21802026-08-04T17:45:06.341Z Compiling keccak v0.1.6
21812026-08-04T17:45:06.359Z Compiling fixedbitset v0.5.7
21822026-08-04T17:45:06.482Z Compiling const-oid v0.10.2
21832026-08-04T17:45:06.490Z Compiling fixedbitset v0.4.2
21842026-08-04T17:45:06.562Z Compiling toml_write v0.1.2
21852026-08-04T17:45:06.657Z Compiling predicates-core v1.0.10
21862026-08-04T17:45:06.705Z Compiling precomputed-hash v0.1.1
21872026-08-04T17:45:06.723Z Compiling petgraph v0.6.5
21882026-08-04T17:45:06.758Z Compiling toml_edit v0.22.27
21892026-08-04T17:45:06.768Z Compiling digest v0.11.3
21902026-08-04T17:45:06.798Z Compiling string_cache v0.8.9
21912026-08-04T17:45:06.803Z Compiling predicates v3.1.4
21922026-08-04T17:45:06.831Z Compiling elliptic-curve v0.13.8
21932026-08-04T17:45:06.843Z Compiling petgraph v0.8.3
21942026-08-04T17:45:06.963Z Compiling sha3 v0.10.8
21952026-08-04T17:45:07.002Z Compiling hickory-proto v0.25.2
21962026-08-04T17:45:07.058Z Compiling tokio-postgres v0.7.16
21972026-08-04T17:45:07.187Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-08-04T17:45:07.203Z Compiling chacha20 v0.10.0
21992026-08-04T17:45:07.269Z Compiling env_logger v0.11.9
22002026-08-04T17:45:07.386Z Compiling usdt v0.6.0
22012026-08-04T17:45:07.834Z Compiling rsa v0.9.10
22022026-08-04T17:45:08.812Z Compiling zip v4.6.1
22032026-08-04T17:45:09.113Z Compiling ed25519-dalek v2.2.0
22042026-08-04T17:45:09.142Z Compiling zip v0.6.6
22052026-08-04T17:45:09.160Z Compiling iddqd v0.4.2
22062026-08-04T17:45:09.454Z Compiling crossterm v0.28.1
22072026-08-04T17:45:09.720Z Compiling clap v4.6.1
22082026-08-04T17:45:09.886Z Compiling serde_with v3.21.0
22092026-08-04T17:45:10.022Z Compiling similar v2.7.0
22102026-08-04T17:45:10.057Z Compiling byte-wrapper v0.1.0
22112026-08-04T17:45:10.099Z Compiling strum v0.26.3
22122026-08-04T17:45:10.152Z Compiling toml v0.7.8
22132026-08-04T17:45:10.245Z Compiling tokio-stream v0.1.18
22142026-08-04T17:45:10.373Z Compiling buf-list v1.1.2
22152026-08-04T17:45:10.403Z Compiling x509-cert v0.2.5
22162026-08-04T17:45:10.608Z Compiling itertools v0.13.0
22172026-08-04T17:45:10.718Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-08-04T17:45:10.764Z Compiling openapiv3 v2.2.0
22192026-08-04T17:45:11.451Z Compiling peg-runtime v0.8.5
22202026-08-04T17:45:11.665Z Compiling lalrpop-util v0.19.12
22212026-08-04T17:45:27.812Z Compiling rustls-webpki v0.103.13
22222026-08-04T17:45:29.101Z Compiling macaddr v1.0.1
22232026-08-04T17:45:29.137Z Compiling structmeta-derive v0.3.0
22242026-08-04T17:45:29.158Z Compiling rayon-core v1.13.0
22252026-08-04T17:45:29.283Z Compiling crucible-workspace-hack v0.1.0
22262026-08-04T17:45:29.410Z Compiling itertools v0.15.0
22272026-08-04T17:45:29.430Z Compiling secrecy v0.10.3
22282026-08-04T17:45:29.517Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-08-04T17:45:29.537Z Compiling toml_datetime v0.7.5+spec-1.1.0
22302026-08-04T17:45:29.553Z Compiling heapless v0.8.0
22312026-08-04T17:45:29.611Z Compiling crossbeam-deque v0.8.6
22322026-08-04T17:45:29.666Z Compiling inout v0.1.4
22332026-08-04T17:45:29.791Z Compiling toml_edit v0.23.10+spec-1.0.0
22342026-08-04T17:45:29.818Z Compiling hash32 v0.3.1
22352026-08-04T17:45:29.850Z Compiling multer v3.1.0
22362026-08-04T17:45:29.853Z Compiling thread_local v1.1.9
22372026-08-04T17:45:29.938Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22382026-08-04T17:45:30.002Z Compiling slog-async v2.8.0
22392026-08-04T17:45:30.066Z Compiling smoltcp v0.11.0
22402026-08-04T17:45:30.081Z Compiling unicode-width v0.2.0
22412026-08-04T17:45:30.114Z Compiling compression-core v0.4.31
22422026-08-04T17:45:30.141Z Compiling structmeta v0.3.0
22432026-08-04T17:45:30.219Z Compiling match_cfg v0.1.0
22442026-08-04T17:45:30.275Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22452026-08-04T17:45:30.307Z Compiling hostname v0.3.1
22462026-08-04T17:45:30.370Z Compiling derive-ex v0.1.8
22472026-08-04T17:45:30.386Z Compiling proc-macro-crate v3.4.0
22482026-08-04T17:45:30.418Z Compiling compression-codecs v0.4.37
22492026-08-04T17:45:30.526Z Compiling cipher v0.4.4
22502026-08-04T17:45:30.547Z Compiling atomicwrites v0.4.4
22512026-08-04T17:45:30.700Z Compiling slog-json v2.6.1
22522026-08-04T17:45:30.750Z Compiling ingot-macros v0.2.0
22532026-08-04T17:45:30.791Z Compiling crossbeam-channel v0.5.15
22542026-08-04T17:45:30.809Z Compiling half v2.7.1
22552026-08-04T17:45:30.825Z Compiling newtype-uuid-macros v0.1.0
22562026-08-04T17:45:30.844Z Compiling cobs v0.3.0
22572026-08-04T17:45:30.971Z Compiling universal-hash v0.5.1
22582026-08-04T17:45:30.988Z Compiling thiserror-impl-no-std v2.0.2
22592026-08-04T17:45:31.138Z Compiling async-stream-impl v0.3.6
22602026-08-04T17:45:31.153Z Compiling serde_spanned v1.1.1
22612026-08-04T17:45:31.178Z Compiling toml_datetime v1.1.1+spec-1.1.0
22622026-08-04T17:45:31.325Z Compiling tokio-rustls v0.26.4
22632026-08-04T17:45:31.492Z Compiling rustls-platform-verifier v0.6.2
22642026-08-04T17:45:31.566Z Compiling hyper-rustls v0.27.7
22652026-08-04T17:45:31.634Z Compiling tough v0.22.0
22662026-08-04T17:45:31.634Z Compiling is-terminal v0.4.17
22672026-08-04T17:45:31.714Z Compiling proc-macro-error-attr v1.0.4
22682026-08-04T17:45:31.731Z Compiling dropshot v0.17.1
22692026-08-04T17:45:31.748Z Compiling ciborium-io v0.2.2
22702026-08-04T17:45:31.871Z Compiling reqwest v0.13.2
22712026-08-04T17:45:31.887Z Compiling take_mut v0.2.2
22722026-08-04T17:45:31.903Z Compiling opaque-debug v0.3.1
22732026-08-04T17:45:31.926Z Compiling convert_case v0.4.0
22742026-08-04T17:45:31.952Z Compiling term v1.2.1
22752026-08-04T17:45:31.992Z Compiling toml_writer v1.1.1+spec-1.1.0
22762026-08-04T17:45:32.010Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22772026-08-04T17:45:32.028Z Compiling thiserror-no-std v2.0.2
22782026-08-04T17:45:32.154Z Compiling poly1305 v0.8.0
22792026-08-04T17:45:32.234Z Compiling toml v1.1.2+spec-1.1.0
22802026-08-04T17:45:32.253Z Compiling derive_more v0.99.20
22812026-08-04T17:45:32.274Z Compiling slog-term v2.9.2
22822026-08-04T17:45:32.879Z Compiling test-strategy v0.4.5
22832026-08-04T17:45:32.899Z Compiling ciborium-ll v0.2.2
22842026-08-04T17:45:32.921Z Compiling async-stream v0.3.6
22852026-08-04T17:45:32.944Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862026-08-04T17:45:33.145Z Compiling postcard v1.1.3
22872026-08-04T17:45:33.242Z Compiling slog-bunyan v2.5.0
22882026-08-04T17:45:33.416Z Compiling ingot-types v0.2.0
22892026-08-04T17:45:33.453Z Compiling num_enum_derive v0.7.6
22902026-08-04T17:45:33.567Z Compiling chacha20 v0.9.1
22912026-08-04T17:45:33.595Z Compiling async-compression v0.4.41
22922026-08-04T17:45:33.849Z Compiling ingot v0.2.1
22932026-08-04T17:45:33.929Z Compiling parse-display-derive v0.10.0
22942026-08-04T17:45:34.098Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22952026-08-04T17:45:34.223Z Compiling sha1 v0.11.0
22962026-08-04T17:45:34.417Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-08-04T17:45:34.545Z Compiling proc-macro-crate v1.3.1
22982026-08-04T17:45:34.695Z Compiling waitgroup v0.1.2
22992026-08-04T17:45:34.780Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23002026-08-04T17:45:34.797Z Compiling password-hash v0.5.0
23012026-08-04T17:45:34.877Z Compiling backon v1.6.0
23022026-08-04T17:45:34.906Z Compiling rustls-pemfile v2.2.0
23032026-08-04T17:45:34.992Z Compiling dropshot_endpoint v0.17.1
23042026-08-04T17:45:35.099Z Compiling blake2 v0.10.6
23052026-08-04T17:45:35.143Z Compiling aead v0.5.2
23062026-08-04T17:45:35.215Z Compiling foreign-types-macros v0.2.3
23072026-08-04T17:45:35.284Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23082026-08-04T17:45:35.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-08-04T17:45:35.357Z Compiling serde_path_to_error v0.1.20
23102026-08-04T17:45:35.415Z Compiling hostname v0.4.2
23112026-08-04T17:45:35.601Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23122026-08-04T17:45:35.616Z Compiling proc-macro-error v1.0.4
23132026-08-04T17:45:35.660Z Compiling instant v0.1.13
23142026-08-04T17:45:35.703Z Compiling debug-ignore v1.0.5
23152026-08-04T17:45:35.755Z Compiling foreign-types-shared v0.3.1
23162026-08-04T17:45:35.805Z Compiling backoff v0.4.0
23172026-08-04T17:45:35.826Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23182026-08-04T17:45:35.842Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-08-04T17:45:35.845Z Compiling foreign-types v0.5.0
23202026-08-04T17:45:35.845Z Compiling parse-display v0.10.0
23212026-08-04T17:45:35.903Z Compiling argon2 v0.5.3
23222026-08-04T17:45:35.948Z Compiling chacha20poly1305 v0.10.1
23232026-08-04T17:45:35.976Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-08-04T17:45:36.033Z Compiling num_enum_derive v0.5.11
23252026-08-04T17:45:36.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23262026-08-04T17:45:36.079Z Compiling num_enum v0.7.6
23272026-08-04T17:45:36.096Z Compiling ciborium v0.2.2
23282026-08-04T17:45:36.229Z Compiling vsss-rs v3.3.4
23292026-08-04T17:45:36.289Z Compiling tabwriter v1.4.1
23302026-08-04T17:45:36.411Z Compiling regress v0.10.5
23312026-08-04T17:45:36.456Z Compiling itertools v0.14.0
23322026-08-04T17:45:36.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-08-04T17:45:36.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23342026-08-04T17:45:36.604Z Compiling cstr-argument v0.1.2
23352026-08-04T17:45:36.630Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-08-04T17:45:36.678Z Compiling humantime v2.3.0
23372026-08-04T17:45:36.791Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-08-04T17:45:36.863Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-08-04T17:45:36.939Z Compiling rayon v1.11.0
23402026-08-04T17:45:36.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-08-04T17:45:36.995Z Compiling rand v0.10.1
23422026-08-04T17:45:36.995Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23432026-08-04T17:45:37.028Z Compiling num_enum v0.5.11
23442026-08-04T17:45:37.115Z Compiling indent_write v2.2.0
23452026-08-04T17:45:37.132Z Compiling colored v3.1.1
23462026-08-04T17:45:37.136Z Compiling libefi-sys v0.1.0
23472026-08-04T17:45:37.175Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482026-08-04T17:45:37.202Z Compiling zone_cfg_derive v0.3.1
23492026-08-04T17:45:37.290Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-08-04T17:45:37.373Z Compiling camino-tempfile v1.4.1
23512026-08-04T17:45:37.393Z Compiling itertools v0.12.1
23522026-08-04T17:45:37.469Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23532026-08-04T17:45:37.526Z Compiling usdt-macro v0.5.0
23542026-08-04T17:45:37.570Z Compiling usdt-attr-macro v0.5.0
23552026-08-04T17:45:37.747Z Compiling num-derive v0.4.2
23562026-08-04T17:45:37.770Z Compiling bitfield-struct v0.6.2
23572026-08-04T17:45:37.787Z Compiling blake3 v1.8.5
23582026-08-04T17:45:37.807Z Compiling memmap v0.7.0
23592026-08-04T17:45:37.836Z Compiling sigpipe v0.1.3
23602026-08-04T17:45:37.925Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-08-04T17:45:37.995Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-08-04T17:45:38.040Z Compiling glob v0.3.3
23632026-08-04T17:45:38.094Z Compiling swrite v0.1.0
23642026-08-04T17:45:38.124Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-08-04T17:45:38.299Z Compiling smf v0.2.3
23662026-08-04T17:45:38.399Z Compiling usdt v0.5.0
23672026-08-04T17:45:38.415Z Compiling filetime v0.2.27
23682026-08-04T17:45:38.439Z Compiling arrayvec v0.7.6
23692026-08-04T17:45:38.456Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-08-04T17:45:38.644Z Compiling whoami v1.6.1
23712026-08-04T17:45:38.663Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-08-04T17:45:38.701Z Compiling constant_time_eq v0.4.2
23732026-08-04T17:45:38.701Z Compiling arrayref v0.3.9
23742026-08-04T17:45:38.756Z Compiling zone v0.3.1
23752026-08-04T17:45:38.783Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-08-04T17:45:38.809Z Compiling xattr v1.6.1
23772026-08-04T17:45:38.889Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23782026-08-04T17:45:38.911Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-08-04T17:45:38.984Z Compiling tar v0.4.46
23802026-08-04T17:45:39.023Z Compiling tokio-dtrace v0.1.1
23812026-08-04T17:45:39.054Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-08-04T17:45:39.118Z Compiling console v0.16.2
23832026-08-04T17:45:39.189Z Compiling gethostname v0.5.0
23842026-08-04T17:45:39.336Z Compiling unit-prefix v0.5.2
23852026-08-04T17:45:39.358Z Compiling topological-sort v0.2.2
23862026-08-04T17:45:39.376Z Compiling oxide-tokio-rt v0.1.4
23872026-08-04T17:45:39.481Z Compiling toml v0.8.23
23882026-08-04T17:45:39.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-08-04T17:45:39.601Z Compiling indicatif v0.18.4
23902026-08-04T17:45:39.742Z Compiling shell-words v1.1.1
23912026-08-04T17:45:49.043Z Compiling progenitor-client v0.14.0
23922026-08-04T17:45:49.044Z Compiling omicron-zone-package v0.12.3
23932026-08-04T17:45:49.285Z Compiling progenitor-extras v0.2.0
23942026-08-04T17:45:49.633Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-08-04T17:45:49.708Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-08-04T17:45:49.748Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-08-04T17:45:49.775Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-08-04T17:45:49.795Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-08-04T17:45:49.841Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-08-04T17:45:49.927Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-08-04T17:45:50.120Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-08-04T17:45:50.440Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-08-04T17:45:54.443Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-08-04T17:46:02.588Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-08-04T17:46:05.809Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-08-04T17:46:06.837Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-08-04T17:46:16.236Z Finished `release` profile [optimized] target(s) in 1m 40s
24082026-08-04T17:46:16.423Z Running `target/release/omicron-package -t test target create -p dev`
24092026-08-04T17:46:16.460ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-08-04T17:46:16.464ZCreated new build target 'test' and set it as active
24112026-08-04T17:46:16.464Z
24122026-08-04T17:46:16.464Zreal 1:40.534429920
24132026-08-04T17:46:16.464Zuser 16:28.904651212
24142026-08-04T17:46:16.464Zsys 2:35.101071363
24152026-08-04T17:46:16.464Ztrap 0.476467361
24162026-08-04T17:46:16.464Ztflt 2.134122436
24172026-08-04T17:46:16.464Zdflt 4.440801874
24182026-08-04T17:46:16.464Zkflt 0.000565150
24192026-08-04T17:46:16.464Zlock 53:19.000206143
24202026-08-04T17:46:16.464Zslp 42:01.075802150
24212026-08-04T17:46:16.468Zlat 45.655159734
24222026-08-04T17:46:16.469Zstop 5:47.964717400
24232026-08-04T17:46:16.469Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-08-04T17:46:17.538Z Finished `release` profile [optimized] target(s) in 0.86s
24252026-08-04T17:46:17.575Z Running `target/release/omicron-package -t test package`
24262026-08-04T17:46:17.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-08-04T17:46:18.869Z Compiling heck v0.5.0
24282026-08-04T17:46:19.070Z Compiling regress v0.11.1
24292026-08-04T17:46:19.092Z Compiling unsafe-libyaml v0.2.11
24302026-08-04T17:46:19.135Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-08-04T17:46:19.176Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-08-04T17:46:19.176Z Compiling derive-where v1.6.0
24332026-08-04T17:46:19.191Z Compiling bytecount v0.6.9
24342026-08-04T17:46:19.198Z Compiling atomicwrites v0.4.4
24352026-08-04T17:46:19.205Z Compiling is-terminal v0.4.17
24362026-08-04T17:46:19.205Z Compiling prettyplease v0.2.37
24372026-08-04T17:46:19.223Z Compiling console v0.15.11
24382026-08-04T17:46:19.309Z Compiling newline-converter v0.3.0
24392026-08-04T17:46:19.353Z Compiling slog-dtrace v0.3.0
24402026-08-04T17:46:19.353Z Compiling cancel-safe-futures v0.1.5
24412026-08-04T17:46:19.353Z Compiling resolv-conf v0.7.6
24422026-08-04T17:46:19.411Z Compiling num-rational v0.4.2
24432026-08-04T17:46:19.430Z Compiling num-complex v0.4.6
24442026-08-04T17:46:19.430Z Compiling thread_local v1.1.9
24452026-08-04T17:46:19.430Z Compiling compression-core v0.4.31
24462026-08-04T17:46:19.473Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-08-04T17:46:19.546Z Compiling unicode-width v0.1.14
24482026-08-04T17:46:19.606Z Compiling match_cfg v0.1.0
24492026-08-04T17:46:19.632Z Compiling serde_yaml v0.9.34+deprecated
24502026-08-04T17:46:19.660Z Compiling expectorate v1.2.0
24512026-08-04T17:46:19.707Z Compiling hostname v0.3.1
24522026-08-04T17:46:19.863Z Compiling num v0.4.3
24532026-08-04T17:46:19.892Z Compiling compression-codecs v0.4.37
24542026-08-04T17:46:19.914Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-08-04T17:46:19.932Z Compiling multer v3.1.0
24562026-08-04T17:46:19.950Z Compiling slog-async v2.8.0
24572026-08-04T17:46:19.999Z Compiling crossbeam-channel v0.5.15
24582026-08-04T17:46:20.028Z Compiling slog-json v2.6.1
24592026-08-04T17:46:20.033Z Compiling serde_spanned v1.1.1
24602026-08-04T17:46:20.038Z Compiling toml_datetime v1.1.1+spec-1.1.0
24612026-08-04T17:46:20.146Z Compiling float-ord v0.3.2
24622026-08-04T17:46:20.168Z Compiling linear-map v1.2.0
24632026-08-04T17:46:20.191Z Compiling take_mut v0.2.2
24642026-08-04T17:46:20.237Z Compiling toml_writer v1.1.1+spec-1.1.0
24652026-08-04T17:46:20.286Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-08-04T17:46:20.329Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24672026-08-04T17:46:20.350Z Compiling linked-hash-map v0.5.6
24682026-08-04T17:46:20.374Z Compiling oxide-update-engine-types v0.1.2
24692026-08-04T17:46:20.386Z Compiling term v1.2.1
24702026-08-04T17:46:20.421Z Compiling toml v1.1.2+spec-1.1.0
24712026-08-04T17:46:20.466Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24722026-08-04T17:46:20.466Z Compiling slog-bunyan v2.5.0
24732026-08-04T17:46:20.508Z Compiling async-compression v0.4.41
24742026-08-04T17:46:20.569Z Compiling lru-cache v0.1.2
24752026-08-04T17:46:20.659Z Compiling typify-impl v0.6.2
24762026-08-04T17:46:20.741Z Compiling slog-term v2.9.2
24772026-08-04T17:46:20.847Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24782026-08-04T17:46:20.920Z Compiling async-stream v0.3.6
24792026-08-04T17:46:20.942Z Compiling dropshot v0.17.1
24802026-08-04T17:46:20.972Z Compiling sha1 v0.11.0
24812026-08-04T17:46:21.008Z Compiling progenitor-client v0.14.0
24822026-08-04T17:46:21.026Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24832026-08-04T17:46:21.115Z Compiling waitgroup v0.1.2
24842026-08-04T17:46:21.126Z Compiling rustls-pemfile v2.2.0
24852026-08-04T17:46:21.236Z Compiling backon v1.6.0
24862026-08-04T17:46:21.253Z Compiling hostname v0.4.2
24872026-08-04T17:46:21.282Z Compiling serde_path_to_error v0.1.20
24882026-08-04T17:46:21.295Z Compiling instant v0.1.13
24892026-08-04T17:46:21.341Z Compiling debug-ignore v1.0.5
24902026-08-04T17:46:21.370Z Compiling minimal-lexical v0.2.1
24912026-08-04T17:46:21.444Z Compiling progenitor-extras v0.2.0
24922026-08-04T17:46:21.457Z Compiling backoff v0.4.0
24932026-08-04T17:46:21.472Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24942026-08-04T17:46:21.502Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24952026-08-04T17:46:21.535Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-08-04T17:46:21.608Z Compiling oxide-update-engine v0.1.2
24972026-08-04T17:46:21.655Z Compiling nom v7.1.3
24982026-08-04T17:46:21.716Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-08-04T17:46:21.740Z Compiling parse-display v0.10.0
25002026-08-04T17:46:21.795Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25012026-08-04T17:46:21.998Z Compiling hickory-proto v0.24.4
25022026-08-04T17:46:22.224Z Compiling regress v0.10.5
25032026-08-04T17:46:22.440Z Compiling itertools v0.14.0
25042026-08-04T17:46:22.899Z Compiling macaddr v1.0.1
25052026-08-04T17:46:23.047Z Compiling unicode-xid v0.2.6
25062026-08-04T17:46:23.092Z Compiling humantime v2.3.0
25072026-08-04T17:46:23.270Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-08-04T17:46:23.361Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-08-04T17:46:23.361Z Compiling convert_case v0.10.0
25102026-08-04T17:46:23.538Z Compiling owo-colors v4.3.0
25112026-08-04T17:46:23.603Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-08-04T17:46:23.684Z Compiling derive_more-impl v2.1.1
25132026-08-04T17:46:23.750Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25142026-08-04T17:46:23.854Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-08-04T17:46:23.928Z Compiling toml v0.8.23
25162026-08-04T17:46:24.153Z Compiling typify-macro v0.6.2
25172026-08-04T17:46:24.296Z Compiling papergrid v0.11.0
25182026-08-04T17:46:24.409Z Compiling tabled_derive v0.7.0
25192026-08-04T17:46:24.445Z Compiling derive_more v2.1.1
25202026-08-04T17:46:24.507Z Compiling termtree v0.5.1
25212026-08-04T17:46:24.560Z Compiling hickory-resolver v0.24.4
25222026-08-04T17:46:24.709Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-08-04T17:46:24.907Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-08-04T17:46:25.306Z Compiling tabled v0.15.0
25252026-08-04T17:46:25.752Z Compiling crossterm v0.29.0
25262026-08-04T17:46:25.801Z Compiling phf_shared v0.12.1
25272026-08-04T17:46:25.890Z Compiling typify v0.6.2
25282026-08-04T17:46:26.045Z Compiling progenitor-impl v0.14.0
25292026-08-04T17:46:26.469Z Compiling qorb v0.4.1
25302026-08-04T17:46:26.750Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-08-04T17:46:28.348Z Compiling csv-core v0.1.13
25322026-08-04T17:46:28.388Z Compiling vte v0.14.1
25332026-08-04T17:46:28.389Z Compiling highway v1.3.0
25342026-08-04T17:46:28.389Z Compiling progenitor-macro v0.14.0
25352026-08-04T17:46:28.725Z Compiling chrono-tz v0.10.4
25362026-08-04T17:46:28.976Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-08-04T17:46:29.503Z Compiling strip-ansi-escapes v0.2.1
25382026-08-04T17:46:29.606Z Compiling csv v1.4.0
25392026-08-04T17:46:29.637Z Compiling phf v0.12.1
25402026-08-04T17:46:29.737Z Compiling const_format_proc_macros v0.2.34
25412026-08-04T17:46:29.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-08-04T17:46:30.058Z Compiling fd-lock v4.0.4
25432026-08-04T17:46:30.230Z Compiling peg-macros v0.8.5
25442026-08-04T17:46:30.352Z Compiling nu-ansi-term v0.50.3
25452026-08-04T17:46:30.414Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-08-04T17:46:30.556Z Compiling const_format v0.2.35
25472026-08-04T17:46:31.003Z Compiling reedline v0.40.0
25482026-08-04T17:46:31.117Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-08-04T17:46:31.506Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-08-04T17:46:32.057Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-08-04T17:46:32.431Z Compiling progenitor v0.14.0
25522026-08-04T17:46:32.471Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-08-04T17:46:32.630Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-08-04T17:46:32.956Z Compiling peg v0.8.5
25552026-08-04T17:46:33.043Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-08-04T17:46:33.063Z Compiling bcs v0.1.6
25572026-08-04T17:46:33.480Z Compiling nom v8.0.0
25582026-08-04T17:46:33.525Z Compiling semver v0.1.20
25592026-08-04T17:46:33.809Z Compiling rustc_version v0.1.7
25602026-08-04T17:46:34.084Z Compiling newtype_derive v0.1.6
25612026-08-04T17:46:34.295Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-08-04T17:46:34.316Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-08-04T17:46:34.553Z Compiling smawk v0.3.2
25642026-08-04T17:46:34.753Z Compiling unicode-linebreak v0.1.5
25652026-08-04T17:46:35.038Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-08-04T17:46:35.067Z Compiling textwrap v0.16.2
25672026-08-04T17:46:35.224Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-04T17:46:35.246Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-08-04T17:46:35.318Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-08-04T17:46:35.771Z Compiling steno v0.4.1
25712026-08-04T17:46:36.282Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25722026-08-04T17:46:36.329Z Compiling dropshot-api-manager-types v0.7.2
25732026-08-04T17:46:36.644Z Compiling base64 v0.21.7
25742026-08-04T17:46:36.944Z Compiling sha1 v0.10.6
25752026-08-04T17:46:37.199Z Compiling tagptr v0.2.0
25762026-08-04T17:46:37.242Z Compiling utf-8 v0.7.6
25772026-08-04T17:46:37.393Z Compiling moka v0.12.13
25782026-08-04T17:46:37.407Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-08-04T17:46:37.446Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25802026-08-04T17:46:37.482Z Compiling tungstenite v0.21.0
25812026-08-04T17:46:37.600Z Compiling display-error-chain v0.2.2
25822026-08-04T17:46:37.815Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-08-04T17:46:37.841Z Compiling darling_core v0.21.3
25842026-08-04T17:46:37.982Z Compiling radium v0.7.0
25852026-08-04T17:46:38.270Z Compiling tokio-tungstenite v0.21.0
25862026-08-04T17:46:38.501Z Compiling tap v1.0.1
25872026-08-04T17:46:38.639Z Compiling hickory-resolver v0.25.2
25882026-08-04T17:46:38.674Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25892026-08-04T17:46:38.700Z Compiling maybe-uninit v2.0.0
25902026-08-04T17:46:39.064Z Compiling wyz v0.5.1
25912026-08-04T17:46:39.582Z Compiling vergen-lib v0.1.6
25922026-08-04T17:46:39.637Z Compiling zerocopy-derive v0.6.6
25932026-08-04T17:46:39.820Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-08-04T17:46:40.048Z Compiling darling_macro v0.21.3
25952026-08-04T17:46:40.396Z Compiling proc-macro-error-attr2 v2.0.0
25962026-08-04T17:46:40.455Z Compiling crc-catalog v2.4.0
25972026-08-04T17:46:40.603Z Compiling darling v0.21.3
25982026-08-04T17:46:40.609Z Compiling funty v2.0.0
25992026-08-04T17:46:40.687Z Compiling packed_struct v0.10.1
26002026-08-04T17:46:40.822Z Compiling diesel_derives v2.3.7
26012026-08-04T17:46:42.128Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26022026-08-04T17:46:42.134Z Compiling bitvec v1.0.1
26032026-08-04T17:46:42.134Z Compiling proc-macro-error2 v2.0.1
26042026-08-04T17:46:42.134Z Compiling dsl_auto_type v0.2.0
26052026-08-04T17:46:42.134Z Compiling crc v3.4.0
26062026-08-04T17:46:42.135Z Compiling zerocopy v0.6.6
26072026-08-04T17:46:42.135Z Compiling libscf-sys v1.2.0
26082026-08-04T17:46:42.135Z Compiling scheduled-thread-pool v0.2.7
26092026-08-04T17:46:42.135Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26102026-08-04T17:46:42.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26112026-08-04T17:46:42.135Z Compiling packed_struct_codegen v0.10.1
26122026-08-04T17:46:42.135Z Compiling vergen-gitcl v1.0.8
26132026-08-04T17:46:42.275Z Compiling bitfield-macros v0.19.4
26142026-08-04T17:46:42.392Z Compiling diesel_table_macro_syntax v0.3.0
26152026-08-04T17:46:42.630Z Compiling dirs-sys-next v0.1.2
26162026-08-04T17:46:42.910Z Compiling indexmap v1.9.3
26172026-08-04T17:46:42.961Z Compiling glob v0.3.3
26182026-08-04T17:46:42.974Z Compiling maplit v1.0.2
26192026-08-04T17:46:43.009Z Compiling nodrop v0.1.14
26202026-08-04T17:46:43.094Z Compiling crunchy v0.2.4
26212026-08-04T17:46:43.140Z Compiling array-init v0.0.4
26222026-08-04T17:46:43.200Z Compiling bitfield v0.19.4
26232026-08-04T17:46:43.329Z Compiling clang-sys v1.8.1
26242026-08-04T17:46:43.516Z Compiling dirs-next v2.0.0
26252026-08-04T17:46:43.628Z Compiling r2d2 v0.8.10
26262026-08-04T17:46:43.657Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26272026-08-04T17:46:43.691Z Compiling smallvec v0.6.14
26282026-08-04T17:46:43.948Z Compiling tabled_derive v0.11.0
26292026-08-04T17:46:43.959Z Compiling papergrid v0.17.0
26302026-08-04T17:46:44.095Z Compiling testing_table v0.3.0
26312026-08-04T17:46:44.269Z Compiling tiny-keccak v2.0.2
26322026-08-04T17:46:44.309Z Compiling hashbrown v0.12.3
26332026-08-04T17:46:44.342Z Compiling downcast-rs v2.0.2
26342026-08-04T17:46:44.376Z Compiling xshell-macros v0.2.7
26352026-08-04T17:46:44.522Z Compiling serde-hex v0.1.0
26362026-08-04T17:46:44.758Z Compiling xshell v0.2.7
26372026-08-04T17:46:44.983Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26382026-08-04T17:46:45.008Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-08-04T17:46:45.058Z Compiling term v0.7.0
26402026-08-04T17:46:45.400Z Compiling tabled v0.20.0
26412026-08-04T17:46:45.524Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26422026-08-04T17:46:45.558Z Compiling ron v0.8.1
26432026-08-04T17:46:45.771Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26442026-08-04T17:46:46.012Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-08-04T17:46:46.504Z Compiling hashbrown v0.13.2
26462026-08-04T17:46:46.702Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-08-04T17:46:47.951Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-08-04T17:46:47.995Z Compiling bit-vec v0.6.3
26492026-08-04T17:46:47.995Z Compiling crc-any v2.5.0
26502026-08-04T17:46:47.995Z Compiling bit-set v0.5.3
26512026-08-04T17:46:47.995Z Compiling object v0.30.4
26522026-08-04T17:46:47.995Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-08-04T17:46:47.995Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26542026-08-04T17:46:47.995Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26552026-08-04T17:46:48.240Z Compiling diesel v2.3.7
26562026-08-04T17:46:48.472Z Compiling ascii-canvas v3.0.0
26572026-08-04T17:46:48.618Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26582026-08-04T17:46:48.757Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-08-04T17:46:49.019Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26602026-08-04T17:46:49.161Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-08-04T17:46:49.218Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-08-04T17:46:49.380Z Compiling itertools v0.10.5
26632026-08-04T17:46:49.399Z Compiling ena v0.14.4
26642026-08-04T17:46:49.554Z Compiling libloading v0.8.9
26652026-08-04T17:46:49.647Z Compiling bindgen v0.71.1
26662026-08-04T17:46:49.735Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-08-04T17:46:49.801Z Compiling diff v0.1.13
26682026-08-04T17:46:49.961Z Compiling path-slash v0.1.5
26692026-08-04T17:46:50.068Z Compiling regex-syntax v0.6.29
26702026-08-04T17:46:50.104Z Compiling unicase v2.9.0
26712026-08-04T17:46:50.603Z Compiling cexpr v0.6.0
26722026-08-04T17:46:51.244Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-08-04T17:46:51.465Z Compiling lalrpop v0.19.12
26742026-08-04T17:46:51.510Z Compiling rustc-hash v2.1.1
26752026-08-04T17:46:51.679Z Compiling crc8 v0.1.1
26762026-08-04T17:46:52.014Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-08-04T17:46:52.244Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-08-04T17:46:52.457Z Compiling headers-core v0.3.0
26792026-08-04T17:46:52.643Z Compiling libxml v0.3.3
26802026-08-04T17:46:52.894Z Compiling headers v0.4.1
26812026-08-04T17:46:53.021Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-08-04T17:46:53.036Z Compiling strum_macros v0.24.3
26832026-08-04T17:46:53.272Z Compiling indoc v1.0.9
26842026-08-04T17:46:53.301Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26852026-08-04T17:46:53.447Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-08-04T17:46:53.703Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26872026-08-04T17:46:53.713Z Compiling derive_builder v0.20.2
26882026-08-04T17:46:53.863Z Compiling oso-derive v0.27.3
26892026-08-04T17:46:54.310Z Compiling quick-xml v0.37.5
26902026-08-04T17:46:54.410Z Compiling impl-trait-for-tuples v0.2.3
26912026-08-04T17:46:54.445Z Compiling openssl-probe v0.1.6
26922026-08-04T17:46:54.893Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-08-04T17:46:56.219Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-08-04T17:46:56.257Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-08-04T17:46:56.257Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-08-04T17:46:56.257Z Compiling bb8 v0.8.6
26972026-08-04T17:46:56.257Z Compiling trait-variant v0.1.2
26982026-08-04T17:46:56.257Z Compiling half v1.8.3
26992026-08-04T17:46:56.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-08-04T17:46:56.258Z Compiling serde_cbor v0.11.2
27012026-08-04T17:46:56.258Z Compiling progenitor-impl v0.13.0
27022026-08-04T17:46:56.258Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-08-04T17:46:56.258Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27042026-08-04T17:46:56.276Z Compiling salty v0.3.0
27052026-08-04T17:46:56.583Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-08-04T17:46:56.613Z Compiling samael v0.0.19
27072026-08-04T17:46:56.695Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-08-04T17:46:56.997Z Compiling progenitor-client v0.13.0
27092026-08-04T17:46:57.015Z Compiling nonempty v0.12.0
27102026-08-04T17:46:57.501Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-08-04T17:46:57.610Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27122026-08-04T17:46:58.221Z Compiling progenitor-macro v0.13.0
27132026-08-04T17:46:58.253Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-08-04T17:46:58.565Z Compiling rfc6979 v0.4.0
27152026-08-04T17:46:58.752Z Compiling fxhash v0.2.1
27162026-08-04T17:46:58.923Z Compiling libz-sys v1.1.24
27172026-08-04T17:46:58.976Z Compiling ecdsa v0.16.9
27182026-08-04T17:46:58.989Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-08-04T17:46:59.045Z Compiling polar-core v0.27.3
27202026-08-04T17:46:59.358Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27212026-08-04T17:46:59.481Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27222026-08-04T17:47:01.520Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27232026-08-04T17:47:01.547Z Compiling primeorder v0.13.6
27242026-08-04T17:47:01.547Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27252026-08-04T17:47:01.547Z Compiling kstat-rs v0.2.4
27262026-08-04T17:47:01.652Z Compiling arc-swap v1.8.2
27272026-08-04T17:47:01.744Z Compiling fs-err v2.11.0
27282026-08-04T17:47:01.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-08-04T17:47:02.284Z Compiling mime_guess v2.0.5
27302026-08-04T17:47:02.379Z Compiling slog-scope v4.4.1
27312026-08-04T17:47:02.486Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-08-04T17:47:02.497Z Compiling progenitor v0.13.0
27332026-08-04T17:47:02.610Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-04T17:47:02.665Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27352026-08-04T17:47:02.763Z Compiling p384 v0.13.1
27362026-08-04T17:47:02.785Z Compiling nanorand v0.7.0
27372026-08-04T17:47:02.813Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-08-04T17:47:03.193Z Compiling parking_lot_core v0.8.6
27392026-08-04T17:47:03.503Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27402026-08-04T17:47:03.976Z Compiling flume v0.11.1
27412026-08-04T17:47:04.306Z Compiling slog-stdlog v4.1.1
27422026-08-04T17:47:04.792Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27432026-08-04T17:47:05.483Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27442026-08-04T17:47:05.664Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-08-04T17:47:05.675Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-08-04T17:47:06.857Z Compiling async-bb8-diesel v0.2.1
27472026-08-04T17:47:08.252Z Compiling diesel-dtrace v0.5.0
27482026-08-04T17:47:08.340Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27492026-08-04T17:47:08.340Z Compiling git-stub v1.0.0
27502026-08-04T17:47:08.340Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27512026-08-04T17:47:08.340Z Compiling atty v0.2.14
27522026-08-04T17:47:08.340Z Compiling http-range v0.1.5
27532026-08-04T17:47:08.380Z Compiling strsim v0.10.0
27542026-08-04T17:47:08.650Z Compiling oso v0.27.3
27552026-08-04T17:47:08.669Z Compiling corncobs v0.1.4
27562026-08-04T17:47:08.925Z Compiling instability v0.3.11
27572026-08-04T17:47:09.156Z Compiling parse-size v1.1.0
27582026-08-04T17:47:09.254Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27592026-08-04T17:47:09.384Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27602026-08-04T17:47:09.409Z Compiling darling_core v0.13.4
27612026-08-04T17:47:09.994Z Compiling git-stub-vcs v0.1.0
27622026-08-04T17:47:10.336Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27632026-08-04T17:47:11.065Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27642026-08-04T17:47:11.448Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27652026-08-04T17:47:12.467Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27662026-08-04T17:47:12.707Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-08-04T17:47:14.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27682026-08-04T17:47:15.626Z Compiling slog-envlogger v2.2.0
27692026-08-04T17:47:15.640Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-08-04T17:47:17.249Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27712026-08-04T17:47:17.263Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27722026-08-04T17:47:17.264Z Compiling ignore v0.4.25
27732026-08-04T17:47:17.941Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-08-04T17:47:18.920Z Compiling secrecy v0.8.0
27752026-08-04T17:47:19.134Z Compiling castaway v0.2.4
27762026-08-04T17:47:19.294Z Compiling vergen-git2 v9.1.0
27772026-08-04T17:47:19.394Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-08-04T17:47:19.527Z Compiling indoc v2.0.7
27792026-08-04T17:47:19.581Z Compiling compact_str v0.8.1
27802026-08-04T17:47:19.715Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-08-04T17:47:19.856Z Compiling globwalk v0.9.1
27822026-08-04T17:47:20.042Z Compiling parking_lot v0.11.2
27832026-08-04T17:47:20.491Z Compiling hyper-staticfile v0.10.1
27842026-08-04T17:47:20.671Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27852026-08-04T17:47:20.700Z Compiling darling_macro v0.13.4
27862026-08-04T17:47:20.929Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27872026-08-04T17:47:21.225Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-08-04T17:47:21.308Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27892026-08-04T17:47:21.423Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27902026-08-04T17:47:21.534Z Compiling predicates-tree v1.0.13
27912026-08-04T17:47:21.626Z Compiling unicode-truncate v1.1.0
27922026-08-04T17:47:21.848Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27932026-08-04T17:47:21.883Z Compiling lru v0.12.5
27942026-08-04T17:47:21.955Z Compiling prefix-trie v0.7.0
27952026-08-04T17:47:22.087Z Compiling rand_seeder v0.4.0
27962026-08-04T17:47:22.121Z Compiling illumos-nvpair-sys v0.2.0
27972026-08-04T17:47:22.249Z Compiling cassowary v0.3.0
27982026-08-04T17:47:22.344Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-08-04T17:47:22.395Z Compiling hickory-server v0.25.2
28002026-08-04T17:47:22.476Z Compiling camino-tempfile-ext v0.3.3
28012026-08-04T17:47:22.574Z Compiling ratatui v0.29.0
28022026-08-04T17:47:23.111Z Compiling darling v0.13.4
28032026-08-04T17:47:23.169Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28042026-08-04T17:47:23.860Z Compiling sled v0.34.7
28052026-08-04T17:47:23.950Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28062026-08-04T17:47:24.242Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28072026-08-04T17:47:24.499Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28082026-08-04T17:47:25.162Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28092026-08-04T17:47:25.627Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28102026-08-04T17:47:25.780Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-08-04T17:47:26.022Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-08-04T17:47:26.264Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28132026-08-04T17:47:26.488Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-08-04T17:47:27.474Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28152026-08-04T17:47:27.685Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28162026-08-04T17:47:27.867Z Compiling serde_with_macros v1.5.2
28172026-08-04T17:47:28.538Z Compiling git2 v0.20.4
28182026-08-04T17:47:28.755Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28192026-08-04T17:47:28.964Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28202026-08-04T17:47:29.418Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28212026-08-04T17:47:30.005Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28222026-08-04T17:47:30.236Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-08-04T17:47:30.457Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28242026-08-04T17:47:30.569Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-08-04T17:47:30.695Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-08-04T17:47:30.800Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-08-04T17:47:31.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-08-04T17:47:31.081Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-08-04T17:47:31.229Z Compiling void v1.0.2
28302026-08-04T17:47:31.358Z Compiling lzss v0.8.2
28312026-08-04T17:47:31.491Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28322026-08-04T17:47:31.713Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28332026-08-04T17:47:31.756Z Compiling illumos-nvpair v0.3.0
28342026-08-04T17:47:32.262Z Compiling serde_with v1.14.0
28352026-08-04T17:47:32.713Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28362026-08-04T17:47:33.472Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28372026-08-04T17:47:34.557Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28382026-08-04T17:47:34.652Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-08-04T17:47:34.794Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28402026-08-04T17:47:35.381Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-08-04T17:47:35.439Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28422026-08-04T17:47:35.571Z Compiling tungstenite v0.23.0
28432026-08-04T17:47:35.690Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28442026-08-04T17:47:36.080Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28452026-08-04T17:47:37.594Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28462026-08-04T17:47:37.718Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28472026-08-04T17:47:37.823Z Compiling nix v0.27.1
28482026-08-04T17:47:37.852Z Compiling twox-hash v2.1.2
28492026-08-04T17:47:37.884Z Compiling libsw-core v0.3.2
28502026-08-04T17:47:37.951Z Compiling serde_bytes v0.11.19
28512026-08-04T17:47:38.098Z Compiling libsw v3.5.0
28522026-08-04T17:47:38.222Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28532026-08-04T17:47:38.257Z Compiling tokio-tungstenite v0.23.1
28542026-08-04T17:47:38.342Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28552026-08-04T17:47:38.368Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-08-04T17:47:38.637Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28572026-08-04T17:47:38.667Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-08-04T17:47:39.022Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28592026-08-04T17:47:40.393Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-08-04T17:47:41.430Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28612026-08-04T17:47:41.602Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-08-04T17:47:42.083Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28632026-08-04T17:47:42.604Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-08-04T17:47:43.070Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-08-04T17:47:43.473Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-08-04T17:47:43.644Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-08-04T17:47:44.346Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28682026-08-04T17:47:44.957Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-08-04T17:47:46.579Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-08-04T17:47:47.467Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-08-04T17:47:47.516Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28722026-08-04T17:47:49.853Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-08-04T17:47:50.176Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28742026-08-04T17:47:50.741Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28752026-08-04T17:47:50.779Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-08-04T17:47:50.893Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-08-04T17:47:51.221Z Compiling signal-hook-tokio v0.3.1
28782026-08-04T17:47:51.421Z Compiling fatfs v0.3.6
28792026-08-04T17:47:51.759Z Compiling yasna v0.5.2
28802026-08-04T17:47:51.810Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-08-04T17:47:52.701Z Compiling is_ci v1.2.0
28822026-08-04T17:47:52.936Z Compiling assert_matches v1.5.0
28832026-08-04T17:47:53.064Z Compiling seq-macro v0.3.6
28842026-08-04T17:47:53.358Z Compiling supports-color v3.0.2
28852026-08-04T17:47:53.573Z Compiling rcgen v0.12.1
28862026-08-04T17:47:53.632Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-08-04T17:47:54.193Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-08-04T17:47:55.170Z Compiling oxide-update-engine-display v0.1.2
28892026-08-04T17:47:55.710Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-08-04T17:47:56.128Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28912026-08-04T17:47:56.801Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-08-04T17:47:57.043Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932026-08-04T17:47:57.268Z Compiling port-file v0.1.0
28942026-08-04T17:47:57.599Z Compiling rtoolbox v0.0.3
28952026-08-04T17:47:57.784Z Compiling subprocess v0.2.15
28962026-08-04T17:47:57.883Z Compiling rpassword v7.5.4
28972026-08-04T17:47:58.125Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-08-04T17:47:58.516Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-08-04T17:47:59.916Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-08-04T17:48:00.052Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-08-04T17:48:00.361Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022026-08-04T17:48:00.815Z Compiling tui-tree-widget v0.23.1
29032026-08-04T17:48:01.120Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29042026-08-04T17:48:02.325Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-08-04T17:48:03.220Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-08-04T17:48:03.754Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29072026-08-04T17:48:03.802Z Compiling uzers v0.12.2
29082026-08-04T17:48:04.006Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-08-04T17:48:05.053Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-08-04T17:48:05.707Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-08-04T17:48:06.080Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-08-04T17:48:07.908Z Compiling support-bundle-viewer v0.1.2
29132026-08-04T17:48:09.654Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29142026-08-04T17:48:09.773Z Compiling multimap v0.10.1
29152026-08-04T17:48:21.893Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-08-04T17:48:27.733Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29172026-08-04T17:48:31.917Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29182026-08-04T17:48:32.390Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29192026-08-04T17:48:33.732Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202026-08-04T17:59:30.105Z Finished `release` profile [optimized] target(s) in 13m 12s
29212026-08-04T17:59:30.108Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29222026-08-04T17:59:30.108Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29232026-08-04T18:00:20.677Z
29242026-08-04T18:00:20.680Zreal 14:04.193606869
29252026-08-04T18:00:20.680Zuser 1:25:57.510064058
29262026-08-04T18:00:20.680Zsys 3:44.677988119
29272026-08-04T18:00:20.681Ztrap 1.883434353
29282026-08-04T18:00:20.681Ztflt 2.202566183
29292026-08-04T18:00:20.681Zdflt 19.214801338
29302026-08-04T18:00:20.681Zkflt 0.006137122
29312026-08-04T18:00:20.681Zlock 10:16:54.339004322
29322026-08-04T18:00:20.681Zslp 2:34:05.913565688
29332026-08-04T18:00:20.681Zlat 2:35.404635301
29342026-08-04T18:00:20.681Zstop 5:57.294562714
29352026-08-04T18:00:20.681Z+ mapfile -t packages
29362026-08-04T18:00:20.681Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29372026-08-04T18:00:21.622Z Finished `release` profile [optimized] target(s) in 0.93s
29382026-08-04T18:00:21.700Z Running `target/release/omicron-package -t test list-outputs`
29392026-08-04T18:00:21.757ZLogging to: /work/oxidecomputer/omicron/out/LOG
29402026-08-04T18:00:21.761Z+ ptime -m cargo build --locked --release -p xtask
29412026-08-04T18:00:22.241Z Compiling libc v0.2.185
29422026-08-04T18:00:22.241Z Compiling serde_core v1.0.228
29432026-08-04T18:00:22.241Z Compiling serde v1.0.228
29442026-08-04T18:00:22.247Z Compiling rustix v1.1.3
29452026-08-04T18:00:22.247Z Compiling serde_json v1.0.151
29462026-08-04T18:00:22.247Z Compiling bitflags v2.11.0
29472026-08-04T18:00:22.247Z Compiling usdt-impl v0.5.0
29482026-08-04T18:00:22.337Z Compiling syn v2.0.117
29492026-08-04T18:00:22.357Z Compiling syn v1.0.109
29502026-08-04T18:00:22.423Z Compiling log v0.4.29
29512026-08-04T18:00:22.423Z Compiling getrandom v0.4.1
29522026-08-04T18:00:22.443Z Compiling indexmap v2.14.0
29532026-08-04T18:00:22.457Z Compiling fs-err v3.3.0
29542026-08-04T18:00:22.583Z Compiling once_cell v1.21.3
29552026-08-04T18:00:22.670Z Compiling heck v0.4.1
29562026-08-04T18:00:22.694Z Compiling anyhow v1.0.102
29572026-08-04T18:00:23.105Z Compiling thread-id v4.2.2
29582026-08-04T18:00:23.109Z Compiling errno v0.3.14
29592026-08-04T18:00:23.110Z Compiling memmap v0.7.0
29602026-08-04T18:00:23.777Z Compiling proc-macro-error v1.0.4
29612026-08-04T18:00:24.032Z Compiling tabled_derive v0.7.0
29622026-08-04T18:00:24.105Z Compiling terminal_size v0.4.3
29632026-08-04T18:00:24.105Z Compiling tempfile v3.25.0
29642026-08-04T18:00:24.200Z Compiling clap_builder v4.6.0
29652026-08-04T18:00:24.200Z Compiling textwrap v0.16.2
29662026-08-04T18:00:24.446Z Compiling camino v1.2.2
29672026-08-04T18:00:24.447Z Compiling semver v1.0.28
29682026-08-04T18:00:24.450Z Compiling cargo-platform v0.3.2
29692026-08-04T18:00:24.600Z Compiling pest_generator v2.8.6
29702026-08-04T18:00:24.730Z Compiling tabled v0.15.0
29712026-08-04T18:00:24.811Z Compiling camino-tempfile v1.4.1
29722026-08-04T18:00:25.121Z Compiling serde_derive v1.0.228
29732026-08-04T18:00:25.125Z Compiling thiserror-impl v1.0.69
29742026-08-04T18:00:25.125Z Compiling zerocopy-derive v0.7.35
29752026-08-04T18:00:25.125Z Compiling scroll_derive v0.12.1
29762026-08-04T18:00:25.125Z Compiling thiserror-impl v2.0.18
29772026-08-04T18:00:25.125Z Compiling clap_derive v4.6.1
29782026-08-04T18:00:25.205Z Compiling pest_derive v2.8.6
29792026-08-04T18:00:25.863Z Compiling scroll v0.12.0
29802026-08-04T18:00:26.016Z Compiling zerocopy v0.7.35
29812026-08-04T18:00:26.163Z Compiling goblin v0.8.2
29822026-08-04T18:00:26.270Z Compiling thiserror v1.0.69
29832026-08-04T18:00:26.389Z Compiling dtrace-parser v0.2.0
29842026-08-04T18:00:26.548Z Compiling thiserror v2.0.18
29852026-08-04T18:00:26.586Z Compiling clap v4.6.1
29862026-08-04T18:00:28.241Z Compiling dof v0.3.0
29872026-08-04T18:00:28.252Z Compiling serde_tokenstream v0.2.3
29882026-08-04T18:00:28.276Z Compiling toml_datetime v0.6.11
29892026-08-04T18:00:28.309Z Compiling serde_spanned v0.6.9
29902026-08-04T18:00:28.321Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29912026-08-04T18:00:28.345Z Compiling macaddr v1.0.1
29922026-08-04T18:00:28.393Z Compiling cargo_metadata v0.23.1
29932026-08-04T18:00:28.547Z Compiling toml_edit v0.22.27
29942026-08-04T18:00:28.932Z Compiling usdt-macro v0.5.0
29952026-08-04T18:00:28.958Z Compiling usdt-attr-macro v0.5.0
29962026-08-04T18:00:29.560Z Compiling usdt v0.5.0
29972026-08-04T18:00:30.093Z Compiling toml v0.8.23
29982026-08-04T18:00:30.532Z Compiling cargo_toml v0.21.0
29992026-08-04T18:00:34.976Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-08-04T18:00:38.242Z Finished `release` profile [optimized] target(s) in 16.47s
30012026-08-04T18:00:38.344Z
30022026-08-04T18:00:38.345Zreal 16.552485148
30032026-08-04T18:00:38.345Zuser 2:06.520103593
30042026-08-04T18:00:38.345Zsys 13.561797882
30052026-08-04T18:00:38.345Ztrap 0.074597927
30062026-08-04T18:00:38.345Ztflt 0.473017784
30072026-08-04T18:00:38.352Zdflt 1.593796937
30082026-08-04T18:00:38.353Zkflt 0.000358540
30092026-08-04T18:00:38.353Zlock 4:51.261734311
30102026-08-04T18:00:38.353Zslp 2:44.056603068
30112026-08-04T18:00:38.353Zlat 3.774990107
30122026-08-04T18:00:38.353Zstop 15.589992623
30132026-08-04T18:00:38.354Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-08-04T18:00:38.354Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-08-04T18:00:38.354Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-08-04T18:00:38.354Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-08-04T18:00:38.354Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-08-04T18:00:39.295Z Compiling progenitor-client v0.14.0
30192026-08-04T18:00:39.295Z Compiling newtype-uuid-macros v0.1.0
30202026-08-04T18:00:39.295Z Compiling match_cfg v0.1.0
30212026-08-04T18:00:39.295Z Compiling slog-json v2.6.1
30222026-08-04T18:00:39.295Z Compiling structmeta-derive v0.3.0
30232026-08-04T18:00:39.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-08-04T18:00:39.465Z Compiling sha1 v0.11.0
30252026-08-04T18:00:39.469Z Compiling multer v3.1.0
30262026-08-04T18:00:39.469Z Compiling debug-ignore v1.0.5
30272026-08-04T18:00:39.469Z Compiling compression-core v0.4.31
30282026-08-04T18:00:39.469Z Compiling async-stream-impl v0.3.6
30292026-08-04T18:00:39.469Z Compiling toml_datetime v1.1.1+spec-1.1.0
30302026-08-04T18:00:39.469Z Compiling serde_spanned v1.1.1
30312026-08-04T18:00:39.469Z Compiling dropshot v0.17.1
30322026-08-04T18:00:39.490Z Compiling toml_writer v1.1.1+spec-1.1.0
30332026-08-04T18:00:39.497Z Compiling waitgroup v0.1.2
30342026-08-04T18:00:39.555Z Compiling hostname v0.3.1
30352026-08-04T18:00:39.682Z Compiling rustls-pemfile v2.2.0
30362026-08-04T18:00:39.700Z Compiling dropshot_endpoint v0.17.1
30372026-08-04T18:00:39.768Z Compiling slog-bunyan v2.5.0
30382026-08-04T18:00:39.776Z Compiling compression-codecs v0.4.37
30392026-08-04T18:00:39.802Z Compiling toml v1.1.2+spec-1.1.0
30402026-08-04T18:00:39.806Z Compiling serde_path_to_error v0.1.20
30412026-08-04T18:00:39.806Z Compiling hostname v0.4.2
30422026-08-04T18:00:39.899Z Compiling atomicwrites v0.4.4
30432026-08-04T18:00:39.917Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-08-04T18:00:39.934Z Compiling macaddr v1.0.1
30452026-08-04T18:00:39.971Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-08-04T18:00:39.990Z Compiling async-compression v0.4.41
30472026-08-04T18:00:40.023Z Compiling instant v0.1.13
30482026-08-04T18:00:40.065Z Compiling itertools v0.14.0
30492026-08-04T18:00:40.080Z Compiling regress v0.10.5
30502026-08-04T18:00:40.108Z Compiling backon v1.6.0
30512026-08-04T18:00:40.126Z Compiling backoff v0.4.0
30522026-08-04T18:00:40.150Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-08-04T18:00:40.170Z Compiling humantime v2.3.0
30542026-08-04T18:00:40.195Z Compiling regress v0.11.1
30552026-08-04T18:00:40.195Z Compiling half v2.7.1
30562026-08-04T18:00:40.233Z Compiling async-stream v0.3.6
30572026-08-04T18:00:40.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-08-04T18:00:40.336Z Compiling progenitor-extras v0.2.0
30592026-08-04T18:00:40.381Z Compiling ciborium-io v0.2.2
30602026-08-04T18:00:40.381Z Compiling crucible-workspace-hack v0.1.0
30612026-08-04T18:00:40.416Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30622026-08-04T18:00:40.431Z Compiling convert_case v0.4.0
30632026-08-04T18:00:40.452Z Compiling secrecy v0.10.3
30642026-08-04T18:00:40.468Z Compiling ciborium-ll v0.2.2
30652026-08-04T18:00:40.483Z Compiling unsafe-libyaml v0.2.11
30662026-08-04T18:00:40.534Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30672026-08-04T18:00:40.552Z Compiling structmeta v0.3.0
30682026-08-04T18:00:40.588Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-08-04T18:00:40.620Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30702026-08-04T18:00:40.638Z Compiling inout v0.1.4
30712026-08-04T18:00:40.655Z Compiling ciborium v0.2.2
30722026-08-04T18:00:40.711Z Compiling toml_datetime v0.7.5+spec-1.1.0
30732026-08-04T18:00:40.743Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30742026-08-04T18:00:40.797Z Compiling derive-ex v0.1.8
30752026-08-04T18:00:40.825Z Compiling parse-display-derive v0.10.0
30762026-08-04T18:00:40.841Z Compiling derive_more v0.99.20
30772026-08-04T18:00:40.869Z Compiling cipher v0.4.4
30782026-08-04T18:00:40.922Z Compiling toml_edit v0.23.10+spec-1.0.0
30792026-08-04T18:00:40.981Z Compiling thiserror-impl-no-std v2.0.2
30802026-08-04T18:00:40.996Z Compiling universal-hash v0.5.1
30812026-08-04T18:00:41.022Z Compiling opaque-debug v0.3.1
30822026-08-04T18:00:41.108Z Compiling serde_yaml v0.9.34+deprecated
30832026-08-04T18:00:41.152Z Compiling poly1305 v0.8.0
30842026-08-04T18:00:41.169Z Compiling chacha20 v0.9.1
30852026-08-04T18:00:41.173Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-08-04T18:00:41.289Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30872026-08-04T18:00:41.305Z Compiling blake2 v0.10.6
30882026-08-04T18:00:41.413Z Compiling aead v0.5.2
30892026-08-04T18:00:41.447Z Compiling password-hash v0.5.0
30902026-08-04T18:00:41.465Z Compiling indent_write v2.2.0
30912026-08-04T18:00:41.633Z Compiling proc-macro-crate v3.4.0
30922026-08-04T18:00:41.650Z Compiling chacha20poly1305 v0.10.1
30932026-08-04T18:00:41.824Z Compiling typify-impl v0.6.2
30942026-08-04T18:00:41.884Z Compiling argon2 v0.5.3
30952026-08-04T18:00:41.903Z Compiling itertools v0.15.0
30962026-08-04T18:00:41.922Z Compiling heapless v0.8.0
30972026-08-04T18:00:42.015Z Compiling tabwriter v1.4.1
30982026-08-04T18:00:42.208Z Compiling num_enum_derive v0.7.6
30992026-08-04T18:00:42.243Z Compiling thiserror-no-std v2.0.2
31002026-08-04T18:00:42.277Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-08-04T18:00:42.357Z Compiling vsss-rs v3.3.4
31022026-08-04T18:00:42.457Z Compiling hash32 v0.3.1
31032026-08-04T18:00:42.580Z Compiling num-derive v0.4.2
31042026-08-04T18:00:42.605Z Compiling test-strategy v0.4.5
31052026-08-04T18:00:42.622Z Compiling parse-display v0.10.0
31062026-08-04T18:00:42.626Z Compiling smoltcp v0.11.0
31072026-08-04T18:00:42.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-08-04T18:00:42.951Z Compiling cobs v0.3.0
31092026-08-04T18:00:43.025Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31102026-08-04T18:00:43.128Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31112026-08-04T18:00:43.148Z Compiling colored v3.1.1
31122026-08-04T18:00:43.169Z Compiling postcard v1.1.3
31132026-08-04T18:00:43.315Z Compiling ingot-macros v0.2.0
31142026-08-04T18:00:43.355Z Compiling num_enum v0.7.6
31152026-08-04T18:00:43.389Z Compiling proc-macro-error v1.0.4
31162026-08-04T18:00:43.408Z Compiling proc-macro-crate v1.3.1
31172026-08-04T18:00:43.425Z Compiling rand v0.10.1
31182026-08-04T18:00:43.509Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31192026-08-04T18:00:43.532Z Compiling foreign-types-macros v0.2.3
31202026-08-04T18:00:43.550Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31212026-08-04T18:00:43.567Z Compiling foreign-types-shared v0.3.1
31222026-08-04T18:00:43.570Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31232026-08-04T18:00:43.601Z Compiling rayon-core v1.13.0
31242026-08-04T18:00:43.741Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252026-08-04T18:00:43.832Z Compiling crossbeam-deque v0.8.6
31262026-08-04T18:00:43.835Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-08-04T18:00:43.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31282026-08-04T18:00:43.887Z Compiling cstr-argument v0.1.2
31292026-08-04T18:00:43.887Z Compiling num_enum_derive v0.5.11
31302026-08-04T18:00:43.976Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31312026-08-04T18:00:43.992Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-08-04T18:00:44.099Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31332026-08-04T18:00:44.169Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31342026-08-04T18:00:44.213Z Compiling foreign-types v0.5.0
31352026-08-04T18:00:44.230Z Compiling zone_cfg_derive v0.3.1
31362026-08-04T18:00:44.246Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31372026-08-04T18:00:44.293Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-08-04T18:00:44.317Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31392026-08-04T18:00:44.346Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-08-04T18:00:44.396Z Compiling itertools v0.12.1
31412026-08-04T18:00:44.430Z Compiling sigpipe v0.1.3
31422026-08-04T18:00:44.508Z Compiling rayon v1.11.0
31432026-08-04T18:00:44.545Z Compiling glob v0.3.3
31442026-08-04T18:00:44.548Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31452026-08-04T18:00:44.580Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31462026-08-04T18:00:44.718Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31472026-08-04T18:00:44.756Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31482026-08-04T18:00:44.772Z Compiling smf v0.2.3
31492026-08-04T18:00:44.819Z Compiling cpubits v0.1.1
31502026-08-04T18:00:44.851Z Compiling whoami v1.6.1
31512026-08-04T18:00:44.920Z Compiling gethostname v0.5.0
31522026-08-04T18:00:44.948Z Compiling derive-where v1.6.0
31532026-08-04T18:00:44.967Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-08-04T18:00:45.026Z Compiling num_enum v0.5.11
31552026-08-04T18:00:45.061Z Compiling usdt-attr-macro v0.5.0
31562026-08-04T18:00:45.126Z Compiling usdt-macro v0.5.0
31572026-08-04T18:00:45.160Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-08-04T18:00:45.180Z Compiling num-rational v0.4.2
31592026-08-04T18:00:45.184Z Compiling num-complex v0.4.6
31602026-08-04T18:00:45.184Z Compiling memmap v0.7.0
31612026-08-04T18:00:45.320Z Compiling toml v0.8.23
31622026-08-04T18:00:45.490Z Compiling pem-rfc7468 v1.0.0
31632026-08-04T18:00:45.691Z Compiling zone v0.3.1
31642026-08-04T18:00:45.740Z Compiling num v0.4.3
31652026-08-04T18:00:45.788Z Compiling float-ord v0.3.2
31662026-08-04T18:00:45.841Z Compiling cancel-safe-futures v0.1.5
31672026-08-04T18:00:45.875Z Compiling resolv-conf v0.7.6
31682026-08-04T18:00:45.893Z Compiling hmac v0.13.0
31692026-08-04T18:00:45.938Z Compiling universal-hash v0.6.1
31702026-08-04T18:00:46.017Z Compiling linear-map v1.2.0
31712026-08-04T18:00:46.021Z Compiling usdt v0.5.0
31722026-08-04T18:00:46.081Z Compiling prettyplease v0.2.37
31732026-08-04T18:00:46.100Z Compiling libefi-sys v0.1.0
31742026-08-04T18:00:46.135Z Compiling polyval v0.7.1
31752026-08-04T18:00:46.139Z Compiling der v0.8.0
31762026-08-04T18:00:46.256Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-08-04T18:00:46.259Z Compiling console v0.15.11
31782026-08-04T18:00:46.314Z Compiling ingot-types v0.2.0
31792026-08-04T18:00:46.333Z Compiling hickory-proto v0.24.4
31802026-08-04T18:00:46.388Z Compiling newline-converter v0.3.0
31812026-08-04T18:00:46.404Z Compiling bitfield-struct v0.6.2
31822026-08-04T18:00:46.407Z Compiling oxide-update-engine-types v0.1.2
31832026-08-04T18:00:46.421Z Compiling linked-hash-map v0.5.6
31842026-08-04T18:00:46.486Z Compiling typify-macro v0.6.2
31852026-08-04T18:00:46.508Z Compiling ghash v0.6.0
31862026-08-04T18:00:46.532Z Compiling pbkdf2 v0.13.0
31872026-08-04T18:00:46.650Z Compiling expectorate v1.2.0
31882026-08-04T18:00:46.670Z Compiling lru-cache v0.1.2
31892026-08-04T18:00:46.694Z Compiling crypto-bigint v0.7.5
31902026-08-04T18:00:46.699Z Compiling aes v0.9.1
31912026-08-04T18:00:46.772Z Compiling ingot v0.2.1
31922026-08-04T18:00:46.830Z Compiling ctr v0.10.1
31932026-08-04T18:00:46.848Z Compiling aead v0.6.1
31942026-08-04T18:00:46.864Z Compiling sha2 v0.11.0
31952026-08-04T18:00:46.899Z Compiling nom v8.0.0
31962026-08-04T18:00:47.048Z Compiling semver v0.1.20
31972026-08-04T18:00:47.076Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-08-04T18:00:47.102Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-08-04T18:00:47.178Z Compiling aes-gcm v0.11.0
32002026-08-04T18:00:47.263Z Compiling rustc_version v0.1.7
32012026-08-04T18:00:47.384Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-08-04T18:00:47.404Z Compiling spki v0.8.0
32032026-08-04T18:00:47.421Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-08-04T18:00:47.451Z Compiling tokio-dtrace v0.1.1
32052026-08-04T18:00:47.535Z Compiling oxide-update-engine v0.1.2
32062026-08-04T18:00:47.650Z Compiling dropshot-api-manager-types v0.7.2
32072026-08-04T18:00:47.667Z Compiling salsa20 v0.11.0
32082026-08-04T18:00:47.686Z Compiling slog-dtrace v0.3.0
32092026-08-04T18:00:47.726Z Compiling minimal-lexical v0.2.1
32102026-08-04T18:00:47.764Z Compiling xshell-macros v0.2.7
32112026-08-04T18:00:47.801Z Compiling scrypt v0.12.0
32122026-08-04T18:00:47.844Z Compiling oxide-tokio-rt v0.1.4
32132026-08-04T18:00:47.848Z Compiling newtype_derive v0.1.6
32142026-08-04T18:00:47.973Z Compiling nom v7.1.3
32152026-08-04T18:00:48.003Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-08-04T18:00:48.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32172026-08-04T18:00:48.080Z Compiling phf_shared v0.12.1
32182026-08-04T18:00:48.097Z Compiling cbc v0.2.1
32192026-08-04T18:00:48.140Z Compiling csv-core v0.1.13
32202026-08-04T18:00:48.171Z Compiling highway v1.3.0
32212026-08-04T18:00:48.201Z Compiling xshell v0.2.7
32222026-08-04T18:00:48.285Z Compiling chrono-tz v0.10.4
32232026-08-04T18:00:48.301Z Compiling unicode-xid v0.2.6
32242026-08-04T18:00:48.355Z Compiling typify v0.6.2
32252026-08-04T18:00:48.420Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-08-04T18:00:48.453Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-08-04T18:00:48.492Z Compiling progenitor-impl v0.14.0
32282026-08-04T18:00:48.508Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-08-04T18:00:48.570Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32302026-08-04T18:00:48.606Z Compiling hickory-resolver v0.24.4
32312026-08-04T18:00:48.705Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-08-04T18:00:48.733Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32332026-08-04T18:00:48.783Z Compiling const_format_proc_macros v0.2.34
32342026-08-04T18:00:48.827Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32352026-08-04T18:00:49.208Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32362026-08-04T18:00:49.260Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32372026-08-04T18:00:49.398Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-04T18:00:49.462Z Compiling csv v1.4.0
32392026-08-04T18:00:49.662Z Compiling qorb v0.4.1
32402026-08-04T18:00:49.743Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-08-04T18:00:49.943Z Compiling phf v0.12.1
32422026-08-04T18:00:49.986Z Compiling pkcs5 v0.8.1
32432026-08-04T18:00:50.028Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32442026-08-04T18:00:50.140Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-04T18:00:50.167Z Compiling owo-colors v4.3.0
32462026-08-04T18:00:50.267Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32472026-08-04T18:00:50.286Z Compiling salty v0.3.0
32482026-08-04T18:00:50.482Z Compiling pkcs8 v0.11.0
32492026-08-04T18:00:50.530Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32502026-08-04T18:00:50.577Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32512026-08-04T18:00:50.652Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32522026-08-04T18:00:50.868Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-08-04T18:00:50.897Z Compiling const_format v0.2.35
32542026-08-04T18:00:50.927Z Compiling tabled_derive v0.7.0
32552026-08-04T18:00:50.946Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32562026-08-04T18:00:51.209Z Compiling progenitor-macro v0.14.0
32572026-08-04T18:00:51.253Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-08-04T18:00:51.426Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32592026-08-04T18:00:51.446Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32602026-08-04T18:00:51.493Z Compiling bcs v0.1.6
32612026-08-04T18:00:51.522Z Compiling ff v0.14.0
32622026-08-04T18:00:51.734Z Compiling termtree v0.5.1
32632026-08-04T18:00:51.737Z Compiling textwrap v0.16.2
32642026-08-04T18:00:51.824Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-08-04T18:00:51.845Z Compiling steno v0.4.1
32662026-08-04T18:00:51.981Z Compiling tabled v0.15.0
32672026-08-04T18:00:52.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32682026-08-04T18:00:52.188Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32692026-08-04T18:00:52.267Z Compiling rfc6979 v0.4.0
32702026-08-04T18:00:52.340Z Compiling tagptr v0.2.0
32712026-08-04T18:00:52.408Z Compiling ecdsa v0.16.9
32722026-08-04T18:00:52.430Z Compiling group v0.14.0
32732026-08-04T18:00:52.450Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-08-04T18:00:52.509Z Compiling moka v0.12.13
32752026-08-04T18:00:52.526Z Compiling primeorder v0.13.6
32762026-08-04T18:00:52.652Z Compiling sha1 v0.10.6
32772026-08-04T18:00:52.718Z Compiling signature v3.0.0
32782026-08-04T18:00:52.836Z Compiling base16ct v1.0.0
32792026-08-04T18:00:52.853Z Compiling base64 v0.21.7
32802026-08-04T18:00:52.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32812026-08-04T18:00:52.915Z Compiling radium v0.7.0
32822026-08-04T18:00:52.944Z Compiling p384 v0.13.1
32832026-08-04T18:00:53.055Z Compiling sec1 v0.8.1
32842026-08-04T18:00:53.129Z Compiling hkdf v0.13.0
32852026-08-04T18:00:53.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-08-04T18:00:53.255Z Compiling hickory-resolver v0.25.2
32872026-08-04T18:00:53.334Z Compiling tap v1.0.1
32882026-08-04T18:00:53.359Z Compiling maybe-uninit v2.0.0
32892026-08-04T18:00:53.390Z Compiling elliptic-curve v0.14.1
32902026-08-04T18:00:53.480Z Compiling wyz v0.5.1
32912026-08-04T18:00:53.711Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32922026-08-04T18:00:53.735Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32932026-08-04T18:00:53.752Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32942026-08-04T18:00:53.770Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-08-04T18:00:53.996Z Compiling proc-macro-error-attr2 v2.0.0
32962026-08-04T18:00:54.013Z Compiling packed_struct v0.10.1
32972026-08-04T18:00:54.052Z Compiling corncobs v0.1.4
32982026-08-04T18:00:54.135Z Compiling funty v2.0.0
32992026-08-04T18:00:54.257Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33002026-08-04T18:00:54.302Z Compiling parking_lot_core v0.8.6
33012026-08-04T18:00:54.318Z Compiling utf-8 v0.7.6
33022026-08-04T18:00:54.422Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33032026-08-04T18:00:54.439Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-08-04T18:00:54.457Z Compiling proc-macro-error2 v2.0.1
33052026-08-04T18:00:54.481Z Compiling bitvec v1.0.1
33062026-08-04T18:00:54.531Z Compiling tungstenite v0.21.0
33072026-08-04T18:00:54.547Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-08-04T18:00:54.756Z Compiling wnaf v0.14.0
33092026-08-04T18:00:54.810Z Compiling primefield v0.14.0
33102026-08-04T18:00:54.869Z Compiling rfc6979 v0.6.0
33112026-08-04T18:00:54.885Z Compiling git-stub v1.0.0
33122026-08-04T18:00:54.976Z Compiling packed_struct_codegen v0.10.1
33132026-08-04T18:00:54.979Z Compiling secrecy v0.8.0
33142026-08-04T18:00:55.045Z Compiling zerocopy-derive v0.6.6
33152026-08-04T18:00:55.072Z Compiling bitfield-macros v0.19.4
33162026-08-04T18:00:55.159Z Compiling indexmap v1.9.3
33172026-08-04T18:00:55.179Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-08-04T18:00:55.179Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33192026-08-04T18:00:55.213Z Compiling crc-catalog v2.4.0
33202026-08-04T18:00:55.332Z Compiling nodrop v0.1.14
33212026-08-04T18:00:55.442Z Compiling array-init v0.0.4
33222026-08-04T18:00:55.459Z Compiling crc v3.4.0
33232026-08-04T18:00:55.499Z Compiling tokio-tungstenite v0.21.0
33242026-08-04T18:00:55.584Z Compiling git-stub-vcs v0.1.0
33252026-08-04T18:00:55.611Z Compiling primeorder v0.14.0
33262026-08-04T18:00:55.755Z Compiling ecdsa v0.17.0
33272026-08-04T18:00:55.862Z Compiling tabled_derive v0.11.0
33282026-08-04T18:00:55.890Z Compiling smallvec v0.6.14
33292026-08-04T18:00:55.910Z Compiling bitfield v0.19.4
33302026-08-04T18:00:56.033Z Compiling zerocopy v0.6.6
33312026-08-04T18:00:56.050Z Compiling progenitor-impl v0.13.0
33322026-08-04T18:00:56.072Z Compiling papergrid v0.17.0
33332026-08-04T18:00:56.091Z Compiling libscf-sys v1.2.0
33342026-08-04T18:00:56.135Z Compiling testing_table v0.3.0
33352026-08-04T18:00:56.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33362026-08-04T18:00:56.264Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-08-04T18:00:56.267Z Compiling curve25519-dalek v5.0.0
33382026-08-04T18:00:56.326Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-08-04T18:00:56.326Z Compiling unicase v2.9.0
33402026-08-04T18:00:56.397Z Compiling illumos-nvpair-sys v0.2.0
33412026-08-04T18:00:56.456Z Compiling hashbrown v0.12.3
33422026-08-04T18:00:56.475Z Compiling progenitor v0.14.0
33432026-08-04T18:00:56.567Z Compiling mime_guess v2.0.5
33442026-08-04T18:00:56.646Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33452026-08-04T18:00:56.663Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-08-04T18:00:56.667Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-08-04T18:00:56.699Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33482026-08-04T18:00:56.792Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-08-04T18:00:56.869Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33502026-08-04T18:00:57.023Z Compiling parking_lot v0.11.2
33512026-08-04T18:00:57.065Z Compiling serde-hex v0.1.0
33522026-08-04T18:00:57.108Z Compiling tabled v0.20.0
33532026-08-04T18:00:57.162Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33542026-08-04T18:00:57.215Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-08-04T18:00:57.265Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-08-04T18:00:57.312Z Compiling ron v0.8.1
33572026-08-04T18:00:57.392Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-08-04T18:00:57.441Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-08-04T18:00:57.464Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-08-04T18:00:57.606Z Compiling ssh-encoding v0.3.0
33612026-08-04T18:00:57.715Z Compiling hashbrown v0.13.2
33622026-08-04T18:00:57.824Z Compiling progenitor-client v0.13.0
33632026-08-04T18:00:57.942Z Compiling prefix-trie v0.7.0
33642026-08-04T18:00:57.982Z Compiling fxhash v0.2.1
33652026-08-04T18:00:58.156Z Compiling keccak v0.2.0
33662026-08-04T18:00:58.187Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-04T18:00:58.244Z Compiling crc-any v2.5.0
33682026-08-04T18:00:58.313Z Compiling hickory-server v0.25.2
33692026-08-04T18:00:58.365Z Compiling object v0.30.4
33702026-08-04T18:00:58.381Z Compiling sled v0.34.7
33712026-08-04T18:00:58.513Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-08-04T18:00:58.697Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-08-04T18:00:58.781Z Compiling progenitor-macro v0.13.0
33742026-08-04T18:00:59.057Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-08-04T18:00:59.421Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33762026-08-04T18:00:59.730Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33772026-08-04T18:00:59.747Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-08-04T18:01:00.108Z Compiling ed25519 v3.0.0
33792026-08-04T18:01:00.161Z Compiling crypto-primes v0.7.2
33802026-08-04T18:01:00.207Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33812026-08-04T18:01:00.387Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-08-04T18:01:00.939Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-08-04T18:01:00.969Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-08-04T18:01:00.989Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33852026-08-04T18:01:01.077Z Compiling pkcs1 v0.8.0-rc.4
33862026-08-04T18:01:01.255Z Compiling poly1305 v0.9.0
33872026-08-04T18:01:01.282Z Compiling blowfish v0.10.0
33882026-08-04T18:01:01.326Z Compiling blake2 v0.11.0-rc.6
33892026-08-04T18:01:01.512Z Compiling half v1.8.3
33902026-08-04T18:01:01.568Z Compiling path-slash v0.1.5
33912026-08-04T18:01:01.585Z Compiling http-range v0.1.5
33922026-08-04T18:01:01.681Z Compiling crc8 v0.1.1
33932026-08-04T18:01:01.743Z Compiling serde_cbor v0.11.2
33942026-08-04T18:01:01.805Z Compiling argon2 v0.6.0-rc.8
33952026-08-04T18:01:01.822Z Compiling ssh-cipher v0.3.0
33962026-08-04T18:01:01.838Z Compiling bcrypt-pbkdf v0.11.0
33972026-08-04T18:01:01.964Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33982026-08-04T18:01:01.997Z Compiling rsa v0.10.0-rc.18
33992026-08-04T18:01:02.144Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-08-04T18:01:02.184Z Compiling ed25519-dalek v3.0.0
34012026-08-04T18:01:02.291Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-08-04T18:01:02.294Z Compiling illumos-nvpair v0.3.0
34032026-08-04T18:01:02.574Z Compiling sha3 v0.11.0
34042026-08-04T18:01:02.595Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-08-04T18:01:02.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-08-04T18:01:02.736Z Compiling p521 v0.14.0
34072026-08-04T18:01:02.855Z Compiling p384 v0.14.0
34082026-08-04T18:01:02.873Z Compiling p256 v0.14.0
34092026-08-04T18:01:02.923Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-08-04T18:01:02.940Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-08-04T18:01:03.060Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34122026-08-04T18:01:03.078Z Compiling yasna v0.5.2
34132026-08-04T18:01:03.106Z Compiling kstat-rs v0.2.4
34142026-08-04T18:01:03.430Z Compiling headers-core v0.3.0
34152026-08-04T18:01:03.499Z Compiling kem v0.3.0
34162026-08-04T18:01:03.516Z Compiling module-lattice v0.2.3
34172026-08-04T18:01:03.581Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34182026-08-04T18:01:03.664Z Compiling nanorand v0.7.0
34192026-08-04T18:01:03.770Z Compiling atty v0.2.14
34202026-08-04T18:01:03.787Z Compiling sponge-cursor v0.1.0
34212026-08-04T18:01:03.802Z Compiling ml-kem v0.3.2
34222026-08-04T18:01:03.832Z Compiling headers v0.4.1
34232026-08-04T18:01:03.910Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34242026-08-04T18:01:03.955Z Compiling sha3 v0.12.0
34252026-08-04T18:01:03.972Z Compiling flume v0.11.1
34262026-08-04T18:01:03.975Z Compiling rcgen v0.12.1
34272026-08-04T18:01:03.992Z Compiling progenitor v0.13.0
34282026-08-04T18:01:04.025Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-08-04T18:01:04.191Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34302026-08-04T18:01:04.335Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34312026-08-04T18:01:04.450Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34322026-08-04T18:01:04.524Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34332026-08-04T18:01:04.610Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34342026-08-04T18:01:04.757Z Compiling hyper-staticfile v0.10.1
34352026-08-04T18:01:04.893Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34362026-08-04T18:01:04.944Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-08-04T18:01:05.003Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34382026-08-04T18:01:05.245Z Compiling russh-cryptovec v0.62.0
34392026-08-04T18:01:05.297Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-08-04T18:01:05.313Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34412026-08-04T18:01:05.317Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34422026-08-04T18:01:05.350Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-08-04T18:01:05.496Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34442026-08-04T18:01:05.585Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34452026-08-04T18:01:05.811Z Compiling internal-russh-num-bigint v0.5.0
34462026-08-04T18:01:05.833Z Compiling ssh-key v0.7.0-rc.11
34472026-08-04T18:01:06.093Z Compiling port-file v0.1.0
34482026-08-04T18:01:06.136Z Compiling num-bigint v0.4.6
34492026-08-04T18:01:06.163Z Compiling generic-array v1.4.3
34502026-08-04T18:01:06.188Z Compiling russh-util v0.52.0
34512026-08-04T18:01:06.329Z Compiling enum_dispatch v0.3.13
34522026-08-04T18:01:06.370Z Compiling delegate v0.13.5
34532026-08-04T18:01:06.374Z Compiling subprocess v0.2.15
34542026-08-04T18:01:06.697Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34552026-08-04T18:01:06.714Z Compiling display-error-chain v0.2.2
34562026-08-04T18:01:06.776Z Compiling md5 v0.8.0
34572026-08-04T18:01:06.885Z Compiling hex-literal v1.1.0
34582026-08-04T18:01:07.059Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34592026-08-04T18:01:07.075Z Compiling colored v2.2.0
34602026-08-04T18:01:07.164Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-08-04T18:01:07.186Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34622026-08-04T18:01:07.191Z Compiling socket2 v0.5.10
34632026-08-04T18:01:07.366Z Compiling internet-checksum v0.2.1
34642026-08-04T18:01:07.398Z Compiling russh v0.62.4
34652026-08-04T18:01:08.414Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34662026-08-04T18:01:09.132Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34672026-08-04T18:01:09.619Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34682026-08-04T18:01:10.960Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34692026-08-04T18:01:11.158Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34702026-08-04T18:01:11.806Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34712026-08-04T18:01:20.343Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34722026-08-04T18:01:20.343Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34732026-08-04T18:01:20.344Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34742026-08-04T18:01:20.348Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34752026-08-04T18:01:20.348Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34762026-08-04T18:01:22.136Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-08-04T18:01:22.239Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-08-04T18:01:26.543Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-08-04T18:02:06.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34802026-08-04T18:02:06.650Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34812026-08-04T18:02:06.650Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34822026-08-04T18:02:06.872Z
34832026-08-04T18:02:06.873Zreal 1:28.465019871
34842026-08-04T18:02:06.873Zuser 8:43.046506673
34852026-08-04T18:02:06.873Zsys 1:45.447247262
34862026-08-04T18:02:06.873Ztrap 0.264786773
34872026-08-04T18:02:06.873Ztflt 0.316675507
34882026-08-04T18:02:06.878Zdflt 1.720989260
34892026-08-04T18:02:06.878Zkflt 0.000309980
34902026-08-04T18:02:06.878Zlock 32:22.178561946
34912026-08-04T18:02:06.878Zslp 20:08.814012976
34922026-08-04T18:02:06.878Zlat 41.199202569
34932026-08-04T18:02:06.878Zstop 3:06.503934059
34942026-08-04T18:02:06.878Z+ mkdir tests
34952026-08-04T18:02:06.881Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-08-04T18:02:06.881Z+ xargs -I '{}' -t cp '{}' tests/
34972026-08-04T18:02:06.903Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44f23a3240c602b1 tests/
34982026-08-04T18:02:06.925Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f23abeacb99744ed tests/
34992026-08-04T18:02:06.947Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-053cbd16cd2eec4c tests/
35002026-08-04T18:02:06.969Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e49532e366170e31 tests/
35012026-08-04T18:02:07.276Z+ 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)
35022026-08-04T18:02:07.279Z+ 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-f23abeacb99744ed tests/commtest-053cbd16cd2eec4c tests/dhcp_server-44f23a3240c602b1 tests/end_to_end_tests-e49532e366170e31 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
35032026-08-04T18:03:33.281ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-08-04T18:03:33.281Za .github/buildomat/ci-env.sh 1K
35052026-08-04T18:03:33.281Za out/target/test 1K
35062026-08-04T18:03:33.281Za out/npuzone/npuzone 27402K
35072026-08-04T18:03:33.281Za package-manifest.toml 35K
35082026-08-04T18:03:33.281Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-08-04T18:03:33.281Za target/release/omicron-package 44941K
35102026-08-04T18:03:33.281Za target/release/xtask 11722K
35112026-08-04T18:03:33.281Za target/debug/bootstrap 407480K
35122026-08-04T18:03:33.281Za tests/bootstrap-f23abeacb99744ed 34514K
35132026-08-04T18:03:33.281Za tests/commtest-053cbd16cd2eec4c 34896K
35142026-08-04T18:03:33.281Za tests/dhcp_server-44f23a3240c602b1 34514K
35152026-08-04T18:03:33.281Za tests/end_to_end_tests-e49532e366170e31 470469K
35162026-08-04T18:03:33.281Za tools/opte_version 1K
35172026-08-04T18:03:33.281Za tools/opte_version_override 2K
35182026-08-04T18:03:33.281Za out/clickhouse.tar.gz 316074K
35192026-08-04T18:03:33.281Za out/clickhouse_keeper.tar.gz 302283K
35202026-08-04T18:03:33.281Za out/clickhouse_server.tar.gz 316071K
35212026-08-04T18:03:33.281Za out/cockroachdb.tar.gz 163281K
35222026-08-04T18:03:33.281Za out/crucible-pantry-zone.tar.gz 39515K
35232026-08-04T18:03:33.281Za out/crucible-utils.tar 18900K
35242026-08-04T18:03:33.281Za out/crucible-zone.tar.gz 54210K
35252026-08-04T18:03:33.281Za out/external-dns.tar.gz 48106K
35262026-08-04T18:03:33.281Za out/internal-dns.tar.gz 48105K
35272026-08-04T18:03:33.282Za out/mg-ddm-gz.tar 100917K
35282026-08-04T18:03:33.282Za out/nexus.tar.gz 354955K
35292026-08-04T18:03:33.282Za out/ntp.tar.gz 30678K
35302026-08-04T18:03:33.282Za out/omicron-gateway-softnpu.tar.gz 29440K
35312026-08-04T18:03:33.282Za out/omicron-sled-agent.tar 221877K
35322026-08-04T18:03:33.282Za out/overlay.tar.gz 4K
35332026-08-04T18:03:33.282Za out/oximeter.tar.gz 65086K
35342026-08-04T18:03:33.282Za out/oxlog.tar 4005K
35352026-08-04T18:03:33.282Za out/probe.tar.gz 3037K
35362026-08-04T18:03:33.282Za out/propolis-server.tar.gz 34372K
35372026-08-04T18:03:33.282Za out/pumpkind-gz.tar 26647K
35382026-08-04T18:03:33.282Za out/switch-softnpu.tar.gz 499935K
35392026-08-04T18:03:33.285Z
35402026-08-04T18:03:33.285Zreal 1:26.001532680
35412026-08-04T18:03:33.285Zuser 1:23.117166499
35422026-08-04T18:03:33.285Zsys 4.851316947
35432026-08-04T18:03:33.285Ztrap 0.006604364
35442026-08-04T18:03:33.285Ztflt 0.000000000
35452026-08-04T18:03:33.285Zdflt 0.000000000
35462026-08-04T18:03:33.286Zkflt 0.000000000
35472026-08-04T18:03:33.286Zlock 0.000000000
35482026-08-04T18:03:33.286Zslp 1:22.975012772
35492026-08-04T18:03:33.286Zlat 1.048602920
35502026-08-04T18:03:33.286Zstop 0.000278630
35512026-08-04T18:03:33.286Zprocess exited: duration 1252203 ms, exit code 0
 
35522026-08-04T18:03:33.299Zfound 1 output files
35532026-08-04T18:03:33.316Zuploading: /work/package.tar.gz (2675263610 bytes)
35542026-08-04T18:04:06.748Zuploaded: /work/package.tar.gz