01KYQR5K2E6847KR7F3NH0CY5Q: 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: 01KYQR6Y8VDJJB081FM3CQ18T2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T20:15:15.182Zjob assigned to worker 01KYQR7328VTG2R8G3JF5H32BK [factory aws, i-0c699205141b9d5ec] (queued for 58 s)
 
22026-07-29T20:15:22.112Zstarting task 0: "setup"
32026-07-29T20:15:22.117Z++ uname -s
42026-07-29T20:15:22.120Z+ kern=SunOS
52026-07-29T20:15:22.120Z+ build_user=build
62026-07-29T20:15:22.121Z+ build_uid=12345
72026-07-29T20:15:22.121Z+ work_dir=/work
82026-07-29T20:15:22.121Z+ input_dir=/input
92026-07-29T20:15:22.121Z+ [[ 0 == 12345 ]]
102026-07-29T20:15:22.121Z+ case "$kern" in
112026-07-29T20:15:22.121Z+ groupadd -g 12345 build
122026-07-29T20:15:22.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T20:15:24.159Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T20:15:24.251Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T20:15:24.255Z+ home_fs=zfs
162026-07-29T20:15:24.255Z+ [[ zfs == autofs ]]
172026-07-29T20:15:24.255Z+ mkdir -p /home/build
182026-07-29T20:15:24.255Z+ chown build:build /home/build /work
192026-07-29T20:15:26.258Z+ chmod 0700 /home/build /work
202026-07-29T20:15:26.261Zprocess exited: duration 4152 ms, exit code 0
 
212026-07-29T20:15:26.268Zstarting task 1: "rust-toolchain"
222026-07-29T20:15:26.275Z * rust toolchain channel = "1.97.1"
232026-07-29T20:15:26.276Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-29T20:15:26.276Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T20:15:26.276Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T20:15:26.276Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T20:15:26.276Z * rust toolchain profile = "default"
282026-07-29T20:15:26.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T20:15:26.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T20:15:26.380Zinfo: downloading installer
312026-07-29T20:15:27.966Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T20:15:27.966Zwarn: /home/build/.rustup/settings.toml
332026-07-29T20:15:27.966Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T20:15:27.966Zwarn: instead of the one inferred from the default host triple.
352026-07-29T20:15:27.978Zinfo: profile set to default
362026-07-29T20:15:27.979Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T20:15:27.982Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T20:15:28.111Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T20:15:28.115Zinfo: downloading 6 components
402026-07-29T20:15:42.660Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T20:15:42.660Z
422026-07-29T20:15:42.699Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T20:15:42.700Z
442026-07-29T20:15:42.700Z
452026-07-29T20:15:42.700ZRust is installed now. Great!
462026-07-29T20:15:42.700Z
472026-07-29T20:15:42.700ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T20:15:42.700Zenvironment variable. This has not been done automatically.
492026-07-29T20:15:42.700Z
502026-07-29T20:15:42.700ZTo configure your current shell, you need to source
512026-07-29T20:15:42.700Zthe corresponding env file under $HOME/.cargo.
522026-07-29T20:15:42.700Z
532026-07-29T20:15:42.700ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T20:15:42.703Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T20:15:42.703Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T20:15:42.703Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T20:15:42.703Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T20:15:42.703Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T20:15:42.703Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T20:15:42.703Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T20:15:42.703Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T20:15:42.787Z+ rustup --version
632026-07-29T20:15:42.793Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T20:15:42.796Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T20:15:42.815Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T20:15:42.818Z+ cargo --version
672026-07-29T20:15:42.827Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T20:15:42.830Z+ rustc --version
692026-07-29T20:15:42.848Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T20:15:42.851Zprocess exited: duration 16581 ms, exit code 0
 
712026-07-29T20:15:42.858Zstarting task 2: "authentication"
722026-07-29T20:15:42.875Zprocess exited: duration 17 ms, exit code 0
 
732026-07-29T20:15:42.884Zstarting task 3: "clone repository"
742026-07-29T20:15:42.887Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T20:15:42.891Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T20:15:42.920ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T20:15:59.349Z+ cd /work/oxidecomputer/omicron
782026-07-29T20:15:59.349Z+ git fetch origin a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
792026-07-29T20:15:59.667ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T20:15:59.667Z * branch a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 -> FETCH_HEAD
812026-07-29T20:15:59.682Z+ [[ -n iliana/tufaceous-v2/20.wicket ]]
822026-07-29T20:15:59.685Z++ git branch --show-current
832026-07-29T20:15:59.685Z+ current=main
842026-07-29T20:15:59.685Z+ [[ main != iliana/tufaceous-v2/20.wicket ]]
852026-07-29T20:15:59.685Z+ git branch -f iliana/tufaceous-v2/20.wicket a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
862026-07-29T20:15:59.689Z+ git checkout -f iliana/tufaceous-v2/20.wicket
872026-07-29T20:15:59.944ZSwitched to branch 'iliana/tufaceous-v2/20.wicket'
882026-07-29T20:15:59.948Z+ git reset --hard a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033
892026-07-29T20:15:59.974ZHEAD is now at a7c28c9ee get_rot_rkth returns RotKeyTableHash
902026-07-29T20:15:59.978Zprocess exited: duration 17092 ms, exit code 0
 
912026-07-29T20:15:59.986Zstarting task 4: "build"
922026-07-29T20:15:59.992Z+ source .github/buildomat/ci-env.sh
932026-07-29T20:15:59.992Z++ export CARGO_TERM_COLOR=always
942026-07-29T20:15:59.992Z++ CARGO_TERM_COLOR=always
952026-07-29T20:15:59.996Z+++ uname -s
962026-07-29T20:15:59.996Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T20:15:59.996Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T20:16:00.000Z+ cargo --version
992026-07-29T20:16:00.007Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T20:16:00.011Z+ rustc --version
1012026-07-29T20:16:00.034Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T20:16:00.039Z+ WORK=/work
1032026-07-29T20:16:00.039Z+ pfexec mkdir -p /work
1042026-07-29T20:16:00.039Z+ pfexec chown build /work
1052026-07-29T20:16:00.044Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-29T20:16:02.606Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-29T20:16:02.839Z Startup: Caching catalogs ... Done
1082026-07-29T20:16:04.019ZPlanning: Solver setup ... Done (1.087s)
1092026-07-29T20:16:04.063ZPlanning: Running solver ... Done (0.044s)
1102026-07-29T20:16:04.093ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-29T20:16:04.108ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-29T20:16:04.131ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-29T20:16:04.145ZPlanning: Package planning ... Done (0.015s)
1142026-07-29T20:16:04.150ZPlanning: Merging actions ... Done (0.002s)
1152026-07-29T20:16:04.351ZPlanning: Checking for conflicting actions ... Done (0.205s)
1162026-07-29T20:16:04.356ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-29T20:16:05.269ZPlanning: Evaluating mediators ... Done (0.917s)
1182026-07-29T20:16:05.273ZPlanning: Planning completed in 2.40 seconds
1192026-07-29T20:16:05.278Z Packages to install: 2
1202026-07-29T20:16:05.278Z Estimated space available: 156.02 GB
1212026-07-29T20:16:05.279ZEstimated space to be consumed: 55.05 MB
1222026-07-29T20:16:05.279Z Create boot environment: No
1232026-07-29T20:16:05.284ZCreate backup boot environment: No
1242026-07-29T20:16:05.285Z Rebuild boot archive: No
1252026-07-29T20:16:05.285Z
1262026-07-29T20:16:05.285ZChanged packages:
1272026-07-29T20:16:05.285Zhelios
1282026-07-29T20:16:05.285Z developer/build-essential
1292026-07-29T20:16:05.285Z None -> 11-3.0
1302026-07-29T20:16:05.285Z library/libxmlsec1
1312026-07-29T20:16:05.285Z None -> 1.2.35-3.0
1322026-07-29T20:16:05.306Z
1332026-07-29T20:16:05.306ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-29T20:16:05.386ZDownload: Completed 1.28 MB in 0.08 seconds (16.1M/s)
1352026-07-29T20:16:05.485Z Actions: 1/268 actions (Installing new actions)
1362026-07-29T20:16:05.524Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-29T20:16:05.547ZFinalize: Updating package state database ... Done (0.024s)
1382026-07-29T20:16:05.547ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-29T20:16:05.608ZFinalize: Updating image state ... Done (0.059s)
1402026-07-29T20:16:08.228ZFinalize: Creating fast lookup database ... Done (2.584s)
1412026-07-29T20:16:08.294ZFinalize: Reading search index ... Done (0.012s)
1422026-07-29T20:16:08.298ZFinalize: Updating search index ... Done (0.000s)
1432026-07-29T20:16:08.390ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-29T20:16:08.743ZPlanning: Evaluating mediator changes ... Done
1452026-07-29T20:16:08.848ZPlanning: Checking for conflicting actions ... Done
1462026-07-29T20:16:08.852ZPlanning: Consolidating action changes ... Done
1472026-07-29T20:16:09.003ZPlanning: Evaluating mediators ... Done
1482026-07-29T20:16:09.006ZPlanning: Planning completed in 0.26 seconds
1492026-07-29T20:16:09.027Z Mediators to change: 2
1502026-07-29T20:16:09.027Z Create boot environment: No
1512026-07-29T20:16:09.027ZCreate backup boot environment: No
1522026-07-29T20:16:09.069ZFinalize: Updating package state database ... Done
1532026-07-29T20:16:09.069ZFinalize: Updating package cache ... Done
1542026-07-29T20:16:09.102ZFinalize: Updating image state ... Done
1552026-07-29T20:16:11.056ZFinalize: Creating fast lookup database ... Done
1562026-07-29T20:16:11.116ZFinalize: Reading search index ... Done
1572026-07-29T20:16:11.120ZFinalize: Updating search index ... Done
1582026-07-29T20:16:11.182ZFinalize: Updating package cache ... Done
1592026-07-29T20:16:11.467ZPlanning: Evaluating mediator changes ... Done
1602026-07-29T20:16:11.572ZPlanning: Checking for conflicting actions ... Done
1612026-07-29T20:16:11.575ZPlanning: Consolidating action changes ... Done
1622026-07-29T20:16:11.729ZPlanning: Evaluating mediators ... Done
1632026-07-29T20:16:11.732ZPlanning: Planning completed in 0.26 seconds
1642026-07-29T20:16:11.757Z Mediators to change: 1
1652026-07-29T20:16:11.757Z Create boot environment: No
1662026-07-29T20:16:11.757ZCreate backup boot environment: No
1672026-07-29T20:16:11.797ZFinalize: Updating package state database ... Done
1682026-07-29T20:16:11.797ZFinalize: Updating package cache ... Done
1692026-07-29T20:16:11.837ZFinalize: Updating image state ... Done
1702026-07-29T20:16:13.784ZFinalize: Creating fast lookup database ... Done
1712026-07-29T20:16:13.848ZFinalize: Reading search index ... Done
1722026-07-29T20:16:13.853ZFinalize: Updating search index ... Done
1732026-07-29T20:16:13.900ZFinalize: Updating package cache ... Done
1742026-07-29T20:16:14.214ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-29T20:16:14.214Zapache system 2.4 system
1762026-07-29T20:16:14.214Zclang system 15 system
1772026-07-29T20:16:14.214Zcsh system system illumos
1782026-07-29T20:16:14.214Zctags system system illumos
1792026-07-29T20:16:14.214Zfile vendor vendor darwinsys
1802026-07-29T20:16:14.214Zfile system system illumos
1812026-07-29T20:16:14.214Zgcc vendor 14 vendor
1822026-07-29T20:16:14.214Zgcc system 13 system
1832026-07-29T20:16:14.214Zgcc system 10 system
1842026-07-29T20:16:14.214Zgo system 1.25 system
1852026-07-29T20:16:14.215Zllvm system 15 system
1862026-07-29T20:16:14.215Zmariadb system 11.4 system
1872026-07-29T20:16:14.215Zmta vendor vendor dma
1882026-07-29T20:16:14.215Zopenjdk system 17 system
1892026-07-29T20:16:14.215Zopenjdk system 11 system
1902026-07-29T20:16:14.215Zopenssl vendor 3 vendor
1912026-07-29T20:16:14.215Zperl system 5.40 system
1922026-07-29T20:16:14.215Zpostgresql system 18 system
1932026-07-29T20:16:14.215Zpostgresql system 17 system
1942026-07-29T20:16:14.215Zpython vendor 3 vendor
1952026-07-29T20:16:14.218Zpython system 2 system
1962026-07-29T20:16:14.219Zpython3 vendor 3.13 vendor
1972026-07-29T20:16:14.219Zruby system 3.4 system
1982026-07-29T20:16:14.219Zruby system 3.0 system
1992026-07-29T20:16:14.219Zwords vendor vendor american-english
2002026-07-29T20:16:14.219Zwords system system australian-english
2012026-07-29T20:16:14.219Zwords system system british-english
2022026-07-29T20:16:14.219Zwords system system canadian-english
2032026-07-29T20:16:14.219Zwords system system french
2042026-07-29T20:16:14.219Zwords system system italian
2052026-07-29T20:16:14.219Zwords system system ngerman
2062026-07-29T20:16:14.219Zwords system system ogerman
2072026-07-29T20:16:14.219Zwords system system spanish
2082026-07-29T20:16:14.472ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-29T20:16:14.473Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-29T20:16:14.870ZFMRI IFO
2112026-07-29T20:16:14.870Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-29T20:16:14.870Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-29T20:16:14.870Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-29T20:16:14.870Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-29T20:16:14.871Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-29T20:16:14.871Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-29T20:16:14.871Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-29T20:16:14.871Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-29T20:16:14.871Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-29T20:16:15.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-29T20:16:15.472Z Updating crates.io index
2222026-07-29T20:16:15.475Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-29T20:16:15.721Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-29T20:16:16.093Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-07-29T20:16:16.486Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-29T20:16:17.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-07-29T20:16:18.317Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-07-29T20:16:20.296Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-07-29T20:16:21.348Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-29T20:16:21.609Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-07-29T20:16:21.915Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-07-29T20:16:23.230Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-07-29T20:16:23.483Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-07-29T20:16:24.065Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2352026-07-29T20:16:24.332Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-07-29T20:16:24.852Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2372026-07-29T20:16:25.405Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2382026-07-29T20:16:25.624Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-07-29T20:16:25.846Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-07-29T20:16:26.115Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-07-29T20:16:26.415Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-07-29T20:16:26.666Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-07-29T20:16:26.887Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-07-29T20:16:27.150Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-07-29T20:16:27.489Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-07-29T20:16:27.847Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-07-29T20:16:28.077Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-07-29T20:16:28.530Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-07-29T20:16:28.809Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-29T20:16:29.118Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-29T20:16:29.338Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-29T20:16:29.621Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-07-29T20:16:29.838Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-29T20:16:30.181Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-07-29T20:16:30.551Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-07-29T20:16:30.971Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-29T20:16:31.221Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-29T20:16:31.532Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-29T20:16:31.981Z Updating git repository `https://github.com/oxidecomputer/tough`
2602026-07-29T20:16:32.525Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-07-29T20:16:32.782Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-07-29T20:16:33.084Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-07-29T20:16:33.339Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-07-29T20:16:35.912Z Downloading crates ...
2652026-07-29T20:16:35.967Z Downloaded cargo-platform v0.3.2
2662026-07-29T20:16:35.977Z Downloaded camino-tempfile v1.4.1
2672026-07-29T20:16:35.981Z Downloaded anyhow v1.0.102
2682026-07-29T20:16:35.984Z Downloaded crypto-common v0.1.7
2692026-07-29T20:16:35.984Z Downloaded cfg-if v1.0.4
2702026-07-29T20:16:35.984Z Downloaded equivalent v1.0.2
2712026-07-29T20:16:35.987Z Downloaded cargo_metadata v0.23.1
2722026-07-29T20:16:35.987Z Downloaded is_terminal_polyfill v1.70.2
2732026-07-29T20:16:35.990Z Downloaded cpufeatures v0.2.17
2742026-07-29T20:16:35.994Z Downloaded zerocopy v0.7.35
2752026-07-29T20:16:36.001Z Downloaded clap_lex v1.0.0
2762026-07-29T20:16:36.006Z Downloaded zmij v1.0.21
2772026-07-29T20:16:36.006Z Downloaded zerocopy-derive v0.7.35
2782026-07-29T20:16:36.009Z Downloaded heck v0.5.0
2792026-07-29T20:16:36.009Z Downloaded fnv v1.0.7
2802026-07-29T20:16:36.009Z Downloaded errno v0.3.14
2812026-07-29T20:16:36.015Z Downloaded macaddr v1.0.1
2822026-07-29T20:16:36.015Z Downloaded anstream v1.0.0
2832026-07-29T20:16:36.015Z Downloaded anstyle v1.0.14
2842026-07-29T20:16:36.018Z Downloaded colorchoice v1.0.4
2852026-07-29T20:16:36.018Z Downloaded byteorder v1.5.0
2862026-07-29T20:16:36.018Z Downloaded pest_generator v2.8.6
2872026-07-29T20:16:36.022Z Downloaded camino v1.2.2
2882026-07-29T20:16:36.022Z Downloaded terminal_size v0.4.3
2892026-07-29T20:16:36.026Z Downloaded usdt-attr-macro v0.5.0
2902026-07-29T20:16:36.029Z Downloaded fastrand v2.3.0
2912026-07-29T20:16:36.029Z Downloaded quote v1.0.45
2922026-07-29T20:16:36.032Z Downloaded anstyle-parse v1.0.0
2932026-07-29T20:16:36.032Z Downloaded anstyle-query v1.1.5
2942026-07-29T20:16:36.037Z Downloaded tabled_derive v0.7.0
2952026-07-29T20:16:36.043Z Downloaded dof v0.3.0
2962026-07-29T20:16:36.048Z Downloaded heck v0.4.1
2972026-07-29T20:16:36.051Z Downloaded block-buffer v0.10.4
2982026-07-29T20:16:36.051Z Downloaded dtrace-parser v0.2.0
2992026-07-29T20:16:36.057Z Downloaded sha2 v0.10.9
3002026-07-29T20:16:36.062Z Downloaded thread-id v4.2.2
3012026-07-29T20:16:36.065Z Downloaded proc-macro-error-attr v1.0.4
3022026-07-29T20:16:36.065Z Downloaded unicode-linebreak v0.1.5
3032026-07-29T20:16:36.076Z Downloaded usdt-macro v0.5.0
3042026-07-29T20:16:36.079Z Downloaded usdt v0.5.0
3052026-07-29T20:16:36.079Z Downloaded serde_spanned v0.6.9
3062026-07-29T20:16:36.082Z Downloaded toml_write v0.1.2
3072026-07-29T20:16:36.085Z Downloaded strsim v0.11.1
3082026-07-29T20:16:36.090Z Downloaded toml_datetime v0.6.11
3092026-07-29T20:16:36.093Z Downloaded itoa v1.0.17
3102026-07-29T20:16:36.096Z Downloaded plain v0.2.3
3112026-07-29T20:16:36.100Z Downloaded scroll_derive v0.12.1
3122026-07-29T20:16:36.100Z Downloaded version_check v0.9.5
3132026-07-29T20:16:36.104Z Downloaded memmap v0.7.0
3142026-07-29T20:16:36.107Z Downloaded smawk v0.3.2
3152026-07-29T20:16:36.107Z Downloaded utf8parse v0.2.2
3162026-07-29T20:16:36.112Z Downloaded pretty-hex v0.4.1
3172026-07-29T20:16:36.119Z Downloaded serde_tokenstream v0.2.3
3182026-07-29T20:16:36.119Z Downloaded swrite v0.1.0
3192026-07-29T20:16:36.119Z Downloaded cargo_toml v0.21.0
3202026-07-29T20:16:36.122Z Downloaded autocfg v1.5.0
3212026-07-29T20:16:36.124Z Downloaded thiserror v1.0.69
3222026-07-29T20:16:36.127Z Downloaded generic-array v0.14.7
3232026-07-29T20:16:36.135Z Downloaded scroll v0.12.0
3242026-07-29T20:16:36.139Z Downloaded thiserror-impl v1.0.69
3252026-07-29T20:16:36.143Z Downloaded digest v0.10.7
3262026-07-29T20:16:36.143Z Downloaded getrandom v0.4.1
3272026-07-29T20:16:36.146Z Downloaded serde_core v1.0.228
3282026-07-29T20:16:36.160Z Downloaded bytecount v0.6.9
3292026-07-29T20:16:36.170Z Downloaded usdt-impl v0.5.0
3302026-07-29T20:16:36.178Z Downloaded once_cell v1.21.3
3312026-07-29T20:16:36.181Z Downloaded thiserror-impl v2.0.18
3322026-07-29T20:16:36.181Z Downloaded log v0.4.29
3332026-07-29T20:16:36.181Z Downloaded textwrap v0.16.2
3342026-07-29T20:16:36.187Z Downloaded proc-macro-error v1.0.4
3352026-07-29T20:16:36.192Z Downloaded ucd-trie v0.1.7
3362026-07-29T20:16:36.192Z Downloaded toml v0.8.23
3372026-07-29T20:16:36.197Z Downloaded thiserror v2.0.18
3382026-07-29T20:16:36.202Z Downloaded bitflags v2.11.0
3392026-07-29T20:16:36.205Z Downloaded fs-err v3.3.0
3402026-07-29T20:16:36.208Z Downloaded clap_derive v4.6.1
3412026-07-29T20:16:36.208Z Downloaded unicode-ident v1.0.24
3422026-07-29T20:16:36.211Z Downloaded pest_derive v2.8.6
3432026-07-29T20:16:36.211Z Downloaded tempfile v3.25.0
3442026-07-29T20:16:36.211Z Downloaded semver v1.0.28
3452026-07-29T20:16:36.215Z Downloaded pest_meta v2.8.6
3462026-07-29T20:16:36.218Z Downloaded serde_derive v1.0.228
3472026-07-29T20:16:36.225Z Downloaded papergrid v0.11.0
3482026-07-29T20:16:36.229Z Downloaded toml_edit v0.22.27
3492026-07-29T20:16:36.234Z Downloaded proc-macro2 v1.0.106
3502026-07-29T20:16:36.252Z Downloaded clap v4.6.1
3512026-07-29T20:16:36.259Z Downloaded indexmap v2.14.0
3522026-07-29T20:16:36.262Z Downloaded memchr v2.8.0
3532026-07-29T20:16:36.275Z Downloaded serde v1.0.228
3542026-07-29T20:16:36.288Z Downloaded typenum v1.20.1
3552026-07-29T20:16:36.309Z Downloaded clap_builder v4.6.0
3562026-07-29T20:16:36.325Z Downloaded pest v2.8.6
3572026-07-29T20:16:36.335Z Downloaded goblin v0.8.2
3582026-07-29T20:16:36.350Z Downloaded serde_json v1.0.151
3592026-07-29T20:16:36.368Z Downloaded winnow v0.7.14
3602026-07-29T20:16:36.373Z Downloaded hashbrown v0.17.0
3612026-07-29T20:16:36.389Z Downloaded syn v1.0.109
3622026-07-29T20:16:36.395Z Downloaded tabled v0.15.0
3632026-07-29T20:16:36.404Z Downloaded unicode-width v0.1.14
3642026-07-29T20:16:36.408Z Downloaded unicode-width v0.2.0
3652026-07-29T20:16:36.419Z Downloaded syn v2.0.117
3662026-07-29T20:16:36.440Z Downloaded rustix v1.1.3
3672026-07-29T20:16:36.474Z Downloaded libc v0.2.185
3682026-07-29T20:16:36.538Z Compiling proc-macro2 v1.0.106
3692026-07-29T20:16:36.538Z Compiling quote v1.0.45
3702026-07-29T20:16:36.538Z Compiling unicode-ident v1.0.24
3712026-07-29T20:16:36.542Z Compiling serde_core v1.0.228
3722026-07-29T20:16:36.542Z Compiling libc v0.2.185
3732026-07-29T20:16:36.542Z Compiling version_check v0.9.5
3742026-07-29T20:16:36.542Z Compiling memchr v2.8.0
3752026-07-29T20:16:36.542Z Compiling serde v1.0.228
3762026-07-29T20:16:36.542Z Compiling zmij v1.0.21
3772026-07-29T20:16:36.542Z Compiling thiserror v1.0.69
3782026-07-29T20:16:36.721Z Compiling ucd-trie v0.1.7
3792026-07-29T20:16:36.725Z Compiling itoa v1.0.17
3802026-07-29T20:16:36.725Z Compiling rustix v1.1.3
3812026-07-29T20:16:36.725Z Compiling byteorder v1.5.0
3822026-07-29T20:16:36.947Z Compiling bitflags v2.11.0
3832026-07-29T20:16:37.064Z Compiling serde_json v1.0.151
3842026-07-29T20:16:37.182Z Compiling pest v2.8.6
3852026-07-29T20:16:37.217Z Compiling proc-macro-error-attr v1.0.4
3862026-07-29T20:16:37.236Z Compiling usdt-impl v0.5.0
3872026-07-29T20:16:37.254Z Compiling syn v1.0.109
3882026-07-29T20:16:37.269Z Compiling camino v1.2.2
3892026-07-29T20:16:37.442Z Compiling proc-macro-error v1.0.4
3902026-07-29T20:16:37.498Z Compiling utf8parse v0.2.2
3912026-07-29T20:16:37.502Z Compiling equivalent v1.0.2
3922026-07-29T20:16:37.551Z Compiling plain v0.2.3
3932026-07-29T20:16:37.605Z Compiling log v0.4.29
3942026-07-29T20:16:37.611Z Compiling hashbrown v0.17.0
3952026-07-29T20:16:37.673Z Compiling getrandom v0.4.1
3962026-07-29T20:16:37.677Z Compiling anstyle-parse v1.0.0
3972026-07-29T20:16:37.748Z Compiling errno v0.3.14
3982026-07-29T20:16:37.773Z Compiling thread-id v4.2.2
3992026-07-29T20:16:37.831Z Compiling winnow v0.7.14
4002026-07-29T20:16:37.850Z Compiling cfg-if v1.0.4
4012026-07-29T20:16:37.850Z Compiling anstyle v1.0.14
4022026-07-29T20:16:37.886Z Compiling toml_write v0.1.2
4032026-07-29T20:16:37.905Z Compiling autocfg v1.5.0
4042026-07-29T20:16:37.908Z Compiling pretty-hex v0.4.1
4052026-07-29T20:16:37.970Z Compiling colorchoice v1.0.4
4062026-07-29T20:16:37.988Z Compiling is_terminal_polyfill v1.70.2
4072026-07-29T20:16:38.008Z Compiling thiserror v2.0.18
4082026-07-29T20:16:38.085Z Compiling anstyle-query v1.1.5
4092026-07-29T20:16:38.137Z Compiling once_cell v1.21.3
4102026-07-29T20:16:38.142Z Compiling unicode-width v0.1.14
4112026-07-29T20:16:38.142Z Compiling fnv v1.0.7
4122026-07-29T20:16:38.212Z Compiling syn v2.0.117
4132026-07-29T20:16:38.247Z Compiling indexmap v2.14.0
4142026-07-29T20:16:38.272Z Compiling pest_meta v2.8.6
4152026-07-29T20:16:38.319Z Compiling anstream v1.0.0
4162026-07-29T20:16:38.360Z Compiling fs-err v3.3.0
4172026-07-29T20:16:38.379Z Compiling strsim v0.11.1
4182026-07-29T20:16:38.468Z Compiling clap_lex v1.0.0
4192026-07-29T20:16:38.493Z Compiling anyhow v1.0.102
4202026-07-29T20:16:38.514Z Compiling heck v0.4.1
4212026-07-29T20:16:38.568Z Compiling fastrand v2.3.0
4222026-07-29T20:16:38.610Z Compiling heck v0.5.0
4232026-07-29T20:16:38.668Z Compiling bytecount v0.6.9
4242026-07-29T20:16:38.741Z Compiling memmap v0.7.0
4252026-07-29T20:16:38.760Z Compiling unicode-width v0.2.0
4262026-07-29T20:16:38.776Z Compiling papergrid v0.11.0
4272026-07-29T20:16:38.815Z Compiling smawk v0.3.2
4282026-07-29T20:16:38.833Z Compiling terminal_size v0.4.3
4292026-07-29T20:16:38.852Z Compiling tempfile v3.25.0
4302026-07-29T20:16:38.921Z Compiling unicode-linebreak v0.1.5
4312026-07-29T20:16:38.967Z Compiling swrite v0.1.0
4322026-07-29T20:16:39.011Z Compiling clap_builder v4.6.0
4332026-07-29T20:16:39.125Z Compiling semver v1.0.28
4342026-07-29T20:16:39.146Z Compiling cargo-platform v0.3.2
4352026-07-29T20:16:39.248Z Compiling textwrap v0.16.2
4362026-07-29T20:16:39.409Z Compiling camino-tempfile v1.4.1
4372026-07-29T20:16:39.747Z Compiling tabled_derive v0.7.0
4382026-07-29T20:16:40.428Z Compiling pest_generator v2.8.6
4392026-07-29T20:16:40.446Z Compiling tabled v0.15.0
4402026-07-29T20:16:40.954Z Compiling serde_derive v1.0.228
4412026-07-29T20:16:40.957Z Compiling thiserror-impl v1.0.69
4422026-07-29T20:16:40.957Z Compiling zerocopy-derive v0.7.35
4432026-07-29T20:16:40.957Z Compiling scroll_derive v0.12.1
4442026-07-29T20:16:40.957Z Compiling thiserror-impl v2.0.18
4452026-07-29T20:16:40.957Z Compiling clap_derive v4.6.1
4462026-07-29T20:16:41.053Z Compiling pest_derive v2.8.6
4472026-07-29T20:16:41.613Z Compiling scroll v0.12.0
4482026-07-29T20:16:41.632Z Compiling zerocopy v0.7.35
4492026-07-29T20:16:41.820Z Compiling goblin v0.8.2
4502026-07-29T20:16:41.987Z Compiling dtrace-parser v0.2.0
4512026-07-29T20:16:42.310Z Compiling clap v4.6.1
4522026-07-29T20:16:43.345Z Compiling dof v0.3.0
4532026-07-29T20:16:43.345Z Compiling serde_tokenstream v0.2.3
4542026-07-29T20:16:43.380Z Compiling serde_spanned v0.6.9
4552026-07-29T20:16:43.383Z Compiling toml_datetime v0.6.11
4562026-07-29T20:16:43.383Z Compiling cargo_metadata v0.23.1
4572026-07-29T20:16:43.383Z Compiling macaddr v1.0.1
4582026-07-29T20:16:43.383Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-07-29T20:16:43.558Z Compiling toml_edit v0.22.27
4602026-07-29T20:16:44.046Z Compiling usdt-macro v0.5.0
4612026-07-29T20:16:44.050Z Compiling usdt-attr-macro v0.5.0
4622026-07-29T20:16:44.648Z Compiling usdt v0.5.0
4632026-07-29T20:16:44.841Z Compiling toml v0.8.23
4642026-07-29T20:16:45.167Z Compiling cargo_toml v0.21.0
4652026-07-29T20:16:46.438Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-07-29T20:16:48.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
4672026-07-29T20:16:48.723Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-07-29T20:16:49.241Z Downloading crates ...
4692026-07-29T20:16:49.293Z Downloaded aead v0.5.2
4702026-07-29T20:16:49.301Z Downloaded async-recursion v1.1.1
4712026-07-29T20:16:49.305Z Downloaded anstyle-parse v0.2.7
4722026-07-29T20:16:49.308Z Downloaded bitfield-macros v0.19.4
4732026-07-29T20:16:49.311Z Downloaded assert_matches v1.5.0
4742026-07-29T20:16:49.315Z Downloaded atomicwrites v0.4.4
4752026-07-29T20:16:49.315Z Downloaded convert_case v0.4.0
4762026-07-29T20:16:49.315Z Downloaded adler2 v2.0.1
4772026-07-29T20:16:49.315Z Downloaded arrayvec v0.7.6
4782026-07-29T20:16:49.322Z Downloaded enum_dispatch v0.3.13
4792026-07-29T20:16:49.332Z Downloaded atomic-waker v1.1.2
4802026-07-29T20:16:49.332Z Downloaded block-padding v0.4.2
4812026-07-29T20:16:49.333Z Downloaded enum-as-inner v0.6.1
4822026-07-29T20:16:49.333Z Downloaded env_logger v0.11.9
4832026-07-29T20:16:49.337Z Downloaded env_filter v1.0.0
4842026-07-29T20:16:49.337Z Downloaded async-trait v0.1.89
4852026-07-29T20:16:49.337Z Downloaded ahash v0.8.12
4862026-07-29T20:16:49.337Z Downloaded backon v1.6.0
4872026-07-29T20:16:49.337Z Downloaded git-stub-vcs v0.1.0
4882026-07-29T20:16:49.337Z Downloaded futures-core v0.3.32
4892026-07-29T20:16:49.337Z Downloaded cipher v0.5.2
4902026-07-29T20:16:49.340Z Downloaded argon2 v0.6.0-rc.8
4912026-07-29T20:16:49.341Z Downloaded bcrypt-pbkdf v0.11.0
4922026-07-29T20:16:49.341Z Downloaded expectorate v1.2.0
4932026-07-29T20:16:49.341Z Downloaded ascii-canvas v3.0.0
4942026-07-29T20:16:49.344Z Downloaded bit-set v0.8.0
4952026-07-29T20:16:49.344Z Downloaded fd-lock v4.0.4
4962026-07-29T20:16:49.344Z Downloaded bb8 v0.8.6
4972026-07-29T20:16:49.344Z Downloaded foreign-types-macros v0.2.3
4982026-07-29T20:16:49.344Z Downloaded ghash v0.6.0
4992026-07-29T20:16:49.349Z Downloaded anstream v0.6.21
5002026-07-29T20:16:49.349Z Downloaded futures-channel v0.3.32
5012026-07-29T20:16:49.349Z Downloaded endian-type v0.1.2
5022026-07-29T20:16:49.349Z Downloaded float-cmp v0.10.0
5032026-07-29T20:16:49.353Z Downloaded futures-macro v0.3.32
5042026-07-29T20:16:49.353Z Downloaded futures-task v0.3.32
5052026-07-29T20:16:49.353Z Downloaded aead v0.6.1
5062026-07-29T20:16:49.353Z Downloaded base16ct v0.2.0
5072026-07-29T20:16:49.353Z Downloaded async-stream v0.3.6
5082026-07-29T20:16:49.353Z Downloaded async-stream-impl v0.3.6
5092026-07-29T20:16:49.357Z Downloaded float-ord v0.3.2
5102026-07-29T20:16:49.357Z Downloaded foreign-types v0.5.0
5112026-07-29T20:16:49.357Z Downloaded form_urlencoded v1.2.2
5122026-07-29T20:16:49.357Z Downloaded futures-io v0.3.32
5132026-07-29T20:16:49.357Z Downloaded foreign-types v0.3.2
5142026-07-29T20:16:49.363Z Downloaded fallible-iterator v0.2.0
5152026-07-29T20:16:49.395Z Downloaded foldhash v0.1.5
5162026-07-29T20:16:49.395Z Downloaded fs_extra v1.3.0
5172026-07-29T20:16:49.395Z Downloaded bzip2 v0.6.1
5182026-07-29T20:16:49.395Z Downloaded cancel-safe-futures v0.1.5
5192026-07-29T20:16:49.403Z Downloaded flagset v0.4.7
5202026-07-29T20:16:49.403Z Downloaded bcs v0.1.6
5212026-07-29T20:16:49.403Z Downloaded fixedbitset v0.4.2
5222026-07-29T20:16:49.403Z Downloaded fixedbitset v0.5.7
5232026-07-29T20:16:49.403Z Downloaded foreign-types-shared v0.1.1
5242026-07-29T20:16:49.403Z Downloaded bit-vec v0.8.0
5252026-07-29T20:16:49.403Z Downloaded fs-err v2.11.0
5262026-07-29T20:16:49.403Z Downloaded fxhash v0.2.1
5272026-07-29T20:16:49.403Z Downloaded base16ct v1.0.0
5282026-07-29T20:16:49.403Z Downloaded compression-core v0.4.31
5292026-07-29T20:16:49.403Z Downloaded foreign-types-shared v0.3.1
5302026-07-29T20:16:49.403Z Downloaded block-buffer v0.12.1
5312026-07-29T20:16:49.403Z Downloaded bit-set v0.5.3
5322026-07-29T20:16:49.403Z Downloaded futures-executor v0.3.32
5332026-07-29T20:16:49.403Z Downloaded futures-sink v0.3.32
5342026-07-29T20:16:49.403Z Downloaded globwalk v0.9.1
5352026-07-29T20:16:49.403Z Downloaded cobs v0.3.0
5362026-07-29T20:16:49.403Z Downloaded atty v0.2.14
5372026-07-29T20:16:49.403Z Downloaded ciborium-io v0.2.2
5382026-07-29T20:16:49.403Z Downloaded ff v0.13.1
5392026-07-29T20:16:49.404Z Downloaded find-msvc-tools v0.1.9
5402026-07-29T20:16:49.404Z Downloaded flate2 v1.1.9
5412026-07-29T20:16:49.404Z Downloaded array-init v0.0.4
5422026-07-29T20:16:49.404Z Downloaded arrayref v0.3.9
5432026-07-29T20:16:49.404Z Downloaded headers-core v0.3.0
5442026-07-29T20:16:49.404Z Downloaded hex v0.4.3
5452026-07-29T20:16:49.404Z Downloaded hostname v0.3.1
5462026-07-29T20:16:49.404Z Downloaded httpdate v1.0.3
5472026-07-29T20:16:49.404Z Downloaded bitfield-struct v0.6.2
5482026-07-29T20:16:49.404Z Downloaded gethostname v0.5.0
5492026-07-29T20:16:49.404Z Downloaded home v0.5.12
5502026-07-29T20:16:49.404Z Downloaded castaway v0.2.4
5512026-07-29T20:16:49.404Z Downloaded foldhash v0.2.0
5522026-07-29T20:16:49.404Z Downloaded hyper-tls v0.6.0
5532026-07-29T20:16:49.408Z Downloaded ciborium-ll v0.2.2
5542026-07-29T20:16:49.408Z Downloaded hubpack v0.1.2
5552026-07-29T20:16:49.408Z Downloaded num v0.4.3
5562026-07-29T20:16:49.413Z Downloaded bit-vec v0.6.3
5572026-07-29T20:16:49.413Z Downloaded hostname v0.4.2
5582026-07-29T20:16:49.413Z Downloaded compression-codecs v0.4.37
5592026-07-29T20:16:49.413Z Downloaded http-body v1.0.1
5602026-07-29T20:16:49.413Z Downloaded bs58 v0.5.1
5612026-07-29T20:16:49.417Z Downloaded funty v2.0.0
5622026-07-29T20:16:49.417Z Downloaded git-stub v1.0.0
5632026-07-29T20:16:49.417Z Downloaded http-range v0.1.5
5642026-07-29T20:16:49.423Z Downloaded path-slash v0.1.5
5652026-07-29T20:16:49.423Z Downloaded hash32 v0.3.1
5662026-07-29T20:16:49.426Z Downloaded cfg_aliases v0.1.1
5672026-07-29T20:16:49.426Z Downloaded oso-derive v0.27.3
5682026-07-29T20:16:49.426Z Downloaded ff v0.14.0
5692026-07-29T20:16:49.434Z Downloaded num-iter v0.1.45
5702026-07-29T20:16:49.434Z Downloaded arc-swap v1.8.2
5712026-07-29T20:16:49.438Z Downloaded hash32 v0.2.1
5722026-07-29T20:16:49.438Z Downloaded num_enum_derive v0.5.11
5732026-07-29T20:16:49.438Z Downloaded num-conv v0.2.0
5742026-07-29T20:16:49.442Z Downloaded openssl-probe v0.1.6
5752026-07-29T20:16:49.442Z Downloaded hubpack_derive v0.1.1
5762026-07-29T20:16:49.442Z Downloaded phf_shared v0.12.1
5772026-07-29T20:16:49.445Z Downloaded argon2 v0.5.3
5782026-07-29T20:16:49.447Z Downloaded peg-runtime v0.8.5
5792026-07-29T20:16:49.447Z Downloaded percent-encoding v2.3.2
5802026-07-29T20:16:49.447Z Downloaded precomputed-hash v0.1.1
5812026-07-29T20:16:49.447Z Downloaded const_format_proc_macros v0.2.34
5822026-07-29T20:16:49.450Z Downloaded opaque-debug v0.3.1
5832026-07-29T20:16:49.450Z Downloaded cfg_aliases v0.2.1
5842026-07-29T20:16:49.450Z Downloaded constant_time_eq v0.4.2
5852026-07-29T20:16:49.450Z Downloaded bitflags v1.3.2
5862026-07-29T20:16:49.454Z Downloaded cassowary v0.3.0
5872026-07-29T20:16:49.454Z Downloaded num_enum v0.7.6
5882026-07-29T20:16:49.458Z Downloaded buf-list v1.1.2
5892026-07-29T20:16:49.458Z Downloaded rfc6979 v0.4.0
5902026-07-29T20:16:49.458Z Downloaded parse-size v1.1.0
5912026-07-29T20:16:49.458Z Downloaded rfc6979 v0.6.0
5922026-07-29T20:16:49.458Z Downloaded group v0.13.0
5932026-07-29T20:16:49.458Z Downloaded hex-literal v1.1.0
5942026-07-29T20:16:49.464Z Downloaded blake2 v0.10.6
5952026-07-29T20:16:49.465Z Downloaded highway v1.3.0
5962026-07-29T20:16:49.469Z Downloaded bitfield v0.19.4
5972026-07-29T20:16:49.469Z Downloaded rand_chacha v0.3.1
5982026-07-29T20:16:49.469Z Downloaded rustc-hash v2.1.1
5992026-07-29T20:16:49.469Z Downloaded base64ct v1.8.3
6002026-07-29T20:16:49.470Z Downloaded cmov v0.5.4
6012026-07-29T20:16:49.474Z Downloaded cexpr v0.6.0
6022026-07-29T20:16:49.474Z Downloaded ref-cast-impl v1.0.25
6032026-07-29T20:16:49.474Z Downloaded ref-cast v1.0.25
6042026-07-29T20:16:49.479Z Downloaded getrandom v0.2.17
6052026-07-29T20:16:49.482Z Downloaded filetime v0.2.27
6062026-07-29T20:16:49.482Z Downloaded allocator-api2 v0.2.21
6072026-07-29T20:16:49.482Z Downloaded backoff v0.4.0
6082026-07-29T20:16:49.482Z Downloaded console v0.16.2
6092026-07-29T20:16:49.486Z Downloaded glob v0.3.3
6102026-07-29T20:16:49.486Z Downloaded erased-serde v0.3.31
6112026-07-29T20:16:49.490Z Downloaded hyper-staticfile v0.10.1
6122026-07-29T20:16:49.490Z Downloaded serde_bytes v0.11.19
6132026-07-29T20:16:49.490Z Downloaded cbc v0.2.1
6142026-07-29T20:16:49.490Z Downloaded shell-words v1.1.1
6152026-07-29T20:16:49.497Z Downloaded hybrid-array v0.4.13
6162026-07-29T20:16:49.497Z Downloaded siphasher v1.0.2
6172026-07-29T20:16:49.500Z Downloaded tap v1.0.1
6182026-07-29T20:16:49.500Z Downloaded cipher v0.4.4
6192026-07-29T20:16:49.500Z Downloaded strip-ansi-escapes v0.2.1
6202026-07-29T20:16:49.500Z Downloaded sigpipe v0.1.3
6212026-07-29T20:16:49.500Z Downloaded take_mut v0.2.2
6222026-07-29T20:16:49.504Z Downloaded testing_table v0.3.0
6232026-07-29T20:16:49.504Z Downloaded thiserror-impl-no-std v2.0.2
6242026-07-29T20:16:49.504Z Downloaded globset v0.4.18
6252026-07-29T20:16:49.508Z Downloaded group v0.14.0
6262026-07-29T20:16:49.508Z Downloaded ar_archive_writer v0.5.1
6272026-07-29T20:16:49.511Z Downloaded blowfish v0.10.0
6282026-07-29T20:16:49.511Z Downloaded chacha20 v0.9.1
6292026-07-29T20:16:49.511Z Downloaded oxide-update-engine-display v0.1.2
6302026-07-29T20:16:49.515Z Downloaded supports-color v3.0.2
6312026-07-29T20:16:49.518Z Downloaded camino-tempfile-ext v0.3.3
6322026-07-29T20:16:49.518Z Downloaded humantime v2.3.0
6332026-07-29T20:16:49.518Z Downloaded progenitor v0.14.0
6342026-07-29T20:16:49.522Z Downloaded r2d2 v0.8.10
6352026-07-29T20:16:49.522Z Downloaded pem-rfc7468 v1.0.0
6362026-07-29T20:16:49.522Z Downloaded pkcs8 v0.10.2
6372026-07-29T20:16:49.522Z Downloaded async-bb8-diesel v0.2.1
6382026-07-29T20:16:49.525Z Downloaded blake2 v0.11.0-rc.6
6392026-07-29T20:16:49.525Z Downloaded port-file v0.1.0
6402026-07-29T20:16:49.525Z Downloaded try-lock v0.2.5
6412026-07-29T20:16:49.528Z Downloaded untrusted v0.9.0
6422026-07-29T20:16:49.528Z Downloaded want v0.3.1
6432026-07-29T20:16:49.531Z Downloaded untrusted v0.7.1
6442026-07-29T20:16:49.531Z Downloaded half v1.8.3
6452026-07-29T20:16:49.534Z Downloaded http-body-util v0.1.3
6462026-07-29T20:16:49.534Z Downloaded primeorder v0.14.0
6472026-07-29T20:16:49.534Z Downloaded ppv-lite86 v0.2.21
6482026-07-29T20:16:49.537Z Downloaded hyper-rustls v0.27.7
6492026-07-29T20:16:49.540Z Downloaded progenitor v0.13.0
6502026-07-29T20:16:49.540Z Downloaded resolv-conf v0.7.6
6512026-07-29T20:16:49.540Z Downloaded psm v0.1.30
6522026-07-29T20:16:49.544Z Downloaded cmake v0.1.57
6532026-07-29T20:16:49.544Z Downloaded slog-bunyan v2.5.0
6542026-07-29T20:16:49.547Z Downloaded signal-hook-registry v1.4.8
6552026-07-29T20:16:49.550Z Downloaded zeroize_derive v1.5.0
6562026-07-29T20:16:49.550Z Downloaded crunchy v0.2.4
6572026-07-29T20:16:49.553Z Downloaded hmac v0.13.0
6582026-07-29T20:16:49.556Z Downloaded serde_derive_internals v0.29.1
6592026-07-29T20:16:49.556Z Downloaded yoke-derive v0.8.1
6602026-07-29T20:16:49.560Z Downloaded zone_cfg_derive v0.3.1
6612026-07-29T20:16:49.564Z Downloaded bzip2 v0.4.4
6622026-07-29T20:16:49.564Z Downloaded ciborium v0.2.2
6632026-07-29T20:16:49.565Z Downloaded colored v3.1.1
6642026-07-29T20:16:49.568Z Downloaded sec1 v0.8.1
6652026-07-29T20:16:49.568Z Downloaded slog-json v2.6.1
6662026-07-29T20:16:49.568Z Downloaded console v0.15.11
6672026-07-29T20:16:49.571Z Downloaded getrandom v0.3.4
6682026-07-29T20:16:49.574Z Downloaded half v2.7.1
6692026-07-29T20:16:49.574Z Downloaded smf v0.2.3
6702026-07-29T20:16:49.574Z Downloaded string_cache v0.8.9
6712026-07-29T20:16:49.577Z Downloaded stringprep v0.1.5
6722026-07-29T20:16:49.577Z Downloaded crc v3.4.0
6732026-07-29T20:16:49.579Z Downloaded crc-catalog v2.4.0
6742026-07-29T20:16:49.579Z Downloaded difflib v0.4.0
6752026-07-29T20:16:49.582Z Downloaded darling_macro v0.13.4
6762026-07-29T20:16:49.582Z Downloaded darling_macro v0.20.11
6772026-07-29T20:16:49.582Z Downloaded defmt-parser v1.0.0
6782026-07-29T20:16:49.582Z Downloaded tls_codec_derive v0.4.2
6792026-07-29T20:16:49.582Z Downloaded byte-wrapper v0.1.0
6802026-07-29T20:16:49.582Z Downloaded sqlformat v0.3.5
6812026-07-29T20:16:49.585Z Downloaded ssh-cipher v0.3.0
6822026-07-29T20:16:49.586Z Downloaded dsl_auto_type v0.2.0
6832026-07-29T20:16:49.586Z Downloaded ident_case v1.0.1
6842026-07-29T20:16:49.586Z Downloaded tls_codec v0.4.2
6852026-07-29T20:16:49.589Z Downloaded ssh-encoding v0.3.0
6862026-07-29T20:16:49.589Z Downloaded dof v0.4.0
6872026-07-29T20:16:49.589Z Downloaded embedded-io v0.4.0
6882026-07-29T20:16:49.592Z Downloaded dropshot-api-manager-types v0.7.2
6892026-07-29T20:16:49.593Z Downloaded pin-project-lite v0.2.17
6902026-07-29T20:16:49.596Z Downloaded proc-macro-error2 v2.0.1
6912026-07-29T20:16:49.596Z Downloaded toml_writer v1.1.1+spec-1.1.0
6922026-07-29T20:16:49.599Z Downloaded unarray v0.1.4
6932026-07-29T20:16:49.599Z Downloaded wyz v0.5.1
6942026-07-29T20:16:49.603Z Downloaded illumos-nvpair v0.3.0
6952026-07-29T20:16:49.607Z Downloaded internet-checksum v0.2.1
6962026-07-29T20:16:49.607Z Downloaded is_ci v1.2.0
6972026-07-29T20:16:49.607Z Downloaded chacha20 v0.10.0
6982026-07-29T20:16:49.610Z Downloaded xshell v0.2.7
6992026-07-29T20:16:49.613Z Downloaded indoc v1.0.9
7002026-07-29T20:16:49.616Z Downloaded maybe-uninit v2.0.0
7012026-07-29T20:16:49.616Z Downloaded rustversion v1.0.22
7022026-07-29T20:16:49.616Z Downloaded vergen-lib v0.1.6
7032026-07-29T20:16:49.619Z Downloaded is-terminal v0.4.17
7042026-07-29T20:16:49.622Z Downloaded nonempty v0.12.0
7052026-07-29T20:16:49.625Z Downloaded md-5 v0.10.6
7062026-07-29T20:16:49.625Z Downloaded flume v0.11.1
7072026-07-29T20:16:49.628Z Downloaded lzss v0.8.2
7082026-07-29T20:16:49.628Z Downloaded const-oid v0.10.2
7092026-07-29T20:16:49.628Z Downloaded base64 v0.22.1
7102026-07-29T20:16:49.632Z Downloaded clang-sys v1.8.1
7112026-07-29T20:16:49.635Z Downloaded serde_cbor v0.11.2
7122026-07-29T20:16:49.635Z Downloaded sha2 v0.11.0
7132026-07-29T20:16:49.638Z Downloaded md5 v0.8.0
7142026-07-29T20:16:49.638Z Downloaded colored v2.2.0
7152026-07-29T20:16:49.638Z Downloaded const-oid v0.9.6
7162026-07-29T20:16:49.643Z Downloaded corncobs v0.1.4
7172026-07-29T20:16:49.643Z Downloaded ctr v0.10.1
7182026-07-29T20:16:49.644Z Downloaded daft-derive v0.1.7
7192026-07-29T20:16:49.647Z Downloaded newtype-uuid-macros v0.1.0
7202026-07-29T20:16:49.648Z Downloaded num-derive v0.4.2
7212026-07-29T20:16:49.648Z Downloaded futures v0.3.32
7222026-07-29T20:16:49.651Z Downloaded hmac v0.12.1
7232026-07-29T20:16:49.652Z Downloaded packed_struct_codegen v0.10.1
7242026-07-29T20:16:49.652Z Downloaded proc-macro-crate v3.4.0
7252026-07-29T20:16:49.652Z Downloaded der_derive v0.7.3
7262026-07-29T20:16:49.655Z Downloaded dirs-sys-next v0.1.2
7272026-07-29T20:16:49.655Z Downloaded ctutils v0.4.2
7282026-07-29T20:16:49.655Z Downloaded tiny-keccak v2.0.2
7292026-07-29T20:16:49.655Z Downloaded deranged v0.5.8
7302026-07-29T20:16:49.658Z Downloaded diesel-dtrace v0.5.0
7312026-07-29T20:16:49.658Z Downloaded tokio-stream v0.1.18
7322026-07-29T20:16:49.662Z Downloaded tracing-attributes v0.1.31
7332026-07-29T20:16:49.662Z Downloaded predicates-core v1.0.10
7342026-07-29T20:16:49.662Z Downloaded rand_pcg v0.10.2
7352026-07-29T20:16:49.665Z Downloaded httparse v1.10.1
7362026-07-29T20:16:49.668Z Downloaded scroll_derive v0.13.1
7372026-07-29T20:16:49.668Z Downloaded fatfs v0.3.6
7382026-07-29T20:16:49.672Z Downloaded scopeguard v1.2.0
7392026-07-29T20:16:49.675Z Downloaded const_format v0.2.35
7402026-07-29T20:16:49.684Z Downloaded bytes v1.11.1
7412026-07-29T20:16:49.687Z Downloaded serde_spanned v1.1.1
7422026-07-29T20:16:49.691Z Downloaded sqlparser_derive v0.5.0
7432026-07-29T20:16:49.691Z Downloaded unicode-properties v0.1.4
7442026-07-29T20:16:49.691Z Downloaded keccak v0.2.0
7452026-07-29T20:16:49.694Z Downloaded headers v0.4.1
7462026-07-29T20:16:49.697Z Downloaded lock_api v0.4.14
7472026-07-29T20:16:49.697Z Downloaded heapless v0.7.17
7482026-07-29T20:16:49.700Z Downloaded rustls-platform-verifier v0.6.2
7492026-07-29T20:16:49.701Z Downloaded strum v0.26.3
7502026-07-29T20:16:49.701Z Downloaded strum v0.27.2
7512026-07-29T20:16:49.701Z Downloaded libsw v3.5.0
7522026-07-29T20:16:49.704Z Downloaded num_enum v0.5.11
7532026-07-29T20:16:49.707Z Downloaded base64 v0.21.7
7542026-07-29T20:16:49.710Z Downloaded serde_urlencoded v0.7.1
7552026-07-29T20:16:49.710Z Downloaded chacha20poly1305 v0.10.1
7562026-07-29T20:16:49.710Z Downloaded sha1 v0.11.0
7572026-07-29T20:16:49.713Z Downloaded tabled_derive v0.11.0
7582026-07-29T20:16:49.713Z Downloaded tabwriter v1.4.1
7592026-07-29T20:16:49.713Z Downloaded heapless v0.8.0
7602026-07-29T20:16:49.716Z Downloaded structmeta-derive v0.3.0
7612026-07-29T20:16:49.716Z Downloaded tinyvec_macros v0.1.1
7622026-07-29T20:16:49.716Z Downloaded phf v0.12.1
7632026-07-29T20:16:49.720Z Downloaded native-tls v0.2.18
7642026-07-29T20:16:49.723Z Downloaded aes v0.9.1
7652026-07-29T20:16:49.726Z Downloaded topological-sort v0.2.2
7662026-07-29T20:16:49.727Z Downloaded tokio-test v0.4.5
7672026-07-29T20:16:49.730Z Downloaded xattr v1.6.1
7682026-07-29T20:16:49.731Z Downloaded generic-array v1.4.3
7692026-07-29T20:16:49.734Z Downloaded smallvec v1.15.1
7702026-07-29T20:16:49.734Z Downloaded p384 v0.14.0
7712026-07-29T20:16:49.737Z Downloaded polyval v0.7.1
7722026-07-29T20:16:49.740Z Downloaded unicode-xid v0.2.6
7732026-07-29T20:16:49.740Z Downloaded rusty-fork v0.3.1
7742026-07-29T20:16:49.740Z Downloaded scroll v0.13.0
7752026-07-29T20:16:49.743Z Downloaded unicode-truncate v1.1.0
7762026-07-29T20:16:49.746Z Downloaded wait-timeout v0.2.1
7772026-07-29T20:16:49.746Z Downloaded derive_builder_macro v0.20.2
7782026-07-29T20:16:49.749Z Downloaded toml v0.7.8
7792026-07-29T20:16:49.752Z Downloaded crc8 v0.1.1
7802026-07-29T20:16:49.758Z Downloaded slab v0.4.12
7812026-07-29T20:16:49.762Z Downloaded snafu-derive v0.8.9
7822026-07-29T20:16:49.763Z Downloaded vte v0.14.1
7832026-07-29T20:16:49.767Z Downloaded schemars v0.8.22
7842026-07-29T20:16:49.774Z Downloaded schemars v0.9.0
7852026-07-29T20:16:49.780Z Downloaded crucible-workspace-hack v0.1.0
7862026-07-29T20:16:49.783Z Downloaded digest-io v0.1.0
7872026-07-29T20:16:49.783Z Downloaded dirs-next v2.0.0
7882026-07-29T20:16:49.783Z Downloaded stacker v0.1.23
7892026-07-29T20:16:49.783Z Downloaded linear-map v1.2.0
7902026-07-29T20:16:49.788Z Downloaded memmap2 v0.9.10
7912026-07-29T20:16:49.792Z Downloaded termios v0.3.3
7922026-07-29T20:16:49.795Z Downloaded compact_str v0.8.1
7932026-07-29T20:16:49.798Z Downloaded inout v0.1.4
7942026-07-29T20:16:49.798Z Downloaded hickory-resolver v0.25.2
7952026-07-29T20:16:49.801Z Downloaded num_enum_derive v0.7.6
7962026-07-29T20:16:49.801Z Downloaded parking_lot v0.12.5
7972026-07-29T20:16:49.801Z Downloaded slog-scope v4.4.1
7982026-07-29T20:16:49.801Z Downloaded crc-any v2.5.0
7992026-07-29T20:16:49.804Z Downloaded lazy_static v1.5.0
8002026-07-29T20:16:49.804Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8012026-07-29T20:16:49.804Z Downloaded inout v0.2.2
8022026-07-29T20:16:49.807Z Downloaded lalrpop-util v0.19.12
8032026-07-29T20:16:49.807Z Downloaded quinn-udp v0.5.14
8042026-07-29T20:16:49.807Z Downloaded unicase v2.9.0
8052026-07-29T20:16:49.808Z Downloaded dropshot_endpoint v0.17.1
8062026-07-29T20:16:49.811Z Downloaded poly1305 v0.9.0
8072026-07-29T20:16:49.811Z Downloaded progenitor-extras v0.2.0
8082026-07-29T20:16:49.811Z Downloaded whoami v2.1.0
8092026-07-29T20:16:49.814Z Downloaded lru v0.12.5
8102026-07-29T20:16:49.814Z Downloaded maplit v1.0.2
8112026-07-29T20:16:49.817Z Downloaded num-derive v0.3.3
8122026-07-29T20:16:49.817Z Downloaded phf_shared v0.13.1
8132026-07-29T20:16:49.824Z Downloaded darling v0.13.4
8142026-07-29T20:16:49.827Z Downloaded zeroize v1.9.0
8152026-07-29T20:16:49.827Z Downloaded usdt-impl v0.6.0
8162026-07-29T20:16:49.830Z Downloaded vergen-gitcl v1.0.8
8172026-07-29T20:16:49.830Z Downloaded convert_case v0.10.0
8182026-07-29T20:16:49.830Z Downloaded curve25519-dalek-derive v0.1.1
8192026-07-29T20:16:49.843Z Downloaded critical-section v1.2.0
8202026-07-29T20:16:49.846Z Downloaded defmt-macros v1.0.1
8212026-07-29T20:16:49.846Z Downloaded ecdsa v0.16.9
8222026-07-29T20:16:49.849Z Downloaded rayon-core v1.13.0
8232026-07-29T20:16:49.849Z Downloaded quick-error v1.2.3
8242026-07-29T20:16:49.852Z Downloaded indexmap v1.9.3
8252026-07-29T20:16:49.855Z Downloaded zerotrie v0.2.3
8262026-07-29T20:16:49.855Z Downloaded hyper-util v0.1.20
8272026-07-29T20:16:49.858Z Downloaded unsafe-libyaml v0.2.11
8282026-07-29T20:16:49.861Z Downloaded daft v0.1.7
8292026-07-29T20:16:49.861Z Downloaded derive-ex v0.1.8
8302026-07-29T20:16:49.864Z Downloaded digest v0.11.3
8312026-07-29T20:16:49.864Z Downloaded progenitor-macro v0.14.0
8322026-07-29T20:16:49.864Z Downloaded rustc_version v0.1.7
8332026-07-29T20:16:49.865Z Downloaded rtoolbox v0.0.3
8342026-07-29T20:16:49.868Z Downloaded sha1 v0.10.6
8352026-07-29T20:16:49.871Z Downloaded rustls-webpki v0.103.13
8362026-07-29T20:16:49.875Z Downloaded parking_lot v0.11.2
8372026-07-29T20:16:49.875Z Downloaded hickory-resolver v0.24.4
8382026-07-29T20:16:49.878Z Downloaded schemars v1.2.1
8392026-07-29T20:16:49.885Z Downloaded http v1.4.2
8402026-07-29T20:16:49.888Z Downloaded oso v0.27.3
8412026-07-29T20:16:49.891Z Downloaded keccak v0.1.6
8422026-07-29T20:16:49.891Z Downloaded structmeta v0.3.0
8432026-07-29T20:16:49.891Z Downloaded hashbrown v0.13.2
8442026-07-29T20:16:49.894Z Downloaded pkcs5 v0.8.1
8452026-07-29T20:16:49.894Z Downloaded async-compression v0.4.41
8462026-07-29T20:16:49.901Z Downloaded toml_parser v1.1.2+spec-1.1.0
8472026-07-29T20:16:49.904Z Downloaded cc v1.2.56
8482026-07-29T20:16:49.904Z Downloaded mime_guess v2.0.5
8492026-07-29T20:16:49.904Z Downloaded module-lattice v0.2.3
8502026-07-29T20:16:49.904Z Downloaded twox-hash v2.1.2
8512026-07-29T20:16:49.904Z Downloaded oxnet v0.1.6
8522026-07-29T20:16:49.904Z Downloaded peg-macros v0.8.5
8532026-07-29T20:16:49.908Z Downloaded pkg-config v0.3.32
8542026-07-29T20:16:49.908Z Downloaded poly1305 v0.8.0
8552026-07-29T20:16:49.908Z Downloaded termtree v0.5.1
8562026-07-29T20:16:49.911Z Downloaded icu_properties v2.1.2
8572026-07-29T20:16:49.911Z Downloaded time-core v0.1.8
8582026-07-29T20:16:49.911Z Downloaded hickory-server v0.25.2
8592026-07-29T20:16:49.914Z Downloaded nu-ansi-term v0.50.3
8602026-07-29T20:16:49.914Z Downloaded owo-colors v4.3.0
8612026-07-29T20:16:49.917Z Downloaded universal-hash v0.5.1
8622026-07-29T20:16:49.921Z Downloaded trait-variant v0.1.2
8632026-07-29T20:16:49.921Z Downloaded progenitor-impl v0.13.0
8642026-07-29T20:16:49.926Z Downloaded password-hash v0.5.0
8652026-07-29T20:16:49.930Z Downloaded progenitor-client v0.13.0
8662026-07-29T20:16:49.930Z Downloaded unicode_categories v0.1.1
8672026-07-29T20:16:49.930Z Downloaded bumpalo v3.20.2
8682026-07-29T20:16:49.933Z Downloaded zerofrom-derive v0.1.6
8692026-07-29T20:16:49.933Z Downloaded zone v0.3.1
8702026-07-29T20:16:49.936Z Downloaded indicatif v0.18.4
8712026-07-29T20:16:49.940Z Downloaded darling_macro v0.23.0
8722026-07-29T20:16:49.943Z Downloaded crypto-common v0.2.2
8732026-07-29T20:16:49.946Z Downloaded zerocopy-derive v0.8.40
8742026-07-29T20:16:49.950Z Downloaded cstr-argument v0.1.2
8752026-07-29T20:16:49.955Z Downloaded aes-gcm v0.11.0
8762026-07-29T20:16:49.955Z Downloaded rand_core v0.10.0
8772026-07-29T20:16:49.955Z Downloaded darling_core v0.20.11
8782026-07-29T20:16:49.958Z Downloaded papergrid v0.17.0
8792026-07-29T20:16:49.962Z Downloaded serde_path_to_error v0.1.20
8802026-07-29T20:16:49.962Z Downloaded openssl-sys v0.9.115
8812026-07-29T20:16:49.965Z Downloaded scrypt v0.12.0
8822026-07-29T20:16:49.965Z Downloaded sec1 v0.7.3
8832026-07-29T20:16:49.965Z Downloaded serde_with_macros v1.5.2
8842026-07-29T20:16:49.968Z Downloaded simd-adler32 v0.3.8
8852026-07-29T20:16:49.968Z Downloaded diesel_table_macro_syntax v0.3.0
8862026-07-29T20:16:49.969Z Downloaded derive_more v2.1.1
8872026-07-29T20:16:49.972Z Downloaded icu_collections v2.1.1
8882026-07-29T20:16:49.975Z Downloaded slog-dtrace v0.3.0
8892026-07-29T20:16:49.978Z Downloaded tinyvec v1.10.0
8902026-07-29T20:16:49.978Z Downloaded pretty_assertions v1.4.1
8912026-07-29T20:16:49.982Z Downloaded slog-term v2.9.2
8922026-07-29T20:16:49.982Z Downloaded newtype-uuid v1.3.2
8932026-07-29T20:16:49.982Z Downloaded ml-kem v0.3.2
8942026-07-29T20:16:49.982Z Downloaded strum_macros v0.24.3
8952026-07-29T20:16:49.987Z Downloaded strum_macros v0.26.4
8962026-07-29T20:16:49.987Z Downloaded thread_local v1.1.9
8972026-07-29T20:16:49.987Z Downloaded kem v0.3.0
8982026-07-29T20:16:49.990Z Downloaded illumos-nvpair-sys v0.2.0
8992026-07-29T20:16:49.990Z Downloaded new_debug_unreachable v1.0.6
9002026-07-29T20:16:49.990Z Downloaded instant v0.1.13
9012026-07-29T20:16:49.990Z Downloaded linked-hash-map v0.5.6
9022026-07-29T20:16:49.990Z Downloaded openssl-probe v0.2.1
9032026-07-29T20:16:49.990Z Downloaded hashbrown v0.16.1
9042026-07-29T20:16:49.994Z Downloaded uuid v1.23.4
9052026-07-29T20:16:49.994Z Downloaded rand v0.10.1
9062026-07-29T20:16:49.997Z Downloaded parking_lot_core v0.9.12
9072026-07-29T20:16:49.997Z Downloaded primefield v0.14.0
9082026-07-29T20:16:49.997Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9092026-07-29T20:16:49.998Z Downloaded whoami v1.6.1
9102026-07-29T20:16:50.001Z Downloaded pkcs8 v0.11.0
9112026-07-29T20:16:50.002Z Downloaded yoke v0.8.1
9122026-07-29T20:16:50.002Z Downloaded mime v0.3.17
9132026-07-29T20:16:50.005Z Downloaded potential_utf v0.1.4
9142026-07-29T20:16:50.005Z Downloaded proc-macro-error-attr2 v2.0.0
9152026-07-29T20:16:50.005Z Downloaded predicates-tree v1.0.13
9162026-07-29T20:16:50.005Z Downloaded progenitor-client v0.14.0
9172026-07-29T20:16:50.008Z Downloaded recursive v0.1.1
9182026-07-29T20:16:50.008Z Downloaded socket2 v0.5.10
9192026-07-29T20:16:50.008Z Downloaded tui-tree-widget v0.23.1
9202026-07-29T20:16:50.008Z Downloaded olpc-cjson v0.1.4
9212026-07-29T20:16:50.011Z Downloaded password-hash v0.6.1
9222026-07-29T20:16:50.012Z Downloaded phf_shared v0.11.3
9232026-07-29T20:16:50.012Z Downloaded radium v0.7.0
9242026-07-29T20:16:50.021Z Downloaded icu_provider v2.1.1
9252026-07-29T20:16:50.024Z Downloaded seq-macro v0.3.6
9262026-07-29T20:16:50.033Z Downloaded signal-hook-tokio v0.3.1
9272026-07-29T20:16:50.036Z Downloaded serde_repr v0.1.20
9282026-07-29T20:16:50.036Z Downloaded aho-corasick v1.1.4
9292026-07-29T20:16:50.039Z Downloaded rustls-pki-types v1.14.0
9302026-07-29T20:16:50.039Z Downloaded pin-project v1.1.11
9312026-07-29T20:16:50.045Z Downloaded either v1.15.0
9322026-07-29T20:16:50.048Z Downloaded spin v0.9.8
9332026-07-29T20:16:50.050Z Downloaded defmt v1.0.1
9342026-07-29T20:16:50.055Z Downloaded ed25519 v3.0.0
9352026-07-29T20:16:50.055Z Downloaded tokio-macros v2.7.0
9362026-07-29T20:16:50.056Z Downloaded subtle v2.6.1
9372026-07-29T20:16:50.056Z Downloaded zip v0.6.6
9382026-07-29T20:16:50.059Z Downloaded ingot v0.2.1
9392026-07-29T20:16:50.059Z Downloaded universal-hash v0.6.1
9402026-07-29T20:16:50.063Z Downloaded ipnetwork v0.21.1
9412026-07-29T20:16:50.063Z Downloaded rand v0.8.6
9422026-07-29T20:16:50.063Z Downloaded samael v0.0.19
9432026-07-29T20:16:50.067Z Downloaded time-macros v0.2.27
9442026-07-29T20:16:50.070Z Downloaded pem v3.0.6
9452026-07-29T20:16:50.071Z Downloaded rand v0.9.2
9462026-07-29T20:16:50.071Z Downloaded hashbrown v0.12.3
9472026-07-29T20:16:50.074Z Downloaded p521 v0.14.0
9482026-07-29T20:16:50.074Z Downloaded qorb v0.4.1
9492026-07-29T20:16:50.077Z Downloaded num-rational v0.4.2
9502026-07-29T20:16:50.077Z Downloaded rsa v0.9.10
9512026-07-29T20:16:50.080Z Downloaded void v1.0.2
9522026-07-29T20:16:50.081Z Downloaded defmt v0.3.100
9532026-07-29T20:16:50.081Z Downloaded typed-path v0.9.3
9542026-07-29T20:16:50.084Z Downloaded uzers v0.12.2
9552026-07-29T20:16:50.087Z Downloaded vergen v9.1.0
9562026-07-29T20:16:50.088Z Downloaded oxide-tokio-rt v0.1.4
9572026-07-29T20:16:50.089Z Downloaded cookie v0.18.1
9582026-07-29T20:16:50.092Z Downloaded embedded-io v0.6.1
9592026-07-29T20:16:50.095Z Downloaded kstat-rs v0.2.4
9602026-07-29T20:16:50.099Z Downloaded icu_locale_core v2.1.1
9612026-07-29T20:16:50.102Z Downloaded crc32fast v1.5.0
9622026-07-29T20:16:50.102Z Downloaded display-error-chain v0.2.2
9632026-07-29T20:16:50.102Z Downloaded document-features v0.2.12
9642026-07-29T20:16:50.105Z Downloaded managed v0.8.0
9652026-07-29T20:16:50.112Z Downloaded nodrop v0.1.14
9662026-07-29T20:16:50.115Z Downloaded signal-hook v0.3.18
9672026-07-29T20:16:50.115Z Downloaded salsa20 v0.11.0
9682026-07-29T20:16:50.120Z Downloaded recursive-proc-macro-impl v0.1.1
9692026-07-29T20:16:50.120Z Downloaded des v0.9.0
9702026-07-29T20:16:50.123Z Downloaded parse-display v0.10.0
9712026-07-29T20:16:50.123Z Downloaded schemars_derive v0.8.22
9722026-07-29T20:16:50.123Z Downloaded spki v0.7.3
9732026-07-29T20:16:50.123Z Downloaded powerfmt v0.2.0
9742026-07-29T20:16:50.126Z Downloaded serdect v0.4.3
9752026-07-29T20:16:50.129Z Downloaded smallvec v0.6.14
9762026-07-29T20:16:50.133Z Downloaded static_assertions v1.1.0
9772026-07-29T20:16:50.136Z Downloaded tokio-native-tls v0.3.1
9782026-07-29T20:16:50.139Z Downloaded slog-envlogger v2.2.0
9792026-07-29T20:16:50.139Z Downloaded semver v0.1.20
9802026-07-29T20:16:50.142Z Downloaded signature v3.0.0
9812026-07-29T20:16:50.142Z Downloaded sync_wrapper v1.0.2
9822026-07-29T20:16:50.142Z Downloaded unit-prefix v0.5.2
9832026-07-29T20:16:50.145Z Downloaded litemap v0.8.1
9842026-07-29T20:16:50.148Z Downloaded writeable v0.6.2
9852026-07-29T20:16:50.148Z Downloaded hashbrown v0.15.5
9862026-07-29T20:16:50.152Z Downloaded omicron-zone-package v0.12.3
9872026-07-29T20:16:50.155Z Downloaded tracing-core v0.1.36
9882026-07-29T20:16:50.155Z Downloaded crypto-bigint v0.5.5
9892026-07-29T20:16:50.161Z Downloaded phf v0.13.1
9902026-07-29T20:16:50.165Z Downloaded utf8_iter v1.0.4
9912026-07-29T20:16:50.165Z Downloaded utf-8 v0.7.6
9922026-07-29T20:16:50.168Z Downloaded zerofrom v0.1.6
9932026-07-29T20:16:50.171Z Downloaded xshell-macros v0.2.7
9942026-07-29T20:16:50.176Z Downloaded idna_adapter v1.2.1
9952026-07-29T20:16:50.179Z Downloaded rcgen v0.12.1
9962026-07-29T20:16:50.183Z Downloaded dyn-clone v1.0.20
9972026-07-29T20:16:50.183Z Downloaded debug-ignore v1.0.5
9982026-07-29T20:16:50.186Z Downloaded ed25519-dalek v2.2.0
9992026-07-29T20:16:50.192Z Downloaded nanorand v0.7.0
10002026-07-29T20:16:50.195Z Downloaded pin-project-internal v1.1.11
10012026-07-29T20:16:50.196Z Downloaded peg v0.8.5
10022026-07-29T20:16:50.202Z Downloaded serde-big-array v0.5.1
10032026-07-29T20:16:50.202Z Downloaded postgres-protocol v0.6.10
10042026-07-29T20:16:50.202Z Downloaded rustls-native-certs v0.8.3
10052026-07-29T20:16:50.202Z Downloaded match_cfg v0.1.0
10062026-07-29T20:16:50.205Z Downloaded nibble_vec v0.1.0
10072026-07-29T20:16:50.208Z Downloaded futures-util v0.3.32
10082026-07-29T20:16:50.212Z Downloaded hkdf v0.12.4
10092026-07-29T20:16:50.215Z Downloaded term v0.7.0
10102026-07-29T20:16:50.215Z Downloaded term v1.2.1
10112026-07-29T20:16:50.218Z Downloaded slog-async v2.8.0
10122026-07-29T20:16:50.219Z Downloaded vergen-lib v9.1.0
10132026-07-29T20:16:50.219Z Downloaded openssl-macros v0.1.1
10142026-07-29T20:16:50.222Z Downloaded rustls-pemfile v2.2.0
10152026-07-29T20:16:50.222Z Downloaded secrecy v0.10.3
10162026-07-29T20:16:50.222Z Downloaded progenitor-macro v0.13.0
10172026-07-29T20:16:50.225Z Downloaded same-file v1.0.6
10182026-07-29T20:16:50.225Z Downloaded secrecy v0.8.0
10192026-07-29T20:16:50.225Z Downloaded russh-cryptovec v0.62.0
10202026-07-29T20:16:50.225Z Downloaded sponge-cursor v0.1.0
10212026-07-29T20:16:50.225Z Downloaded num-traits v0.2.19
10222026-07-29T20:16:50.230Z Downloaded derive_builder v0.20.2
10232026-07-29T20:16:50.230Z Downloaded toml v1.1.2+spec-1.1.0
10242026-07-29T20:16:50.233Z Downloaded hyper v1.10.1
10252026-07-29T20:16:50.236Z Downloaded rsa v0.10.0-rc.18
10262026-07-29T20:16:50.240Z Downloaded tower-http v0.6.8
10272026-07-29T20:16:50.243Z Downloaded cookie_store v0.22.1
10282026-07-29T20:16:50.246Z Downloaded ingot-types v0.2.0
10292026-07-29T20:16:50.246Z Downloaded num-complex v0.4.6
10302026-07-29T20:16:50.246Z Downloaded crossbeam-epoch v0.9.18
10312026-07-29T20:16:50.249Z Downloaded crossbeam-utils v0.8.21
10322026-07-29T20:16:50.249Z Downloaded tokio-tungstenite v0.21.0
10332026-07-29T20:16:50.249Z Downloaded zstd v0.13.3
10342026-07-29T20:16:50.252Z Downloaded thread-id v5.1.0
10352026-07-29T20:16:50.252Z Downloaded usdt-attr-macro v0.6.0
10362026-07-29T20:16:50.255Z Downloaded impl-trait-for-tuples v0.2.3
10372026-07-29T20:16:50.255Z Downloaded ed25519-dalek v3.0.0
10382026-07-29T20:16:50.258Z Downloaded cpubits v0.1.1
10392026-07-29T20:16:50.258Z Downloaded ron v0.8.1
10402026-07-29T20:16:50.262Z Downloaded derive_builder_core v0.20.2
10412026-07-29T20:16:50.266Z Downloaded darling_core v0.13.4
10422026-07-29T20:16:50.274Z Downloaded lru-slab v0.1.2
10432026-07-29T20:16:50.278Z Downloaded similar v2.7.0
10442026-07-29T20:16:50.281Z Downloaded multimap v0.10.1
10452026-07-29T20:16:50.283Z Downloaded num-integer v0.1.46
10462026-07-29T20:16:50.286Z Downloaded multer v3.1.0
10472026-07-29T20:16:50.289Z Downloaded elliptic-curve v0.13.8
10482026-07-29T20:16:50.289Z Downloaded subprocess v0.2.15
10492026-07-29T20:16:50.292Z Downloaded unicode-bidi v0.3.18
10502026-07-29T20:16:50.292Z Downloaded instability v0.3.11
10512026-07-29T20:16:50.292Z Downloaded normalize-line-endings v0.3.0
10522026-07-29T20:16:50.296Z Downloaded zip v4.6.1
10532026-07-29T20:16:50.296Z Downloaded signal-hook-mio v0.2.5
10542026-07-29T20:16:50.301Z Downloaded oxide-update-engine v0.1.2
10552026-07-29T20:16:50.305Z Downloaded reedline v0.40.0
10562026-07-29T20:16:50.311Z Downloaded rand_core v0.6.4
10572026-07-29T20:16:50.314Z Downloaded hkdf v0.13.0
10582026-07-29T20:16:50.317Z Downloaded displaydoc v0.2.5
10592026-07-29T20:16:50.321Z Downloaded tungstenite v0.21.0
10602026-07-29T20:16:50.321Z Downloaded stable_deref_trait v1.2.1
10612026-07-29T20:16:50.324Z Downloaded tokio-util v0.7.18
10622026-07-29T20:16:50.327Z Downloaded crossbeam-channel v0.5.15
10632026-07-29T20:16:50.330Z Downloaded usdt-macro v0.6.0
10642026-07-29T20:16:50.330Z Downloaded signature v2.2.0
10652026-07-29T20:16:50.331Z Downloaded crossbeam-deque v0.8.6
10662026-07-29T20:16:50.334Z Downloaded thiserror-no-std v2.0.2
10672026-07-29T20:16:50.334Z Downloaded tinystr v0.8.2
10682026-07-29T20:16:50.337Z Downloaded usdt v0.6.0
10692026-07-29T20:16:50.343Z Downloaded h2 v0.4.15
10702026-07-29T20:16:50.343Z Downloaded nom v8.0.0
10712026-07-29T20:16:50.346Z Downloaded ecdsa v0.17.0
10722026-07-29T20:16:50.352Z Downloaded jiff-static v0.2.34
10732026-07-29T20:16:50.361Z Downloaded indoc v2.0.7
10742026-07-29T20:16:50.364Z Downloaded oxide-update-engine-types v0.1.2
10752026-07-29T20:16:50.364Z Downloaded paste v1.0.15
10762026-07-29T20:16:50.367Z Downloaded phc v0.6.1
10772026-07-29T20:16:50.367Z Downloaded sapling-renderdag v0.1.0
10782026-07-29T20:16:50.367Z Downloaded ingot-macros v0.2.0
10792026-07-29T20:16:50.370Z Downloaded libloading v0.8.9
10802026-07-29T20:16:50.374Z Downloaded wnaf v0.14.0
10812026-07-29T20:16:50.374Z Downloaded strsim v0.10.0
10822026-07-29T20:16:50.377Z Downloaded postgres-types v0.2.12
10832026-07-29T20:16:50.386Z Downloaded dunce v1.0.5
10842026-07-29T20:16:50.386Z Downloaded test-strategy v0.4.5
10852026-07-29T20:16:50.389Z Downloaded rand_seeder v0.4.0
10862026-07-29T20:16:50.396Z Downloaded dropshot-api-manager v0.7.2
10872026-07-29T20:16:50.402Z Downloaded p384 v0.13.1
10882026-07-29T20:16:50.402Z Downloaded pkcs1 v0.8.0-rc.4
10892026-07-29T20:16:50.402Z Downloaded lru-cache v0.1.2
10902026-07-29T20:16:50.402Z Downloaded newline-converter v0.3.0
10912026-07-29T20:16:50.402Z Downloaded psl-types v2.0.11
10922026-07-29T20:16:50.402Z Downloaded tungstenite v0.23.0
10932026-07-29T20:16:50.406Z Downloaded tokio-tungstenite v0.23.1
10942026-07-29T20:16:50.407Z Downloaded portable-atomic v1.13.1
10952026-07-29T20:16:50.411Z Downloaded sync-ptr v0.1.4
10962026-07-29T20:16:50.411Z Downloaded typify-macro v0.6.2
10972026-07-29T20:16:50.415Z Downloaded rayon v1.11.0
10982026-07-29T20:16:50.422Z Downloaded icu_normalizer_data v2.1.1
10992026-07-29T20:16:50.426Z Downloaded drift v0.2.0
11002026-07-29T20:16:50.430Z Downloaded tower-layer v0.3.3
11012026-07-29T20:16:50.433Z Downloaded libsw-core v0.3.2
11022026-07-29T20:16:50.438Z Downloaded itertools v0.15.0
11032026-07-29T20:16:50.441Z Downloaded bitvec v1.0.1
11042026-07-29T20:16:50.448Z Downloaded derive_more-impl v2.1.1
11052026-07-29T20:16:50.455Z Downloaded csv-core v0.1.13
11062026-07-29T20:16:50.458Z Downloaded walkdir v2.5.0
11072026-07-29T20:16:50.458Z Downloaded downcast-rs v2.0.2
11082026-07-29T20:16:50.458Z Downloaded libscf-sys v1.1.0
11092026-07-29T20:16:50.458Z Downloaded num_threads v0.1.7
11102026-07-29T20:16:50.458Z Downloaded pem-rfc7468 v0.7.0
11112026-07-29T20:16:50.458Z Downloaded russh-util v0.52.0
11122026-07-29T20:16:50.458Z Downloaded jobserver v0.1.34
11132026-07-29T20:16:50.458Z Downloaded itertools v0.10.5
11142026-07-29T20:16:50.462Z Downloaded libbz2-rs-sys v0.2.2
11152026-07-29T20:16:50.466Z Downloaded tokio-dtrace v0.1.1
11162026-07-29T20:16:50.469Z Downloaded winnow v0.6.26
11172026-07-29T20:16:50.473Z Downloaded newtype_derive v0.1.6
11182026-07-29T20:16:50.473Z Downloaded predicates v3.1.4
11192026-07-29T20:16:50.476Z Downloaded delegate v0.13.5
11202026-07-29T20:16:50.476Z Downloaded slog v2.8.2
11212026-07-29T20:16:50.476Z Downloaded prefix-trie v0.7.0
11222026-07-29T20:16:50.479Z Downloaded regex v1.12.3
11232026-07-29T20:16:50.483Z Downloaded shlex v1.3.0
11242026-07-29T20:16:50.483Z Downloaded url v2.5.8
11252026-07-29T20:16:50.486Z Downloaded parking_lot_core v0.8.6
11262026-07-29T20:16:50.486Z Downloaded tagptr v0.2.0
11272026-07-29T20:16:50.490Z Downloaded rpassword v7.5.4
11282026-07-29T20:16:50.490Z Downloaded serde-hex v0.1.0
11292026-07-29T20:16:50.494Z Downloaded quick-xml v0.37.5
11302026-07-29T20:16:50.494Z Downloaded scheduled-thread-pool v0.2.7
11312026-07-29T20:16:50.497Z Downloaded cpufeatures v0.3.0
11322026-07-29T20:16:50.497Z Downloaded darling_core v0.21.3
11332026-07-29T20:16:50.500Z Downloaded darling_macro v0.21.3
11342026-07-29T20:16:50.500Z Downloaded proc-macro-crate v1.3.1
11352026-07-29T20:16:50.501Z Downloaded zerovec-derive v0.11.2
11362026-07-29T20:16:50.539Z Downloaded slog-stdlog v4.1.1
11372026-07-29T20:16:50.539Z Downloaded yasna v0.5.2
11382026-07-29T20:16:50.539Z Downloaded zerocopy v0.6.6
11392026-07-29T20:16:50.539Z Downloaded data-encoding v2.10.0
11402026-07-29T20:16:50.539Z Downloaded memoffset v0.9.1
11412026-07-29T20:16:50.539Z Downloaded rustc_version v0.4.1
11422026-07-29T20:16:50.539Z Downloaded support-bundle-viewer v0.1.2
11432026-07-29T20:16:50.539Z Downloaded darling v0.21.3
11442026-07-29T20:16:50.539Z Downloaded chrono v0.4.45
11452026-07-29T20:16:50.539Z Downloaded pbkdf2 v0.13.0
11462026-07-29T20:16:50.539Z Downloaded derive-where v1.6.0
11472026-07-29T20:16:50.539Z Downloaded derive_more v0.99.20
11482026-07-29T20:16:50.539Z Downloaded pkcs1 v0.7.5
11492026-07-29T20:16:50.539Z Downloaded dtrace-parser v0.3.0
11502026-07-29T20:16:50.539Z Downloaded tower-service v0.3.3
11512026-07-29T20:16:50.539Z Downloaded synstructure v0.13.2
11522026-07-29T20:16:50.539Z Downloaded der v0.8.0
11532026-07-29T20:16:50.539Z Downloaded quinn v0.11.9
11542026-07-29T20:16:50.541Z Downloaded diesel_derives v2.3.7
11552026-07-29T20:16:50.545Z Downloaded serde_with_macros v3.21.0
11562026-07-29T20:16:50.545Z Downloaded strum_macros v0.27.2
11572026-07-29T20:16:50.545Z Downloaded indent_write v2.2.0
11582026-07-29T20:16:50.545Z Downloaded zstd-safe v7.2.4
11592026-07-29T20:16:50.545Z Downloaded packed_struct v0.10.1
11602026-07-29T20:16:50.545Z Downloaded rand_xorshift v0.4.0
11612026-07-29T20:16:50.545Z Downloaded tokio-rustls v0.26.4
11622026-07-29T20:16:50.551Z Downloaded crypto-primes v0.7.2
11632026-07-29T20:16:50.551Z Downloaded ryu v1.0.23
11642026-07-29T20:16:50.551Z Downloaded waitgroup v0.1.2
11652026-07-29T20:16:50.551Z Downloaded rawzip v0.4.4
11662026-07-29T20:16:50.555Z Downloaded vergen-git2 v9.1.0
11672026-07-29T20:16:50.558Z Downloaded num-bigint v0.4.6
11682026-07-29T20:16:50.561Z Downloaded tar v0.4.46
11692026-07-29T20:16:50.561Z Downloaded minimal-lexical v0.2.1
11702026-07-29T20:16:50.565Z Downloaded ena v0.14.4
11712026-07-29T20:16:50.565Z Downloaded rand_core v0.9.5
11722026-07-29T20:16:50.569Z Downloaded ed25519 v2.2.3
11732026-07-29T20:16:50.569Z Downloaded diff v0.1.13
11742026-07-29T20:16:50.572Z Downloaded serde_with v3.21.0
11752026-07-29T20:16:50.576Z Downloaded darling v0.20.11
11762026-07-29T20:16:50.580Z Downloaded serde_plain v1.0.2
11772026-07-29T20:16:50.580Z Downloaded aws-lc-rs v1.16.3
11782026-07-29T20:16:50.584Z Downloaded blake3 v1.8.5
11792026-07-29T20:16:50.589Z Downloaded idna v1.1.0
11802026-07-29T20:16:50.593Z Downloaded elliptic-curve v0.14.1
11812026-07-29T20:16:50.596Z Downloaded icu_normalizer v2.1.1
11822026-07-29T20:16:50.596Z Downloaded litrs v1.0.0
11832026-07-29T20:16:50.596Z Downloaded rand_chacha v0.9.0
11842026-07-29T20:16:50.599Z Downloaded libefi-sys v0.1.0
11852026-07-29T20:16:50.599Z Downloaded parse-display-derive v0.10.0
11862026-07-29T20:16:50.599Z Downloaded primeorder v0.13.6
11872026-07-29T20:16:50.602Z Downloaded ssh-key v0.7.0-rc.11
11882026-07-29T20:16:50.607Z Downloaded publicsuffix v2.3.0
11892026-07-29T20:16:50.610Z Downloaded vsss-rs v3.3.4
11902026-07-29T20:16:50.610Z Downloaded ipnet v2.11.0
11912026-07-29T20:16:50.610Z Downloaded spki v0.8.0
11922026-07-29T20:16:50.610Z Downloaded winnow v0.5.40
11932026-07-29T20:16:50.614Z Downloaded p256 v0.14.0
11942026-07-29T20:16:50.617Z Downloaded jiff-core v0.1.0
11952026-07-29T20:16:50.620Z Downloaded reqwest v0.13.2
11962026-07-29T20:16:50.625Z Downloaded postcard v1.1.3
11972026-07-29T20:16:50.628Z Downloaded salty v0.3.0
11982026-07-29T20:16:50.632Z Downloaded ignore v0.4.25
11992026-07-29T20:16:50.635Z Downloaded miniz_oxide v0.8.9
12002026-07-29T20:16:50.636Z Downloaded darling_core v0.23.0
12012026-07-29T20:16:50.641Z Downloaded serde_yaml v0.9.34+deprecated
12022026-07-29T20:16:50.646Z Downloaded iana-time-zone v0.1.65
12032026-07-29T20:16:50.649Z Downloaded darling v0.23.0
12042026-07-29T20:16:50.655Z Downloaded prettyplease v0.2.37
12052026-07-29T20:16:50.658Z Downloaded rustyline v14.0.0
12062026-07-29T20:16:50.661Z Downloaded tower v0.5.3
12072026-07-29T20:16:50.668Z Downloaded socket2 v0.6.3
12082026-07-29T20:16:50.671Z Downloaded crossterm v0.28.1
12092026-07-29T20:16:50.674Z Downloaded bindgen v0.71.1
12102026-07-29T20:16:50.679Z Downloaded x509-cert v0.2.5
12112026-07-29T20:16:50.682Z Downloaded der v0.7.10
12122026-07-29T20:16:50.685Z Downloaded vcpkg v0.2.15
12132026-07-29T20:16:50.707Z Downloaded iddqd v0.4.2
12142026-07-29T20:16:50.712Z Downloaded progenitor-impl v0.14.0
12152026-07-29T20:16:50.715Z Downloaded tough v0.22.0
12162026-07-29T20:16:50.718Z Downloaded snafu v0.8.9
12172026-07-29T20:16:50.721Z Downloaded crossterm v0.29.0
12182026-07-29T20:16:50.725Z Downloaded toml_edit v0.19.15
12192026-07-29T20:16:50.734Z Downloaded zopfli v0.8.3
12202026-07-29T20:16:50.737Z Downloaded typify v0.6.2
12212026-07-29T20:16:50.737Z Downloaded yansi v1.0.1
12222026-07-29T20:16:50.740Z Downloaded git2 v0.20.4
12232026-07-29T20:16:50.744Z Downloaded itertools v0.12.1
12242026-07-29T20:16:50.747Z Downloaded iri-string v0.7.10
12252026-07-29T20:16:50.750Z Downloaded tabled v0.20.0
12262026-07-29T20:16:50.760Z Downloaded lalrpop v0.19.12
12272026-07-29T20:16:50.766Z Downloaded libm v0.2.16
12282026-07-29T20:16:50.773Z Downloaded polar-core v0.27.3
12292026-07-29T20:16:50.779Z Downloaded steno v0.4.1
12302026-07-29T20:16:50.782Z Downloaded winnow v1.0.3
12312026-07-29T20:16:50.785Z Downloaded reqwest v0.12.28
12322026-07-29T20:16:50.789Z Downloaded toml_edit v0.23.10+spec-1.0.0
12332026-07-29T20:16:50.792Z Downloaded tokio-postgres v0.7.16
12342026-07-29T20:16:50.792Z Downloaded unicode-segmentation v1.12.0
12352026-07-29T20:16:50.795Z Downloaded smoltcp v0.9.1
12362026-07-29T20:16:50.799Z Downloaded libxml v0.3.3
12372026-07-29T20:16:50.802Z Downloaded nom v7.1.3
12382026-07-29T20:16:50.809Z Downloaded itertools v0.13.0
12392026-07-29T20:16:50.812Z Downloaded zerovec v0.11.5
12402026-07-29T20:16:50.812Z Downloaded goblin v0.10.5
12412026-07-29T20:16:50.816Z Downloaded serde_with v1.14.0
12422026-07-29T20:16:50.821Z Downloaded time v0.3.47
12432026-07-29T20:16:50.826Z Downloaded internal-russh-num-bigint v0.5.0
12442026-07-29T20:16:50.829Z Downloaded num-bigint-dig v0.8.6
12452026-07-29T20:16:50.832Z Downloaded itertools v0.14.0
12462026-07-29T20:16:50.836Z Downloaded mio v1.2.0
12472026-07-29T20:16:50.839Z Downloaded petname v2.0.2
12482026-07-29T20:16:50.842Z Downloaded radix_trie v0.2.1
12492026-07-29T20:16:50.845Z Downloaded zerocopy v0.8.40
12502026-07-29T20:16:50.849Z Downloaded nix v0.27.1
12512026-07-29T20:16:50.873Z Downloaded unicode-normalization v0.1.25
12522026-07-29T20:16:50.877Z Downloaded bstr v1.12.1
12532026-07-29T20:16:50.887Z Downloaded moka v0.12.13
12542026-07-29T20:16:50.905Z Downloaded zlib-rs v0.6.2
12552026-07-29T20:16:50.908Z Downloaded icu_properties_data v2.1.2
12562026-07-29T20:16:50.922Z Downloaded sha3 v0.12.0
12572026-07-29T20:16:50.933Z Downloaded openssl v0.10.79
12582026-07-29T20:16:50.939Z Downloaded russh v0.62.4
12592026-07-29T20:16:50.962Z Downloaded quinn-proto v0.11.16
12602026-07-29T20:16:50.968Z Downloaded curve25519-dalek v5.0.0
12612026-07-29T20:16:50.990Z Downloaded hickory-proto v0.24.4
12622026-07-29T20:16:50.998Z Downloaded rustls v0.23.41
12632026-07-29T20:16:51.005Z Downloaded proptest v1.10.0
12642026-07-29T20:16:51.010Z Downloaded regex-syntax v0.6.29
12652026-07-29T20:16:51.023Z Downloaded nix v0.28.0
12662026-07-29T20:16:51.047Z Downloaded hickory-proto v0.25.2
12672026-07-29T20:16:51.055Z Downloaded regex-syntax v0.8.10
12682026-07-29T20:16:51.060Z Downloaded tracing v0.1.44
12692026-07-29T20:16:51.073Z Downloaded crypto-bigint v0.7.5
12702026-07-29T20:16:51.081Z Downloaded curve25519-dalek v4.1.3
12712026-07-29T20:16:51.086Z Downloaded nix v0.31.2
12722026-07-29T20:16:51.092Z Downloaded rustix v0.38.44
12732026-07-29T20:16:51.105Z Downloaded object v0.30.4
12742026-07-29T20:16:51.110Z Downloaded sled v0.34.7
12752026-07-29T20:16:51.116Z Downloaded regress v0.11.1
12762026-07-29T20:16:51.121Z Downloaded sqlparser v0.61.0
12772026-07-29T20:16:51.126Z Downloaded smoltcp v0.11.0
12782026-07-29T20:16:51.133Z Downloaded object v0.37.3
12792026-07-29T20:16:51.139Z Downloaded openapiv3 v2.2.0
12802026-07-29T20:16:51.146Z Downloaded diesel v2.3.7
12812026-07-29T20:16:51.158Z Downloaded regress v0.10.5
12822026-07-29T20:16:51.162Z Downloaded dropshot v0.17.1
12832026-07-29T20:16:51.175Z Downloaded sha3 v0.11.0
12842026-07-29T20:16:51.178Z Downloaded typify-impl v0.6.2
12852026-07-29T20:16:51.185Z Downloaded zerocopy-derive v0.6.6
12862026-07-29T20:16:51.191Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-07-29T20:16:51.209Z Downloaded ratatui v0.29.0
12882026-07-29T20:16:51.222Z Downloaded petgraph v0.6.5
12892026-07-29T20:16:51.234Z Downloaded jiff v0.2.34
12902026-07-29T20:16:51.245Z Downloaded regex-automata v0.4.14
12912026-07-29T20:16:51.252Z Downloaded chrono-tz v0.10.4
12922026-07-29T20:16:51.267Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-07-29T20:16:51.286Z Downloaded libz-sys v1.1.24
12942026-07-29T20:16:51.299Z Downloaded sha3 v0.10.8
12952026-07-29T20:16:51.302Z Downloaded petgraph v0.8.3
12962026-07-29T20:16:51.316Z Downloaded tokio v1.52.1
12972026-07-29T20:16:51.343Z Downloaded csv v1.4.0
12982026-07-29T20:16:51.363Z Downloaded encoding_rs v0.8.35
12992026-07-29T20:16:51.399Z Downloaded ring v0.17.14
13002026-07-29T20:16:51.425Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-07-29T20:16:51.935Z Downloaded aws-lc-sys v0.40.0
13022026-07-29T20:16:52.193Z Compiling libc v0.2.185
13032026-07-29T20:16:52.193Z Compiling serde_core v1.0.228
13042026-07-29T20:16:52.197Z Compiling serde v1.0.228
13052026-07-29T20:16:52.197Z Compiling log v0.4.29
13062026-07-29T20:16:52.197Z Compiling smallvec v1.15.1
13072026-07-29T20:16:52.197Z Compiling find-msvc-tools v0.1.9
13082026-07-29T20:16:52.197Z Compiling shlex v1.3.0
13092026-07-29T20:16:52.197Z Compiling subtle v2.6.1
13102026-07-29T20:16:52.197Z Compiling scopeguard v1.2.0
13112026-07-29T20:16:52.197Z Compiling stable_deref_trait v1.2.1
13122026-07-29T20:16:52.197Z Compiling typenum v1.20.1
13132026-07-29T20:16:52.197Z Compiling zerocopy v0.8.40
13142026-07-29T20:16:52.335Z Compiling portable-atomic v1.13.1
13152026-07-29T20:16:52.369Z Compiling serde_json v1.0.151
13162026-07-29T20:16:52.394Z Compiling syn v2.0.117
13172026-07-29T20:16:52.416Z Compiling critical-section v1.2.0
13182026-07-29T20:16:52.517Z Compiling libm v0.2.16
13192026-07-29T20:16:52.533Z Compiling num-traits v0.2.19
13202026-07-29T20:16:52.547Z Compiling pkg-config v0.3.32
13212026-07-29T20:16:52.570Z Compiling generic-array v0.14.7
13222026-07-29T20:16:52.599Z Compiling parking_lot_core v0.9.12
13232026-07-29T20:16:52.639Z Compiling lock_api v0.4.14
13242026-07-29T20:16:52.700Z Compiling getrandom v0.4.1
13252026-07-29T20:16:52.714Z Compiling const-oid v0.9.6
13262026-07-29T20:16:52.742Z Compiling pin-project-lite v0.2.17
13272026-07-29T20:16:52.798Z Compiling rand_core v0.10.0
13282026-07-29T20:16:52.863Z Compiling futures-core v0.3.32
13292026-07-29T20:16:52.878Z Compiling writeable v0.6.2
13302026-07-29T20:16:52.919Z Compiling percent-encoding v2.3.2
13312026-07-29T20:16:52.967Z Compiling litemap v0.8.1
13322026-07-29T20:16:52.979Z Compiling icu_normalizer_data v2.1.1
13332026-07-29T20:16:53.019Z Compiling icu_properties_data v2.1.2
13342026-07-29T20:16:53.033Z Compiling getrandom v0.3.4
13352026-07-29T20:16:53.060Z Compiling futures-sink v0.3.32
13362026-07-29T20:16:53.093Z Compiling rustix v1.1.3
13372026-07-29T20:16:53.109Z Compiling utf8_iter v1.0.4
13382026-07-29T20:16:53.130Z Compiling futures-task v0.3.32
13392026-07-29T20:16:53.143Z Compiling futures-io v0.3.32
13402026-07-29T20:16:53.185Z Compiling futures-channel v0.3.32
13412026-07-29T20:16:53.200Z Compiling slab v0.4.12
13422026-07-29T20:16:53.215Z Compiling form_urlencoded v1.2.2
13432026-07-29T20:16:53.272Z Compiling rustversion v1.0.22
13442026-07-29T20:16:53.311Z Compiling base64ct v1.8.3
13452026-07-29T20:16:53.328Z Compiling iana-time-zone v0.1.65
13462026-07-29T20:16:53.342Z Compiling fs_extra v1.3.0
13472026-07-29T20:16:53.392Z Compiling jobserver v0.1.34
13482026-07-29T20:16:53.421Z Compiling errno v0.3.14
13492026-07-29T20:16:53.437Z Compiling getrandom v0.2.17
13502026-07-29T20:16:53.465Z Compiling once_cell v1.21.3
13512026-07-29T20:16:53.496Z Compiling mio v1.2.0
13522026-07-29T20:16:53.543Z Compiling signal-hook-registry v1.4.8
13532026-07-29T20:16:53.571Z Compiling socket2 v0.6.3
13542026-07-29T20:16:53.588Z Compiling rand_core v0.6.4
13552026-07-29T20:16:53.622Z Compiling cc v1.2.56
13562026-07-29T20:16:53.648Z Compiling parking_lot v0.12.5
13572026-07-29T20:16:53.714Z Compiling pem-rfc7468 v0.7.0
13582026-07-29T20:16:53.742Z Compiling dunce v1.0.5
13592026-07-29T20:16:53.791Z Compiling regex-syntax v0.8.10
13602026-07-29T20:16:53.838Z Compiling flagset v0.4.7
13612026-07-29T20:16:53.852Z Compiling ident_case v1.0.1
13622026-07-29T20:16:53.909Z Compiling rand_core v0.9.5
13632026-07-29T20:16:53.909Z Compiling base64 v0.22.1
13642026-07-29T20:16:54.012Z Compiling vcpkg v0.2.15
13652026-07-29T20:16:54.027Z Compiling syn v1.0.109
13662026-07-29T20:16:54.065Z Compiling tracing-core v0.1.36
13672026-07-29T20:16:54.079Z Compiling cpufeatures v0.2.17
13682026-07-29T20:16:54.082Z Compiling aws-lc-rs v1.16.3
13692026-07-29T20:16:54.125Z Compiling schemars v0.8.22
13702026-07-29T20:16:54.140Z Compiling dyn-clone v1.0.20
13712026-07-29T20:16:54.184Z Compiling spin v0.9.8
13722026-07-29T20:16:54.209Z Compiling cmov v0.5.4
13732026-07-29T20:16:54.247Z Compiling tinyvec_macros v0.1.1
13742026-07-29T20:16:54.302Z Compiling httparse v1.10.1
13752026-07-29T20:16:54.317Z Compiling openssl-probe v0.2.1
13762026-07-29T20:16:54.330Z Compiling crc32fast v1.5.0
13772026-07-29T20:16:54.388Z Compiling tinyvec v1.10.0
13782026-07-29T20:16:54.405Z Compiling ctutils v0.4.2
13792026-07-29T20:16:54.420Z Compiling aho-corasick v1.1.4
13802026-07-29T20:16:54.447Z Compiling cmake v0.1.57
13812026-07-29T20:16:54.464Z Compiling radium v0.7.0
13822026-07-29T20:16:54.511Z Compiling atomic-waker v1.1.2
13832026-07-29T20:16:54.538Z Compiling bitflags v2.11.0
13842026-07-29T20:16:54.709Z Compiling semver v1.0.28
13852026-07-29T20:16:54.727Z Compiling indexmap v2.14.0
13862026-07-29T20:16:54.730Z Compiling uuid v1.23.4
13872026-07-29T20:16:54.824Z Compiling try-lock v0.2.5
13882026-07-29T20:16:54.838Z Compiling tower-layer v0.3.3
13892026-07-29T20:16:54.842Z Compiling tower-service v0.3.3
13902026-07-29T20:16:54.866Z Compiling untrusted v0.7.1
13912026-07-29T20:16:54.918Z Compiling want v0.3.1
13922026-07-29T20:16:54.949Z Compiling rustc_version v0.4.1
13932026-07-29T20:16:55.033Z Compiling tap v1.0.1
13942026-07-29T20:16:55.046Z Compiling rustls v0.23.41
13952026-07-29T20:16:55.063Z Compiling untrusted v0.9.0
13962026-07-29T20:16:55.091Z Compiling maybe-uninit v2.0.0
13972026-07-29T20:16:55.115Z Compiling simd-adler32 v0.3.8
13982026-07-29T20:16:55.157Z Compiling httpdate v1.0.3
13992026-07-29T20:16:55.201Z Compiling foreign-types-shared v0.1.1
14002026-07-29T20:16:55.234Z Compiling openssl v0.10.79
14012026-07-29T20:16:55.280Z Compiling foreign-types v0.3.2
14022026-07-29T20:16:55.294Z Compiling wyz v0.5.1
14032026-07-29T20:16:55.365Z Compiling synstructure v0.13.2
14042026-07-29T20:16:55.379Z Compiling aws-lc-sys v0.40.0
14052026-07-29T20:16:55.394Z Compiling openssl-sys v0.9.115
14062026-07-29T20:16:55.397Z Compiling serde_derive_internals v0.29.1
14072026-07-29T20:16:55.421Z Compiling pest_generator v2.8.6
14082026-07-29T20:16:55.424Z Compiling darling_core v0.20.11
14092026-07-29T20:16:55.465Z Compiling regex-automata v0.4.14
14102026-07-29T20:16:55.513Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-07-29T20:16:55.532Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14122026-07-29T20:16:55.550Z Compiling unicode-normalization v0.1.25
14132026-07-29T20:16:55.815Z Compiling tempfile v3.25.0
14142026-07-29T20:16:55.878Z Compiling terminal_size v0.4.3
14152026-07-29T20:16:55.972Z Compiling num-integer v0.1.46
14162026-07-29T20:16:55.988Z Compiling wait-timeout v0.2.1
14172026-07-29T20:16:55.991Z Compiling ahash v0.8.12
14182026-07-29T20:16:56.041Z Compiling adler2 v2.0.1
14192026-07-29T20:16:56.044Z Compiling native-tls v0.2.18
14202026-07-29T20:16:56.160Z Compiling powerfmt v0.2.0
14212026-07-29T20:16:56.229Z Compiling time-core v0.1.8
14222026-07-29T20:16:56.243Z Compiling num-conv v0.2.0
14232026-07-29T20:16:56.258Z Compiling num-bigint-dig v0.8.6
14242026-07-29T20:16:56.258Z Compiling funty v2.0.0
14252026-07-29T20:16:56.287Z Compiling quick-error v1.2.3
14262026-07-29T20:16:56.291Z Compiling bit-vec v0.8.0
14272026-07-29T20:16:56.334Z Compiling packed_struct v0.10.1
14282026-07-29T20:16:56.357Z Compiling deranged v0.5.8
14292026-07-29T20:16:56.390Z Compiling clap_builder v4.6.0
14302026-07-29T20:16:56.405Z Compiling rusty-fork v0.3.1
14312026-07-29T20:16:56.434Z Compiling time-macros v0.2.27
14322026-07-29T20:16:56.438Z Compiling num-iter v0.1.45
14332026-07-29T20:16:56.462Z Compiling miniz_oxide v0.8.9
14342026-07-29T20:16:56.571Z Compiling bit-set v0.8.0
14352026-07-29T20:16:56.626Z Compiling bitvec v1.0.1
14362026-07-29T20:16:56.724Z Compiling lazy_static v1.5.0
14372026-07-29T20:16:56.753Z Compiling rand_xorshift v0.4.0
14382026-07-29T20:16:56.767Z Compiling anstyle-parse v0.2.7
14392026-07-29T20:16:56.829Z Compiling sync_wrapper v1.0.2
14402026-07-29T20:16:56.877Z Compiling indexmap v1.9.3
14412026-07-29T20:16:56.938Z Compiling crossbeam-utils v0.8.21
14422026-07-29T20:16:56.956Z Compiling nodrop v0.1.14
14432026-07-29T20:16:56.971Z Compiling num_threads v0.1.7
14442026-07-29T20:16:57.063Z Compiling paste v1.0.15
14452026-07-29T20:16:57.088Z Compiling usdt-impl v0.6.0
14462026-07-29T20:16:57.103Z Compiling unarray v0.1.4
14472026-07-29T20:16:57.107Z Compiling zlib-rs v0.6.2
14482026-07-29T20:16:57.136Z Compiling serde_derive v1.0.228
14492026-07-29T20:16:57.232Z Compiling zeroize_derive v1.5.0
14502026-07-29T20:16:57.246Z Compiling zerocopy-derive v0.8.40
14512026-07-29T20:16:57.315Z Compiling zerofrom-derive v0.1.6
14522026-07-29T20:16:57.359Z Compiling yoke-derive v0.8.1
14532026-07-29T20:16:57.393Z Compiling zerovec-derive v0.11.2
14542026-07-29T20:16:57.552Z Compiling displaydoc v0.2.5
14552026-07-29T20:16:57.567Z Compiling tokio-macros v2.7.0
14562026-07-29T20:16:57.819Z Compiling futures-macro v0.3.32
14572026-07-29T20:16:57.926Z Compiling zeroize v1.9.0
14582026-07-29T20:16:58.169Z Compiling thiserror-impl v2.0.18
14592026-07-29T20:16:58.361Z Compiling der_derive v0.7.3
14602026-07-29T20:16:58.385Z Compiling tracing-attributes v0.1.31
14612026-07-29T20:16:58.520Z Compiling rustls-pki-types v1.14.0
14622026-07-29T20:16:58.606Z Compiling schemars_derive v0.8.22
14632026-07-29T20:16:58.619Z Compiling hybrid-array v0.4.13
14642026-07-29T20:16:58.690Z Compiling block-buffer v0.10.4
14652026-07-29T20:16:58.765Z Compiling crypto-common v0.1.7
14662026-07-29T20:16:58.804Z Compiling zerofrom v0.1.6
14672026-07-29T20:16:58.883Z Compiling futures-util v0.3.32
14682026-07-29T20:16:58.973Z Compiling digest v0.10.7
14692026-07-29T20:16:59.014Z Compiling yoke v0.8.1
14702026-07-29T20:16:59.041Z Compiling scroll_derive v0.13.1
14712026-07-29T20:16:59.225Z Compiling zerovec v0.11.5
14722026-07-29T20:16:59.248Z Compiling zerotrie v0.2.3
14732026-07-29T20:16:59.378Z Compiling der v0.7.10
14742026-07-29T20:16:59.466Z Compiling sha2 v0.10.9
14752026-07-29T20:16:59.603Z Compiling pest_derive v2.8.6
14762026-07-29T20:16:59.623Z Compiling signature v2.2.0
14772026-07-29T20:16:59.625Z Compiling thiserror v2.0.18
14782026-07-29T20:16:59.731Z Compiling tinystr v0.8.2
14792026-07-29T20:16:59.792Z Compiling potential_utf v0.1.4
14802026-07-29T20:16:59.798Z Compiling tracing v0.1.44
14812026-07-29T20:16:59.818Z Compiling darling_macro v0.20.11
14822026-07-29T20:16:59.822Z Compiling thiserror-impl v1.0.69
14832026-07-29T20:16:59.946Z Compiling icu_locale_core v2.1.1
14842026-07-29T20:16:59.968Z Compiling icu_collections v2.1.1
14852026-07-29T20:16:59.984Z Compiling scroll v0.13.0
14862026-07-29T20:17:00.012Z Compiling openssl-macros v0.1.1
14872026-07-29T20:17:00.067Z Compiling hmac v0.12.1
14882026-07-29T20:17:00.114Z Compiling packed_struct_codegen v0.10.1
14892026-07-29T20:17:00.252Z Compiling spki v0.7.3
14902026-07-29T20:17:00.289Z Compiling goblin v0.10.5
14912026-07-29T20:17:00.361Z Compiling darling v0.20.11
14922026-07-29T20:17:00.422Z Compiling pkcs8 v0.10.2
14932026-07-29T20:17:00.458Z Compiling clap_derive v4.6.1
14942026-07-29T20:17:00.478Z Compiling zerocopy-derive v0.6.6
14952026-07-29T20:17:00.483Z Compiling bitfield-macros v0.19.4
14962026-07-29T20:17:00.630Z Compiling icu_provider v2.1.1
14972026-07-29T20:17:00.707Z Compiling bytes v1.11.1
14982026-07-29T20:17:00.760Z Compiling chrono v0.4.45
14992026-07-29T20:17:00.854Z Compiling ipnet v2.11.0
15002026-07-29T20:17:00.880Z Compiling icu_properties v2.1.2
15012026-07-29T20:17:00.960Z Compiling icu_normalizer v2.1.1
15022026-07-29T20:17:01.110Z Compiling hex v0.4.3
15032026-07-29T20:17:01.238Z Compiling tokio v1.52.1
15042026-07-29T20:17:01.253Z Compiling http v1.4.2
15052026-07-29T20:17:01.344Z Compiling thiserror v1.0.69
15062026-07-29T20:17:01.365Z Compiling serde_spanned v0.6.9
15072026-07-29T20:17:01.380Z Compiling toml_datetime v0.6.11
15082026-07-29T20:17:01.395Z Compiling crc-catalog v2.4.0
15092026-07-29T20:17:01.409Z Compiling siphasher v1.0.2
15102026-07-29T20:17:01.468Z Compiling zerocopy v0.6.6
15112026-07-29T20:17:01.504Z Compiling crc v3.4.0
15122026-07-29T20:17:01.533Z Compiling bitfield v0.19.4
15132026-07-29T20:17:01.616Z Compiling pkcs1 v0.7.5
15142026-07-29T20:17:01.659Z Compiling derive_builder_core v0.20.2
15152026-07-29T20:17:01.716Z Compiling dtrace-parser v0.3.0
15162026-07-29T20:17:01.810Z Compiling idna_adapter v1.2.1
15172026-07-29T20:17:01.846Z Compiling ppv-lite86 v0.2.21
15182026-07-29T20:17:01.948Z Compiling idna v1.1.0
15192026-07-29T20:17:01.967Z Compiling http-body v1.0.1
15202026-07-29T20:17:02.027Z Compiling flate2 v1.1.9
15212026-07-29T20:17:02.138Z Compiling rand_chacha v0.9.0
15222026-07-29T20:17:02.178Z Compiling rand_chacha v0.3.1
15232026-07-29T20:17:02.181Z Compiling http-body-util v0.1.3
15242026-07-29T20:17:02.207Z Compiling time v0.3.47
15252026-07-29T20:17:02.271Z Compiling url v2.5.8
15262026-07-29T20:17:02.287Z Compiling clap v4.6.1
15272026-07-29T20:17:02.382Z Compiling rand v0.9.2
15282026-07-29T20:17:02.447Z Compiling rand v0.8.6
15292026-07-29T20:17:02.561Z Compiling structmeta-derive v0.3.0
15302026-07-29T20:17:02.575Z Compiling scroll_derive v0.12.1
15312026-07-29T20:17:02.613Z Compiling array-init v0.0.4
15322026-07-29T20:17:02.627Z Compiling anstream v0.6.21
15332026-07-29T20:17:02.952Z Compiling proptest v1.10.0
15342026-07-29T20:17:02.973Z Compiling smallvec v0.6.14
15352026-07-29T20:17:02.995Z Compiling darling_core v0.23.0
15362026-07-29T20:17:03.147Z Compiling dof v0.4.0
15372026-07-29T20:17:03.207Z Compiling heapless v0.7.17
15382026-07-29T20:17:03.221Z Compiling slog v2.8.2
15392026-07-29T20:17:03.260Z Compiling thread-id v5.1.0
15402026-07-29T20:17:03.283Z Compiling env_filter v1.0.0
15412026-07-29T20:17:03.363Z Compiling cookie v0.18.1
15422026-07-29T20:17:03.426Z Compiling base64 v0.21.7
15432026-07-29T20:17:03.461Z Compiling unicode-bidi v0.3.18
15442026-07-29T20:17:03.503Z Compiling anyhow v1.0.102
15452026-07-29T20:17:03.557Z Compiling allocator-api2 v0.2.21
15462026-07-29T20:17:03.571Z Compiling zstd-safe v7.2.4
15472026-07-29T20:17:03.595Z Compiling unicode-properties v0.1.4
15482026-07-29T20:17:03.662Z Compiling ipnetwork v0.21.1
15492026-07-29T20:17:03.756Z Compiling signal-hook v0.3.18
15502026-07-29T20:17:03.786Z Compiling hashbrown v0.12.3
15512026-07-29T20:17:03.801Z Compiling iri-string v0.7.10
15522026-07-29T20:17:03.824Z Compiling winnow v0.5.40
15532026-07-29T20:17:03.840Z Compiling ryu v1.0.23
15542026-07-29T20:17:03.949Z Compiling oxnet v0.1.6
15552026-07-29T20:17:04.046Z Compiling serde_urlencoded v0.7.1
15562026-07-29T20:17:04.155Z Compiling stringprep v0.1.5
15572026-07-29T20:17:04.208Z Compiling rsa v0.9.10
15582026-07-29T20:17:04.316Z Compiling structmeta v0.3.0
15592026-07-29T20:17:04.347Z Compiling ron v0.8.1
15602026-07-29T20:17:04.478Z Compiling env_logger v0.11.9
15612026-07-29T20:17:04.569Z Compiling scroll v0.12.0
15622026-07-29T20:17:04.584Z Compiling serde-hex v0.1.0
15632026-07-29T20:17:04.621Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-07-29T20:17:04.637Z Compiling camino v1.2.2
15652026-07-29T20:17:04.714Z Compiling derive_builder_macro v0.20.2
15662026-07-29T20:17:04.852Z Compiling bzip2 v0.4.4
15672026-07-29T20:17:05.037Z Compiling hashbrown v0.13.2
15682026-07-29T20:17:05.087Z Compiling tokio-util v0.7.18
15692026-07-29T20:17:05.198Z Compiling tower v0.5.3
15702026-07-29T20:17:05.226Z Compiling toml_edit v0.19.15
15712026-07-29T20:17:05.312Z Compiling tokio-native-tls v0.3.1
15722026-07-29T20:17:05.326Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15732026-07-29T20:17:05.392Z Compiling newtype-uuid v1.3.2
15742026-07-29T20:17:05.406Z Compiling erased-serde v0.3.31
15752026-07-29T20:17:05.511Z Compiling serde_tokenstream v0.2.3
15762026-07-29T20:17:05.537Z Compiling x509-cert v0.2.5
15772026-07-29T20:17:05.583Z Compiling crypto-common v0.2.2
15782026-07-29T20:17:05.590Z Compiling darling_macro v0.23.0
15792026-07-29T20:17:05.720Z Compiling tower-http v0.6.8
15802026-07-29T20:17:05.752Z Compiling block-padding v0.4.2
15812026-07-29T20:17:05.851Z Compiling h2 v0.4.15
15822026-07-29T20:17:05.915Z Compiling block-buffer v0.12.1
15832026-07-29T20:17:05.943Z Compiling md-5 v0.10.6
15842026-07-29T20:17:06.117Z Compiling rustls-native-certs v0.8.3
15852026-07-29T20:17:06.132Z Compiling bstr v1.12.1
15862026-07-29T20:17:06.148Z Compiling async-trait v0.1.89
15872026-07-29T20:17:06.163Z Compiling zerocopy-derive v0.7.35
15882026-07-29T20:17:06.178Z Compiling daft-derive v0.1.7
15892026-07-29T20:17:06.374Z Compiling pin-project-internal v1.1.11
15902026-07-29T20:17:06.430Z Compiling curve25519-dalek v4.1.3
15912026-07-29T20:17:06.791Z Compiling vergen-lib v9.1.0
15922026-07-29T20:17:06.807Z Compiling hash32 v0.2.1
15932026-07-29T20:17:06.933Z Compiling encoding_rs v0.8.35
15942026-07-29T20:17:06.999Z Compiling memoffset v0.9.1
15952026-07-29T20:17:07.022Z Compiling crc-any v2.5.0
15962026-07-29T20:17:07.084Z Compiling cfg_aliases v0.2.1
15972026-07-29T20:17:07.099Z Compiling ref-cast v1.0.25
15982026-07-29T20:17:07.176Z Compiling smoltcp v0.9.1
15992026-07-29T20:17:07.192Z Compiling mime v0.3.17
16002026-07-29T20:17:07.215Z Compiling litrs v1.0.0
16012026-07-29T20:17:07.229Z Compiling rustix v0.38.44
16022026-07-29T20:17:07.271Z Compiling psl-types v2.0.11
16032026-07-29T20:17:07.319Z Compiling fallible-iterator v0.2.0
16042026-07-29T20:17:07.420Z Compiling publicsuffix v2.3.0
16052026-07-29T20:17:07.452Z Compiling nix v0.31.2
16062026-07-29T20:17:07.468Z Compiling zerocopy v0.7.35
16072026-07-29T20:17:07.531Z Compiling pin-project v1.1.11
16082026-07-29T20:17:07.568Z Compiling daft v0.1.7
16092026-07-29T20:17:07.615Z Compiling postgres-protocol v0.6.10
16102026-07-29T20:17:07.663Z Compiling toml v0.7.8
16112026-07-29T20:17:07.700Z Compiling darling v0.23.0
16122026-07-29T20:17:07.739Z Compiling inout v0.2.2
16132026-07-29T20:17:07.756Z Compiling document-features v0.2.12
16142026-07-29T20:17:07.839Z Compiling object v0.30.4
16152026-07-29T20:17:07.874Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-07-29T20:17:07.923Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16172026-07-29T20:17:07.940Z Compiling derive_builder v0.20.2
16182026-07-29T20:17:08.006Z Compiling zip v0.6.6
16192026-07-29T20:17:08.053Z Compiling goblin v0.8.2
16202026-07-29T20:17:08.081Z Compiling derive-ex v0.1.8
16212026-07-29T20:17:08.363Z Compiling phf_shared v0.13.1
16222026-07-29T20:17:08.407Z Compiling futures-executor v0.3.32
16232026-07-29T20:17:08.491Z Compiling hubpack_derive v0.1.1
16242026-07-29T20:17:08.589Z Compiling regex v1.12.3
16252026-07-29T20:17:08.605Z Compiling strum_macros v0.27.2
16262026-07-29T20:17:08.621Z Compiling snafu-derive v0.8.9
16272026-07-29T20:17:08.635Z Compiling curve25519-dalek-derive v0.1.1
16282026-07-29T20:17:08.690Z Compiling ref-cast-impl v1.0.25
16292026-07-29T20:17:08.704Z Compiling cargo-platform v0.3.2
16302026-07-29T20:17:08.742Z Compiling vergen v9.1.0
16312026-07-29T20:17:08.978Z Compiling ff v0.13.1
16322026-07-29T20:17:09.009Z Compiling fs-err v3.3.0
16332026-07-29T20:17:09.029Z Compiling bumpalo v3.20.2
16342026-07-29T20:17:09.079Z Compiling hyper v1.10.1
16352026-07-29T20:17:09.136Z Compiling path-slash v0.1.5
16362026-07-29T20:17:09.220Z Compiling bitflags v1.3.2
16372026-07-29T20:17:09.294Z Compiling managed v0.8.0
16382026-07-29T20:17:09.317Z Compiling foldhash v0.2.0
16392026-07-29T20:17:09.320Z Compiling object v0.37.3
16402026-07-29T20:17:09.320Z Compiling same-file v1.0.6
16412026-07-29T20:17:09.361Z Compiling libbz2-rs-sys v0.2.2
16422026-07-29T20:17:09.364Z Compiling unicode-segmentation v1.12.0
16432026-07-29T20:17:09.530Z Compiling base16ct v0.2.0
16442026-07-29T20:17:09.544Z Compiling foldhash v0.1.5
16452026-07-29T20:17:09.580Z Compiling jiff-core v0.1.0
16462026-07-29T20:17:09.671Z Compiling sec1 v0.7.3
16472026-07-29T20:17:09.746Z Compiling hashbrown v0.15.5
16482026-07-29T20:17:09.749Z Compiling hashbrown v0.16.1
16492026-07-29T20:17:09.864Z Compiling test-strategy v0.4.5
16502026-07-29T20:17:09.976Z Compiling bzip2 v0.6.1
16512026-07-29T20:17:10.098Z Compiling walkdir v2.5.0
16522026-07-29T20:17:10.208Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16532026-07-29T20:17:10.332Z Compiling hyper-util v0.1.20
16542026-07-29T20:17:10.393Z Compiling jiff v0.2.34
16552026-07-29T20:17:10.442Z Compiling dof v0.3.0
16562026-07-29T20:17:10.657Z Compiling snafu v0.8.9
16572026-07-29T20:17:10.693Z Compiling strum v0.27.2
16582026-07-29T20:17:10.708Z Compiling zopfli v0.8.3
16592026-07-29T20:17:10.755Z Compiling group v0.13.0
16602026-07-29T20:17:10.814Z Compiling hubpack v0.1.2
16612026-07-29T20:17:10.869Z Compiling cargo_metadata v0.23.1
16622026-07-29T20:17:10.885Z Compiling phf v0.13.1
16632026-07-29T20:17:10.962Z Compiling futures v0.3.32
16642026-07-29T20:17:11.044Z Compiling signal-hook-mio v0.2.5
16652026-07-29T20:17:11.061Z Compiling cookie_store v0.22.1
16662026-07-29T20:17:11.095Z Compiling zstd v0.13.3
16672026-07-29T20:17:11.191Z Compiling postgres-types v0.2.12
16682026-07-29T20:17:11.202Z Compiling cipher v0.5.2
16692026-07-29T20:17:11.401Z Compiling serde_with_macros v3.21.0
16702026-07-29T20:17:11.465Z Compiling globset v0.4.18
16712026-07-29T20:17:11.522Z Compiling usdt-attr-macro v0.6.0
16722026-07-29T20:17:11.535Z Compiling usdt-macro v0.6.0
16732026-07-29T20:17:11.605Z Compiling byte-wrapper v0.1.0
16742026-07-29T20:17:11.668Z Compiling phf_shared v0.11.3
16752026-07-29T20:17:11.744Z Compiling hyper-tls v0.6.0
16762026-07-29T20:17:11.761Z Compiling dtrace-parser v0.2.0
16772026-07-29T20:17:11.871Z Compiling olpc-cjson v0.1.4
16782026-07-29T20:17:11.960Z Compiling reqwest v0.12.28
16792026-07-29T20:17:11.991Z Compiling serde_plain v1.0.2
16802026-07-29T20:17:12.060Z Compiling serde-big-array v0.5.1
16812026-07-29T20:17:12.141Z Compiling ed25519 v2.2.3
16822026-07-29T20:17:12.156Z Compiling hkdf v0.12.4
16832026-07-29T20:17:12.209Z Compiling crypto-bigint v0.5.5
16842026-07-29T20:17:12.223Z Compiling async-recursion v1.1.1
16852026-07-29T20:17:12.248Z Compiling enum-as-inner v0.6.1
16862026-07-29T20:17:12.344Z Compiling serde_repr v0.1.20
16872026-07-29T20:17:12.359Z Compiling strum_macros v0.26.4
16882026-07-29T20:17:12.394Z Compiling float-cmp v0.10.0
16892026-07-29T20:17:12.526Z Compiling pem v3.0.6
16902026-07-29T20:17:12.558Z Compiling thread-id v4.2.2
16912026-07-29T20:17:12.572Z Compiling memmap2 v0.9.10
16922026-07-29T20:17:12.585Z Compiling whoami v2.1.0
16932026-07-29T20:17:12.657Z Compiling data-encoding v2.10.0
16942026-07-29T20:17:12.806Z Compiling static_assertions v1.1.0
16952026-07-29T20:17:12.815Z Compiling either v1.15.0
16962026-07-29T20:17:12.898Z Compiling typed-path v0.9.3
16972026-07-29T20:17:12.905Z Compiling keccak v0.1.6
16982026-07-29T20:17:12.920Z Compiling const-oid v0.10.2
16992026-07-29T20:17:12.931Z Compiling difflib v0.4.0
17002026-07-29T20:17:12.993Z Compiling winnow v1.0.3
17012026-07-29T20:17:13.075Z Compiling precomputed-hash v0.1.1
17022026-07-29T20:17:13.104Z Compiling cpufeatures v0.3.0
17032026-07-29T20:17:13.132Z Compiling fixedbitset v0.5.7
17042026-07-29T20:17:13.168Z Compiling predicates-core v1.0.10
17052026-07-29T20:17:13.181Z Compiling normalize-line-endings v0.3.0
17062026-07-29T20:17:13.181Z Compiling new_debug_unreachable v1.0.6
17072026-07-29T20:17:13.300Z Compiling fixedbitset v0.4.2
17082026-07-29T20:17:13.318Z Compiling predicates v3.1.4
17092026-07-29T20:17:13.347Z Compiling petgraph v0.8.3
17102026-07-29T20:17:13.368Z Compiling toml_parser v1.1.2+spec-1.1.0
17112026-07-29T20:17:13.386Z Compiling string_cache v0.8.9
17122026-07-29T20:17:13.444Z Compiling petgraph v0.6.5
17132026-07-29T20:17:13.509Z Compiling elliptic-curve v0.13.8
17142026-07-29T20:17:13.522Z Compiling chacha20 v0.10.0
17152026-07-29T20:17:13.627Z Compiling sha3 v0.10.8
17162026-07-29T20:17:13.660Z Compiling digest v0.11.3
17172026-07-29T20:17:13.914Z Compiling itertools v0.13.0
17182026-07-29T20:17:13.991Z Compiling hickory-proto v0.25.2
17192026-07-29T20:17:14.004Z Compiling toml_edit v0.22.27
17202026-07-29T20:17:14.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17212026-07-29T20:17:14.043Z Compiling tokio-postgres v0.7.16
17222026-07-29T20:17:14.061Z Compiling usdt v0.6.0
17232026-07-29T20:17:14.118Z Compiling zip v4.6.1
17242026-07-29T20:17:14.160Z Compiling usdt-impl v0.5.0
17252026-07-29T20:17:14.164Z Compiling serde_with v3.21.0
17262026-07-29T20:17:14.199Z Compiling strum v0.26.3
17272026-07-29T20:17:14.350Z Compiling ed25519-dalek v2.2.0
17282026-07-29T20:17:14.357Z Compiling crossterm v0.28.1
17292026-07-29T20:17:14.389Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17302026-07-29T20:17:15.099Z Compiling iddqd v0.4.2
17312026-07-29T20:17:15.209Z Compiling heck v0.4.1
17322026-07-29T20:17:15.227Z Compiling similar v2.7.0
17332026-07-29T20:17:15.460Z Compiling tokio-stream v0.1.18
17342026-07-29T20:17:15.482Z Compiling buf-list v1.1.2
17352026-07-29T20:17:15.667Z Compiling crossbeam-epoch v0.9.18
17362026-07-29T20:17:15.790Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-07-29T20:17:15.818Z Compiling openapiv3 v2.2.0
17382026-07-29T20:17:15.936Z Compiling lalrpop-util v0.19.12
17392026-07-29T20:17:15.963Z Compiling peg-runtime v0.8.5
17402026-07-29T20:17:16.023Z Compiling thread_local v1.1.9
17412026-07-29T20:17:16.043Z Compiling slog-async v2.8.0
17422026-07-29T20:17:16.094Z Compiling crossbeam-channel v0.5.15
17432026-07-29T20:17:16.121Z Compiling is-terminal v0.4.17
17442026-07-29T20:17:16.158Z Compiling filetime v0.2.27
17452026-07-29T20:17:16.235Z Compiling term v1.2.1
17462026-07-29T20:17:16.267Z Compiling xattr v1.6.1
17472026-07-29T20:17:16.295Z Compiling take_mut v0.2.2
17482026-07-29T20:17:16.354Z Compiling camino-tempfile v1.4.1
17492026-07-29T20:17:16.419Z Compiling tar v0.4.46
17502026-07-29T20:17:16.625Z Compiling slog-term v2.9.2
17512026-07-29T20:17:33.979Z Compiling rustls-webpki v0.103.13
17522026-07-29T20:17:36.708Z Compiling tokio-rustls v0.26.4
17532026-07-29T20:17:36.708Z Compiling rustls-platform-verifier v0.6.2
17542026-07-29T20:17:36.711Z Compiling tough v0.22.0
17552026-07-29T20:17:36.907Z Compiling hyper-rustls v0.27.7
17562026-07-29T20:17:37.115Z Compiling reqwest v0.13.2
17572026-07-29T20:17:39.275Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-07-29T20:17:39.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-07-29T20:17:42.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.66s
17602026-07-29T20:17:42.588Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-07-29T20:17:42.646ZJul 29 20:17:41.828 INFO Starting download, target: Cockroach
17622026-07-29T20:17:42.646ZJul 29 20:17:41.828 INFO Starting download, target: Clickhouse
17632026-07-29T20:17:42.646ZJul 29 20:17:41.828 INFO Starting download, target: Console
17642026-07-29T20:17:42.650ZJul 29 20:17:41.828 INFO Starting download, target: DendriteStub
17652026-07-29T20:17:42.650ZJul 29 20:17:41.828 INFO Starting download, target: MaghemiteMgd
17662026-07-29T20:17:42.650ZJul 29 20:17:41.828 INFO Starting download, target: MaghemiteDdmd
17672026-07-29T20:17:42.650ZJul 29 20:17:41.828 INFO Starting download, target: TransceiverControl
17682026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17692026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17712026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-07-29T20:17:42.650ZJul 29 20:17:41.829 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-07-29T20:17:43.236ZJul 29 20:17:42.419 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-07-29T20:17:43.454ZJul 29 20:17:42.635 INFO Download complete, target: TransceiverControl
17772026-07-29T20:17:44.445ZJul 29 20:17:43.623 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17782026-07-29T20:17:44.459ZJul 29 20:17:43.633 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17792026-07-29T20:17:44.673ZJul 29 20:17:43.851 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17802026-07-29T20:17:44.747ZJul 29 20:17:43.929 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-07-29T20:17:44.786ZJul 29 20:17:43.969 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-07-29T20:17:45.012ZJul 29 20:17:44.191 INFO Download complete, target: Console
17832026-07-29T20:17:45.097ZJul 29 20:17:44.280 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-07-29T20:17:45.097ZJul 29 20:17:44.280 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-07-29T20:17:46.438ZJul 29 20:17:45.622 INFO Download complete, target: MaghemiteDdmd
17862026-07-29T20:17:47.346ZJul 29 20:17:46.531 INFO Download complete, target: DendriteStub
17872026-07-29T20:17:47.436ZJul 29 20:17:46.620 INFO Download complete, target: MaghemiteMgd
17882026-07-29T20:17:49.853ZJul 29 20:17:49.035 INFO Checking that binary works, target: Cockroach
17892026-07-29T20:17:49.976ZJul 29 20:17:49.161 INFO Download complete, target: Cockroach
17902026-07-29T20:17:51.326ZJul 29 20:17:50.510 INFO Checking that binary works, target: Clickhouse
17912026-07-29T20:17:51.414ZJul 29 20:17:50.598 INFO Download complete, target: Clickhouse
17922026-07-29T20:17:51.422ZAll prerequisites installed successfully
17932026-07-29T20:17:51.426Z
17942026-07-29T20:17:51.426Zreal 1:51.377615572
17952026-07-29T20:17:51.426Zuser 7:10.203057538
17962026-07-29T20:17:51.426Zsys 1:44.359770554
17972026-07-29T20:17:51.426Ztrap 0.304706954
17982026-07-29T20:17:51.426Ztflt 0.888663308
17992026-07-29T20:17:51.426Zdflt 1.615532468
18002026-07-29T20:17:51.426Zkflt 0.026028972
18012026-07-29T20:17:51.426Zlock 28:00.299083107
18022026-07-29T20:17:51.427Zslp 19:41.594674333
18032026-07-29T20:17:51.427Zlat 30.016517074
18042026-07-29T20:17:51.427Zstop 3:27.195315634
18052026-07-29T20:17:51.428Z+ ptime -m cargo xtask download softnpu
18062026-07-29T20:17:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18072026-07-29T20:17:51.905Z Running `target/debug/xtask download softnpu`
18082026-07-29T20:17:52.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-07-29T20:17:52.744Z Running `target/debug/xtask-downloader softnpu`
18102026-07-29T20:17:52.781ZJul 29 20:17:51.965 INFO Starting download, target: Softnpu
18112026-07-29T20:17:52.788ZJul 29 20:17:51.966 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-07-29T20:17:53.414ZJul 29 20:17:52.599 INFO Download complete, target: Softnpu
18132026-07-29T20:17:53.418Z
18142026-07-29T20:17:53.421Zreal 1.991013232
18152026-07-29T20:17:53.421Zuser 1.320404750
18162026-07-29T20:17:53.421Zsys 0.619219679
18172026-07-29T20:17:53.422Ztrap 0.000671280
18182026-07-29T20:17:53.422Ztflt 0.000060920
18192026-07-29T20:17:53.422Zdflt 0.000138050
18202026-07-29T20:17:53.422Zkflt 0.000000000
18212026-07-29T20:17:53.422Zlock 12.147008195
18222026-07-29T20:17:53.422Zslp 0.495776328
18232026-07-29T20:17:53.422Zlat 0.093692710
18242026-07-29T20:17:53.422Zstop 0.000183590
18252026-07-29T20:17:53.422Z+ export CARGO_INCREMENTAL=0
18262026-07-29T20:17:53.422Z+ CARGO_INCREMENTAL=0
18272026-07-29T20:17:53.422Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-07-29T20:17:54.338Z Compiling proc-macro2 v1.0.106
18292026-07-29T20:17:54.338Z Compiling quote v1.0.45
18302026-07-29T20:17:54.338Z Compiling unicode-ident v1.0.24
18312026-07-29T20:17:54.338Z Compiling libc v0.2.185
18322026-07-29T20:17:54.341Z Compiling serde_core v1.0.228
18332026-07-29T20:17:54.341Z Compiling serde v1.0.228
18342026-07-29T20:17:54.341Z Compiling cfg-if v1.0.4
18352026-07-29T20:17:54.341Z Compiling version_check v0.9.5
18362026-07-29T20:17:54.485Z Compiling autocfg v1.5.0
18372026-07-29T20:17:54.488Z Compiling shlex v1.3.0
18382026-07-29T20:17:54.488Z Compiling find-msvc-tools v0.1.9
18392026-07-29T20:17:54.489Z Compiling memchr v2.8.0
18402026-07-29T20:17:54.489Z Compiling zmij v1.0.21
18412026-07-29T20:17:54.489Z Compiling serde_json v1.0.151
18422026-07-29T20:17:54.652Z Compiling portable-atomic v1.13.1
18432026-07-29T20:17:54.712Z Compiling zerocopy v0.8.40
18442026-07-29T20:17:54.797Z Compiling libm v0.2.16
18452026-07-29T20:17:54.817Z Compiling getrandom v0.4.1
18462026-07-29T20:17:54.850Z Compiling icu_normalizer_data v2.1.1
18472026-07-29T20:17:54.950Z Compiling parking_lot_core v0.9.12
18482026-07-29T20:17:54.995Z Compiling num-traits v0.2.19
18492026-07-29T20:17:55.086Z Compiling generic-array v0.14.7
18502026-07-29T20:17:55.105Z Compiling icu_properties_data v2.1.2
18512026-07-29T20:17:55.120Z Compiling smallvec v1.15.1
18522026-07-29T20:17:55.137Z Compiling itoa v1.0.17
18532026-07-29T20:17:55.152Z Compiling log v0.4.29
18542026-07-29T20:17:55.185Z Compiling subtle v2.6.1
18552026-07-29T20:17:55.219Z Compiling pkg-config v0.3.32
18562026-07-29T20:17:55.249Z Compiling stable_deref_trait v1.2.1
18572026-07-29T20:17:55.321Z Compiling typenum v1.20.1
18582026-07-29T20:17:55.382Z Compiling getrandom v0.3.4
18592026-07-29T20:17:55.428Z Compiling scopeguard v1.2.0
18602026-07-29T20:17:55.431Z Compiling thiserror v2.0.18
18612026-07-29T20:17:55.431Z Compiling rustix v1.1.3
18622026-07-29T20:17:55.471Z Compiling jobserver v0.1.34
18632026-07-29T20:17:55.474Z Compiling errno v0.3.14
18642026-07-29T20:17:55.535Z Compiling lock_api v0.4.14
18652026-07-29T20:17:55.695Z Compiling cc v1.2.56
18662026-07-29T20:17:55.711Z Compiling rand_core v0.10.0
18672026-07-29T20:17:55.789Z Compiling heck v0.5.0
18682026-07-29T20:17:55.803Z Compiling syn v2.0.117
18692026-07-29T20:17:55.817Z Compiling getrandom v0.2.17
18702026-07-29T20:17:55.862Z Compiling equivalent v1.0.2
18712026-07-29T20:17:55.876Z Compiling critical-section v1.2.0
18722026-07-29T20:17:56.009Z Compiling rand_core v0.6.4
18732026-07-29T20:17:56.025Z Compiling litemap v0.8.1
18742026-07-29T20:17:56.028Z Compiling pin-project-lite v0.2.17
18752026-07-29T20:17:56.029Z Compiling writeable v0.6.2
18762026-07-29T20:17:56.088Z Compiling schemars v0.8.22
18772026-07-29T20:17:56.092Z Compiling syn v1.0.109
18782026-07-29T20:17:56.105Z Compiling percent-encoding v2.3.2
18792026-07-29T20:17:56.297Z Compiling once_cell v1.21.3
18802026-07-29T20:17:56.334Z Compiling rustversion v1.0.22
18812026-07-29T20:17:56.337Z Compiling hashbrown v0.17.0
18822026-07-29T20:17:56.414Z Compiling fs_extra v1.3.0
18832026-07-29T20:17:56.446Z Compiling cmake v0.1.57
18842026-07-29T20:17:56.503Z Compiling dunce v1.0.5
18852026-07-29T20:17:56.522Z Compiling byteorder v1.5.0
18862026-07-29T20:17:56.577Z Compiling utf8_iter v1.0.4
18872026-07-29T20:17:56.621Z Compiling strsim v0.11.1
18882026-07-29T20:17:56.703Z Compiling semver v1.0.28
18892026-07-29T20:17:56.787Z Compiling bitflags v2.11.0
18902026-07-29T20:17:56.821Z Compiling form_urlencoded v1.2.2
18912026-07-29T20:17:56.837Z Compiling signal-hook-registry v1.4.8
18922026-07-29T20:17:57.020Z Compiling indexmap v2.14.0
18932026-07-29T20:17:57.040Z Compiling aws-lc-sys v0.40.0
18942026-07-29T20:17:57.070Z Compiling thiserror v1.0.69
18952026-07-29T20:17:57.115Z Compiling parking_lot v0.12.5
18962026-07-29T20:17:57.127Z Compiling socket2 v0.6.3
18972026-07-29T20:17:57.248Z Compiling mio v1.2.0
18982026-07-29T20:17:57.399Z Compiling aws-lc-rs v1.16.3
18992026-07-29T20:17:57.415Z Compiling const-oid v0.9.6
19002026-07-29T20:17:57.447Z Compiling futures-core v0.3.32
19012026-07-29T20:17:57.617Z Compiling httparse v1.10.1
19022026-07-29T20:17:57.755Z Compiling regex-syntax v0.8.10
19032026-07-29T20:17:57.774Z Compiling fnv v1.0.7
19042026-07-29T20:17:57.946Z Compiling crc32fast v1.5.0
19052026-07-29T20:17:57.992Z Compiling ucd-trie v0.1.7
19062026-07-29T20:17:58.010Z Compiling iana-time-zone v0.1.65
19072026-07-29T20:17:58.141Z Compiling vcpkg v0.2.15
19082026-07-29T20:17:58.145Z Compiling ident_case v1.0.1
19092026-07-29T20:17:58.184Z Compiling pest v2.8.6
19102026-07-29T20:17:58.200Z Compiling uuid v1.23.4
19112026-07-29T20:17:58.329Z Compiling rustc_version v0.4.1
19122026-07-29T20:17:58.471Z Compiling rustls v0.23.41
19132026-07-29T20:17:58.509Z Compiling futures-sink v0.3.32
19142026-07-29T20:17:58.635Z Compiling futures-channel v0.3.32
19152026-07-29T20:17:58.652Z Compiling aho-corasick v1.1.4
19162026-07-29T20:17:58.686Z Compiling synstructure v0.13.2
19172026-07-29T20:17:58.719Z Compiling serde_derive_internals v0.29.1
19182026-07-29T20:17:58.736Z Compiling openssl-sys v0.9.115
19192026-07-29T20:17:58.892Z Compiling futures-io v0.3.32
19202026-07-29T20:17:58.925Z Compiling futures-task v0.3.32
19212026-07-29T20:17:58.957Z Compiling dyn-clone v1.0.20
19222026-07-29T20:17:58.978Z Compiling slab v0.4.12
19232026-07-29T20:17:59.164Z Compiling time-core v0.1.8
19242026-07-29T20:17:59.180Z Compiling base64 v0.22.1
19252026-07-29T20:17:59.290Z Compiling radium v0.7.0
19262026-07-29T20:17:59.306Z Compiling plain v0.2.3
19272026-07-29T20:17:59.309Z Compiling num-conv v0.2.0
19282026-07-29T20:17:59.407Z Compiling pest_meta v2.8.6
19292026-07-29T20:17:59.436Z Compiling crossbeam-utils v0.8.21
19302026-07-29T20:17:59.471Z Compiling time-macros v0.2.27
19312026-07-29T20:17:59.569Z Compiling regex-automata v0.4.14
19322026-07-29T20:17:59.604Z Compiling pretty-hex v0.4.1
19332026-07-29T20:17:59.656Z Compiling openssl v0.10.79
19342026-07-29T20:17:59.672Z Compiling maybe-uninit v2.0.0
19352026-07-29T20:17:59.708Z Compiling base64ct v1.8.3
19362026-07-29T20:17:59.775Z Compiling flagset v0.4.7
19372026-07-29T20:17:59.790Z Compiling rand_core v0.9.5
19382026-07-29T20:17:59.914Z Compiling darling_core v0.23.0
19392026-07-29T20:17:59.953Z Compiling pem-rfc7468 v0.7.0
19402026-07-29T20:17:59.971Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19412026-07-29T20:17:59.988Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-07-29T20:18:00.006Z Compiling serde_derive v1.0.228
19432026-07-29T20:18:00.022Z Compiling zeroize_derive v1.5.0
19442026-07-29T20:18:00.026Z Compiling zerofrom-derive v0.1.6
19452026-07-29T20:18:00.026Z Compiling yoke-derive v0.8.1
19462026-07-29T20:18:00.153Z Compiling zerocopy-derive v0.8.40
19472026-07-29T20:18:00.170Z Compiling zerovec-derive v0.11.2
19482026-07-29T20:18:00.244Z Compiling displaydoc v0.2.5
19492026-07-29T20:18:00.296Z Compiling tokio-macros v2.7.0
19502026-07-29T20:18:00.338Z Compiling futures-macro v0.3.32
19512026-07-29T20:18:00.363Z Compiling thiserror-impl v2.0.18
19522026-07-29T20:18:00.458Z Compiling schemars_derive v0.8.22
19532026-07-29T20:18:00.642Z Compiling zeroize v1.9.0
19542026-07-29T20:18:00.724Z Compiling der_derive v0.7.3
19552026-07-29T20:18:00.921Z Compiling tracing-attributes v0.1.31
19562026-07-29T20:18:00.972Z Compiling thiserror-impl v1.0.69
19572026-07-29T20:18:01.030Z Compiling pest_generator v2.8.6
19582026-07-29T20:18:01.154Z Compiling futures-util v0.3.32
19592026-07-29T20:18:01.171Z Compiling zerofrom v0.1.6
19602026-07-29T20:18:01.322Z Compiling yoke v0.8.1
19612026-07-29T20:18:01.451Z Compiling crypto-common v0.1.7
19622026-07-29T20:18:01.525Z Compiling zerovec v0.11.5
19632026-07-29T20:18:01.546Z Compiling zerotrie v0.2.3
19642026-07-29T20:18:01.612Z Compiling block-buffer v0.10.4
19652026-07-29T20:18:01.678Z Compiling pest_derive v2.8.6
19662026-07-29T20:18:01.787Z Compiling digest v0.10.7
19672026-07-29T20:18:02.006Z Compiling scroll_derive v0.13.1
19682026-07-29T20:18:02.038Z Compiling tinystr v0.8.2
19692026-07-29T20:18:02.078Z Compiling potential_utf v0.1.4
19702026-07-29T20:18:02.119Z Compiling scroll_derive v0.12.1
19712026-07-29T20:18:02.135Z Compiling der v0.7.10
19722026-07-29T20:18:02.138Z Compiling openssl-macros v0.1.1
19732026-07-29T20:18:02.166Z Compiling ahash v0.8.12
19742026-07-29T20:18:02.267Z Compiling icu_locale_core v2.1.1
19752026-07-29T20:18:02.289Z Compiling icu_collections v2.1.1
19762026-07-29T20:18:02.320Z Compiling anyhow v1.0.102
19772026-07-29T20:18:02.407Z Compiling native-tls v0.2.18
19782026-07-29T20:18:02.775Z Compiling packed_struct v0.10.1
19792026-07-29T20:18:02.794Z Compiling num-bigint-dig v0.8.6
19802026-07-29T20:18:02.797Z Compiling darling_macro v0.23.0
19812026-07-29T20:18:02.948Z Compiling icu_provider v2.1.1
19822026-07-29T20:18:02.994Z Compiling spki v0.7.3
19832026-07-29T20:18:03.067Z Compiling regex v1.12.3
19842026-07-29T20:18:03.083Z Compiling zerocopy-derive v0.7.35
19852026-07-29T20:18:03.231Z Compiling bytes v1.11.1
19862026-07-29T20:18:03.279Z Compiling chrono v0.4.45
19872026-07-29T20:18:03.296Z Compiling icu_normalizer v2.1.1
19882026-07-29T20:18:03.334Z Compiling icu_properties v2.1.2
19892026-07-29T20:18:03.507Z Compiling serde_tokenstream v0.2.3
19902026-07-29T20:18:03.824Z Compiling tokio v1.52.1
19912026-07-29T20:18:03.917Z Compiling http v1.4.2
19922026-07-29T20:18:04.138Z Compiling slog v2.8.2
19932026-07-29T20:18:04.350Z Compiling idna_adapter v1.2.1
19942026-07-29T20:18:04.500Z Compiling idna v1.1.0
19952026-07-29T20:18:04.515Z Compiling ppv-lite86 v0.2.21
19962026-07-29T20:18:04.658Z Compiling tracing-core v0.1.36
19972026-07-29T20:18:04.675Z Compiling cookie v0.18.1
19982026-07-29T20:18:04.828Z Compiling camino v1.2.2
19992026-07-29T20:18:04.850Z Compiling url v2.5.8
20002026-07-29T20:18:04.888Z Compiling paste v1.0.15
20012026-07-29T20:18:04.892Z Compiling cpufeatures v0.2.17
20022026-07-29T20:18:04.995Z Compiling utf8parse v0.2.2
20032026-07-29T20:18:05.009Z Compiling rand_chacha v0.9.0
20042026-07-29T20:18:05.072Z Compiling tracing v0.1.44
20052026-07-29T20:18:05.165Z Compiling darling v0.23.0
20062026-07-29T20:18:05.235Z Compiling serde_spanned v0.6.9
20072026-07-29T20:18:05.257Z Compiling toml_datetime v0.6.11
20082026-07-29T20:18:05.273Z Compiling packed_struct_codegen v0.10.1
20092026-07-29T20:18:05.278Z Compiling zerocopy-derive v0.6.6
20102026-07-29T20:18:05.391Z Compiling clap_derive v4.6.1
20112026-07-29T20:18:05.406Z Compiling bitfield-macros v0.19.4
20122026-07-29T20:18:05.589Z Compiling indexmap v1.9.3
20132026-07-29T20:18:05.687Z Compiling fastrand v2.3.0
20142026-07-29T20:18:05.808Z Compiling anstyle v1.0.14
20152026-07-29T20:18:06.102Z Compiling rand v0.9.2
20162026-07-29T20:18:06.119Z Compiling http-body v1.0.1
20172026-07-29T20:18:06.187Z Compiling pkcs8 v0.10.2
20182026-07-29T20:18:06.289Z Compiling rustls-pki-types v1.14.0
20192026-07-29T20:18:06.573Z Compiling spin v0.9.8
20202026-07-29T20:18:06.591Z Compiling usdt-impl v0.5.0
20212026-07-29T20:18:06.676Z Compiling is_terminal_polyfill v1.70.2
20222026-07-29T20:18:06.691Z Compiling tinyvec_macros v0.1.1
20232026-07-29T20:18:06.732Z Compiling anstyle-query v1.1.5
20242026-07-29T20:18:06.747Z Compiling usdt-impl v0.6.0
20252026-07-29T20:18:06.775Z Compiling colorchoice v1.0.4
20262026-07-29T20:18:06.791Z Compiling either v1.15.0
20272026-07-29T20:18:06.807Z Compiling openssl-probe v0.2.1
20282026-07-29T20:18:06.859Z Compiling ref-cast v1.0.25
20292026-07-29T20:18:06.910Z Compiling winnow v0.5.40
20302026-07-29T20:18:06.969Z Compiling cmov v0.5.4
20312026-07-29T20:18:07.015Z Compiling tinyvec v1.10.0
20322026-07-29T20:18:07.046Z Compiling sha2 v0.10.9
20332026-07-29T20:18:07.159Z Compiling ctutils v0.4.2
20342026-07-29T20:18:07.238Z Compiling scroll v0.12.0
20352026-07-29T20:18:07.270Z Compiling scroll v0.13.0
20362026-07-29T20:18:07.364Z Compiling async-trait v0.1.89
20372026-07-29T20:18:07.410Z Compiling structmeta-derive v0.3.0
20382026-07-29T20:18:07.426Z Compiling daft-derive v0.1.7
20392026-07-29T20:18:07.430Z Compiling heapless v0.7.17
20402026-07-29T20:18:07.555Z Compiling tokio-util v0.7.18
20412026-07-29T20:18:07.582Z Compiling rustix v0.38.44
20422026-07-29T20:18:07.703Z Compiling atomic-waker v1.1.2
20432026-07-29T20:18:07.842Z Compiling signal-hook v0.3.18
20442026-07-29T20:18:07.859Z Compiling zstd-safe v7.2.4
20452026-07-29T20:18:07.917Z Compiling winnow v1.0.3
20462026-07-29T20:18:08.129Z Compiling litrs v1.0.0
20472026-07-29T20:18:08.146Z Compiling tower-service v0.3.3
20482026-07-29T20:18:08.261Z Compiling toml_edit v0.19.15
20492026-07-29T20:18:08.264Z Compiling try-lock v0.2.5
20502026-07-29T20:18:08.322Z Compiling untrusted v0.7.1
20512026-07-29T20:18:08.341Z Compiling tower-layer v0.3.3
20522026-07-29T20:18:08.374Z Compiling winnow v0.7.14
20532026-07-29T20:18:08.403Z Compiling structmeta v0.3.0
20542026-07-29T20:18:08.418Z Compiling want v0.3.1
20552026-07-29T20:18:08.470Z Compiling h2 v0.4.15
20562026-07-29T20:18:08.522Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-07-29T20:18:08.594Z Compiling tempfile v3.25.0
20582026-07-29T20:18:08.621Z Compiling document-features v0.2.12
20592026-07-29T20:18:08.958Z Compiling goblin v0.10.5
20602026-07-29T20:18:09.108Z Compiling goblin v0.8.2
20612026-07-29T20:18:09.132Z Compiling hybrid-array v0.4.13
20622026-07-29T20:18:09.639Z Compiling anstyle-parse v1.0.0
20632026-07-29T20:18:09.771Z Compiling zerocopy v0.7.35
20642026-07-29T20:18:09.845Z Compiling ipnet v2.11.0
20652026-07-29T20:18:09.888Z Compiling ref-cast-impl v1.0.25
20662026-07-29T20:18:09.926Z Compiling darling_core v0.20.11
20672026-07-29T20:18:09.945Z Compiling curve25519-dalek v4.1.3
20682026-07-29T20:18:09.979Z Compiling memoffset v0.9.1
20692026-07-29T20:18:10.018Z Compiling simd-adler32 v0.3.8
20702026-07-29T20:18:10.191Z Compiling httpdate v1.0.3
20712026-07-29T20:18:10.270Z Compiling foreign-types-shared v0.1.1
20722026-07-29T20:18:10.292Z Compiling tap v1.0.1
20732026-07-29T20:18:10.307Z Compiling powerfmt v0.2.0
20742026-07-29T20:18:10.328Z Compiling untrusted v0.9.0
20752026-07-29T20:18:10.450Z Compiling wyz v0.5.1
20762026-07-29T20:18:10.466Z Compiling foreign-types v0.3.2
20772026-07-29T20:18:10.538Z Compiling deranged v0.5.8
20782026-07-29T20:18:10.597Z Compiling anstream v1.0.0
20792026-07-29T20:18:10.660Z Compiling unicode-normalization v0.1.25
20802026-07-29T20:18:10.850Z Compiling ipnetwork v0.21.1
20812026-07-29T20:18:10.870Z Compiling dtrace-parser v0.2.0
20822026-07-29T20:18:10.903Z Compiling rand_chacha v0.3.1
20832026-07-29T20:18:11.234Z Compiling hex v0.4.3
20842026-07-29T20:18:11.291Z Compiling dtrace-parser v0.3.0
20852026-07-29T20:18:11.327Z Compiling dof v0.3.0
20862026-07-29T20:18:11.469Z Compiling signature v2.2.0
20872026-07-29T20:18:11.525Z Compiling terminal_size v0.4.3
20882026-07-29T20:18:11.665Z Compiling hyper v1.10.1
20892026-07-29T20:18:11.719Z Compiling dof v0.4.0
20902026-07-29T20:18:11.719Z Compiling pin-project-internal v1.1.11
20912026-07-29T20:18:11.888Z Compiling darling_macro v0.20.11
20922026-07-29T20:18:11.974Z Compiling num-integer v0.1.46
20932026-07-29T20:18:12.195Z Compiling thread-id v4.2.2
20942026-07-29T20:18:12.244Z Compiling wait-timeout v0.2.1
20952026-07-29T20:18:12.297Z Compiling thread-id v5.1.0
20962026-07-29T20:18:12.297Z Compiling smoltcp v0.9.1
20972026-07-29T20:18:12.340Z Compiling num_threads v0.1.7
20982026-07-29T20:18:12.357Z Compiling adler2 v2.0.1
20992026-07-29T20:18:12.378Z Compiling funty v2.0.0
21002026-07-29T20:18:12.398Z Compiling bit-vec v0.8.0
21012026-07-29T20:18:12.414Z Compiling cfg_aliases v0.2.1
21022026-07-29T20:18:12.506Z Compiling quick-error v1.2.3
21032026-07-29T20:18:12.613Z Compiling clap_lex v1.0.0
21042026-07-29T20:18:12.696Z Compiling time v0.3.47
21052026-07-29T20:18:12.700Z Compiling rusty-fork v0.3.1
21062026-07-29T20:18:12.731Z Compiling bitvec v1.0.1
21072026-07-29T20:18:12.745Z Compiling bit-set v0.8.0
21082026-07-29T20:18:12.762Z Compiling nix v0.31.2
21092026-07-29T20:18:12.776Z Compiling clap_builder v4.6.0
21102026-07-29T20:18:12.792Z Compiling hyper-util v0.1.20
21112026-07-29T20:18:12.853Z Compiling miniz_oxide v0.8.9
21122026-07-29T20:18:12.901Z Compiling darling v0.20.11
21132026-07-29T20:18:13.028Z Compiling num-iter v0.1.45
21142026-07-29T20:18:13.185Z Compiling rand v0.8.6
21152026-07-29T20:18:13.309Z Compiling lazy_static v1.5.0
21162026-07-29T20:18:13.428Z Compiling anstyle-parse v0.2.7
21172026-07-29T20:18:13.541Z Compiling hmac v0.12.1
21182026-07-29T20:18:13.707Z Compiling curve25519-dalek-derive v0.1.1
21192026-07-29T20:18:13.768Z Compiling strum_macros v0.26.4
21202026-07-29T20:18:13.817Z Compiling rand_xorshift v0.4.0
21212026-07-29T20:18:13.834Z Compiling sync_wrapper v1.0.2
21222026-07-29T20:18:13.983Z Compiling nodrop v0.1.14
21232026-07-29T20:18:14.130Z Compiling zlib-rs v0.6.2
21242026-07-29T20:18:14.253Z Compiling siphasher v1.0.2
21252026-07-29T20:18:14.333Z Compiling unarray v0.1.4
21262026-07-29T20:18:14.348Z Compiling crc-catalog v2.4.0
21272026-07-29T20:18:14.481Z Compiling crc v3.4.0
21282026-07-29T20:18:14.582Z Compiling proptest v1.10.0
21292026-07-29T20:18:15.172Z Compiling clap v4.6.1
21302026-07-29T20:18:15.351Z Compiling array-init v0.0.4
21312026-07-29T20:18:15.700Z Compiling tower v0.5.3
21322026-07-29T20:18:16.003Z Compiling anstream v0.6.21
21332026-07-29T20:18:16.171Z Compiling flate2 v1.1.9
21342026-07-29T20:18:16.194Z Compiling smallvec v0.6.14
21352026-07-29T20:18:16.308Z Compiling derive_builder_core v0.20.2
21362026-07-29T20:18:16.344Z Compiling derive-ex v0.1.8
21372026-07-29T20:18:16.398Z Compiling pkcs1 v0.7.5
21382026-07-29T20:18:16.421Z Compiling http-body-util v0.1.3
21392026-07-29T20:18:16.550Z Compiling bitfield v0.19.4
21402026-07-29T20:18:16.580Z Compiling zerocopy v0.6.6
21412026-07-29T20:18:16.732Z Compiling hubpack_derive v0.1.1
21422026-07-29T20:18:16.782Z Compiling strum_macros v0.27.2
21432026-07-29T20:18:16.799Z Compiling snafu-derive v0.8.9
21442026-07-29T20:18:16.903Z Compiling env_filter v1.0.0
21452026-07-29T20:18:16.935Z Compiling fs-err v3.3.0
21462026-07-29T20:18:17.104Z Compiling object v0.37.3
21472026-07-29T20:18:17.142Z Compiling allocator-api2 v0.2.21
21482026-07-29T20:18:17.183Z Compiling base64 v0.21.7
21492026-07-29T20:18:17.202Z Compiling ryu v1.0.23
21502026-07-29T20:18:17.381Z Compiling iri-string v0.7.10
21512026-07-29T20:18:17.418Z Compiling unicode-bidi v0.3.18
21522026-07-29T20:18:17.488Z Compiling hashbrown v0.12.3
21532026-07-29T20:18:17.553Z Compiling unicode-segmentation v1.12.0
21542026-07-29T20:18:17.634Z Compiling unicode-properties v0.1.4
21552026-07-29T20:18:17.837Z Compiling test-strategy v0.4.5
21562026-07-29T20:18:17.863Z Compiling stringprep v0.1.5
21572026-07-29T20:18:18.000Z Compiling ron v0.8.1
21582026-07-29T20:18:18.268Z Compiling serde_urlencoded v0.7.1
21592026-07-29T20:18:18.398Z Compiling derive_builder_macro v0.20.2
21602026-07-29T20:18:18.466Z Compiling env_logger v0.11.9
21612026-07-29T20:18:18.557Z Compiling tower-http v0.6.8
21622026-07-29T20:18:18.577Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21632026-07-29T20:18:18.582Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21642026-07-29T20:18:18.608Z Compiling rsa v0.9.10
21652026-07-29T20:18:18.795Z Compiling oxnet v0.1.6
21662026-07-29T20:18:18.799Z Compiling newtype-uuid v1.3.2
21672026-07-29T20:18:18.825Z Compiling serde-hex v0.1.0
21682026-07-29T20:18:18.865Z Compiling hashbrown v0.13.2
21692026-07-29T20:18:18.914Z Compiling tokio-native-tls v0.3.1
21702026-07-29T20:18:19.002Z Compiling bzip2 v0.4.4
21712026-07-29T20:18:19.019Z Compiling usdt-macro v0.6.0
21722026-07-29T20:18:19.101Z Compiling usdt-attr-macro v0.6.0
21732026-07-29T20:18:19.134Z Compiling block-buffer v0.12.1
21742026-07-29T20:18:19.158Z Compiling crypto-common v0.2.2
21752026-07-29T20:18:19.250Z Compiling block-padding v0.4.2
21762026-07-29T20:18:19.360Z Compiling rustls-native-certs v0.8.3
21772026-07-29T20:18:19.472Z Compiling erased-serde v0.3.31
21782026-07-29T20:18:19.496Z Compiling x509-cert v0.2.5
21792026-07-29T20:18:19.617Z Compiling md-5 v0.10.6
21802026-07-29T20:18:19.635Z Compiling bstr v1.12.1
21812026-07-29T20:18:19.836Z Compiling vergen-lib v9.1.0
21822026-07-29T20:18:19.888Z Compiling hash32 v0.2.1
21832026-07-29T20:18:20.081Z Compiling encoding_rs v0.8.35
21842026-07-29T20:18:20.087Z Compiling cpufeatures v0.3.0
21852026-07-29T20:18:20.178Z Compiling mime v0.3.17
21862026-07-29T20:18:20.234Z Compiling fallible-iterator v0.2.0
21872026-07-29T20:18:20.313Z Compiling psl-types v2.0.11
21882026-07-29T20:18:20.376Z Compiling crc-any v2.5.0
21892026-07-29T20:18:20.477Z Compiling publicsuffix v2.3.0
21902026-07-29T20:18:20.553Z Compiling postgres-protocol v0.6.10
21912026-07-29T20:18:21.107Z Compiling inout v0.2.2
21922026-07-29T20:18:21.143Z Compiling object v0.30.4
21932026-07-29T20:18:21.327Z Compiling zip v0.6.6
21942026-07-29T20:18:21.330Z Compiling daft v0.1.7
21952026-07-29T20:18:21.360Z Compiling hyper-tls v0.6.0
21962026-07-29T20:18:21.374Z Compiling derive_builder v0.20.2
21972026-07-29T20:18:21.391Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-07-29T20:18:21.525Z Compiling heck v0.4.1
21992026-07-29T20:18:21.595Z Compiling phf_shared v0.13.1
22002026-07-29T20:18:21.599Z Compiling pin-project v1.1.11
22012026-07-29T20:18:21.732Z Compiling toml v0.7.8
22022026-07-29T20:18:21.840Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-07-29T20:18:21.855Z Compiling serde_with_macros v3.21.0
22042026-07-29T20:18:21.872Z Compiling futures-executor v0.3.32
22052026-07-29T20:18:22.073Z Compiling serde_repr v0.1.20
22062026-07-29T20:18:22.125Z Compiling async-recursion v1.1.1
22072026-07-29T20:18:22.248Z Compiling enum-as-inner v0.6.1
22082026-07-29T20:18:22.313Z Compiling vergen v9.1.0
22092026-07-29T20:18:22.328Z Compiling ff v0.13.1
22102026-07-29T20:18:22.492Z Compiling cargo-platform v0.3.2
22112026-07-29T20:18:22.528Z Compiling managed v0.8.0
22122026-07-29T20:18:22.607Z Compiling path-slash v0.1.5
22132026-07-29T20:18:22.779Z Compiling bumpalo v3.20.2
22142026-07-29T20:18:22.783Z Compiling foldhash v0.1.5
22152026-07-29T20:18:22.842Z Compiling bitflags v1.3.2
22162026-07-29T20:18:22.898Z Compiling foldhash v0.2.0
22172026-07-29T20:18:22.929Z Compiling libbz2-rs-sys v0.2.2
22182026-07-29T20:18:22.978Z Compiling base16ct v0.2.0
22192026-07-29T20:18:23.001Z Compiling jiff-core v0.1.0
22202026-07-29T20:18:23.158Z Compiling same-file v1.0.6
22212026-07-29T20:18:23.206Z Compiling sec1 v0.7.3
22222026-07-29T20:18:23.243Z Compiling hashbrown v0.16.1
22232026-07-29T20:18:23.317Z Compiling walkdir v2.5.0
22242026-07-29T20:18:23.334Z Compiling zopfli v0.8.3
22252026-07-29T20:18:23.407Z Compiling bzip2 v0.6.1
22262026-07-29T20:18:23.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22272026-07-29T20:18:23.539Z Compiling hashbrown v0.15.5
22282026-07-29T20:18:23.853Z Compiling jiff v0.2.34
22292026-07-29T20:18:23.868Z Compiling cargo_metadata v0.23.1
22302026-07-29T20:18:23.914Z Compiling group v0.13.0
22312026-07-29T20:18:24.106Z Compiling futures v0.3.32
22322026-07-29T20:18:24.323Z Compiling phf v0.13.1
22332026-07-29T20:18:24.499Z Compiling snafu v0.8.9
22342026-07-29T20:18:24.661Z Compiling reqwest v0.12.28
22352026-07-29T20:18:24.680Z Compiling signal-hook-mio v0.2.5
22362026-07-29T20:18:24.847Z Compiling cipher v0.5.2
22372026-07-29T20:18:24.990Z Compiling cookie_store v0.22.1
22382026-07-29T20:18:25.102Z Compiling postgres-types v0.2.12
22392026-07-29T20:18:25.141Z Compiling zstd v0.13.3
22402026-07-29T20:18:25.141Z Compiling globset v0.4.18
22412026-07-29T20:18:25.182Z Compiling strum v0.27.2
22422026-07-29T20:18:25.329Z Compiling hubpack v0.1.2
22432026-07-29T20:18:25.434Z Compiling phf_shared v0.11.3
22442026-07-29T20:18:25.469Z Compiling hkdf v0.12.4
22452026-07-29T20:18:25.492Z Compiling crossbeam-epoch v0.9.18
22462026-07-29T20:18:25.591Z Compiling ed25519 v2.2.3
22472026-07-29T20:18:25.606Z Compiling byte-wrapper v0.1.0
22482026-07-29T20:18:25.622Z Compiling olpc-cjson v0.1.4
22492026-07-29T20:18:25.826Z Compiling serde_plain v1.0.2
22502026-07-29T20:18:25.841Z Compiling serde-big-array v0.5.1
22512026-07-29T20:18:25.859Z Compiling pem v3.0.6
22522026-07-29T20:18:25.960Z Compiling crypto-bigint v0.5.5
22532026-07-29T20:18:26.084Z Compiling float-cmp v0.10.0
22542026-07-29T20:18:26.125Z Compiling memmap2 v0.9.10
22552026-07-29T20:18:26.182Z Compiling toml_write v0.1.2
22562026-07-29T20:18:26.198Z Compiling normalize-line-endings v0.3.0
22572026-07-29T20:18:26.245Z Compiling fixedbitset v0.4.2
22582026-07-29T20:18:26.358Z Compiling whoami v2.1.0
22592026-07-29T20:18:26.375Z Compiling const-oid v0.10.2
22602026-07-29T20:18:26.394Z Compiling difflib v0.4.0
22612026-07-29T20:18:26.469Z Compiling keccak v0.1.6
22622026-07-29T20:18:26.473Z Compiling typed-path v0.9.3
22632026-07-29T20:18:26.612Z Compiling predicates-core v1.0.10
22642026-07-29T20:18:26.721Z Compiling new_debug_unreachable v1.0.6
22652026-07-29T20:18:26.796Z Compiling precomputed-hash v0.1.1
22662026-07-29T20:18:26.814Z Compiling data-encoding v2.10.0
22672026-07-29T20:18:26.817Z Compiling static_assertions v1.1.0
22682026-07-29T20:18:26.846Z Compiling fixedbitset v0.5.7
22692026-07-29T20:18:26.903Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22702026-07-29T20:18:26.919Z Compiling elliptic-curve v0.13.8
22712026-07-29T20:18:26.969Z Compiling string_cache v0.8.9
22722026-07-29T20:18:27.046Z Compiling chacha20 v0.10.0
22732026-07-29T20:18:27.062Z Compiling petgraph v0.8.3
22742026-07-29T20:18:27.138Z Compiling hickory-proto v0.25.2
22752026-07-29T20:18:27.284Z Compiling predicates v3.1.4
22762026-07-29T20:18:27.352Z Compiling sha3 v0.10.8
22772026-07-29T20:18:27.367Z Compiling tokio-postgres v0.7.16
22782026-07-29T20:18:27.594Z Compiling digest v0.11.3
22792026-07-29T20:18:27.648Z Compiling petgraph v0.6.5
22802026-07-29T20:18:27.811Z Compiling toml_edit v0.22.27
22812026-07-29T20:18:27.829Z Compiling usdt v0.6.0
22822026-07-29T20:18:28.213Z Compiling zip v4.6.1
22832026-07-29T20:18:29.019Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-07-29T20:18:29.378Z Compiling ed25519-dalek v2.2.0
22852026-07-29T20:18:30.107Z Compiling crossterm v0.28.1
22862026-07-29T20:18:30.175Z Compiling iddqd v0.4.2
22872026-07-29T20:18:30.309Z Compiling serde_with v3.21.0
22882026-07-29T20:18:30.337Z Compiling similar v2.7.0
22892026-07-29T20:18:30.483Z Compiling strum v0.26.3
22902026-07-29T20:18:30.990Z Compiling tokio-stream v0.1.18
22912026-07-29T20:18:31.064Z Compiling buf-list v1.1.2
22922026-07-29T20:18:31.180Z Compiling itertools v0.13.0
22932026-07-29T20:18:31.271Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-07-29T20:18:31.394Z Compiling openapiv3 v2.2.0
22952026-07-29T20:18:31.970Z Compiling lalrpop-util v0.19.12
22962026-07-29T20:18:32.335Z Compiling peg-runtime v0.8.5
22972026-07-29T20:18:48.514Z Compiling rustls-webpki v0.103.13
22982026-07-29T20:18:51.794Z Compiling macaddr v1.0.1
22992026-07-29T20:18:51.808Z Compiling rayon-core v1.13.0
23002026-07-29T20:18:51.924Z Compiling crucible-workspace-hack v0.1.0
23012026-07-29T20:18:51.988Z Compiling tokio-rustls v0.26.4
23022026-07-29T20:18:52.004Z Compiling rustls-platform-verifier v0.6.2
23032026-07-29T20:18:52.082Z Compiling tough v0.22.0
23042026-07-29T20:18:52.189Z Compiling itertools v0.15.0
23052026-07-29T20:18:52.195Z Compiling secrecy v0.10.3
23062026-07-29T20:18:52.252Z Compiling hyper-rustls v0.27.7
23072026-07-29T20:18:52.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-07-29T20:18:52.370Z Compiling heapless v0.8.0
23092026-07-29T20:18:52.546Z Compiling reqwest v0.13.2
23102026-07-29T20:18:52.585Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-07-29T20:18:52.710Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23122026-07-29T20:18:52.724Z Compiling crossbeam-deque v0.8.6
23132026-07-29T20:18:52.745Z Compiling inout v0.1.4
23142026-07-29T20:18:52.764Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-07-29T20:18:52.836Z Compiling hash32 v0.3.1
23162026-07-29T20:18:52.856Z Compiling multer v3.1.0
23172026-07-29T20:18:52.881Z Compiling thread_local v1.1.9
23182026-07-29T20:18:52.933Z Compiling slog-async v2.8.0
23192026-07-29T20:18:52.990Z Compiling unicode-width v0.2.0
23202026-07-29T20:18:53.036Z Compiling match_cfg v0.1.0
23212026-07-29T20:18:53.072Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-07-29T20:18:53.118Z Compiling smoltcp v0.11.0
23232026-07-29T20:18:53.142Z Compiling compression-core v0.4.31
23242026-07-29T20:18:53.239Z Compiling hostname v0.3.1
23252026-07-29T20:18:53.273Z Compiling compression-codecs v0.4.37
23262026-07-29T20:18:53.349Z Compiling proc-macro-crate v3.4.0
23272026-07-29T20:18:53.429Z Compiling cipher v0.4.4
23282026-07-29T20:18:53.490Z Compiling atomicwrites v0.4.4
23292026-07-29T20:18:53.553Z Compiling slog-json v2.6.1
23302026-07-29T20:18:53.569Z Compiling ingot-macros v0.2.0
23312026-07-29T20:18:53.657Z Compiling crossbeam-channel v0.5.15
23322026-07-29T20:18:53.709Z Compiling half v2.7.1
23332026-07-29T20:18:53.725Z Compiling newtype-uuid-macros v0.1.0
23342026-07-29T20:18:53.790Z Compiling cobs v0.3.0
23352026-07-29T20:18:53.806Z Compiling universal-hash v0.5.1
23362026-07-29T20:18:53.837Z Compiling thiserror-impl-no-std v2.0.2
23372026-07-29T20:18:53.900Z Compiling async-stream-impl v0.3.6
23382026-07-29T20:18:54.004Z Compiling serde_spanned v1.1.1
23392026-07-29T20:18:54.095Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-07-29T20:18:54.108Z Compiling is-terminal v0.4.17
23412026-07-29T20:18:54.144Z Compiling dropshot v0.17.1
23422026-07-29T20:18:54.238Z Compiling proc-macro-error-attr v1.0.4
23432026-07-29T20:18:54.361Z Compiling term v1.2.1
23442026-07-29T20:18:54.394Z Compiling toml_writer v1.1.1+spec-1.1.0
23452026-07-29T20:18:54.463Z Compiling ciborium-io v0.2.2
23462026-07-29T20:18:54.477Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-07-29T20:18:54.498Z Compiling take_mut v0.2.2
23482026-07-29T20:18:54.531Z Compiling convert_case v0.4.0
23492026-07-29T20:18:54.555Z Compiling opaque-debug v0.3.1
23502026-07-29T20:18:54.582Z Compiling ciborium-ll v0.2.2
23512026-07-29T20:18:54.641Z Compiling poly1305 v0.8.0
23522026-07-29T20:18:54.686Z Compiling toml v1.1.2+spec-1.1.0
23532026-07-29T20:18:54.840Z Compiling derive_more v0.99.20
23542026-07-29T20:18:54.857Z Compiling slog-term v2.9.2
23552026-07-29T20:18:54.873Z Compiling async-stream v0.3.6
23562026-07-29T20:18:54.886Z Compiling thiserror-no-std v2.0.2
23572026-07-29T20:18:54.964Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-07-29T20:18:55.058Z Compiling postcard v1.1.3
23592026-07-29T20:18:55.284Z Compiling num_enum_derive v0.7.6
23602026-07-29T20:18:55.456Z Compiling slog-bunyan v2.5.0
23612026-07-29T20:18:55.670Z Compiling chacha20 v0.9.1
23622026-07-29T20:18:55.696Z Compiling async-compression v0.4.41
23632026-07-29T20:18:55.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-07-29T20:18:55.938Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23652026-07-29T20:18:56.144Z Compiling sha1 v0.11.0
23662026-07-29T20:18:56.182Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23672026-07-29T20:18:56.197Z Compiling proc-macro-crate v1.3.1
23682026-07-29T20:18:56.212Z Compiling ingot-types v0.2.0
23692026-07-29T20:18:56.236Z Compiling parse-display-derive v0.10.0
23702026-07-29T20:18:56.260Z Compiling waitgroup v0.1.2
23712026-07-29T20:18:56.427Z Compiling rustls-pemfile v2.2.0
23722026-07-29T20:18:56.445Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23732026-07-29T20:18:56.555Z Compiling backon v1.6.0
23742026-07-29T20:18:56.611Z Compiling dropshot_endpoint v0.17.1
23752026-07-29T20:18:56.684Z Compiling ingot v0.2.1
23762026-07-29T20:18:56.697Z Compiling password-hash v0.5.0
23772026-07-29T20:18:56.725Z Compiling blake2 v0.10.6
23782026-07-29T20:18:56.814Z Compiling aead v0.5.2
23792026-07-29T20:18:57.023Z Compiling foreign-types-macros v0.2.3
23802026-07-29T20:18:57.040Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-07-29T20:18:57.045Z Compiling serde_path_to_error v0.1.20
23822026-07-29T20:18:57.068Z Compiling hostname v0.4.2
23832026-07-29T20:18:57.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-07-29T20:18:57.273Z Compiling proc-macro-error v1.0.4
23852026-07-29T20:18:57.475Z Compiling instant v0.1.13
23862026-07-29T20:18:57.492Z Compiling foreign-types-shared v0.3.1
23872026-07-29T20:18:57.506Z Compiling debug-ignore v1.0.5
23882026-07-29T20:18:57.605Z Compiling backoff v0.4.0
23892026-07-29T20:18:57.619Z Compiling argon2 v0.5.3
23902026-07-29T20:18:57.631Z Compiling chacha20poly1305 v0.10.1
23912026-07-29T20:18:57.649Z Compiling foreign-types v0.5.0
23922026-07-29T20:18:57.653Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23932026-07-29T20:18:57.682Z Compiling num_enum_derive v0.5.11
23942026-07-29T20:18:57.691Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23952026-07-29T20:18:57.715Z Compiling parse-display v0.10.0
23962026-07-29T20:18:57.749Z Compiling num_enum v0.7.6
23972026-07-29T20:18:57.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982026-07-29T20:18:57.845Z Compiling vsss-rs v3.3.4
23992026-07-29T20:18:57.990Z Compiling ciborium v0.2.2
24002026-07-29T20:18:58.301Z Compiling tabwriter v1.4.1
24012026-07-29T20:18:58.329Z Compiling regress v0.10.5
24022026-07-29T20:18:58.412Z Compiling itertools v0.14.0
24032026-07-29T20:18:58.412Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-07-29T20:18:58.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24052026-07-29T20:18:58.657Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24062026-07-29T20:18:58.677Z Compiling cstr-argument v0.1.2
24072026-07-29T20:18:58.709Z Compiling humantime v2.3.0
24082026-07-29T20:18:58.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24092026-07-29T20:18:58.765Z Compiling num_enum v0.5.11
24102026-07-29T20:18:58.857Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24112026-07-29T20:18:58.887Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24122026-07-29T20:18:58.897Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24132026-07-29T20:18:58.964Z Compiling rayon v1.11.0
24142026-07-29T20:18:58.971Z Compiling rand v0.10.1
24152026-07-29T20:18:59.008Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24162026-07-29T20:18:59.050Z Compiling libefi-sys v0.1.0
24172026-07-29T20:18:59.154Z Compiling colored v3.1.1
24182026-07-29T20:18:59.170Z Compiling indent_write v2.2.0
24192026-07-29T20:18:59.176Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-07-29T20:18:59.228Z Compiling zone_cfg_derive v0.3.1
24212026-07-29T20:18:59.297Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24222026-07-29T20:18:59.316Z Compiling camino-tempfile v1.4.1
24232026-07-29T20:18:59.352Z Compiling itertools v0.12.1
24242026-07-29T20:18:59.352Z Compiling usdt-macro v0.5.0
24252026-07-29T20:18:59.421Z Compiling usdt-attr-macro v0.5.0
24262026-07-29T20:18:59.438Z Compiling bitfield-struct v0.6.2
24272026-07-29T20:18:59.533Z Compiling num-derive v0.4.2
24282026-07-29T20:18:59.719Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24292026-07-29T20:18:59.799Z Compiling blake3 v1.8.5
24302026-07-29T20:18:59.847Z Compiling sigpipe v0.1.3
24312026-07-29T20:18:59.859Z Compiling memmap v0.7.0
24322026-07-29T20:18:59.919Z Compiling glob v0.3.3
24332026-07-29T20:18:59.954Z Compiling swrite v0.1.0
24342026-07-29T20:19:00.099Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24352026-07-29T20:19:00.113Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362026-07-29T20:19:00.113Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24372026-07-29T20:19:00.135Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24382026-07-29T20:19:00.201Z Compiling usdt v0.5.0
24392026-07-29T20:19:00.428Z Compiling smf v0.2.3
24402026-07-29T20:19:00.447Z Compiling filetime v0.2.27
24412026-07-29T20:19:00.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24422026-07-29T20:19:00.580Z Compiling arrayref v0.3.9
24432026-07-29T20:19:00.595Z Compiling xattr v1.6.1
24442026-07-29T20:19:00.667Z Compiling zone v0.3.1
24452026-07-29T20:19:00.681Z Compiling constant_time_eq v0.4.2
24462026-07-29T20:19:00.697Z Compiling whoami v1.6.1
24472026-07-29T20:19:00.837Z Compiling arrayvec v0.7.6
24482026-07-29T20:19:00.837Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-07-29T20:19:00.871Z Compiling tar v0.4.46
24502026-07-29T20:19:00.881Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24512026-07-29T20:19:00.882Z Compiling tokio-dtrace v0.1.1
24522026-07-29T20:19:00.919Z Compiling console v0.16.2
24532026-07-29T20:19:00.951Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24542026-07-29T20:19:01.140Z Compiling gethostname v0.5.0
24552026-07-29T20:19:01.168Z Compiling unit-prefix v0.5.2
24562026-07-29T20:19:01.177Z Compiling topological-sort v0.2.2
24572026-07-29T20:19:01.237Z Compiling oxide-tokio-rt v0.1.4
24582026-07-29T20:19:01.292Z Compiling toml v0.8.23
24592026-07-29T20:19:01.348Z Compiling indicatif v0.18.4
24602026-07-29T20:19:01.568Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24612026-07-29T20:19:01.624Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24622026-07-29T20:19:01.697Z Compiling shell-words v1.1.1
24632026-07-29T20:19:10.878Z Compiling progenitor-client v0.14.0
24642026-07-29T20:19:10.878Z Compiling omicron-zone-package v0.12.3
24652026-07-29T20:19:11.121Z Compiling progenitor-extras v0.2.0
24662026-07-29T20:19:11.400Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-07-29T20:19:11.425Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-07-29T20:19:11.629Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24692026-07-29T20:19:11.650Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24702026-07-29T20:19:11.650Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-07-29T20:19:11.665Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24722026-07-29T20:19:11.722Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-07-29T20:19:11.842Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24742026-07-29T20:19:12.672Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752026-07-29T20:19:16.543Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24762026-07-29T20:19:25.642Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-07-29T20:19:27.866Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24782026-07-29T20:19:28.925Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792026-07-29T20:19:38.291Z Finished `release` profile [optimized] target(s) in 1m 44s
24802026-07-29T20:19:38.434Z Running `target/release/omicron-package -t test target create -p dev`
24812026-07-29T20:19:38.496ZLogging to: /work/oxidecomputer/omicron/out/LOG
24822026-07-29T20:19:38.502ZCreated new build target 'test' and set it as active
24832026-07-29T20:19:38.502Z
24842026-07-29T20:19:38.502Zreal 1:45.075057860
24852026-07-29T20:19:38.502Zuser 17:23.222580139
24862026-07-29T20:19:38.502Zsys 2:45.560534152
24872026-07-29T20:19:38.502Ztrap 0.495828779
24882026-07-29T20:19:38.502Ztflt 2.247798557
24892026-07-29T20:19:38.502Zdflt 4.820357168
24902026-07-29T20:19:38.502Zkflt 0.000536820
24912026-07-29T20:19:38.502Zlock 56:44.403865803
24922026-07-29T20:19:38.502Zslp 44:27.882979481
24932026-07-29T20:19:38.502Zlat 50.552851120
24942026-07-29T20:19:38.502Zstop 6:02.484757431
24952026-07-29T20:19:38.502Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24962026-07-29T20:19:39.380Z Finished `release` profile [optimized] target(s) in 0.87s
24972026-07-29T20:19:39.455Z Running `target/release/omicron-package -t test package`
24982026-07-29T20:19:39.511ZLogging to: /work/oxidecomputer/omicron/out/LOG
24992026-07-29T20:19:40.947Z Compiling heck v0.5.0
25002026-07-29T20:19:40.947Z Compiling regress v0.11.1
25012026-07-29T20:19:41.174Z Compiling unsafe-libyaml v0.2.11
25022026-07-29T20:19:41.207Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25032026-07-29T20:19:41.231Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25042026-07-29T20:19:41.252Z Compiling derive-where v1.6.0
25052026-07-29T20:19:41.273Z Compiling bytecount v0.6.9
25062026-07-29T20:19:41.277Z Compiling atomicwrites v0.4.4
25072026-07-29T20:19:41.278Z Compiling is-terminal v0.4.17
25082026-07-29T20:19:41.293Z Compiling prettyplease v0.2.37
25092026-07-29T20:19:41.296Z Compiling console v0.15.11
25102026-07-29T20:19:41.296Z Compiling newline-converter v0.3.0
25112026-07-29T20:19:41.297Z Compiling slog-dtrace v0.3.0
25122026-07-29T20:19:41.417Z Compiling resolv-conf v0.7.6
25132026-07-29T20:19:41.421Z Compiling num-rational v0.4.2
25142026-07-29T20:19:41.458Z Compiling num-complex v0.4.6
25152026-07-29T20:19:41.481Z Compiling thread_local v1.1.9
25162026-07-29T20:19:41.488Z Compiling unicode-width v0.1.14
25172026-07-29T20:19:41.526Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25182026-07-29T20:19:41.530Z Compiling cancel-safe-futures v0.1.5
25192026-07-29T20:19:41.638Z Compiling compression-core v0.4.31
25202026-07-29T20:19:41.761Z Compiling serde_yaml v0.9.34+deprecated
25212026-07-29T20:19:41.784Z Compiling expectorate v1.2.0
25222026-07-29T20:19:41.815Z Compiling match_cfg v0.1.0
25232026-07-29T20:19:41.856Z Compiling num v0.4.3
25242026-07-29T20:19:41.884Z Compiling compression-codecs v0.4.37
25252026-07-29T20:19:41.910Z Compiling hostname v0.3.1
25262026-07-29T20:19:41.936Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25272026-07-29T20:19:41.961Z Compiling multer v3.1.0
25282026-07-29T20:19:41.989Z Compiling slog-async v2.8.0
25292026-07-29T20:19:42.027Z Compiling crossbeam-channel v0.5.15
25302026-07-29T20:19:42.046Z Compiling slog-json v2.6.1
25312026-07-29T20:19:42.054Z Compiling serde_spanned v1.1.1
25322026-07-29T20:19:42.066Z Compiling toml_datetime v1.1.1+spec-1.1.0
25332026-07-29T20:19:42.107Z Compiling toml_writer v1.1.1+spec-1.1.0
25342026-07-29T20:19:42.143Z Compiling float-ord v0.3.2
25352026-07-29T20:19:42.246Z Compiling take_mut v0.2.2
25362026-07-29T20:19:42.282Z Compiling term v1.2.1
25372026-07-29T20:19:42.304Z Compiling linked-hash-map v0.5.6
25382026-07-29T20:19:42.345Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25392026-07-29T20:19:42.368Z Compiling toml v1.1.2+spec-1.1.0
25402026-07-29T20:19:42.388Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25412026-07-29T20:19:42.391Z Compiling slog-bunyan v2.5.0
25422026-07-29T20:19:42.434Z Compiling oxide-update-engine-types v0.1.2
25432026-07-29T20:19:42.480Z Compiling async-compression v0.4.41
25442026-07-29T20:19:42.544Z Compiling lru-cache v0.1.2
25452026-07-29T20:19:42.576Z Compiling slog-term v2.9.2
25462026-07-29T20:19:42.717Z Compiling typify-impl v0.6.2
25472026-07-29T20:19:42.823Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25482026-07-29T20:19:42.879Z Compiling dropshot v0.17.1
25492026-07-29T20:19:42.916Z Compiling async-stream v0.3.6
25502026-07-29T20:19:42.956Z Compiling sha1 v0.11.0
25512026-07-29T20:19:43.022Z Compiling progenitor-client v0.14.0
25522026-07-29T20:19:43.104Z Compiling waitgroup v0.1.2
25532026-07-29T20:19:43.108Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25542026-07-29T20:19:43.148Z Compiling rustls-pemfile v2.2.0
25552026-07-29T20:19:43.214Z Compiling backon v1.6.0
25562026-07-29T20:19:43.239Z Compiling serde_path_to_error v0.1.20
25572026-07-29T20:19:43.273Z Compiling hostname v0.4.2
25582026-07-29T20:19:43.338Z Compiling instant v0.1.13
25592026-07-29T20:19:43.361Z Compiling linear-map v1.2.0
25602026-07-29T20:19:43.384Z Compiling debug-ignore v1.0.5
25612026-07-29T20:19:43.444Z Compiling minimal-lexical v0.2.1
25622026-07-29T20:19:43.469Z Compiling backoff v0.4.0
25632026-07-29T20:19:43.492Z Compiling progenitor-extras v0.2.0
25642026-07-29T20:19:43.520Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25652026-07-29T20:19:43.524Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25662026-07-29T20:19:43.639Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25672026-07-29T20:19:43.710Z Compiling oxide-update-engine v0.1.2
25682026-07-29T20:19:43.733Z Compiling nom v7.1.3
25692026-07-29T20:19:43.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25702026-07-29T20:19:43.827Z Compiling parse-display v0.10.0
25712026-07-29T20:19:43.850Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25722026-07-29T20:19:44.083Z Compiling hickory-proto v0.24.4
25732026-07-29T20:19:44.333Z Compiling regress v0.10.5
25742026-07-29T20:19:44.528Z Compiling itertools v0.14.0
25752026-07-29T20:19:45.027Z Compiling macaddr v1.0.1
25762026-07-29T20:19:45.086Z Compiling humantime v2.3.0
25772026-07-29T20:19:45.138Z Compiling unicode-xid v0.2.6
25782026-07-29T20:19:45.372Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25792026-07-29T20:19:45.466Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25802026-07-29T20:19:45.584Z Compiling convert_case v0.10.0
25812026-07-29T20:19:45.708Z Compiling owo-colors v4.3.0
25822026-07-29T20:19:45.730Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25832026-07-29T20:19:45.749Z Compiling derive_more-impl v2.1.1
25842026-07-29T20:19:45.855Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25852026-07-29T20:19:45.973Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25862026-07-29T20:19:46.015Z Compiling toml v0.8.23
25872026-07-29T20:19:46.257Z Compiling typify-macro v0.6.2
25882026-07-29T20:19:46.341Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25892026-07-29T20:19:46.460Z Compiling papergrid v0.11.0
25902026-07-29T20:19:46.514Z Compiling tabled_derive v0.7.0
25912026-07-29T20:19:46.535Z Compiling derive_more v2.1.1
25922026-07-29T20:19:46.613Z Compiling hickory-resolver v0.24.4
25932026-07-29T20:19:46.647Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25942026-07-29T20:19:47.101Z Compiling termtree v0.5.1
25952026-07-29T20:19:47.301Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25962026-07-29T20:19:47.441Z Compiling tabled v0.15.0
25972026-07-29T20:19:47.754Z Compiling crossterm v0.29.0
25982026-07-29T20:19:47.801Z Compiling phf_shared v0.12.1
25992026-07-29T20:19:47.825Z Compiling typify v0.6.2
26002026-07-29T20:19:48.086Z Compiling progenitor-impl v0.14.0
26012026-07-29T20:19:48.362Z Compiling qorb v0.4.1
26022026-07-29T20:19:48.888Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26032026-07-29T20:19:49.432Z Compiling csv-core v0.1.13
26042026-07-29T20:19:49.877Z Compiling vte v0.14.1
26052026-07-29T20:19:50.135Z Compiling chrono-tz v0.10.4
26062026-07-29T20:19:50.254Z Compiling progenitor-macro v0.14.0
26072026-07-29T20:19:50.623Z Compiling highway v1.3.0
26082026-07-29T20:19:51.346Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26092026-07-29T20:19:51.536Z Compiling strip-ansi-escapes v0.2.1
26102026-07-29T20:19:51.563Z Compiling csv v1.4.0
26112026-07-29T20:19:51.661Z Compiling phf v0.12.1
26122026-07-29T20:19:51.812Z Compiling const_format_proc_macros v0.2.34
26132026-07-29T20:19:51.879Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142026-07-29T20:19:52.110Z Compiling fd-lock v4.0.4
26152026-07-29T20:19:52.316Z Compiling peg-macros v0.8.5
26162026-07-29T20:19:52.355Z Compiling nu-ansi-term v0.50.3
26172026-07-29T20:19:52.512Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26182026-07-29T20:19:52.757Z Compiling reedline v0.40.0
26192026-07-29T20:19:53.009Z Compiling const_format v0.2.35
26202026-07-29T20:19:53.063Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26212026-07-29T20:19:53.663Z Compiling peg v0.8.5
26222026-07-29T20:19:53.723Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26232026-07-29T20:19:53.962Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26242026-07-29T20:19:54.418Z Compiling progenitor v0.14.0
26252026-07-29T20:19:54.610Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26262026-07-29T20:19:54.709Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26272026-07-29T20:19:54.870Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26282026-07-29T20:19:54.894Z Compiling bcs v0.1.6
26292026-07-29T20:19:55.347Z Compiling nom v8.0.0
26302026-07-29T20:19:55.485Z Compiling semver v0.1.20
26312026-07-29T20:19:55.787Z Compiling rustc_version v0.1.7
26322026-07-29T20:19:56.011Z Compiling newtype_derive v0.1.6
26332026-07-29T20:19:56.273Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26342026-07-29T20:19:56.334Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26352026-07-29T20:19:56.540Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26362026-07-29T20:19:56.897Z Compiling unicode-linebreak v0.1.5
26372026-07-29T20:19:57.006Z Compiling smawk v0.3.2
26382026-07-29T20:19:57.240Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26392026-07-29T20:19:57.268Z Compiling textwrap v0.16.2
26402026-07-29T20:19:57.416Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-07-29T20:19:57.562Z Compiling steno v0.4.1
26422026-07-29T20:19:57.852Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-07-29T20:19:58.034Z Compiling dropshot-api-manager-types v0.7.2
26442026-07-29T20:19:58.206Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26452026-07-29T20:19:58.459Z Compiling sha1 v0.10.6
26462026-07-29T20:19:58.646Z Compiling tagptr v0.2.0
26472026-07-29T20:19:58.793Z Compiling utf-8 v0.7.6
26482026-07-29T20:19:58.839Z Compiling moka v0.12.13
26492026-07-29T20:19:58.929Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26502026-07-29T20:19:59.047Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26512026-07-29T20:19:59.184Z Compiling tungstenite v0.21.0
26522026-07-29T20:19:59.229Z Compiling display-error-chain v0.2.2
26532026-07-29T20:19:59.283Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26542026-07-29T20:19:59.408Z Compiling darling_core v0.21.3
26552026-07-29T20:19:59.432Z Compiling num-derive v0.3.3
26562026-07-29T20:20:00.120Z Compiling hickory-resolver v0.25.2
26572026-07-29T20:20:00.316Z Compiling tokio-tungstenite v0.21.0
26582026-07-29T20:20:00.382Z Compiling vergen-lib v0.1.6
26592026-07-29T20:20:00.638Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
26602026-07-29T20:20:00.717Z Compiling proc-macro-error-attr2 v2.0.0
26612026-07-29T20:20:01.146Z Compiling diesel_derives v2.3.7
26622026-07-29T20:20:01.299Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26632026-07-29T20:20:01.408Z Compiling proc-macro-error2 v2.0.1
26642026-07-29T20:20:01.590Z Compiling darling_macro v0.21.3
26652026-07-29T20:20:01.753Z Compiling libscf-sys v1.1.0
26662026-07-29T20:20:01.980Z Compiling scheduled-thread-pool v0.2.7
26672026-07-29T20:20:02.094Z Compiling vergen-gitcl v1.0.8
26682026-07-29T20:20:02.118Z Compiling darling v0.21.3
26692026-07-29T20:20:02.227Z Compiling dsl_auto_type v0.2.0
26702026-07-29T20:20:02.316Z Compiling diesel_table_macro_syntax v0.3.0
26712026-07-29T20:20:02.543Z Compiling dirs-sys-next v0.1.2
26722026-07-29T20:20:02.564Z Compiling maplit v1.0.2
26732026-07-29T20:20:02.683Z Compiling crunchy v0.2.4
26742026-07-29T20:20:02.757Z Compiling glob v0.3.3
26752026-07-29T20:20:03.002Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26762026-07-29T20:20:03.167Z Compiling clang-sys v1.8.1
26772026-07-29T20:20:03.192Z Compiling dirs-next v2.0.0
26782026-07-29T20:20:03.215Z Compiling r2d2 v0.8.10
26792026-07-29T20:20:03.266Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26802026-07-29T20:20:03.345Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26812026-07-29T20:20:03.544Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26822026-07-29T20:20:03.601Z Compiling tabled_derive v0.11.0
26832026-07-29T20:20:03.902Z Compiling papergrid v0.17.0
26842026-07-29T20:20:03.947Z Compiling testing_table v0.3.0
26852026-07-29T20:20:04.231Z Compiling tiny-keccak v2.0.2
26862026-07-29T20:20:04.446Z Compiling downcast-rs v2.0.2
26872026-07-29T20:20:04.707Z Compiling term v0.7.0
26882026-07-29T20:20:05.226Z Compiling tabled v0.20.0
26892026-07-29T20:20:05.258Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-07-29T20:20:05.426Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26912026-07-29T20:20:05.654Z Compiling bit-vec v0.6.3
26922026-07-29T20:20:05.858Z Compiling bit-set v0.5.3
26932026-07-29T20:20:06.054Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26942026-07-29T20:20:06.137Z Compiling ascii-canvas v3.0.0
26952026-07-29T20:20:06.140Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26962026-07-29T20:20:06.400Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26972026-07-29T20:20:06.460Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26982026-07-29T20:20:06.603Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26992026-07-29T20:20:06.689Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27002026-07-29T20:20:06.821Z Compiling itertools v0.10.5
27012026-07-29T20:20:06.844Z Compiling ena v0.14.4
27022026-07-29T20:20:06.868Z Compiling libloading v0.8.9
27032026-07-29T20:20:07.062Z Compiling regex-syntax v0.6.29
27042026-07-29T20:20:07.094Z Compiling xshell-macros v0.2.7
27052026-07-29T20:20:07.116Z Compiling diff v0.1.13
27062026-07-29T20:20:07.385Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27072026-07-29T20:20:07.430Z Compiling bindgen v0.71.1
27082026-07-29T20:20:07.477Z Compiling diesel v2.3.7
27092026-07-29T20:20:07.498Z Compiling unicase v2.9.0
27102026-07-29T20:20:07.797Z Compiling xshell v0.2.7
27112026-07-29T20:20:08.805Z Compiling lalrpop v0.19.12
27122026-07-29T20:20:09.048Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27132026-07-29T20:20:09.070Z Compiling cexpr v0.6.0
27142026-07-29T20:20:09.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27152026-07-29T20:20:09.735Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27162026-07-29T20:20:09.755Z Compiling rustc-hash v2.1.1
27172026-07-29T20:20:09.755Z Compiling crc8 v0.1.1
27182026-07-29T20:20:09.898Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-07-29T20:20:10.136Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-07-29T20:20:10.266Z Compiling headers-core v0.3.0
27212026-07-29T20:20:10.426Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27222026-07-29T20:20:10.654Z Compiling libxml v0.3.3
27232026-07-29T20:20:10.687Z Compiling headers v0.4.1
27242026-07-29T20:20:10.920Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27252026-07-29T20:20:10.969Z Compiling strum_macros v0.24.3
27262026-07-29T20:20:11.114Z Compiling indoc v1.0.9
27272026-07-29T20:20:11.551Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27282026-07-29T20:20:11.614Z Compiling derive_builder v0.20.2
27292026-07-29T20:20:11.765Z Compiling quick-xml v0.37.5
27302026-07-29T20:20:11.826Z Compiling oso-derive v0.27.3
27312026-07-29T20:20:12.200Z Compiling impl-trait-for-tuples v0.2.3
27322026-07-29T20:20:12.264Z Compiling openssl-probe v0.1.6
27332026-07-29T20:20:12.421Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27342026-07-29T20:20:12.567Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-07-29T20:20:12.784Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-07-29T20:20:13.072Z Compiling bb8 v0.8.6
27372026-07-29T20:20:13.119Z Compiling trait-variant v0.1.2
27382026-07-29T20:20:13.141Z Compiling half v1.8.3
27392026-07-29T20:20:13.222Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27402026-07-29T20:20:13.295Z Compiling progenitor-impl v0.13.0
27412026-07-29T20:20:13.458Z Compiling serde_cbor v0.11.2
27422026-07-29T20:20:13.497Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27432026-07-29T20:20:13.586Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27442026-07-29T20:20:13.675Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-07-29T20:20:14.429Z Compiling progenitor-client v0.13.0
27462026-07-29T20:20:14.460Z Compiling samael v0.0.19
27472026-07-29T20:20:14.481Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27482026-07-29T20:20:14.534Z Compiling nonempty v0.12.0
27492026-07-29T20:20:14.646Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-07-29T20:20:14.803Z Compiling fxhash v0.2.1
27512026-07-29T20:20:14.847Z Compiling libz-sys v1.1.24
27522026-07-29T20:20:14.947Z Compiling salty v0.3.0
27532026-07-29T20:20:15.264Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27542026-07-29T20:20:15.285Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27552026-07-29T20:20:15.402Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27562026-07-29T20:20:15.518Z Compiling progenitor-macro v0.13.0
27572026-07-29T20:20:15.640Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27582026-07-29T20:20:15.755Z Compiling kstat-rs v0.2.4
27592026-07-29T20:20:15.947Z Compiling arc-swap v1.8.2
27602026-07-29T20:20:16.280Z Compiling polar-core v0.27.3
27612026-07-29T20:20:16.331Z Compiling slog-scope v4.4.1
27622026-07-29T20:20:16.443Z Compiling mime_guess v2.0.5
27632026-07-29T20:20:16.728Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27642026-07-29T20:20:17.003Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27652026-07-29T20:20:17.501Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27662026-07-29T20:20:19.647Z Compiling progenitor v0.13.0
27672026-07-29T20:20:19.778Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27682026-07-29T20:20:19.800Z Compiling rfc6979 v0.4.0
27692026-07-29T20:20:19.824Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-07-29T20:20:19.848Z Compiling nanorand v0.7.0
27712026-07-29T20:20:20.013Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-07-29T20:20:20.231Z Compiling parking_lot_core v0.8.6
27732026-07-29T20:20:20.424Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27742026-07-29T20:20:20.826Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27752026-07-29T20:20:21.180Z Compiling flume v0.11.1
27762026-07-29T20:20:21.574Z Compiling ecdsa v0.16.9
27772026-07-29T20:20:21.596Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27782026-07-29T20:20:22.135Z Compiling slog-stdlog v4.1.1
27792026-07-29T20:20:22.359Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27802026-07-29T20:20:22.526Z Compiling primeorder v0.13.6
27812026-07-29T20:20:22.700Z Compiling git-stub v1.0.0
27822026-07-29T20:20:22.843Z Compiling atty v0.2.14
27832026-07-29T20:20:22.982Z Compiling fs-err v2.11.0
27842026-07-29T20:20:23.022Z Compiling strsim v0.10.0
27852026-07-29T20:20:23.224Z Compiling instability v0.3.11
27862026-07-29T20:20:23.341Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27872026-07-29T20:20:23.459Z Compiling http-range v0.1.5
27882026-07-29T20:20:23.645Z Compiling darling_core v0.13.4
27892026-07-29T20:20:23.689Z Compiling git-stub-vcs v0.1.0
27902026-07-29T20:20:23.739Z Compiling p384 v0.13.1
27912026-07-29T20:20:23.783Z Compiling slog-envlogger v2.2.0
27922026-07-29T20:20:24.910Z Compiling async-bb8-diesel v0.2.1
27932026-07-29T20:20:25.260Z Compiling diesel-dtrace v0.5.0
27942026-07-29T20:20:25.365Z Compiling oso v0.27.3
27952026-07-29T20:20:25.593Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27962026-07-29T20:20:26.351Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27972026-07-29T20:20:26.395Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27982026-07-29T20:20:28.323Z Compiling ignore v0.4.25
27992026-07-29T20:20:29.000Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28002026-07-29T20:20:29.183Z Compiling castaway v0.2.4
28012026-07-29T20:20:29.253Z Compiling vergen-git2 v9.1.0
28022026-07-29T20:20:29.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28032026-07-29T20:20:29.485Z Compiling indoc v2.0.7
28042026-07-29T20:20:29.671Z Compiling compact_str v0.8.1
28052026-07-29T20:20:29.834Z Compiling globwalk v0.9.1
28062026-07-29T20:20:30.408Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28072026-07-29T20:20:30.482Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-07-29T20:20:30.665Z Compiling parking_lot v0.11.2
28092026-07-29T20:20:30.784Z Compiling darling_macro v0.13.4
28102026-07-29T20:20:31.153Z Compiling hyper-staticfile v0.10.1
28112026-07-29T20:20:31.297Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28122026-07-29T20:20:31.783Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28132026-07-29T20:20:31.886Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-07-29T20:20:31.973Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28152026-07-29T20:20:32.005Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28162026-07-29T20:20:32.282Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28172026-07-29T20:20:32.416Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28182026-07-29T20:20:32.693Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28192026-07-29T20:20:33.235Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28202026-07-29T20:20:33.853Z Compiling predicates-tree v1.0.13
28212026-07-29T20:20:34.275Z Compiling unicode-truncate v1.1.0
28222026-07-29T20:20:34.487Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232026-07-29T20:20:34.584Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
28242026-07-29T20:20:34.715Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28252026-07-29T20:20:35.316Z Compiling lru v0.12.5
28262026-07-29T20:20:35.530Z Compiling prefix-trie v0.7.0
28272026-07-29T20:20:35.567Z Compiling rand_seeder v0.4.0
28282026-07-29T20:20:35.828Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28292026-07-29T20:20:36.021Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28302026-07-29T20:20:36.248Z Compiling illumos-nvpair-sys v0.2.0
28312026-07-29T20:20:36.269Z Compiling parse-size v1.1.0
28322026-07-29T20:20:36.303Z Compiling cassowary v0.3.0
28332026-07-29T20:20:36.491Z Compiling corncobs v0.1.4
28342026-07-29T20:20:36.533Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-29T20:20:36.602Z Compiling ratatui v0.29.0
28362026-07-29T20:20:36.742Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-07-29T20:20:36.919Z Compiling hickory-server v0.25.2
28382026-07-29T20:20:37.211Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28392026-07-29T20:20:37.415Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28402026-07-29T20:20:37.470Z Compiling camino-tempfile-ext v0.3.3
28412026-07-29T20:20:37.847Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28422026-07-29T20:20:39.175Z Compiling darling v0.13.4
28432026-07-29T20:20:39.304Z Compiling sled v0.34.7
28442026-07-29T20:20:40.437Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28452026-07-29T20:20:40.491Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28462026-07-29T20:20:40.731Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28472026-07-29T20:20:40.757Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28482026-07-29T20:20:41.055Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28492026-07-29T20:20:41.276Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28502026-07-29T20:20:41.499Z Compiling secrecy v0.8.0
28512026-07-29T20:20:41.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28522026-07-29T20:20:41.947Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28532026-07-29T20:20:43.047Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28542026-07-29T20:20:43.307Z Compiling serde_with_macros v1.5.2
28552026-07-29T20:20:43.852Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28562026-07-29T20:20:44.121Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28572026-07-29T20:20:45.106Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28582026-07-29T20:20:45.406Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28592026-07-29T20:20:46.423Z Compiling git2 v0.20.4
28602026-07-29T20:20:46.507Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28612026-07-29T20:20:46.567Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28622026-07-29T20:20:46.789Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-07-29T20:20:46.811Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28642026-07-29T20:20:47.006Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28652026-07-29T20:20:47.035Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28662026-07-29T20:20:47.235Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28672026-07-29T20:20:47.332Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682026-07-29T20:20:47.363Z Compiling void v1.0.2
28692026-07-29T20:20:47.547Z Compiling lzss v0.8.2
28702026-07-29T20:20:47.694Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28712026-07-29T20:20:47.725Z Compiling illumos-nvpair v0.3.0
28722026-07-29T20:20:48.255Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28732026-07-29T20:20:50.045Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28742026-07-29T20:20:50.833Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28752026-07-29T20:20:51.258Z Compiling serde_with v1.14.0
28762026-07-29T20:20:51.797Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28772026-07-29T20:20:52.414Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28782026-07-29T20:20:52.853Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28792026-07-29T20:20:53.158Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28802026-07-29T20:20:53.861Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28812026-07-29T20:20:54.286Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28822026-07-29T20:20:54.377Z Compiling tungstenite v0.23.0
28832026-07-29T20:20:54.843Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-07-29T20:20:54.994Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28852026-07-29T20:20:56.636Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28862026-07-29T20:20:56.849Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28872026-07-29T20:20:56.871Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28882026-07-29T20:20:56.976Z Compiling nix v0.27.1
28892026-07-29T20:20:56.998Z Compiling twox-hash v2.1.2
28902026-07-29T20:20:57.075Z Compiling libsw-core v0.3.2
28912026-07-29T20:20:57.120Z Compiling serde_bytes v0.11.19
28922026-07-29T20:20:57.301Z Compiling libsw v3.5.0
28932026-07-29T20:20:57.501Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28942026-07-29T20:20:57.522Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28952026-07-29T20:20:57.546Z Compiling tokio-tungstenite v0.23.1
28962026-07-29T20:20:57.926Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28972026-07-29T20:20:57.978Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28982026-07-29T20:20:58.156Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28992026-07-29T20:20:58.585Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29002026-07-29T20:20:58.765Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29012026-07-29T20:21:00.220Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29022026-07-29T20:21:00.304Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29032026-07-29T20:21:00.377Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29042026-07-29T20:21:00.456Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29052026-07-29T20:21:00.685Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29062026-07-29T20:21:00.845Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29072026-07-29T20:21:00.871Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29082026-07-29T20:21:01.770Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29092026-07-29T20:21:03.206Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29102026-07-29T20:21:03.450Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29112026-07-29T20:21:04.197Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29122026-07-29T20:21:06.009Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29132026-07-29T20:21:07.647Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29142026-07-29T20:21:07.837Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29152026-07-29T20:21:07.959Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-07-29T20:21:08.246Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29172026-07-29T20:21:08.478Z Compiling signal-hook-tokio v0.3.1
29182026-07-29T20:21:08.690Z Compiling fatfs v0.3.6
29192026-07-29T20:21:08.887Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29202026-07-29T20:21:08.990Z Compiling yasna v0.5.2
29212026-07-29T20:21:09.163Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29222026-07-29T20:21:09.273Z Compiling assert_matches v1.5.0
29232026-07-29T20:21:09.384Z Compiling is_ci v1.2.0
29242026-07-29T20:21:09.479Z Compiling seq-macro v0.3.6
29252026-07-29T20:21:09.619Z Compiling rcgen v0.12.1
29262026-07-29T20:21:09.973Z Compiling supports-color v3.0.2
29272026-07-29T20:21:09.995Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29282026-07-29T20:21:10.264Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29292026-07-29T20:21:11.196Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-07-29T20:21:11.498Z Compiling oxide-update-engine-display v0.1.2
29312026-07-29T20:21:12.446Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29322026-07-29T20:21:12.853Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29332026-07-29T20:21:12.916Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29342026-07-29T20:21:13.964Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29352026-07-29T20:21:14.160Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29362026-07-29T20:21:14.200Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29372026-07-29T20:21:14.398Z Compiling port-file v0.1.0
29382026-07-29T20:21:14.765Z Compiling digest-io v0.1.0
29392026-07-29T20:21:14.978Z Compiling sha2 v0.11.0
29402026-07-29T20:21:15.743Z Compiling subprocess v0.2.15
29412026-07-29T20:21:16.576Z Compiling rtoolbox v0.0.3
29422026-07-29T20:21:16.758Z Compiling rawzip v0.4.4
29432026-07-29T20:21:16.849Z Compiling rpassword v7.5.4
29442026-07-29T20:21:17.469Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29452026-07-29T20:21:17.834Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29462026-07-29T20:21:17.990Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29472026-07-29T20:21:21.407Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29482026-07-29T20:21:21.546Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29492026-07-29T20:21:21.581Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29502026-07-29T20:21:21.993Z Compiling tui-tree-widget v0.23.1
29512026-07-29T20:21:22.284Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29522026-07-29T20:21:22.992Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29532026-07-29T20:21:23.264Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29542026-07-29T20:21:23.630Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29552026-07-29T20:21:23.839Z Compiling uzers v0.12.2
29562026-07-29T20:21:23.877Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29572026-07-29T20:21:25.267Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29582026-07-29T20:21:26.197Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29592026-07-29T20:21:28.633Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29602026-07-29T20:21:29.380Z Compiling support-bundle-viewer v0.1.2
29612026-07-29T20:21:30.716Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29622026-07-29T20:21:31.210Z Compiling multimap v0.10.1
29632026-07-29T20:21:37.178Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29642026-07-29T20:21:44.413Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29652026-07-29T20:21:52.521Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29662026-07-29T20:21:53.883Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29672026-07-29T20:21:55.628Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29682026-07-29T20:28:42.864Z Finished `release` profile [optimized] target(s) in 9m 03s
29692026-07-29T20:28:42.868Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29702026-07-29T20:28:42.868Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29712026-07-29T20:29:59.211Z
29722026-07-29T20:29:59.211Zreal 10:20.685215212
29732026-07-29T20:29:59.211Zuser 1:20:33.945987562
29742026-07-29T20:29:59.222Zsys 3:39.430597051
29752026-07-29T20:29:59.222Ztrap 1.797328417
29762026-07-29T20:29:59.223Ztflt 1.888974900
29772026-07-29T20:29:59.223Zdflt 20.305375526
29782026-07-29T20:29:59.223Zkflt 0.121085093
29792026-07-29T20:29:59.223Zlock 7:45:40.183702713
29802026-07-29T20:29:59.223Zslp 2:16:20.479350704
29812026-07-29T20:29:59.223Zlat 2:29.315903514
29822026-07-29T20:29:59.223Zstop 5:39.240589326
29832026-07-29T20:29:59.223Z+ mapfile -t packages
29842026-07-29T20:29:59.223Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29852026-07-29T20:30:00.161Z Finished `release` profile [optimized] target(s) in 0.93s
29862026-07-29T20:30:00.237Z Running `target/release/omicron-package -t test list-outputs`
29872026-07-29T20:30:00.297ZLogging to: /work/oxidecomputer/omicron/out/LOG
29882026-07-29T20:30:00.302Z+ ptime -m cargo build --locked --release -p xtask
29892026-07-29T20:30:00.784Z Compiling libc v0.2.185
29902026-07-29T20:30:00.784Z Compiling serde_core v1.0.228
29912026-07-29T20:30:00.784Z Compiling serde v1.0.228
29922026-07-29T20:30:00.788Z Compiling rustix v1.1.3
29932026-07-29T20:30:00.788Z Compiling serde_json v1.0.151
29942026-07-29T20:30:00.788Z Compiling bitflags v2.11.0
29952026-07-29T20:30:00.945Z Compiling syn v2.0.117
29962026-07-29T20:30:00.945Z Compiling usdt-impl v0.5.0
29972026-07-29T20:30:00.968Z Compiling syn v1.0.109
29982026-07-29T20:30:00.979Z Compiling log v0.4.29
29992026-07-29T20:30:00.979Z Compiling getrandom v0.4.1
30002026-07-29T20:30:01.002Z Compiling indexmap v2.14.0
30012026-07-29T20:30:01.017Z Compiling fs-err v3.3.0
30022026-07-29T20:30:01.185Z Compiling once_cell v1.21.3
30032026-07-29T20:30:01.270Z Compiling anyhow v1.0.102
30042026-07-29T20:30:01.306Z Compiling heck v0.4.1
30052026-07-29T20:30:01.647Z Compiling thread-id v4.2.2
30062026-07-29T20:30:01.653Z Compiling errno v0.3.14
30072026-07-29T20:30:01.653Z Compiling memmap v0.7.0
30082026-07-29T20:30:02.423Z Compiling proc-macro-error v1.0.4
30092026-07-29T20:30:02.655Z Compiling terminal_size v0.4.3
30102026-07-29T20:30:02.655Z Compiling tempfile v3.25.0
30112026-07-29T20:30:02.687Z Compiling tabled_derive v0.7.0
30122026-07-29T20:30:02.753Z Compiling clap_builder v4.6.0
30132026-07-29T20:30:02.753Z Compiling textwrap v0.16.2
30142026-07-29T20:30:02.986Z Compiling camino v1.2.2
30152026-07-29T20:30:02.987Z Compiling semver v1.0.28
30162026-07-29T20:30:02.990Z Compiling cargo-platform v0.3.2
30172026-07-29T20:30:03.105Z Compiling pest_generator v2.8.6
30182026-07-29T20:30:03.303Z Compiling camino-tempfile v1.4.1
30192026-07-29T20:30:03.386Z Compiling tabled v0.15.0
30202026-07-29T20:30:03.661Z Compiling serde_derive v1.0.228
30212026-07-29T20:30:03.661Z Compiling thiserror-impl v1.0.69
30222026-07-29T20:30:03.665Z Compiling zerocopy-derive v0.7.35
30232026-07-29T20:30:03.665Z Compiling pest_derive v2.8.6
30242026-07-29T20:30:03.665Z Compiling scroll_derive v0.12.1
30252026-07-29T20:30:03.666Z Compiling thiserror-impl v2.0.18
30262026-07-29T20:30:03.666Z Compiling clap_derive v4.6.1
30272026-07-29T20:30:04.385Z Compiling scroll v0.12.0
30282026-07-29T20:30:04.536Z Compiling zerocopy v0.7.35
30292026-07-29T20:30:04.653Z Compiling goblin v0.8.2
30302026-07-29T20:30:04.761Z Compiling thiserror v1.0.69
30312026-07-29T20:30:04.878Z Compiling dtrace-parser v0.2.0
30322026-07-29T20:30:05.058Z Compiling thiserror v2.0.18
30332026-07-29T20:30:05.100Z Compiling clap v4.6.1
30342026-07-29T20:30:06.792Z Compiling dof v0.3.0
30352026-07-29T20:30:06.892Z Compiling toml_datetime v0.6.11
30362026-07-29T20:30:06.981Z Compiling serde_spanned v0.6.9
30372026-07-29T20:30:07.012Z Compiling serde_tokenstream v0.2.3
30382026-07-29T20:30:07.023Z Compiling macaddr v1.0.1
30392026-07-29T20:30:07.057Z Compiling cargo_metadata v0.23.1
30402026-07-29T20:30:07.070Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30412026-07-29T20:30:07.119Z Compiling toml_edit v0.22.27
30422026-07-29T20:30:07.538Z Compiling usdt-attr-macro v0.5.0
30432026-07-29T20:30:07.538Z Compiling usdt-macro v0.5.0
30442026-07-29T20:30:08.186Z Compiling usdt v0.5.0
30452026-07-29T20:30:08.660Z Compiling toml v0.8.23
30462026-07-29T20:30:09.093Z Compiling cargo_toml v0.21.0
30472026-07-29T20:30:13.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30482026-07-29T20:30:16.746Z Finished `release` profile [optimized] target(s) in 16.43s
30492026-07-29T20:30:16.852Z
30502026-07-29T20:30:16.852Zreal 16.517121576
30512026-07-29T20:30:16.852Zuser 2:05.195628465
30522026-07-29T20:30:16.852Zsys 13.654506066
30532026-07-29T20:30:16.852Ztrap 0.057983765
30542026-07-29T20:30:16.852Ztflt 0.443816742
30552026-07-29T20:30:16.852Zdflt 1.455651477
30562026-07-29T20:30:16.852Zkflt 0.000155090
30572026-07-29T20:30:16.856Zlock 4:45.120751153
30582026-07-29T20:30:16.856Zslp 2:42.807060639
30592026-07-29T20:30:16.856Zlat 3.517057544
30602026-07-29T20:30:16.856Zstop 16.178941350
30612026-07-29T20:30:16.856Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30622026-07-29T20:30:16.856Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30632026-07-29T20:30:16.856Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30642026-07-29T20:30:16.856Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30652026-07-29T20:30:16.856Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30662026-07-29T20:30:17.785Z Compiling progenitor-client v0.14.0
30672026-07-29T20:30:17.785Z Compiling newtype-uuid-macros v0.1.0
30682026-07-29T20:30:17.785Z Compiling match_cfg v0.1.0
30692026-07-29T20:30:17.785Z Compiling slog-json v2.6.1
30702026-07-29T20:30:17.785Z Compiling sha1 v0.11.0
30712026-07-29T20:30:17.785Z Compiling multer v3.1.0
30722026-07-29T20:30:17.791Z Compiling compression-core v0.4.31
30732026-07-29T20:30:17.791Z Compiling debug-ignore v1.0.5
30742026-07-29T20:30:17.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30752026-07-29T20:30:17.791Z Compiling async-stream-impl v0.3.6
30762026-07-29T20:30:17.791Z Compiling serde_spanned v1.1.1
30772026-07-29T20:30:17.791Z Compiling toml_datetime v1.1.1+spec-1.1.0
30782026-07-29T20:30:17.937Z Compiling dropshot v0.17.1
30792026-07-29T20:30:17.941Z Compiling toml_writer v1.1.1+spec-1.1.0
30802026-07-29T20:30:17.965Z Compiling waitgroup v0.1.2
30812026-07-29T20:30:17.969Z Compiling rustls-pemfile v2.2.0
30822026-07-29T20:30:17.993Z Compiling hostname v0.3.1
30832026-07-29T20:30:18.200Z Compiling dropshot_endpoint v0.17.1
30842026-07-29T20:30:18.216Z Compiling hostname v0.4.2
30852026-07-29T20:30:18.219Z Compiling serde_path_to_error v0.1.20
30862026-07-29T20:30:18.289Z Compiling compression-codecs v0.4.37
30872026-07-29T20:30:18.289Z Compiling atomicwrites v0.4.4
30882026-07-29T20:30:18.293Z Compiling macaddr v1.0.1
30892026-07-29T20:30:18.361Z Compiling toml v1.1.2+spec-1.1.0
30902026-07-29T20:30:18.402Z Compiling slog-bunyan v2.5.0
30912026-07-29T20:30:18.407Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-07-29T20:30:18.407Z Compiling instant v0.1.13
30932026-07-29T20:30:18.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30942026-07-29T20:30:18.496Z Compiling itertools v0.14.0
30952026-07-29T20:30:18.550Z Compiling async-stream v0.3.6
30962026-07-29T20:30:18.550Z Compiling async-compression v0.4.41
30972026-07-29T20:30:18.550Z Compiling regress v0.10.5
30982026-07-29T20:30:18.554Z Compiling parse-display-derive v0.10.0
30992026-07-29T20:30:18.554Z Compiling backon v1.6.0
31002026-07-29T20:30:18.636Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31012026-07-29T20:30:18.640Z Compiling backoff v0.4.0
31022026-07-29T20:30:18.640Z Compiling humantime v2.3.0
31032026-07-29T20:30:18.696Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31042026-07-29T20:30:18.717Z Compiling regress v0.11.1
31052026-07-29T20:30:18.749Z Compiling progenitor-extras v0.2.0
31062026-07-29T20:30:18.809Z Compiling half v2.7.1
31072026-07-29T20:30:18.875Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31082026-07-29T20:30:18.893Z Compiling crucible-workspace-hack v0.1.0
31092026-07-29T20:30:18.947Z Compiling ciborium-io v0.2.2
31102026-07-29T20:30:18.951Z Compiling convert_case v0.4.0
31112026-07-29T20:30:18.978Z Compiling secrecy v0.10.3
31122026-07-29T20:30:18.982Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31132026-07-29T20:30:19.021Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31142026-07-29T20:30:19.038Z Compiling unsafe-libyaml v0.2.11
31152026-07-29T20:30:19.061Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-07-29T20:30:19.123Z Compiling ciborium-ll v0.2.2
31172026-07-29T20:30:19.157Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31182026-07-29T20:30:19.175Z Compiling inout v0.1.4
31192026-07-29T20:30:19.226Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31202026-07-29T20:30:19.244Z Compiling toml_datetime v0.7.5+spec-1.1.0
31212026-07-29T20:30:19.301Z Compiling ciborium v0.2.2
31222026-07-29T20:30:19.358Z Compiling cipher v0.4.4
31232026-07-29T20:30:19.375Z Compiling thiserror-impl-no-std v2.0.2
31242026-07-29T20:30:19.440Z Compiling derive_more v0.99.20
31252026-07-29T20:30:19.448Z Compiling toml_edit v0.23.10+spec-1.0.0
31262026-07-29T20:30:19.507Z Compiling universal-hash v0.5.1
31272026-07-29T20:30:19.528Z Compiling opaque-debug v0.3.1
31282026-07-29T20:30:19.603Z Compiling serde_yaml v0.9.34+deprecated
31292026-07-29T20:30:19.654Z Compiling poly1305 v0.8.0
31302026-07-29T20:30:19.664Z Compiling chacha20 v0.9.1
31312026-07-29T20:30:19.671Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31322026-07-29T20:30:19.686Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31332026-07-29T20:30:19.815Z Compiling blake2 v0.10.6
31342026-07-29T20:30:19.831Z Compiling aead v0.5.2
31352026-07-29T20:30:19.904Z Compiling password-hash v0.5.0
31362026-07-29T20:30:19.921Z Compiling indent_write v2.2.0
31372026-07-29T20:30:19.955Z Compiling itertools v0.15.0
31382026-07-29T20:30:20.070Z Compiling proc-macro-crate v3.4.0
31392026-07-29T20:30:20.089Z Compiling chacha20poly1305 v0.10.1
31402026-07-29T20:30:20.265Z Compiling argon2 v0.5.3
31412026-07-29T20:30:20.338Z Compiling typify-impl v0.6.2
31422026-07-29T20:30:20.370Z Compiling parse-display v0.10.0
31432026-07-29T20:30:20.406Z Compiling heapless v0.8.0
31442026-07-29T20:30:20.422Z Compiling tabwriter v1.4.1
31452026-07-29T20:30:20.518Z Compiling hash32 v0.3.1
31462026-07-29T20:30:20.620Z Compiling thiserror-no-std v2.0.2
31472026-07-29T20:30:20.644Z Compiling num_enum_derive v0.7.6
31482026-07-29T20:30:20.681Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31492026-07-29T20:30:20.704Z Compiling vsss-rs v3.3.4
31502026-07-29T20:30:20.722Z Compiling smoltcp v0.11.0
31512026-07-29T20:30:20.738Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31522026-07-29T20:30:20.995Z Compiling cobs v0.3.0
31532026-07-29T20:30:21.017Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-07-29T20:30:21.077Z Compiling colored v3.1.1
31552026-07-29T20:30:21.123Z Compiling proc-macro-error v1.0.4
31562026-07-29T20:30:21.224Z Compiling postcard v1.1.3
31572026-07-29T20:30:21.268Z Compiling rand v0.10.1
31582026-07-29T20:30:21.331Z Compiling ingot-macros v0.2.0
31592026-07-29T20:30:21.415Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31602026-07-29T20:30:21.454Z Compiling proc-macro-crate v1.3.1
31612026-07-29T20:30:21.489Z Compiling foreign-types-macros v0.2.3
31622026-07-29T20:30:21.544Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31632026-07-29T20:30:21.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31642026-07-29T20:30:21.740Z Compiling rayon-core v1.13.0
31652026-07-29T20:30:21.757Z Compiling num_enum v0.7.6
31662026-07-29T20:30:21.815Z Compiling foreign-types-shared v0.3.1
31672026-07-29T20:30:21.939Z Compiling crossbeam-deque v0.8.6
31682026-07-29T20:30:21.957Z Compiling num_enum_derive v0.5.11
31692026-07-29T20:30:21.957Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31702026-07-29T20:30:22.021Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31712026-07-29T20:30:22.040Z Compiling cstr-argument v0.1.2
31722026-07-29T20:30:22.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31732026-07-29T20:30:22.078Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31742026-07-29T20:30:22.095Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-07-29T20:30:22.129Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-07-29T20:30:22.192Z Compiling foreign-types v0.5.0
31772026-07-29T20:30:22.225Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31782026-07-29T20:30:22.266Z Compiling cpubits v0.1.1
31792026-07-29T20:30:22.303Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31802026-07-29T20:30:22.323Z Compiling zone_cfg_derive v0.3.1
31812026-07-29T20:30:22.339Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-07-29T20:30:22.344Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31832026-07-29T20:30:22.374Z Compiling itertools v0.12.1
31842026-07-29T20:30:22.454Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31852026-07-29T20:30:22.500Z Compiling num-derive v0.4.2
31862026-07-29T20:30:22.541Z Compiling sigpipe v0.1.3
31872026-07-29T20:30:22.587Z Compiling rayon v1.11.0
31882026-07-29T20:30:22.604Z Compiling glob v0.3.3
31892026-07-29T20:30:22.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31902026-07-29T20:30:22.656Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31912026-07-29T20:30:22.880Z Compiling smf v0.2.3
31922026-07-29T20:30:22.903Z Compiling whoami v1.6.1
31932026-07-29T20:30:22.922Z Compiling usdt-attr-macro v0.5.0
31942026-07-29T20:30:23.037Z Compiling usdt-macro v0.5.0
31952026-07-29T20:30:23.054Z Compiling gethostname v0.5.0
31962026-07-29T20:30:23.091Z Compiling num_enum v0.5.11
31972026-07-29T20:30:23.202Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31982026-07-29T20:30:23.224Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31992026-07-29T20:30:23.240Z Compiling num-rational v0.4.2
32002026-07-29T20:30:23.260Z Compiling pem-rfc7468 v1.0.0
32012026-07-29T20:30:23.320Z Compiling num-complex v0.4.6
32022026-07-29T20:30:23.491Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32032026-07-29T20:30:23.570Z Compiling zone v0.3.1
32042026-07-29T20:30:23.593Z Compiling derive-where v1.6.0
32052026-07-29T20:30:23.662Z Compiling memmap v0.7.0
32062026-07-29T20:30:23.720Z Compiling num v0.4.3
32072026-07-29T20:30:23.754Z Compiling float-ord v0.3.2
32082026-07-29T20:30:23.817Z Compiling toml v0.8.23
32092026-07-29T20:30:23.834Z Compiling hmac v0.13.0
32102026-07-29T20:30:23.864Z Compiling universal-hash v0.6.1
32112026-07-29T20:30:23.868Z Compiling usdt v0.5.0
32122026-07-29T20:30:23.901Z Compiling resolv-conf v0.7.6
32132026-07-29T20:30:23.901Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32142026-07-29T20:30:23.905Z Compiling cancel-safe-futures v0.1.5
32152026-07-29T20:30:24.031Z Compiling polyval v0.7.1
32162026-07-29T20:30:24.050Z Compiling der v0.8.0
32172026-07-29T20:30:24.082Z Compiling prettyplease v0.2.37
32182026-07-29T20:30:24.186Z Compiling pbkdf2 v0.13.0
32192026-07-29T20:30:24.202Z Compiling ghash v0.6.0
32202026-07-29T20:30:24.279Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32212026-07-29T20:30:24.389Z Compiling aes v0.9.1
32222026-07-29T20:30:24.389Z Compiling ingot-types v0.2.0
32232026-07-29T20:30:24.396Z Compiling crypto-bigint v0.7.5
32242026-07-29T20:30:24.396Z Compiling console v0.15.11
32252026-07-29T20:30:24.397Z Compiling hickory-proto v0.24.4
32262026-07-29T20:30:24.397Z Compiling newline-converter v0.3.0
32272026-07-29T20:30:24.424Z Compiling ctr v0.10.1
32282026-07-29T20:30:24.466Z Compiling aead v0.6.1
32292026-07-29T20:30:24.510Z Compiling sha2 v0.11.0
32302026-07-29T20:30:24.549Z Compiling linear-map v1.2.0
32312026-07-29T20:30:24.656Z Compiling linked-hash-map v0.5.6
32322026-07-29T20:30:24.674Z Compiling libefi-sys v0.1.0
32332026-07-29T20:30:24.764Z Compiling ingot v0.2.1
32342026-07-29T20:30:24.768Z Compiling expectorate v1.2.0
32352026-07-29T20:30:24.878Z Compiling lru-cache v0.1.2
32362026-07-29T20:30:24.898Z Compiling aes-gcm v0.11.0
32372026-07-29T20:30:24.972Z Compiling salsa20 v0.11.0
32382026-07-29T20:30:24.990Z Compiling spki v0.8.0
32392026-07-29T20:30:24.994Z Compiling oxide-update-engine-types v0.1.2
32402026-07-29T20:30:25.036Z Compiling typify-macro v0.6.2
32412026-07-29T20:30:25.053Z Compiling bitfield-struct v0.6.2
32422026-07-29T20:30:25.117Z Compiling nom v8.0.0
32432026-07-29T20:30:25.152Z Compiling semver v0.1.20
32442026-07-29T20:30:25.240Z Compiling scrypt v0.12.0
32452026-07-29T20:30:25.402Z Compiling rustc_version v0.1.7
32462026-07-29T20:30:25.475Z Compiling tokio-dtrace v0.1.1
32472026-07-29T20:30:25.561Z Compiling cbc v0.2.1
32482026-07-29T20:30:25.565Z Compiling slog-dtrace v0.3.0
32492026-07-29T20:30:25.654Z Compiling minimal-lexical v0.2.1
32502026-07-29T20:30:25.751Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32512026-07-29T20:30:25.755Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32522026-07-29T20:30:25.784Z Compiling pkcs5 v0.8.1
32532026-07-29T20:30:25.788Z Compiling oxide-tokio-rt v0.1.4
32542026-07-29T20:30:25.850Z Compiling newtype_derive v0.1.6
32552026-07-29T20:30:25.884Z Compiling nom v7.1.3
32562026-07-29T20:30:25.942Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32572026-07-29T20:30:26.071Z Compiling oxide-update-engine v0.1.2
32582026-07-29T20:30:26.089Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32592026-07-29T20:30:26.124Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32602026-07-29T20:30:26.124Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32612026-07-29T20:30:26.185Z Compiling phf_shared v0.12.1
32622026-07-29T20:30:26.246Z Compiling dropshot-api-manager-types v0.7.2
32632026-07-29T20:30:26.334Z Compiling csv-core v0.1.13
32642026-07-29T20:30:26.352Z Compiling unicode-xid v0.2.6
32652026-07-29T20:30:26.390Z Compiling xshell-macros v0.2.7
32662026-07-29T20:30:26.500Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32672026-07-29T20:30:26.518Z Compiling hickory-resolver v0.24.4
32682026-07-29T20:30:26.643Z Compiling chrono-tz v0.10.4
32692026-07-29T20:30:26.683Z Compiling highway v1.3.0
32702026-07-29T20:30:26.683Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32712026-07-29T20:30:26.759Z Compiling csv v1.4.0
32722026-07-29T20:30:26.794Z Compiling const_format_proc_macros v0.2.34
32732026-07-29T20:30:26.862Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32742026-07-29T20:30:26.888Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32752026-07-29T20:30:26.892Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32762026-07-29T20:30:26.924Z Compiling typify v0.6.2
32772026-07-29T20:30:27.063Z Compiling progenitor-impl v0.14.0
32782026-07-29T20:30:27.145Z Compiling xshell v0.2.7
32792026-07-29T20:30:27.364Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32802026-07-29T20:30:27.390Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32812026-07-29T20:30:27.689Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32822026-07-29T20:30:27.715Z Compiling qorb v0.4.1
32832026-07-29T20:30:27.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32842026-07-29T20:30:27.766Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32852026-07-29T20:30:27.924Z Compiling phf v0.12.1
32862026-07-29T20:30:27.951Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32872026-07-29T20:30:28.101Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32882026-07-29T20:30:28.117Z Compiling pkcs8 v0.11.0
32892026-07-29T20:30:28.365Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32902026-07-29T20:30:28.525Z Compiling ff v0.14.0
32912026-07-29T20:30:28.538Z Compiling owo-colors v4.3.0
32922026-07-29T20:30:28.696Z Compiling const_format v0.2.35
32932026-07-29T20:30:28.731Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32942026-07-29T20:30:28.818Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32952026-07-29T20:30:28.900Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32962026-07-29T20:30:28.982Z Compiling tabled_derive v0.7.0
32972026-07-29T20:30:29.017Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32982026-07-29T20:30:29.071Z Compiling bcs v0.1.6
32992026-07-29T20:30:29.204Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
33002026-07-29T20:30:29.409Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33012026-07-29T20:30:29.425Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-07-29T20:30:29.597Z Compiling termtree v0.5.1
33032026-07-29T20:30:30.267Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-07-29T20:30:30.309Z Compiling progenitor-macro v0.14.0
33052026-07-29T20:30:30.309Z Compiling tagptr v0.2.0
33062026-07-29T20:30:30.309Z Compiling salty v0.3.0
33072026-07-29T20:30:30.309Z Compiling textwrap v0.16.2
33082026-07-29T20:30:30.309Z Compiling moka v0.12.13
33092026-07-29T20:30:30.309Z Compiling tabled v0.15.0
33102026-07-29T20:30:30.309Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33112026-07-29T20:30:30.310Z Compiling group v0.14.0
33122026-07-29T20:30:30.310Z Compiling steno v0.4.1
33132026-07-29T20:30:30.342Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33142026-07-29T20:30:30.421Z Compiling sha1 v0.10.6
33152026-07-29T20:30:30.472Z Compiling signature v3.0.0
33162026-07-29T20:30:30.490Z Compiling base16ct v1.0.0
33172026-07-29T20:30:30.670Z Compiling sec1 v0.8.1
33182026-07-29T20:30:30.695Z Compiling hkdf v0.13.0
33192026-07-29T20:30:30.711Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33202026-07-29T20:30:30.835Z Compiling hickory-resolver v0.25.2
33212026-07-29T20:30:30.878Z Compiling rfc6979 v0.4.0
33222026-07-29T20:30:30.896Z Compiling elliptic-curve v0.14.1
33232026-07-29T20:30:30.941Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33242026-07-29T20:30:30.961Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33252026-07-29T20:30:30.994Z Compiling primeorder v0.13.6
33262026-07-29T20:30:31.041Z Compiling ecdsa v0.16.9
33272026-07-29T20:30:31.222Z Compiling proc-macro-error-attr2 v2.0.0
33282026-07-29T20:30:31.286Z Compiling utf-8 v0.7.6
33292026-07-29T20:30:31.311Z Compiling parking_lot_core v0.8.6
33302026-07-29T20:30:31.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33312026-07-29T20:30:31.494Z Compiling tungstenite v0.21.0
33322026-07-29T20:30:31.512Z Compiling p384 v0.13.1
33332026-07-29T20:30:31.626Z Compiling wnaf v0.14.0
33342026-07-29T20:30:31.694Z Compiling proc-macro-error2 v2.0.1
33352026-07-29T20:30:31.737Z Compiling primefield v0.14.0
33362026-07-29T20:30:31.881Z Compiling rfc6979 v0.6.0
33372026-07-29T20:30:32.009Z Compiling git-stub v1.0.0
33382026-07-29T20:30:32.077Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33392026-07-29T20:30:32.081Z Compiling num-derive v0.3.3
33402026-07-29T20:30:32.155Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-07-29T20:30:32.306Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33422026-07-29T20:30:32.376Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33432026-07-29T20:30:32.442Z Compiling git-stub-vcs v0.1.0
33442026-07-29T20:30:32.461Z Compiling tabled_derive v0.11.0
33452026-07-29T20:30:32.478Z Compiling tokio-tungstenite v0.21.0
33462026-07-29T20:30:32.520Z Compiling ecdsa v0.17.0
33472026-07-29T20:30:32.621Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33482026-07-29T20:30:32.826Z Compiling primeorder v0.14.0
33492026-07-29T20:30:32.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-07-29T20:30:32.897Z Compiling progenitor-impl v0.13.0
33512026-07-29T20:30:33.024Z Compiling papergrid v0.17.0
33522026-07-29T20:30:33.072Z Compiling testing_table v0.3.0
33532026-07-29T20:30:33.075Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-07-29T20:30:33.075Z Compiling libscf-sys v1.1.0
33552026-07-29T20:30:33.196Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33562026-07-29T20:30:33.264Z Compiling curve25519-dalek v5.0.0
33572026-07-29T20:30:33.268Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33582026-07-29T20:30:33.300Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-07-29T20:30:33.318Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33602026-07-29T20:30:33.408Z Compiling unicase v2.9.0
33612026-07-29T20:30:33.457Z Compiling illumos-nvpair-sys v0.2.0
33622026-07-29T20:30:33.523Z Compiling corncobs v0.1.4
33632026-07-29T20:30:33.637Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-07-29T20:30:33.655Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-07-29T20:30:33.658Z Compiling mime_guess v2.0.5
33662026-07-29T20:30:33.706Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-07-29T20:30:33.726Z Compiling parking_lot v0.11.2
33682026-07-29T20:30:33.759Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33692026-07-29T20:30:33.808Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33702026-07-29T20:30:34.015Z Compiling tabled v0.20.0
33712026-07-29T20:30:34.100Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33722026-07-29T20:30:34.117Z Compiling ssh-encoding v0.3.0
33732026-07-29T20:30:34.136Z Compiling progenitor-client v0.13.0
33742026-07-29T20:30:34.270Z Compiling prefix-trie v0.7.0
33752026-07-29T20:30:34.295Z Compiling fxhash v0.2.1
33762026-07-29T20:30:34.311Z Compiling secrecy v0.8.0
33772026-07-29T20:30:34.462Z Compiling keccak v0.2.0
33782026-07-29T20:30:34.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33792026-07-29T20:30:34.516Z Compiling sled v0.34.7
33802026-07-29T20:30:34.668Z Compiling hickory-server v0.25.2
33812026-07-29T20:30:34.758Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33822026-07-29T20:30:34.810Z Compiling ed25519 v3.0.0
33832026-07-29T20:30:34.908Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33842026-07-29T20:30:34.945Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33852026-07-29T20:30:34.961Z Compiling crypto-primes v0.7.2
33862026-07-29T20:30:35.049Z Compiling progenitor v0.14.0
33872026-07-29T20:30:35.233Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33882026-07-29T20:30:35.256Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33892026-07-29T20:30:35.589Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-07-29T20:30:35.630Z Compiling progenitor-macro v0.13.0
33912026-07-29T20:30:35.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33922026-07-29T20:30:35.772Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33932026-07-29T20:30:35.941Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33942026-07-29T20:30:35.993Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-07-29T20:30:36.119Z Compiling pkcs1 v0.8.0-rc.4
33962026-07-29T20:30:36.383Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33972026-07-29T20:30:36.501Z Compiling poly1305 v0.9.0
33982026-07-29T20:30:36.546Z Compiling blowfish v0.10.0
33992026-07-29T20:30:36.549Z Compiling blake2 v0.11.0-rc.6
34002026-07-29T20:30:36.700Z Compiling http-range v0.1.5
34012026-07-29T20:30:36.820Z Compiling half v1.8.3
34022026-07-29T20:30:36.892Z Compiling crc8 v0.1.1
34032026-07-29T20:30:36.945Z Compiling argon2 v0.6.0-rc.8
34042026-07-29T20:30:37.039Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34052026-07-29T20:30:37.070Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34062026-07-29T20:30:37.165Z Compiling serde_cbor v0.11.2
34072026-07-29T20:30:37.218Z Compiling ssh-cipher v0.3.0
34082026-07-29T20:30:37.325Z Compiling bcrypt-pbkdf v0.11.0
34092026-07-29T20:30:37.662Z Compiling rsa v0.10.0-rc.18
34102026-07-29T20:30:37.840Z Compiling ed25519-dalek v3.0.0
34112026-07-29T20:30:38.050Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34122026-07-29T20:30:38.072Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34132026-07-29T20:30:38.103Z Compiling illumos-nvpair v0.3.0
34142026-07-29T20:30:38.304Z Compiling sha3 v0.11.0
34152026-07-29T20:30:38.333Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34162026-07-29T20:30:38.386Z Compiling p256 v0.14.0
34172026-07-29T20:30:38.404Z Compiling p384 v0.14.0
34182026-07-29T20:30:38.422Z Compiling p521 v0.14.0
34192026-07-29T20:30:38.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-07-29T20:30:38.764Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-07-29T20:30:38.789Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34222026-07-29T20:30:39.001Z Compiling yasna v0.5.2
34232026-07-29T20:30:40.515Z Compiling kstat-rs v0.2.4
34242026-07-29T20:30:40.540Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34252026-07-29T20:30:40.540Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34262026-07-29T20:30:40.540Z Compiling headers-core v0.3.0
34272026-07-29T20:30:40.540Z Compiling kem v0.3.0
34282026-07-29T20:30:40.540Z Compiling module-lattice v0.2.3
34292026-07-29T20:30:40.540Z Compiling nanorand v0.7.0
34302026-07-29T20:30:40.540Z Compiling atty v0.2.14
34312026-07-29T20:30:40.540Z Compiling sponge-cursor v0.1.0
34322026-07-29T20:30:40.540Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34332026-07-29T20:30:40.540Z Compiling sha3 v0.12.0
34342026-07-29T20:30:40.540Z Compiling flume v0.11.1
34352026-07-29T20:30:40.540Z Compiling ml-kem v0.3.2
34362026-07-29T20:30:40.540Z Compiling headers v0.4.1
34372026-07-29T20:30:40.541Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34382026-07-29T20:30:40.555Z Compiling rcgen v0.12.1
34392026-07-29T20:30:40.599Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34402026-07-29T20:30:45.562Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34412026-07-29T20:30:45.617Z Compiling progenitor v0.13.0
34422026-07-29T20:30:45.617Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34432026-07-29T20:30:45.617Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34442026-07-29T20:30:45.617Z Compiling hyper-staticfile v0.10.1
34452026-07-29T20:30:45.617Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34462026-07-29T20:30:45.617Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34472026-07-29T20:30:45.617Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34482026-07-29T20:30:45.617Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34492026-07-29T20:30:45.617Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34502026-07-29T20:30:45.617Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34512026-07-29T20:30:45.617Z Compiling ssh-key v0.7.0-rc.11
34522026-07-29T20:30:45.617Z Compiling russh-cryptovec v0.62.0
34532026-07-29T20:30:45.617Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34542026-07-29T20:30:45.617Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34552026-07-29T20:30:45.617Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34562026-07-29T20:30:45.618Z Compiling internal-russh-num-bigint v0.5.0
34572026-07-29T20:30:45.618Z Compiling port-file v0.1.0
34582026-07-29T20:30:45.618Z Compiling num-bigint v0.4.6
34592026-07-29T20:30:45.618Z Compiling generic-array v1.4.3
34602026-07-29T20:30:45.618Z Compiling russh-util v0.52.0
34612026-07-29T20:30:45.618Z Compiling enum_dispatch v0.3.13
34622026-07-29T20:30:45.669Z Compiling delegate v0.13.5
34632026-07-29T20:30:45.669Z Compiling subprocess v0.2.15
34642026-07-29T20:30:45.669Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-07-29T20:30:45.669Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34662026-07-29T20:30:45.669Z Compiling md5 v0.8.0
34672026-07-29T20:30:45.669Z Compiling hex-literal v1.1.0
34682026-07-29T20:30:45.669Z Compiling display-error-chain v0.2.2
34692026-07-29T20:30:45.669Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34702026-07-29T20:30:45.669Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34712026-07-29T20:30:45.669Z Compiling colored v2.2.0
34722026-07-29T20:30:45.669Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34732026-07-29T20:30:45.669Z Compiling socket2 v0.5.10
34742026-07-29T20:30:45.669Z Compiling internet-checksum v0.2.1
34752026-07-29T20:30:45.669Z Compiling russh v0.62.4
34762026-07-29T20:30:45.669Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34772026-07-29T20:30:45.670Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34782026-07-29T20:30:45.670Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34792026-07-29T20:30:48.524Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34802026-07-29T20:30:49.079Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34812026-07-29T20:30:49.080Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34822026-07-29T20:30:49.080Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34832026-07-29T20:30:50.783Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34842026-07-29T20:30:58.137Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34852026-07-29T20:30:58.137Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34862026-07-29T20:30:58.140Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34872026-07-29T20:30:58.140Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34882026-07-29T20:30:59.954Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34892026-07-29T20:31:00.049Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34902026-07-29T20:31:03.941Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34912026-07-29T20:31:45.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34922026-07-29T20:31:45.876Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34932026-07-29T20:31:45.876Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34942026-07-29T20:31:46.097Z
34952026-07-29T20:31:46.097Zreal 1:29.179805894
34962026-07-29T20:31:46.097Zuser 8:09.441630805
34972026-07-29T20:31:46.097Zsys 1:40.009624473
34982026-07-29T20:31:46.101Ztrap 0.243154234
34992026-07-29T20:31:46.101Ztflt 0.318800591
35002026-07-29T20:31:46.101Zdflt 2.011095790
35012026-07-29T20:31:46.101Zkflt 0.000381100
35022026-07-29T20:31:46.101Zlock 30:29.541806456
35032026-07-29T20:31:46.101Zslp 18:39.165100768
35042026-07-29T20:31:46.101Zlat 38.326417206
35052026-07-29T20:31:46.101Zstop 3:02.080681798
35062026-07-29T20:31:46.101Z+ mkdir tests
35072026-07-29T20:31:46.106Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35082026-07-29T20:31:46.106Z+ xargs -I '{}' -t cp '{}' tests/
35092026-07-29T20:31:46.130Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4b0fd3a54b52652d tests/
35102026-07-29T20:31:46.161Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-275a230a1073ce3e tests/
35112026-07-29T20:31:46.192Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dc677e37ec83d459 tests/
35122026-07-29T20:31:46.225Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-84623cd3405a1b47 tests/
35132026-07-29T20:31:46.592Z+ 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)
35142026-07-29T20:31:46.596Z+ 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-275a230a1073ce3e tests/commtest-dc677e37ec83d459 tests/dhcp_server-4b0fd3a54b52652d tests/end_to_end_tests-84623cd3405a1b47 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
35152026-07-29T20:33:13.736ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35162026-07-29T20:33:13.736Za .github/buildomat/ci-env.sh 1K
35172026-07-29T20:33:13.736Za out/target/test 1K
35182026-07-29T20:33:13.736Za out/npuzone/npuzone 27402K
35192026-07-29T20:33:13.736Za package-manifest.toml 35K
35202026-07-29T20:33:13.736Za smf/sled-agent/non-gimlet/config.toml 6K
35212026-07-29T20:33:13.736Za target/release/omicron-package 44958K
35222026-07-29T20:33:13.736Za target/release/xtask 11722K
35232026-07-29T20:33:13.736Za target/debug/bootstrap 431189K
35242026-07-29T20:33:13.736Za tests/bootstrap-275a230a1073ce3e 34516K
35252026-07-29T20:33:13.736Za tests/commtest-dc677e37ec83d459 34517K
35262026-07-29T20:33:13.736Za tests/dhcp_server-4b0fd3a54b52652d 34516K
35272026-07-29T20:33:13.736Za tests/end_to_end_tests-84623cd3405a1b47 494080K
35282026-07-29T20:33:13.736Za tools/opte_version 1K
35292026-07-29T20:33:13.736Za tools/opte_version_override 2K
35302026-07-29T20:33:13.736Za out/clickhouse.tar.gz 316297K
35312026-07-29T20:33:13.737Za out/clickhouse_keeper.tar.gz 302500K
35322026-07-29T20:33:13.737Za out/clickhouse_server.tar.gz 316294K
35332026-07-29T20:33:13.737Za out/cockroachdb.tar.gz 163340K
35342026-07-29T20:33:13.737Za out/crucible-pantry-zone.tar.gz 39545K
35352026-07-29T20:33:13.737Za out/crucible-utils.tar 18900K
35362026-07-29T20:33:13.737Za out/crucible-zone.tar.gz 54240K
35372026-07-29T20:33:13.737Za out/external-dns.tar.gz 47635K
35382026-07-29T20:33:13.737Za out/internal-dns.tar.gz 47634K
35392026-07-29T20:33:13.737Za out/mg-ddm-gz.tar 100917K
35402026-07-29T20:33:13.737Za out/nexus.tar.gz 352649K
35412026-07-29T20:33:13.737Za out/ntp.tar.gz 30811K
35422026-07-29T20:33:13.737Za out/omicron-gateway-softnpu.tar.gz 29282K
35432026-07-29T20:33:13.737Za out/omicron-sled-agent.tar 222386K
35442026-07-29T20:33:13.737Za out/overlay.tar.gz 4K
35452026-07-29T20:33:13.737Za out/oximeter.tar.gz 65545K
35462026-07-29T20:33:13.737Za out/oxlog.tar 4066K
35472026-07-29T20:33:13.737Za out/probe.tar.gz 3037K
35482026-07-29T20:33:13.737Za out/propolis-server.tar.gz 34372K
35492026-07-29T20:33:13.737Za out/pumpkind-gz.tar 26647K
35502026-07-29T20:33:13.737Za out/switch-softnpu.tar.gz 494150K
35512026-07-29T20:33:13.741Z
35522026-07-29T20:33:13.741Zreal 1:27.141579618
35532026-07-29T20:33:13.741Zuser 1:24.244890529
35542026-07-29T20:33:13.741Zsys 4.856110142
35552026-07-29T20:33:13.741Ztrap 0.007626088
35562026-07-29T20:33:13.741Ztflt 0.000000000
35572026-07-29T20:33:13.741Zdflt 0.000000000
35582026-07-29T20:33:13.741Zkflt 0.000000000
35592026-07-29T20:33:13.741Zlock 0.000000000
35602026-07-29T20:33:13.741Zslp 1:24.056162803
35612026-07-29T20:33:13.741Zlat 1.113923571
35622026-07-29T20:33:13.741Zstop 0.000157190
35632026-07-29T20:33:13.741Zprocess exited: duration 1033749 ms, exit code 0
 
35642026-07-29T20:33:13.755Zfound 1 output files
35652026-07-29T20:33:13.755Zuploading: /work/package.tar.gz (2680967813 bytes)
35662026-07-29T20:33:48.434Zuploaded: /work/package.tar.gz