01KY6EABS20QJQKMB4XXYB9B1S: 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: 01KY6EAVYE7QTPC20QZ05HGWV4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T02:55:26.420Zjob assigned to worker 01KY6EB66WQSH9PPA150DMD14P [factory aws, i-0347bda08951f84bf] (queued for 51 s)
 
22026-07-23T02:55:33.505Zstarting task 0: "setup"
32026-07-23T02:55:33.509Z++ uname -s
42026-07-23T02:55:33.514Z+ kern=SunOS
52026-07-23T02:55:33.514Z+ build_user=build
62026-07-23T02:55:33.514Z+ build_uid=12345
72026-07-23T02:55:33.514Z+ work_dir=/work
82026-07-23T02:55:33.515Z+ input_dir=/input
92026-07-23T02:55:33.515Z+ [[ 0 == 12345 ]]
102026-07-23T02:55:33.515Z+ case "$kern" in
112026-07-23T02:55:33.515Z+ groupadd -g 12345 build
122026-07-23T02:55:33.518Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T02:55:35.520Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T02:55:35.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T02:55:35.626Z+ home_fs=zfs
162026-07-23T02:55:35.626Z+ [[ zfs == autofs ]]
172026-07-23T02:55:35.626Z+ mkdir -p /home/build
182026-07-23T02:55:35.629Z+ chown build:build /home/build /work
192026-07-23T02:55:37.629Z+ chmod 0700 /home/build /work
202026-07-23T02:55:37.633Zprocess exited: duration 4129 ms, exit code 0
 
212026-07-23T02:55:37.639Zstarting task 1: "rust-toolchain"
222026-07-23T02:55:37.644Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T02:55:37.644Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-23T02:55:37.644Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-23T02:55:37.645Z * rust toolchain channel = "1.96.1"
262026-07-23T02:55:37.645Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T02:55:37.649Z * rust toolchain profile = "default"
282026-07-23T02:55:37.649Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T02:55:37.649Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T02:55:37.759Zinfo: downloading installer
312026-07-23T02:55:39.303Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T02:55:39.303Zwarn: /home/build/.rustup/settings.toml
332026-07-23T02:55:39.303Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T02:55:39.303Zwarn: instead of the one inferred from the default host triple.
352026-07-23T02:55:39.314Zinfo: profile set to default
362026-07-23T02:55:39.314Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T02:55:39.318Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T02:55:39.460Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T02:55:39.463Zinfo: downloading 6 components
402026-07-23T02:55:54.944Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T02:55:54.944Z
422026-07-23T02:55:54.973Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T02:55:54.973Z
442026-07-23T02:55:54.973Z
452026-07-23T02:55:54.973ZRust is installed now. Great!
462026-07-23T02:55:54.973Z
472026-07-23T02:55:54.973ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T02:55:54.973Zenvironment variable. This has not been done automatically.
492026-07-23T02:55:54.973Z
502026-07-23T02:55:54.973ZTo configure your current shell, you need to source
512026-07-23T02:55:54.973Zthe corresponding env file under $HOME/.cargo.
522026-07-23T02:55:54.973Z
532026-07-23T02:55:54.973ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T02:55:54.973Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T02:55:54.973Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T02:55:54.973Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T02:55:54.973Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T02:55:54.973Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T02:55:54.973Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T02:55:54.977Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T02:55:54.977Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T02:55:55.073Z+ rustup --version
632026-07-23T02:55:55.079Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T02:55:55.079Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T02:55:55.101Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T02:55:55.104Z+ cargo --version
672026-07-23T02:55:55.112Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T02:55:55.115Z+ rustc --version
692026-07-23T02:55:55.136Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T02:55:55.139Zprocess exited: duration 17498 ms, exit code 0
 
712026-07-23T02:55:55.146Zstarting task 2: "authentication"
722026-07-23T02:55:55.163Zprocess exited: duration 17 ms, exit code 0
 
732026-07-23T02:55:55.170Zstarting task 3: "clone repository"
742026-07-23T02:55:55.174Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T02:55:55.177Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T02:55:55.209ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T02:56:04.455Z+ cd /work/oxidecomputer/omicron
782026-07-23T02:56:04.455Z+ git fetch origin 09c36a0de16070f599a3d60ead4da2070e908355
792026-07-23T02:56:04.719ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T02:56:04.719Z * branch 09c36a0de16070f599a3d60ead4da2070e908355 -> FETCH_HEAD
812026-07-23T02:56:04.733Z+ [[ -n ben/add-service-ip-pool-config-to-rack-init ]]
822026-07-23T02:56:04.743Z++ git branch --show-current
832026-07-23T02:56:04.743Z+ current=main
842026-07-23T02:56:04.743Z+ [[ main != ben/add-service-ip-pool-config-to-rack-init ]]
852026-07-23T02:56:04.743Z+ git branch -f ben/add-service-ip-pool-config-to-rack-init 09c36a0de16070f599a3d60ead4da2070e908355
862026-07-23T02:56:04.743Z+ git checkout -f ben/add-service-ip-pool-config-to-rack-init
872026-07-23T02:56:04.991ZSwitched to branch 'ben/add-service-ip-pool-config-to-rack-init'
882026-07-23T02:56:04.997Z+ git reset --hard 09c36a0de16070f599a3d60ead4da2070e908355
892026-07-23T02:56:05.012ZHEAD is now at 09c36a0de Add full service IP Pool data to DB rack init type
902026-07-23T02:56:05.015Zprocess exited: duration 9840 ms, exit code 0
 
912026-07-23T02:56:05.022Zstarting task 4: "build"
922026-07-23T02:56:05.033Z+ source .github/buildomat/ci-env.sh
932026-07-23T02:56:05.033Z++ export CARGO_TERM_COLOR=always
942026-07-23T02:56:05.033Z++ CARGO_TERM_COLOR=always
952026-07-23T02:56:05.036Z+++ uname -s
962026-07-23T02:56:05.036Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T02:56:05.036Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T02:56:05.036Z+ cargo --version
992026-07-23T02:56:05.043Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T02:56:05.046Z+ rustc --version
1012026-07-23T02:56:05.064Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T02:56:05.072Z+ WORK=/work
1032026-07-23T02:56:05.072Z+ pfexec mkdir -p /work
1042026-07-23T02:56:05.072Z+ pfexec chown build /work
1052026-07-23T02:56:05.075Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-23T02:56:06.857Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-23T02:56:07.073Z Startup: Caching catalogs ... Done
1082026-07-23T02:56:08.173ZPlanning: Solver setup ... Done (1.018s)
1092026-07-23T02:56:08.215ZPlanning: Running solver ... Done (0.041s)
1102026-07-23T02:56:08.242ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-23T02:56:08.253ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-23T02:56:08.270ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-23T02:56:08.283ZPlanning: Package planning ... Done (0.014s)
1142026-07-23T02:56:08.291ZPlanning: Merging actions ... Done (0.001s)
1152026-07-23T02:56:08.491ZPlanning: Checking for conflicting actions ... Done (0.206s)
1162026-07-23T02:56:08.494ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-23T02:56:09.356ZPlanning: Evaluating mediators ... Done (0.864s)
1182026-07-23T02:56:09.361ZPlanning: Planning completed in 2.25 seconds
1192026-07-23T02:56:09.368Z Packages to install: 2
1202026-07-23T02:56:09.368Z Estimated space available: 156.05 GB
1212026-07-23T02:56:09.368ZEstimated space to be consumed: 52.23 MB
1222026-07-23T02:56:09.371Z Create boot environment: No
1232026-07-23T02:56:09.371ZCreate backup boot environment: No
1242026-07-23T02:56:09.371Z Rebuild boot archive: No
1252026-07-23T02:56:09.371Z
1262026-07-23T02:56:09.371ZChanged packages:
1272026-07-23T02:56:09.371Zhelios
1282026-07-23T02:56:09.371Z developer/build-essential
1292026-07-23T02:56:09.371Z None -> 11-3.0
1302026-07-23T02:56:09.371Z library/libxmlsec1
1312026-07-23T02:56:09.372Z None -> 1.2.35-3.0
1322026-07-23T02:56:09.393Z
1332026-07-23T02:56:09.393ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-23T02:56:09.477ZDownload: Completed 1.28 MB in 0.07 seconds (18.2M/s)
1352026-07-23T02:56:09.522Z Actions: 1/268 actions (Installing new actions)
1362026-07-23T02:56:09.560Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-23T02:56:09.583ZFinalize: Updating package state database ... Done (0.024s)
1382026-07-23T02:56:09.583ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-23T02:56:09.642ZFinalize: Updating image state ... Done (0.055s)
1402026-07-23T02:56:12.219ZFinalize: Creating fast lookup database ... Done (2.543s)
1412026-07-23T02:56:12.291ZFinalize: Reading search index ... Done (0.013s)
1422026-07-23T02:56:12.300ZFinalize: Updating search index ... Done (0.000s)
1432026-07-23T02:56:12.425ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-23T02:56:12.761ZPlanning: Evaluating mediator changes ... Done
1452026-07-23T02:56:12.864ZPlanning: Checking for conflicting actions ... Done
1462026-07-23T02:56:12.869ZPlanning: Consolidating action changes ... Done
1472026-07-23T02:56:13.023ZPlanning: Evaluating mediators ... Done
1482026-07-23T02:56:13.031ZPlanning: Planning completed in 0.26 seconds
1492026-07-23T02:56:13.046Z Mediators to change: 2
1502026-07-23T02:56:13.046Z Create boot environment: No
1512026-07-23T02:56:13.046ZCreate backup boot environment: No
1522026-07-23T02:56:13.107ZFinalize: Updating package state database ... Done
1532026-07-23T02:56:13.108ZFinalize: Updating package cache ... Done
1542026-07-23T02:56:13.129ZFinalize: Updating image state ... Done
1552026-07-23T02:56:15.067ZFinalize: Creating fast lookup database ... Done
1562026-07-23T02:56:15.126ZFinalize: Reading search index ... Done
1572026-07-23T02:56:15.139ZFinalize: Updating search index ... Done
1582026-07-23T02:56:15.205ZFinalize: Updating package cache ... Done
1592026-07-23T02:56:15.515ZPlanning: Evaluating mediator changes ... Done
1602026-07-23T02:56:15.609ZPlanning: Checking for conflicting actions ... Done
1612026-07-23T02:56:15.614ZPlanning: Consolidating action changes ... Done
1622026-07-23T02:56:15.749ZPlanning: Evaluating mediators ... Done
1632026-07-23T02:56:15.758ZPlanning: Planning completed in 0.26 seconds
1642026-07-23T02:56:15.763Z Mediators to change: 1
1652026-07-23T02:56:15.763Z Create boot environment: No
1662026-07-23T02:56:15.763ZCreate backup boot environment: No
1672026-07-23T02:56:15.804ZFinalize: Updating package state database ... Done
1682026-07-23T02:56:15.804ZFinalize: Updating package cache ... Done
1692026-07-23T02:56:15.837ZFinalize: Updating image state ... Done
1702026-07-23T02:56:17.778ZFinalize: Creating fast lookup database ... Done
1712026-07-23T02:56:17.841ZFinalize: Reading search index ... Done
1722026-07-23T02:56:17.844ZFinalize: Updating search index ... Done
1732026-07-23T02:56:17.913ZFinalize: Updating package cache ... Done
1742026-07-23T02:56:18.209ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-23T02:56:18.210Zapache system 2.4 system
1762026-07-23T02:56:18.210Zclang system 15 system
1772026-07-23T02:56:18.210Zcsh system system illumos
1782026-07-23T02:56:18.210Zctags system system illumos
1792026-07-23T02:56:18.210Zfile vendor vendor darwinsys
1802026-07-23T02:56:18.210Zfile system system illumos
1812026-07-23T02:56:18.210Zgcc vendor 14 vendor
1822026-07-23T02:56:18.210Zgcc system 13 system
1832026-07-23T02:56:18.210Zgcc system 10 system
1842026-07-23T02:56:18.210Zgo system 1.25 system
1852026-07-23T02:56:18.210Zllvm system 15 system
1862026-07-23T02:56:18.211Zmariadb system 11.4 system
1872026-07-23T02:56:18.211Zmta vendor vendor dma
1882026-07-23T02:56:18.211Zopenjdk system 17 system
1892026-07-23T02:56:18.211Zopenjdk system 11 system
1902026-07-23T02:56:18.211Zopenssl vendor 3 vendor
1912026-07-23T02:56:18.211Zperl system 5.40 system
1922026-07-23T02:56:18.211Zpostgresql system 18 system
1932026-07-23T02:56:18.211Zpostgresql system 17 system
1942026-07-23T02:56:18.211Zpython vendor 3 vendor
1952026-07-23T02:56:18.211Zpython system 2 system
1962026-07-23T02:56:18.211Zpython3 vendor 3.13 vendor
1972026-07-23T02:56:18.212Zruby system 3.4 system
1982026-07-23T02:56:18.212Zruby system 3.0 system
1992026-07-23T02:56:18.212Zwords vendor vendor american-english
2002026-07-23T02:56:18.212Zwords system system australian-english
2012026-07-23T02:56:18.214Zwords system system british-english
2022026-07-23T02:56:18.214Zwords system system canadian-english
2032026-07-23T02:56:18.214Zwords system system french
2042026-07-23T02:56:18.214Zwords system system italian
2052026-07-23T02:56:18.214Zwords system system ngerman
2062026-07-23T02:56:18.214Zwords system system ogerman
2072026-07-23T02:56:18.214Zwords system system spanish
2082026-07-23T02:56:18.457ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-23T02:56:18.457Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-23T02:56:18.842ZFMRI IFO
2112026-07-23T02:56:18.842Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-23T02:56:18.844Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-23T02:56:18.844Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-23T02:56:18.844Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-23T02:56:18.844Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-23T02:56:18.844Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-23T02:56:18.844Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-23T02:56:18.844Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-23T02:56:18.844Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-23T02:56:19.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-23T02:56:19.419Z Updating crates.io index
2222026-07-23T02:56:19.426Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-23T02:56:19.646Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-23T02:56:19.900Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-23T02:56:20.869Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-23T02:56:21.399Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-23T02:56:22.921Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-23T02:56:23.664Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-23T02:56:23.883Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-23T02:56:24.814Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-23T02:56:25.322Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-23T02:56:25.573Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-23T02:56:25.906Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-23T02:56:26.107Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-23T02:56:26.545Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-23T02:56:27.213Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-23T02:56:27.253Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-23T02:56:27.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-23T02:56:27.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-23T02:56:28.049Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-23T02:56:28.280Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-23T02:56:28.556Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-23T02:56:28.767Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-23T02:56:29.109Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-23T02:56:29.428Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-23T02:56:29.656Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-23T02:56:30.055Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-23T02:56:30.289Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-23T02:56:30.680Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-23T02:56:30.957Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-23T02:56:31.191Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-23T02:56:31.411Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-23T02:56:31.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-23T02:56:32.116Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-23T02:56:32.360Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-23T02:56:32.647Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-23T02:56:32.891Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-23T02:56:37.737Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-23T02:56:38.012Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-23T02:56:38.012Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-23T02:56:38.012Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-23T02:56:38.012Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-23T02:56:38.012Z Downloading crates ...
2642026-07-23T02:56:38.012Z Downloaded colorchoice v1.0.4
2652026-07-23T02:56:38.012Z Downloaded heck v0.4.1
2662026-07-23T02:56:38.012Z Downloaded block-buffer v0.10.4
2672026-07-23T02:56:38.012Z Downloaded cargo-platform v0.3.2
2682026-07-23T02:56:38.012Z Downloaded pretty-hex v0.4.1
2692026-07-23T02:56:38.012Z Downloaded fastrand v2.3.0
2702026-07-23T02:56:38.012Z Downloaded zerocopy v0.7.35
2712026-07-23T02:56:38.012Z Downloaded macaddr v1.0.1
2722026-07-23T02:56:38.012Z Downloaded zmij v1.0.21
2732026-07-23T02:56:38.012Z Downloaded zerocopy-derive v0.7.35
2742026-07-23T02:56:38.012Z Downloaded anstyle v1.0.14
2752026-07-23T02:56:38.013Z Downloaded thiserror v2.0.18
2762026-07-23T02:56:38.013Z Downloaded is_terminal_polyfill v1.70.2
2772026-07-23T02:56:38.013Z Downloaded camino-tempfile v1.4.1
2782026-07-23T02:56:38.013Z Downloaded equivalent v1.0.2
2792026-07-23T02:56:38.013Z Downloaded dtrace-parser v0.2.0
2802026-07-23T02:56:38.013Z Downloaded papergrid v0.11.0
2812026-07-23T02:56:38.013Z Downloaded itoa v1.0.17
2822026-07-23T02:56:38.013Z Downloaded anyhow v1.0.102
2832026-07-23T02:56:38.013Z Downloaded once_cell v1.21.3
2842026-07-23T02:56:38.013Z Downloaded heck v0.5.0
2852026-07-23T02:56:38.015Z Downloaded errno v0.3.14
2862026-07-23T02:56:38.015Z Downloaded getrandom v0.4.1
2872026-07-23T02:56:38.016Z Downloaded toml v0.8.23
2882026-07-23T02:56:38.016Z Downloaded pest_meta v2.8.6
2892026-07-23T02:56:38.016Z Downloaded dof v0.3.0
2902026-07-23T02:56:38.016Z Downloaded memmap v0.7.0
2912026-07-23T02:56:38.016Z Downloaded fnv v1.0.7
2922026-07-23T02:56:38.016Z Downloaded plain v0.2.3
2932026-07-23T02:56:38.016Z Downloaded autocfg v1.5.0
2942026-07-23T02:56:38.016Z Downloaded generic-array v0.14.7
2952026-07-23T02:56:38.016Z Downloaded swrite v0.1.0
2962026-07-23T02:56:38.016Z Downloaded anstyle-parse v1.0.0
2972026-07-23T02:56:38.016Z Downloaded usdt-macro v0.5.0
2982026-07-23T02:56:38.016Z Downloaded pest_derive v2.8.6
2992026-07-23T02:56:38.016Z Downloaded usdt-attr-macro v0.5.0
3002026-07-23T02:56:38.016Z Downloaded anstyle-query v1.1.5
3012026-07-23T02:56:38.016Z Downloaded cpufeatures v0.2.17
3022026-07-23T02:56:38.016Z Downloaded strsim v0.11.1
3032026-07-23T02:56:38.016Z Downloaded smawk v0.3.2
3042026-07-23T02:56:38.016Z Downloaded scroll_derive v0.12.1
3052026-07-23T02:56:38.016Z Downloaded fs-err v3.3.0
3062026-07-23T02:56:38.016Z Downloaded byteorder v1.5.0
3072026-07-23T02:56:38.016Z Downloaded serde_spanned v0.6.9
3082026-07-23T02:56:38.016Z Downloaded tabled_derive v0.7.0
3092026-07-23T02:56:38.016Z Downloaded usdt v0.5.0
3102026-07-23T02:56:38.016Z Downloaded utf8parse v0.2.2
3112026-07-23T02:56:38.026Z Downloaded toml_datetime v0.6.11
3122026-07-23T02:56:38.026Z Downloaded unicode-linebreak v0.1.5
3132026-07-23T02:56:38.026Z Downloaded proc-macro-error-attr v1.0.4
3142026-07-23T02:56:38.026Z Downloaded version_check v0.9.5
3152026-07-23T02:56:38.026Z Downloaded thread-id v4.2.2
3162026-07-23T02:56:38.026Z Downloaded cfg-if v1.0.4
3172026-07-23T02:56:38.026Z Downloaded toml_write v0.1.2
3182026-07-23T02:56:38.026Z Downloaded clap_lex v1.0.0
3192026-07-23T02:56:38.026Z Downloaded memchr v2.8.0
3202026-07-23T02:56:38.026Z Downloaded cargo_metadata v0.23.1
3212026-07-23T02:56:38.026Z Downloaded serde_tokenstream v0.2.3
3222026-07-23T02:56:38.026Z Downloaded camino v1.2.2
3232026-07-23T02:56:38.026Z Downloaded usdt-impl v0.5.0
3242026-07-23T02:56:38.026Z Downloaded crypto-common v0.1.7
3252026-07-23T02:56:38.026Z Downloaded anstream v1.0.0
3262026-07-23T02:56:38.026Z Downloaded terminal_size v0.4.3
3272026-07-23T02:56:38.026Z Downloaded digest v0.10.7
3282026-07-23T02:56:38.026Z Downloaded cargo_toml v0.21.0
3292026-07-23T02:56:38.026Z Downloaded pest_generator v2.8.6
3302026-07-23T02:56:38.027Z Downloaded quote v1.0.45
3312026-07-23T02:56:38.027Z Downloaded sha2 v0.10.9
3322026-07-23T02:56:38.027Z Downloaded proc-macro-error v1.0.4
3332026-07-23T02:56:38.027Z Downloaded thiserror-impl v2.0.18
3342026-07-23T02:56:38.027Z Downloaded log v0.4.29
3352026-07-23T02:56:38.027Z Downloaded thiserror-impl v1.0.69
3362026-07-23T02:56:38.027Z Downloaded bitflags v2.11.0
3372026-07-23T02:56:38.027Z Downloaded scroll v0.12.0
3382026-07-23T02:56:38.027Z Downloaded bytecount v0.6.9
3392026-07-23T02:56:38.027Z Downloaded thiserror v1.0.69
3402026-07-23T02:56:38.027Z Downloaded clap_derive v4.6.1
3412026-07-23T02:56:38.027Z Downloaded semver v1.0.28
3422026-07-23T02:56:38.027Z Downloaded tempfile v3.25.0
3432026-07-23T02:56:38.027Z Downloaded clap v4.6.1
3442026-07-23T02:56:38.027Z Downloaded proc-macro2 v1.0.106
3452026-07-23T02:56:38.027Z Downloaded ucd-trie v0.1.7
3462026-07-23T02:56:38.027Z Downloaded textwrap v0.16.2
3472026-07-23T02:56:38.027Z Downloaded serde_derive v1.0.228
3482026-07-23T02:56:38.027Z Downloaded unicode-ident v1.0.24
3492026-07-23T02:56:38.027Z Downloaded serde_core v1.0.228
3502026-07-23T02:56:38.027Z Downloaded toml_edit v0.22.27
3512026-07-23T02:56:38.027Z Downloaded serde v1.0.228
3522026-07-23T02:56:38.027Z Downloaded typenum v1.20.1
3532026-07-23T02:56:38.027Z Downloaded serde_json v1.0.150
3542026-07-23T02:56:38.027Z Downloaded pest v2.8.6
3552026-07-23T02:56:38.027Z Downloaded indexmap v2.14.0
3562026-07-23T02:56:38.027Z Downloaded goblin v0.8.2
3572026-07-23T02:56:38.027Z Downloaded hashbrown v0.17.0
3582026-07-23T02:56:38.028Z Downloaded tabled v0.15.0
3592026-07-23T02:56:38.065Z Downloaded clap_builder v4.6.0
3602026-07-23T02:56:38.065Z Downloaded winnow v0.7.14
3612026-07-23T02:56:38.065Z Downloaded syn v1.0.109
3622026-07-23T02:56:38.065Z Downloaded unicode-width v0.1.14
3632026-07-23T02:56:38.066Z Downloaded unicode-width v0.2.0
3642026-07-23T02:56:38.066Z Downloaded syn v2.0.117
3652026-07-23T02:56:38.066Z Downloaded rustix v1.1.3
3662026-07-23T02:56:38.066Z Downloaded libc v0.2.185
3672026-07-23T02:56:38.066Z Compiling proc-macro2 v1.0.106
3682026-07-23T02:56:38.066Z Compiling unicode-ident v1.0.24
3692026-07-23T02:56:38.066Z Compiling quote v1.0.45
3702026-07-23T02:56:38.066Z Compiling serde_core v1.0.228
3712026-07-23T02:56:38.066Z Compiling libc v0.2.185
3722026-07-23T02:56:38.066Z Compiling version_check v0.9.5
3732026-07-23T02:56:38.066Z Compiling memchr v2.8.0
3742026-07-23T02:56:38.066Z Compiling serde v1.0.228
3752026-07-23T02:56:38.066Z Compiling zmij v1.0.21
3762026-07-23T02:56:38.079Z Compiling itoa v1.0.17
3772026-07-23T02:56:38.084Z Compiling ucd-trie v0.1.7
3782026-07-23T02:56:38.084Z Compiling thiserror v1.0.69
3792026-07-23T02:56:38.084Z Compiling byteorder v1.5.0
3802026-07-23T02:56:38.092Z Compiling rustix v1.1.3
3812026-07-23T02:56:38.346Z Compiling bitflags v2.11.0
3822026-07-23T02:56:38.480Z Compiling serde_json v1.0.150
3832026-07-23T02:56:38.591Z Compiling pest v2.8.6
3842026-07-23T02:56:38.609Z Compiling camino v1.2.2
3852026-07-23T02:56:38.646Z Compiling syn v1.0.109
3862026-07-23T02:56:38.649Z Compiling equivalent v1.0.2
3872026-07-23T02:56:38.719Z Compiling usdt-impl v0.5.0
3882026-07-23T02:56:38.761Z Compiling proc-macro-error-attr v1.0.4
3892026-07-23T02:56:38.877Z Compiling proc-macro-error v1.0.4
3902026-07-23T02:56:38.920Z Compiling utf8parse v0.2.2
3912026-07-23T02:56:38.940Z Compiling plain v0.2.3
3922026-07-23T02:56:38.982Z Compiling hashbrown v0.17.0
3932026-07-23T02:56:38.982Z Compiling getrandom v0.4.1
3942026-07-23T02:56:39.024Z Compiling log v0.4.29
3952026-07-23T02:56:39.144Z Compiling anstyle-parse v1.0.0
3962026-07-23T02:56:39.147Z Compiling anstyle v1.0.14
3972026-07-23T02:56:39.240Z Compiling thiserror v2.0.18
3982026-07-23T02:56:39.246Z Compiling winnow v0.7.14
3992026-07-23T02:56:39.258Z Compiling pretty-hex v0.4.1
4002026-07-23T02:56:39.291Z Compiling toml_write v0.1.2
4012026-07-23T02:56:39.349Z Compiling errno v0.3.14
4022026-07-23T02:56:39.374Z Compiling thread-id v4.2.2
4032026-07-23T02:56:39.421Z Compiling anstyle-query v1.1.5
4042026-07-23T02:56:39.424Z Compiling colorchoice v1.0.4
4052026-07-23T02:56:39.440Z Compiling autocfg v1.5.0
4062026-07-23T02:56:39.477Z Compiling cfg-if v1.0.4
4072026-07-23T02:56:39.528Z Compiling is_terminal_polyfill v1.70.2
4082026-07-23T02:56:39.581Z Compiling indexmap v2.14.0
4092026-07-23T02:56:39.585Z Compiling fastrand v2.3.0
4102026-07-23T02:56:39.585Z Compiling heck v0.5.0
4112026-07-23T02:56:39.652Z Compiling anstream v1.0.0
4122026-07-23T02:56:39.687Z Compiling syn v2.0.117
4132026-07-23T02:56:39.690Z Compiling pest_meta v2.8.6
4142026-07-23T02:56:39.808Z Compiling anyhow v1.0.102
4152026-07-23T02:56:39.896Z Compiling once_cell v1.21.3
4162026-07-23T02:56:39.915Z Compiling heck v0.4.1
4172026-07-23T02:56:39.934Z Compiling fs-err v3.3.0
4182026-07-23T02:56:39.934Z Compiling unicode-width v0.1.14
4192026-07-23T02:56:39.967Z Compiling strsim v0.11.1
4202026-07-23T02:56:39.987Z Compiling fnv v1.0.7
4212026-07-23T02:56:40.134Z Compiling clap_lex v1.0.0
4222026-07-23T02:56:40.167Z Compiling bytecount v0.6.9
4232026-07-23T02:56:40.170Z Compiling memmap v0.7.0
4242026-07-23T02:56:40.242Z Compiling smawk v0.3.2
4252026-07-23T02:56:40.246Z Compiling unicode-width v0.2.0
4262026-07-23T02:56:40.259Z Compiling unicode-linebreak v0.1.5
4272026-07-23T02:56:40.327Z Compiling papergrid v0.11.0
4282026-07-23T02:56:40.357Z Compiling terminal_size v0.4.3
4292026-07-23T02:56:40.389Z Compiling tempfile v3.25.0
4302026-07-23T02:56:40.405Z Compiling swrite v0.1.0
4312026-07-23T02:56:40.556Z Compiling clap_builder v4.6.0
4322026-07-23T02:56:40.559Z Compiling cargo-platform v0.3.2
4332026-07-23T02:56:40.640Z Compiling semver v1.0.28
4342026-07-23T02:56:40.644Z Compiling textwrap v0.16.2
4352026-07-23T02:56:40.803Z Compiling camino-tempfile v1.4.1
4362026-07-23T02:56:41.164Z Compiling tabled_derive v0.7.0
4372026-07-23T02:56:41.816Z Compiling pest_generator v2.8.6
4382026-07-23T02:56:41.833Z Compiling tabled v0.15.0
4392026-07-23T02:56:42.340Z Compiling serde_derive v1.0.228
4402026-07-23T02:56:42.343Z Compiling thiserror-impl v1.0.69
4412026-07-23T02:56:42.343Z Compiling zerocopy-derive v0.7.35
4422026-07-23T02:56:42.344Z Compiling pest_derive v2.8.6
4432026-07-23T02:56:42.344Z Compiling scroll_derive v0.12.1
4442026-07-23T02:56:42.344Z Compiling thiserror-impl v2.0.18
4452026-07-23T02:56:42.344Z Compiling clap_derive v4.6.1
4462026-07-23T02:56:43.020Z Compiling scroll v0.12.0
4472026-07-23T02:56:43.085Z Compiling zerocopy v0.7.35
4482026-07-23T02:56:43.236Z Compiling goblin v0.8.2
4492026-07-23T02:56:43.395Z Compiling dtrace-parser v0.2.0
4502026-07-23T02:56:43.680Z Compiling clap v4.6.1
4512026-07-23T02:56:44.733Z Compiling toml_datetime v0.6.11
4522026-07-23T02:56:44.733Z Compiling serde_spanned v0.6.9
4532026-07-23T02:56:44.736Z Compiling macaddr v1.0.1
4542026-07-23T02:56:44.736Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-23T02:56:44.736Z Compiling cargo_metadata v0.23.1
4562026-07-23T02:56:44.750Z Compiling dof v0.3.0
4572026-07-23T02:56:44.753Z Compiling serde_tokenstream v0.2.3
4582026-07-23T02:56:44.911Z Compiling toml_edit v0.22.27
4592026-07-23T02:56:45.484Z Compiling usdt-attr-macro v0.5.0
4602026-07-23T02:56:45.484Z Compiling usdt-macro v0.5.0
4612026-07-23T02:56:46.090Z Compiling usdt v0.5.0
4622026-07-23T02:56:46.177Z Compiling toml v0.8.23
4632026-07-23T02:56:46.502Z Compiling cargo_toml v0.21.0
4642026-07-23T02:56:47.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-23T02:56:49.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s
4662026-07-23T02:56:50.008Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-23T02:56:50.506Z Downloading crates ...
4682026-07-23T02:56:50.609Z Downloaded arrayref v0.3.9
4692026-07-23T02:56:50.613Z Downloaded base16ct v1.0.0
4702026-07-23T02:56:50.634Z Downloaded array-init v0.0.4
4712026-07-23T02:56:50.637Z Downloaded adler2 v2.0.1
4722026-07-23T02:56:50.640Z Downloaded bcrypt-pbkdf v0.11.0
4732026-07-23T02:56:50.643Z Downloaded bit-vec v0.8.0
4742026-07-23T02:56:50.646Z Downloaded bumpalo v3.20.2
4752026-07-23T02:56:50.652Z Downloaded crucible-workspace-hack v0.1.0
4762026-07-23T02:56:50.655Z Downloaded cassowary v0.3.0
4772026-07-23T02:56:50.659Z Downloaded crc v3.4.0
4782026-07-23T02:56:50.660Z Downloaded crypto-common v0.2.2
4792026-07-23T02:56:50.665Z Downloaded argon2 v0.5.3
4802026-07-23T02:56:50.665Z Downloaded darling_core v0.13.4
4812026-07-23T02:56:50.669Z Downloaded crypto-bigint v0.5.5
4822026-07-23T02:56:50.673Z Downloaded defmt v0.3.100
4832026-07-23T02:56:50.676Z Downloaded bstr v1.12.1
4842026-07-23T02:56:50.680Z Downloaded ed25519 v3.0.0
4852026-07-23T02:56:50.683Z Downloaded crunchy v0.2.4
4862026-07-23T02:56:50.688Z Downloaded async-recursion v1.1.1
4872026-07-23T02:56:50.691Z Downloaded data-encoding v2.10.0
4882026-07-23T02:56:50.694Z Downloaded darling_macro v0.20.11
4892026-07-23T02:56:50.694Z Downloaded ctutils v0.4.2
4902026-07-23T02:56:50.694Z Downloaded aead v0.5.2
4912026-07-23T02:56:50.701Z Downloaded debug-ignore v1.0.5
4922026-07-23T02:56:50.704Z Downloaded darling_macro v0.23.0
4932026-07-23T02:56:50.704Z Downloaded darling_macro v0.13.4
4942026-07-23T02:56:50.704Z Downloaded argon2 v0.6.0-rc.8
4952026-07-23T02:56:50.706Z Downloaded aead v0.6.1
4962026-07-23T02:56:50.709Z Downloaded darling_macro v0.21.3
4972026-07-23T02:56:50.712Z Downloaded dirs-next v2.0.0
4982026-07-23T02:56:50.712Z Downloaded diesel_table_macro_syntax v0.3.0
4992026-07-23T02:56:50.712Z Downloaded crc-catalog v2.4.0
5002026-07-23T02:56:50.712Z Downloaded cpubits v0.1.1
5012026-07-23T02:56:50.715Z Downloaded assert_matches v1.5.0
5022026-07-23T02:56:50.715Z Downloaded atty v0.2.14
5032026-07-23T02:56:50.716Z Downloaded bitfield-struct v0.6.2
5042026-07-23T02:56:50.719Z Downloaded atomicwrites v0.4.4
5052026-07-23T02:56:50.719Z Downloaded darling v0.23.0
5062026-07-23T02:56:50.722Z Downloaded defmt-macros v1.0.1
5072026-07-23T02:56:50.726Z Downloaded bcs v0.1.6
5082026-07-23T02:56:50.726Z Downloaded async-trait v0.1.89
5092026-07-23T02:56:50.729Z Downloaded dyn-clone v1.0.20
5102026-07-23T02:56:50.729Z Downloaded bitfield-macros v0.19.4
5112026-07-23T02:56:50.729Z Downloaded dunce v1.0.5
5122026-07-23T02:56:50.729Z Downloaded dtrace-parser v0.3.0
5132026-07-23T02:56:50.732Z Downloaded base16ct v0.2.0
5142026-07-23T02:56:50.732Z Downloaded cfg_aliases v0.1.1
5152026-07-23T02:56:50.732Z Downloaded crc8 v0.1.1
5162026-07-23T02:56:50.734Z Downloaded defmt-parser v1.0.0
5172026-07-23T02:56:50.735Z Downloaded bit-set v0.8.0
5182026-07-23T02:56:50.739Z Downloaded display-error-chain v0.2.2
5192026-07-23T02:56:50.742Z Downloaded document-features v0.2.12
5202026-07-23T02:56:50.742Z Downloaded convert_case v0.4.0
5212026-07-23T02:56:50.744Z Downloaded cstr-argument v0.1.2
5222026-07-23T02:56:50.744Z Downloaded ascii-canvas v3.0.0
5232026-07-23T02:56:50.747Z Downloaded downcast-rs v2.0.2
5242026-07-23T02:56:50.747Z Downloaded difflib v0.4.0
5252026-07-23T02:56:50.747Z Downloaded block-buffer v0.12.1
5262026-07-23T02:56:50.750Z Downloaded derive_builder_macro v0.20.2
5272026-07-23T02:56:50.750Z Downloaded digest-io v0.1.0
5282026-07-23T02:56:50.753Z Downloaded dof v0.4.0
5292026-07-23T02:56:50.753Z Downloaded cbc v0.2.1
5302026-07-23T02:56:50.754Z Downloaded bitfield v0.19.4
5312026-07-23T02:56:50.756Z Downloaded cpufeatures v0.3.0
5322026-07-23T02:56:50.756Z Downloaded endian-type v0.1.2
5332026-07-23T02:56:50.756Z Downloaded ciborium-io v0.2.2
5342026-07-23T02:56:50.759Z Downloaded env_filter v1.0.0
5352026-07-23T02:56:50.764Z Downloaded dsl_auto_type v0.2.0
5362026-07-23T02:56:50.767Z Downloaded embedded-io v0.4.0
5372026-07-23T02:56:50.773Z Downloaded curve25519-dalek-derive v0.1.1
5382026-07-23T02:56:50.776Z Downloaded bb8 v0.8.6
5392026-07-23T02:56:50.776Z Downloaded derive_builder_core v0.20.2
5402026-07-23T02:56:50.776Z Downloaded der_derive v0.7.3
5412026-07-23T02:56:50.779Z Downloaded daft-derive v0.1.7
5422026-07-23T02:56:50.782Z Downloaded enum-as-inner v0.6.1
5432026-07-23T02:56:50.782Z Downloaded ed25519 v2.2.3
5442026-07-23T02:56:50.785Z Downloaded dropshot-api-manager-types v0.7.2
5452026-07-23T02:56:50.785Z Downloaded colored v3.1.1
5462026-07-23T02:56:50.785Z Downloaded backon v1.6.0
5472026-07-23T02:56:50.788Z Downloaded diesel-dtrace v0.5.0
5482026-07-23T02:56:50.788Z Downloaded crossbeam-deque v0.8.6
5492026-07-23T02:56:50.791Z Downloaded displaydoc v0.2.5
5502026-07-23T02:56:50.791Z Downloaded csv-core v0.1.13
5512026-07-23T02:56:50.794Z Downloaded ctr v0.10.1
5522026-07-23T02:56:50.794Z Downloaded bit-set v0.5.3
5532026-07-23T02:56:50.797Z Downloaded castaway v0.2.4
5542026-07-23T02:56:50.797Z Downloaded flagset v0.4.7
5552026-07-23T02:56:50.797Z Downloaded crossbeam-channel v0.5.15
5562026-07-23T02:56:50.800Z Downloaded float-cmp v0.10.0
5572026-07-23T02:56:50.803Z Downloaded cobs v0.3.0
5582026-07-23T02:56:50.803Z Downloaded ciborium-ll v0.2.2
5592026-07-23T02:56:50.803Z Downloaded foreign-types-macros v0.2.3
5602026-07-23T02:56:50.806Z Downloaded foreign-types v0.5.0
5612026-07-23T02:56:50.806Z Downloaded float-ord v0.3.2
5622026-07-23T02:56:50.806Z Downloaded foreign-types-shared v0.3.1
5632026-07-23T02:56:50.806Z Downloaded foreign-types-shared v0.1.1
5642026-07-23T02:56:50.806Z Downloaded cfg_aliases v0.2.1
5652026-07-23T02:56:50.809Z Downloaded futures-sink v0.3.32
5662026-07-23T02:56:50.809Z Downloaded block-padding v0.4.2
5672026-07-23T02:56:50.809Z Downloaded delegate v0.13.5
5682026-07-23T02:56:50.812Z Downloaded async-stream v0.3.6
5692026-07-23T02:56:50.812Z Downloaded either v1.15.0
5702026-07-23T02:56:50.815Z Downloaded dirs-sys-next v0.1.2
5712026-07-23T02:56:50.815Z Downloaded daft v0.1.7
5722026-07-23T02:56:50.818Z Downloaded buf-list v1.1.2
5732026-07-23T02:56:50.818Z Downloaded digest v0.11.3
5742026-07-23T02:56:50.821Z Downloaded backoff v0.4.0
5752026-07-23T02:56:50.821Z Downloaded cmake v0.1.57
5762026-07-23T02:56:50.821Z Downloaded bitflags v1.3.2
5772026-07-23T02:56:50.824Z Downloaded atomic-waker v1.1.2
5782026-07-23T02:56:50.824Z Downloaded deranged v0.5.8
5792026-07-23T02:56:50.828Z Downloaded critical-section v1.2.0
5802026-07-23T02:56:50.828Z Downloaded defmt v1.0.1
5812026-07-23T02:56:50.831Z Downloaded corncobs v0.1.4
5822026-07-23T02:56:50.831Z Downloaded compression-core v0.4.31
5832026-07-23T02:56:50.834Z Downloaded embedded-io v0.6.1
5842026-07-23T02:56:50.835Z Downloaded fallible-iterator v0.2.0
5852026-07-23T02:56:50.838Z Downloaded convert_case v0.10.0
5862026-07-23T02:56:50.839Z Downloaded fd-lock v4.0.4
5872026-07-23T02:56:50.839Z Downloaded ecdsa v0.16.9
5882026-07-23T02:56:50.842Z Downloaded cmov v0.5.4
5892026-07-23T02:56:50.844Z Downloaded camino-tempfile-ext v0.3.3
5902026-07-23T02:56:50.845Z Downloaded darling v0.20.11
5912026-07-23T02:56:50.848Z Downloaded const_format_proc_macros v0.2.34
5922026-07-23T02:56:50.851Z Downloaded compression-codecs v0.4.37
5932026-07-23T02:56:50.851Z Downloaded darling v0.21.3
5942026-07-23T02:56:50.853Z Downloaded futures-task v0.3.32
5952026-07-23T02:56:50.856Z Downloaded fixedbitset v0.5.7
5962026-07-23T02:56:50.856Z Downloaded darling_core v0.23.0
5972026-07-23T02:56:50.859Z Downloaded ghash v0.6.0
5982026-07-23T02:56:50.862Z Downloaded gethostname v0.5.0
5992026-07-23T02:56:50.862Z Downloaded darling_core v0.20.11
6002026-07-23T02:56:50.865Z Downloaded blowfish v0.10.0
6012026-07-23T02:56:50.865Z Downloaded form_urlencoded v1.2.2
6022026-07-23T02:56:50.868Z Downloaded fixedbitset v0.4.2
6032026-07-23T02:56:50.868Z Downloaded git-stub v1.0.0
6042026-07-23T02:56:50.868Z Downloaded futures-executor v0.3.32
6052026-07-23T02:56:50.873Z Downloaded crc32fast v1.5.0
6062026-07-23T02:56:50.873Z Downloaded bs58 v0.5.1
6072026-07-23T02:56:50.873Z Downloaded anstyle-parse v0.2.7
6082026-07-23T02:56:50.873Z Downloaded chacha20 v0.9.1
6092026-07-23T02:56:50.876Z Downloaded hex v0.4.3
6102026-07-23T02:56:50.876Z Downloaded globwalk v0.9.1
6112026-07-23T02:56:50.876Z Downloaded ff v0.13.1
6122026-07-23T02:56:50.879Z Downloaded bit-vec v0.6.3
6132026-07-23T02:56:50.879Z Downloaded arrayvec v0.7.6
6142026-07-23T02:56:50.882Z Downloaded headers-core v0.3.0
6152026-07-23T02:56:50.882Z Downloaded cexpr v0.6.0
6162026-07-23T02:56:50.882Z Downloaded crossbeam-epoch v0.9.18
6172026-07-23T02:56:50.885Z Downloaded erased-serde v0.3.31
6182026-07-23T02:56:50.885Z Downloaded find-msvc-tools v0.1.9
6192026-07-23T02:56:50.888Z Downloaded cookie v0.18.1
6202026-07-23T02:56:50.888Z Downloaded constant_time_eq v0.4.2
6212026-07-23T02:56:50.891Z Downloaded anstream v0.6.21
6222026-07-23T02:56:50.891Z Downloaded derive_builder v0.20.2
6232026-07-23T02:56:50.893Z Downloaded fxhash v0.2.1
6242026-07-23T02:56:50.896Z Downloaded ecdsa v0.17.0-rc.18
6252026-07-23T02:56:50.896Z Downloaded blake2 v0.10.6
6262026-07-23T02:56:50.899Z Downloaded diff v0.1.13
6272026-07-23T02:56:50.899Z Downloaded console v0.16.2
6282026-07-23T02:56:50.903Z Downloaded ciborium v0.2.2
6292026-07-23T02:56:50.903Z Downloaded bzip2 v0.6.1
6302026-07-23T02:56:50.906Z Downloaded futures-io v0.3.32
6312026-07-23T02:56:50.907Z Downloaded futures-macro v0.3.32
6322026-07-23T02:56:50.907Z Downloaded crossbeam-utils v0.8.21
6332026-07-23T02:56:50.907Z Downloaded cookie_store v0.22.1
6342026-07-23T02:56:50.910Z Downloaded console v0.15.11
6352026-07-23T02:56:50.910Z Downloaded byte-wrapper v0.1.0
6362026-07-23T02:56:50.913Z Downloaded futures-core v0.3.32
6372026-07-23T02:56:50.913Z Downloaded elliptic-curve v0.13.8
6382026-07-23T02:56:50.916Z Downloaded base64ct v1.8.3
6392026-07-23T02:56:50.919Z Downloaded http-range v0.1.5
6402026-07-23T02:56:50.919Z Downloaded home v0.5.12
6412026-07-23T02:56:50.919Z Downloaded ahash v0.8.12
6422026-07-23T02:56:50.922Z Downloaded hubpack_derive v0.1.1
6432026-07-23T02:56:50.922Z Downloaded hostname v0.3.1
6442026-07-23T02:56:50.922Z Downloaded cipher v0.4.4
6452026-07-23T02:56:50.925Z Downloaded blake2 v0.11.0-rc.6
6462026-07-23T02:56:50.925Z Downloaded git-stub-vcs v0.1.0
6472026-07-23T02:56:50.928Z Downloaded darling_core v0.21.3
6482026-07-23T02:56:50.931Z Downloaded hubpack v0.1.2
6492026-07-23T02:56:50.931Z Downloaded ena v0.14.4
6502026-07-23T02:56:50.931Z Downloaded cancel-safe-futures v0.1.5
6512026-07-23T02:56:50.934Z Downloaded hyper-tls v0.6.0
6522026-07-23T02:56:50.934Z Downloaded hash32 v0.3.1
6532026-07-23T02:56:50.937Z Downloaded foreign-types v0.3.2
6542026-07-23T02:56:50.937Z Downloaded env_logger v0.11.9
6552026-07-23T02:56:50.937Z Downloaded http-body v1.0.1
6562026-07-23T02:56:50.940Z Downloaded async-bb8-diesel v0.2.1
6572026-07-23T02:56:50.940Z Downloaded glob v0.3.3
6582026-07-23T02:56:50.940Z Downloaded hostname v0.4.2
6592026-07-23T02:56:50.943Z Downloaded filetime v0.2.27
6602026-07-23T02:56:50.943Z Downloaded funty v2.0.0
6612026-07-23T02:56:50.943Z Downloaded derive-ex v0.1.8
6622026-07-23T02:56:50.946Z Downloaded darling v0.13.4
6632026-07-23T02:56:50.946Z Downloaded bzip2 v0.4.4
6642026-07-23T02:56:50.949Z Downloaded async-stream-impl v0.3.6
6652026-07-23T02:56:50.949Z Downloaded ident_case v1.0.1
6662026-07-23T02:56:50.949Z Downloaded foldhash v0.2.0
6672026-07-23T02:56:50.952Z Downloaded illumos-nvpair v0.3.0
6682026-07-23T02:56:50.952Z Downloaded foldhash v0.1.5
6692026-07-23T02:56:50.955Z Downloaded instant v0.1.13
6702026-07-23T02:56:50.955Z Downloaded enum_dispatch v0.3.13
6712026-07-23T02:56:50.958Z Downloaded colored v2.2.0
6722026-07-23T02:56:50.958Z Downloaded dropshot_endpoint v0.17.1
6732026-07-23T02:56:50.961Z Downloaded des v0.9.0
6742026-07-23T02:56:50.961Z Downloaded httpdate v1.0.3
6752026-07-23T02:56:50.964Z Downloaded hash32 v0.2.1
6762026-07-23T02:56:50.964Z Downloaded elliptic-curve v0.14.0-rc.33
6772026-07-23T02:56:50.971Z Downloaded idna_adapter v1.2.1
6782026-07-23T02:56:50.974Z Downloaded crc-any v2.5.0
6792026-07-23T02:56:50.974Z Downloaded drift v0.2.0
6802026-07-23T02:56:50.977Z Downloaded hex-literal v1.1.0
6812026-07-23T02:56:50.977Z Downloaded instability v0.3.11
6822026-07-23T02:56:50.977Z Downloaded indoc v1.0.9
6832026-07-23T02:56:50.978Z Downloaded group v0.14.0
6842026-07-23T02:56:50.980Z Downloaded fs_extra v1.3.0
6852026-07-23T02:56:50.980Z Downloaded fs-err v2.11.0
6862026-07-23T02:56:50.983Z Downloaded fatfs v0.3.6
6872026-07-23T02:56:50.983Z Downloaded indent_write v2.2.0
6882026-07-23T02:56:50.986Z Downloaded const-oid v0.9.6
6892026-07-23T02:56:50.986Z Downloaded inout v0.2.2
6902026-07-23T02:56:50.987Z Downloaded is-terminal v0.4.17
6912026-07-23T02:56:50.989Z Downloaded cipher v0.5.2
6922026-07-23T02:56:50.989Z Downloaded allocator-api2 v0.2.21
6932026-07-23T02:56:50.992Z Downloaded is_ci v1.2.0
6942026-07-23T02:56:50.992Z Downloaded clang-sys v1.8.1
6952026-07-23T02:56:50.995Z Downloaded chacha20 v0.10.0
6962026-07-23T02:56:50.995Z Downloaded http-body-util v0.1.3
6972026-07-23T02:56:50.998Z Downloaded kstat-rs v0.2.4
6982026-07-23T02:56:50.998Z Downloaded globset v0.4.18
6992026-07-23T02:56:50.998Z Downloaded getrandom v0.2.17
7002026-07-23T02:56:51.002Z Downloaded humantime v2.3.0
7012026-07-23T02:56:51.002Z Downloaded kem v0.3.0
7022026-07-23T02:56:51.002Z Downloaded internet-checksum v0.2.1
7032026-07-23T02:56:51.006Z Downloaded lalrpop-util v0.19.12
7042026-07-23T02:56:51.006Z Downloaded inout v0.1.4
7052026-07-23T02:56:51.006Z Downloaded linked-hash-map v0.5.6
7062026-07-23T02:56:51.012Z Downloaded ff v0.14.0
7072026-07-23T02:56:51.015Z Downloaded hyper-staticfile v0.10.1
7082026-07-23T02:56:51.019Z Downloaded const-oid v0.10.2
7092026-07-23T02:56:51.024Z Downloaded maybe-uninit v2.0.0
7102026-07-23T02:56:51.027Z Downloaded lru-slab v0.1.2
7112026-07-23T02:56:51.027Z Downloaded lru-cache v0.1.2
7122026-07-23T02:56:51.027Z Downloaded managed v0.8.0
7132026-07-23T02:56:51.030Z Downloaded illumos-nvpair-sys v0.2.0
7142026-07-23T02:56:51.033Z Downloaded mime v0.3.17
7152026-07-23T02:56:51.033Z Downloaded indoc v2.0.7
7162026-07-23T02:56:51.035Z Downloaded group v0.13.0
7172026-07-23T02:56:51.035Z Downloaded base64 v0.22.1
7182026-07-23T02:56:51.040Z Downloaded derive-where v1.6.0
7192026-07-23T02:56:51.043Z Downloaded maplit v1.0.2
7202026-07-23T02:56:51.043Z Downloaded memoffset v0.9.1
7212026-07-23T02:56:51.043Z Downloaded md5 v0.8.0
7222026-07-23T02:56:51.046Z Downloaded match_cfg v0.1.0
7232026-07-23T02:56:51.049Z Downloaded futures-channel v0.3.32
7242026-07-23T02:56:51.052Z Downloaded md-5 v0.10.6
7252026-07-23T02:56:51.052Z Downloaded newline-converter v0.3.0
7262026-07-23T02:56:51.058Z Downloaded highway v1.3.0
7272026-07-23T02:56:51.061Z Downloaded keccak v0.1.6
7282026-07-23T02:56:51.064Z Downloaded ipnetwork v0.21.1
7292026-07-23T02:56:51.064Z Downloaded ipnet v2.11.0
7302026-07-23T02:56:51.067Z Downloaded bytes v1.11.1
7312026-07-23T02:56:51.067Z Downloaded const_format v0.2.35
7322026-07-23T02:56:51.070Z Downloaded new_debug_unreachable v1.0.6
7332026-07-23T02:56:51.073Z Downloaded hybrid-array v0.4.13
7342026-07-23T02:56:51.085Z Downloaded num v0.4.3
7352026-07-23T02:56:51.089Z Downloaded normalize-line-endings v0.3.0
7362026-07-23T02:56:51.089Z Downloaded nonempty v0.12.0
7372026-07-23T02:56:51.089Z Downloaded half v2.7.1
7382026-07-23T02:56:51.092Z Downloaded libefi-sys v0.1.0
7392026-07-23T02:56:51.092Z Downloaded nodrop v0.1.14
7402026-07-23T02:56:51.092Z Downloaded nibble_vec v0.1.0
7412026-07-23T02:56:51.092Z Downloaded newtype-uuid-macros v0.1.0
7422026-07-23T02:56:51.130Z Downloaded multimap v0.10.1
7432026-07-23T02:56:51.130Z Downloaded hyper-rustls v0.27.7
7442026-07-23T02:56:51.130Z Downloaded compact_str v0.8.1
7452026-07-23T02:56:51.130Z Downloaded impl-trait-for-tuples v0.2.3
7462026-07-23T02:56:51.130Z Downloaded half v1.8.3
7472026-07-23T02:56:51.130Z Downloaded num-conv v0.2.0
7482026-07-23T02:56:51.131Z Downloaded lock_api v0.4.14
7492026-07-23T02:56:51.131Z Downloaded num-derive v0.3.3
7502026-07-23T02:56:51.131Z Downloaded num_enum_derive v0.5.11
7512026-07-23T02:56:51.131Z Downloaded num-iter v0.1.45
7522026-07-23T02:56:51.131Z Downloaded linear-map v1.2.0
7532026-07-23T02:56:51.131Z Downloaded newtype_derive v0.1.6
7542026-07-23T02:56:51.131Z Downloaded libloading v0.8.9
7552026-07-23T02:56:51.131Z Downloaded lazy_static v1.5.0
7562026-07-23T02:56:51.131Z Downloaded keccak v0.2.0
7572026-07-23T02:56:51.131Z Downloaded lru v0.12.5
7582026-07-23T02:56:51.131Z Downloaded libscf-sys v1.1.0
7592026-07-23T02:56:51.131Z Downloaded ingot-macros v0.1.1
7602026-07-23T02:56:51.131Z Downloaded ingot v0.1.1
7612026-07-23T02:56:51.131Z Downloaded derive_more v2.1.1
7622026-07-23T02:56:51.131Z Downloaded num-derive v0.4.2
7632026-07-23T02:56:51.131Z Downloaded lzss v0.8.2
7642026-07-23T02:56:51.131Z Downloaded mime_guess v2.0.5
7652026-07-23T02:56:51.131Z Downloaded libsw-core v0.3.2
7662026-07-23T02:56:51.134Z Downloaded openssl-macros v0.1.1
7672026-07-23T02:56:51.134Z Downloaded opaque-debug v0.3.1
7682026-07-23T02:56:51.134Z Downloaded native-tls v0.2.18
7692026-07-23T02:56:51.135Z Downloaded ingot-types v0.1.2
7702026-07-23T02:56:51.136Z Downloaded derive_more v0.99.20
7712026-07-23T02:56:51.139Z Downloaded oso-derive v0.27.3
7722026-07-23T02:56:51.139Z Downloaded openssl-probe v0.2.1
7732026-07-23T02:56:51.139Z Downloaded ar_archive_writer v0.5.1
7742026-07-23T02:56:51.140Z Downloaded chacha20poly1305 v0.10.1
7752026-07-23T02:56:51.143Z Downloaded arc-swap v1.8.2
7762026-07-23T02:56:51.143Z Downloaded newtype-uuid v1.3.2
7772026-07-23T02:56:51.145Z Downloaded iana-time-zone v0.1.65
7782026-07-23T02:56:51.146Z Downloaded olpc-cjson v0.1.4
7792026-07-23T02:56:51.148Z Downloaded openssl-probe v0.1.6
7802026-07-23T02:56:51.148Z Downloaded flate2 v1.1.9
7812026-07-23T02:56:51.151Z Downloaded der v0.7.10
7822026-07-23T02:56:51.154Z Downloaded jobserver v0.1.34
7832026-07-23T02:56:51.154Z Downloaded hmac v0.13.0
7842026-07-23T02:56:51.157Z Downloaded getrandom v0.3.4
7852026-07-23T02:56:51.161Z Downloaded futures v0.3.32
7862026-07-23T02:56:51.164Z Downloaded ignore v0.4.25
7872026-07-23T02:56:51.164Z Downloaded num_enum v0.5.11
7882026-07-23T02:56:51.167Z Downloaded parse-display v0.10.0
7892026-07-23T02:56:51.167Z Downloaded packed_struct_codegen v0.10.1
7902026-07-23T02:56:51.167Z Downloaded flume v0.11.1
7912026-07-23T02:56:51.170Z Downloaded base64 v0.21.7
7922026-07-23T02:56:51.173Z Downloaded nanorand v0.7.0
7932026-07-23T02:56:51.176Z Downloaded num_enum_derive v0.7.6
7942026-07-23T02:56:51.176Z Downloaded litemap v0.8.1
7952026-07-23T02:56:51.179Z Downloaded httparse v1.10.1
7962026-07-23T02:56:51.179Z Downloaded generic-array v1.4.3
7972026-07-23T02:56:51.182Z Downloaded expectorate v1.2.0
7982026-07-23T02:56:51.182Z Downloaded num_threads v0.1.7
7992026-07-23T02:56:51.185Z Downloaded heapless v0.7.17
8002026-07-23T02:56:51.188Z Downloaded num-rational v0.4.2
8012026-07-23T02:56:51.188Z Downloaded num_enum v0.7.6
8022026-07-23T02:56:51.191Z Downloaded path-slash v0.1.5
8032026-07-23T02:56:51.191Z Downloaded memmap2 v0.9.10
8042026-07-23T02:56:51.194Z Downloaded indexmap v1.9.3
8052026-07-23T02:56:51.194Z Downloaded derive_more-impl v2.1.1
8062026-07-23T02:56:51.197Z Downloaded libsw v3.5.0
8072026-07-23T02:56:51.200Z Downloaded peg-runtime v0.8.5
8082026-07-23T02:56:51.200Z Downloaded icu_provider v2.1.1
8092026-07-23T02:56:51.203Z Downloaded icu_properties v2.1.2
8102026-07-23T02:56:51.203Z Downloaded ed25519-dalek v3.0.0-rc.0
8112026-07-23T02:56:51.206Z Downloaded owo-colors v4.3.0
8122026-07-23T02:56:51.206Z Downloaded cc v1.2.56
8132026-07-23T02:56:51.209Z Downloaded headers v0.4.1
8142026-07-23T02:56:51.212Z Downloaded percent-encoding v2.3.2
8152026-07-23T02:56:51.215Z Downloaded multer v3.1.0
8162026-07-23T02:56:51.215Z Downloaded potential_utf v0.1.4
8172026-07-23T02:56:51.218Z Downloaded phf_shared v0.13.1
8182026-07-23T02:56:51.221Z Downloaded phf_shared v0.11.3
8192026-07-23T02:56:51.224Z Downloaded module-lattice v0.2.3
8202026-07-23T02:56:51.227Z Downloaded oxide-update-engine v0.1.2
8212026-07-23T02:56:51.231Z Downloaded num-integer v0.1.46
8222026-07-23T02:56:51.234Z Downloaded parse-size v1.1.0
8232026-07-23T02:56:51.234Z Downloaded oxide-update-engine-display v0.1.2
8242026-07-23T02:56:51.237Z Downloaded icu_normalizer_data v2.1.1
8252026-07-23T02:56:51.237Z Downloaded icu_normalizer v2.1.1
8262026-07-23T02:56:51.240Z Downloaded icu_locale_core v2.1.1
8272026-07-23T02:56:51.243Z Downloaded packed_struct v0.10.1
8282026-07-23T02:56:51.246Z Downloaded powerfmt v0.2.0
8292026-07-23T02:56:51.246Z Downloaded litrs v1.0.0
8302026-07-23T02:56:51.249Z Downloaded hmac v0.12.1
8312026-07-23T02:56:51.249Z Downloaded parking_lot_core v0.8.6
8322026-07-23T02:56:51.252Z Downloaded oxide-tokio-rt v0.1.4
8332026-07-23T02:56:51.252Z Downloaded parse-display-derive v0.10.0
8342026-07-23T02:56:51.257Z Downloaded precomputed-hash v0.1.1
8352026-07-23T02:56:51.260Z Downloaded phf_shared v0.12.1
8362026-07-23T02:56:51.262Z Downloaded predicates-core v1.0.10
8372026-07-23T02:56:51.262Z Downloaded der v0.8.0
8382026-07-23T02:56:51.266Z Downloaded peg v0.8.5
8392026-07-23T02:56:51.269Z Downloaded libbz2-rs-sys v0.2.2
8402026-07-23T02:56:51.272Z Downloaded password-hash v0.6.1
8412026-07-23T02:56:51.272Z Downloaded ml-kem v0.3.2
8422026-07-23T02:56:51.274Z Downloaded ed25519-dalek v2.2.0
8432026-07-23T02:56:51.274Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-07-23T02:56:51.277Z Downloaded diesel_derives v2.3.7
8452026-07-23T02:56:51.280Z Downloaded progenitor-macro v0.13.0
8462026-07-23T02:56:51.280Z Downloaded crossterm v0.28.1
8472026-07-23T02:56:51.283Z Downloaded progenitor-client v0.14.0
8482026-07-23T02:56:51.286Z Downloaded proc-macro-crate v3.4.0
8492026-07-23T02:56:51.286Z Downloaded predicates-tree v1.0.13
8502026-07-23T02:56:51.289Z Downloaded peg-macros v0.8.5
8512026-07-23T02:56:51.289Z Downloaded pem v3.0.6
8522026-07-23T02:56:51.289Z Downloaded pbkdf2 v0.13.0
8532026-07-23T02:56:51.292Z Downloaded nu-ansi-term v0.50.3
8542026-07-23T02:56:51.292Z Downloaded async-compression v0.4.41
8552026-07-23T02:56:51.296Z Downloaded pin-project-lite v0.2.17
8562026-07-23T02:56:51.299Z Downloaded psl-types v2.0.11
8572026-07-23T02:56:51.302Z Downloaded progenitor-macro v0.14.0
8582026-07-23T02:56:51.302Z Downloaded proc-macro-crate v1.3.1
8592026-07-23T02:56:51.302Z Downloaded aes-gcm v0.11.0
8602026-07-23T02:56:51.305Z Downloaded pin-project-internal v1.1.11
8612026-07-23T02:56:51.308Z Downloaded icu_collections v2.1.1
8622026-07-23T02:56:51.310Z Downloaded polyval v0.7.1
8632026-07-23T02:56:51.311Z Downloaded phf v0.12.1
8642026-07-23T02:56:51.314Z Downloaded phf v0.13.1
8652026-07-23T02:56:51.314Z Downloaded parking_lot v0.12.5
8662026-07-23T02:56:51.314Z Downloaded num-complex v0.4.6
8672026-07-23T02:56:51.317Z Downloaded pem-rfc7468 v1.0.0
8682026-07-23T02:56:51.317Z Downloaded pem-rfc7468 v0.7.0
8692026-07-23T02:56:51.321Z Downloaded oxnet v0.1.6
8702026-07-23T02:56:51.321Z Downloaded paste v1.0.15
8712026-07-23T02:56:51.324Z Downloaded radium v0.7.0
8722026-07-23T02:56:51.324Z Downloaded parking_lot_core v0.9.12
8732026-07-23T02:56:51.324Z Downloaded ppv-lite86 v0.2.21
8742026-07-23T02:56:51.327Z Downloaded port-file v0.1.0
8752026-07-23T02:56:51.327Z Downloaded poly1305 v0.8.0
8762026-07-23T02:56:51.330Z Downloaded pkcs8 v0.10.2
8772026-07-23T02:56:51.333Z Downloaded rand_chacha v0.3.1
8782026-07-23T02:56:51.333Z Downloaded password-hash v0.5.0
8792026-07-23T02:56:51.336Z Downloaded hickory-resolver v0.25.2
8802026-07-23T02:56:51.339Z Downloaded parking_lot v0.11.2
8812026-07-23T02:56:51.339Z Downloaded hickory-resolver v0.24.4
8822026-07-23T02:56:51.343Z Downloaded omicron-zone-package v0.12.3
8832026-07-23T02:56:51.349Z Downloaded postgres-protocol v0.6.10
8842026-07-23T02:56:51.353Z Downloaded progenitor-extras v0.2.0
8852026-07-23T02:56:51.353Z Downloaded indicatif v0.18.4
8862026-07-23T02:56:51.356Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-07-23T02:56:51.356Z Downloaded recursive v0.1.1
8882026-07-23T02:56:51.359Z Downloaded progenitor v0.14.0
8892026-07-23T02:56:51.359Z Downloaded proc-macro-error2 v2.0.1
8902026-07-23T02:56:51.362Z Downloaded primeorder v0.14.0-rc.10
8912026-07-23T02:56:51.362Z Downloaded oso v0.27.3
8922026-07-23T02:56:51.365Z Downloaded psm v0.1.30
8932026-07-23T02:56:51.365Z Downloaded primeorder v0.13.6
8942026-07-23T02:56:51.368Z Downloaded num-traits v0.2.19
8952026-07-23T02:56:51.368Z Downloaded rfc6979 v0.4.0
8962026-07-23T02:56:51.372Z Downloaded miniz_oxide v0.8.9
8972026-07-23T02:56:51.372Z Downloaded pkcs1 v0.7.5
8982026-07-23T02:56:51.377Z Downloaded phc v0.6.1
8992026-07-23T02:56:51.377Z Downloaded heapless v0.8.0
9002026-07-23T02:56:51.377Z Downloaded ref-cast-impl v1.0.25
9012026-07-23T02:56:51.380Z Downloaded ref-cast v1.0.25
9022026-07-23T02:56:51.380Z Downloaded pkcs8 v0.11.0
9032026-07-23T02:56:51.383Z Downloaded pkg-config v0.3.32
9042026-07-23T02:56:51.383Z Downloaded pkcs1 v0.8.0-rc.4
9052026-07-23T02:56:51.386Z Downloaded papergrid v0.17.0
9062026-07-23T02:56:51.388Z Downloaded russh-util v0.52.0
9072026-07-23T02:56:51.389Z Downloaded oxide-update-engine-types v0.1.2
9082026-07-23T02:56:51.389Z Downloaded rtoolbox v0.0.3
9092026-07-23T02:56:51.392Z Downloaded rfc6979 v0.5.0
9102026-07-23T02:56:51.392Z Downloaded hashbrown v0.13.2
9112026-07-23T02:56:51.394Z Downloaded hashbrown v0.12.3
9122026-07-23T02:56:51.398Z Downloaded dropshot-api-manager v0.7.2
9132026-07-23T02:56:51.401Z Downloaded russh-cryptovec v0.61.0
9142026-07-23T02:56:51.401Z Downloaded rand_core v0.9.5
9152026-07-23T02:56:51.404Z Downloaded rand_core v0.6.4
9162026-07-23T02:56:51.404Z Downloaded hickory-server v0.25.2
9172026-07-23T02:56:51.407Z Downloaded aho-corasick v1.1.4
9182026-07-23T02:56:51.410Z Downloaded crossterm v0.29.0
9192026-07-23T02:56:51.413Z Downloaded quick-error v1.2.3
9202026-07-23T02:56:51.416Z Downloaded rand_seeder v0.4.0
9212026-07-23T02:56:51.416Z Downloaded hyper-util v0.1.20
9222026-07-23T02:56:51.419Z Downloaded rustc_version v0.4.1
9232026-07-23T02:56:51.422Z Downloaded progenitor-client v0.13.0
9242026-07-23T02:56:51.422Z Downloaded poly1305 v0.9.0
9252026-07-23T02:56:51.424Z Downloaded progenitor v0.13.0
9262026-07-23T02:56:51.425Z Downloaded rustc_version v0.1.7
9272026-07-23T02:56:51.425Z Downloaded rand_core v0.10.0
9282026-07-23T02:56:51.427Z Downloaded rand_chacha v0.9.0
9292026-07-23T02:56:51.427Z Downloaded postgres-types v0.2.12
9302026-07-23T02:56:51.430Z Downloaded primefield v0.14.0
9312026-07-23T02:56:51.433Z Downloaded predicates v3.1.4
9322026-07-23T02:56:51.433Z Downloaded scopeguard v1.2.0
9332026-07-23T02:56:51.436Z Downloaded scroll_derive v0.13.1
9342026-07-23T02:56:51.436Z Downloaded scheduled-thread-pool v0.2.7
9352026-07-23T02:56:51.439Z Downloaded seq-macro v0.3.6
9362026-07-23T02:56:51.439Z Downloaded serde-big-array v0.5.1
9372026-07-23T02:56:51.442Z Downloaded sapling-renderdag v0.1.0
9382026-07-23T02:56:51.442Z Downloaded pkcs5 v0.8.1
9392026-07-23T02:56:51.446Z Downloaded aes v0.9.1
9402026-07-23T02:56:51.449Z Downloaded secrecy v0.10.3
9412026-07-23T02:56:51.451Z Downloaded p256 v0.14.0-rc.10
9422026-07-23T02:56:51.454Z Downloaded quinn-udp v0.5.14
9432026-07-23T02:56:51.457Z Downloaded rpassword v7.5.4
9442026-07-23T02:56:51.457Z Downloaded postcard v1.1.3
9452026-07-23T02:56:51.460Z Downloaded serde_bytes v0.11.19
9462026-07-23T02:56:51.462Z Downloaded secrecy v0.8.0
9472026-07-23T02:56:51.465Z Downloaded mio v1.2.0
9482026-07-23T02:56:51.465Z Downloaded p384 v0.14.0-rc.10
9492026-07-23T02:56:51.468Z Downloaded openssl-sys v0.9.115
9502026-07-23T02:56:51.471Z Downloaded semver v0.1.20
9512026-07-23T02:56:51.473Z Downloaded serde_plain v1.0.2
9522026-07-23T02:56:51.474Z Downloaded serde_repr v0.1.20
9532026-07-23T02:56:51.477Z Downloaded resolv-conf v0.7.6
9542026-07-23T02:56:51.480Z Downloaded http v1.4.2
9552026-07-23T02:56:51.482Z Downloaded rusty-fork v0.3.1
9562026-07-23T02:56:51.483Z Downloaded rustls-pemfile v2.2.0
9572026-07-23T02:56:51.492Z Downloaded rustversion v1.0.22
9582026-07-23T02:56:51.496Z Downloaded sha1 v0.10.6
9592026-07-23T02:56:51.496Z Downloaded serde_urlencoded v0.7.1
9602026-07-23T02:56:51.499Z Downloaded pin-project v1.1.11
9612026-07-23T02:56:51.502Z Downloaded minimal-lexical v0.2.1
9622026-07-23T02:56:51.505Z Downloaded sec1 v0.7.3
9632026-07-23T02:56:51.508Z Downloaded rustls-native-certs v0.8.3
9642026-07-23T02:56:51.511Z Downloaded signal-hook-tokio v0.3.1
9652026-07-23T02:56:51.511Z Downloaded signal-hook-mio v0.2.5
9662026-07-23T02:56:51.511Z Downloaded progenitor-impl v0.14.0
9672026-07-23T02:56:51.514Z Downloaded siphasher v1.0.2
9682026-07-23T02:56:51.514Z Downloaded signature v3.0.0
9692026-07-23T02:56:51.514Z Downloaded sigpipe v0.1.3
9702026-07-23T02:56:51.517Z Downloaded rand_xorshift v0.4.0
9712026-07-23T02:56:51.519Z Downloaded progenitor-impl v0.13.0
9722026-07-23T02:56:51.522Z Downloaded schemars_derive v0.8.22
9732026-07-23T02:56:51.522Z Downloaded num-bigint v0.4.6
9742026-07-23T02:56:51.522Z Downloaded hashbrown v0.15.5
9752026-07-23T02:56:51.525Z Downloaded same-file v1.0.6
9762026-07-23T02:56:51.528Z Downloaded signature v2.2.0
9772026-07-23T02:56:51.528Z Downloaded itertools v0.10.5
9782026-07-23T02:56:51.531Z Downloaded serde-hex v0.1.0
9792026-07-23T02:56:51.533Z Downloaded jiff-static v0.2.21
9802026-07-23T02:56:51.533Z Downloaded slog-bunyan v2.5.0
9812026-07-23T02:56:51.536Z Downloaded scrypt v0.12.0
9822026-07-23T02:56:51.536Z Downloaded hashbrown v0.16.1
9832026-07-23T02:56:51.540Z Downloaded slog-envlogger v2.2.0
9842026-07-23T02:56:51.543Z Downloaded pretty_assertions v1.4.1
9852026-07-23T02:56:51.543Z Downloaded rustc-hash v2.1.1
9862026-07-23T02:56:51.546Z Downloaded shell-words v1.1.1
9872026-07-23T02:56:51.559Z Downloaded r2d2 v0.8.10
9882026-07-23T02:56:51.562Z Downloaded sqlparser_derive v0.5.0
9892026-07-23T02:56:51.565Z Downloaded stable_deref_trait v1.2.1
9902026-07-23T02:56:51.568Z Downloaded serde_with_macros v1.5.2
9912026-07-23T02:56:51.568Z Downloaded salsa20 v0.11.0
9922026-07-23T02:56:51.583Z Downloaded serde_spanned v1.1.1
9932026-07-23T02:56:51.586Z Downloaded serdect v0.4.3
9942026-07-23T02:56:51.589Z Downloaded rustls-pki-types v1.14.0
9952026-07-23T02:56:51.593Z Downloaded prettyplease v0.2.37
9962026-07-23T02:56:51.596Z Downloaded simd-adler32 v0.3.8
9972026-07-23T02:56:51.599Z Downloaded shlex v1.3.0
9982026-07-23T02:56:51.602Z Downloaded idna v1.1.0
9992026-07-23T02:56:51.604Z Downloaded slog-dtrace v0.3.0
10002026-07-23T02:56:51.607Z Downloaded prefix-trie v0.7.0
10012026-07-23T02:56:51.610Z Downloaded slab v0.4.12
10022026-07-23T02:56:51.613Z Downloaded serde_path_to_error v0.1.20
10032026-07-23T02:56:51.613Z Downloaded slog-async v2.8.0
10042026-07-23T02:56:51.613Z Downloaded structmeta v0.3.0
10052026-07-23T02:56:51.616Z Downloaded strsim v0.10.0
10062026-07-23T02:56:51.616Z Downloaded scroll v0.13.0
10072026-07-23T02:56:51.616Z Downloaded strum v0.26.3
10082026-07-23T02:56:51.619Z Downloaded structmeta-derive v0.3.0
10092026-07-23T02:56:51.619Z Downloaded slog-term v2.9.2
10102026-07-23T02:56:51.622Z Downloaded rcgen v0.12.1
10112026-07-23T02:56:51.622Z Downloaded slog-scope v4.4.1
10122026-07-23T02:56:51.624Z Downloaded crypto-primes v0.7.2
10132026-07-23T02:56:51.627Z Downloaded supports-color v3.0.2
10142026-07-23T02:56:51.627Z Downloaded subtle v2.6.1
10152026-07-23T02:56:51.627Z Downloaded slog-json v2.6.1
10162026-07-23T02:56:51.632Z Downloaded slog-stdlog v4.1.1
10172026-07-23T02:56:51.632Z Downloaded futures-util v0.3.32
10182026-07-23T02:56:51.636Z Downloaded serde_derive_internals v0.29.1
10192026-07-23T02:56:51.639Z Downloaded snafu-derive v0.8.9
10202026-07-23T02:56:51.639Z Downloaded take_mut v0.2.2
10212026-07-23T02:56:51.642Z Downloaded tabwriter v1.4.1
10222026-07-23T02:56:51.642Z Downloaded sync-ptr v0.1.4
10232026-07-23T02:56:51.645Z Downloaded testing_table v0.3.0
10242026-07-23T02:56:51.645Z Downloaded termtree v0.5.1
10252026-07-23T02:56:51.648Z Downloaded ssh-cipher v0.3.0-rc.9
10262026-07-23T02:56:51.648Z Downloaded serde_with_macros v3.21.0
10272026-07-23T02:56:51.653Z Downloaded quinn v0.11.9
10282026-07-23T02:56:51.656Z Downloaded ryu v1.0.23
10292026-07-23T02:56:51.660Z Downloaded schemars v0.8.22
10302026-07-23T02:56:51.665Z Downloaded time-core v0.1.8
10312026-07-23T02:56:51.668Z Downloaded ssh-encoding v0.3.0-rc.9
10322026-07-23T02:56:51.668Z Downloaded sqlformat v0.3.5
10332026-07-23T02:56:51.671Z Downloaded thread-id v5.1.0
10342026-07-23T02:56:51.671Z Downloaded string_cache v0.8.9
10352026-07-23T02:56:51.674Z Downloaded smf v0.2.3
10362026-07-23T02:56:51.674Z Downloaded tabled_derive v0.11.0
10372026-07-23T02:56:51.674Z Downloaded ron v0.8.1
10382026-07-23T02:56:51.677Z Downloaded thiserror-impl-no-std v2.0.2
10392026-07-23T02:56:51.679Z Downloaded sync_wrapper v1.0.2
10402026-07-23T02:56:51.679Z Downloaded libxml v0.3.3
10412026-07-23T02:56:51.683Z Downloaded spki v0.7.3
10422026-07-23T02:56:51.683Z Downloaded internal-russh-num-bigint v0.5.0
10432026-07-23T02:56:51.686Z Downloaded stringprep v0.1.5
10442026-07-23T02:56:51.689Z Downloaded rustls-platform-verifier v0.6.2
10452026-07-23T02:56:51.692Z Downloaded spki v0.8.0
10462026-07-23T02:56:51.692Z Downloaded sec1 v0.8.1
10472026-07-23T02:56:51.695Z Downloaded signal-hook-registry v1.4.8
10482026-07-23T02:56:51.695Z Downloaded tokio-macros v2.7.0
10492026-07-23T02:56:51.695Z Downloaded sha1 v0.11.0
10502026-07-23T02:56:51.698Z Downloaded serde_cbor v0.11.2
10512026-07-23T02:56:51.699Z Downloaded tap v1.0.1
10522026-07-23T02:56:51.699Z Downloaded iri-string v0.7.10
10532026-07-23T02:56:51.703Z Downloaded support-bundle-viewer v0.1.2
10542026-07-23T02:56:51.705Z Downloaded itertools v0.14.0
10552026-07-23T02:56:51.709Z Downloaded tagptr v0.2.0
10562026-07-23T02:56:51.712Z Downloaded static_assertions v1.1.0
10572026-07-23T02:56:51.712Z Downloaded stacker v0.1.23
10582026-07-23T02:56:51.712Z Downloaded strum_macros v0.24.3
10592026-07-23T02:56:51.715Z Downloaded tokio-test v0.4.5
10602026-07-23T02:56:51.715Z Downloaded tinyvec_macros v0.1.1
10612026-07-23T02:56:51.718Z Downloaded strip-ansi-escapes v0.2.1
10622026-07-23T02:56:51.718Z Downloaded publicsuffix v2.3.0
10632026-07-23T02:56:51.718Z Downloaded p521 v0.14.0-rc.10
10642026-07-23T02:56:51.722Z Downloaded itertools v0.12.1
10652026-07-23T02:56:51.726Z Downloaded qorb v0.4.1
10662026-07-23T02:56:51.730Z Downloaded strum v0.27.2
10672026-07-23T02:56:51.730Z Downloaded smallvec v0.6.14
10682026-07-23T02:56:51.733Z Downloaded synstructure v0.13.2
10692026-07-23T02:56:51.733Z Downloaded thiserror-no-std v2.0.2
10702026-07-23T02:56:51.733Z Downloaded strum_macros v0.26.4
10712026-07-23T02:56:51.735Z Downloaded topological-sort v0.2.2
10722026-07-23T02:56:51.736Z Downloaded rand v0.8.6
10732026-07-23T02:56:51.738Z Downloaded similar v2.7.0
10742026-07-23T02:56:51.743Z Downloaded nom v7.1.3
10752026-07-23T02:56:51.746Z Downloaded tinystr v0.8.2
10762026-07-23T02:56:51.746Z Downloaded strum_macros v0.27.2
10772026-07-23T02:56:51.749Z Downloaded spin v0.9.8
10782026-07-23T02:56:51.749Z Downloaded libm v0.2.16
10792026-07-23T02:56:51.754Z Downloaded tower-service v0.3.3
10802026-07-23T02:56:51.757Z Downloaded tower-layer v0.3.3
10812026-07-23T02:56:51.757Z Downloaded tls_codec_derive v0.4.2
10822026-07-23T02:56:51.757Z Downloaded tokio-native-tls v0.3.1
10832026-07-23T02:56:51.760Z Downloaded tls_codec v0.4.2
10842026-07-23T02:56:51.760Z Downloaded slog v2.8.2
10852026-07-23T02:56:51.763Z Downloaded try-lock v0.2.5
10862026-07-23T02:56:51.763Z Downloaded trait-variant v0.1.2
10872026-07-23T02:56:51.766Z Downloaded rayon-core v1.13.0
10882026-07-23T02:56:51.766Z Downloaded typify-macro v0.6.2
10892026-07-23T02:56:51.768Z Downloaded nom v8.0.0
10902026-07-23T02:56:51.772Z Downloaded time-macros v0.2.27
10912026-07-23T02:56:51.774Z Downloaded termios v0.3.3
10922026-07-23T02:56:51.774Z Downloaded itertools v0.13.0
10932026-07-23T02:56:51.777Z Downloaded sha2 v0.11.0
10942026-07-23T02:56:51.780Z Downloaded unarray v0.1.4
10952026-07-23T02:56:51.783Z Downloaded tokio-dtrace v0.1.1
10962026-07-23T02:56:51.786Z Downloaded hyper v1.10.1
10972026-07-23T02:56:51.790Z Downloaded smallvec v1.15.1
10982026-07-23T02:56:51.793Z Downloaded serde_yaml v0.9.34+deprecated
10992026-07-23T02:56:51.796Z Downloaded tiny-keccak v2.0.2
11002026-07-23T02:56:51.796Z Downloaded thread_local v1.1.9
11012026-07-23T02:56:51.799Z Downloaded signal-hook v0.3.18
11022026-07-23T02:56:51.804Z Downloaded untrusted v0.9.0
11032026-07-23T02:56:51.806Z Downloaded universal-hash v0.5.1
11042026-07-23T02:56:51.806Z Downloaded tokio-tungstenite v0.23.1
11052026-07-23T02:56:51.809Z Downloaded utf8_iter v1.0.4
11062026-07-23T02:56:51.809Z Downloaded universal-hash v0.6.1
11072026-07-23T02:56:51.812Z Downloaded usdt-macro v0.6.0
11082026-07-23T02:56:51.812Z Downloaded unit-prefix v0.5.2
11092026-07-23T02:56:51.812Z Downloaded utf-8 v0.7.6
11102026-07-23T02:56:51.815Z Downloaded usdt-attr-macro v0.6.0
11112026-07-23T02:56:51.815Z Downloaded unicode-xid v0.2.6
11122026-07-23T02:56:51.815Z Downloaded untrusted v0.7.1
11132026-07-23T02:56:51.820Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11142026-07-23T02:56:51.820Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-07-23T02:56:51.820Z Downloaded tokio-tungstenite v0.21.0
11162026-07-23T02:56:51.823Z Downloaded h2 v0.4.15
11172026-07-23T02:56:51.827Z Downloaded rsa v0.10.0-rc.18
11182026-07-23T02:56:51.830Z Downloaded rsa v0.9.10
11192026-07-23T02:56:51.833Z Downloaded usdt v0.6.0
11202026-07-23T02:56:51.836Z Downloaded waitgroup v0.1.2
11212026-07-23T02:56:51.841Z Downloaded tui-tree-widget v0.23.1
11222026-07-23T02:56:51.846Z Downloaded rand v0.10.1
11232026-07-23T02:56:51.850Z Downloaded void v1.0.2
11242026-07-23T02:56:51.856Z Downloaded tokio-rustls v0.26.4
11252026-07-23T02:56:51.859Z Downloaded wait-timeout v0.2.1
11262026-07-23T02:56:51.866Z Downloaded yoke-derive v0.8.1
11272026-07-23T02:56:51.869Z Downloaded xattr v1.6.1
11282026-07-23T02:56:51.869Z Downloaded hkdf v0.13.0
11292026-07-23T02:56:51.872Z Downloaded hkdf v0.12.4
11302026-07-23T02:56:51.872Z Downloaded want v0.3.1
11312026-07-23T02:56:51.876Z Downloaded unicode-truncate v1.1.0
11322026-07-23T02:56:51.879Z Downloaded xshell-macros v0.2.7
11332026-07-23T02:56:51.879Z Downloaded zerofrom v0.1.6
11342026-07-23T02:56:51.879Z Downloaded term v1.2.1
11352026-07-23T02:56:51.886Z Downloaded term v0.7.0
11362026-07-23T02:56:51.890Z Downloaded subprocess v0.2.15
11372026-07-23T02:56:51.894Z Downloaded test-strategy v0.4.5
11382026-07-23T02:56:51.894Z Downloaded zone v0.3.1
11392026-07-23T02:56:51.894Z Downloaded zerofrom-derive v0.1.6
11402026-07-23T02:56:51.899Z Downloaded samael v0.0.19
11412026-07-23T02:56:51.903Z Downloaded tinyvec v1.10.0
11422026-07-23T02:56:51.907Z Downloaded usdt-impl v0.6.0
11432026-07-23T02:56:51.910Z Downloaded socket2 v0.6.3
11442026-07-23T02:56:51.910Z Downloaded iddqd v0.4.2
11452026-07-23T02:56:51.915Z Downloaded zeroize_derive v1.4.3
11462026-07-23T02:56:51.918Z Downloaded toml_writer v1.1.1+spec-1.1.0
11472026-07-23T02:56:51.921Z Downloaded icu_properties_data v2.1.2
11482026-07-23T02:56:51.925Z Downloaded zone_cfg_derive v0.3.1
11492026-07-23T02:56:51.927Z Downloaded toml_parser v1.1.2+spec-1.1.0
11502026-07-23T02:56:51.927Z Downloaded blake3 v1.8.5
11512026-07-23T02:56:51.932Z Downloaded whoami v2.1.0
11522026-07-23T02:56:51.935Z Downloaded whoami v1.6.1
11532026-07-23T02:56:51.935Z Downloaded vergen-lib v9.1.0
11542026-07-23T02:56:51.938Z Downloaded vergen-gitcl v1.0.8
11552026-07-23T02:56:51.939Z Downloaded vergen-git2 v9.1.0
11562026-07-23T02:56:51.939Z Downloaded tracing-attributes v0.1.31
11572026-07-23T02:56:51.942Z Downloaded num-bigint-dig v0.8.6
11582026-07-23T02:56:51.945Z Downloaded crypto-bigint v0.7.5
11592026-07-23T02:56:51.952Z Downloaded writeable v0.6.2
11602026-07-23T02:56:51.955Z Downloaded walkdir v2.5.0
11612026-07-23T02:56:51.955Z Downloaded bitvec v1.0.1
11622026-07-23T02:56:51.963Z Downloaded yoke v0.8.1
11632026-07-23T02:56:51.966Z Downloaded toml v0.7.8
11642026-07-23T02:56:51.968Z Downloaded toml v1.1.2+spec-1.1.0
11652026-07-23T02:56:51.971Z Downloaded wyz v0.5.1
11662026-07-23T02:56:51.971Z Downloaded steno v0.4.1
11672026-07-23T02:56:51.974Z Downloaded tokio-stream v0.1.18
11682026-07-23T02:56:51.977Z Downloaded unicode-properties v0.1.4
11692026-07-23T02:56:51.977Z Downloaded zstd-safe v7.2.4
11702026-07-23T02:56:51.980Z Downloaded twox-hash v2.1.2
11712026-07-23T02:56:51.980Z Downloaded tar v0.4.46
11722026-07-23T02:56:51.983Z Downloaded snafu v0.8.9
11732026-07-23T02:56:51.986Z Downloaded rand v0.9.2
11742026-07-23T02:56:51.988Z Downloaded zeroize v1.8.2
11752026-07-23T02:56:51.990Z Downloaded uzers v0.12.2
11762026-07-23T02:56:51.990Z Downloaded rustls-webpki v0.103.13
11772026-07-23T02:56:51.993Z Downloaded schemars v1.2.1
11782026-07-23T02:56:51.998Z Downloaded zerovec-derive v0.11.2
11792026-07-23T02:56:52.002Z Downloaded tungstenite v0.21.0
11802026-07-23T02:56:52.002Z Downloaded vsss-rs v3.3.4
11812026-07-23T02:56:52.005Z Downloaded unicase v2.9.0
11822026-07-23T02:56:52.005Z Downloaded tungstenite v0.23.0
11832026-07-23T02:56:52.007Z Downloaded xshell v0.2.7
11842026-07-23T02:56:52.007Z Downloaded vergen-lib v0.1.6
11852026-07-23T02:56:52.010Z Downloaded vergen v9.1.0
11862026-07-23T02:56:52.010Z Downloaded yasna v0.5.2
11872026-07-23T02:56:52.011Z Downloaded socket2 v0.5.10
11882026-07-23T02:56:52.013Z Downloaded unicode-bidi v0.3.18
11892026-07-23T02:56:52.014Z Downloaded typify v0.6.2
11902026-07-23T02:56:52.017Z Downloaded tracing-core v0.1.36
11912026-07-23T02:56:52.019Z Downloaded aws-lc-rs v1.16.3
11922026-07-23T02:56:52.023Z Downloaded schemars v0.9.0
11932026-07-23T02:56:52.030Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-07-23T02:56:52.033Z Downloaded serde_with v1.14.0
11952026-07-23T02:56:52.036Z Downloaded uuid v1.23.4
11962026-07-23T02:56:52.039Z Downloaded chrono v0.4.45
11972026-07-23T02:56:52.042Z Downloaded zstd v0.13.3
11982026-07-23T02:56:52.050Z Downloaded vte v0.14.1
11992026-07-23T02:56:52.067Z Downloaded zerocopy v0.6.6
12002026-07-23T02:56:52.076Z Downloaded rustyline v14.0.0
12012026-07-23T02:56:52.080Z Downloaded zopfli v0.8.3
12022026-07-23T02:56:52.083Z Downloaded p384 v0.13.1
12032026-07-23T02:56:52.087Z Downloaded bindgen v0.71.1
12042026-07-23T02:56:52.090Z Downloaded reedline v0.40.0
12052026-07-23T02:56:52.095Z Downloaded git2 v0.20.4
12062026-07-23T02:56:52.101Z Downloaded regex v1.12.3
12072026-07-23T02:56:52.109Z Downloaded moka v0.12.13
12082026-07-23T02:56:52.114Z Downloaded tokio-postgres v0.7.16
12092026-07-23T02:56:52.120Z Downloaded rayon v1.11.0
12102026-07-23T02:56:52.131Z Downloaded goblin v0.10.5
12112026-07-23T02:56:52.135Z Downloaded zerotrie v0.2.3
12122026-07-23T02:56:52.138Z Downloaded unicode_categories v0.1.1
12132026-07-23T02:56:52.141Z Downloaded unsafe-libyaml v0.2.11
12142026-07-23T02:56:52.141Z Downloaded toml_edit v0.19.15
12152026-07-23T02:56:52.151Z Downloaded zip v0.6.6
12162026-07-23T02:56:52.154Z Downloaded yansi v1.0.1
12172026-07-23T02:56:52.155Z Downloaded curve25519-dalek v4.1.3
12182026-07-23T02:56:52.158Z Downloaded tower v0.5.3
12192026-07-23T02:56:52.164Z Downloaded quick-xml v0.37.5
12202026-07-23T02:56:52.167Z Downloaded url v2.5.8
12212026-07-23T02:56:52.171Z Downloaded salty v0.3.0
12222026-07-23T02:56:52.174Z Downloaded unicode-segmentation v1.12.0
12232026-07-23T02:56:52.177Z Downloaded rawzip v0.4.4
12242026-07-23T02:56:52.179Z Downloaded ssh-key v0.7.0-rc.10
12252026-07-23T02:56:52.183Z Downloaded portable-atomic v1.13.1
12262026-07-23T02:56:52.189Z Downloaded lalrpop v0.19.12
12272026-07-23T02:56:52.194Z Downloaded zerocopy-derive v0.8.40
12282026-07-23T02:56:52.199Z Downloaded x509-cert v0.2.5
12292026-07-23T02:56:52.202Z Downloaded typed-path v0.9.3
12302026-07-23T02:56:52.206Z Downloaded curve25519-dalek v5.0.0-rc.0
12312026-07-23T02:56:52.212Z Downloaded proptest v1.10.0
12322026-07-23T02:56:52.220Z Downloaded reqwest v0.12.28
12332026-07-23T02:56:52.229Z Downloaded zip v4.6.1
12342026-07-23T02:56:52.237Z Downloaded tokio-util v0.7.18
12352026-07-23T02:56:52.241Z Downloaded unicode-normalization v0.1.25
12362026-07-23T02:56:52.244Z Downloaded reqwest v0.13.2
12372026-07-23T02:56:52.255Z Downloaded tower-http v0.6.8
12382026-07-23T02:56:52.261Z Downloaded petname v2.0.2
12392026-07-23T02:56:52.266Z Downloaded nix v0.27.1
12402026-07-23T02:56:52.272Z Downloaded object v0.30.4
12412026-07-23T02:56:52.305Z Downloaded quinn-proto v0.11.13
12422026-07-23T02:56:52.305Z Downloaded zerovec v0.11.5
12432026-07-23T02:56:52.305Z Downloaded tough v0.22.0
12442026-07-23T02:56:52.305Z Downloaded radix_trie v0.2.1
12452026-07-23T02:56:52.305Z Downloaded serde_with v3.21.0
12462026-07-23T02:56:52.324Z Downloaded winnow v0.5.40
12472026-07-23T02:56:52.331Z Downloaded polar-core v0.27.3
12482026-07-23T02:56:52.336Z Downloaded nix v0.28.0
12492026-07-23T02:56:52.342Z Downloaded russh v0.61.2
12502026-07-23T02:56:52.351Z Downloaded winnow v0.6.26
12512026-07-23T02:56:52.357Z Downloaded winnow v1.0.3
12522026-07-23T02:56:52.367Z Downloaded dropshot v0.17.1
12532026-07-23T02:56:52.380Z Downloaded tabled v0.20.0
12542026-07-23T02:56:52.390Z Downloaded openssl v0.10.79
12552026-07-23T02:56:52.396Z Downloaded time v0.3.47
12562026-07-23T02:56:52.402Z Downloaded bzip2-sys v0.1.13+1.0.8
12572026-07-23T02:56:52.409Z Downloaded vcpkg v0.2.15
12582026-07-23T02:56:52.431Z Downloaded smoltcp v0.9.1
12592026-07-23T02:56:52.437Z Downloaded diesel v2.3.7
12602026-07-23T02:56:52.449Z Downloaded zlib-rs v0.6.2
12612026-07-23T02:56:52.452Z Downloaded regex-syntax v0.6.29
12622026-07-23T02:56:52.455Z Downloaded object v0.37.3
12632026-07-23T02:56:52.463Z Downloaded regress v0.10.5
12642026-07-23T02:56:52.468Z Downloaded zerocopy v0.8.40
12652026-07-23T02:56:52.473Z Downloaded smoltcp v0.11.0
12662026-07-23T02:56:52.480Z Downloaded regex-syntax v0.8.10
12672026-07-23T02:56:52.485Z Downloaded openapiv3 v2.2.0
12682026-07-23T02:56:52.492Z Downloaded nix v0.31.2
12692026-07-23T02:56:52.498Z Downloaded rustls v0.23.41
12702026-07-23T02:56:52.505Z Downloaded hickory-proto v0.25.2
12712026-07-23T02:56:52.514Z Downloaded regress v0.11.1
12722026-07-23T02:56:52.519Z Downloaded hickory-proto v0.24.4
12732026-07-23T02:56:52.548Z Downloaded sqlparser v0.61.0
12742026-07-23T02:56:52.554Z Downloaded rustix v0.38.44
12752026-07-23T02:56:52.576Z Downloaded fiat-crypto v0.3.0
12762026-07-23T02:56:52.585Z Downloaded ratatui v0.29.0
12772026-07-23T02:56:52.596Z Downloaded tracing v0.1.44
12782026-07-23T02:56:52.620Z Downloaded zerocopy-derive v0.6.6
12792026-07-23T02:56:52.624Z Downloaded sled v0.34.7
12802026-07-23T02:56:52.630Z Downloaded jiff v0.2.21
12812026-07-23T02:56:52.641Z Downloaded csv v1.4.0
12822026-07-23T02:56:52.653Z Downloaded libz-sys v1.1.24
12832026-07-23T02:56:52.674Z Downloaded typify-impl v0.6.2
12842026-07-23T02:56:52.683Z Downloaded sha3 v0.11.0
12852026-07-23T02:56:52.711Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-07-23T02:56:52.744Z Downloaded regex-automata v0.4.14
12872026-07-23T02:56:52.761Z Downloaded petgraph v0.6.5
12882026-07-23T02:56:52.794Z Downloaded chrono-tz v0.10.4
12892026-07-23T02:56:52.828Z Downloaded petgraph v0.8.3
12902026-07-23T02:56:52.878Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-23T02:56:52.889Z Downloaded sha3 v0.10.8
12922026-07-23T02:56:52.904Z Downloaded tokio v1.52.1
12932026-07-23T02:56:52.987Z Downloaded encoding_rs v0.8.35
12942026-07-23T02:56:53.018Z Downloaded ring v0.17.14
12952026-07-23T02:56:53.625Z Downloaded aws-lc-sys v0.40.0
12962026-07-23T02:56:53.875Z Compiling libc v0.2.185
12972026-07-23T02:56:53.875Z Compiling serde_core v1.0.228
12982026-07-23T02:56:53.875Z Compiling serde v1.0.228
12992026-07-23T02:56:53.879Z Compiling log v0.4.29
13002026-07-23T02:56:53.879Z Compiling smallvec v1.15.1
13012026-07-23T02:56:53.879Z Compiling shlex v1.3.0
13022026-07-23T02:56:53.879Z Compiling find-msvc-tools v0.1.9
13032026-07-23T02:56:53.879Z Compiling subtle v2.6.1
13042026-07-23T02:56:53.879Z Compiling scopeguard v1.2.0
13052026-07-23T02:56:54.063Z Compiling stable_deref_trait v1.2.1
13062026-07-23T02:56:54.075Z Compiling typenum v1.20.1
13072026-07-23T02:56:54.089Z Compiling serde_json v1.0.150
13082026-07-23T02:56:54.136Z Compiling portable-atomic v1.13.1
13092026-07-23T02:56:54.139Z Compiling zerocopy v0.8.40
13102026-07-23T02:56:54.139Z Compiling syn v2.0.117
13112026-07-23T02:56:54.148Z Compiling pin-project-lite v0.2.17
13122026-07-23T02:56:54.188Z Compiling lock_api v0.4.14
13132026-07-23T02:56:54.203Z Compiling parking_lot_core v0.9.12
13142026-07-23T02:56:54.225Z Compiling getrandom v0.4.1
13152026-07-23T02:56:54.239Z Compiling libm v0.2.16
13162026-07-23T02:56:54.243Z Compiling pkg-config v0.3.32
13172026-07-23T02:56:54.253Z Compiling critical-section v1.2.0
13182026-07-23T02:56:54.284Z Compiling num-traits v0.2.19
13192026-07-23T02:56:54.430Z Compiling futures-core v0.3.32
13202026-07-23T02:56:54.445Z Compiling rand_core v0.10.0
13212026-07-23T02:56:54.459Z Compiling generic-array v0.14.7
13222026-07-23T02:56:54.472Z Compiling const-oid v0.9.6
13232026-07-23T02:56:54.487Z Compiling percent-encoding v2.3.2
13242026-07-23T02:56:54.570Z Compiling writeable v0.6.2
13252026-07-23T02:56:54.598Z Compiling litemap v0.8.1
13262026-07-23T02:56:54.646Z Compiling icu_normalizer_data v2.1.1
13272026-07-23T02:56:54.674Z Compiling icu_properties_data v2.1.2
13282026-07-23T02:56:54.701Z Compiling futures-sink v0.3.32
13292026-07-23T02:56:54.716Z Compiling slab v0.4.12
13302026-07-23T02:56:54.744Z Compiling futures-task v0.3.32
13312026-07-23T02:56:54.779Z Compiling futures-io v0.3.32
13322026-07-23T02:56:54.791Z Compiling futures-channel v0.3.32
13332026-07-23T02:56:54.805Z Compiling utf8_iter v1.0.4
13342026-07-23T02:56:54.819Z Compiling form_urlencoded v1.2.2
13352026-07-23T02:56:54.921Z Compiling getrandom v0.3.4
13362026-07-23T02:56:54.956Z Compiling rustversion v1.0.22
13372026-07-23T02:56:54.971Z Compiling iana-time-zone v0.1.65
13382026-07-23T02:56:54.997Z Compiling ident_case v1.0.1
13392026-07-23T02:56:55.024Z Compiling fs_extra v1.3.0
13402026-07-23T02:56:55.027Z Compiling dunce v1.0.5
13412026-07-23T02:56:55.059Z Compiling jobserver v0.1.34
13422026-07-23T02:56:55.062Z Compiling errno v0.3.14
13432026-07-23T02:56:55.082Z Compiling getrandom v0.2.17
13442026-07-23T02:56:55.158Z Compiling mio v1.2.0
13452026-07-23T02:56:55.174Z Compiling socket2 v0.6.3
13462026-07-23T02:56:55.195Z Compiling signal-hook-registry v1.4.8
13472026-07-23T02:56:55.237Z Compiling rand_core v0.6.4
13482026-07-23T02:56:55.328Z Compiling cc v1.2.56
13492026-07-23T02:56:55.341Z Compiling once_cell v1.21.3
13502026-07-23T02:56:55.341Z Compiling parking_lot v0.12.5
13512026-07-23T02:56:55.387Z Compiling rustix v1.1.3
13522026-07-23T02:56:55.413Z Compiling regex-syntax v0.8.10
13532026-07-23T02:56:55.444Z Compiling base64ct v1.8.3
13542026-07-23T02:56:55.471Z Compiling base64 v0.22.1
13552026-07-23T02:56:55.540Z Compiling vcpkg v0.2.15
13562026-07-23T02:56:55.577Z Compiling tracing-core v0.1.36
13572026-07-23T02:56:55.611Z Compiling aws-lc-rs v1.16.3
13582026-07-23T02:56:55.658Z Compiling flagset v0.4.7
13592026-07-23T02:56:55.757Z Compiling pem-rfc7468 v0.7.0
13602026-07-23T02:56:55.769Z Compiling tinyvec_macros v0.1.1
13612026-07-23T02:56:55.819Z Compiling httparse v1.10.1
13622026-07-23T02:56:55.832Z Compiling rand_core v0.9.5
13632026-07-23T02:56:55.846Z Compiling openssl-probe v0.2.1
13642026-07-23T02:56:55.869Z Compiling cmov v0.5.4
13652026-07-23T02:56:55.931Z Compiling schemars v0.8.22
13662026-07-23T02:56:55.955Z Compiling dyn-clone v1.0.20
13672026-07-23T02:56:56.043Z Compiling tinyvec v1.10.0
13682026-07-23T02:56:56.058Z Compiling aho-corasick v1.1.4
13692026-07-23T02:56:56.083Z Compiling ctutils v0.4.2
13702026-07-23T02:56:56.098Z Compiling try-lock v0.2.5
13712026-07-23T02:56:56.114Z Compiling cmake v0.1.57
13722026-07-23T02:56:56.128Z Compiling untrusted v0.7.1
13732026-07-23T02:56:56.143Z Compiling tower-service v0.3.3
13742026-07-23T02:56:56.168Z Compiling atomic-waker v1.1.2
13752026-07-23T02:56:56.187Z Compiling tower-layer v0.3.3
13762026-07-23T02:56:56.231Z Compiling want v0.3.1
13772026-07-23T02:56:56.246Z Compiling openssl v0.10.79
13782026-07-23T02:56:56.261Z Compiling httpdate v1.0.3
13792026-07-23T02:56:56.277Z Compiling foreign-types-shared v0.1.1
13802026-07-23T02:56:56.310Z Compiling rustls v0.23.41
13812026-07-23T02:56:56.332Z Compiling cpufeatures v0.2.17
13822026-07-23T02:56:56.359Z Compiling untrusted v0.9.0
13832026-07-23T02:56:56.369Z Compiling foreign-types v0.3.2
13842026-07-23T02:56:56.414Z Compiling bitflags v2.11.0
13852026-07-23T02:56:56.430Z Compiling semver v1.0.28
13862026-07-23T02:56:56.436Z Compiling indexmap v2.14.0
13872026-07-23T02:56:56.456Z Compiling uuid v1.23.4
13882026-07-23T02:56:56.489Z Compiling unicode-normalization v0.1.25
13892026-07-23T02:56:56.520Z Compiling spin v0.9.8
13902026-07-23T02:56:56.534Z Compiling powerfmt v0.2.0
13912026-07-23T02:56:56.550Z Compiling num-conv v0.2.0
13922026-07-23T02:56:56.564Z Compiling crc32fast v1.5.0
13932026-07-23T02:56:56.578Z Compiling time-core v0.1.8
13942026-07-23T02:56:56.667Z Compiling rustc_version v0.4.1
13952026-07-23T02:56:56.691Z Compiling native-tls v0.2.18
13962026-07-23T02:56:56.745Z Compiling time-macros v0.2.27
13972026-07-23T02:56:56.748Z Compiling deranged v0.5.8
13982026-07-23T02:56:56.772Z Compiling wait-timeout v0.2.1
13992026-07-23T02:56:56.785Z Compiling sync_wrapper v1.0.2
14002026-07-23T02:56:56.908Z Compiling bit-vec v0.8.0
14012026-07-23T02:56:56.923Z Compiling crossbeam-utils v0.8.21
14022026-07-23T02:56:56.937Z Compiling regex-automata v0.4.14
14032026-07-23T02:56:56.974Z Compiling usdt-impl v0.6.0
14042026-07-23T02:56:56.997Z Compiling aws-lc-sys v0.40.0
14052026-07-23T02:56:57.013Z Compiling openssl-sys v0.9.115
14062026-07-23T02:56:57.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14072026-07-23T02:56:57.127Z Compiling synstructure v0.13.2
14082026-07-23T02:56:57.162Z Compiling serde_derive_internals v0.29.1
14092026-07-23T02:56:57.197Z Compiling pest_generator v2.8.6
14102026-07-23T02:56:57.222Z Compiling darling_core v0.20.11
14112026-07-23T02:56:57.252Z Compiling num_threads v0.1.7
14122026-07-23T02:56:57.364Z Compiling syn v1.0.109
14132026-07-23T02:56:57.573Z Compiling tempfile v3.25.0
14142026-07-23T02:56:57.710Z Compiling simd-adler32 v0.3.8
14152026-07-23T02:56:57.766Z Compiling quick-error v1.2.3
14162026-07-23T02:56:57.796Z Compiling siphasher v1.0.2
14172026-07-23T02:56:57.867Z Compiling darling_core v0.23.0
14182026-07-23T02:56:57.880Z Compiling time v0.3.47
14192026-07-23T02:56:57.883Z Compiling rusty-fork v0.3.1
14202026-07-23T02:56:57.946Z Compiling bit-set v0.8.0
14212026-07-23T02:56:57.951Z Compiling heapless v0.7.17
14222026-07-23T02:56:57.990Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-07-23T02:56:58.007Z Compiling slog v2.8.2
14242026-07-23T02:56:58.040Z Compiling rand_xorshift v0.4.0
14252026-07-23T02:56:58.129Z Compiling thread-id v5.1.0
14262026-07-23T02:56:58.129Z Compiling cookie v0.18.1
14272026-07-23T02:56:58.185Z Compiling anyhow v1.0.102
14282026-07-23T02:56:58.230Z Compiling adler2 v2.0.1
14292026-07-23T02:56:58.233Z Compiling unicode-properties v0.1.4
14302026-07-23T02:56:58.258Z Compiling signal-hook v0.3.18
14312026-07-23T02:56:58.261Z Compiling iri-string v0.7.10
14322026-07-23T02:56:58.261Z Compiling ryu v1.0.23
14332026-07-23T02:56:58.298Z Compiling unarray v0.1.4
14342026-07-23T02:56:58.315Z Compiling paste v1.0.15
14352026-07-23T02:56:58.368Z Compiling zstd-safe v7.2.4
14362026-07-23T02:56:58.384Z Compiling allocator-api2 v0.2.21
14372026-07-23T02:56:58.422Z Compiling unicode-bidi v0.3.18
14382026-07-23T02:56:58.475Z Compiling miniz_oxide v0.8.9
14392026-07-23T02:56:58.604Z Compiling camino v1.2.2
14402026-07-23T02:56:58.728Z Compiling curve25519-dalek v4.1.3
14412026-07-23T02:56:58.771Z Compiling stringprep v0.1.5
14422026-07-23T02:56:58.880Z Compiling serde_derive v1.0.228
14432026-07-23T02:56:58.983Z Compiling zeroize_derive v1.4.3
14442026-07-23T02:56:59.009Z Compiling zerofrom-derive v0.1.6
14452026-07-23T02:56:59.139Z Compiling yoke-derive v0.8.1
14462026-07-23T02:56:59.146Z Compiling zerovec-derive v0.11.2
14472026-07-23T02:56:59.200Z Compiling displaydoc v0.2.5
14482026-07-23T02:56:59.239Z Compiling zerocopy-derive v0.8.40
14492026-07-23T02:56:59.277Z Compiling tokio-macros v2.7.0
14502026-07-23T02:56:59.597Z Compiling futures-macro v0.3.32
14512026-07-23T02:56:59.607Z Compiling tracing-attributes v0.1.31
14522026-07-23T02:56:59.687Z Compiling zeroize v1.8.2
14532026-07-23T02:56:59.904Z Compiling der_derive v0.7.3
14542026-07-23T02:56:59.998Z Compiling thiserror-impl v2.0.18
14552026-07-23T02:57:00.062Z Compiling rustls-pki-types v1.14.0
14562026-07-23T02:57:00.317Z Compiling schemars_derive v0.8.22
14572026-07-23T02:57:00.336Z Compiling hybrid-array v0.4.13
14582026-07-23T02:57:00.443Z Compiling block-buffer v0.10.4
14592026-07-23T02:57:00.458Z Compiling futures-util v0.3.32
14602026-07-23T02:57:00.475Z Compiling zerofrom v0.1.6
14612026-07-23T02:57:00.513Z Compiling crypto-common v0.1.7
14622026-07-23T02:57:00.545Z Compiling pest_derive v2.8.6
14632026-07-23T02:57:00.613Z Compiling yoke v0.8.1
14642026-07-23T02:57:00.632Z Compiling digest v0.10.7
14652026-07-23T02:57:00.674Z Compiling scroll_derive v0.13.1
14662026-07-23T02:57:00.805Z Compiling zerovec v0.11.5
14672026-07-23T02:57:00.896Z Compiling zerotrie v0.2.3
14682026-07-23T02:57:00.946Z Compiling der v0.7.10
14692026-07-23T02:57:00.990Z Compiling tracing v0.1.44
14702026-07-23T02:57:01.033Z Compiling darling_macro v0.20.11
14712026-07-23T02:57:01.146Z Compiling openssl-macros v0.1.1
14722026-07-23T02:57:01.200Z Compiling hmac v0.12.1
14732026-07-23T02:57:01.214Z Compiling sha2 v0.10.9
14742026-07-23T02:57:01.277Z Compiling tinystr v0.8.2
14752026-07-23T02:57:01.340Z Compiling potential_utf v0.1.4
14762026-07-23T02:57:01.375Z Compiling thiserror-impl v1.0.69
14772026-07-23T02:57:01.407Z Compiling thiserror v2.0.18
14782026-07-23T02:57:01.510Z Compiling icu_locale_core v2.1.1
14792026-07-23T02:57:01.524Z Compiling icu_collections v2.1.1
14802026-07-23T02:57:01.538Z Compiling dtrace-parser v0.3.0
14812026-07-23T02:57:01.553Z Compiling scroll v0.13.0
14822026-07-23T02:57:01.570Z Compiling darling v0.20.11
14832026-07-23T02:57:01.644Z Compiling scroll_derive v0.12.1
14842026-07-23T02:57:01.669Z Compiling derive_builder_core v0.20.2
14852026-07-23T02:57:01.834Z Compiling spki v0.7.3
14862026-07-23T02:57:02.009Z Compiling pkcs8 v0.10.2
14872026-07-23T02:57:02.055Z Compiling goblin v0.10.5
14882026-07-23T02:57:02.201Z Compiling icu_provider v2.1.1
14892026-07-23T02:57:02.282Z Compiling block-padding v0.4.2
14902026-07-23T02:57:02.296Z Compiling crypto-common v0.2.2
14912026-07-23T02:57:02.354Z Compiling bytes v1.11.1
14922026-07-23T02:57:02.420Z Compiling chrono v0.4.45
14932026-07-23T02:57:02.460Z Compiling icu_normalizer v2.1.1
14942026-07-23T02:57:02.481Z Compiling icu_properties v2.1.2
14952026-07-23T02:57:02.506Z Compiling ipnet v2.11.0
14962026-07-23T02:57:02.520Z Compiling scroll v0.12.0
14972026-07-23T02:57:02.606Z Compiling derive_builder_macro v0.20.2
14982026-07-23T02:57:02.691Z Compiling hex v0.4.3
14992026-07-23T02:57:02.738Z Compiling thiserror v1.0.69
15002026-07-23T02:57:02.816Z Compiling erased-serde v0.3.31
15012026-07-23T02:57:02.831Z Compiling serde_urlencoded v0.7.1
15022026-07-23T02:57:02.842Z Compiling tokio v1.52.1
15032026-07-23T02:57:02.956Z Compiling http v1.4.2
15042026-07-23T02:57:03.110Z Compiling toml_datetime v0.6.11
15052026-07-23T02:57:03.139Z Compiling serde_tokenstream v0.2.3
15062026-07-23T02:57:03.139Z Compiling serde_spanned v0.6.9
15072026-07-23T02:57:03.139Z Compiling block-buffer v0.12.1
15082026-07-23T02:57:03.157Z Compiling signature v2.2.0
15092026-07-23T02:57:03.287Z Compiling md-5 v0.10.6
15102026-07-23T02:57:03.327Z Compiling darling_macro v0.23.0
15112026-07-23T02:57:03.341Z Compiling rustls-native-certs v0.8.3
15122026-07-23T02:57:03.350Z Compiling bstr v1.12.1
15132026-07-23T02:57:03.418Z Compiling async-trait v0.1.89
15142026-07-23T02:57:03.485Z Compiling idna_adapter v1.2.1
15152026-07-23T02:57:03.485Z Compiling zerocopy-derive v0.7.35
15162026-07-23T02:57:03.569Z Compiling idna v1.1.0
15172026-07-23T02:57:03.699Z Compiling ppv-lite86 v0.2.21
15182026-07-23T02:57:03.740Z Compiling http-body v1.0.1
15192026-07-23T02:57:03.842Z Compiling http-body-util v0.1.3
15202026-07-23T02:57:03.870Z Compiling url v2.5.8
15212026-07-23T02:57:03.941Z Compiling pin-project-internal v1.1.11
15222026-07-23T02:57:04.047Z Compiling vergen-lib v9.1.0
15232026-07-23T02:57:04.151Z Compiling rand_chacha v0.9.0
15242026-07-23T02:57:04.151Z Compiling rand_chacha v0.3.1
15252026-07-23T02:57:04.263Z Compiling num-integer v0.1.46
15262026-07-23T02:57:04.263Z Compiling hash32 v0.2.1
15272026-07-23T02:57:04.263Z Compiling memoffset v0.9.1
15282026-07-23T02:57:04.414Z Compiling rand v0.9.2
15292026-07-23T02:57:04.414Z Compiling encoding_rs v0.8.35
15302026-07-23T02:57:04.415Z Compiling smoltcp v0.9.1
15312026-07-23T02:57:04.535Z Compiling mime v0.3.17
15322026-07-23T02:57:04.693Z Compiling litrs v1.0.0
15332026-07-23T02:57:04.693Z Compiling rustix v0.38.44
15342026-07-23T02:57:04.873Z Compiling zlib-rs v0.6.2
15352026-07-23T02:57:04.874Z Compiling psl-types v2.0.11
15362026-07-23T02:57:04.874Z Compiling cfg_aliases v0.2.1
15372026-07-23T02:57:04.874Z Compiling ref-cast v1.0.25
15382026-07-23T02:57:04.874Z Compiling num-bigint-dig v0.8.6
15392026-07-23T02:57:04.874Z Compiling fallible-iterator v0.2.0
15402026-07-23T02:57:04.874Z Compiling proptest v1.10.0
15412026-07-23T02:57:04.974Z Compiling dof v0.4.0
15422026-07-23T02:57:05.116Z Compiling nix v0.31.2
15432026-07-23T02:57:05.116Z Compiling publicsuffix v2.3.0
15442026-07-23T02:57:05.116Z Compiling document-features v0.2.12
15452026-07-23T02:57:05.281Z Compiling postgres-protocol v0.6.10
15462026-07-23T02:57:05.281Z Compiling pin-project v1.1.11
15472026-07-23T02:57:05.281Z Compiling zerocopy v0.7.35
15482026-07-23T02:57:05.281Z Compiling num-iter v0.1.45
15492026-07-23T02:57:05.438Z Compiling ipnetwork v0.21.1
15502026-07-23T02:57:05.438Z Compiling rand v0.8.6
15512026-07-23T02:57:05.593Z Compiling darling v0.23.0
15522026-07-23T02:57:05.728Z Compiling oxnet v0.1.6
15532026-07-23T02:57:05.858Z Compiling derive_builder v0.20.2
15542026-07-23T02:57:05.858Z Compiling goblin v0.8.2
15552026-07-23T02:57:05.858Z Compiling futures-executor v0.3.32
15562026-07-23T02:57:05.858Z Compiling hubpack_derive v0.1.1
15572026-07-23T02:57:05.858Z Compiling inout v0.2.2
15582026-07-23T02:57:05.943Z Compiling regex v1.12.3
15592026-07-23T02:57:06.046Z Compiling daft-derive v0.1.7
15602026-07-23T02:57:06.107Z Compiling strum_macros v0.27.2
15612026-07-23T02:57:06.108Z Compiling ref-cast-impl v1.0.25
15622026-07-23T02:57:06.108Z Compiling curve25519-dalek-derive v0.1.1
15632026-07-23T02:57:06.122Z Compiling snafu-derive v0.8.9
15642026-07-23T02:57:06.297Z Compiling phf_shared v0.13.1
15652026-07-23T02:57:06.416Z Compiling terminal_size v0.4.3
15662026-07-23T02:57:06.500Z Compiling lazy_static v1.5.0
15672026-07-23T02:57:06.539Z Compiling cargo-platform v0.3.2
15682026-07-23T02:57:06.566Z Compiling anstyle-parse v0.2.7
15692026-07-23T02:57:06.566Z Compiling vergen v9.1.0
15702026-07-23T02:57:06.566Z Compiling ff v0.13.1
15712026-07-23T02:57:06.605Z Compiling fs-err v3.3.0
15722026-07-23T02:57:06.669Z Compiling ahash v0.8.12
15732026-07-23T02:57:06.713Z Compiling tokio-util v0.7.18
15742026-07-23T02:57:06.732Z Compiling tower v0.5.3
15752026-07-23T02:57:06.766Z Compiling tokio-native-tls v0.3.1
15762026-07-23T02:57:06.776Z Compiling foldhash v0.2.0
15772026-07-23T02:57:06.795Z Compiling unicode-segmentation v1.12.0
15782026-07-23T02:57:06.801Z Compiling bumpalo v3.20.2
15792026-07-23T02:57:06.812Z Compiling managed v0.8.0
15802026-07-23T02:57:06.844Z Compiling same-file v1.0.6
15812026-07-23T02:57:06.897Z Compiling base16ct v0.2.0
15822026-07-23T02:57:06.967Z Compiling libbz2-rs-sys v0.2.2
15832026-07-23T02:57:07.013Z Compiling winnow v0.5.40
15842026-07-23T02:57:07.026Z Compiling foldhash v0.1.5
15852026-07-23T02:57:07.056Z Compiling bitflags v1.3.2
15862026-07-23T02:57:07.090Z Compiling object v0.37.3
15872026-07-23T02:57:07.099Z Compiling sec1 v0.7.3
15882026-07-23T02:57:07.139Z Compiling tower-http v0.6.8
15892026-07-23T02:57:07.197Z Compiling newtype-uuid v1.3.2
15902026-07-23T02:57:07.218Z Compiling hashbrown v0.15.5
15912026-07-23T02:57:07.390Z Compiling bzip2 v0.6.1
15922026-07-23T02:57:07.457Z Compiling h2 v0.4.15
15932026-07-23T02:57:07.551Z Compiling daft v0.1.7
15942026-07-23T02:57:07.582Z Compiling flate2 v1.1.9
15952026-07-23T02:57:07.632Z Compiling zopfli v0.8.3
15962026-07-23T02:57:07.650Z Compiling walkdir v2.5.0
15972026-07-23T02:57:07.788Z Compiling hashbrown v0.16.1
15982026-07-23T02:57:07.845Z Compiling clap_builder v4.6.0
15992026-07-23T02:57:08.000Z Compiling dof v0.3.0
16002026-07-23T02:57:08.060Z Compiling cargo_metadata v0.23.1
16012026-07-23T02:57:08.070Z Compiling group v0.13.0
16022026-07-23T02:57:08.091Z Compiling snafu v0.8.9
16032026-07-23T02:57:08.118Z Compiling strum v0.27.2
16042026-07-23T02:57:08.118Z Compiling anstream v0.6.21
16052026-07-23T02:57:08.327Z Compiling phf v0.13.1
16062026-07-23T02:57:08.388Z Compiling toml_edit v0.19.15
16072026-07-23T02:57:08.464Z Compiling signal-hook-mio v0.2.5
16082026-07-23T02:57:08.528Z Compiling usdt-attr-macro v0.6.0
16092026-07-23T02:57:08.528Z Compiling usdt-macro v0.6.0
16102026-07-23T02:57:08.622Z Compiling hubpack v0.1.2
16112026-07-23T02:57:08.671Z Compiling cookie_store v0.22.1
16122026-07-23T02:57:08.678Z Compiling bzip2 v0.4.4
16132026-07-23T02:57:08.746Z Compiling cipher v0.5.2
16142026-07-23T02:57:08.758Z Compiling futures v0.3.32
16152026-07-23T02:57:08.849Z Compiling zstd v0.13.3
16162026-07-23T02:57:08.864Z Compiling serde_with_macros v3.21.0
16172026-07-23T02:57:08.880Z Compiling postgres-types v0.2.12
16182026-07-23T02:57:09.179Z Compiling globset v0.4.18
16192026-07-23T02:57:09.255Z Compiling ed25519 v2.2.3
16202026-07-23T02:57:09.277Z Compiling dtrace-parser v0.2.0
16212026-07-23T02:57:09.297Z Compiling serde-big-array v0.5.1
16222026-07-23T02:57:09.332Z Compiling serde_plain v1.0.2
16232026-07-23T02:57:09.445Z Compiling olpc-cjson v0.1.4
16242026-07-23T02:57:09.460Z Compiling pkcs1 v0.7.5
16252026-07-23T02:57:09.481Z Compiling hkdf v0.12.4
16262026-07-23T02:57:09.543Z Compiling crypto-bigint v0.5.5
16272026-07-23T02:57:09.633Z Compiling clap_derive v4.6.1
16282026-07-23T02:57:09.660Z Compiling strum_macros v0.26.4
16292026-07-23T02:57:09.888Z Compiling enum-as-inner v0.6.1
16302026-07-23T02:57:09.907Z Compiling async-recursion v1.1.1
16312026-07-23T02:57:10.055Z Compiling serde_repr v0.1.20
16322026-07-23T02:57:10.072Z Compiling phf_shared v0.11.3
16332026-07-23T02:57:10.211Z Compiling float-cmp v0.10.0
16342026-07-23T02:57:10.276Z Compiling pem v3.0.6
16352026-07-23T02:57:10.283Z Compiling thread-id v4.2.2
16362026-07-23T02:57:10.377Z Compiling memmap2 v0.9.10
16372026-07-23T02:57:10.387Z Compiling env_filter v1.0.0
16382026-07-23T02:57:10.440Z Compiling fixedbitset v0.5.7
16392026-07-23T02:57:10.617Z Compiling const-oid v0.10.2
16402026-07-23T02:57:10.634Z Compiling fixedbitset v0.4.2
16412026-07-23T02:57:10.644Z Compiling precomputed-hash v0.1.1
16422026-07-23T02:57:10.662Z Compiling hyper v1.10.1
16432026-07-23T02:57:10.716Z Compiling jiff v0.2.21
16442026-07-23T02:57:10.758Z Compiling new_debug_unreachable v1.0.6
16452026-07-23T02:57:10.787Z Compiling difflib v0.4.0
16462026-07-23T02:57:10.827Z Compiling cpufeatures v0.3.0
16472026-07-23T02:57:10.840Z Compiling data-encoding v2.10.0
16482026-07-23T02:57:10.870Z Compiling winnow v1.0.3
16492026-07-23T02:57:10.910Z Compiling normalize-line-endings v0.3.0
16502026-07-23T02:57:10.948Z Compiling keccak v0.1.6
16512026-07-23T02:57:11.021Z Compiling predicates-core v1.0.10
16522026-07-23T02:57:11.063Z Compiling typed-path v0.9.3
16532026-07-23T02:57:11.079Z Compiling static_assertions v1.1.0
16542026-07-23T02:57:11.194Z Compiling whoami v2.1.0
16552026-07-23T02:57:11.214Z Compiling either v1.15.0
16562026-07-23T02:57:11.242Z Compiling toml_parser v1.1.2+spec-1.1.0
16572026-07-23T02:57:11.368Z Compiling predicates v3.1.4
16582026-07-23T02:57:11.440Z Compiling itertools v0.13.0
16592026-07-23T02:57:11.497Z Compiling clap v4.6.1
16602026-07-23T02:57:11.509Z Compiling strum v0.26.3
16612026-07-23T02:57:11.560Z Compiling tokio-postgres v0.7.16
16622026-07-23T02:57:11.575Z Compiling hickory-proto v0.25.2
16632026-07-23T02:57:11.598Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16642026-07-23T02:57:11.654Z Compiling sha3 v0.10.8
16652026-07-23T02:57:11.701Z Compiling chacha20 v0.10.0
16662026-07-23T02:57:11.725Z Compiling string_cache v0.8.9
16672026-07-23T02:57:11.732Z Compiling toml_edit v0.22.27
16682026-07-23T02:57:11.897Z Compiling hyper-util v0.1.20
16692026-07-23T02:57:11.972Z Compiling petgraph v0.6.5
16702026-07-23T02:57:12.047Z Compiling digest v0.11.3
16712026-07-23T02:57:12.084Z Compiling petgraph v0.8.3
16722026-07-23T02:57:12.117Z Compiling env_logger v0.11.9
16732026-07-23T02:57:12.296Z Compiling usdt v0.6.0
16742026-07-23T02:57:12.296Z Compiling elliptic-curve v0.13.8
16752026-07-23T02:57:12.325Z Compiling usdt-impl v0.5.0
16762026-07-23T02:57:12.492Z Compiling serde_with v3.21.0
16772026-07-23T02:57:12.590Z Compiling crossterm v0.28.1
16782026-07-23T02:57:12.703Z Compiling toml v0.7.8
16792026-07-23T02:57:12.719Z Compiling rsa v0.9.10
16802026-07-23T02:57:12.955Z Compiling ed25519-dalek v2.2.0
16812026-07-23T02:57:13.366Z Compiling hyper-tls v0.6.0
16822026-07-23T02:57:13.509Z Compiling zip v4.6.1
16832026-07-23T02:57:13.621Z Compiling reqwest v0.12.28
16842026-07-23T02:57:13.829Z Compiling zip v0.6.6
16852026-07-23T02:57:13.949Z Compiling iddqd v0.4.2
16862026-07-23T02:57:14.323Z Compiling tokio-stream v0.1.18
16872026-07-23T02:57:14.338Z Compiling heck v0.4.1
16882026-07-23T02:57:14.397Z Compiling similar v2.7.0
16892026-07-23T02:57:14.426Z Compiling buf-list v1.1.2
16902026-07-23T02:57:14.508Z Compiling byte-wrapper v0.1.0
16912026-07-23T02:57:14.531Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-23T02:57:14.560Z Compiling openapiv3 v2.2.0
16932026-07-23T02:57:14.591Z Compiling x509-cert v0.2.5
16942026-07-23T02:57:14.732Z Compiling crossbeam-epoch v0.9.18
16952026-07-23T02:57:14.817Z Compiling peg-runtime v0.8.5
16962026-07-23T02:57:14.860Z Compiling lalrpop-util v0.19.12
16972026-07-23T02:57:14.876Z Compiling thread_local v1.1.9
16982026-07-23T02:57:15.018Z Compiling slog-async v2.8.0
16992026-07-23T02:57:15.067Z Compiling crossbeam-channel v0.5.15
17002026-07-23T02:57:15.090Z Compiling filetime v0.2.27
17012026-07-23T02:57:15.123Z Compiling is-terminal v0.4.17
17022026-07-23T02:57:15.156Z Compiling term v1.2.1
17032026-07-23T02:57:15.237Z Compiling xattr v1.6.1
17042026-07-23T02:57:15.276Z Compiling take_mut v0.2.2
17052026-07-23T02:57:15.288Z Compiling camino-tempfile v1.4.1
17062026-07-23T02:57:15.376Z Compiling tar v0.4.46
17072026-07-23T02:57:15.516Z Compiling slog-term v2.9.2
17082026-07-23T02:57:33.054Z Compiling rustls-webpki v0.103.13
17092026-07-23T02:57:35.781Z Compiling tokio-rustls v0.26.4
17102026-07-23T02:57:35.781Z Compiling rustls-platform-verifier v0.6.2
17112026-07-23T02:57:35.781Z Compiling tough v0.22.0
17122026-07-23T02:57:36.009Z Compiling hyper-rustls v0.27.7
17132026-07-23T02:57:36.188Z Compiling reqwest v0.13.2
17142026-07-23T02:57:38.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-23T02:57:38.575Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-23T02:57:41.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s
17172026-07-23T02:57:41.513Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-23T02:57:41.568ZJul 23 02:57:40.626 INFO Starting download, target: Cockroach
17192026-07-23T02:57:41.568ZJul 23 02:57:40.626 INFO Starting download, target: Console
17202026-07-23T02:57:41.568ZJul 23 02:57:40.626 INFO Starting download, target: Clickhouse
17212026-07-23T02:57:41.569ZJul 23 02:57:40.626 INFO Starting download, target: DendriteStub
17222026-07-23T02:57:41.572ZJul 23 02:57:40.626 INFO Starting download, target: MaghemiteMgd
17232026-07-23T02:57:41.572ZJul 23 02:57:40.626 INFO Starting download, target: MaghemiteDdmd
17242026-07-23T02:57:41.572ZJul 23 02:57:40.626 INFO Starting download, target: TransceiverControl
17252026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-23T02:57:41.572ZJul 23 02:57:40.627 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-23T02:57:42.049ZJul 23 02:57:41.072 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-23T02:57:42.239ZJul 23 02:57:41.290 INFO Download complete, target: TransceiverControl
17342026-07-23T02:57:43.408ZJul 23 02:57:42.449 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-23T02:57:43.554ZJul 23 02:57:42.610 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-07-23T02:57:43.595ZJul 23 02:57:42.651 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17372026-07-23T02:57:43.651ZJul 23 02:57:42.707 INFO Download complete, target: Console
17382026-07-23T02:57:43.964ZJul 23 02:57:43.004 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-07-23T02:57:44.142ZJul 23 02:57:43.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-23T02:57:44.192ZJul 23 02:57:43.248 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-23T02:57:44.192ZJul 23 02:57:43.248 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-23T02:57:45.646ZJul 23 02:57:44.704 INFO Download complete, target: MaghemiteDdmd
17432026-07-23T02:57:46.229ZJul 23 02:57:45.287 INFO Download complete, target: DendriteStub
17442026-07-23T02:57:46.696ZJul 23 02:57:45.749 INFO Download complete, target: MaghemiteMgd
17452026-07-23T02:57:49.044ZJul 23 02:57:48.102 INFO Checking that binary works, target: Cockroach
17462026-07-23T02:57:49.183ZJul 23 02:57:48.241 INFO Download complete, target: Cockroach
17472026-07-23T02:57:50.761ZJul 23 02:57:49.819 INFO Checking that binary works, target: Clickhouse
17482026-07-23T02:57:50.847ZJul 23 02:57:49.905 INFO Download complete, target: Clickhouse
17492026-07-23T02:57:50.855ZAll prerequisites installed successfully
17502026-07-23T02:57:50.859Z
17512026-07-23T02:57:50.859Zreal 1:45.779930853
17522026-07-23T02:57:50.859Zuser 6:39.129200359
17532026-07-23T02:57:50.859Zsys 1:38.709696023
17542026-07-23T02:57:50.859Ztrap 0.247231357
17552026-07-23T02:57:50.859Ztflt 0.776368465
17562026-07-23T02:57:50.859Zdflt 1.602762739
17572026-07-23T02:57:50.859Zkflt 0.027408358
17582026-07-23T02:57:50.859Zlock 23:55.086275827
17592026-07-23T02:57:50.861Zslp 18:10.517987065
17602026-07-23T02:57:50.861Zlat 23.030352994
17612026-07-23T02:57:50.861Zstop 2:43.685543053
17622026-07-23T02:57:50.861Z+ ptime -m cargo xtask download softnpu
17632026-07-23T02:57:51.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-23T02:57:51.322Z Running `target/debug/xtask download softnpu`
17652026-07-23T02:57:52.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-23T02:57:52.107Z Running `target/debug/xtask-downloader softnpu`
17672026-07-23T02:57:52.145ZJul 23 02:57:51.203 INFO Starting download, target: Softnpu
17682026-07-23T02:57:52.149ZJul 23 02:57:51.204 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-23T02:57:52.684ZJul 23 02:57:51.742 INFO Download complete, target: Softnpu
17702026-07-23T02:57:52.689Z
17712026-07-23T02:57:52.689Zreal 1.827191567
17722026-07-23T02:57:52.689Zuser 1.260092322
17732026-07-23T02:57:52.689Zsys 0.583946774
17742026-07-23T02:57:52.689Ztrap 0.000485680
17752026-07-23T02:57:52.689Ztflt 0.000072900
17762026-07-23T02:57:52.689Zdflt 0.000146860
17772026-07-23T02:57:52.689Zkflt 0.000000930
17782026-07-23T02:57:52.693Zlock 9.813540574
17792026-07-23T02:57:52.693Zslp 0.402380639
17802026-07-23T02:57:52.693Zlat 0.085431660
17812026-07-23T02:57:52.693Zstop 0.000198210
17822026-07-23T02:57:52.693Z+ export CARGO_INCREMENTAL=0
17832026-07-23T02:57:52.693Z+ CARGO_INCREMENTAL=0
17842026-07-23T02:57:52.693Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-23T02:57:53.541Z Compiling proc-macro2 v1.0.106
17862026-07-23T02:57:53.542Z Compiling quote v1.0.45
17872026-07-23T02:57:53.542Z Compiling unicode-ident v1.0.24
17882026-07-23T02:57:53.546Z Compiling libc v0.2.185
17892026-07-23T02:57:53.546Z Compiling serde_core v1.0.228
17902026-07-23T02:57:53.546Z Compiling serde v1.0.228
17912026-07-23T02:57:53.546Z Compiling cfg-if v1.0.4
17922026-07-23T02:57:53.547Z Compiling version_check v0.9.5
17932026-07-23T02:57:53.547Z Compiling find-msvc-tools v0.1.9
17942026-07-23T02:57:53.547Z Compiling shlex v1.3.0
17952026-07-23T02:57:53.547Z Compiling zmij v1.0.21
17962026-07-23T02:57:53.547Z Compiling memchr v2.8.0
17972026-07-23T02:57:53.687Z Compiling serde_json v1.0.150
17982026-07-23T02:57:53.690Z Compiling autocfg v1.5.0
17992026-07-23T02:57:53.769Z Compiling portable-atomic v1.13.1
18002026-07-23T02:57:53.878Z Compiling getrandom v0.4.1
18012026-07-23T02:57:54.007Z Compiling zerocopy v0.8.40
18022026-07-23T02:57:54.023Z Compiling libm v0.2.16
18032026-07-23T02:57:54.165Z Compiling parking_lot_core v0.9.12
18042026-07-23T02:57:54.169Z Compiling icu_properties_data v2.1.2
18052026-07-23T02:57:54.207Z Compiling icu_normalizer_data v2.1.1
18062026-07-23T02:57:54.211Z Compiling num-traits v0.2.19
18072026-07-23T02:57:54.221Z Compiling smallvec v1.15.1
18082026-07-23T02:57:54.221Z Compiling generic-array v0.14.7
18092026-07-23T02:57:54.272Z Compiling itoa v1.0.17
18102026-07-23T02:57:54.363Z Compiling log v0.4.29
18112026-07-23T02:57:54.444Z Compiling subtle v2.6.1
18122026-07-23T02:57:54.447Z Compiling pkg-config v0.3.32
18132026-07-23T02:57:54.474Z Compiling stable_deref_trait v1.2.1
18142026-07-23T02:57:54.518Z Compiling typenum v1.20.1
18152026-07-23T02:57:54.585Z Compiling jobserver v0.1.34
18162026-07-23T02:57:54.602Z Compiling scopeguard v1.2.0
18172026-07-23T02:57:54.618Z Compiling errno v0.3.14
18182026-07-23T02:57:54.674Z Compiling rand_core v0.10.0
18192026-07-23T02:57:54.700Z Compiling lock_api v0.4.14
18202026-07-23T02:57:54.779Z Compiling pin-project-lite v0.2.17
18212026-07-23T02:57:54.795Z Compiling thiserror v2.0.18
18222026-07-23T02:57:54.835Z Compiling cc v1.2.56
18232026-07-23T02:57:54.866Z Compiling getrandom v0.3.4
18242026-07-23T02:57:54.926Z Compiling syn v2.0.117
18252026-07-23T02:57:54.942Z Compiling percent-encoding v2.3.2
18262026-07-23T02:57:54.972Z Compiling equivalent v1.0.2
18272026-07-23T02:57:54.975Z Compiling litemap v0.8.1
18282026-07-23T02:57:54.989Z Compiling writeable v0.6.2
18292026-07-23T02:57:55.006Z Compiling fnv v1.0.7
18302026-07-23T02:57:55.019Z Compiling getrandom v0.2.17
18312026-07-23T02:57:55.077Z Compiling rustversion v1.0.22
18322026-07-23T02:57:55.135Z Compiling schemars v0.8.22
18332026-07-23T02:57:55.200Z Compiling rand_core v0.6.4
18342026-07-23T02:57:55.260Z Compiling rustix v1.1.3
18352026-07-23T02:57:55.286Z Compiling fs_extra v1.3.0
18362026-07-23T02:57:55.289Z Compiling critical-section v1.2.0
18372026-07-23T02:57:55.314Z Compiling dunce v1.0.5
18382026-07-23T02:57:55.430Z Compiling hashbrown v0.17.0
18392026-07-23T02:57:55.520Z Compiling signal-hook-registry v1.4.8
18402026-07-23T02:57:55.619Z Compiling cmake v0.1.57
18412026-07-23T02:57:55.655Z Compiling utf8_iter v1.0.4
18422026-07-23T02:57:55.746Z Compiling heck v0.5.0
18432026-07-23T02:57:55.753Z Compiling strsim v0.11.1
18442026-07-23T02:57:55.839Z Compiling once_cell v1.21.3
18452026-07-23T02:57:55.989Z Compiling semver v1.0.28
18462026-07-23T02:57:56.012Z Compiling indexmap v2.14.0
18472026-07-23T02:57:56.038Z Compiling bitflags v2.11.0
18482026-07-23T02:57:56.045Z Compiling parking_lot v0.12.5
18492026-07-23T02:57:56.083Z Compiling form_urlencoded v1.2.2
18502026-07-23T02:57:56.110Z Compiling mio v1.2.0
18512026-07-23T02:57:56.113Z Compiling socket2 v0.6.3
18522026-07-23T02:57:56.160Z Compiling aws-lc-sys v0.40.0
18532026-07-23T02:57:56.224Z Compiling ident_case v1.0.1
18542026-07-23T02:57:56.302Z Compiling futures-core v0.3.32
18552026-07-23T02:57:56.331Z Compiling aws-lc-rs v1.16.3
18562026-07-23T02:57:56.400Z Compiling httparse v1.10.1
18572026-07-23T02:57:56.655Z Compiling byteorder v1.5.0
18582026-07-23T02:57:56.738Z Compiling ucd-trie v0.1.7
18592026-07-23T02:57:56.765Z Compiling thiserror v1.0.69
18602026-07-23T02:57:56.870Z Compiling const-oid v0.9.6
18612026-07-23T02:57:56.873Z Compiling vcpkg v0.2.15
18622026-07-23T02:57:56.901Z Compiling pest v2.8.6
18632026-07-23T02:57:56.932Z Compiling regex-syntax v0.8.10
18642026-07-23T02:57:56.965Z Compiling syn v1.0.109
18652026-07-23T02:57:56.986Z Compiling iana-time-zone v0.1.65
18662026-07-23T02:57:57.214Z Compiling uuid v1.23.4
18672026-07-23T02:57:57.285Z Compiling rustc_version v0.4.1
18682026-07-23T02:57:57.356Z Compiling futures-sink v0.3.32
18692026-07-23T02:57:57.465Z Compiling openssl-sys v0.9.115
18702026-07-23T02:57:57.479Z Compiling rustls v0.23.41
18712026-07-23T02:57:57.483Z Compiling futures-channel v0.3.32
18722026-07-23T02:57:57.589Z Compiling aho-corasick v1.1.4
18732026-07-23T02:57:57.608Z Compiling futures-task v0.3.32
18742026-07-23T02:57:57.621Z Compiling slab v0.4.12
18752026-07-23T02:57:57.762Z Compiling synstructure v0.13.2
18762026-07-23T02:57:57.780Z Compiling serde_derive_internals v0.29.1
18772026-07-23T02:57:57.857Z Compiling futures-io v0.3.32
18782026-07-23T02:57:57.988Z Compiling pest_meta v2.8.6
18792026-07-23T02:57:58.015Z Compiling crc32fast v1.5.0
18802026-07-23T02:57:58.028Z Compiling num-conv v0.2.0
18812026-07-23T02:57:58.075Z Compiling dyn-clone v1.0.20
18822026-07-23T02:57:58.174Z Compiling plain v0.2.3
18832026-07-23T02:57:58.189Z Compiling time-core v0.1.8
18842026-07-23T02:57:58.279Z Compiling base64 v0.22.1
18852026-07-23T02:57:58.307Z Compiling crossbeam-utils v0.8.21
18862026-07-23T02:57:58.322Z Compiling openssl v0.10.79
18872026-07-23T02:57:58.351Z Compiling time-macros v0.2.27
18882026-07-23T02:57:58.395Z Compiling pretty-hex v0.4.1
18892026-07-23T02:57:58.468Z Compiling regex-automata v0.4.14
18902026-07-23T02:57:58.495Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-23T02:57:58.559Z Compiling native-tls v0.2.18
18922026-07-23T02:57:58.616Z Compiling pest_generator v2.8.6
18932026-07-23T02:57:58.632Z Compiling anyhow v1.0.102
18942026-07-23T02:57:58.784Z Compiling rand_core v0.9.5
18952026-07-23T02:57:58.861Z Compiling slog v2.8.2
18962026-07-23T02:57:58.903Z Compiling tracing-core v0.1.36
18972026-07-23T02:57:58.987Z Compiling serde_derive v1.0.228
18982026-07-23T02:57:59.005Z Compiling zeroize_derive v1.4.3
18992026-07-23T02:57:59.022Z Compiling zerofrom-derive v0.1.6
19002026-07-23T02:57:59.091Z Compiling yoke-derive v0.8.1
19012026-07-23T02:57:59.105Z Compiling zerovec-derive v0.11.2
19022026-07-23T02:57:59.183Z Compiling displaydoc v0.2.5
19032026-07-23T02:57:59.200Z Compiling zerocopy-derive v0.8.40
19042026-07-23T02:57:59.256Z Compiling tokio-macros v2.7.0
19052026-07-23T02:57:59.327Z Compiling futures-macro v0.3.32
19062026-07-23T02:57:59.335Z Compiling thiserror-impl v2.0.18
19072026-07-23T02:57:59.600Z Compiling schemars_derive v0.8.22
19082026-07-23T02:57:59.618Z Compiling zeroize v1.8.2
19092026-07-23T02:57:59.894Z Compiling tracing-attributes v0.1.31
19102026-07-23T02:57:59.964Z Compiling der_derive v0.7.3
19112026-07-23T02:58:00.061Z Compiling thiserror-impl v1.0.69
19122026-07-23T02:58:00.093Z Compiling pest_derive v2.8.6
19132026-07-23T02:58:00.147Z Compiling zerofrom v0.1.6
19142026-07-23T02:58:00.289Z Compiling yoke v0.8.1
19152026-07-23T02:58:00.502Z Compiling zerovec v0.11.5
19162026-07-23T02:58:00.518Z Compiling zerotrie v0.2.3
19172026-07-23T02:58:00.591Z Compiling crypto-common v0.1.7
19182026-07-23T02:58:00.758Z Compiling futures-util v0.3.32
19192026-07-23T02:58:00.803Z Compiling block-buffer v0.10.4
19202026-07-23T02:58:00.963Z Compiling digest v0.10.7
19212026-07-23T02:58:00.997Z Compiling tinystr v0.8.2
19222026-07-23T02:58:01.000Z Compiling potential_utf v0.1.4
19232026-07-23T02:58:01.101Z Compiling scroll_derive v0.12.1
19242026-07-23T02:58:01.155Z Compiling icu_collections v2.1.1
19252026-07-23T02:58:01.172Z Compiling icu_locale_core v2.1.1
19262026-07-23T02:58:01.220Z Compiling scroll_derive v0.13.1
19272026-07-23T02:58:01.278Z Compiling openssl-macros v0.1.1
19282026-07-23T02:58:01.449Z Compiling regex v1.12.3
19292026-07-23T02:58:01.802Z Compiling zerocopy-derive v0.7.35
19302026-07-23T02:58:01.844Z Compiling icu_provider v2.1.1
19312026-07-23T02:58:01.957Z Compiling cookie v0.18.1
19322026-07-23T02:58:02.027Z Compiling base64ct v1.8.3
19332026-07-23T02:58:02.032Z Compiling camino v1.2.2
19342026-07-23T02:58:02.109Z Compiling bytes v1.11.1
19352026-07-23T02:58:02.160Z Compiling chrono v0.4.45
19362026-07-23T02:58:02.179Z Compiling icu_normalizer v2.1.1
19372026-07-23T02:58:02.238Z Compiling icu_properties v2.1.2
19382026-07-23T02:58:02.434Z Compiling serde_tokenstream v0.2.3
19392026-07-23T02:58:02.613Z Compiling tokio v1.52.1
19402026-07-23T02:58:02.691Z Compiling http v1.4.2
19412026-07-23T02:58:03.322Z Compiling idna_adapter v1.2.1
19422026-07-23T02:58:03.468Z Compiling idna v1.1.0
19432026-07-23T02:58:03.483Z Compiling ppv-lite86 v0.2.21
19442026-07-23T02:58:03.600Z Compiling pem-rfc7468 v0.7.0
19452026-07-23T02:58:03.850Z Compiling url v2.5.8
19462026-07-23T02:58:03.863Z Compiling tracing v0.1.44
19472026-07-23T02:58:04.010Z Compiling flagset v0.4.7
19482026-07-23T02:58:04.091Z Compiling rand_chacha v0.9.0
19492026-07-23T02:58:04.162Z Compiling der v0.7.10
19502026-07-23T02:58:04.359Z Compiling http-body v1.0.1
19512026-07-23T02:58:04.404Z Compiling rustls-pki-types v1.14.0
19522026-07-23T02:58:04.652Z Compiling usdt-impl v0.5.0
19532026-07-23T02:58:04.681Z Compiling cmov v0.5.4
19542026-07-23T02:58:04.904Z Compiling either v1.15.0
19552026-07-23T02:58:04.907Z Compiling fastrand v2.3.0
19562026-07-23T02:58:05.138Z Compiling tinyvec_macros v0.1.1
19572026-07-23T02:58:05.161Z Compiling ref-cast v1.0.25
19582026-07-23T02:58:05.182Z Compiling paste v1.0.15
19592026-07-23T02:58:05.222Z Compiling openssl-probe v0.2.1
19602026-07-23T02:58:05.244Z Compiling usdt-impl v0.6.0
19612026-07-23T02:58:05.264Z Compiling tinyvec v1.10.0
19622026-07-23T02:58:05.370Z Compiling ctutils v0.4.2
19632026-07-23T02:58:05.397Z Compiling spki v0.7.3
19642026-07-23T02:58:05.567Z Compiling rand v0.9.2
19652026-07-23T02:58:05.646Z Compiling toml_datetime v0.6.11
19662026-07-23T02:58:05.663Z Compiling serde_spanned v0.6.9
19672026-07-23T02:58:05.667Z Compiling scroll v0.13.0
19682026-07-23T02:58:05.693Z Compiling scroll v0.12.0
19692026-07-23T02:58:05.720Z Compiling async-trait v0.1.89
19702026-07-23T02:58:05.736Z Compiling heapless v0.7.17
19712026-07-23T02:58:05.864Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-23T02:58:05.892Z Compiling cpufeatures v0.2.17
19732026-07-23T02:58:05.905Z Compiling winnow v0.7.14
19742026-07-23T02:58:05.918Z Compiling tower-service v0.3.3
19752026-07-23T02:58:05.962Z Compiling atomic-waker v1.1.2
19762026-07-23T02:58:05.974Z Compiling rustix v0.38.44
19772026-07-23T02:58:05.989Z Compiling zstd-safe v7.2.4
19782026-07-23T02:58:06.017Z Compiling untrusted v0.7.1
19792026-07-23T02:58:06.031Z Compiling try-lock v0.2.5
19802026-07-23T02:58:06.149Z Compiling litrs v1.0.0
19812026-07-23T02:58:06.165Z Compiling winnow v1.0.3
19822026-07-23T02:58:06.165Z Compiling signal-hook v0.3.18
19832026-07-23T02:58:06.195Z Compiling tower-layer v0.3.3
19842026-07-23T02:58:06.232Z Compiling want v0.3.1
19852026-07-23T02:58:06.309Z Compiling goblin v0.8.2
19862026-07-23T02:58:06.329Z Compiling goblin v0.10.5
19872026-07-23T02:58:06.376Z Compiling tokio-util v0.7.18
19882026-07-23T02:58:06.587Z Compiling toml_parser v1.1.2+spec-1.1.0
19892026-07-23T02:58:06.682Z Compiling hybrid-array v0.4.13
19902026-07-23T02:58:06.718Z Compiling document-features v0.2.12
19912026-07-23T02:58:07.272Z Compiling h2 v0.4.15
19922026-07-23T02:58:07.407Z Compiling zerocopy v0.7.35
19932026-07-23T02:58:07.416Z Compiling ipnet v2.11.0
19942026-07-23T02:58:07.438Z Compiling ref-cast-impl v1.0.25
19952026-07-23T02:58:07.448Z Compiling darling_core v0.20.11
19962026-07-23T02:58:07.468Z Compiling curve25519-dalek v4.1.3
19972026-07-23T02:58:07.609Z Compiling memoffset v0.9.1
19982026-07-23T02:58:07.755Z Compiling winnow v0.5.40
19992026-07-23T02:58:07.781Z Compiling untrusted v0.9.0
20002026-07-23T02:58:07.885Z Compiling httpdate v1.0.3
20012026-07-23T02:58:07.932Z Compiling powerfmt v0.2.0
20022026-07-23T02:58:07.957Z Compiling utf8parse v0.2.2
20032026-07-23T02:58:08.119Z Compiling foreign-types-shared v0.1.1
20042026-07-23T02:58:08.246Z Compiling foreign-types v0.3.2
20052026-07-23T02:58:08.327Z Compiling deranged v0.5.8
20062026-07-23T02:58:08.398Z Compiling tempfile v3.25.0
20072026-07-23T02:58:08.509Z Compiling dtrace-parser v0.2.0
20082026-07-23T02:58:08.668Z Compiling dof v0.3.0
20092026-07-23T02:58:08.760Z Compiling unicode-normalization v0.1.25
20102026-07-23T02:58:09.042Z Compiling pkcs8 v0.10.2
20112026-07-23T02:58:09.108Z Compiling toml_edit v0.19.15
20122026-07-23T02:58:09.199Z Compiling dof v0.4.0
20132026-07-23T02:58:09.400Z Compiling darling_macro v0.20.11
20142026-07-23T02:58:09.417Z Compiling dtrace-parser v0.3.0
20152026-07-23T02:58:09.449Z Compiling pin-project-internal v1.1.11
20162026-07-23T02:58:09.779Z Compiling daft-derive v0.1.7
20172026-07-23T02:58:09.904Z Compiling spin v0.9.8
20182026-07-23T02:58:10.955Z Compiling thread-id v5.1.0
20192026-07-23T02:58:10.958Z Compiling thread-id v4.2.2
20202026-07-23T02:58:10.958Z Compiling cfg_aliases v0.2.1
20212026-07-23T02:58:10.958Z Compiling smoltcp v0.9.1
20222026-07-23T02:58:10.958Z Compiling anstyle v1.0.14
20232026-07-23T02:58:10.959Z Compiling num-bigint-dig v0.8.6
20242026-07-23T02:58:10.959Z Compiling hyper v1.10.1
20252026-07-23T02:58:10.959Z Compiling num_threads v0.1.7
20262026-07-23T02:58:10.959Z Compiling time v0.3.47
20272026-07-23T02:58:10.959Z Compiling nix v0.31.2
20282026-07-23T02:58:10.959Z Compiling darling v0.20.11
20292026-07-23T02:58:10.959Z Compiling sha2 v0.10.9
20302026-07-23T02:58:11.042Z Compiling ipnetwork v0.21.1
20312026-07-23T02:58:11.091Z Compiling hmac v0.12.1
20322026-07-23T02:58:11.118Z Compiling strum_macros v0.26.4
20332026-07-23T02:58:11.253Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-23T02:58:11.335Z Compiling darling_core v0.23.0
20352026-07-23T02:58:11.349Z Compiling sync_wrapper v1.0.2
20362026-07-23T02:58:11.426Z Compiling wait-timeout v0.2.1
20372026-07-23T02:58:11.465Z Compiling hyper-util v0.1.20
20382026-07-23T02:58:11.894Z Compiling quick-error v1.2.3
20392026-07-23T02:58:11.909Z Compiling colorchoice v1.0.4
20402026-07-23T02:58:11.941Z Compiling siphasher v1.0.2
20412026-07-23T02:58:11.964Z Compiling bit-vec v0.8.0
20422026-07-23T02:58:12.142Z Compiling simd-adler32 v0.3.8
20432026-07-23T02:58:12.212Z Compiling anstyle-query v1.1.5
20442026-07-23T02:58:12.336Z Compiling is_terminal_polyfill v1.70.2
20452026-07-23T02:58:12.445Z Compiling bit-set v0.8.0
20462026-07-23T02:58:12.616Z Compiling rusty-fork v0.3.1
20472026-07-23T02:58:12.922Z Compiling tower v0.5.3
20482026-07-23T02:58:13.328Z Compiling derive_builder_core v0.20.2
20492026-07-23T02:58:13.359Z Compiling http-body-util v0.1.3
20502026-07-23T02:58:13.419Z Compiling hubpack_derive v0.1.1
20512026-07-23T02:58:13.451Z Compiling snafu-derive v0.8.9
20522026-07-23T02:58:13.546Z Compiling strum_macros v0.27.2
20532026-07-23T02:58:13.561Z Compiling darling_macro v0.23.0
20542026-07-23T02:58:13.626Z Compiling rand_xorshift v0.4.0
20552026-07-23T02:58:13.779Z Compiling fs-err v3.3.0
20562026-07-23T02:58:13.803Z Compiling ahash v0.8.12
20572026-07-23T02:58:13.962Z Compiling ryu v1.0.23
20582026-07-23T02:58:14.013Z Compiling adler2 v2.0.1
20592026-07-23T02:58:14.038Z Compiling iri-string v0.7.10
20602026-07-23T02:58:14.063Z Compiling unicode-bidi v0.3.18
20612026-07-23T02:58:14.109Z Compiling object v0.37.3
20622026-07-23T02:58:14.157Z Compiling unicode-segmentation v1.12.0
20632026-07-23T02:58:14.174Z Compiling unicode-properties v0.1.4
20642026-07-23T02:58:14.254Z Compiling unarray v0.1.4
20652026-07-23T02:58:14.381Z Compiling allocator-api2 v0.2.21
20662026-07-23T02:58:14.412Z Compiling stringprep v0.1.5
20672026-07-23T02:58:14.549Z Compiling proptest v1.10.0
20682026-07-23T02:58:14.718Z Compiling miniz_oxide v0.8.9
20692026-07-23T02:58:14.775Z Compiling derive_builder_macro v0.20.2
20702026-07-23T02:58:14.940Z Compiling darling v0.23.0
20712026-07-23T02:58:14.986Z Compiling serde_urlencoded v0.7.1
20722026-07-23T02:58:15.131Z Compiling tokio-native-tls v0.3.1
20732026-07-23T02:58:15.255Z Compiling tower-http v0.6.8
20742026-07-23T02:58:15.270Z Compiling usdt-macro v0.6.0
20752026-07-23T02:58:15.284Z Compiling usdt-attr-macro v0.6.0
20762026-07-23T02:58:15.323Z Compiling anstyle-parse v1.0.0
20772026-07-23T02:58:15.339Z Compiling block-buffer v0.12.1
20782026-07-23T02:58:15.410Z Compiling crypto-common v0.2.2
20792026-07-23T02:58:15.519Z Compiling block-padding v0.4.2
20802026-07-23T02:58:15.868Z Compiling rustls-native-certs v0.8.3
20812026-07-23T02:58:15.978Z Compiling rand_chacha v0.3.1
20822026-07-23T02:58:16.057Z Compiling erased-serde v0.3.31
20832026-07-23T02:58:16.061Z Compiling hex v0.4.3
20842026-07-23T02:58:16.088Z Compiling md-5 v0.10.6
20852026-07-23T02:58:16.102Z Compiling signature v2.2.0
20862026-07-23T02:58:16.124Z Compiling bstr v1.12.1
20872026-07-23T02:58:16.251Z Compiling num-integer v0.1.46
20882026-07-23T02:58:16.266Z Compiling hash32 v0.2.1
20892026-07-23T02:58:16.355Z Compiling vergen-lib v9.1.0
20902026-07-23T02:58:16.406Z Compiling encoding_rs v0.8.35
20912026-07-23T02:58:16.446Z Compiling fallible-iterator v0.2.0
20922026-07-23T02:58:16.537Z Compiling cpufeatures v0.3.0
20932026-07-23T02:58:16.575Z Compiling mime v0.3.17
20942026-07-23T02:58:16.624Z Compiling psl-types v2.0.11
20952026-07-23T02:58:16.700Z Compiling zlib-rs v0.6.2
20962026-07-23T02:58:16.749Z Compiling publicsuffix v2.3.0
20972026-07-23T02:58:16.765Z Compiling postgres-protocol v0.6.10
20982026-07-23T02:58:16.827Z Compiling newtype-uuid v1.3.2
20992026-07-23T02:58:16.895Z Compiling num-iter v0.1.45
21002026-07-23T02:58:17.093Z Compiling rand v0.8.6
21012026-07-23T02:58:17.372Z Compiling oxnet v0.1.6
21022026-07-23T02:58:17.524Z Compiling inout v0.2.2
21032026-07-23T02:58:17.634Z Compiling anstream v1.0.0
21042026-07-23T02:58:17.649Z Compiling derive_builder v0.20.2
21052026-07-23T02:58:17.679Z Compiling hyper-tls v0.6.0
21062026-07-23T02:58:17.731Z Compiling serde_with_macros v3.21.0
21072026-07-23T02:58:17.731Z Compiling heck v0.4.1
21082026-07-23T02:58:17.825Z Compiling phf_shared v0.13.1
21092026-07-23T02:58:17.886Z Compiling pin-project v1.1.11
21102026-07-23T02:58:17.934Z Compiling lazy_static v1.5.0
21112026-07-23T02:58:17.949Z Compiling anstyle-parse v0.2.7
21122026-07-23T02:58:18.090Z Compiling terminal_size v0.4.3
21132026-07-23T02:58:18.094Z Compiling futures-executor v0.3.32
21142026-07-23T02:58:18.130Z Compiling async-recursion v1.1.1
21152026-07-23T02:58:18.158Z Compiling enum-as-inner v0.6.1
21162026-07-23T02:58:18.160Z Compiling serde_repr v0.1.20
21172026-07-23T02:58:18.236Z Compiling clap_derive v4.6.1
21182026-07-23T02:58:18.374Z Compiling ff v0.13.1
21192026-07-23T02:58:18.448Z Compiling vergen v9.1.0
21202026-07-23T02:58:18.480Z Compiling cargo-platform v0.3.2
21212026-07-23T02:58:18.607Z Compiling managed v0.8.0
21222026-07-23T02:58:18.679Z Compiling foldhash v0.2.0
21232026-07-23T02:58:18.679Z Compiling base16ct v0.2.0
21242026-07-23T02:58:18.777Z Compiling libbz2-rs-sys v0.2.2
21252026-07-23T02:58:18.801Z Compiling flate2 v1.1.9
21262026-07-23T02:58:18.835Z Compiling clap_lex v1.0.0
21272026-07-23T02:58:18.876Z Compiling bitflags v1.3.2
21282026-07-23T02:58:18.968Z Compiling bumpalo v3.20.2
21292026-07-23T02:58:19.016Z Compiling foldhash v0.1.5
21302026-07-23T02:58:19.041Z Compiling same-file v1.0.6
21312026-07-23T02:58:19.209Z Compiling bzip2 v0.6.1
21322026-07-23T02:58:19.212Z Compiling zopfli v0.8.3
21332026-07-23T02:58:19.238Z Compiling walkdir v2.5.0
21342026-07-23T02:58:19.316Z Compiling hashbrown v0.15.5
21352026-07-23T02:58:19.351Z Compiling clap_builder v4.6.0
21362026-07-23T02:58:19.521Z Compiling hashbrown v0.16.1
21372026-07-23T02:58:19.627Z Compiling sec1 v0.7.3
21382026-07-23T02:58:19.797Z Compiling cargo_metadata v0.23.1
21392026-07-23T02:58:19.869Z Compiling group v0.13.0
21402026-07-23T02:58:20.055Z Compiling futures v0.3.32
21412026-07-23T02:58:20.161Z Compiling anstream v0.6.21
21422026-07-23T02:58:20.460Z Compiling zstd v0.13.3
21432026-07-23T02:58:20.476Z Compiling phf v0.13.1
21442026-07-23T02:58:20.648Z Compiling snafu v0.8.9
21452026-07-23T02:58:20.726Z Compiling reqwest v0.12.28
21462026-07-23T02:58:20.999Z Compiling signal-hook-mio v0.2.5
21472026-07-23T02:58:21.027Z Compiling cipher v0.5.2
21482026-07-23T02:58:21.122Z Compiling daft v0.1.7
21492026-07-23T02:58:21.125Z Compiling cookie_store v0.22.1
21502026-07-23T02:58:21.153Z Compiling postgres-types v0.2.12
21512026-07-23T02:58:21.167Z Compiling bzip2 v0.4.4
21522026-07-23T02:58:21.319Z Compiling globset v0.4.18
21532026-07-23T02:58:21.335Z Compiling ed25519 v2.2.3
21542026-07-23T02:58:21.420Z Compiling strum v0.27.2
21552026-07-23T02:58:21.612Z Compiling hubpack v0.1.2
21562026-07-23T02:58:21.667Z Compiling phf_shared v0.11.3
21572026-07-23T02:58:21.711Z Compiling hkdf v0.12.4
21582026-07-23T02:58:21.726Z Compiling crossbeam-epoch v0.9.18
21592026-07-23T02:58:21.766Z Compiling pkcs1 v0.7.5
21602026-07-23T02:58:21.806Z Compiling olpc-cjson v0.1.4
21612026-07-23T02:58:21.971Z Compiling pem v3.0.6
21622026-07-23T02:58:22.115Z Compiling serde_plain v1.0.2
21632026-07-23T02:58:22.118Z Compiling serde-big-array v0.5.1
21642026-07-23T02:58:22.244Z Compiling crypto-bigint v0.5.5
21652026-07-23T02:58:22.298Z Compiling float-cmp v0.10.0
21662026-07-23T02:58:22.317Z Compiling memmap2 v0.9.10
21672026-07-23T02:58:22.331Z Compiling env_filter v1.0.0
21682026-07-23T02:58:22.465Z Compiling predicates-core v1.0.10
21692026-07-23T02:58:22.465Z Compiling typed-path v0.9.3
21702026-07-23T02:58:22.541Z Compiling new_debug_unreachable v1.0.6
21712026-07-23T02:58:22.609Z Compiling keccak v0.1.6
21722026-07-23T02:58:22.641Z Compiling const-oid v0.10.2
21732026-07-23T02:58:22.656Z Compiling static_assertions v1.1.0
21742026-07-23T02:58:22.684Z Compiling whoami v2.1.0
21752026-07-23T02:58:22.744Z Compiling difflib v0.4.0
21762026-07-23T02:58:22.762Z Compiling fixedbitset v0.4.2
21772026-07-23T02:58:22.776Z Compiling jiff v0.2.21
21782026-07-23T02:58:22.823Z Compiling normalize-line-endings v0.3.0
21792026-07-23T02:58:22.934Z Compiling data-encoding v2.10.0
21802026-07-23T02:58:22.970Z Compiling toml_write v0.1.2
21812026-07-23T02:58:22.985Z Compiling fixedbitset v0.5.7
21822026-07-23T02:58:23.026Z Compiling precomputed-hash v0.1.1
21832026-07-23T02:58:23.152Z Compiling toml_edit v0.22.27
21842026-07-23T02:58:23.186Z Compiling elliptic-curve v0.13.8
21852026-07-23T02:58:23.201Z Compiling petgraph v0.8.3
21862026-07-23T02:58:23.287Z Compiling hickory-proto v0.25.2
21872026-07-23T02:58:23.346Z Compiling string_cache v0.8.9
21882026-07-23T02:58:23.368Z Compiling predicates v3.1.4
21892026-07-23T02:58:23.401Z Compiling petgraph v0.6.5
21902026-07-23T02:58:23.478Z Compiling tokio-postgres v0.7.16
21912026-07-23T02:58:23.547Z Compiling digest v0.11.3
21922026-07-23T02:58:23.576Z Compiling sha3 v0.10.8
21932026-07-23T02:58:23.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21942026-07-23T02:58:23.786Z Compiling chacha20 v0.10.0
21952026-07-23T02:58:23.857Z Compiling env_logger v0.11.9
21962026-07-23T02:58:23.943Z Compiling usdt v0.6.0
21972026-07-23T02:58:24.412Z Compiling rsa v0.9.10
21982026-07-23T02:58:25.382Z Compiling zip v4.6.1
21992026-07-23T02:58:25.485Z Compiling ed25519-dalek v2.2.0
22002026-07-23T02:58:25.546Z Compiling iddqd v0.4.2
22012026-07-23T02:58:25.587Z Compiling zip v0.6.6
22022026-07-23T02:58:25.804Z Compiling crossterm v0.28.1
22032026-07-23T02:58:26.288Z Compiling clap v4.6.1
22042026-07-23T02:58:26.456Z Compiling serde_with v3.21.0
22052026-07-23T02:58:26.473Z Compiling similar v2.7.0
22062026-07-23T02:58:26.522Z Compiling byte-wrapper v0.1.0
22072026-07-23T02:58:26.559Z Compiling strum v0.26.3
22082026-07-23T02:58:26.704Z Compiling toml v0.7.8
22092026-07-23T02:58:26.739Z Compiling tokio-stream v0.1.18
22102026-07-23T02:58:26.772Z Compiling buf-list v1.1.2
22112026-07-23T02:58:26.842Z Compiling x509-cert v0.2.5
22122026-07-23T02:58:27.045Z Compiling itertools v0.13.0
22132026-07-23T02:58:27.229Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-23T02:58:27.548Z Compiling openapiv3 v2.2.0
22152026-07-23T02:58:27.982Z Compiling lalrpop-util v0.19.12
22162026-07-23T02:58:28.062Z Compiling peg-runtime v0.8.5
22172026-07-23T02:58:43.945Z Compiling rustls-webpki v0.103.13
22182026-07-23T02:58:45.208Z Compiling macaddr v1.0.1
22192026-07-23T02:58:45.223Z Compiling structmeta-derive v0.3.0
22202026-07-23T02:58:45.279Z Compiling darling_core v0.21.3
22212026-07-23T02:58:45.312Z Compiling crucible-workspace-hack v0.1.0
22222026-07-23T02:58:45.508Z Compiling rayon-core v1.13.0
22232026-07-23T02:58:45.551Z Compiling itertools v0.14.0
22242026-07-23T02:58:45.763Z Compiling secrecy v0.10.3
22252026-07-23T02:58:45.782Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-23T02:58:45.942Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-23T02:58:45.956Z Compiling heapless v0.8.0
22282026-07-23T02:58:46.095Z Compiling crossbeam-deque v0.8.6
22292026-07-23T02:58:46.135Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-07-23T02:58:46.194Z Compiling inout v0.1.4
22312026-07-23T02:58:46.230Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-07-23T02:58:46.245Z Compiling structmeta v0.3.0
22332026-07-23T02:58:46.336Z Compiling hash32 v0.3.1
22342026-07-23T02:58:46.370Z Compiling multer v3.1.0
22352026-07-23T02:58:46.392Z Compiling thread_local v1.1.9
22362026-07-23T02:58:46.454Z Compiling match_cfg v0.1.0
22372026-07-23T02:58:46.473Z Compiling slog-async v2.8.0
22382026-07-23T02:58:46.527Z Compiling compression-core v0.4.31
22392026-07-23T02:58:46.559Z Compiling unicode-width v0.2.0
22402026-07-23T02:58:46.618Z Compiling smoltcp v0.11.0
22412026-07-23T02:58:46.718Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-07-23T02:58:46.781Z Compiling proc-macro-crate v3.4.0
22432026-07-23T02:58:46.811Z Compiling compression-codecs v0.4.37
22442026-07-23T02:58:47.856Z Compiling hostname v0.3.1
22452026-07-23T02:58:47.859Z Compiling derive-ex v0.1.8
22462026-07-23T02:58:47.860Z Compiling cipher v0.4.4
22472026-07-23T02:58:47.860Z Compiling atomicwrites v0.4.4
22482026-07-23T02:58:47.860Z Compiling slog-json v2.6.1
22492026-07-23T02:58:47.860Z Compiling crossbeam-channel v0.5.15
22502026-07-23T02:58:47.860Z Compiling half v2.7.1
22512026-07-23T02:58:47.860Z Compiling newtype-uuid-macros v0.1.0
22522026-07-23T02:58:47.860Z Compiling cobs v0.3.0
22532026-07-23T02:58:47.860Z Compiling thiserror-impl-no-std v2.0.2
22542026-07-23T02:58:47.860Z Compiling universal-hash v0.5.1
22552026-07-23T02:58:47.860Z Compiling darling_macro v0.21.3
22562026-07-23T02:58:47.860Z Compiling tokio-rustls v0.26.4
22572026-07-23T02:58:47.860Z Compiling rustls-platform-verifier v0.6.2
22582026-07-23T02:58:47.860Z Compiling tough v0.22.0
22592026-07-23T02:58:47.860Z Compiling async-stream-impl v0.3.6
22602026-07-23T02:58:47.882Z Compiling hyper-rustls v0.27.7
22612026-07-23T02:58:47.911Z Compiling serde_spanned v1.1.1
22622026-07-23T02:58:47.977Z Compiling darling v0.21.3
22632026-07-23T02:58:48.031Z Compiling toml_datetime v1.1.1+spec-1.1.0
22642026-07-23T02:58:48.076Z Compiling ingot-macros v0.1.1
22652026-07-23T02:58:48.091Z Compiling is-terminal v0.4.17
22662026-07-23T02:58:48.207Z Compiling reqwest v0.13.2
22672026-07-23T02:58:48.223Z Compiling dropshot v0.17.1
22682026-07-23T02:58:48.412Z Compiling proc-macro-error-attr v1.0.4
22692026-07-23T02:58:48.432Z Compiling ciborium-io v0.2.2
22702026-07-23T02:58:48.448Z Compiling opaque-debug v0.3.1
22712026-07-23T02:58:48.464Z Compiling toml_writer v1.1.1+spec-1.1.0
22722026-07-23T02:58:48.467Z Compiling convert_case v0.4.0
22732026-07-23T02:58:48.534Z Compiling term v1.2.1
22742026-07-23T02:58:48.549Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-23T02:58:48.577Z Compiling take_mut v0.2.2
22762026-07-23T02:58:48.710Z Compiling toml v1.1.2+spec-1.1.0
22772026-07-23T02:58:48.751Z Compiling ciborium-ll v0.2.2
22782026-07-23T02:58:48.785Z Compiling derive_more v0.99.20
22792026-07-23T02:58:48.803Z Compiling poly1305 v0.8.0
22802026-07-23T02:58:48.913Z Compiling slog-term v2.9.2
22812026-07-23T02:58:49.089Z Compiling test-strategy v0.4.5
22822026-07-23T02:58:49.107Z Compiling async-stream v0.3.6
22832026-07-23T02:58:49.317Z Compiling thiserror-no-std v2.0.2
22842026-07-23T02:58:49.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-23T02:58:49.442Z Compiling postcard v1.1.3
22862026-07-23T02:58:49.836Z Compiling slog-bunyan v2.5.0
22872026-07-23T02:58:49.930Z Compiling num_enum_derive v0.7.6
22882026-07-23T02:58:50.034Z Compiling chacha20 v0.9.1
22892026-07-23T02:58:50.181Z Compiling async-compression v0.4.41
22902026-07-23T02:58:50.318Z Compiling parse-display-derive v0.10.0
22912026-07-23T02:58:50.424Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-23T02:58:50.675Z Compiling sha1 v0.11.0
22932026-07-23T02:58:50.692Z Compiling ingot-types v0.1.2
22942026-07-23T02:58:50.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-23T02:58:51.057Z Compiling proc-macro-crate v1.3.1
22962026-07-23T02:58:51.108Z Compiling ingot v0.1.1
22972026-07-23T02:58:51.136Z Compiling waitgroup v0.1.2
22982026-07-23T02:58:51.181Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-23T02:58:51.206Z Compiling backon v1.6.0
23002026-07-23T02:58:51.226Z Compiling password-hash v0.5.0
23012026-07-23T02:58:51.254Z Compiling rustls-pemfile v2.2.0
23022026-07-23T02:58:51.313Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T02:58:51.418Z Compiling blake2 v0.10.6
23042026-07-23T02:58:51.454Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-07-23T02:58:51.476Z Compiling aead v0.5.2
23062026-07-23T02:58:51.514Z Compiling foreign-types-macros v0.2.3
23072026-07-23T02:58:51.592Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-23T02:58:51.708Z Compiling serde_path_to_error v0.1.20
23092026-07-23T02:58:51.819Z Compiling hostname v0.4.2
23102026-07-23T02:58:51.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-23T02:58:52.008Z Compiling proc-macro-error v1.0.4
23122026-07-23T02:58:52.015Z Compiling instant v0.1.13
23132026-07-23T02:58:52.042Z Compiling foreign-types-shared v0.3.1
23142026-07-23T02:58:52.092Z Compiling debug-ignore v1.0.5
23152026-07-23T02:58:52.153Z Compiling backoff v0.4.0
23162026-07-23T02:58:52.168Z Compiling foreign-types v0.5.0
23172026-07-23T02:58:52.204Z Compiling parse-display v0.10.0
23182026-07-23T02:58:52.230Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-07-23T02:58:52.234Z Compiling argon2 v0.5.3
23202026-07-23T02:58:52.245Z Compiling chacha20poly1305 v0.10.1
23212026-07-23T02:58:52.277Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-23T02:58:52.331Z Compiling num_enum_derive v0.5.11
23232026-07-23T02:58:52.345Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-23T02:58:52.391Z Compiling num_enum v0.7.6
23252026-07-23T02:58:52.430Z Compiling vsss-rs v3.3.4
23262026-07-23T02:58:52.534Z Compiling ciborium v0.2.2
23272026-07-23T02:58:52.828Z Compiling tabwriter v1.4.1
23282026-07-23T02:58:52.884Z Compiling regress v0.10.5
23292026-07-23T02:58:53.022Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-23T02:58:53.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-07-23T02:58:53.055Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-23T02:58:53.079Z Compiling cstr-argument v0.1.2
23332026-07-23T02:58:53.099Z Compiling humantime v2.3.0
23342026-07-23T02:58:53.216Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-23T02:58:53.291Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-23T02:58:53.313Z Compiling num_enum v0.5.11
23372026-07-23T02:58:53.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-23T02:58:53.429Z Compiling rayon v1.11.0
23392026-07-23T02:58:53.469Z Compiling rand v0.10.1
23402026-07-23T02:58:53.489Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-07-23T02:58:53.536Z Compiling indent_write v2.2.0
23422026-07-23T02:58:53.551Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23432026-07-23T02:58:53.567Z Compiling colored v3.1.1
23442026-07-23T02:58:53.614Z Compiling libefi-sys v0.1.0
23452026-07-23T02:58:53.648Z Compiling zone_cfg_derive v0.3.1
23462026-07-23T02:58:53.690Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-23T02:58:53.706Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-23T02:58:53.722Z Compiling camino-tempfile v1.4.1
23492026-07-23T02:58:53.879Z Compiling itertools v0.12.1
23502026-07-23T02:58:53.892Z Compiling usdt-macro v0.5.0
23512026-07-23T02:58:53.923Z Compiling usdt-attr-macro v0.5.0
23522026-07-23T02:58:53.938Z Compiling bitfield-struct v0.6.2
23532026-07-23T02:58:53.969Z Compiling num-derive v0.4.2
23542026-07-23T02:58:54.234Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23552026-07-23T02:58:54.300Z Compiling blake3 v1.8.5
23562026-07-23T02:58:54.315Z Compiling sigpipe v0.1.3
23572026-07-23T02:58:54.350Z Compiling memmap v0.7.0
23582026-07-23T02:58:54.428Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-23T02:58:54.531Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-23T02:58:54.604Z Compiling swrite v0.1.0
23612026-07-23T02:58:54.619Z Compiling glob v0.3.3
23622026-07-23T02:58:54.641Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-23T02:58:54.718Z Compiling usdt v0.5.0
23642026-07-23T02:58:54.750Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-23T02:58:54.899Z Compiling smf v0.2.3
23662026-07-23T02:58:54.914Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23672026-07-23T02:58:54.960Z Compiling filetime v0.2.27
23682026-07-23T02:58:54.979Z Compiling arrayvec v0.7.6
23692026-07-23T02:58:55.055Z Compiling xattr v1.6.1
23702026-07-23T02:58:55.180Z Compiling zone v0.3.1
23712026-07-23T02:58:55.194Z Compiling whoami v1.6.1
23722026-07-23T02:58:55.230Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-23T02:58:55.268Z Compiling arrayref v0.3.9
23742026-07-23T02:58:55.283Z Compiling constant_time_eq v0.4.2
23752026-07-23T02:58:55.325Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-23T02:58:55.340Z Compiling tar v0.4.46
23772026-07-23T02:58:55.361Z Compiling tokio-dtrace v0.1.1
23782026-07-23T02:58:55.377Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-07-23T02:58:55.544Z Compiling console v0.16.2
23802026-07-23T02:58:55.610Z Compiling gethostname v0.5.0
23812026-07-23T02:58:55.625Z Compiling unit-prefix v0.5.2
23822026-07-23T02:58:55.658Z Compiling topological-sort v0.2.2
23832026-07-23T02:58:55.697Z Compiling oxide-tokio-rt v0.1.4
23842026-07-23T02:58:55.831Z Compiling toml v0.8.23
23852026-07-23T02:58:55.843Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-23T02:58:56.003Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23872026-07-23T02:58:56.039Z Compiling indicatif v0.18.4
23882026-07-23T02:58:56.173Z Compiling shell-words v1.1.1
23892026-07-23T02:59:05.456Z Compiling progenitor-client v0.14.0
23902026-07-23T02:59:05.456Z Compiling omicron-zone-package v0.12.3
23912026-07-23T02:59:05.696Z Compiling progenitor-extras v0.2.0
23922026-07-23T02:59:06.033Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-23T02:59:06.140Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-07-23T02:59:06.178Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-23T02:59:06.186Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-23T02:59:06.230Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-23T02:59:06.249Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-23T02:59:06.525Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-07-23T02:59:06.629Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-07-23T02:59:07.171Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-23T02:59:11.036Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-23T02:59:19.054Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-23T02:59:22.226Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-23T02:59:23.221Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-23T02:59:32.543Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-23T02:59:32.688Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-23T02:59:32.746ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-23T02:59:32.749ZCreated new build target 'test' and set it as active
24092026-07-23T02:59:32.749Z
24102026-07-23T02:59:32.749Zreal 1:40.055845371
24112026-07-23T02:59:32.749Zuser 16:26.931364578
24122026-07-23T02:59:32.749Zsys 2:33.443444593
24132026-07-23T02:59:32.749Ztrap 0.479252813
24142026-07-23T02:59:32.749Ztflt 2.214888945
24152026-07-23T02:59:32.750Zdflt 3.962489682
24162026-07-23T02:59:32.750Zkflt 0.000513100
24172026-07-23T02:59:32.750Zlock 51:46.213144745
24182026-07-23T02:59:32.750Zslp 42:25.026522175
24192026-07-23T02:59:32.750Zlat 43.787275639
24202026-07-23T02:59:32.750Zstop 5:00.355703731
24212026-07-23T02:59:32.754Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-23T02:59:33.588Z Finished `release` profile [optimized] target(s) in 0.82s
24232026-07-23T02:59:33.654Z Running `target/release/omicron-package -t test package`
24242026-07-23T02:59:33.707ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-23T02:59:35.065Z Compiling heck v0.5.0
24262026-07-23T02:59:35.065Z Compiling regress v0.11.1
24272026-07-23T02:59:35.297Z Compiling unsafe-libyaml v0.2.11
24282026-07-23T02:59:35.316Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-23T02:59:35.340Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-23T02:59:35.361Z Compiling derive-where v1.6.0
24312026-07-23T02:59:35.379Z Compiling bytecount v0.6.9
24322026-07-23T02:59:35.382Z Compiling atomicwrites v0.4.4
24332026-07-23T02:59:35.382Z Compiling is-terminal v0.4.17
24342026-07-23T02:59:35.399Z Compiling prettyplease v0.2.37
24352026-07-23T02:59:35.455Z Compiling console v0.15.11
24362026-07-23T02:59:35.458Z Compiling newline-converter v0.3.0
24372026-07-23T02:59:35.459Z Compiling slog-dtrace v0.3.0
24382026-07-23T02:59:35.517Z Compiling resolv-conf v0.7.6
24392026-07-23T02:59:35.521Z Compiling num-rational v0.4.2
24402026-07-23T02:59:35.537Z Compiling num-complex v0.4.6
24412026-07-23T02:59:35.578Z Compiling thread_local v1.1.9
24422026-07-23T02:59:35.582Z Compiling compression-core v0.4.31
24432026-07-23T02:59:35.622Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-23T02:59:35.626Z Compiling match_cfg v0.1.0
24452026-07-23T02:59:35.714Z Compiling unicode-width v0.1.14
24462026-07-23T02:59:35.734Z Compiling cancel-safe-futures v0.1.5
24472026-07-23T02:59:35.773Z Compiling compression-codecs v0.4.37
24482026-07-23T02:59:35.798Z Compiling serde_yaml v0.9.34+deprecated
24492026-07-23T02:59:35.850Z Compiling hostname v0.3.1
24502026-07-23T02:59:35.942Z Compiling expectorate v1.2.0
24512026-07-23T02:59:36.003Z Compiling num v0.4.3
24522026-07-23T02:59:36.044Z Compiling multer v3.1.0
24532026-07-23T02:59:36.047Z Compiling slog-async v2.8.0
24542026-07-23T02:59:36.085Z Compiling crossbeam-channel v0.5.15
24552026-07-23T02:59:36.088Z Compiling slog-json v2.6.1
24562026-07-23T02:59:36.105Z Compiling serde_spanned v1.1.1
24572026-07-23T02:59:36.150Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-23T02:59:36.153Z Compiling take_mut v0.2.2
24592026-07-23T02:59:36.153Z Compiling linked-hash-map v0.5.6
24602026-07-23T02:59:36.211Z Compiling toml_writer v1.1.1+spec-1.1.0
24612026-07-23T02:59:36.288Z Compiling float-ord v0.3.2
24622026-07-23T02:59:36.315Z Compiling term v1.2.1
24632026-07-23T02:59:36.337Z Compiling slog-bunyan v2.5.0
24642026-07-23T02:59:36.423Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-23T02:59:36.444Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-23T02:59:36.447Z Compiling lru-cache v0.1.2
24672026-07-23T02:59:36.517Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-23T02:59:36.584Z Compiling oxide-update-engine-types v0.1.2
24692026-07-23T02:59:36.587Z Compiling async-compression v0.4.41
24702026-07-23T02:59:36.627Z Compiling slog-term v2.9.2
24712026-07-23T02:59:36.753Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-23T02:59:36.835Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-07-23T02:59:36.915Z Compiling typify-impl v0.6.2
24742026-07-23T02:59:36.949Z Compiling dropshot v0.17.1
24752026-07-23T02:59:36.969Z Compiling async-stream v0.3.6
24762026-07-23T02:59:36.990Z Compiling sha1 v0.11.0
24772026-07-23T02:59:36.994Z Compiling progenitor-client v0.14.0
24782026-07-23T02:59:37.113Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-23T02:59:37.146Z Compiling waitgroup v0.1.2
24802026-07-23T02:59:37.168Z Compiling rustls-pemfile v2.2.0
24812026-07-23T02:59:37.274Z Compiling backon v1.6.0
24822026-07-23T02:59:37.304Z Compiling hostname v0.4.2
24832026-07-23T02:59:37.323Z Compiling serde_path_to_error v0.1.20
24842026-07-23T02:59:37.345Z Compiling instant v0.1.13
24852026-07-23T02:59:37.384Z Compiling linear-map v1.2.0
24862026-07-23T02:59:37.404Z Compiling debug-ignore v1.0.5
24872026-07-23T02:59:37.466Z Compiling minimal-lexical v0.2.1
24882026-07-23T02:59:37.486Z Compiling progenitor-extras v0.2.0
24892026-07-23T02:59:37.507Z Compiling backoff v0.4.0
24902026-07-23T02:59:37.534Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-23T02:59:37.628Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-23T02:59:37.689Z Compiling nom v7.1.3
24932026-07-23T02:59:37.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-23T02:59:37.737Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-23T02:59:37.776Z Compiling parse-display v0.10.0
24962026-07-23T02:59:37.781Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-23T02:59:37.902Z Compiling oxide-update-engine v0.1.2
24982026-07-23T02:59:38.080Z Compiling hickory-proto v0.24.4
24992026-07-23T02:59:38.420Z Compiling regress v0.10.5
25002026-07-23T02:59:38.685Z Compiling macaddr v1.0.1
25012026-07-23T02:59:38.912Z Compiling unicode-xid v0.2.6
25022026-07-23T02:59:38.936Z Compiling humantime v2.3.0
25032026-07-23T02:59:39.184Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-23T02:59:39.206Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-23T02:59:39.228Z Compiling convert_case v0.10.0
25062026-07-23T02:59:39.362Z Compiling owo-colors v4.3.0
25072026-07-23T02:59:39.489Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-23T02:59:39.525Z Compiling derive_more-impl v2.1.1
25092026-07-23T02:59:39.700Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-23T02:59:39.746Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-23T02:59:39.818Z Compiling toml v0.8.23
25122026-07-23T02:59:40.345Z Compiling derive_more v2.1.1
25132026-07-23T02:59:40.369Z Compiling typify-macro v0.6.2
25142026-07-23T02:59:40.414Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-23T02:59:40.445Z Compiling papergrid v0.11.0
25162026-07-23T02:59:40.466Z Compiling tabled_derive v0.7.0
25172026-07-23T02:59:40.470Z Compiling termtree v0.5.1
25182026-07-23T02:59:40.580Z Compiling hickory-resolver v0.24.4
25192026-07-23T02:59:40.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-23T02:59:40.973Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-23T02:59:41.386Z Compiling tabled v0.15.0
25222026-07-23T02:59:41.703Z Compiling crossterm v0.29.0
25232026-07-23T02:59:41.962Z Compiling typify v0.6.2
25242026-07-23T02:59:42.259Z Compiling progenitor-impl v0.14.0
25252026-07-23T02:59:42.538Z Compiling qorb v0.4.1
25262026-07-23T02:59:42.855Z Compiling phf_shared v0.12.1
25272026-07-23T02:59:43.102Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-23T02:59:43.637Z Compiling csv-core v0.1.13
25292026-07-23T02:59:44.065Z Compiling vte v0.14.1
25302026-07-23T02:59:44.423Z Compiling progenitor-macro v0.14.0
25312026-07-23T02:59:44.650Z Compiling highway v1.3.0
25322026-07-23T02:59:45.368Z Compiling chrono-tz v0.10.4
25332026-07-23T02:59:45.466Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-23T02:59:45.554Z Compiling strip-ansi-escapes v0.2.1
25352026-07-23T02:59:45.641Z Compiling csv v1.4.0
25362026-07-23T02:59:45.696Z Compiling phf v0.12.1
25372026-07-23T02:59:45.815Z Compiling const_format_proc_macros v0.2.34
25382026-07-23T02:59:45.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-23T02:59:46.141Z Compiling fd-lock v4.0.4
25402026-07-23T02:59:46.311Z Compiling peg-macros v0.8.5
25412026-07-23T02:59:46.392Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-23T02:59:46.415Z Compiling nu-ansi-term v0.50.3
25432026-07-23T02:59:46.647Z Compiling const_format v0.2.35
25442026-07-23T02:59:46.972Z Compiling reedline v0.40.0
25452026-07-23T02:59:47.024Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-23T02:59:47.621Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-23T02:59:47.644Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-23T02:59:48.470Z Compiling progenitor v0.14.0
25492026-07-23T02:59:48.491Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-23T02:59:48.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-23T02:59:48.648Z Compiling peg v0.8.5
25522026-07-23T02:59:48.711Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-23T02:59:48.757Z Compiling bcs v0.1.6
25542026-07-23T02:59:49.180Z Compiling nom v8.0.0
25552026-07-23T02:59:49.352Z Compiling semver v0.1.20
25562026-07-23T02:59:49.640Z Compiling rustc_version v0.1.7
25572026-07-23T02:59:49.901Z Compiling newtype_derive v0.1.6
25582026-07-23T02:59:50.139Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-23T02:59:50.319Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-23T02:59:50.383Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-07-23T02:59:50.783Z Compiling unicode-linebreak v0.1.5
25622026-07-23T02:59:51.093Z Compiling smawk v0.3.2
25632026-07-23T02:59:51.116Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-07-23T02:59:51.153Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25652026-07-23T02:59:51.251Z Compiling textwrap v0.16.2
25662026-07-23T02:59:51.385Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-23T02:59:51.516Z Compiling steno v0.4.1
25682026-07-23T02:59:51.567Z Compiling base64 v0.21.7
25692026-07-23T02:59:51.979Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-23T02:59:52.091Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-23T02:59:52.113Z Compiling sha1 v0.10.6
25722026-07-23T02:59:52.559Z Compiling utf-8 v0.7.6
25732026-07-23T02:59:52.684Z Compiling tagptr v0.2.0
25742026-07-23T02:59:52.802Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-23T02:59:52.874Z Compiling moka v0.12.13
25762026-07-23T02:59:52.916Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-23T02:59:53.069Z Compiling tungstenite v0.21.0
25782026-07-23T02:59:53.091Z Compiling display-error-chain v0.2.2
25792026-07-23T02:59:53.258Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-23T02:59:53.292Z Compiling radium v0.7.0
25812026-07-23T02:59:53.367Z Compiling tap v1.0.1
25822026-07-23T02:59:53.514Z Compiling maybe-uninit v2.0.0
25832026-07-23T02:59:53.818Z Compiling tokio-tungstenite v0.21.0
25842026-07-23T02:59:53.968Z Compiling wyz v0.5.1
25852026-07-23T02:59:54.163Z Compiling hickory-resolver v0.25.2
25862026-07-23T02:59:54.208Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25872026-07-23T02:59:54.230Z Compiling vergen-lib v0.1.6
25882026-07-23T02:59:54.333Z Compiling zerocopy-derive v0.6.6
25892026-07-23T02:59:54.488Z Compiling diesel_derives v2.3.7
25902026-07-23T02:59:54.739Z Compiling packed_struct v0.10.1
25912026-07-23T02:59:55.034Z Compiling crc-catalog v2.4.0
25922026-07-23T02:59:55.170Z Compiling funty v2.0.0
25932026-07-23T02:59:55.204Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-07-23T02:59:55.208Z Compiling zerocopy v0.6.6
25952026-07-23T02:59:55.684Z Compiling bitvec v1.0.1
25962026-07-23T02:59:56.026Z Compiling crc v3.4.0
25972026-07-23T02:59:56.336Z Compiling dsl_auto_type v0.2.0
25982026-07-23T02:59:56.417Z Compiling scheduled-thread-pool v0.2.7
25992026-07-23T02:59:56.612Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-07-23T02:59:56.884Z Compiling packed_struct_codegen v0.10.1
26012026-07-23T02:59:57.022Z Compiling vergen-gitcl v1.0.8
26022026-07-23T02:59:57.259Z Compiling bitfield-macros v0.19.4
26032026-07-23T02:59:57.425Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-23T02:59:57.433Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-23T02:59:57.560Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-23T02:59:57.623Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-23T02:59:57.656Z Compiling dirs-sys-next v0.1.2
26082026-07-23T02:59:57.905Z Compiling indexmap v1.9.3
26092026-07-23T02:59:57.925Z Compiling maplit v1.0.2
26102026-07-23T02:59:57.999Z Compiling crunchy v0.2.4
26112026-07-23T02:59:58.037Z Compiling nodrop v0.1.14
26122026-07-23T02:59:58.059Z Compiling glob v0.3.3
26132026-07-23T02:59:58.168Z Compiling array-init v0.0.4
26142026-07-23T02:59:58.197Z Compiling proc-macro-error2 v2.0.1
26152026-07-23T02:59:58.329Z Compiling bitfield v0.19.4
26162026-07-23T02:59:58.412Z Compiling clang-sys v1.8.1
26172026-07-23T02:59:58.566Z Compiling dirs-next v2.0.0
26182026-07-23T02:59:58.755Z Compiling r2d2 v0.8.10
26192026-07-23T02:59:58.823Z Compiling smallvec v0.6.14
26202026-07-23T02:59:59.086Z Compiling num-derive v0.3.3
26212026-07-23T02:59:59.117Z Compiling tiny-keccak v2.0.2
26222026-07-23T02:59:59.344Z Compiling downcast-rs v2.0.2
26232026-07-23T02:59:59.386Z Compiling hashbrown v0.12.3
26242026-07-23T02:59:59.694Z Compiling serde-hex v0.1.0
26252026-07-23T02:59:59.980Z Compiling libscf-sys v1.1.0
26262026-07-23T03:00:00.031Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26272026-07-23T03:00:00.083Z Compiling term v0.7.0
26282026-07-23T03:00:00.109Z Compiling tabled_derive v0.11.0
26292026-07-23T03:00:00.213Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-23T03:00:00.244Z Compiling ron v0.8.1
26312026-07-23T03:00:00.446Z Compiling papergrid v0.17.0
26322026-07-23T03:00:00.524Z Compiling testing_table v0.3.0
26332026-07-23T03:00:00.548Z Compiling hashbrown v0.13.2
26342026-07-23T03:00:00.578Z Compiling bit-vec v0.6.3
26352026-07-23T03:00:00.835Z Compiling crc-any v2.5.0
26362026-07-23T03:00:00.952Z Compiling bit-set v0.5.3
26372026-07-23T03:00:01.133Z Compiling object v0.30.4
26382026-07-23T03:00:01.156Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-23T03:00:01.177Z Compiling ascii-canvas v3.0.0
26402026-07-23T03:00:01.425Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-23T03:00:01.480Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-07-23T03:00:01.828Z Compiling tabled v0.20.0
26432026-07-23T03:00:01.850Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-23T03:00:02.255Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-23T03:00:02.394Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-23T03:00:02.623Z Compiling progenitor-impl v0.13.0
26472026-07-23T03:00:02.872Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-23T03:00:02.971Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-23T03:00:02.994Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-23T03:00:03.176Z Compiling itertools v0.10.5
26512026-07-23T03:00:03.198Z Compiling ena v0.14.4
26522026-07-23T03:00:03.338Z Compiling diesel v2.3.7
26532026-07-23T03:00:03.437Z Compiling libloading v0.8.9
26542026-07-23T03:00:03.476Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-23T03:00:03.660Z Compiling unicase v2.9.0
26562026-07-23T03:00:03.747Z Compiling path-slash v0.1.5
26572026-07-23T03:00:03.937Z Compiling bindgen v0.71.1
26582026-07-23T03:00:03.971Z Compiling regex-syntax v0.6.29
26592026-07-23T03:00:04.247Z Compiling xshell-macros v0.2.7
26602026-07-23T03:00:04.315Z Compiling diff v0.1.13
26612026-07-23T03:00:04.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-23T03:00:04.667Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-23T03:00:04.793Z Compiling progenitor-macro v0.13.0
26642026-07-23T03:00:05.852Z Compiling lalrpop v0.19.12
26652026-07-23T03:00:05.995Z Compiling xshell v0.2.7
26662026-07-23T03:00:06.179Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-23T03:00:07.354Z Compiling cexpr v0.6.0
26682026-07-23T03:00:07.569Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-23T03:00:07.829Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-23T03:00:07.973Z Compiling progenitor-client v0.13.0
26712026-07-23T03:00:08.330Z Compiling rustc-hash v2.1.1
26722026-07-23T03:00:08.521Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-23T03:00:08.852Z Compiling progenitor v0.13.0
26742026-07-23T03:00:09.116Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-23T03:00:09.708Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-23T03:00:09.731Z Compiling headers-core v0.3.0
26772026-07-23T03:00:09.885Z Compiling libxml v0.3.3
26782026-07-23T03:00:10.151Z Compiling crc8 v0.1.1
26792026-07-23T03:00:10.212Z Compiling headers v0.4.1
26802026-07-23T03:00:10.288Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-23T03:00:10.355Z Compiling strum_macros v0.24.3
26822026-07-23T03:00:10.417Z Compiling indoc v1.0.9
26832026-07-23T03:00:10.557Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-23T03:00:10.691Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-23T03:00:10.863Z Compiling derive_builder v0.20.2
26862026-07-23T03:00:10.925Z Compiling oso-derive v0.27.3
26872026-07-23T03:00:11.027Z Compiling quick-xml v0.37.5
26882026-07-23T03:00:11.451Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-23T03:00:11.487Z Compiling openssl-probe v0.1.6
26902026-07-23T03:00:11.639Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-23T03:00:11.777Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-23T03:00:11.849Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-23T03:00:12.079Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-23T03:00:12.367Z Compiling bb8 v0.8.6
26952026-07-23T03:00:12.389Z Compiling trait-variant v0.1.2
26962026-07-23T03:00:12.742Z Compiling half v1.8.3
26972026-07-23T03:00:12.798Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-23T03:00:12.944Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-23T03:00:13.106Z Compiling samael v0.0.19
27002026-07-23T03:00:13.181Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-23T03:00:13.328Z Compiling polar-core v0.27.3
27022026-07-23T03:00:13.642Z Compiling serde_cbor v0.11.2
27032026-07-23T03:00:13.748Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-23T03:00:13.992Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-23T03:00:14.040Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-23T03:00:14.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-23T03:00:14.371Z Compiling nonempty v0.12.0
27082026-07-23T03:00:14.423Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-07-23T03:00:14.536Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-07-23T03:00:14.601Z Compiling fxhash v0.2.1
27112026-07-23T03:00:14.644Z Compiling libz-sys v1.1.24
27122026-07-23T03:00:14.769Z Compiling salty v0.3.0
27132026-07-23T03:00:15.155Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-23T03:00:15.447Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-23T03:00:15.774Z Compiling kstat-rs v0.2.4
27162026-07-23T03:00:16.206Z Compiling arc-swap v1.8.2
27172026-07-23T03:00:16.248Z Compiling fs-err v2.11.0
27182026-07-23T03:00:16.770Z Compiling slog-scope v4.4.1
27192026-07-23T03:00:16.834Z Compiling mime_guess v2.0.5
27202026-07-23T03:00:16.834Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-07-23T03:00:16.882Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-23T03:00:17.343Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-23T03:00:17.451Z Compiling rfc6979 v0.4.0
27242026-07-23T03:00:17.631Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-23T03:00:17.856Z Compiling nanorand v0.7.0
27262026-07-23T03:00:18.239Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-23T03:00:18.310Z Compiling parking_lot_core v0.8.6
27282026-07-23T03:00:18.552Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-23T03:00:18.636Z Compiling flume v0.11.1
27302026-07-23T03:00:18.943Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-23T03:00:19.044Z Compiling ecdsa v0.16.9
27322026-07-23T03:00:19.717Z Compiling slog-stdlog v4.1.1
27332026-07-23T03:00:20.310Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-23T03:00:20.433Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-23T03:00:20.498Z Compiling primeorder v0.13.6
27362026-07-23T03:00:20.842Z Compiling async-bb8-diesel v0.2.1
27372026-07-23T03:00:21.283Z Compiling diesel-dtrace v0.5.0
27382026-07-23T03:00:21.595Z Compiling git-stub v1.0.0
27392026-07-23T03:00:21.662Z Compiling atty v0.2.14
27402026-07-23T03:00:21.841Z Compiling parse-size v1.1.0
27412026-07-23T03:00:21.868Z Compiling strsim v0.10.0
27422026-07-23T03:00:22.058Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-07-23T03:00:22.178Z Compiling http-range v0.1.5
27442026-07-23T03:00:22.301Z Compiling oso v0.27.3
27452026-07-23T03:00:22.322Z Compiling instability v0.3.11
27462026-07-23T03:00:22.546Z Compiling darling_core v0.13.4
27472026-07-23T03:00:22.623Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-23T03:00:24.180Z Compiling git-stub-vcs v0.1.0
27492026-07-23T03:00:24.204Z Compiling p384 v0.13.1
27502026-07-23T03:00:24.544Z Compiling slog-envlogger v2.2.0
27512026-07-23T03:00:26.324Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-23T03:00:26.426Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-23T03:00:26.523Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-23T03:00:26.606Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-23T03:00:27.750Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-23T03:00:27.771Z Compiling ignore v0.4.25
27572026-07-23T03:00:28.853Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-07-23T03:00:28.943Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-23T03:00:29.116Z Compiling vergen-git2 v9.1.0
27602026-07-23T03:00:29.366Z Compiling castaway v0.2.4
27612026-07-23T03:00:29.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-23T03:00:29.775Z Compiling indoc v2.0.7
27632026-07-23T03:00:30.378Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-23T03:00:30.933Z Compiling compact_str v0.8.1
27652026-07-23T03:00:30.986Z Compiling globwalk v0.9.1
27662026-07-23T03:00:31.237Z Compiling parking_lot v0.11.2
27672026-07-23T03:00:31.314Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-23T03:00:31.640Z Compiling hyper-staticfile v0.10.1
27692026-07-23T03:00:31.971Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-23T03:00:32.061Z Compiling darling_macro v0.13.4
27712026-07-23T03:00:32.439Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-23T03:00:32.488Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-23T03:00:32.571Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-23T03:00:32.662Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-23T03:00:32.798Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-23T03:00:32.913Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-23T03:00:33.101Z Compiling predicates-tree v1.0.13
27782026-07-23T03:00:33.340Z Compiling unicode-truncate v1.1.0
27792026-07-23T03:00:33.546Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-23T03:00:33.568Z Compiling lru v0.12.5
27812026-07-23T03:00:33.786Z Compiling rand_seeder v0.4.0
27822026-07-23T03:00:33.809Z Compiling prefix-trie v0.7.0
27832026-07-23T03:00:34.036Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-23T03:00:34.293Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-23T03:00:34.317Z Compiling corncobs v0.1.4
27862026-07-23T03:00:34.504Z Compiling illumos-nvpair-sys v0.2.0
27872026-07-23T03:00:34.566Z Compiling cassowary v0.3.0
27882026-07-23T03:00:34.610Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-23T03:00:34.639Z Compiling hickory-server v0.25.2
27902026-07-23T03:00:34.677Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-07-23T03:00:34.809Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27922026-07-23T03:00:34.894Z Compiling ratatui v0.29.0
27932026-07-23T03:00:35.084Z Compiling camino-tempfile-ext v0.3.3
27942026-07-23T03:00:35.220Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-23T03:00:35.310Z Compiling darling v0.13.4
27962026-07-23T03:00:35.462Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-23T03:00:35.784Z Compiling sled v0.34.7
27982026-07-23T03:00:35.934Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-23T03:00:36.149Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-23T03:00:37.097Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-23T03:00:38.201Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-23T03:00:38.715Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-07-23T03:00:38.946Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-07-23T03:00:39.036Z Compiling secrecy v0.8.0
28052026-07-23T03:00:39.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-23T03:00:39.670Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-23T03:00:39.693Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-23T03:00:40.235Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-23T03:00:40.370Z Compiling serde_with_macros v1.5.2
28102026-07-23T03:00:41.188Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-23T03:00:41.868Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-23T03:00:42.228Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-23T03:00:42.250Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-07-23T03:00:42.479Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-23T03:00:42.711Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-23T03:00:42.951Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-23T03:00:43.198Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-23T03:00:43.221Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-23T03:00:43.480Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-07-23T03:00:43.503Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-07-23T03:00:43.715Z Compiling void v1.0.2
28222026-07-23T03:00:43.838Z Compiling lzss v0.8.2
28232026-07-23T03:00:43.860Z Compiling git2 v0.20.4
28242026-07-23T03:00:44.137Z Compiling illumos-nvpair v0.3.0
28252026-07-23T03:00:44.557Z Compiling serde_with v1.14.0
28262026-07-23T03:00:44.630Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-23T03:00:45.121Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-23T03:00:45.716Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28292026-07-23T03:00:45.767Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28302026-07-23T03:00:46.954Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-23T03:00:47.434Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-23T03:00:47.475Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-07-23T03:00:47.867Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28342026-07-23T03:00:48.208Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-23T03:00:48.450Z Compiling tungstenite v0.23.0
28362026-07-23T03:00:48.915Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-23T03:00:49.506Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-23T03:00:50.775Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-07-23T03:00:50.902Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-07-23T03:00:50.992Z Compiling nix v0.27.1
28412026-07-23T03:00:51.022Z Compiling twox-hash v2.1.2
28422026-07-23T03:00:51.143Z Compiling libsw-core v0.3.2
28432026-07-23T03:00:51.360Z Compiling serde_bytes v0.11.19
28442026-07-23T03:00:51.554Z Compiling libsw v3.5.0
28452026-07-23T03:00:51.624Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-23T03:00:51.699Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28472026-07-23T03:00:51.719Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-07-23T03:00:51.782Z Compiling tokio-tungstenite v0.23.1
28492026-07-23T03:00:52.153Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-23T03:00:52.178Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-23T03:00:52.200Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-23T03:00:53.576Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-23T03:00:54.211Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-23T03:00:55.910Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-23T03:00:56.318Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-23T03:00:56.385Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-07-23T03:00:56.445Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28582026-07-23T03:00:56.694Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-23T03:00:57.330Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-23T03:00:57.354Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-23T03:00:57.754Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-23T03:00:58.050Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-07-23T03:00:58.671Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-07-23T03:00:59.041Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-07-23T03:01:00.679Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-07-23T03:01:01.794Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-07-23T03:01:02.225Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28682026-07-23T03:01:02.456Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-07-23T03:01:03.492Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-23T03:01:03.666Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-23T03:01:03.709Z Compiling signal-hook-tokio v0.3.1
28722026-07-23T03:01:03.909Z Compiling fatfs v0.3.6
28732026-07-23T03:01:03.933Z Compiling yasna v0.5.2
28742026-07-23T03:01:04.147Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-23T03:01:04.574Z Compiling assert_matches v1.5.0
28762026-07-23T03:01:04.685Z Compiling seq-macro v0.3.6
28772026-07-23T03:01:05.192Z Compiling is_ci v1.2.0
28782026-07-23T03:01:05.224Z Compiling rcgen v0.12.1
28792026-07-23T03:01:05.452Z Compiling supports-color v3.0.2
28802026-07-23T03:01:05.509Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-23T03:01:05.738Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-23T03:01:06.213Z Compiling oxide-update-engine-display v0.1.2
28832026-07-23T03:01:07.233Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-23T03:01:07.275Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-07-23T03:01:07.528Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-07-23T03:01:07.775Z Compiling port-file v0.1.0
28872026-07-23T03:01:07.983Z Compiling subprocess v0.2.15
28882026-07-23T03:01:08.112Z Compiling rtoolbox v0.0.3
28892026-07-23T03:01:08.402Z Compiling rpassword v7.5.4
28902026-07-23T03:01:09.034Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-23T03:01:09.844Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-23T03:01:10.258Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-07-23T03:01:10.394Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-07-23T03:01:11.015Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-23T03:01:11.590Z Compiling tui-tree-widget v0.23.1
28962026-07-23T03:01:11.891Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-23T03:01:12.856Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-23T03:01:14.299Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-23T03:01:14.408Z Compiling uzers v0.12.2
29002026-07-23T03:01:14.575Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-23T03:01:15.414Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-23T03:01:15.904Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-23T03:01:17.338Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-23T03:01:18.121Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-23T03:01:20.158Z Compiling support-bundle-viewer v0.1.2
29062026-07-23T03:01:20.276Z Compiling multimap v0.10.1
29072026-07-23T03:01:35.129Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-23T03:01:39.103Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-23T03:01:42.076Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-23T03:01:42.760Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-23T03:01:43.269Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-23T03:08:20.894Z Finished `release` profile [optimized] target(s) in 8m 47s
29132026-07-23T03:09:24.741Z
29142026-07-23T03:09:24.741Zreal 9:51.963763531
29152026-07-23T03:09:24.741Zuser 1:18:54.197443097
29162026-07-23T03:09:24.757Zsys 3:25.869434007
29172026-07-23T03:09:24.758Ztrap 1.750598019
29182026-07-23T03:09:24.758Ztflt 2.354803608
29192026-07-23T03:09:24.758Zdflt 17.479413949
29202026-07-23T03:09:24.758Zkflt 0.016436119
29212026-07-23T03:09:24.758Zlock 6:58:07.697260619
29222026-07-23T03:09:24.758Zslp 2:12:31.591282960
29232026-07-23T03:09:24.758Zlat 2:21.926775704
29242026-07-23T03:09:24.758Zstop 5:06.537961220
29252026-07-23T03:09:24.758Z+ mapfile -t packages
29262026-07-23T03:09:24.758Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-23T03:09:25.642Z Finished `release` profile [optimized] target(s) in 0.89s
29282026-07-23T03:09:25.717Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-23T03:09:25.773ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-23T03:09:25.777Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-23T03:09:26.254Z Compiling libc v0.2.185
29322026-07-23T03:09:26.254Z Compiling serde_core v1.0.228
29332026-07-23T03:09:26.258Z Compiling serde v1.0.228
29342026-07-23T03:09:26.258Z Compiling rustix v1.1.3
29352026-07-23T03:09:26.258Z Compiling bitflags v2.11.0
29362026-07-23T03:09:26.258Z Compiling serde_json v1.0.150
29372026-07-23T03:09:26.258Z Compiling syn v2.0.117
29382026-07-23T03:09:26.258Z Compiling usdt-impl v0.5.0
29392026-07-23T03:09:26.342Z Compiling syn v1.0.109
29402026-07-23T03:09:26.436Z Compiling getrandom v0.4.1
29412026-07-23T03:09:26.441Z Compiling log v0.4.29
29422026-07-23T03:09:26.457Z Compiling indexmap v2.14.0
29432026-07-23T03:09:26.470Z Compiling fs-err v3.3.0
29442026-07-23T03:09:26.647Z Compiling once_cell v1.21.3
29452026-07-23T03:09:26.715Z Compiling anyhow v1.0.102
29462026-07-23T03:09:26.718Z Compiling heck v0.4.1
29472026-07-23T03:09:27.177Z Compiling errno v0.3.14
29482026-07-23T03:09:27.185Z Compiling thread-id v4.2.2
29492026-07-23T03:09:27.185Z Compiling memmap v0.7.0
29502026-07-23T03:09:27.846Z Compiling proc-macro-error v1.0.4
29512026-07-23T03:09:28.094Z Compiling tabled_derive v0.7.0
29522026-07-23T03:09:28.146Z Compiling terminal_size v0.4.3
29532026-07-23T03:09:28.146Z Compiling tempfile v3.25.0
29542026-07-23T03:09:28.243Z Compiling clap_builder v4.6.0
29552026-07-23T03:09:28.243Z Compiling textwrap v0.16.2
29562026-07-23T03:09:28.476Z Compiling camino v1.2.2
29572026-07-23T03:09:28.478Z Compiling semver v1.0.28
29582026-07-23T03:09:28.487Z Compiling cargo-platform v0.3.2
29592026-07-23T03:09:28.673Z Compiling pest_generator v2.8.6
29602026-07-23T03:09:28.779Z Compiling camino-tempfile v1.4.1
29612026-07-23T03:09:28.805Z Compiling tabled v0.15.0
29622026-07-23T03:09:29.172Z Compiling serde_derive v1.0.228
29632026-07-23T03:09:29.172Z Compiling thiserror-impl v1.0.69
29642026-07-23T03:09:29.176Z Compiling zerocopy-derive v0.7.35
29652026-07-23T03:09:29.176Z Compiling scroll_derive v0.12.1
29662026-07-23T03:09:29.176Z Compiling thiserror-impl v2.0.18
29672026-07-23T03:09:29.176Z Compiling clap_derive v4.6.1
29682026-07-23T03:09:29.235Z Compiling pest_derive v2.8.6
29692026-07-23T03:09:29.865Z Compiling scroll v0.12.0
29702026-07-23T03:09:29.992Z Compiling zerocopy v0.7.35
29712026-07-23T03:09:30.127Z Compiling goblin v0.8.2
29722026-07-23T03:09:30.297Z Compiling thiserror v1.0.69
29732026-07-23T03:09:30.419Z Compiling dtrace-parser v0.2.0
29742026-07-23T03:09:30.574Z Compiling thiserror v2.0.18
29752026-07-23T03:09:30.694Z Compiling clap v4.6.1
29762026-07-23T03:09:32.317Z Compiling dof v0.3.0
29772026-07-23T03:09:32.333Z Compiling toml_datetime v0.6.11
29782026-07-23T03:09:32.369Z Compiling serde_spanned v0.6.9
29792026-07-23T03:09:32.439Z Compiling serde_tokenstream v0.2.3
29802026-07-23T03:09:32.504Z Compiling cargo_metadata v0.23.1
29812026-07-23T03:09:32.514Z Compiling macaddr v1.0.1
29822026-07-23T03:09:32.518Z Compiling toml_edit v0.22.27
29832026-07-23T03:09:32.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29842026-07-23T03:09:33.032Z Compiling usdt-attr-macro v0.5.0
29852026-07-23T03:09:33.032Z Compiling usdt-macro v0.5.0
29862026-07-23T03:09:33.722Z Compiling usdt v0.5.0
29872026-07-23T03:09:34.075Z Compiling toml v0.8.23
29882026-07-23T03:09:34.512Z Compiling cargo_toml v0.21.0
29892026-07-23T03:09:38.977Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-23T03:09:42.190Z Finished `release` profile [optimized] target(s) in 16.39s
29912026-07-23T03:09:42.293Z
29922026-07-23T03:09:42.293Zreal 16.479919044
29932026-07-23T03:09:42.293Zuser 2:05.501076243
29942026-07-23T03:09:42.293Zsys 13.875786150
29952026-07-23T03:09:42.293Ztrap 0.064618095
29962026-07-23T03:09:42.301Ztflt 0.449913602
29972026-07-23T03:09:42.302Zdflt 1.702624822
29982026-07-23T03:09:42.302Zkflt 0.000011360
29992026-07-23T03:09:42.302Zlock 4:28.944079516
30002026-07-23T03:09:42.302Zslp 2:43.051755442
30012026-07-23T03:09:42.302Zlat 4.376626855
30022026-07-23T03:09:42.307Zstop 15.188284082
30032026-07-23T03:09:42.307Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-23T03:09:42.307Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-23T03:09:42.308Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-23T03:09:42.308Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-23T03:09:42.308Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-23T03:09:43.201Z Compiling progenitor-client v0.14.0
30092026-07-23T03:09:43.201Z Compiling newtype-uuid-macros v0.1.0
30102026-07-23T03:09:43.201Z Compiling match_cfg v0.1.0
30112026-07-23T03:09:43.205Z Compiling slog-json v2.6.1
30122026-07-23T03:09:43.205Z Compiling structmeta-derive v0.3.0
30132026-07-23T03:09:43.206Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-23T03:09:43.206Z Compiling sha1 v0.11.0
30152026-07-23T03:09:43.206Z Compiling multer v3.1.0
30162026-07-23T03:09:43.206Z Compiling compression-core v0.4.31
30172026-07-23T03:09:43.207Z Compiling debug-ignore v1.0.5
30182026-07-23T03:09:43.207Z Compiling itertools v0.14.0
30192026-07-23T03:09:43.207Z Compiling async-stream-impl v0.3.6
30202026-07-23T03:09:43.207Z Compiling serde_spanned v1.1.1
30212026-07-23T03:09:43.207Z Compiling toml_datetime v1.1.1+spec-1.1.0
30222026-07-23T03:09:43.379Z Compiling dropshot v0.17.1
30232026-07-23T03:09:43.408Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-23T03:09:43.438Z Compiling hostname v0.3.1
30252026-07-23T03:09:43.487Z Compiling compression-codecs v0.4.37
30262026-07-23T03:09:43.506Z Compiling rustls-pemfile v2.2.0
30272026-07-23T03:09:43.669Z Compiling waitgroup v0.1.2
30282026-07-23T03:09:43.685Z Compiling dropshot_endpoint v0.17.1
30292026-07-23T03:09:43.732Z Compiling async-compression v0.4.41
30302026-07-23T03:09:43.732Z Compiling hostname v0.4.2
30312026-07-23T03:09:43.769Z Compiling toml v1.1.2+spec-1.1.0
30322026-07-23T03:09:43.814Z Compiling slog-bunyan v2.5.0
30332026-07-23T03:09:43.815Z Compiling serde_path_to_error v0.1.20
30342026-07-23T03:09:43.852Z Compiling atomicwrites v0.4.4
30352026-07-23T03:09:43.876Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-07-23T03:09:43.897Z Compiling macaddr v1.0.1
30372026-07-23T03:09:43.919Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-23T03:09:43.972Z Compiling instant v0.1.13
30392026-07-23T03:09:43.984Z Compiling regress v0.10.5
30402026-07-23T03:09:44.037Z Compiling backon v1.6.0
30412026-07-23T03:09:44.058Z Compiling backoff v0.4.0
30422026-07-23T03:09:44.076Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-07-23T03:09:44.091Z Compiling humantime v2.3.0
30442026-07-23T03:09:44.100Z Compiling half v2.7.1
30452026-07-23T03:09:44.126Z Compiling ciborium-io v0.2.2
30462026-07-23T03:09:44.217Z Compiling progenitor-extras v0.2.0
30472026-07-23T03:09:44.234Z Compiling crucible-workspace-hack v0.1.0
30482026-07-23T03:09:44.241Z Compiling regress v0.11.1
30492026-07-23T03:09:44.268Z Compiling async-stream v0.3.6
30502026-07-23T03:09:44.284Z Compiling convert_case v0.4.0
30512026-07-23T03:09:44.301Z Compiling secrecy v0.10.3
30522026-07-23T03:09:44.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30532026-07-23T03:09:44.378Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-07-23T03:09:44.426Z Compiling ciborium-ll v0.2.2
30552026-07-23T03:09:44.426Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-07-23T03:09:44.478Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-23T03:09:44.496Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30582026-07-23T03:09:44.500Z Compiling inout v0.1.4
30592026-07-23T03:09:44.532Z Compiling structmeta v0.3.0
30602026-07-23T03:09:44.564Z Compiling ciborium v0.2.2
30612026-07-23T03:09:44.581Z Compiling unsafe-libyaml v0.2.11
30622026-07-23T03:09:44.619Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30632026-07-23T03:09:44.636Z Compiling thiserror-impl-no-std v2.0.2
30642026-07-23T03:09:44.678Z Compiling derive_more v0.99.20
30652026-07-23T03:09:44.696Z Compiling cipher v0.4.4
30662026-07-23T03:09:44.722Z Compiling universal-hash v0.5.1
30672026-07-23T03:09:44.782Z Compiling derive-ex v0.1.8
30682026-07-23T03:09:44.799Z Compiling parse-display-derive v0.10.0
30692026-07-23T03:09:44.817Z Compiling opaque-debug v0.3.1
30702026-07-23T03:09:44.835Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-23T03:09:44.871Z Compiling blake2 v0.10.6
30722026-07-23T03:09:44.906Z Compiling chacha20 v0.9.1
30732026-07-23T03:09:44.963Z Compiling poly1305 v0.8.0
30742026-07-23T03:09:45.032Z Compiling aead v0.5.2
30752026-07-23T03:09:45.122Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-23T03:09:45.159Z Compiling serde_yaml v0.9.34+deprecated
30772026-07-23T03:09:45.182Z Compiling password-hash v0.5.0
30782026-07-23T03:09:45.264Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-23T03:09:45.314Z Compiling indent_write v2.2.0
30802026-07-23T03:09:45.365Z Compiling chacha20poly1305 v0.10.1
30812026-07-23T03:09:45.444Z Compiling darling_core v0.21.3
30822026-07-23T03:09:45.481Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-07-23T03:09:45.548Z Compiling argon2 v0.5.3
30842026-07-23T03:09:45.565Z Compiling heapless v0.8.0
30852026-07-23T03:09:45.612Z Compiling tabwriter v1.4.1
30862026-07-23T03:09:45.724Z Compiling hash32 v0.3.1
30872026-07-23T03:09:45.887Z Compiling typify-impl v0.6.2
30882026-07-23T03:09:45.907Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-23T03:09:45.938Z Compiling thiserror-no-std v2.0.2
30902026-07-23T03:09:46.049Z Compiling vsss-rs v3.3.4
30912026-07-23T03:09:46.102Z Compiling proc-macro-crate v3.4.0
30922026-07-23T03:09:46.179Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-07-23T03:09:46.476Z Compiling smoltcp v0.11.0
30942026-07-23T03:09:46.566Z Compiling test-strategy v0.4.5
30952026-07-23T03:09:46.601Z Compiling parse-display v0.10.0
30962026-07-23T03:09:46.663Z Compiling cobs v0.3.0
30972026-07-23T03:09:46.683Z Compiling num_enum_derive v0.7.6
30982026-07-23T03:09:46.728Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-07-23T03:09:46.868Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31002026-07-23T03:09:46.927Z Compiling colored v3.1.1
31012026-07-23T03:09:46.934Z Compiling postcard v1.1.3
31022026-07-23T03:09:46.978Z Compiling proc-macro-error v1.0.4
31032026-07-23T03:09:46.994Z Compiling proc-macro-crate v1.3.1
31042026-07-23T03:09:47.186Z Compiling rand v0.10.1
31052026-07-23T03:09:47.304Z Compiling foreign-types-macros v0.2.3
31062026-07-23T03:09:47.323Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-23T03:09:47.323Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-23T03:09:47.327Z Compiling foreign-types-shared v0.3.1
31092026-07-23T03:09:47.373Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-23T03:09:47.444Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-23T03:09:47.474Z Compiling rayon-core v1.13.0
31122026-07-23T03:09:47.569Z Compiling num_enum_derive v0.5.11
31132026-07-23T03:09:47.659Z Compiling crossbeam-deque v0.8.6
31142026-07-23T03:09:47.689Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-23T03:09:47.734Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-23T03:09:47.779Z Compiling cstr-argument v0.1.2
31172026-07-23T03:09:47.800Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-23T03:09:47.816Z Compiling num_enum v0.7.6
31192026-07-23T03:09:47.960Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-07-23T03:09:47.977Z Compiling foreign-types v0.5.0
31212026-07-23T03:09:47.981Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-07-23T03:09:48.019Z Compiling darling_macro v0.21.3
31232026-07-23T03:09:48.064Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-07-23T03:09:48.079Z Compiling zone_cfg_derive v0.3.1
31252026-07-23T03:09:48.134Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31262026-07-23T03:09:48.151Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-23T03:09:48.184Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-23T03:09:48.201Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-23T03:09:48.279Z Compiling itertools v0.12.1
31302026-07-23T03:09:48.391Z Compiling rayon v1.11.0
31312026-07-23T03:09:48.420Z Compiling num-derive v0.4.2
31322026-07-23T03:09:48.420Z Compiling sigpipe v0.1.3
31332026-07-23T03:09:48.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31342026-07-23T03:09:48.520Z Compiling glob v0.3.3
31352026-07-23T03:09:48.567Z Compiling cpubits v0.1.1
31362026-07-23T03:09:48.613Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31372026-07-23T03:09:48.653Z Compiling darling v0.21.3
31382026-07-23T03:09:48.672Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31392026-07-23T03:09:48.705Z Compiling num_enum v0.5.11
31402026-07-23T03:09:48.759Z Compiling ingot-macros v0.1.1
31412026-07-23T03:09:48.776Z Compiling smf v0.2.3
31422026-07-23T03:09:48.795Z Compiling whoami v1.6.1
31432026-07-23T03:09:48.837Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31442026-07-23T03:09:48.853Z Compiling usdt-attr-macro v0.5.0
31452026-07-23T03:09:48.930Z Compiling usdt-macro v0.5.0
31462026-07-23T03:09:48.951Z Compiling gethostname v0.5.0
31472026-07-23T03:09:49.003Z Compiling num-rational v0.4.2
31482026-07-23T03:09:49.117Z Compiling pem-rfc7468 v1.0.0
31492026-07-23T03:09:49.174Z Compiling num-complex v0.4.6
31502026-07-23T03:09:49.345Z Compiling derive-where v1.6.0
31512026-07-23T03:09:49.385Z Compiling memmap v0.7.0
31522026-07-23T03:09:49.417Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-23T03:09:49.464Z Compiling zone v0.3.1
31542026-07-23T03:09:49.574Z Compiling num v0.4.3
31552026-07-23T03:09:49.598Z Compiling float-ord v0.3.2
31562026-07-23T03:09:49.616Z Compiling toml v0.8.23
31572026-07-23T03:09:49.635Z Compiling hmac v0.13.0
31582026-07-23T03:09:49.661Z Compiling universal-hash v0.6.1
31592026-07-23T03:09:49.724Z Compiling resolv-conf v0.7.6
31602026-07-23T03:09:49.748Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-23T03:09:49.764Z Compiling usdt v0.5.0
31622026-07-23T03:09:49.931Z Compiling cancel-safe-futures v0.1.5
31632026-07-23T03:09:49.934Z Compiling polyval v0.7.1
31642026-07-23T03:09:49.934Z Compiling der v0.8.0
31652026-07-23T03:09:49.934Z Compiling prettyplease v0.2.37
31662026-07-23T03:09:49.934Z Compiling pbkdf2 v0.13.0
31672026-07-23T03:09:50.065Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-23T03:09:50.098Z Compiling ghash v0.6.0
31692026-07-23T03:09:50.149Z Compiling aes v0.9.1
31702026-07-23T03:09:50.153Z Compiling console v0.15.11
31712026-07-23T03:09:50.203Z Compiling hickory-proto v0.24.4
31722026-07-23T03:09:50.209Z Compiling newline-converter v0.3.0
31732026-07-23T03:09:50.241Z Compiling ctr v0.10.1
31742026-07-23T03:09:50.354Z Compiling aead v0.6.1
31752026-07-23T03:09:50.354Z Compiling sha2 v0.11.0
31762026-07-23T03:09:50.388Z Compiling linear-map v1.2.0
31772026-07-23T03:09:50.457Z Compiling libefi-sys v0.1.0
31782026-07-23T03:09:50.465Z Compiling linked-hash-map v0.5.6
31792026-07-23T03:09:50.493Z Compiling typify-macro v0.6.2
31802026-07-23T03:09:50.526Z Compiling expectorate v1.2.0
31812026-07-23T03:09:50.570Z Compiling aes-gcm v0.11.0
31822026-07-23T03:09:50.673Z Compiling lru-cache v0.1.2
31832026-07-23T03:09:50.692Z Compiling crypto-bigint v0.7.5
31842026-07-23T03:09:50.742Z Compiling cbc v0.2.1
31852026-07-23T03:09:50.762Z Compiling oxide-update-engine-types v0.1.2
31862026-07-23T03:09:50.777Z Compiling spki v0.8.0
31872026-07-23T03:09:50.795Z Compiling salsa20 v0.11.0
31882026-07-23T03:09:50.826Z Compiling bitfield-struct v0.6.2
31892026-07-23T03:09:50.929Z Compiling nom v8.0.0
31902026-07-23T03:09:50.969Z Compiling semver v0.1.20
31912026-07-23T03:09:51.155Z Compiling scrypt v0.12.0
31922026-07-23T03:09:51.260Z Compiling rustc_version v0.1.7
31932026-07-23T03:09:51.276Z Compiling tokio-dtrace v0.1.1
31942026-07-23T03:09:51.296Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-23T03:09:51.312Z Compiling slog-dtrace v0.3.0
31962026-07-23T03:09:51.476Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-23T03:09:51.526Z Compiling minimal-lexical v0.2.1
31982026-07-23T03:09:51.526Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-23T03:09:51.579Z Compiling newtype_derive v0.1.6
32002026-07-23T03:09:51.595Z Compiling oxide-tokio-rt v0.1.4
32012026-07-23T03:09:51.626Z Compiling pkcs5 v0.8.1
32022026-07-23T03:09:51.647Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-23T03:09:51.776Z Compiling ingot-types v0.1.2
32042026-07-23T03:09:51.811Z Compiling oxide-update-engine v0.1.2
32052026-07-23T03:09:51.827Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-23T03:09:51.844Z Compiling nom v7.1.3
32072026-07-23T03:09:51.890Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-23T03:09:51.909Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-23T03:09:51.925Z Compiling phf_shared v0.12.1
32102026-07-23T03:09:52.015Z Compiling csv-core v0.1.13
32112026-07-23T03:09:52.133Z Compiling chrono-tz v0.10.4
32122026-07-23T03:09:52.168Z Compiling ingot v0.1.1
32132026-07-23T03:09:52.188Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32142026-07-23T03:09:52.225Z Compiling xshell-macros v0.2.7
32152026-07-23T03:09:52.241Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-07-23T03:09:52.285Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-07-23T03:09:52.305Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32182026-07-23T03:09:52.323Z Compiling typify v0.6.2
32192026-07-23T03:09:52.340Z Compiling hickory-resolver v0.24.4
32202026-07-23T03:09:52.370Z Compiling unicode-xid v0.2.6
32212026-07-23T03:09:52.450Z Compiling progenitor-impl v0.14.0
32222026-07-23T03:09:52.514Z Compiling highway v1.3.0
32232026-07-23T03:09:52.532Z Compiling const_format_proc_macros v0.2.34
32242026-07-23T03:09:52.669Z Compiling xshell v0.2.7
32252026-07-23T03:09:52.913Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-23T03:09:53.198Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32272026-07-23T03:09:53.285Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-07-23T03:09:53.304Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-07-23T03:09:53.319Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-07-23T03:09:53.451Z Compiling qorb v0.4.1
32312026-07-23T03:09:53.468Z Compiling csv v1.4.0
32322026-07-23T03:09:53.819Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-07-23T03:09:53.841Z Compiling phf v0.12.1
32342026-07-23T03:09:53.901Z Compiling pkcs8 v0.11.0
32352026-07-23T03:09:54.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32362026-07-23T03:09:54.066Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-07-23T03:09:54.095Z Compiling owo-colors v4.3.0
32382026-07-23T03:09:54.479Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-07-23T03:09:54.484Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-07-23T03:09:54.484Z Compiling const_format v0.2.35
32412026-07-23T03:09:54.484Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32422026-07-23T03:09:54.518Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-07-23T03:09:54.670Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-23T03:09:54.709Z Compiling tabled_derive v0.7.0
32452026-07-23T03:09:54.797Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-23T03:09:55.203Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-07-23T03:09:55.223Z Compiling progenitor-macro v0.14.0
32482026-07-23T03:09:55.308Z Compiling bcs v0.1.6
32492026-07-23T03:09:55.456Z Compiling ff v0.14.0
32502026-07-23T03:09:55.542Z Compiling tagptr v0.2.0
32512026-07-23T03:09:55.641Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32522026-07-23T03:09:55.660Z Compiling termtree v0.5.1
32532026-07-23T03:09:55.709Z Compiling salty v0.3.0
32542026-07-23T03:09:55.740Z Compiling moka v0.12.13
32552026-07-23T03:09:55.766Z Compiling textwrap v0.16.2
32562026-07-23T03:09:55.784Z Compiling tabled v0.15.0
32572026-07-23T03:09:55.845Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-07-23T03:09:55.981Z Compiling steno v0.4.1
32592026-07-23T03:09:56.000Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-23T03:09:56.045Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-23T03:09:56.086Z Compiling sha1 v0.10.6
32622026-07-23T03:09:56.213Z Compiling signature v3.0.0
32632026-07-23T03:09:56.258Z Compiling radium v0.7.0
32642026-07-23T03:09:56.275Z Compiling base16ct v1.0.0
32652026-07-23T03:09:56.356Z Compiling base64 v0.21.7
32662026-07-23T03:09:56.431Z Compiling sec1 v0.8.1
32672026-07-23T03:09:56.483Z Compiling hickory-resolver v0.25.2
32682026-07-23T03:09:56.605Z Compiling group v0.14.0
32692026-07-23T03:09:56.683Z Compiling hkdf v0.13.0
32702026-07-23T03:09:56.713Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-07-23T03:09:56.770Z Compiling rfc6979 v0.4.0
32722026-07-23T03:09:56.811Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32732026-07-23T03:09:56.889Z Compiling maybe-uninit v2.0.0
32742026-07-23T03:09:56.941Z Compiling tap v1.0.1
32752026-07-23T03:09:57.026Z Compiling ecdsa v0.16.9
32762026-07-23T03:09:57.045Z Compiling wyz v0.5.1
32772026-07-23T03:09:57.076Z Compiling elliptic-curve v0.14.0-rc.33
32782026-07-23T03:09:57.287Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-23T03:09:57.454Z Compiling primeorder v0.13.6
32802026-07-23T03:09:57.501Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-23T03:09:57.638Z Compiling funty v2.0.0
32822026-07-23T03:09:57.761Z Compiling utf-8 v0.7.6
32832026-07-23T03:09:57.800Z Compiling parking_lot_core v0.8.6
32842026-07-23T03:09:57.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-07-23T03:09:57.967Z Compiling packed_struct v0.10.1
32862026-07-23T03:09:57.993Z Compiling proc-macro-error2 v2.0.1
32872026-07-23T03:09:58.078Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-23T03:09:58.156Z Compiling bitvec v1.0.1
32892026-07-23T03:09:58.173Z Compiling tungstenite v0.21.0
32902026-07-23T03:09:58.238Z Compiling p384 v0.13.1
32912026-07-23T03:09:58.322Z Compiling rfc6979 v0.5.0
32922026-07-23T03:09:58.377Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32932026-07-23T03:09:58.400Z Compiling git-stub v1.0.0
32942026-07-23T03:09:58.462Z Compiling packed_struct_codegen v0.10.1
32952026-07-23T03:09:58.505Z Compiling num-derive v0.3.3
32962026-07-23T03:09:58.544Z Compiling bitfield-macros v0.19.4
32972026-07-23T03:09:58.588Z Compiling zerocopy-derive v0.6.6
32982026-07-23T03:09:58.700Z Compiling indexmap v1.9.3
32992026-07-23T03:09:58.836Z Compiling nodrop v0.1.14
33002026-07-23T03:09:58.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-23T03:09:58.963Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-23T03:09:58.980Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-23T03:09:59.096Z Compiling crc-catalog v2.4.0
33042026-07-23T03:09:59.142Z Compiling array-init v0.0.4
33052026-07-23T03:09:59.166Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33062026-07-23T03:09:59.246Z Compiling crc v3.4.0
33072026-07-23T03:09:59.263Z Compiling tokio-tungstenite v0.21.0
33082026-07-23T03:09:59.280Z Compiling git-stub-vcs v0.1.0
33092026-07-23T03:09:59.373Z Compiling bitfield v0.19.4
33102026-07-23T03:09:59.479Z Compiling ecdsa v0.17.0-rc.18
33112026-07-23T03:09:59.496Z Compiling libscf-sys v1.1.0
33122026-07-23T03:09:59.527Z Compiling tabled_derive v0.11.0
33132026-07-23T03:09:59.542Z Compiling zerocopy v0.6.6
33142026-07-23T03:09:59.621Z Compiling smallvec v0.6.14
33152026-07-23T03:09:59.690Z Compiling primeorder v0.14.0-rc.10
33162026-07-23T03:09:59.715Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-23T03:09:59.731Z Compiling primefield v0.14.0
33182026-07-23T03:09:59.864Z Compiling progenitor-impl v0.13.0
33192026-07-23T03:09:59.883Z Compiling papergrid v0.17.0
33202026-07-23T03:09:59.907Z Compiling testing_table v0.3.0
33212026-07-23T03:09:59.943Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-23T03:10:00.001Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-23T03:10:00.016Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-23T03:10:00.044Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-23T03:10:00.071Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-23T03:10:00.097Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-23T03:10:00.140Z Compiling illumos-nvpair-sys v0.2.0
33282026-07-23T03:10:00.290Z Compiling unicase v2.9.0
33292026-07-23T03:10:00.309Z Compiling corncobs v0.1.4
33302026-07-23T03:10:00.343Z Compiling hashbrown v0.12.3
33312026-07-23T03:10:00.377Z Compiling progenitor v0.14.0
33322026-07-23T03:10:00.447Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-23T03:10:00.512Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-23T03:10:00.530Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-23T03:10:00.535Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-07-23T03:10:00.563Z Compiling mime_guess v2.0.5
33372026-07-23T03:10:00.580Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-23T03:10:00.723Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-23T03:10:00.749Z Compiling parking_lot v0.11.2
33402026-07-23T03:10:00.771Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-07-23T03:10:00.842Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-23T03:10:00.878Z Compiling tabled v0.20.0
33432026-07-23T03:10:00.981Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33442026-07-23T03:10:01.037Z Compiling serde-hex v0.1.0
33452026-07-23T03:10:01.069Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33462026-07-23T03:10:01.147Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33472026-07-23T03:10:01.165Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-07-23T03:10:01.436Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-23T03:10:01.545Z Compiling ron v0.8.1
33502026-07-23T03:10:01.594Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-23T03:10:01.601Z Compiling hashbrown v0.13.2
33522026-07-23T03:10:01.606Z Compiling progenitor-client v0.13.0
33532026-07-23T03:10:02.412Z Compiling prefix-trie v0.7.0
33542026-07-23T03:10:02.473Z Compiling fxhash v0.2.1
33552026-07-23T03:10:02.473Z Compiling secrecy v0.8.0
33562026-07-23T03:10:02.473Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-23T03:10:02.473Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-07-23T03:10:02.473Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-07-23T03:10:02.473Z Compiling crc-any v2.5.0
33602026-07-23T03:10:02.524Z Compiling progenitor-macro v0.13.0
33612026-07-23T03:10:02.538Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-07-23T03:10:02.603Z Compiling hickory-server v0.25.2
33632026-07-23T03:10:02.870Z Compiling sled v0.34.7
33642026-07-23T03:10:03.132Z Compiling object v0.30.4
33652026-07-23T03:10:03.261Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-23T03:10:03.341Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-23T03:10:03.486Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-23T03:10:03.754Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-23T03:10:03.897Z Compiling ed25519 v3.0.0
33702026-07-23T03:10:04.014Z Compiling crypto-primes v0.7.2
33712026-07-23T03:10:04.089Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-23T03:10:04.452Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-07-23T03:10:04.562Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-07-23T03:10:04.585Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-23T03:10:04.912Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-23T03:10:05.045Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-23T03:10:05.108Z Compiling poly1305 v0.9.0
33782026-07-23T03:10:05.236Z Compiling blowfish v0.10.0
33792026-07-23T03:10:05.361Z Compiling blake2 v0.11.0-rc.6
33802026-07-23T03:10:05.471Z Compiling keccak v0.2.0
33812026-07-23T03:10:05.518Z Compiling http-range v0.1.5
33822026-07-23T03:10:05.648Z Compiling path-slash v0.1.5
33832026-07-23T03:10:05.684Z Compiling crc8 v0.1.1
33842026-07-23T03:10:05.694Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33852026-07-23T03:10:05.775Z Compiling half v1.8.3
33862026-07-23T03:10:05.785Z Compiling fiat-crypto v0.3.0
33872026-07-23T03:10:05.785Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-07-23T03:10:05.823Z Compiling argon2 v0.6.0-rc.8
33892026-07-23T03:10:05.880Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-07-23T03:10:05.981Z Compiling serde_cbor v0.11.2
33912026-07-23T03:10:06.036Z Compiling sha3 v0.11.0
33922026-07-23T03:10:06.247Z Compiling bcrypt-pbkdf v0.11.0
33932026-07-23T03:10:06.266Z Compiling ssh-cipher v0.3.0-rc.9
33942026-07-23T03:10:06.458Z Compiling rsa v0.10.0-rc.18
33952026-07-23T03:10:06.538Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33962026-07-23T03:10:06.585Z Compiling ed25519-dalek v3.0.0-rc.0
33972026-07-23T03:10:06.612Z Compiling illumos-nvpair v0.3.0
33982026-07-23T03:10:06.747Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-23T03:10:06.892Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-23T03:10:06.926Z Compiling p521 v0.14.0-rc.10
34012026-07-23T03:10:06.945Z Compiling p256 v0.14.0-rc.10
34022026-07-23T03:10:07.128Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-07-23T03:10:07.156Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-07-23T03:10:07.591Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34052026-07-23T03:10:07.596Z Compiling yasna v0.5.2
34062026-07-23T03:10:07.596Z Compiling kstat-rs v0.2.4
34072026-07-23T03:10:07.596Z Compiling headers-core v0.3.0
34082026-07-23T03:10:07.625Z Compiling kem v0.3.0
34092026-07-23T03:10:07.643Z Compiling progenitor v0.13.0
34102026-07-23T03:10:07.676Z Compiling module-lattice v0.2.3
34112026-07-23T03:10:07.707Z Compiling nanorand v0.7.0
34122026-07-23T03:10:07.725Z Compiling atty v0.2.14
34132026-07-23T03:10:07.777Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-07-23T03:10:07.817Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34152026-07-23T03:10:07.855Z Compiling rcgen v0.12.1
34162026-07-23T03:10:07.928Z Compiling flume v0.11.1
34172026-07-23T03:10:07.948Z Compiling ml-kem v0.3.2
34182026-07-23T03:10:07.984Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-07-23T03:10:08.014Z Compiling headers v0.4.1
34202026-07-23T03:10:08.175Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-07-23T03:10:08.306Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-07-23T03:10:08.548Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-07-23T03:10:08.629Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-23T03:10:08.763Z Compiling hyper-staticfile v0.10.1
34252026-07-23T03:10:08.840Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-23T03:10:08.956Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-23T03:10:08.973Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34282026-07-23T03:10:09.241Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34292026-07-23T03:10:09.293Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-07-23T03:10:09.324Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-07-23T03:10:09.359Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-07-23T03:10:09.749Z Compiling russh-cryptovec v0.61.0
34332026-07-23T03:10:10.002Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34342026-07-23T03:10:10.020Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34352026-07-23T03:10:10.071Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-23T03:10:10.074Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-23T03:10:10.225Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-23T03:10:10.307Z Compiling port-file v0.1.0
34392026-07-23T03:10:10.325Z Compiling num-bigint v0.4.6
34402026-07-23T03:10:10.475Z Compiling generic-array v1.4.3
34412026-07-23T03:10:10.543Z Compiling russh-util v0.52.0
34422026-07-23T03:10:10.577Z Compiling enum_dispatch v0.3.13
34432026-07-23T03:10:10.725Z Compiling delegate v0.13.5
34442026-07-23T03:10:10.836Z Compiling subprocess v0.2.15
34452026-07-23T03:10:10.850Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-23T03:10:10.984Z Compiling p384 v0.14.0-rc.10
34472026-07-23T03:10:11.221Z Compiling display-error-chain v0.2.2
34482026-07-23T03:10:11.341Z Compiling md5 v0.8.0
34492026-07-23T03:10:11.396Z Compiling hex-literal v1.1.0
34502026-07-23T03:10:11.443Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-07-23T03:10:11.558Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-07-23T03:10:11.604Z Compiling colored v2.2.0
34532026-07-23T03:10:11.635Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-23T03:10:11.638Z Compiling socket2 v0.5.10
34552026-07-23T03:10:11.638Z Compiling internet-checksum v0.2.1
34562026-07-23T03:10:12.075Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-23T03:10:12.788Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-23T03:10:13.112Z Compiling ssh-key v0.7.0-rc.10
34592026-07-23T03:10:13.327Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-23T03:10:14.355Z Compiling russh v0.61.2
34612026-07-23T03:10:14.847Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-23T03:10:15.509Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-23T03:10:24.037Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-07-23T03:10:24.037Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-07-23T03:10:24.037Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-23T03:10:24.042Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-23T03:10:25.767Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-23T03:10:25.842Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-23T03:10:29.799Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-23T03:11:09.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-07-23T03:11:09.311Z
34722026-07-23T03:11:09.311Zreal 1:26.958273954
34732026-07-23T03:11:09.312Zuser 8:44.723284928
34742026-07-23T03:11:09.312Zsys 1:43.280741876
34752026-07-23T03:11:09.312Ztrap 0.258643763
34762026-07-23T03:11:09.312Ztflt 0.294039200
34772026-07-23T03:11:09.315Zdflt 1.505201034
34782026-07-23T03:11:09.315Zkflt 0.000340120
34792026-07-23T03:11:09.315Zlock 31:05.393494308
34802026-07-23T03:11:09.315Zslp 20:04.955058298
34812026-07-23T03:11:09.315Zlat 41.243343637
34822026-07-23T03:11:09.315Zstop 3:04.031806867
34832026-07-23T03:11:09.315Z+ mkdir tests
34842026-07-23T03:11:09.319Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-23T03:11:09.319Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-23T03:11:09.341Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-23T03:11:09.361Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-23T03:11:09.382Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-23T03:11:09.403Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-23T03:11:09.639Z+ 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)
34912026-07-23T03:11:09.643Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34922026-07-23T03:12:29.879ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-23T03:12:29.879Za .github/buildomat/ci-env.sh 1K
34942026-07-23T03:12:29.879Za out/target/test 1K
34952026-07-23T03:12:29.879Za out/npuzone/npuzone 27402K
34962026-07-23T03:12:29.879Za package-manifest.toml 35K
34972026-07-23T03:12:29.881Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-23T03:12:29.881Za target/release/omicron-package 40717K
34992026-07-23T03:12:29.881Za target/release/xtask 10468K
35002026-07-23T03:12:29.881Za target/debug/bootstrap 349641K
35012026-07-23T03:12:29.881Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-23T03:12:29.881Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-23T03:12:29.881Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-23T03:12:29.881Za tests/end_to_end_tests-fe05326eebb245d2 399517K
35052026-07-23T03:12:29.881Za tools/opte_version 1K
35062026-07-23T03:12:29.881Za tools/opte_version_override 2K
35072026-07-23T03:12:29.881Za out/clickhouse.tar.gz 310727K
35082026-07-23T03:12:29.882Za out/clickhouse_keeper.tar.gz 297195K
35092026-07-23T03:12:29.882Za out/clickhouse_server.tar.gz 310724K
35102026-07-23T03:12:29.882Za out/cockroachdb.tar.gz 161731K
35112026-07-23T03:12:29.882Za out/crucible-pantry-zone.tar.gz 39108K
35122026-07-23T03:12:29.882Za out/crucible-utils.tar 18900K
35132026-07-23T03:12:29.882Za out/crucible-zone.tar.gz 53803K
35142026-07-23T03:12:29.882Za out/external-dns.tar.gz 46159K
35152026-07-23T03:12:29.882Za out/internal-dns.tar.gz 46159K
35162026-07-23T03:12:29.882Za out/mg-ddm-gz.tar 102717K
35172026-07-23T03:12:29.882Za out/nexus.tar.gz 273889K
35182026-07-23T03:12:29.882Za out/ntp.tar.gz 29908K
35192026-07-23T03:12:29.882Za out/omicron-gateway-softnpu.tar.gz 27709K
35202026-07-23T03:12:29.882Za out/omicron-sled-agent.tar 191434K
35212026-07-23T03:12:29.882Za out/overlay.tar.gz 4K
35222026-07-23T03:12:29.882Za out/oximeter.tar.gz 59915K
35232026-07-23T03:12:29.882Za out/oxlog.tar 3808K
35242026-07-23T03:12:29.882Za out/probe.tar.gz 3037K
35252026-07-23T03:12:29.886Za out/propolis-server.tar.gz 34372K
35262026-07-23T03:12:29.886Za out/pumpkind-gz.tar 26647K
35272026-07-23T03:12:29.886Za out/switch-softnpu.tar.gz 450361K
35282026-07-23T03:12:29.890Z
35292026-07-23T03:12:29.890Zreal 1:20.236735528
35302026-07-23T03:12:29.890Zuser 1:17.568938626
35312026-07-23T03:12:29.890Zsys 4.417053280
35322026-07-23T03:12:29.890Ztrap 0.006180334
35332026-07-23T03:12:29.890Ztflt 0.000000000
35342026-07-23T03:12:29.891Zdflt 0.000000000
35352026-07-23T03:12:29.891Zkflt 0.000000000
35362026-07-23T03:12:29.891Zlock 0.000000000
35372026-07-23T03:12:29.891Zslp 1:17.468013800
35382026-07-23T03:12:29.891Zlat 1.009244830
35392026-07-23T03:12:29.891Zstop 0.000218910
35402026-07-23T03:12:29.891Zprocess exited: duration 984851 ms, exit code 0
 
35412026-07-23T03:12:29.905Zfound 1 output files
35422026-07-23T03:12:29.905Zuploading: /work/package.tar.gz (2484249477 bytes)
35432026-07-23T03:13:05.721Zuploaded: /work/package.tar.gz