01KVVMV9R52R9BV72ZYCKA5FBB: 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: 01KVVMVTA4PDTNZ0VZ3HQ6E3F8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T01:46:29.848Zjob assigned to worker 01KVVMW2W5E28PHKKD9G7X6CFR [factory aws, i-004214eadc6ed2a04] (queued for 50 s)
 
22026-06-24T01:46:37.453Zstarting task 0: "setup"
32026-06-24T01:46:37.457Z++ uname -s
42026-06-24T01:46:37.461Z+ kern=SunOS
52026-06-24T01:46:37.461Z+ build_user=build
62026-06-24T01:46:37.461Z+ build_uid=12345
72026-06-24T01:46:37.461Z+ work_dir=/work
82026-06-24T01:46:37.461Z+ input_dir=/input
92026-06-24T01:46:37.461Z+ [[ 0 == 12345 ]]
102026-06-24T01:46:37.461Z+ case "$kern" in
112026-06-24T01:46:37.461Z+ groupadd -g 12345 build
122026-06-24T01:46:37.464Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T01:46:39.469Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T01:46:39.595Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T01:46:39.598Z+ home_fs=zfs
162026-06-24T01:46:39.598Z+ [[ zfs == autofs ]]
172026-06-24T01:46:39.598Z+ mkdir -p /home/build
182026-06-24T01:46:39.601Z+ chown build:build /home/build /work
192026-06-24T01:46:41.602Z+ chmod 0700 /home/build /work
202026-06-24T01:46:41.605Zprocess exited: duration 4154 ms, exit code 0
 
212026-06-24T01:46:41.611Zstarting task 1: "rust-toolchain"
222026-06-24T01:46:41.615Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T01:46:41.615Z * rust toolchain channel = "1.96.0"
242026-06-24T01:46:41.615Z * rust toolchain profile = "default"
252026-06-24T01:46:41.615Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-24T01:46:41.616Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-24T01:46:41.616Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-24T01:46:41.618Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T01:46:41.618Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T01:46:41.682Zinfo: downloading installer
312026-06-24T01:46:43.371Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T01:46:43.371Zwarn: /home/build/.rustup/settings.toml
332026-06-24T01:46:43.371Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T01:46:43.371Zwarn: instead of the one inferred from the default host triple.
352026-06-24T01:46:43.384Zinfo: profile set to default
362026-06-24T01:46:43.384Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T01:46:43.386Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T01:46:43.538Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T01:46:43.541Zinfo: downloading 6 components
402026-06-24T01:46:58.332Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T01:46:58.333Z
422026-06-24T01:46:58.362Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T01:46:58.362Z
442026-06-24T01:46:58.362Z
452026-06-24T01:46:58.362ZRust is installed now. Great!
462026-06-24T01:46:58.362Z
472026-06-24T01:46:58.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T01:46:58.362Zenvironment variable. This has not been done automatically.
492026-06-24T01:46:58.362Z
502026-06-24T01:46:58.362ZTo configure your current shell, you need to source
512026-06-24T01:46:58.362Zthe corresponding env file under $HOME/.cargo.
522026-06-24T01:46:58.365Z
532026-06-24T01:46:58.365ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T01:46:58.365Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T01:46:58.365Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T01:46:58.365Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T01:46:58.365Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T01:46:58.365Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T01:46:58.365Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T01:46:58.365Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T01:46:58.365Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T01:46:58.474Z+ rustup --version
632026-06-24T01:46:58.480Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T01:46:58.483Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T01:46:58.500Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T01:46:58.503Z+ cargo --version
672026-06-24T01:46:58.512Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T01:46:58.515Z+ rustc --version
692026-06-24T01:46:58.535Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T01:46:58.538Zprocess exited: duration 16927 ms, exit code 0
 
712026-06-24T01:46:58.544Zstarting task 2: "authentication"
722026-06-24T01:46:58.561Zprocess exited: duration 17 ms, exit code 0
 
732026-06-24T01:46:58.567Zstarting task 3: "clone repository"
742026-06-24T01:46:58.571Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T01:46:58.576Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T01:46:58.607ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T01:47:08.192Z+ cd /work/oxidecomputer/omicron
782026-06-24T01:47:08.192Z+ git fetch origin 3559cc0cbcdae07971bbc35938fa33d77a525c3f
792026-06-24T01:47:08.442ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T01:47:08.442Z * branch 3559cc0cbcdae07971bbc35938fa33d77a525c3f -> FETCH_HEAD
812026-06-24T01:47:08.455Z+ [[ -n alan/the-update-channel ]]
822026-06-24T01:47:08.457Z++ git branch --show-current
832026-06-24T01:47:08.460Z+ current=main
842026-06-24T01:47:08.460Z+ [[ main != alan/the-update-channel ]]
852026-06-24T01:47:08.460Z+ git branch -f alan/the-update-channel 3559cc0cbcdae07971bbc35938fa33d77a525c3f
862026-06-24T01:47:08.463Z+ git checkout -f alan/the-update-channel
872026-06-24T01:47:08.701ZSwitched to branch 'alan/the-update-channel'
882026-06-24T01:47:08.704Z+ git reset --hard 3559cc0cbcdae07971bbc35938fa33d77a525c3f
892026-06-24T01:47:08.940ZHEAD is now at 3559cc0cb fix hakari
902026-06-24T01:47:08.944Zprocess exited: duration 10371 ms, exit code 0
 
912026-06-24T01:47:08.950Zstarting task 4: "build"
922026-06-24T01:47:08.955Z+ source .github/buildomat/ci-env.sh
932026-06-24T01:47:08.955Z++ export CARGO_TERM_COLOR=always
942026-06-24T01:47:08.955Z++ CARGO_TERM_COLOR=always
952026-06-24T01:47:08.955Z+ cargo --version
962026-06-24T01:47:08.966Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-24T01:47:08.968Z+ rustc --version
982026-06-24T01:47:08.990Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-24T01:47:08.992Z+ WORK=/work
1002026-06-24T01:47:08.992Z+ pfexec mkdir -p /work
1012026-06-24T01:47:08.996Z+ pfexec chown build /work
1022026-06-24T01:47:08.998Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-24T01:47:10.609Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-24T01:47:10.715Z Startup: Caching catalogs ... Done
1052026-06-24T01:47:11.178ZPlanning: Solver setup ... Done (0.407s)
1062026-06-24T01:47:11.207ZPlanning: Running solver ... Done (0.025s)
1072026-06-24T01:47:11.212ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-24T01:47:11.221ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-24T01:47:11.238ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-24T01:47:11.252ZPlanning: Package planning ... Done (0.013s)
1112026-06-24T01:47:11.258ZPlanning: Merging actions ... Done (0.001s)
1122026-06-24T01:47:11.426ZPlanning: Checking for conflicting actions ... Done (0.174s)
1132026-06-24T01:47:11.429ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-24T01:47:12.272ZPlanning: Evaluating mediators ... Done (0.844s)
1152026-06-24T01:47:12.275ZPlanning: Planning completed in 1.53 seconds
1162026-06-24T01:47:12.281Z Packages to install: 2
1172026-06-24T01:47:12.281Z Estimated space available: 156.06 GB
1182026-06-24T01:47:12.282ZEstimated space to be consumed: 29.56 MB
1192026-06-24T01:47:12.282Z Create boot environment: No
1202026-06-24T01:47:12.282ZCreate backup boot environment: No
1212026-06-24T01:47:12.282Z Rebuild boot archive: No
1222026-06-24T01:47:12.284Z
1232026-06-24T01:47:12.284ZChanged packages:
1242026-06-24T01:47:12.284Zhelios
1252026-06-24T01:47:12.285Z developer/build-essential
1262026-06-24T01:47:12.285Z None -> 11-3.0
1272026-06-24T01:47:12.285Z library/libxmlsec1
1282026-06-24T01:47:12.285Z None -> 1.2.35-3.0
1292026-06-24T01:47:12.308Z
1302026-06-24T01:47:12.308ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-24T01:47:12.779ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1322026-06-24T01:47:12.833Z Actions: 1/268 actions (Installing new actions)
1332026-06-24T01:47:12.873Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-24T01:47:12.883ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-24T01:47:12.883ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-24T01:47:12.911ZFinalize: Updating image state ... Done (0.027s)
1372026-06-24T01:47:15.461ZFinalize: Creating fast lookup database ... Done (2.525s)
1382026-06-24T01:47:15.529ZFinalize: Reading search index ... Done (0.012s)
1392026-06-24T01:47:15.532ZFinalize: Updating search index ... Done (0.000s)
1402026-06-24T01:47:15.614ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-24T01:47:15.929ZPlanning: Evaluating mediator changes ... Done
1422026-06-24T01:47:16.037ZPlanning: Checking for conflicting actions ... Done
1432026-06-24T01:47:16.040ZPlanning: Consolidating action changes ... Done
1442026-06-24T01:47:16.196ZPlanning: Evaluating mediators ... Done
1452026-06-24T01:47:16.198ZPlanning: Planning completed in 0.27 seconds
1462026-06-24T01:47:16.219Z Mediators to change: 2
1472026-06-24T01:47:16.219Z Create boot environment: No
1482026-06-24T01:47:16.219ZCreate backup boot environment: No
1492026-06-24T01:47:16.262ZFinalize: Updating package state database ... Done
1502026-06-24T01:47:16.262ZFinalize: Updating package cache ... Done
1512026-06-24T01:47:16.281ZFinalize: Updating image state ... Done
1522026-06-24T01:47:18.234ZFinalize: Creating fast lookup database ... Done
1532026-06-24T01:47:18.295ZFinalize: Reading search index ... Done
1542026-06-24T01:47:18.298ZFinalize: Updating search index ... Done
1552026-06-24T01:47:18.385ZFinalize: Updating package cache ... Done
1562026-06-24T01:47:18.669ZPlanning: Evaluating mediator changes ... Done
1572026-06-24T01:47:18.777ZPlanning: Checking for conflicting actions ... Done
1582026-06-24T01:47:18.780ZPlanning: Consolidating action changes ... Done
1592026-06-24T01:47:18.935ZPlanning: Evaluating mediators ... Done
1602026-06-24T01:47:18.938ZPlanning: Planning completed in 0.27 seconds
1612026-06-24T01:47:18.959Z Mediators to change: 1
1622026-06-24T01:47:18.959Z Create boot environment: No
1632026-06-24T01:47:18.959ZCreate backup boot environment: No
1642026-06-24T01:47:19.015ZFinalize: Updating package state database ... Done
1652026-06-24T01:47:19.016ZFinalize: Updating package cache ... Done
1662026-06-24T01:47:19.030ZFinalize: Updating image state ... Done
1672026-06-24T01:47:21.003ZFinalize: Creating fast lookup database ... Done
1682026-06-24T01:47:21.073ZFinalize: Reading search index ... Done
1692026-06-24T01:47:21.076ZFinalize: Updating search index ... Done
1702026-06-24T01:47:21.163ZFinalize: Updating package cache ... Done
1712026-06-24T01:47:21.478ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-24T01:47:21.478Zapache system 2.4 system
1732026-06-24T01:47:21.478Zclang system 15 system
1742026-06-24T01:47:21.478Zcsh system system illumos
1752026-06-24T01:47:21.478Zctags system system illumos
1762026-06-24T01:47:21.478Zfile vendor vendor darwinsys
1772026-06-24T01:47:21.478Zfile system system illumos
1782026-06-24T01:47:21.478Zgcc vendor 14 vendor
1792026-06-24T01:47:21.479Zgcc system 13 system
1802026-06-24T01:47:21.479Zgcc system 10 system
1812026-06-24T01:47:21.479Zgo system 1.25 system
1822026-06-24T01:47:21.479Zllvm system 15 system
1832026-06-24T01:47:21.479Zmariadb system 11.4 system
1842026-06-24T01:47:21.479Zmta vendor vendor dma
1852026-06-24T01:47:21.479Zopenjdk system 17 system
1862026-06-24T01:47:21.479Zopenjdk system 11 system
1872026-06-24T01:47:21.479Zopenssl vendor 3 vendor
1882026-06-24T01:47:21.479Zperl system 5.40 system
1892026-06-24T01:47:21.479Zpostgresql system 18 system
1902026-06-24T01:47:21.479Zpostgresql system 17 system
1912026-06-24T01:47:21.479Zpython vendor 3 vendor
1922026-06-24T01:47:21.479Zpython system 2 system
1932026-06-24T01:47:21.479Zpython3 vendor 3.13 vendor
1942026-06-24T01:47:21.479Zruby system 3.4 system
1952026-06-24T01:47:21.479Zruby system 3.0 system
1962026-06-24T01:47:21.479Zwords vendor vendor american-english
1972026-06-24T01:47:21.479Zwords system system australian-english
1982026-06-24T01:47:21.479Zwords system system british-english
1992026-06-24T01:47:21.479Zwords system system canadian-english
2002026-06-24T01:47:21.479Zwords system system french
2012026-06-24T01:47:21.479Zwords system system italian
2022026-06-24T01:47:21.479Zwords system system ngerman
2032026-06-24T01:47:21.479Zwords system system ogerman
2042026-06-24T01:47:21.479Zwords system system spanish
2052026-06-24T01:47:21.736ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-24T01:47:21.736Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-24T01:47:22.033ZFMRI IFO
2082026-06-24T01:47:22.033Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-24T01:47:22.033Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-24T01:47:22.033Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-24T01:47:22.033Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-24T01:47:22.033Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-24T01:47:22.033Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-24T01:47:22.033Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-24T01:47:22.033Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-24T01:47:22.033Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-24T01:47:22.285Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-24T01:47:22.539Z Updating crates.io index
2192026-06-24T01:47:22.542Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-24T01:47:22.771Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-24T01:47:23.076Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-24T01:47:23.335Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-24T01:47:24.197Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-24T01:47:24.666Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-24T01:47:26.155Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-24T01:47:26.922Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-24T01:47:27.176Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-24T01:47:28.217Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-24T01:47:28.619Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-24T01:47:28.880Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-24T01:47:29.117Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-24T01:47:29.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-24T01:47:29.977Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-24T01:47:30.217Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-24T01:47:30.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-24T01:47:30.673Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-24T01:47:30.931Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-24T01:47:31.150Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-24T01:47:31.346Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-24T01:47:31.560Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-24T01:47:31.895Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-24T01:47:32.180Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-24T01:47:32.379Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-24T01:47:32.754Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-24T01:47:33.126Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-24T01:47:33.380Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-24T01:47:33.602Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-24T01:47:33.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-24T01:47:34.117Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-24T01:47:34.473Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-24T01:47:34.671Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-24T01:47:34.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-24T01:47:35.150Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-24T01:47:35.405Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-24T01:47:35.664Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-24T01:47:35.899Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-24T01:47:36.142Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-24T01:47:36.367Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-24T01:47:39.035Z Downloading crates ...
2602026-06-24T01:47:39.082Z Downloaded cargo-platform v0.2.0
2612026-06-24T01:47:39.085Z Downloaded anstyle v1.0.14
2622026-06-24T01:47:39.088Z Downloaded dof v0.3.0
2632026-06-24T01:47:39.094Z Downloaded memchr v2.8.0
2642026-06-24T01:47:39.097Z Downloaded serde_spanned v0.6.9
2652026-06-24T01:47:39.101Z Downloaded scroll_derive v0.12.1
2662026-06-24T01:47:39.104Z Downloaded tabled_derive v0.7.0
2672026-06-24T01:47:39.109Z Downloaded strsim v0.11.1
2682026-06-24T01:47:39.113Z Downloaded erased-serde v0.4.9
2692026-06-24T01:47:39.117Z Downloaded serde-untagged v0.1.9
2702026-06-24T01:47:39.119Z Downloaded anstream v1.0.0
2712026-06-24T01:47:39.119Z Downloaded pest_derive v2.8.6
2722026-06-24T01:47:39.122Z Downloaded yoke-derive v0.8.1
2732026-06-24T01:47:39.122Z Downloaded anyhow v1.0.102
2742026-06-24T01:47:39.125Z Downloaded zerofrom v0.1.6
2752026-06-24T01:47:39.125Z Downloaded typeid v1.0.3
2762026-06-24T01:47:39.125Z Downloaded bitflags v2.11.0
2772026-06-24T01:47:39.128Z Downloaded smallvec v1.15.1
2782026-06-24T01:47:39.131Z Downloaded zerovec-derive v0.11.2
2792026-06-24T01:47:39.131Z Downloaded heck v0.5.0
2802026-06-24T01:47:39.131Z Downloaded autocfg v1.5.0
2812026-06-24T01:47:39.134Z Downloaded utf8parse v0.2.2
2822026-06-24T01:47:39.137Z Downloaded usdt-macro v0.5.0
2832026-06-24T01:47:39.137Z Downloaded toml_datetime v0.6.11
2842026-06-24T01:47:39.140Z Downloaded cpufeatures v0.2.17
2852026-06-24T01:47:39.140Z Downloaded zerofrom-derive v0.1.6
2862026-06-24T01:47:39.140Z Downloaded hashbrown v0.17.0
2872026-06-24T01:47:39.143Z Downloaded idna v1.1.0
2882026-06-24T01:47:39.146Z Downloaded toml_write v0.1.2
2892026-06-24T01:47:39.146Z Downloaded thread-id v4.2.2
2902026-06-24T01:47:39.149Z Downloaded generic-array v0.14.7
2912026-06-24T01:47:39.149Z Downloaded unicode-xid v0.2.6
2922026-06-24T01:47:39.149Z Downloaded clap_lex v1.0.0
2932026-06-24T01:47:39.149Z Downloaded version_check v0.9.5
2942026-06-24T01:47:39.152Z Downloaded utf8_iter v1.0.4
2952026-06-24T01:47:39.152Z Downloaded usdt v0.5.0
2962026-06-24T01:47:39.155Z Downloaded fastrand v2.3.0
2972026-06-24T01:47:39.155Z Downloaded cfg-if v1.0.4
2982026-06-24T01:47:39.158Z Downloaded fnv v1.0.7
2992026-06-24T01:47:39.158Z Downloaded anstyle-parse v1.0.0
3002026-06-24T01:47:39.161Z Downloaded usdt-attr-macro v0.5.0
3012026-06-24T01:47:39.164Z Downloaded unicode-linebreak v0.1.5
3022026-06-24T01:47:39.164Z Downloaded heck v0.4.1
3032026-06-24T01:47:39.164Z Downloaded crypto-common v0.1.7
3042026-06-24T01:47:39.167Z Downloaded errno v0.3.14
3052026-06-24T01:47:39.170Z Downloaded memmap v0.7.0
3062026-06-24T01:47:39.170Z Downloaded thiserror-impl v2.0.18
3072026-06-24T01:47:39.173Z Downloaded yoke v0.8.1
3082026-06-24T01:47:39.173Z Downloaded thiserror-impl v1.0.69
3092026-06-24T01:47:39.173Z Downloaded dtrace-parser v0.2.0
3102026-06-24T01:47:39.176Z Downloaded writeable v0.6.2
3112026-06-24T01:47:39.176Z Downloaded usdt-impl v0.5.0
3122026-06-24T01:47:39.176Z Downloaded form_urlencoded v1.2.2
3132026-06-24T01:47:39.176Z Downloaded serde-value v0.7.0
3142026-06-24T01:47:39.179Z Downloaded camino v1.2.2
3152026-06-24T01:47:39.179Z Downloaded tinystr v0.8.2
3162026-06-24T01:47:39.182Z Downloaded ucd-trie v0.1.7
3172026-06-24T01:47:39.185Z Downloaded plain v0.2.3
3182026-06-24T01:47:39.185Z Downloaded terminal_size v0.4.3
3192026-06-24T01:47:39.187Z Downloaded zmij v1.0.21
3202026-06-24T01:47:39.190Z Downloaded zerocopy-derive v0.7.35
3212026-06-24T01:47:39.193Z Downloaded stable_deref_trait v1.2.1
3222026-06-24T01:47:39.193Z Downloaded idna_adapter v1.2.1
3232026-06-24T01:47:39.193Z Downloaded block-buffer v0.10.4
3242026-06-24T01:47:39.193Z Downloaded toml v0.8.23
3252026-06-24T01:47:39.198Z Downloaded ordered-float v2.10.1
3262026-06-24T01:47:39.201Z Downloaded colorchoice v1.0.4
3272026-06-24T01:47:39.201Z Downloaded percent-encoding v2.3.2
3282026-06-24T01:47:39.204Z Downloaded smawk v0.3.2
3292026-06-24T01:47:39.206Z Downloaded toml_edit v0.22.27
3302026-06-24T01:47:39.209Z Downloaded zerocopy v0.7.35
3312026-06-24T01:47:39.215Z Downloaded zerotrie v0.2.3
3322026-06-24T01:47:39.218Z Downloaded textwrap v0.16.2
3332026-06-24T01:47:39.221Z Downloaded potential_utf v0.1.4
3342026-06-24T01:47:39.221Z Downloaded equivalent v1.0.2
3352026-06-24T01:47:39.221Z Downloaded anstyle-query v1.1.5
3362026-06-24T01:47:39.221Z Downloaded is_terminal_polyfill v1.70.2
3372026-06-24T01:47:39.221Z Downloaded quote v1.0.45
3382026-06-24T01:47:39.224Z Downloaded url v2.5.8
3392026-06-24T01:47:39.224Z Downloaded typenum v1.19.0
3402026-06-24T01:47:39.227Z Downloaded swrite v0.1.0
3412026-06-24T01:47:39.227Z Downloaded icu_normalizer_data v2.1.1
3422026-06-24T01:47:39.230Z Downloaded itoa v1.0.17
3432026-06-24T01:47:39.230Z Downloaded bytecount v0.6.9
3442026-06-24T01:47:39.230Z Downloaded unicode-ident v1.0.24
3452026-06-24T01:47:39.233Z Downloaded zerovec v0.11.5
3462026-06-24T01:47:39.236Z Downloaded proc-macro-error-attr v1.0.4
3472026-06-24T01:47:39.236Z Downloaded macaddr v1.0.1
3482026-06-24T01:47:39.239Z Downloaded pretty-hex v0.4.1
3492026-06-24T01:47:39.241Z Downloaded byteorder v1.5.0
3502026-06-24T01:47:39.244Z Downloaded winnow v0.7.14
3512026-06-24T01:47:39.248Z Downloaded fs-err v3.3.0
3522026-06-24T01:47:39.251Z Downloaded cargo_toml v0.21.0
3532026-06-24T01:47:39.255Z Downloaded unicode-width v0.2.0
3542026-06-24T01:47:39.258Z Downloaded digest v0.10.7
3552026-06-24T01:47:39.261Z Downloaded scroll v0.12.0
3562026-06-24T01:47:39.261Z Downloaded proc-macro-error v1.0.4
3572026-06-24T01:47:39.264Z Downloaded synstructure v0.13.2
3582026-06-24T01:47:39.264Z Downloaded clap_derive v4.6.1
3592026-06-24T01:47:39.264Z Downloaded camino-tempfile v1.4.1
3602026-06-24T01:47:39.264Z Downloaded unicode-width v0.1.14
3612026-06-24T01:47:39.267Z Downloaded thiserror v2.0.18
3622026-06-24T01:47:39.270Z Downloaded cargo_metadata v0.21.0
3632026-06-24T01:47:39.274Z Downloaded sha2 v0.10.9
3642026-06-24T01:47:39.277Z Downloaded thiserror v1.0.69
3652026-06-24T01:47:39.282Z Downloaded semver v1.0.28
3662026-06-24T01:47:39.286Z Downloaded cargo-util-schemas v0.8.2
3672026-06-24T01:47:39.290Z Downloaded tempfile v3.25.0
3682026-06-24T01:47:39.290Z Downloaded serde_tokenstream v0.2.3
3692026-06-24T01:47:39.301Z Downloaded once_cell v1.21.3
3702026-06-24T01:47:39.307Z Downloaded displaydoc v0.2.5
3712026-06-24T01:47:39.315Z Downloaded getrandom v0.4.1
3722026-06-24T01:47:39.317Z Downloaded icu_properties v2.1.2
3732026-06-24T01:47:39.321Z Downloaded litemap v0.8.1
3742026-06-24T01:47:39.323Z Downloaded syn v2.0.117
3752026-06-24T01:47:39.329Z Downloaded serde_core v1.0.228
3762026-06-24T01:47:39.332Z Downloaded serde_derive v1.0.228
3772026-06-24T01:47:39.332Z Downloaded clap v4.6.1
3782026-06-24T01:47:39.337Z Downloaded pest_generator v2.8.6
3792026-06-24T01:47:39.340Z Downloaded papergrid v0.11.0
3802026-06-24T01:47:39.342Z Downloaded num-traits v0.2.19
3812026-06-24T01:47:39.345Z Downloaded proc-macro2 v1.0.106
3822026-06-24T01:47:39.345Z Downloaded pest_meta v2.8.6
3832026-06-24T01:47:39.348Z Downloaded icu_normalizer v2.1.1
3842026-06-24T01:47:39.351Z Downloaded log v0.4.29
3852026-06-24T01:47:39.355Z Downloaded icu_provider v2.1.1
3862026-06-24T01:47:39.358Z Downloaded icu_locale_core v2.1.1
3872026-06-24T01:47:39.362Z Downloaded icu_collections v2.1.1
3882026-06-24T01:47:39.372Z Downloaded serde v1.0.228
3892026-06-24T01:47:39.379Z Downloaded indexmap v2.14.0
3902026-06-24T01:47:39.395Z Downloaded pest v2.8.6
3912026-06-24T01:47:39.410Z Downloaded clap_builder v4.6.0
3922026-06-24T01:47:39.414Z Downloaded serde_json v1.0.150
3932026-06-24T01:47:39.417Z Downloaded icu_properties_data v2.1.2
3942026-06-24T01:47:39.424Z Downloaded goblin v0.8.2
3952026-06-24T01:47:39.432Z Downloaded syn v1.0.109
3962026-06-24T01:47:39.436Z Downloaded tabled v0.15.0
3972026-06-24T01:47:39.462Z Downloaded rustix v1.1.3
3982026-06-24T01:47:39.489Z Downloaded libc v0.2.185
3992026-06-24T01:47:39.560Z Compiling proc-macro2 v1.0.106
4002026-06-24T01:47:39.560Z Compiling quote v1.0.45
4012026-06-24T01:47:39.560Z Compiling unicode-ident v1.0.24
4022026-06-24T01:47:39.563Z Compiling serde_core v1.0.228
4032026-06-24T01:47:39.563Z Compiling libc v0.2.185
4042026-06-24T01:47:39.563Z Compiling version_check v0.9.5
4052026-06-24T01:47:39.563Z Compiling stable_deref_trait v1.2.1
4062026-06-24T01:47:39.563Z Compiling serde v1.0.228
4072026-06-24T01:47:39.563Z Compiling memchr v2.8.0
4082026-06-24T01:47:39.735Z Compiling zmij v1.0.21
4092026-06-24T01:47:39.746Z Compiling ucd-trie v0.1.7
4102026-06-24T01:47:39.758Z Compiling thiserror v1.0.69
4112026-06-24T01:47:39.760Z Compiling itoa v1.0.17
4122026-06-24T01:47:39.760Z Compiling autocfg v1.5.0
4132026-06-24T01:47:39.760Z Compiling litemap v0.8.1
4142026-06-24T01:47:40.004Z Compiling writeable v0.6.2
4152026-06-24T01:47:40.082Z Compiling icu_normalizer_data v2.1.1
4162026-06-24T01:47:40.100Z Compiling byteorder v1.5.0
4172026-06-24T01:47:40.119Z Compiling rustix v1.1.3
4182026-06-24T01:47:40.188Z Compiling icu_properties_data v2.1.2
4192026-06-24T01:47:40.225Z Compiling bitflags v2.11.0
4202026-06-24T01:47:40.244Z Compiling serde_json v1.0.150
4212026-06-24T01:47:40.308Z Compiling pest v2.8.6
4222026-06-24T01:47:40.327Z Compiling num-traits v0.2.19
4232026-06-24T01:47:40.440Z Compiling smallvec v1.15.1
4242026-06-24T01:47:40.548Z Compiling equivalent v1.0.2
4252026-06-24T01:47:40.566Z Compiling typeid v1.0.3
4262026-06-24T01:47:40.599Z Compiling hashbrown v0.17.0
4272026-06-24T01:47:40.633Z Compiling proc-macro-error-attr v1.0.4
4282026-06-24T01:47:40.667Z Compiling usdt-impl v0.5.0
4292026-06-24T01:47:40.716Z Compiling winnow v0.7.14
4302026-06-24T01:47:40.736Z Compiling syn v1.0.109
4312026-06-24T01:47:40.793Z Compiling toml_write v0.1.2
4322026-06-24T01:47:40.795Z Compiling erased-serde v0.4.9
4332026-06-24T01:47:40.854Z Compiling proc-macro-error v1.0.4
4342026-06-24T01:47:40.927Z Compiling errno v0.3.14
4352026-06-24T01:47:40.962Z Compiling thread-id v4.2.2
4362026-06-24T01:47:41.003Z Compiling percent-encoding v2.3.2
4372026-06-24T01:47:41.090Z Compiling thiserror v2.0.18
4382026-06-24T01:47:41.126Z Compiling log v0.4.29
4392026-06-24T01:47:41.166Z Compiling utf8parse v0.2.2
4402026-06-24T01:47:41.201Z Compiling indexmap v2.14.0
4412026-06-24T01:47:41.216Z Compiling utf8_iter v1.0.4
4422026-06-24T01:47:41.231Z Compiling camino v1.2.2
4432026-06-24T01:47:41.262Z Compiling plain v0.2.3
4442026-06-24T01:47:41.295Z Compiling syn v2.0.117
4452026-06-24T01:47:41.315Z Compiling getrandom v0.4.1
4462026-06-24T01:47:41.374Z Compiling anstyle-parse v1.0.0
4472026-06-24T01:47:41.393Z Compiling form_urlencoded v1.2.2
4482026-06-24T01:47:41.414Z Compiling pest_meta v2.8.6
4492026-06-24T01:47:41.622Z Compiling ordered-float v2.10.1
4502026-06-24T01:47:41.704Z Compiling anstyle v1.0.14
4512026-06-24T01:47:41.726Z Compiling is_terminal_polyfill v1.70.2
4522026-06-24T01:47:41.765Z Compiling colorchoice v1.0.4
4532026-06-24T01:47:41.785Z Compiling pretty-hex v0.4.1
4542026-06-24T01:47:41.802Z Compiling anstyle-query v1.1.5
4552026-06-24T01:47:41.845Z Compiling cfg-if v1.0.4
4562026-06-24T01:47:41.909Z Compiling anstream v1.0.0
4572026-06-24T01:47:41.947Z Compiling fs-err v3.3.0
4582026-06-24T01:47:41.950Z Compiling unicode-xid v0.2.6
4592026-06-24T01:47:41.950Z Compiling clap_lex v1.0.0
4602026-06-24T01:47:42.019Z Compiling terminal_size v0.4.3
4612026-06-24T01:47:42.037Z Compiling fastrand v2.3.0
4622026-06-24T01:47:42.186Z Compiling semver v1.0.28
4632026-06-24T01:47:42.226Z Compiling heck v0.4.1
4642026-06-24T01:47:42.246Z Compiling unicode-width v0.1.14
4652026-06-24T01:47:42.265Z Compiling once_cell v1.21.3
4662026-06-24T01:47:42.310Z Compiling strsim v0.11.1
4672026-06-24T01:47:42.362Z Compiling heck v0.5.0
4682026-06-24T01:47:42.381Z Compiling bytecount v0.6.9
4692026-06-24T01:47:42.459Z Compiling fnv v1.0.7
4702026-06-24T01:47:42.488Z Compiling anyhow v1.0.102
4712026-06-24T01:47:42.523Z Compiling clap_builder v4.6.0
4722026-06-24T01:47:42.566Z Compiling papergrid v0.11.0
4732026-06-24T01:47:42.569Z Compiling serde-untagged v0.1.9
4742026-06-24T01:47:42.601Z Compiling tempfile v3.25.0
4752026-06-24T01:47:42.644Z Compiling memmap v0.7.0
4762026-06-24T01:47:42.667Z Compiling unicode-width v0.2.0
4772026-06-24T01:47:42.692Z Compiling unicode-linebreak v0.1.5
4782026-06-24T01:47:42.754Z Compiling smawk v0.3.2
4792026-06-24T01:47:42.860Z Compiling camino-tempfile v1.4.1
4802026-06-24T01:47:42.895Z Compiling swrite v0.1.0
4812026-06-24T01:47:42.915Z Compiling textwrap v0.16.2
4822026-06-24T01:47:42.964Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-24T01:47:43.247Z Compiling tabled_derive v0.7.0
4842026-06-24T01:47:43.928Z Compiling synstructure v0.13.2
4852026-06-24T01:47:43.928Z Compiling pest_generator v2.8.6
4862026-06-24T01:47:43.985Z Compiling tabled v0.15.0
4872026-06-24T01:47:44.451Z Compiling serde_derive v1.0.228
4882026-06-24T01:47:44.451Z Compiling zerofrom-derive v0.1.6
4892026-06-24T01:47:44.457Z Compiling yoke-derive v0.8.1
4902026-06-24T01:47:44.457Z Compiling zerovec-derive v0.11.2
4912026-06-24T01:47:44.457Z Compiling displaydoc v0.2.5
4922026-06-24T01:47:44.457Z Compiling thiserror-impl v1.0.69
4932026-06-24T01:47:44.470Z Compiling zerocopy-derive v0.7.35
4942026-06-24T01:47:44.473Z Compiling scroll_derive v0.12.1
4952026-06-24T01:47:44.473Z Compiling thiserror-impl v2.0.18
4962026-06-24T01:47:44.487Z Compiling clap_derive v4.6.1
4972026-06-24T01:47:44.596Z Compiling pest_derive v2.8.6
4982026-06-24T01:47:45.191Z Compiling scroll v0.12.0
4992026-06-24T01:47:45.235Z Compiling zerocopy v0.7.35
5002026-06-24T01:47:45.420Z Compiling goblin v0.8.2
5012026-06-24T01:47:45.623Z Compiling zerofrom v0.1.6
5022026-06-24T01:47:45.666Z Compiling dtrace-parser v0.2.0
5032026-06-24T01:47:45.712Z Compiling yoke v0.8.1
5042026-06-24T01:47:45.856Z Compiling zerovec v0.11.5
5052026-06-24T01:47:45.856Z Compiling zerotrie v0.2.3
5062026-06-24T01:47:46.091Z Compiling clap v4.6.1
5072026-06-24T01:47:46.349Z Compiling tinystr v0.8.2
5082026-06-24T01:47:46.349Z Compiling potential_utf v0.1.4
5092026-06-24T01:47:46.491Z Compiling icu_collections v2.1.1
5102026-06-24T01:47:46.536Z Compiling icu_locale_core v2.1.1
5112026-06-24T01:47:46.965Z Compiling serde_spanned v0.6.9
5122026-06-24T01:47:46.965Z Compiling toml_datetime v0.6.11
5132026-06-24T01:47:46.965Z Compiling serde-value v0.7.0
5142026-06-24T01:47:46.968Z Compiling cargo-platform v0.2.0
5152026-06-24T01:47:46.968Z Compiling macaddr v1.0.1
5162026-06-24T01:47:46.982Z Compiling dof v0.3.0
5172026-06-24T01:47:46.987Z Compiling serde_tokenstream v0.2.3
5182026-06-24T01:47:47.089Z Compiling icu_provider v2.1.1
5192026-06-24T01:47:47.190Z Compiling toml_edit v0.22.27
5202026-06-24T01:47:47.327Z Compiling icu_normalizer v2.1.1
5212026-06-24T01:47:47.329Z Compiling icu_properties v2.1.2
5222026-06-24T01:47:47.710Z Compiling usdt-macro v0.5.0
5232026-06-24T01:47:47.713Z Compiling usdt-attr-macro v0.5.0
5242026-06-24T01:47:48.168Z Compiling idna_adapter v1.2.1
5252026-06-24T01:47:48.275Z Compiling idna v1.1.0
5262026-06-24T01:47:48.316Z Compiling usdt v0.5.0
5272026-06-24T01:47:48.491Z Compiling toml v0.8.23
5282026-06-24T01:47:48.530Z Compiling url v2.5.8
5292026-06-24T01:47:48.821Z Compiling cargo_toml v0.21.0
5302026-06-24T01:47:48.930Z Compiling cargo-util-schemas v0.8.2
5312026-06-24T01:47:49.716Z Compiling cargo_metadata v0.21.0
5322026-06-24T01:47:50.626Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-24T01:47:52.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.63s
5342026-06-24T01:47:52.964Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-24T01:47:53.455Z Downloading crates ...
5362026-06-24T01:47:53.560Z Downloaded bit-set v0.8.0
5372026-06-24T01:47:53.569Z Downloaded async-recursion v1.1.1
5382026-06-24T01:47:53.573Z Downloaded cargo-platform v0.3.2
5392026-06-24T01:47:53.574Z Downloaded atty v0.2.14
5402026-06-24T01:47:53.578Z Downloaded bcs v0.1.6
5412026-06-24T01:47:53.578Z Downloaded crossbeam-utils v0.8.21
5422026-06-24T01:47:53.578Z Downloaded darling_macro v0.21.3
5432026-06-24T01:47:53.578Z Downloaded crypto-common v0.2.2
5442026-06-24T01:47:53.582Z Downloaded data-encoding v2.10.0
5452026-06-24T01:47:53.582Z Downloaded aes v0.8.4
5462026-06-24T01:47:53.582Z Downloaded corncobs v0.1.4
5472026-06-24T01:47:53.586Z Downloaded crucible-workspace-hack v0.1.0
5482026-06-24T01:47:53.587Z Downloaded cpufeatures v0.3.0
5492026-06-24T01:47:53.587Z Downloaded darling_macro v0.13.4
5502026-06-24T01:47:53.587Z Downloaded defmt v1.0.1
5512026-06-24T01:47:53.591Z Downloaded cexpr v0.6.0
5522026-06-24T01:47:53.591Z Downloaded bcrypt-pbkdf v0.10.0
5532026-06-24T01:47:53.591Z Downloaded castaway v0.2.4
5542026-06-24T01:47:53.594Z Downloaded anstyle-parse v0.2.7
5552026-06-24T01:47:53.594Z Downloaded assert_matches v1.5.0
5562026-06-24T01:47:53.594Z Downloaded async-stream-impl v0.3.6
5572026-06-24T01:47:53.594Z Downloaded aead v0.5.2
5582026-06-24T01:47:53.598Z Downloaded bitfield-struct v0.6.2
5592026-06-24T01:47:53.601Z Downloaded bit-set v0.5.3
5602026-06-24T01:47:53.601Z Downloaded cfg_aliases v0.2.1
5612026-06-24T01:47:53.601Z Downloaded array-init v0.0.4
5622026-06-24T01:47:53.605Z Downloaded adler2 v2.0.1
5632026-06-24T01:47:53.605Z Downloaded document-features v0.2.12
5642026-06-24T01:47:53.608Z Downloaded fixedbitset v0.5.7
5652026-06-24T01:47:53.608Z Downloaded derive_more v0.99.20
5662026-06-24T01:47:53.611Z Downloaded compression-codecs v0.4.37
5672026-06-24T01:47:53.614Z Downloaded deranged v0.5.8
5682026-06-24T01:47:53.614Z Downloaded ciborium-ll v0.2.2
5692026-06-24T01:47:53.617Z Downloaded bit-vec v0.6.3
5702026-06-24T01:47:53.617Z Downloaded curve25519-dalek v4.1.3
5712026-06-24T01:47:53.621Z Downloaded der_derive v0.7.3
5722026-06-24T01:47:53.624Z Downloaded crossbeam-channel v0.5.15
5732026-06-24T01:47:53.624Z Downloaded crc-any v2.5.0
5742026-06-24T01:47:53.627Z Downloaded debug-ignore v1.0.5
5752026-06-24T01:47:53.627Z Downloaded async-stream v0.3.6
5762026-06-24T01:47:53.629Z Downloaded crc v3.4.0
5772026-06-24T01:47:53.629Z Downloaded compression-core v0.4.31
5782026-06-24T01:47:53.634Z Downloaded atomicwrites v0.4.4
5792026-06-24T01:47:53.634Z Downloaded cfg_aliases v0.1.1
5802026-06-24T01:47:53.634Z Downloaded convert_case v0.4.0
5812026-06-24T01:47:53.636Z Downloaded derive-ex v0.1.8
5822026-06-24T01:47:53.637Z Downloaded darling v0.21.3
5832026-06-24T01:47:53.641Z Downloaded crc8 v0.1.1
5842026-06-24T01:47:53.644Z Downloaded darling_core v0.23.0
5852026-06-24T01:47:53.644Z Downloaded defmt v0.3.100
5862026-06-24T01:47:53.647Z Downloaded darling_macro v0.20.11
5872026-06-24T01:47:53.647Z Downloaded block-padding v0.3.3
5882026-06-24T01:47:53.647Z Downloaded defmt-parser v1.0.0
5892026-06-24T01:47:53.647Z Downloaded bb8 v0.8.6
5902026-06-24T01:47:53.650Z Downloaded curve25519-dalek-derive v0.1.1
5912026-06-24T01:47:53.650Z Downloaded cobs v0.3.0
5922026-06-24T01:47:53.653Z Downloaded darling_core v0.20.11
5932026-06-24T01:47:53.656Z Downloaded daft-derive v0.1.7
5942026-06-24T01:47:53.659Z Downloaded crossbeam-epoch v0.9.18
5952026-06-24T01:47:53.659Z Downloaded ascii-canvas v3.0.0
5962026-06-24T01:47:53.663Z Downloaded darling_macro v0.23.0
5972026-06-24T01:47:53.663Z Downloaded arrayref v0.3.9
5982026-06-24T01:47:53.663Z Downloaded base16ct v0.2.0
5992026-06-24T01:47:53.663Z Downloaded crc-catalog v2.4.0
6002026-06-24T01:47:53.666Z Downloaded flagset v0.4.7
6012026-06-24T01:47:53.669Z Downloaded crunchy v0.2.4
6022026-06-24T01:47:53.672Z Downloaded cstr-argument v0.1.2
6032026-06-24T01:47:53.680Z Downloaded block-buffer v0.12.1
6042026-06-24T01:47:53.683Z Downloaded bitfield-macros v0.19.4
6052026-06-24T01:47:53.683Z Downloaded dunce v1.0.5
6062026-06-24T01:47:53.686Z Downloaded dropshot-api-manager-types v0.7.2
6072026-06-24T01:47:53.686Z Downloaded diesel_table_macro_syntax v0.3.0
6082026-06-24T01:47:53.691Z Downloaded cassowary v0.3.0
6092026-06-24T01:47:53.691Z Downloaded cbc v0.1.2
6102026-06-24T01:47:53.694Z Downloaded backoff v0.4.0
6112026-06-24T01:47:53.694Z Downloaded dof v0.4.0
6122026-06-24T01:47:53.694Z Downloaded display-error-chain v0.2.2
6132026-06-24T01:47:53.694Z Downloaded endian-type v0.1.2
6142026-06-24T01:47:53.694Z Downloaded derive_builder_macro v0.20.2
6152026-06-24T01:47:53.696Z Downloaded dirs-sys-next v0.1.2
6162026-06-24T01:47:53.696Z Downloaded dsl_auto_type v0.2.0
6172026-06-24T01:47:53.696Z Downloaded dirs-next v2.0.0
6182026-06-24T01:47:53.699Z Downloaded atomic-waker v1.1.2
6192026-06-24T01:47:53.699Z Downloaded argon2 v0.5.3
6202026-06-24T01:47:53.702Z Downloaded float-cmp v0.10.0
6212026-06-24T01:47:53.705Z Downloaded foreign-types-shared v0.1.1
6222026-06-24T01:47:53.705Z Downloaded funty v2.0.0
6232026-06-24T01:47:53.705Z Downloaded foreign-types-shared v0.3.1
6242026-06-24T01:47:53.705Z Downloaded foreign-types v0.3.2
6252026-06-24T01:47:53.708Z Downloaded float-ord v0.3.2
6262026-06-24T01:47:53.708Z Downloaded dyn-clone v1.0.20
6272026-06-24T01:47:53.708Z Downloaded futures-task v0.3.32
6282026-06-24T01:47:53.712Z Downloaded futures-macro v0.3.32
6292026-06-24T01:47:53.712Z Downloaded futures-io v0.3.32
6302026-06-24T01:47:53.712Z Downloaded gethostname v0.5.0
6312026-06-24T01:47:53.716Z Downloaded embedded-io v0.4.0
6322026-06-24T01:47:53.716Z Downloaded fxhash v0.2.1
6332026-06-24T01:47:53.716Z Downloaded embedded-io v0.6.1
6342026-06-24T01:47:53.716Z Downloaded fd-lock v4.0.4
6352026-06-24T01:47:53.719Z Downloaded futures-core v0.3.32
6362026-06-24T01:47:53.719Z Downloaded difflib v0.4.0
6372026-06-24T01:47:53.719Z Downloaded bit-vec v0.8.0
6382026-06-24T01:47:53.719Z Downloaded ciborium-io v0.2.2
6392026-06-24T01:47:53.722Z Downloaded env_filter v1.0.0
6402026-06-24T01:47:53.722Z Downloaded convert_case v0.10.0
6412026-06-24T01:47:53.726Z Downloaded arrayvec v0.7.6
6422026-06-24T01:47:53.726Z Downloaded const_format_proc_macros v0.2.34
6432026-06-24T01:47:53.729Z Downloaded foreign-types-macros v0.2.3
6442026-06-24T01:47:53.729Z Downloaded fixedbitset v0.4.2
6452026-06-24T01:47:53.729Z Downloaded downcast-rs v2.0.2
6462026-06-24T01:47:53.729Z Downloaded constant_time_eq v0.4.2
6472026-06-24T01:47:53.742Z Downloaded cmake v0.1.57
6482026-06-24T01:47:53.742Z Downloaded blowfish v0.9.1
6492026-06-24T01:47:53.742Z Downloaded buf-list v1.1.2
6502026-06-24T01:47:53.742Z Downloaded foreign-types v0.5.0
6512026-06-24T01:47:53.742Z Downloaded bitflags v1.3.2
6522026-06-24T01:47:53.742Z Downloaded ghash v0.5.1
6532026-06-24T01:47:53.745Z Downloaded base64ct v1.8.3
6542026-06-24T01:47:53.745Z Downloaded globwalk v0.9.1
6552026-06-24T01:47:53.745Z Downloaded git-stub v1.0.0
6562026-06-24T01:47:53.749Z Downloaded diesel-dtrace v0.5.0
6572026-06-24T01:47:53.749Z Downloaded darling v0.13.4
6582026-06-24T01:47:53.753Z Downloaded critical-section v1.2.0
6592026-06-24T01:47:53.753Z Downloaded chacha20 v0.9.1
6602026-06-24T01:47:53.755Z Downloaded enum-as-inner v0.6.1
6612026-06-24T01:47:53.760Z Downloaded async-trait v0.1.89
6622026-06-24T01:47:53.760Z Downloaded either v1.15.0
6632026-06-24T01:47:53.762Z Downloaded cargo_metadata v0.23.1
6642026-06-24T01:47:53.762Z Downloaded ed25519 v2.2.3
6652026-06-24T01:47:53.762Z Downloaded hash32 v0.2.1
6662026-06-24T01:47:53.765Z Downloaded ena v0.14.4
6672026-06-24T01:47:53.765Z Downloaded daft v0.1.7
6682026-06-24T01:47:53.768Z Downloaded find-msvc-tools v0.1.9
6692026-06-24T01:47:53.768Z Downloaded defmt-macros v1.0.1
6702026-06-24T01:47:53.771Z Downloaded ahash v0.8.12
6712026-06-24T01:47:53.771Z Downloaded crc32fast v1.5.0
6722026-06-24T01:47:53.774Z Downloaded crossbeam-deque v0.8.6
6732026-06-24T01:47:53.777Z Downloaded hex-literal v0.4.1
6742026-06-24T01:47:53.779Z Downloaded hex v0.4.3
6752026-06-24T01:47:53.779Z Downloaded headers-core v0.3.0
6762026-06-24T01:47:53.782Z Downloaded hostname v0.3.1
6772026-06-24T01:47:53.785Z Downloaded hostname v0.4.2
6782026-06-24T01:47:53.788Z Downloaded http-range v0.1.5
6792026-06-24T01:47:53.788Z Downloaded futures-sink v0.3.32
6802026-06-24T01:47:53.788Z Downloaded fs-err v2.11.0
6812026-06-24T01:47:53.791Z Downloaded foldhash v0.2.0
6822026-06-24T01:47:53.791Z Downloaded derive_builder_core v0.20.2
6832026-06-24T01:47:53.794Z Downloaded ecdsa v0.16.9
6842026-06-24T01:47:53.794Z Downloaded erased-serde v0.3.31
6852026-06-24T01:47:53.797Z Downloaded home v0.5.12
6862026-06-24T01:47:53.797Z Downloaded dtrace-parser v0.3.0
6872026-06-24T01:47:53.797Z Downloaded fs_extra v1.3.0
6882026-06-24T01:47:53.800Z Downloaded httpdate v1.0.3
6892026-06-24T01:47:53.800Z Downloaded http-body v1.0.1
6902026-06-24T01:47:53.800Z Downloaded ff v0.13.1
6912026-06-24T01:47:53.803Z Downloaded fallible-iterator v0.2.0
6922026-06-24T01:47:53.803Z Downloaded env_logger v0.11.9
6932026-06-24T01:47:53.806Z Downloaded hyper-tls v0.6.0
6942026-06-24T01:47:53.806Z Downloaded futures-executor v0.3.32
6952026-06-24T01:47:53.809Z Downloaded filetime v0.2.27
6962026-06-24T01:47:53.809Z Downloaded hash32 v0.3.1
6972026-06-24T01:47:53.809Z Downloaded hubpack_derive v0.1.1
6982026-06-24T01:47:53.811Z Downloaded hubpack v0.1.2
6992026-06-24T01:47:53.811Z Downloaded git-stub-vcs v0.1.0
7002026-06-24T01:47:53.811Z Downloaded cancel-safe-futures v0.1.5
7012026-06-24T01:47:53.815Z Downloaded colored v2.2.0
7022026-06-24T01:47:53.819Z Downloaded console v0.16.2
7032026-06-24T01:47:53.819Z Downloaded ident_case v1.0.1
7042026-06-24T01:47:53.819Z Downloaded cookie v0.18.1
7052026-06-24T01:47:53.820Z Downloaded colored v3.1.1
7062026-06-24T01:47:53.822Z Downloaded console v0.15.11
7072026-06-24T01:47:53.822Z Downloaded illumos-nvpair-sys v0.2.0
7082026-06-24T01:47:53.825Z Downloaded group v0.13.0
7092026-06-24T01:47:53.825Z Downloaded ctr v0.9.2
7102026-06-24T01:47:53.827Z Downloaded bzip2 v0.4.4
7112026-06-24T01:47:53.827Z Downloaded csv-core v0.1.13
7122026-06-24T01:47:53.828Z Downloaded darling v0.20.11
7132026-06-24T01:47:53.830Z Downloaded diff v0.1.13
7142026-06-24T01:47:53.833Z Downloaded indent_write v2.2.0
7152026-06-24T01:47:53.836Z Downloaded globset v0.4.18
7162026-06-24T01:47:53.836Z Downloaded bitfield v0.19.4
7172026-06-24T01:47:53.836Z Downloaded glob v0.3.3
7182026-06-24T01:47:53.838Z Downloaded darling_core v0.13.4
7192026-06-24T01:47:53.841Z Downloaded is-terminal v0.4.17
7202026-06-24T01:47:53.841Z Downloaded instant v0.1.13
7212026-06-24T01:47:53.841Z Downloaded inout v0.1.4
7222026-06-24T01:47:53.845Z Downloaded cookie_store v0.22.1
7232026-06-24T01:47:53.845Z Downloaded async-bb8-diesel v0.2.1
7242026-06-24T01:47:53.848Z Downloaded anstream v0.6.21
7252026-06-24T01:47:53.848Z Downloaded indoc v1.0.9
7262026-06-24T01:47:53.848Z Downloaded internet-checksum v0.2.1
7272026-06-24T01:47:53.851Z Downloaded const-oid v0.9.6
7282026-06-24T01:47:53.851Z Downloaded is_ci v1.2.0
7292026-06-24T01:47:53.851Z Downloaded clang-sys v1.8.1
7302026-06-24T01:47:53.853Z Downloaded ciborium v0.2.2
7312026-06-24T01:47:53.856Z Downloaded http-body-util v0.1.3
7322026-06-24T01:47:53.856Z Downloaded keccak v0.1.6
7332026-06-24T01:47:53.856Z Downloaded cipher v0.4.4
7342026-06-24T01:47:53.859Z Downloaded libscf-sys v1.1.0
7352026-06-24T01:47:53.859Z Downloaded lalrpop-util v0.19.12
7362026-06-24T01:47:53.859Z Downloaded kstat-rs v0.2.4
7372026-06-24T01:47:53.861Z Downloaded byte-wrapper v0.1.0
7382026-06-24T01:47:53.861Z Downloaded camino-tempfile-ext v0.3.3
7392026-06-24T01:47:53.866Z Downloaded backon v1.6.0
7402026-06-24T01:47:53.869Z Downloaded digest v0.11.3
7412026-06-24T01:47:53.872Z Downloaded futures-channel v0.3.32
7422026-06-24T01:47:53.875Z Downloaded foldhash v0.1.5
7432026-06-24T01:47:53.878Z Downloaded illumos-nvpair v0.3.0
7442026-06-24T01:47:53.878Z Downloaded humantime v2.3.0
7452026-06-24T01:47:53.878Z Downloaded des v0.8.1
7462026-06-24T01:47:53.883Z Downloaded linked-hash-map v0.5.6
7472026-06-24T01:47:53.886Z Downloaded lzss v0.8.2
7482026-06-24T01:47:53.889Z Downloaded match_cfg v0.1.0
7492026-06-24T01:47:53.889Z Downloaded lru-slab v0.1.2
7502026-06-24T01:47:53.891Z Downloaded lru v0.12.5
7512026-06-24T01:47:53.891Z Downloaded maplit v1.0.2
7522026-06-24T01:47:53.891Z Downloaded md-5 v0.10.6
7532026-06-24T01:47:53.895Z Downloaded getrandom v0.2.17
7542026-06-24T01:47:53.898Z Downloaded blake2 v0.10.6
7552026-06-24T01:47:53.901Z Downloaded hyper-staticfile v0.10.1
7562026-06-24T01:47:53.903Z Downloaded maybe-uninit v2.0.0
7572026-06-24T01:47:53.903Z Downloaded managed v0.8.0
7582026-06-24T01:47:53.903Z Downloaded chacha20 v0.10.0
7592026-06-24T01:47:53.906Z Downloaded memoffset v0.9.1
7602026-06-24T01:47:53.906Z Downloaded const-oid v0.10.2
7612026-06-24T01:47:53.909Z Downloaded ingot-types v0.1.2
7622026-06-24T01:47:53.909Z Downloaded elliptic-curve v0.13.8
7632026-06-24T01:47:53.911Z Downloaded derive_builder v0.20.2
7642026-06-24T01:47:53.914Z Downloaded mime v0.3.17
7652026-06-24T01:47:53.918Z Downloaded impl-trait-for-tuples v0.2.3
7662026-06-24T01:47:53.918Z Downloaded multimap v0.10.1
7672026-06-24T01:47:53.918Z Downloaded indoc v2.0.7
7682026-06-24T01:47:53.921Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-24T01:47:53.921Z Downloaded new_debug_unreachable v1.0.6
7702026-06-24T01:47:53.923Z Downloaded num v0.4.3
7712026-06-24T01:47:53.923Z Downloaded newtype_derive v0.1.6
7722026-06-24T01:47:53.923Z Downloaded normalize-line-endings v0.3.0
7732026-06-24T01:47:53.923Z Downloaded nodrop v0.1.14
7742026-06-24T01:47:53.928Z Downloaded newline-converter v0.3.0
7752026-06-24T01:47:53.928Z Downloaded ipnetwork v0.21.1
7762026-06-24T01:47:53.928Z Downloaded ingot v0.1.1
7772026-06-24T01:47:53.931Z Downloaded bzip2 v0.6.1
7782026-06-24T01:47:53.931Z Downloaded half v1.8.3
7792026-06-24T01:47:53.931Z Downloaded ipnet v2.11.0
7802026-06-24T01:47:53.934Z Downloaded instability v0.3.11
7812026-06-24T01:47:53.934Z Downloaded jobserver v0.1.34
7822026-06-24T01:47:53.934Z Downloaded lazy_static v1.5.0
7832026-06-24T01:47:53.941Z Downloaded num-conv v0.2.0
7842026-06-24T01:47:53.944Z Downloaded num-derive v0.3.3
7852026-06-24T01:47:53.944Z Downloaded libloading v0.8.9
7862026-06-24T01:47:53.948Z Downloaded nibble_vec v0.1.0
7872026-06-24T01:47:53.948Z Downloaded libsw-core v0.3.2
7882026-06-24T01:47:53.951Z Downloaded opaque-debug v0.3.1
7892026-06-24T01:47:53.951Z Downloaded num-iter v0.1.45
7902026-06-24T01:47:53.951Z Downloaded nonempty v0.12.0
7912026-06-24T01:47:53.951Z Downloaded libsw v3.5.0
7922026-06-24T01:47:53.951Z Downloaded num_enum_derive v0.5.11
7932026-06-24T01:47:53.955Z Downloaded highway v1.3.0
7942026-06-24T01:47:53.955Z Downloaded fatfs v0.3.6
7952026-06-24T01:47:53.958Z Downloaded dropshot_endpoint v0.17.1
7962026-06-24T01:47:53.958Z Downloaded derive-where v1.6.0
7972026-06-24T01:47:53.960Z Downloaded hyper-rustls v0.27.7
7982026-06-24T01:47:53.963Z Downloaded getrandom v0.3.4
7992026-06-24T01:47:53.967Z Downloaded iana-time-zone v0.1.65
8002026-06-24T01:47:53.967Z Downloaded hmac v0.12.1
8012026-06-24T01:47:53.970Z Downloaded lru-cache v0.1.2
8022026-06-24T01:47:53.970Z Downloaded num_threads v0.1.7
8032026-06-24T01:47:53.970Z Downloaded openssl-probe v0.1.6
8042026-06-24T01:47:53.972Z Downloaded olpc-cjson v0.1.4
8052026-06-24T01:47:53.972Z Downloaded lock_api v0.4.14
8062026-06-24T01:47:53.973Z Downloaded openssl-macros v0.1.1
8072026-06-24T01:47:53.973Z Downloaded linear-map v1.2.0
8082026-06-24T01:47:53.975Z Downloaded libefi-sys v0.1.0
8092026-06-24T01:47:53.975Z Downloaded openssl-probe v0.2.1
8102026-06-24T01:47:53.978Z Downloaded hybrid-array v0.4.10
8112026-06-24T01:47:53.978Z Downloaded darling v0.23.0
8122026-06-24T01:47:53.980Z Downloaded bytes v1.11.1
8132026-06-24T01:47:53.983Z Downloaded allocator-api2 v0.2.21
8142026-06-24T01:47:53.986Z Downloaded httparse v1.10.1
8152026-06-24T01:47:53.989Z Downloaded packed_struct_codegen v0.10.1
8162026-06-24T01:47:53.992Z Downloaded crypto-bigint v0.5.5
8172026-06-24T01:47:53.995Z Downloaded md5 v0.7.0
8182026-06-24T01:47:53.995Z Downloaded mime_guess v2.0.5
8192026-06-24T01:47:53.998Z Downloaded native-tls v0.2.18
8202026-06-24T01:47:53.998Z Downloaded oso-derive v0.27.3
8212026-06-24T01:47:54.002Z Downloaded ingot-macros v0.1.1
8222026-06-24T01:47:54.002Z Downloaded nanorand v0.7.0
8232026-06-24T01:47:54.004Z Downloaded base64 v0.22.1
8242026-06-24T01:47:54.004Z Downloaded parse-size v1.1.0
8252026-06-24T01:47:54.004Z Downloaded ar_archive_writer v0.5.1
8262026-06-24T01:47:54.007Z Downloaded half v2.7.1
8272026-06-24T01:47:54.010Z Downloaded nu-ansi-term v0.50.3
8282026-06-24T01:47:54.013Z Downloaded multer v3.1.0
8292026-06-24T01:47:54.022Z Downloaded pbkdf2 v0.11.0
8302026-06-24T01:47:54.025Z Downloaded peg-runtime v0.8.5
8312026-06-24T01:47:54.025Z Downloaded pbkdf2 v0.12.2
8322026-06-24T01:47:54.028Z Downloaded parse-display v0.10.0
8332026-06-24T01:47:54.028Z Downloaded path-slash v0.1.5
8342026-06-24T01:47:54.028Z Downloaded num-derive v0.4.2
8352026-06-24T01:47:54.032Z Downloaded num-rational v0.4.2
8362026-06-24T01:47:54.045Z Downloaded phf_shared v0.11.3
8372026-06-24T01:47:54.047Z Downloaded num_enum_derive v0.7.6
8382026-06-24T01:47:54.047Z Downloaded phf_shared v0.13.1
8392026-06-24T01:47:54.051Z Downloaded num_enum v0.5.11
8402026-06-24T01:47:54.054Z Downloaded ignore v0.4.25
8412026-06-24T01:47:54.054Z Downloaded futures v0.3.32
8422026-06-24T01:47:54.057Z Downloaded flume v0.11.1
8432026-06-24T01:47:54.059Z Downloaded der v0.7.10
8442026-06-24T01:47:54.062Z Downloaded drift v0.2.0
8452026-06-24T01:47:54.067Z Downloaded predicates-core v1.0.10
8462026-06-24T01:47:54.071Z Downloaded packed_struct v0.10.1
8472026-06-24T01:47:54.071Z Downloaded powerfmt v0.2.0
8482026-06-24T01:47:54.074Z Downloaded derive_more v2.1.1
8492026-06-24T01:47:54.077Z Downloaded proc-macro-crate v1.3.1
8502026-06-24T01:47:54.080Z Downloaded password-hash v0.5.0
8512026-06-24T01:47:54.080Z Downloaded proc-macro-crate v3.4.0
8522026-06-24T01:47:54.082Z Downloaded arc-swap v1.8.2
8532026-06-24T01:47:54.085Z Downloaded oxide-tokio-rt v0.1.4
8542026-06-24T01:47:54.085Z Downloaded progenitor-client v0.14.0
8552026-06-24T01:47:54.085Z Downloaded progenitor-macro v0.13.0
8562026-06-24T01:47:54.088Z Downloaded precomputed-hash v0.1.1
8572026-06-24T01:47:54.088Z Downloaded compact_str v0.8.1
8582026-06-24T01:47:54.091Z Downloaded predicates-tree v1.0.13
8592026-06-24T01:47:54.091Z Downloaded owo-colors v4.3.0
8602026-06-24T01:47:54.093Z Downloaded password-hash v0.4.2
8612026-06-24T01:47:54.093Z Downloaded parse-display-derive v0.10.0
8622026-06-24T01:47:54.096Z Downloaded indexmap v1.9.3
8632026-06-24T01:47:54.096Z Downloaded memmap2 v0.9.10
8642026-06-24T01:47:54.098Z Downloaded proc-macro-error-attr2 v2.0.0
8652026-06-24T01:47:54.098Z Downloaded cc v1.2.56
8662026-06-24T01:47:54.101Z Downloaded psl-types v2.0.11
8672026-06-24T01:47:54.101Z Downloaded libbz2-rs-sys v0.2.2
8682026-06-24T01:47:54.104Z Downloaded base64 v0.21.7
8692026-06-24T01:47:54.106Z Downloaded darling_core v0.21.3
8702026-06-24T01:47:54.109Z Downloaded peg-macros v0.8.5
8712026-06-24T01:47:54.109Z Downloaded paste v1.0.15
8722026-06-24T01:47:54.112Z Downloaded progenitor-macro v0.14.0
8732026-06-24T01:47:54.112Z Downloaded pem v3.0.6
8742026-06-24T01:47:54.114Z Downloaded phf_shared v0.12.1
8752026-06-24T01:47:54.114Z Downloaded phf v0.13.1
8762026-06-24T01:47:54.114Z Downloaded radium v0.7.0
8772026-06-24T01:47:54.117Z Downloaded peg v0.8.5
8782026-06-24T01:47:54.120Z Downloaded pem-rfc7468 v0.7.0
8792026-06-24T01:47:54.120Z Downloaded phf v0.12.1
8802026-06-24T01:47:54.123Z Downloaded num-integer v0.1.46
8812026-06-24T01:47:54.123Z Downloaded chacha20poly1305 v0.10.1
8822026-06-24T01:47:54.123Z Downloaded ed25519-dalek v2.2.0
8832026-06-24T01:47:54.126Z Downloaded num-complex v0.4.6
8842026-06-24T01:47:54.128Z Downloaded num_enum v0.7.6
8852026-06-24T01:47:54.131Z Downloaded flate2 v1.1.9
8862026-06-24T01:47:54.134Z Downloaded pin-project-lite v0.2.17
8872026-06-24T01:47:54.136Z Downloaded rand_chacha v0.3.1
8882026-06-24T01:47:54.139Z Downloaded polyval v0.6.2
8892026-06-24T01:47:54.139Z Downloaded derive_more-impl v2.1.1
8902026-06-24T01:47:54.142Z Downloaded diesel_derives v2.3.7
8912026-06-24T01:47:54.145Z Downloaded omicron-zone-package v0.12.2
8922026-06-24T01:47:54.148Z Downloaded pkg-config v0.3.32
8932026-06-24T01:47:54.151Z Downloaded pkcs8 v0.10.2
8942026-06-24T01:47:54.154Z Downloaded pin-project-internal v1.1.11
8952026-06-24T01:47:54.154Z Downloaded recursive v0.1.1
8962026-06-24T01:47:54.154Z Downloaded heapless v0.8.0
8972026-06-24T01:47:54.156Z Downloaded rand_xorshift v0.4.0
8982026-06-24T01:47:54.156Z Downloaded const_format v0.2.35
8992026-06-24T01:47:54.159Z Downloaded parking_lot_core v0.8.6
9002026-06-24T01:47:54.162Z Downloaded newtype-uuid v1.3.2
9012026-06-24T01:47:54.162Z Downloaded ppv-lite86 v0.2.21
9022026-06-24T01:47:54.165Z Downloaded progenitor v0.14.0
9032026-06-24T01:47:54.165Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-06-24T01:47:54.165Z Downloaded ref-cast v1.0.25
9052026-06-24T01:47:54.167Z Downloaded progenitor-client v0.13.0
9062026-06-24T01:47:54.167Z Downloaded progenitor v0.13.0
9072026-06-24T01:47:54.170Z Downloaded postgres-protocol v0.6.10
9082026-06-24T01:47:54.170Z Downloaded bumpalo v3.20.2
9092026-06-24T01:47:54.172Z Downloaded primeorder v0.13.6
9102026-06-24T01:47:54.175Z Downloaded ref-cast-impl v1.0.25
9112026-06-24T01:47:54.175Z Downloaded parking_lot_core v0.9.12
9122026-06-24T01:47:54.175Z Downloaded heapless v0.7.17
9132026-06-24T01:47:54.178Z Downloaded indicatif v0.18.4
9142026-06-24T01:47:54.180Z Downloaded hickory-resolver v0.24.4
9152026-06-24T01:47:54.183Z Downloaded proc-macro-error2 v2.0.1
9162026-06-24T01:47:54.186Z Downloaded parking_lot v0.12.5
9172026-06-24T01:47:54.188Z Downloaded parking_lot v0.11.2
9182026-06-24T01:47:54.188Z Downloaded headers v0.4.1
9192026-06-24T01:47:54.191Z Downloaded quick-error v1.2.3
9202026-06-24T01:47:54.193Z Downloaded oxnet v0.1.6
9212026-06-24T01:47:54.193Z Downloaded litrs v1.0.0
9222026-06-24T01:47:54.196Z Downloaded rtoolbox v0.0.3
9232026-06-24T01:47:54.199Z Downloaded rfc6979 v0.4.0
9242026-06-24T01:47:54.199Z Downloaded rustc_version v0.1.7
9252026-06-24T01:47:54.199Z Downloaded rustc-hash v2.1.1
9262026-06-24T01:47:54.206Z Downloaded pkcs5 v0.7.1
9272026-06-24T01:47:54.211Z Downloaded r2d2 v0.8.10
9282026-06-24T01:47:54.213Z Downloaded rustc_version v0.4.1
9292026-06-24T01:47:54.217Z Downloaded rand_chacha v0.9.0
9302026-06-24T01:47:54.217Z Downloaded russh-cryptovec v0.7.3
9312026-06-24T01:47:54.217Z Downloaded same-file v1.0.6
9322026-06-24T01:47:54.221Z Downloaded async-compression v0.4.41
9332026-06-24T01:47:54.226Z Downloaded rand_core v0.6.4
9342026-06-24T01:47:54.228Z Downloaded postcard v1.1.3
9352026-06-24T01:47:54.231Z Downloaded hickory-resolver v0.25.2
9362026-06-24T01:47:54.233Z Downloaded oso v0.27.3
9372026-06-24T01:47:54.237Z Downloaded pkcs1 v0.7.5
9382026-06-24T01:47:54.240Z Downloaded rand_seeder v0.4.0
9392026-06-24T01:47:54.242Z Downloaded rand_core v0.10.0
9402026-06-24T01:47:54.245Z Downloaded scheduled-thread-pool v0.2.7
9412026-06-24T01:47:54.245Z Downloaded p256 v0.13.2
9422026-06-24T01:47:54.247Z Downloaded progenitor-extras v0.2.0
9432026-06-24T01:47:54.250Z Downloaded resolv-conf v0.7.6
9442026-06-24T01:47:54.250Z Downloaded sapling-renderdag v0.1.0
9452026-06-24T01:47:54.253Z Downloaded salsa20 v0.10.2
9462026-06-24T01:47:54.255Z Downloaded serde-big-array v0.5.1
9472026-06-24T01:47:54.255Z Downloaded semver v0.1.20
9482026-06-24T01:47:54.258Z Downloaded seq-macro v0.3.6
9492026-06-24T01:47:54.258Z Downloaded secrecy v0.8.0
9502026-06-24T01:47:54.260Z Downloaded scopeguard v1.2.0
9512026-06-24T01:47:54.260Z Downloaded scrypt v0.11.0
9522026-06-24T01:47:54.263Z Downloaded scroll_derive v0.13.1
9532026-06-24T01:47:54.266Z Downloaded secrecy v0.10.3
9542026-06-24T01:47:54.273Z Downloaded miniz_oxide v0.8.9
9552026-06-24T01:47:54.275Z Downloaded serde_urlencoded v0.7.1
9562026-06-24T01:47:54.278Z Downloaded serde_bytes v0.11.19
9572026-06-24T01:47:54.278Z Downloaded psm v0.1.30
9582026-06-24T01:47:54.280Z Downloaded serde_plain v1.0.2
9592026-06-24T01:47:54.280Z Downloaded serde_repr v0.1.20
9602026-06-24T01:47:54.283Z Downloaded sha1 v0.11.0
9612026-06-24T01:47:54.286Z Downloaded quinn-udp v0.5.14
9622026-06-24T01:47:54.288Z Downloaded jiff-static v0.2.21
9632026-06-24T01:47:54.288Z Downloaded rand_core v0.9.5
9642026-06-24T01:47:54.291Z Downloaded rustls-pemfile v2.2.0
9652026-06-24T01:47:54.291Z Downloaded expectorate v1.2.0
9662026-06-24T01:47:54.296Z Downloaded shell-words v1.1.1
9672026-06-24T01:47:54.304Z Downloaded poly1305 v0.8.0
9682026-06-24T01:47:54.306Z Downloaded rustls-native-certs v0.8.3
9692026-06-24T01:47:54.309Z Downloaded crossterm v0.28.1
9702026-06-24T01:47:54.311Z Downloaded sha1 v0.10.6
9712026-06-24T01:47:54.314Z Downloaded openssl-sys v0.9.115
9722026-06-24T01:47:54.317Z Downloaded sigpipe v0.1.3
9732026-06-24T01:47:54.317Z Downloaded siphasher v1.0.2
9742026-06-24T01:47:54.317Z Downloaded hashbrown v0.12.3
9752026-06-24T01:47:54.320Z Downloaded signal-hook-mio v0.2.5
9762026-06-24T01:47:54.323Z Downloaded rusty-fork v0.3.1
9772026-06-24T01:47:54.323Z Downloaded rustversion v1.0.22
9782026-06-24T01:47:54.326Z Downloaded signature v2.2.0
9792026-06-24T01:47:54.326Z Downloaded signal-hook-tokio v0.3.1
9802026-06-24T01:47:54.330Z Downloaded pin-project v1.1.11
9812026-06-24T01:47:54.338Z Downloaded slog-envlogger v2.2.0
9822026-06-24T01:47:54.340Z Downloaded slog-bunyan v2.5.0
9832026-06-24T01:47:54.340Z Downloaded schemars_derive v0.8.22
9842026-06-24T01:47:54.340Z Downloaded predicates v3.1.4
9852026-06-24T01:47:54.344Z Downloaded postgres-types v0.2.12
9862026-06-24T01:47:54.348Z Downloaded serde_path_to_error v0.1.20
9872026-06-24T01:47:54.351Z Downloaded hickory-server v0.25.2
9882026-06-24T01:47:54.353Z Downloaded sec1 v0.7.3
9892026-06-24T01:47:54.356Z Downloaded scroll v0.13.0
9902026-06-24T01:47:54.359Z Downloaded prefix-trie v0.7.0
9912026-06-24T01:47:54.362Z Downloaded progenitor-impl v0.14.0
9922026-06-24T01:47:54.365Z Downloaded serde_spanned v1.1.1
9932026-06-24T01:47:54.368Z Downloaded serde_derive_internals v0.29.1
9942026-06-24T01:47:54.368Z Downloaded serde_with_macros v1.5.2
9952026-06-24T01:47:54.370Z Downloaded serde-hex v0.1.0
9962026-06-24T01:47:54.370Z Downloaded sqlparser_derive v0.5.0
9972026-06-24T01:47:54.374Z Downloaded russh-keys v0.45.0
9982026-06-24T01:47:54.377Z Downloaded ssh-cipher v0.2.0
9992026-06-24T01:47:54.379Z Downloaded shlex v1.3.0
10002026-06-24T01:47:54.379Z Downloaded rustls-pki-types v1.14.0
10012026-06-24T01:47:54.382Z Downloaded hashbrown v0.13.2
10022026-06-24T01:47:54.385Z Downloaded crossterm v0.29.0
10032026-06-24T01:47:54.388Z Downloaded slab v0.4.12
10042026-06-24T01:47:54.390Z Downloaded rcgen v0.12.1
10052026-06-24T01:47:54.393Z Downloaded progenitor-impl v0.13.0
10062026-06-24T01:47:54.396Z Downloaded strum v0.27.2
10072026-06-24T01:47:54.396Z Downloaded strum v0.26.3
10082026-06-24T01:47:54.398Z Downloaded structmeta v0.3.0
10092026-06-24T01:47:54.398Z Downloaded strsim v0.10.0
10102026-06-24T01:47:54.398Z Downloaded strip-ansi-escapes v0.2.1
10112026-06-24T01:47:54.401Z Downloaded sync-ptr v0.1.4
10122026-06-24T01:47:54.404Z Downloaded structmeta-derive v0.3.0
10132026-06-24T01:47:54.404Z Downloaded tabled_derive v0.11.0
10142026-06-24T01:47:54.404Z Downloaded ssh-encoding v0.2.0
10152026-06-24T01:47:54.406Z Downloaded slog-term v2.9.2
10162026-06-24T01:47:54.409Z Downloaded slog-stdlog v4.1.1
10172026-06-24T01:47:54.409Z Downloaded slog-scope v4.4.1
10182026-06-24T01:47:54.409Z Downloaded subtle v2.6.1
10192026-06-24T01:47:54.412Z Downloaded slog-json v2.6.1
10202026-06-24T01:47:54.412Z Downloaded signal-hook-registry v1.4.8
10212026-06-24T01:47:54.414Z Downloaded prettyplease v0.2.37
10222026-06-24T01:47:54.414Z Downloaded pretty_assertions v1.4.1
10232026-06-24T01:47:54.417Z Downloaded papergrid v0.17.0
10242026-06-24T01:47:54.420Z Downloaded http v1.4.2
10252026-06-24T01:47:54.422Z Downloaded take_mut v0.2.2
10262026-06-24T01:47:54.423Z Downloaded tap v1.0.1
10272026-06-24T01:47:54.423Z Downloaded tagptr v0.2.0
10282026-06-24T01:47:54.425Z Downloaded sync_wrapper v1.0.2
10292026-06-24T01:47:54.425Z Downloaded smf v0.2.3
10302026-06-24T01:47:54.425Z Downloaded spki v0.7.3
10312026-06-24T01:47:54.430Z Downloaded smallvec v0.6.14
10322026-06-24T01:47:54.430Z Downloaded supports-color v3.0.2
10332026-06-24T01:47:54.432Z Downloaded slog-dtrace v0.3.0
10342026-06-24T01:47:54.432Z Downloaded itertools v0.10.5
10352026-06-24T01:47:54.440Z Downloaded sqlformat v0.3.5
10362026-06-24T01:47:54.443Z Downloaded ron v0.8.1
10372026-06-24T01:47:54.446Z Downloaded tabwriter v1.4.1
10382026-06-24T01:47:54.446Z Downloaded snafu-derive v0.8.9
10392026-06-24T01:47:54.449Z Downloaded minimal-lexical v0.2.1
10402026-06-24T01:47:54.453Z Downloaded hyper-util v0.1.20
10412026-06-24T01:47:54.456Z Downloaded serde_with_macros v3.17.0
10422026-06-24T01:47:54.459Z Downloaded serde_cbor v0.11.2
10432026-06-24T01:47:54.461Z Downloaded termtree v0.5.1
10442026-06-24T01:47:54.461Z Downloaded simd-adler32 v0.3.8
10452026-06-24T01:47:54.464Z Downloaded thiserror-impl-no-std v2.0.2
10462026-06-24T01:47:54.464Z Downloaded testing_table v0.3.0
10472026-06-24T01:47:54.467Z Downloaded ryu v1.0.23
10482026-06-24T01:47:54.469Z Downloaded tinyvec_macros v0.1.1
10492026-06-24T01:47:54.469Z Downloaded time-core v0.1.8
10502026-06-24T01:47:54.469Z Downloaded stringprep v0.1.5
10512026-06-24T01:47:54.472Z Downloaded slog-async v2.8.0
10522026-06-24T01:47:54.472Z Downloaded static_assertions v1.1.0
10532026-06-24T01:47:54.475Z Downloaded tokio-macros v2.7.0
10542026-06-24T01:47:54.475Z Downloaded stacker v0.1.23
10552026-06-24T01:47:54.475Z Downloaded schemars v0.8.22
10562026-06-24T01:47:54.482Z Downloaded itertools v0.12.1
10572026-06-24T01:47:54.486Z Downloaded rustls-platform-verifier v0.6.2
10582026-06-24T01:47:54.490Z Downloaded strum_macros v0.27.2
10592026-06-24T01:47:54.493Z Downloaded strum_macros v0.26.4
10602026-06-24T01:47:54.496Z Downloaded strum_macros v0.24.3
10612026-06-24T01:47:54.496Z Downloaded string_cache v0.8.9
10622026-06-24T01:47:54.504Z Downloaded aes-gcm v0.10.3
10632026-06-24T01:47:54.522Z Downloaded termios v0.3.3
10642026-06-24T01:47:54.525Z Downloaded support-bundle-viewer v0.1.2
10652026-06-24T01:47:54.531Z Downloaded time-macros v0.2.27
10662026-06-24T01:47:54.533Z Downloaded similar v2.7.0
10672026-06-24T01:47:54.538Z Downloaded tower-service v0.3.3
10682026-06-24T01:47:54.538Z Downloaded topological-sort v0.2.2
10692026-06-24T01:47:54.538Z Downloaded trait-variant v0.1.2
10702026-06-24T01:47:54.538Z Downloaded tower-layer v0.3.3
10712026-06-24T01:47:54.541Z Downloaded try-lock v0.2.5
10722026-06-24T01:47:54.541Z Downloaded signal-hook v0.3.18
10732026-06-24T01:47:54.544Z Downloaded rayon-core v1.13.0
10742026-06-24T01:47:55.549Z Downloaded thread_local v1.1.9
10752026-06-24T01:47:55.553Z Downloaded mio v1.2.0
10762026-06-24T01:47:55.553Z Downloaded unarray v0.1.4
10772026-06-24T01:47:55.553Z Downloaded typify-macro v0.6.2
10782026-06-24T01:47:55.553Z Downloaded spin v0.9.8
10792026-06-24T01:47:55.553Z Downloaded usdt-macro v0.6.0
10802026-06-24T01:47:55.553Z Downloaded nom v7.1.3
10812026-06-24T01:47:55.553Z Downloaded thiserror-no-std v2.0.2
10822026-06-24T01:47:55.553Z Downloaded untrusted v0.9.0
10832026-06-24T01:47:55.553Z Downloaded untrusted v0.7.1
10842026-06-24T01:47:55.553Z Downloaded unicode-truncate v1.1.0
10852026-06-24T01:47:55.553Z Downloaded rsa v0.9.10
10862026-06-24T01:47:55.553Z Downloaded tokio-dtrace v0.1.1
10872026-06-24T01:47:55.553Z Downloaded publicsuffix v2.3.0
10882026-06-24T01:47:55.553Z Downloaded num-bigint v0.4.6
10892026-06-24T01:47:55.553Z Downloaded rand v0.8.6
10902026-06-24T01:47:55.553Z Downloaded quinn v0.11.9
10912026-06-24T01:47:55.553Z Downloaded universal-hash v0.5.1
10922026-06-24T01:47:55.553Z Downloaded usdt-attr-macro v0.6.0
10932026-06-24T01:47:55.553Z Downloaded usdt v0.6.0
10942026-06-24T01:47:55.553Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-06-24T01:47:55.554Z Downloaded hashbrown v0.16.1
10962026-06-24T01:47:55.554Z Downloaded tokio-native-tls v0.3.1
10972026-06-24T01:47:55.554Z Downloaded socket2 v0.5.10
10982026-06-24T01:47:55.554Z Downloaded utf-8 v0.7.6
10992026-06-24T01:47:55.554Z Downloaded qorb v0.4.1
11002026-06-24T01:47:55.554Z Downloaded tokio-tungstenite v0.21.0
11012026-06-24T01:47:55.554Z Downloaded tls_codec v0.4.2
11022026-06-24T01:47:55.554Z Downloaded libxml v0.3.3
11032026-06-24T01:47:55.554Z Downloaded socket2 v0.6.3
11042026-06-24T01:47:55.554Z Downloaded rand v0.9.2
11052026-06-24T01:47:55.554Z Downloaded term v0.7.0
11062026-06-24T01:47:55.554Z Downloaded hashbrown v0.15.5
11072026-06-24T01:47:55.554Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-06-24T01:47:55.554Z Downloaded tiny-keccak v2.0.2
11092026-06-24T01:47:55.554Z Downloaded iri-string v0.7.10
11102026-06-24T01:47:55.554Z Downloaded want v0.3.1
11112026-06-24T01:47:55.554Z Downloaded waitgroup v0.1.2
11122026-06-24T01:47:55.554Z Downloaded wait-timeout v0.2.1
11132026-06-24T01:47:55.554Z Downloaded aho-corasick v1.1.4
11142026-06-24T01:47:55.554Z Downloaded dropshot-api-manager v0.7.2
11152026-06-24T01:47:55.554Z Downloaded term v1.2.1
11162026-06-24T01:47:55.554Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-06-24T01:47:55.554Z Downloaded void v1.0.2
11182026-06-24T01:47:55.554Z Downloaded samael v0.0.19
11192026-06-24T01:47:55.554Z Downloaded tui-tree-widget v0.23.1
11202026-06-24T01:47:55.554Z Downloaded thread-id v5.1.0
11212026-06-24T01:47:55.554Z Downloaded unicase v2.9.0
11222026-06-24T01:47:55.554Z Downloaded tls_codec_derive v0.4.2
11232026-06-24T01:47:55.554Z Downloaded serde_yaml v0.9.34+deprecated
11242026-06-24T01:47:55.554Z Downloaded schemars v1.2.1
11252026-06-24T01:47:55.554Z Downloaded xshell-macros v0.2.7
11262026-06-24T01:47:55.554Z Downloaded xattr v1.6.1
11272026-06-24T01:47:55.554Z Downloaded unit-prefix v0.5.2
11282026-06-24T01:47:55.554Z Downloaded num-bigint-dig v0.8.6
11292026-06-24T01:47:55.554Z Downloaded tokio-stream v0.1.18
11302026-06-24T01:47:55.554Z Downloaded usdt-impl v0.6.0
11312026-06-24T01:47:55.554Z Downloaded tokio-tungstenite v0.23.1
11322026-06-24T01:47:55.554Z Downloaded futures-util v0.3.32
11332026-06-24T01:47:55.554Z Downloaded libm v0.2.16
11342026-06-24T01:47:55.554Z Downloaded itertools v0.13.0
11352026-06-24T01:47:55.555Z Downloaded zeroize_derive v1.4.3
11362026-06-24T01:47:55.555Z Downloaded vergen-lib v9.1.0
11372026-06-24T01:47:55.555Z Downloaded uzers v0.12.2
11382026-06-24T01:47:55.555Z Downloaded vergen-lib v0.1.6
11392026-06-24T01:47:55.555Z Downloaded test-strategy v0.4.5
11402026-06-24T01:47:55.555Z Downloaded vergen-git2 v9.1.0
11412026-06-24T01:47:55.555Z Downloaded subprocess v0.2.15
11422026-06-24T01:47:55.555Z Downloaded rustls-webpki v0.103.9
11432026-06-24T01:47:55.555Z Downloaded walkdir v2.5.0
11442026-06-24T01:47:55.555Z Downloaded rand v0.10.0
11452026-06-24T01:47:55.555Z Downloaded tracing-attributes v0.1.31
11462026-06-24T01:47:55.555Z Downloaded tokio-rustls v0.26.4
11472026-06-24T01:47:55.555Z Downloaded schemars v0.9.0
11482026-06-24T01:47:55.555Z Downloaded zone v0.3.1
11492026-06-24T01:47:55.555Z Downloaded zone_cfg_derive v0.3.1
11502026-06-24T01:47:55.555Z Downloaded vsss-rs v3.3.4
11512026-06-24T01:47:55.555Z Downloaded twox-hash v2.1.2
11522026-06-24T01:47:55.555Z Downloaded whoami v2.1.0
11532026-06-24T01:47:55.555Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-06-24T01:47:55.555Z Downloaded slog v2.8.2
11552026-06-24T01:47:55.555Z Downloaded unicode-properties v0.1.4
11562026-06-24T01:47:55.555Z Downloaded wyz v0.5.1
11572026-06-24T01:47:55.555Z Downloaded itertools v0.14.0
11582026-06-24T01:47:55.555Z Downloaded nom v8.0.0
11592026-06-24T01:47:55.555Z Downloaded h2 v0.4.15
11602026-06-24T01:47:55.555Z Downloaded tinyvec v1.10.0
11612026-06-24T01:47:55.555Z Downloaded tar v0.4.45
11622026-06-24T01:47:55.555Z Downloaded toml v1.1.2+spec-1.1.0
11632026-06-24T01:47:55.555Z Downloaded toml v0.7.8
11642026-06-24T01:47:55.555Z Downloaded hyper v1.10.1
11652026-06-24T01:47:55.555Z Downloaded iddqd v0.4.2
11662026-06-24T01:47:55.555Z Downloaded whoami v1.6.1
11672026-06-24T01:47:55.555Z Downloaded vergen v9.1.0
11682026-06-24T01:47:55.555Z Downloaded blake3 v1.8.5
11692026-06-24T01:47:55.555Z Downloaded rustyline v14.0.0
11702026-06-24T01:47:55.555Z Downloaded p521 v0.13.3
11712026-06-24T01:47:55.555Z Downloaded tungstenite v0.21.0
11722026-06-24T01:47:55.555Z Downloaded vergen-gitcl v1.0.8
11732026-06-24T01:47:55.556Z Downloaded typify v0.6.2
11742026-06-24T01:47:55.556Z Downloaded zstd-safe v7.2.4
11752026-06-24T01:47:55.560Z Downloaded unsafe-libyaml v0.2.11
11762026-06-24T01:47:55.560Z Downloaded snafu v0.8.9
11772026-06-24T01:47:55.560Z Downloaded uuid v1.23.3
11782026-06-24T01:47:55.560Z Downloaded rpassword v7.4.0
11792026-06-24T01:47:55.560Z Downloaded zstd v0.13.3
11802026-06-24T01:47:55.560Z Downloaded yasna v0.5.2
11812026-06-24T01:47:55.560Z Downloaded zerocopy v0.6.6
11822026-06-24T01:47:55.560Z Downloaded steno v0.4.1
11832026-06-24T01:47:55.560Z Downloaded zeroize v1.8.2
11842026-06-24T01:47:55.560Z Downloaded hkdf v0.12.4
11852026-06-24T01:47:55.560Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-24T01:47:55.560Z Downloaded russh v0.45.0
11872026-06-24T01:47:55.560Z Downloaded xshell v0.2.7
11882026-06-24T01:47:55.560Z Downloaded vte v0.14.1
11892026-06-24T01:47:55.560Z Downloaded tungstenite v0.23.0
11902026-06-24T01:47:55.560Z Downloaded unicode-bidi v0.3.18
11912026-06-24T01:47:55.560Z Downloaded reedline v0.40.0
11922026-06-24T01:47:55.560Z Downloaded tracing-core v0.1.36
11932026-06-24T01:47:55.560Z Downloaded serde_with v1.14.0
11942026-06-24T01:47:55.560Z Downloaded unicode_categories v0.1.1
11952026-06-24T01:47:55.560Z Downloaded zopfli v0.8.3
11962026-06-24T01:47:55.560Z Downloaded bindgen v0.71.1
11972026-06-24T01:47:55.560Z Downloaded aws-lc-rs v1.16.3
11982026-06-24T01:47:55.560Z Downloaded reqwest v0.12.28
11992026-06-24T01:47:55.560Z Downloaded ssh-key v0.6.7
12002026-06-24T01:47:55.560Z Downloaded typed-path v0.9.3
12012026-06-24T01:47:55.560Z Downloaded yansi v1.0.1
12022026-06-24T01:47:55.560Z Downloaded toml_edit v0.19.15
12032026-06-24T01:47:55.561Z Downloaded zerocopy-derive v0.8.40
12042026-06-24T01:47:55.561Z Downloaded zip v0.6.6
12052026-06-24T01:47:55.561Z Downloaded bitvec v1.0.1
12062026-06-24T01:47:55.561Z Downloaded tower v0.5.3
12072026-06-24T01:47:55.561Z Downloaded unicode-segmentation v1.12.0
12082026-06-24T01:47:55.561Z Downloaded git2 v0.20.4
12092026-06-24T01:47:55.561Z Downloaded reqwest v0.13.2
12102026-06-24T01:47:55.561Z Downloaded salty v0.3.0
12112026-06-24T01:47:55.561Z Downloaded moka v0.12.13
12122026-06-24T01:47:55.561Z Downloaded p384 v0.13.1
12132026-06-24T01:47:55.561Z Downloaded regex v1.12.3
12142026-06-24T01:47:55.561Z Downloaded portable-atomic v1.13.1
12152026-06-24T01:47:55.561Z Downloaded chrono v0.4.44
12162026-06-24T01:47:55.561Z Downloaded quick-xml v0.37.5
12172026-06-24T01:47:55.561Z Downloaded rayon v1.11.0
12182026-06-24T01:47:55.561Z Downloaded x509-cert v0.2.5
12192026-06-24T01:47:55.561Z Downloaded lalrpop v0.19.12
12202026-06-24T01:47:55.561Z Downloaded tokio-postgres v0.7.16
12212026-06-24T01:47:55.561Z Downloaded tower-http v0.6.8
12222026-06-24T01:47:55.561Z Downloaded goblin v0.10.5
12232026-06-24T01:47:55.561Z Downloaded unicode-normalization v0.1.25
12242026-06-24T01:47:55.561Z Downloaded petname v2.0.2
12252026-06-24T01:47:55.561Z Downloaded tough v0.22.0
12262026-06-24T01:47:55.561Z Downloaded tokio-util v0.7.18
12272026-06-24T01:47:55.561Z Downloaded zip v4.6.1
12282026-06-24T01:47:55.561Z Downloaded nix v0.27.1
12292026-06-24T01:47:55.561Z Downloaded proptest v1.10.0
12302026-06-24T01:47:55.561Z Downloaded nix v0.28.0
12312026-06-24T01:47:55.561Z Downloaded serde_with v3.17.0
12322026-06-24T01:47:55.561Z Downloaded openssl v0.10.79
12332026-06-24T01:47:55.561Z Downloaded winnow v0.5.40
12342026-06-24T01:47:55.561Z Downloaded quinn-proto v0.11.13
12352026-06-24T01:47:55.561Z Downloaded polar-core v0.27.3
12362026-06-24T01:47:55.561Z Downloaded object v0.30.4
12372026-06-24T01:47:55.561Z Downloaded radix_trie v0.2.1
12382026-06-24T01:47:55.561Z Downloaded winnow v0.6.26
12392026-06-24T01:47:55.561Z Downloaded smoltcp v0.9.1
12402026-06-24T01:47:55.561Z Downloaded bstr v1.12.1
12412026-06-24T01:47:55.561Z Downloaded winnow v1.0.3
12422026-06-24T01:47:55.561Z Downloaded object v0.37.3
12432026-06-24T01:47:55.562Z Downloaded vcpkg v0.2.15
12442026-06-24T01:47:55.562Z Downloaded webpki-roots v1.0.6
12452026-06-24T01:47:55.562Z Downloaded time v0.3.47
12462026-06-24T01:47:55.562Z Downloaded regex-syntax v0.6.29
12472026-06-24T01:47:55.562Z Downloaded zlib-rs v0.6.2
12482026-06-24T01:47:55.562Z Downloaded hickory-proto v0.24.4
12492026-06-24T01:47:55.562Z Downloaded dropshot v0.17.1
12502026-06-24T01:47:55.562Z Downloaded tabled v0.20.0
12512026-06-24T01:47:55.562Z Downloaded diesel v2.3.7
12522026-06-24T01:47:55.562Z Downloaded zerocopy v0.8.40
12532026-06-24T01:47:55.562Z Downloaded rustls v0.23.41
12542026-06-24T01:47:55.562Z Downloaded nix v0.31.2
12552026-06-24T01:47:55.562Z Downloaded regress v0.10.5
12562026-06-24T01:47:55.562Z Downloaded regex-syntax v0.8.10
12572026-06-24T01:47:55.562Z Downloaded smoltcp v0.11.0
12582026-06-24T01:47:55.562Z Downloaded openapiv3 v2.2.0
12592026-06-24T01:47:55.562Z Downloaded rustix v0.38.44
12602026-06-24T01:47:55.562Z Downloaded sqlparser v0.61.0
12612026-06-24T01:47:55.562Z Downloaded regress v0.11.1
12622026-06-24T01:47:55.562Z Downloaded sled v0.34.7
12632026-06-24T01:47:55.562Z Downloaded hickory-proto v0.25.2
12642026-06-24T01:47:55.562Z Downloaded typify-impl v0.6.2
12652026-06-24T01:47:55.562Z Downloaded tracing v0.1.44
12662026-06-24T01:47:55.562Z Downloaded bzip2-sys v0.1.13+1.0.8
12672026-06-24T01:47:55.562Z Downloaded regex-automata v0.4.14
12682026-06-24T01:47:55.562Z Downloaded ratatui v0.29.0
12692026-06-24T01:47:55.562Z Downloaded petgraph v0.6.5
12702026-06-24T01:47:55.562Z Downloaded petgraph v0.8.3
12712026-06-24T01:47:55.562Z Downloaded zerocopy-derive v0.6.6
12722026-06-24T01:47:55.562Z Downloaded csv v1.4.0
12732026-06-24T01:47:55.566Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-06-24T01:47:55.598Z Downloaded jiff v0.2.21
12752026-06-24T01:47:55.609Z Downloaded chrono-tz v0.10.4
12762026-06-24T01:47:55.633Z Downloaded encoding_rs v0.8.35
12772026-06-24T01:47:55.648Z Downloaded ring v0.17.14
12782026-06-24T01:47:55.673Z Downloaded sha3 v0.10.8
12792026-06-24T01:47:55.677Z Downloaded libz-sys v1.1.24
12802026-06-24T01:47:55.713Z Downloaded tokio v1.52.1
12812026-06-24T01:47:55.862Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-06-24T01:47:56.492Z Downloaded aws-lc-sys v0.40.0
12832026-06-24T01:47:56.739Z Compiling libc v0.2.185
12842026-06-24T01:47:56.739Z Compiling serde v1.0.228
12852026-06-24T01:47:56.742Z Compiling log v0.4.29
12862026-06-24T01:47:56.742Z Compiling find-msvc-tools v0.1.9
12872026-06-24T01:47:56.742Z Compiling shlex v1.3.0
12882026-06-24T01:47:56.742Z Compiling smallvec v1.15.1
12892026-06-24T01:47:56.742Z Compiling typenum v1.19.0
12902026-06-24T01:47:56.742Z Compiling subtle v2.6.1
12912026-06-24T01:47:56.742Z Compiling generic-array v0.14.7
12922026-06-24T01:47:56.742Z Compiling scopeguard v1.2.0
12932026-06-24T01:47:56.881Z Compiling const-oid v0.9.6
12942026-06-24T01:47:56.939Z Compiling serde_json v1.0.150
12952026-06-24T01:47:56.965Z Compiling syn v2.0.117
12962026-06-24T01:47:56.968Z Compiling zerocopy v0.8.40
12972026-06-24T01:47:56.977Z Compiling pin-project-lite v0.2.17
12982026-06-24T01:47:56.992Z Compiling portable-atomic v1.13.1
12992026-06-24T01:47:57.063Z Compiling lock_api v0.4.14
13002026-06-24T01:47:57.080Z Compiling parking_lot_core v0.9.12
13012026-06-24T01:47:57.112Z Compiling pkg-config v0.3.32
13022026-06-24T01:47:57.148Z Compiling bitflags v2.11.0
13032026-06-24T01:47:57.162Z Compiling futures-core v0.3.32
13042026-06-24T01:47:57.178Z Compiling libm v0.2.16
13052026-06-24T01:47:57.220Z Compiling critical-section v1.2.0
13062026-06-24T01:47:57.252Z Compiling num-traits v0.2.19
13072026-06-24T01:47:57.310Z Compiling percent-encoding v2.3.2
13082026-06-24T01:47:57.356Z Compiling futures-sink v0.3.32
13092026-06-24T01:47:57.382Z Compiling slab v0.4.12
13102026-06-24T01:47:57.395Z Compiling futures-task v0.3.32
13112026-06-24T01:47:57.398Z Compiling getrandom v0.4.1
13122026-06-24T01:47:57.439Z Compiling futures-io v0.3.32
13132026-06-24T01:47:57.490Z Compiling futures-channel v0.3.32
13142026-06-24T01:47:57.510Z Compiling cpufeatures v0.2.17
13152026-06-24T01:47:57.541Z Compiling rand_core v0.10.0
13162026-06-24T01:47:57.588Z Compiling indexmap v2.14.0
13172026-06-24T01:47:57.605Z Compiling rustversion v1.0.22
13182026-06-24T01:47:57.634Z Compiling getrandom v0.3.4
13192026-06-24T01:47:57.637Z Compiling form_urlencoded v1.2.2
13202026-06-24T01:47:57.667Z Compiling dunce v1.0.5
13212026-06-24T01:47:57.711Z Compiling fs_extra v1.3.0
13222026-06-24T01:47:57.727Z Compiling ident_case v1.0.1
13232026-06-24T01:47:57.740Z Compiling base64ct v1.8.3
13242026-06-24T01:47:57.740Z Compiling regex-syntax v0.8.10
13252026-06-24T01:47:57.779Z Compiling flagset v0.4.7
13262026-06-24T01:47:57.827Z Compiling rustix v1.1.3
13272026-06-24T01:47:57.843Z Compiling getrandom v0.2.17
13282026-06-24T01:47:57.864Z Compiling jobserver v0.1.34
13292026-06-24T01:47:57.912Z Compiling errno v0.3.14
13302026-06-24T01:47:57.976Z Compiling mio v1.2.0
13312026-06-24T01:47:58.008Z Compiling rand_core v0.6.4
13322026-06-24T01:47:58.055Z Compiling signal-hook-registry v1.4.8
13332026-06-24T01:47:58.088Z Compiling cc v1.2.56
13342026-06-24T01:47:58.104Z Compiling once_cell v1.21.3
13352026-06-24T01:47:58.129Z Compiling socket2 v0.6.3
13362026-06-24T01:47:58.159Z Compiling parking_lot v0.12.5
13372026-06-24T01:47:58.266Z Compiling pem-rfc7468 v0.7.0
13382026-06-24T01:47:58.295Z Compiling iana-time-zone v0.1.65
13392026-06-24T01:47:58.364Z Compiling aws-lc-rs v1.16.3
13402026-06-24T01:47:58.461Z Compiling vcpkg v0.2.15
13412026-06-24T01:47:58.477Z Compiling uuid v1.23.3
13422026-06-24T01:47:58.498Z Compiling tracing-core v0.1.36
13432026-06-24T01:47:58.525Z Compiling rustc_version v0.4.1
13442026-06-24T01:47:58.565Z Compiling rand_core v0.9.5
13452026-06-24T01:47:58.610Z Compiling base64 v0.22.1
13462026-06-24T01:47:58.635Z Compiling untrusted v0.9.0
13472026-06-24T01:47:58.663Z Compiling tinyvec_macros v0.1.1
13482026-06-24T01:47:58.705Z Compiling untrusted v0.7.1
13492026-06-24T01:47:58.749Z Compiling openssl-probe v0.2.1
13502026-06-24T01:47:58.765Z Compiling httparse v1.10.1
13512026-06-24T01:47:58.780Z Compiling tinyvec v1.10.0
13522026-06-24T01:47:58.843Z Compiling cmake v0.1.57
13532026-06-24T01:47:58.872Z Compiling aho-corasick v1.1.4
13542026-06-24T01:47:58.896Z Compiling tower-layer v0.3.3
13552026-06-24T01:47:58.949Z Compiling atomic-waker v1.1.2
13562026-06-24T01:47:58.982Z Compiling rustls v0.23.41
13572026-06-24T01:47:58.982Z Compiling schemars v0.8.22
13582026-06-24T01:47:59.033Z Compiling dyn-clone v1.0.20
13592026-06-24T01:47:59.078Z Compiling tower-service v0.3.3
13602026-06-24T01:47:59.093Z Compiling try-lock v0.2.5
13612026-06-24T01:47:59.108Z Compiling httpdate v1.0.3
13622026-06-24T01:47:59.162Z Compiling openssl v0.10.79
13632026-06-24T01:47:59.181Z Compiling foreign-types-shared v0.1.1
13642026-06-24T01:47:59.197Z Compiling want v0.3.1
13652026-06-24T01:47:59.199Z Compiling unicode-normalization v0.1.25
13662026-06-24T01:47:59.227Z Compiling spin v0.9.8
13672026-06-24T01:47:59.273Z Compiling foreign-types v0.3.2
13682026-06-24T01:47:59.288Z Compiling native-tls v0.2.18
13692026-06-24T01:47:59.291Z Compiling num-conv v0.2.0
13702026-06-24T01:47:59.291Z Compiling time-core v0.1.8
13712026-06-24T01:47:59.329Z Compiling crc32fast v1.5.0
13722026-06-24T01:47:59.360Z Compiling powerfmt v0.2.0
13732026-06-24T01:47:59.363Z Compiling wait-timeout v0.2.1
13742026-06-24T01:47:59.390Z Compiling sync_wrapper v1.0.2
13752026-06-24T01:47:59.424Z Compiling num_threads v0.1.7
13762026-06-24T01:47:59.452Z Compiling siphasher v1.0.2
13772026-06-24T01:47:59.483Z Compiling time-macros v0.2.27
13782026-06-24T01:47:59.498Z Compiling crossbeam-utils v0.8.21
13792026-06-24T01:47:59.520Z Compiling tempfile v3.25.0
13802026-06-24T01:47:59.535Z Compiling deranged v0.5.8
13812026-06-24T01:47:59.551Z Compiling syn v1.0.109
13822026-06-24T01:47:59.566Z Compiling bit-vec v0.8.0
13832026-06-24T01:47:59.585Z Compiling usdt-impl v0.6.0
13842026-06-24T01:47:59.665Z Compiling quick-error v1.2.3
13852026-06-24T01:47:59.680Z Compiling simd-adler32 v0.3.8
13862026-06-24T01:47:59.725Z Compiling aws-lc-sys v0.40.0
13872026-06-24T01:47:59.740Z Compiling ring v0.17.14
13882026-06-24T01:47:59.796Z Compiling openssl-sys v0.9.115
13892026-06-24T01:47:59.816Z Compiling regex-automata v0.4.14
13902026-06-24T01:47:59.830Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-06-24T01:47:59.877Z Compiling bit-set v0.8.0
13922026-06-24T01:47:59.892Z Compiling rusty-fork v0.3.1
13932026-06-24T01:47:59.925Z Compiling bzip2-sys v0.1.13+1.0.8
13942026-06-24T01:47:59.941Z Compiling synstructure v0.13.2
13952026-06-24T01:47:59.956Z Compiling serde_derive_internals v0.29.1
13962026-06-24T01:47:59.969Z Compiling pest_generator v2.8.6
13972026-06-24T01:48:00.074Z Compiling darling_core v0.20.11
13982026-06-24T01:48:00.292Z Compiling darling_core v0.21.3
13992026-06-24T01:48:00.307Z Compiling slog v2.8.2
14002026-06-24T01:48:00.335Z Compiling heapless v0.7.17
14012026-06-24T01:48:00.513Z Compiling rand_xorshift v0.4.0
14022026-06-24T01:48:00.629Z Compiling thread-id v5.1.0
14032026-06-24T01:48:00.647Z Compiling cookie v0.18.1
14042026-06-24T01:48:00.651Z Compiling unicode-properties v0.1.4
14052026-06-24T01:48:00.697Z Compiling time v0.3.47
14062026-06-24T01:48:00.700Z Compiling anyhow v1.0.102
14072026-06-24T01:48:00.727Z Compiling unicode-bidi v0.3.18
14082026-06-24T01:48:00.744Z Compiling paste v1.0.15
14092026-06-24T01:48:00.760Z Compiling iri-string v0.7.10
14102026-06-24T01:48:00.854Z Compiling ryu v1.0.23
14112026-06-24T01:48:00.896Z Compiling adler2 v2.0.1
14122026-06-24T01:48:00.935Z Compiling unarray v0.1.4
14132026-06-24T01:48:01.036Z Compiling signal-hook v0.3.18
14142026-06-24T01:48:01.050Z Compiling allocator-api2 v0.2.21
14152026-06-24T01:48:01.054Z Compiling zstd-safe v7.2.4
14162026-06-24T01:48:01.093Z Compiling stringprep v0.1.5
14172026-06-24T01:48:01.209Z Compiling miniz_oxide v0.8.9
14182026-06-24T01:48:01.375Z Compiling vergen-lib v9.1.0
14192026-06-24T01:48:01.479Z Compiling num-integer v0.1.46
14202026-06-24T01:48:01.575Z Compiling curve25519-dalek v4.1.3
14212026-06-24T01:48:01.591Z Compiling ff v0.13.1
14222026-06-24T01:48:01.738Z Compiling serde_derive v1.0.228
14232026-06-24T01:48:01.752Z Compiling zeroize_derive v1.4.3
14242026-06-24T01:48:01.823Z Compiling zerofrom-derive v0.1.6
14252026-06-24T01:48:01.850Z Compiling yoke-derive v0.8.1
14262026-06-24T01:48:01.884Z Compiling zerocopy-derive v0.8.40
14272026-06-24T01:48:01.943Z Compiling zerovec-derive v0.11.2
14282026-06-24T01:48:02.102Z Compiling displaydoc v0.2.5
14292026-06-24T01:48:02.359Z Compiling tokio-macros v2.7.0
14302026-06-24T01:48:02.374Z Compiling futures-macro v0.3.32
14312026-06-24T01:48:02.438Z Compiling zeroize v1.8.2
14322026-06-24T01:48:02.515Z Compiling der_derive v0.7.3
14332026-06-24T01:48:02.907Z Compiling rustls-pki-types v1.14.0
14342026-06-24T01:48:02.910Z Compiling thiserror-impl v2.0.18
14352026-06-24T01:48:03.086Z Compiling tracing-attributes v0.1.31
14362026-06-24T01:48:03.115Z Compiling schemars_derive v0.8.22
14372026-06-24T01:48:03.130Z Compiling pest_derive v2.8.6
14382026-06-24T01:48:03.234Z Compiling crypto-common v0.1.7
14392026-06-24T01:48:03.248Z Compiling block-buffer v0.10.4
14402026-06-24T01:48:03.272Z Compiling zerofrom v0.1.6
14412026-06-24T01:48:03.383Z Compiling yoke v0.8.1
14422026-06-24T01:48:03.409Z Compiling digest v0.10.7
14432026-06-24T01:48:03.412Z Compiling futures-util v0.3.32
14442026-06-24T01:48:03.443Z Compiling block-padding v0.3.3
14452026-06-24T01:48:03.538Z Compiling der v0.7.10
14462026-06-24T01:48:03.593Z Compiling zerovec v0.11.5
14472026-06-24T01:48:03.616Z Compiling zerotrie v0.2.3
14482026-06-24T01:48:03.630Z Compiling hmac v0.12.1
14492026-06-24T01:48:03.683Z Compiling inout v0.1.4
14502026-06-24T01:48:03.802Z Compiling sha2 v0.10.9
14512026-06-24T01:48:03.868Z Compiling cipher v0.4.4
14522026-06-24T01:48:03.926Z Compiling pbkdf2 v0.12.2
14532026-06-24T01:48:04.059Z Compiling tinystr v0.8.2
14542026-06-24T01:48:04.124Z Compiling potential_utf v0.1.4
14552026-06-24T01:48:04.145Z Compiling salsa20 v0.10.2
14562026-06-24T01:48:04.160Z Compiling cbc v0.1.2
14572026-06-24T01:48:04.290Z Compiling icu_locale_core v2.1.1
14582026-06-24T01:48:04.307Z Compiling icu_collections v2.1.1
14592026-06-24T01:48:04.322Z Compiling scrypt v0.11.0
14602026-06-24T01:48:04.337Z Compiling aes v0.8.4
14612026-06-24T01:48:04.341Z Compiling thiserror v2.0.18
14622026-06-24T01:48:04.443Z Compiling spki v0.7.3
14632026-06-24T01:48:04.459Z Compiling tracing v0.1.44
14642026-06-24T01:48:04.487Z Compiling scroll_derive v0.13.1
14652026-06-24T01:48:04.592Z Compiling darling_macro v0.20.11
14662026-06-24T01:48:04.668Z Compiling openssl-macros v0.1.1
14672026-06-24T01:48:04.751Z Compiling pkcs5 v0.7.1
14682026-06-24T01:48:04.786Z Compiling rustls-native-certs v0.8.3
14692026-06-24T01:48:04.807Z Compiling dtrace-parser v0.3.0
14702026-06-24T01:48:05.096Z Compiling icu_provider v2.1.1
14712026-06-24T01:48:05.106Z Compiling pkcs8 v0.10.2
14722026-06-24T01:48:05.125Z Compiling darling v0.20.11
14732026-06-24T01:48:05.222Z Compiling bytes v1.11.1
14742026-06-24T01:48:05.239Z Compiling chrono v0.4.44
14752026-06-24T01:48:05.255Z Compiling ipnet v2.11.0
14762026-06-24T01:48:05.259Z Compiling derive_builder_core v0.20.2
14772026-06-24T01:48:05.306Z Compiling signature v2.2.0
14782026-06-24T01:48:05.361Z Compiling icu_normalizer v2.1.1
14792026-06-24T01:48:05.411Z Compiling icu_properties v2.1.2
14802026-06-24T01:48:05.426Z Compiling scroll v0.13.0
14812026-06-24T01:48:05.442Z Compiling webpki-roots v1.0.6
14822026-06-24T01:48:05.508Z Compiling scroll_derive v0.12.1
14832026-06-24T01:48:05.570Z Compiling thiserror-impl v1.0.69
14842026-06-24T01:48:05.573Z Compiling serde_urlencoded v0.7.1
14852026-06-24T01:48:05.706Z Compiling tokio v1.52.1
14862026-06-24T01:48:05.762Z Compiling http v1.4.2
14872026-06-24T01:48:05.791Z Compiling goblin v0.10.5
14882026-06-24T01:48:05.851Z Compiling toml_datetime v0.6.11
14892026-06-24T01:48:05.866Z Compiling erased-serde v0.3.31
14902026-06-24T01:48:05.917Z Compiling serde_tokenstream v0.2.3
14912026-06-24T01:48:06.125Z Compiling serde_spanned v0.6.9
14922026-06-24T01:48:06.169Z Compiling derive_builder_macro v0.20.2
14932026-06-24T01:48:06.228Z Compiling scroll v0.12.0
14942026-06-24T01:48:06.289Z Compiling md-5 v0.10.6
14952026-06-24T01:48:06.307Z Compiling darling_macro v0.21.3
14962026-06-24T01:48:06.320Z Compiling bstr v1.12.1
14972026-06-24T01:48:06.412Z Compiling idna_adapter v1.2.1
14982026-06-24T01:48:06.503Z Compiling ppv-lite86 v0.2.21
14992026-06-24T01:48:06.546Z Compiling http-body v1.0.1
15002026-06-24T01:48:06.584Z Compiling idna v1.1.0
15012026-06-24T01:48:06.602Z Compiling zerocopy-derive v0.7.35
15022026-06-24T01:48:06.625Z Compiling pin-project-internal v1.1.11
15032026-06-24T01:48:06.717Z Compiling http-body-util v0.1.3
15042026-06-24T01:48:06.731Z Compiling async-trait v0.1.89
15052026-06-24T01:48:06.753Z Compiling hash32 v0.2.1
15062026-06-24T01:48:06.801Z Compiling rand_chacha v0.9.0
15072026-06-24T01:48:06.863Z Compiling rand_chacha v0.3.1
15082026-06-24T01:48:06.882Z Compiling memoffset v0.9.1
15092026-06-24T01:48:06.966Z Compiling url v2.5.8
15102026-06-24T01:48:06.979Z Compiling thiserror v1.0.69
15112026-06-24T01:48:06.994Z Compiling encoding_rs v0.8.35
15122026-06-24T01:48:07.030Z Compiling rand v0.9.2
15132026-06-24T01:48:07.099Z Compiling zlib-rs v0.6.2
15142026-06-24T01:48:07.113Z Compiling litrs v1.0.0
15152026-06-24T01:48:07.272Z Compiling rustix v0.38.44
15162026-06-24T01:48:07.648Z Compiling proptest v1.10.0
15172026-06-24T01:48:07.652Z Compiling ref-cast v1.0.25
15182026-06-24T01:48:07.704Z Compiling fallible-iterator v0.2.0
15192026-06-24T01:48:07.802Z Compiling base16ct v0.2.0
15202026-06-24T01:48:07.818Z Compiling cfg_aliases v0.2.1
15212026-06-24T01:48:07.821Z Compiling mime v0.3.17
15222026-06-24T01:48:07.873Z Compiling smoltcp v0.9.1
15232026-06-24T01:48:07.887Z Compiling psl-types v2.0.11
15242026-06-24T01:48:07.911Z Compiling num-bigint-dig v0.8.6
15252026-06-24T01:48:07.998Z Compiling publicsuffix v2.3.0
15262026-06-24T01:48:08.026Z Compiling postgres-protocol v0.6.10
15272026-06-24T01:48:08.041Z Compiling sec1 v0.7.3
15282026-06-24T01:48:08.044Z Compiling nix v0.31.2
15292026-06-24T01:48:08.106Z Compiling pin-project v1.1.11
15302026-06-24T01:48:08.185Z Compiling document-features v0.2.12
15312026-06-24T01:48:08.246Z Compiling zerocopy v0.7.35
15322026-06-24T01:48:08.276Z Compiling rand v0.8.6
15332026-06-24T01:48:08.320Z Compiling ipnetwork v0.21.1
15342026-06-24T01:48:08.395Z Compiling darling v0.21.3
15352026-06-24T01:48:08.455Z Compiling derive_builder v0.20.2
15362026-06-24T01:48:08.482Z Compiling goblin v0.8.2
15372026-06-24T01:48:08.551Z Compiling futures-executor v0.3.32
15382026-06-24T01:48:08.611Z Compiling dof v0.4.0
15392026-06-24T01:48:08.620Z Compiling oxnet v0.1.6
15402026-06-24T01:48:08.749Z Compiling hubpack_derive v0.1.1
15412026-06-24T01:48:08.808Z Compiling hex v0.4.3
15422026-06-24T01:48:08.839Z Compiling hkdf v0.12.4
15432026-06-24T01:48:08.855Z Compiling crypto-bigint v0.5.5
15442026-06-24T01:48:08.860Z Compiling regex v1.12.3
15452026-06-24T01:48:09.026Z Compiling strum_macros v0.27.2
15462026-06-24T01:48:09.086Z Compiling curve25519-dalek-derive v0.1.1
15472026-06-24T01:48:09.101Z Compiling daft-derive v0.1.7
15482026-06-24T01:48:09.104Z Compiling ref-cast-impl v1.0.25
15492026-06-24T01:48:09.152Z Compiling snafu-derive v0.8.9
15502026-06-24T01:48:09.239Z Compiling group v0.13.0
15512026-06-24T01:48:09.435Z Compiling num-iter v0.1.45
15522026-06-24T01:48:09.568Z Compiling tokio-util v0.7.18
15532026-06-24T01:48:09.694Z Compiling tower v0.5.3
15542026-06-24T01:48:09.774Z Compiling tokio-native-tls v0.3.1
15552026-06-24T01:48:09.879Z Compiling phf_shared v0.13.1
15562026-06-24T01:48:09.925Z Compiling terminal_size v0.4.3
15572026-06-24T01:48:09.968Z Compiling lazy_static v1.5.0
15582026-06-24T01:48:10.080Z Compiling newtype-uuid v1.3.2
15592026-06-24T01:48:10.096Z Compiling tower-http v0.6.8
15602026-06-24T01:48:10.110Z Compiling flate2 v1.1.9
15612026-06-24T01:48:10.145Z Compiling anstyle-parse v0.2.7
15622026-06-24T01:48:10.159Z Compiling vergen v9.1.0
15632026-06-24T01:48:10.195Z Compiling cargo-platform v0.3.2
15642026-06-24T01:48:10.350Z Compiling h2 v0.4.15
15652026-06-24T01:48:10.365Z Compiling fs-err v3.3.0
15662026-06-24T01:48:10.380Z Compiling ahash v0.8.12
15672026-06-24T01:48:10.400Z Compiling bitflags v1.3.2
15682026-06-24T01:48:10.446Z Compiling winnow v0.5.40
15692026-06-24T01:48:10.487Z Compiling libbz2-rs-sys v0.2.2
15702026-06-24T01:48:10.487Z Compiling same-file v1.0.6
15712026-06-24T01:48:10.522Z Compiling unicode-segmentation v1.12.0
15722026-06-24T01:48:10.550Z Compiling foldhash v0.1.5
15732026-06-24T01:48:10.576Z Compiling foldhash v0.2.0
15742026-06-24T01:48:10.619Z Compiling bumpalo v3.20.2
15752026-06-24T01:48:10.634Z Compiling managed v0.8.0
15762026-06-24T01:48:10.672Z Compiling object v0.37.3
15772026-06-24T01:48:10.740Z Compiling hashbrown v0.16.1
15782026-06-24T01:48:10.865Z Compiling zopfli v0.8.3
15792026-06-24T01:48:10.894Z Compiling hashbrown v0.15.5
15802026-06-24T01:48:10.934Z Compiling bzip2 v0.6.1
15812026-06-24T01:48:10.966Z Compiling dof v0.3.0
15822026-06-24T01:48:11.055Z Compiling strum v0.27.2
15832026-06-24T01:48:11.093Z Compiling walkdir v2.5.0
15842026-06-24T01:48:11.109Z Compiling snafu v0.8.9
15852026-06-24T01:48:11.233Z Compiling clap_builder v4.6.0
15862026-06-24T01:48:11.250Z Compiling cargo_metadata v0.23.1
15872026-06-24T01:48:11.330Z Compiling daft v0.1.7
15882026-06-24T01:48:11.444Z Compiling anstream v0.6.21
15892026-06-24T01:48:11.447Z Compiling usdt-attr-macro v0.6.0
15902026-06-24T01:48:11.514Z Compiling usdt-macro v0.6.0
15912026-06-24T01:48:11.544Z Compiling phf v0.13.1
15922026-06-24T01:48:11.596Z Compiling signal-hook-mio v0.2.5
15932026-06-24T01:48:11.648Z Compiling elliptic-curve v0.13.8
15942026-06-24T01:48:11.752Z Compiling hubpack v0.1.2
15952026-06-24T01:48:11.783Z Compiling cookie_store v0.22.1
15962026-06-24T01:48:11.841Z Compiling toml_edit v0.19.15
15972026-06-24T01:48:12.001Z Compiling bzip2 v0.4.4
15982026-06-24T01:48:12.016Z Compiling futures v0.3.32
15992026-06-24T01:48:12.070Z Compiling serde_with_macros v3.17.0
16002026-06-24T01:48:12.111Z Compiling zstd v0.13.3
16012026-06-24T01:48:12.141Z Compiling postgres-types v0.2.12
16022026-06-24T01:48:12.241Z Compiling dtrace-parser v0.2.0
16032026-06-24T01:48:12.334Z Compiling globset v0.4.18
16042026-06-24T01:48:12.351Z Compiling ed25519 v2.2.3
16052026-06-24T01:48:12.399Z Compiling pkcs1 v0.7.5
16062026-06-24T01:48:12.473Z Compiling serde-big-array v0.5.1
16072026-06-24T01:48:12.638Z Compiling serde_plain v1.0.2
16082026-06-24T01:48:12.668Z Compiling olpc-cjson v0.1.4
16092026-06-24T01:48:12.720Z Compiling rfc6979 v0.4.0
16102026-06-24T01:48:12.823Z Compiling strum_macros v0.26.4
16112026-06-24T01:48:12.846Z Compiling async-recursion v1.1.1
16122026-06-24T01:48:12.859Z Compiling clap_derive v4.6.1
16132026-06-24T01:48:12.875Z Compiling enum-as-inner v0.6.1
16142026-06-24T01:48:13.020Z Compiling serde_repr v0.1.20
16152026-06-24T01:48:13.051Z Compiling phf_shared v0.11.3
16162026-06-24T01:48:13.267Z Compiling float-cmp v0.10.0
16172026-06-24T01:48:13.271Z Compiling pem v3.0.6
16182026-06-24T01:48:13.296Z Compiling thread-id v4.2.2
16192026-06-24T01:48:13.358Z Compiling memmap2 v0.9.10
16202026-06-24T01:48:13.406Z Compiling env_filter v1.0.0
16212026-06-24T01:48:13.429Z Compiling predicates-core v1.0.10
16222026-06-24T01:48:13.444Z Compiling winnow v1.0.3
16232026-06-24T01:48:13.554Z Compiling keccak v0.1.6
16242026-06-24T01:48:13.609Z Compiling hyper v1.10.1
16252026-06-24T01:48:13.625Z Compiling precomputed-hash v0.1.1
16262026-06-24T01:48:13.641Z Compiling difflib v0.4.0
16272026-06-24T01:48:13.644Z Compiling whoami v2.1.0
16282026-06-24T01:48:13.732Z Compiling fixedbitset v0.4.2
16292026-06-24T01:48:13.747Z Compiling data-encoding v2.10.0
16302026-06-24T01:48:13.833Z Compiling static_assertions v1.1.0
16312026-06-24T01:48:13.949Z Compiling either v1.15.0
16322026-06-24T01:48:14.001Z Compiling new_debug_unreachable v1.0.6
16332026-06-24T01:48:14.086Z Compiling fixedbitset v0.5.7
16342026-06-24T01:48:14.102Z Compiling typed-path v0.9.3
16352026-06-24T01:48:14.176Z Compiling jiff v0.2.21
16362026-06-24T01:48:14.250Z Compiling normalize-line-endings v0.3.0
16372026-06-24T01:48:14.273Z Compiling itertools v0.13.0
16382026-06-24T01:48:14.325Z Compiling petgraph v0.8.3
16392026-06-24T01:48:14.366Z Compiling predicates v3.1.4
16402026-06-24T01:48:14.417Z Compiling hickory-proto v0.25.2
16412026-06-24T01:48:14.508Z Compiling string_cache v0.8.9
16422026-06-24T01:48:14.582Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16432026-06-24T01:48:14.665Z Compiling strum v0.26.3
16442026-06-24T01:48:14.687Z Compiling petgraph v0.6.5
16452026-06-24T01:48:14.740Z Compiling clap v4.6.1
16462026-06-24T01:48:14.765Z Compiling hyper-util v0.1.20
16472026-06-24T01:48:14.768Z Compiling tokio-postgres v0.7.16
16482026-06-24T01:48:14.816Z Compiling toml_parser v1.1.2+spec-1.1.0
16492026-06-24T01:48:14.838Z Compiling sha3 v0.10.8
16502026-06-24T01:48:15.032Z Compiling toml_edit v0.22.27
16512026-06-24T01:48:15.286Z Compiling env_logger v0.11.9
16522026-06-24T01:48:15.312Z Compiling usdt v0.6.0
16532026-06-24T01:48:15.361Z Compiling usdt-impl v0.5.0
16542026-06-24T01:48:15.474Z Compiling serde_with v3.17.0
16552026-06-24T01:48:15.547Z Compiling toml v0.7.8
16562026-06-24T01:48:15.605Z Compiling crossterm v0.28.1
16572026-06-24T01:48:15.658Z Compiling ecdsa v0.16.9
16582026-06-24T01:48:15.963Z Compiling rsa v0.9.10
16592026-06-24T01:48:16.074Z Compiling ed25519-dalek v2.2.0
16602026-06-24T01:48:16.194Z Compiling hyper-tls v0.6.0
16612026-06-24T01:48:16.337Z Compiling zip v0.6.6
16622026-06-24T01:48:16.596Z Compiling iddqd v0.4.2
16632026-06-24T01:48:16.788Z Compiling zip v4.6.1
16642026-06-24T01:48:17.068Z Compiling similar v2.7.0
16652026-06-24T01:48:17.207Z Compiling heck v0.4.1
16662026-06-24T01:48:17.278Z Compiling tokio-stream v0.1.18
16672026-06-24T01:48:17.332Z Compiling buf-list v1.1.2
16682026-06-24T01:48:17.346Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-06-24T01:48:17.467Z Compiling openapiv3 v2.2.0
16702026-06-24T01:48:17.524Z Compiling x509-cert v0.2.5
16712026-06-24T01:48:17.635Z Compiling sha1 v0.10.6
16722026-06-24T01:48:17.679Z Compiling crossbeam-epoch v0.9.18
16732026-06-24T01:48:17.796Z Compiling peg-runtime v0.8.5
16742026-06-24T01:48:17.811Z Compiling lalrpop-util v0.19.12
16752026-06-24T01:48:17.833Z Compiling thread_local v1.1.9
16762026-06-24T01:48:17.858Z Compiling slog-async v2.8.0
16772026-06-24T01:48:17.885Z Compiling crossbeam-channel v0.5.15
16782026-06-24T01:48:17.961Z Compiling is-terminal v0.4.17
16792026-06-24T01:48:17.982Z Compiling filetime v0.2.27
16802026-06-24T01:48:18.039Z Compiling xattr v1.6.1
16812026-06-24T01:48:18.041Z Compiling take_mut v0.2.2
16822026-06-24T01:48:18.077Z Compiling term v1.2.1
16832026-06-24T01:48:18.179Z Compiling tar v0.4.45
16842026-06-24T01:48:18.373Z Compiling slog-term v2.9.2
16852026-06-24T01:48:35.867Z Compiling rustls-webpki v0.103.9
16862026-06-24T01:48:38.710Z Compiling tokio-rustls v0.26.4
16872026-06-24T01:48:38.710Z Compiling rustls-platform-verifier v0.6.2
16882026-06-24T01:48:38.922Z Compiling hyper-rustls v0.27.7
16892026-06-24T01:48:39.117Z Compiling reqwest v0.12.28
16902026-06-24T01:48:39.117Z Compiling reqwest v0.13.2
16912026-06-24T01:48:40.378Z Compiling tough v0.22.0
16922026-06-24T01:48:42.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932026-06-24T01:48:43.094Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942026-06-24T01:48:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s
16952026-06-24T01:48:46.109Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16962026-06-24T01:48:46.164ZJun 24 01:48:45.212 INFO Starting download, target: Cockroach
16972026-06-24T01:48:46.165ZJun 24 01:48:45.213 INFO Starting download, target: DendriteStub
16982026-06-24T01:48:46.165ZJun 24 01:48:45.213 INFO Starting download, target: Console
16992026-06-24T01:48:46.165ZJun 24 01:48:45.213 INFO Starting download, target: Clickhouse
17002026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Starting download, target: MaghemiteMgd
17012026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Starting download, target: MaghemiteDdmd
17022026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Starting download, target: TransceiverControl
17032026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17042026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17052026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17062026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17072026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17082026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17092026-06-24T01:48:46.168ZJun 24 01:48:45.213 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-06-24T01:48:46.712ZJun 24 01:48:45.738 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17112026-06-24T01:48:46.950ZJun 24 01:48:45.955 INFO Download complete, target: TransceiverControl
17122026-06-24T01:48:47.245ZJun 24 01:48:46.270 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-06-24T01:48:47.497ZJun 24 01:48:46.537 INFO Download complete, target: Console
17142026-06-24T01:48:47.577ZJun 24 01:48:46.626 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-06-24T01:48:47.672ZJun 24 01:48:46.714 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17162026-06-24T01:48:49.184ZJun 24 01:48:48.229 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-06-24T01:48:49.203ZJun 24 01:48:48.249 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-06-24T01:48:49.203ZJun 24 01:48:48.249 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-06-24T01:48:49.478ZJun 24 01:48:48.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-24T01:48:49.630ZJun 24 01:48:48.677 INFO Download complete, target: MaghemiteDdmd
17212026-06-24T01:48:49.995ZJun 24 01:48:49.041 INFO Download complete, target: DendriteStub
17222026-06-24T01:48:52.122ZJun 24 01:48:51.171 INFO Download complete, target: MaghemiteMgd
17232026-06-24T01:48:53.994ZJun 24 01:48:53.043 INFO Checking that binary works, target: Cockroach
17242026-06-24T01:48:54.115ZJun 24 01:48:53.162 INFO Download complete, target: Cockroach
17252026-06-24T01:48:56.075ZJun 24 01:48:55.124 INFO Checking that binary works, target: Clickhouse
17262026-06-24T01:48:56.157ZJun 24 01:48:55.206 INFO Download complete, target: Clickhouse
17272026-06-24T01:48:56.163ZAll prerequisites installed successfully
17282026-06-24T01:48:56.166Z
17292026-06-24T01:48:56.166Zreal 1:47.161378156
17302026-06-24T01:48:56.166Zuser 6:52.315869636
17312026-06-24T01:48:56.166Zsys 1:46.231573404
17322026-06-24T01:48:56.166Ztrap 0.273902667
17332026-06-24T01:48:56.166Ztflt 1.278931413
17342026-06-24T01:48:56.166Zdflt 1.774466489
17352026-06-24T01:48:56.166Zkflt 0.022899053
17362026-06-24T01:48:56.166Zlock 24:37.230576599
17372026-06-24T01:48:56.166Zslp 18:51.096306053
17382026-06-24T01:48:56.166Zlat 24.143792918
17392026-06-24T01:48:56.166Zstop 2:55.564042787
17402026-06-24T01:48:56.166Z+ ptime -m cargo xtask download softnpu
17412026-06-24T01:48:56.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17422026-06-24T01:48:56.638Z Running `target/debug/xtask download softnpu`
17432026-06-24T01:48:57.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17442026-06-24T01:48:57.393Z Running `target/debug/xtask-downloader softnpu`
17452026-06-24T01:48:57.440ZJun 24 01:48:56.484 INFO Starting download, target: Softnpu
17462026-06-24T01:48:57.444ZJun 24 01:48:56.484 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17472026-06-24T01:48:57.904ZJun 24 01:48:56.954 INFO Download complete, target: Softnpu
17482026-06-24T01:48:57.909Z
17492026-06-24T01:48:57.914Zreal 1.738419526
17502026-06-24T01:48:57.914Zuser 1.249206199
17512026-06-24T01:48:57.914Zsys 0.595125400
17522026-06-24T01:48:57.914Ztrap 0.000503723
17532026-06-24T01:48:57.914Ztflt 0.000097553
17542026-06-24T01:48:57.914Zdflt 0.000154717
17552026-06-24T01:48:57.914Zkflt 0.000000000
17562026-06-24T01:48:57.914Zlock 8.297679011
17572026-06-24T01:48:57.915Zslp 0.339343043
17582026-06-24T01:48:57.915Zlat 0.084246160
17592026-06-24T01:48:57.915Zstop 0.000174070
17602026-06-24T01:48:57.915Z+ export CARGO_INCREMENTAL=0
17612026-06-24T01:48:57.915Z+ CARGO_INCREMENTAL=0
17622026-06-24T01:48:57.915Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17632026-06-24T01:48:59.179Z Compiling proc-macro2 v1.0.106
17642026-06-24T01:48:59.180Z Compiling quote v1.0.45
17652026-06-24T01:48:59.180Z Compiling unicode-ident v1.0.24
17662026-06-24T01:48:59.180Z Compiling libc v0.2.185
17672026-06-24T01:48:59.209Z Compiling serde_core v1.0.228
17682026-06-24T01:48:59.209Z Compiling serde v1.0.228
17692026-06-24T01:48:59.209Z Compiling cfg-if v1.0.4
17702026-06-24T01:48:59.209Z Compiling version_check v0.9.5
17712026-06-24T01:48:59.209Z Compiling typenum v1.19.0
17722026-06-24T01:48:59.209Z Compiling shlex v1.3.0
17732026-06-24T01:48:59.209Z Compiling find-msvc-tools v0.1.9
17742026-06-24T01:48:59.209Z Compiling autocfg v1.5.0
17752026-06-24T01:48:59.209Z Compiling zmij v1.0.21
17762026-06-24T01:48:59.210Z Compiling memchr v2.8.0
17772026-06-24T01:48:59.210Z Compiling serde_json v1.0.150
17782026-06-24T01:48:59.210Z Compiling portable-atomic v1.13.1
17792026-06-24T01:48:59.210Z Compiling libm v0.2.16
17802026-06-24T01:48:59.234Z Compiling zerocopy v0.8.40
17812026-06-24T01:48:59.272Z Compiling smallvec v1.15.1
17822026-06-24T01:48:59.325Z Compiling icu_properties_data v2.1.2
17832026-06-24T01:48:59.358Z Compiling generic-array v0.14.7
17842026-06-24T01:48:59.417Z Compiling icu_normalizer_data v2.1.1
17852026-06-24T01:48:59.555Z Compiling parking_lot_core v0.9.12
17862026-06-24T01:48:59.580Z Compiling itoa v1.0.17
17872026-06-24T01:48:59.581Z Compiling num-traits v0.2.19
17882026-06-24T01:48:59.607Z Compiling getrandom v0.4.1
17892026-06-24T01:48:59.607Z Compiling log v0.4.29
17902026-06-24T01:48:59.641Z Compiling stable_deref_trait v1.2.1
17912026-06-24T01:48:59.653Z Compiling pkg-config v0.3.32
17922026-06-24T01:48:59.813Z Compiling jobserver v0.1.34
17932026-06-24T01:48:59.853Z Compiling getrandom v0.2.17
17942026-06-24T01:48:59.853Z Compiling subtle v2.6.1
17952026-06-24T01:48:59.877Z Compiling errno v0.3.14
17962026-06-24T01:48:59.995Z Compiling rand_core v0.6.4
17972026-06-24T01:49:00.010Z Compiling cc v1.2.56
17982026-06-24T01:49:00.124Z Compiling scopeguard v1.2.0
17992026-06-24T01:49:00.197Z Compiling lock_api v0.4.14
18002026-06-24T01:49:00.232Z Compiling litemap v0.8.1
18012026-06-24T01:49:00.249Z Compiling writeable v0.6.2
18022026-06-24T01:49:00.261Z Compiling percent-encoding v2.3.2
18032026-06-24T01:49:00.272Z Compiling syn v2.0.117
18042026-06-24T01:49:00.290Z Compiling fnv v1.0.7
18052026-06-24T01:49:00.342Z Compiling thiserror v2.0.18
18062026-06-24T01:49:00.478Z Compiling getrandom v0.3.4
18072026-06-24T01:49:00.560Z Compiling pin-project-lite v0.2.17
18082026-06-24T01:49:00.561Z Compiling fs_extra v1.3.0
18092026-06-24T01:49:00.561Z Compiling rand_core v0.10.0
18102026-06-24T01:49:00.592Z Compiling dunce v1.0.5
18112026-06-24T01:49:00.592Z Compiling equivalent v1.0.2
18122026-06-24T01:49:00.615Z Compiling rustversion v1.0.22
18132026-06-24T01:49:00.653Z Compiling schemars v0.8.22
18142026-06-24T01:49:00.697Z Compiling utf8_iter v1.0.4
18152026-06-24T01:49:00.736Z Compiling rustix v1.1.3
18162026-06-24T01:49:00.790Z Compiling critical-section v1.2.0
18172026-06-24T01:49:00.830Z Compiling cmake v0.1.57
18182026-06-24T01:49:00.830Z Compiling form_urlencoded v1.2.2
18192026-06-24T01:49:00.893Z Compiling hashbrown v0.17.0
18202026-06-24T01:49:00.927Z Compiling const-oid v0.9.6
18212026-06-24T01:49:01.084Z Compiling signal-hook-registry v1.4.8
18222026-06-24T01:49:01.110Z Compiling heck v0.5.0
18232026-06-24T01:49:01.158Z Compiling once_cell v1.21.3
18242026-06-24T01:49:01.170Z Compiling aws-lc-rs v1.16.3
18252026-06-24T01:49:01.357Z Compiling aws-lc-sys v0.40.0
18262026-06-24T01:49:01.428Z Compiling bitflags v2.11.0
18272026-06-24T01:49:01.468Z Compiling semver v1.0.28
18282026-06-24T01:49:01.468Z Compiling indexmap v2.14.0
18292026-06-24T01:49:01.481Z Compiling ring v0.17.14
18302026-06-24T01:49:01.574Z Compiling parking_lot v0.12.5
18312026-06-24T01:49:01.578Z Compiling socket2 v0.6.3
18322026-06-24T01:49:01.607Z Compiling mio v1.2.0
18332026-06-24T01:49:01.678Z Compiling futures-core v0.3.32
18342026-06-24T01:49:01.730Z Compiling strsim v0.11.1
18352026-06-24T01:49:01.773Z Compiling httparse v1.10.1
18362026-06-24T01:49:01.825Z Compiling thiserror v1.0.69
18372026-06-24T01:49:01.992Z Compiling byteorder v1.5.0
18382026-06-24T01:49:02.120Z Compiling iana-time-zone v0.1.65
18392026-06-24T01:49:02.137Z Compiling vcpkg v0.2.15
18402026-06-24T01:49:02.166Z Compiling ucd-trie v0.1.7
18412026-06-24T01:49:02.207Z Compiling ident_case v1.0.1
18422026-06-24T01:49:02.218Z Compiling syn v1.0.109
18432026-06-24T01:49:02.248Z Compiling regex-syntax v0.8.10
18442026-06-24T01:49:02.265Z Compiling uuid v1.23.3
18452026-06-24T01:49:02.338Z Compiling pest v2.8.6
18462026-06-24T01:49:02.421Z Compiling rustls v0.23.41
18472026-06-24T01:49:02.617Z Compiling rustc_version v0.4.1
18482026-06-24T01:49:02.648Z Compiling futures-sink v0.3.32
18492026-06-24T01:49:02.678Z Compiling cpufeatures v0.2.17
18502026-06-24T01:49:02.729Z Compiling openssl-sys v0.9.115
18512026-06-24T01:49:02.773Z Compiling futures-channel v0.3.32
18522026-06-24T01:49:02.905Z Compiling aho-corasick v1.1.4
18532026-06-24T01:49:02.918Z Compiling futures-io v0.3.32
18542026-06-24T01:49:02.922Z Compiling futures-task v0.3.32
18552026-06-24T01:49:02.951Z Compiling dyn-clone v1.0.20
18562026-06-24T01:49:02.968Z Compiling slab v0.4.12
18572026-06-24T01:49:03.131Z Compiling synstructure v0.13.2
18582026-06-24T01:49:03.145Z Compiling serde_derive_internals v0.29.1
18592026-06-24T01:49:03.306Z Compiling crc32fast v1.5.0
18602026-06-24T01:49:03.413Z Compiling pest_meta v2.8.6
18612026-06-24T01:49:03.445Z Compiling plain v0.2.3
18622026-06-24T01:49:03.500Z Compiling crossbeam-utils v0.8.21
18632026-06-24T01:49:03.504Z Compiling time-core v0.1.8
18642026-06-24T01:49:03.584Z Compiling openssl v0.10.79
18652026-06-24T01:49:03.654Z Compiling num-conv v0.2.0
18662026-06-24T01:49:03.671Z Compiling base64 v0.22.1
18672026-06-24T01:49:03.726Z Compiling pretty-hex v0.4.1
18682026-06-24T01:49:03.802Z Compiling regex-automata v0.4.14
18692026-06-24T01:49:03.819Z Compiling time-macros v0.2.27
18702026-06-24T01:49:03.862Z Compiling base64ct v1.8.3
18712026-06-24T01:49:03.881Z Compiling native-tls v0.2.18
18722026-06-24T01:49:03.899Z Compiling anyhow v1.0.102
18732026-06-24T01:49:03.918Z Compiling darling_core v0.21.3
18742026-06-24T01:49:04.036Z Compiling pest_generator v2.8.6
18752026-06-24T01:49:04.134Z Compiling pem-rfc7468 v0.7.0
18762026-06-24T01:49:04.172Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-24T01:49:04.232Z Compiling flagset v0.4.7
18782026-06-24T01:49:04.354Z Compiling rand_core v0.9.5
18792026-06-24T01:49:04.372Z Compiling serde_derive v1.0.228
18802026-06-24T01:49:04.389Z Compiling zeroize_derive v1.4.3
18812026-06-24T01:49:04.392Z Compiling zerofrom-derive v0.1.6
18822026-06-24T01:49:04.420Z Compiling yoke-derive v0.8.1
18832026-06-24T01:49:04.434Z Compiling zerovec-derive v0.11.2
18842026-06-24T01:49:04.437Z Compiling displaydoc v0.2.5
18852026-06-24T01:49:04.567Z Compiling zerocopy-derive v0.8.40
18862026-06-24T01:49:04.584Z Compiling tokio-macros v2.7.0
18872026-06-24T01:49:04.693Z Compiling futures-macro v0.3.32
18882026-06-24T01:49:04.693Z Compiling thiserror-impl v2.0.18
18892026-06-24T01:49:04.819Z Compiling schemars_derive v0.8.22
18902026-06-24T01:49:05.020Z Compiling zeroize v1.8.2
18912026-06-24T01:49:05.302Z Compiling tracing-attributes v0.1.31
18922026-06-24T01:49:05.392Z Compiling der_derive v0.7.3
18932026-06-24T01:49:05.487Z Compiling thiserror-impl v1.0.69
18942026-06-24T01:49:05.509Z Compiling pest_derive v2.8.6
18952026-06-24T01:49:05.540Z Compiling zerofrom v0.1.6
18962026-06-24T01:49:05.686Z Compiling yoke v0.8.1
18972026-06-24T01:49:05.877Z Compiling zerovec v0.11.5
18982026-06-24T01:49:05.892Z Compiling zerotrie v0.2.3
18992026-06-24T01:49:05.908Z Compiling crypto-common v0.1.7
19002026-06-24T01:49:06.068Z Compiling block-buffer v0.10.4
19012026-06-24T01:49:06.086Z Compiling futures-util v0.3.32
19022026-06-24T01:49:06.241Z Compiling digest v0.10.7
19032026-06-24T01:49:06.463Z Compiling tinystr v0.8.2
19042026-06-24T01:49:06.483Z Compiling potential_utf v0.1.4
19052026-06-24T01:49:06.486Z Compiling hmac v0.12.1
19062026-06-24T01:49:06.486Z Compiling block-padding v0.3.3
19072026-06-24T01:49:06.553Z Compiling sha2 v0.10.9
19082026-06-24T01:49:06.631Z Compiling icu_collections v2.1.1
19092026-06-24T01:49:06.665Z Compiling icu_locale_core v2.1.1
19102026-06-24T01:49:06.680Z Compiling inout v0.1.4
19112026-06-24T01:49:06.695Z Compiling openssl-macros v0.1.1
19122026-06-24T01:49:06.713Z Compiling scroll_derive v0.12.1
19132026-06-24T01:49:06.858Z Compiling cipher v0.4.4
19142026-06-24T01:49:06.917Z Compiling scroll_derive v0.13.1
19152026-06-24T01:49:07.365Z Compiling icu_provider v2.1.1
19162026-06-24T01:49:07.365Z Compiling der v0.7.10
19172026-06-24T01:49:07.479Z Compiling bytes v1.11.1
19182026-06-24T01:49:07.556Z Compiling chrono v0.4.44
19192026-06-24T01:49:07.616Z Compiling serde_tokenstream v0.2.3
19202026-06-24T01:49:07.700Z Compiling icu_properties v2.1.2
19212026-06-24T01:49:07.804Z Compiling icu_normalizer v2.1.1
19222026-06-24T01:49:07.820Z Compiling darling_macro v0.21.3
19232026-06-24T01:49:08.071Z Compiling tokio v1.52.1
19242026-06-24T01:49:08.417Z Compiling http v1.4.2
19252026-06-24T01:49:08.456Z Compiling regex v1.12.3
19262026-06-24T01:49:08.641Z Compiling idna_adapter v1.2.1
19272026-06-24T01:49:08.771Z Compiling idna v1.1.0
19282026-06-24T01:49:08.895Z Compiling ppv-lite86 v0.2.21
19292026-06-24T01:49:09.026Z Compiling zerocopy-derive v0.7.35
19302026-06-24T01:49:09.052Z Compiling slog v2.8.2
19312026-06-24T01:49:09.070Z Compiling tracing-core v0.1.36
19322026-06-24T01:49:09.209Z Compiling url v2.5.8
19332026-06-24T01:49:09.573Z Compiling tracing v0.1.44
19342026-06-24T01:49:09.964Z Compiling darling v0.21.3
19352026-06-24T01:49:10.016Z Compiling spki v0.7.3
19362026-06-24T01:49:10.032Z Compiling salsa20 v0.10.2
19372026-06-24T01:49:10.064Z Compiling pbkdf2 v0.12.2
19382026-06-24T01:49:10.191Z Compiling rustls-pki-types v1.14.0
19392026-06-24T01:49:10.649Z Compiling cookie v0.18.1
19402026-06-24T01:49:10.825Z Compiling camino v1.2.2
19412026-06-24T01:49:10.899Z Compiling scrypt v0.11.0
19422026-06-24T01:49:11.004Z Compiling rand_chacha v0.9.0
19432026-06-24T01:49:11.059Z Compiling http-body v1.0.1
19442026-06-24T01:49:11.110Z Compiling aes v0.8.4
19452026-06-24T01:49:11.138Z Compiling cbc v0.1.2
19462026-06-24T01:49:11.238Z Compiling usdt-impl v0.5.0
19472026-06-24T01:49:11.256Z Compiling paste v1.0.15
19482026-06-24T01:49:11.298Z Compiling either v1.15.0
19492026-06-24T01:49:11.367Z Compiling usdt-impl v0.6.0
19502026-06-24T01:49:11.384Z Compiling untrusted v0.9.0
19512026-06-24T01:49:11.397Z Compiling ref-cast v1.0.25
19522026-06-24T01:49:11.411Z Compiling untrusted v0.7.1
19532026-06-24T01:49:11.521Z Compiling fastrand v2.3.0
19542026-06-24T01:49:11.525Z Compiling tinyvec_macros v0.1.1
19552026-06-24T01:49:11.552Z Compiling openssl-probe v0.2.1
19562026-06-24T01:49:11.598Z Compiling tinyvec v1.10.0
19572026-06-24T01:49:11.614Z Compiling pkcs5 v0.7.1
19582026-06-24T01:49:11.631Z Compiling rand v0.9.2
19592026-06-24T01:49:11.768Z Compiling scroll v0.13.0
19602026-06-24T01:49:11.861Z Compiling toml_datetime v0.6.11
19612026-06-24T01:49:11.934Z Compiling serde_spanned v0.6.9
19622026-06-24T01:49:11.970Z Compiling scroll v0.12.0
19632026-06-24T01:49:11.985Z Compiling async-trait v0.1.89
19642026-06-24T01:49:12.050Z Compiling heapless v0.7.17
19652026-06-24T01:49:12.121Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-06-24T01:49:12.136Z Compiling tokio-util v0.7.18
19672026-06-24T01:49:12.154Z Compiling atomic-waker v1.1.2
19682026-06-24T01:49:12.260Z Compiling signal-hook v0.3.18
19692026-06-24T01:49:12.302Z Compiling winnow v0.7.14
19702026-06-24T01:49:12.431Z Compiling tower-service v0.3.3
19712026-06-24T01:49:12.460Z Compiling try-lock v0.2.5
19722026-06-24T01:49:12.490Z Compiling winnow v1.0.3
19732026-06-24T01:49:12.545Z Compiling rustix v0.38.44
19742026-06-24T01:49:12.586Z Compiling zstd-safe v7.2.4
19752026-06-24T01:49:12.618Z Compiling tower-layer v0.3.3
19762026-06-24T01:49:12.860Z Compiling h2 v0.4.15
19772026-06-24T01:49:12.884Z Compiling toml_parser v1.1.2+spec-1.1.0
19782026-06-24T01:49:12.900Z Compiling want v0.3.1
19792026-06-24T01:49:12.984Z Compiling goblin v0.8.2
19802026-06-24T01:49:13.411Z Compiling goblin v0.10.5
19812026-06-24T01:49:13.452Z Compiling pkcs8 v0.10.2
19822026-06-24T01:49:13.611Z Compiling zerocopy v0.7.35
19832026-06-24T01:49:13.789Z Compiling ipnet v2.11.0
19842026-06-24T01:49:13.816Z Compiling ref-cast-impl v1.0.25
19852026-06-24T01:49:13.991Z Compiling darling_core v0.20.11
19862026-06-24T01:49:14.023Z Compiling curve25519-dalek v4.1.3
19872026-06-24T01:49:14.225Z Compiling memoffset v0.9.1
19882026-06-24T01:49:14.246Z Compiling httpdate v1.0.3
19892026-06-24T01:49:14.380Z Compiling winnow v0.5.40
19902026-06-24T01:49:14.482Z Compiling litrs v1.0.0
19912026-06-24T01:49:14.600Z Compiling foreign-types-shared v0.1.1
19922026-06-24T01:49:14.702Z Compiling utf8parse v0.2.2
19932026-06-24T01:49:14.851Z Compiling tempfile v3.25.0
19942026-06-24T01:49:14.914Z Compiling foreign-types v0.3.2
19952026-06-24T01:49:14.970Z Compiling document-features v0.2.12
19962026-06-24T01:49:15.503Z Compiling dof v0.3.0
19972026-06-24T01:49:15.523Z Compiling unicode-normalization v0.1.25
19982026-06-24T01:49:15.839Z Compiling toml_edit v0.19.15
19992026-06-24T01:49:15.952Z Compiling darling_macro v0.20.11
20002026-06-24T01:49:16.131Z Compiling hyper v1.10.1
20012026-06-24T01:49:16.182Z Compiling dof v0.4.0
20022026-06-24T01:49:16.198Z Compiling dtrace-parser v0.2.0
20032026-06-24T01:49:16.479Z Compiling dtrace-parser v0.3.0
20042026-06-24T01:49:16.811Z Compiling daft-derive v0.1.7
20052026-06-24T01:49:16.827Z Compiling pin-project-internal v1.1.11
20062026-06-24T01:49:16.883Z Compiling spin v0.9.8
20072026-06-24T01:49:16.949Z Compiling thread-id v4.2.2
20082026-06-24T01:49:17.051Z Compiling thread-id v5.1.0
20092026-06-24T01:49:17.114Z Compiling smoltcp v0.9.1
20102026-06-24T01:49:17.186Z Compiling cfg_aliases v0.2.1
20112026-06-24T01:49:17.231Z Compiling powerfmt v0.2.0
20122026-06-24T01:49:17.244Z Compiling num-bigint-dig v0.8.6
20132026-06-24T01:49:17.274Z Compiling anstyle v1.0.14
20142026-06-24T01:49:17.438Z Compiling deranged v0.5.8
20152026-06-24T01:49:17.458Z Compiling nix v0.31.2
20162026-06-24T01:49:17.515Z Compiling hyper-util v0.1.20
20172026-06-24T01:49:17.860Z Compiling darling v0.20.11
20182026-06-24T01:49:17.979Z Compiling rustls-native-certs v0.8.3
20192026-06-24T01:49:18.067Z Compiling ipnetwork v0.21.1
20202026-06-24T01:49:18.236Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-24T01:49:18.276Z Compiling strum_macros v0.26.4
20222026-06-24T01:49:18.397Z Compiling sync_wrapper v1.0.2
20232026-06-24T01:49:18.414Z Compiling wait-timeout v0.2.1
20242026-06-24T01:49:18.718Z Compiling siphasher v1.0.2
20252026-06-24T01:49:18.733Z Compiling anstyle-query v1.1.5
20262026-06-24T01:49:18.930Z Compiling colorchoice v1.0.4
20272026-06-24T01:49:19.057Z Compiling num_threads v0.1.7
20282026-06-24T01:49:19.078Z Compiling simd-adler32 v0.3.8
20292026-06-24T01:49:19.094Z Compiling is_terminal_polyfill v1.70.2
20302026-06-24T01:49:19.109Z Compiling bit-vec v0.8.0
20312026-06-24T01:49:19.172Z Compiling quick-error v1.2.3
20322026-06-24T01:49:19.207Z Compiling time v0.3.47
20332026-06-24T01:49:19.306Z Compiling bit-set v0.8.0
20342026-06-24T01:49:19.342Z Compiling rusty-fork v0.3.1
20352026-06-24T01:49:19.497Z Compiling tower v0.5.3
20362026-06-24T01:49:19.894Z Compiling derive_builder_core v0.20.2
20372026-06-24T01:49:19.922Z Compiling http-body-util v0.1.3
20382026-06-24T01:49:19.992Z Compiling webpki-roots v1.0.6
20392026-06-24T01:49:20.167Z Compiling signature v2.2.0
20402026-06-24T01:49:20.443Z Compiling hubpack_derive v0.1.1
20412026-06-24T01:49:20.498Z Compiling rand_xorshift v0.4.0
20422026-06-24T01:49:20.521Z Compiling snafu-derive v0.8.9
20432026-06-24T01:49:20.663Z Compiling strum_macros v0.27.2
20442026-06-24T01:49:20.713Z Compiling fs-err v3.3.0
20452026-06-24T01:49:20.753Z Compiling ahash v0.8.12
20462026-06-24T01:49:20.950Z Compiling iri-string v0.7.10
20472026-06-24T01:49:20.970Z Compiling unicode-bidi v0.3.18
20482026-06-24T01:49:20.991Z Compiling unicode-properties v0.1.4
20492026-06-24T01:49:21.024Z Compiling adler2 v2.0.1
20502026-06-24T01:49:21.040Z Compiling allocator-api2 v0.2.21
20512026-06-24T01:49:21.173Z Compiling unicode-segmentation v1.12.0
20522026-06-24T01:49:21.226Z Compiling object v0.37.3
20532026-06-24T01:49:21.392Z Compiling ryu v1.0.23
20542026-06-24T01:49:21.461Z Compiling unarray v0.1.4
20552026-06-24T01:49:21.526Z Compiling serde_urlencoded v0.7.1
20562026-06-24T01:49:21.578Z Compiling proptest v1.10.0
20572026-06-24T01:49:21.595Z Compiling stringprep v0.1.5
20582026-06-24T01:49:21.797Z Compiling miniz_oxide v0.8.9
20592026-06-24T01:49:22.163Z Compiling tower-http v0.6.8
20602026-06-24T01:49:22.351Z Compiling derive_builder_macro v0.20.2
20612026-06-24T01:49:22.365Z Compiling tokio-native-tls v0.3.1
20622026-06-24T01:49:22.470Z Compiling usdt-macro v0.6.0
20632026-06-24T01:49:22.487Z Compiling usdt-attr-macro v0.6.0
20642026-06-24T01:49:22.615Z Compiling anstyle-parse v1.0.0
20652026-06-24T01:49:23.100Z Compiling rand_chacha v0.3.1
20662026-06-24T01:49:23.129Z Compiling erased-serde v0.3.31
20672026-06-24T01:49:23.145Z Compiling md-5 v0.10.6
20682026-06-24T01:49:23.166Z Compiling bstr v1.12.1
20692026-06-24T01:49:23.297Z Compiling num-integer v0.1.46
20702026-06-24T01:49:23.311Z Compiling hash32 v0.2.1
20712026-06-24T01:49:23.455Z Compiling vergen-lib v9.1.0
20722026-06-24T01:49:23.519Z Compiling ff v0.13.1
20732026-06-24T01:49:23.537Z Compiling encoding_rs v0.8.35
20742026-06-24T01:49:23.618Z Compiling fallible-iterator v0.2.0
20752026-06-24T01:49:23.651Z Compiling zlib-rs v0.6.2
20762026-06-24T01:49:23.665Z Compiling mime v0.3.17
20772026-06-24T01:49:23.682Z Compiling psl-types v2.0.11
20782026-06-24T01:49:23.759Z Compiling base16ct v0.2.0
20792026-06-24T01:49:23.830Z Compiling publicsuffix v2.3.0
20802026-06-24T01:49:23.895Z Compiling sec1 v0.7.3
20812026-06-24T01:49:23.949Z Compiling postgres-protocol v0.6.10
20822026-06-24T01:49:24.054Z Compiling group v0.13.0
20832026-06-24T01:49:24.070Z Compiling newtype-uuid v1.3.2
20842026-06-24T01:49:24.197Z Compiling num-iter v0.1.45
20852026-06-24T01:49:24.400Z Compiling rand v0.8.6
20862026-06-24T01:49:24.851Z Compiling derive_builder v0.20.2
20872026-06-24T01:49:24.904Z Compiling oxnet v0.1.6
20882026-06-24T01:49:24.922Z Compiling anstream v1.0.0
20892026-06-24T01:49:24.953Z Compiling hyper-tls v0.6.0
20902026-06-24T01:49:25.000Z Compiling heck v0.4.1
20912026-06-24T01:49:25.014Z Compiling phf_shared v0.13.1
20922026-06-24T01:49:25.068Z Compiling pin-project v1.1.11
20932026-06-24T01:49:25.128Z Compiling lazy_static v1.5.0
20942026-06-24T01:49:25.188Z Compiling anstyle-parse v0.2.7
20952026-06-24T01:49:25.313Z Compiling terminal_size v0.4.3
20962026-06-24T01:49:25.330Z Compiling serde_with_macros v3.17.0
20972026-06-24T01:49:25.345Z Compiling futures-executor v0.3.32
20982026-06-24T01:49:25.345Z Compiling hex v0.4.3
20992026-06-24T01:49:25.428Z Compiling hkdf v0.12.4
21002026-06-24T01:49:25.474Z Compiling crypto-bigint v0.5.5
21012026-06-24T01:49:25.491Z Compiling enum-as-inner v0.6.1
21022026-06-24T01:49:25.575Z Compiling clap_derive v4.6.1
21032026-06-24T01:49:25.595Z Compiling serde_repr v0.1.20
21042026-06-24T01:49:25.632Z Compiling async-recursion v1.1.1
21052026-06-24T01:49:25.701Z Compiling flate2 v1.1.9
21062026-06-24T01:49:25.724Z Compiling vergen v9.1.0
21072026-06-24T01:49:25.742Z Compiling cargo-platform v0.3.2
21082026-06-24T01:49:26.010Z Compiling bitflags v1.3.2
21092026-06-24T01:49:26.013Z Compiling managed v0.8.0
21102026-06-24T01:49:26.109Z Compiling bumpalo v3.20.2
21112026-06-24T01:49:26.272Z Compiling same-file v1.0.6
21122026-06-24T01:49:26.277Z Compiling clap_lex v1.0.0
21132026-06-24T01:49:26.324Z Compiling foldhash v0.2.0
21142026-06-24T01:49:26.393Z Compiling libbz2-rs-sys v0.2.2
21152026-06-24T01:49:26.434Z Compiling foldhash v0.1.5
21162026-06-24T01:49:26.540Z Compiling hashbrown v0.16.1
21172026-06-24T01:49:26.557Z Compiling clap_builder v4.6.0
21182026-06-24T01:49:26.582Z Compiling hashbrown v0.15.5
21192026-06-24T01:49:26.602Z Compiling elliptic-curve v0.13.8
21202026-06-24T01:49:26.623Z Compiling walkdir v2.5.0
21212026-06-24T01:49:26.917Z Compiling bzip2 v0.6.1
21222026-06-24T01:49:26.960Z Compiling zopfli v0.8.3
21232026-06-24T01:49:27.175Z Compiling cargo_metadata v0.23.1
21242026-06-24T01:49:27.209Z Compiling futures v0.3.32
21252026-06-24T01:49:27.353Z Compiling anstream v0.6.21
21262026-06-24T01:49:27.844Z Compiling phf v0.13.1
21272026-06-24T01:49:27.980Z Compiling daft v0.1.7
21282026-06-24T01:49:28.031Z Compiling snafu v0.8.9
21292026-06-24T01:49:28.283Z Compiling signal-hook-mio v0.2.5
21302026-06-24T01:49:28.417Z Compiling zstd v0.13.3
21312026-06-24T01:49:28.454Z Compiling cookie_store v0.22.1
21322026-06-24T01:49:28.568Z Compiling postgres-types v0.2.12
21332026-06-24T01:49:28.737Z Compiling bzip2 v0.4.4
21342026-06-24T01:49:28.771Z Compiling globset v0.4.18
21352026-06-24T01:49:28.815Z Compiling strum v0.27.2
21362026-06-24T01:49:28.988Z Compiling hubpack v0.1.2
21372026-06-24T01:49:29.017Z Compiling ed25519 v2.2.3
21382026-06-24T01:49:29.021Z Compiling phf_shared v0.11.3
21392026-06-24T01:49:29.087Z Compiling crossbeam-epoch v0.9.18
21402026-06-24T01:49:29.123Z Compiling olpc-cjson v0.1.4
21412026-06-24T01:49:29.123Z Compiling pkcs1 v0.7.5
21422026-06-24T01:49:29.219Z Compiling pem v3.0.6
21432026-06-24T01:49:29.283Z Compiling serde-big-array v0.5.1
21442026-06-24T01:49:29.319Z Compiling serde_plain v1.0.2
21452026-06-24T01:49:29.382Z Compiling rfc6979 v0.4.0
21462026-06-24T01:49:29.448Z Compiling float-cmp v0.10.0
21472026-06-24T01:49:29.520Z Compiling memmap2 v0.9.10
21482026-06-24T01:49:29.541Z Compiling env_filter v1.0.0
21492026-06-24T01:49:29.544Z Compiling toml_write v0.1.2
21502026-06-24T01:49:29.544Z Compiling precomputed-hash v0.1.1
21512026-06-24T01:49:29.628Z Compiling typed-path v0.9.3
21522026-06-24T01:49:29.694Z Compiling fixedbitset v0.5.7
21532026-06-24T01:49:29.753Z Compiling keccak v0.1.6
21542026-06-24T01:49:29.767Z Compiling whoami v2.1.0
21552026-06-24T01:49:29.783Z Compiling data-encoding v2.10.0
21562026-06-24T01:49:29.821Z Compiling jiff v0.2.21
21572026-06-24T01:49:29.969Z Compiling difflib v0.4.0
21582026-06-24T01:49:29.985Z Compiling normalize-line-endings v0.3.0
21592026-06-24T01:49:30.002Z Compiling predicates-core v1.0.10
21602026-06-24T01:49:30.062Z Compiling static_assertions v1.1.0
21612026-06-24T01:49:30.108Z Compiling new_debug_unreachable v1.0.6
21622026-06-24T01:49:30.124Z Compiling fixedbitset v0.4.2
21632026-06-24T01:49:30.152Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21642026-06-24T01:49:30.196Z Compiling string_cache v0.8.9
21652026-06-24T01:49:30.210Z Compiling predicates v3.1.4
21662026-06-24T01:49:30.344Z Compiling petgraph v0.6.5
21672026-06-24T01:49:30.361Z Compiling hickory-proto v0.25.2
21682026-06-24T01:49:30.440Z Compiling tokio-postgres v0.7.16
21692026-06-24T01:49:30.657Z Compiling sha3 v0.10.8
21702026-06-24T01:49:30.789Z Compiling petgraph v0.8.3
21712026-06-24T01:49:30.828Z Compiling toml_edit v0.22.27
21722026-06-24T01:49:30.946Z Compiling env_logger v0.11.9
21732026-06-24T01:49:31.282Z Compiling usdt v0.6.0
21742026-06-24T01:49:31.530Z Compiling ecdsa v0.16.9
21752026-06-24T01:49:31.555Z Compiling rsa v0.9.10
21762026-06-24T01:49:31.881Z Compiling ed25519-dalek v2.2.0
21772026-06-24T01:49:32.593Z Compiling zip v4.6.1
21782026-06-24T01:49:32.612Z Compiling zip v0.6.6
21792026-06-24T01:49:32.976Z Compiling crossterm v0.28.1
21802026-06-24T01:49:33.154Z Compiling iddqd v0.4.2
21812026-06-24T01:49:33.154Z Compiling clap v4.6.1
21822026-06-24T01:49:33.257Z Compiling serde_with v3.17.0
21832026-06-24T01:49:33.394Z Compiling similar v2.7.0
21842026-06-24T01:49:33.512Z Compiling strum v0.26.3
21852026-06-24T01:49:33.528Z Compiling toml v0.7.8
21862026-06-24T01:49:33.648Z Compiling tokio-stream v0.1.18
21872026-06-24T01:49:33.669Z Compiling buf-list v1.1.2
21882026-06-24T01:49:33.832Z Compiling itertools v0.13.0
21892026-06-24T01:49:34.064Z Compiling x509-cert v0.2.5
21902026-06-24T01:49:34.173Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-06-24T01:49:34.412Z Compiling openapiv3 v2.2.0
21922026-06-24T01:49:34.505Z Compiling sha1 v0.10.6
21932026-06-24T01:49:34.724Z Compiling peg-runtime v0.8.5
21942026-06-24T01:49:34.738Z Compiling lalrpop-util v0.19.12
21952026-06-24T01:49:50.395Z Compiling rustls-webpki v0.103.9
21962026-06-24T01:49:51.526Z Compiling cpufeatures v0.3.0
21972026-06-24T01:49:51.625Z Compiling macaddr v1.0.1
21982026-06-24T01:49:51.653Z Compiling structmeta-derive v0.3.0
21992026-06-24T01:49:51.754Z Compiling hybrid-array v0.4.10
22002026-06-24T01:49:51.921Z Compiling crucible-workspace-hack v0.1.0
22012026-06-24T01:49:51.921Z Compiling rayon-core v1.13.0
22022026-06-24T01:49:52.041Z Compiling itertools v0.14.0
22032026-06-24T01:49:52.058Z Compiling secrecy v0.10.3
22042026-06-24T01:49:52.152Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-06-24T01:49:52.191Z Compiling toml_datetime v0.7.5+spec-1.1.0
22062026-06-24T01:49:52.254Z Compiling heapless v0.8.0
22072026-06-24T01:49:52.271Z Compiling block-buffer v0.12.1
22082026-06-24T01:49:52.289Z Compiling crypto-common v0.2.2
22092026-06-24T01:49:52.422Z Compiling toml_edit v0.23.10+spec-1.0.0
22102026-06-24T01:49:52.467Z Compiling crossbeam-deque v0.8.6
22112026-06-24T01:49:52.471Z Compiling hash32 v0.3.1
22122026-06-24T01:49:52.497Z Compiling multer v3.1.0
22132026-06-24T01:49:52.544Z Compiling thread_local v1.1.9
22142026-06-24T01:49:52.599Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-24T01:49:52.678Z Compiling unicode-width v0.2.0
22162026-06-24T01:49:52.694Z Compiling structmeta v0.3.0
22172026-06-24T01:49:52.709Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-24T01:49:52.727Z Compiling slog-async v2.8.0
22192026-06-24T01:49:52.751Z Compiling compression-core v0.4.31
22202026-06-24T01:49:52.767Z Compiling match_cfg v0.1.0
22212026-06-24T01:49:52.860Z Compiling const-oid v0.10.2
22222026-06-24T01:49:52.922Z Compiling smoltcp v0.11.0
22232026-06-24T01:49:52.925Z Compiling derive-ex v0.1.8
22242026-06-24T01:49:52.957Z Compiling compression-codecs v0.4.37
22252026-06-24T01:49:52.993Z Compiling proc-macro-crate v3.4.0
22262026-06-24T01:49:53.029Z Compiling digest v0.11.3
22272026-06-24T01:49:53.073Z Compiling hostname v0.3.1
22282026-06-24T01:49:53.299Z Compiling atomicwrites v0.4.4
22292026-06-24T01:49:53.315Z Compiling slog-json v2.6.1
22302026-06-24T01:49:53.337Z Compiling ingot-macros v0.1.1
22312026-06-24T01:49:53.354Z Compiling crossbeam-channel v0.5.15
22322026-06-24T01:49:53.373Z Compiling half v2.7.1
22332026-06-24T01:49:53.439Z Compiling newtype-uuid-macros v0.1.0
22342026-06-24T01:49:53.618Z Compiling cobs v0.3.0
22352026-06-24T01:49:53.634Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-24T01:49:53.637Z Compiling universal-hash v0.5.1
22372026-06-24T01:49:53.720Z Compiling async-stream-impl v0.3.6
22382026-06-24T01:49:53.750Z Compiling toml_datetime v1.1.1+spec-1.1.0
22392026-06-24T01:49:53.822Z Compiling serde_spanned v1.1.1
22402026-06-24T01:49:53.922Z Compiling is-terminal v0.4.17
22412026-06-24T01:49:53.999Z Compiling proc-macro-error-attr v1.0.4
22422026-06-24T01:49:54.044Z Compiling dropshot v0.17.1
22432026-06-24T01:49:54.123Z Compiling term v1.2.1
22442026-06-24T01:49:54.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-24T01:49:54.227Z Compiling tokio-rustls v0.26.4
22462026-06-24T01:49:54.242Z Compiling rustls-platform-verifier v0.6.2
22472026-06-24T01:49:54.268Z Compiling take_mut v0.2.2
22482026-06-24T01:49:54.330Z Compiling convert_case v0.4.0
22492026-06-24T01:49:54.414Z Compiling ciborium-io v0.2.2
22502026-06-24T01:49:54.430Z Compiling opaque-debug v0.3.1
22512026-06-24T01:49:54.485Z Compiling hyper-rustls v0.27.7
22522026-06-24T01:49:54.505Z Compiling toml_writer v1.1.1+spec-1.1.0
22532026-06-24T01:49:54.524Z Compiling test-strategy v0.4.5
22542026-06-24T01:49:54.540Z Compiling ciborium-ll v0.2.2
22552026-06-24T01:49:54.557Z Compiling poly1305 v0.8.0
22562026-06-24T01:49:54.674Z Compiling derive_more v0.99.20
22572026-06-24T01:49:54.721Z Compiling thiserror-no-std v2.0.2
22582026-06-24T01:49:54.799Z Compiling reqwest v0.12.28
22592026-06-24T01:49:54.815Z Compiling reqwest v0.13.2
22602026-06-24T01:49:54.833Z Compiling toml v1.1.2+spec-1.1.0
22612026-06-24T01:49:54.836Z Compiling slog-term v2.9.2
22622026-06-24T01:49:54.906Z Compiling async-stream v0.3.6
22632026-06-24T01:49:55.208Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-06-24T01:49:55.238Z Compiling postcard v1.1.3
22652026-06-24T01:49:55.855Z Compiling slog-bunyan v2.5.0
22662026-06-24T01:49:55.896Z Compiling num_enum_derive v0.7.6
22672026-06-24T01:49:56.039Z Compiling ingot-types v0.1.2
22682026-06-24T01:49:56.069Z Compiling sha1 v0.11.0
22692026-06-24T01:49:56.134Z Compiling async-compression v0.4.41
22702026-06-24T01:49:56.157Z Compiling parse-display-derive v0.10.0
22712026-06-24T01:49:56.510Z Compiling tough v0.22.0
22722026-06-24T01:49:56.552Z Compiling ingot v0.1.1
22732026-06-24T01:49:56.631Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
22742026-06-24T01:49:56.654Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-24T01:49:56.871Z Compiling proc-macro-crate v1.3.1
22762026-06-24T01:49:56.906Z Compiling waitgroup v0.1.2
22772026-06-24T01:49:56.922Z Compiling backon v1.6.0
22782026-06-24T01:49:57.089Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
22792026-06-24T01:49:57.186Z Compiling rustls-pemfile v2.2.0
22802026-06-24T01:49:57.202Z Compiling password-hash v0.5.0
22812026-06-24T01:49:57.220Z Compiling dropshot_endpoint v0.17.1
22822026-06-24T01:49:57.238Z Compiling chacha20 v0.9.1
22832026-06-24T01:49:57.520Z Compiling blake2 v0.10.6
22842026-06-24T01:49:57.535Z Compiling aead v0.5.2
22852026-06-24T01:49:57.634Z Compiling foreign-types-macros v0.2.3
22862026-06-24T01:49:57.778Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-24T01:49:58.118Z Compiling serde_path_to_error v0.1.20
22882026-06-24T01:49:58.145Z Compiling hostname v0.4.2
22892026-06-24T01:49:58.163Z Compiling proc-macro-error v1.0.4
22902026-06-24T01:49:58.207Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-24T01:49:58.223Z Compiling instant v0.1.13
22922026-06-24T01:49:58.241Z Compiling foreign-types-shared v0.3.1
22932026-06-24T01:49:58.257Z Compiling typeid v1.0.3
22942026-06-24T01:49:58.260Z Compiling debug-ignore v1.0.5
22952026-06-24T01:49:58.337Z Compiling foreign-types v0.5.0
22962026-06-24T01:49:58.359Z Compiling backoff v0.4.0
22972026-06-24T01:49:58.376Z Compiling argon2 v0.5.3
22982026-06-24T01:49:58.411Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-24T01:49:58.447Z Compiling chacha20poly1305 v0.10.1
23002026-06-24T01:49:58.504Z Compiling parse-display v0.10.0
23012026-06-24T01:49:58.556Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23022026-06-24T01:49:58.600Z Compiling num_enum_derive v0.5.11
23032026-06-24T01:49:58.625Z Compiling num_enum v0.7.6
23042026-06-24T01:49:58.642Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23052026-06-24T01:49:58.799Z Compiling vsss-rs v3.3.4
23062026-06-24T01:49:58.845Z Compiling ciborium v0.2.2
23072026-06-24T01:49:58.922Z Compiling tabwriter v1.4.1
23082026-06-24T01:49:58.989Z Compiling chacha20 v0.10.0
23092026-06-24T01:49:59.008Z Compiling regress v0.10.5
23102026-06-24T01:49:59.079Z Compiling byte-wrapper v0.1.0
23112026-06-24T01:49:59.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23122026-06-24T01:49:59.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-06-24T01:49:59.411Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23142026-06-24T01:49:59.484Z Compiling cstr-argument v0.1.2
23152026-06-24T01:49:59.578Z Compiling humantime v2.3.0
23162026-06-24T01:49:59.681Z Compiling erased-serde v0.4.9
23172026-06-24T01:49:59.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-06-24T01:49:59.794Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-06-24T01:49:59.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-06-24T01:49:59.988Z Compiling num_enum v0.5.11
23212026-06-24T01:50:00.007Z Compiling rand v0.10.0
23222026-06-24T01:50:00.057Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-06-24T01:50:00.149Z Compiling rayon v1.11.0
23242026-06-24T01:50:00.194Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-06-24T01:50:00.218Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262026-06-24T01:50:00.248Z Compiling colored v3.1.1
23272026-06-24T01:50:00.277Z Compiling libefi-sys v0.1.0
23282026-06-24T01:50:00.323Z Compiling indent_write v2.2.0
23292026-06-24T01:50:00.342Z Compiling zone_cfg_derive v0.3.1
23302026-06-24T01:50:00.359Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23312026-06-24T01:50:00.511Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-06-24T01:50:00.548Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23332026-06-24T01:50:00.567Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-06-24T01:50:00.585Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23352026-06-24T01:50:00.669Z Compiling camino-tempfile v1.4.1
23362026-06-24T01:50:00.745Z Compiling itertools v0.12.1
23372026-06-24T01:50:00.823Z Compiling usdt-macro v0.5.0
23382026-06-24T01:50:00.846Z Compiling usdt-attr-macro v0.5.0
23392026-06-24T01:50:00.957Z Compiling num-derive v0.4.2
23402026-06-24T01:50:00.982Z Compiling bitfield-struct v0.6.2
23412026-06-24T01:50:00.998Z Compiling ordered-float v2.10.1
23422026-06-24T01:50:01.015Z Compiling blake3 v1.8.5
23432026-06-24T01:50:01.066Z Compiling memmap v0.7.0
23442026-06-24T01:50:01.113Z Compiling sigpipe v0.1.3
23452026-06-24T01:50:01.229Z Compiling glob v0.3.3
23462026-06-24T01:50:01.298Z Compiling swrite v0.1.0
23472026-06-24T01:50:01.329Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-06-24T01:50:01.430Z Compiling serde-value v0.7.0
23492026-06-24T01:50:01.549Z Compiling serde-untagged v0.1.9
23502026-06-24T01:50:01.592Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23512026-06-24T01:50:01.626Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-24T01:50:01.642Z Compiling usdt v0.5.0
23532026-06-24T01:50:01.861Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23542026-06-24T01:50:01.900Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-24T01:50:01.971Z Compiling toml v0.8.23
23562026-06-24T01:50:02.166Z Compiling zone v0.3.1
23572026-06-24T01:50:02.182Z Compiling smf v0.2.3
23582026-06-24T01:50:02.186Z Compiling filetime v0.2.27
23592026-06-24T01:50:02.266Z Compiling unicode-xid v0.2.6
23602026-06-24T01:50:02.283Z Compiling whoami v1.6.1
23612026-06-24T01:50:02.370Z Compiling arrayref v0.3.9
23622026-06-24T01:50:02.398Z Compiling constant_time_eq v0.4.2
23632026-06-24T01:50:02.426Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-24T01:50:02.441Z Compiling arrayvec v0.7.6
23652026-06-24T01:50:02.466Z Compiling xattr v1.6.1
23662026-06-24T01:50:02.491Z Compiling cargo-util-schemas v0.8.2
23672026-06-24T01:50:02.536Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-24T01:50:02.582Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-06-24T01:50:02.597Z Compiling tokio-dtrace v0.1.1
23702026-06-24T01:50:02.612Z Compiling tar v0.4.45
23712026-06-24T01:50:02.711Z Compiling console v0.16.2
23722026-06-24T01:50:02.759Z Compiling gethostname v0.5.0
23732026-06-24T01:50:02.838Z Compiling cargo-platform v0.2.0
23742026-06-24T01:50:02.925Z Compiling unit-prefix v0.5.2
23752026-06-24T01:50:02.942Z Compiling topological-sort v0.2.2
23762026-06-24T01:50:03.111Z Compiling indicatif v0.18.4
23772026-06-24T01:50:03.136Z Compiling oxide-tokio-rt v0.1.4
23782026-06-24T01:50:03.225Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-06-24T01:50:03.354Z Compiling shell-words v1.1.1
23802026-06-24T01:50:03.675Z Compiling cargo_metadata v0.21.0
23812026-06-24T01:50:12.443Z Compiling omicron-zone-package v0.12.2
23822026-06-24T01:50:12.446Z Compiling progenitor-client v0.14.0
23832026-06-24T01:50:12.965Z Compiling progenitor-extras v0.2.0
23842026-06-24T01:50:15.380Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-06-24T01:50:15.487Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-06-24T01:50:15.602Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-06-24T01:50:15.651Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-06-24T01:50:15.716Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-24T01:50:15.780Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-06-24T01:50:15.844Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-06-24T01:50:15.894Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-24T01:50:15.995Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-06-24T01:50:19.774Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-06-24T01:50:27.576Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-06-24T01:50:30.727Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-06-24T01:50:31.747Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-06-24T01:50:40.954Z Finished `release` profile [optimized] target(s) in 1m 43s
23982026-06-24T01:50:41.092Z Running `target/release/omicron-package -t test target create -p dev`
23992026-06-24T01:50:41.155ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-06-24T01:50:41.158ZCreated new build target 'test' and set it as active
24012026-06-24T01:50:41.161Z
24022026-06-24T01:50:41.161Zreal 1:43.243766194
24032026-06-24T01:50:41.161Zuser 16:55.076267805
24042026-06-24T01:50:41.161Zsys 2:43.282594320
24052026-06-24T01:50:41.161Ztrap 0.465966164
24062026-06-24T01:50:41.161Ztflt 2.781223859
24072026-06-24T01:50:41.161Zdflt 4.146448420
24082026-06-24T01:50:41.161Zkflt 0.000537421
24092026-06-24T01:50:41.161Zlock 52:21.790289053
24102026-06-24T01:50:41.161Zslp 43:17.398415249
24112026-06-24T01:50:41.161Zlat 43.746662282
24122026-06-24T01:50:41.161Zstop 5:29.345789012
24132026-06-24T01:50:41.161Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-06-24T01:50:41.977Z Finished `release` profile [optimized] target(s) in 0.80s
24152026-06-24T01:50:42.048Z Running `target/release/omicron-package -t test package`
24162026-06-24T01:50:42.102ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-06-24T01:50:43.458Z Compiling heck v0.5.0
24182026-06-24T01:50:43.458Z Compiling regress v0.11.1
24192026-06-24T01:50:43.674Z Compiling unsafe-libyaml v0.2.11
24202026-06-24T01:50:43.712Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-06-24T01:50:43.742Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-24T01:50:43.742Z Compiling unicode-width v0.1.14
24232026-06-24T01:50:43.745Z Compiling atomicwrites v0.4.4
24242026-06-24T01:50:43.785Z Compiling derive-where v1.6.0
24252026-06-24T01:50:43.787Z Compiling bytecount v0.6.9
24262026-06-24T01:50:43.804Z Compiling is-terminal v0.4.17
24272026-06-24T01:50:43.865Z Compiling prettyplease v0.2.37
24282026-06-24T01:50:43.868Z Compiling console v0.15.11
24292026-06-24T01:50:43.868Z Compiling newline-converter v0.3.0
24302026-06-24T01:50:43.868Z Compiling hybrid-array v0.4.10
24312026-06-24T01:50:43.868Z Compiling slog-dtrace v0.3.0
24322026-06-24T01:50:43.974Z Compiling cancel-safe-futures v0.1.5
24332026-06-24T01:50:43.995Z Compiling owo-colors v4.3.0
24342026-06-24T01:50:43.998Z Compiling resolv-conf v0.7.6
24352026-06-24T01:50:44.039Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-06-24T01:50:44.061Z Compiling num-rational v0.4.2
24372026-06-24T01:50:44.084Z Compiling libsw-core v0.3.2
24382026-06-24T01:50:44.135Z Compiling num-complex v0.4.6
24392026-06-24T01:50:44.214Z Compiling serde_yaml v0.9.34+deprecated
24402026-06-24T01:50:44.289Z Compiling expectorate v1.2.0
24412026-06-24T01:50:44.310Z Compiling thread_local v1.1.9
24422026-06-24T01:50:44.371Z Compiling const-oid v0.10.2
24432026-06-24T01:50:44.402Z Compiling crypto-common v0.2.2
24442026-06-24T01:50:44.445Z Compiling block-buffer v0.12.1
24452026-06-24T01:50:44.527Z Compiling compression-core v0.4.31
24462026-06-24T01:50:44.570Z Compiling match_cfg v0.1.0
24472026-06-24T01:50:44.594Z Compiling num v0.4.3
24482026-06-24T01:50:44.668Z Compiling compression-codecs v0.4.37
24492026-06-24T01:50:44.668Z Compiling hostname v0.3.1
24502026-06-24T01:50:44.714Z Compiling libsw v3.5.0
24512026-06-24T01:50:44.737Z Compiling multer v3.1.0
24522026-06-24T01:50:44.807Z Compiling slog-async v2.8.0
24532026-06-24T01:50:44.853Z Compiling crossbeam-channel v0.5.15
24542026-06-24T01:50:44.875Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-24T01:50:44.931Z Compiling slog-json v2.6.1
24562026-06-24T01:50:44.954Z Compiling serde_spanned v1.1.1
24572026-06-24T01:50:44.957Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-06-24T01:50:45.038Z Compiling digest v0.11.3
24592026-06-24T01:50:45.060Z Compiling float-ord v0.3.2
24602026-06-24T01:50:45.082Z Compiling take_mut v0.2.2
24612026-06-24T01:50:45.085Z Compiling cpufeatures v0.3.0
24622026-06-24T01:50:45.129Z Compiling linear-map v1.2.0
24632026-06-24T01:50:45.164Z Compiling term v1.2.1
24642026-06-24T01:50:45.194Z Compiling typify-impl v0.6.2
24652026-06-24T01:50:45.217Z Compiling linked-hash-map v0.5.6
24662026-06-24T01:50:45.220Z Compiling toml_writer v1.1.1+spec-1.1.0
24672026-06-24T01:50:45.256Z Compiling sha1 v0.11.0
24682026-06-24T01:50:45.302Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24692026-06-24T01:50:45.325Z Compiling slog-bunyan v2.5.0
24702026-06-24T01:50:45.328Z Compiling async-compression v0.4.41
24712026-06-24T01:50:45.372Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24722026-06-24T01:50:45.480Z Compiling slog-term v2.9.2
24732026-06-24T01:50:45.514Z Compiling toml v1.1.2+spec-1.1.0
24742026-06-24T01:50:45.535Z Compiling lru-cache v0.1.2
24752026-06-24T01:50:45.666Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24762026-06-24T01:50:45.691Z Compiling async-stream v0.3.6
24772026-06-24T01:50:45.694Z Compiling dropshot v0.17.1
24782026-06-24T01:50:45.735Z Compiling progenitor-client v0.14.0
24792026-06-24T01:50:45.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24802026-06-24T01:50:45.782Z Compiling waitgroup v0.1.2
24812026-06-24T01:50:45.826Z Compiling rustls-pemfile v2.2.0
24822026-06-24T01:50:45.888Z Compiling backon v1.6.0
24832026-06-24T01:50:45.946Z Compiling hostname v0.4.2
24842026-06-24T01:50:45.979Z Compiling serde_path_to_error v0.1.20
24852026-06-24T01:50:46.000Z Compiling instant v0.1.13
24862026-06-24T01:50:46.020Z Compiling debug-ignore v1.0.5
24872026-06-24T01:50:46.042Z Compiling minimal-lexical v0.2.1
24882026-06-24T01:50:46.062Z Compiling progenitor-extras v0.2.0
24892026-06-24T01:50:46.111Z Compiling backoff v0.4.0
24902026-06-24T01:50:46.132Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24912026-06-24T01:50:46.157Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-06-24T01:50:46.160Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-24T01:50:46.348Z Compiling nom v7.1.3
24942026-06-24T01:50:46.371Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-06-24T01:50:46.374Z Compiling parse-display v0.10.0
24962026-06-24T01:50:46.452Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-06-24T01:50:46.590Z Compiling hickory-proto v0.24.4
24982026-06-24T01:50:46.681Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24992026-06-24T01:50:46.710Z Compiling regress v0.10.5
25002026-06-24T01:50:47.220Z Compiling macaddr v1.0.1
25012026-06-24T01:50:47.470Z Compiling unicode-xid v0.2.6
25022026-06-24T01:50:47.541Z Compiling humantime v2.3.0
25032026-06-24T01:50:47.618Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-06-24T01:50:47.760Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-06-24T01:50:47.826Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-06-24T01:50:47.847Z Compiling convert_case v0.10.0
25072026-06-24T01:50:48.039Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-06-24T01:50:48.113Z Compiling toml v0.8.23
25092026-06-24T01:50:48.151Z Compiling derive_more-impl v2.1.1
25102026-06-24T01:50:48.442Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-06-24T01:50:48.637Z Compiling typify-macro v0.6.2
25122026-06-24T01:50:48.703Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-06-24T01:50:48.726Z Compiling papergrid v0.11.0
25142026-06-24T01:50:48.802Z Compiling tabled_derive v0.7.0
25152026-06-24T01:50:48.869Z Compiling termtree v0.5.1
25162026-06-24T01:50:48.965Z Compiling derive_more v2.1.1
25172026-06-24T01:50:49.082Z Compiling crossterm v0.29.0
25182026-06-24T01:50:49.101Z Compiling phf_shared v0.12.1
25192026-06-24T01:50:49.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25202026-06-24T01:50:49.359Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-06-24T01:50:49.674Z Compiling hickory-resolver v0.24.4
25222026-06-24T01:50:49.755Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-24T01:50:49.978Z Compiling tabled v0.15.0
25242026-06-24T01:50:50.185Z Compiling typify v0.6.2
25252026-06-24T01:50:50.343Z Compiling progenitor-impl v0.14.0
25262026-06-24T01:50:51.096Z Compiling qorb v0.4.1
25272026-06-24T01:50:51.126Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-06-24T01:50:52.043Z Compiling vte v0.14.1
25292026-06-24T01:50:52.299Z Compiling csv-core v0.1.13
25302026-06-24T01:50:52.468Z Compiling progenitor-macro v0.14.0
25312026-06-24T01:50:52.729Z Compiling highway v1.3.0
25322026-06-24T01:50:53.459Z Compiling chrono-tz v0.10.4
25332026-06-24T01:50:53.722Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-06-24T01:50:53.967Z Compiling csv v1.4.0
25352026-06-24T01:50:54.427Z Compiling strip-ansi-escapes v0.2.1
25362026-06-24T01:50:54.469Z Compiling phf v0.12.1
25372026-06-24T01:50:54.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-06-24T01:50:54.670Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25392026-06-24T01:50:54.756Z Compiling const_format_proc_macros v0.2.34
25402026-06-24T01:50:54.974Z Compiling fd-lock v4.0.4
25412026-06-24T01:50:55.009Z Compiling peg-macros v0.8.5
25422026-06-24T01:50:55.147Z Compiling nu-ansi-term v0.50.3
25432026-06-24T01:50:55.527Z Compiling const_format v0.2.35
25442026-06-24T01:50:55.691Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-06-24T01:50:56.039Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-06-24T01:50:56.062Z Compiling reedline v0.40.0
25472026-06-24T01:50:56.295Z Compiling peg v0.8.5
25482026-06-24T01:50:56.526Z Compiling progenitor v0.14.0
25492026-06-24T01:50:56.723Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-06-24T01:50:56.965Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-06-24T01:50:57.170Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-06-24T01:50:57.741Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-06-24T01:50:57.905Z Compiling bcs v0.1.6
25542026-06-24T01:50:58.128Z Compiling nom v8.0.0
25552026-06-24T01:50:58.335Z Compiling semver v0.1.20
25562026-06-24T01:50:58.643Z Compiling rustc_version v0.1.7
25572026-06-24T01:50:58.897Z Compiling newtype_derive v0.1.6
25582026-06-24T01:50:59.122Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-06-24T01:50:59.374Z Compiling unicode-linebreak v0.1.5
25602026-06-24T01:50:59.627Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25612026-06-24T01:50:59.685Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-06-24T01:50:59.714Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-06-24T01:50:59.735Z Compiling smawk v0.3.2
25642026-06-24T01:50:59.904Z Compiling textwrap v0.16.2
25652026-06-24T01:50:59.940Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-06-24T01:50:59.975Z Compiling steno v0.4.1
25672026-06-24T01:51:00.004Z Compiling dropshot-api-manager-types v0.7.2
25682026-06-24T01:51:00.114Z Compiling base64 v0.21.7
25692026-06-24T01:51:00.529Z Compiling tagptr v0.2.0
25702026-06-24T01:51:00.608Z Compiling utf-8 v0.7.6
25712026-06-24T01:51:00.660Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25722026-06-24T01:51:00.730Z Compiling moka v0.12.13
25732026-06-24T01:51:00.868Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-06-24T01:51:00.929Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-06-24T01:51:01.158Z Compiling tungstenite v0.21.0
25762026-06-24T01:51:01.540Z Compiling radium v0.7.0
25772026-06-24T01:51:01.598Z Compiling display-error-chain v0.2.2
25782026-06-24T01:51:01.823Z Compiling tokio-tungstenite v0.21.0
25792026-06-24T01:51:01.979Z Compiling hickory-resolver v0.25.2
25802026-06-24T01:51:02.032Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-06-24T01:51:02.133Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
25822026-06-24T01:51:02.216Z Compiling tap v1.0.1
25832026-06-24T01:51:02.380Z Compiling maybe-uninit v2.0.0
25842026-06-24T01:51:02.586Z Compiling wyz v0.5.1
25852026-06-24T01:51:02.836Z Compiling zerocopy-derive v0.6.6
25862026-06-24T01:51:03.036Z Compiling funty v2.0.0
25872026-06-24T01:51:03.324Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-24T01:51:03.691Z Compiling crc-catalog v2.4.0
25892026-06-24T01:51:03.830Z Compiling packed_struct v0.10.1
25902026-06-24T01:51:04.066Z Compiling crc v3.4.0
25912026-06-24T01:51:04.164Z Compiling zerocopy v0.6.6
25922026-06-24T01:51:04.303Z Compiling bitvec v1.0.1
25932026-06-24T01:51:04.565Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-24T01:51:04.839Z Compiling packed_struct_codegen v0.10.1
25952026-06-24T01:51:04.869Z Compiling vergen-lib v0.1.6
25962026-06-24T01:51:05.102Z Compiling bitfield-macros v0.19.4
25972026-06-24T01:51:05.629Z Compiling proc-macro-error-attr2 v2.0.0
25982026-06-24T01:51:05.890Z Compiling indexmap v1.9.3
25992026-06-24T01:51:05.893Z Compiling diesel_derives v2.3.7
26002026-06-24T01:51:06.043Z Compiling nodrop v0.1.14
26012026-06-24T01:51:06.136Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-24T01:51:06.158Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26032026-06-24T01:51:06.206Z Compiling array-init v0.0.4
26042026-06-24T01:51:06.288Z Compiling proc-macro-error2 v2.0.1
26052026-06-24T01:51:06.540Z Compiling bitfield v0.19.4
26062026-06-24T01:51:06.625Z Compiling smallvec v0.6.14
26072026-06-24T01:51:06.817Z Compiling dsl_auto_type v0.2.0
26082026-06-24T01:51:06.878Z Compiling scheduled-thread-pool v0.2.7
26092026-06-24T01:51:06.901Z Compiling num-derive v0.3.3
26102026-06-24T01:51:07.096Z Compiling vergen-gitcl v1.0.8
26112026-06-24T01:51:07.327Z Compiling diesel_table_macro_syntax v0.3.0
26122026-06-24T01:51:07.361Z Compiling dirs-sys-next v0.1.2
26132026-06-24T01:51:07.488Z Compiling hashbrown v0.12.3
26142026-06-24T01:51:07.565Z Compiling glob v0.3.3
26152026-06-24T01:51:07.648Z Compiling crunchy v0.2.4
26162026-06-24T01:51:07.826Z Compiling maplit v1.0.2
26172026-06-24T01:51:07.847Z Compiling libscf-sys v1.1.0
26182026-06-24T01:51:07.943Z Compiling clang-sys v1.8.1
26192026-06-24T01:51:07.946Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-06-24T01:51:08.026Z Compiling dirs-next v2.0.0
26212026-06-24T01:51:08.206Z Compiling r2d2 v0.8.10
26222026-06-24T01:51:08.234Z Compiling serde-hex v0.1.0
26232026-06-24T01:51:08.463Z Compiling tabled_derive v0.11.0
26242026-06-24T01:51:08.490Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-24T01:51:08.514Z Compiling ron v0.8.1
26262026-06-24T01:51:08.538Z Compiling papergrid v0.17.0
26272026-06-24T01:51:08.690Z Compiling testing_table v0.3.0
26282026-06-24T01:51:08.735Z Compiling hashbrown v0.13.2
26292026-06-24T01:51:08.755Z Compiling crc-any v2.5.0
26302026-06-24T01:51:09.148Z Compiling downcast-rs v2.0.2
26312026-06-24T01:51:09.181Z Compiling tiny-keccak v2.0.2
26322026-06-24T01:51:09.282Z Compiling object v0.30.4
26332026-06-24T01:51:09.367Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-06-24T01:51:09.569Z Compiling term v0.7.0
26352026-06-24T01:51:09.959Z Compiling tabled v0.20.0
26362026-06-24T01:51:10.083Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26372026-06-24T01:51:10.135Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-06-24T01:51:10.378Z Compiling progenitor-impl v0.13.0
26392026-06-24T01:51:10.844Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-06-24T01:51:10.940Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-06-24T01:51:11.183Z Compiling path-slash v0.1.5
26422026-06-24T01:51:11.377Z Compiling bit-vec v0.6.3
26432026-06-24T01:51:11.423Z Compiling xshell-macros v0.2.7
26442026-06-24T01:51:11.676Z Compiling bit-set v0.5.3
26452026-06-24T01:51:11.815Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-24T01:51:11.840Z Compiling xshell v0.2.7
26472026-06-24T01:51:11.843Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26482026-06-24T01:51:12.372Z Compiling ascii-canvas v3.0.0
26492026-06-24T01:51:12.427Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-06-24T01:51:12.632Z Compiling progenitor-macro v0.13.0
26512026-06-24T01:51:12.658Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-06-24T01:51:12.751Z Compiling diesel v2.3.7
26532026-06-24T01:51:13.232Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-06-24T01:51:13.988Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26552026-06-24T01:51:14.306Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-06-24T01:51:14.530Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572026-06-24T01:51:14.610Z Compiling progenitor-client v0.13.0
26582026-06-24T01:51:15.001Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-24T01:51:15.155Z Compiling itertools v0.10.5
26602026-06-24T01:51:15.187Z Compiling ena v0.14.4
26612026-06-24T01:51:15.448Z Compiling libloading v0.8.9
26622026-06-24T01:51:15.692Z Compiling diff v0.1.13
26632026-06-24T01:51:15.847Z Compiling regex-syntax v0.6.29
26642026-06-24T01:51:15.954Z Compiling unicase v2.9.0
26652026-06-24T01:51:16.202Z Compiling bindgen v0.71.1
26662026-06-24T01:51:16.322Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-06-24T01:51:16.719Z Compiling progenitor v0.13.0
26682026-06-24T01:51:16.879Z Compiling cexpr v0.6.0
26692026-06-24T01:51:16.910Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-06-24T01:51:17.132Z Compiling crc8 v0.1.1
26712026-06-24T01:51:17.270Z Compiling lalrpop v0.19.12
26722026-06-24T01:51:17.519Z Compiling rustc-hash v2.1.1
26732026-06-24T01:51:17.684Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-06-24T01:51:17.770Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26752026-06-24T01:51:17.905Z Compiling headers-core v0.3.0
26762026-06-24T01:51:18.067Z Compiling libxml v0.3.3
26772026-06-24T01:51:18.237Z Compiling headers v0.4.1
26782026-06-24T01:51:18.362Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-06-24T01:51:18.641Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-06-24T01:51:18.866Z Compiling strum_macros v0.24.3
26812026-06-24T01:51:18.973Z Compiling git-stub v1.0.0
26822026-06-24T01:51:19.120Z Compiling indoc v1.0.9
26832026-06-24T01:51:19.173Z Compiling git-stub-vcs v0.1.0
26842026-06-24T01:51:19.289Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-06-24T01:51:19.569Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-06-24T01:51:19.628Z Compiling derive_builder v0.20.2
26872026-06-24T01:51:19.791Z Compiling oso-derive v0.27.3
26882026-06-24T01:51:19.812Z Compiling quick-xml v0.37.5
26892026-06-24T01:51:19.922Z Compiling impl-trait-for-tuples v0.2.3
26902026-06-24T01:51:20.140Z Compiling openssl-probe v0.1.6
26912026-06-24T01:51:20.339Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-06-24T01:51:20.445Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-06-24T01:51:21.064Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26942026-06-24T01:51:21.131Z Compiling half v1.8.3
26952026-06-24T01:51:21.219Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-06-24T01:51:21.439Z Compiling serde_cbor v0.11.2
26972026-06-24T01:51:21.577Z Compiling bb8 v0.8.6
26982026-06-24T01:51:21.955Z Compiling trait-variant v0.1.2
26992026-06-24T01:51:22.397Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-06-24T01:51:22.430Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27012026-06-24T01:51:22.561Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-06-24T01:51:22.589Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-06-24T01:51:22.612Z Compiling samael v0.0.19
27042026-06-24T01:51:22.689Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-06-24T01:51:22.790Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-06-24T01:51:22.855Z Compiling fxhash v0.2.1
27072026-06-24T01:51:22.939Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-06-24T01:51:23.065Z Compiling libz-sys v1.1.24
27092026-06-24T01:51:23.276Z Compiling salty v0.3.0
27102026-06-24T01:51:23.488Z Compiling nonempty v0.12.0
27112026-06-24T01:51:23.771Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-06-24T01:51:24.060Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-06-24T01:51:24.266Z Compiling kstat-rs v0.2.4
27142026-06-24T01:51:24.670Z Compiling arc-swap v1.8.2
27152026-06-24T01:51:24.693Z Compiling fs-err v2.11.0
27162026-06-24T01:51:24.757Z Compiling polar-core v0.27.3
27172026-06-24T01:51:25.016Z Compiling mime_guess v2.0.5
27182026-06-24T01:51:25.069Z Compiling slog-scope v4.4.1
27192026-06-24T01:51:25.090Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-24T01:51:25.180Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-06-24T01:51:25.523Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27222026-06-24T01:51:25.622Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27232026-06-24T01:51:26.003Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27242026-06-24T01:51:26.130Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27252026-06-24T01:51:26.580Z Compiling nanorand v0.7.0
27262026-06-24T01:51:26.960Z Compiling darling_core v0.23.0
27272026-06-24T01:51:26.983Z Compiling libgit2-sys v0.18.3+1.9.2
27282026-06-24T01:51:27.218Z Compiling parking_lot_core v0.8.6
27292026-06-24T01:51:27.539Z Compiling flume v0.11.1
27302026-06-24T01:51:27.936Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27312026-06-24T01:51:28.846Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-06-24T01:51:28.950Z Compiling slog-stdlog v4.1.1
27332026-06-24T01:51:29.173Z Compiling darling_macro v0.23.0
27342026-06-24T01:51:29.465Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-06-24T01:51:29.570Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-06-24T01:51:29.592Z Compiling primeorder v0.13.6
27372026-06-24T01:51:29.716Z Compiling atty v0.2.14
27382026-06-24T01:51:29.829Z Compiling strsim v0.10.0
27392026-06-24T01:51:29.871Z Compiling http-range v0.1.5
27402026-06-24T01:51:29.920Z Compiling parse-size v1.1.0
27412026-06-24T01:51:30.144Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-06-24T01:51:30.166Z Compiling instability v0.3.11
27432026-06-24T01:51:30.204Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-24T01:51:30.414Z Compiling async-bb8-diesel v0.2.1
27452026-06-24T01:51:30.841Z Compiling diesel-dtrace v0.5.0
27462026-06-24T01:51:30.930Z Compiling darling_core v0.13.4
27472026-06-24T01:51:31.165Z Compiling p384 v0.13.1
27482026-06-24T01:51:32.587Z Compiling darling v0.23.0
27492026-06-24T01:51:32.702Z Compiling slog-envlogger v2.2.0
27502026-06-24T01:51:33.916Z Compiling oso v0.27.3
27512026-06-24T01:51:34.267Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-24T01:51:35.026Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-06-24T01:51:35.347Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542026-06-24T01:51:35.508Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27552026-06-24T01:51:36.146Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-06-24T01:51:37.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572026-06-24T01:51:37.886Z Compiling ignore v0.4.25
27582026-06-24T01:51:39.013Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-24T01:51:39.467Z Compiling castaway v0.2.4
27602026-06-24T01:51:39.633Z Compiling vergen-git2 v9.1.0
27612026-06-24T01:51:39.656Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-24T01:51:39.676Z Compiling indoc v2.0.7
27632026-06-24T01:51:39.950Z Compiling compact_str v0.8.1
27642026-06-24T01:51:39.990Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-24T01:51:40.461Z Compiling globwalk v0.9.1
27662026-06-24T01:51:40.519Z Compiling parking_lot v0.11.2
27672026-06-24T01:51:40.822Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-06-24T01:51:41.095Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27692026-06-24T01:51:41.129Z Compiling hyper-staticfile v0.10.1
27702026-06-24T01:51:41.451Z Compiling darling_macro v0.13.4
27712026-06-24T01:51:41.795Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-06-24T01:51:41.985Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-06-24T01:51:42.024Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-06-24T01:51:42.317Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-06-24T01:51:42.458Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
27762026-06-24T01:51:42.504Z Compiling predicates-tree v1.0.13
27772026-06-24T01:51:42.770Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-06-24T01:51:42.964Z Compiling unicode-truncate v1.1.0
27792026-06-24T01:51:42.967Z Compiling lru v0.12.5
27802026-06-24T01:51:43.010Z Compiling rand_seeder v0.4.0
27812026-06-24T01:51:43.185Z Compiling prefix-trie v0.7.0
27822026-06-24T01:51:43.220Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-24T01:51:43.267Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27842026-06-24T01:51:43.289Z Compiling corncobs v0.1.4
27852026-06-24T01:51:43.535Z Compiling illumos-nvpair-sys v0.2.0
27862026-06-24T01:51:43.565Z Compiling cassowary v0.3.0
27872026-06-24T01:51:43.720Z Compiling hickory-server v0.25.2
27882026-06-24T01:51:43.775Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-24T01:51:43.818Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-24T01:51:43.848Z Compiling ratatui v0.29.0
27912026-06-24T01:51:44.069Z Compiling camino-tempfile-ext v0.3.3
27922026-06-24T01:51:44.333Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-06-24T01:51:44.486Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-24T01:51:44.508Z Compiling darling v0.13.4
27952026-06-24T01:51:44.706Z Compiling sled v0.34.7
27962026-06-24T01:51:45.155Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-06-24T01:51:45.530Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-24T01:51:45.755Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-06-24T01:51:46.587Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-06-24T01:51:47.165Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-06-24T01:51:47.384Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-06-24T01:51:47.613Z Compiling secrecy v0.8.0
28032026-06-24T01:51:47.810Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-24T01:51:48.357Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-24T01:51:48.844Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-24T01:51:49.174Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-24T01:51:49.739Z Compiling serde_with_macros v1.5.2
28082026-06-24T01:51:49.765Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-24T01:51:50.743Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-24T01:51:50.821Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-24T01:51:52.266Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-24T01:51:52.295Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-06-24T01:51:52.318Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-06-24T01:51:52.503Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-06-24T01:51:52.526Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-06-24T01:51:52.548Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-06-24T01:51:52.731Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-06-24T01:51:52.763Z Compiling void v1.0.2
28192026-06-24T01:51:52.911Z Compiling lzss v0.8.2
28202026-06-24T01:51:53.237Z Compiling illumos-nvpair v0.3.0
28212026-06-24T01:51:53.257Z Compiling serde_with v1.14.0
28222026-06-24T01:51:53.767Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28232026-06-24T01:51:53.944Z Compiling git2 v0.20.4
28242026-06-24T01:51:54.307Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28252026-06-24T01:51:54.448Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-06-24T01:51:54.503Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28272026-06-24T01:51:56.981Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-06-24T01:51:57.055Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28292026-06-24T01:51:58.306Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-06-24T01:51:58.634Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-06-24T01:51:58.888Z Compiling tungstenite v0.23.0
28322026-06-24T01:51:59.066Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28332026-06-24T01:51:59.886Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28342026-06-24T01:52:00.084Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-06-24T01:52:00.114Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-24T01:52:00.314Z Compiling nix v0.27.1
28372026-06-24T01:52:01.043Z Compiling twox-hash v2.1.2
28382026-06-24T01:52:01.119Z Compiling serde_bytes v0.11.19
28392026-06-24T01:52:01.159Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-24T01:52:01.348Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28412026-06-24T01:52:01.453Z Compiling tokio-tungstenite v0.23.1
28422026-06-24T01:52:01.501Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-06-24T01:52:01.573Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28442026-06-24T01:52:01.841Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-06-24T01:52:02.178Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28462026-06-24T01:52:03.539Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28472026-06-24T01:52:04.197Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-06-24T01:52:05.072Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-06-24T01:52:05.495Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28502026-06-24T01:52:05.946Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-24T01:52:05.981Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-06-24T01:52:06.272Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-06-24T01:52:06.566Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28542026-06-24T01:52:06.589Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
28552026-06-24T01:52:06.755Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-06-24T01:52:06.939Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-06-24T01:52:07.703Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-06-24T01:52:08.265Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-06-24T01:52:09.744Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-06-24T01:52:10.587Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-24T01:52:12.334Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28622026-06-24T01:52:12.581Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-06-24T01:52:12.873Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28642026-06-24T01:52:12.897Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-06-24T01:52:13.099Z Compiling fatfs v0.3.6
28662026-06-24T01:52:13.192Z Compiling signal-hook-tokio v0.3.1
28672026-06-24T01:52:13.386Z Compiling yasna v0.5.2
28682026-06-24T01:52:13.639Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28692026-06-24T01:52:13.876Z Compiling seq-macro v0.3.6
28702026-06-24T01:52:14.381Z Compiling is_ci v1.2.0
28712026-06-24T01:52:14.413Z Compiling assert_matches v1.5.0
28722026-06-24T01:52:14.449Z Compiling rcgen v0.12.1
28732026-06-24T01:52:14.529Z Compiling supports-color v3.0.2
28742026-06-24T01:52:14.610Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-06-24T01:52:15.117Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-06-24T01:52:15.845Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-06-24T01:52:17.546Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-06-24T01:52:17.781Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-06-24T01:52:18.021Z Compiling rtoolbox v0.0.3
28802026-06-24T01:52:18.316Z Compiling subprocess v0.2.15
28812026-06-24T01:52:19.135Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28822026-06-24T01:52:19.573Z Compiling rpassword v7.4.0
28832026-06-24T01:52:19.791Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28842026-06-24T01:52:19.869Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-24T01:52:20.602Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28862026-06-24T01:52:20.740Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28872026-06-24T01:52:22.163Z Compiling tui-tree-widget v0.23.1
28882026-06-24T01:52:22.479Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28892026-06-24T01:52:23.250Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902026-06-24T01:52:23.602Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28912026-06-24T01:52:23.762Z Compiling uzers v0.12.2
28922026-06-24T01:52:23.837Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28932026-06-24T01:52:24.432Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28942026-06-24T01:52:25.471Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28952026-06-24T01:52:26.957Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28962026-06-24T01:52:28.006Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28972026-06-24T01:52:29.031Z Compiling support-bundle-viewer v0.1.2
28982026-06-24T01:52:30.221Z Compiling multimap v0.10.1
28992026-06-24T01:52:44.627Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29002026-06-24T01:52:46.163Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29012026-06-24T01:52:52.131Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29022026-06-24T01:52:52.225Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29032026-06-24T01:52:52.790Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29042026-06-24T02:00:31.099Z Finished `release` profile [optimized] target(s) in 9m 48s
29052026-06-24T02:01:19.881Z
29062026-06-24T02:01:19.884Zreal 10:38.689709612
29072026-06-24T02:01:19.884Zuser 1:20:05.880463092
29082026-06-24T02:01:19.884Zsys 3:33.986566958
29092026-06-24T02:01:19.884Ztrap 1.740866930
29102026-06-24T02:01:19.884Ztflt 2.581199242
29112026-06-24T02:01:19.884Zdflt 18.840161985
29122026-06-24T02:01:19.885Zkflt 0.028960621
29132026-06-24T02:01:19.885Zlock 7:30:46.518370234
29142026-06-24T02:01:19.885Zslp 2:16:59.951823198
29152026-06-24T02:01:19.885Zlat 2:20.258745776
29162026-06-24T02:01:19.885Zstop 5:06.840608515
29172026-06-24T02:01:19.885Z+ mapfile -t packages
29182026-06-24T02:01:19.885Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29192026-06-24T02:01:20.758Z Finished `release` profile [optimized] target(s) in 0.86s
29202026-06-24T02:01:20.830Z Running `target/release/omicron-package -t test list-outputs`
29212026-06-24T02:01:20.895ZLogging to: /work/oxidecomputer/omicron/out/LOG
29222026-06-24T02:01:20.898Z+ ptime -m cargo build --locked --release -p xtask
29232026-06-24T02:01:21.359Z Compiling libc v0.2.185
29242026-06-24T02:01:21.359Z Compiling serde v1.0.228
29252026-06-24T02:01:21.362Z Compiling serde_core v1.0.228
29262026-06-24T02:01:21.446Z Compiling rustix v1.1.3
29272026-06-24T02:01:21.464Z Compiling bitflags v2.11.0
29282026-06-24T02:01:21.472Z Compiling serde_json v1.0.150
29292026-06-24T02:01:21.500Z Compiling num-traits v0.2.19
29302026-06-24T02:01:21.509Z Compiling syn v2.0.117
29312026-06-24T02:01:21.519Z Compiling smallvec v1.15.1
29322026-06-24T02:01:21.541Z Compiling usdt-impl v0.5.0
29332026-06-24T02:01:21.544Z Compiling indexmap v2.14.0
29342026-06-24T02:01:21.549Z Compiling syn v1.0.109
29352026-06-24T02:01:21.571Z Compiling getrandom v0.4.1
29362026-06-24T02:01:21.583Z Compiling log v0.4.29
29372026-06-24T02:01:21.759Z Compiling percent-encoding v2.3.2
29382026-06-24T02:01:21.927Z Compiling fs-err v3.3.0
29392026-06-24T02:01:21.930Z Compiling form_urlencoded v1.2.2
29402026-06-24T02:01:21.985Z Compiling anyhow v1.0.102
29412026-06-24T02:01:21.987Z Compiling heck v0.4.1
29422026-06-24T02:01:21.987Z Compiling once_cell v1.21.3
29432026-06-24T02:01:22.242Z Compiling errno v0.3.14
29442026-06-24T02:01:22.242Z Compiling thread-id v4.2.2
29452026-06-24T02:01:22.245Z Compiling memmap v0.7.0
29462026-06-24T02:01:22.488Z Compiling ordered-float v2.10.1
29472026-06-24T02:01:23.045Z Compiling proc-macro-error v1.0.4
29482026-06-24T02:01:23.246Z Compiling terminal_size v0.4.3
29492026-06-24T02:01:23.246Z Compiling tempfile v3.25.0
29502026-06-24T02:01:23.287Z Compiling tabled_derive v0.7.0
29512026-06-24T02:01:23.343Z Compiling clap_builder v4.6.0
29522026-06-24T02:01:23.343Z Compiling textwrap v0.16.2
29532026-06-24T02:01:23.486Z Compiling camino-tempfile v1.4.1
29542026-06-24T02:01:23.974Z Compiling tabled v0.15.0
29552026-06-24T02:01:24.015Z Compiling synstructure v0.13.2
29562026-06-24T02:01:24.015Z Compiling pest_generator v2.8.6
29572026-06-24T02:01:24.384Z Compiling serde_derive v1.0.228
29582026-06-24T02:01:24.384Z Compiling zerovec-derive v0.11.2
29592026-06-24T02:01:24.386Z Compiling displaydoc v0.2.5
29602026-06-24T02:01:24.386Z Compiling thiserror-impl v1.0.69
29612026-06-24T02:01:24.386Z Compiling zerocopy-derive v0.7.35
29622026-06-24T02:01:24.386Z Compiling scroll_derive v0.12.1
29632026-06-24T02:01:24.386Z Compiling thiserror-impl v2.0.18
29642026-06-24T02:01:24.386Z Compiling clap_derive v4.6.1
29652026-06-24T02:01:24.428Z Compiling zerofrom-derive v0.1.6
29662026-06-24T02:01:24.440Z Compiling yoke-derive v0.8.1
29672026-06-24T02:01:24.538Z Compiling pest_derive v2.8.6
29682026-06-24T02:01:25.104Z Compiling scroll v0.12.0
29692026-06-24T02:01:25.215Z Compiling zerocopy v0.7.35
29702026-06-24T02:01:25.430Z Compiling goblin v0.8.2
29712026-06-24T02:01:25.550Z Compiling thiserror v1.0.69
29722026-06-24T02:01:25.607Z Compiling zerofrom v0.1.6
29732026-06-24T02:01:25.620Z Compiling thiserror v2.0.18
29742026-06-24T02:01:25.652Z Compiling dtrace-parser v0.2.0
29752026-06-24T02:01:25.736Z Compiling yoke v0.8.1
29762026-06-24T02:01:25.944Z Compiling zerovec v0.11.5
29772026-06-24T02:01:26.063Z Compiling zerotrie v0.2.3
29782026-06-24T02:01:26.235Z Compiling clap v4.6.1
29792026-06-24T02:01:26.510Z Compiling tinystr v0.8.2
29802026-06-24T02:01:26.575Z Compiling potential_utf v0.1.4
29812026-06-24T02:01:26.740Z Compiling icu_locale_core v2.1.1
29822026-06-24T02:01:26.794Z Compiling icu_collections v2.1.1
29832026-06-24T02:01:27.452Z Compiling icu_provider v2.1.1
29842026-06-24T02:01:27.751Z Compiling icu_properties v2.1.2
29852026-06-24T02:01:27.770Z Compiling icu_normalizer v2.1.1
29862026-06-24T02:01:27.826Z Compiling toml_datetime v0.6.11
29872026-06-24T02:01:27.877Z Compiling serde_spanned v0.6.9
29882026-06-24T02:01:27.966Z Compiling dof v0.3.0
29892026-06-24T02:01:28.058Z Compiling toml_edit v0.22.27
29902026-06-24T02:01:28.062Z Compiling serde_tokenstream v0.2.3
29912026-06-24T02:01:28.100Z Compiling serde-value v0.7.0
29922026-06-24T02:01:28.196Z Compiling cargo-platform v0.2.0
29932026-06-24T02:01:28.233Z Compiling macaddr v1.0.1
29942026-06-24T02:01:28.757Z Compiling idna_adapter v1.2.1
29952026-06-24T02:01:28.872Z Compiling idna v1.1.0
29962026-06-24T02:01:28.884Z Compiling usdt-attr-macro v0.5.0
29972026-06-24T02:01:28.896Z Compiling usdt-macro v0.5.0
29982026-06-24T02:01:29.273Z Compiling url v2.5.8
29992026-06-24T02:01:29.554Z Compiling usdt v0.5.0
30002026-06-24T02:01:29.698Z Compiling toml v0.8.23
30012026-06-24T02:01:30.140Z Compiling cargo-util-schemas v0.8.2
30022026-06-24T02:01:30.140Z Compiling cargo_toml v0.21.0
30032026-06-24T02:01:31.185Z Compiling cargo_metadata v0.21.0
30042026-06-24T02:01:34.661Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-06-24T02:01:37.668Z Finished `release` profile [optimized] target(s) in 16.76s
30062026-06-24T02:01:37.808Z
30072026-06-24T02:01:37.808Zreal 16.878090186
30082026-06-24T02:01:37.808Zuser 2:20.257861823
30092026-06-24T02:01:37.808Zsys 17.053597801
30102026-06-24T02:01:37.811Ztrap 0.076594680
30112026-06-24T02:01:37.811Ztflt 0.483863190
30122026-06-24T02:01:37.811Zdflt 1.452492617
30132026-06-24T02:01:37.811Zkflt 0.000037106
30142026-06-24T02:01:37.811Zlock 5:24.266169108
30152026-06-24T02:01:37.811Zslp 3:32.253039666
30162026-06-24T02:01:37.811Zlat 5.262537511
30172026-06-24T02:01:37.811Zstop 18.733082368
30182026-06-24T02:01:37.811Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-06-24T02:01:37.811Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30202026-06-24T02:01:37.811Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-06-24T02:01:37.811Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30222026-06-24T02:01:37.811Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30232026-06-24T02:01:38.697Z Compiling progenitor-client v0.14.0
30242026-06-24T02:01:38.697Z Compiling cpufeatures v0.3.0
30252026-06-24T02:01:38.700Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-06-24T02:01:38.701Z Compiling newtype-uuid-macros v0.1.0
30272026-06-24T02:01:38.701Z Compiling hybrid-array v0.4.10
30282026-06-24T02:01:38.701Z Compiling match_cfg v0.1.0
30292026-06-24T02:01:38.701Z Compiling slog-json v2.6.1
30302026-06-24T02:01:38.841Z Compiling structmeta-derive v0.3.0
30312026-06-24T02:01:38.844Z Compiling multer v3.1.0
30322026-06-24T02:01:38.844Z Compiling debug-ignore v1.0.5
30332026-06-24T02:01:38.844Z Compiling const-oid v0.10.2
30342026-06-24T02:01:38.844Z Compiling compression-core v0.4.31
30352026-06-24T02:01:38.854Z Compiling atomicwrites v0.4.4
30362026-06-24T02:01:38.903Z Compiling itertools v0.14.0
30372026-06-24T02:01:38.921Z Compiling async-stream-impl v0.3.6
30382026-06-24T02:01:38.937Z Compiling serde_spanned v1.1.1
30392026-06-24T02:01:38.956Z Compiling toml_datetime v1.1.1+spec-1.1.0
30402026-06-24T02:01:39.041Z Compiling dropshot v0.17.1
30412026-06-24T02:01:39.127Z Compiling hostname v0.3.1
30422026-06-24T02:01:39.130Z Compiling compression-codecs v0.4.37
30432026-06-24T02:01:39.130Z Compiling toml_writer v1.1.1+spec-1.1.0
30442026-06-24T02:01:39.130Z Compiling waitgroup v0.1.2
30452026-06-24T02:01:39.156Z Compiling rustls-pemfile v2.2.0
30462026-06-24T02:01:39.275Z Compiling slog-bunyan v2.5.0
30472026-06-24T02:01:39.315Z Compiling crypto-common v0.2.2
30482026-06-24T02:01:39.318Z Compiling block-buffer v0.12.1
30492026-06-24T02:01:39.393Z Compiling dropshot_endpoint v0.17.1
30502026-06-24T02:01:39.414Z Compiling toml v1.1.2+spec-1.1.0
30512026-06-24T02:01:39.418Z Compiling serde_path_to_error v0.1.20
30522026-06-24T02:01:39.451Z Compiling async-compression v0.4.41
30532026-06-24T02:01:39.469Z Compiling hostname v0.4.2
30542026-06-24T02:01:39.469Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-06-24T02:01:39.488Z Compiling macaddr v1.0.1
30562026-06-24T02:01:39.538Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-06-24T02:01:39.558Z Compiling instant v0.1.13
30582026-06-24T02:01:39.562Z Compiling regress v0.10.5
30592026-06-24T02:01:39.562Z Compiling async-stream v0.3.6
30602026-06-24T02:01:39.645Z Compiling backon v1.6.0
30612026-06-24T02:01:39.706Z Compiling backoff v0.4.0
30622026-06-24T02:01:39.725Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-24T02:01:39.765Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30642026-06-24T02:01:39.787Z Compiling humantime v2.3.0
30652026-06-24T02:01:39.805Z Compiling universal-hash v0.5.1
30662026-06-24T02:01:39.824Z Compiling progenitor-extras v0.2.0
30672026-06-24T02:01:39.873Z Compiling opaque-debug v0.3.1
30682026-06-24T02:01:39.876Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-06-24T02:01:39.906Z Compiling regress v0.11.1
30702026-06-24T02:01:39.935Z Compiling half v2.7.1
30712026-06-24T02:01:39.961Z Compiling digest v0.11.3
30722026-06-24T02:01:39.979Z Compiling ciborium-io v0.2.2
30732026-06-24T02:01:39.998Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-24T02:01:40.045Z Compiling structmeta v0.3.0
30752026-06-24T02:01:40.082Z Compiling crucible-workspace-hack v0.1.0
30762026-06-24T02:01:40.100Z Compiling convert_case v0.4.0
30772026-06-24T02:01:40.103Z Compiling aead v0.5.2
30782026-06-24T02:01:40.163Z Compiling sha1 v0.11.0
30792026-06-24T02:01:40.182Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-06-24T02:01:40.209Z Compiling ciborium-ll v0.2.2
30812026-06-24T02:01:40.268Z Compiling secrecy v0.10.3
30822026-06-24T02:01:40.287Z Compiling poly1305 v0.8.0
30832026-06-24T02:01:40.290Z Compiling derive-ex v0.1.8
30842026-06-24T02:01:40.319Z Compiling parse-display-derive v0.10.0
30852026-06-24T02:01:40.452Z Compiling ciborium v0.2.2
30862026-06-24T02:01:40.471Z Compiling chacha20 v0.9.1
30872026-06-24T02:01:40.474Z Compiling unsafe-libyaml v0.2.11
30882026-06-24T02:01:40.475Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
30892026-06-24T02:01:40.523Z Compiling derive_more v0.99.20
30902026-06-24T02:01:40.526Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-06-24T02:01:40.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30922026-06-24T02:01:40.703Z Compiling thiserror-impl-no-std v2.0.2
30932026-06-24T02:01:40.784Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-06-24T02:01:40.801Z Compiling byte-wrapper v0.1.0
30952026-06-24T02:01:40.910Z Compiling blake2 v0.10.6
30962026-06-24T02:01:40.928Z Compiling password-hash v0.5.0
30972026-06-24T02:01:41.055Z Compiling serde_yaml v0.9.34+deprecated
30982026-06-24T02:01:41.073Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
30992026-06-24T02:01:41.076Z Compiling toml_datetime v0.7.5+spec-1.1.0
31002026-06-24T02:01:41.173Z Compiling chacha20poly1305 v0.10.1
31012026-06-24T02:01:41.206Z Compiling argon2 v0.5.3
31022026-06-24T02:01:41.248Z Compiling indent_write v2.2.0
31032026-06-24T02:01:41.353Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-24T02:01:41.372Z Compiling heapless v0.8.0
31052026-06-24T02:01:41.375Z Compiling ingot-macros v0.1.1
31062026-06-24T02:01:41.414Z Compiling tabwriter v1.4.1
31072026-06-24T02:01:41.507Z Compiling hash32 v0.3.1
31082026-06-24T02:01:41.678Z Compiling typify-impl v0.6.2
31092026-06-24T02:01:41.694Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-06-24T02:01:41.914Z Compiling proc-macro-crate v3.4.0
31112026-06-24T02:01:41.953Z Compiling thiserror-no-std v2.0.2
31122026-06-24T02:01:41.987Z Compiling smoltcp v0.11.0
31132026-06-24T02:01:42.068Z Compiling vsss-rs v3.3.4
31142026-06-24T02:01:42.085Z Compiling test-strategy v0.4.5
31152026-06-24T02:01:42.132Z Compiling parse-display v0.10.0
31162026-06-24T02:01:42.369Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-24T02:01:42.461Z Compiling cobs v0.3.0
31182026-06-24T02:01:42.478Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-06-24T02:01:42.511Z Compiling num_enum_derive v0.7.6
31202026-06-24T02:01:42.582Z Compiling colored v3.1.1
31212026-06-24T02:01:42.636Z Compiling postcard v1.1.3
31222026-06-24T02:01:42.690Z Compiling proc-macro-error v1.0.4
31232026-06-24T02:01:42.734Z Compiling proc-macro-crate v1.3.1
31242026-06-24T02:01:42.781Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-24T02:01:42.920Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31262026-06-24T02:01:43.002Z Compiling foreign-types-macros v0.2.3
31272026-06-24T02:01:43.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-24T02:01:43.052Z Compiling rayon-core v1.13.0
31292026-06-24T02:01:43.101Z Compiling foreign-types-shared v0.3.1
31302026-06-24T02:01:43.193Z Compiling num_enum_derive v0.5.11
31312026-06-24T02:01:43.241Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-06-24T02:01:43.330Z Compiling chacha20 v0.10.0
31332026-06-24T02:01:43.346Z Compiling crossbeam-deque v0.8.6
31342026-06-24T02:01:43.371Z Compiling camino-tempfile v1.4.1
31352026-06-24T02:01:43.387Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-24T02:01:43.419Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-24T02:01:43.613Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-06-24T02:01:43.650Z Compiling num_enum v0.7.6
31392026-06-24T02:01:43.678Z Compiling cstr-argument v0.1.2
31402026-06-24T02:01:43.698Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31412026-06-24T02:01:43.701Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-06-24T02:01:43.735Z Compiling foreign-types v0.5.0
31432026-06-24T02:01:43.737Z Compiling rand v0.10.0
31442026-06-24T02:01:43.801Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-06-24T02:01:43.861Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-06-24T02:01:43.878Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-06-24T02:01:43.919Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-06-24T02:01:43.963Z Compiling zone_cfg_derive v0.3.1
31492026-06-24T02:01:43.981Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-24T02:01:44.040Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31512026-06-24T02:01:44.072Z Compiling itertools v0.12.1
31522026-06-24T02:01:44.146Z Compiling num-derive v0.4.2
31532026-06-24T02:01:44.163Z Compiling sigpipe v0.1.3
31542026-06-24T02:01:44.268Z Compiling rayon v1.11.0
31552026-06-24T02:01:44.286Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-06-24T02:01:44.286Z Compiling glob v0.3.3
31572026-06-24T02:01:44.333Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-24T02:01:44.351Z Compiling num_enum v0.5.11
31592026-06-24T02:01:44.406Z Compiling ingot-types v0.1.2
31602026-06-24T02:01:44.479Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-06-24T02:01:44.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
31622026-06-24T02:01:44.577Z Compiling smf v0.2.3
31632026-06-24T02:01:44.717Z Compiling whoami v1.6.1
31642026-06-24T02:01:44.734Z Compiling usdt-macro v0.5.0
31652026-06-24T02:01:44.772Z Compiling usdt-attr-macro v0.5.0
31662026-06-24T02:01:44.822Z Compiling ingot v0.1.1
31672026-06-24T02:01:44.850Z Compiling gethostname v0.5.0
31682026-06-24T02:01:44.867Z Compiling num-rational v0.4.2
31692026-06-24T02:01:44.973Z Compiling num-complex v0.4.6
31702026-06-24T02:01:45.005Z Compiling memmap v0.7.0
31712026-06-24T02:01:45.044Z Compiling derive-where v1.6.0
31722026-06-24T02:01:45.134Z Compiling float-ord v0.3.2
31732026-06-24T02:01:45.166Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
31742026-06-24T02:01:45.229Z Compiling toml v0.8.23
31752026-06-24T02:01:45.284Z Compiling zone v0.3.1
31762026-06-24T02:01:45.390Z Compiling num v0.4.3
31772026-06-24T02:01:45.421Z Compiling resolv-conf v0.7.6
31782026-06-24T02:01:45.496Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-06-24T02:01:45.513Z Compiling cancel-safe-futures v0.1.5
31802026-06-24T02:01:45.564Z Compiling owo-colors v4.3.0
31812026-06-24T02:01:45.594Z Compiling libsw-core v0.3.2
31822026-06-24T02:01:45.657Z Compiling usdt v0.5.0
31832026-06-24T02:01:45.674Z Compiling prettyplease v0.2.37
31842026-06-24T02:01:45.797Z Compiling libsw v3.5.0
31852026-06-24T02:01:45.815Z Compiling console v0.15.11
31862026-06-24T02:01:45.899Z Compiling hickory-proto v0.24.4
31872026-06-24T02:01:45.955Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-06-24T02:01:45.974Z Compiling newline-converter v0.3.0
31892026-06-24T02:01:46.021Z Compiling linked-hash-map v0.5.6
31902026-06-24T02:01:46.021Z Compiling linear-map v1.2.0
31912026-06-24T02:01:46.057Z Compiling libefi-sys v0.1.0
31922026-06-24T02:01:46.138Z Compiling git-stub v1.0.0
31932026-06-24T02:01:46.140Z Compiling bitfield-struct v0.6.2
31942026-06-24T02:01:46.236Z Compiling lru-cache v0.1.2
31952026-06-24T02:01:46.254Z Compiling expectorate v1.2.0
31962026-06-24T02:01:46.305Z Compiling nom v8.0.0
31972026-06-24T02:01:46.354Z Compiling typify-macro v0.6.2
31982026-06-24T02:01:46.389Z Compiling semver v0.1.20
31992026-06-24T02:01:46.430Z Compiling git-stub-vcs v0.1.0
32002026-06-24T02:01:46.467Z Compiling tokio-dtrace v0.1.1
32012026-06-24T02:01:46.485Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-24T02:01:46.561Z Compiling slog-dtrace v0.3.0
32032026-06-24T02:01:46.668Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32042026-06-24T02:01:46.712Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-06-24T02:01:46.768Z Compiling rustc_version v0.1.7
32062026-06-24T02:01:46.786Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-06-24T02:01:46.803Z Compiling minimal-lexical v0.2.1
32082026-06-24T02:01:46.840Z Compiling oxide-tokio-rt v0.1.4
32092026-06-24T02:01:46.857Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-24T02:01:46.860Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-06-24T02:01:46.890Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-24T02:01:46.905Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-06-24T02:01:46.985Z Compiling phf_shared v0.12.1
32142026-06-24T02:01:47.031Z Compiling newtype_derive v0.1.6
32152026-06-24T02:01:47.092Z Compiling nom v7.1.3
32162026-06-24T02:01:47.108Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-24T02:01:47.170Z Compiling csv-core v0.1.13
32182026-06-24T02:01:47.190Z Compiling highway v1.3.0
32192026-06-24T02:01:47.205Z Compiling chrono-tz v0.10.4
32202026-06-24T02:01:47.259Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32212026-06-24T02:01:47.319Z Compiling xshell-macros v0.2.7
32222026-06-24T02:01:47.362Z Compiling csv v1.4.0
32232026-06-24T02:01:47.471Z Compiling const_format_proc_macros v0.2.34
32242026-06-24T02:01:47.488Z Compiling phf v0.12.1
32252026-06-24T02:01:47.534Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-24T02:01:47.672Z Compiling primeorder v0.13.6
32272026-06-24T02:01:47.761Z Compiling xshell v0.2.7
32282026-06-24T02:01:47.857Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-06-24T02:01:47.953Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32302026-06-24T02:01:48.115Z Compiling hickory-resolver v0.24.4
32312026-06-24T02:01:48.144Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-06-24T02:01:48.196Z Compiling tabled_derive v0.7.0
32332026-06-24T02:01:48.223Z Compiling typify v0.6.2
32342026-06-24T02:01:48.347Z Compiling progenitor-impl v0.14.0
32352026-06-24T02:01:48.364Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-06-24T02:01:48.395Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32372026-06-24T02:01:48.428Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-24T02:01:48.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-06-24T02:01:48.720Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-24T02:01:48.791Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-06-24T02:01:49.019Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-06-24T02:01:49.110Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-24T02:01:49.270Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32442026-06-24T02:01:49.290Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-24T02:01:49.322Z Compiling qorb v0.4.1
32462026-06-24T02:01:49.447Z Compiling const_format v0.2.35
32472026-06-24T02:01:49.465Z Compiling bcs v0.1.6
32482026-06-24T02:01:49.510Z Compiling tagptr v0.2.0
32492026-06-24T02:01:49.531Z Compiling salty v0.3.0
32502026-06-24T02:01:49.698Z Compiling termtree v0.5.1
32512026-06-24T02:01:49.807Z Compiling textwrap v0.16.2
32522026-06-24T02:01:49.825Z Compiling moka v0.12.13
32532026-06-24T02:01:49.861Z Compiling tabled v0.15.0
32542026-06-24T02:01:49.892Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-06-24T02:01:50.043Z Compiling steno v0.4.1
32562026-06-24T02:01:50.141Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-06-24T02:01:50.308Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-24T02:01:50.326Z Compiling base64 v0.21.7
32592026-06-24T02:01:50.329Z Compiling radium v0.7.0
32602026-06-24T02:01:50.498Z Compiling p384 v0.13.1
32612026-06-24T02:01:50.637Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-24T02:01:50.654Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-24T02:01:50.706Z Compiling hickory-resolver v0.25.2
32642026-06-24T02:01:50.730Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32652026-06-24T02:01:50.808Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-06-24T02:01:51.108Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32672026-06-24T02:01:51.169Z Compiling progenitor-macro v0.14.0
32682026-06-24T02:01:51.230Z Compiling maybe-uninit v2.0.0
32692026-06-24T02:01:51.384Z Compiling tap v1.0.1
32702026-06-24T02:01:51.474Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-24T02:01:51.533Z Compiling wyz v0.5.1
32722026-06-24T02:01:51.618Z Compiling proc-macro-error-attr2 v2.0.0
32732026-06-24T02:01:51.688Z Compiling parking_lot_core v0.8.6
32742026-06-24T02:01:51.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-06-24T02:01:51.798Z Compiling packed_struct v0.10.1
32762026-06-24T02:01:51.836Z Compiling funty v2.0.0
32772026-06-24T02:01:51.984Z Compiling utf-8 v0.7.6
32782026-06-24T02:01:52.069Z Compiling proc-macro-error2 v2.0.1
32792026-06-24T02:01:52.120Z Compiling polyval v0.6.2
32802026-06-24T02:01:52.140Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-06-24T02:01:52.157Z Compiling tungstenite v0.21.0
32822026-06-24T02:01:52.201Z Compiling bitvec v1.0.1
32832026-06-24T02:01:52.312Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-06-24T02:01:52.395Z Compiling packed_struct_codegen v0.10.1
32852026-06-24T02:01:52.418Z Compiling num-derive v0.3.3
32862026-06-24T02:01:52.436Z Compiling bitfield-macros v0.19.4
32872026-06-24T02:01:52.458Z Compiling zerocopy-derive v0.6.6
32882026-06-24T02:01:52.643Z Compiling indexmap v1.9.3
32892026-06-24T02:01:52.667Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-06-24T02:01:52.669Z Compiling nodrop v0.1.14
32912026-06-24T02:01:52.793Z Compiling crc-catalog v2.4.0
32922026-06-24T02:01:52.856Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-24T02:01:52.923Z Compiling crc v3.4.0
32942026-06-24T02:01:52.942Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-24T02:01:52.960Z Compiling array-init v0.0.4
32962026-06-24T02:01:53.040Z Compiling tokio-tungstenite v0.21.0
32972026-06-24T02:01:53.100Z Compiling tabled_derive v0.11.0
32982026-06-24T02:01:53.117Z Compiling ghash v0.5.1
32992026-06-24T02:01:53.161Z Compiling smallvec v0.6.14
33002026-06-24T02:01:53.229Z Compiling bitfield v0.19.4
33012026-06-24T02:01:53.390Z Compiling zerocopy v0.6.6
33022026-06-24T02:01:53.393Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-06-24T02:01:53.425Z Compiling progenitor-impl v0.13.0
33042026-06-24T02:01:53.425Z Compiling libscf-sys v1.1.0
33052026-06-24T02:01:53.428Z Compiling papergrid v0.17.0
33062026-06-24T02:01:53.529Z Compiling testing_table v0.3.0
33072026-06-24T02:01:53.589Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33082026-06-24T02:01:53.607Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-06-24T02:01:53.659Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-24T02:01:53.676Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-06-24T02:01:53.744Z Compiling ctr v0.9.2
33122026-06-24T02:01:53.777Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-24T02:01:53.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-06-24T02:01:53.816Z Compiling corncobs v0.1.4
33152026-06-24T02:01:53.913Z Compiling hashbrown v0.12.3
33162026-06-24T02:01:53.985Z Compiling illumos-nvpair-sys v0.2.0
33172026-06-24T02:01:54.003Z Compiling unicase v2.9.0
33182026-06-24T02:01:54.021Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-24T02:01:54.095Z Compiling aes-gcm v0.10.3
33202026-06-24T02:01:54.170Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-24T02:01:54.237Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-24T02:01:54.254Z Compiling mime_guess v2.0.5
33232026-06-24T02:01:54.328Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-06-24T02:01:54.426Z Compiling tabled v0.20.0
33252026-06-24T02:01:54.463Z Compiling parking_lot v0.11.2
33262026-06-24T02:01:54.466Z Compiling serde-hex v0.1.0
33272026-06-24T02:01:54.711Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-24T02:01:54.806Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33292026-06-24T02:01:54.864Z Compiling ron v0.8.1
33302026-06-24T02:01:54.894Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-06-24T02:01:54.968Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-06-24T02:01:55.107Z Compiling hashbrown v0.13.2
33332026-06-24T02:01:55.193Z Compiling progenitor-client v0.13.0
33342026-06-24T02:01:55.232Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33352026-06-24T02:01:55.249Z Compiling blowfish v0.9.1
33362026-06-24T02:01:55.390Z Compiling prefix-trie v0.7.0
33372026-06-24T02:01:55.546Z Compiling ssh-encoding v0.2.0
33382026-06-24T02:01:55.561Z Compiling fxhash v0.2.1
33392026-06-24T02:01:55.627Z Compiling secrecy v0.8.0
33402026-06-24T02:01:55.733Z Compiling crc-any v2.5.0
33412026-06-24T02:01:55.803Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-24T02:01:55.844Z Compiling ssh-cipher v0.2.0
33432026-06-24T02:01:55.877Z Compiling hickory-server v0.25.2
33442026-06-24T02:01:56.057Z Compiling sled v0.34.7
33452026-06-24T02:01:56.164Z Compiling progenitor-macro v0.13.0
33462026-06-24T02:01:56.269Z Compiling object v0.30.4
33472026-06-24T02:01:56.290Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-06-24T02:01:56.308Z Compiling bcrypt-pbkdf v0.10.0
33492026-06-24T02:01:56.328Z Compiling progenitor v0.14.0
33502026-06-24T02:01:56.481Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-24T02:01:56.513Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-24T02:01:56.617Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-24T02:01:56.658Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-24T02:01:56.903Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
33552026-06-24T02:01:56.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-06-24T02:01:57.175Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-24T02:01:57.213Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-24T02:01:57.246Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-06-24T02:01:57.289Z Compiling password-hash v0.4.2
33602026-06-24T02:01:57.350Z Compiling crc8 v0.1.1
33612026-06-24T02:01:57.497Z Compiling half v1.8.3
33622026-06-24T02:01:57.719Z Compiling path-slash v0.1.5
33632026-06-24T02:01:57.774Z Compiling http-range v0.1.5
33642026-06-24T02:01:57.791Z Compiling serde_cbor v0.11.2
33652026-06-24T02:01:57.889Z Compiling pbkdf2 v0.11.0
33662026-06-24T02:01:57.973Z Compiling illumos-nvpair v0.3.0
33672026-06-24T02:01:58.246Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-06-24T02:01:58.451Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-24T02:01:58.562Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-06-24T02:01:59.092Z Compiling ssh-key v0.6.7
33712026-06-24T02:01:59.281Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-06-24T02:01:59.327Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-06-24T02:01:59.454Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-06-24T02:01:59.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-24T02:01:59.784Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-06-24T02:01:59.787Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-24T02:01:59.819Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-06-24T02:01:59.855Z Compiling p256 v0.13.2
33792026-06-24T02:01:59.929Z Compiling p521 v0.13.3
33802026-06-24T02:02:00.272Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-06-24T02:02:00.374Z Compiling yasna v0.5.2
33822026-06-24T02:02:00.408Z Compiling kstat-rs v0.2.4
33832026-06-24T02:02:00.620Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-06-24T02:02:00.722Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-06-24T02:02:00.740Z Compiling headers-core v0.3.0
33862026-06-24T02:02:00.825Z Compiling nanorand v0.7.0
33872026-06-24T02:02:00.896Z Compiling atty v0.2.14
33882026-06-24T02:02:00.942Z Compiling russh-cryptovec v0.7.3
33892026-06-24T02:02:00.972Z Compiling home v0.5.12
33902026-06-24T02:02:00.992Z Compiling md5 v0.7.0
33912026-06-24T02:02:01.041Z Compiling flume v0.11.1
33922026-06-24T02:02:01.124Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
33932026-06-24T02:02:01.148Z Compiling headers v0.4.1
33942026-06-24T02:02:01.151Z Compiling rcgen v0.12.1
33952026-06-24T02:02:01.166Z Compiling russh-keys v0.45.0
33962026-06-24T02:02:01.225Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-06-24T02:02:01.295Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-24T02:02:01.314Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33992026-06-24T02:02:01.342Z Compiling progenitor v0.13.0
34002026-06-24T02:02:01.420Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34012026-06-24T02:02:01.529Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34022026-06-24T02:02:01.653Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-06-24T02:02:01.740Z Compiling hyper-staticfile v0.10.1
34042026-06-24T02:02:01.849Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-06-24T02:02:01.922Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-06-24T02:02:01.947Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-06-24T02:02:02.041Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-06-24T02:02:02.282Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
34092026-06-24T02:02:02.326Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-06-24T02:02:02.346Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-06-24T02:02:02.440Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-24T02:02:02.458Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-24T02:02:02.502Z Compiling num-bigint v0.4.6
34142026-06-24T02:02:02.659Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34152026-06-24T02:02:02.679Z Compiling des v0.8.1
34162026-06-24T02:02:02.682Z Compiling subprocess v0.2.15
34172026-06-24T02:02:02.716Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-06-24T02:02:02.779Z Compiling hex-literal v0.4.1
34192026-06-24T02:02:02.804Z Compiling display-error-chain v0.2.2
34202026-06-24T02:02:02.859Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34212026-06-24T02:02:02.902Z Compiling colored v2.2.0
34222026-06-24T02:02:02.928Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-06-24T02:02:02.967Z Compiling socket2 v0.5.10
34242026-06-24T02:02:03.073Z Compiling internet-checksum v0.2.1
34252026-06-24T02:02:03.174Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-06-24T02:02:03.290Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-06-24T02:02:03.713Z Compiling russh v0.45.0
34282026-06-24T02:02:04.236Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34292026-06-24T02:02:05.217Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-06-24T02:02:05.217Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-06-24T02:02:07.627Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34322026-06-24T02:02:08.266Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34332026-06-24T02:02:08.283Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34342026-06-24T02:02:08.765Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34352026-06-24T02:02:10.775Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362026-06-24T02:02:19.085Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34372026-06-24T02:02:19.085Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34382026-06-24T02:02:19.085Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34392026-06-24T02:02:19.085Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-06-24T02:02:20.815Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34412026-06-24T02:02:20.965Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-06-24T02:02:25.056Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34432026-06-24T02:03:04.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34442026-06-24T02:03:04.924Z
34452026-06-24T02:03:04.924Zreal 1:27.051541776
34462026-06-24T02:03:04.924Zuser 7:59.294257293
34472026-06-24T02:03:04.925Zsys 1:39.900387580
34482026-06-24T02:03:04.925Ztrap 0.228160299
34492026-06-24T02:03:04.925Ztflt 0.601427243
34502026-06-24T02:03:04.925Zdflt 1.742098485
34512026-06-24T02:03:04.928Zkflt 0.000296989
34522026-06-24T02:03:04.928Zlock 28:15.842576120
34532026-06-24T02:03:04.928Zslp 17:53.794602768
34542026-06-24T02:03:04.928Zlat 38.201854577
34552026-06-24T02:03:04.928Zstop 2:57.538558381
34562026-06-24T02:03:04.928Z+ mkdir tests
34572026-06-24T02:03:04.931Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34582026-06-24T02:03:04.931Z+ xargs -I '{}' -t cp '{}' tests/
34592026-06-24T02:03:04.954Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6e5dac969b36dca8 tests/
34602026-06-24T02:03:04.982Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0f402e610ec7e4fb tests/
34612026-06-24T02:03:05.003Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5220b65010f3dc9c tests/
34622026-06-24T02:03:05.042Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-55f63d4d36c6da8b tests/
34632026-06-24T02:03:05.401Z+ 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-24T02:03:05.404Z+ 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-0f402e610ec7e4fb tests/commtest-5220b65010f3dc9c tests/dhcp_server-6e5dac969b36dca8 tests/end_to_end_tests-55f63d4d36c6da8b 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-24T02:04:25.831ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34662026-06-24T02:04:25.831Za .github/buildomat/ci-env.sh 1K
34672026-06-24T02:04:25.831Za out/target/test 1K
34682026-06-24T02:04:25.832Za out/npuzone/npuzone 27402K
34692026-06-24T02:04:25.832Za package-manifest.toml 35K
34702026-06-24T02:04:25.832Za smf/sled-agent/non-gimlet/config.toml 6K
34712026-06-24T02:04:25.832Za target/release/omicron-package 43496K
34722026-06-24T02:04:25.832Za target/release/xtask 11148K
34732026-06-24T02:04:25.832Za target/debug/bootstrap 353593K
34742026-06-24T02:04:25.832Za tests/bootstrap-0f402e610ec7e4fb 31977K
34752026-06-24T02:04:25.832Za tests/commtest-5220b65010f3dc9c 43620K
34762026-06-24T02:04:25.832Za tests/dhcp_server-6e5dac969b36dca8 31977K
34772026-06-24T02:04:25.832Za tests/end_to_end_tests-55f63d4d36c6da8b 395152K
34782026-06-24T02:04:25.832Za tools/opte_version 1K
34792026-06-24T02:04:25.832Za tools/opte_version_override 2K
34802026-06-24T02:04:25.832Za out/clickhouse.tar.gz 314072K
34812026-06-24T02:04:25.832Za out/clickhouse_keeper.tar.gz 299838K
34822026-06-24T02:04:25.832Za out/clickhouse_server.tar.gz 314069K
34832026-06-24T02:04:25.832Za out/cockroachdb.tar.gz 160538K
34842026-06-24T02:04:25.832Za out/crucible-pantry-zone.tar.gz 37916K
34852026-06-24T02:04:25.832Za out/crucible-utils.tar 18901K
34862026-06-24T02:04:25.832Za out/crucible-zone.tar.gz 52615K
34872026-06-24T02:04:25.832Za out/external-dns.tar.gz 45622K
34882026-06-24T02:04:25.832Za out/internal-dns.tar.gz 45621K
34892026-06-24T02:04:25.832Za out/mg-ddm-gz.tar 97917K
34902026-06-24T02:04:25.832Za out/nexus.tar.gz 276206K
34912026-06-24T02:04:25.833Za out/ntp.tar.gz 28057K
34922026-06-24T02:04:25.833Za out/omicron-gateway-softnpu.tar.gz 29533K
34932026-06-24T02:04:25.833Za out/omicron-sled-agent.tar 190250K
34942026-06-24T02:04:25.833Za out/overlay.tar.gz 3K
34952026-06-24T02:04:25.833Za out/oximeter.tar.gz 62829K
34962026-06-24T02:04:25.833Za out/oxlog.tar 3808K
34972026-06-24T02:04:25.833Za out/probe.tar.gz 3037K
34982026-06-24T02:04:25.833Za out/propolis-server.tar.gz 34519K
34992026-06-24T02:04:25.833Za out/pumpkind-gz.tar 26647K
35002026-06-24T02:04:25.833Za out/switch-softnpu.tar.gz 448075K
35012026-06-24T02:04:25.836Z
35022026-06-24T02:04:25.837Zreal 1:20.427678078
35032026-06-24T02:04:25.837Zuser 1:17.783776953
35042026-06-24T02:04:25.837Zsys 4.403730503
35052026-06-24T02:04:25.837Ztrap 0.005679728
35062026-06-24T02:04:25.837Ztflt 0.000000000
35072026-06-24T02:04:25.837Zdflt 0.000000000
35082026-06-24T02:04:25.837Zkflt 0.000000000
35092026-06-24T02:04:25.837Zlock 0.000000000
35102026-06-24T02:04:25.837Zslp 1:17.674852774
35112026-06-24T02:04:25.837Zlat 0.982334038
35122026-06-24T02:04:25.837Zstop 0.000194638
35132026-06-24T02:04:25.837Zprocess exited: duration 1036871 ms, exit code 0
 
35142026-06-24T02:04:25.851Zfound 1 output files
35152026-06-24T02:04:25.891Zuploading: /work/package.tar.gz (2495200353 bytes)
35162026-06-24T02:04:55.499Zuploaded: /work/package.tar.gz