01KW11PQP04HD9RVAMDGVMCJ09: 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: 01KW11QB65D6AVNRME12XWBC7M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:41.210Zjob assigned to worker 01KW11QPVFW317GPDB4K0BBJCK [factory aws, i-0c728d00472cf4784] (queued for 1 m 5 s)
 
22026-06-26T04:07:48.147Zstarting task 0: "setup"
32026-06-26T04:07:48.156Z++ uname -s
42026-06-26T04:07:48.159Z+ kern=SunOS
52026-06-26T04:07:48.159Z+ build_user=build
62026-06-26T04:07:48.159Z+ build_uid=12345
72026-06-26T04:07:48.159Z+ work_dir=/work
82026-06-26T04:07:48.159Z+ input_dir=/input
92026-06-26T04:07:48.159Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:48.159Z+ case "$kern" in
112026-06-26T04:07:48.159Z+ groupadd -g 12345 build
122026-06-26T04:07:48.159Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:50.165Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:50.321Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:50.325Z+ home_fs=zfs
162026-06-26T04:07:50.325Z+ [[ zfs == autofs ]]
172026-06-26T04:07:50.325Z+ mkdir -p /home/build
182026-06-26T04:07:50.328Z+ chown build:build /home/build /work
192026-06-26T04:07:52.327Z+ chmod 0700 /home/build /work
202026-06-26T04:07:52.331Zprocess exited: duration 4182 ms, exit code 0
 
212026-06-26T04:07:52.341Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:52.344Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:52.344Z * rust toolchain channel = "1.96.0"
242026-06-26T04:07:52.344Z * rust toolchain profile = "default"
252026-06-26T04:07:52.344Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:07:52.344Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:07:52.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:07:52.344Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:52.348Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:52.450Zinfo: downloading installer
312026-06-26T04:07:53.847Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:53.847Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:53.847Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:53.847Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:53.858Zinfo: profile set to default
362026-06-26T04:07:53.858Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:53.861Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:54.029Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:54.032Zinfo: downloading 6 components
402026-06-26T04:08:09.122Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:08:09.122Z
422026-06-26T04:08:09.150Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:08:09.150Z
442026-06-26T04:08:09.150Z
452026-06-26T04:08:09.150ZRust is installed now. Great!
462026-06-26T04:08:09.150Z
472026-06-26T04:08:09.150ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:08:09.150Zenvironment variable. This has not been done automatically.
492026-06-26T04:08:09.150Z
502026-06-26T04:08:09.150ZTo configure your current shell, you need to source
512026-06-26T04:08:09.150Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:08:09.150Z
532026-06-26T04:08:09.150ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:08:09.153Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:08:09.153Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:08:09.153Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:08:09.154Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:08:09.154Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:08:09.154Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:08:09.154Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:08:09.154Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:08:09.247Z+ rustup --version
632026-06-26T04:08:09.253Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:09.256Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:09.272Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:09.275Z+ cargo --version
672026-06-26T04:08:09.284Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:09.288Z+ rustc --version
692026-06-26T04:08:09.306Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:09.310Zprocess exited: duration 16971 ms, exit code 0
 
712026-06-26T04:08:09.316Zstarting task 2: "authentication"
722026-06-26T04:08:09.333Zprocess exited: duration 17 ms, exit code 0
 
732026-06-26T04:08:09.339Zstarting task 3: "clone repository"
742026-06-26T04:08:09.344Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:08:09.347Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:08:09.378ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:08:18.937Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:08:18.937Z+ git fetch origin 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
792026-06-26T04:08:19.239ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:08:19.239Z * branch 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3 -> FETCH_HEAD
812026-06-26T04:08:19.253Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-06-26T04:08:19.256Z++ git branch --show-current
832026-06-26T04:08:19.256Z+ current=main
842026-06-26T04:08:19.256Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-06-26T04:08:19.256Z+ git branch -f renovate/crucible-pantry-client-digest 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
862026-06-26T04:08:19.260Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-06-26T04:08:19.505ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-06-26T04:08:19.509Z+ git reset --hard 9e60976c49ad1904c37e19f58b750bdcfe0eb4a3
892026-06-26T04:08:19.525ZHEAD is now at 9e60976c4 Update crucible-pantry-client digest to 2bfe090
902026-06-26T04:08:19.528Zprocess exited: duration 10185 ms, exit code 0
 
912026-06-26T04:08:19.534Zstarting task 4: "build"
922026-06-26T04:08:19.540Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:08:19.540Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:08:19.540Z++ CARGO_TERM_COLOR=always
952026-06-26T04:08:19.540Z+ cargo --version
962026-06-26T04:08:19.550Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:08:19.553Z+ rustc --version
982026-06-26T04:08:19.574Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:08:19.577Z+ WORK=/work
1002026-06-26T04:08:19.577Z+ pfexec mkdir -p /work
1012026-06-26T04:08:19.580Z+ pfexec chown build /work
1022026-06-26T04:08:19.583Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-26T04:08:21.172Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-26T04:08:21.284Z Startup: Caching catalogs ... Done
1052026-06-26T04:08:21.787ZPlanning: Solver setup ... Done (0.448s)
1062026-06-26T04:08:21.811ZPlanning: Running solver ... Done (0.025s)
1072026-06-26T04:08:21.824ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-26T04:08:21.834ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-26T04:08:21.855ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-26T04:08:21.868ZPlanning: Package planning ... Done (0.013s)
1112026-06-26T04:08:21.871ZPlanning: Merging actions ... Done (0.002s)
1122026-06-26T04:08:22.042ZPlanning: Checking for conflicting actions ... Done (0.173s)
1132026-06-26T04:08:22.045ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-26T04:08:22.920ZPlanning: Evaluating mediators ... Done (0.876s)
1152026-06-26T04:08:22.923ZPlanning: Planning completed in 1.61 seconds
1162026-06-26T04:08:22.929Z Packages to install: 2
1172026-06-26T04:08:22.929Z Estimated space available: 156.06 GB
1182026-06-26T04:08:22.932ZEstimated space to be consumed: 30.96 MB
1192026-06-26T04:08:22.932Z Create boot environment: No
1202026-06-26T04:08:22.932ZCreate backup boot environment: No
1212026-06-26T04:08:22.932Z Rebuild boot archive: No
1222026-06-26T04:08:22.932Z
1232026-06-26T04:08:22.932ZChanged packages:
1242026-06-26T04:08:22.933Zhelios
1252026-06-26T04:08:22.933Z developer/build-essential
1262026-06-26T04:08:22.933Z None -> 11-3.0
1272026-06-26T04:08:22.933Z library/libxmlsec1
1282026-06-26T04:08:22.933Z None -> 1.2.35-3.0
1292026-06-26T04:08:22.955Z
1302026-06-26T04:08:22.955ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-26T04:08:23.417ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1322026-06-26T04:08:23.492Z Actions: 1/268 actions (Installing new actions)
1332026-06-26T04:08:23.532Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-26T04:08:23.544ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-26T04:08:23.544ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-26T04:08:23.571ZFinalize: Updating image state ... Done (0.028s)
1372026-06-26T04:08:26.138ZFinalize: Creating fast lookup database ... Done (2.540s)
1382026-06-26T04:08:26.207ZFinalize: Reading search index ... Done (0.012s)
1392026-06-26T04:08:26.210ZFinalize: Updating search index ... Done (0.000s)
1402026-06-26T04:08:26.309ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-26T04:08:26.620ZPlanning: Evaluating mediator changes ... Done
1422026-06-26T04:08:26.725ZPlanning: Checking for conflicting actions ... Done
1432026-06-26T04:08:26.729ZPlanning: Consolidating action changes ... Done
1442026-06-26T04:08:26.887ZPlanning: Evaluating mediators ... Done
1452026-06-26T04:08:26.890ZPlanning: Planning completed in 0.27 seconds
1462026-06-26T04:08:26.911Z Mediators to change: 2
1472026-06-26T04:08:26.911Z Create boot environment: No
1482026-06-26T04:08:26.911ZCreate backup boot environment: No
1492026-06-26T04:08:26.954ZFinalize: Updating package state database ... Done
1502026-06-26T04:08:26.954ZFinalize: Updating package cache ... Done
1512026-06-26T04:08:26.976ZFinalize: Updating image state ... Done
1522026-06-26T04:08:28.911ZFinalize: Creating fast lookup database ... Done
1532026-06-26T04:08:28.973ZFinalize: Reading search index ... Done
1542026-06-26T04:08:28.976ZFinalize: Updating search index ... Done
1552026-06-26T04:08:29.026ZFinalize: Updating package cache ... Done
1562026-06-26T04:08:29.308ZPlanning: Evaluating mediator changes ... Done
1572026-06-26T04:08:29.413ZPlanning: Checking for conflicting actions ... Done
1582026-06-26T04:08:29.416ZPlanning: Consolidating action changes ... Done
1592026-06-26T04:08:29.575ZPlanning: Evaluating mediators ... Done
1602026-06-26T04:08:29.578ZPlanning: Planning completed in 0.27 seconds
1612026-06-26T04:08:29.599Z Mediators to change: 1
1622026-06-26T04:08:29.599Z Create boot environment: No
1632026-06-26T04:08:29.599ZCreate backup boot environment: No
1642026-06-26T04:08:29.645ZFinalize: Updating package state database ... Done
1652026-06-26T04:08:29.645ZFinalize: Updating package cache ... Done
1662026-06-26T04:08:29.661ZFinalize: Updating image state ... Done
1672026-06-26T04:08:31.607ZFinalize: Creating fast lookup database ... Done
1682026-06-26T04:08:31.667ZFinalize: Reading search index ... Done
1692026-06-26T04:08:31.670ZFinalize: Updating search index ... Done
1702026-06-26T04:08:31.740ZFinalize: Updating package cache ... Done
1712026-06-26T04:08:32.051ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-26T04:08:32.051Zapache system 2.4 system
1732026-06-26T04:08:32.051Zclang system 15 system
1742026-06-26T04:08:32.051Zcsh system system illumos
1752026-06-26T04:08:32.051Zctags system system illumos
1762026-06-26T04:08:32.052Zfile vendor vendor darwinsys
1772026-06-26T04:08:32.052Zfile system system illumos
1782026-06-26T04:08:32.052Zgcc vendor 14 vendor
1792026-06-26T04:08:32.052Zgcc system 13 system
1802026-06-26T04:08:32.052Zgcc system 10 system
1812026-06-26T04:08:32.052Zgo system 1.25 system
1822026-06-26T04:08:32.052Zllvm system 15 system
1832026-06-26T04:08:32.052Zmariadb system 11.4 system
1842026-06-26T04:08:32.052Zmta vendor vendor dma
1852026-06-26T04:08:32.052Zopenjdk system 17 system
1862026-06-26T04:08:32.052Zopenjdk system 11 system
1872026-06-26T04:08:32.052Zopenssl vendor 3 vendor
1882026-06-26T04:08:32.052Zperl system 5.40 system
1892026-06-26T04:08:32.052Zpostgresql system 18 system
1902026-06-26T04:08:32.052Zpostgresql system 17 system
1912026-06-26T04:08:32.052Zpython vendor 3 vendor
1922026-06-26T04:08:32.052Zpython system 2 system
1932026-06-26T04:08:32.052Zpython3 vendor 3.13 vendor
1942026-06-26T04:08:32.052Zruby system 3.4 system
1952026-06-26T04:08:32.052Zruby system 3.0 system
1962026-06-26T04:08:32.052Zwords vendor vendor american-english
1972026-06-26T04:08:32.052Zwords system system australian-english
1982026-06-26T04:08:32.052Zwords system system british-english
1992026-06-26T04:08:32.052Zwords system system canadian-english
2002026-06-26T04:08:32.052Zwords system system french
2012026-06-26T04:08:32.052Zwords system system italian
2022026-06-26T04:08:32.052Zwords system system ngerman
2032026-06-26T04:08:32.052Zwords system system ogerman
2042026-06-26T04:08:32.052Zwords system system spanish
2052026-06-26T04:08:32.310ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-26T04:08:32.310Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-26T04:08:32.607ZFMRI IFO
2082026-06-26T04:08:32.607Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-26T04:08:32.607Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-26T04:08:32.607Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-26T04:08:32.607Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-26T04:08:32.607Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-26T04:08:32.607Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-26T04:08:32.607Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-26T04:08:32.607Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-26T04:08:32.607Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-26T04:08:32.854Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-26T04:08:33.146Z Updating crates.io index
2192026-06-26T04:08:33.150Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-26T04:08:33.401Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-26T04:08:33.745Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-26T04:08:34.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-26T04:08:34.929Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-26T04:08:35.442Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-26T04:08:36.913Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-26T04:08:37.652Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-26T04:08:37.931Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-26T04:08:39.716Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-26T04:08:39.989Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-26T04:08:40.312Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-26T04:08:40.588Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-26T04:08:41.047Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-26T04:08:41.507Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-26T04:08:41.753Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-26T04:08:41.993Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-26T04:08:42.300Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-26T04:08:42.598Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-26T04:08:42.852Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-26T04:08:43.113Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-26T04:08:43.404Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-26T04:08:43.738Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-26T04:08:44.082Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-26T04:08:44.564Z Updating git repository `https://github.com/oxidecomputer/erebor`
2442026-06-26T04:08:44.797Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-26T04:08:45.239Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-26T04:08:45.520Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-26T04:08:46.123Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-26T04:08:46.355Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-26T04:08:46.581Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-26T04:08:46.937Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-26T04:08:47.422Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-06-26T04:08:47.591Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-06-26T04:08:47.959Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2542026-06-26T04:08:48.128Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-06-26T04:08:48.791Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-06-26T04:08:49.264Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572026-06-26T04:08:49.486Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582026-06-26T04:08:49.714Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592026-06-26T04:08:49.953Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-06-26T04:08:52.519Z Downloading crates ...
2612026-06-26T04:08:52.590Z Downloaded tinystr v0.8.2
2622026-06-26T04:08:52.595Z Downloaded crypto-common v0.1.7
2632026-06-26T04:08:52.602Z Downloaded serde_spanned v0.6.9
2642026-06-26T04:08:52.605Z Downloaded equivalent v1.0.2
2652026-06-26T04:08:52.605Z Downloaded anstyle v1.0.14
2662026-06-26T04:08:52.608Z Downloaded version_check v0.9.5
2672026-06-26T04:08:52.612Z Downloaded getrandom v0.4.1
2682026-06-26T04:08:52.615Z Downloaded usdt-macro v0.5.0
2692026-06-26T04:08:52.615Z Downloaded dof v0.3.0
2702026-06-26T04:08:52.615Z Downloaded errno v0.3.14
2712026-06-26T04:08:52.615Z Downloaded anstyle-query v1.1.5
2722026-06-26T04:08:52.616Z Downloaded unicode-linebreak v0.1.5
2732026-06-26T04:08:52.616Z Downloaded cfg-if v1.0.4
2742026-06-26T04:08:52.621Z Downloaded is_terminal_polyfill v1.70.2
2752026-06-26T04:08:52.621Z Downloaded fastrand v2.3.0
2762026-06-26T04:08:52.621Z Downloaded cpufeatures v0.2.17
2772026-06-26T04:08:52.621Z Downloaded textwrap v0.16.2
2782026-06-26T04:08:52.625Z Downloaded block-buffer v0.10.4
2792026-06-26T04:08:52.625Z Downloaded unicode-width v0.1.14
2802026-06-26T04:08:52.631Z Downloaded typenum v1.19.0
2812026-06-26T04:08:52.631Z Downloaded thiserror-impl v1.0.69
2822026-06-26T04:08:52.631Z Downloaded bitflags v2.11.0
2832026-06-26T04:08:52.631Z Downloaded unicode-ident v1.0.24
2842026-06-26T04:08:52.634Z Downloaded toml_write v0.1.2
2852026-06-26T04:08:52.635Z Downloaded byteorder v1.5.0
2862026-06-26T04:08:52.635Z Downloaded zerocopy-derive v0.7.35
2872026-06-26T04:08:52.639Z Downloaded anstream v1.0.0
2882026-06-26T04:08:52.639Z Downloaded colorchoice v1.0.4
2892026-06-26T04:08:52.639Z Downloaded cargo-platform v0.2.0
2902026-06-26T04:08:52.643Z Downloaded anyhow v1.0.102
2912026-06-26T04:08:52.644Z Downloaded thiserror-impl v2.0.18
2922026-06-26T04:08:52.644Z Downloaded displaydoc v0.2.5
2932026-06-26T04:08:52.655Z Downloaded ucd-trie v0.1.7
2942026-06-26T04:08:52.655Z Downloaded toml_edit v0.22.27
2952026-06-26T04:08:52.655Z Downloaded usdt-attr-macro v0.5.0
2962026-06-26T04:08:52.655Z Downloaded clap_derive v4.6.1
2972026-06-26T04:08:52.655Z Downloaded tempfile v3.25.0
2982026-06-26T04:08:52.655Z Downloaded cargo_toml v0.21.0
2992026-06-26T04:08:52.655Z Downloaded camino v1.2.2
3002026-06-26T04:08:52.655Z Downloaded zerotrie v0.2.3
3012026-06-26T04:08:52.659Z Downloaded yoke-derive v0.8.1
3022026-06-26T04:08:52.659Z Downloaded toml_datetime v0.6.11
3032026-06-26T04:08:52.659Z Downloaded thread-id v4.2.2
3042026-06-26T04:08:52.659Z Downloaded anstyle-parse v1.0.0
3052026-06-26T04:08:52.659Z Downloaded usdt v0.5.0
3062026-06-26T04:08:52.659Z Downloaded bytecount v0.6.9
3072026-06-26T04:08:52.659Z Downloaded cargo-util-schemas v0.8.2
3082026-06-26T04:08:52.662Z Downloaded utf8_iter v1.0.4
3092026-06-26T04:08:52.662Z Downloaded unicode-xid v0.2.6
3102026-06-26T04:08:52.663Z Downloaded dtrace-parser v0.2.0
3112026-06-26T04:08:52.663Z Downloaded typeid v1.0.3
3122026-06-26T04:08:52.663Z Downloaded thiserror v1.0.69
3132026-06-26T04:08:52.666Z Downloaded heck v0.4.1
3142026-06-26T04:08:52.671Z Downloaded camino-tempfile v1.4.1
3152026-06-26T04:08:52.671Z Downloaded zmij v1.0.21
3162026-06-26T04:08:52.671Z Downloaded form_urlencoded v1.2.2
3172026-06-26T04:08:52.672Z Downloaded erased-serde v0.4.9
3182026-06-26T04:08:52.677Z Downloaded zerofrom-derive v0.1.6
3192026-06-26T04:08:52.677Z Downloaded scroll_derive v0.12.1
3202026-06-26T04:08:52.677Z Downloaded zerofrom v0.1.6
3212026-06-26T04:08:52.677Z Downloaded tabled_derive v0.7.0
3222026-06-26T04:08:52.677Z Downloaded utf8parse v0.2.2
3232026-06-26T04:08:52.677Z Downloaded digest v0.10.7
3242026-06-26T04:08:52.677Z Downloaded clap_lex v1.0.0
3252026-06-26T04:08:52.677Z Downloaded fnv v1.0.7
3262026-06-26T04:08:52.680Z Downloaded cargo_metadata v0.21.0
3272026-06-26T04:08:52.680Z Downloaded autocfg v1.5.0
3282026-06-26T04:08:52.680Z Downloaded zerovec-derive v0.11.2
3292026-06-26T04:08:52.680Z Downloaded writeable v0.6.2
3302026-06-26T04:08:52.680Z Downloaded usdt-impl v0.5.0
3312026-06-26T04:08:52.680Z Downloaded idna_adapter v1.2.1
3322026-06-26T04:08:52.680Z Downloaded thiserror v2.0.18
3332026-06-26T04:08:52.684Z Downloaded smawk v0.3.2
3342026-06-26T04:08:52.687Z Downloaded yoke v0.8.1
3352026-06-26T04:08:52.692Z Downloaded heck v0.5.0
3362026-06-26T04:08:52.696Z Downloaded generic-array v0.14.7
3372026-06-26T04:08:52.696Z Downloaded terminal_size v0.4.3
3382026-06-26T04:08:52.696Z Downloaded ordered-float v2.10.1
3392026-06-26T04:08:52.697Z Downloaded url v2.5.8
3402026-06-26T04:08:52.707Z Downloaded toml v0.8.23
3412026-06-26T04:08:52.707Z Downloaded zerovec v0.11.5
3422026-06-26T04:08:52.714Z Downloaded zerocopy v0.7.35
3432026-06-26T04:08:52.726Z Downloaded swrite v0.1.0
3442026-06-26T04:08:52.732Z Downloaded strsim v0.11.1
3452026-06-26T04:08:52.732Z Downloaded proc-macro-error-attr v1.0.4
3462026-06-26T04:08:52.732Z Downloaded pretty-hex v0.4.1
3472026-06-26T04:08:52.732Z Downloaded macaddr v1.0.1
3482026-06-26T04:08:52.732Z Downloaded winnow v0.7.14
3492026-06-26T04:08:52.732Z Downloaded pest_generator v2.8.6
3502026-06-26T04:08:52.733Z Downloaded smallvec v1.15.1
3512026-06-26T04:08:52.738Z Downloaded serde_derive v1.0.228
3522026-06-26T04:08:52.738Z Downloaded unicode-width v0.2.0
3532026-06-26T04:08:52.738Z Downloaded serde-untagged v0.1.9
3542026-06-26T04:08:52.738Z Downloaded once_cell v1.21.3
3552026-06-26T04:08:52.743Z Downloaded pest_derive v2.8.6
3562026-06-26T04:08:52.743Z Downloaded itoa v1.0.17
3572026-06-26T04:08:52.743Z Downloaded percent-encoding v2.3.2
3582026-06-26T04:08:52.743Z Downloaded stable_deref_trait v1.2.1
3592026-06-26T04:08:52.746Z Downloaded memmap v0.7.0
3602026-06-26T04:08:52.746Z Downloaded potential_utf v0.1.4
3612026-06-26T04:08:52.749Z Downloaded plain v0.2.3
3622026-06-26T04:08:52.759Z Downloaded synstructure v0.13.2
3632026-06-26T04:08:52.764Z Downloaded sha2 v0.10.9
3642026-06-26T04:08:52.764Z Downloaded quote v1.0.45
3652026-06-26T04:08:52.764Z Downloaded fs-err v3.3.0
3662026-06-26T04:08:52.764Z Downloaded litemap v0.8.1
3672026-06-26T04:08:52.772Z Downloaded clap v4.6.1
3682026-06-26T04:08:52.778Z Downloaded serde-value v0.7.0
3692026-06-26T04:08:52.778Z Downloaded clap_builder v4.6.0
3702026-06-26T04:08:52.788Z Downloaded serde_tokenstream v0.2.3
3712026-06-26T04:08:52.791Z Downloaded scroll v0.12.0
3722026-06-26T04:08:52.797Z Downloaded papergrid v0.11.0
3732026-06-26T04:08:52.800Z Downloaded semver v1.0.28
3742026-06-26T04:08:52.804Z Downloaded proc-macro-error v1.0.4
3752026-06-26T04:08:52.816Z Downloaded proc-macro2 v1.0.106
3762026-06-26T04:08:52.830Z Downloaded icu_properties v2.1.2
3772026-06-26T04:08:52.834Z Downloaded icu_normalizer_data v2.1.1
3782026-06-26T04:08:52.834Z Downloaded syn v1.0.109
3792026-06-26T04:08:52.838Z Downloaded serde_core v1.0.228
3802026-06-26T04:08:52.843Z Downloaded icu_provider v2.1.1
3812026-06-26T04:08:52.843Z Downloaded log v0.4.29
3822026-06-26T04:08:52.846Z Downloaded num-traits v0.2.19
3832026-06-26T04:08:52.857Z Downloaded icu_normalizer v2.1.1
3842026-06-26T04:08:52.862Z Downloaded serde v1.0.228
3852026-06-26T04:08:52.870Z Downloaded pest_meta v2.8.6
3862026-06-26T04:08:52.870Z Downloaded icu_locale_core v2.1.1
3872026-06-26T04:08:52.875Z Downloaded memchr v2.8.0
3882026-06-26T04:08:52.879Z Downloaded icu_collections v2.1.1
3892026-06-26T04:08:52.885Z Downloaded indexmap v2.14.0
3902026-06-26T04:08:52.900Z Downloaded pest v2.8.6
3912026-06-26T04:08:52.905Z Downloaded hashbrown v0.17.0
3922026-06-26T04:08:52.924Z Downloaded icu_properties_data v2.1.2
3932026-06-26T04:08:52.928Z Downloaded serde_json v1.0.149
3942026-06-26T04:08:52.931Z Downloaded idna v1.1.0
3952026-06-26T04:08:52.931Z Downloaded goblin v0.8.2
3962026-06-26T04:08:52.938Z Downloaded tabled v0.15.0
3972026-06-26T04:08:52.962Z Downloaded syn v2.0.117
3982026-06-26T04:08:52.977Z Downloaded rustix v1.1.3
3992026-06-26T04:08:53.002Z Downloaded libc v0.2.185
4002026-06-26T04:08:53.070Z Compiling proc-macro2 v1.0.106
4012026-06-26T04:08:53.070Z Compiling unicode-ident v1.0.24
4022026-06-26T04:08:53.070Z Compiling quote v1.0.45
4032026-06-26T04:08:53.074Z Compiling serde_core v1.0.228
4042026-06-26T04:08:53.074Z Compiling libc v0.2.185
4052026-06-26T04:08:53.074Z Compiling version_check v0.9.5
4062026-06-26T04:08:53.074Z Compiling stable_deref_trait v1.2.1
4072026-06-26T04:08:53.074Z Compiling memchr v2.8.0
4082026-06-26T04:08:53.074Z Compiling serde v1.0.228
4092026-06-26T04:08:53.250Z Compiling zmij v1.0.21
4102026-06-26T04:08:53.255Z Compiling itoa v1.0.17
4112026-06-26T04:08:53.256Z Compiling thiserror v1.0.69
4122026-06-26T04:08:53.256Z Compiling autocfg v1.5.0
4132026-06-26T04:08:53.256Z Compiling ucd-trie v0.1.7
4142026-06-26T04:08:53.256Z Compiling litemap v0.8.1
4152026-06-26T04:08:53.431Z Compiling writeable v0.6.2
4162026-06-26T04:08:53.521Z Compiling icu_normalizer_data v2.1.1
4172026-06-26T04:08:53.698Z Compiling byteorder v1.5.0
4182026-06-26T04:08:53.745Z Compiling icu_properties_data v2.1.2
4192026-06-26T04:08:53.750Z Compiling rustix v1.1.3
4202026-06-26T04:08:53.764Z Compiling serde_json v1.0.149
4212026-06-26T04:08:53.769Z Compiling bitflags v2.11.0
4222026-06-26T04:08:53.843Z Compiling pest v2.8.6
4232026-06-26T04:08:53.893Z Compiling num-traits v0.2.19
4242026-06-26T04:08:53.897Z Compiling hashbrown v0.17.0
4252026-06-26T04:08:54.047Z Compiling typeid v1.0.3
4262026-06-26T04:08:54.051Z Compiling smallvec v1.15.1
4272026-06-26T04:08:54.137Z Compiling equivalent v1.0.2
4282026-06-26T04:08:54.200Z Compiling proc-macro-error-attr v1.0.4
4292026-06-26T04:08:54.270Z Compiling usdt-impl v0.5.0
4302026-06-26T04:08:54.271Z Compiling winnow v0.7.14
4312026-06-26T04:08:54.308Z Compiling erased-serde v0.4.9
4322026-06-26T04:08:54.405Z Compiling indexmap v2.14.0
4332026-06-26T04:08:54.414Z Compiling toml_write v0.1.2
4342026-06-26T04:08:54.442Z Compiling syn v1.0.109
4352026-06-26T04:08:54.515Z Compiling errno v0.3.14
4362026-06-26T04:08:54.531Z Compiling thread-id v4.2.2
4372026-06-26T04:08:54.591Z Compiling proc-macro-error v1.0.4
4382026-06-26T04:08:54.647Z Compiling utf8_iter v1.0.4
4392026-06-26T04:08:54.679Z Compiling utf8parse v0.2.2
4402026-06-26T04:08:54.687Z Compiling camino v1.2.2
4412026-06-26T04:08:54.697Z Compiling thiserror v2.0.18
4422026-06-26T04:08:54.730Z Compiling percent-encoding v2.3.2
4432026-06-26T04:08:54.774Z Compiling syn v2.0.117
4442026-06-26T04:08:54.824Z Compiling log v0.4.29
4452026-06-26T04:08:54.845Z Compiling getrandom v0.4.1
4462026-06-26T04:08:54.859Z Compiling plain v0.2.3
4472026-06-26T04:08:54.977Z Compiling pest_meta v2.8.6
4482026-06-26T04:08:55.021Z Compiling form_urlencoded v1.2.2
4492026-06-26T04:08:55.064Z Compiling ordered-float v2.10.1
4502026-06-26T04:08:55.142Z Compiling anstyle-parse v1.0.0
4512026-06-26T04:08:55.181Z Compiling colorchoice v1.0.4
4522026-06-26T04:08:55.202Z Compiling anstyle v1.0.14
4532026-06-26T04:08:55.219Z Compiling cfg-if v1.0.4
4542026-06-26T04:08:55.274Z Compiling is_terminal_polyfill v1.70.2
4552026-06-26T04:08:55.311Z Compiling pretty-hex v0.4.1
4562026-06-26T04:08:55.352Z Compiling anstyle-query v1.1.5
4572026-06-26T04:08:55.359Z Compiling fs-err v3.3.0
4582026-06-26T04:08:55.400Z Compiling heck v0.4.1
4592026-06-26T04:08:55.400Z Compiling strsim v0.11.1
4602026-06-26T04:08:55.455Z Compiling anstream v1.0.0
4612026-06-26T04:08:55.473Z Compiling once_cell v1.21.3
4622026-06-26T04:08:55.476Z Compiling unicode-xid v0.2.6
4632026-06-26T04:08:55.542Z Compiling terminal_size v0.4.3
4642026-06-26T04:08:55.559Z Compiling clap_lex v1.0.0
4652026-06-26T04:08:55.580Z Compiling fastrand v2.3.0
4662026-06-26T04:08:55.639Z Compiling bytecount v0.6.9
4672026-06-26T04:08:55.652Z Compiling unicode-width v0.1.14
4682026-06-26T04:08:55.711Z Compiling anyhow v1.0.102
4692026-06-26T04:08:55.831Z Compiling semver v1.0.28
4702026-06-26T04:08:55.849Z Compiling heck v0.5.0
4712026-06-26T04:08:55.867Z Compiling fnv v1.0.7
4722026-06-26T04:08:55.901Z Compiling tempfile v3.25.0
4732026-06-26T04:08:55.917Z Compiling clap_builder v4.6.0
4742026-06-26T04:08:55.972Z Compiling papergrid v0.11.0
4752026-06-26T04:08:56.003Z Compiling memmap v0.7.0
4762026-06-26T04:08:56.126Z Compiling unicode-width v0.2.0
4772026-06-26T04:08:56.189Z Compiling unicode-linebreak v0.1.5
4782026-06-26T04:08:56.207Z Compiling serde-untagged v0.1.9
4792026-06-26T04:08:56.231Z Compiling smawk v0.3.2
4802026-06-26T04:08:56.293Z Compiling camino-tempfile v1.4.1
4812026-06-26T04:08:56.367Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-26T04:08:56.388Z Compiling swrite v0.1.0
4832026-06-26T04:08:56.426Z Compiling textwrap v0.16.2
4842026-06-26T04:08:56.704Z Compiling tabled_derive v0.7.0
4852026-06-26T04:08:57.334Z Compiling synstructure v0.13.2
4862026-06-26T04:08:57.334Z Compiling pest_generator v2.8.6
4872026-06-26T04:08:57.434Z Compiling tabled v0.15.0
4882026-06-26T04:08:57.836Z Compiling serde_derive v1.0.228
4892026-06-26T04:08:57.840Z Compiling zerofrom-derive v0.1.6
4902026-06-26T04:08:57.840Z Compiling yoke-derive v0.8.1
4912026-06-26T04:08:57.840Z Compiling zerovec-derive v0.11.2
4922026-06-26T04:08:57.840Z Compiling displaydoc v0.2.5
4932026-06-26T04:08:57.840Z Compiling thiserror-impl v1.0.69
4942026-06-26T04:08:57.860Z Compiling zerocopy-derive v0.7.35
4952026-06-26T04:08:57.864Z Compiling scroll_derive v0.12.1
4962026-06-26T04:08:57.906Z Compiling thiserror-impl v2.0.18
4972026-06-26T04:08:57.927Z Compiling clap_derive v4.6.1
4982026-06-26T04:08:57.974Z Compiling pest_derive v2.8.6
4992026-06-26T04:08:58.524Z Compiling scroll v0.12.0
5002026-06-26T04:08:58.749Z Compiling goblin v0.8.2
5012026-06-26T04:08:58.806Z Compiling zerocopy v0.7.35
5022026-06-26T04:08:58.916Z Compiling zerofrom v0.1.6
5032026-06-26T04:08:59.011Z Compiling dtrace-parser v0.2.0
5042026-06-26T04:08:59.025Z Compiling yoke v0.8.1
5052026-06-26T04:08:59.180Z Compiling zerovec v0.11.5
5062026-06-26T04:08:59.180Z Compiling zerotrie v0.2.3
5072026-06-26T04:08:59.365Z Compiling clap v4.6.1
5082026-06-26T04:08:59.596Z Compiling tinystr v0.8.2
5092026-06-26T04:08:59.596Z Compiling potential_utf v0.1.4
5102026-06-26T04:08:59.722Z Compiling icu_collections v2.1.1
5112026-06-26T04:08:59.738Z Compiling icu_locale_core v2.1.1
5122026-06-26T04:09:00.301Z Compiling icu_provider v2.1.1
5132026-06-26T04:09:00.379Z Compiling toml_datetime v0.6.11
5142026-06-26T04:09:00.380Z Compiling serde_spanned v0.6.9
5152026-06-26T04:09:00.380Z Compiling serde-value v0.7.0
5162026-06-26T04:09:00.391Z Compiling cargo-platform v0.2.0
5172026-06-26T04:09:00.391Z Compiling macaddr v1.0.1
5182026-06-26T04:09:00.395Z Compiling dof v0.3.0
5192026-06-26T04:09:00.399Z Compiling serde_tokenstream v0.2.3
5202026-06-26T04:09:00.514Z Compiling icu_normalizer v2.1.1
5212026-06-26T04:09:00.514Z Compiling icu_properties v2.1.2
5222026-06-26T04:09:00.604Z Compiling toml_edit v0.22.27
5232026-06-26T04:09:01.119Z Compiling usdt-macro v0.5.0
5242026-06-26T04:09:01.120Z Compiling usdt-attr-macro v0.5.0
5252026-06-26T04:09:01.320Z Compiling idna_adapter v1.2.1
5262026-06-26T04:09:01.426Z Compiling idna v1.1.0
5272026-06-26T04:09:01.689Z Compiling url v2.5.8
5282026-06-26T04:09:01.724Z Compiling usdt v0.5.0
5292026-06-26T04:09:01.883Z Compiling toml v0.8.23
5302026-06-26T04:09:02.224Z Compiling cargo-util-schemas v0.8.2
5312026-06-26T04:09:02.224Z Compiling cargo_toml v0.21.0
5322026-06-26T04:09:03.009Z Compiling cargo_metadata v0.21.0
5332026-06-26T04:09:03.917Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-26T04:09:05.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.30s
5352026-06-26T04:09:06.220Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-26T04:09:06.678Z Downloading crates ...
5372026-06-26T04:09:06.774Z Downloaded bb8 v0.8.6
5382026-06-26T04:09:06.784Z Downloaded aead v0.5.2
5392026-06-26T04:09:06.787Z Downloaded bit-set v0.5.3
5402026-06-26T04:09:06.787Z Downloaded async-stream v0.3.6
5412026-06-26T04:09:06.787Z Downloaded adler2 v2.0.1
5422026-06-26T04:09:06.787Z Downloaded backoff v0.4.0
5432026-06-26T04:09:06.790Z Downloaded atty v0.2.14
5442026-06-26T04:09:06.790Z Downloaded ar_archive_writer v0.5.1
5452026-06-26T04:09:06.799Z Downloaded crc-any v2.5.0
5462026-06-26T04:09:06.805Z Downloaded ciborium-io v0.2.2
5472026-06-26T04:09:06.808Z Downloaded crunchy v0.2.4
5482026-06-26T04:09:06.808Z Downloaded block-padding v0.3.3
5492026-06-26T04:09:06.808Z Downloaded crossbeam-epoch v0.9.18
5502026-06-26T04:09:06.808Z Downloaded debug-ignore v1.0.5
5512026-06-26T04:09:06.812Z Downloaded crc8 v0.1.1
5522026-06-26T04:09:06.812Z Downloaded crc v3.4.0
5532026-06-26T04:09:06.812Z Downloaded convert_case v0.4.0
5542026-06-26T04:09:06.812Z Downloaded compression-codecs v0.4.37
5552026-06-26T04:09:06.824Z Downloaded bit-vec v0.8.0
5562026-06-26T04:09:06.831Z Downloaded bcs v0.1.6
5572026-06-26T04:09:06.831Z Downloaded deranged v0.5.8
5582026-06-26T04:09:06.832Z Downloaded const_format_proc_macros v0.2.34
5592026-06-26T04:09:06.832Z Downloaded blowfish v0.9.1
5602026-06-26T04:09:06.832Z Downloaded darling_macro v0.23.0
5612026-06-26T04:09:06.832Z Downloaded crossbeam-utils v0.8.21
5622026-06-26T04:09:06.832Z Downloaded cbc v0.1.2
5632026-06-26T04:09:06.832Z Downloaded cargo_metadata v0.23.1
5642026-06-26T04:09:06.832Z Downloaded ctr v0.9.2
5652026-06-26T04:09:06.832Z Downloaded derive-ex v0.1.8
5662026-06-26T04:09:06.832Z Downloaded async-stream-impl v0.3.6
5672026-06-26T04:09:06.837Z Downloaded array-init v0.0.4
5682026-06-26T04:09:06.837Z Downloaded bcrypt-pbkdf v0.10.0
5692026-06-26T04:09:06.837Z Downloaded colored v2.2.0
5702026-06-26T04:09:06.837Z Downloaded crc-catalog v2.4.0
5712026-06-26T04:09:06.837Z Downloaded cstr-argument v0.1.2
5722026-06-26T04:09:06.837Z Downloaded chacha20 v0.10.0
5732026-06-26T04:09:06.840Z Downloaded critical-section v1.2.0
5742026-06-26T04:09:06.840Z Downloaded blake2 v0.10.6
5752026-06-26T04:09:06.840Z Downloaded cfg_aliases v0.1.1
5762026-06-26T04:09:06.844Z Downloaded derive_builder_core v0.20.2
5772026-06-26T04:09:06.844Z Downloaded defmt-parser v1.0.0
5782026-06-26T04:09:06.844Z Downloaded async-trait v0.1.89
5792026-06-26T04:09:06.848Z Downloaded derive_builder_macro v0.20.2
5802026-06-26T04:09:06.848Z Downloaded defmt v0.3.100
5812026-06-26T04:09:06.848Z Downloaded cpufeatures v0.3.0
5822026-06-26T04:09:06.848Z Downloaded darling_macro v0.21.3
5832026-06-26T04:09:06.853Z Downloaded arrayref v0.3.9
5842026-06-26T04:09:06.853Z Downloaded base64ct v1.8.3
5852026-06-26T04:09:06.854Z Downloaded darling v0.23.0
5862026-06-26T04:09:06.860Z Downloaded foreign-types v0.5.0
5872026-06-26T04:09:06.860Z Downloaded clang-sys v1.8.1
5882026-06-26T04:09:06.860Z Downloaded bitflags v1.3.2
5892026-06-26T04:09:06.866Z Downloaded defmt v1.0.1
5902026-06-26T04:09:06.866Z Downloaded derive_more v0.99.20
5912026-06-26T04:09:06.866Z Downloaded der_derive v0.7.3
5922026-06-26T04:09:06.866Z Downloaded crucible-workspace-hack v0.1.0
5932026-06-26T04:09:06.870Z Downloaded crossterm v0.29.0
5942026-06-26T04:09:06.873Z Downloaded difflib v0.4.0
5952026-06-26T04:09:06.873Z Downloaded darling_macro v0.13.4
5962026-06-26T04:09:06.873Z Downloaded ciborium-ll v0.2.2
5972026-06-26T04:09:06.873Z Downloaded bit-set v0.8.0
5982026-06-26T04:09:06.874Z Downloaded atomicwrites v0.4.4
5992026-06-26T04:09:06.877Z Downloaded crossbeam-deque v0.8.6
6002026-06-26T04:09:06.877Z Downloaded backon v1.6.0
6012026-06-26T04:09:06.877Z Downloaded anstream v0.6.21
6022026-06-26T04:09:06.880Z Downloaded cipher v0.4.4
6032026-06-26T04:09:06.880Z Downloaded bit-vec v0.6.3
6042026-06-26T04:09:06.884Z Downloaded downcast-rs v2.0.2
6052026-06-26T04:09:06.884Z Downloaded atomic-waker v1.1.2
6062026-06-26T04:09:06.884Z Downloaded foreign-types-shared v0.1.1
6072026-06-26T04:09:06.884Z Downloaded foreign-types-macros v0.2.3
6082026-06-26T04:09:06.887Z Downloaded bitfield-macros v0.19.4
6092026-06-26T04:09:06.887Z Downloaded embedded-io v0.4.0
6102026-06-26T04:09:06.887Z Downloaded foreign-types v0.3.2
6112026-06-26T04:09:06.887Z Downloaded dyn-clone v1.0.20
6122026-06-26T04:09:06.893Z Downloaded enum-as-inner v0.6.1
6132026-06-26T04:09:06.893Z Downloaded float-cmp v0.10.0
6142026-06-26T04:09:06.893Z Downloaded dropshot-api-manager-types v0.7.2
6152026-06-26T04:09:06.898Z Downloaded dof v0.4.0
6162026-06-26T04:09:06.898Z Downloaded anstyle-parse v0.2.7
6172026-06-26T04:09:06.898Z Downloaded curve25519-dalek-derive v0.1.1
6182026-06-26T04:09:06.898Z Downloaded fd-lock v4.0.4
6192026-06-26T04:09:06.899Z Downloaded env_filter v1.0.0
6202026-06-26T04:09:06.899Z Downloaded castaway v0.2.4
6212026-06-26T04:09:06.904Z Downloaded base16ct v0.2.0
6222026-06-26T04:09:06.904Z Downloaded cfg_aliases v0.2.1
6232026-06-26T04:09:06.904Z Downloaded compression-core v0.4.31
6242026-06-26T04:09:06.904Z Downloaded flagset v0.4.7
6252026-06-26T04:09:06.904Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-06-26T04:09:06.904Z Downloaded assert_matches v1.5.0
6272026-06-26T04:09:06.908Z Downloaded fixedbitset v0.4.2
6282026-06-26T04:09:06.908Z Downloaded dunce v1.0.5
6292026-06-26T04:09:06.908Z Downloaded derive-where v1.6.0
6302026-06-26T04:09:06.908Z Downloaded dirs-sys-next v0.1.2
6312026-06-26T04:09:06.911Z Downloaded data-encoding v2.10.0
6322026-06-26T04:09:06.911Z Downloaded defmt-macros v1.0.1
6332026-06-26T04:09:06.911Z Downloaded cargo-platform v0.3.2
6342026-06-26T04:09:06.914Z Downloaded darling v0.13.4
6352026-06-26T04:09:06.914Z Downloaded darling_macro v0.20.11
6362026-06-26T04:09:06.914Z Downloaded cookie_store v0.22.1
6372026-06-26T04:09:06.917Z Downloaded dirs-next v2.0.0
6382026-06-26T04:09:06.917Z Downloaded foreign-types-shared v0.3.1
6392026-06-26T04:09:06.920Z Downloaded document-features v0.2.12
6402026-06-26T04:09:06.924Z Downloaded endian-type v0.1.2
6412026-06-26T04:09:06.927Z Downloaded dsl_auto_type v0.2.0
6422026-06-26T04:09:06.927Z Downloaded futures-macro v0.3.32
6432026-06-26T04:09:06.927Z Downloaded futures-sink v0.3.32
6442026-06-26T04:09:06.933Z Downloaded ascii-canvas v3.0.0
6452026-06-26T04:09:06.933Z Downloaded futures-core v0.3.32
6462026-06-26T04:09:06.933Z Downloaded funty v2.0.0
6472026-06-26T04:09:06.933Z Downloaded futures-task v0.3.32
6482026-06-26T04:09:06.933Z Downloaded embedded-io v0.6.1
6492026-06-26T04:09:06.938Z Downloaded futures-io v0.3.32
6502026-06-26T04:09:06.938Z Downloaded constant_time_eq v0.4.2
6512026-06-26T04:09:06.944Z Downloaded daft v0.1.7
6522026-06-26T04:09:06.944Z Downloaded gethostname v0.5.0
6532026-06-26T04:09:06.944Z Downloaded float-ord v0.3.2
6542026-06-26T04:09:06.944Z Downloaded dtrace-parser v0.3.0
6552026-06-26T04:09:06.944Z Downloaded display-error-chain v0.2.2
6562026-06-26T04:09:06.944Z Downloaded corncobs v0.1.4
6572026-06-26T04:09:06.944Z Downloaded git-stub v1.0.0
6582026-06-26T04:09:06.947Z Downloaded fxhash v0.2.1
6592026-06-26T04:09:06.947Z Downloaded bitfield v0.19.4
6602026-06-26T04:09:06.947Z Downloaded hash32 v0.2.1
6612026-06-26T04:09:06.950Z Downloaded buf-list v1.1.2
6622026-06-26T04:09:06.950Z Downloaded bitfield-struct v0.6.2
6632026-06-26T04:09:06.950Z Downloaded hex v0.4.3
6642026-06-26T04:09:06.953Z Downloaded arrayvec v0.7.6
6652026-06-26T04:09:06.953Z Downloaded ena v0.14.4
6662026-06-26T04:09:06.958Z Downloaded hash32 v0.3.1
6672026-06-26T04:09:06.958Z Downloaded globwalk v0.9.1
6682026-06-26T04:09:06.961Z Downloaded daft-derive v0.1.7
6692026-06-26T04:09:06.965Z Downloaded headers-core v0.3.0
6702026-06-26T04:09:06.966Z Downloaded ff v0.13.1
6712026-06-26T04:09:06.966Z Downloaded erased-serde v0.3.31
6722026-06-26T04:09:06.974Z Downloaded diesel-dtrace v0.5.0
6732026-06-26T04:09:06.974Z Downloaded hostname v0.4.2
6742026-06-26T04:09:06.974Z Downloaded foldhash v0.1.5
6752026-06-26T04:09:06.974Z Downloaded async-recursion v1.1.1
6762026-06-26T04:09:06.985Z Downloaded argon2 v0.5.3
6772026-06-26T04:09:06.985Z Downloaded fallible-iterator v0.2.0
6782026-06-26T04:09:06.985Z Downloaded cassowary v0.3.0
6792026-06-26T04:09:06.985Z Downloaded ecdsa v0.16.9
6802026-06-26T04:09:06.985Z Downloaded hostname v0.3.1
6812026-06-26T04:09:06.985Z Downloaded hex-literal v0.4.1
6822026-06-26T04:09:06.985Z Downloaded convert_case v0.10.0
6832026-06-26T04:09:06.985Z Downloaded home v0.5.12
6842026-06-26T04:09:06.991Z Downloaded csv-core v0.1.13
6852026-06-26T04:09:06.991Z Downloaded base64 v0.21.7
6862026-06-26T04:09:06.991Z Downloaded either v1.15.0
6872026-06-26T04:09:06.991Z Downloaded ciborium v0.2.2
6882026-06-26T04:09:06.991Z Downloaded httpdate v1.0.3
6892026-06-26T04:09:06.991Z Downloaded http-body v1.0.1
6902026-06-26T04:09:06.995Z Downloaded cobs v0.3.0
6912026-06-26T04:09:06.995Z Downloaded darling v0.20.11
6922026-06-26T04:09:06.995Z Downloaded foldhash v0.2.0
6932026-06-26T04:09:06.996Z Downloaded crossterm v0.28.1
6942026-06-26T04:09:06.999Z Downloaded http-range v0.1.5
6952026-06-26T04:09:07.005Z Downloaded ahash v0.8.12
6962026-06-26T04:09:07.005Z Downloaded env_logger v0.11.9
6972026-06-26T04:09:07.011Z Downloaded async-bb8-diesel v0.2.1
6982026-06-26T04:09:07.011Z Downloaded globset v0.4.18
6992026-06-26T04:09:07.011Z Downloaded indent_write v2.2.0
7002026-06-26T04:09:07.011Z Downloaded instability v0.3.11
7012026-06-26T04:09:07.011Z Downloaded illumos-nvpair-sys v0.2.0
7022026-06-26T04:09:07.011Z Downloaded cancel-safe-futures v0.1.5
7032026-06-26T04:09:07.020Z Downloaded hyper-tls v0.6.0
7042026-06-26T04:09:07.020Z Downloaded fs-err v2.11.0
7052026-06-26T04:09:07.020Z Downloaded indoc v1.0.9
7062026-06-26T04:09:07.020Z Downloaded internet-checksum v0.2.1
7072026-06-26T04:09:07.020Z Downloaded inout v0.1.4
7082026-06-26T04:09:07.023Z Downloaded is_ci v1.2.0
7092026-06-26T04:09:07.023Z Downloaded is-terminal v0.4.17
7102026-06-26T04:09:07.023Z Downloaded group v0.13.0
7112026-06-26T04:09:07.023Z Downloaded console v0.16.2
7122026-06-26T04:09:07.023Z Downloaded illumos-nvpair v0.3.0
7132026-06-26T04:09:07.023Z Downloaded hubpack_derive v0.1.1
7142026-06-26T04:09:07.023Z Downloaded ghash v0.5.1
7152026-06-26T04:09:07.026Z Downloaded derive_builder v0.20.2
7162026-06-26T04:09:07.027Z Downloaded filetime v0.2.27
7172026-06-26T04:09:07.030Z Downloaded const_format v0.2.35
7182026-06-26T04:09:07.034Z Downloaded fixedbitset v0.5.7
7192026-06-26T04:09:07.034Z Downloaded ed25519 v2.2.3
7202026-06-26T04:09:07.034Z Downloaded instant v0.1.13
7212026-06-26T04:09:07.037Z Downloaded highway v1.3.0
7222026-06-26T04:09:07.037Z Downloaded colored v3.1.1
7232026-06-26T04:09:07.037Z Downloaded console v0.15.11
7242026-06-26T04:09:07.040Z Downloaded bzip2 v0.6.1
7252026-06-26T04:09:07.040Z Downloaded linked-hash-map v0.5.6
7262026-06-26T04:09:07.044Z Downloaded darling_core v0.23.0
7272026-06-26T04:09:07.052Z Downloaded drift v0.2.0
7282026-06-26T04:09:07.055Z Downloaded lalrpop-util v0.19.12
7292026-06-26T04:09:07.055Z Downloaded lazy_static v1.5.0
7302026-06-26T04:09:07.055Z Downloaded hubpack v0.1.2
7312026-06-26T04:09:07.055Z Downloaded lru v0.12.5
7322026-06-26T04:09:07.056Z Downloaded futures-executor v0.3.32
7332026-06-26T04:09:07.056Z Downloaded keccak v0.1.6
7342026-06-26T04:09:07.059Z Downloaded diff v0.1.13
7352026-06-26T04:09:07.059Z Downloaded lzss v0.8.2
7362026-06-26T04:09:07.063Z Downloaded lru-cache v0.1.2
7372026-06-26T04:09:07.063Z Downloaded libscf-sys v1.1.0
7382026-06-26T04:09:07.063Z Downloaded des v0.8.1
7392026-06-26T04:09:07.067Z Downloaded crc32fast v1.5.0
7402026-06-26T04:09:07.067Z Downloaded ident_case v1.0.1
7412026-06-26T04:09:07.067Z Downloaded darling v0.21.3
7422026-06-26T04:09:07.073Z Downloaded maplit v1.0.2
7432026-06-26T04:09:07.073Z Downloaded managed v0.8.0
7442026-06-26T04:09:07.073Z Downloaded maybe-uninit v2.0.0
7452026-06-26T04:09:07.073Z Downloaded match_cfg v0.1.0
7462026-06-26T04:09:07.086Z Downloaded md5 v0.7.0
7472026-06-26T04:09:07.086Z Downloaded lru-slab v0.1.2
7482026-06-26T04:09:07.086Z Downloaded impl-trait-for-tuples v0.2.3
7492026-06-26T04:09:07.087Z Downloaded hyper-staticfile v0.10.1
7502026-06-26T04:09:07.087Z Downloaded fs_extra v1.3.0
7512026-06-26T04:09:07.087Z Downloaded ipnetwork v0.21.1
7522026-06-26T04:09:07.087Z Downloaded ipnet v2.11.0
7532026-06-26T04:09:07.087Z Downloaded allocator-api2 v0.2.21
7542026-06-26T04:09:07.087Z Downloaded mime v0.3.17
7552026-06-26T04:09:07.087Z Downloaded md-5 v0.10.6
7562026-06-26T04:09:07.101Z Downloaded ingot v0.1.1
7572026-06-26T04:09:07.102Z Downloaded indoc v2.0.7
7582026-06-26T04:09:07.102Z Downloaded multimap v0.10.1
7592026-06-26T04:09:07.102Z Downloaded new_debug_unreachable v1.0.6
7602026-06-26T04:09:07.102Z Downloaded half v1.8.3
7612026-06-26T04:09:07.102Z Downloaded nibble_vec v0.1.0
7622026-06-26T04:09:07.102Z Downloaded glob v0.3.3
7632026-06-26T04:09:07.102Z Downloaded getrandom v0.2.17
7642026-06-26T04:09:07.102Z Downloaded ingot-types v0.1.2
7652026-06-26T04:09:07.122Z Downloaded futures-channel v0.3.32
7662026-06-26T04:09:07.122Z Downloaded darling_core v0.13.4
7672026-06-26T04:09:07.122Z Downloaded normalize-line-endings v0.3.0
7682026-06-26T04:09:07.122Z Downloaded num v0.4.3
7692026-06-26T04:09:07.123Z Downloaded newtype_derive v0.1.6
7702026-06-26T04:09:07.123Z Downloaded newtype-uuid-macros v0.1.0
7712026-06-26T04:09:07.123Z Downloaded newline-converter v0.3.0
7722026-06-26T04:09:07.123Z Downloaded bzip2 v0.4.4
7732026-06-26T04:09:07.123Z Downloaded find-msvc-tools v0.1.9
7742026-06-26T04:09:07.123Z Downloaded git-stub-vcs v0.1.0
7752026-06-26T04:09:07.138Z Downloaded libefi-sys v0.1.0
7762026-06-26T04:09:07.138Z Downloaded jobserver v0.1.34
7772026-06-26T04:09:07.138Z Downloaded cexpr v0.6.0
7782026-06-26T04:09:07.138Z Downloaded camino-tempfile-ext v0.3.3
7792026-06-26T04:09:07.138Z Downloaded byte-wrapper v0.1.0
7802026-06-26T04:09:07.138Z Downloaded num-derive v0.3.3
7812026-06-26T04:09:07.138Z Downloaded num-iter v0.1.45
7822026-06-26T04:09:07.138Z Downloaded num-conv v0.2.0
7832026-06-26T04:09:07.138Z Downloaded nonempty v0.12.0
7842026-06-26T04:09:07.138Z Downloaded crossbeam-channel v0.5.15
7852026-06-26T04:09:07.138Z Downloaded kstat-rs v0.2.4
7862026-06-26T04:09:07.138Z Downloaded http-body-util v0.1.3
7872026-06-26T04:09:07.138Z Downloaded hmac v0.12.1
7882026-06-26T04:09:07.138Z Downloaded cmake v0.1.57
7892026-06-26T04:09:07.138Z Downloaded chacha20 v0.9.1
7902026-06-26T04:09:07.138Z Downloaded linear-map v1.2.0
7912026-06-26T04:09:07.138Z Downloaded nodrop v0.1.14
7922026-06-26T04:09:07.138Z Downloaded num_threads v0.1.7
7932026-06-26T04:09:07.138Z Downloaded libsw v3.5.0
7942026-06-26T04:09:07.138Z Downloaded bumpalo v3.20.2
7952026-06-26T04:09:07.139Z Downloaded num_enum_derive v0.5.11
7962026-06-26T04:09:07.139Z Downloaded lock_api v0.4.14
7972026-06-26T04:09:07.139Z Downloaded openssl-probe v0.2.1
7982026-06-26T04:09:07.139Z Downloaded memoffset v0.9.1
7992026-06-26T04:09:07.139Z Downloaded futures v0.3.32
8002026-06-26T04:09:07.178Z Downloaded openssl-probe v0.1.6
8012026-06-26T04:09:07.178Z Downloaded cookie v0.18.1
8022026-06-26T04:09:07.178Z Downloaded fatfs v0.3.6
8032026-06-26T04:09:07.178Z Downloaded openssl-macros v0.1.1
8042026-06-26T04:09:07.178Z Downloaded opaque-debug v0.3.1
8052026-06-26T04:09:07.178Z Downloaded olpc-cjson v0.1.4
8062026-06-26T04:09:07.178Z Downloaded dropshot_endpoint v0.17.0
8072026-06-26T04:09:07.185Z Downloaded mime_guess v2.0.5
8082026-06-26T04:09:07.185Z Downloaded humantime v2.3.0
8092026-06-26T04:09:07.186Z Downloaded iana-time-zone v0.1.65
8102026-06-26T04:09:07.186Z Downloaded base64 v0.22.1
8112026-06-26T04:09:07.186Z Downloaded oso-derive v0.27.3
8122026-06-26T04:09:07.186Z Downloaded parse-display v0.10.0
8132026-06-26T04:09:07.186Z Downloaded newtype-uuid v1.3.2
8142026-06-26T04:09:07.186Z Downloaded packed_struct_codegen v0.10.1
8152026-06-26T04:09:07.186Z Downloaded flume v0.11.1
8162026-06-26T04:09:07.186Z Downloaded pbkdf2 v0.11.0
8172026-06-26T04:09:07.186Z Downloaded parse-size v1.1.0
8182026-06-26T04:09:07.186Z Downloaded const-oid v0.9.6
8192026-06-26T04:09:07.186Z Downloaded hyper-rustls v0.27.7
8202026-06-26T04:09:07.186Z Downloaded num-derive v0.4.2
8212026-06-26T04:09:07.186Z Downloaded nanorand v0.7.0
8222026-06-26T04:09:07.186Z Downloaded multer v3.1.0
8232026-06-26T04:09:07.186Z Downloaded darling_core v0.21.3
8242026-06-26T04:09:07.186Z Downloaded phf_shared v0.11.3
8252026-06-26T04:09:07.186Z Downloaded nu-ansi-term v0.50.3
8262026-06-26T04:09:07.186Z Downloaded native-tls v0.2.18
8272026-06-26T04:09:07.186Z Downloaded bytes v1.11.1
8282026-06-26T04:09:07.186Z Downloaded getrandom v0.3.4
8292026-06-26T04:09:07.193Z Downloaded compact_str v0.8.1
8302026-06-26T04:09:07.193Z Downloaded chacha20poly1305 v0.10.1
8312026-06-26T04:09:07.193Z Downloaded pbkdf2 v0.12.2
8322026-06-26T04:09:07.193Z Downloaded libloading v0.8.9
8332026-06-26T04:09:07.193Z Downloaded ingot-macros v0.1.1
8342026-06-26T04:09:07.193Z Downloaded darling_core v0.20.11
8352026-06-26T04:09:07.199Z Downloaded elliptic-curve v0.13.8
8362026-06-26T04:09:07.199Z Downloaded path-slash v0.1.5
8372026-06-26T04:09:07.199Z Downloaded num-integer v0.1.46
8382026-06-26T04:09:07.212Z Downloaded num-rational v0.4.2
8392026-06-26T04:09:07.213Z Downloaded num_enum v0.7.6
8402026-06-26T04:09:07.213Z Downloaded phf_shared v0.12.1
8412026-06-26T04:09:07.213Z Downloaded libsw-core v0.3.2
8422026-06-26T04:09:07.250Z Downloaded der v0.7.10
8432026-06-26T04:09:07.250Z Downloaded pin-utils v0.1.0
8442026-06-26T04:09:07.251Z Downloaded phf_shared v0.13.1
8452026-06-26T04:09:07.251Z Downloaded owo-colors v4.3.0
8462026-06-26T04:09:07.251Z Downloaded num_enum_derive v0.7.6
8472026-06-26T04:09:07.251Z Downloaded httparse v1.10.1
8482026-06-26T04:09:07.251Z Downloaded predicates-core v1.0.10
8492026-06-26T04:09:07.251Z Downloaded precomputed-hash v0.1.1
8502026-06-26T04:09:07.251Z Downloaded ignore v0.4.25
8512026-06-26T04:09:07.251Z Downloaded oxide-tokio-rt v0.1.4
8522026-06-26T04:09:07.251Z Downloaded cc v1.2.56
8532026-06-26T04:09:07.251Z Downloaded memmap2 v0.9.10
8542026-06-26T04:09:07.251Z Downloaded predicates-tree v1.0.13
8552026-06-26T04:09:07.251Z Downloaded powerfmt v0.2.0
8562026-06-26T04:09:07.251Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-06-26T04:09:07.251Z Downloaded parking_lot_core v0.8.6
8582026-06-26T04:09:07.251Z Downloaded parse-display-derive v0.10.0
8592026-06-26T04:09:07.251Z Downloaded packed_struct v0.10.1
8602026-06-26T04:09:07.251Z Downloaded proc-macro-crate v3.4.0
8612026-06-26T04:09:07.262Z Downloaded proc-macro-crate v1.3.1
8622026-06-26T04:09:07.262Z Downloaded peg-runtime v0.8.5
8632026-06-26T04:09:07.262Z Downloaded paste v1.0.15
8642026-06-26T04:09:07.262Z Downloaded crypto-bigint v0.5.5
8652026-06-26T04:09:07.262Z Downloaded psl-types v2.0.11
8662026-06-26T04:09:07.263Z Downloaded heapless v0.7.17
8672026-06-26T04:09:07.263Z Downloaded half v2.7.1
8682026-06-26T04:09:07.292Z Downloaded arc-swap v1.8.2
8692026-06-26T04:09:07.293Z Downloaded quick-error v1.2.3
8702026-06-26T04:09:07.293Z Downloaded radium v0.7.0
8712026-06-26T04:09:07.293Z Downloaded progenitor-macro v0.14.0
8722026-06-26T04:09:07.326Z Downloaded progenitor-macro v0.13.0
8732026-06-26T04:09:07.326Z Downloaded password-hash v0.4.2
8742026-06-26T04:09:07.326Z Downloaded pin-project-internal v1.1.11
8752026-06-26T04:09:07.326Z Downloaded phf v0.12.1
8762026-06-26T04:09:07.326Z Downloaded pem-rfc7468 v0.7.0
8772026-06-26T04:09:07.326Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-06-26T04:09:07.327Z Downloaded ed25519-dalek v2.2.0
8792026-06-26T04:09:07.327Z Downloaded libbz2-rs-sys v0.2.2
8802026-06-26T04:09:07.327Z Downloaded aes-gcm v0.10.3
8812026-06-26T04:09:07.327Z Downloaded rand_chacha v0.3.1
8822026-06-26T04:09:07.327Z Downloaded pkcs8 v0.10.2
8832026-06-26T04:09:07.327Z Downloaded rand_xorshift v0.4.0
8842026-06-26T04:09:07.327Z Downloaded litrs v1.0.0
8852026-06-26T04:09:07.327Z Downloaded derive_more v2.1.1
8862026-06-26T04:09:07.327Z Downloaded polyval v0.6.2
8872026-06-26T04:09:07.351Z Downloaded ppv-lite86 v0.2.21
8882026-06-26T04:09:07.351Z Downloaded recursive v0.1.1
8892026-06-26T04:09:07.351Z Downloaded pkg-config v0.3.32
8902026-06-26T04:09:07.351Z Downloaded pin-project-lite v0.2.17
8912026-06-26T04:09:07.351Z Downloaded indexmap v1.9.3
8922026-06-26T04:09:07.351Z Downloaded rfc6979 v0.4.0
8932026-06-26T04:09:07.351Z Downloaded omicron-zone-package v0.12.2
8942026-06-26T04:09:07.351Z Downloaded proc-macro-error2 v2.0.1
8952026-06-26T04:09:07.351Z Downloaded parking_lot v0.11.2
8962026-06-26T04:09:07.351Z Downloaded password-hash v0.5.0
8972026-06-26T04:09:07.352Z Downloaded progenitor-extras v0.2.0
8982026-06-26T04:09:07.352Z Downloaded progenitor v0.14.0
8992026-06-26T04:09:07.352Z Downloaded progenitor v0.13.0
9002026-06-26T04:09:07.352Z Downloaded postgres-protocol v0.6.10
9012026-06-26T04:09:07.352Z Downloaded parking_lot_core v0.9.12
9022026-06-26T04:09:07.352Z Downloaded ref-cast-impl v1.0.25
9032026-06-26T04:09:07.352Z Downloaded heapless v0.8.0
9042026-06-26T04:09:07.352Z Downloaded hickory-resolver v0.24.4
9052026-06-26T04:09:07.352Z Downloaded primeorder v0.13.6
9062026-06-26T04:09:07.352Z Downloaded derive_more-impl v2.1.1
9072026-06-26T04:09:07.352Z Downloaded phf v0.13.1
9082026-06-26T04:09:07.352Z Downloaded hickory-resolver v0.25.2
9092026-06-26T04:09:07.352Z Downloaded rand_core v0.9.5
9102026-06-26T04:09:07.364Z Downloaded ref-cast v1.0.25
9112026-06-26T04:09:07.364Z Downloaded rustc_version v0.1.7
9122026-06-26T04:09:07.364Z Downloaded rand_core v0.10.0
9132026-06-26T04:09:07.364Z Downloaded progenitor-client v0.14.0
9142026-06-26T04:09:07.364Z Downloaded parking_lot v0.12.5
9152026-06-26T04:09:07.364Z Downloaded psm v0.1.30
9162026-06-26T04:09:07.364Z Downloaded peg-macros v0.8.5
9172026-06-26T04:09:07.365Z Downloaded russh-cryptovec v0.7.3
9182026-06-26T04:09:07.365Z Downloaded r2d2 v0.8.10
9192026-06-26T04:09:07.365Z Downloaded expectorate v1.2.0
9202026-06-26T04:09:07.365Z Downloaded peg v0.8.5
9212026-06-26T04:09:07.365Z Downloaded num-complex v0.4.6
9222026-06-26T04:09:07.365Z Downloaded pkcs5 v0.7.1
9232026-06-26T04:09:07.365Z Downloaded rand_core v0.6.4
9242026-06-26T04:09:07.365Z Downloaded postcard v1.1.3
9252026-06-26T04:09:07.376Z Downloaded poly1305 v0.8.0
9262026-06-26T04:09:07.377Z Downloaded rtoolbox v0.0.3
9272026-06-26T04:09:07.377Z Downloaded predicates v3.1.4
9282026-06-26T04:09:07.377Z Downloaded rustc_version v0.4.1
9292026-06-26T04:09:07.377Z Downloaded diesel_derives v2.3.7
9302026-06-26T04:09:07.377Z Downloaded postgres-types v0.2.12
9312026-06-26T04:09:07.377Z Downloaded num_enum v0.5.11
9322026-06-26T04:09:07.405Z Downloaded pkcs1 v0.7.5
9332026-06-26T04:09:07.405Z Downloaded salsa20 v0.10.2
9342026-06-26T04:09:07.405Z Downloaded same-file v1.0.6
9352026-06-26T04:09:07.405Z Downloaded indicatif v0.18.4
9362026-06-26T04:09:07.405Z Downloaded flate2 v1.1.9
9372026-06-26T04:09:07.465Z Downloaded pem v3.0.6
9382026-06-26T04:09:07.466Z Downloaded oxnet v0.1.6
9392026-06-26T04:09:07.466Z Downloaded sapling-renderdag v0.1.0
9402026-06-26T04:09:07.466Z Downloaded headers v0.4.1
9412026-06-26T04:09:07.466Z Downloaded resolv-conf v0.7.6
9422026-06-26T04:09:07.466Z Downloaded scroll_derive v0.13.1
9432026-06-26T04:09:07.466Z Downloaded seq-macro v0.3.6
9442026-06-26T04:09:07.466Z Downloaded progenitor-client v0.13.0
9452026-06-26T04:09:07.466Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-26T04:09:07.466Z Downloaded p256 v0.13.2
9472026-06-26T04:09:07.466Z Downloaded secrecy v0.10.3
9482026-06-26T04:09:07.466Z Downloaded scrypt v0.11.0
9492026-06-26T04:09:07.466Z Downloaded serde_bytes v0.11.19
9502026-06-26T04:09:07.467Z Downloaded quinn-udp v0.5.14
9512026-06-26T04:09:07.467Z Downloaded scopeguard v1.2.0
9522026-06-26T04:09:07.467Z Downloaded oso v0.27.3
9532026-06-26T04:09:07.467Z Downloaded rand_chacha v0.9.0
9542026-06-26T04:09:07.467Z Downloaded jiff-static v0.2.21
9552026-06-26T04:09:07.467Z Downloaded rustc-hash v2.1.1
9562026-06-26T04:09:07.467Z Downloaded async-compression v0.4.41
9572026-06-26T04:09:07.498Z Downloaded rustls-native-certs v0.8.3
9582026-06-26T04:09:07.499Z Downloaded rustls-pemfile v1.0.4
9592026-06-26T04:09:07.499Z Downloaded serde-big-array v0.5.1
9602026-06-26T04:09:07.499Z Downloaded semver v0.1.20
9612026-06-26T04:09:07.499Z Downloaded serde_urlencoded v0.7.1
9622026-06-26T04:09:07.499Z Downloaded serde_plain v1.0.2
9632026-06-26T04:09:07.499Z Downloaded sha1 v0.10.6
9642026-06-26T04:09:07.499Z Downloaded secrecy v0.8.0
9652026-06-26T04:09:07.499Z Downloaded signal-hook-tokio v0.3.1
9662026-06-26T04:09:07.499Z Downloaded siphasher v1.0.2
9672026-06-26T04:09:07.499Z Downloaded hyper-util v0.1.20
9682026-06-26T04:09:07.499Z Downloaded shell-words v1.1.1
9692026-06-26T04:09:07.499Z Downloaded rustls-pemfile v2.2.0
9702026-06-26T04:09:07.499Z Downloaded serde_spanned v1.0.4
9712026-06-26T04:09:07.499Z Downloaded signal-hook-mio v0.2.5
9722026-06-26T04:09:07.499Z Downloaded pin-project v1.1.11
9732026-06-26T04:09:07.499Z Downloaded prefix-trie v0.7.0
9742026-06-26T04:09:07.500Z Downloaded sigpipe v0.1.3
9752026-06-26T04:09:07.500Z Downloaded signature v2.2.0
9762026-06-26T04:09:07.500Z Downloaded rusty-fork v0.3.1
9772026-06-26T04:09:07.500Z Downloaded slog-envlogger v2.2.0
9782026-06-26T04:09:07.500Z Downloaded miniz_oxide v0.8.9
9792026-06-26T04:09:07.500Z Downloaded rustversion v1.0.22
9802026-06-26T04:09:07.500Z Downloaded minimal-lexical v0.2.1
9812026-06-26T04:09:07.500Z Downloaded papergrid v0.17.0
9822026-06-26T04:09:07.500Z Downloaded slog-bunyan v2.5.0
9832026-06-26T04:09:07.500Z Downloaded rand_seeder v0.4.0
9842026-06-26T04:09:07.500Z Downloaded hashbrown v0.13.2
9852026-06-26T04:09:07.500Z Downloaded hashbrown v0.12.3
9862026-06-26T04:09:07.500Z Downloaded progenitor-impl v0.14.0
9872026-06-26T04:09:07.500Z Downloaded serde-hex v0.1.0
9882026-06-26T04:09:07.500Z Downloaded sec1 v0.7.3
9892026-06-26T04:09:07.500Z Downloaded sct v0.7.1
9902026-06-26T04:09:07.500Z Downloaded scroll v0.13.0
9912026-06-26T04:09:07.501Z Downloaded schemars_derive v0.8.22
9922026-06-26T04:09:07.501Z Downloaded hickory-server v0.25.2
9932026-06-26T04:09:07.501Z Downloaded serde_derive_internals v0.29.1
9942026-06-26T04:09:07.552Z Downloaded serde_repr v0.1.20
9952026-06-26T04:09:07.553Z Downloaded serde_path_to_error v0.1.20
9962026-06-26T04:09:07.553Z Downloaded russh-keys v0.45.0
9972026-06-26T04:09:07.553Z Downloaded ssh-cipher v0.2.0
9982026-06-26T04:09:07.553Z Downloaded serde_with_macros v1.5.2
9992026-06-26T04:09:07.553Z Downloaded sqlparser_derive v0.5.0
10002026-06-26T04:09:07.553Z Downloaded openssl-sys v0.9.115
10012026-06-26T04:09:07.553Z Downloaded strsim v0.10.0
10022026-06-26T04:09:07.553Z Downloaded strip-ansi-escapes v0.2.1
10032026-06-26T04:09:07.553Z Downloaded strum v0.26.3
10042026-06-26T04:09:07.553Z Downloaded structmeta-derive v0.3.0
10052026-06-26T04:09:07.553Z Downloaded rcgen v0.12.1
10062026-06-26T04:09:07.553Z Downloaded strum v0.27.2
10072026-06-26T04:09:07.554Z Downloaded supports-color v3.0.2
10082026-06-26T04:09:07.554Z Downloaded structmeta v0.3.0
10092026-06-26T04:09:07.554Z Downloaded sync_wrapper v1.0.2
10102026-06-26T04:09:07.567Z Downloaded slab v0.4.12
10112026-06-26T04:09:07.568Z Downloaded subtle v2.6.1
10122026-06-26T04:09:07.568Z Downloaded ron v0.8.1
10132026-06-26T04:09:07.568Z Downloaded smallvec v0.6.14
10142026-06-26T04:09:07.568Z Downloaded slog-term v2.9.2
10152026-06-26T04:09:07.568Z Downloaded tabled_derive v0.11.0
10162026-06-26T04:09:07.568Z Downloaded slog-async v2.8.0
10172026-06-26T04:09:07.568Z Downloaded slog-dtrace v0.3.0
10182026-06-26T04:09:07.568Z Downloaded sync-ptr v0.1.4
10192026-06-26T04:09:07.568Z Downloaded slog-stdlog v4.1.1
10202026-06-26T04:09:07.569Z Downloaded slog-scope v4.4.1
10212026-06-26T04:09:07.569Z Downloaded slog-json v2.6.1
10222026-06-26T04:09:07.569Z Downloaded signal-hook-registry v1.4.8
10232026-06-26T04:09:07.569Z Downloaded tagptr v0.2.0
10242026-06-26T04:09:07.569Z Downloaded tabwriter v1.4.1
10252026-06-26T04:09:07.569Z Downloaded itertools v0.10.5
10262026-06-26T04:09:07.569Z Downloaded tap v1.0.1
10272026-06-26T04:09:07.591Z Downloaded aes v0.8.4
10282026-06-26T04:09:07.592Z Downloaded smf v0.2.3
10292026-06-26T04:09:07.592Z Downloaded snafu-derive v0.8.9
10302026-06-26T04:09:07.592Z Downloaded termtree v0.5.1
10312026-06-26T04:09:07.592Z Downloaded serde_cbor v0.11.2
10322026-06-26T04:09:07.592Z Downloaded dropshot-api-manager v0.7.2
10332026-06-26T04:09:07.621Z Downloaded take_mut v0.2.2
10342026-06-26T04:09:07.621Z Downloaded ssh-encoding v0.2.0
10352026-06-26T04:09:07.621Z Downloaded rayon-core v1.13.0
10362026-06-26T04:09:07.621Z Downloaded testing_table v0.3.0
10372026-06-26T04:09:07.621Z Downloaded thread-id v5.1.0
10382026-06-26T04:09:07.621Z Downloaded thiserror-impl-no-std v2.0.2
10392026-06-26T04:09:07.621Z Downloaded serde_with_macros v3.17.0
10402026-06-26T04:09:07.621Z Downloaded time-core v0.1.8
10412026-06-26T04:09:07.621Z Downloaded shlex v1.3.0
10422026-06-26T04:09:07.621Z Downloaded stacker v0.1.23
10432026-06-26T04:09:07.621Z Downloaded spki v0.7.3
10442026-06-26T04:09:07.621Z Downloaded strum_macros v0.24.3
10452026-06-26T04:09:07.622Z Downloaded stringprep v0.1.5
10462026-06-26T04:09:07.622Z Downloaded rustls-pki-types v1.14.0
10472026-06-26T04:09:07.622Z Downloaded strum_macros v0.26.4
10482026-06-26T04:09:07.622Z Downloaded string_cache v0.8.9
10492026-06-26T04:09:07.622Z Downloaded tokio-macros v2.7.0
10502026-06-26T04:09:07.659Z Downloaded tinyvec_macros v0.1.1
10512026-06-26T04:09:07.660Z Downloaded static_assertions v1.1.0
10522026-06-26T04:09:07.660Z Downloaded prettyplease v0.2.37
10532026-06-26T04:09:07.660Z Downloaded ryu v1.0.23
10542026-06-26T04:09:07.660Z Downloaded mio v1.2.0
10552026-06-26T04:09:07.660Z Downloaded tokio-test v0.4.5
10562026-06-26T04:09:07.660Z Downloaded nom v7.1.3
10572026-06-26T04:09:07.660Z Downloaded termios v0.3.3
10582026-06-26T04:09:07.660Z Downloaded simd-adler32 v0.3.8
10592026-06-26T04:09:07.660Z Downloaded http v1.4.0
10602026-06-26T04:09:07.660Z Downloaded publicsuffix v2.3.0
10612026-06-26T04:09:07.674Z Downloaded support-bundle-viewer v0.1.2
10622026-06-26T04:09:07.674Z Downloaded quinn v0.11.9
10632026-06-26T04:09:07.674Z Downloaded num-bigint v0.4.6
10642026-06-26T04:09:07.675Z Downloaded tiny-keccak v2.0.2
10652026-06-26T04:09:07.675Z Downloaded topological-sort v0.2.2
10662026-06-26T04:09:07.675Z Downloaded tower-service v0.3.3
10672026-06-26T04:09:07.675Z Downloaded tower-layer v0.3.3
10682026-06-26T04:09:07.689Z Downloaded try-lock v0.2.5
10692026-06-26T04:09:07.689Z Downloaded thiserror-no-std v2.0.2
10702026-06-26T04:09:07.689Z Downloaded progenitor-impl v0.13.0
10712026-06-26T04:09:07.689Z Downloaded rustls-platform-verifier v0.6.2
10722026-06-26T04:09:07.689Z Downloaded pretty_assertions v1.4.1
10732026-06-26T04:09:07.689Z Downloaded time-macros v0.2.27
10742026-06-26T04:09:07.767Z Downloaded tls_codec_derive v0.4.2
10752026-06-26T04:09:07.767Z Downloaded serde_yaml v0.9.34+deprecated
10762026-06-26T04:09:07.767Z Downloaded similar v2.7.0
10772026-06-26T04:09:07.767Z Downloaded thread_local v1.1.9
10782026-06-26T04:09:07.767Z Downloaded strum_macros v0.27.2
10792026-06-26T04:09:07.769Z Downloaded unarray v0.1.4
10802026-06-26T04:09:07.769Z Downloaded slog v2.8.2
10812026-06-26T04:09:07.769Z Downloaded tokio-dtrace v0.1.1
10822026-06-26T04:09:07.769Z Downloaded sqlformat v0.3.5
10832026-06-26T04:09:07.788Z Downloaded universal-hash v0.5.1
10842026-06-26T04:09:07.788Z Downloaded tokio-tungstenite v0.21.0
10852026-06-26T04:09:07.788Z Downloaded hashbrown v0.15.5
10862026-06-26T04:09:07.796Z Downloaded itertools v0.12.1
10872026-06-26T04:09:07.796Z Downloaded signal-hook v0.3.18
10882026-06-26T04:09:07.796Z Downloaded term v0.7.0
10892026-06-26T04:09:07.796Z Downloaded typify-macro v0.6.2
10902026-06-26T04:09:07.796Z Downloaded itertools v0.13.0
10912026-06-26T04:09:07.796Z Downloaded usdt-attr-macro v0.6.0
10922026-06-26T04:09:07.796Z Downloaded untrusted v0.7.1
10932026-06-26T04:09:07.796Z Downloaded tokio-tungstenite v0.23.1
10942026-06-26T04:09:07.796Z Downloaded schemars v0.9.0
10952026-06-26T04:09:07.796Z Downloaded untrusted v0.9.0
10962026-06-26T04:09:07.796Z Downloaded unit-prefix v0.5.2
10972026-06-26T04:09:07.796Z Downloaded unicode-truncate v1.1.0
10982026-06-26T04:09:07.796Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-06-26T04:09:07.796Z Downloaded utf-8 v0.7.6
11002026-06-26T04:09:07.796Z Downloaded usdt v0.6.0
11012026-06-26T04:09:07.796Z Downloaded socket2 v0.6.3
11022026-06-26T04:09:07.796Z Downloaded hashbrown v0.16.1
11032026-06-26T04:09:07.796Z Downloaded tokio-native-tls v0.3.1
11042026-06-26T04:09:07.797Z Downloaded toml_writer v1.0.6+spec-1.1.0
11052026-06-26T04:09:07.797Z Downloaded tokio-rustls v0.25.0
11062026-06-26T04:09:07.797Z Downloaded usdt-macro v0.6.0
11072026-06-26T04:09:07.797Z Downloaded rand v0.9.2
11082026-06-26T04:09:07.797Z Downloaded rsa v0.9.10
11092026-06-26T04:09:07.797Z Downloaded rand v0.10.0
11102026-06-26T04:09:07.797Z Downloaded wait-timeout v0.2.1
11112026-06-26T04:09:07.797Z Downloaded tui-tree-widget v0.23.1
11122026-06-26T04:09:07.797Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-06-26T04:09:07.797Z Downloaded rand v0.8.6
11142026-06-26T04:09:07.797Z Downloaded schemars v0.8.22
11152026-06-26T04:09:07.797Z Downloaded trait-variant v0.1.2
11162026-06-26T04:09:07.797Z Downloaded qorb v0.4.1
11172026-06-26T04:09:07.797Z Downloaded want v0.3.1
11182026-06-26T04:09:07.797Z Downloaded tokio-stream v0.1.18
11192026-06-26T04:09:07.797Z Downloaded futures-util v0.3.32
11202026-06-26T04:09:07.797Z Downloaded waitgroup v0.1.2
11212026-06-26T04:09:07.797Z Downloaded tls_codec v0.4.2
11222026-06-26T04:09:07.797Z Downloaded rustls-webpki v0.103.9
11232026-06-26T04:09:07.822Z Downloaded hyper v1.8.1
11242026-06-26T04:09:07.822Z Downloaded schemars v1.2.1
11252026-06-26T04:09:07.822Z Downloaded usdt-impl v0.6.0
11262026-06-26T04:09:07.822Z Downloaded unicase v2.9.0
11272026-06-26T04:09:07.822Z Downloaded tokio-rustls v0.26.4
11282026-06-26T04:09:07.822Z Downloaded term v1.2.1
11292026-06-26T04:09:07.822Z Downloaded xattr v1.6.1
11302026-06-26T04:09:07.822Z Downloaded samael v0.0.19
11312026-06-26T04:09:07.822Z Downloaded zeroize_derive v1.4.3
11322026-06-26T04:09:07.822Z Downloaded xshell-macros v0.2.7
11332026-06-26T04:09:07.822Z Downloaded vergen-git2 v9.1.0
11342026-06-26T04:09:07.823Z Downloaded spin v0.9.8
11352026-06-26T04:09:07.823Z Downloaded socket2 v0.5.10
11362026-06-26T04:09:07.823Z Downloaded libxml v0.3.3
11372026-06-26T04:09:07.844Z Downloaded zone_cfg_derive v0.3.1
11382026-06-26T04:09:07.844Z Downloaded num-bigint-dig v0.8.6
11392026-06-26T04:09:07.844Z Downloaded subprocess v0.2.15
11402026-06-26T04:09:07.844Z Downloaded tokio-rustls v0.24.1
11412026-06-26T04:09:07.844Z Downloaded hkdf v0.12.4
11422026-06-26T04:09:07.844Z Downloaded vergen-gitcl v1.0.8
11432026-06-26T04:09:07.844Z Downloaded aho-corasick v1.1.4
11442026-06-26T04:09:07.844Z Downloaded void v1.0.2
11452026-06-26T04:09:07.844Z Downloaded tinyvec v1.10.0
11462026-06-26T04:09:07.844Z Downloaded zone v0.3.1
11472026-06-26T04:09:07.844Z Downloaded twox-hash v2.1.2
11482026-06-26T04:09:07.844Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-06-26T04:09:07.844Z Downloaded nom v8.0.0
11502026-06-26T04:09:07.844Z Downloaded vsss-rs v3.3.4
11512026-06-26T04:09:07.844Z Downloaded tracing-attributes v0.1.31
11522026-06-26T04:09:07.850Z Downloaded test-strategy v0.4.5
11532026-06-26T04:09:07.850Z Downloaded whoami v1.6.1
11542026-06-26T04:09:07.851Z Downloaded vergen-lib v0.1.6
11552026-06-26T04:09:07.851Z Downloaded whoami v2.1.0
11562026-06-26T04:09:07.851Z Downloaded iri-string v0.7.10
11572026-06-26T04:09:07.851Z Downloaded unicode-properties v0.1.4
11582026-06-26T04:09:07.866Z Downloaded h2 v0.4.13
11592026-06-26T04:09:07.866Z Downloaded snafu v0.8.9
11602026-06-26T04:09:07.897Z Downloaded toml v0.7.8
11612026-06-26T04:09:07.897Z Downloaded tar v0.4.45
11622026-06-26T04:09:07.897Z Downloaded uzers v0.12.2
11632026-06-26T04:09:07.897Z Downloaded xshell v0.2.7
11642026-06-26T04:09:07.897Z Downloaded wyz v0.5.1
11652026-06-26T04:09:07.897Z Downloaded libm v0.2.16
11662026-06-26T04:09:07.921Z Downloaded vergen v9.1.0
11672026-06-26T04:09:07.921Z Downloaded toml v1.0.6+spec-1.1.0
11682026-06-26T04:09:07.921Z Downloaded russh v0.45.0
11692026-06-26T04:09:07.921Z Downloaded serde_with v1.14.0
11702026-06-26T04:09:07.921Z Downloaded vergen-lib v9.1.0
11712026-06-26T04:09:07.921Z Downloaded zeroize v1.8.2
11722026-06-26T04:09:07.921Z Downloaded tungstenite v0.23.0
11732026-06-26T04:09:07.921Z Downloaded zstd v0.13.3
11742026-06-26T04:09:07.922Z Downloaded typify v0.6.2
11752026-06-26T04:09:07.922Z Downloaded steno v0.4.1
11762026-06-26T04:09:07.922Z Downloaded bitvec v1.0.1
11772026-06-26T04:09:07.974Z Downloaded iddqd v0.4.2
11782026-06-26T04:09:07.974Z Downloaded unicode-bidi v0.3.18
11792026-06-26T04:09:07.974Z Downloaded blake3 v1.8.5
11802026-06-26T04:09:07.974Z Downloaded zstd-safe v7.2.4
11812026-06-26T04:09:07.974Z Downloaded p521 v0.13.3
11822026-06-26T04:09:07.974Z Downloaded rpassword v7.4.0
11832026-06-26T04:09:07.974Z Downloaded itertools v0.14.0
11842026-06-26T04:09:07.974Z Downloaded zerocopy v0.6.6
11852026-06-26T04:09:07.974Z Downloaded uuid v1.23.0
11862026-06-26T04:09:08.017Z Downloaded bindgen v0.71.1
11872026-06-26T04:09:08.017Z Downloaded rustyline v14.0.0
11882026-06-26T04:09:08.017Z Downloaded walkdir v2.5.0
11892026-06-26T04:09:08.018Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-06-26T04:09:08.018Z Downloaded tracing-core v0.1.36
11912026-06-26T04:09:08.018Z Downloaded tungstenite v0.21.0
11922026-06-26T04:09:08.018Z Downloaded vte v0.14.1
11932026-06-26T04:09:08.018Z Downloaded tokio-postgres v0.7.16
11942026-06-26T04:09:08.018Z Downloaded yasna v0.5.2
11952026-06-26T04:09:08.018Z Downloaded reedline v0.40.0
11962026-06-26T04:09:08.018Z Downloaded unsafe-libyaml v0.2.11
11972026-06-26T04:09:08.018Z Downloaded chrono v0.4.44
11982026-06-26T04:09:08.059Z Downloaded toml_edit v0.19.15
11992026-06-26T04:09:08.059Z Downloaded ssh-key v0.6.7
12002026-06-26T04:09:08.059Z Downloaded yansi v1.0.1
12012026-06-26T04:09:08.059Z Downloaded regex v1.12.3
12022026-06-26T04:09:08.059Z Downloaded reqwest v0.13.2
12032026-06-26T04:09:08.059Z Downloaded zip v0.6.6
12042026-06-26T04:09:08.059Z Downloaded p384 v0.13.1
12052026-06-26T04:09:08.059Z Downloaded git2 v0.20.4
12062026-06-26T04:09:08.059Z Downloaded reqwest v0.12.28
12072026-06-26T04:09:08.125Z Downloaded aws-lc-rs v1.16.3
12082026-06-26T04:09:08.125Z Downloaded unicode_categories v0.1.1
12092026-06-26T04:09:08.125Z Downloaded zopfli v0.8.3
12102026-06-26T04:09:08.125Z Downloaded lalrpop v0.19.12
12112026-06-26T04:09:08.143Z Downloaded rustls-webpki v0.101.7
12122026-06-26T04:09:08.143Z Downloaded zerocopy-derive v0.8.40
12132026-06-26T04:09:08.143Z Downloaded x509-cert v0.2.5
12142026-06-26T04:09:08.143Z Downloaded salty v0.3.0
12152026-06-26T04:09:08.143Z Downloaded moka v0.12.13
12162026-06-26T04:09:08.143Z Downloaded proptest v1.10.0
12172026-06-26T04:09:08.143Z Downloaded portable-atomic v1.13.1
12182026-06-26T04:09:08.143Z Downloaded typed-path v0.9.3
12192026-06-26T04:09:08.143Z Downloaded rayon v1.11.0
12202026-06-26T04:09:08.143Z Downloaded tower v0.5.3
12212026-06-26T04:09:08.143Z Downloaded tokio-util v0.7.18
12222026-06-26T04:09:08.143Z Downloaded unicode-normalization v0.1.25
12232026-06-26T04:09:08.143Z Downloaded quick-xml v0.37.5
12242026-06-26T04:09:08.222Z Downloaded goblin v0.10.5
12252026-06-26T04:09:08.223Z Downloaded unicode-segmentation v1.12.0
12262026-06-26T04:09:08.223Z Downloaded tower-http v0.6.8
12272026-06-26T04:09:08.223Z Downloaded zip v4.6.1
12282026-06-26T04:09:08.256Z Downloaded rustls-webpki v0.102.8
12292026-06-26T04:09:08.256Z Downloaded serde_with v3.17.0
12302026-06-26T04:09:08.256Z Downloaded object v0.30.4
12312026-06-26T04:09:08.256Z Downloaded tough v0.22.0
12322026-06-26T04:09:08.256Z Downloaded curve25519-dalek v4.1.3
12332026-06-26T04:09:08.256Z Downloaded radix_trie v0.2.1
12342026-06-26T04:09:08.256Z Downloaded nix v0.27.1
12352026-06-26T04:09:08.256Z Downloaded quinn-proto v0.11.13
12362026-06-26T04:09:08.256Z Downloaded petname v2.0.2
12372026-06-26T04:09:08.256Z Downloaded winnow v0.5.40
12382026-06-26T04:09:08.268Z Downloaded polar-core v0.27.3
12392026-06-26T04:09:08.268Z Downloaded bstr v1.12.1
12402026-06-26T04:09:08.288Z Downloaded nix v0.28.0
12412026-06-26T04:09:08.288Z Downloaded winnow v0.6.26
12422026-06-26T04:09:08.328Z Downloaded time v0.3.47
12432026-06-26T04:09:08.328Z Downloaded rustls v0.21.12
12442026-06-26T04:09:08.328Z Downloaded regex-syntax v0.6.29
12452026-06-26T04:09:08.372Z Downloaded zlib-rs v0.6.2
12462026-06-26T04:09:08.372Z Downloaded tabled v0.20.0
12472026-06-26T04:09:08.372Z Downloaded smoltcp v0.9.1
12482026-06-26T04:09:08.372Z Downloaded object v0.37.3
12492026-06-26T04:09:08.372Z Downloaded dropshot v0.17.0
12502026-06-26T04:09:08.372Z Downloaded vcpkg v0.2.15
12512026-06-26T04:09:08.406Z Downloaded nix v0.31.2
12522026-06-26T04:09:08.406Z Downloaded hickory-proto v0.24.4
12532026-06-26T04:09:08.406Z Downloaded smoltcp v0.11.0
12542026-06-26T04:09:08.418Z Downloaded openapiv3 v2.2.0
12552026-06-26T04:09:08.418Z Downloaded webpki-roots v1.0.6
12562026-06-26T04:09:08.418Z Downloaded hickory-proto v0.25.2
12572026-06-26T04:09:08.418Z Downloaded rustls v0.23.37
12582026-06-26T04:09:08.418Z Downloaded regex-syntax v0.8.10
12592026-06-26T04:09:08.418Z Downloaded regress v0.10.5
12602026-06-26T04:09:08.439Z Downloaded rustix v0.38.44
12612026-06-26T04:09:08.531Z Downloaded zerocopy v0.8.40
12622026-06-26T04:09:08.531Z Downloaded rustls v0.22.4
12632026-06-26T04:09:08.531Z Downloaded diesel v2.3.7
12642026-06-26T04:09:08.633Z Downloaded regress v0.11.1
12652026-06-26T04:09:08.633Z Downloaded openssl v0.10.79
12662026-06-26T04:09:08.633Z Downloaded sled v0.34.7
12672026-06-26T04:09:08.633Z Downloaded ratatui v0.29.0
12682026-06-26T04:09:08.633Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-06-26T04:09:08.633Z Downloaded sqlparser v0.61.0
12702026-06-26T04:09:08.634Z Downloaded regex-automata v0.4.14
12712026-06-26T04:09:08.634Z Downloaded typify-impl v0.6.2
12722026-06-26T04:09:08.653Z Downloaded tracing v0.1.44
12732026-06-26T04:09:08.653Z Downloaded jiff v0.2.21
12742026-06-26T04:09:08.653Z Downloaded chrono-tz v0.10.4
12752026-06-26T04:09:08.653Z Downloaded libz-sys v1.1.24
12762026-06-26T04:09:08.653Z Downloaded zerocopy-derive v0.6.6
12772026-06-26T04:09:08.653Z Downloaded tokio v1.52.1
12782026-06-26T04:09:08.653Z Downloaded petgraph v0.6.5
12792026-06-26T04:09:08.685Z Downloaded csv v1.4.0
12802026-06-26T04:09:08.703Z Downloaded petgraph v0.8.3
12812026-06-26T04:09:08.757Z Downloaded sha3 v0.10.8
12822026-06-26T04:09:08.787Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-06-26T04:09:09.244Z Downloaded encoding_rs v0.8.35
12842026-06-26T04:09:09.261Z Downloaded ring v0.17.14
12852026-06-26T04:09:09.261Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-06-26T04:09:09.261Z Downloaded aws-lc-sys v0.40.0
12872026-06-26T04:09:09.512Z Compiling libc v0.2.185
12882026-06-26T04:09:09.512Z Compiling serde v1.0.228
12892026-06-26T04:09:09.604Z Compiling log v0.4.29
12902026-06-26T04:09:09.604Z Compiling find-msvc-tools v0.1.9
12912026-06-26T04:09:09.605Z Compiling shlex v1.3.0
12922026-06-26T04:09:09.605Z Compiling smallvec v1.15.1
12932026-06-26T04:09:09.605Z Compiling typenum v1.19.0
12942026-06-26T04:09:09.605Z Compiling subtle v2.6.1
12952026-06-26T04:09:09.683Z Compiling generic-array v0.14.7
12962026-06-26T04:09:09.683Z Compiling scopeguard v1.2.0
12972026-06-26T04:09:09.770Z Compiling const-oid v0.9.6
12982026-06-26T04:09:09.770Z Compiling serde_json v1.0.149
12992026-06-26T04:09:09.804Z Compiling syn v2.0.117
13002026-06-26T04:09:09.804Z Compiling zerocopy v0.8.40
13012026-06-26T04:09:09.804Z Compiling portable-atomic v1.13.1
13022026-06-26T04:09:09.804Z Compiling pin-project-lite v0.2.17
13032026-06-26T04:09:09.804Z Compiling lock_api v0.4.14
13042026-06-26T04:09:09.929Z Compiling parking_lot_core v0.9.12
13052026-06-26T04:09:09.929Z Compiling pkg-config v0.3.32
13062026-06-26T04:09:10.029Z Compiling bitflags v2.11.0
13072026-06-26T04:09:10.029Z Compiling critical-section v1.2.0
13082026-06-26T04:09:10.029Z Compiling libm v0.2.16
13092026-06-26T04:09:10.029Z Compiling futures-core v0.3.32
13102026-06-26T04:09:10.029Z Compiling num-traits v0.2.19
13112026-06-26T04:09:10.122Z Compiling percent-encoding v2.3.2
13122026-06-26T04:09:10.122Z Compiling futures-sink v0.3.32
13132026-06-26T04:09:10.122Z Compiling getrandom v0.4.1
13142026-06-26T04:09:10.122Z Compiling futures-io v0.3.32
13152026-06-26T04:09:10.166Z Compiling cpufeatures v0.2.17
13162026-06-26T04:09:10.166Z Compiling futures-channel v0.3.32
13172026-06-26T04:09:10.166Z Compiling futures-task v0.3.32
13182026-06-26T04:09:10.206Z Compiling slab v0.4.12
13192026-06-26T04:09:10.230Z Compiling rand_core v0.10.0
13202026-06-26T04:09:10.231Z Compiling indexmap v2.14.0
13212026-06-26T04:09:10.357Z Compiling rustversion v1.0.22
13222026-06-26T04:09:10.863Z Compiling getrandom v0.3.4
13232026-06-26T04:09:10.877Z Compiling form_urlencoded v1.2.2
13242026-06-26T04:09:10.877Z Compiling dunce v1.0.5
13252026-06-26T04:09:10.877Z Compiling fs_extra v1.3.0
13262026-06-26T04:09:10.877Z Compiling ident_case v1.0.1
13272026-06-26T04:09:10.877Z Compiling base64ct v1.8.3
13282026-06-26T04:09:10.877Z Compiling rustix v1.1.3
13292026-06-26T04:09:10.877Z Compiling flagset v0.4.7
13302026-06-26T04:09:10.877Z Compiling iana-time-zone v0.1.65
13312026-06-26T04:09:10.877Z Compiling getrandom v0.2.17
13322026-06-26T04:09:10.877Z Compiling jobserver v0.1.34
13332026-06-26T04:09:10.877Z Compiling errno v0.3.14
13342026-06-26T04:09:10.877Z Compiling mio v1.2.0
13352026-06-26T04:09:10.877Z Compiling socket2 v0.6.3
13362026-06-26T04:09:10.878Z Compiling rand_core v0.6.4
13372026-06-26T04:09:10.878Z Compiling once_cell v1.21.3
13382026-06-26T04:09:10.878Z Compiling cc v1.2.56
13392026-06-26T04:09:10.878Z Compiling signal-hook-registry v1.4.8
13402026-06-26T04:09:10.927Z Compiling parking_lot v0.12.5
13412026-06-26T04:09:10.993Z Compiling pem-rfc7468 v0.7.0
13422026-06-26T04:09:11.073Z Compiling regex-syntax v0.8.10
13432026-06-26T04:09:11.073Z Compiling vcpkg v0.2.15
13442026-06-26T04:09:11.220Z Compiling aws-lc-rs v1.16.3
13452026-06-26T04:09:11.220Z Compiling tracing-core v0.1.36
13462026-06-26T04:09:11.307Z Compiling uuid v1.23.0
13472026-06-26T04:09:11.307Z Compiling rustc_version v0.4.1
13482026-06-26T04:09:11.307Z Compiling base64 v0.22.1
13492026-06-26T04:09:11.366Z Compiling rand_core v0.9.5
13502026-06-26T04:09:11.366Z Compiling untrusted v0.9.0
13512026-06-26T04:09:11.388Z Compiling openssl-probe v0.2.1
13522026-06-26T04:09:11.390Z Compiling untrusted v0.7.1
13532026-06-26T04:09:11.429Z Compiling httparse v1.10.1
13542026-06-26T04:09:11.537Z Compiling tinyvec_macros v0.1.1
13552026-06-26T04:09:11.600Z Compiling tinyvec v1.10.0
13562026-06-26T04:09:11.600Z Compiling aho-corasick v1.1.4
13572026-06-26T04:09:11.600Z Compiling dyn-clone v1.0.20
13582026-06-26T04:09:11.600Z Compiling tower-service v0.3.3
13592026-06-26T04:09:11.600Z Compiling cmake v0.1.57
13602026-06-26T04:09:11.635Z Compiling schemars v0.8.22
13612026-06-26T04:09:11.635Z Compiling atomic-waker v1.1.2
13622026-06-26T04:09:11.635Z Compiling try-lock v0.2.5
13632026-06-26T04:09:11.706Z Compiling tower-layer v0.3.3
13642026-06-26T04:09:11.829Z Compiling rustls v0.23.37
13652026-06-26T04:09:11.855Z Compiling httpdate v1.0.3
13662026-06-26T04:09:11.855Z Compiling want v0.3.1
13672026-06-26T04:09:11.855Z Compiling foreign-types-shared v0.1.1
13682026-06-26T04:09:11.855Z Compiling pin-utils v0.1.0
13692026-06-26T04:09:11.898Z Compiling openssl v0.10.79
13702026-06-26T04:09:11.996Z Compiling unicode-normalization v0.1.25
13712026-06-26T04:09:12.065Z Compiling foreign-types v0.3.2
13722026-06-26T04:09:12.065Z Compiling socket2 v0.5.10
13732026-06-26T04:09:12.065Z Compiling spin v0.9.8
13742026-06-26T04:09:12.065Z Compiling crc32fast v1.5.0
13752026-06-26T04:09:12.065Z Compiling num-conv v0.2.0
13762026-06-26T04:09:12.065Z Compiling time-core v0.1.8
13772026-06-26T04:09:12.145Z Compiling native-tls v0.2.18
13782026-06-26T04:09:12.145Z Compiling powerfmt v0.2.0
13792026-06-26T04:09:12.145Z Compiling wait-timeout v0.2.1
13802026-06-26T04:09:12.198Z Compiling sync_wrapper v1.0.2
13812026-06-26T04:09:12.198Z Compiling siphasher v1.0.2
13822026-06-26T04:09:12.269Z Compiling time-macros v0.2.27
13832026-06-26T04:09:12.269Z Compiling tempfile v3.25.0
13842026-06-26T04:09:12.383Z Compiling deranged v0.5.8
13852026-06-26T04:09:12.383Z Compiling bit-vec v0.8.0
13862026-06-26T04:09:12.383Z Compiling crossbeam-utils v0.8.21
13872026-06-26T04:09:12.383Z Compiling usdt-impl v0.6.0
13882026-06-26T04:09:12.407Z Compiling quick-error v1.2.3
13892026-06-26T04:09:12.407Z Compiling simd-adler32 v0.3.8
13902026-06-26T04:09:12.408Z Compiling syn v1.0.109
13912026-06-26T04:09:12.408Z Compiling num_threads v0.1.7
13922026-06-26T04:09:12.435Z Compiling unicode-segmentation v1.12.0
13932026-06-26T04:09:12.528Z Compiling bit-set v0.8.0
13942026-06-26T04:09:12.616Z Compiling rusty-fork v0.3.1
13952026-06-26T04:09:12.616Z Compiling regex-automata v0.4.14
13962026-06-26T04:09:12.616Z Compiling aws-lc-sys v0.40.0
13972026-06-26T04:09:12.722Z Compiling ring v0.17.14
13982026-06-26T04:09:12.723Z Compiling openssl-sys v0.9.115
13992026-06-26T04:09:12.727Z Compiling synstructure v0.13.2
14002026-06-26T04:09:12.727Z Compiling pest_generator v2.8.6
14012026-06-26T04:09:12.727Z Compiling serde_derive_internals v0.29.1
14022026-06-26T04:09:12.783Z Compiling darling_core v0.20.11
14032026-06-26T04:09:12.783Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-26T04:09:12.895Z Compiling darling_core v0.21.3
14052026-06-26T04:09:12.910Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-06-26T04:09:13.250Z Compiling slog v2.8.2
14072026-06-26T04:09:13.297Z Compiling heapless v0.7.17
14082026-06-26T04:09:13.418Z Compiling time v0.3.47
14092026-06-26T04:09:13.433Z Compiling rand_xorshift v0.4.0
14102026-06-26T04:09:13.433Z Compiling thread-id v5.1.0
14112026-06-26T04:09:13.442Z Compiling cookie v0.18.1
14122026-06-26T04:09:13.460Z Compiling anyhow v1.0.102
14132026-06-26T04:09:13.475Z Compiling adler2 v2.0.1
14142026-06-26T04:09:13.550Z Compiling unicode-bidi v0.3.18
14152026-06-26T04:09:13.615Z Compiling signal-hook v0.3.18
14162026-06-26T04:09:13.723Z Compiling iri-string v0.7.10
14172026-06-26T04:09:13.723Z Compiling zstd-safe v7.2.4
14182026-06-26T04:09:13.723Z Compiling allocator-api2 v0.2.21
14192026-06-26T04:09:13.791Z Compiling ryu v1.0.23
14202026-06-26T04:09:13.791Z Compiling unicode-properties v0.1.4
14212026-06-26T04:09:13.848Z Compiling paste v1.0.15
14222026-06-26T04:09:13.848Z Compiling unarray v0.1.4
14232026-06-26T04:09:13.958Z Compiling stringprep v0.1.5
14242026-06-26T04:09:14.023Z Compiling miniz_oxide v0.8.9
14252026-06-26T04:09:14.126Z Compiling heck v0.4.1
14262026-06-26T04:09:14.179Z Compiling num-integer v0.1.46
14272026-06-26T04:09:14.372Z Compiling vergen-lib v9.1.0
14282026-06-26T04:09:14.437Z Compiling serde_derive v1.0.228
14292026-06-26T04:09:14.437Z Compiling zeroize_derive v1.4.3
14302026-06-26T04:09:14.494Z Compiling zerofrom-derive v0.1.6
14312026-06-26T04:09:14.586Z Compiling yoke-derive v0.8.1
14322026-06-26T04:09:14.648Z Compiling zerocopy-derive v0.8.40
14332026-06-26T04:09:14.648Z Compiling zerovec-derive v0.11.2
14342026-06-26T04:09:14.800Z Compiling displaydoc v0.2.5
14352026-06-26T04:09:15.060Z Compiling tokio-macros v2.7.0
14362026-06-26T04:09:15.089Z Compiling futures-macro v0.3.32
14372026-06-26T04:09:15.099Z Compiling zeroize v1.8.2
14382026-06-26T04:09:15.158Z Compiling der_derive v0.7.3
14392026-06-26T04:09:15.488Z Compiling rustls-pki-types v1.14.0
14402026-06-26T04:09:15.563Z Compiling thiserror-impl v2.0.18
14412026-06-26T04:09:15.765Z Compiling tracing-attributes v0.1.31
14422026-06-26T04:09:15.781Z Compiling scroll_derive v0.13.1
14432026-06-26T04:09:15.818Z Compiling schemars_derive v0.8.22
14442026-06-26T04:09:15.918Z Compiling crypto-common v0.1.7
14452026-06-26T04:09:15.936Z Compiling zerofrom v0.1.6
14462026-06-26T04:09:15.954Z Compiling block-buffer v0.10.4
14472026-06-26T04:09:15.987Z Compiling futures-util v0.3.32
14482026-06-26T04:09:16.065Z Compiling yoke v0.8.1
14492026-06-26T04:09:16.080Z Compiling block-padding v0.3.3
14502026-06-26T04:09:16.154Z Compiling digest v0.10.7
14512026-06-26T04:09:16.185Z Compiling der v0.7.10
14522026-06-26T04:09:16.253Z Compiling zerovec v0.11.5
14532026-06-26T04:09:16.267Z Compiling zerotrie v0.2.3
14542026-06-26T04:09:16.424Z Compiling hmac v0.12.1
14552026-06-26T04:09:16.612Z Compiling inout v0.1.4
14562026-06-26T04:09:16.630Z Compiling sha2 v0.10.9
14572026-06-26T04:09:16.645Z Compiling pbkdf2 v0.12.2
14582026-06-26T04:09:16.752Z Compiling pest_derive v2.8.6
14592026-06-26T04:09:16.834Z Compiling tinystr v0.8.2
14602026-06-26T04:09:16.855Z Compiling potential_utf v0.1.4
14612026-06-26T04:09:16.870Z Compiling cipher v0.4.4
14622026-06-26T04:09:17.023Z Compiling icu_locale_core v2.1.1
14632026-06-26T04:09:17.042Z Compiling icu_collections v2.1.1
14642026-06-26T04:09:17.061Z Compiling thiserror v2.0.18
14652026-06-26T04:09:17.158Z Compiling spki v0.7.3
14662026-06-26T04:09:17.187Z Compiling salsa20 v0.10.2
14672026-06-26T04:09:17.209Z Compiling tracing v0.1.44
14682026-06-26T04:09:17.224Z Compiling cbc v0.1.2
14692026-06-26T04:09:17.239Z Compiling aes v0.8.4
14702026-06-26T04:09:17.347Z Compiling scrypt v0.11.0
14712026-06-26T04:09:17.397Z Compiling scroll v0.13.0
14722026-06-26T04:09:17.397Z Compiling darling_macro v0.20.11
14732026-06-26T04:09:17.493Z Compiling openssl-macros v0.1.1
14742026-06-26T04:09:17.524Z Compiling rustls-native-certs v0.8.3
14752026-06-26T04:09:17.557Z Compiling dtrace-parser v0.3.0
14762026-06-26T04:09:17.617Z Compiling signature v2.2.0
14772026-06-26T04:09:17.683Z Compiling icu_provider v2.1.1
14782026-06-26T04:09:17.816Z Compiling pkcs5 v0.7.1
14792026-06-26T04:09:17.841Z Compiling bytes v1.11.1
14802026-06-26T04:09:17.929Z Compiling icu_normalizer v2.1.1
14812026-06-26T04:09:17.932Z Compiling icu_properties v2.1.2
14822026-06-26T04:09:17.944Z Compiling chrono v0.4.44
14832026-06-26T04:09:17.975Z Compiling ipnet v2.11.0
14842026-06-26T04:09:17.990Z Compiling darling v0.20.11
14852026-06-26T04:09:18.086Z Compiling goblin v0.10.5
14862026-06-26T04:09:18.107Z Compiling derive_builder_core v0.20.2
14872026-06-26T04:09:18.323Z Compiling tokio v1.52.1
14882026-06-26T04:09:18.339Z Compiling http v1.4.0
14892026-06-26T04:09:18.342Z Compiling pkcs8 v0.10.2
14902026-06-26T04:09:18.416Z Compiling webpki-roots v1.0.6
14912026-06-26T04:09:18.486Z Compiling scroll_derive v0.12.1
14922026-06-26T04:09:18.499Z Compiling thiserror-impl v1.0.69
14932026-06-26T04:09:18.514Z Compiling serde_tokenstream v0.2.3
14942026-06-26T04:09:18.554Z Compiling erased-serde v0.3.31
14952026-06-26T04:09:18.689Z Compiling serde_spanned v0.6.9
14962026-06-26T04:09:18.853Z Compiling idna_adapter v1.2.1
14972026-06-26T04:09:18.867Z Compiling toml_datetime v0.6.11
14982026-06-26T04:09:19.012Z Compiling idna v1.1.0
14992026-06-26T04:09:19.015Z Compiling http-body v1.0.1
15002026-06-26T04:09:19.064Z Compiling ppv-lite86 v0.2.21
15012026-06-26T04:09:19.078Z Compiling derive_builder_macro v0.20.2
15022026-06-26T04:09:19.095Z Compiling serde_urlencoded v0.7.1
15032026-06-26T04:09:19.145Z Compiling http-body-util v0.1.3
15042026-06-26T04:09:19.205Z Compiling md-5 v0.10.6
15052026-06-26T04:09:19.217Z Compiling scroll v0.12.0
15062026-06-26T04:09:19.244Z Compiling darling_macro v0.21.3
15072026-06-26T04:09:19.284Z Compiling bstr v1.12.1
15082026-06-26T04:09:19.364Z Compiling url v2.5.8
15092026-06-26T04:09:19.380Z Compiling rand_chacha v0.9.0
15102026-06-26T04:09:19.398Z Compiling rand_chacha v0.3.1
15112026-06-26T04:09:19.411Z Compiling pin-project-internal v1.1.11
15122026-06-26T04:09:19.420Z Compiling async-trait v0.1.89
15132026-06-26T04:09:19.505Z Compiling zerocopy-derive v0.7.35
15142026-06-26T04:09:19.591Z Compiling rand v0.9.2
15152026-06-26T04:09:19.727Z Compiling curve25519-dalek v4.1.3
15162026-06-26T04:09:19.772Z Compiling ff v0.13.1
15172026-06-26T04:09:19.812Z Compiling thiserror v1.0.69
15182026-06-26T04:09:19.927Z Compiling hash32 v0.2.1
15192026-06-26T04:09:19.950Z Compiling memoffset v0.9.1
15202026-06-26T04:09:20.060Z Compiling encoding_rs v0.8.35
15212026-06-26T04:09:20.080Z Compiling cfg_aliases v0.2.1
15222026-06-26T04:09:20.149Z Compiling rustix v0.38.44
15232026-06-26T04:09:20.165Z Compiling proptest v1.10.0
15242026-06-26T04:09:20.177Z Compiling zlib-rs v0.6.2
15252026-06-26T04:09:20.190Z Compiling mime v0.3.17
15262026-06-26T04:09:20.206Z Compiling num-bigint-dig v0.8.6
15272026-06-26T04:09:20.444Z Compiling base16ct v0.2.0
15282026-06-26T04:09:20.451Z Compiling smoltcp v0.9.1
15292026-06-26T04:09:20.465Z Compiling litrs v1.0.0
15302026-06-26T04:09:20.479Z Compiling psl-types v2.0.11
15312026-06-26T04:09:20.514Z Compiling fallible-iterator v0.2.0
15322026-06-26T04:09:20.545Z Compiling ref-cast v1.0.25
15332026-06-26T04:09:20.565Z Compiling sec1 v0.7.3
15342026-06-26T04:09:20.580Z Compiling pin-project v1.1.11
15352026-06-26T04:09:20.612Z Compiling publicsuffix v2.3.0
15362026-06-26T04:09:20.691Z Compiling ipnetwork v0.21.1
15372026-06-26T04:09:20.805Z Compiling dof v0.4.0
15382026-06-26T04:09:20.835Z Compiling postgres-protocol v0.6.10
15392026-06-26T04:09:20.864Z Compiling zerocopy v0.7.35
15402026-06-26T04:09:20.897Z Compiling nix v0.31.2
15412026-06-26T04:09:20.935Z Compiling oxnet v0.1.6
15422026-06-26T04:09:20.987Z Compiling document-features v0.2.12
15432026-06-26T04:09:21.120Z Compiling group v0.13.0
15442026-06-26T04:09:21.166Z Compiling darling v0.21.3
15452026-06-26T04:09:21.238Z Compiling rand v0.8.6
15462026-06-26T04:09:21.249Z Compiling derive_builder v0.20.2
15472026-06-26T04:09:21.288Z Compiling goblin v0.8.2
15482026-06-26T04:09:21.388Z Compiling futures-executor v0.3.32
15492026-06-26T04:09:21.403Z Compiling hubpack_derive v0.1.1
15502026-06-26T04:09:21.416Z Compiling hex v0.4.3
15512026-06-26T04:09:21.444Z Compiling hkdf v0.12.4
15522026-06-26T04:09:21.541Z Compiling crypto-bigint v0.5.5
15532026-06-26T04:09:21.604Z Compiling regex v1.12.3
15542026-06-26T04:09:21.707Z Compiling num-iter v0.1.45
15552026-06-26T04:09:21.775Z Compiling strum_macros v0.27.2
15562026-06-26T04:09:21.802Z Compiling daft-derive v0.1.7
15572026-06-26T04:09:21.909Z Compiling snafu-derive v0.8.9
15582026-06-26T04:09:21.935Z Compiling curve25519-dalek-derive v0.1.1
15592026-06-26T04:09:22.023Z Compiling ref-cast-impl v1.0.25
15602026-06-26T04:09:22.106Z Compiling tokio-util v0.7.18
15612026-06-26T04:09:22.138Z Compiling tower v0.5.3
15622026-06-26T04:09:22.155Z Compiling tokio-native-tls v0.3.1
15632026-06-26T04:09:22.561Z Compiling tower-http v0.6.8
15642026-06-26T04:09:22.603Z Compiling newtype-uuid v1.3.2
15652026-06-26T04:09:22.620Z Compiling phf_shared v0.13.1
15662026-06-26T04:09:22.639Z Compiling terminal_size v0.4.3
15672026-06-26T04:09:22.686Z Compiling lazy_static v1.5.0
15682026-06-26T04:09:22.710Z Compiling anstyle-parse v0.2.7
15692026-06-26T04:09:22.747Z Compiling vergen v9.1.0
15702026-06-26T04:09:22.785Z Compiling h2 v0.4.13
15712026-06-26T04:09:22.800Z Compiling cargo-platform v0.3.2
15722026-06-26T04:09:22.877Z Compiling fs-err v3.3.0
15732026-06-26T04:09:22.912Z Compiling ahash v0.8.12
15742026-06-26T04:09:22.949Z Compiling same-file v1.0.6
15752026-06-26T04:09:22.966Z Compiling foldhash v0.1.5
15762026-06-26T04:09:22.995Z Compiling libbz2-rs-sys v0.2.2
15772026-06-26T04:09:23.085Z Compiling flate2 v1.1.9
15782026-06-26T04:09:23.089Z Compiling winnow v0.5.40
15792026-06-26T04:09:23.129Z Compiling bumpalo v3.20.2
15802026-06-26T04:09:23.144Z Compiling managed v0.8.0
15812026-06-26T04:09:23.159Z Compiling object v0.37.3
15822026-06-26T04:09:23.173Z Compiling bitflags v1.3.2
15832026-06-26T04:09:23.258Z Compiling foldhash v0.2.0
15842026-06-26T04:09:23.374Z Compiling zopfli v0.8.3
15852026-06-26T04:09:23.471Z Compiling hashbrown v0.16.1
15862026-06-26T04:09:23.495Z Compiling bzip2 v0.6.1
15872026-06-26T04:09:23.526Z Compiling hashbrown v0.15.5
15882026-06-26T04:09:23.566Z Compiling dof v0.3.0
15892026-06-26T04:09:23.767Z Compiling walkdir v2.5.0
15902026-06-26T04:09:23.789Z Compiling cargo_metadata v0.23.1
15912026-06-26T04:09:23.851Z Compiling strum v0.27.2
15922026-06-26T04:09:23.871Z Compiling clap_builder v4.6.0
15932026-06-26T04:09:23.933Z Compiling snafu v0.8.9
15942026-06-26T04:09:24.028Z Compiling anstream v0.6.21
15952026-06-26T04:09:24.083Z Compiling daft v0.1.7
15962026-06-26T04:09:24.098Z Compiling phf v0.13.1
15972026-06-26T04:09:24.277Z Compiling signal-hook-mio v0.2.5
15982026-06-26T04:09:24.293Z Compiling elliptic-curve v0.13.8
15992026-06-26T04:09:24.329Z Compiling usdt-attr-macro v0.6.0
16002026-06-26T04:09:24.357Z Compiling usdt-macro v0.6.0
16012026-06-26T04:09:24.368Z Compiling hubpack v0.1.2
16022026-06-26T04:09:24.393Z Compiling cookie_store v0.22.1
16032026-06-26T04:09:24.410Z Compiling bzip2 v0.4.4
16042026-06-26T04:09:24.597Z Compiling toml_edit v0.19.15
16052026-06-26T04:09:24.621Z Compiling futures v0.3.32
16062026-06-26T04:09:24.659Z Compiling serde_with_macros v3.17.0
16072026-06-26T04:09:24.680Z Compiling postgres-types v0.2.12
16082026-06-26T04:09:24.735Z Compiling zstd v0.13.3
16092026-06-26T04:09:24.877Z Compiling dtrace-parser v0.2.0
16102026-06-26T04:09:25.005Z Compiling globset v0.4.18
16112026-06-26T04:09:25.055Z Compiling pkcs1 v0.7.5
16122026-06-26T04:09:25.138Z Compiling ed25519 v2.2.3
16132026-06-26T04:09:25.168Z Compiling serde_plain v1.0.2
16142026-06-26T04:09:25.172Z Compiling serde-big-array v0.5.1
16152026-06-26T04:09:25.240Z Compiling olpc-cjson v0.1.4
16162026-06-26T04:09:25.335Z Compiling rfc6979 v0.4.0
16172026-06-26T04:09:25.389Z Compiling clap_derive v4.6.1
16182026-06-26T04:09:25.412Z Compiling serde_repr v0.1.20
16192026-06-26T04:09:25.472Z Compiling enum-as-inner v0.6.1
16202026-06-26T04:09:25.488Z Compiling strum_macros v0.26.4
16212026-06-26T04:09:25.634Z Compiling async-recursion v1.1.1
16222026-06-26T04:09:25.704Z Compiling phf_shared v0.11.3
16232026-06-26T04:09:25.818Z Compiling float-cmp v0.10.0
16242026-06-26T04:09:25.907Z Compiling hyper v1.8.1
16252026-06-26T04:09:25.955Z Compiling pem v3.0.6
16262026-06-26T04:09:25.986Z Compiling memmap2 v0.9.10
16272026-06-26T04:09:25.997Z Compiling thread-id v4.2.2
16282026-06-26T04:09:26.010Z Compiling env_filter v1.0.0
16292026-06-26T04:09:26.047Z Compiling precomputed-hash v0.1.1
16302026-06-26T04:09:26.091Z Compiling typed-path v0.9.3
16312026-06-26T04:09:26.150Z Compiling whoami v2.1.0
16322026-06-26T04:09:26.217Z Compiling fixedbitset v0.4.2
16332026-06-26T04:09:26.306Z Compiling fixedbitset v0.5.7
16342026-06-26T04:09:26.310Z Compiling difflib v0.4.0
16352026-06-26T04:09:26.340Z Compiling either v1.15.0
16362026-06-26T04:09:26.443Z Compiling jiff v0.2.21
16372026-06-26T04:09:26.549Z Compiling keccak v0.1.6
16382026-06-26T04:09:26.563Z Compiling new_debug_unreachable v1.0.6
16392026-06-26T04:09:26.639Z Compiling normalize-line-endings v0.3.0
16402026-06-26T04:09:26.639Z Compiling predicates-core v1.0.10
16412026-06-26T04:09:26.786Z Compiling data-encoding v2.10.0
16422026-06-26T04:09:26.883Z Compiling static_assertions v1.1.0
16432026-06-26T04:09:26.897Z Compiling predicates v3.1.4
16442026-06-26T04:09:26.901Z Compiling sha3 v0.10.8
16452026-06-26T04:09:26.945Z Compiling string_cache v0.8.9
16462026-06-26T04:09:26.970Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16472026-06-26T04:09:27.214Z Compiling hyper-util v0.1.20
16482026-06-26T04:09:27.219Z Compiling hickory-proto v0.25.2
16492026-06-26T04:09:27.236Z Compiling clap v4.6.1
16502026-06-26T04:09:27.277Z Compiling toml_edit v0.22.27
16512026-06-26T04:09:27.294Z Compiling strum v0.26.3
16522026-06-26T04:09:27.336Z Compiling petgraph v0.8.3
16532026-06-26T04:09:27.352Z Compiling itertools v0.13.0
16542026-06-26T04:09:27.372Z Compiling tokio-postgres v0.7.16
16552026-06-26T04:09:27.392Z Compiling petgraph v0.6.5
16562026-06-26T04:09:27.441Z Compiling env_logger v0.11.9
16572026-06-26T04:09:27.508Z Compiling usdt v0.6.0
16582026-06-26T04:09:27.573Z Compiling usdt-impl v0.5.0
16592026-06-26T04:09:27.609Z Compiling toml v0.7.8
16602026-06-26T04:09:27.794Z Compiling serde_with v3.17.0
16612026-06-26T04:09:27.815Z Compiling crossterm v0.28.1
16622026-06-26T04:09:28.172Z Compiling ecdsa v0.16.9
16632026-06-26T04:09:28.240Z Compiling ed25519-dalek v2.2.0
16642026-06-26T04:09:28.595Z Compiling rsa v0.9.10
16652026-06-26T04:09:28.627Z Compiling hyper-tls v0.6.0
16662026-06-26T04:09:28.927Z Compiling zip v0.6.6
16672026-06-26T04:09:29.013Z Compiling iddqd v0.4.2
16682026-06-26T04:09:29.122Z Compiling zip v4.6.1
16692026-06-26T04:09:29.531Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-06-26T04:09:29.603Z Compiling tokio-stream v0.1.18
16712026-06-26T04:09:29.630Z Compiling buf-list v1.1.2
16722026-06-26T04:09:29.740Z Compiling similar v2.7.0
16732026-06-26T04:09:29.782Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-26T04:09:29.818Z Compiling openapiv3 v2.2.0
16752026-06-26T04:09:29.916Z Compiling x509-cert v0.2.5
16762026-06-26T04:09:30.016Z Compiling sha1 v0.10.6
16772026-06-26T04:09:30.103Z Compiling crossbeam-epoch v0.9.18
16782026-06-26T04:09:30.275Z Compiling peg-runtime v0.8.5
16792026-06-26T04:09:30.314Z Compiling lalrpop-util v0.19.12
16802026-06-26T04:09:30.314Z Compiling thread_local v1.1.9
16812026-06-26T04:09:30.314Z Compiling slog-async v2.8.0
16822026-06-26T04:09:30.314Z Compiling crossbeam-channel v0.5.15
16832026-06-26T04:09:30.349Z Compiling filetime v0.2.27
16842026-06-26T04:09:30.387Z Compiling is-terminal v0.4.17
16852026-06-26T04:09:30.424Z Compiling xattr v1.6.1
16862026-06-26T04:09:30.452Z Compiling take_mut v0.2.2
16872026-06-26T04:09:30.452Z Compiling term v1.2.1
16882026-06-26T04:09:30.569Z Compiling tar v0.4.45
16892026-06-26T04:09:30.749Z Compiling slog-term v2.9.2
16902026-06-26T04:09:48.585Z Compiling rustls-webpki v0.103.9
16912026-06-26T04:09:51.341Z Compiling tokio-rustls v0.26.4
16922026-06-26T04:09:51.341Z Compiling rustls-platform-verifier v0.6.2
16932026-06-26T04:09:51.534Z Compiling hyper-rustls v0.27.7
16942026-06-26T04:09:51.727Z Compiling reqwest v0.12.28
16952026-06-26T04:09:51.730Z Compiling reqwest v0.13.2
16962026-06-26T04:09:52.933Z Compiling tough v0.22.0
16972026-06-26T04:09:55.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-26T04:09:55.638Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-26T04:09:58.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.19s
17002026-06-26T04:09:58.586Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17012026-06-26T04:09:58.638ZJun 26 04:09:58.273 INFO Starting download, target: Console
17022026-06-26T04:09:58.638ZJun 26 04:09:58.274 INFO Starting download, target: Clickhouse
17032026-06-26T04:09:58.638ZJun 26 04:09:58.274 INFO Starting download, target: DendriteStub
17042026-06-26T04:09:58.641ZJun 26 04:09:58.274 INFO Starting download, target: Cockroach
17052026-06-26T04:09:58.641ZJun 26 04:09:58.274 INFO Starting download, target: MaghemiteMgd
17062026-06-26T04:09:58.641ZJun 26 04:09:58.274 INFO Starting download, target: MaghemiteDdmd
17072026-06-26T04:09:58.641ZJun 26 04:09:58.274 INFO Starting download, target: TransceiverControl
17082026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17102026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-26T04:09:58.642ZJun 26 04:09:58.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17152026-06-26T04:09:59.272ZJun 26 04:09:58.891 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-26T04:09:59.507ZJun 26 04:09:59.109 INFO Download complete, target: TransceiverControl
17172026-06-26T04:09:59.856ZJun 26 04:09:59.487 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-26T04:10:00.298ZJun 26 04:09:59.928 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-26T04:10:00.452ZJun 26 04:10:00.080 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-06-26T04:10:00.538ZJun 26 04:10:00.164 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-26T04:10:00.570ZJun 26 04:10:00.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-26T04:10:00.731ZJun 26 04:10:00.360 INFO Download complete, target: Console
17232026-06-26T04:10:00.975ZJun 26 04:10:00.611 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-06-26T04:10:00.975ZJun 26 04:10:00.611 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-06-26T04:10:02.547ZJun 26 04:10:02.181 INFO Download complete, target: MaghemiteDdmd
17262026-06-26T04:10:02.645ZJun 26 04:10:02.278 INFO Download complete, target: DendriteStub
17272026-06-26T04:10:03.198ZJun 26 04:10:02.829 INFO Download complete, target: MaghemiteMgd
17282026-06-26T04:10:05.775ZJun 26 04:10:05.410 INFO Checking that binary works, target: Cockroach
17292026-06-26T04:10:05.890ZJun 26 04:10:05.525 INFO Download complete, target: Cockroach
17302026-06-26T04:10:07.460ZJun 26 04:10:07.095 INFO Checking that binary works, target: Clickhouse
17312026-06-26T04:10:07.554ZJun 26 04:10:07.189 INFO Download complete, target: Clickhouse
17322026-06-26T04:10:07.562ZAll prerequisites installed successfully
17332026-06-26T04:10:07.565Z
17342026-06-26T04:10:07.565Zreal 1:47.974821864
17352026-06-26T04:10:07.565Zuser 6:47.503994297
17362026-06-26T04:10:07.565Zsys 1:44.845555430
17372026-06-26T04:10:07.565Ztrap 0.261910709
17382026-06-26T04:10:07.565Ztflt 1.302468404
17392026-06-26T04:10:07.565Zdflt 1.877447585
17402026-06-26T04:10:07.565Zkflt 0.023137981
17412026-06-26T04:10:07.565Zlock 23:53.421346548
17422026-06-26T04:10:07.565Zslp 18:35.879396376
17432026-06-26T04:10:07.565Zlat 25.389870875
17442026-06-26T04:10:07.565Zstop 2:55.751644745
17452026-06-26T04:10:07.565Z+ ptime -m cargo xtask download softnpu
17462026-06-26T04:10:08.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17472026-06-26T04:10:08.030Z Running `target/debug/xtask download softnpu`
17482026-06-26T04:10:08.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17492026-06-26T04:10:08.795Z Running `target/debug/xtask-downloader softnpu`
17502026-06-26T04:10:08.835ZJun 26 04:10:08.463 INFO Starting download, target: Softnpu
17512026-06-26T04:10:08.848ZJun 26 04:10:08.464 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-06-26T04:10:09.804ZJun 26 04:10:09.432 INFO Download complete, target: Softnpu
17532026-06-26T04:10:09.814Z
17542026-06-26T04:10:09.814Zreal 2.232503586
17552026-06-26T04:10:09.814Zuser 1.259092658
17562026-06-26T04:10:09.814Zsys 0.590909419
17572026-06-26T04:10:09.814Ztrap 0.001369229
17582026-06-26T04:10:09.815Ztflt 0.000127462
17592026-06-26T04:10:09.815Zdflt 0.000145990
17602026-06-26T04:10:09.815Zkflt 0.000000000
17612026-06-26T04:10:09.815Zlock 18.304072994
17622026-06-26T04:10:09.815Zslp 0.801911522
17632026-06-26T04:10:09.815Zlat 0.098270599
17642026-06-26T04:10:09.815Zstop 0.000170189
17652026-06-26T04:10:09.815Z+ export CARGO_INCREMENTAL=0
17662026-06-26T04:10:09.815Z+ CARGO_INCREMENTAL=0
17672026-06-26T04:10:09.815Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-06-26T04:10:10.634Z Compiling proc-macro2 v1.0.106
17692026-06-26T04:10:10.634Z Compiling quote v1.0.45
17702026-06-26T04:10:10.635Z Compiling unicode-ident v1.0.24
17712026-06-26T04:10:10.641Z Compiling libc v0.2.185
17722026-06-26T04:10:10.641Z Compiling serde_core v1.0.228
17732026-06-26T04:10:10.641Z Compiling serde v1.0.228
17742026-06-26T04:10:10.641Z Compiling cfg-if v1.0.4
17752026-06-26T04:10:10.641Z Compiling version_check v0.9.5
17762026-06-26T04:10:10.641Z Compiling find-msvc-tools v0.1.9
17772026-06-26T04:10:10.641Z Compiling shlex v1.3.0
17782026-06-26T04:10:10.641Z Compiling typenum v1.19.0
17792026-06-26T04:10:10.641Z Compiling autocfg v1.5.0
17802026-06-26T04:10:10.641Z Compiling zmij v1.0.21
17812026-06-26T04:10:10.776Z Compiling memchr v2.8.0
17822026-06-26T04:10:10.784Z Compiling serde_json v1.0.149
17832026-06-26T04:10:10.926Z Compiling portable-atomic v1.13.1
17842026-06-26T04:10:10.982Z Compiling libm v0.2.16
17852026-06-26T04:10:11.023Z Compiling zerocopy v0.8.40
17862026-06-26T04:10:11.164Z Compiling generic-array v0.14.7
17872026-06-26T04:10:11.195Z Compiling parking_lot_core v0.9.12
17882026-06-26T04:10:11.211Z Compiling smallvec v1.15.1
17892026-06-26T04:10:11.238Z Compiling num-traits v0.2.19
17902026-06-26T04:10:11.284Z Compiling icu_normalizer_data v2.1.1
17912026-06-26T04:10:11.331Z Compiling icu_properties_data v2.1.2
17922026-06-26T04:10:11.334Z Compiling itoa v1.0.17
17932026-06-26T04:10:11.381Z Compiling getrandom v0.4.1
17942026-06-26T04:10:11.402Z Compiling log v0.4.29
17952026-06-26T04:10:11.465Z Compiling stable_deref_trait v1.2.1
17962026-06-26T04:10:11.515Z Compiling pkg-config v0.3.32
17972026-06-26T04:10:11.529Z Compiling subtle v2.6.1
17982026-06-26T04:10:11.653Z Compiling scopeguard v1.2.0
17992026-06-26T04:10:11.714Z Compiling jobserver v0.1.34
18002026-06-26T04:10:11.714Z Compiling getrandom v0.2.17
18012026-06-26T04:10:11.798Z Compiling errno v0.3.14
18022026-06-26T04:10:11.898Z Compiling rand_core v0.6.4
18032026-06-26T04:10:11.901Z Compiling lock_api v0.4.14
18042026-06-26T04:10:11.973Z Compiling cc v1.2.56
18052026-06-26T04:10:12.028Z Compiling litemap v0.8.1
18062026-06-26T04:10:12.062Z Compiling writeable v0.6.2
18072026-06-26T04:10:12.079Z Compiling syn v2.0.117
18082026-06-26T04:10:12.095Z Compiling percent-encoding v2.3.2
18092026-06-26T04:10:12.173Z Compiling fnv v1.0.7
18102026-06-26T04:10:12.201Z Compiling thiserror v2.0.18
18112026-06-26T04:10:12.215Z Compiling pin-project-lite v0.2.17
18122026-06-26T04:10:12.292Z Compiling getrandom v0.3.4
18132026-06-26T04:10:12.325Z Compiling rand_core v0.10.0
18142026-06-26T04:10:12.328Z Compiling equivalent v1.0.2
18152026-06-26T04:10:12.419Z Compiling dunce v1.0.5
18162026-06-26T04:10:12.422Z Compiling rustversion v1.0.22
18172026-06-26T04:10:12.439Z Compiling fs_extra v1.3.0
18182026-06-26T04:10:12.472Z Compiling schemars v0.8.22
18192026-06-26T04:10:12.539Z Compiling utf8_iter v1.0.4
18202026-06-26T04:10:12.542Z Compiling rustix v1.1.3
18212026-06-26T04:10:12.542Z Compiling critical-section v1.2.0
18222026-06-26T04:10:12.702Z Compiling cmake v0.1.57
18232026-06-26T04:10:12.718Z Compiling form_urlencoded v1.2.2
18242026-06-26T04:10:12.736Z Compiling hashbrown v0.17.0
18252026-06-26T04:10:12.739Z Compiling signal-hook-registry v1.4.8
18262026-06-26T04:10:12.868Z Compiling const-oid v0.9.6
18272026-06-26T04:10:13.037Z Compiling bitflags v2.11.0
18282026-06-26T04:10:13.101Z Compiling semver v1.0.28
18292026-06-26T04:10:13.185Z Compiling once_cell v1.21.3
18302026-06-26T04:10:13.248Z Compiling parking_lot v0.12.5
18312026-06-26T04:10:13.289Z Compiling ring v0.17.14
18322026-06-26T04:10:13.304Z Compiling aws-lc-sys v0.40.0
18332026-06-26T04:10:13.345Z Compiling indexmap v2.14.0
18342026-06-26T04:10:13.384Z Compiling socket2 v0.6.3
18352026-06-26T04:10:13.419Z Compiling mio v1.2.0
18362026-06-26T04:10:13.459Z Compiling aws-lc-rs v1.16.3
18372026-06-26T04:10:13.480Z Compiling futures-core v0.3.32
18382026-06-26T04:10:13.618Z Compiling httparse v1.10.1
18392026-06-26T04:10:13.621Z Compiling strsim v0.11.1
18402026-06-26T04:10:13.621Z Compiling thiserror v1.0.69
18412026-06-26T04:10:13.809Z Compiling vcpkg v0.2.15
18422026-06-26T04:10:13.921Z Compiling iana-time-zone v0.1.65
18432026-06-26T04:10:13.941Z Compiling byteorder v1.5.0
18442026-06-26T04:10:13.973Z Compiling ucd-trie v0.1.7
18452026-06-26T04:10:14.065Z Compiling ident_case v1.0.1
18462026-06-26T04:10:14.106Z Compiling regex-syntax v0.8.10
18472026-06-26T04:10:14.129Z Compiling syn v1.0.109
18482026-06-26T04:10:14.145Z Compiling pest v2.8.6
18492026-06-26T04:10:14.160Z Compiling heck v0.5.0
18502026-06-26T04:10:14.175Z Compiling uuid v1.23.0
18512026-06-26T04:10:14.386Z Compiling openssl-sys v0.9.115
18522026-06-26T04:10:14.396Z Compiling cpufeatures v0.2.17
18532026-06-26T04:10:14.416Z Compiling rustls v0.23.37
18542026-06-26T04:10:14.455Z Compiling rustc_version v0.4.1
18552026-06-26T04:10:14.546Z Compiling futures-sink v0.3.32
18562026-06-26T04:10:14.686Z Compiling futures-channel v0.3.32
18572026-06-26T04:10:14.742Z Compiling aho-corasick v1.1.4
18582026-06-26T04:10:14.756Z Compiling futures-io v0.3.32
18592026-06-26T04:10:14.846Z Compiling futures-task v0.3.32
18602026-06-26T04:10:14.883Z Compiling synstructure v0.13.2
18612026-06-26T04:10:14.928Z Compiling serde_derive_internals v0.29.1
18622026-06-26T04:10:14.938Z Compiling dyn-clone v1.0.20
18632026-06-26T04:10:14.986Z Compiling slab v0.4.12
18642026-06-26T04:10:15.130Z Compiling crc32fast v1.5.0
18652026-06-26T04:10:15.145Z Compiling plain v0.2.3
18662026-06-26T04:10:15.241Z Compiling pest_meta v2.8.6
18672026-06-26T04:10:15.286Z Compiling crossbeam-utils v0.8.21
18682026-06-26T04:10:15.303Z Compiling time-core v0.1.8
18692026-06-26T04:10:15.319Z Compiling base64 v0.22.1
18702026-06-26T04:10:15.439Z Compiling num-conv v0.2.0
18712026-06-26T04:10:15.456Z Compiling openssl v0.10.79
18722026-06-26T04:10:15.618Z Compiling regex-automata v0.4.14
18732026-06-26T04:10:15.635Z Compiling time-macros v0.2.27
18742026-06-26T04:10:15.652Z Compiling pretty-hex v0.4.1
18752026-06-26T04:10:15.703Z Compiling anyhow v1.0.102
18762026-06-26T04:10:15.721Z Compiling base64ct v1.8.3
18772026-06-26T04:10:15.724Z Compiling native-tls v0.2.18
18782026-06-26T04:10:15.751Z Compiling darling_core v0.21.3
18792026-06-26T04:10:15.844Z Compiling pest_generator v2.8.6
18802026-06-26T04:10:15.860Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-06-26T04:10:15.973Z Compiling pem-rfc7468 v0.7.0
18822026-06-26T04:10:16.034Z Compiling flagset v0.4.7
18832026-06-26T04:10:16.099Z Compiling rand_core v0.9.5
18842026-06-26T04:10:16.137Z Compiling serde_derive v1.0.228
18852026-06-26T04:10:16.177Z Compiling zeroize_derive v1.4.3
18862026-06-26T04:10:16.190Z Compiling zerofrom-derive v0.1.6
18872026-06-26T04:10:16.236Z Compiling yoke-derive v0.8.1
18882026-06-26T04:10:16.252Z Compiling zerovec-derive v0.11.2
18892026-06-26T04:10:16.268Z Compiling displaydoc v0.2.5
18902026-06-26T04:10:16.271Z Compiling zerocopy-derive v0.8.40
18912026-06-26T04:10:16.325Z Compiling tokio-macros v2.7.0
18922026-06-26T04:10:16.508Z Compiling futures-macro v0.3.32
18932026-06-26T04:10:16.511Z Compiling thiserror-impl v2.0.18
18942026-06-26T04:10:16.620Z Compiling schemars_derive v0.8.22
18952026-06-26T04:10:16.784Z Compiling zeroize v1.8.2
18962026-06-26T04:10:17.051Z Compiling tracing-attributes v0.1.31
18972026-06-26T04:10:17.212Z Compiling der_derive v0.7.3
18982026-06-26T04:10:17.356Z Compiling thiserror-impl v1.0.69
18992026-06-26T04:10:17.363Z Compiling pest_derive v2.8.6
19002026-06-26T04:10:17.363Z Compiling zerofrom v0.1.6
19012026-06-26T04:10:17.472Z Compiling yoke v0.8.1
19022026-06-26T04:10:17.590Z Compiling crypto-common v0.1.7
19032026-06-26T04:10:17.691Z Compiling zerovec v0.11.5
19042026-06-26T04:10:17.696Z Compiling zerotrie v0.2.3
19052026-06-26T04:10:17.798Z Compiling block-buffer v0.10.4
19062026-06-26T04:10:17.899Z Compiling futures-util v0.3.32
19072026-06-26T04:10:17.931Z Compiling digest v0.10.7
19082026-06-26T04:10:18.160Z Compiling hmac v0.12.1
19092026-06-26T04:10:18.232Z Compiling tinystr v0.8.2
19102026-06-26T04:10:18.291Z Compiling potential_utf v0.1.4
19112026-06-26T04:10:18.311Z Compiling block-padding v0.3.3
19122026-06-26T04:10:18.328Z Compiling sha2 v0.10.9
19132026-06-26T04:10:18.403Z Compiling rustls-pki-types v1.14.0
19142026-06-26T04:10:18.407Z Compiling scroll_derive v0.12.1
19152026-06-26T04:10:18.464Z Compiling icu_locale_core v2.1.1
19162026-06-26T04:10:18.479Z Compiling icu_collections v2.1.1
19172026-06-26T04:10:18.496Z Compiling inout v0.1.4
19182026-06-26T04:10:18.517Z Compiling scroll_derive v0.13.1
19192026-06-26T04:10:18.688Z Compiling cipher v0.4.4
19202026-06-26T04:10:19.035Z Compiling openssl-macros v0.1.1
19212026-06-26T04:10:19.217Z Compiling bytes v1.11.1
19222026-06-26T04:10:19.251Z Compiling icu_provider v2.1.1
19232026-06-26T04:10:19.294Z Compiling chrono v0.4.44
19242026-06-26T04:10:19.337Z Compiling serde_tokenstream v0.2.3
19252026-06-26T04:10:19.517Z Compiling icu_properties v2.1.2
19262026-06-26T04:10:19.651Z Compiling icu_normalizer v2.1.1
19272026-06-26T04:10:19.673Z Compiling der v0.7.10
19282026-06-26T04:10:19.715Z Compiling darling_macro v0.21.3
19292026-06-26T04:10:19.789Z Compiling tokio v1.52.1
19302026-06-26T04:10:20.151Z Compiling http v1.4.0
19312026-06-26T04:10:20.644Z Compiling idna_adapter v1.2.1
19322026-06-26T04:10:20.800Z Compiling idna v1.1.0
19332026-06-26T04:10:20.830Z Compiling ppv-lite86 v0.2.21
19342026-06-26T04:10:20.833Z Compiling regex v1.12.3
19352026-06-26T04:10:20.895Z Compiling zerocopy-derive v0.7.35
19362026-06-26T04:10:21.007Z Compiling slog v2.8.2
19372026-06-26T04:10:21.022Z Compiling tracing-core v0.1.36
19382026-06-26T04:10:21.114Z Compiling url v2.5.8
19392026-06-26T04:10:21.308Z Compiling untrusted v0.9.0
19402026-06-26T04:10:21.689Z Compiling tracing v0.1.44
19412026-06-26T04:10:21.940Z Compiling spki v0.7.3
19422026-06-26T04:10:22.056Z Compiling darling v0.21.3
19432026-06-26T04:10:22.109Z Compiling salsa20 v0.10.2
19442026-06-26T04:10:22.114Z Compiling pbkdf2 v0.12.2
19452026-06-26T04:10:22.585Z Compiling cookie v0.18.1
19462026-06-26T04:10:22.640Z Compiling camino v1.2.2
19472026-06-26T04:10:22.906Z Compiling scrypt v0.11.0
19482026-06-26T04:10:22.926Z Compiling rand_chacha v0.9.0
19492026-06-26T04:10:22.951Z Compiling http-body v1.0.1
19502026-06-26T04:10:23.043Z Compiling cbc v0.1.2
19512026-06-26T04:10:23.094Z Compiling aes v0.8.4
19522026-06-26T04:10:23.168Z Compiling usdt-impl v0.5.0
19532026-06-26T04:10:23.184Z Compiling either v1.15.0
19542026-06-26T04:10:23.201Z Compiling fastrand v2.3.0
19552026-06-26T04:10:23.289Z Compiling unicode-segmentation v1.12.0
19562026-06-26T04:10:23.391Z Compiling untrusted v0.7.1
19572026-06-26T04:10:23.415Z Compiling openssl-probe v0.2.1
19582026-06-26T04:10:23.427Z Compiling usdt-impl v0.6.0
19592026-06-26T04:10:23.439Z Compiling ref-cast v1.0.25
19602026-06-26T04:10:23.530Z Compiling tinyvec_macros v0.1.1
19612026-06-26T04:10:23.546Z Compiling winnow v0.7.14
19622026-06-26T04:10:23.563Z Compiling paste v1.0.15
19632026-06-26T04:10:23.588Z Compiling pkcs5 v0.7.1
19642026-06-26T04:10:23.616Z Compiling tokio-util v0.7.18
19652026-06-26T04:10:23.643Z Compiling tinyvec v1.10.0
19662026-06-26T04:10:23.674Z Compiling rand v0.9.2
19672026-06-26T04:10:24.023Z Compiling scroll v0.13.0
19682026-06-26T04:10:24.051Z Compiling serde_spanned v0.6.9
19692026-06-26T04:10:24.081Z Compiling toml_datetime v0.6.11
19702026-06-26T04:10:24.212Z Compiling scroll v0.12.0
19712026-06-26T04:10:24.253Z Compiling async-trait v0.1.89
19722026-06-26T04:10:24.311Z Compiling heapless v0.7.17
19732026-06-26T04:10:24.453Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-06-26T04:10:24.486Z Compiling zstd-safe v7.2.4
19752026-06-26T04:10:24.501Z Compiling rustix v0.38.44
19762026-06-26T04:10:24.555Z Compiling tower-service v0.3.3
19772026-06-26T04:10:24.571Z Compiling atomic-waker v1.1.2
19782026-06-26T04:10:24.676Z Compiling tower-layer v0.3.3
19792026-06-26T04:10:24.755Z Compiling try-lock v0.2.5
19802026-06-26T04:10:24.872Z Compiling signal-hook v0.3.18
19812026-06-26T04:10:24.887Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-26T04:10:24.921Z Compiling want v0.3.1
19832026-06-26T04:10:24.996Z Compiling h2 v0.4.13
19842026-06-26T04:10:25.051Z Compiling goblin v0.8.2
19852026-06-26T04:10:25.105Z Compiling goblin v0.10.5
19862026-06-26T04:10:25.372Z Compiling pkcs8 v0.10.2
19872026-06-26T04:10:25.432Z Compiling heck v0.4.1
19882026-06-26T04:10:25.457Z Compiling zerocopy v0.7.35
19892026-06-26T04:10:25.647Z Compiling ipnet v2.11.0
19902026-06-26T04:10:25.663Z Compiling ref-cast-impl v1.0.25
19912026-06-26T04:10:25.679Z Compiling darling_core v0.20.11
19922026-06-26T04:10:25.946Z Compiling curve25519-dalek v4.1.3
19932026-06-26T04:10:26.045Z Compiling memoffset v0.9.1
19942026-06-26T04:10:26.099Z Compiling foreign-types-shared v0.1.1
19952026-06-26T04:10:26.154Z Compiling winnow v0.5.40
19962026-06-26T04:10:26.219Z Compiling httpdate v1.0.3
19972026-06-26T04:10:26.264Z Compiling pin-utils v0.1.0
19982026-06-26T04:10:26.317Z Compiling litrs v1.0.0
19992026-06-26T04:10:26.670Z Compiling utf8parse v0.2.2
20002026-06-26T04:10:26.773Z Compiling document-features v0.2.12
20012026-06-26T04:10:26.807Z Compiling tempfile v3.25.0
20022026-06-26T04:10:26.810Z Compiling foreign-types v0.3.2
20032026-06-26T04:10:27.289Z Compiling dof v0.3.0
20042026-06-26T04:10:27.304Z Compiling unicode-normalization v0.1.25
20052026-06-26T04:10:27.544Z Compiling toml_edit v0.19.15
20062026-06-26T04:10:27.597Z Compiling darling_macro v0.20.11
20072026-06-26T04:10:27.772Z Compiling dof v0.4.0
20082026-06-26T04:10:27.822Z Compiling dtrace-parser v0.2.0
20092026-06-26T04:10:28.004Z Compiling hyper v1.8.1
20102026-06-26T04:10:28.100Z Compiling dtrace-parser v0.3.0
20112026-06-26T04:10:28.390Z Compiling pin-project-internal v1.1.11
20122026-06-26T04:10:28.417Z Compiling daft-derive v0.1.7
20132026-06-26T04:10:28.517Z Compiling spin v0.9.8
20142026-06-26T04:10:28.618Z Compiling socket2 v0.5.10
20152026-06-26T04:10:28.690Z Compiling thread-id v4.2.2
20162026-06-26T04:10:28.754Z Compiling thread-id v5.1.0
20172026-06-26T04:10:28.788Z Compiling num-bigint-dig v0.8.6
20182026-06-26T04:10:28.885Z Compiling smoltcp v0.9.1
20192026-06-26T04:10:28.900Z Compiling cfg_aliases v0.2.1
20202026-06-26T04:10:28.991Z Compiling anstyle v1.0.14
20212026-06-26T04:10:29.008Z Compiling powerfmt v0.2.0
20222026-06-26T04:10:29.011Z Compiling nix v0.31.2
20232026-06-26T04:10:29.097Z Compiling hyper-util v0.1.20
20242026-06-26T04:10:29.237Z Compiling deranged v0.5.8
20252026-06-26T04:10:29.419Z Compiling darling v0.20.11
20262026-06-26T04:10:29.520Z Compiling rustls-native-certs v0.8.3
20272026-06-26T04:10:29.571Z Compiling ipnetwork v0.21.1
20282026-06-26T04:10:29.814Z Compiling curve25519-dalek-derive v0.1.1
20292026-06-26T04:10:29.842Z Compiling strum_macros v0.26.4
20302026-06-26T04:10:30.023Z Compiling sync_wrapper v1.0.2
20312026-06-26T04:10:30.071Z Compiling wait-timeout v0.2.1
20322026-06-26T04:10:30.216Z Compiling is_terminal_polyfill v1.70.2
20332026-06-26T04:10:30.320Z Compiling quick-error v1.2.3
20342026-06-26T04:10:30.334Z Compiling bit-vec v0.8.0
20352026-06-26T04:10:30.362Z Compiling colorchoice v1.0.4
20362026-06-26T04:10:30.441Z Compiling num_threads v0.1.7
20372026-06-26T04:10:30.456Z Compiling simd-adler32 v0.3.8
20382026-06-26T04:10:30.555Z Compiling anstyle-query v1.1.5
20392026-06-26T04:10:30.600Z Compiling siphasher v1.0.2
20402026-06-26T04:10:30.827Z Compiling time v0.3.47
20412026-06-26T04:10:30.843Z Compiling bit-set v0.8.0
20422026-06-26T04:10:30.861Z Compiling rusty-fork v0.3.1
20432026-06-26T04:10:31.037Z Compiling tower v0.5.3
20442026-06-26T04:10:31.233Z Compiling derive_builder_core v0.20.2
20452026-06-26T04:10:31.360Z Compiling snafu-derive v0.8.9
20462026-06-26T04:10:31.432Z Compiling http-body-util v0.1.3
20472026-06-26T04:10:31.509Z Compiling webpki-roots v1.0.6
20482026-06-26T04:10:31.693Z Compiling signature v2.2.0
20492026-06-26T04:10:31.792Z Compiling hubpack_derive v0.1.1
20502026-06-26T04:10:31.854Z Compiling rand_xorshift v0.4.0
20512026-06-26T04:10:31.944Z Compiling strum_macros v0.27.2
20522026-06-26T04:10:32.004Z Compiling fs-err v3.3.0
20532026-06-26T04:10:32.021Z Compiling ahash v0.8.12
20542026-06-26T04:10:32.118Z Compiling unicode-properties v0.1.4
20552026-06-26T04:10:32.221Z Compiling unarray v0.1.4
20562026-06-26T04:10:32.253Z Compiling allocator-api2 v0.2.21
20572026-06-26T04:10:32.339Z Compiling object v0.37.3
20582026-06-26T04:10:32.566Z Compiling unicode-bidi v0.3.18
20592026-06-26T04:10:32.603Z Compiling ryu v1.0.23
20602026-06-26T04:10:32.617Z Compiling adler2 v2.0.1
20612026-06-26T04:10:32.636Z Compiling iri-string v0.7.10
20622026-06-26T04:10:32.722Z Compiling miniz_oxide v0.8.9
20632026-06-26T04:10:32.762Z Compiling serde_urlencoded v0.7.1
20642026-06-26T04:10:32.983Z Compiling stringprep v0.1.5
20652026-06-26T04:10:33.026Z Compiling proptest v1.10.0
20662026-06-26T04:10:33.306Z Compiling derive_builder_macro v0.20.2
20672026-06-26T04:10:33.356Z Compiling tokio-native-tls v0.3.1
20682026-06-26T04:10:33.559Z Compiling usdt-attr-macro v0.6.0
20692026-06-26T04:10:33.706Z Compiling usdt-macro v0.6.0
20702026-06-26T04:10:33.793Z Compiling tower-http v0.6.8
20712026-06-26T04:10:33.900Z Compiling anstyle-parse v1.0.0
20722026-06-26T04:10:34.317Z Compiling rand_chacha v0.3.1
20732026-06-26T04:10:34.337Z Compiling erased-serde v0.3.31
20742026-06-26T04:10:34.351Z Compiling md-5 v0.10.6
20752026-06-26T04:10:34.420Z Compiling bstr v1.12.1
20762026-06-26T04:10:34.511Z Compiling num-integer v0.1.46
20772026-06-26T04:10:34.677Z Compiling hash32 v0.2.1
20782026-06-26T04:10:34.717Z Compiling vergen-lib v9.1.0
20792026-06-26T04:10:34.769Z Compiling ff v0.13.1
20802026-06-26T04:10:34.843Z Compiling encoding_rs v0.8.35
20812026-06-26T04:10:34.898Z Compiling mime v0.3.17
20822026-06-26T04:10:34.945Z Compiling fallible-iterator v0.2.0
20832026-06-26T04:10:34.976Z Compiling zlib-rs v0.6.2
20842026-06-26T04:10:34.994Z Compiling psl-types v2.0.11
20852026-06-26T04:10:35.034Z Compiling base16ct v0.2.0
20862026-06-26T04:10:35.114Z Compiling publicsuffix v2.3.0
20872026-06-26T04:10:35.136Z Compiling newtype-uuid v1.3.2
20882026-06-26T04:10:35.205Z Compiling sec1 v0.7.3
20892026-06-26T04:10:35.282Z Compiling postgres-protocol v0.6.10
20902026-06-26T04:10:35.394Z Compiling group v0.13.0
20912026-06-26T04:10:35.495Z Compiling num-iter v0.1.45
20922026-06-26T04:10:35.637Z Compiling rand v0.8.6
20932026-06-26T04:10:36.081Z Compiling anstream v1.0.0
20942026-06-26T04:10:36.125Z Compiling oxnet v0.1.6
20952026-06-26T04:10:36.161Z Compiling derive_builder v0.20.2
20962026-06-26T04:10:36.196Z Compiling hyper-tls v0.6.0
20972026-06-26T04:10:36.265Z Compiling phf_shared v0.13.1
20982026-06-26T04:10:36.362Z Compiling pin-project v1.1.11
20992026-06-26T04:10:36.417Z Compiling lazy_static v1.5.0
21002026-06-26T04:10:36.449Z Compiling anstyle-parse v0.2.7
21012026-06-26T04:10:36.544Z Compiling terminal_size v0.4.3
21022026-06-26T04:10:36.574Z Compiling serde_with_macros v3.17.0
21032026-06-26T04:10:36.624Z Compiling futures-executor v0.3.32
21042026-06-26T04:10:36.624Z Compiling hex v0.4.3
21052026-06-26T04:10:36.700Z Compiling hkdf v0.12.4
21062026-06-26T04:10:36.758Z Compiling crypto-bigint v0.5.5
21072026-06-26T04:10:36.829Z Compiling serde_repr v0.1.20
21082026-06-26T04:10:36.846Z Compiling enum-as-inner v0.6.1
21092026-06-26T04:10:36.849Z Compiling clap_derive v4.6.1
21102026-06-26T04:10:36.880Z Compiling async-recursion v1.1.1
21112026-06-26T04:10:36.920Z Compiling vergen v9.1.0
21122026-06-26T04:10:36.934Z Compiling cargo-platform v0.3.2
21132026-06-26T04:10:37.054Z Compiling flate2 v1.1.9
21142026-06-26T04:10:37.227Z Compiling bitflags v1.3.2
21152026-06-26T04:10:37.323Z Compiling managed v0.8.0
21162026-06-26T04:10:37.381Z Compiling bumpalo v3.20.2
21172026-06-26T04:10:37.462Z Compiling foldhash v0.2.0
21182026-06-26T04:10:37.520Z Compiling clap_lex v1.0.0
21192026-06-26T04:10:37.557Z Compiling libbz2-rs-sys v0.2.2
21202026-06-26T04:10:37.587Z Compiling foldhash v0.1.5
21212026-06-26T04:10:37.638Z Compiling same-file v1.0.6
21222026-06-26T04:10:37.747Z Compiling hashbrown v0.15.5
21232026-06-26T04:10:37.770Z Compiling clap_builder v4.6.0
21242026-06-26T04:10:37.785Z Compiling walkdir v2.5.0
21252026-06-26T04:10:37.826Z Compiling elliptic-curve v0.13.8
21262026-06-26T04:10:37.838Z Compiling hashbrown v0.16.1
21272026-06-26T04:10:38.076Z Compiling bzip2 v0.6.1
21282026-06-26T04:10:38.134Z Compiling zopfli v0.8.3
21292026-06-26T04:10:38.330Z Compiling cargo_metadata v0.23.1
21302026-06-26T04:10:38.487Z Compiling futures v0.3.32
21312026-06-26T04:10:38.635Z Compiling anstream v0.6.21
21322026-06-26T04:10:38.696Z Compiling zstd v0.13.3
21332026-06-26T04:10:39.058Z Compiling phf v0.13.1
21342026-06-26T04:10:39.228Z Compiling snafu v0.8.9
21352026-06-26T04:10:39.244Z Compiling daft v0.1.7
21362026-06-26T04:10:39.553Z Compiling cookie_store v0.22.1
21372026-06-26T04:10:39.576Z Compiling signal-hook-mio v0.2.5
21382026-06-26T04:10:39.630Z Compiling postgres-types v0.2.12
21392026-06-26T04:10:39.733Z Compiling bzip2 v0.4.4
21402026-06-26T04:10:39.960Z Compiling globset v0.4.18
21412026-06-26T04:10:39.977Z Compiling strum v0.27.2
21422026-06-26T04:10:40.127Z Compiling hubpack v0.1.2
21432026-06-26T04:10:40.158Z Compiling ed25519 v2.2.3
21442026-06-26T04:10:40.175Z Compiling phf_shared v0.11.3
21452026-06-26T04:10:40.224Z Compiling crossbeam-epoch v0.9.18
21462026-06-26T04:10:40.258Z Compiling olpc-cjson v0.1.4
21472026-06-26T04:10:40.275Z Compiling pkcs1 v0.7.5
21482026-06-26T04:10:40.377Z Compiling pem v3.0.6
21492026-06-26T04:10:40.440Z Compiling serde_plain v1.0.2
21502026-06-26T04:10:40.456Z Compiling serde-big-array v0.5.1
21512026-06-26T04:10:40.548Z Compiling rfc6979 v0.4.0
21522026-06-26T04:10:40.602Z Compiling float-cmp v0.10.0
21532026-06-26T04:10:40.622Z Compiling memmap2 v0.9.10
21542026-06-26T04:10:40.651Z Compiling env_filter v1.0.0
21552026-06-26T04:10:40.673Z Compiling data-encoding v2.10.0
21562026-06-26T04:10:40.688Z Compiling static_assertions v1.1.0
21572026-06-26T04:10:40.709Z Compiling difflib v0.4.0
21582026-06-26T04:10:40.779Z Compiling typed-path v0.9.3
21592026-06-26T04:10:40.782Z Compiling predicates-core v1.0.10
21602026-06-26T04:10:40.850Z Compiling normalize-line-endings v0.3.0
21612026-06-26T04:10:40.871Z Compiling whoami v2.1.0
21622026-06-26T04:10:40.965Z Compiling fixedbitset v0.4.2
21632026-06-26T04:10:40.968Z Compiling new_debug_unreachable v1.0.6
21642026-06-26T04:10:40.995Z Compiling toml_write v0.1.2
21652026-06-26T04:10:41.049Z Compiling precomputed-hash v0.1.1
21662026-06-26T04:10:41.093Z Compiling keccak v0.1.6
21672026-06-26T04:10:41.175Z Compiling fixedbitset v0.5.7
21682026-06-26T04:10:41.175Z Compiling jiff v0.2.21
21692026-06-26T04:10:41.209Z Compiling toml_edit v0.22.27
21702026-06-26T04:10:41.225Z Compiling sha3 v0.10.8
21712026-06-26T04:10:41.229Z Compiling petgraph v0.6.5
21722026-06-26T04:10:41.229Z Compiling string_cache v0.8.9
21732026-06-26T04:10:41.299Z Compiling tokio-postgres v0.7.16
21742026-06-26T04:10:41.471Z Compiling petgraph v0.8.3
21752026-06-26T04:10:41.505Z Compiling hickory-proto v0.25.2
21762026-06-26T04:10:41.896Z Compiling predicates v3.1.4
21772026-06-26T04:10:42.081Z Compiling env_logger v0.11.9
21782026-06-26T04:10:42.300Z Compiling usdt v0.6.0
21792026-06-26T04:10:42.408Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21802026-06-26T04:10:42.474Z Compiling ecdsa v0.16.9
21812026-06-26T04:10:42.565Z Compiling rsa v0.9.10
21822026-06-26T04:10:42.759Z Compiling ed25519-dalek v2.2.0
21832026-06-26T04:10:43.373Z Compiling zip v0.6.6
21842026-06-26T04:10:43.451Z Compiling crossterm v0.28.1
21852026-06-26T04:10:43.503Z Compiling iddqd v0.4.2
21862026-06-26T04:10:43.803Z Compiling zip v4.6.1
21872026-06-26T04:10:43.906Z Compiling clap v4.6.1
21882026-06-26T04:10:44.297Z Compiling serde_with v3.17.0
21892026-06-26T04:10:44.328Z Compiling similar v2.7.0
21902026-06-26T04:10:44.620Z Compiling strum v0.26.3
21912026-06-26T04:10:44.709Z Compiling toml v0.7.8
21922026-06-26T04:10:44.725Z Compiling tokio-stream v0.1.18
21932026-06-26T04:10:44.839Z Compiling buf-list v1.1.2
21942026-06-26T04:10:44.854Z Compiling itertools v0.13.0
21952026-06-26T04:10:44.982Z Compiling x509-cert v0.2.5
21962026-06-26T04:10:45.202Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21972026-06-26T04:10:45.270Z Compiling openapiv3 v2.2.0
21982026-06-26T04:10:45.518Z Compiling sha1 v0.10.6
21992026-06-26T04:10:45.758Z Compiling peg-runtime v0.8.5
22002026-06-26T04:10:45.867Z Compiling lalrpop-util v0.19.12
22012026-06-26T04:11:00.758Z Compiling rustls-webpki v0.103.9
22022026-06-26T04:11:01.857Z Compiling macaddr v1.0.1
22032026-06-26T04:11:01.922Z Compiling structmeta-derive v0.3.0
22042026-06-26T04:11:01.982Z Compiling rayon-core v1.13.0
22052026-06-26T04:11:02.162Z Compiling crucible-workspace-hack v0.1.0
22062026-06-26T04:11:02.209Z Compiling itertools v0.14.0
22072026-06-26T04:11:02.380Z Compiling secrecy v0.10.3
22082026-06-26T04:11:02.384Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-26T04:11:02.412Z Compiling heapless v0.8.0
22102026-06-26T04:11:02.452Z Compiling rustls v0.22.4
22112026-06-26T04:11:02.574Z Compiling toml_datetime v0.7.5+spec-1.1.0
22122026-06-26T04:11:02.793Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-06-26T04:11:02.825Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-26T04:11:02.839Z Compiling crossbeam-deque v0.8.6
22152026-06-26T04:11:02.891Z Compiling rustls-webpki v0.102.8
22162026-06-26T04:11:02.907Z Compiling hash32 v0.3.1
22172026-06-26T04:11:02.925Z Compiling structmeta v0.3.0
22182026-06-26T04:11:02.987Z Compiling multer v3.1.0
22192026-06-26T04:11:03.006Z Compiling thread_local v1.1.9
22202026-06-26T04:11:03.084Z Compiling slog-async v2.8.0
22212026-06-26T04:11:03.101Z Compiling match_cfg v0.1.0
22222026-06-26T04:11:03.122Z Compiling cpufeatures v0.3.0
22232026-06-26T04:11:03.154Z Compiling smoltcp v0.11.0
22242026-06-26T04:11:03.197Z Compiling compression-core v0.4.31
22252026-06-26T04:11:03.213Z Compiling unicode-width v0.2.0
22262026-06-26T04:11:03.227Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-06-26T04:11:03.306Z Compiling hostname v0.3.1
22282026-06-26T04:11:03.398Z Compiling proc-macro-crate v3.4.0
22292026-06-26T04:11:03.429Z Compiling compression-codecs v0.4.37
22302026-06-26T04:11:03.483Z Compiling derive-ex v0.1.8
22312026-06-26T04:11:03.485Z Compiling ingot-macros v0.1.1
22322026-06-26T04:11:03.564Z Compiling atomicwrites v0.4.4
22332026-06-26T04:11:03.707Z Compiling slog-json v2.6.1
22342026-06-26T04:11:03.809Z Compiling crossbeam-channel v0.5.15
22352026-06-26T04:11:03.842Z Compiling half v2.7.1
22362026-06-26T04:11:03.861Z Compiling newtype-uuid-macros v0.1.0
22372026-06-26T04:11:03.976Z Compiling cobs v0.3.0
22382026-06-26T04:11:04.042Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-26T04:11:04.208Z Compiling universal-hash v0.5.1
22402026-06-26T04:11:04.277Z Compiling async-stream-impl v0.3.6
22412026-06-26T04:11:04.371Z Compiling serde_spanned v1.0.4
22422026-06-26T04:11:04.517Z Compiling toml_datetime v1.0.0+spec-1.1.0
22432026-06-26T04:11:04.557Z Compiling tokio-rustls v0.26.4
22442026-06-26T04:11:04.591Z Compiling rustls-platform-verifier v0.6.2
22452026-06-26T04:11:04.779Z Compiling is-terminal v0.4.17
22462026-06-26T04:11:04.848Z Compiling hyper-rustls v0.27.7
22472026-06-26T04:11:04.879Z Compiling proc-macro-error-attr v1.0.4
22482026-06-26T04:11:04.899Z Compiling dropshot v0.17.0
22492026-06-26T04:11:04.914Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-06-26T04:11:04.979Z Compiling opaque-debug v0.3.1
22512026-06-26T04:11:05.043Z Compiling take_mut v0.2.2
22522026-06-26T04:11:05.075Z Compiling term v1.2.1
22532026-06-26T04:11:05.102Z Compiling reqwest v0.12.28
22542026-06-26T04:11:05.119Z Compiling reqwest v0.13.2
22552026-06-26T04:11:05.122Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-06-26T04:11:05.151Z Compiling convert_case v0.4.0
22572026-06-26T04:11:05.187Z Compiling ciborium-io v0.2.2
22582026-06-26T04:11:05.262Z Compiling thiserror-no-std v2.0.2
22592026-06-26T04:11:05.309Z Compiling ciborium-ll v0.2.2
22602026-06-26T04:11:05.363Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-26T04:11:05.440Z Compiling slog-term v2.9.2
22622026-06-26T04:11:05.482Z Compiling derive_more v0.99.20
22632026-06-26T04:11:05.598Z Compiling tokio-rustls v0.25.0
22642026-06-26T04:11:05.708Z Compiling poly1305 v0.8.0
22652026-06-26T04:11:05.860Z Compiling test-strategy v0.4.5
22662026-06-26T04:11:06.097Z Compiling ingot-types v0.1.2
22672026-06-26T04:11:06.209Z Compiling async-stream v0.3.6
22682026-06-26T04:11:06.345Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-26T04:11:06.436Z Compiling postcard v1.1.3
22702026-06-26T04:11:06.472Z Compiling slog-bunyan v2.5.0
22712026-06-26T04:11:06.567Z Compiling ingot v0.1.1
22722026-06-26T04:11:06.671Z Compiling tough v0.22.0
22732026-06-26T04:11:06.698Z Compiling num_enum_derive v0.7.6
22742026-06-26T04:11:06.818Z Compiling async-compression v0.4.41
22752026-06-26T04:11:07.146Z Compiling parse-display-derive v0.10.0
22762026-06-26T04:11:07.301Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22772026-06-26T04:11:07.623Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-06-26T04:11:07.649Z Compiling proc-macro-crate v1.3.1
22792026-06-26T04:11:07.869Z Compiling waitgroup v0.1.2
22802026-06-26T04:11:07.994Z Compiling backon v1.6.0
22812026-06-26T04:11:08.043Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22822026-06-26T04:11:08.094Z Compiling password-hash v0.5.0
22832026-06-26T04:11:08.097Z Compiling dropshot_endpoint v0.17.0
22842026-06-26T04:11:08.276Z Compiling chacha20 v0.9.1
22852026-06-26T04:11:08.355Z Compiling rustls-pemfile v2.2.0
22862026-06-26T04:11:08.491Z Compiling blake2 v0.10.6
22872026-06-26T04:11:08.568Z Compiling aead v0.5.2
22882026-06-26T04:11:08.606Z Compiling foreign-types-macros v0.2.3
22892026-06-26T04:11:08.753Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-26T04:11:08.776Z Compiling serde_path_to_error v0.1.20
22912026-06-26T04:11:08.816Z Compiling hostname v0.4.2
22922026-06-26T04:11:08.999Z Compiling proc-macro-error v1.0.4
22932026-06-26T04:11:09.028Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-26T04:11:09.068Z Compiling instant v0.1.13
22952026-06-26T04:11:09.140Z Compiling foreign-types-shared v0.3.1
22962026-06-26T04:11:09.197Z Compiling typeid v1.0.3
22972026-06-26T04:11:09.213Z Compiling debug-ignore v1.0.5
22982026-06-26T04:11:09.229Z Compiling foreign-types v0.5.0
22992026-06-26T04:11:09.245Z Compiling backoff v0.4.0
23002026-06-26T04:11:09.274Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23012026-06-26T04:11:09.308Z Compiling argon2 v0.5.3
23022026-06-26T04:11:09.327Z Compiling chacha20poly1305 v0.10.1
23032026-06-26T04:11:09.343Z Compiling parse-display v0.10.0
23042026-06-26T04:11:09.361Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-26T04:11:09.377Z Compiling num_enum_derive v0.5.11
23062026-06-26T04:11:09.408Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-26T04:11:09.506Z Compiling num_enum v0.7.6
23082026-06-26T04:11:09.509Z Compiling ciborium v0.2.2
23092026-06-26T04:11:09.666Z Compiling vsss-rs v3.3.4
23102026-06-26T04:11:09.725Z Compiling tabwriter v1.4.1
23112026-06-26T04:11:09.844Z Compiling chacha20 v0.10.0
23122026-06-26T04:11:09.958Z Compiling regress v0.10.5
23132026-06-26T04:11:10.181Z Compiling byte-wrapper v0.1.0
23142026-06-26T04:11:10.217Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-06-26T04:11:10.265Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23162026-06-26T04:11:10.305Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-26T04:11:10.390Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23182026-06-26T04:11:10.421Z Compiling cstr-argument v0.1.2
23192026-06-26T04:11:10.561Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-06-26T04:11:10.614Z Compiling erased-serde v0.4.9
23212026-06-26T04:11:10.725Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-26T04:11:10.756Z Compiling humantime v2.3.0
23232026-06-26T04:11:10.964Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-26T04:11:10.980Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-26T04:11:11.012Z Compiling num_enum v0.5.11
23262026-06-26T04:11:11.026Z Compiling rand v0.10.0
23272026-06-26T04:11:11.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23282026-06-26T04:11:11.156Z Compiling rayon v1.11.0
23292026-06-26T04:11:11.204Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-26T04:11:11.223Z Compiling colored v3.1.1
23312026-06-26T04:11:11.260Z Compiling indent_write v2.2.0
23322026-06-26T04:11:11.330Z Compiling libefi-sys v0.1.0
23332026-06-26T04:11:11.346Z Compiling zone_cfg_derive v0.3.1
23342026-06-26T04:11:11.416Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-26T04:11:11.432Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-26T04:11:11.570Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-26T04:11:11.595Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-26T04:11:11.711Z Compiling camino-tempfile v1.4.1
23392026-06-26T04:11:11.820Z Compiling itertools v0.12.1
23402026-06-26T04:11:11.861Z Compiling usdt-macro v0.5.0
23412026-06-26T04:11:11.913Z Compiling usdt-attr-macro v0.5.0
23422026-06-26T04:11:11.983Z Compiling num-derive v0.4.2
23432026-06-26T04:11:12.119Z Compiling bitfield-struct v0.6.2
23442026-06-26T04:11:12.144Z Compiling blake3 v1.8.5
23452026-06-26T04:11:12.165Z Compiling ordered-float v2.10.1
23462026-06-26T04:11:12.468Z Compiling memmap v0.7.0
23472026-06-26T04:11:12.526Z Compiling sigpipe v0.1.3
23482026-06-26T04:11:12.578Z Compiling glob v0.3.3
23492026-06-26T04:11:12.640Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-06-26T04:11:12.668Z Compiling swrite v0.1.0
23512026-06-26T04:11:12.723Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-26T04:11:12.759Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-06-26T04:11:12.797Z Compiling usdt v0.5.0
23542026-06-26T04:11:12.903Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-26T04:11:13.090Z Compiling serde-value v0.7.0
23562026-06-26T04:11:13.302Z Compiling zone v0.3.1
23572026-06-26T04:11:13.319Z Compiling serde-untagged v0.1.9
23582026-06-26T04:11:13.376Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-26T04:11:13.497Z Compiling toml v0.8.23
23602026-06-26T04:11:13.596Z Compiling smf v0.2.3
23612026-06-26T04:11:13.599Z Compiling filetime v0.2.27
23622026-06-26T04:11:13.646Z Compiling constant_time_eq v0.4.2
23632026-06-26T04:11:13.686Z Compiling unicode-xid v0.2.6
23642026-06-26T04:11:13.701Z Compiling arrayvec v0.7.6
23652026-06-26T04:11:13.805Z Compiling arrayref v0.3.9
23662026-06-26T04:11:13.837Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-26T04:11:13.853Z Compiling xattr v1.6.1
23682026-06-26T04:11:13.869Z Compiling whoami v1.6.1
23692026-06-26T04:11:13.900Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-26T04:11:13.915Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-06-26T04:11:13.956Z Compiling tokio-dtrace v0.1.1
23722026-06-26T04:11:14.083Z Compiling tar v0.4.45
23732026-06-26T04:11:14.149Z Compiling cargo-util-schemas v0.8.2
23742026-06-26T04:11:14.298Z Compiling console v0.16.2
23752026-06-26T04:11:14.330Z Compiling gethostname v0.5.0
23762026-06-26T04:11:14.485Z Compiling cargo-platform v0.2.0
23772026-06-26T04:11:14.568Z Compiling unit-prefix v0.5.2
23782026-06-26T04:11:14.590Z Compiling topological-sort v0.2.2
23792026-06-26T04:11:14.740Z Compiling indicatif v0.18.4
23802026-06-26T04:11:14.769Z Compiling oxide-tokio-rt v0.1.4
23812026-06-26T04:11:14.817Z Compiling shell-words v1.1.1
23822026-06-26T04:11:14.959Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-06-26T04:11:15.360Z Compiling cargo_metadata v0.21.0
23842026-06-26T04:11:24.696Z Compiling progenitor-client v0.14.0
23852026-06-26T04:11:24.724Z Compiling omicron-zone-package v0.12.2
23862026-06-26T04:11:25.187Z Compiling progenitor-extras v0.2.0
23872026-06-26T04:11:27.429Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-06-26T04:11:27.462Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-26T04:11:27.664Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-06-26T04:11:27.706Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-06-26T04:11:27.744Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-26T04:11:27.760Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-26T04:11:27.787Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-06-26T04:11:27.834Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-06-26T04:11:28.008Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-06-26T04:11:31.551Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-06-26T04:11:39.299Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-06-26T04:11:42.402Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-06-26T04:11:43.399Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-06-26T04:11:52.744Z Finished `release` profile [optimized] target(s) in 1m 42s
24012026-06-26T04:11:52.880Z Running `target/release/omicron-package -t test target create -p dev`
24022026-06-26T04:11:52.937ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-06-26T04:11:52.940ZCreated new build target 'test' and set it as active
24042026-06-26T04:11:52.940Z
24052026-06-26T04:11:52.940Zreal 1:43.134089753
24062026-06-26T04:11:52.941Zuser 16:48.365942273
24072026-06-26T04:11:52.941Zsys 2:38.323467249
24082026-06-26T04:11:52.941Ztrap 0.468112725
24092026-06-26T04:11:52.941Ztflt 2.917381552
24102026-06-26T04:11:52.941Zdflt 4.573740078
24112026-06-26T04:11:52.941Zkflt 0.000589656
24122026-06-26T04:11:52.941Zlock 52:16.658152101
24132026-06-26T04:11:52.941Zslp 42:55.196544625
24142026-06-26T04:11:52.941Zlat 40.915978021
24152026-06-26T04:11:52.941Zstop 5:18.883840438
24162026-06-26T04:11:52.944Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-06-26T04:11:53.761Z Finished `release` profile [optimized] target(s) in 0.81s
24182026-06-26T04:11:53.828Z Running `target/release/omicron-package -t test package`
24192026-06-26T04:11:53.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-06-26T04:11:55.252Z Compiling heck v0.5.0
24212026-06-26T04:11:55.256Z Compiling regress v0.11.1
24222026-06-26T04:11:55.470Z Compiling unsafe-libyaml v0.2.11
24232026-06-26T04:11:55.503Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-06-26T04:11:55.528Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-06-26T04:11:55.531Z Compiling unicode-width v0.1.14
24262026-06-26T04:11:55.531Z Compiling atomicwrites v0.4.4
24272026-06-26T04:11:55.590Z Compiling derive-where v1.6.0
24282026-06-26T04:11:55.593Z Compiling bytecount v0.6.9
24292026-06-26T04:11:55.611Z Compiling is-terminal v0.4.17
24302026-06-26T04:11:55.613Z Compiling prettyplease v0.2.37
24312026-06-26T04:11:55.674Z Compiling console v0.15.11
24322026-06-26T04:11:55.674Z Compiling newline-converter v0.3.0
24332026-06-26T04:11:55.677Z Compiling slog-dtrace v0.3.0
24342026-06-26T04:11:55.739Z Compiling owo-colors v4.3.0
24352026-06-26T04:11:55.764Z Compiling cancel-safe-futures v0.1.5
24362026-06-26T04:11:55.766Z Compiling resolv-conf v0.7.6
24372026-06-26T04:11:55.806Z Compiling rustls v0.22.4
24382026-06-26T04:11:55.830Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-26T04:11:55.858Z Compiling num-rational v0.4.2
24402026-06-26T04:11:55.885Z Compiling libsw-core v0.3.2
24412026-06-26T04:11:55.906Z Compiling rustls-webpki v0.102.8
24422026-06-26T04:11:55.976Z Compiling serde_yaml v0.9.34+deprecated
24432026-06-26T04:11:56.024Z Compiling num-complex v0.4.6
24442026-06-26T04:11:56.067Z Compiling expectorate v1.2.0
24452026-06-26T04:11:56.111Z Compiling thread_local v1.1.9
24462026-06-26T04:11:56.135Z Compiling match_cfg v0.1.0
24472026-06-26T04:11:56.157Z Compiling compression-core v0.4.31
24482026-06-26T04:11:56.230Z Compiling hostname v0.3.1
24492026-06-26T04:11:56.305Z Compiling compression-codecs v0.4.37
24502026-06-26T04:11:56.412Z Compiling libsw v3.5.0
24512026-06-26T04:11:56.514Z Compiling num v0.4.3
24522026-06-26T04:11:56.577Z Compiling multer v3.1.0
24532026-06-26T04:11:56.598Z Compiling slog-async v2.8.0
24542026-06-26T04:11:56.621Z Compiling crossbeam-channel v0.5.15
24552026-06-26T04:11:56.645Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-06-26T04:11:56.668Z Compiling slog-json v2.6.1
24572026-06-26T04:11:56.689Z Compiling serde_spanned v1.0.4
24582026-06-26T04:11:56.733Z Compiling toml_datetime v1.0.0+spec-1.1.0
24592026-06-26T04:11:56.795Z Compiling linked-hash-map v0.5.6
24602026-06-26T04:11:56.816Z Compiling float-ord v0.3.2
24612026-06-26T04:11:56.840Z Compiling term v1.2.1
24622026-06-26T04:11:56.874Z Compiling linear-map v1.2.0
24632026-06-26T04:11:56.877Z Compiling toml_writer v1.0.6+spec-1.1.0
24642026-06-26T04:11:56.921Z Compiling take_mut v0.2.2
24652026-06-26T04:11:56.949Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-06-26T04:11:56.969Z Compiling slog-bunyan v2.5.0
24672026-06-26T04:11:57.037Z Compiling typify-impl v0.6.2
24682026-06-26T04:11:57.078Z Compiling lru-cache v0.1.2
24692026-06-26T04:11:57.099Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-26T04:11:57.132Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-06-26T04:11:57.150Z Compiling slog-term v2.9.2
24722026-06-26T04:11:57.294Z Compiling async-compression v0.4.41
24732026-06-26T04:11:57.352Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-06-26T04:11:57.477Z Compiling dropshot v0.17.0
24752026-06-26T04:11:57.498Z Compiling async-stream v0.3.6
24762026-06-26T04:11:57.517Z Compiling progenitor-client v0.14.0
24772026-06-26T04:11:57.543Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24782026-06-26T04:11:57.590Z Compiling waitgroup v0.1.2
24792026-06-26T04:11:57.631Z Compiling backon v1.6.0
24802026-06-26T04:11:57.670Z Compiling rustls-pemfile v2.2.0
24812026-06-26T04:11:57.692Z Compiling serde_path_to_error v0.1.20
24822026-06-26T04:11:57.747Z Compiling hostname v0.4.2
24832026-06-26T04:11:57.750Z Compiling instant v0.1.13
24842026-06-26T04:11:57.842Z Compiling minimal-lexical v0.2.1
24852026-06-26T04:11:57.877Z Compiling debug-ignore v1.0.5
24862026-06-26T04:11:57.887Z Compiling backoff v0.4.0
24872026-06-26T04:11:57.912Z Compiling progenitor-extras v0.2.0
24882026-06-26T04:11:57.931Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24892026-06-26T04:11:58.004Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24902026-06-26T04:11:58.063Z Compiling nom v7.1.3
24912026-06-26T04:11:58.110Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-06-26T04:11:58.154Z Compiling tokio-rustls v0.25.0
24932026-06-26T04:11:58.249Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-26T04:11:58.249Z Compiling parse-display v0.10.0
24952026-06-26T04:11:58.285Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-06-26T04:11:58.321Z Compiling hickory-proto v0.24.4
24972026-06-26T04:11:58.548Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24982026-06-26T04:11:58.935Z Compiling regress v0.10.5
24992026-06-26T04:11:59.203Z Compiling macaddr v1.0.1
25002026-06-26T04:11:59.369Z Compiling unicode-xid v0.2.6
25012026-06-26T04:11:59.433Z Compiling humantime v2.3.0
25022026-06-26T04:11:59.504Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-06-26T04:11:59.670Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-06-26T04:11:59.705Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-06-26T04:11:59.762Z Compiling convert_case v0.10.0
25062026-06-26T04:11:59.809Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-06-26T04:11:59.923Z Compiling toml v0.8.23
25082026-06-26T04:12:00.022Z Compiling derive_more-impl v2.1.1
25092026-06-26T04:12:00.206Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-06-26T04:12:00.467Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-26T04:12:00.497Z Compiling typify-macro v0.6.2
25122026-06-26T04:12:00.523Z Compiling papergrid v0.11.0
25132026-06-26T04:12:00.629Z Compiling tabled_derive v0.7.0
25142026-06-26T04:12:00.829Z Compiling derive_more v2.1.1
25152026-06-26T04:12:00.880Z Compiling hickory-resolver v0.24.4
25162026-06-26T04:12:00.947Z Compiling termtree v0.5.1
25172026-06-26T04:12:01.006Z Compiling crossterm v0.29.0
25182026-06-26T04:12:01.145Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-26T04:12:01.536Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-26T04:12:02.030Z Compiling qorb v0.4.1
25212026-06-26T04:12:02.054Z Compiling typify v0.6.2
25222026-06-26T04:12:02.325Z Compiling progenitor-impl v0.14.0
25232026-06-26T04:12:03.027Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25242026-06-26T04:12:03.239Z Compiling tabled v0.15.0
25252026-06-26T04:12:03.938Z Compiling phf_shared v0.12.1
25262026-06-26T04:12:04.185Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-06-26T04:12:04.407Z Compiling progenitor-macro v0.14.0
25282026-06-26T04:12:04.723Z Compiling vte v0.14.1
25292026-06-26T04:12:04.980Z Compiling csv-core v0.1.13
25302026-06-26T04:12:05.171Z Compiling highway v1.3.0
25312026-06-26T04:12:05.732Z Compiling chrono-tz v0.10.4
25322026-06-26T04:12:05.905Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-06-26T04:12:05.928Z Compiling csv v1.4.0
25342026-06-26T04:12:05.979Z Compiling strip-ansi-escapes v0.2.1
25352026-06-26T04:12:06.266Z Compiling phf v0.12.1
25362026-06-26T04:12:06.440Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-06-26T04:12:06.466Z Compiling const_format_proc_macros v0.2.34
25382026-06-26T04:12:06.470Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-06-26T04:12:06.536Z Compiling fd-lock v4.0.4
25402026-06-26T04:12:06.558Z Compiling peg-macros v0.8.5
25412026-06-26T04:12:06.923Z Compiling nu-ansi-term v0.50.3
25422026-06-26T04:12:07.462Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-06-26T04:12:07.814Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-06-26T04:12:07.951Z Compiling peg v0.8.5
25452026-06-26T04:12:08.055Z Compiling const_format v0.2.35
25462026-06-26T04:12:08.431Z Compiling progenitor v0.14.0
25472026-06-26T04:12:08.588Z Compiling reedline v0.40.0
25482026-06-26T04:12:08.630Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-06-26T04:12:08.720Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25502026-06-26T04:12:08.816Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-26T04:12:08.885Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25522026-06-26T04:12:08.905Z Compiling bcs v0.1.6
25532026-06-26T04:12:09.350Z Compiling nom v8.0.0
25542026-06-26T04:12:10.540Z Compiling semver v0.1.20
25552026-06-26T04:12:10.837Z Compiling rustc_version v0.1.7
25562026-06-26T04:12:11.065Z Compiling newtype_derive v0.1.6
25572026-06-26T04:12:11.174Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-06-26T04:12:11.297Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-06-26T04:12:11.396Z Compiling unicode-linebreak v0.1.5
25602026-06-26T04:12:11.420Z Compiling smawk v0.3.2
25612026-06-26T04:12:11.567Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-06-26T04:12:11.625Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-06-26T04:12:11.698Z Compiling textwrap v0.16.2
25642026-06-26T04:12:11.855Z Compiling base64 v0.21.7
25652026-06-26T04:12:11.942Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25662026-06-26T04:12:12.027Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-06-26T04:12:12.060Z Compiling steno v0.4.1
25682026-06-26T04:12:12.084Z Compiling dropshot-api-manager-types v0.7.2
25692026-06-26T04:12:12.135Z Compiling tagptr v0.2.0
25702026-06-26T04:12:12.336Z Compiling utf-8 v0.7.6
25712026-06-26T04:12:12.384Z Compiling moka v0.12.13
25722026-06-26T04:12:12.576Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-06-26T04:12:12.686Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-06-26T04:12:12.834Z Compiling tungstenite v0.21.0
25752026-06-26T04:12:12.856Z Compiling radium v0.7.0
25762026-06-26T04:12:13.146Z Compiling display-error-chain v0.2.2
25772026-06-26T04:12:13.325Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-06-26T04:12:13.328Z Compiling maybe-uninit v2.0.0
25792026-06-26T04:12:13.398Z Compiling tap v1.0.1
25802026-06-26T04:12:13.547Z Compiling hickory-resolver v0.25.2
25812026-06-26T04:12:13.639Z Compiling tokio-tungstenite v0.21.0
25822026-06-26T04:12:13.728Z Compiling wyz v0.5.1
25832026-06-26T04:12:13.972Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-26T04:12:14.307Z Compiling zerocopy-derive v0.6.6
25852026-06-26T04:12:14.408Z Compiling packed_struct v0.10.1
25862026-06-26T04:12:14.709Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-06-26T04:12:14.946Z Compiling funty v2.0.0
25882026-06-26T04:12:15.118Z Compiling crc-catalog v2.4.0
25892026-06-26T04:12:15.243Z Compiling crc v3.4.0
25902026-06-26T04:12:15.468Z Compiling bitvec v1.0.1
25912026-06-26T04:12:15.905Z Compiling zerocopy v0.6.6
25922026-06-26T04:12:16.252Z Compiling packed_struct_codegen v0.10.1
25932026-06-26T04:12:16.297Z Compiling vergen-lib v0.1.6
25942026-06-26T04:12:16.516Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-26T04:12:16.737Z Compiling bitfield-macros v0.19.4
25962026-06-26T04:12:17.233Z Compiling proc-macro-error-attr2 v2.0.0
25972026-06-26T04:12:17.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-26T04:12:17.449Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-26T04:12:17.586Z Compiling indexmap v1.9.3
26002026-06-26T04:12:17.644Z Compiling diesel_derives v2.3.7
26012026-06-26T04:12:17.767Z Compiling nodrop v0.1.14
26022026-06-26T04:12:17.854Z Compiling proc-macro-error2 v2.0.1
26032026-06-26T04:12:17.903Z Compiling array-init v0.0.4
26042026-06-26T04:12:17.930Z Compiling bitfield v0.19.4
26052026-06-26T04:12:18.277Z Compiling smallvec v0.6.14
26062026-06-26T04:12:18.460Z Compiling scheduled-thread-pool v0.2.7
26072026-06-26T04:12:18.548Z Compiling dsl_auto_type v0.2.0
26082026-06-26T04:12:18.865Z Compiling num-derive v0.3.3
26092026-06-26T04:12:18.929Z Compiling vergen-gitcl v1.0.8
26102026-06-26T04:12:19.071Z Compiling diesel_table_macro_syntax v0.3.0
26112026-06-26T04:12:19.093Z Compiling dirs-sys-next v0.1.2
26122026-06-26T04:12:19.155Z Compiling maplit v1.0.2
26132026-06-26T04:12:19.271Z Compiling hashbrown v0.12.3
26142026-06-26T04:12:19.293Z Compiling glob v0.3.3
26152026-06-26T04:12:19.366Z Compiling crunchy v0.2.4
26162026-06-26T04:12:19.675Z Compiling clang-sys v1.8.1
26172026-06-26T04:12:19.701Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-26T04:12:19.771Z Compiling libscf-sys v1.1.0
26192026-06-26T04:12:19.813Z Compiling dirs-next v2.0.0
26202026-06-26T04:12:19.934Z Compiling r2d2 v0.8.10
26212026-06-26T04:12:19.954Z Compiling serde-hex v0.1.0
26222026-06-26T04:12:20.061Z Compiling tabled_derive v0.11.0
26232026-06-26T04:12:20.230Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-06-26T04:12:20.309Z Compiling ron v0.8.1
26252026-06-26T04:12:20.357Z Compiling papergrid v0.17.0
26262026-06-26T04:12:20.403Z Compiling testing_table v0.3.0
26272026-06-26T04:12:20.471Z Compiling hashbrown v0.13.2
26282026-06-26T04:12:20.581Z Compiling downcast-rs v2.0.2
26292026-06-26T04:12:20.713Z Compiling crc-any v2.5.0
26302026-06-26T04:12:20.840Z Compiling tiny-keccak v2.0.2
26312026-06-26T04:12:21.060Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-26T04:12:21.111Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-26T04:12:21.131Z Compiling object v0.30.4
26342026-06-26T04:12:21.658Z Compiling tabled v0.20.0
26352026-06-26T04:12:21.791Z Compiling term v0.7.0
26362026-06-26T04:12:22.054Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-06-26T04:12:22.428Z Compiling progenitor-impl v0.13.0
26382026-06-26T04:12:22.482Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-26T04:12:22.660Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-06-26T04:12:22.776Z Compiling xshell-macros v0.2.7
26412026-06-26T04:12:22.894Z Compiling bit-vec v0.6.3
26422026-06-26T04:12:22.997Z Compiling path-slash v0.1.5
26432026-06-26T04:12:23.131Z Compiling bit-set v0.5.3
26442026-06-26T04:12:23.223Z Compiling xshell v0.2.7
26452026-06-26T04:12:23.337Z Compiling ascii-canvas v3.0.0
26462026-06-26T04:12:23.517Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-06-26T04:12:23.617Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-06-26T04:12:23.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-06-26T04:12:24.141Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-06-26T04:12:24.359Z Compiling diesel v2.3.7
26512026-06-26T04:12:24.509Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-26T04:12:24.594Z Compiling progenitor-macro v0.13.0
26532026-06-26T04:12:25.456Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-06-26T04:12:25.962Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-06-26T04:12:26.046Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-06-26T04:12:26.171Z Compiling progenitor-client v0.13.0
26572026-06-26T04:12:26.519Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-06-26T04:12:26.702Z Compiling itertools v0.10.5
26592026-06-26T04:12:26.724Z Compiling ena v0.14.4
26602026-06-26T04:12:26.727Z Compiling libloading v0.8.9
26612026-06-26T04:12:26.957Z Compiling bindgen v0.71.1
26622026-06-26T04:12:26.983Z Compiling unicase v2.9.0
26632026-06-26T04:12:27.230Z Compiling diff v0.1.13
26642026-06-26T04:12:27.277Z Compiling regex-syntax v0.6.29
26652026-06-26T04:12:27.796Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-06-26T04:12:28.171Z Compiling cexpr v0.6.0
26672026-06-26T04:12:28.581Z Compiling progenitor v0.13.0
26682026-06-26T04:12:28.755Z Compiling lalrpop v0.19.12
26692026-06-26T04:12:28.783Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-06-26T04:12:28.972Z Compiling crc8 v0.1.1
26712026-06-26T04:12:29.007Z Compiling rustc-hash v2.1.1
26722026-06-26T04:12:29.189Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-26T04:12:29.412Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-06-26T04:12:29.520Z Compiling headers-core v0.3.0
26752026-06-26T04:12:29.695Z Compiling libxml v0.3.3
26762026-06-26T04:12:29.906Z Compiling headers v0.4.1
26772026-06-26T04:12:30.083Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-26T04:12:30.214Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-06-26T04:12:30.297Z Compiling git-stub v1.0.0
26802026-06-26T04:12:30.326Z Compiling strum_macros v0.24.3
26812026-06-26T04:12:30.405Z Compiling indoc v1.0.9
26822026-06-26T04:12:30.473Z Compiling git-stub-vcs v0.1.0
26832026-06-26T04:12:30.555Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-06-26T04:12:30.832Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-06-26T04:12:30.853Z Compiling derive_builder v0.20.2
26862026-06-26T04:12:31.028Z Compiling oso-derive v0.27.3
26872026-06-26T04:12:31.057Z Compiling quick-xml v0.37.5
26882026-06-26T04:12:31.546Z Compiling impl-trait-for-tuples v0.2.3
26892026-06-26T04:12:31.549Z Compiling openssl-probe v0.1.6
26902026-06-26T04:12:31.618Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-06-26T04:12:31.847Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-06-26T04:12:32.330Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26932026-06-26T04:12:32.353Z Compiling half v1.8.3
26942026-06-26T04:12:32.804Z Compiling serde_cbor v0.11.2
26952026-06-26T04:12:32.829Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-06-26T04:12:33.048Z Compiling bb8 v0.8.6
26972026-06-26T04:12:33.431Z Compiling trait-variant v0.1.2
26982026-06-26T04:12:33.484Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-06-26T04:12:33.676Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-06-26T04:12:33.680Z Compiling samael v0.0.19
27012026-06-26T04:12:33.756Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27022026-06-26T04:12:33.788Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-26T04:12:34.013Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27042026-06-26T04:12:34.034Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-06-26T04:12:34.119Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-06-26T04:12:34.302Z Compiling fxhash v0.2.1
27072026-06-26T04:12:34.471Z Compiling libz-sys v1.1.24
27082026-06-26T04:12:34.492Z Compiling nonempty v0.12.0
27092026-06-26T04:12:34.752Z Compiling salty v0.3.0
27102026-06-26T04:12:35.056Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-06-26T04:12:35.283Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-26T04:12:35.535Z Compiling kstat-rs v0.2.4
27132026-06-26T04:12:35.707Z Compiling arc-swap v1.8.2
27142026-06-26T04:12:36.019Z Compiling fs-err v2.11.0
27152026-06-26T04:12:36.115Z Compiling polar-core v0.27.3
27162026-06-26T04:12:36.288Z Compiling slog-scope v4.4.1
27172026-06-26T04:12:36.314Z Compiling mime_guess v2.0.5
27182026-06-26T04:12:36.390Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-06-26T04:12:36.635Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-06-26T04:12:36.787Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27212026-06-26T04:12:36.836Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27222026-06-26T04:12:37.283Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-06-26T04:12:37.348Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27242026-06-26T04:12:37.835Z Compiling nanorand v0.7.0
27252026-06-26T04:12:38.119Z Compiling darling_core v0.23.0
27262026-06-26T04:12:38.203Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-26T04:12:38.468Z Compiling parking_lot_core v0.8.6
27282026-06-26T04:12:38.780Z Compiling flume v0.11.1
27292026-06-26T04:12:39.169Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27302026-06-26T04:12:40.105Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-26T04:12:40.272Z Compiling darling_macro v0.23.0
27322026-06-26T04:12:40.316Z Compiling slog-stdlog v4.1.1
27332026-06-26T04:12:40.758Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-06-26T04:12:40.778Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-06-26T04:12:40.799Z Compiling primeorder v0.13.6
27362026-06-26T04:12:40.803Z Compiling atty v0.2.14
27372026-06-26T04:12:40.952Z Compiling strsim v0.10.0
27382026-06-26T04:12:41.151Z Compiling http-range v0.1.5
27392026-06-26T04:12:41.172Z Compiling instability v0.3.11
27402026-06-26T04:12:41.253Z Compiling parse-size v1.1.0
27412026-06-26T04:12:41.396Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-06-26T04:12:41.492Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-26T04:12:41.631Z Compiling async-bb8-diesel v0.2.1
27442026-06-26T04:12:41.987Z Compiling diesel-dtrace v0.5.0
27452026-06-26T04:12:42.110Z Compiling darling_core v0.13.4
27462026-06-26T04:12:42.321Z Compiling p384 v0.13.1
27472026-06-26T04:12:43.746Z Compiling darling v0.23.0
27482026-06-26T04:12:43.860Z Compiling slog-envlogger v2.2.0
27492026-06-26T04:12:45.024Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-26T04:12:45.084Z Compiling oso v0.27.3
27512026-06-26T04:12:45.312Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522026-06-26T04:12:46.587Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27532026-06-26T04:12:48.099Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-26T04:12:48.250Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27552026-06-26T04:12:48.946Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-06-26T04:12:48.989Z Compiling ignore v0.4.25
27572026-06-26T04:12:49.406Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-26T04:12:49.998Z Compiling vergen-git2 v9.1.0
27592026-06-26T04:12:50.227Z Compiling castaway v0.2.4
27602026-06-26T04:12:50.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-26T04:12:50.476Z Compiling indoc v2.0.7
27622026-06-26T04:12:50.763Z Compiling compact_str v0.8.1
27632026-06-26T04:12:50.836Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-26T04:12:51.566Z Compiling globwalk v0.9.1
27652026-06-26T04:12:51.606Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-26T04:12:51.806Z Compiling parking_lot v0.11.2
27672026-06-26T04:12:52.228Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-06-26T04:12:52.260Z Compiling hyper-staticfile v0.10.1
27692026-06-26T04:12:52.416Z Compiling darling_macro v0.13.4
27702026-06-26T04:12:52.918Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-06-26T04:12:52.986Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-26T04:12:53.017Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-06-26T04:12:53.077Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-26T04:12:53.463Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-06-26T04:12:53.486Z Compiling predicates-tree v1.0.13
27762026-06-26T04:12:53.571Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-26T04:12:53.762Z Compiling unicode-truncate v1.1.0
27782026-06-26T04:12:53.792Z Compiling lru v0.12.5
27792026-06-26T04:12:53.876Z Compiling prefix-trie v0.7.0
27802026-06-26T04:12:53.952Z Compiling rand_seeder v0.4.0
27812026-06-26T04:12:53.973Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-26T04:12:54.023Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-26T04:12:54.045Z Compiling cassowary v0.3.0
27842026-06-26T04:12:54.200Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-26T04:12:54.265Z Compiling corncobs v0.1.4
27862026-06-26T04:12:54.360Z Compiling rustls v0.21.12
27872026-06-26T04:12:54.446Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-26T04:12:54.477Z Compiling ratatui v0.29.0
27892026-06-26T04:12:54.515Z Compiling hickory-server v0.25.2
27902026-06-26T04:12:54.655Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-06-26T04:12:54.954Z Compiling camino-tempfile-ext v0.3.3
27922026-06-26T04:12:55.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-06-26T04:12:55.112Z Compiling darling v0.13.4
27942026-06-26T04:12:55.186Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-06-26T04:12:55.254Z Compiling sled v0.34.7
27962026-06-26T04:12:55.608Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-26T04:12:56.265Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-26T04:12:56.605Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-06-26T04:12:57.597Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-06-26T04:12:57.962Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-06-26T04:12:58.181Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-26T04:12:58.392Z Compiling sct v0.7.1
28032026-06-26T04:12:58.660Z Compiling rustls-webpki v0.101.7
28042026-06-26T04:12:58.663Z Compiling secrecy v0.8.0
28052026-06-26T04:12:58.870Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-06-26T04:12:59.588Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-06-26T04:13:00.179Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-06-26T04:13:00.331Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-06-26T04:13:00.740Z Compiling serde_with_macros v1.5.2
28102026-06-26T04:13:01.470Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-06-26T04:13:02.335Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-06-26T04:13:02.759Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-06-26T04:13:03.021Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-06-26T04:13:03.246Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-06-26T04:13:03.467Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-06-26T04:13:03.688Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-06-26T04:13:03.916Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-06-26T04:13:03.948Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-06-26T04:13:04.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-06-26T04:13:04.168Z Compiling void v1.0.2
28212026-06-26T04:13:04.391Z Compiling lzss v0.8.2
28222026-06-26T04:13:04.499Z Compiling git2 v0.20.4
28232026-06-26T04:13:04.776Z Compiling illumos-nvpair v0.3.0
28242026-06-26T04:13:05.272Z Compiling serde_with v1.14.0
28252026-06-26T04:13:05.487Z Compiling tokio-rustls v0.24.1
28262026-06-26T04:13:05.866Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-06-26T04:13:06.480Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-06-26T04:13:06.652Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-26T04:13:08.035Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-06-26T04:13:08.783Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-26T04:13:09.330Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28322026-06-26T04:13:09.474Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-06-26T04:13:10.167Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-06-26T04:13:10.418Z Compiling tungstenite v0.23.0
28352026-06-26T04:13:10.519Z Compiling rustls-pemfile v1.0.4
28362026-06-26T04:13:10.931Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-06-26T04:13:11.157Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-06-26T04:13:11.303Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-06-26T04:13:11.391Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-26T04:13:11.528Z Compiling nix v0.27.1
28412026-06-26T04:13:11.789Z Compiling twox-hash v2.1.2
28422026-06-26T04:13:12.296Z Compiling serde_bytes v0.11.19
28432026-06-26T04:13:12.581Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-06-26T04:13:12.679Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-26T04:13:12.821Z Compiling tokio-tungstenite v0.23.1
28462026-06-26T04:13:13.070Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-06-26T04:13:13.103Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-06-26T04:13:13.196Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-06-26T04:13:13.383Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28502026-06-26T04:13:14.718Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28512026-06-26T04:13:15.353Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-06-26T04:13:16.091Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-06-26T04:13:16.508Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-06-26T04:13:17.102Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-26T04:13:17.208Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-26T04:13:17.249Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28572026-06-26T04:13:17.567Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-26T04:13:17.646Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28592026-06-26T04:13:17.855Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-06-26T04:13:18.194Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-06-26T04:13:18.766Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-06-26T04:13:19.279Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-06-26T04:13:21.321Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-06-26T04:13:21.492Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-06-26T04:13:22.023Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-26T04:13:23.368Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-26T04:13:23.463Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-26T04:13:24.310Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28692026-06-26T04:13:24.435Z Compiling signal-hook-tokio v0.3.1
28702026-06-26T04:13:24.541Z Compiling fatfs v0.3.6
28712026-06-26T04:13:24.639Z Compiling yasna v0.5.2
28722026-06-26T04:13:24.686Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-06-26T04:13:24.718Z Compiling assert_matches v1.5.0
28742026-06-26T04:13:24.829Z Compiling seq-macro v0.3.6
28752026-06-26T04:13:25.325Z Compiling is_ci v1.2.0
28762026-06-26T04:13:25.542Z Compiling supports-color v3.0.2
28772026-06-26T04:13:25.873Z Compiling rcgen v0.12.1
28782026-06-26T04:13:25.876Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-06-26T04:13:26.456Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-06-26T04:13:27.291Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-06-26T04:13:28.480Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-06-26T04:13:28.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-06-26T04:13:28.712Z Compiling subprocess v0.2.15
28842026-06-26T04:13:28.884Z Compiling rtoolbox v0.0.3
28852026-06-26T04:13:29.165Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-06-26T04:13:30.445Z Compiling rpassword v7.4.0
28872026-06-26T04:13:30.799Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-06-26T04:13:30.934Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-26T04:13:31.071Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-26T04:13:31.209Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-06-26T04:13:33.010Z Compiling tui-tree-widget v0.23.1
28922026-06-26T04:13:33.114Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-06-26T04:13:33.308Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-06-26T04:13:33.398Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-06-26T04:13:33.635Z Compiling uzers v0.12.2
28962026-06-26T04:13:34.377Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-06-26T04:13:34.875Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-06-26T04:13:35.883Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-06-26T04:13:37.539Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-06-26T04:13:38.388Z Compiling support-bundle-viewer v0.1.2
29012026-06-26T04:13:40.027Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-06-26T04:13:40.263Z Compiling multimap v0.10.1
29032026-06-26T04:13:54.869Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-06-26T04:13:55.650Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-06-26T04:14:01.376Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-06-26T04:14:02.987Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-06-26T04:14:05.405Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-06-26T04:20:41.804Z Finished `release` profile [optimized] target(s) in 8m 47s
29092026-06-26T04:21:27.940Z
29102026-06-26T04:21:27.940Zreal 9:34.967634530
29112026-06-26T04:21:27.940Zuser 1:17:56.108511432
29122026-06-26T04:21:27.943Zsys 3:26.909695604
29132026-06-26T04:21:27.944Ztrap 1.714828737
29142026-06-26T04:21:27.944Ztflt 2.108821303
29152026-06-26T04:21:27.944Zdflt 18.899088455
29162026-06-26T04:21:27.944Zkflt 0.029439422
29172026-06-26T04:21:27.944Zlock 6:48:40.330029075
29182026-06-26T04:21:27.944Zslp 2:10:42.568710604
29192026-06-26T04:21:27.944Zlat 2:20.948216263
29202026-06-26T04:21:27.944Zstop 5:00.182678542
29212026-06-26T04:21:27.944Z+ mapfile -t packages
29222026-06-26T04:21:27.944Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-06-26T04:21:28.813Z Finished `release` profile [optimized] target(s) in 0.86s
29242026-06-26T04:21:28.877Z Running `target/release/omicron-package -t test list-outputs`
29252026-06-26T04:21:28.935ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-06-26T04:21:28.939Z+ ptime -m cargo build --locked --release -p xtask
29272026-06-26T04:21:29.404Z Compiling libc v0.2.185
29282026-06-26T04:21:29.404Z Compiling serde v1.0.228
29292026-06-26T04:21:29.407Z Compiling serde_core v1.0.228
29302026-06-26T04:21:29.407Z Compiling rustix v1.1.3
29312026-06-26T04:21:29.493Z Compiling serde_json v1.0.149
29322026-06-26T04:21:29.503Z Compiling bitflags v2.11.0
29332026-06-26T04:21:29.546Z Compiling num-traits v0.2.19
29342026-06-26T04:21:29.557Z Compiling syn v2.0.117
29352026-06-26T04:21:29.569Z Compiling smallvec v1.15.1
29362026-06-26T04:21:29.592Z Compiling indexmap v2.14.0
29372026-06-26T04:21:29.595Z Compiling usdt-impl v0.5.0
29382026-06-26T04:21:29.614Z Compiling syn v1.0.109
29392026-06-26T04:21:29.626Z Compiling percent-encoding v2.3.2
29402026-06-26T04:21:29.636Z Compiling getrandom v0.4.1
29412026-06-26T04:21:29.747Z Compiling log v0.4.29
29422026-06-26T04:21:29.881Z Compiling form_urlencoded v1.2.2
29432026-06-26T04:21:29.997Z Compiling fs-err v3.3.0
29442026-06-26T04:21:30.008Z Compiling once_cell v1.21.3
29452026-06-26T04:21:30.011Z Compiling heck v0.4.1
29462026-06-26T04:21:30.032Z Compiling anyhow v1.0.102
29472026-06-26T04:21:30.201Z Compiling thread-id v4.2.2
29482026-06-26T04:21:30.240Z Compiling errno v0.3.14
29492026-06-26T04:21:30.275Z Compiling memmap v0.7.0
29502026-06-26T04:21:30.553Z Compiling ordered-float v2.10.1
29512026-06-26T04:21:31.093Z Compiling proc-macro-error v1.0.4
29522026-06-26T04:21:31.242Z Compiling terminal_size v0.4.3
29532026-06-26T04:21:31.242Z Compiling tempfile v3.25.0
29542026-06-26T04:21:31.341Z Compiling tabled_derive v0.7.0
29552026-06-26T04:21:31.351Z Compiling clap_builder v4.6.0
29562026-06-26T04:21:31.354Z Compiling textwrap v0.16.2
29572026-06-26T04:21:31.479Z Compiling camino-tempfile v1.4.1
29582026-06-26T04:21:32.023Z Compiling tabled v0.15.0
29592026-06-26T04:21:32.051Z Compiling synstructure v0.13.2
29602026-06-26T04:21:32.055Z Compiling pest_generator v2.8.6
29612026-06-26T04:21:32.414Z Compiling serde_derive v1.0.228
29622026-06-26T04:21:32.418Z Compiling zerovec-derive v0.11.2
29632026-06-26T04:21:32.418Z Compiling displaydoc v0.2.5
29642026-06-26T04:21:32.418Z Compiling thiserror-impl v1.0.69
29652026-06-26T04:21:32.418Z Compiling zerocopy-derive v0.7.35
29662026-06-26T04:21:32.418Z Compiling scroll_derive v0.12.1
29672026-06-26T04:21:32.418Z Compiling thiserror-impl v2.0.18
29682026-06-26T04:21:32.418Z Compiling clap_derive v4.6.1
29692026-06-26T04:21:32.466Z Compiling zerofrom-derive v0.1.6
29702026-06-26T04:21:32.471Z Compiling yoke-derive v0.8.1
29712026-06-26T04:21:32.570Z Compiling pest_derive v2.8.6
29722026-06-26T04:21:33.090Z Compiling scroll v0.12.0
29732026-06-26T04:21:33.262Z Compiling zerocopy v0.7.35
29742026-06-26T04:21:33.412Z Compiling goblin v0.8.2
29752026-06-26T04:21:33.515Z Compiling thiserror v1.0.69
29762026-06-26T04:21:33.613Z Compiling zerofrom v0.1.6
29772026-06-26T04:21:33.626Z Compiling dtrace-parser v0.2.0
29782026-06-26T04:21:33.639Z Compiling thiserror v2.0.18
29792026-06-26T04:21:33.751Z Compiling yoke v0.8.1
29802026-06-26T04:21:33.967Z Compiling zerovec v0.11.5
29812026-06-26T04:21:34.063Z Compiling zerotrie v0.2.3
29822026-06-26T04:21:34.112Z Compiling clap v4.6.1
29832026-06-26T04:21:34.529Z Compiling tinystr v0.8.2
29842026-06-26T04:21:34.544Z Compiling potential_utf v0.1.4
29852026-06-26T04:21:34.775Z Compiling icu_locale_core v2.1.1
29862026-06-26T04:21:34.779Z Compiling icu_collections v2.1.1
29872026-06-26T04:21:35.525Z Compiling icu_provider v2.1.1
29882026-06-26T04:21:35.957Z Compiling icu_properties v2.1.2
29892026-06-26T04:21:36.092Z Compiling icu_normalizer v2.1.1
29902026-06-26T04:21:36.107Z Compiling toml_datetime v0.6.11
29912026-06-26T04:21:36.190Z Compiling serde_spanned v0.6.9
29922026-06-26T04:21:36.255Z Compiling dof v0.3.0
29932026-06-26T04:21:36.276Z Compiling serde_tokenstream v0.2.3
29942026-06-26T04:21:36.328Z Compiling toml_edit v0.22.27
29952026-06-26T04:21:36.363Z Compiling serde-value v0.7.0
29962026-06-26T04:21:36.374Z Compiling cargo-platform v0.2.0
29972026-06-26T04:21:36.387Z Compiling macaddr v1.0.1
29982026-06-26T04:21:36.875Z Compiling idna_adapter v1.2.1
29992026-06-26T04:21:36.997Z Compiling idna v1.1.0
30002026-06-26T04:21:37.016Z Compiling usdt-macro v0.5.0
30012026-06-26T04:21:37.048Z Compiling usdt-attr-macro v0.5.0
30022026-06-26T04:21:37.390Z Compiling url v2.5.8
30032026-06-26T04:21:37.685Z Compiling usdt v0.5.0
30042026-06-26T04:21:37.959Z Compiling toml v0.8.23
30052026-06-26T04:21:38.384Z Compiling cargo-util-schemas v0.8.2
30062026-06-26T04:21:38.384Z Compiling cargo_toml v0.21.0
30072026-06-26T04:21:39.414Z Compiling cargo_metadata v0.21.0
30082026-06-26T04:21:42.842Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-06-26T04:21:45.823Z Finished `release` profile [optimized] target(s) in 16.87s
30102026-06-26T04:21:45.931Z
30112026-06-26T04:21:45.935Zreal 16.959290286
30122026-06-26T04:21:45.935Zuser 2:19.349264835
30132026-06-26T04:21:45.935Zsys 16.920111652
30142026-06-26T04:21:45.935Ztrap 0.088150744
30152026-06-26T04:21:45.935Ztflt 0.596502358
30162026-06-26T04:21:45.935Zdflt 1.532434547
30172026-06-26T04:21:45.935Zkflt 0.000031426
30182026-06-26T04:21:45.935Zlock 5:18.249112285
30192026-06-26T04:21:45.935Zslp 3:23.597891448
30202026-06-26T04:21:45.935Zlat 6.623948672
30212026-06-26T04:21:45.935Zstop 18.187632480
30222026-06-26T04:21:45.935Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-26T04:21:45.935Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-26T04:21:45.936Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-26T04:21:45.936Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-26T04:21:45.936Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-06-26T04:21:47.899Z Compiling progenitor-client v0.14.0
30282026-06-26T04:21:47.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-26T04:21:47.911Z Compiling newtype-uuid-macros v0.1.0
30302026-06-26T04:21:47.911Z Compiling match_cfg v0.1.0
30312026-06-26T04:21:47.911Z Compiling slog-json v2.6.1
30322026-06-26T04:21:47.911Z Compiling structmeta-derive v0.3.0
30332026-06-26T04:21:47.911Z Compiling rustls v0.22.4
30342026-06-26T04:21:47.911Z Compiling rustls-webpki v0.102.8
30352026-06-26T04:21:47.911Z Compiling multer v3.1.0
30362026-06-26T04:21:47.911Z Compiling debug-ignore v1.0.5
30372026-06-26T04:21:47.911Z Compiling compression-core v0.4.31
30382026-06-26T04:21:47.911Z Compiling atomicwrites v0.4.4
30392026-06-26T04:21:47.911Z Compiling itertools v0.14.0
30402026-06-26T04:21:47.911Z Compiling async-stream-impl v0.3.6
30412026-06-26T04:21:47.911Z Compiling serde_spanned v1.0.4
30422026-06-26T04:21:47.911Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-26T04:21:47.912Z Compiling hostname v0.3.1
30442026-06-26T04:21:47.912Z Compiling dropshot v0.17.0
30452026-06-26T04:21:47.912Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-26T04:21:47.912Z Compiling waitgroup v0.1.2
30472026-06-26T04:21:47.912Z Compiling compression-codecs v0.4.37
30482026-06-26T04:21:47.912Z Compiling rustls-pemfile v2.2.0
30492026-06-26T04:21:47.912Z Compiling dropshot_endpoint v0.17.0
30502026-06-26T04:21:47.912Z Compiling serde_path_to_error v0.1.20
30512026-06-26T04:21:47.912Z Compiling slog-bunyan v2.5.0
30522026-06-26T04:21:47.912Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-26T04:21:47.912Z Compiling async-compression v0.4.41
30542026-06-26T04:21:47.912Z Compiling hostname v0.4.2
30552026-06-26T04:21:47.912Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-06-26T04:21:47.912Z Compiling macaddr v1.0.1
30572026-06-26T04:21:47.912Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-06-26T04:21:47.912Z Compiling instant v0.1.13
30592026-06-26T04:21:47.912Z Compiling regress v0.10.5
30602026-06-26T04:21:47.912Z Compiling backon v1.6.0
30612026-06-26T04:21:47.912Z Compiling backoff v0.4.0
30622026-06-26T04:21:47.912Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-26T04:21:47.912Z Compiling async-stream v0.3.6
30642026-06-26T04:21:47.912Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30652026-06-26T04:21:47.912Z Compiling humantime v2.3.0
30662026-06-26T04:21:47.912Z Compiling universal-hash v0.5.1
30672026-06-26T04:21:47.948Z Compiling progenitor-extras v0.2.0
30682026-06-26T04:21:47.952Z Compiling opaque-debug v0.3.1
30692026-06-26T04:21:47.980Z Compiling regress v0.11.1
30702026-06-26T04:21:47.980Z Compiling half v2.7.1
30712026-06-26T04:21:48.303Z Compiling ciborium-io v0.2.2
30722026-06-26T04:21:48.314Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30732026-06-26T04:21:48.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-26T04:21:48.314Z Compiling crucible-workspace-hack v0.1.0
30752026-06-26T04:21:48.314Z Compiling convert_case v0.4.0
30762026-06-26T04:21:48.314Z Compiling aead v0.5.2
30772026-06-26T04:21:48.326Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-06-26T04:21:48.326Z Compiling secrecy v0.10.3
30792026-06-26T04:21:48.326Z Compiling poly1305 v0.8.0
30802026-06-26T04:21:48.326Z Compiling ciborium-ll v0.2.2
30812026-06-26T04:21:48.347Z Compiling chacha20 v0.9.1
30822026-06-26T04:21:48.365Z Compiling structmeta v0.3.0
30832026-06-26T04:21:48.380Z Compiling unsafe-libyaml v0.2.11
30842026-06-26T04:21:48.404Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30852026-06-26T04:21:48.699Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-06-26T04:21:48.708Z Compiling ciborium v0.2.2
30872026-06-26T04:21:48.708Z Compiling derive_more v0.99.20
30882026-06-26T04:21:48.708Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30892026-06-26T04:21:48.708Z Compiling derive-ex v0.1.8
30902026-06-26T04:21:48.708Z Compiling parse-display-derive v0.10.0
30912026-06-26T04:21:48.713Z Compiling thiserror-impl-no-std v2.0.2
30922026-06-26T04:21:48.729Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-06-26T04:21:48.775Z Compiling byte-wrapper v0.1.0
30942026-06-26T04:21:48.812Z Compiling password-hash v0.5.0
30952026-06-26T04:21:48.899Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-26T04:21:49.021Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-26T04:21:49.099Z Compiling blake2 v0.10.6
30982026-06-26T04:21:49.120Z Compiling toml_datetime v0.7.5+spec-1.1.0
30992026-06-26T04:21:49.124Z Compiling chacha20poly1305 v0.10.1
31002026-06-26T04:21:49.154Z Compiling indent_write v2.2.0
31012026-06-26T04:21:49.171Z Compiling heapless v0.8.0
31022026-06-26T04:21:49.308Z Compiling tokio-rustls v0.25.0
31032026-06-26T04:21:49.315Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-26T04:21:49.332Z Compiling ingot-macros v0.1.1
31052026-06-26T04:21:49.399Z Compiling argon2 v0.5.3
31062026-06-26T04:21:49.684Z Compiling typify-impl v0.6.2
31072026-06-26T04:21:49.735Z Compiling tabwriter v1.4.1
31082026-06-26T04:21:49.935Z Compiling thiserror-no-std v2.0.2
31092026-06-26T04:21:49.969Z Compiling proc-macro-crate v3.4.0
31102026-06-26T04:21:50.053Z Compiling vsss-rs v3.3.4
31112026-06-26T04:21:52.771Z Compiling test-strategy v0.4.5
31122026-06-26T04:21:52.787Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-06-26T04:21:52.787Z Compiling parse-display v0.10.0
31142026-06-26T04:21:52.787Z Compiling hash32 v0.3.1
31152026-06-26T04:21:52.787Z Compiling num_enum_derive v0.7.6
31162026-06-26T04:21:52.787Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-26T04:21:52.787Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31182026-06-26T04:21:52.787Z Compiling smoltcp v0.11.0
31192026-06-26T04:21:52.787Z Compiling cobs v0.3.0
31202026-06-26T04:21:52.787Z Compiling colored v3.1.1
31212026-06-26T04:21:52.787Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-06-26T04:21:52.787Z Compiling proc-macro-error v1.0.4
31232026-06-26T04:21:52.787Z Compiling postcard v1.1.3
31242026-06-26T04:21:52.788Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-06-26T04:21:52.788Z Compiling proc-macro-crate v1.3.1
31262026-06-26T04:21:52.788Z Compiling foreign-types-macros v0.2.3
31272026-06-26T04:21:52.788Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-26T04:21:52.788Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31292026-06-26T04:21:52.788Z Compiling cpufeatures v0.3.0
31302026-06-26T04:21:52.788Z Compiling rayon-core v1.13.0
31312026-06-26T04:21:52.788Z Compiling foreign-types-shared v0.3.1
31322026-06-26T04:21:52.788Z Compiling chacha20 v0.10.0
31332026-06-26T04:21:52.788Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-26T04:21:52.788Z Compiling crossbeam-deque v0.8.6
31352026-06-26T04:21:52.788Z Compiling camino-tempfile v1.4.1
31362026-06-26T04:21:52.788Z Compiling num_enum_derive v0.5.11
31372026-06-26T04:21:52.788Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-06-26T04:21:52.788Z Compiling num_enum v0.7.6
31392026-06-26T04:21:52.788Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31402026-06-26T04:21:52.788Z Compiling cstr-argument v0.1.2
31412026-06-26T04:21:52.788Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-06-26T04:21:52.788Z Compiling foreign-types v0.5.0
31432026-06-26T04:21:52.788Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31442026-06-26T04:21:52.788Z Compiling rand v0.10.0
31452026-06-26T04:21:52.788Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31462026-06-26T04:21:52.788Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-06-26T04:21:52.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-06-26T04:21:52.789Z Compiling zone_cfg_derive v0.3.1
31492026-06-26T04:21:52.789Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-26T04:21:52.789Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-06-26T04:21:52.789Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31522026-06-26T04:21:52.789Z Compiling itertools v0.12.1
31532026-06-26T04:21:52.789Z Compiling rayon v1.11.0
31542026-06-26T04:21:52.789Z Compiling num-derive v0.4.2
31552026-06-26T04:21:52.789Z Compiling sigpipe v0.1.3
31562026-06-26T04:21:52.789Z Compiling ingot-types v0.1.2
31572026-06-26T04:21:52.789Z Compiling glob v0.3.3
31582026-06-26T04:21:52.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-06-26T04:21:52.789Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-06-26T04:21:52.789Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31612026-06-26T04:21:52.789Z Compiling smf v0.2.3
31622026-06-26T04:21:52.789Z Compiling ingot v0.1.1
31632026-06-26T04:21:52.822Z Compiling num_enum v0.5.11
31642026-06-26T04:21:52.837Z Compiling whoami v1.6.1
31652026-06-26T04:21:52.837Z Compiling usdt-attr-macro v0.5.0
31662026-06-26T04:21:52.873Z Compiling usdt-macro v0.5.0
31672026-06-26T04:21:54.446Z Compiling gethostname v0.5.0
31682026-06-26T04:21:54.474Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31692026-06-26T04:21:54.474Z Compiling num-rational v0.4.2
31702026-06-26T04:21:54.474Z Compiling num-complex v0.4.6
31712026-06-26T04:21:54.486Z Compiling memmap v0.7.0
31722026-06-26T04:21:54.486Z Compiling derive-where v1.6.0
31732026-06-26T04:21:54.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31742026-06-26T04:21:54.487Z Compiling zone v0.3.1
31752026-06-26T04:21:54.487Z Compiling num v0.4.3
31762026-06-26T04:21:54.487Z Compiling float-ord v0.3.2
31772026-06-26T04:21:54.487Z Compiling toml v0.8.23
31782026-06-26T04:21:54.487Z Compiling resolv-conf v0.7.6
31792026-06-26T04:21:54.487Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-06-26T04:21:54.487Z Compiling cancel-safe-futures v0.1.5
31812026-06-26T04:21:54.487Z Compiling owo-colors v4.3.0
31822026-06-26T04:21:54.487Z Compiling usdt v0.5.0
31832026-06-26T04:21:54.487Z Compiling libsw-core v0.3.2
31842026-06-26T04:21:54.487Z Compiling prettyplease v0.2.37
31852026-06-26T04:21:54.487Z Compiling libsw v3.5.0
31862026-06-26T04:21:54.487Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-26T04:21:54.488Z Compiling console v0.15.11
31882026-06-26T04:21:54.488Z Compiling hickory-proto v0.24.4
31892026-06-26T04:21:54.488Z Compiling newline-converter v0.3.0
31902026-06-26T04:21:54.488Z Compiling libefi-sys v0.1.0
31912026-06-26T04:21:54.488Z Compiling linked-hash-map v0.5.6
31922026-06-26T04:21:54.488Z Compiling linear-map v1.2.0
31932026-06-26T04:21:54.488Z Compiling git-stub v1.0.0
31942026-06-26T04:21:54.488Z Compiling typify-macro v0.6.2
31952026-06-26T04:21:54.488Z Compiling bitfield-struct v0.6.2
31962026-06-26T04:21:54.488Z Compiling lru-cache v0.1.2
31972026-06-26T04:21:54.488Z Compiling expectorate v1.2.0
31982026-06-26T04:21:54.488Z Compiling nom v8.0.0
31992026-06-26T04:21:54.980Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32002026-06-26T04:21:55.006Z Compiling semver v0.1.20
32012026-06-26T04:21:55.006Z Compiling git-stub-vcs v0.1.0
32022026-06-26T04:21:55.006Z Compiling tokio-dtrace v0.1.1
32032026-06-26T04:21:55.006Z Compiling dropshot-api-manager-types v0.7.2
32042026-06-26T04:21:55.006Z Compiling slog-dtrace v0.3.0
32052026-06-26T04:21:55.006Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-06-26T04:21:55.006Z Compiling rustc_version v0.1.7
32072026-06-26T04:21:55.006Z Compiling minimal-lexical v0.2.1
32082026-06-26T04:21:55.006Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-26T04:21:55.019Z Compiling oxide-tokio-rt v0.1.4
32102026-06-26T04:21:55.028Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-06-26T04:21:55.040Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-26T04:21:55.055Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-06-26T04:21:55.064Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-26T04:21:55.065Z Compiling phf_shared v0.12.1
32152026-06-26T04:21:55.323Z Compiling newtype_derive v0.1.6
32162026-06-26T04:21:55.335Z Compiling nom v7.1.3
32172026-06-26T04:21:55.336Z Compiling csv-core v0.1.13
32182026-06-26T04:21:55.336Z Compiling chrono-tz v0.10.4
32192026-06-26T04:21:55.336Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-26T04:21:55.382Z Compiling xshell-macros v0.2.7
32212026-06-26T04:21:55.403Z Compiling highway v1.3.0
32222026-06-26T04:21:55.435Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32232026-06-26T04:21:55.897Z Compiling csv v1.4.0
32242026-06-26T04:21:55.913Z Compiling const_format_proc_macros v0.2.34
32252026-06-26T04:21:55.913Z Compiling phf v0.12.1
32262026-06-26T04:21:55.913Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-26T04:21:55.913Z Compiling xshell v0.2.7
32282026-06-26T04:21:55.913Z Compiling primeorder v0.13.6
32292026-06-26T04:21:55.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32302026-06-26T04:21:55.987Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-06-26T04:21:56.126Z Compiling tabled_derive v0.7.0
32322026-06-26T04:21:56.172Z Compiling typify v0.6.2
32332026-06-26T04:21:56.226Z Compiling hickory-resolver v0.24.4
32342026-06-26T04:21:56.312Z Compiling progenitor-impl v0.14.0
32352026-06-26T04:21:56.493Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-06-26T04:21:56.499Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32372026-06-26T04:21:56.499Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-26T04:21:56.530Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-06-26T04:21:57.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-06-26T04:21:57.547Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-26T04:21:57.547Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-06-26T04:21:57.547Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-26T04:21:57.547Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32442026-06-26T04:21:57.547Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-06-26T04:21:57.547Z Compiling const_format v0.2.35
32462026-06-26T04:21:57.547Z Compiling qorb v0.4.1
32472026-06-26T04:21:57.547Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-06-26T04:21:57.547Z Compiling bcs v0.1.6
32492026-06-26T04:21:57.557Z Compiling termtree v0.5.1
32502026-06-26T04:21:57.625Z Compiling salty v0.3.0
32512026-06-26T04:21:58.222Z Compiling tagptr v0.2.0
32522026-06-26T04:21:58.239Z Compiling textwrap v0.16.2
32532026-06-26T04:21:58.239Z Compiling moka v0.12.13
32542026-06-26T04:21:58.239Z Compiling tabled v0.15.0
32552026-06-26T04:21:58.239Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-06-26T04:21:58.252Z Compiling steno v0.4.1
32572026-06-26T04:21:58.271Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-26T04:21:58.286Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-06-26T04:21:58.289Z Compiling base64 v0.21.7
32602026-06-26T04:21:58.512Z Compiling radium v0.7.0
32612026-06-26T04:21:58.577Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-26T04:21:58.595Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-26T04:21:59.084Z Compiling hickory-resolver v0.25.2
32642026-06-26T04:21:59.088Z Compiling p384 v0.13.1
32652026-06-26T04:21:59.089Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32662026-06-26T04:21:59.111Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-06-26T04:21:59.134Z Compiling progenitor-macro v0.14.0
32682026-06-26T04:21:59.305Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32692026-06-26T04:21:59.373Z Compiling tap v1.0.1
32702026-06-26T04:21:59.390Z Compiling maybe-uninit v2.0.0
32712026-06-26T04:21:59.497Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-06-26T04:21:59.518Z Compiling wyz v0.5.1
32732026-06-26T04:22:00.699Z Compiling proc-macro-error-attr2 v2.0.0
32742026-06-26T04:22:00.708Z Compiling utf-8 v0.7.6
32752026-06-26T04:22:00.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-06-26T04:22:00.709Z Compiling packed_struct v0.10.1
32772026-06-26T04:22:00.709Z Compiling funty v2.0.0
32782026-06-26T04:22:00.709Z Compiling parking_lot_core v0.8.6
32792026-06-26T04:22:00.709Z Compiling tungstenite v0.21.0
32802026-06-26T04:22:00.709Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-06-26T04:22:00.709Z Compiling proc-macro-error2 v2.0.1
32822026-06-26T04:22:00.709Z Compiling bitvec v1.0.1
32832026-06-26T04:22:00.709Z Compiling polyval v0.6.2
32842026-06-26T04:22:00.709Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32852026-06-26T04:22:00.709Z Compiling num-derive v0.3.3
32862026-06-26T04:22:00.709Z Compiling packed_struct_codegen v0.10.1
32872026-06-26T04:22:00.709Z Compiling bitfield-macros v0.19.4
32882026-06-26T04:22:00.709Z Compiling zerocopy-derive v0.6.6
32892026-06-26T04:22:00.709Z Compiling indexmap v1.9.3
32902026-06-26T04:22:00.709Z Compiling nodrop v0.1.14
32912026-06-26T04:22:01.498Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-06-26T04:22:01.505Z Compiling crc-catalog v2.4.0
32932026-06-26T04:22:01.505Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32942026-06-26T04:22:01.505Z Compiling crc v3.4.0
32952026-06-26T04:22:01.505Z Compiling array-init v0.0.4
32962026-06-26T04:22:01.505Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-26T04:22:01.505Z Compiling tokio-tungstenite v0.21.0
32982026-06-26T04:22:01.505Z Compiling tabled_derive v0.11.0
32992026-06-26T04:22:01.505Z Compiling ghash v0.5.1
33002026-06-26T04:22:01.505Z Compiling bitfield v0.19.4
33012026-06-26T04:22:01.505Z Compiling smallvec v0.6.14
33022026-06-26T04:22:01.506Z Compiling libscf-sys v1.1.0
33032026-06-26T04:22:01.506Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-06-26T04:22:01.506Z Compiling zerocopy v0.6.6
33052026-06-26T04:22:01.506Z Compiling progenitor-impl v0.13.0
33062026-06-26T04:22:01.541Z Compiling papergrid v0.17.0
33072026-06-26T04:22:01.545Z Compiling testing_table v0.3.0
33082026-06-26T04:22:01.560Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-26T04:22:01.657Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102026-06-26T04:22:01.704Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-06-26T04:22:01.727Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33122026-06-26T04:22:01.743Z Compiling ctr v0.9.2
33132026-06-26T04:22:01.819Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-26T04:22:01.854Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-06-26T04:22:01.891Z Compiling illumos-nvpair-sys v0.2.0
33162026-06-26T04:22:02.019Z Compiling unicase v2.9.0
33172026-06-26T04:22:02.022Z Compiling corncobs v0.1.4
33182026-06-26T04:22:02.022Z Compiling hashbrown v0.12.3
33192026-06-26T04:22:02.140Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-26T04:22:02.159Z Compiling aes-gcm v0.10.3
33212026-06-26T04:22:02.177Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-26T04:22:02.196Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-06-26T04:22:02.214Z Compiling mime_guess v2.0.5
33242026-06-26T04:22:02.845Z Compiling serde-hex v0.1.0
33252026-06-26T04:22:02.853Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-06-26T04:22:02.853Z Compiling parking_lot v0.11.2
33272026-06-26T04:22:02.853Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-26T04:22:02.854Z Compiling tabled v0.20.0
33292026-06-26T04:22:02.854Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-06-26T04:22:02.885Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-06-26T04:22:03.081Z Compiling ron v0.8.1
33322026-06-26T04:22:03.087Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-06-26T04:22:03.087Z Compiling hashbrown v0.13.2
33342026-06-26T04:22:03.843Z Compiling progenitor-client v0.13.0
33352026-06-26T04:22:03.859Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-06-26T04:22:03.859Z Compiling blowfish v0.9.1
33372026-06-26T04:22:03.859Z Compiling prefix-trie v0.7.0
33382026-06-26T04:22:03.859Z Compiling ssh-encoding v0.2.0
33392026-06-26T04:22:03.859Z Compiling fxhash v0.2.1
33402026-06-26T04:22:03.859Z Compiling secrecy v0.8.0
33412026-06-26T04:22:03.859Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-26T04:22:03.859Z Compiling crc-any v2.5.0
33432026-06-26T04:22:03.924Z Compiling hickory-server v0.25.2
33442026-06-26T04:22:04.106Z Compiling ssh-cipher v0.2.0
33452026-06-26T04:22:04.109Z Compiling sled v0.34.7
33462026-06-26T04:22:04.117Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-26T04:22:04.177Z Compiling object v0.30.4
33482026-06-26T04:22:04.277Z Compiling progenitor-macro v0.13.0
33492026-06-26T04:22:04.296Z Compiling progenitor v0.14.0
33502026-06-26T04:22:04.344Z Compiling bcrypt-pbkdf v0.10.0
33512026-06-26T04:22:05.275Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-26T04:22:05.291Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-06-26T04:22:05.291Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33542026-06-26T04:22:05.291Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-06-26T04:22:05.291Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33562026-06-26T04:22:05.292Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-26T04:22:05.292Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-06-26T04:22:05.292Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33592026-06-26T04:22:05.531Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-06-26T04:22:05.949Z Compiling password-hash v0.4.2
33612026-06-26T04:22:05.949Z Compiling http-range v0.1.5
33622026-06-26T04:22:05.954Z Compiling crc8 v0.1.1
33632026-06-26T04:22:05.954Z Compiling half v1.8.3
33642026-06-26T04:22:05.954Z Compiling path-slash v0.1.5
33652026-06-26T04:22:05.954Z Compiling pbkdf2 v0.11.0
33662026-06-26T04:22:05.996Z Compiling serde_cbor v0.11.2
33672026-06-26T04:22:06.183Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-06-26T04:22:06.210Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-26T04:22:06.607Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-06-26T04:22:07.133Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-06-26T04:22:07.196Z Compiling illumos-nvpair v0.3.0
33722026-06-26T04:22:07.289Z Compiling ssh-key v0.6.7
33732026-06-26T04:22:07.340Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-06-26T04:22:07.368Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-06-26T04:22:07.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33762026-06-26T04:22:07.752Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-26T04:22:07.764Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-06-26T04:22:07.833Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-06-26T04:22:07.845Z Compiling p521 v0.13.3
33802026-06-26T04:22:09.379Z Compiling p256 v0.13.2
33812026-06-26T04:22:09.491Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-06-26T04:22:09.491Z Compiling yasna v0.5.2
33832026-06-26T04:22:09.491Z Compiling kstat-rs v0.2.4
33842026-06-26T04:22:09.492Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-06-26T04:22:09.492Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-06-26T04:22:09.492Z Compiling headers-core v0.3.0
33872026-06-26T04:22:09.492Z Compiling nanorand v0.7.0
33882026-06-26T04:22:09.492Z Compiling russh-cryptovec v0.7.3
33892026-06-26T04:22:09.492Z Compiling atty v0.2.14
33902026-06-26T04:22:09.492Z Compiling home v0.5.12
33912026-06-26T04:22:09.492Z Compiling md5 v0.7.0
33922026-06-26T04:22:09.493Z Compiling flume v0.11.1
33932026-06-26T04:22:09.493Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33942026-06-26T04:22:09.493Z Compiling headers v0.4.1
33952026-06-26T04:22:09.493Z Compiling rcgen v0.12.1
33962026-06-26T04:22:09.493Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-06-26T04:22:09.493Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-26T04:22:09.493Z Compiling russh-keys v0.45.0
33992026-06-26T04:22:09.493Z Compiling progenitor v0.13.0
34002026-06-26T04:22:09.493Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34012026-06-26T04:22:09.493Z Compiling hyper-staticfile v0.10.1
34022026-06-26T04:22:09.514Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-06-26T04:22:10.328Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34042026-06-26T04:22:10.361Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-06-26T04:22:10.361Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34062026-06-26T04:22:10.361Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-06-26T04:22:10.361Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34082026-06-26T04:22:10.361Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34092026-06-26T04:22:10.361Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34102026-06-26T04:22:10.362Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34112026-06-26T04:22:10.362Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34122026-06-26T04:22:10.379Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-06-26T04:22:10.406Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34142026-06-26T04:22:10.728Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-06-26T04:22:10.761Z Compiling num-bigint v0.4.6
34162026-06-26T04:22:10.761Z Compiling des v0.8.1
34172026-06-26T04:22:10.761Z Compiling subprocess v0.2.15
34182026-06-26T04:22:10.761Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-06-26T04:22:10.761Z Compiling display-error-chain v0.2.2
34202026-06-26T04:22:10.761Z Compiling hex-literal v0.4.1
34212026-06-26T04:22:10.978Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34222026-06-26T04:22:10.998Z Compiling colored v2.2.0
34232026-06-26T04:22:10.999Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34242026-06-26T04:22:10.999Z Compiling internet-checksum v0.2.1
34252026-06-26T04:22:11.057Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-06-26T04:22:11.776Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-06-26T04:22:11.824Z Compiling russh v0.45.0
34282026-06-26T04:22:11.946Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34292026-06-26T04:22:13.107Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-06-26T04:22:13.108Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-06-26T04:22:15.289Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34322026-06-26T04:22:15.934Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34332026-06-26T04:22:16.133Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-06-26T04:22:16.420Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34352026-06-26T04:22:18.856Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362026-06-26T04:22:27.777Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-26T04:22:27.777Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34382026-06-26T04:22:27.801Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34392026-06-26T04:22:27.801Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-06-26T04:22:28.527Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34412026-06-26T04:22:28.527Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-06-26T04:22:32.594Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34432026-06-26T04:23:11.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34442026-06-26T04:23:11.762Z
34452026-06-26T04:23:11.762Zreal 1:25.770215859
34462026-06-26T04:23:11.762Zuser 7:53.450626016
34472026-06-26T04:23:11.762Zsys 1:39.245583180
34482026-06-26T04:23:11.762Ztrap 0.226847514
34492026-06-26T04:23:11.765Ztflt 0.633663485
34502026-06-26T04:23:11.765Zdflt 1.837827148
34512026-06-26T04:23:11.765Zkflt 0.000207737
34522026-06-26T04:23:11.766Zlock 27:53.035081248
34532026-06-26T04:23:11.766Zslp 17:58.496847282
34542026-06-26T04:23:11.766Zlat 35.006227406
34552026-06-26T04:23:11.766Zstop 2:40.609510432
34562026-06-26T04:23:11.766Z+ mkdir tests
34572026-06-26T04:23:11.769Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34582026-06-26T04:23:11.769Z+ xargs -I '{}' -t cp '{}' tests/
34592026-06-26T04:23:11.789Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34602026-06-26T04:23:11.810Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34612026-06-26T04:23:11.831Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34622026-06-26T04:23:11.858Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34632026-06-26T04:23:12.090Z+ 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)
34642026-06-26T04:23:12.094Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 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
34652026-06-26T04:24:32.621ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34662026-06-26T04:24:32.621Za .github/buildomat/ci-env.sh 1K
34672026-06-26T04:24:32.621Za out/target/test 1K
34682026-06-26T04:24:32.621Za out/npuzone/npuzone 27402K
34692026-06-26T04:24:32.621Za package-manifest.toml 35K
34702026-06-26T04:24:32.621Za smf/sled-agent/non-gimlet/config.toml 6K
34712026-06-26T04:24:32.621Za target/release/omicron-package 44673K
34722026-06-26T04:24:32.621Za target/release/xtask 11142K
34732026-06-26T04:24:32.621Za target/debug/bootstrap 356993K
34742026-06-26T04:24:32.621Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34752026-06-26T04:24:32.621Za tests/commtest-3f1f110410e5c8cf 43619K
34762026-06-26T04:24:32.621Za tests/dhcp_server-abedb56dce9149c1 31975K
34772026-06-26T04:24:32.621Za tests/end_to_end_tests-0f60d05b842747e0 399875K
34782026-06-26T04:24:32.621Za tools/opte_version 1K
34792026-06-26T04:24:32.621Za tools/opte_version_override 2K
34802026-06-26T04:24:32.621Za out/clickhouse.tar.gz 314108K
34812026-06-26T04:24:32.621Za out/clickhouse_keeper.tar.gz 299289K
34822026-06-26T04:24:32.621Za out/clickhouse_server.tar.gz 314106K
34832026-06-26T04:24:32.621Za out/cockroachdb.tar.gz 157623K
34842026-06-26T04:24:32.621Za out/crucible-pantry-zone.tar.gz 36692K
34852026-06-26T04:24:32.621Za out/crucible-utils.tar 16478K
34862026-06-26T04:24:32.621Za out/crucible-zone.tar.gz 52262K
34872026-06-26T04:24:32.621Za out/external-dns.tar.gz 42832K
34882026-06-26T04:24:32.622Za out/internal-dns.tar.gz 42831K
34892026-06-26T04:24:32.622Za out/mg-ddm-gz.tar 97917K
34902026-06-26T04:24:32.622Za out/nexus.tar.gz 276453K
34912026-06-26T04:24:32.622Za out/ntp.tar.gz 24547K
34922026-06-26T04:24:32.622Za out/omicron-gateway-softnpu.tar.gz 29300K
34932026-06-26T04:24:32.622Za out/omicron-sled-agent.tar 193531K
34942026-06-26T04:24:32.622Za out/overlay.tar.gz 3K
34952026-06-26T04:24:32.622Za out/oximeter.tar.gz 62630K
34962026-06-26T04:24:32.622Za out/oxlog.tar 3809K
34972026-06-26T04:24:32.622Za out/probe.tar.gz 3037K
34982026-06-26T04:24:32.622Za out/propolis-server.tar.gz 34918K
34992026-06-26T04:24:32.622Za out/pumpkind-gz.tar 26647K
35002026-06-26T04:24:32.622Za out/switch-softnpu.tar.gz 446484K
35012026-06-26T04:24:32.625Z
35022026-06-26T04:24:32.625Zreal 1:20.527508439
35032026-06-26T04:24:32.625Zuser 1:17.894965153
35042026-06-26T04:24:32.625Zsys 4.364681173
35052026-06-26T04:24:32.625Ztrap 0.005562098
35062026-06-26T04:24:32.625Ztflt 0.000000000
35072026-06-26T04:24:32.625Zdflt 0.000000000
35082026-06-26T04:24:32.625Zkflt 0.000000000
35092026-06-26T04:24:32.625Zlock 0.000000000
35102026-06-26T04:24:32.625Zslp 1:17.818556053
35112026-06-26T04:24:32.625Zlat 0.966222218
35122026-06-26T04:24:32.626Zstop 0.000235358
35132026-06-26T04:24:32.626Zprocess exited: duration 973075 ms, exit code 0
 
35142026-06-26T04:24:32.640Zfound 1 output files
35152026-06-26T04:24:32.640Zuploading: /work/package.tar.gz (2482523055 bytes)
35162026-06-26T04:25:01.152Zuploaded: /work/package.tar.gz