01KWZRG03PX4P57XGHMG1V0FS1: 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: 01KWZRGEDCDF1HESQQZGT8270M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T02:22:52.551Zjob assigned to worker 01KWZRGRGN8MS28KTSJRDX9W36 [factory aws, i-00e3dfb9571765059] (queued for 52 s)
 
22026-07-08T02:23:00.269Zstarting task 0: "setup"
32026-07-08T02:23:00.274Z++ uname -s
42026-07-08T02:23:00.277Z+ kern=SunOS
52026-07-08T02:23:00.277Z+ build_user=build
62026-07-08T02:23:00.277Z+ build_uid=12345
72026-07-08T02:23:00.277Z+ work_dir=/work
82026-07-08T02:23:00.277Z+ input_dir=/input
92026-07-08T02:23:00.277Z+ [[ 0 == 12345 ]]
102026-07-08T02:23:00.277Z+ case "$kern" in
112026-07-08T02:23:00.277Z+ groupadd -g 12345 build
122026-07-08T02:23:00.280Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T02:23:02.288Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T02:23:02.417Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T02:23:02.421Z+ home_fs=zfs
162026-07-08T02:23:02.421Z+ [[ zfs == autofs ]]
172026-07-08T02:23:02.421Z+ mkdir -p /home/build
182026-07-08T02:23:02.421Z+ chown build:build /home/build /work
192026-07-08T02:23:04.423Z+ chmod 0700 /home/build /work
202026-07-08T02:23:04.426Zprocess exited: duration 4160 ms, exit code 0
 
212026-07-08T02:23:04.432Zstarting task 1: "rust-toolchain"
222026-07-08T02:23:04.439Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T02:23:04.439Z * rust toolchain channel = "1.96.1"
242026-07-08T02:23:04.439Z * rust toolchain profile = "default"
252026-07-08T02:23:04.439Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T02:23:04.439Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T02:23:04.442Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T02:23:04.442Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T02:23:04.442Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T02:23:04.554Zinfo: downloading installer
312026-07-08T02:23:06.184Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T02:23:06.184Zwarn: /home/build/.rustup/settings.toml
332026-07-08T02:23:06.184Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T02:23:06.184Zwarn: instead of the one inferred from the default host triple.
352026-07-08T02:23:06.196Zinfo: profile set to default
362026-07-08T02:23:06.196Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T02:23:06.200Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T02:23:06.362Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T02:23:06.366Zinfo: downloading 6 components
402026-07-08T02:23:22.856Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T02:23:22.856Z
422026-07-08T02:23:22.882Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T02:23:22.882Z
442026-07-08T02:23:22.882Z
452026-07-08T02:23:22.882ZRust is installed now. Great!
462026-07-08T02:23:22.882Z
472026-07-08T02:23:22.882ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T02:23:22.882Zenvironment variable. This has not been done automatically.
492026-07-08T02:23:22.882Z
502026-07-08T02:23:22.882ZTo configure your current shell, you need to source
512026-07-08T02:23:22.882Zthe corresponding env file under $HOME/.cargo.
522026-07-08T02:23:22.882Z
532026-07-08T02:23:22.882ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T02:23:22.882Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T02:23:22.882Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T02:23:22.882Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T02:23:22.882Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T02:23:22.882Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T02:23:22.882Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T02:23:22.886Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T02:23:22.886Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T02:23:22.989Z+ rustup --version
632026-07-08T02:23:22.996Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T02:23:22.996Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T02:23:23.018Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T02:23:23.021Z+ cargo --version
672026-07-08T02:23:23.029Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T02:23:23.032Z+ rustc --version
692026-07-08T02:23:23.052Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T02:23:23.055Zprocess exited: duration 18621 ms, exit code 0
 
712026-07-08T02:23:23.061Zstarting task 2: "authentication"
722026-07-08T02:23:23.083Zprocess exited: duration 21 ms, exit code 0
 
732026-07-08T02:23:23.089Zstarting task 3: "clone repository"
742026-07-08T02:23:23.093Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T02:23:23.096Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T02:23:23.128ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T02:23:33.756Z+ cd /work/oxidecomputer/omicron
782026-07-08T02:23:33.757Z+ git fetch origin c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
792026-07-08T02:23:34.027ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T02:23:34.027Z * branch c69cc2c72a20f36a3a8c1fec466c991a8a46dff3 -> FETCH_HEAD
812026-07-08T02:23:34.043Z+ [[ -n trey/bgp-unnumbered-status ]]
822026-07-08T02:23:34.046Z++ git branch --show-current
832026-07-08T02:23:34.049Z+ current=main
842026-07-08T02:23:34.049Z+ [[ main != trey/bgp-unnumbered-status ]]
852026-07-08T02:23:34.049Z+ git branch -f trey/bgp-unnumbered-status c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
862026-07-08T02:23:34.052Z+ git checkout -f trey/bgp-unnumbered-status
872026-07-08T02:23:34.293ZSwitched to branch 'trey/bgp-unnumbered-status'
882026-07-08T02:23:34.297Z+ git reset --hard c69cc2c72a20f36a3a8c1fec466c991a8a46dff3
892026-07-08T02:23:34.321ZHEAD is now at c69cc2c72 New maghemite API shape... again
902026-07-08T02:23:34.324Zprocess exited: duration 11233 ms, exit code 0
 
912026-07-08T02:23:34.331Zstarting task 4: "build"
922026-07-08T02:23:34.336Z+ source .github/buildomat/ci-env.sh
932026-07-08T02:23:34.336Z++ export CARGO_TERM_COLOR=always
942026-07-08T02:23:34.336Z++ CARGO_TERM_COLOR=always
952026-07-08T02:23:34.339Z+++ uname -s
962026-07-08T02:23:34.339Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T02:23:34.339Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T02:23:34.342Z+ cargo --version
992026-07-08T02:23:34.351Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T02:23:34.354Z+ rustc --version
1012026-07-08T02:23:34.374Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T02:23:34.377Z+ WORK=/work
1032026-07-08T02:23:34.377Z+ pfexec mkdir -p /work
1042026-07-08T02:23:34.380Z+ pfexec chown build /work
1052026-07-08T02:23:34.383Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-08T02:23:36.038Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-08T02:23:36.148Z Startup: Caching catalogs ... Done
1082026-07-08T02:23:36.637ZPlanning: Solver setup ... Done (0.442s)
1092026-07-08T02:23:36.664ZPlanning: Running solver ... Done (0.027s)
1102026-07-08T02:23:36.676ZPlanning: Finding local manifests ... Done (0.004s)
1112026-07-08T02:23:36.689ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-08T02:23:36.708ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-08T02:23:36.724ZPlanning: Package planning ... Done (0.016s)
1142026-07-08T02:23:36.727ZPlanning: Merging actions ... Done (0.001s)
1152026-07-08T02:23:36.896ZPlanning: Checking for conflicting actions ... Done (0.171s)
1162026-07-08T02:23:36.899ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-08T02:23:37.822ZPlanning: Evaluating mediators ... Done (0.925s)
1182026-07-08T02:23:37.826ZPlanning: Planning completed in 1.65 seconds
1192026-07-08T02:23:37.832Z Packages to install: 2
1202026-07-08T02:23:37.832Z Estimated space available: 156.06 GB
1212026-07-08T02:23:37.832ZEstimated space to be consumed: 30.99 MB
1222026-07-08T02:23:37.832Z Create boot environment: No
1232026-07-08T02:23:37.832ZCreate backup boot environment: No
1242026-07-08T02:23:37.835Z Rebuild boot archive: No
1252026-07-08T02:23:37.835Z
1262026-07-08T02:23:37.835ZChanged packages:
1272026-07-08T02:23:37.835Zhelios
1282026-07-08T02:23:37.835Z developer/build-essential
1292026-07-08T02:23:37.835Z None -> 11-3.0
1302026-07-08T02:23:37.835Z library/libxmlsec1
1312026-07-08T02:23:37.836Z None -> 1.2.35-3.0
1322026-07-08T02:23:37.858Z
1332026-07-08T02:23:37.858ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-08T02:23:38.409ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1352026-07-08T02:23:38.486Z Actions: 1/268 actions (Installing new actions)
1362026-07-08T02:23:38.525Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-08T02:23:38.536ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-08T02:23:38.536ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-08T02:23:38.566ZFinalize: Updating image state ... Done (0.029s)
1402026-07-08T02:23:41.204ZFinalize: Creating fast lookup database ... Done (2.613s)
1412026-07-08T02:23:41.273ZFinalize: Reading search index ... Done (0.012s)
1422026-07-08T02:23:41.276ZFinalize: Updating search index ... Done (0.000s)
1432026-07-08T02:23:41.395ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-08T02:23:41.717ZPlanning: Evaluating mediator changes ... Done
1452026-07-08T02:23:41.823ZPlanning: Checking for conflicting actions ... Done
1462026-07-08T02:23:41.826ZPlanning: Consolidating action changes ... Done
1472026-07-08T02:23:41.979ZPlanning: Evaluating mediators ... Done
1482026-07-08T02:23:41.983ZPlanning: Planning completed in 0.26 seconds
1492026-07-08T02:23:42.004Z Mediators to change: 2
1502026-07-08T02:23:42.004Z Create boot environment: No
1512026-07-08T02:23:42.004ZCreate backup boot environment: No
1522026-07-08T02:23:42.075ZFinalize: Updating package state database ... Done
1532026-07-08T02:23:42.075ZFinalize: Updating package cache ... Done
1542026-07-08T02:23:42.095ZFinalize: Updating image state ... Done
1552026-07-08T02:23:44.055ZFinalize: Creating fast lookup database ... Done
1562026-07-08T02:23:44.119ZFinalize: Reading search index ... Done
1572026-07-08T02:23:44.122ZFinalize: Updating search index ... Done
1582026-07-08T02:23:44.198ZFinalize: Updating package cache ... Done
1592026-07-08T02:23:44.484ZPlanning: Evaluating mediator changes ... Done
1602026-07-08T02:23:44.590ZPlanning: Checking for conflicting actions ... Done
1612026-07-08T02:23:44.593ZPlanning: Consolidating action changes ... Done
1622026-07-08T02:23:44.745ZPlanning: Evaluating mediators ... Done
1632026-07-08T02:23:44.749ZPlanning: Planning completed in 0.26 seconds
1642026-07-08T02:23:44.770Z Mediators to change: 1
1652026-07-08T02:23:44.770Z Create boot environment: No
1662026-07-08T02:23:44.770ZCreate backup boot environment: No
1672026-07-08T02:23:44.827ZFinalize: Updating package state database ... Done
1682026-07-08T02:23:44.827ZFinalize: Updating package cache ... Done
1692026-07-08T02:23:44.845ZFinalize: Updating image state ... Done
1702026-07-08T02:23:46.811ZFinalize: Creating fast lookup database ... Done
1712026-07-08T02:23:46.871ZFinalize: Reading search index ... Done
1722026-07-08T02:23:46.875ZFinalize: Updating search index ... Done
1732026-07-08T02:23:46.947ZFinalize: Updating package cache ... Done
1742026-07-08T02:23:47.262ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-08T02:23:47.262Zapache system 2.4 system
1762026-07-08T02:23:47.262Zclang system 15 system
1772026-07-08T02:23:47.262Zcsh system system illumos
1782026-07-08T02:23:47.262Zctags system system illumos
1792026-07-08T02:23:47.262Zfile vendor vendor darwinsys
1802026-07-08T02:23:47.262Zfile system system illumos
1812026-07-08T02:23:47.262Zgcc vendor 14 vendor
1822026-07-08T02:23:47.262Zgcc system 13 system
1832026-07-08T02:23:47.262Zgcc system 10 system
1842026-07-08T02:23:47.262Zgo system 1.25 system
1852026-07-08T02:23:47.262Zllvm system 15 system
1862026-07-08T02:23:47.262Zmariadb system 11.4 system
1872026-07-08T02:23:47.262Zmta vendor vendor dma
1882026-07-08T02:23:47.262Zopenjdk system 17 system
1892026-07-08T02:23:47.262Zopenjdk system 11 system
1902026-07-08T02:23:47.262Zopenssl vendor 3 vendor
1912026-07-08T02:23:47.262Zperl system 5.40 system
1922026-07-08T02:23:47.262Zpostgresql system 18 system
1932026-07-08T02:23:47.262Zpostgresql system 17 system
1942026-07-08T02:23:47.262Zpython vendor 3 vendor
1952026-07-08T02:23:47.262Zpython system 2 system
1962026-07-08T02:23:47.262Zpython3 vendor 3.13 vendor
1972026-07-08T02:23:47.262Zruby system 3.4 system
1982026-07-08T02:23:47.262Zruby system 3.0 system
1992026-07-08T02:23:47.262Zwords vendor vendor american-english
2002026-07-08T02:23:47.262Zwords system system australian-english
2012026-07-08T02:23:47.262Zwords system system british-english
2022026-07-08T02:23:47.262Zwords system system canadian-english
2032026-07-08T02:23:47.262Zwords system system french
2042026-07-08T02:23:47.262Zwords system system italian
2052026-07-08T02:23:47.262Zwords system system ngerman
2062026-07-08T02:23:47.262Zwords system system ogerman
2072026-07-08T02:23:47.263Zwords system system spanish
2082026-07-08T02:23:47.526ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-08T02:23:47.526Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-08T02:23:47.837ZFMRI IFO
2112026-07-08T02:23:47.837Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-08T02:23:47.837Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-08T02:23:47.837Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-08T02:23:47.837Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-08T02:23:47.837Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-08T02:23:47.837Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-08T02:23:47.837Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-08T02:23:47.837Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-08T02:23:47.837Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-08T02:23:48.097Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-08T02:23:48.360Z Updating crates.io index
2222026-07-08T02:23:48.364Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-08T02:23:48.584Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-08T02:23:48.864Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-08T02:23:49.809Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-08T02:23:50.276Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-08T02:23:51.936Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-08T02:23:52.692Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-08T02:23:52.942Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-08T02:23:53.296Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-08T02:23:54.830Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-08T02:23:55.266Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-08T02:23:55.562Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-08T02:23:55.808Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-08T02:23:56.246Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-08T02:23:56.726Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-08T02:23:56.981Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-08T02:23:57.207Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-08T02:23:57.464Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-08T02:23:57.759Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-08T02:23:58.000Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-08T02:23:58.224Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-08T02:23:58.484Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-08T02:23:58.851Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-08T02:23:59.191Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-08T02:23:59.429Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-08T02:23:59.803Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-08T02:24:00.038Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-08T02:24:00.339Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-08T02:24:00.583Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-08T02:24:00.849Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-08T02:24:01.354Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-08T02:24:01.687Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-08T02:24:01.905Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-08T02:24:02.151Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-08T02:24:02.396Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-08T02:24:02.651Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-08T02:24:02.909Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-08T02:24:03.165Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-08T02:24:03.471Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-08T02:24:03.718Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-08T02:24:06.648Z Downloading crates ...
2632026-07-08T02:24:06.702Z Downloaded fastrand v2.3.0
2642026-07-08T02:24:06.722Z Downloaded crypto-common v0.1.7
2652026-07-08T02:24:06.722Z Downloaded anstream v1.0.0
2662026-07-08T02:24:06.722Z Downloaded clap v4.6.1
2672026-07-08T02:24:06.745Z Downloaded zerocopy-derive v0.7.35
2682026-07-08T02:24:06.745Z Downloaded usdt-attr-macro v0.5.0
2692026-07-08T02:24:06.745Z Downloaded pretty-hex v0.4.1
2702026-07-08T02:24:06.745Z Downloaded block-buffer v0.10.4
2712026-07-08T02:24:06.745Z Downloaded heck v0.5.0
2722026-07-08T02:24:06.745Z Downloaded cfg-if v1.0.4
2732026-07-08T02:24:06.745Z Downloaded zmij v1.0.21
2742026-07-08T02:24:06.745Z Downloaded colorchoice v1.0.4
2752026-07-08T02:24:06.745Z Downloaded errno v0.3.14
2762026-07-08T02:24:06.745Z Downloaded zerocopy v0.7.35
2772026-07-08T02:24:06.746Z Downloaded cargo-platform v0.3.2
2782026-07-08T02:24:06.766Z Downloaded itoa v1.0.17
2792026-07-08T02:24:06.766Z Downloaded cpufeatures v0.2.17
2802026-07-08T02:24:06.766Z Downloaded byteorder v1.5.0
2812026-07-08T02:24:06.766Z Downloaded bytecount v0.6.9
2822026-07-08T02:24:06.766Z Downloaded version_check v0.9.5
2832026-07-08T02:24:06.766Z Downloaded anstyle v1.0.14
2842026-07-08T02:24:06.766Z Downloaded strsim v0.11.1
2852026-07-08T02:24:06.766Z Downloaded heck v0.4.1
2862026-07-08T02:24:06.792Z Downloaded dof v0.3.0
2872026-07-08T02:24:06.792Z Downloaded pest_derive v2.8.6
2882026-07-08T02:24:06.792Z Downloaded camino v1.2.2
2892026-07-08T02:24:06.792Z Downloaded equivalent v1.0.2
2902026-07-08T02:24:06.792Z Downloaded anstyle-query v1.1.5
2912026-07-08T02:24:06.793Z Downloaded swrite v0.1.0
2922026-07-08T02:24:06.793Z Downloaded plain v0.2.3
2932026-07-08T02:24:06.793Z Downloaded generic-array v0.14.7
2942026-07-08T02:24:06.803Z Downloaded toml_datetime v0.6.11
2952026-07-08T02:24:06.803Z Downloaded memmap v0.7.0
2962026-07-08T02:24:06.803Z Downloaded macaddr v1.0.1
2972026-07-08T02:24:06.803Z Downloaded proc-macro-error-attr v1.0.4
2982026-07-08T02:24:06.803Z Downloaded unicode-linebreak v0.1.5
2992026-07-08T02:24:06.803Z Downloaded thread-id v4.2.2
3002026-07-08T02:24:06.803Z Downloaded utf8parse v0.2.2
3012026-07-08T02:24:06.804Z Downloaded is_terminal_polyfill v1.70.2
3022026-07-08T02:24:06.804Z Downloaded serde_spanned v0.6.9
3032026-07-08T02:24:06.804Z Downloaded clap_derive v4.6.1
3042026-07-08T02:24:06.804Z Downloaded camino-tempfile v1.4.1
3052026-07-08T02:24:06.804Z Downloaded fnv v1.0.7
3062026-07-08T02:24:06.804Z Downloaded anyhow v1.0.102
3072026-07-08T02:24:06.816Z Downloaded fs-err v3.3.0
3082026-07-08T02:24:06.816Z Downloaded bitflags v2.11.0
3092026-07-08T02:24:06.816Z Downloaded usdt v0.5.0
3102026-07-08T02:24:06.827Z Downloaded smawk v0.3.2
3112026-07-08T02:24:06.827Z Downloaded toml_write v0.1.2
3122026-07-08T02:24:06.842Z Downloaded usdt-macro v0.5.0
3132026-07-08T02:24:06.842Z Downloaded dtrace-parser v0.2.0
3142026-07-08T02:24:06.857Z Downloaded clap_lex v1.0.0
3152026-07-08T02:24:06.857Z Downloaded anstyle-parse v1.0.0
3162026-07-08T02:24:06.857Z Downloaded digest v0.10.7
3172026-07-08T02:24:06.857Z Downloaded cargo_metadata v0.23.1
3182026-07-08T02:24:06.857Z Downloaded usdt-impl v0.5.0
3192026-07-08T02:24:06.857Z Downloaded terminal_size v0.4.3
3202026-07-08T02:24:06.857Z Downloaded thiserror v2.0.18
3212026-07-08T02:24:06.857Z Downloaded proc-macro-error v1.0.4
3222026-07-08T02:24:06.869Z Downloaded tabled_derive v0.7.0
3232026-07-08T02:24:06.869Z Downloaded scroll_derive v0.12.1
3242026-07-08T02:24:06.869Z Downloaded papergrid v0.11.0
3252026-07-08T02:24:06.869Z Downloaded thiserror v1.0.69
3262026-07-08T02:24:06.880Z Downloaded serde_tokenstream v0.2.3
3272026-07-08T02:24:06.880Z Downloaded getrandom v0.4.1
3282026-07-08T02:24:06.881Z Downloaded thiserror-impl v1.0.69
3292026-07-08T02:24:06.881Z Downloaded scroll v0.12.0
3302026-07-08T02:24:06.882Z Downloaded quote v1.0.45
3312026-07-08T02:24:06.882Z Downloaded thiserror-impl v2.0.18
3322026-07-08T02:24:06.917Z Downloaded pest_generator v2.8.6
3332026-07-08T02:24:06.917Z Downloaded tempfile v3.25.0
3342026-07-08T02:24:06.917Z Downloaded ucd-trie v0.1.7
3352026-07-08T02:24:06.917Z Downloaded autocfg v1.5.0
3362026-07-08T02:24:06.917Z Downloaded once_cell v1.21.3
3372026-07-08T02:24:06.917Z Downloaded unicode-ident v1.0.24
3382026-07-08T02:24:06.917Z Downloaded toml v0.8.23
3392026-07-08T02:24:06.917Z Downloaded sha2 v0.10.9
3402026-07-08T02:24:06.917Z Downloaded log v0.4.29
3412026-07-08T02:24:06.918Z Downloaded semver v1.0.28
3422026-07-08T02:24:06.924Z Downloaded proc-macro2 v1.0.106
3432026-07-08T02:24:06.924Z Downloaded textwrap v0.16.2
3442026-07-08T02:24:06.924Z Downloaded serde_derive v1.0.228
3452026-07-08T02:24:06.924Z Downloaded cargo_toml v0.21.0
3462026-07-08T02:24:06.949Z Downloaded hashbrown v0.17.0
3472026-07-08T02:24:06.949Z Downloaded pest_meta v2.8.6
3482026-07-08T02:24:06.949Z Downloaded toml_edit v0.22.27
3492026-07-08T02:24:06.965Z Downloaded memchr v2.8.0
3502026-07-08T02:24:06.965Z Downloaded indexmap v2.14.0
3512026-07-08T02:24:06.965Z Downloaded serde v1.0.228
3522026-07-08T02:24:06.972Z Downloaded serde_core v1.0.228
3532026-07-08T02:24:06.980Z Downloaded typenum v1.20.1
3542026-07-08T02:24:06.990Z Downloaded pest v2.8.6
3552026-07-08T02:24:06.990Z Downloaded clap_builder v4.6.0
3562026-07-08T02:24:07.014Z Downloaded serde_json v1.0.150
3572026-07-08T02:24:07.023Z Downloaded goblin v0.8.2
3582026-07-08T02:24:07.036Z Downloaded winnow v0.7.14
3592026-07-08T02:24:07.047Z Downloaded tabled v0.15.0
3602026-07-08T02:24:07.072Z Downloaded syn v1.0.109
3612026-07-08T02:24:07.072Z Downloaded unicode-width v0.1.14
3622026-07-08T02:24:07.080Z Downloaded unicode-width v0.2.0
3632026-07-08T02:24:07.080Z Downloaded syn v2.0.117
3642026-07-08T02:24:07.087Z Downloaded rustix v1.1.3
3652026-07-08T02:24:07.116Z Downloaded libc v0.2.185
3662026-07-08T02:24:07.177Z Compiling proc-macro2 v1.0.106
3672026-07-08T02:24:07.185Z Compiling unicode-ident v1.0.24
3682026-07-08T02:24:07.185Z Compiling quote v1.0.45
3692026-07-08T02:24:07.185Z Compiling serde_core v1.0.228
3702026-07-08T02:24:07.185Z Compiling libc v0.2.185
3712026-07-08T02:24:07.185Z Compiling version_check v0.9.5
3722026-07-08T02:24:07.185Z Compiling memchr v2.8.0
3732026-07-08T02:24:07.185Z Compiling serde v1.0.228
3742026-07-08T02:24:07.185Z Compiling zmij v1.0.21
3752026-07-08T02:24:07.185Z Compiling itoa v1.0.17
3762026-07-08T02:24:07.362Z Compiling ucd-trie v0.1.7
3772026-07-08T02:24:07.379Z Compiling thiserror v1.0.69
3782026-07-08T02:24:07.379Z Compiling rustix v1.1.3
3792026-07-08T02:24:07.380Z Compiling byteorder v1.5.0
3802026-07-08T02:24:07.590Z Compiling bitflags v2.11.0
3812026-07-08T02:24:07.768Z Compiling serde_json v1.0.150
3822026-07-08T02:24:07.845Z Compiling camino v1.2.2
3832026-07-08T02:24:07.900Z Compiling syn v1.0.109
3842026-07-08T02:24:07.932Z Compiling proc-macro-error-attr v1.0.4
3852026-07-08T02:24:07.932Z Compiling usdt-impl v0.5.0
3862026-07-08T02:24:07.948Z Compiling proc-macro-error v1.0.4
3872026-07-08T02:24:08.029Z Compiling pest v2.8.6
3882026-07-08T02:24:08.153Z Compiling plain v0.2.3
3892026-07-08T02:24:08.190Z Compiling utf8parse v0.2.2
3902026-07-08T02:24:08.228Z Compiling log v0.4.29
3912026-07-08T02:24:08.232Z Compiling equivalent v1.0.2
3922026-07-08T02:24:08.232Z Compiling getrandom v0.4.1
3932026-07-08T02:24:08.280Z Compiling hashbrown v0.17.0
3942026-07-08T02:24:08.315Z Compiling anstyle-parse v1.0.0
3952026-07-08T02:24:08.368Z Compiling cfg-if v1.0.4
3962026-07-08T02:24:08.431Z Compiling autocfg v1.5.0
3972026-07-08T02:24:08.435Z Compiling is_terminal_polyfill v1.70.2
3982026-07-08T02:24:08.435Z Compiling toml_write v0.1.2
3992026-07-08T02:24:08.484Z Compiling anstyle v1.0.14
4002026-07-08T02:24:08.487Z Compiling colorchoice v1.0.4
4012026-07-08T02:24:08.519Z Compiling errno v0.3.14
4022026-07-08T02:24:08.522Z Compiling thread-id v4.2.2
4032026-07-08T02:24:08.574Z Compiling winnow v0.7.14
4042026-07-08T02:24:08.581Z Compiling thiserror v2.0.18
4052026-07-08T02:24:08.619Z Compiling anstyle-query v1.1.5
4062026-07-08T02:24:08.640Z Compiling pretty-hex v0.4.1
4072026-07-08T02:24:08.691Z Compiling fnv v1.0.7
4082026-07-08T02:24:08.727Z Compiling anstream v1.0.0
4092026-07-08T02:24:08.762Z Compiling syn v2.0.117
4102026-07-08T02:24:08.795Z Compiling indexmap v2.14.0
4112026-07-08T02:24:08.833Z Compiling unicode-width v0.1.14
4122026-07-08T02:24:08.850Z Compiling anyhow v1.0.102
4132026-07-08T02:24:08.884Z Compiling fs-err v3.3.0
4142026-07-08T02:24:08.888Z Compiling heck v0.5.0
4152026-07-08T02:24:08.919Z Compiling heck v0.4.1
4162026-07-08T02:24:09.099Z Compiling bytecount v0.6.9
4172026-07-08T02:24:09.137Z Compiling pest_meta v2.8.6
4182026-07-08T02:24:09.154Z Compiling clap_lex v1.0.0
4192026-07-08T02:24:09.173Z Compiling once_cell v1.21.3
4202026-07-08T02:24:09.177Z Compiling fastrand v2.3.0
4212026-07-08T02:24:09.208Z Compiling strsim v0.11.1
4222026-07-08T02:24:09.272Z Compiling papergrid v0.11.0
4232026-07-08T02:24:09.356Z Compiling memmap v0.7.0
4242026-07-08T02:24:09.404Z Compiling unicode-width v0.2.0
4252026-07-08T02:24:09.423Z Compiling unicode-linebreak v0.1.5
4262026-07-08T02:24:09.440Z Compiling smawk v0.3.2
4272026-07-08T02:24:09.493Z Compiling swrite v0.1.0
4282026-07-08T02:24:09.553Z Compiling terminal_size v0.4.3
4292026-07-08T02:24:09.576Z Compiling tempfile v3.25.0
4302026-07-08T02:24:09.656Z Compiling clap_builder v4.6.0
4312026-07-08T02:24:09.657Z Compiling textwrap v0.16.2
4322026-07-08T02:24:09.760Z Compiling semver v1.0.28
4332026-07-08T02:24:09.812Z Compiling cargo-platform v0.3.2
4342026-07-08T02:24:10.048Z Compiling camino-tempfile v1.4.1
4352026-07-08T02:24:10.381Z Compiling tabled_derive v0.7.0
4362026-07-08T02:24:10.933Z Compiling pest_generator v2.8.6
4372026-07-08T02:24:11.059Z Compiling tabled v0.15.0
4382026-07-08T02:24:11.414Z Compiling serde_derive v1.0.228
4392026-07-08T02:24:11.418Z Compiling thiserror-impl v1.0.69
4402026-07-08T02:24:11.418Z Compiling zerocopy-derive v0.7.35
4412026-07-08T02:24:11.418Z Compiling scroll_derive v0.12.1
4422026-07-08T02:24:11.418Z Compiling thiserror-impl v2.0.18
4432026-07-08T02:24:11.418Z Compiling clap_derive v4.6.1
4442026-07-08T02:24:11.496Z Compiling pest_derive v2.8.6
4452026-07-08T02:24:12.050Z Compiling scroll v0.12.0
4462026-07-08T02:24:12.198Z Compiling zerocopy v0.7.35
4472026-07-08T02:24:12.266Z Compiling goblin v0.8.2
4482026-07-08T02:24:12.459Z Compiling dtrace-parser v0.2.0
4492026-07-08T02:24:12.773Z Compiling clap v4.6.1
4502026-07-08T02:24:13.909Z Compiling dof v0.3.0
4512026-07-08T02:24:13.909Z Compiling serde_tokenstream v0.2.3
4522026-07-08T02:24:13.925Z Compiling toml_datetime v0.6.11
4532026-07-08T02:24:13.939Z Compiling serde_spanned v0.6.9
4542026-07-08T02:24:13.942Z Compiling cargo_metadata v0.23.1
4552026-07-08T02:24:13.942Z Compiling macaddr v1.0.1
4562026-07-08T02:24:13.942Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-08T02:24:14.168Z Compiling toml_edit v0.22.27
4582026-07-08T02:24:14.591Z Compiling usdt-macro v0.5.0
4592026-07-08T02:24:14.591Z Compiling usdt-attr-macro v0.5.0
4602026-07-08T02:24:15.191Z Compiling usdt v0.5.0
4612026-07-08T02:24:15.399Z Compiling toml v0.8.23
4622026-07-08T02:24:15.720Z Compiling cargo_toml v0.21.0
4632026-07-08T02:24:16.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-08T02:24:18.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.07s
4652026-07-08T02:24:19.233Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-08T02:24:19.730Z Downloading crates ...
4672026-07-08T02:24:19.832Z Downloaded base64ct v1.8.3
4682026-07-08T02:24:19.839Z Downloaded cobs v0.3.0
4692026-07-08T02:24:19.842Z Downloaded adler2 v2.0.1
4702026-07-08T02:24:19.846Z Downloaded bitfield v0.19.4
4712026-07-08T02:24:19.849Z Downloaded async-compression v0.4.41
4722026-07-08T02:24:19.852Z Downloaded const_format_proc_macros v0.2.34
4732026-07-08T02:24:19.852Z Downloaded argon2 v0.5.3
4742026-07-08T02:24:19.856Z Downloaded compact_str v0.8.1
4752026-07-08T02:24:19.856Z Downloaded bitflags v1.3.2
4762026-07-08T02:24:19.859Z Downloaded crc v3.4.0
4772026-07-08T02:24:19.859Z Downloaded bitfield-macros v0.19.4
4782026-07-08T02:24:19.859Z Downloaded cookie v0.18.1
4792026-07-08T02:24:19.862Z Downloaded cpufeatures v0.3.0
4802026-07-08T02:24:19.862Z Downloaded atty v0.2.14
4812026-07-08T02:24:19.862Z Downloaded async-bb8-diesel v0.2.1
4822026-07-08T02:24:19.866Z Downloaded corncobs v0.1.4
4832026-07-08T02:24:19.869Z Downloaded bitfield-struct v0.6.2
4842026-07-08T02:24:19.869Z Downloaded ascii-canvas v3.0.0
4852026-07-08T02:24:19.869Z Downloaded crossbeam-utils v0.8.21
4862026-07-08T02:24:19.872Z Downloaded convert_case v0.10.0
4872026-07-08T02:24:19.873Z Downloaded arrayref v0.3.9
4882026-07-08T02:24:19.876Z Downloaded array-init v0.0.4
4892026-07-08T02:24:19.876Z Downloaded crc-catalog v2.4.0
4902026-07-08T02:24:19.876Z Downloaded cpubits v0.1.1
4912026-07-08T02:24:19.876Z Downloaded bit-set v0.5.3
4922026-07-08T02:24:19.879Z Downloaded bcrypt-pbkdf v0.11.0
4932026-07-08T02:24:19.879Z Downloaded atomic-waker v1.1.2
4942026-07-08T02:24:19.879Z Downloaded aead v0.5.2
4952026-07-08T02:24:19.883Z Downloaded crc8 v0.1.1
4962026-07-08T02:24:19.883Z Downloaded async-stream-impl v0.3.6
4972026-07-08T02:24:19.883Z Downloaded critical-section v1.2.0
4982026-07-08T02:24:19.888Z Downloaded cstr-argument v0.1.2
4992026-07-08T02:24:19.891Z Downloaded bb8 v0.8.6
5002026-07-08T02:24:19.894Z Downloaded async-stream v0.3.6
5012026-07-08T02:24:19.894Z Downloaded aead v0.6.1
5022026-07-08T02:24:19.894Z Downloaded async-trait v0.1.89
5032026-07-08T02:24:19.898Z Downloaded ctr v0.10.1
5042026-07-08T02:24:19.901Z Downloaded crossbeam-deque v0.8.6
5052026-07-08T02:24:19.901Z Downloaded arrayvec v0.7.6
5062026-07-08T02:24:19.901Z Downloaded defmt v0.3.100
5072026-07-08T02:24:19.905Z Downloaded base16ct v1.0.0
5082026-07-08T02:24:19.905Z Downloaded compression-core v0.4.31
5092026-07-08T02:24:19.905Z Downloaded block-padding v0.4.2
5102026-07-08T02:24:19.905Z Downloaded async-recursion v1.1.1
5112026-07-08T02:24:19.908Z Downloaded debug-ignore v1.0.5
5122026-07-08T02:24:19.908Z Downloaded crunchy v0.2.4
5132026-07-08T02:24:19.909Z Downloaded curve25519-dalek-derive v0.1.1
5142026-07-08T02:24:19.912Z Downloaded darling_macro v0.20.11
5152026-07-08T02:24:19.912Z Downloaded darling_macro v0.13.4
5162026-07-08T02:24:19.912Z Downloaded crypto-common v0.2.2
5172026-07-08T02:24:19.912Z Downloaded crucible-workspace-hack v0.1.0
5182026-07-08T02:24:19.912Z Downloaded cookie_store v0.22.1
5192026-07-08T02:24:19.919Z Downloaded convert_case v0.4.0
5202026-07-08T02:24:19.922Z Downloaded ciborium-io v0.2.2
5212026-07-08T02:24:19.922Z Downloaded ciborium-ll v0.2.2
5222026-07-08T02:24:19.926Z Downloaded cfg_aliases v0.1.1
5232026-07-08T02:24:19.926Z Downloaded darling_macro v0.21.3
5242026-07-08T02:24:19.926Z Downloaded castaway v0.2.4
5252026-07-08T02:24:19.929Z Downloaded deranged v0.5.8
5262026-07-08T02:24:19.933Z Downloaded assert_matches v1.5.0
5272026-07-08T02:24:19.933Z Downloaded dirs-sys-next v0.1.2
5282026-07-08T02:24:19.936Z Downloaded atomicwrites v0.4.4
5292026-07-08T02:24:19.936Z Downloaded downcast-rs v2.0.2
5302026-07-08T02:24:19.940Z Downloaded data-encoding v2.10.0
5312026-07-08T02:24:19.940Z Downloaded bcs v0.1.6
5322026-07-08T02:24:19.940Z Downloaded cmov v0.5.4
5332026-07-08T02:24:19.943Z Downloaded csv-core v0.1.13
5342026-07-08T02:24:19.943Z Downloaded crc32fast v1.5.0
5352026-07-08T02:24:19.943Z Downloaded chacha20 v0.9.1
5362026-07-08T02:24:19.947Z Downloaded bit-vec v0.6.3
5372026-07-08T02:24:19.947Z Downloaded anstyle-parse v0.2.7
5382026-07-08T02:24:19.947Z Downloaded env_filter v1.0.0
5392026-07-08T02:24:19.950Z Downloaded enum-as-inner v0.6.1
5402026-07-08T02:24:19.951Z Downloaded dof v0.4.0
5412026-07-08T02:24:19.954Z Downloaded bit-set v0.8.0
5422026-07-08T02:24:19.954Z Downloaded derive_builder_macro v0.20.2
5432026-07-08T02:24:19.957Z Downloaded base16ct v0.2.0
5442026-07-08T02:24:19.961Z Downloaded cfg_aliases v0.2.1
5452026-07-08T02:24:19.961Z Downloaded clang-sys v1.8.1
5462026-07-08T02:24:19.961Z Downloaded blake2 v0.10.6
5472026-07-08T02:24:19.965Z Downloaded difflib v0.4.0
5482026-07-08T02:24:19.968Z Downloaded block-buffer v0.12.1
5492026-07-08T02:24:19.968Z Downloaded embedded-io v0.4.0
5502026-07-08T02:24:19.968Z Downloaded endian-type v0.1.2
5512026-07-08T02:24:19.971Z Downloaded darling_macro v0.23.0
5522026-07-08T02:24:19.975Z Downloaded diesel_table_macro_syntax v0.3.0
5532026-07-08T02:24:19.975Z Downloaded buf-list v1.1.2
5542026-07-08T02:24:19.978Z Downloaded dsl_auto_type v0.2.0
5552026-07-08T02:24:19.978Z Downloaded cipher v0.5.2
5562026-07-08T02:24:19.981Z Downloaded cbc v0.2.1
5572026-07-08T02:24:19.981Z Downloaded crc-any v2.5.0
5582026-07-08T02:24:19.985Z Downloaded darling_core v0.23.0
5592026-07-08T02:24:19.985Z Downloaded crossbeam-epoch v0.9.18
5602026-07-08T02:24:19.988Z Downloaded float-cmp v0.10.0
5612026-07-08T02:24:19.988Z Downloaded dyn-clone v1.0.20
5622026-07-08T02:24:19.992Z Downloaded ena v0.14.4
5632026-07-08T02:24:19.992Z Downloaded document-features v0.2.12
5642026-07-08T02:24:19.992Z Downloaded constant_time_eq v0.4.2
5652026-07-08T02:24:19.995Z Downloaded cexpr v0.6.0
5662026-07-08T02:24:19.995Z Downloaded camino-tempfile-ext v0.3.3
5672026-07-08T02:24:19.995Z Downloaded backoff v0.4.0
5682026-07-08T02:24:19.998Z Downloaded anstream v0.6.21
5692026-07-08T02:24:19.998Z Downloaded blowfish v0.10.0
5702026-07-08T02:24:20.002Z Downloaded display-error-chain v0.2.2
5712026-07-08T02:24:20.002Z Downloaded foreign-types v0.5.0
5722026-07-08T02:24:20.002Z Downloaded foreign-types v0.3.2
5732026-07-08T02:24:20.002Z Downloaded embedded-io v0.6.1
5742026-07-08T02:24:20.005Z Downloaded dtrace-parser v0.3.0
5752026-07-08T02:24:20.005Z Downloaded dirs-next v2.0.0
5762026-07-08T02:24:20.005Z Downloaded defmt-parser v1.0.0
5772026-07-08T02:24:20.006Z Downloaded flagset v0.4.7
5782026-07-08T02:24:20.009Z Downloaded byte-wrapper v0.1.0
5792026-07-08T02:24:20.009Z Downloaded fd-lock v4.0.4
5802026-07-08T02:24:20.009Z Downloaded blake2 v0.11.0-rc.6
5812026-07-08T02:24:20.013Z Downloaded defmt v1.0.1
5822026-07-08T02:24:20.013Z Downloaded darling v0.13.4
5832026-07-08T02:24:20.016Z Downloaded daft-derive v0.1.7
5842026-07-08T02:24:20.019Z Downloaded enum_dispatch v0.3.13
5852026-07-08T02:24:20.019Z Downloaded foreign-types-shared v0.3.1
5862026-07-08T02:24:20.023Z Downloaded foreign-types-macros v0.2.3
5872026-07-08T02:24:20.023Z Downloaded form_urlencoded v1.2.2
5882026-07-08T02:24:20.023Z Downloaded dropshot-api-manager-types v0.7.2
5892026-07-08T02:24:20.023Z Downloaded futures-task v0.3.32
5902026-07-08T02:24:20.026Z Downloaded futures-io v0.3.32
5912026-07-08T02:24:20.026Z Downloaded futures-core v0.3.32
5922026-07-08T02:24:20.026Z Downloaded compression-codecs v0.4.37
5932026-07-08T02:24:20.030Z Downloaded cassowary v0.3.0
5942026-07-08T02:24:20.030Z Downloaded daft v0.1.7
5952026-07-08T02:24:20.030Z Downloaded float-ord v0.3.2
5962026-07-08T02:24:20.033Z Downloaded fxhash v0.2.1
5972026-07-08T02:24:20.033Z Downloaded fixedbitset v0.4.2
5982026-07-08T02:24:20.033Z Downloaded gethostname v0.5.0
5992026-07-08T02:24:20.033Z Downloaded git-stub v1.0.0
6002026-07-08T02:24:20.037Z Downloaded globwalk v0.9.1
6012026-07-08T02:24:20.037Z Downloaded ghash v0.6.0
6022026-07-08T02:24:20.037Z Downloaded futures-sink v0.3.32
6032026-07-08T02:24:20.037Z Downloaded futures-macro v0.3.32
6042026-07-08T02:24:20.040Z Downloaded foreign-types-shared v0.1.1
6052026-07-08T02:24:20.041Z Downloaded funty v2.0.0
6062026-07-08T02:24:20.041Z Downloaded dunce v1.0.5
6072026-07-08T02:24:20.041Z Downloaded der_derive v0.7.3
6082026-07-08T02:24:20.044Z Downloaded argon2 v0.6.0-rc.8
6092026-07-08T02:24:20.044Z Downloaded erased-serde v0.3.31
6102026-07-08T02:24:20.044Z Downloaded cmake v0.1.57
6112026-07-08T02:24:20.048Z Downloaded cipher v0.4.4
6122026-07-08T02:24:20.048Z Downloaded bzip2 v0.4.4
6132026-07-08T02:24:20.048Z Downloaded console v0.15.11
6142026-07-08T02:24:20.052Z Downloaded backon v1.6.0
6152026-07-08T02:24:20.052Z Downloaded ciborium v0.2.2
6162026-07-08T02:24:20.056Z Downloaded derive-ex v0.1.8
6172026-07-08T02:24:20.056Z Downloaded bit-vec v0.8.0
6182026-07-08T02:24:20.059Z Downloaded either v1.15.0
6192026-07-08T02:24:20.059Z Downloaded ed25519 v2.2.3
6202026-07-08T02:24:20.059Z Downloaded displaydoc v0.2.5
6212026-07-08T02:24:20.063Z Downloaded ed25519 v3.0.0
6222026-07-08T02:24:20.067Z Downloaded ecdsa v0.16.9
6232026-07-08T02:24:20.067Z Downloaded hash32 v0.2.1
6242026-07-08T02:24:20.070Z Downloaded colored v3.1.1
6252026-07-08T02:24:20.070Z Downloaded hash32 v0.3.1
6262026-07-08T02:24:20.071Z Downloaded fallible-iterator v0.2.0
6272026-07-08T02:24:20.074Z Downloaded filetime v0.2.27
6282026-07-08T02:24:20.074Z Downloaded console v0.16.2
6292026-07-08T02:24:20.077Z Downloaded hex v0.4.3
6302026-07-08T02:24:20.077Z Downloaded foldhash v0.2.0
6312026-07-08T02:24:20.077Z Downloaded foldhash v0.1.5
6322026-07-08T02:24:20.080Z Downloaded diesel-dtrace v0.5.0
6332026-07-08T02:24:20.081Z Downloaded hex-literal v1.1.0
6342026-07-08T02:24:20.081Z Downloaded headers-core v0.3.0
6352026-07-08T02:24:20.081Z Downloaded bzip2 v0.6.1
6362026-07-08T02:24:20.084Z Downloaded hostname v0.3.1
6372026-07-08T02:24:20.084Z Downloaded env_logger v0.11.9
6382026-07-08T02:24:20.084Z Downloaded const-oid v0.9.6
6392026-07-08T02:24:20.087Z Downloaded delegate v0.13.5
6402026-07-08T02:24:20.087Z Downloaded darling v0.23.0
6412026-07-08T02:24:20.091Z Downloaded hostname v0.4.2
6422026-07-08T02:24:20.091Z Downloaded home v0.5.12
6432026-07-08T02:24:20.094Z Downloaded ctutils v0.4.2
6442026-07-08T02:24:20.094Z Downloaded fs-err v2.11.0
6452026-07-08T02:24:20.097Z Downloaded fixedbitset v0.5.7
6462026-07-08T02:24:20.098Z Downloaded futures-executor v0.3.32
6472026-07-08T02:24:20.098Z Downloaded glob v0.3.3
6482026-07-08T02:24:20.101Z Downloaded hubpack_derive v0.1.1
6492026-07-08T02:24:20.101Z Downloaded http-body v1.0.1
6502026-07-08T02:24:20.101Z Downloaded hubpack v0.1.2
6512026-07-08T02:24:20.101Z Downloaded httpdate v1.0.3
6522026-07-08T02:24:20.104Z Downloaded http-range v0.1.5
6532026-07-08T02:24:20.104Z Downloaded find-msvc-tools v0.1.9
6542026-07-08T02:24:20.104Z Downloaded ff v0.14.0
6552026-07-08T02:24:20.105Z Downloaded ff v0.13.1
6562026-07-08T02:24:20.108Z Downloaded colored v2.2.0
6572026-07-08T02:24:20.108Z Downloaded darling_core v0.20.11
6582026-07-08T02:24:20.111Z Downloaded idna_adapter v1.2.1
6592026-07-08T02:24:20.111Z Downloaded darling_core v0.13.4
6602026-07-08T02:24:20.115Z Downloaded darling v0.21.3
6612026-07-08T02:24:20.119Z Downloaded darling v0.20.11
6622026-07-08T02:24:20.122Z Downloaded globset v0.4.18
6632026-07-08T02:24:20.125Z Downloaded derive_builder_core v0.20.2
6642026-07-08T02:24:20.129Z Downloaded diff v0.1.13
6652026-07-08T02:24:20.132Z Downloaded digest v0.11.3
6662026-07-08T02:24:20.132Z Downloaded ahash v0.8.12
6672026-07-08T02:24:20.138Z Downloaded illumos-nvpair-sys v0.2.0
6682026-07-08T02:24:20.142Z Downloaded group v0.14.0
6692026-07-08T02:24:20.142Z Downloaded allocator-api2 v0.2.21
6702026-07-08T02:24:20.146Z Downloaded chacha20 v0.10.0
6712026-07-08T02:24:20.146Z Downloaded indent_write v2.2.0
6722026-07-08T02:24:20.146Z Downloaded instant v0.1.13
6732026-07-08T02:24:20.152Z Downloaded inout v0.1.4
6742026-07-08T02:24:20.152Z Downloaded des v0.9.0
6752026-07-08T02:24:20.152Z Downloaded illumos-nvpair v0.3.0
6762026-07-08T02:24:20.152Z Downloaded derive_builder v0.20.2
6772026-07-08T02:24:20.155Z Downloaded is-terminal v0.4.17
6782026-07-08T02:24:20.155Z Downloaded indoc v1.0.9
6792026-07-08T02:24:20.155Z Downloaded defmt-macros v1.0.1
6802026-07-08T02:24:20.159Z Downloaded base64 v0.22.1
6812026-07-08T02:24:20.159Z Downloaded inout v0.2.2
6822026-07-08T02:24:20.162Z Downloaded instability v0.3.11
6832026-07-08T02:24:20.162Z Downloaded highway v1.3.0
6842026-07-08T02:24:20.162Z Downloaded cancel-safe-futures v0.1.5
6852026-07-08T02:24:20.166Z Downloaded is_ci v1.2.0
6862026-07-08T02:24:20.166Z Downloaded dropshot_endpoint v0.17.1
6872026-07-08T02:24:20.169Z Downloaded internet-checksum v0.2.1
6882026-07-08T02:24:20.169Z Downloaded group v0.13.0
6892026-07-08T02:24:20.172Z Downloaded hyper-tls v0.6.0
6902026-07-08T02:24:20.172Z Downloaded humantime v2.3.0
6912026-07-08T02:24:20.172Z Downloaded http-body-util v0.1.3
6922026-07-08T02:24:20.176Z Downloaded futures-channel v0.3.32
6932026-07-08T02:24:20.176Z Downloaded lazy_static v1.5.0
6942026-07-08T02:24:20.179Z Downloaded lalrpop-util v0.19.12
6952026-07-08T02:24:20.179Z Downloaded kem v0.3.0
6962026-07-08T02:24:20.179Z Downloaded git-stub-vcs v0.1.0
6972026-07-08T02:24:20.179Z Downloaded libscf-sys v1.1.0
6982026-07-08T02:24:20.183Z Downloaded kstat-rs v0.2.4
6992026-07-08T02:24:20.186Z Downloaded darling_core v0.21.3
7002026-07-08T02:24:20.190Z Downloaded getrandom v0.2.17
7012026-07-08T02:24:20.193Z Downloaded chacha20poly1305 v0.10.1
7022026-07-08T02:24:20.193Z Downloaded const-oid v0.10.2
7032026-07-08T02:24:20.196Z Downloaded drift v0.2.0
7042026-07-08T02:24:20.201Z Downloaded hyper-staticfile v0.10.1
7052026-07-08T02:24:20.204Z Downloaded ecdsa v0.17.0-rc.18
7062026-07-08T02:24:20.204Z Downloaded lru-slab v0.1.2
7072026-07-08T02:24:20.205Z Downloaded half v1.8.3
7082026-07-08T02:24:20.208Z Downloaded crossbeam-channel v0.5.15
7092026-07-08T02:24:20.211Z Downloaded lru-cache v0.1.2
7102026-07-08T02:24:20.211Z Downloaded lru v0.12.5
7112026-07-08T02:24:20.211Z Downloaded match_cfg v0.1.0
7122026-07-08T02:24:20.211Z Downloaded md5 v0.8.0
7132026-07-08T02:24:20.215Z Downloaded md-5 v0.10.6
7142026-07-08T02:24:20.215Z Downloaded maybe-uninit v2.0.0
7152026-07-08T02:24:20.215Z Downloaded maplit v1.0.2
7162026-07-08T02:24:20.215Z Downloaded managed v0.8.0
7172026-07-08T02:24:20.218Z Downloaded impl-trait-for-tuples v0.2.3
7182026-07-08T02:24:20.218Z Downloaded ident_case v1.0.1
7192026-07-08T02:24:20.218Z Downloaded fatfs v0.3.6
7202026-07-08T02:24:20.222Z Downloaded lzss v0.8.2
7212026-07-08T02:24:20.222Z Downloaded linked-hash-map v0.5.6
7222026-07-08T02:24:20.225Z Downloaded indoc v2.0.7
7232026-07-08T02:24:20.229Z Downloaded new_debug_unreachable v1.0.6
7242026-07-08T02:24:20.229Z Downloaded ar_archive_writer v0.5.1
7252026-07-08T02:24:20.229Z Downloaded ipnet v2.11.0
7262026-07-08T02:24:20.232Z Downloaded ingot-types v0.1.2
7272026-07-08T02:24:20.232Z Downloaded mime v0.3.17
7282026-07-08T02:24:20.232Z Downloaded memoffset v0.9.1
7292026-07-08T02:24:20.235Z Downloaded ingot v0.1.1
7302026-07-08T02:24:20.235Z Downloaded multimap v0.10.1
7312026-07-08T02:24:20.236Z Downloaded derive_more v0.99.20
7322026-07-08T02:24:20.239Z Downloaded ipnetwork v0.21.1
7332026-07-08T02:24:20.242Z Downloaded hmac v0.13.0
7342026-07-08T02:24:20.246Z Downloaded generic-array v1.4.3
7352026-07-08T02:24:20.246Z Downloaded libloading v0.8.9
7362026-07-08T02:24:20.249Z Downloaded hybrid-array v0.4.13
7372026-07-08T02:24:20.249Z Downloaded httparse v1.10.1
7382026-07-08T02:24:20.256Z Downloaded getrandom v0.3.4
7392026-07-08T02:24:20.256Z Downloaded newtype_derive v0.1.6
7402026-07-08T02:24:20.256Z Downloaded normalize-line-endings v0.3.0
7412026-07-08T02:24:20.256Z Downloaded keccak v0.2.0
7422026-07-08T02:24:20.256Z Downloaded nibble_vec v0.1.0
7432026-07-08T02:24:20.256Z Downloaded jobserver v0.1.34
7442026-07-08T02:24:20.260Z Downloaded keccak v0.1.6
7452026-07-08T02:24:20.260Z Downloaded nodrop v0.1.14
7462026-07-08T02:24:20.260Z Downloaded num-conv v0.2.0
7472026-07-08T02:24:20.260Z Downloaded num v0.4.3
7482026-07-08T02:24:20.263Z Downloaded nonempty v0.12.0
7492026-07-08T02:24:20.263Z Downloaded iana-time-zone v0.1.65
7502026-07-08T02:24:20.266Z Downloaded num_enum_derive v0.5.11
7512026-07-08T02:24:20.266Z Downloaded crypto-bigint v0.5.5
7522026-07-08T02:24:20.271Z Downloaded hyper-rustls v0.27.7
7532026-07-08T02:24:20.272Z Downloaded linear-map v1.2.0
7542026-07-08T02:24:20.272Z Downloaded const_format v0.2.35
7552026-07-08T02:24:20.276Z Downloaded elliptic-curve v0.13.8
7562026-07-08T02:24:20.276Z Downloaded fs_extra v1.3.0
7572026-07-08T02:24:20.279Z Downloaded newtype-uuid-macros v0.1.0
7582026-07-08T02:24:20.279Z Downloaded newline-converter v0.3.0
7592026-07-08T02:24:20.282Z Downloaded libsw-core v0.3.2
7602026-07-08T02:24:20.282Z Downloaded num-iter v0.1.45
7612026-07-08T02:24:20.285Z Downloaded num-derive v0.4.2
7622026-07-08T02:24:20.290Z Downloaded lock_api v0.4.14
7632026-07-08T02:24:20.290Z Downloaded libsw v3.5.0
7642026-07-08T02:24:20.290Z Downloaded half v2.7.1
7652026-07-08T02:24:20.293Z Downloaded num-derive v0.3.3
7662026-07-08T02:24:20.306Z Downloaded opaque-debug v0.3.1
7672026-07-08T02:24:20.309Z Downloaded openssl-probe v0.1.6
7682026-07-08T02:24:20.310Z Downloaded olpc-cjson v0.1.4
7692026-07-08T02:24:20.310Z Downloaded hmac v0.12.1
7702026-07-08T02:24:20.313Z Downloaded multer v3.1.0
7712026-07-08T02:24:20.313Z Downloaded flume v0.11.1
7722026-07-08T02:24:20.316Z Downloaded num_threads v0.1.7
7732026-07-08T02:24:20.316Z Downloaded nanorand v0.7.0
7742026-07-08T02:24:20.319Z Downloaded derive-where v1.6.0
7752026-07-08T02:24:20.322Z Downloaded oso-derive v0.27.3
7762026-07-08T02:24:20.322Z Downloaded openssl-probe v0.2.1
7772026-07-08T02:24:20.322Z Downloaded native-tls v0.2.18
7782026-07-08T02:24:20.325Z Downloaded openssl-macros v0.1.1
7792026-07-08T02:24:20.325Z Downloaded futures v0.3.32
7802026-07-08T02:24:20.329Z Downloaded bytes v1.11.1
7812026-07-08T02:24:20.332Z Downloaded nu-ansi-term v0.50.3
7822026-07-08T02:24:20.332Z Downloaded newtype-uuid v1.3.2
7832026-07-08T02:24:20.332Z Downloaded parse-size v1.1.0
7842026-07-08T02:24:20.335Z Downloaded packed_struct_codegen v0.10.1
7852026-07-08T02:24:20.335Z Downloaded libefi-sys v0.1.0
7862026-07-08T02:24:20.335Z Downloaded module-lattice v0.2.3
7872026-07-08T02:24:20.340Z Downloaded ingot-macros v0.1.1
7882026-07-08T02:24:20.340Z Downloaded peg-runtime v0.8.5
7892026-07-08T02:24:20.340Z Downloaded parse-display v0.10.0
7902026-07-08T02:24:20.340Z Downloaded path-slash v0.1.5
7912026-07-08T02:24:20.340Z Downloaded arc-swap v1.8.2
7922026-07-08T02:24:20.344Z Downloaded base64 v0.21.7
7932026-07-08T02:24:20.347Z Downloaded percent-encoding v2.3.2
7942026-07-08T02:24:20.347Z Downloaded password-hash v0.6.1
7952026-07-08T02:24:20.347Z Downloaded litemap v0.8.1
7962026-07-08T02:24:20.350Z Downloaded num-complex v0.4.6
7972026-07-08T02:24:20.350Z Downloaded cc v1.2.56
7982026-07-08T02:24:20.353Z Downloaded num-rational v0.4.2
7992026-07-08T02:24:20.356Z Downloaded icu_provider v2.1.1
8002026-07-08T02:24:20.356Z Downloaded num_enum_derive v0.7.6
8012026-07-08T02:24:20.359Z Downloaded ignore v0.4.25
8022026-07-08T02:24:20.362Z Downloaded elliptic-curve v0.14.0-rc.33
8032026-07-08T02:24:20.365Z Downloaded num_enum v0.7.6
8042026-07-08T02:24:20.369Z Downloaded ml-kem v0.3.2
8052026-07-08T02:24:20.373Z Downloaded indexmap v1.9.3
8062026-07-08T02:24:20.373Z Downloaded headers v0.4.1
8072026-07-08T02:24:20.376Z Downloaded phf_shared v0.11.3
8082026-07-08T02:24:20.376Z Downloaded phf_shared v0.12.1
8092026-07-08T02:24:20.379Z Downloaded memmap2 v0.9.10
8102026-07-08T02:24:20.379Z Downloaded der v0.7.10
8112026-07-08T02:24:20.382Z Downloaded phf_shared v0.13.1
8122026-07-08T02:24:20.382Z Downloaded flate2 v1.1.9
8132026-07-08T02:24:20.385Z Downloaded heapless v0.8.0
8142026-07-08T02:24:20.392Z Downloaded mime_guess v2.0.5
8152026-07-08T02:24:20.403Z Downloaded powerfmt v0.2.0
8162026-07-08T02:24:20.406Z Downloaded oxnet v0.1.6
8172026-07-08T02:24:20.413Z Downloaded potential_utf v0.1.4
8182026-07-08T02:24:20.418Z Downloaded precomputed-hash v0.1.1
8192026-07-08T02:24:20.421Z Downloaded password-hash v0.5.0
8202026-07-08T02:24:20.421Z Downloaded predicates-core v1.0.10
8212026-07-08T02:24:20.421Z Downloaded icu_locale_core v2.1.1
8222026-07-08T02:24:20.426Z Downloaded packed_struct v0.10.1
8232026-07-08T02:24:20.429Z Downloaded icu_normalizer_data v2.1.1
8242026-07-08T02:24:20.432Z Downloaded icu_normalizer v2.1.1
8252026-07-08T02:24:20.435Z Downloaded num-integer v0.1.46
8262026-07-08T02:24:20.438Z Downloaded pem-rfc7468 v0.7.0
8272026-07-08T02:24:20.438Z Downloaded peg-macros v0.8.5
8282026-07-08T02:24:20.441Z Downloaded paste v1.0.15
8292026-07-08T02:24:20.441Z Downloaded parse-display-derive v0.10.0
8302026-07-08T02:24:20.444Z Downloaded num_enum v0.5.11
8312026-07-08T02:24:20.447Z Downloaded psl-types v2.0.11
8322026-07-08T02:24:20.447Z Downloaded progenitor-macro v0.13.0
8332026-07-08T02:24:20.447Z Downloaded proc-macro-crate v1.3.1
8342026-07-08T02:24:20.450Z Downloaded progenitor-client v0.14.0
8352026-07-08T02:24:20.451Z Downloaded proc-macro-error-attr2 v2.0.0
8362026-07-08T02:24:20.451Z Downloaded pem v3.0.6
8372026-07-08T02:24:20.451Z Downloaded indicatif v0.18.4
8382026-07-08T02:24:20.455Z Downloaded icu_properties v2.1.2
8392026-07-08T02:24:20.458Z Downloaded peg v0.8.5
8402026-07-08T02:24:20.458Z Downloaded litrs v1.0.0
8412026-07-08T02:24:20.461Z Downloaded pkg-config v0.3.32
8422026-07-08T02:24:20.461Z Downloaded ed25519-dalek v3.0.0-rc.0
8432026-07-08T02:24:20.466Z Downloaded crossterm v0.28.1
8442026-07-08T02:24:20.470Z Downloaded progenitor-macro v0.14.0
8452026-07-08T02:24:20.470Z Downloaded hickory-resolver v0.25.2
8462026-07-08T02:24:20.473Z Downloaded derive_more-impl v2.1.1
8472026-07-08T02:24:20.476Z Downloaded polyval v0.7.1
8482026-07-08T02:24:20.476Z Downloaded derive_more v2.1.1
8492026-07-08T02:24:20.482Z Downloaded quick-error v1.2.3
8502026-07-08T02:24:20.485Z Downloaded phc v0.6.1
8512026-07-08T02:24:20.485Z Downloaded owo-colors v4.3.0
8522026-07-08T02:24:20.488Z Downloaded radium v0.7.0
8532026-07-08T02:24:20.488Z Downloaded phf v0.13.1
8542026-07-08T02:24:20.488Z Downloaded pkcs8 v0.10.2
8552026-07-08T02:24:20.491Z Downloaded pin-project-internal v1.1.11
8562026-07-08T02:24:20.491Z Downloaded bindgen v0.71.1
8572026-07-08T02:24:20.497Z Downloaded parking_lot v0.11.2
8582026-07-08T02:24:20.500Z Downloaded predicates v3.1.4
8592026-07-08T02:24:20.500Z Downloaded pbkdf2 v0.13.0
8602026-07-08T02:24:20.500Z Downloaded oxide-tokio-rt v0.1.4
8612026-07-08T02:24:20.503Z Downloaded bumpalo v3.20.2
8622026-07-08T02:24:20.506Z Downloaded poly1305 v0.8.0
8632026-07-08T02:24:20.506Z Downloaded pin-project-lite v0.2.17
8642026-07-08T02:24:20.510Z Downloaded expectorate v1.2.0
8652026-07-08T02:24:20.513Z Downloaded rand_chacha v0.3.1
8662026-07-08T02:24:20.513Z Downloaded recursive v0.1.1
8672026-07-08T02:24:20.513Z Downloaded proc-macro-error2 v2.0.1
8682026-07-08T02:24:20.516Z Downloaded primeorder v0.14.0-rc.10
8692026-07-08T02:24:20.516Z Downloaded progenitor-extras v0.2.0
8702026-07-08T02:24:20.516Z Downloaded ref-cast v1.0.25
8712026-07-08T02:24:20.519Z Downloaded rand_xorshift v0.4.0
8722026-07-08T02:24:20.519Z Downloaded ref-cast-impl v1.0.25
8732026-07-08T02:24:20.522Z Downloaded primefield v0.14.0
8742026-07-08T02:24:20.522Z Downloaded ppv-lite86 v0.2.21
8752026-07-08T02:24:20.522Z Downloaded num-traits v0.2.19
8762026-07-08T02:24:20.526Z Downloaded primeorder v0.13.6
8772026-07-08T02:24:20.526Z Downloaded pkcs8 v0.11.0
8782026-07-08T02:24:20.529Z Downloaded libbz2-rs-sys v0.2.2
8792026-07-08T02:24:20.532Z Downloaded pkcs1 v0.8.0-rc.4
8802026-07-08T02:24:20.532Z Downloaded pkcs1 v0.7.5
8812026-07-08T02:24:20.535Z Downloaded psm v0.1.30
8822026-07-08T02:24:20.535Z Downloaded poly1305 v0.9.0
8832026-07-08T02:24:20.538Z Downloaded hickory-resolver v0.24.4
8842026-07-08T02:24:20.541Z Downloaded omicron-zone-package v0.12.3
8852026-07-08T02:24:20.545Z Downloaded miniz_oxide v0.8.9
8862026-07-08T02:24:20.547Z Downloaded r2d2 v0.8.10
8872026-07-08T02:24:20.551Z Downloaded rfc6979 v0.5.0
8882026-07-08T02:24:20.551Z Downloaded icu_collections v2.1.1
8892026-07-08T02:24:20.555Z Downloaded rustc_version v0.4.1
8902026-07-08T02:24:20.555Z Downloaded russh-util v0.52.0
8912026-07-08T02:24:20.555Z Downloaded progenitor-client v0.13.0
8922026-07-08T02:24:20.558Z Downloaded rand_core v0.10.0
8932026-07-08T02:24:20.559Z Downloaded rand_core v0.9.5
8942026-07-08T02:24:20.559Z Downloaded diesel_derives v2.3.7
8952026-07-08T02:24:20.562Z Downloaded progenitor v0.14.0
8962026-07-08T02:24:20.565Z Downloaded rustc_version v0.1.7
8972026-07-08T02:24:20.565Z Downloaded rustc-hash v2.1.1
8982026-07-08T02:24:20.565Z Downloaded papergrid v0.17.0
8992026-07-08T02:24:20.568Z Downloaded heapless v0.7.17
9002026-07-08T02:24:20.571Z Downloaded rtoolbox v0.0.3
9012026-07-08T02:24:20.571Z Downloaded rfc6979 v0.4.0
9022026-07-08T02:24:20.575Z Downloaded progenitor v0.13.0
9032026-07-08T02:24:20.575Z Downloaded aes v0.9.1
9042026-07-08T02:24:20.578Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-07-08T02:24:20.578Z Downloaded predicates-tree v1.0.13
9062026-07-08T02:24:20.578Z Downloaded pem-rfc7468 v1.0.0
9072026-07-08T02:24:20.582Z Downloaded parking_lot_core v0.8.6
9082026-07-08T02:24:20.582Z Downloaded parking_lot v0.12.5
9092026-07-08T02:24:20.588Z Downloaded hashbrown v0.12.3
9102026-07-08T02:24:20.591Z Downloaded oso v0.27.3
9112026-07-08T02:24:20.595Z Downloaded hashbrown v0.13.2
9122026-07-08T02:24:20.598Z Downloaded rand_core v0.6.4
9132026-07-08T02:24:20.598Z Downloaded postgres-types v0.2.12
9142026-07-08T02:24:20.601Z Downloaded rand_seeder v0.4.0
9152026-07-08T02:24:20.604Z Downloaded scheduled-thread-pool v0.2.7
9162026-07-08T02:24:20.607Z Downloaded sapling-renderdag v0.1.0
9172026-07-08T02:24:20.607Z Downloaded same-file v1.0.6
9182026-07-08T02:24:20.607Z Downloaded rand_chacha v0.9.0
9192026-07-08T02:24:20.610Z Downloaded resolv-conf v0.7.6
9202026-07-08T02:24:20.613Z Downloaded jiff-static v0.2.21
9212026-07-08T02:24:20.616Z Downloaded postcard v1.1.3
9222026-07-08T02:24:20.616Z Downloaded minimal-lexical v0.2.1
9232026-07-08T02:24:20.621Z Downloaded parking_lot_core v0.9.12
9242026-07-08T02:24:20.624Z Downloaded scopeguard v1.2.0
9252026-07-08T02:24:20.627Z Downloaded scroll_derive v0.13.1
9262026-07-08T02:24:20.631Z Downloaded http v1.4.2
9272026-07-08T02:24:20.631Z Downloaded crossterm v0.29.0
9282026-07-08T02:24:20.635Z Downloaded serde_urlencoded v0.7.1
9292026-07-08T02:24:20.638Z Downloaded semver v0.1.20
9302026-07-08T02:24:20.638Z Downloaded serde_spanned v1.1.1
9312026-07-08T02:24:20.638Z Downloaded serde_plain v1.0.2
9322026-07-08T02:24:20.641Z Downloaded serde-big-array v0.5.1
9332026-07-08T02:24:20.641Z Downloaded phf v0.12.1
9342026-07-08T02:24:20.644Z Downloaded aes-gcm v0.11.0
9352026-07-08T02:24:20.644Z Downloaded seq-macro v0.3.6
9362026-07-08T02:24:20.647Z Downloaded secrecy v0.10.3
9372026-07-08T02:24:20.647Z Downloaded prefix-trie v0.7.0
9382026-07-08T02:24:20.650Z Downloaded quinn-udp v0.5.14
9392026-07-08T02:24:20.650Z Downloaded p384 v0.14.0-rc.10
9402026-07-08T02:24:20.653Z Downloaded secrecy v0.8.0
9412026-07-08T02:24:20.653Z Downloaded russh-cryptovec v0.61.0
9422026-07-08T02:24:20.656Z Downloaded serde_bytes v0.11.19
9432026-07-08T02:24:20.656Z Downloaded sha1 v0.10.6
9442026-07-08T02:24:20.659Z Downloaded pin-project v1.1.11
9452026-07-08T02:24:20.664Z Downloaded sha1 v0.11.0
9462026-07-08T02:24:20.667Z Downloaded signature v3.0.0
9472026-07-08T02:24:20.667Z Downloaded openssl-sys v0.9.115
9482026-07-08T02:24:20.670Z Downloaded serde_repr v0.1.20
9492026-07-08T02:24:20.673Z Downloaded rusty-fork v0.3.1
9502026-07-08T02:24:20.678Z Downloaded postgres-protocol v0.6.10
9512026-07-08T02:24:20.678Z Downloaded progenitor-impl v0.14.0
9522026-07-08T02:24:20.683Z Downloaded rustls-pemfile v2.2.0
9532026-07-08T02:24:20.683Z Downloaded pkcs5 v0.8.1
9542026-07-08T02:24:20.683Z Downloaded p256 v0.14.0-rc.10
9552026-07-08T02:24:20.686Z Downloaded slog-bunyan v2.5.0
9562026-07-08T02:24:20.686Z Downloaded signal-hook-tokio v0.3.1
9572026-07-08T02:24:20.686Z Downloaded signal-hook-mio v0.2.5
9582026-07-08T02:24:20.690Z Downloaded sigpipe v0.1.3
9592026-07-08T02:24:20.690Z Downloaded signature v2.2.0
9602026-07-08T02:24:20.693Z Downloaded internal-russh-num-bigint v0.5.0
9612026-07-08T02:24:20.693Z Downloaded hickory-server v0.25.2
9622026-07-08T02:24:20.696Z Downloaded shell-words v1.1.1
9632026-07-08T02:24:20.696Z Downloaded sec1 v0.7.3
9642026-07-08T02:24:20.699Z Downloaded siphasher v1.0.2
9652026-07-08T02:24:20.699Z Downloaded scrypt v0.12.0
9662026-07-08T02:24:20.703Z Downloaded scroll v0.13.0
9672026-07-08T02:24:20.703Z Downloaded rustversion v1.0.22
9682026-07-08T02:24:20.706Z Downloaded der v0.8.0
9692026-07-08T02:24:20.710Z Downloaded slog-envlogger v2.2.0
9702026-07-08T02:24:20.713Z Downloaded hyper-util v0.1.20
9712026-07-08T02:24:20.718Z Downloaded serde_path_to_error v0.1.20
9722026-07-08T02:24:20.721Z Downloaded schemars_derive v0.8.22
9732026-07-08T02:24:20.721Z Downloaded ed25519-dalek v2.2.0
9742026-07-08T02:24:20.726Z Downloaded dropshot-api-manager v0.7.2
9752026-07-08T02:24:20.729Z Downloaded rustls-pki-types v1.14.0
9762026-07-08T02:24:20.734Z Downloaded serde_derive_internals v0.29.1
9772026-07-08T02:24:20.740Z Downloaded serdect v0.4.3
9782026-07-08T02:24:20.744Z Downloaded sqlparser_derive v0.5.0
9792026-07-08T02:24:20.744Z Downloaded aho-corasick v1.1.4
9802026-07-08T02:24:20.747Z Downloaded serde_with_macros v1.5.2
9812026-07-08T02:24:20.747Z Downloaded strsim v0.10.0
9822026-07-08T02:24:20.747Z Downloaded hashbrown v0.16.1
9832026-07-08T02:24:20.750Z Downloaded serde-hex v0.1.0
9842026-07-08T02:24:20.753Z Downloaded progenitor-impl v0.13.0
9852026-07-08T02:24:20.753Z Downloaded crypto-primes v0.7.2
9862026-07-08T02:24:20.756Z Downloaded itertools v0.10.5
9872026-07-08T02:24:20.760Z Downloaded stable_deref_trait v1.2.1
9882026-07-08T02:24:20.763Z Downloaded strip-ansi-escapes v0.2.1
9892026-07-08T02:24:20.766Z Downloaded rustls-native-certs v0.8.3
9902026-07-08T02:24:20.770Z Downloaded salsa20 v0.11.0
9912026-07-08T02:24:20.773Z Downloaded simd-adler32 v0.3.8
9922026-07-08T02:24:20.773Z Downloaded structmeta-derive v0.3.0
9932026-07-08T02:24:20.776Z Downloaded ron v0.8.1
9942026-07-08T02:24:20.780Z Downloaded subtle v2.6.1
9952026-07-08T02:24:20.780Z Downloaded rcgen v0.12.1
9962026-07-08T02:24:20.783Z Downloaded slog-async v2.8.0
9972026-07-08T02:24:20.783Z Downloaded pretty_assertions v1.4.1
9982026-07-08T02:24:20.783Z Downloaded slog-dtrace v0.3.0
9992026-07-08T02:24:20.786Z Downloaded strum v0.27.2
10002026-07-08T02:24:20.786Z Downloaded strum v0.26.3
10012026-07-08T02:24:20.786Z Downloaded smallvec v0.6.14
10022026-07-08T02:24:20.789Z Downloaded slog-stdlog v4.1.1
10032026-07-08T02:24:20.789Z Downloaded slog-scope v4.4.1
10042026-07-08T02:24:20.789Z Downloaded slab v0.4.12
10052026-07-08T02:24:20.792Z Downloaded tabled_derive v0.11.0
10062026-07-08T02:24:20.792Z Downloaded sync-ptr v0.1.4
10072026-07-08T02:24:20.792Z Downloaded supports-color v3.0.2
10082026-07-08T02:24:20.795Z Downloaded serde_cbor v0.11.2
10092026-07-08T02:24:20.798Z Downloaded rayon-core v1.13.0
10102026-07-08T02:24:20.802Z Downloaded sync_wrapper v1.0.2
10112026-07-08T02:24:20.802Z Downloaded prettyplease v0.2.37
10122026-07-08T02:24:20.805Z Downloaded slog-json v2.6.1
10132026-07-08T02:24:20.805Z Downloaded libxml v0.3.3
10142026-07-08T02:24:20.809Z Downloaded tagptr v0.2.0
10152026-07-08T02:24:20.812Z Downloaded sha2 v0.11.0
10162026-07-08T02:24:20.817Z Downloaded tabwriter v1.4.1
10172026-07-08T02:24:20.817Z Downloaded spki v0.8.0
10182026-07-08T02:24:20.818Z Downloaded thiserror-impl-no-std v2.0.2
10192026-07-08T02:24:20.820Z Downloaded testing_table v0.3.0
10202026-07-08T02:24:20.820Z Downloaded slog-term v2.9.2
10212026-07-08T02:24:20.820Z Downloaded take_mut v0.2.2
10222026-07-08T02:24:20.821Z Downloaded ryu v1.0.23
10232026-07-08T02:24:20.825Z Downloaded structmeta v0.3.0
10242026-07-08T02:24:20.825Z Downloaded sec1 v0.8.1
10252026-07-08T02:24:20.828Z Downloaded hashbrown v0.15.5
10262026-07-08T02:24:20.831Z Downloaded stacker v0.1.23
10272026-07-08T02:24:20.831Z Downloaded thread-id v5.1.0
10282026-07-08T02:24:20.834Z Downloaded static_assertions v1.1.0
10292026-07-08T02:24:20.834Z Downloaded quinn v0.11.9
10302026-07-08T02:24:20.837Z Downloaded termtree v0.5.1
10312026-07-08T02:24:20.837Z Downloaded string_cache v0.8.9
10322026-07-08T02:24:20.840Z Downloaded time-core v0.1.8
10332026-07-08T02:24:20.840Z Downloaded sqlformat v0.3.5
10342026-07-08T02:24:20.843Z Downloaded strum_macros v0.27.2
10352026-07-08T02:24:20.843Z Downloaded serde_with_macros v3.17.0
10362026-07-08T02:24:20.846Z Downloaded smf v0.2.3
10372026-07-08T02:24:20.846Z Downloaded ssh-cipher v0.3.0-rc.9
10382026-07-08T02:24:20.850Z Downloaded shlex v1.3.0
10392026-07-08T02:24:20.853Z Downloaded snafu-derive v0.8.9
10402026-07-08T02:24:20.857Z Downloaded num-bigint v0.4.6
10412026-07-08T02:24:20.860Z Downloaded tokio-macros v2.7.0
10422026-07-08T02:24:20.860Z Downloaded rustls-platform-verifier v0.6.2
10432026-07-08T02:24:20.863Z Downloaded ssh-encoding v0.3.0-rc.9
10442026-07-08T02:24:20.866Z Downloaded h2 v0.4.15
10452026-07-08T02:24:20.869Z Downloaded tinyvec_macros v0.1.1
10462026-07-08T02:24:20.874Z Downloaded signal-hook-registry v1.4.8
10472026-07-08T02:24:20.874Z Downloaded spki v0.7.3
10482026-07-08T02:24:20.874Z Downloaded schemars v0.8.22
10492026-07-08T02:24:20.880Z Downloaded topological-sort v0.2.2
10502026-07-08T02:24:20.882Z Downloaded tap v1.0.1
10512026-07-08T02:24:20.883Z Downloaded strum_macros v0.24.3
10522026-07-08T02:24:20.885Z Downloaded nom v7.1.3
10532026-07-08T02:24:20.888Z Downloaded thread_local v1.1.9
10542026-07-08T02:24:20.891Z Downloaded tokio-test v0.4.5
10552026-07-08T02:24:20.891Z Downloaded blake3 v1.8.5
10562026-07-08T02:24:20.897Z Downloaded tower-layer v0.3.3
10572026-07-08T02:24:20.901Z Downloaded thiserror-no-std v2.0.2
10582026-07-08T02:24:20.904Z Downloaded termios v0.3.3
10592026-07-08T02:24:20.904Z Downloaded smallvec v1.15.1
10602026-07-08T02:24:20.904Z Downloaded rsa v0.9.10
10612026-07-08T02:24:20.907Z Downloaded unarray v0.1.4
10622026-07-08T02:24:20.910Z Downloaded try-lock v0.2.5
10632026-07-08T02:24:20.910Z Downloaded trait-variant v0.1.2
10642026-07-08T02:24:20.910Z Downloaded tiny-keccak v2.0.2
10652026-07-08T02:24:20.913Z Downloaded typify-macro v0.6.2
10662026-07-08T02:24:20.913Z Downloaded qorb v0.4.1
10672026-07-08T02:24:20.916Z Downloaded spin v0.9.8
10682026-07-08T02:24:20.919Z Downloaded stringprep v0.1.5
10692026-07-08T02:24:20.919Z Downloaded tower-service v0.3.3
10702026-07-08T02:24:20.919Z Downloaded publicsuffix v2.3.0
10712026-07-08T02:24:20.922Z Downloaded socket2 v0.5.10
10722026-07-08T02:24:20.922Z Downloaded tokio-dtrace v0.1.1
10732026-07-08T02:24:20.925Z Downloaded synstructure v0.13.2
10742026-07-08T02:24:20.925Z Downloaded mio v1.2.0
10752026-07-08T02:24:20.928Z Downloaded untrusted v0.9.0
10762026-07-08T02:24:20.931Z Downloaded universal-hash v0.6.1
10772026-07-08T02:24:20.931Z Downloaded universal-hash v0.5.1
10782026-07-08T02:24:20.931Z Downloaded unit-prefix v0.5.2
10792026-07-08T02:24:20.933Z Downloaded unicode-xid v0.2.6
10802026-07-08T02:24:20.934Z Downloaded unicode-truncate v1.1.0
10812026-07-08T02:24:20.934Z Downloaded tls_codec_derive v0.4.2
10822026-07-08T02:24:20.937Z Downloaded tokio-native-tls v0.3.1
10832026-07-08T02:24:20.937Z Downloaded itertools v0.12.1
10842026-07-08T02:24:20.940Z Downloaded rustls-webpki v0.103.13
10852026-07-08T02:24:20.943Z Downloaded serde_yaml v0.9.34+deprecated
10862026-07-08T02:24:20.946Z Downloaded tinystr v0.8.2
10872026-07-08T02:24:20.949Z Downloaded hyper v1.10.1
10882026-07-08T02:24:20.952Z Downloaded utf-8 v0.7.6
10892026-07-08T02:24:20.952Z Downloaded usdt-attr-macro v0.6.0
10902026-07-08T02:24:20.954Z Downloaded usdt v0.6.0
10912026-07-08T02:24:20.954Z Downloaded strum_macros v0.26.4
10922026-07-08T02:24:20.955Z Downloaded slog v2.8.2
10932026-07-08T02:24:20.957Z Downloaded usdt-macro v0.6.0
10942026-07-08T02:24:20.958Z Downloaded num-bigint-dig v0.8.6
10952026-07-08T02:24:20.960Z Downloaded utf8_iter v1.0.4
10962026-07-08T02:24:20.963Z Downloaded iri-string v0.7.10
10972026-07-08T02:24:20.966Z Downloaded support-bundle-viewer v0.1.2
10982026-07-08T02:24:20.969Z Downloaded p521 v0.14.0-rc.10
10992026-07-08T02:24:20.971Z Downloaded tui-tree-widget v0.23.1
11002026-07-08T02:24:20.971Z Downloaded tokio-tungstenite v0.23.1
11012026-07-08T02:24:20.971Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11022026-07-08T02:24:20.974Z Downloaded tokio-tungstenite v0.21.0
11032026-07-08T02:24:20.974Z Downloaded toml_writer v1.1.1+spec-1.1.0
11042026-07-08T02:24:20.977Z Downloaded similar v2.7.0
11052026-07-08T02:24:20.981Z Downloaded void v1.0.2
11062026-07-08T02:24:20.981Z Downloaded icu_properties_data v2.1.2
11072026-07-08T02:24:20.985Z Downloaded term v0.7.0
11082026-07-08T02:24:20.988Z Downloaded subprocess v0.2.15
11092026-07-08T02:24:20.990Z Downloaded rsa v0.10.0-rc.18
11102026-07-08T02:24:20.993Z Downloaded snafu v0.8.9
11112026-07-08T02:24:20.997Z Downloaded tls_codec v0.4.2
11122026-07-08T02:24:21.000Z Downloaded term v1.2.1
11132026-07-08T02:24:21.003Z Downloaded socket2 v0.6.3
11142026-07-08T02:24:21.003Z Downloaded futures-util v0.3.32
11152026-07-08T02:24:21.009Z Downloaded want v0.3.1
11162026-07-08T02:24:21.014Z Downloaded bitvec v1.0.1
11172026-07-08T02:24:21.018Z Downloaded waitgroup v0.1.2
11182026-07-08T02:24:21.021Z Downloaded rand v0.9.2
11192026-07-08T02:24:21.024Z Downloaded wait-timeout v0.2.1
11202026-07-08T02:24:21.024Z Downloaded test-strategy v0.4.5
11212026-07-08T02:24:21.026Z Downloaded untrusted v0.7.1
11222026-07-08T02:24:21.027Z Downloaded aws-lc-rs v1.16.3
11232026-07-08T02:24:21.031Z Downloaded itertools v0.13.0
11242026-07-08T02:24:21.035Z Downloaded yoke-derive v0.8.1
11252026-07-08T02:24:21.038Z Downloaded hkdf v0.13.0
11262026-07-08T02:24:21.038Z Downloaded tokio-stream v0.1.18
11272026-07-08T02:24:21.041Z Downloaded tokio-rustls v0.26.4
11282026-07-08T02:24:21.044Z Downloaded signal-hook v0.3.18
11292026-07-08T02:24:21.047Z Downloaded schemars v0.9.0
11302026-07-08T02:24:21.051Z Downloaded zerofrom-derive v0.1.6
11312026-07-08T02:24:21.054Z Downloaded zerofrom v0.1.6
11322026-07-08T02:24:21.054Z Downloaded vergen-git2 v9.1.0
11332026-07-08T02:24:21.054Z Downloaded vergen-lib v9.1.0
11342026-07-08T02:24:21.057Z Downloaded vergen-lib v0.1.6
11352026-07-08T02:24:21.057Z Downloaded xshell-macros v0.2.7
11362026-07-08T02:24:21.057Z Downloaded zone_cfg_derive v0.3.1
11372026-07-08T02:24:21.057Z Downloaded xattr v1.6.1
11382026-07-08T02:24:21.060Z Downloaded usdt-impl v0.6.0
11392026-07-08T02:24:21.060Z Downloaded libm v0.2.16
11402026-07-08T02:24:21.064Z Downloaded zone v0.3.1
11412026-07-08T02:24:21.067Z Downloaded uzers v0.12.2
11422026-07-08T02:24:21.067Z Downloaded zeroize_derive v1.4.3
11432026-07-08T02:24:21.067Z Downloaded toml_parser v1.1.2+spec-1.1.0
11442026-07-08T02:24:21.070Z Downloaded rand v0.10.1
11452026-07-08T02:24:21.073Z Downloaded walkdir v2.5.0
11462026-07-08T02:24:21.073Z Downloaded vergen-gitcl v1.0.8
11472026-07-08T02:24:21.076Z Downloaded whoami v1.6.1
11482026-07-08T02:24:21.076Z Downloaded wyz v0.5.1
11492026-07-08T02:24:21.076Z Downloaded chrono v0.4.44
11502026-07-08T02:24:21.080Z Downloaded unicode-properties v0.1.4
11512026-07-08T02:24:21.082Z Downloaded rand v0.8.6
11522026-07-08T02:24:21.085Z Downloaded samael v0.0.19
11532026-07-08T02:24:21.088Z Downloaded whoami v2.1.0
11542026-07-08T02:24:21.088Z Downloaded unicase v2.9.0
11552026-07-08T02:24:21.091Z Downloaded toml v0.7.8
11562026-07-08T02:24:21.091Z Downloaded twox-hash v2.1.2
11572026-07-08T02:24:21.094Z Downloaded tracing-attributes v0.1.31
11582026-07-08T02:24:21.094Z Downloaded writeable v0.6.2
11592026-07-08T02:24:21.097Z Downloaded tinyvec v1.10.0
11602026-07-08T02:24:21.097Z Downloaded rustyline v14.0.0
11612026-07-08T02:24:21.100Z Downloaded time-macros v0.2.27
11622026-07-08T02:24:21.103Z Downloaded itertools v0.14.0
11632026-07-08T02:24:21.106Z Downloaded xshell v0.2.7
11642026-07-08T02:24:21.109Z Downloaded idna v1.1.0
11652026-07-08T02:24:21.112Z Downloaded zeroize v1.8.2
11662026-07-08T02:24:21.112Z Downloaded tungstenite v0.21.0
11672026-07-08T02:24:21.116Z Downloaded nom v8.0.0
11682026-07-08T02:24:21.120Z Downloaded yoke v0.8.1
11692026-07-08T02:24:21.123Z Downloaded typify v0.6.2
11702026-07-08T02:24:21.126Z Downloaded zstd v0.13.3
11712026-07-08T02:24:21.129Z Downloaded vsss-rs v3.3.4
11722026-07-08T02:24:21.132Z Downloaded vergen v9.1.0
11732026-07-08T02:24:21.135Z Downloaded unicode-bidi v0.3.18
11742026-07-08T02:24:21.135Z Downloaded schemars v1.2.1
11752026-07-08T02:24:21.142Z Downloaded tar v0.4.45
11762026-07-08T02:24:21.145Z Downloaded iddqd v0.4.2
11772026-07-08T02:24:21.149Z Downloaded hkdf v0.12.4
11782026-07-08T02:24:21.152Z Downloaded toml v1.1.2+spec-1.1.0
11792026-07-08T02:24:21.156Z Downloaded steno v0.4.1
11802026-07-08T02:24:21.159Z Downloaded serde_with v1.14.0
11812026-07-08T02:24:21.163Z Downloaded yasna v0.5.2
11822026-07-08T02:24:21.166Z Downloaded zerocopy v0.6.6
11832026-07-08T02:24:21.171Z Downloaded zerovec-derive v0.11.2
11842026-07-08T02:24:21.173Z Downloaded uuid v1.23.4
11852026-07-08T02:24:21.181Z Downloaded vte v0.14.1
11862026-07-08T02:24:21.184Z Downloaded rpassword v7.4.0
11872026-07-08T02:24:21.184Z Downloaded p384 v0.13.1
11882026-07-08T02:24:21.190Z Downloaded zstd-safe v7.2.4
11892026-07-08T02:24:21.193Z Downloaded git2 v0.20.4
11902026-07-08T02:24:21.196Z Downloaded reedline v0.40.0
11912026-07-08T02:24:21.201Z Downloaded tracing-core v0.1.36
11922026-07-08T02:24:21.204Z Downloaded reqwest v0.12.28
11932026-07-08T02:24:21.219Z Downloaded portable-atomic v1.13.1
11942026-07-08T02:24:21.224Z Downloaded reqwest v0.13.2
11952026-07-08T02:24:21.227Z Downloaded unsafe-libyaml v0.2.11
11962026-07-08T02:24:21.238Z Downloaded zopfli v0.8.3
11972026-07-08T02:24:21.241Z Downloaded tungstenite v0.23.0
11982026-07-08T02:24:21.244Z Downloaded regex v1.12.3
11992026-07-08T02:24:21.247Z Downloaded url v2.5.8
12002026-07-08T02:24:21.249Z Downloaded goblin v0.10.5
12012026-07-08T02:24:21.252Z Downloaded quick-xml v0.37.5
12022026-07-08T02:24:21.267Z Downloaded zip v0.6.6
12032026-07-08T02:24:21.270Z Downloaded yansi v1.0.1
12042026-07-08T02:24:21.273Z Downloaded unicode_categories v0.1.1
12052026-07-08T02:24:21.277Z Downloaded moka v0.12.13
12062026-07-08T02:24:21.281Z Downloaded zerotrie v0.2.3
12072026-07-08T02:24:21.284Z Downloaded tokio-postgres v0.7.16
12082026-07-08T02:24:21.290Z Downloaded toml_edit v0.19.15
12092026-07-08T02:24:21.300Z Downloaded zerocopy-derive v0.8.40
12102026-07-08T02:24:21.305Z Downloaded lalrpop v0.19.12
12112026-07-08T02:24:21.313Z Downloaded tower v0.5.3
12122026-07-08T02:24:21.317Z Downloaded unicode-segmentation v1.12.0
12132026-07-08T02:24:21.321Z Downloaded petname v2.0.2
12142026-07-08T02:24:21.326Z Downloaded ssh-key v0.7.0-rc.10
12152026-07-08T02:24:21.333Z Downloaded typed-path v0.9.3
12162026-07-08T02:24:21.348Z Downloaded x509-cert v0.2.5
12172026-07-08T02:24:21.352Z Downloaded tokio-util v0.7.18
12182026-07-08T02:24:21.355Z Downloaded rayon v1.11.0
12192026-07-08T02:24:21.361Z Downloaded zip v4.6.1
12202026-07-08T02:24:21.365Z Downloaded tough v0.22.0
12212026-07-08T02:24:21.370Z Downloaded crypto-bigint v0.7.5
12222026-07-08T02:24:21.379Z Downloaded proptest v1.10.0
12232026-07-08T02:24:21.391Z Downloaded unicode-normalization v0.1.25
12242026-07-08T02:24:21.406Z Downloaded tower-http v0.6.8
12252026-07-08T02:24:21.411Z Downloaded polar-core v0.27.3
12262026-07-08T02:24:21.419Z Downloaded bstr v1.12.1
12272026-07-08T02:24:21.426Z Downloaded salty v0.3.0
12282026-07-08T02:24:21.430Z Downloaded serde_with v3.17.0
12292026-07-08T02:24:21.437Z Downloaded zerovec v0.11.5
12302026-07-08T02:24:21.440Z Downloaded curve25519-dalek v5.0.0-rc.0
12312026-07-08T02:24:21.445Z Downloaded object v0.30.4
12322026-07-08T02:24:21.450Z Downloaded winnow v0.6.26
12332026-07-08T02:24:21.456Z Downloaded curve25519-dalek v4.1.3
12342026-07-08T02:24:21.471Z Downloaded winnow v1.0.3
12352026-07-08T02:24:21.478Z Downloaded regex-syntax v0.6.29
12362026-07-08T02:24:21.482Z Downloaded winnow v0.5.40
12372026-07-08T02:24:21.487Z Downloaded quinn-proto v0.11.13
12382026-07-08T02:24:21.491Z Downloaded nix v0.27.1
12392026-07-08T02:24:21.497Z Downloaded hickory-proto v0.24.4
12402026-07-08T02:24:21.506Z Downloaded russh v0.61.2
12412026-07-08T02:24:21.528Z Downloaded vcpkg v0.2.15
12422026-07-08T02:24:21.552Z Downloaded zlib-rs v0.6.2
12432026-07-08T02:24:21.555Z Downloaded nix v0.28.0
12442026-07-08T02:24:21.565Z Downloaded openssl v0.10.79
12452026-07-08T02:24:21.570Z Downloaded dropshot v0.17.1
12462026-07-08T02:24:21.579Z Downloaded time v0.3.47
12472026-07-08T02:24:21.586Z Downloaded tabled v0.20.0
12482026-07-08T02:24:21.597Z Downloaded regress v0.11.1
12492026-07-08T02:24:21.603Z Downloaded radix_trie v0.2.1
12502026-07-08T02:24:21.609Z Downloaded zerocopy v0.8.40
12512026-07-08T02:24:21.614Z Downloaded smoltcp v0.9.1
12522026-07-08T02:24:21.620Z Downloaded object v0.37.3
12532026-07-08T02:24:21.626Z Downloaded nix v0.31.2
12542026-07-08T02:24:21.633Z Downloaded diesel v2.3.7
12552026-07-08T02:24:21.645Z Downloaded smoltcp v0.11.0
12562026-07-08T02:24:21.652Z Downloaded regex-syntax v0.8.10
12572026-07-08T02:24:21.657Z Downloaded rustix v0.38.44
12582026-07-08T02:24:21.670Z Downloaded hickory-proto v0.25.2
12592026-07-08T02:24:21.679Z Downloaded rustls v0.23.41
12602026-07-08T02:24:21.685Z Downloaded openapiv3 v2.2.0
12612026-07-08T02:24:21.692Z Downloaded regress v0.10.5
12622026-07-08T02:24:21.715Z Downloaded sqlparser v0.61.0
12632026-07-08T02:24:21.733Z Downloaded fiat-crypto v0.3.0
12642026-07-08T02:24:21.744Z Downloaded tracing v0.1.44
12652026-07-08T02:24:21.757Z Downloaded sled v0.34.7
12662026-07-08T02:24:21.763Z Downloaded typify-impl v0.6.2
12672026-07-08T02:24:21.772Z Downloaded ratatui v0.29.0
12682026-07-08T02:24:21.786Z Downloaded sha3 v0.11.0
12692026-07-08T02:24:21.789Z Downloaded bzip2-sys v0.1.13+1.0.8
12702026-07-08T02:24:21.797Z Downloaded petgraph v0.6.5
12712026-07-08T02:24:21.810Z Downloaded regex-automata v0.4.14
12722026-07-08T02:24:21.836Z Downloaded csv v1.4.0
12732026-07-08T02:24:21.849Z Downloaded zerocopy-derive v0.6.6
12742026-07-08T02:24:21.855Z Downloaded chrono-tz v0.10.4
12752026-07-08T02:24:21.866Z Downloaded petgraph v0.8.3
12762026-07-08T02:24:21.880Z Downloaded jiff v0.2.21
12772026-07-08T02:24:21.892Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-07-08T02:24:21.948Z Downloaded libz-sys v1.1.24
12792026-07-08T02:24:21.971Z Downloaded sha3 v0.10.8
12802026-07-08T02:24:21.977Z Downloaded tokio v1.52.1
12812026-07-08T02:24:22.001Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-07-08T02:24:22.073Z Downloaded encoding_rs v0.8.35
12832026-07-08T02:24:22.119Z Downloaded ring v0.17.14
12842026-07-08T02:24:22.653Z Downloaded aws-lc-sys v0.40.0
12852026-07-08T02:24:22.923Z Compiling libc v0.2.185
12862026-07-08T02:24:22.923Z Compiling serde_core v1.0.228
12872026-07-08T02:24:22.923Z Compiling serde v1.0.228
12882026-07-08T02:24:22.926Z Compiling log v0.4.29
12892026-07-08T02:24:22.926Z Compiling smallvec v1.15.1
12902026-07-08T02:24:22.926Z Compiling shlex v1.3.0
12912026-07-08T02:24:22.926Z Compiling find-msvc-tools v0.1.9
12922026-07-08T02:24:22.926Z Compiling subtle v2.6.1
12932026-07-08T02:24:22.926Z Compiling scopeguard v1.2.0
12942026-07-08T02:24:23.067Z Compiling stable_deref_trait v1.2.1
12952026-07-08T02:24:23.080Z Compiling typenum v1.20.1
12962026-07-08T02:24:23.149Z Compiling serde_json v1.0.150
12972026-07-08T02:24:23.153Z Compiling portable-atomic v1.13.1
12982026-07-08T02:24:23.153Z Compiling zerocopy v0.8.40
12992026-07-08T02:24:23.189Z Compiling syn v2.0.117
13002026-07-08T02:24:23.203Z Compiling lock_api v0.4.14
13012026-07-08T02:24:23.206Z Compiling parking_lot_core v0.9.12
13022026-07-08T02:24:23.256Z Compiling pin-project-lite v0.2.17
13032026-07-08T02:24:23.275Z Compiling critical-section v1.2.0
13042026-07-08T02:24:23.313Z Compiling pkg-config v0.3.32
13052026-07-08T02:24:23.338Z Compiling libm v0.2.16
13062026-07-08T02:24:23.354Z Compiling futures-core v0.3.32
13072026-07-08T02:24:23.368Z Compiling getrandom v0.4.1
13082026-07-08T02:24:23.399Z Compiling num-traits v0.2.19
13092026-07-08T02:24:23.443Z Compiling generic-array v0.14.7
13102026-07-08T02:24:23.471Z Compiling const-oid v0.9.6
13112026-07-08T02:24:23.471Z Compiling rand_core v0.10.0
13122026-07-08T02:24:23.499Z Compiling writeable v0.6.2
13132026-07-08T02:24:23.557Z Compiling litemap v0.8.1
13142026-07-08T02:24:23.587Z Compiling percent-encoding v2.3.2
13152026-07-08T02:24:23.676Z Compiling icu_normalizer_data v2.1.1
13162026-07-08T02:24:23.719Z Compiling icu_properties_data v2.1.2
13172026-07-08T02:24:23.734Z Compiling futures-sink v0.3.32
13182026-07-08T02:24:23.761Z Compiling futures-io v0.3.32
13192026-07-08T02:24:23.791Z Compiling futures-task v0.3.32
13202026-07-08T02:24:23.820Z Compiling slab v0.4.12
13212026-07-08T02:24:23.833Z Compiling rustversion v1.0.22
13222026-07-08T02:24:23.861Z Compiling futures-channel v0.3.32
13232026-07-08T02:24:23.876Z Compiling utf8_iter v1.0.4
13242026-07-08T02:24:23.918Z Compiling getrandom v0.3.4
13252026-07-08T02:24:23.950Z Compiling form_urlencoded v1.2.2
13262026-07-08T02:24:23.982Z Compiling fs_extra v1.3.0
13272026-07-08T02:24:24.028Z Compiling jobserver v0.1.34
13282026-07-08T02:24:24.032Z Compiling errno v0.3.14
13292026-07-08T02:24:24.056Z Compiling getrandom v0.2.17
13302026-07-08T02:24:24.096Z Compiling mio v1.2.0
13312026-07-08T02:24:24.150Z Compiling socket2 v0.6.3
13322026-07-08T02:24:24.164Z Compiling signal-hook-registry v1.4.8
13332026-07-08T02:24:24.229Z Compiling rand_core v0.6.4
13342026-07-08T02:24:24.250Z Compiling once_cell v1.21.3
13352026-07-08T02:24:24.293Z Compiling cc v1.2.56
13362026-07-08T02:24:24.320Z Compiling parking_lot v0.12.5
13372026-07-08T02:24:24.363Z Compiling ident_case v1.0.1
13382026-07-08T02:24:24.379Z Compiling dunce v1.0.5
13392026-07-08T02:24:24.393Z Compiling rustix v1.1.3
13402026-07-08T02:24:24.470Z Compiling regex-syntax v0.8.10
13412026-07-08T02:24:24.488Z Compiling iana-time-zone v0.1.65
13422026-07-08T02:24:24.505Z Compiling base64ct v1.8.3
13432026-07-08T02:24:24.518Z Compiling vcpkg v0.2.15
13442026-07-08T02:24:24.533Z Compiling tracing-core v0.1.36
13452026-07-08T02:24:24.548Z Compiling base64 v0.22.1
13462026-07-08T02:24:24.628Z Compiling aws-lc-rs v1.16.3
13472026-07-08T02:24:24.715Z Compiling flagset v0.4.7
13482026-07-08T02:24:24.730Z Compiling tinyvec_macros v0.1.1
13492026-07-08T02:24:24.814Z Compiling pem-rfc7468 v0.7.0
13502026-07-08T02:24:24.831Z Compiling rand_core v0.9.5
13512026-07-08T02:24:24.865Z Compiling httparse v1.10.1
13522026-07-08T02:24:24.901Z Compiling cmov v0.5.4
13532026-07-08T02:24:24.940Z Compiling openssl-probe v0.2.1
13542026-07-08T02:24:24.955Z Compiling tinyvec v1.10.0
13552026-07-08T02:24:24.980Z Compiling aho-corasick v1.1.4
13562026-07-08T02:24:25.009Z Compiling tower-service v0.3.3
13572026-07-08T02:24:25.044Z Compiling schemars v0.8.22
13582026-07-08T02:24:25.129Z Compiling cmake v0.1.57
13592026-07-08T02:24:25.149Z Compiling ctutils v0.4.2
13602026-07-08T02:24:25.149Z Compiling tower-layer v0.3.3
13612026-07-08T02:24:25.152Z Compiling try-lock v0.2.5
13622026-07-08T02:24:25.189Z Compiling atomic-waker v1.1.2
13632026-07-08T02:24:25.192Z Compiling untrusted v0.7.1
13642026-07-08T02:24:25.304Z Compiling bitflags v2.11.0
13652026-07-08T02:24:25.307Z Compiling semver v1.0.28
13662026-07-08T02:24:25.333Z Compiling indexmap v2.14.0
13672026-07-08T02:24:25.336Z Compiling uuid v1.23.4
13682026-07-08T02:24:25.336Z Compiling dyn-clone v1.0.20
13692026-07-08T02:24:25.375Z Compiling want v0.3.1
13702026-07-08T02:24:25.418Z Compiling foreign-types-shared v0.1.1
13712026-07-08T02:24:25.433Z Compiling rustls v0.23.41
13722026-07-08T02:24:25.469Z Compiling untrusted v0.9.0
13732026-07-08T02:24:25.528Z Compiling httpdate v1.0.3
13742026-07-08T02:24:25.555Z Compiling rustc_version v0.4.1
13752026-07-08T02:24:25.570Z Compiling openssl v0.10.79
13762026-07-08T02:24:25.588Z Compiling cpufeatures v0.2.17
13772026-07-08T02:24:25.606Z Compiling foreign-types v0.3.2
13782026-07-08T02:24:25.646Z Compiling unicode-normalization v0.1.25
13792026-07-08T02:24:25.662Z Compiling spin v0.9.8
13802026-07-08T02:24:25.677Z Compiling powerfmt v0.2.0
13812026-07-08T02:24:25.677Z Compiling native-tls v0.2.18
13822026-07-08T02:24:25.704Z Compiling time-core v0.1.8
13832026-07-08T02:24:25.779Z Compiling crc32fast v1.5.0
13842026-07-08T02:24:25.845Z Compiling num-conv v0.2.0
13852026-07-08T02:24:25.868Z Compiling deranged v0.5.8
13862026-07-08T02:24:25.892Z Compiling wait-timeout v0.2.1
13872026-07-08T02:24:25.906Z Compiling sync_wrapper v1.0.2
13882026-07-08T02:24:25.921Z Compiling siphasher v1.0.2
13892026-07-08T02:24:25.924Z Compiling aws-lc-sys v0.40.0
13902026-07-08T02:24:25.949Z Compiling openssl-sys v0.9.115
13912026-07-08T02:24:25.996Z Compiling regex-automata v0.4.14
13922026-07-08T02:24:26.016Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-07-08T02:24:26.031Z Compiling time-macros v0.2.27
13942026-07-08T02:24:26.094Z Compiling synstructure v0.13.2
13952026-07-08T02:24:26.133Z Compiling serde_derive_internals v0.29.1
13962026-07-08T02:24:26.148Z Compiling pest_generator v2.8.6
13972026-07-08T02:24:26.163Z Compiling darling_core v0.20.11
13982026-07-08T02:24:26.241Z Compiling usdt-impl v0.6.0
13992026-07-08T02:24:26.469Z Compiling tempfile v3.25.0
14002026-07-08T02:24:26.500Z Compiling syn v1.0.109
14012026-07-08T02:24:26.744Z Compiling bit-vec v0.8.0
14022026-07-08T02:24:26.772Z Compiling num_threads v0.1.7
14032026-07-08T02:24:26.785Z Compiling quick-error v1.2.3
14042026-07-08T02:24:26.858Z Compiling crossbeam-utils v0.8.21
14052026-07-08T02:24:26.875Z Compiling simd-adler32 v0.3.8
14062026-07-08T02:24:26.892Z Compiling rusty-fork v0.3.1
14072026-07-08T02:24:26.989Z Compiling darling_core v0.21.3
14082026-07-08T02:24:27.015Z Compiling bit-set v0.8.0
14092026-07-08T02:24:27.030Z Compiling bzip2-sys v0.1.13+1.0.8
14102026-07-08T02:24:27.072Z Compiling heapless v0.7.17
14112026-07-08T02:24:27.090Z Compiling rand_xorshift v0.4.0
14122026-07-08T02:24:27.177Z Compiling slog v2.8.2
14132026-07-08T02:24:27.198Z Compiling thread-id v5.1.0
14142026-07-08T02:24:27.214Z Compiling cookie v0.18.1
14152026-07-08T02:24:27.217Z Compiling time v0.3.47
14162026-07-08T02:24:27.217Z Compiling zstd-safe v7.2.4
14172026-07-08T02:24:27.281Z Compiling unicode-bidi v0.3.18
14182026-07-08T02:24:27.295Z Compiling ryu v1.0.23
14192026-07-08T02:24:27.299Z Compiling signal-hook v0.3.18
14202026-07-08T02:24:27.321Z Compiling adler2 v2.0.1
14212026-07-08T02:24:27.364Z Compiling anyhow v1.0.102
14222026-07-08T02:24:27.379Z Compiling unarray v0.1.4
14232026-07-08T02:24:27.409Z Compiling unicode-properties v0.1.4
14242026-07-08T02:24:27.445Z Compiling paste v1.0.15
14252026-07-08T02:24:27.470Z Compiling allocator-api2 v0.2.21
14262026-07-08T02:24:27.485Z Compiling iri-string v0.7.10
14272026-07-08T02:24:27.522Z Compiling miniz_oxide v0.8.9
14282026-07-08T02:24:27.639Z Compiling stringprep v0.1.5
14292026-07-08T02:24:27.833Z Compiling camino v1.2.2
14302026-07-08T02:24:27.866Z Compiling curve25519-dalek v4.1.3
14312026-07-08T02:24:27.880Z Compiling serde_derive v1.0.228
14322026-07-08T02:24:27.947Z Compiling zeroize_derive v1.4.3
14332026-07-08T02:24:28.116Z Compiling zerofrom-derive v0.1.6
14342026-07-08T02:24:28.150Z Compiling yoke-derive v0.8.1
14352026-07-08T02:24:28.173Z Compiling zerocopy-derive v0.8.40
14362026-07-08T02:24:28.250Z Compiling zerovec-derive v0.11.2
14372026-07-08T02:24:28.253Z Compiling displaydoc v0.2.5
14382026-07-08T02:24:28.352Z Compiling tokio-macros v2.7.0
14392026-07-08T02:24:28.589Z Compiling futures-macro v0.3.32
14402026-07-08T02:24:28.646Z Compiling zeroize v1.8.2
14412026-07-08T02:24:28.899Z Compiling thiserror-impl v2.0.18
14422026-07-08T02:24:29.072Z Compiling der_derive v0.7.3
14432026-07-08T02:24:29.076Z Compiling tracing-attributes v0.1.31
14442026-07-08T02:24:29.145Z Compiling rustls-pki-types v1.14.0
14452026-07-08T02:24:29.393Z Compiling hybrid-array v0.4.13
14462026-07-08T02:24:29.451Z Compiling crypto-common v0.1.7
14472026-07-08T02:24:29.485Z Compiling block-buffer v0.10.4
14482026-07-08T02:24:29.489Z Compiling futures-util v0.3.32
14492026-07-08T02:24:29.583Z Compiling zerofrom v0.1.6
14502026-07-08T02:24:29.598Z Compiling schemars_derive v0.8.22
14512026-07-08T02:24:29.623Z Compiling scroll_derive v0.13.1
14522026-07-08T02:24:29.640Z Compiling pest_derive v2.8.6
14532026-07-08T02:24:29.697Z Compiling yoke v0.8.1
14542026-07-08T02:24:29.724Z Compiling digest v0.10.7
14552026-07-08T02:24:29.897Z Compiling zerovec v0.11.5
14562026-07-08T02:24:29.998Z Compiling zerotrie v0.2.3
14572026-07-08T02:24:30.119Z Compiling der v0.7.10
14582026-07-08T02:24:30.155Z Compiling darling_macro v0.20.11
14592026-07-08T02:24:30.209Z Compiling openssl-macros v0.1.1
14602026-07-08T02:24:30.334Z Compiling sha2 v0.10.9
14612026-07-08T02:24:30.349Z Compiling thiserror v2.0.18
14622026-07-08T02:24:30.353Z Compiling hmac v0.12.1
14632026-07-08T02:24:30.431Z Compiling tinystr v0.8.2
14642026-07-08T02:24:30.476Z Compiling potential_utf v0.1.4
14652026-07-08T02:24:30.496Z Compiling tracing v0.1.44
14662026-07-08T02:24:30.515Z Compiling scroll v0.13.0
14672026-07-08T02:24:30.542Z Compiling dtrace-parser v0.3.0
14682026-07-08T02:24:30.665Z Compiling icu_locale_core v2.1.1
14692026-07-08T02:24:30.683Z Compiling icu_collections v2.1.1
14702026-07-08T02:24:30.713Z Compiling darling v0.20.11
14712026-07-08T02:24:30.800Z Compiling goblin v0.10.5
14722026-07-08T02:24:30.822Z Compiling derive_builder_core v0.20.2
14732026-07-08T02:24:30.822Z Compiling scroll_derive v0.12.1
14742026-07-08T02:24:30.954Z Compiling spki v0.7.3
14752026-07-08T02:24:31.179Z Compiling pkcs8 v0.10.2
14762026-07-08T02:24:31.195Z Compiling thiserror-impl v1.0.69
14772026-07-08T02:24:31.315Z Compiling icu_provider v2.1.1
14782026-07-08T02:24:31.360Z Compiling bytes v1.11.1
14792026-07-08T02:24:31.441Z Compiling chrono v0.4.44
14802026-07-08T02:24:31.462Z Compiling ipnet v2.11.0
14812026-07-08T02:24:31.542Z Compiling scroll v0.12.0
14822026-07-08T02:24:32.576Z Compiling icu_properties v2.1.2
14832026-07-08T02:24:32.579Z Compiling icu_normalizer v2.1.1
14842026-07-08T02:24:32.579Z Compiling derive_builder_macro v0.20.2
14852026-07-08T02:24:32.579Z Compiling serde_spanned v0.6.9
14862026-07-08T02:24:32.579Z Compiling erased-serde v0.3.31
14872026-07-08T02:24:32.579Z Compiling serde_urlencoded v0.7.1
14882026-07-08T02:24:32.579Z Compiling tokio v1.52.1
14892026-07-08T02:24:32.579Z Compiling http v1.4.2
14902026-07-08T02:24:32.579Z Compiling toml_datetime v0.6.11
14912026-07-08T02:24:32.579Z Compiling serde_tokenstream v0.2.3
14922026-07-08T02:24:32.579Z Compiling block-buffer v0.12.1
14932026-07-08T02:24:32.579Z Compiling crypto-common v0.2.2
14942026-07-08T02:24:32.579Z Compiling block-padding v0.4.2
14952026-07-08T02:24:32.579Z Compiling md-5 v0.10.6
14962026-07-08T02:24:32.579Z Compiling signature v2.2.0
14972026-07-08T02:24:32.579Z Compiling darling_macro v0.21.3
14982026-07-08T02:24:32.579Z Compiling rustls-native-certs v0.8.3
14992026-07-08T02:24:32.579Z Compiling idna_adapter v1.2.1
15002026-07-08T02:24:32.579Z Compiling bstr v1.12.1
15012026-07-08T02:24:32.579Z Compiling thiserror v1.0.69
15022026-07-08T02:24:32.593Z Compiling pin-project-internal v1.1.11
15032026-07-08T02:24:32.680Z Compiling ppv-lite86 v0.2.21
15042026-07-08T02:24:32.695Z Compiling idna v1.1.0
15052026-07-08T02:24:32.735Z Compiling http-body v1.0.1
15062026-07-08T02:24:32.775Z Compiling async-trait v0.1.89
15072026-07-08T02:24:32.884Z Compiling http-body-util v0.1.3
15082026-07-08T02:24:32.916Z Compiling zerocopy-derive v0.7.35
15092026-07-08T02:24:32.956Z Compiling num-integer v0.1.46
15102026-07-08T02:24:33.002Z Compiling url v2.5.8
15112026-07-08T02:24:33.006Z Compiling rand_chacha v0.9.0
15122026-07-08T02:24:33.030Z Compiling rand_chacha v0.3.1
15132026-07-08T02:24:33.229Z Compiling rand v0.9.2
15142026-07-08T02:24:33.302Z Compiling vergen-lib v9.1.0
15152026-07-08T02:24:33.386Z Compiling hash32 v0.2.1
15162026-07-08T02:24:33.504Z Compiling memoffset v0.9.1
15172026-07-08T02:24:33.598Z Compiling encoding_rs v0.8.35
15182026-07-08T02:24:33.746Z Compiling dof v0.4.0
15192026-07-08T02:24:33.760Z Compiling num-bigint-dig v0.8.6
15202026-07-08T02:24:33.777Z Compiling ref-cast v1.0.25
15212026-07-08T02:24:33.870Z Compiling proptest v1.10.0
15222026-07-08T02:24:33.873Z Compiling smoltcp v0.9.1
15232026-07-08T02:24:33.885Z Compiling litrs v1.0.0
15242026-07-08T02:24:33.913Z Compiling psl-types v2.0.11
15252026-07-08T02:24:33.916Z Compiling cfg_aliases v0.2.1
15262026-07-08T02:24:33.988Z Compiling zlib-rs v0.6.2
15272026-07-08T02:24:34.016Z Compiling fallible-iterator v0.2.0
15282026-07-08T02:24:34.075Z Compiling mime v0.3.17
15292026-07-08T02:24:34.094Z Compiling rustix v0.38.44
15302026-07-08T02:24:34.120Z Compiling publicsuffix v2.3.0
15312026-07-08T02:24:34.191Z Compiling nix v0.31.2
15322026-07-08T02:24:34.313Z Compiling postgres-protocol v0.6.10
15332026-07-08T02:24:34.334Z Compiling ipnetwork v0.21.1
15342026-07-08T02:24:34.352Z Compiling zerocopy v0.7.35
15352026-07-08T02:24:34.365Z Compiling pin-project v1.1.11
15362026-07-08T02:24:34.438Z Compiling document-features v0.2.12
15372026-07-08T02:24:34.601Z Compiling oxnet v0.1.6
15382026-07-08T02:24:34.645Z Compiling rand v0.8.6
15392026-07-08T02:24:34.755Z Compiling num-iter v0.1.45
15402026-07-08T02:24:34.887Z Compiling darling v0.21.3
15412026-07-08T02:24:34.903Z Compiling inout v0.2.2
15422026-07-08T02:24:34.906Z Compiling derive_builder v0.20.2
15432026-07-08T02:24:34.988Z Compiling hubpack_derive v0.1.1
15442026-07-08T02:24:35.003Z Compiling goblin v0.8.2
15452026-07-08T02:24:35.004Z Compiling futures-executor v0.3.32
15462026-07-08T02:24:35.049Z Compiling hex v0.4.3
15472026-07-08T02:24:35.081Z Compiling regex v1.12.3
15482026-07-08T02:24:35.196Z Compiling daft-derive v0.1.7
15492026-07-08T02:24:35.215Z Compiling ref-cast-impl v1.0.25
15502026-07-08T02:24:35.229Z Compiling snafu-derive v0.8.9
15512026-07-08T02:24:35.282Z Compiling curve25519-dalek-derive v0.1.1
15522026-07-08T02:24:35.337Z Compiling strum_macros v0.27.2
15532026-07-08T02:24:35.518Z Compiling terminal_size v0.4.3
15542026-07-08T02:24:35.533Z Compiling phf_shared v0.13.1
15552026-07-08T02:24:35.548Z Compiling lazy_static v1.5.0
15562026-07-08T02:24:35.617Z Compiling anstyle-parse v0.2.7
15572026-07-08T02:24:35.655Z Compiling cargo-platform v0.3.2
15582026-07-08T02:24:35.678Z Compiling vergen v9.1.0
15592026-07-08T02:24:35.790Z Compiling tokio-util v0.7.18
15602026-07-08T02:24:35.793Z Compiling tower v0.5.3
15612026-07-08T02:24:35.819Z Compiling tokio-native-tls v0.3.1
15622026-07-08T02:24:35.834Z Compiling ff v0.13.1
15632026-07-08T02:24:35.908Z Compiling fs-err v3.3.0
15642026-07-08T02:24:35.926Z Compiling ahash v0.8.12
15652026-07-08T02:24:35.954Z Compiling object v0.37.3
15662026-07-08T02:24:35.978Z Compiling foldhash v0.2.0
15672026-07-08T02:24:35.996Z Compiling libbz2-rs-sys v0.2.2
15682026-07-08T02:24:36.011Z Compiling same-file v1.0.6
15692026-07-08T02:24:36.023Z Compiling foldhash v0.1.5
15702026-07-08T02:24:36.135Z Compiling winnow v0.5.40
15712026-07-08T02:24:36.180Z Compiling managed v0.8.0
15722026-07-08T02:24:36.200Z Compiling base16ct v0.2.0
15732026-07-08T02:24:36.216Z Compiling tower-http v0.6.8
15742026-07-08T02:24:36.230Z Compiling bitflags v1.3.2
15752026-07-08T02:24:36.273Z Compiling newtype-uuid v1.3.2
15762026-07-08T02:24:36.314Z Compiling unicode-segmentation v1.12.0
15772026-07-08T02:24:36.327Z Compiling bumpalo v3.20.2
15782026-07-08T02:24:36.414Z Compiling bzip2 v0.6.1
15792026-07-08T02:24:36.591Z Compiling h2 v0.4.15
15802026-07-08T02:24:36.634Z Compiling zopfli v0.8.3
15812026-07-08T02:24:36.650Z Compiling daft v0.1.7
15822026-07-08T02:24:36.653Z Compiling sec1 v0.7.3
15832026-07-08T02:24:36.717Z Compiling clap_builder v4.6.0
15842026-07-08T02:24:36.792Z Compiling hashbrown v0.15.5
15852026-07-08T02:24:36.857Z Compiling hashbrown v0.16.1
15862026-07-08T02:24:36.977Z Compiling flate2 v1.1.9
15872026-07-08T02:24:37.124Z Compiling walkdir v2.5.0
15882026-07-08T02:24:37.218Z Compiling snafu v0.8.9
15892026-07-08T02:24:37.333Z Compiling dof v0.3.0
15902026-07-08T02:24:37.362Z Compiling strum v0.27.2
15912026-07-08T02:24:37.380Z Compiling group v0.13.0
15922026-07-08T02:24:37.441Z Compiling cargo_metadata v0.23.1
15932026-07-08T02:24:37.461Z Compiling toml_edit v0.19.15
15942026-07-08T02:24:37.497Z Compiling anstream v0.6.21
15952026-07-08T02:24:37.514Z Compiling phf v0.13.1
15962026-07-08T02:24:37.583Z Compiling signal-hook-mio v0.2.5
15972026-07-08T02:24:37.599Z Compiling hubpack v0.1.2
15982026-07-08T02:24:37.694Z Compiling cookie_store v0.22.1
15992026-07-08T02:24:37.723Z Compiling usdt-macro v0.6.0
16002026-07-08T02:24:37.785Z Compiling usdt-attr-macro v0.6.0
16012026-07-08T02:24:37.827Z Compiling bzip2 v0.4.4
16022026-07-08T02:24:37.842Z Compiling futures v0.3.32
16032026-07-08T02:24:37.936Z Compiling cipher v0.5.2
16042026-07-08T02:24:38.013Z Compiling serde_with_macros v3.17.0
16052026-07-08T02:24:38.062Z Compiling postgres-types v0.2.12
16062026-07-08T02:24:38.389Z Compiling zstd v0.13.3
16072026-07-08T02:24:38.403Z Compiling globset v0.4.18
16082026-07-08T02:24:38.546Z Compiling dtrace-parser v0.2.0
16092026-07-08T02:24:38.609Z Compiling ed25519 v2.2.3
16102026-07-08T02:24:38.648Z Compiling serde_plain v1.0.2
16112026-07-08T02:24:38.653Z Compiling serde-big-array v0.5.1
16122026-07-08T02:24:38.678Z Compiling olpc-cjson v0.1.4
16132026-07-08T02:24:38.820Z Compiling pkcs1 v0.7.5
16142026-07-08T02:24:38.861Z Compiling hkdf v0.12.4
16152026-07-08T02:24:38.876Z Compiling crypto-bigint v0.5.5
16162026-07-08T02:24:38.879Z Compiling enum-as-inner v0.6.1
16172026-07-08T02:24:39.048Z Compiling strum_macros v0.26.4
16182026-07-08T02:24:39.123Z Compiling async-recursion v1.1.1
16192026-07-08T02:24:39.215Z Compiling serde_repr v0.1.20
16202026-07-08T02:24:39.245Z Compiling clap_derive v4.6.1
16212026-07-08T02:24:39.260Z Compiling phf_shared v0.11.3
16222026-07-08T02:24:39.337Z Compiling float-cmp v0.10.0
16232026-07-08T02:24:39.435Z Compiling pem v3.0.6
16242026-07-08T02:24:39.465Z Compiling thread-id v4.2.2
16252026-07-08T02:24:39.505Z Compiling memmap2 v0.9.10
16262026-07-08T02:24:39.558Z Compiling env_filter v1.0.0
16272026-07-08T02:24:39.571Z Compiling new_debug_unreachable v1.0.6
16282026-07-08T02:24:39.657Z Compiling static_assertions v1.1.0
16292026-07-08T02:24:39.743Z Compiling winnow v1.0.3
16302026-07-08T02:24:39.758Z Compiling keccak v0.1.6
16312026-07-08T02:24:39.786Z Compiling fixedbitset v0.4.2
16322026-07-08T02:24:39.805Z Compiling data-encoding v2.10.0
16332026-07-08T02:24:39.849Z Compiling hyper v1.10.1
16342026-07-08T02:24:39.868Z Compiling fixedbitset v0.5.7
16352026-07-08T02:24:39.893Z Compiling predicates-core v1.0.10
16362026-07-08T02:24:40.031Z Compiling typed-path v0.9.3
16372026-07-08T02:24:40.090Z Compiling const-oid v0.10.2
16382026-07-08T02:24:40.124Z Compiling difflib v0.4.0
16392026-07-08T02:24:40.184Z Compiling normalize-line-endings v0.3.0
16402026-07-08T02:24:40.199Z Compiling either v1.15.0
16412026-07-08T02:24:40.297Z Compiling whoami v2.1.0
16422026-07-08T02:24:40.321Z Compiling precomputed-hash v0.1.1
16432026-07-08T02:24:40.342Z Compiling cpufeatures v0.3.0
16442026-07-08T02:24:40.421Z Compiling jiff v0.2.21
16452026-07-08T02:24:40.421Z Compiling chacha20 v0.10.0
16462026-07-08T02:24:40.449Z Compiling string_cache v0.8.9
16472026-07-08T02:24:40.513Z Compiling tokio-postgres v0.7.16
16482026-07-08T02:24:40.543Z Compiling itertools v0.13.0
16492026-07-08T02:24:40.710Z Compiling predicates v3.1.4
16502026-07-08T02:24:40.713Z Compiling toml_edit v0.22.27
16512026-07-08T02:24:40.739Z Compiling digest v0.11.3
16522026-07-08T02:24:40.840Z Compiling hickory-proto v0.25.2
16532026-07-08T02:24:40.868Z Compiling strum v0.26.3
16542026-07-08T02:24:40.920Z Compiling petgraph v0.8.3
16552026-07-08T02:24:40.987Z Compiling hyper-util v0.1.20
16562026-07-08T02:24:41.021Z Compiling toml_parser v1.1.2+spec-1.1.0
16572026-07-08T02:24:41.044Z Compiling petgraph v0.6.5
16582026-07-08T02:24:41.092Z Compiling clap v4.6.1
16592026-07-08T02:24:41.187Z Compiling sha3 v0.10.8
16602026-07-08T02:24:41.291Z Compiling elliptic-curve v0.13.8
16612026-07-08T02:24:41.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16622026-07-08T02:24:41.492Z Compiling env_logger v0.11.9
16632026-07-08T02:24:41.663Z Compiling usdt v0.6.0
16642026-07-08T02:24:41.679Z Compiling usdt-impl v0.5.0
16652026-07-08T02:24:41.719Z Compiling serde_with v3.17.0
16662026-07-08T02:24:41.840Z Compiling rsa v0.9.10
16672026-07-08T02:24:41.877Z Compiling crossterm v0.28.1
16682026-07-08T02:24:41.994Z Compiling toml v0.7.8
16692026-07-08T02:24:42.303Z Compiling ed25519-dalek v2.2.0
16702026-07-08T02:24:42.569Z Compiling hyper-tls v0.6.0
16712026-07-08T02:24:42.837Z Compiling reqwest v0.12.28
16722026-07-08T02:24:42.857Z Compiling zip v0.6.6
16732026-07-08T02:24:42.945Z Compiling iddqd v0.4.2
16742026-07-08T02:24:43.247Z Compiling zip v4.6.1
16752026-07-08T02:24:43.434Z Compiling heck v0.4.1
16762026-07-08T02:24:43.496Z Compiling similar v2.7.0
16772026-07-08T02:24:43.534Z Compiling tokio-stream v0.1.18
16782026-07-08T02:24:43.561Z Compiling buf-list v1.1.2
16792026-07-08T02:24:43.591Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-08T02:24:43.683Z Compiling openapiv3 v2.2.0
16812026-07-08T02:24:43.869Z Compiling x509-cert v0.2.5
16822026-07-08T02:24:43.916Z Compiling crossbeam-epoch v0.9.18
16832026-07-08T02:24:44.021Z Compiling lalrpop-util v0.19.12
16842026-07-08T02:24:44.232Z Compiling peg-runtime v0.8.5
16852026-07-08T02:24:44.249Z Compiling thread_local v1.1.9
16862026-07-08T02:24:44.266Z Compiling slog-async v2.8.0
16872026-07-08T02:24:44.282Z Compiling crossbeam-channel v0.5.15
16882026-07-08T02:24:44.346Z Compiling is-terminal v0.4.17
16892026-07-08T02:24:44.389Z Compiling filetime v0.2.27
16902026-07-08T02:24:44.403Z Compiling xattr v1.6.1
16912026-07-08T02:24:44.464Z Compiling term v1.2.1
16922026-07-08T02:24:44.527Z Compiling take_mut v0.2.2
16932026-07-08T02:24:44.541Z Compiling tar v0.4.45
16942026-07-08T02:24:44.597Z Compiling camino-tempfile v1.4.1
16952026-07-08T02:24:44.770Z Compiling slog-term v2.9.2
16962026-07-08T02:25:02.482Z Compiling rustls-webpki v0.103.13
16972026-07-08T02:25:05.191Z Compiling tokio-rustls v0.26.4
16982026-07-08T02:25:05.191Z Compiling rustls-platform-verifier v0.6.2
16992026-07-08T02:25:05.191Z Compiling tough v0.22.0
17002026-07-08T02:25:05.410Z Compiling hyper-rustls v0.27.7
17012026-07-08T02:25:05.593Z Compiling reqwest v0.13.2
17022026-07-08T02:25:07.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-07-08T02:25:07.975Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-07-08T02:25:10.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.49s
17052026-07-08T02:25:10.930Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-07-08T02:25:10.981ZJul 08 02:25:10.201 INFO Starting download, target: Cockroach
17072026-07-08T02:25:10.981ZJul 08 02:25:10.202 INFO Starting download, target: DendriteStub
17082026-07-08T02:25:10.981ZJul 08 02:25:10.202 INFO Starting download, target: Console
17092026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Starting download, target: Clickhouse
17102026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Starting download, target: MaghemiteMgd
17112026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Starting download, target: MaghemiteDdmd
17122026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Starting download, target: TransceiverControl
17132026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-07-08T02:25:10.984ZJul 08 02:25:10.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-07-08T02:25:11.517ZJul 08 02:25:10.729 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-07-08T02:25:11.719ZJul 08 02:25:10.934 INFO Download complete, target: TransceiverControl
17222026-07-08T02:25:12.952ZJul 08 02:25:12.164 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-07-08T02:25:12.965ZJul 08 02:25:12.185 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17242026-07-08T02:25:13.064ZJul 08 02:25:12.272 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-07-08T02:25:13.154ZJul 08 02:25:12.372 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-07-08T02:25:13.206ZJul 08 02:25:12.420 INFO Download complete, target: Console
17272026-07-08T02:25:13.585ZJul 08 02:25:12.803 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-07-08T02:25:13.585ZJul 08 02:25:12.803 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-07-08T02:25:13.794ZJul 08 02:25:13.015 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-07-08T02:25:14.847ZJul 08 02:25:14.068 INFO Download complete, target: MaghemiteDdmd
17312026-07-08T02:25:15.815ZJul 08 02:25:15.035 INFO Download complete, target: DendriteStub
17322026-07-08T02:25:15.862ZJul 08 02:25:15.083 INFO Download complete, target: MaghemiteMgd
17332026-07-08T02:25:18.292ZJul 08 02:25:17.512 INFO Checking that binary works, target: Cockroach
17342026-07-08T02:25:18.412ZJul 08 02:25:17.632 INFO Download complete, target: Cockroach
17352026-07-08T02:25:20.450ZJul 08 02:25:19.658 INFO Checking that binary works, target: Clickhouse
17362026-07-08T02:25:20.525ZJul 08 02:25:19.740 INFO Download complete, target: Clickhouse
17372026-07-08T02:25:20.534ZAll prerequisites installed successfully
17382026-07-08T02:25:20.534Z
17392026-07-08T02:25:20.534Zreal 1:46.140226538
17402026-07-08T02:25:20.534Zuser 6:38.384707772
17412026-07-08T02:25:20.534Zsys 1:40.689943305
17422026-07-08T02:25:20.534Ztrap 0.246316413
17432026-07-08T02:25:20.535Ztflt 0.960092512
17442026-07-08T02:25:20.535Zdflt 1.609744926
17452026-07-08T02:25:20.535Zkflt 0.021789584
17462026-07-08T02:25:20.535Zlock 23:30.306132387
17472026-07-08T02:25:20.535Zslp 18:16.028869456
17482026-07-08T02:25:20.535Zlat 24.241679110
17492026-07-08T02:25:20.535Zstop 2:43.313240307
17502026-07-08T02:25:20.535Z+ ptime -m cargo xtask download softnpu
17512026-07-08T02:25:20.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17522026-07-08T02:25:20.992Z Running `target/debug/xtask download softnpu`
17532026-07-08T02:25:21.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17542026-07-08T02:25:21.811Z Running `target/debug/xtask-downloader softnpu`
17552026-07-08T02:25:21.822ZJul 08 02:25:21.030 INFO Starting download, target: Softnpu
17562026-07-08T02:25:21.822ZJul 08 02:25:21.031 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-07-08T02:25:23.277ZJul 08 02:25:22.451 INFO Download complete, target: Softnpu
17582026-07-08T02:25:23.344Z
17592026-07-08T02:25:23.344Zreal 2.701354725
17602026-07-08T02:25:23.344Zuser 1.273877388
17612026-07-08T02:25:23.344Zsys 0.588073969
17622026-07-08T02:25:23.344Ztrap 0.001241832
17632026-07-08T02:25:23.344Ztflt 0.000112162
17642026-07-08T02:25:23.345Zdflt 0.000476501
17652026-07-08T02:25:23.345Zkflt 0.000000000
17662026-07-08T02:25:23.345Zlock 26.263663576
17672026-07-08T02:25:23.345Zslp 1.261120203
17682026-07-08T02:25:23.345Zlat 0.102675609
17692026-07-08T02:25:23.345Zstop 0.000179619
17702026-07-08T02:25:23.345Z+ export CARGO_INCREMENTAL=0
17712026-07-08T02:25:23.345Z+ CARGO_INCREMENTAL=0
17722026-07-08T02:25:23.345Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-07-08T02:25:24.115Z Compiling proc-macro2 v1.0.106
17742026-07-08T02:25:24.115Z Compiling quote v1.0.45
17752026-07-08T02:25:24.115Z Compiling unicode-ident v1.0.24
17762026-07-08T02:25:24.172Z Compiling libc v0.2.185
17772026-07-08T02:25:24.172Z Compiling serde_core v1.0.228
17782026-07-08T02:25:24.172Z Compiling serde v1.0.228
17792026-07-08T02:25:24.172Z Compiling cfg-if v1.0.4
17802026-07-08T02:25:24.173Z Compiling version_check v0.9.5
17812026-07-08T02:25:24.173Z Compiling find-msvc-tools v0.1.9
17822026-07-08T02:25:24.276Z Compiling shlex v1.3.0
17832026-07-08T02:25:24.311Z Compiling zmij v1.0.21
17842026-07-08T02:25:24.311Z Compiling memchr v2.8.0
17852026-07-08T02:25:24.311Z Compiling serde_json v1.0.150
17862026-07-08T02:25:24.311Z Compiling autocfg v1.5.0
17872026-07-08T02:25:24.401Z Compiling portable-atomic v1.13.1
17882026-07-08T02:25:24.467Z Compiling zerocopy v0.8.40
17892026-07-08T02:25:24.506Z Compiling getrandom v0.4.1
17902026-07-08T02:25:24.591Z Compiling libm v0.2.16
17912026-07-08T02:25:24.631Z Compiling parking_lot_core v0.9.12
17922026-07-08T02:25:24.672Z Compiling icu_properties_data v2.1.2
17932026-07-08T02:25:24.717Z Compiling smallvec v1.15.1
17942026-07-08T02:25:24.717Z Compiling icu_normalizer_data v2.1.1
17952026-07-08T02:25:24.768Z Compiling generic-array v0.14.7
17962026-07-08T02:25:24.836Z Compiling itoa v1.0.17
17972026-07-08T02:25:24.853Z Compiling num-traits v0.2.19
17982026-07-08T02:25:24.874Z Compiling log v0.4.29
17992026-07-08T02:25:24.938Z Compiling subtle v2.6.1
18002026-07-08T02:25:24.997Z Compiling pkg-config v0.3.32
18012026-07-08T02:25:25.080Z Compiling stable_deref_trait v1.2.1
18022026-07-08T02:25:25.105Z Compiling typenum v1.20.1
18032026-07-08T02:25:25.127Z Compiling scopeguard v1.2.0
18042026-07-08T02:25:25.156Z Compiling fnv v1.0.7
18052026-07-08T02:25:25.197Z Compiling rand_core v0.10.0
18062026-07-08T02:25:25.267Z Compiling jobserver v0.1.34
18072026-07-08T02:25:25.317Z Compiling lock_api v0.4.14
18082026-07-08T02:25:25.317Z Compiling errno v0.3.14
18092026-07-08T02:25:25.378Z Compiling critical-section v1.2.0
18102026-07-08T02:25:25.456Z Compiling pin-project-lite v0.2.17
18112026-07-08T02:25:25.493Z Compiling thiserror v2.0.18
18122026-07-08T02:25:25.530Z Compiling cc v1.2.56
18132026-07-08T02:25:25.530Z Compiling getrandom v0.3.4
18142026-07-08T02:25:25.572Z Compiling syn v2.0.117
18152026-07-08T02:25:25.591Z Compiling litemap v0.8.1
18162026-07-08T02:25:25.591Z Compiling writeable v0.6.2
18172026-07-08T02:25:25.591Z Compiling percent-encoding v2.3.2
18182026-07-08T02:25:25.633Z Compiling getrandom v0.2.17
18192026-07-08T02:25:25.681Z Compiling rustversion v1.0.22
18202026-07-08T02:25:25.749Z Compiling once_cell v1.21.3
18212026-07-08T02:25:25.830Z Compiling rand_core v0.6.4
18222026-07-08T02:25:25.873Z Compiling fs_extra v1.3.0
18232026-07-08T02:25:25.879Z Compiling schemars v0.8.22
18242026-07-08T02:25:25.947Z Compiling equivalent v1.0.2
18252026-07-08T02:25:25.990Z Compiling rustix v1.1.3
18262026-07-08T02:25:25.997Z Compiling dunce v1.0.5
18272026-07-08T02:25:26.120Z Compiling signal-hook-registry v1.4.8
18282026-07-08T02:25:26.198Z Compiling utf8_iter v1.0.4
18292026-07-08T02:25:26.212Z Compiling hashbrown v0.17.0
18302026-07-08T02:25:26.224Z Compiling heck v0.5.0
18312026-07-08T02:25:26.236Z Compiling cmake v0.1.57
18322026-07-08T02:25:26.271Z Compiling form_urlencoded v1.2.2
18332026-07-08T02:25:26.375Z Compiling parking_lot v0.12.5
18342026-07-08T02:25:26.600Z Compiling semver v1.0.28
18352026-07-08T02:25:26.619Z Compiling mio v1.2.0
18362026-07-08T02:25:26.656Z Compiling socket2 v0.6.3
18372026-07-08T02:25:26.667Z Compiling aws-lc-rs v1.16.3
18382026-07-08T02:25:26.682Z Compiling futures-core v0.3.32
18392026-07-08T02:25:26.838Z Compiling bitflags v2.11.0
18402026-07-08T02:25:26.838Z Compiling aws-lc-sys v0.40.0
18412026-07-08T02:25:26.870Z Compiling indexmap v2.14.0
18422026-07-08T02:25:26.940Z Compiling httparse v1.10.1
18432026-07-08T02:25:26.954Z Compiling strsim v0.11.1
18442026-07-08T02:25:27.252Z Compiling byteorder v1.5.0
18452026-07-08T02:25:27.268Z Compiling ucd-trie v0.1.7
18462026-07-08T02:25:27.283Z Compiling thiserror v1.0.69
18472026-07-08T02:25:27.357Z Compiling ident_case v1.0.1
18482026-07-08T02:25:27.361Z Compiling vcpkg v0.2.15
18492026-07-08T02:25:27.405Z Compiling const-oid v0.9.6
18502026-07-08T02:25:27.462Z Compiling pest v2.8.6
18512026-07-08T02:25:27.487Z Compiling regex-syntax v0.8.10
18522026-07-08T02:25:27.505Z Compiling syn v1.0.109
18532026-07-08T02:25:27.512Z Compiling iana-time-zone v0.1.65
18542026-07-08T02:25:27.832Z Compiling uuid v1.23.4
18552026-07-08T02:25:27.929Z Compiling rustc_version v0.4.1
18562026-07-08T02:25:27.993Z Compiling openssl-sys v0.9.115
18572026-07-08T02:25:28.031Z Compiling futures-sink v0.3.32
18582026-07-08T02:25:28.060Z Compiling rustls v0.23.41
18592026-07-08T02:25:28.175Z Compiling futures-channel v0.3.32
18602026-07-08T02:25:28.278Z Compiling aho-corasick v1.1.4
18612026-07-08T02:25:28.297Z Compiling slab v0.4.12
18622026-07-08T02:25:28.381Z Compiling futures-task v0.3.32
18632026-07-08T02:25:28.478Z Compiling synstructure v0.13.2
18642026-07-08T02:25:28.500Z Compiling serde_derive_internals v0.29.1
18652026-07-08T02:25:28.519Z Compiling futures-io v0.3.32
18662026-07-08T02:25:28.582Z Compiling plain v0.2.3
18672026-07-08T02:25:28.635Z Compiling pest_meta v2.8.6
18682026-07-08T02:25:28.688Z Compiling time-core v0.1.8
18692026-07-08T02:25:28.711Z Compiling dyn-clone v1.0.20
18702026-07-08T02:25:28.761Z Compiling num-conv v0.2.0
18712026-07-08T02:25:28.784Z Compiling crc32fast v1.5.0
18722026-07-08T02:25:28.853Z Compiling crossbeam-utils v0.8.21
18732026-07-08T02:25:28.875Z Compiling base64 v0.22.1
18742026-07-08T02:25:28.907Z Compiling time-macros v0.2.27
18752026-07-08T02:25:29.101Z Compiling openssl v0.10.79
18762026-07-08T02:25:29.116Z Compiling regex-automata v0.4.14
18772026-07-08T02:25:29.171Z Compiling pretty-hex v0.4.1
18782026-07-08T02:25:29.187Z Compiling darling_core v0.21.3
18792026-07-08T02:25:29.217Z Compiling pest_generator v2.8.6
18802026-07-08T02:25:29.308Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-07-08T02:25:29.373Z Compiling native-tls v0.2.18
18822026-07-08T02:25:29.388Z Compiling anyhow v1.0.102
18832026-07-08T02:25:29.402Z Compiling winnow v0.5.40
18842026-07-08T02:25:29.554Z Compiling rand_core v0.9.5
18852026-07-08T02:25:29.688Z Compiling slog v2.8.2
18862026-07-08T02:25:29.730Z Compiling serde_derive v1.0.228
18872026-07-08T02:25:29.747Z Compiling zeroize_derive v1.4.3
18882026-07-08T02:25:29.750Z Compiling zerofrom-derive v0.1.6
18892026-07-08T02:25:29.750Z Compiling yoke-derive v0.8.1
18902026-07-08T02:25:29.792Z Compiling zerovec-derive v0.11.2
18912026-07-08T02:25:29.877Z Compiling displaydoc v0.2.5
18922026-07-08T02:25:29.906Z Compiling zerocopy-derive v0.8.40
18932026-07-08T02:25:29.922Z Compiling tokio-macros v2.7.0
18942026-07-08T02:25:29.938Z Compiling futures-macro v0.3.32
18952026-07-08T02:25:30.122Z Compiling thiserror-impl v2.0.18
18962026-07-08T02:25:30.383Z Compiling zeroize v1.8.2
18972026-07-08T02:25:30.621Z Compiling schemars_derive v0.8.22
18982026-07-08T02:25:30.648Z Compiling tracing-attributes v0.1.31
18992026-07-08T02:25:30.751Z Compiling der_derive v0.7.3
19002026-07-08T02:25:30.803Z Compiling thiserror-impl v1.0.69
19012026-07-08T02:25:30.853Z Compiling pest_derive v2.8.6
19022026-07-08T02:25:30.912Z Compiling zerofrom v0.1.6
19032026-07-08T02:25:31.054Z Compiling yoke v0.8.1
19042026-07-08T02:25:31.253Z Compiling zerovec v0.11.5
19052026-07-08T02:25:31.289Z Compiling zerotrie v0.2.3
19062026-07-08T02:25:31.338Z Compiling crypto-common v0.1.7
19072026-07-08T02:25:31.369Z Compiling futures-util v0.3.32
19082026-07-08T02:25:31.517Z Compiling block-buffer v0.10.4
19092026-07-08T02:25:31.789Z Compiling tinystr v0.8.2
19102026-07-08T02:25:31.832Z Compiling potential_utf v0.1.4
19112026-07-08T02:25:31.848Z Compiling digest v0.10.7
19122026-07-08T02:25:31.879Z Compiling scroll_derive v0.12.1
19132026-07-08T02:25:31.924Z Compiling scroll_derive v0.13.1
19142026-07-08T02:25:31.981Z Compiling icu_locale_core v2.1.1
19152026-07-08T02:25:32.027Z Compiling icu_collections v2.1.1
19162026-07-08T02:25:32.057Z Compiling openssl-macros v0.1.1
19172026-07-08T02:25:32.082Z Compiling regex v1.12.3
19182026-07-08T02:25:32.562Z Compiling darling_macro v0.21.3
19192026-07-08T02:25:32.613Z Compiling zerocopy-derive v0.7.35
19202026-07-08T02:25:32.717Z Compiling tracing-core v0.1.36
19212026-07-08T02:25:32.767Z Compiling icu_provider v2.1.1
19222026-07-08T02:25:33.002Z Compiling bytes v1.11.1
19232026-07-08T02:25:33.018Z Compiling chrono v0.4.44
19242026-07-08T02:25:33.043Z Compiling icu_properties v2.1.2
19252026-07-08T02:25:33.080Z Compiling icu_normalizer v2.1.1
19262026-07-08T02:25:33.367Z Compiling serde_spanned v0.6.9
19272026-07-08T02:25:33.426Z Compiling toml_datetime v0.6.11
19282026-07-08T02:25:33.504Z Compiling tokio v1.52.1
19292026-07-08T02:25:33.713Z Compiling serde_tokenstream v0.2.3
19302026-07-08T02:25:33.784Z Compiling toml_edit v0.19.15
19312026-07-08T02:25:33.890Z Compiling http v1.4.2
19322026-07-08T02:25:34.021Z Compiling idna_adapter v1.2.1
19332026-07-08T02:25:34.178Z Compiling idna v1.1.0
19342026-07-08T02:25:34.196Z Compiling ppv-lite86 v0.2.21
19352026-07-08T02:25:34.528Z Compiling url v2.5.8
19362026-07-08T02:25:34.563Z Compiling cookie v0.18.1
19372026-07-08T02:25:34.594Z Compiling base64ct v1.8.3
19382026-07-08T02:25:34.633Z Compiling camino v1.2.2
19392026-07-08T02:25:34.957Z Compiling pem-rfc7468 v0.7.0
19402026-07-08T02:25:34.975Z Compiling tracing v0.1.44
19412026-07-08T02:25:35.033Z Compiling darling v0.21.3
19422026-07-08T02:25:35.609Z Compiling flagset v0.4.7
19432026-07-08T02:25:35.783Z Compiling der v0.7.10
19442026-07-08T02:25:35.870Z Compiling http-body v1.0.1
19452026-07-08T02:25:35.894Z Compiling rand_chacha v0.9.0
19462026-07-08T02:25:35.974Z Compiling rustls-pki-types v1.14.0
19472026-07-08T02:25:36.119Z Compiling usdt-impl v0.5.0
19482026-07-08T02:25:36.237Z Compiling ref-cast v1.0.25
19492026-07-08T02:25:36.272Z Compiling cmov v0.5.4
19502026-07-08T02:25:36.291Z Compiling openssl-probe v0.2.1
19512026-07-08T02:25:36.295Z Compiling tinyvec_macros v0.1.1
19522026-07-08T02:25:36.375Z Compiling either v1.15.0
19532026-07-08T02:25:36.413Z Compiling usdt-impl v0.6.0
19542026-07-08T02:25:36.536Z Compiling fastrand v2.3.0
19552026-07-08T02:25:36.552Z Compiling paste v1.0.15
19562026-07-08T02:25:36.602Z Compiling ctutils v0.4.2
19572026-07-08T02:25:36.617Z Compiling spki v0.7.3
19582026-07-08T02:25:36.829Z Compiling tinyvec v1.10.0
19592026-07-08T02:25:36.892Z Compiling rand v0.9.2
19602026-07-08T02:25:36.940Z Compiling scroll v0.13.0
19612026-07-08T02:25:36.957Z Compiling scroll v0.12.0
19622026-07-08T02:25:36.961Z Compiling async-trait v0.1.89
19632026-07-08T02:25:36.988Z Compiling heapless v0.7.17
19642026-07-08T02:25:37.066Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-07-08T02:25:37.071Z Compiling rustix v0.38.44
19662026-07-08T02:25:37.109Z Compiling cpufeatures v0.2.17
19672026-07-08T02:25:37.189Z Compiling tower-layer v0.3.3
19682026-07-08T02:25:37.192Z Compiling litrs v1.0.0
19692026-07-08T02:25:37.218Z Compiling atomic-waker v1.1.2
19702026-07-08T02:25:37.233Z Compiling untrusted v0.7.1
19712026-07-08T02:25:37.249Z Compiling tokio-util v0.7.18
19722026-07-08T02:25:37.269Z Compiling signal-hook v0.3.18
19732026-07-08T02:25:37.406Z Compiling tower-service v0.3.3
19742026-07-08T02:25:37.409Z Compiling zstd-safe v7.2.4
19752026-07-08T02:25:37.437Z Compiling try-lock v0.2.5
19762026-07-08T02:25:37.504Z Compiling goblin v0.8.2
19772026-07-08T02:25:37.525Z Compiling goblin v0.10.5
19782026-07-08T02:25:37.537Z Compiling want v0.3.1
19792026-07-08T02:25:37.668Z Compiling hybrid-array v0.4.13
19802026-07-08T02:25:37.711Z Compiling document-features v0.2.12
19812026-07-08T02:25:37.889Z Compiling zerocopy v0.7.35
19822026-07-08T02:25:38.089Z Compiling h2 v0.4.15
19832026-07-08T02:25:38.121Z Compiling ipnet v2.11.0
19842026-07-08T02:25:38.250Z Compiling ref-cast-impl v1.0.25
19852026-07-08T02:25:38.278Z Compiling darling_core v0.20.11
19862026-07-08T02:25:38.464Z Compiling curve25519-dalek v4.1.3
19872026-07-08T02:25:38.519Z Compiling memoffset v0.9.1
19882026-07-08T02:25:38.609Z Compiling untrusted v0.9.0
19892026-07-08T02:25:38.701Z Compiling httpdate v1.0.3
19902026-07-08T02:25:38.805Z Compiling powerfmt v0.2.0
19912026-07-08T02:25:38.833Z Compiling foreign-types-shared v0.1.1
19922026-07-08T02:25:38.949Z Compiling utf8parse v0.2.2
19932026-07-08T02:25:39.047Z Compiling deranged v0.5.8
19942026-07-08T02:25:39.060Z Compiling tempfile v3.25.0
19952026-07-08T02:25:39.079Z Compiling foreign-types v0.3.2
19962026-07-08T02:25:39.171Z Compiling unicode-normalization v0.1.25
19972026-07-08T02:25:39.290Z Compiling dtrace-parser v0.2.0
19982026-07-08T02:25:39.410Z Compiling pkcs8 v0.10.2
19992026-07-08T02:25:39.827Z Compiling dof v0.3.0
20002026-07-08T02:25:40.189Z Compiling dtrace-parser v0.3.0
20012026-07-08T02:25:40.260Z Compiling darling_macro v0.20.11
20022026-07-08T02:25:40.357Z Compiling dof v0.4.0
20032026-07-08T02:25:40.400Z Compiling pin-project-internal v1.1.11
20042026-07-08T02:25:40.442Z Compiling daft-derive v0.1.7
20052026-07-08T02:25:40.491Z Compiling spin v0.9.8
20062026-07-08T02:25:40.507Z Compiling thread-id v5.1.0
20072026-07-08T02:25:40.597Z Compiling thread-id v4.2.2
20082026-07-08T02:25:40.698Z Compiling smoltcp v0.9.1
20092026-07-08T02:25:40.715Z Compiling num-bigint-dig v0.8.6
20102026-07-08T02:25:40.747Z Compiling num_threads v0.1.7
20112026-07-08T02:25:40.861Z Compiling cfg_aliases v0.2.1
20122026-07-08T02:25:40.914Z Compiling anstyle v1.0.14
20132026-07-08T02:25:41.049Z Compiling nix v0.31.2
20142026-07-08T02:25:41.142Z Compiling time v0.3.47
20152026-07-08T02:25:41.184Z Compiling darling v0.20.11
20162026-07-08T02:25:41.283Z Compiling hyper v1.10.1
20172026-07-08T02:25:41.436Z Compiling sha2 v0.10.9
20182026-07-08T02:25:41.475Z Compiling ipnetwork v0.21.1
20192026-07-08T02:25:41.631Z Compiling hmac v0.12.1
20202026-07-08T02:25:41.804Z Compiling curve25519-dalek-derive v0.1.1
20212026-07-08T02:25:41.827Z Compiling strum_macros v0.26.4
20222026-07-08T02:25:42.035Z Compiling sync_wrapper v1.0.2
20232026-07-08T02:25:42.093Z Compiling wait-timeout v0.2.1
20242026-07-08T02:25:42.351Z Compiling bit-vec v0.8.0
20252026-07-08T02:25:42.451Z Compiling hyper-util v0.1.20
20262026-07-08T02:25:42.541Z Compiling anstyle-query v1.1.5
20272026-07-08T02:25:42.556Z Compiling colorchoice v1.0.4
20282026-07-08T02:25:42.603Z Compiling is_terminal_polyfill v1.70.2
20292026-07-08T02:25:42.670Z Compiling quick-error v1.2.3
20302026-07-08T02:25:42.689Z Compiling simd-adler32 v0.3.8
20312026-07-08T02:25:42.712Z Compiling siphasher v1.0.2
20322026-07-08T02:25:42.917Z Compiling rusty-fork v0.3.1
20332026-07-08T02:25:43.220Z Compiling bit-set v0.8.0
20342026-07-08T02:25:43.424Z Compiling tower v0.5.3
20352026-07-08T02:25:43.716Z Compiling derive_builder_core v0.20.2
20362026-07-08T02:25:43.924Z Compiling http-body-util v0.1.3
20372026-07-08T02:25:43.988Z Compiling hubpack_derive v0.1.1
20382026-07-08T02:25:44.092Z Compiling strum_macros v0.27.2
20392026-07-08T02:25:44.174Z Compiling snafu-derive v0.8.9
20402026-07-08T02:25:44.177Z Compiling rand_xorshift v0.4.0
20412026-07-08T02:25:44.343Z Compiling fs-err v3.3.0
20422026-07-08T02:25:44.358Z Compiling ahash v0.8.12
20432026-07-08T02:25:44.430Z Compiling object v0.37.3
20442026-07-08T02:25:44.469Z Compiling unicode-bidi v0.3.18
20452026-07-08T02:25:44.502Z Compiling unarray v0.1.4
20462026-07-08T02:25:44.575Z Compiling allocator-api2 v0.2.21
20472026-07-08T02:25:44.631Z Compiling iri-string v0.7.10
20482026-07-08T02:25:44.808Z Compiling unicode-properties v0.1.4
20492026-07-08T02:25:44.823Z Compiling unicode-segmentation v1.12.0
20502026-07-08T02:25:44.923Z Compiling ryu v1.0.23
20512026-07-08T02:25:45.003Z Compiling adler2 v2.0.1
20522026-07-08T02:25:45.039Z Compiling stringprep v0.1.5
20532026-07-08T02:25:45.077Z Compiling serde_urlencoded v0.7.1
20542026-07-08T02:25:45.104Z Compiling miniz_oxide v0.8.9
20552026-07-08T02:25:45.216Z Compiling proptest v1.10.0
20562026-07-08T02:25:45.337Z Compiling derive_builder_macro v0.20.2
20572026-07-08T02:25:45.651Z Compiling tokio-native-tls v0.3.1
20582026-07-08T02:25:45.852Z Compiling tower-http v0.6.8
20592026-07-08T02:25:45.872Z Compiling usdt-attr-macro v0.6.0
20602026-07-08T02:25:45.887Z Compiling usdt-macro v0.6.0
20612026-07-08T02:25:45.902Z Compiling anstyle-parse v1.0.0
20622026-07-08T02:25:45.946Z Compiling crypto-common v0.2.2
20632026-07-08T02:25:45.996Z Compiling block-padding v0.4.2
20642026-07-08T02:25:46.113Z Compiling block-buffer v0.12.1
20652026-07-08T02:25:46.368Z Compiling rustls-native-certs v0.8.3
20662026-07-08T02:25:46.579Z Compiling rand_chacha v0.3.1
20672026-07-08T02:25:46.612Z Compiling erased-serde v0.3.31
20682026-07-08T02:25:46.637Z Compiling md-5 v0.10.6
20692026-07-08T02:25:46.644Z Compiling signature v2.2.0
20702026-07-08T02:25:46.660Z Compiling bstr v1.12.1
20712026-07-08T02:25:46.773Z Compiling num-integer v0.1.46
20722026-07-08T02:25:46.793Z Compiling hash32 v0.2.1
20732026-07-08T02:25:46.926Z Compiling vergen-lib v9.1.0
20742026-07-08T02:25:46.972Z Compiling encoding_rs v0.8.35
20752026-07-08T02:25:47.045Z Compiling psl-types v2.0.11
20762026-07-08T02:25:47.048Z Compiling zlib-rs v0.6.2
20772026-07-08T02:25:47.091Z Compiling cpufeatures v0.3.0
20782026-07-08T02:25:47.158Z Compiling fallible-iterator v0.2.0
20792026-07-08T02:25:47.183Z Compiling mime v0.3.17
20802026-07-08T02:25:47.271Z Compiling newtype-uuid v1.3.2
20812026-07-08T02:25:47.480Z Compiling publicsuffix v2.3.0
20822026-07-08T02:25:47.515Z Compiling postgres-protocol v0.6.10
20832026-07-08T02:25:47.614Z Compiling num-iter v0.1.45
20842026-07-08T02:25:47.710Z Compiling rand v0.8.6
20852026-07-08T02:25:48.169Z Compiling inout v0.2.2
20862026-07-08T02:25:48.200Z Compiling oxnet v0.1.6
20872026-07-08T02:25:48.222Z Compiling anstream v1.0.0
20882026-07-08T02:25:48.295Z Compiling derive_builder v0.20.2
20892026-07-08T02:25:48.312Z Compiling hyper-tls v0.6.0
20902026-07-08T02:25:48.367Z Compiling heck v0.4.1
20912026-07-08T02:25:48.414Z Compiling phf_shared v0.13.1
20922026-07-08T02:25:48.438Z Compiling pin-project v1.1.11
20932026-07-08T02:25:48.567Z Compiling lazy_static v1.5.0
20942026-07-08T02:25:48.599Z Compiling anstyle-parse v0.2.7
20952026-07-08T02:25:48.693Z Compiling terminal_size v0.4.3
20962026-07-08T02:25:48.707Z Compiling serde_with_macros v3.17.0
20972026-07-08T02:25:48.730Z Compiling futures-executor v0.3.32
20982026-07-08T02:25:48.757Z Compiling hex v0.4.3
20992026-07-08T02:25:48.849Z Compiling enum-as-inner v0.6.1
21002026-07-08T02:25:48.865Z Compiling async-recursion v1.1.1
21012026-07-08T02:25:48.911Z Compiling clap_derive v4.6.1
21022026-07-08T02:25:48.976Z Compiling serde_repr v0.1.20
21032026-07-08T02:25:49.047Z Compiling ff v0.13.1
21042026-07-08T02:25:49.067Z Compiling vergen v9.1.0
21052026-07-08T02:25:49.087Z Compiling cargo-platform v0.3.2
21062026-07-08T02:25:49.201Z Compiling flate2 v1.1.9
21072026-07-08T02:25:49.366Z Compiling managed v0.8.0
21082026-07-08T02:25:49.381Z Compiling bitflags v1.3.2
21092026-07-08T02:25:49.495Z Compiling libbz2-rs-sys v0.2.2
21102026-07-08T02:25:49.510Z Compiling foldhash v0.1.5
21112026-07-08T02:25:49.626Z Compiling bumpalo v3.20.2
21122026-07-08T02:25:49.648Z Compiling same-file v1.0.6
21132026-07-08T02:25:49.739Z Compiling clap_lex v1.0.0
21142026-07-08T02:25:49.778Z Compiling foldhash v0.2.0
21152026-07-08T02:25:49.818Z Compiling base16ct v0.2.0
21162026-07-08T02:25:49.880Z Compiling zopfli v0.8.3
21172026-07-08T02:25:49.927Z Compiling bzip2 v0.6.1
21182026-07-08T02:25:49.943Z Compiling hashbrown v0.16.1
21192026-07-08T02:25:49.964Z Compiling sec1 v0.7.3
21202026-07-08T02:25:49.999Z Compiling clap_builder v4.6.0
21212026-07-08T02:25:50.147Z Compiling walkdir v2.5.0
21222026-07-08T02:25:50.244Z Compiling hashbrown v0.15.5
21232026-07-08T02:25:50.474Z Compiling cargo_metadata v0.23.1
21242026-07-08T02:25:50.541Z Compiling group v0.13.0
21252026-07-08T02:25:50.733Z Compiling futures v0.3.32
21262026-07-08T02:25:50.750Z Compiling zstd v0.13.3
21272026-07-08T02:25:51.015Z Compiling anstream v0.6.21
21282026-07-08T02:25:51.294Z Compiling phf v0.13.1
21292026-07-08T02:25:51.314Z Compiling snafu v0.8.9
21302026-07-08T02:25:51.414Z Compiling reqwest v0.12.28
21312026-07-08T02:25:51.473Z Compiling daft v0.1.7
21322026-07-08T02:25:51.778Z Compiling cipher v0.5.2
21332026-07-08T02:25:51.864Z Compiling signal-hook-mio v0.2.5
21342026-07-08T02:25:51.922Z Compiling cookie_store v0.22.1
21352026-07-08T02:25:52.003Z Compiling postgres-types v0.2.12
21362026-07-08T02:25:52.031Z Compiling bzip2 v0.4.4
21372026-07-08T02:25:52.048Z Compiling globset v0.4.18
21382026-07-08T02:25:52.051Z Compiling ed25519 v2.2.3
21392026-07-08T02:25:52.079Z Compiling strum v0.27.2
21402026-07-08T02:25:52.298Z Compiling hubpack v0.1.2
21412026-07-08T02:25:52.357Z Compiling phf_shared v0.11.3
21422026-07-08T02:25:52.374Z Compiling crossbeam-epoch v0.9.18
21432026-07-08T02:25:52.406Z Compiling hkdf v0.12.4
21442026-07-08T02:25:52.563Z Compiling pkcs1 v0.7.5
21452026-07-08T02:25:52.595Z Compiling olpc-cjson v0.1.4
21462026-07-08T02:25:52.775Z Compiling pem v3.0.6
21472026-07-08T02:25:52.850Z Compiling serde_plain v1.0.2
21482026-07-08T02:25:52.853Z Compiling serde-big-array v0.5.1
21492026-07-08T02:25:52.966Z Compiling crypto-bigint v0.5.5
21502026-07-08T02:25:53.039Z Compiling float-cmp v0.10.0
21512026-07-08T02:25:53.076Z Compiling memmap2 v0.9.10
21522026-07-08T02:25:53.092Z Compiling env_filter v1.0.0
21532026-07-08T02:25:53.206Z Compiling precomputed-hash v0.1.1
21542026-07-08T02:25:53.310Z Compiling fixedbitset v0.4.2
21552026-07-08T02:25:53.313Z Compiling data-encoding v2.10.0
21562026-07-08T02:25:53.366Z Compiling static_assertions v1.1.0
21572026-07-08T02:25:53.382Z Compiling winnow v1.0.3
21582026-07-08T02:25:53.397Z Compiling predicates-core v1.0.10
21592026-07-08T02:25:53.455Z Compiling typed-path v0.9.3
21602026-07-08T02:25:53.535Z Compiling difflib v0.4.0
21612026-07-08T02:25:53.560Z Compiling toml_write v0.1.2
21622026-07-08T02:25:53.586Z Compiling normalize-line-endings v0.3.0
21632026-07-08T02:25:53.660Z Compiling new_debug_unreachable v1.0.6
21642026-07-08T02:25:53.744Z Compiling const-oid v0.10.2
21652026-07-08T02:25:53.759Z Compiling keccak v0.1.6
21662026-07-08T02:25:53.776Z Compiling jiff v0.2.21
21672026-07-08T02:25:53.790Z Compiling whoami v2.1.0
21682026-07-08T02:25:53.830Z Compiling fixedbitset v0.5.7
21692026-07-08T02:25:53.871Z Compiling winnow v0.7.14
21702026-07-08T02:25:53.911Z Compiling sha3 v0.10.8
21712026-07-08T02:25:53.961Z Compiling digest v0.11.3
21722026-07-08T02:25:53.977Z Compiling elliptic-curve v0.13.8
21732026-07-08T02:25:53.993Z Compiling chacha20 v0.10.0
21742026-07-08T02:25:54.071Z Compiling petgraph v0.8.3
21752026-07-08T02:25:54.103Z Compiling tokio-postgres v0.7.16
21762026-07-08T02:25:54.129Z Compiling predicates v3.1.4
21772026-07-08T02:25:54.143Z Compiling string_cache v0.8.9
21782026-07-08T02:25:54.185Z Compiling toml_parser v1.1.2+spec-1.1.0
21792026-07-08T02:25:54.201Z Compiling hickory-proto v0.25.2
21802026-07-08T02:25:54.303Z Compiling petgraph v0.6.5
21812026-07-08T02:25:54.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-07-08T02:25:54.622Z Compiling env_logger v0.11.9
21832026-07-08T02:25:54.702Z Compiling usdt v0.6.0
21842026-07-08T02:25:54.995Z Compiling rsa v0.9.10
21852026-07-08T02:25:55.324Z Compiling toml_edit v0.22.27
21862026-07-08T02:25:56.203Z Compiling ed25519-dalek v2.2.0
21872026-07-08T02:25:56.218Z Compiling zip v0.6.6
21882026-07-08T02:25:56.340Z Compiling zip v4.6.1
21892026-07-08T02:25:56.524Z Compiling crossterm v0.28.1
21902026-07-08T02:25:57.102Z Compiling iddqd v0.4.2
21912026-07-08T02:25:57.132Z Compiling clap v4.6.1
21922026-07-08T02:25:57.276Z Compiling serde_with v3.17.0
21932026-07-08T02:25:57.367Z Compiling similar v2.7.0
21942026-07-08T02:25:57.494Z Compiling strum v0.26.3
21952026-07-08T02:25:57.559Z Compiling tokio-stream v0.1.18
21962026-07-08T02:25:57.644Z Compiling buf-list v1.1.2
21972026-07-08T02:25:57.727Z Compiling x509-cert v0.2.5
21982026-07-08T02:25:57.743Z Compiling itertools v0.13.0
21992026-07-08T02:25:57.979Z Compiling toml v0.7.8
22002026-07-08T02:25:58.120Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-07-08T02:25:58.448Z Compiling openapiv3 v2.2.0
22022026-07-08T02:25:58.925Z Compiling peg-runtime v0.8.5
22032026-07-08T02:25:59.003Z Compiling lalrpop-util v0.19.12
22042026-07-08T02:26:14.456Z Compiling rustls-webpki v0.103.13
22052026-07-08T02:26:16.032Z Compiling proc-macro-crate v1.3.1
22062026-07-08T02:26:16.197Z Compiling macaddr v1.0.1
22072026-07-08T02:26:16.213Z Compiling structmeta-derive v0.3.0
22082026-07-08T02:26:16.281Z Compiling rayon-core v1.13.0
22092026-07-08T02:26:16.377Z Compiling crucible-workspace-hack v0.1.0
22102026-07-08T02:26:16.478Z Compiling itertools v0.14.0
22112026-07-08T02:26:16.506Z Compiling secrecy v0.10.3
22122026-07-08T02:26:16.543Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-07-08T02:26:16.587Z Compiling heapless v0.8.0
22142026-07-08T02:26:16.700Z Compiling crossbeam-deque v0.8.6
22152026-07-08T02:26:16.713Z Compiling inout v0.1.4
22162026-07-08T02:26:16.894Z Compiling hash32 v0.3.1
22172026-07-08T02:26:16.944Z Compiling multer v3.1.0
22182026-07-08T02:26:16.978Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-07-08T02:26:17.080Z Compiling thread_local v1.1.9
22202026-07-08T02:26:17.101Z Compiling compression-core v0.4.31
22212026-07-08T02:26:17.120Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-07-08T02:26:17.150Z Compiling match_cfg v0.1.0
22232026-07-08T02:26:17.186Z Compiling slog-async v2.8.0
22242026-07-08T02:26:17.223Z Compiling smoltcp v0.11.0
22252026-07-08T02:26:17.241Z Compiling unicode-width v0.2.0
22262026-07-08T02:26:17.257Z Compiling structmeta v0.3.0
22272026-07-08T02:26:17.300Z Compiling compression-codecs v0.4.37
22282026-07-08T02:26:17.406Z Compiling hostname v0.3.1
22292026-07-08T02:26:17.508Z Compiling derive-ex v0.1.8
22302026-07-08T02:26:17.593Z Compiling cipher v0.4.4
22312026-07-08T02:26:17.608Z Compiling atomicwrites v0.4.4
22322026-07-08T02:26:17.648Z Compiling slog-json v2.6.1
22332026-07-08T02:26:17.664Z Compiling crossbeam-channel v0.5.15
22342026-07-08T02:26:17.692Z Compiling half v2.7.1
22352026-07-08T02:26:17.809Z Compiling ingot-macros v0.1.1
22362026-07-08T02:26:17.866Z Compiling newtype-uuid-macros v0.1.0
22372026-07-08T02:26:17.914Z Compiling tokio-rustls v0.26.4
22382026-07-08T02:26:17.930Z Compiling rustls-platform-verifier v0.6.2
22392026-07-08T02:26:18.055Z Compiling tough v0.22.0
22402026-07-08T02:26:18.073Z Compiling cobs v0.3.0
22412026-07-08T02:26:18.156Z Compiling hyper-rustls v0.27.7
22422026-07-08T02:26:18.206Z Compiling universal-hash v0.5.1
22432026-07-08T02:26:18.371Z Compiling thiserror-impl-no-std v2.0.2
22442026-07-08T02:26:18.387Z Compiling reqwest v0.13.2
22452026-07-08T02:26:18.415Z Compiling async-stream-impl v0.3.6
22462026-07-08T02:26:18.473Z Compiling toml_datetime v1.1.1+spec-1.1.0
22472026-07-08T02:26:18.629Z Compiling serde_spanned v1.1.1
22482026-07-08T02:26:18.798Z Compiling is-terminal v0.4.17
22492026-07-08T02:26:18.921Z Compiling proc-macro-error-attr v1.0.4
22502026-07-08T02:26:18.924Z Compiling dropshot v0.17.1
22512026-07-08T02:26:19.010Z Compiling opaque-debug v0.3.1
22522026-07-08T02:26:19.063Z Compiling take_mut v0.2.2
22532026-07-08T02:26:19.103Z Compiling convert_case v0.4.0
22542026-07-08T02:26:19.126Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-07-08T02:26:19.162Z Compiling term v1.2.1
22562026-07-08T02:26:19.179Z Compiling toml_writer v1.1.1+spec-1.1.0
22572026-07-08T02:26:19.202Z Compiling ciborium-io v0.2.2
22582026-07-08T02:26:19.321Z Compiling ciborium-ll v0.2.2
22592026-07-08T02:26:19.376Z Compiling toml v1.1.2+spec-1.1.0
22602026-07-08T02:26:19.411Z Compiling thiserror-no-std v2.0.2
22612026-07-08T02:26:19.434Z Compiling derive_more v0.99.20
22622026-07-08T02:26:19.524Z Compiling slog-term v2.9.2
22632026-07-08T02:26:19.595Z Compiling poly1305 v0.8.0
22642026-07-08T02:26:19.610Z Compiling test-strategy v0.4.5
22652026-07-08T02:26:20.134Z Compiling async-stream v0.3.6
22662026-07-08T02:26:20.150Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-07-08T02:26:20.244Z Compiling postcard v1.1.3
22682026-07-08T02:26:20.449Z Compiling ingot-types v0.1.2
22692026-07-08T02:26:20.648Z Compiling slog-bunyan v2.5.0
22702026-07-08T02:26:20.799Z Compiling chacha20 v0.9.1
22712026-07-08T02:26:20.851Z Compiling ingot v0.1.1
22722026-07-08T02:26:20.916Z Compiling parse-display-derive v0.10.0
22732026-07-08T02:26:20.946Z Compiling async-compression v0.4.41
22742026-07-08T02:26:20.979Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22752026-07-08T02:26:21.077Z Compiling num_enum_derive v0.7.6
22762026-07-08T02:26:21.437Z Compiling sha1 v0.11.0
22772026-07-08T02:26:21.653Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-07-08T02:26:21.669Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22792026-07-08T02:26:21.669Z Compiling waitgroup v0.1.2
22802026-07-08T02:26:21.877Z Compiling backon v1.6.0
22812026-07-08T02:26:21.900Z Compiling password-hash v0.5.0
22822026-07-08T02:26:21.948Z Compiling rustls-pemfile v2.2.0
22832026-07-08T02:26:21.951Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22842026-07-08T02:26:22.006Z Compiling dropshot_endpoint v0.17.1
22852026-07-08T02:26:22.079Z Compiling blake2 v0.10.6
22862026-07-08T02:26:22.098Z Compiling aead v0.5.2
22872026-07-08T02:26:22.250Z Compiling foreign-types-macros v0.2.3
22882026-07-08T02:26:22.266Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22892026-07-08T02:26:22.314Z Compiling serde_path_to_error v0.1.20
22902026-07-08T02:26:22.358Z Compiling hostname v0.4.2
22912026-07-08T02:26:22.443Z Compiling proc-macro-error v1.0.4
22922026-07-08T02:26:22.543Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22932026-07-08T02:26:22.641Z Compiling instant v0.1.13
22942026-07-08T02:26:22.705Z Compiling foreign-types-shared v0.3.1
22952026-07-08T02:26:22.753Z Compiling debug-ignore v1.0.5
22962026-07-08T02:26:22.796Z Compiling backoff v0.4.0
22972026-07-08T02:26:22.820Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22982026-07-08T02:26:22.853Z Compiling parse-display v0.10.0
22992026-07-08T02:26:22.878Z Compiling foreign-types v0.5.0
23002026-07-08T02:26:22.894Z Compiling argon2 v0.5.3
23012026-07-08T02:26:22.911Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23022026-07-08T02:26:22.963Z Compiling chacha20poly1305 v0.10.1
23032026-07-08T02:26:22.978Z Compiling num_enum v0.7.6
23042026-07-08T02:26:23.025Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-07-08T02:26:23.041Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-07-08T02:26:23.120Z Compiling ciborium v0.2.2
23072026-07-08T02:26:23.137Z Compiling vsss-rs v3.3.4
23082026-07-08T02:26:23.143Z Compiling tabwriter v1.4.1
23092026-07-08T02:26:23.421Z Compiling num_enum_derive v0.5.11
23102026-07-08T02:26:23.460Z Compiling regress v0.10.5
23112026-07-08T02:26:23.559Z Compiling byte-wrapper v0.1.0
23122026-07-08T02:26:23.575Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-07-08T02:26:23.661Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23142026-07-08T02:26:23.679Z Compiling cstr-argument v0.1.2
23152026-07-08T02:26:23.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-07-08T02:26:23.868Z Compiling humantime v2.3.0
23172026-07-08T02:26:23.957Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-07-08T02:26:24.026Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-07-08T02:26:24.038Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-07-08T02:26:24.189Z Compiling rayon v1.11.0
23212026-07-08T02:26:24.215Z Compiling rand v0.10.1
23222026-07-08T02:26:24.239Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-07-08T02:26:24.291Z Compiling indent_write v2.2.0
23242026-07-08T02:26:24.335Z Compiling libefi-sys v0.1.0
23252026-07-08T02:26:24.369Z Compiling num_enum v0.5.11
23262026-07-08T02:26:24.388Z Compiling colored v3.1.1
23272026-07-08T02:26:24.451Z Compiling zone_cfg_derive v0.3.1
23282026-07-08T02:26:24.466Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-07-08T02:26:24.513Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-08T02:26:24.555Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-07-08T02:26:24.593Z Compiling camino-tempfile v1.4.1
23322026-07-08T02:26:24.608Z Compiling itertools v0.12.1
23332026-07-08T02:26:24.625Z Compiling usdt-attr-macro v0.5.0
23342026-07-08T02:26:24.667Z Compiling usdt-macro v0.5.0
23352026-07-08T02:26:24.698Z Compiling bitfield-struct v0.6.2
23362026-07-08T02:26:24.974Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-08T02:26:25.045Z Compiling num-derive v0.4.2
23382026-07-08T02:26:25.064Z Compiling blake3 v1.8.5
23392026-07-08T02:26:25.082Z Compiling memmap v0.7.0
23402026-07-08T02:26:25.099Z Compiling sigpipe v0.1.3
23412026-07-08T02:26:25.115Z Compiling swrite v0.1.0
23422026-07-08T02:26:25.118Z Compiling glob v0.3.3
23432026-07-08T02:26:25.212Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-07-08T02:26:25.337Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-08T02:26:25.364Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-07-08T02:26:25.442Z Compiling usdt v0.5.0
23472026-07-08T02:26:25.496Z Compiling smf v0.2.3
23482026-07-08T02:26:25.655Z Compiling filetime v0.2.27
23492026-07-08T02:26:25.669Z Compiling xattr v1.6.1
23502026-07-08T02:26:25.696Z Compiling constant_time_eq v0.4.2
23512026-07-08T02:26:25.809Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-07-08T02:26:25.882Z Compiling arrayref v0.3.9
23532026-07-08T02:26:25.898Z Compiling zone v0.3.1
23542026-07-08T02:26:25.914Z Compiling whoami v1.6.1
23552026-07-08T02:26:25.917Z Compiling arrayvec v0.7.6
23562026-07-08T02:26:25.975Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23572026-07-08T02:26:25.991Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-08T02:26:25.994Z Compiling tar v0.4.45
23592026-07-08T02:26:26.067Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-08T02:26:26.089Z Compiling tokio-dtrace v0.1.1
23612026-07-08T02:26:26.100Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-07-08T02:26:26.363Z Compiling console v0.16.2
23632026-07-08T02:26:26.391Z Compiling gethostname v0.5.0
23642026-07-08T02:26:26.435Z Compiling topological-sort v0.2.2
23652026-07-08T02:26:26.541Z Compiling unit-prefix v0.5.2
23662026-07-08T02:26:26.625Z Compiling oxide-tokio-rt v0.1.4
23672026-07-08T02:26:26.672Z Compiling toml v0.8.23
23682026-07-08T02:26:26.689Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-07-08T02:26:26.704Z Compiling shell-words v1.1.1
23702026-07-08T02:26:26.968Z Compiling indicatif v0.18.4
23712026-07-08T02:26:36.122Z Compiling progenitor-client v0.14.0
23722026-07-08T02:26:36.122Z Compiling omicron-zone-package v0.12.3
23732026-07-08T02:26:36.362Z Compiling progenitor-extras v0.2.0
23742026-07-08T02:26:36.729Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23752026-07-08T02:26:36.732Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-07-08T02:26:36.743Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-07-08T02:26:36.830Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-07-08T02:26:36.884Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-07-08T02:26:36.914Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-08T02:26:37.059Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-07-08T02:26:37.132Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-07-08T02:26:37.692Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23832026-07-08T02:26:41.647Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-07-08T02:26:49.615Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-07-08T02:26:52.758Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-07-08T02:26:53.765Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-07-08T02:27:03.160Z Finished `release` profile [optimized] target(s) in 1m 39s
23882026-07-08T02:27:03.300Z Running `target/release/omicron-package -t test target create -p dev`
23892026-07-08T02:27:03.358ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-07-08T02:27:03.362ZCreated new build target 'test' and set it as active
23912026-07-08T02:27:03.362Z
23922026-07-08T02:27:03.362Zreal 1:40.120981689
23932026-07-08T02:27:03.362Zuser 16:23.383879964
23942026-07-08T02:27:03.362Zsys 2:37.070308376
23952026-07-08T02:27:03.362Ztrap 0.475689580
23962026-07-08T02:27:03.362Ztflt 2.376531548
23972026-07-08T02:27:03.362Zdflt 3.970589465
23982026-07-08T02:27:03.362Zkflt 0.000704168
23992026-07-08T02:27:03.362Zlock 51:41.520796555
24002026-07-08T02:27:03.362Zslp 42:13.053925811
24012026-07-08T02:27:03.362Zlat 43.656040369
24022026-07-08T02:27:03.362Zstop 5:15.684370857
24032026-07-08T02:27:03.363Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-07-08T02:27:04.200Z Finished `release` profile [optimized] target(s) in 0.82s
24052026-07-08T02:27:04.268Z Running `target/release/omicron-package -t test package`
24062026-07-08T02:27:04.328ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-07-08T02:27:05.695Z Compiling heck v0.5.0
24082026-07-08T02:27:05.695Z Compiling regress v0.11.1
24092026-07-08T02:27:05.910Z Compiling unsafe-libyaml v0.2.11
24102026-07-08T02:27:05.943Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-07-08T02:27:05.967Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24122026-07-08T02:27:05.970Z Compiling unicode-width v0.1.14
24132026-07-08T02:27:05.970Z Compiling atomicwrites v0.4.4
24142026-07-08T02:27:06.026Z Compiling derive-where v1.6.0
24152026-07-08T02:27:06.029Z Compiling bytecount v0.6.9
24162026-07-08T02:27:06.030Z Compiling is-terminal v0.4.17
24172026-07-08T02:27:06.046Z Compiling prettyplease v0.2.37
24182026-07-08T02:27:06.105Z Compiling console v0.15.11
24192026-07-08T02:27:06.109Z Compiling newline-converter v0.3.0
24202026-07-08T02:27:06.109Z Compiling slog-dtrace v0.3.0
24212026-07-08T02:27:06.162Z Compiling owo-colors v4.3.0
24222026-07-08T02:27:06.187Z Compiling cancel-safe-futures v0.1.5
24232026-07-08T02:27:06.208Z Compiling resolv-conf v0.7.6
24242026-07-08T02:27:06.213Z Compiling num-rational v0.4.2
24252026-07-08T02:27:06.255Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-07-08T02:27:06.279Z Compiling libsw-core v0.3.2
24272026-07-08T02:27:06.340Z Compiling num-complex v0.4.6
24282026-07-08T02:27:06.367Z Compiling thread_local v1.1.9
24292026-07-08T02:27:06.449Z Compiling serde_yaml v0.9.34+deprecated
24302026-07-08T02:27:06.509Z Compiling expectorate v1.2.0
24312026-07-08T02:27:06.551Z Compiling match_cfg v0.1.0
24322026-07-08T02:27:06.594Z Compiling compression-core v0.4.31
24332026-07-08T02:27:06.633Z Compiling hostname v0.3.1
24342026-07-08T02:27:06.750Z Compiling num v0.4.3
24352026-07-08T02:27:06.774Z Compiling compression-codecs v0.4.37
24362026-07-08T02:27:06.794Z Compiling libsw v3.5.0
24372026-07-08T02:27:06.813Z Compiling slog-async v2.8.0
24382026-07-08T02:27:06.837Z Compiling multer v3.1.0
24392026-07-08T02:27:06.856Z Compiling crossbeam-channel v0.5.15
24402026-07-08T02:27:06.879Z Compiling slog-json v2.6.1
24412026-07-08T02:27:06.906Z Compiling toml_datetime v1.1.1+spec-1.1.0
24422026-07-08T02:27:07.005Z Compiling serde_spanned v1.1.1
24432026-07-08T02:27:07.039Z Compiling linear-map v1.2.0
24442026-07-08T02:27:07.059Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24452026-07-08T02:27:07.119Z Compiling term v1.2.1
24462026-07-08T02:27:07.167Z Compiling float-ord v0.3.2
24472026-07-08T02:27:07.187Z Compiling linked-hash-map v0.5.6
24482026-07-08T02:27:07.207Z Compiling take_mut v0.2.2
24492026-07-08T02:27:07.238Z Compiling toml_writer v1.1.1+spec-1.1.0
24502026-07-08T02:27:07.259Z Compiling slog-bunyan v2.5.0
24512026-07-08T02:27:07.281Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24522026-07-08T02:27:07.304Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24532026-07-08T02:27:07.361Z Compiling async-compression v0.4.41
24542026-07-08T02:27:07.402Z Compiling lru-cache v0.1.2
24552026-07-08T02:27:07.432Z Compiling slog-term v2.9.2
24562026-07-08T02:27:07.493Z Compiling typify-impl v0.6.2
24572026-07-08T02:27:07.561Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-08T02:27:07.582Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-07-08T02:27:07.652Z Compiling dropshot v0.17.1
24602026-07-08T02:27:07.731Z Compiling async-stream v0.3.6
24612026-07-08T02:27:07.752Z Compiling sha1 v0.11.0
24622026-07-08T02:27:07.776Z Compiling progenitor-client v0.14.0
24632026-07-08T02:27:07.796Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24642026-07-08T02:27:07.817Z Compiling waitgroup v0.1.2
24652026-07-08T02:27:07.932Z Compiling rustls-pemfile v2.2.0
24662026-07-08T02:27:07.970Z Compiling backon v1.6.0
24672026-07-08T02:27:07.990Z Compiling hostname v0.4.2
24682026-07-08T02:27:08.011Z Compiling serde_path_to_error v0.1.20
24692026-07-08T02:27:08.014Z Compiling instant v0.1.13
24702026-07-08T02:27:08.052Z Compiling minimal-lexical v0.2.1
24712026-07-08T02:27:08.097Z Compiling debug-ignore v1.0.5
24722026-07-08T02:27:08.144Z Compiling backoff v0.4.0
24732026-07-08T02:27:08.166Z Compiling progenitor-extras v0.2.0
24742026-07-08T02:27:08.188Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24752026-07-08T02:27:08.207Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24762026-07-08T02:27:08.227Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-07-08T02:27:08.375Z Compiling nom v7.1.3
24782026-07-08T02:27:08.395Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24792026-07-08T02:27:08.444Z Compiling parse-display v0.10.0
24802026-07-08T02:27:08.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-07-08T02:27:08.497Z Compiling hickory-proto v0.24.4
24822026-07-08T02:27:08.754Z Compiling regress v0.10.5
24832026-07-08T02:27:09.134Z Compiling macaddr v1.0.1
24842026-07-08T02:27:09.200Z Compiling unicode-xid v0.2.6
24852026-07-08T02:27:09.274Z Compiling humantime v2.3.0
24862026-07-08T02:27:09.371Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24872026-07-08T02:27:09.552Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24882026-07-08T02:27:09.580Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24892026-07-08T02:27:09.757Z Compiling convert_case v0.10.0
24902026-07-08T02:27:09.879Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24912026-07-08T02:27:10.054Z Compiling derive_more-impl v2.1.1
24922026-07-08T02:27:10.353Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24932026-07-08T02:27:10.433Z Compiling toml v0.8.23
24942026-07-08T02:27:10.694Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24952026-07-08T02:27:10.778Z Compiling papergrid v0.11.0
24962026-07-08T02:27:10.852Z Compiling derive_more v2.1.1
24972026-07-08T02:27:10.874Z Compiling tabled_derive v0.7.0
24982026-07-08T02:27:10.933Z Compiling typify-macro v0.6.2
24992026-07-08T02:27:10.958Z Compiling termtree v0.5.1
25002026-07-08T02:27:11.016Z Compiling hickory-resolver v0.24.4
25012026-07-08T02:27:11.040Z Compiling crossterm v0.29.0
25022026-07-08T02:27:11.160Z Compiling phf_shared v0.12.1
25032026-07-08T02:27:11.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25042026-07-08T02:27:11.795Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052026-07-08T02:27:12.010Z Compiling tabled v0.15.0
25062026-07-08T02:27:12.076Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25072026-07-08T02:27:12.537Z Compiling typify v0.6.2
25082026-07-08T02:27:12.863Z Compiling progenitor-impl v0.14.0
25092026-07-08T02:27:13.140Z Compiling qorb v0.4.1
25102026-07-08T02:27:14.024Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25112026-07-08T02:27:14.570Z Compiling vte v0.14.1
25122026-07-08T02:27:14.823Z Compiling csv-core v0.1.13
25132026-07-08T02:27:15.020Z Compiling progenitor-macro v0.14.0
25142026-07-08T02:27:15.258Z Compiling chrono-tz v0.10.4
25152026-07-08T02:27:15.509Z Compiling highway v1.3.0
25162026-07-08T02:27:15.982Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25172026-07-08T02:27:16.267Z Compiling csv v1.4.0
25182026-07-08T02:27:16.316Z Compiling strip-ansi-escapes v0.2.1
25192026-07-08T02:27:16.463Z Compiling phf v0.12.1
25202026-07-08T02:27:16.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-07-08T02:27:16.619Z Compiling const_format_proc_macros v0.2.34
25222026-07-08T02:27:16.665Z Compiling fd-lock v4.0.4
25232026-07-08T02:27:16.837Z Compiling peg-macros v0.8.5
25242026-07-08T02:27:17.038Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-07-08T02:27:17.221Z Compiling nu-ansi-term v0.50.3
25262026-07-08T02:27:17.449Z Compiling const_format v0.2.35
25272026-07-08T02:27:17.787Z Compiling reedline v0.40.0
25282026-07-08T02:27:17.838Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-07-08T02:27:18.152Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-07-08T02:27:18.451Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-07-08T02:27:19.051Z Compiling progenitor v0.14.0
25322026-07-08T02:27:19.145Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-07-08T02:27:19.176Z Compiling peg v0.8.5
25342026-07-08T02:27:19.229Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-07-08T02:27:19.278Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-07-08T02:27:19.411Z Compiling bcs v0.1.6
25372026-07-08T02:27:19.838Z Compiling nom v8.0.0
25382026-07-08T02:27:19.971Z Compiling semver v0.1.20
25392026-07-08T02:27:20.281Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25402026-07-08T02:27:20.447Z Compiling rustc_version v0.1.7
25412026-07-08T02:27:20.678Z Compiling newtype_derive v0.1.6
25422026-07-08T02:27:20.920Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25432026-07-08T02:27:21.108Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-07-08T02:27:21.208Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25452026-07-08T02:27:21.208Z Compiling smawk v0.3.2
25462026-07-08T02:27:21.391Z Compiling unicode-linebreak v0.1.5
25472026-07-08T02:27:21.422Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-07-08T02:27:21.675Z Compiling textwrap v0.16.2
25492026-07-08T02:27:21.849Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25502026-07-08T02:27:21.873Z Compiling steno v0.4.1
25512026-07-08T02:27:22.036Z Compiling base64 v0.21.7
25522026-07-08T02:27:22.583Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25532026-07-08T02:27:22.918Z Compiling dropshot-api-manager-types v0.7.2
25542026-07-08T02:27:23.047Z Compiling sha1 v0.10.6
25552026-07-08T02:27:23.352Z Compiling tagptr v0.2.0
25562026-07-08T02:27:23.492Z Compiling utf-8 v0.7.6
25572026-07-08T02:27:23.517Z Compiling moka v0.12.13
25582026-07-08T02:27:23.553Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25592026-07-08T02:27:23.623Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25602026-07-08T02:27:23.738Z Compiling tungstenite v0.21.0
25612026-07-08T02:27:23.792Z Compiling display-error-chain v0.2.2
25622026-07-08T02:27:23.966Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-08T02:27:24.019Z Compiling radium v0.7.0
25642026-07-08T02:27:24.222Z Compiling maybe-uninit v2.0.0
25652026-07-08T02:27:24.354Z Compiling tokio-tungstenite v0.21.0
25662026-07-08T02:27:24.537Z Compiling tap v1.0.1
25672026-07-08T02:27:24.699Z Compiling hickory-resolver v0.25.2
25682026-07-08T02:27:24.739Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25692026-07-08T02:27:24.779Z Compiling wyz v0.5.1
25702026-07-08T02:27:25.043Z Compiling vergen-lib v0.1.6
25712026-07-08T02:27:25.286Z Compiling zerocopy-derive v0.6.6
25722026-07-08T02:27:25.303Z Compiling diesel_derives v2.3.7
25732026-07-08T02:27:25.544Z Compiling packed_struct v0.10.1
25742026-07-08T02:27:25.850Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-07-08T02:27:25.872Z Compiling funty v2.0.0
25762026-07-08T02:27:26.112Z Compiling crc-catalog v2.4.0
25772026-07-08T02:27:26.241Z Compiling crc v3.4.0
25782026-07-08T02:27:26.466Z Compiling bitvec v1.0.1
25792026-07-08T02:27:26.725Z Compiling zerocopy v0.6.6
25802026-07-08T02:27:27.070Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25812026-07-08T02:27:27.267Z Compiling scheduled-thread-pool v0.2.7
25822026-07-08T02:27:27.679Z Compiling dsl_auto_type v0.2.0
25832026-07-08T02:27:27.886Z Compiling packed_struct_codegen v0.10.1
25842026-07-08T02:27:28.138Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25852026-07-08T02:27:28.174Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
25862026-07-08T02:27:28.222Z Compiling vergen-gitcl v1.0.8
25872026-07-08T02:27:28.328Z Compiling bitfield-macros v0.19.4
25882026-07-08T02:27:28.354Z Compiling diesel_table_macro_syntax v0.3.0
25892026-07-08T02:27:28.471Z Compiling dirs-sys-next v0.1.2
25902026-07-08T02:27:28.577Z Compiling proc-macro-error-attr2 v2.0.0
25912026-07-08T02:27:28.741Z Compiling indexmap v1.9.3
25922026-07-08T02:27:28.924Z Compiling nodrop v0.1.14
25932026-07-08T02:27:28.996Z Compiling glob v0.3.3
25942026-07-08T02:27:29.016Z Compiling crunchy v0.2.4
25952026-07-08T02:27:29.071Z Compiling maplit v1.0.2
25962026-07-08T02:27:29.081Z Compiling bitfield v0.19.4
25972026-07-08T02:27:29.168Z Compiling array-init v0.0.4
25982026-07-08T02:27:29.338Z Compiling proc-macro-error2 v2.0.1
25992026-07-08T02:27:29.359Z Compiling clang-sys v1.8.1
26002026-07-08T02:27:29.549Z Compiling dirs-next v2.0.0
26012026-07-08T02:27:29.694Z Compiling r2d2 v0.8.10
26022026-07-08T02:27:29.714Z Compiling smallvec v0.6.14
26032026-07-08T02:27:29.976Z Compiling num-derive v0.3.3
26042026-07-08T02:27:29.981Z Compiling tiny-keccak v2.0.2
26052026-07-08T02:27:30.099Z Compiling hashbrown v0.12.3
26062026-07-08T02:27:30.200Z Compiling downcast-rs v2.0.2
26072026-07-08T02:27:30.307Z Compiling serde-hex v0.1.0
26082026-07-08T02:27:30.361Z Compiling term v0.7.0
26092026-07-08T02:27:30.562Z Compiling tabled_derive v0.11.0
26102026-07-08T02:27:30.866Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-07-08T02:27:30.886Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-07-08T02:27:30.905Z Compiling libscf-sys v1.1.0
26132026-07-08T02:27:31.000Z Compiling ron v0.8.1
26142026-07-08T02:27:31.074Z Compiling papergrid v0.17.0
26152026-07-08T02:27:31.107Z Compiling testing_table v0.3.0
26162026-07-08T02:27:31.139Z Compiling hashbrown v0.13.2
26172026-07-08T02:27:31.226Z Compiling bit-vec v0.6.3
26182026-07-08T02:27:31.465Z Compiling crc-any v2.5.0
26192026-07-08T02:27:31.547Z Compiling bit-set v0.5.3
26202026-07-08T02:27:31.660Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26212026-07-08T02:27:31.737Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-07-08T02:27:31.758Z Compiling object v0.30.4
26232026-07-08T02:27:31.883Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26242026-07-08T02:27:32.400Z Compiling tabled v0.20.0
26252026-07-08T02:27:32.464Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26262026-07-08T02:27:32.683Z Compiling ascii-canvas v3.0.0
26272026-07-08T02:27:32.945Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26282026-07-08T02:27:33.004Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26292026-07-08T02:27:33.347Z Compiling progenitor-impl v0.13.0
26302026-07-08T02:27:33.603Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26312026-07-08T02:27:33.719Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-07-08T02:27:33.833Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26332026-07-08T02:27:33.900Z Compiling itertools v0.10.5
26342026-07-08T02:27:34.074Z Compiling ena v0.14.4
26352026-07-08T02:27:34.271Z Compiling libloading v0.8.9
26362026-07-08T02:27:34.294Z Compiling diesel v2.3.7
26372026-07-08T02:27:34.320Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-08T02:27:34.502Z Compiling path-slash v0.1.5
26392026-07-08T02:27:34.563Z Compiling unicase v2.9.0
26402026-07-08T02:27:34.690Z Compiling xshell-macros v0.2.7
26412026-07-08T02:27:34.866Z Compiling diff v0.1.13
26422026-07-08T02:27:35.040Z Compiling bindgen v0.71.1
26432026-07-08T02:27:35.103Z Compiling regex-syntax v0.6.29
26442026-07-08T02:27:35.142Z Compiling xshell v0.2.7
26452026-07-08T02:27:35.226Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-07-08T02:27:35.531Z Compiling progenitor-macro v0.13.0
26472026-07-08T02:27:36.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-07-08T02:27:36.550Z Compiling lalrpop v0.19.12
26492026-07-08T02:27:36.867Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-07-08T02:27:37.573Z Compiling cexpr v0.6.0
26512026-07-08T02:27:38.215Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-07-08T02:27:38.404Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-07-08T02:27:38.455Z Compiling progenitor-client v0.13.0
26542026-07-08T02:27:38.867Z Compiling rustc-hash v2.1.1
26552026-07-08T02:27:38.979Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562026-07-08T02:27:39.552Z Compiling progenitor v0.13.0
26572026-07-08T02:27:39.853Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26582026-07-08T02:27:40.149Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26592026-07-08T02:27:40.291Z Compiling headers-core v0.3.0
26602026-07-08T02:27:40.450Z Compiling libxml v0.3.3
26612026-07-08T02:27:40.608Z Compiling crc8 v0.1.1
26622026-07-08T02:27:40.768Z Compiling headers v0.4.1
26632026-07-08T02:27:40.794Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-07-08T02:27:41.024Z Compiling strum_macros v0.24.3
26652026-07-08T02:27:41.045Z Compiling indoc v1.0.9
26662026-07-08T02:27:41.505Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-07-08T02:27:41.630Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-08T02:27:41.866Z Compiling git-stub v1.0.0
26692026-07-08T02:27:42.128Z Compiling derive_builder v0.20.2
26702026-07-08T02:27:42.227Z Compiling quick-xml v0.37.5
26712026-07-08T02:27:42.267Z Compiling oso-derive v0.27.3
26722026-07-08T02:27:42.292Z Compiling impl-trait-for-tuples v0.2.3
26732026-07-08T02:27:42.312Z Compiling openssl-probe v0.1.6
26742026-07-08T02:27:42.381Z Compiling git-stub-vcs v0.1.0
26752026-07-08T02:27:42.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26762026-07-08T02:27:42.746Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26772026-07-08T02:27:42.824Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-08T02:27:42.998Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26792026-07-08T02:27:43.067Z Compiling bb8 v0.8.6
26802026-07-08T02:27:43.400Z Compiling trait-variant v0.1.2
26812026-07-08T02:27:43.457Z Compiling half v1.8.3
26822026-07-08T02:27:43.581Z Compiling samael v0.0.19
26832026-07-08T02:27:43.666Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-07-08T02:27:43.917Z Compiling serde_cbor v0.11.2
26852026-07-08T02:27:43.970Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-07-08T02:27:43.990Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26872026-07-08T02:27:44.135Z Compiling polar-core v0.27.3
26882026-07-08T02:27:44.868Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-07-08T02:27:44.923Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26902026-07-08T02:27:44.966Z Compiling nonempty v0.12.0
26912026-07-08T02:27:44.970Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-07-08T02:27:45.196Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26932026-07-08T02:27:45.266Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-07-08T02:27:45.286Z Compiling fxhash v0.2.1
26952026-07-08T02:27:45.458Z Compiling libz-sys v1.1.24
26962026-07-08T02:27:45.755Z Compiling salty v0.3.0
26972026-07-08T02:27:46.079Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26982026-07-08T02:27:46.198Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-07-08T02:27:46.265Z Compiling kstat-rs v0.2.4
27002026-07-08T02:27:46.624Z Compiling arc-swap v1.8.2
27012026-07-08T02:27:46.740Z Compiling fs-err v2.11.0
27022026-07-08T02:27:47.146Z Compiling slog-scope v4.4.1
27032026-07-08T02:27:47.222Z Compiling mime_guess v2.0.5
27042026-07-08T02:27:47.247Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-07-08T02:27:47.679Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-07-08T02:27:47.790Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27072026-07-08T02:27:48.261Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-07-08T02:27:48.328Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-07-08T02:27:48.836Z Compiling rfc6979 v0.4.0
27102026-07-08T02:27:48.859Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
27112026-07-08T02:27:49.019Z Compiling nanorand v0.7.0
27122026-07-08T02:27:49.315Z Compiling darling_core v0.23.0
27132026-07-08T02:27:49.389Z Compiling libgit2-sys v0.18.3+1.9.2
27142026-07-08T02:27:49.566Z Compiling parking_lot_core v0.8.6
27152026-07-08T02:27:49.916Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
27162026-07-08T02:27:50.085Z Compiling flume v0.11.1
27172026-07-08T02:27:50.493Z Compiling ecdsa v0.16.9
27182026-07-08T02:27:50.916Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-07-08T02:27:51.185Z Compiling slog-stdlog v4.1.1
27202026-07-08T02:27:51.462Z Compiling darling_macro v0.23.0
27212026-07-08T02:27:51.782Z Compiling async-bb8-diesel v0.2.1
27222026-07-08T02:27:51.822Z Compiling diesel-dtrace v0.5.0
27232026-07-08T02:27:52.140Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-07-08T02:27:52.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27252026-07-08T02:27:52.229Z Compiling primeorder v0.13.6
27262026-07-08T02:27:52.411Z Compiling atty v0.2.14
27272026-07-08T02:27:52.563Z Compiling http-range v0.1.5
27282026-07-08T02:27:52.583Z Compiling strsim v0.10.0
27292026-07-08T02:27:52.908Z Compiling parse-size v1.1.0
27302026-07-08T02:27:52.912Z Compiling instability v0.3.11
27312026-07-08T02:27:53.152Z Compiling oso v0.27.3
27322026-07-08T02:27:53.174Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27332026-07-08T02:27:53.459Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-07-08T02:27:53.480Z Compiling darling_core v0.13.4
27352026-07-08T02:27:55.063Z Compiling p384 v0.13.1
27362026-07-08T02:27:55.113Z Compiling darling v0.23.0
27372026-07-08T02:27:55.226Z Compiling slog-envlogger v2.2.0
27382026-07-08T02:27:57.190Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27392026-07-08T02:27:57.220Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402026-07-08T02:27:57.733Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-07-08T02:27:59.174Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
27422026-07-08T02:27:59.590Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432026-07-08T02:27:59.761Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-07-08T02:27:59.905Z Compiling ignore v0.4.25
27452026-07-08T02:28:00.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-08T02:28:01.025Z Compiling vergen-git2 v9.1.0
27472026-07-08T02:28:01.292Z Compiling castaway v0.2.4
27482026-07-08T02:28:01.456Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-08T02:28:01.503Z Compiling indoc v2.0.7
27502026-07-08T02:28:01.660Z Compiling compact_str v0.8.1
27512026-07-08T02:28:01.821Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-08T02:28:02.706Z Compiling globwalk v0.9.1
27532026-07-08T02:28:02.816Z Compiling parking_lot v0.11.2
27542026-07-08T02:28:03.058Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27552026-07-08T02:28:03.266Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27562026-07-08T02:28:03.363Z Compiling hyper-staticfile v0.10.1
27572026-07-08T02:28:03.715Z Compiling darling_macro v0.13.4
27582026-07-08T02:28:04.062Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27592026-07-08T02:28:04.182Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-07-08T02:28:04.242Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27612026-07-08T02:28:04.528Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-07-08T02:28:04.723Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27632026-07-08T02:28:04.746Z Compiling predicates-tree v1.0.13
27642026-07-08T02:28:04.829Z Compiling unicode-truncate v1.1.0
27652026-07-08T02:28:04.992Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662026-07-08T02:28:05.046Z Compiling lru v0.12.5
27672026-07-08T02:28:05.075Z Compiling rand_seeder v0.4.0
27682026-07-08T02:28:05.212Z Compiling prefix-trie v0.7.0
27692026-07-08T02:28:05.238Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-07-08T02:28:05.275Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27712026-07-08T02:28:05.335Z Compiling corncobs v0.1.4
27722026-07-08T02:28:05.540Z Compiling illumos-nvpair-sys v0.2.0
27732026-07-08T02:28:05.583Z Compiling cassowary v0.3.0
27742026-07-08T02:28:05.701Z Compiling hickory-server v0.25.2
27752026-07-08T02:28:05.754Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-08T02:28:05.853Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27772026-07-08T02:28:06.069Z Compiling ratatui v0.29.0
27782026-07-08T02:28:06.091Z Compiling camino-tempfile-ext v0.3.3
27792026-07-08T02:28:06.261Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27802026-07-08T02:28:06.496Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-08T02:28:06.517Z Compiling darling v0.13.4
27822026-07-08T02:28:06.631Z Compiling sled v0.34.7
27832026-07-08T02:28:06.724Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-07-08T02:28:07.153Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27852026-07-08T02:28:07.682Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-07-08T02:28:09.138Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-07-08T02:28:09.636Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27882026-07-08T02:28:09.848Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27892026-07-08T02:28:09.878Z Compiling secrecy v0.8.0
27902026-07-08T02:28:10.073Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-07-08T02:28:10.372Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-08T02:28:10.706Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-07-08T02:28:11.048Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-07-08T02:28:11.683Z Compiling serde_with_macros v1.5.2
27952026-07-08T02:28:12.233Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-07-08T02:28:12.878Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27972026-07-08T02:28:13.248Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27982026-07-08T02:28:13.315Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27992026-07-08T02:28:13.563Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28002026-07-08T02:28:13.802Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28012026-07-08T02:28:14.066Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28022026-07-08T02:28:14.311Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-07-08T02:28:14.496Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28042026-07-08T02:28:14.551Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-07-08T02:28:14.721Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28062026-07-08T02:28:14.742Z Compiling void v1.0.2
28072026-07-08T02:28:14.891Z Compiling lzss v0.8.2
28082026-07-08T02:28:15.281Z Compiling illumos-nvpair v0.3.0
28092026-07-08T02:28:15.423Z Compiling git2 v0.20.4
28102026-07-08T02:28:15.501Z Compiling serde_with v1.14.0
28112026-07-08T02:28:15.778Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28122026-07-08T02:28:16.285Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28132026-07-08T02:28:16.702Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28142026-07-08T02:28:16.772Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28152026-07-08T02:28:17.397Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28162026-07-08T02:28:18.826Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28172026-07-08T02:28:18.959Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28182026-07-08T02:28:19.389Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-07-08T02:28:20.006Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28202026-07-08T02:28:20.107Z Compiling tungstenite v0.23.0
28212026-07-08T02:28:20.250Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28222026-07-08T02:28:20.274Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-07-08T02:28:21.812Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28242026-07-08T02:28:22.066Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28252026-07-08T02:28:22.292Z Compiling nix v0.27.1
28262026-07-08T02:28:22.315Z Compiling twox-hash v2.1.2
28272026-07-08T02:28:22.374Z Compiling serde_bytes v0.11.19
28282026-07-08T02:28:22.470Z Compiling tokio-tungstenite v0.23.1
28292026-07-08T02:28:22.690Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-08T02:28:22.831Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28312026-07-08T02:28:22.856Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-08T02:28:23.077Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28332026-07-08T02:28:23.408Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28342026-07-08T02:28:23.472Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28352026-07-08T02:28:24.866Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28362026-07-08T02:28:25.512Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-07-08T02:28:26.800Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28382026-07-08T02:28:27.228Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28392026-07-08T02:28:27.362Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28402026-07-08T02:28:27.839Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28412026-07-08T02:28:27.932Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28422026-07-08T02:28:28.083Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28432026-07-08T02:28:28.266Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-07-08T02:28:28.448Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28452026-07-08T02:28:28.775Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462026-07-08T02:28:29.362Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-07-08T02:28:29.956Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28482026-07-08T02:28:31.456Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28492026-07-08T02:28:31.712Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-07-08T02:28:32.464Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28512026-07-08T02:28:33.962Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28522026-07-08T02:28:34.652Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-07-08T02:28:34.876Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28542026-07-08T02:28:35.106Z Compiling fatfs v0.3.6
28552026-07-08T02:28:35.292Z Compiling signal-hook-tokio v0.3.1
28562026-07-08T02:28:35.402Z Compiling yasna v0.5.2
28572026-07-08T02:28:35.482Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28582026-07-08T02:28:35.640Z Compiling assert_matches v1.5.0
28592026-07-08T02:28:35.768Z Compiling seq-macro v0.3.6
28602026-07-08T02:28:35.807Z Compiling is_ci v1.2.0
28612026-07-08T02:28:36.028Z Compiling rcgen v0.12.1
28622026-07-08T02:28:36.297Z Compiling supports-color v3.0.2
28632026-07-08T02:28:36.350Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-07-08T02:28:36.980Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28652026-07-08T02:28:37.254Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28662026-07-08T02:28:39.158Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672026-07-08T02:28:39.288Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-07-08T02:28:39.409Z Compiling rtoolbox v0.0.3
28692026-07-08T02:28:39.553Z Compiling subprocess v0.2.15
28702026-07-08T02:28:39.698Z Compiling rpassword v7.4.0
28712026-07-08T02:28:40.019Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28722026-07-08T02:28:40.631Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28732026-07-08T02:28:41.110Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28742026-07-08T02:28:41.250Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28752026-07-08T02:28:41.817Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28762026-07-08T02:28:43.440Z Compiling tui-tree-widget v0.23.1
28772026-07-08T02:28:43.752Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28782026-07-08T02:28:43.777Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28792026-07-08T02:28:44.956Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28802026-07-08T02:28:45.201Z Compiling uzers v0.12.2
28812026-07-08T02:28:45.397Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28822026-07-08T02:28:45.516Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28832026-07-08T02:28:46.375Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28842026-07-08T02:28:46.669Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28852026-07-08T02:28:49.172Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28862026-07-08T02:28:50.897Z Compiling support-bundle-viewer v0.1.2
28872026-07-08T02:28:51.344Z Compiling multimap v0.10.1
28882026-07-08T02:29:06.062Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28892026-07-08T02:29:06.142Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28902026-07-08T02:29:13.183Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28912026-07-08T02:29:13.482Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28922026-07-08T02:29:14.746Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28932026-07-08T02:37:48.162Z Finished `release` profile [optimized] target(s) in 10m 43s
28942026-07-08T02:38:35.839Z
28952026-07-08T02:38:35.839Zreal 11:32.449145475
28962026-07-08T02:38:35.839Zuser 1:21:14.803364527
28972026-07-08T02:38:35.843Zsys 3:32.847443602
28982026-07-08T02:38:35.843Ztrap 1.775984542
28992026-07-08T02:38:35.843Ztflt 2.281844123
29002026-07-08T02:38:35.843Zdflt 18.861582275
29012026-07-08T02:38:35.843Zkflt 0.015386661
29022026-07-08T02:38:35.843Zlock 8:11:46.330593883
29032026-07-08T02:38:35.843Zslp 2:20:39.391161959
29042026-07-08T02:38:35.843Zlat 2:23.618030327
29052026-07-08T02:38:35.843Zstop 5:05.109760419
29062026-07-08T02:38:35.843Z+ mapfile -t packages
29072026-07-08T02:38:35.843Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29082026-07-08T02:38:36.745Z Finished `release` profile [optimized] target(s) in 0.88s
29092026-07-08T02:38:36.811Z Running `target/release/omicron-package -t test list-outputs`
29102026-07-08T02:38:36.868ZLogging to: /work/oxidecomputer/omicron/out/LOG
29112026-07-08T02:38:36.872Z+ ptime -m cargo build --locked --release -p xtask
29122026-07-08T02:38:37.343Z Compiling libc v0.2.185
29132026-07-08T02:38:37.344Z Compiling serde_core v1.0.228
29142026-07-08T02:38:37.344Z Compiling serde v1.0.228
29152026-07-08T02:38:37.347Z Compiling rustix v1.1.3
29162026-07-08T02:38:37.347Z Compiling bitflags v2.11.0
29172026-07-08T02:38:37.347Z Compiling serde_json v1.0.150
29182026-07-08T02:38:37.501Z Compiling syn v2.0.117
29192026-07-08T02:38:37.501Z Compiling usdt-impl v0.5.0
29202026-07-08T02:38:37.504Z Compiling syn v1.0.109
29212026-07-08T02:38:37.531Z Compiling getrandom v0.4.1
29222026-07-08T02:38:37.531Z Compiling log v0.4.29
29232026-07-08T02:38:37.555Z Compiling indexmap v2.14.0
29242026-07-08T02:38:37.570Z Compiling fs-err v3.3.0
29252026-07-08T02:38:37.752Z Compiling anyhow v1.0.102
29262026-07-08T02:38:37.815Z Compiling once_cell v1.21.3
29272026-07-08T02:38:37.891Z Compiling heck v0.4.1
29282026-07-08T02:38:38.227Z Compiling thread-id v4.2.2
29292026-07-08T02:38:38.249Z Compiling errno v0.3.14
29302026-07-08T02:38:38.256Z Compiling memmap v0.7.0
29312026-07-08T02:38:39.024Z Compiling proc-macro-error v1.0.4
29322026-07-08T02:38:39.245Z Compiling terminal_size v0.4.3
29332026-07-08T02:38:39.246Z Compiling tempfile v3.25.0
29342026-07-08T02:38:39.266Z Compiling tabled_derive v0.7.0
29352026-07-08T02:38:39.348Z Compiling clap_builder v4.6.0
29362026-07-08T02:38:39.348Z Compiling textwrap v0.16.2
29372026-07-08T02:38:39.619Z Compiling camino v1.2.2
29382026-07-08T02:38:39.630Z Compiling cargo-platform v0.3.2
29392026-07-08T02:38:39.633Z Compiling semver v1.0.28
29402026-07-08T02:38:39.687Z Compiling pest_generator v2.8.6
29412026-07-08T02:38:39.961Z Compiling tabled v0.15.0
29422026-07-08T02:38:39.996Z Compiling camino-tempfile v1.4.1
29432026-07-08T02:38:40.231Z Compiling serde_derive v1.0.228
29442026-07-08T02:38:40.231Z Compiling thiserror-impl v1.0.69
29452026-07-08T02:38:40.231Z Compiling zerocopy-derive v0.7.35
29462026-07-08T02:38:40.235Z Compiling scroll_derive v0.12.1
29472026-07-08T02:38:40.235Z Compiling thiserror-impl v2.0.18
29482026-07-08T02:38:40.235Z Compiling clap_derive v4.6.1
29492026-07-08T02:38:40.287Z Compiling pest_derive v2.8.6
29502026-07-08T02:38:40.926Z Compiling scroll v0.12.0
29512026-07-08T02:38:41.091Z Compiling zerocopy v0.7.35
29522026-07-08T02:38:41.214Z Compiling goblin v0.8.2
29532026-07-08T02:38:41.338Z Compiling thiserror v1.0.69
29542026-07-08T02:38:41.458Z Compiling dtrace-parser v0.2.0
29552026-07-08T02:38:41.675Z Compiling thiserror v2.0.18
29562026-07-08T02:38:41.832Z Compiling clap v4.6.1
29572026-07-08T02:38:43.358Z Compiling dof v0.3.0
29582026-07-08T02:38:43.371Z Compiling serde_tokenstream v0.2.3
29592026-07-08T02:38:43.403Z Compiling toml_datetime v0.6.11
29602026-07-08T02:38:43.404Z Compiling serde_spanned v0.6.9
29612026-07-08T02:38:43.507Z Compiling cargo_metadata v0.23.1
29622026-07-08T02:38:43.588Z Compiling macaddr v1.0.1
29632026-07-08T02:38:43.675Z Compiling toml_edit v0.22.27
29642026-07-08T02:38:43.715Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29652026-07-08T02:38:44.123Z Compiling usdt-attr-macro v0.5.0
29662026-07-08T02:38:44.123Z Compiling usdt-macro v0.5.0
29672026-07-08T02:38:44.789Z Compiling usdt v0.5.0
29682026-07-08T02:38:45.190Z Compiling toml v0.8.23
29692026-07-08T02:38:45.624Z Compiling cargo_toml v0.21.0
29702026-07-08T02:38:50.082Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29712026-07-08T02:38:53.032Z Finished `release` profile [optimized] target(s) in 16.15s
29722026-07-08T02:38:53.135Z
29732026-07-08T02:38:53.135Zreal 16.229215848
29742026-07-08T02:38:53.135Zuser 2:05.519033932
29752026-07-08T02:38:53.135Zsys 14.152128221
29762026-07-08T02:38:53.135Ztrap 0.070937606
29772026-07-08T02:38:53.139Ztflt 0.380565243
29782026-07-08T02:38:53.139Zdflt 1.612664024
29792026-07-08T02:38:53.139Zkflt 0.000075044
29802026-07-08T02:38:53.139Zlock 4:26.488233583
29812026-07-08T02:38:53.139Zslp 2:43.557619721
29822026-07-08T02:38:53.139Zlat 4.934789771
29832026-07-08T02:38:53.139Zstop 15.417825139
29842026-07-08T02:38:53.139Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29852026-07-08T02:38:53.139Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29862026-07-08T02:38:53.139Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29872026-07-08T02:38:53.139Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29882026-07-08T02:38:53.139Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29892026-07-08T02:38:54.054Z Compiling progenitor-client v0.14.0
29902026-07-08T02:38:54.054Z Compiling newtype-uuid-macros v0.1.0
29912026-07-08T02:38:54.054Z Compiling match_cfg v0.1.0
29922026-07-08T02:38:54.076Z Compiling slog-json v2.6.1
29932026-07-08T02:38:54.076Z Compiling structmeta-derive v0.3.0
29942026-07-08T02:38:54.076Z Compiling sha1 v0.11.0
29952026-07-08T02:38:54.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29962026-07-08T02:38:54.229Z Compiling multer v3.1.0
29972026-07-08T02:38:54.233Z Compiling debug-ignore v1.0.5
29982026-07-08T02:38:54.233Z Compiling compression-core v0.4.31
29992026-07-08T02:38:54.233Z Compiling atomicwrites v0.4.4
30002026-07-08T02:38:54.233Z Compiling itertools v0.14.0
30012026-07-08T02:38:54.233Z Compiling async-stream-impl v0.3.6
30022026-07-08T02:38:54.233Z Compiling serde_spanned v1.1.1
30032026-07-08T02:38:54.233Z Compiling toml_datetime v1.1.1+spec-1.1.0
30042026-07-08T02:38:54.233Z Compiling dropshot v0.17.1
30052026-07-08T02:38:54.444Z Compiling toml_writer v1.1.1+spec-1.1.0
30062026-07-08T02:38:54.494Z Compiling compression-codecs v0.4.37
30072026-07-08T02:38:54.494Z Compiling waitgroup v0.1.2
30082026-07-08T02:38:54.528Z Compiling hostname v0.3.1
30092026-07-08T02:38:54.547Z Compiling rustls-pemfile v2.2.0
30102026-07-08T02:38:54.552Z Compiling dropshot_endpoint v0.17.1
30112026-07-08T02:38:54.552Z Compiling serde_path_to_error v0.1.20
30122026-07-08T02:38:54.601Z Compiling hostname v0.4.2
30132026-07-08T02:38:54.636Z Compiling slog-bunyan v2.5.0
30142026-07-08T02:38:54.651Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30152026-07-08T02:38:54.673Z Compiling async-compression v0.4.41
30162026-07-08T02:38:54.716Z Compiling toml v1.1.2+spec-1.1.0
30172026-07-08T02:38:54.720Z Compiling macaddr v1.0.1
30182026-07-08T02:38:54.769Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30192026-07-08T02:38:54.805Z Compiling instant v0.1.13
30202026-07-08T02:38:54.809Z Compiling regress v0.10.5
30212026-07-08T02:38:54.844Z Compiling backon v1.6.0
30222026-07-08T02:38:54.866Z Compiling humantime v2.3.0
30232026-07-08T02:38:54.928Z Compiling backoff v0.4.0
30242026-07-08T02:38:54.942Z Compiling regress v0.11.1
30252026-07-08T02:38:54.964Z Compiling async-stream v0.3.6
30262026-07-08T02:38:54.982Z Compiling half v2.7.1
30272026-07-08T02:38:55.001Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30282026-07-08T02:38:55.024Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-07-08T02:38:55.044Z Compiling progenitor-extras v0.2.0
30302026-07-08T02:38:55.071Z Compiling crucible-workspace-hack v0.1.0
30312026-07-08T02:38:55.160Z Compiling ciborium-io v0.2.2
30322026-07-08T02:38:55.177Z Compiling convert_case v0.4.0
30332026-07-08T02:38:55.177Z Compiling secrecy v0.10.3
30342026-07-08T02:38:55.236Z Compiling unsafe-libyaml v0.2.11
30352026-07-08T02:38:55.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30362026-07-08T02:38:55.288Z Compiling ciborium-ll v0.2.2
30372026-07-08T02:38:55.318Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30382026-07-08T02:38:55.324Z Compiling proc-macro-crate v1.3.1
30392026-07-08T02:38:55.375Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-07-08T02:38:55.414Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30412026-07-08T02:38:55.434Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30422026-07-08T02:38:55.471Z Compiling ciborium v0.2.2
30432026-07-08T02:38:55.522Z Compiling inout v0.1.4
30442026-07-08T02:38:55.582Z Compiling structmeta v0.3.0
30452026-07-08T02:38:55.586Z Compiling derive_more v0.99.20
30462026-07-08T02:38:55.665Z Compiling cipher v0.4.4
30472026-07-08T02:38:55.682Z Compiling thiserror-impl-no-std v2.0.2
30482026-07-08T02:38:55.708Z Compiling universal-hash v0.5.1
30492026-07-08T02:38:55.726Z Compiling opaque-debug v0.3.1
30502026-07-08T02:38:55.743Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30512026-07-08T02:38:55.762Z Compiling byte-wrapper v0.1.0
30522026-07-08T02:38:55.780Z Compiling serde_yaml v0.9.34+deprecated
30532026-07-08T02:38:55.816Z Compiling blake2 v0.10.6
30542026-07-08T02:38:55.833Z Compiling derive-ex v0.1.8
30552026-07-08T02:38:55.866Z Compiling parse-display-derive v0.10.0
30562026-07-08T02:38:55.943Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30572026-07-08T02:38:56.008Z Compiling chacha20 v0.9.1
30582026-07-08T02:38:56.030Z Compiling poly1305 v0.8.0
30592026-07-08T02:38:56.068Z Compiling aead v0.5.2
30602026-07-08T02:38:56.135Z Compiling password-hash v0.5.0
30612026-07-08T02:38:56.152Z Compiling indent_write v2.2.0
30622026-07-08T02:38:56.303Z Compiling chacha20poly1305 v0.10.1
30632026-07-08T02:38:56.321Z Compiling num_enum_derive v0.7.6
30642026-07-08T02:38:56.337Z Compiling heapless v0.8.0
30652026-07-08T02:38:56.417Z Compiling argon2 v0.5.3
30662026-07-08T02:38:56.488Z Compiling ingot-macros v0.1.1
30672026-07-08T02:38:56.567Z Compiling tabwriter v1.4.1
30682026-07-08T02:38:56.687Z Compiling typify-impl v0.6.2
30692026-07-08T02:38:56.806Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30702026-07-08T02:38:56.952Z Compiling thiserror-no-std v2.0.2
30712026-07-08T02:38:57.027Z Compiling hash32 v0.3.1
30722026-07-08T02:38:57.070Z Compiling vsss-rs v3.3.4
30732026-07-08T02:38:57.105Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30742026-07-08T02:38:57.209Z Compiling smoltcp v0.11.0
30752026-07-08T02:38:57.398Z Compiling cobs v0.3.0
30762026-07-08T02:38:57.490Z Compiling num_enum v0.7.6
30772026-07-08T02:38:57.611Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-07-08T02:38:57.630Z Compiling test-strategy v0.4.5
30792026-07-08T02:38:57.633Z Compiling colored v3.1.1
30802026-07-08T02:38:57.678Z Compiling parse-display v0.10.0
30812026-07-08T02:38:57.681Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30822026-07-08T02:38:57.736Z Compiling postcard v1.1.3
30832026-07-08T02:38:57.832Z Compiling proc-macro-error v1.0.4
30842026-07-08T02:38:57.915Z Compiling rand v0.10.1
30852026-07-08T02:38:58.055Z Compiling foreign-types-macros v0.2.3
30862026-07-08T02:38:58.072Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30872026-07-08T02:38:58.076Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30882026-07-08T02:38:58.106Z Compiling rayon-core v1.13.0
30892026-07-08T02:38:58.186Z Compiling foreign-types-shared v0.3.1
30902026-07-08T02:38:58.261Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30912026-07-08T02:38:58.328Z Compiling num_enum_derive v0.5.11
30922026-07-08T02:38:58.363Z Compiling crossbeam-deque v0.8.6
30932026-07-08T02:38:58.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-07-08T02:38:58.407Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-08T02:38:58.438Z Compiling cstr-argument v0.1.2
30962026-07-08T02:38:58.455Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-07-08T02:38:58.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30982026-07-08T02:38:58.627Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-07-08T02:38:58.734Z Compiling foreign-types v0.5.0
31002026-07-08T02:38:58.738Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31012026-07-08T02:38:58.831Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31022026-07-08T02:38:58.848Z Compiling zone_cfg_derive v0.3.1
31032026-07-08T02:38:58.848Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31042026-07-08T02:38:58.901Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-07-08T02:38:58.905Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31062026-07-08T02:38:58.936Z Compiling itertools v0.12.1
31072026-07-08T02:38:59.002Z Compiling num-derive v0.4.2
31082026-07-08T02:38:59.115Z Compiling rayon v1.11.0
31092026-07-08T02:38:59.141Z Compiling sigpipe v0.1.3
31102026-07-08T02:38:59.159Z Compiling cpubits v0.1.1
31112026-07-08T02:38:59.257Z Compiling glob v0.3.3
31122026-07-08T02:38:59.260Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31132026-07-08T02:38:59.289Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31142026-07-08T02:38:59.325Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31152026-07-08T02:38:59.426Z Compiling smf v0.2.3
31162026-07-08T02:38:59.472Z Compiling num_enum v0.5.11
31172026-07-08T02:38:59.540Z Compiling ingot-types v0.1.2
31182026-07-08T02:38:59.561Z Compiling whoami v1.6.1
31192026-07-08T02:38:59.598Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31202026-07-08T02:38:59.616Z Compiling usdt-macro v0.5.0
31212026-07-08T02:38:59.616Z Compiling usdt-attr-macro v0.5.0
31222026-07-08T02:38:59.668Z Compiling gethostname v0.5.0
31232026-07-08T02:38:59.686Z Compiling num-rational v0.4.2
31242026-07-08T02:38:59.812Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-07-08T02:38:59.895Z Compiling pem-rfc7468 v1.0.0
31262026-07-08T02:38:59.934Z Compiling ingot v0.1.1
31272026-07-08T02:38:59.986Z Compiling num-complex v0.4.6
31282026-07-08T02:38:59.989Z Compiling memmap v0.7.0
31292026-07-08T02:39:00.019Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31302026-07-08T02:39:00.160Z Compiling zone v0.3.1
31312026-07-08T02:39:00.201Z Compiling derive-where v1.6.0
31322026-07-08T02:39:00.222Z Compiling float-ord v0.3.2
31332026-07-08T02:39:00.240Z Compiling toml v0.8.23
31342026-07-08T02:39:00.297Z Compiling hmac v0.13.0
31352026-07-08T02:39:00.367Z Compiling num v0.4.3
31362026-07-08T02:39:00.414Z Compiling universal-hash v0.6.1
31372026-07-08T02:39:00.431Z Compiling resolv-conf v0.7.6
31382026-07-08T02:39:00.446Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31392026-07-08T02:39:00.462Z Compiling cancel-safe-futures v0.1.5
31402026-07-08T02:39:00.504Z Compiling usdt v0.5.0
31412026-07-08T02:39:00.521Z Compiling owo-colors v4.3.0
31422026-07-08T02:39:00.573Z Compiling polyval v0.7.1
31432026-07-08T02:39:00.596Z Compiling der v0.8.0
31442026-07-08T02:39:00.617Z Compiling libsw-core v0.3.2
31452026-07-08T02:39:00.746Z Compiling prettyplease v0.2.37
31462026-07-08T02:39:00.807Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31472026-07-08T02:39:00.825Z Compiling libsw v3.5.0
31482026-07-08T02:39:00.825Z Compiling ghash v0.6.0
31492026-07-08T02:39:00.889Z Compiling pbkdf2 v0.13.0
31502026-07-08T02:39:00.907Z Compiling aes v0.9.1
31512026-07-08T02:39:00.956Z Compiling console v0.15.11
31522026-07-08T02:39:01.002Z Compiling hickory-proto v0.24.4
31532026-07-08T02:39:01.035Z Compiling newline-converter v0.3.0
31542026-07-08T02:39:01.054Z Compiling ctr v0.10.1
31552026-07-08T02:39:01.057Z Compiling aead v0.6.1
31562026-07-08T02:39:01.182Z Compiling sha2 v0.11.0
31572026-07-08T02:39:01.211Z Compiling libefi-sys v0.1.0
31582026-07-08T02:39:01.263Z Compiling linked-hash-map v0.5.6
31592026-07-08T02:39:01.288Z Compiling linear-map v1.2.0
31602026-07-08T02:39:01.348Z Compiling typify-macro v0.6.2
31612026-07-08T02:39:01.414Z Compiling aes-gcm v0.11.0
31622026-07-08T02:39:01.476Z Compiling lru-cache v0.1.2
31632026-07-08T02:39:01.492Z Compiling expectorate v1.2.0
31642026-07-08T02:39:01.510Z Compiling spki v0.8.0
31652026-07-08T02:39:01.601Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31662026-07-08T02:39:01.630Z Compiling crypto-bigint v0.7.5
31672026-07-08T02:39:01.634Z Compiling git-stub v1.0.0
31682026-07-08T02:39:01.681Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31692026-07-08T02:39:01.741Z Compiling cbc v0.2.1
31702026-07-08T02:39:01.757Z Compiling salsa20 v0.11.0
31712026-07-08T02:39:01.852Z Compiling bitfield-struct v0.6.2
31722026-07-08T02:39:01.893Z Compiling nom v8.0.0
31732026-07-08T02:39:01.925Z Compiling semver v0.1.20
31742026-07-08T02:39:01.944Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
31752026-07-08T02:39:01.948Z Compiling scrypt v0.12.0
31762026-07-08T02:39:02.044Z Compiling git-stub-vcs v0.1.0
31772026-07-08T02:39:02.175Z Compiling rustc_version v0.1.7
31782026-07-08T02:39:02.256Z Compiling tokio-dtrace v0.1.1
31792026-07-08T02:39:02.289Z Compiling dropshot-api-manager-types v0.7.2
31802026-07-08T02:39:02.323Z Compiling slog-dtrace v0.3.0
31812026-07-08T02:39:02.440Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31822026-07-08T02:39:02.459Z Compiling minimal-lexical v0.2.1
31832026-07-08T02:39:02.546Z Compiling newtype_derive v0.1.6
31842026-07-08T02:39:02.564Z Compiling oxide-tokio-rt v0.1.4
31852026-07-08T02:39:02.598Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-07-08T02:39:02.702Z Compiling nom v7.1.3
31872026-07-08T02:39:02.799Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-07-08T02:39:02.815Z Compiling pkcs5 v0.8.1
31892026-07-08T02:39:02.834Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31902026-07-08T02:39:02.922Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-08T02:39:02.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31922026-07-08T02:39:02.984Z Compiling phf_shared v0.12.1
31932026-07-08T02:39:03.042Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31942026-07-08T02:39:03.104Z Compiling csv-core v0.1.13
31952026-07-08T02:39:03.162Z Compiling xshell-macros v0.2.7
31962026-07-08T02:39:03.197Z Compiling hickory-resolver v0.24.4
31972026-07-08T02:39:03.244Z Compiling typify v0.6.2
31982026-07-08T02:39:03.297Z Compiling unicode-xid v0.2.6
31992026-07-08T02:39:03.351Z Compiling chrono-tz v0.10.4
32002026-07-08T02:39:03.389Z Compiling progenitor-impl v0.14.0
32012026-07-08T02:39:03.395Z Compiling highway v1.3.0
32022026-07-08T02:39:03.423Z Compiling csv v1.4.0
32032026-07-08T02:39:03.454Z Compiling const_format_proc_macros v0.2.34
32042026-07-08T02:39:03.551Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-07-08T02:39:03.585Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32062026-07-08T02:39:03.609Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32072026-07-08T02:39:03.817Z Compiling xshell v0.2.7
32082026-07-08T02:39:04.023Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32092026-07-08T02:39:04.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32102026-07-08T02:39:04.316Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32112026-07-08T02:39:04.345Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32122026-07-08T02:39:04.363Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32132026-07-08T02:39:04.381Z Compiling qorb v0.4.1
32142026-07-08T02:39:04.463Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32152026-07-08T02:39:04.519Z Compiling pkcs8 v0.11.0
32162026-07-08T02:39:04.561Z Compiling phf v0.12.1
32172026-07-08T02:39:04.716Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32182026-07-08T02:39:04.940Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-07-08T02:39:05.159Z Compiling const_format v0.2.35
32202026-07-08T02:39:05.183Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-07-08T02:39:05.203Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32222026-07-08T02:39:05.321Z Compiling tabled_derive v0.7.0
32232026-07-08T02:39:05.396Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32242026-07-08T02:39:05.487Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32252026-07-08T02:39:05.511Z Compiling bcs v0.1.6
32262026-07-08T02:39:05.586Z Compiling ff v0.14.0
32272026-07-08T02:39:05.759Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32282026-07-08T02:39:05.807Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32292026-07-08T02:39:05.854Z Compiling salty v0.3.0
32302026-07-08T02:39:06.028Z Compiling termtree v0.5.1
32312026-07-08T02:39:06.115Z Compiling progenitor-macro v0.14.0
32322026-07-08T02:39:06.152Z Compiling tagptr v0.2.0
32332026-07-08T02:39:06.218Z Compiling textwrap v0.16.2
32342026-07-08T02:39:06.333Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32352026-07-08T02:39:06.349Z Compiling moka v0.12.13
32362026-07-08T02:39:06.366Z Compiling tabled v0.15.0
32372026-07-08T02:39:06.445Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32382026-07-08T02:39:06.475Z Compiling steno v0.4.1
32392026-07-08T02:39:06.571Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32402026-07-08T02:39:06.599Z Compiling sha1 v0.10.6
32412026-07-08T02:39:06.685Z Compiling signature v3.0.0
32422026-07-08T02:39:06.722Z Compiling radium v0.7.0
32432026-07-08T02:39:06.742Z Compiling base16ct v1.0.0
32442026-07-08T02:39:06.849Z Compiling base64 v0.21.7
32452026-07-08T02:39:06.894Z Compiling sec1 v0.8.1
32462026-07-08T02:39:07.066Z Compiling group v0.14.0
32472026-07-08T02:39:07.085Z Compiling hickory-resolver v0.25.2
32482026-07-08T02:39:07.192Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32492026-07-08T02:39:07.210Z Compiling hkdf v0.13.0
32502026-07-08T02:39:07.232Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32512026-07-08T02:39:07.252Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32522026-07-08T02:39:07.283Z Compiling rfc6979 v0.4.0
32532026-07-08T02:39:07.396Z Compiling maybe-uninit v2.0.0
32542026-07-08T02:39:07.438Z Compiling tap v1.0.1
32552026-07-08T02:39:07.455Z Compiling ecdsa v0.16.9
32562026-07-08T02:39:07.545Z Compiling wyz v0.5.1
32572026-07-08T02:39:07.584Z Compiling elliptic-curve v0.14.0-rc.33
32582026-07-08T02:39:07.803Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32592026-07-08T02:39:07.821Z Compiling primeorder v0.13.6
32602026-07-08T02:39:07.900Z Compiling proc-macro-error-attr2 v2.0.0
32612026-07-08T02:39:08.009Z Compiling funty v2.0.0
32622026-07-08T02:39:08.130Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32632026-07-08T02:39:08.171Z Compiling parking_lot_core v0.8.6
32642026-07-08T02:39:08.302Z Compiling utf-8 v0.7.6
32652026-07-08T02:39:08.366Z Compiling packed_struct v0.10.1
32662026-07-08T02:39:08.411Z Compiling proc-macro-error2 v2.0.1
32672026-07-08T02:39:08.510Z Compiling tungstenite v0.21.0
32682026-07-08T02:39:09.535Z Compiling bitvec v1.0.1
32692026-07-08T02:39:09.539Z Compiling p384 v0.13.1
32702026-07-08T02:39:09.539Z Compiling rfc6979 v0.5.0
32712026-07-08T02:39:09.539Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32722026-07-08T02:39:09.539Z Compiling packed_struct_codegen v0.10.1
32732026-07-08T02:39:09.539Z Compiling num-derive v0.3.3
32742026-07-08T02:39:09.539Z Compiling zerocopy-derive v0.6.6
32752026-07-08T02:39:09.539Z Compiling bitfield-macros v0.19.4
32762026-07-08T02:39:09.539Z Compiling indexmap v1.9.3
32772026-07-08T02:39:09.539Z Compiling crc-catalog v2.4.0
32782026-07-08T02:39:09.539Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32792026-07-08T02:39:09.539Z Compiling nodrop v0.1.14
32802026-07-08T02:39:09.539Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32812026-07-08T02:39:09.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-07-08T02:39:09.543Z Compiling array-init v0.0.4
32832026-07-08T02:39:09.626Z Compiling crc v3.4.0
32842026-07-08T02:39:09.696Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
32852026-07-08T02:39:09.787Z Compiling tokio-tungstenite v0.21.0
32862026-07-08T02:39:09.870Z Compiling ecdsa v0.17.0-rc.18
32872026-07-08T02:39:09.933Z Compiling tabled_derive v0.11.0
32882026-07-08T02:39:09.951Z Compiling smallvec v0.6.14
32892026-07-08T02:39:09.969Z Compiling bitfield v0.19.4
32902026-07-08T02:39:09.990Z Compiling libscf-sys v1.1.0
32912026-07-08T02:39:10.053Z Compiling zerocopy v0.6.6
32922026-07-08T02:39:10.157Z Compiling primeorder v0.14.0-rc.10
32932026-07-08T02:39:10.175Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32942026-07-08T02:39:10.199Z Compiling primefield v0.14.0
32952026-07-08T02:39:10.299Z Compiling progenitor-impl v0.13.0
32962026-07-08T02:39:10.340Z Compiling papergrid v0.17.0
32972026-07-08T02:39:10.359Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32982026-07-08T02:39:10.377Z Compiling testing_table v0.3.0
32992026-07-08T02:39:10.413Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33002026-07-08T02:39:10.430Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33012026-07-08T02:39:10.461Z Compiling curve25519-dalek v5.0.0-rc.0
33022026-07-08T02:39:10.503Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33032026-07-08T02:39:10.558Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-08T02:39:10.644Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-07-08T02:39:10.742Z Compiling illumos-nvpair-sys v0.2.0
33062026-07-08T02:39:10.761Z Compiling corncobs v0.1.4
33072026-07-08T02:39:10.883Z Compiling hashbrown v0.12.3
33082026-07-08T02:39:10.899Z Compiling unicase v2.9.0
33092026-07-08T02:39:10.974Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-07-08T02:39:11.055Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-08T02:39:11.080Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33122026-07-08T02:39:11.096Z Compiling parking_lot v0.11.2
33132026-07-08T02:39:11.132Z Compiling mime_guess v2.0.5
33142026-07-08T02:39:11.182Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-07-08T02:39:11.301Z Compiling tabled v0.20.0
33162026-07-08T02:39:11.326Z Compiling progenitor v0.14.0
33172026-07-08T02:39:11.391Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33182026-07-08T02:39:11.406Z Compiling serde-hex v0.1.0
33192026-07-08T02:39:11.467Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
33202026-07-08T02:39:11.496Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-08T02:39:11.741Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=06bb62cc303fd86add35eee4a03291fd5932dbfb#06bb62cc)
33222026-07-08T02:39:11.791Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-07-08T02:39:12.010Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-07-08T02:39:12.028Z Compiling ron v0.8.1
33252026-07-08T02:39:12.054Z Compiling ssh-encoding v0.3.0-rc.9
33262026-07-08T02:39:12.071Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-07-08T02:39:12.089Z Compiling hashbrown v0.13.2
33282026-07-08T02:39:12.185Z Compiling progenitor-client v0.13.0
33292026-07-08T02:39:12.418Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33302026-07-08T02:39:12.464Z Compiling prefix-trie v0.7.0
33312026-07-08T02:39:12.533Z Compiling fxhash v0.2.1
33322026-07-08T02:39:12.578Z Compiling secrecy v0.8.0
33332026-07-08T02:39:12.617Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33342026-07-08T02:39:12.701Z Compiling crc-any v2.5.0
33352026-07-08T02:39:12.955Z Compiling hickory-server v0.25.2
33362026-07-08T02:39:12.991Z Compiling sled v0.34.7
33372026-07-08T02:39:13.010Z Compiling progenitor-macro v0.13.0
33382026-07-08T02:39:13.010Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-07-08T02:39:13.080Z Compiling object v0.30.4
33402026-07-08T02:39:13.213Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33412026-07-08T02:39:13.362Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33422026-07-08T02:39:13.796Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33432026-07-08T02:39:13.822Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33442026-07-08T02:39:13.911Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33452026-07-08T02:39:14.224Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462026-07-08T02:39:14.794Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33472026-07-08T02:39:14.869Z Compiling ed25519 v3.0.0
33482026-07-08T02:39:14.894Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33492026-07-08T02:39:15.001Z Compiling crypto-primes v0.7.2
33502026-07-08T02:39:15.473Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33512026-07-08T02:39:15.655Z Compiling pkcs1 v0.8.0-rc.4
33522026-07-08T02:39:15.939Z Compiling poly1305 v0.9.0
33532026-07-08T02:39:15.967Z Compiling blowfish v0.10.0
33542026-07-08T02:39:16.010Z Compiling blake2 v0.11.0-rc.6
33552026-07-08T02:39:16.026Z Compiling keccak v0.2.0
33562026-07-08T02:39:16.072Z Compiling path-slash v0.1.5
33572026-07-08T02:39:16.089Z Compiling half v1.8.3
33582026-07-08T02:39:16.105Z Compiling fiat-crypto v0.3.0
33592026-07-08T02:39:16.225Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-07-08T02:39:16.242Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-07-08T02:39:16.258Z Compiling http-range v0.1.5
33622026-07-08T02:39:16.262Z Compiling crc8 v0.1.1
33632026-07-08T02:39:16.382Z Compiling serde_cbor v0.11.2
33642026-07-08T02:39:16.424Z Compiling argon2 v0.6.0-rc.8
33652026-07-08T02:39:16.466Z Compiling ssh-cipher v0.3.0-rc.9
33662026-07-08T02:39:16.483Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-07-08T02:39:16.594Z Compiling sha3 v0.11.0
33682026-07-08T02:39:16.625Z Compiling bcrypt-pbkdf v0.11.0
33692026-07-08T02:39:16.716Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-07-08T02:39:16.745Z Compiling rsa v0.10.0-rc.18
33712026-07-08T02:39:17.019Z Compiling ed25519-dalek v3.0.0-rc.0
33722026-07-08T02:39:17.080Z Compiling illumos-nvpair v0.3.0
33732026-07-08T02:39:17.375Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33742026-07-08T02:39:17.481Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-07-08T02:39:17.536Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-07-08T02:39:17.566Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33772026-07-08T02:39:17.655Z Compiling p521 v0.14.0-rc.10
33782026-07-08T02:39:17.739Z Compiling p256 v0.14.0-rc.10
33792026-07-08T02:39:17.953Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33802026-07-08T02:39:18.006Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33812026-07-08T02:39:18.010Z Compiling yasna v0.5.2
33822026-07-08T02:39:18.082Z Compiling kstat-rs v0.2.4
33832026-07-08T02:39:18.085Z Compiling headers-core v0.3.0
33842026-07-08T02:39:18.115Z Compiling progenitor v0.13.0
33852026-07-08T02:39:18.230Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33862026-07-08T02:39:18.292Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33872026-07-08T02:39:18.368Z Compiling kem v0.3.0
33882026-07-08T02:39:18.415Z Compiling module-lattice v0.2.3
33892026-07-08T02:39:18.433Z Compiling nanorand v0.7.0
33902026-07-08T02:39:18.516Z Compiling atty v0.2.14
33912026-07-08T02:39:18.519Z Compiling rcgen v0.12.1
33922026-07-08T02:39:18.652Z Compiling flume v0.11.1
33932026-07-08T02:39:18.698Z Compiling ml-kem v0.3.2
33942026-07-08T02:39:18.742Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33952026-07-08T02:39:18.760Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-07-08T02:39:18.763Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-07-08T02:39:18.998Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33982026-07-08T02:39:19.016Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-07-08T02:39:19.240Z Compiling headers v0.4.1
34002026-07-08T02:39:19.430Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34012026-07-08T02:39:19.475Z Compiling hyper-staticfile v0.10.1
34022026-07-08T02:39:19.675Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-07-08T02:39:19.767Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-07-08T02:39:19.841Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-07-08T02:39:19.999Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34062026-07-08T02:39:20.003Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-07-08T02:39:20.067Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34082026-07-08T02:39:20.374Z Compiling russh-cryptovec v0.61.0
34092026-07-08T02:39:20.447Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34102026-07-08T02:39:20.531Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-07-08T02:39:20.549Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-07-08T02:39:20.627Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-07-08T02:39:20.734Z Compiling internal-russh-num-bigint v0.5.0
34142026-07-08T02:39:20.783Z Compiling num-bigint v0.4.6
34152026-07-08T02:39:20.986Z Compiling generic-array v1.4.3
34162026-07-08T02:39:21.014Z Compiling russh-util v0.52.0
34172026-07-08T02:39:21.194Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34182026-07-08T02:39:21.253Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-07-08T02:39:21.270Z Compiling enum_dispatch v0.3.13
34202026-07-08T02:39:21.360Z Compiling p384 v0.14.0-rc.10
34212026-07-08T02:39:21.495Z Compiling delegate v0.13.5
34222026-07-08T02:39:21.614Z Compiling subprocess v0.2.15
34232026-07-08T02:39:21.802Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-07-08T02:39:21.845Z Compiling hex-literal v1.1.0
34252026-07-08T02:39:21.966Z Compiling md5 v0.8.0
34262026-07-08T02:39:21.988Z Compiling display-error-chain v0.2.2
34272026-07-08T02:39:22.072Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-07-08T02:39:22.150Z Compiling colored v2.2.0
34292026-07-08T02:39:22.233Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-07-08T02:39:22.262Z Compiling socket2 v0.5.10
34312026-07-08T02:39:22.295Z Compiling internet-checksum v0.2.1
34322026-07-08T02:39:22.298Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-07-08T02:39:23.511Z Compiling ssh-key v0.7.0-rc.10
34342026-07-08T02:39:23.938Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-07-08T02:39:24.617Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34362026-07-08T02:39:24.788Z Compiling russh v0.61.2
34372026-07-08T02:39:25.111Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34382026-07-08T02:39:25.273Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-07-08T02:39:26.932Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-07-08T02:39:35.287Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-07-08T02:39:35.287Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34422026-07-08T02:39:35.291Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-07-08T02:39:35.291Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-07-08T02:39:37.005Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-07-08T02:39:37.105Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-07-08T02:39:40.995Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34472026-07-08T02:40:20.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34482026-07-08T02:40:21.062Z
34492026-07-08T02:40:21.062Zreal 1:27.861146464
34502026-07-08T02:40:21.062Zuser 8:43.212566571
34512026-07-08T02:40:21.062Zsys 1:43.634715820
34522026-07-08T02:40:21.062Ztrap 0.263061443
34532026-07-08T02:40:21.063Ztflt 0.356968268
34542026-07-08T02:40:21.063Zdflt 1.754911899
34552026-07-08T02:40:21.066Zkflt 0.000213668
34562026-07-08T02:40:21.066Zlock 31:00.104410327
34572026-07-08T02:40:21.066Zslp 19:48.563946365
34582026-07-08T02:40:21.066Zlat 43.109666627
34592026-07-08T02:40:21.066Zstop 3:12.183812805
34602026-07-08T02:40:21.066Z+ mkdir tests
34612026-07-08T02:40:21.082Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-07-08T02:40:21.082Z+ xargs -I '{}' -t cp '{}' tests/
34632026-07-08T02:40:21.093Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a1b0c35916aae48e tests/
34642026-07-08T02:40:21.124Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ced8a7d447ef8fe5 tests/
34652026-07-08T02:40:21.152Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-21f4964f63aa2a1b tests/
34662026-07-08T02:40:21.182Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-03af5af05b104ef7 tests/
34672026-07-08T02:40:21.507Z+ 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)
34682026-07-08T02:40:21.511Z+ 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-ced8a7d447ef8fe5 tests/commtest-21f4964f63aa2a1b tests/dhcp_server-a1b0c35916aae48e tests/end_to_end_tests-03af5af05b104ef7 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
34692026-07-08T02:41:41.718ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-07-08T02:41:41.718Za .github/buildomat/ci-env.sh 1K
34712026-07-08T02:41:41.718Za out/target/test 1K
34722026-07-08T02:41:41.718Za out/npuzone/npuzone 27402K
34732026-07-08T02:41:41.718Za package-manifest.toml 35K
34742026-07-08T02:41:41.718Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-07-08T02:41:41.718Za target/release/omicron-package 40715K
34762026-07-08T02:41:41.718Za target/release/xtask 10425K
34772026-07-08T02:41:41.718Za target/debug/bootstrap 349960K
34782026-07-08T02:41:41.718Za tests/bootstrap-ced8a7d447ef8fe5 31974K
34792026-07-08T02:41:41.718Za tests/commtest-21f4964f63aa2a1b 32169K
34802026-07-08T02:41:41.718Za tests/dhcp_server-a1b0c35916aae48e 31974K
34812026-07-08T02:41:41.718Za tests/end_to_end_tests-03af5af05b104ef7 399834K
34822026-07-08T02:41:41.718Za tools/opte_version 1K
34832026-07-08T02:41:41.718Za tools/opte_version_override 2K
34842026-07-08T02:41:41.718Za out/clickhouse.tar.gz 310730K
34852026-07-08T02:41:41.718Za out/clickhouse_keeper.tar.gz 297201K
34862026-07-08T02:41:41.718Za out/clickhouse_server.tar.gz 310727K
34872026-07-08T02:41:41.718Za out/cockroachdb.tar.gz 161739K
34882026-07-08T02:41:41.718Za out/crucible-pantry-zone.tar.gz 39111K
34892026-07-08T02:41:41.718Za out/crucible-utils.tar 18900K
34902026-07-08T02:41:41.718Za out/crucible-zone.tar.gz 53807K
34912026-07-08T02:41:41.718Za out/external-dns.tar.gz 46796K
34922026-07-08T02:41:41.718Za out/internal-dns.tar.gz 46795K
34932026-07-08T02:41:41.718Za out/mg-ddm-gz.tar 96790K
34942026-07-08T02:41:41.718Za out/nexus.tar.gz 274759K
34952026-07-08T02:41:41.718Za out/ntp.tar.gz 29912K
34962026-07-08T02:41:41.718Za out/omicron-gateway-softnpu.tar.gz 27548K
34972026-07-08T02:41:41.718Za out/omicron-sled-agent.tar 197684K
34982026-07-08T02:41:41.718Za out/overlay.tar.gz 3K
34992026-07-08T02:41:41.718Za out/oximeter.tar.gz 62141K
35002026-07-08T02:41:41.718Za out/oxlog.tar 3808K
35012026-07-08T02:41:41.718Za out/probe.tar.gz 3037K
35022026-07-08T02:41:41.718Za out/propolis-server.tar.gz 34372K
35032026-07-08T02:41:41.718Za out/pumpkind-gz.tar 26647K
35042026-07-08T02:41:41.719Za out/switch-softnpu.tar.gz 447084K
35052026-07-08T02:41:41.722Z
35062026-07-08T02:41:41.722Zreal 1:20.206090019
35072026-07-08T02:41:41.722Zuser 1:17.549926973
35082026-07-08T02:41:41.722Zsys 4.426588343
35092026-07-08T02:41:41.722Ztrap 0.006442658
35102026-07-08T02:41:41.723Ztflt 0.000000000
35112026-07-08T02:41:41.723Zdflt 0.000000000
35122026-07-08T02:41:41.723Zkflt 0.000000000
35132026-07-08T02:41:41.723Zlock 0.000000000
35142026-07-08T02:41:41.723Zslp 1:17.418020624
35152026-07-08T02:41:41.723Zlat 1.006459468
35162026-07-08T02:41:41.723Zstop 0.000564548
35172026-07-08T02:41:41.723Zprocess exited: duration 1087378 ms, exit code 0
 
35182026-07-08T02:41:41.739Zfound 1 output files
35192026-07-08T02:41:41.739Zuploading: /work/package.tar.gz (2485395677 bytes)
35202026-07-08T02:42:16.194Zuploaded: /work/package.tar.gz