01KVKPPWM5V5GYFKC8HK9HQVZ6: 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: 01KVKPQACSNF9JWZ5VY0SJB5X8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T23:45:09.701Zjob assigned to worker 01KVKPQDQS36MSZQJ5TYSJVWC7 [factory aws, i-01ba94f08bf609a71] (queued for 56 s)
 
22026-06-20T23:45:17.090Zstarting task 0: "setup"
32026-06-20T23:45:17.094Z++ uname -s
42026-06-20T23:45:17.097Z+ kern=SunOS
52026-06-20T23:45:17.097Z+ build_user=build
62026-06-20T23:45:17.097Z+ build_uid=12345
72026-06-20T23:45:17.097Z+ work_dir=/work
82026-06-20T23:45:17.097Z+ input_dir=/input
92026-06-20T23:45:17.097Z+ [[ 0 == 12345 ]]
102026-06-20T23:45:17.097Z+ case "$kern" in
112026-06-20T23:45:17.097Z+ groupadd -g 12345 build
122026-06-20T23:45:17.100Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T23:45:19.105Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T23:45:19.161Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T23:45:19.164Z+ home_fs=zfs
162026-06-20T23:45:19.164Z+ [[ zfs == autofs ]]
172026-06-20T23:45:19.164Z+ mkdir -p /home/build
182026-06-20T23:45:19.167Z+ chown build:build /home/build /work
192026-06-20T23:45:21.167Z+ chmod 0700 /home/build /work
202026-06-20T23:45:21.170Zprocess exited: duration 4082 ms, exit code 0
 
212026-06-20T23:45:21.176Zstarting task 1: "rust-toolchain"
222026-06-20T23:45:21.181Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T23:45:21.181Z * rust toolchain channel = "1.94.0"
242026-06-20T23:45:21.181Z * rust toolchain profile = "default"
252026-06-20T23:45:21.181Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T23:45:21.181Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T23:45:21.181Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T23:45:21.184Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T23:45:21.184Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T23:45:21.269Zinfo: downloading installer
312026-06-20T23:45:22.706Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T23:45:22.706Zwarn: /home/build/.rustup/settings.toml
332026-06-20T23:45:22.706Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T23:45:22.706Zwarn: instead of the one inferred from the default host triple.
352026-06-20T23:45:22.717Zinfo: profile set to default
362026-06-20T23:45:22.718Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T23:45:22.720Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T23:45:22.853Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T23:45:22.856Zinfo: downloading 6 components
402026-06-20T23:45:37.334Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T23:45:37.334Z
422026-06-20T23:45:37.364Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T23:45:37.364Z
442026-06-20T23:45:37.364Z
452026-06-20T23:45:37.364ZRust is installed now. Great!
462026-06-20T23:45:37.364Z
472026-06-20T23:45:37.365ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T23:45:37.365Zenvironment variable. This has not been done automatically.
492026-06-20T23:45:37.366Z
502026-06-20T23:45:37.366ZTo configure your current shell, you need to source
512026-06-20T23:45:37.366Zthe corresponding env file under $HOME/.cargo.
522026-06-20T23:45:37.366Z
532026-06-20T23:45:37.366ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T23:45:37.369Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T23:45:37.369Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T23:45:37.369Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T23:45:37.369Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T23:45:37.369Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T23:45:37.369Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T23:45:37.369Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T23:45:37.369Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T23:45:37.450Z+ rustup --version
632026-06-20T23:45:37.456Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T23:45:37.459Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T23:45:37.478Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T23:45:37.481Z+ cargo --version
672026-06-20T23:45:37.491Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T23:45:37.494Z+ rustc --version
692026-06-20T23:45:37.513Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T23:45:37.516Zprocess exited: duration 16339 ms, exit code 0
 
712026-06-20T23:45:37.521Zstarting task 2: "authentication"
722026-06-20T23:45:37.539Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T23:45:37.545Zstarting task 3: "clone repository"
742026-06-20T23:45:37.550Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T23:45:37.553Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T23:45:37.588ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T23:45:46.929Z+ cd /work/oxidecomputer/omicron
782026-06-20T23:45:46.929Z+ git fetch origin 75f48e1a33cc66d46170b6747658b8c5ee037695
792026-06-20T23:45:47.203ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T23:45:47.203Z * branch 75f48e1a33cc66d46170b6747658b8c5ee037695 -> FETCH_HEAD
812026-06-20T23:45:47.218Z+ [[ -n sunshowers/spr/5n-sync-switch-extract-db-translation-into-nexus-bootstore-config-preparation ]]
822026-06-20T23:45:47.221Z++ git branch --show-current
832026-06-20T23:45:47.223Z+ current=main
842026-06-20T23:45:47.223Z+ [[ main != sunshowers/spr/5n-sync-switch-extract-db-translation-into-nexus-bootstore-config-preparation ]]
852026-06-20T23:45:47.223Z+ git branch -f sunshowers/spr/5n-sync-switch-extract-db-translation-into-nexus-bootstore-config-preparation 75f48e1a33cc66d46170b6747658b8c5ee037695
862026-06-20T23:45:47.226Z+ git checkout -f sunshowers/spr/5n-sync-switch-extract-db-translation-into-nexus-bootstore-config-preparation
872026-06-20T23:45:47.468ZSwitched to branch 'sunshowers/spr/5n-sync-switch-extract-db-translation-into-nexus-bootstore-config-preparation'
882026-06-20T23:45:47.471Z+ git reset --hard 75f48e1a33cc66d46170b6747658b8c5ee037695
892026-06-20T23:45:47.710ZHEAD is now at 75f48e1a3 fix unused imports
902026-06-20T23:45:47.713Zprocess exited: duration 10165 ms, exit code 0
 
912026-06-20T23:45:47.718Zstarting task 4: "build"
922026-06-20T23:45:47.724Z+ source .github/buildomat/ci-env.sh
932026-06-20T23:45:47.724Z++ export CARGO_TERM_COLOR=always
942026-06-20T23:45:47.724Z++ CARGO_TERM_COLOR=always
952026-06-20T23:45:47.724Z+ cargo --version
962026-06-20T23:45:47.734Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T23:45:47.737Z+ rustc --version
982026-06-20T23:45:47.758Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T23:45:47.761Z+ WORK=/work
1002026-06-20T23:45:47.761Z+ pfexec mkdir -p /work
1012026-06-20T23:45:47.764Z+ pfexec chown build /work
1022026-06-20T23:45:47.767Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-20T23:45:49.301Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-20T23:45:49.400Z Startup: Caching catalogs ... Done
1052026-06-20T23:45:49.748ZPlanning: Solver setup ... Done (0.309s)
1062026-06-20T23:45:49.767ZPlanning: Running solver ... Done (0.022s)
1072026-06-20T23:45:49.773ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-20T23:45:49.783ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-20T23:45:49.796ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-20T23:45:49.810ZPlanning: Package planning ... Done (0.013s)
1112026-06-20T23:45:49.814ZPlanning: Merging actions ... Done (0.001s)
1122026-06-20T23:45:50.004ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-06-20T23:45:50.007ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-20T23:45:50.853ZPlanning: Evaluating mediators ... Done (0.848s)
1152026-06-20T23:45:50.855ZPlanning: Planning completed in 1.44 seconds
1162026-06-20T23:45:50.862Z Packages to install: 2
1172026-06-20T23:45:50.862Z Estimated space available: 156.10 GB
1182026-06-20T23:45:50.866ZEstimated space to be consumed: 26.78 MB
1192026-06-20T23:45:50.866Z Create boot environment: No
1202026-06-20T23:45:50.867ZCreate backup boot environment: No
1212026-06-20T23:45:50.868Z Rebuild boot archive: No
1222026-06-20T23:45:50.868Z
1232026-06-20T23:45:50.868ZChanged packages:
1242026-06-20T23:45:50.868Zhelios
1252026-06-20T23:45:50.868Z developer/build-essential
1262026-06-20T23:45:50.868Z None -> 11-3.0
1272026-06-20T23:45:50.868Z library/libxmlsec1
1282026-06-20T23:45:50.868Z None -> 1.2.35-3.0
1292026-06-20T23:45:50.892Z
1302026-06-20T23:45:50.892ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-20T23:45:51.384ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-06-20T23:45:51.458Z Actions: 1/268 actions (Installing new actions)
1332026-06-20T23:45:51.496Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-20T23:45:51.505ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-20T23:45:51.505ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-20T23:45:51.530ZFinalize: Updating image state ... Done (0.025s)
1372026-06-20T23:45:54.092ZFinalize: Creating fast lookup database ... Done (2.538s)
1382026-06-20T23:45:54.167ZFinalize: Reading search index ... Done (0.014s)
1392026-06-20T23:45:54.170ZFinalize: Updating search index ... Done (0.000s)
1402026-06-20T23:45:54.264ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-20T23:45:54.578ZPlanning: Evaluating mediator changes ... Done
1422026-06-20T23:45:54.684ZPlanning: Checking for conflicting actions ... Done
1432026-06-20T23:45:54.687ZPlanning: Consolidating action changes ... Done
1442026-06-20T23:45:54.846ZPlanning: Evaluating mediators ... Done
1452026-06-20T23:45:54.849ZPlanning: Planning completed in 0.27 seconds
1462026-06-20T23:45:54.871Z Mediators to change: 2
1472026-06-20T23:45:54.871Z Create boot environment: No
1482026-06-20T23:45:54.871ZCreate backup boot environment: No
1492026-06-20T23:45:54.919ZFinalize: Updating package state database ... Done
1502026-06-20T23:45:54.919ZFinalize: Updating package cache ... Done
1512026-06-20T23:45:54.936ZFinalize: Updating image state ... Done
1522026-06-20T23:45:56.918ZFinalize: Creating fast lookup database ... Done
1532026-06-20T23:45:56.985ZFinalize: Reading search index ... Done
1542026-06-20T23:45:56.988ZFinalize: Updating search index ... Done
1552026-06-20T23:45:57.058ZFinalize: Updating package cache ... Done
1562026-06-20T23:45:57.338ZPlanning: Evaluating mediator changes ... Done
1572026-06-20T23:45:57.443ZPlanning: Checking for conflicting actions ... Done
1582026-06-20T23:45:57.445ZPlanning: Consolidating action changes ... Done
1592026-06-20T23:45:57.601ZPlanning: Evaluating mediators ... Done
1602026-06-20T23:45:57.604ZPlanning: Planning completed in 0.26 seconds
1612026-06-20T23:45:57.625Z Mediators to change: 1
1622026-06-20T23:45:57.625Z Create boot environment: No
1632026-06-20T23:45:57.625ZCreate backup boot environment: No
1642026-06-20T23:45:57.663ZFinalize: Updating package state database ... Done
1652026-06-20T23:45:57.663ZFinalize: Updating package cache ... Done
1662026-06-20T23:45:57.676ZFinalize: Updating image state ... Done
1672026-06-20T23:45:59.639ZFinalize: Creating fast lookup database ... Done
1682026-06-20T23:45:59.700ZFinalize: Reading search index ... Done
1692026-06-20T23:45:59.703ZFinalize: Updating search index ... Done
1702026-06-20T23:45:59.760ZFinalize: Updating package cache ... Done
1712026-06-20T23:46:00.078ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-20T23:46:00.078Zapache system 2.4 system
1732026-06-20T23:46:00.078Zclang system 15 system
1742026-06-20T23:46:00.079Zcsh system system illumos
1752026-06-20T23:46:00.079Zctags system system illumos
1762026-06-20T23:46:00.079Zfile vendor vendor darwinsys
1772026-06-20T23:46:00.079Zfile system system illumos
1782026-06-20T23:46:00.079Zgcc vendor 14 vendor
1792026-06-20T23:46:00.079Zgcc system 13 system
1802026-06-20T23:46:00.079Zgcc system 10 system
1812026-06-20T23:46:00.079Zgo system 1.25 system
1822026-06-20T23:46:00.079Zllvm system 15 system
1832026-06-20T23:46:00.079Zmariadb system 11.4 system
1842026-06-20T23:46:00.079Zmta vendor vendor dma
1852026-06-20T23:46:00.079Zopenjdk system 17 system
1862026-06-20T23:46:00.079Zopenjdk system 11 system
1872026-06-20T23:46:00.079Zopenssl vendor 3 vendor
1882026-06-20T23:46:00.079Zperl system 5.40 system
1892026-06-20T23:46:00.079Zpostgresql system 18 system
1902026-06-20T23:46:00.079Zpostgresql system 17 system
1912026-06-20T23:46:00.079Zpython vendor 3 vendor
1922026-06-20T23:46:00.079Zpython system 2 system
1932026-06-20T23:46:00.079Zpython3 vendor 3.13 vendor
1942026-06-20T23:46:00.079Zruby system 3.4 system
1952026-06-20T23:46:00.079Zruby system 3.0 system
1962026-06-20T23:46:00.079Zwords vendor vendor american-english
1972026-06-20T23:46:00.079Zwords system system australian-english
1982026-06-20T23:46:00.079Zwords system system british-english
1992026-06-20T23:46:00.079Zwords system system canadian-english
2002026-06-20T23:46:00.081Zwords system system french
2012026-06-20T23:46:00.081Zwords system system italian
2022026-06-20T23:46:00.081Zwords system system ngerman
2032026-06-20T23:46:00.081Zwords system system ogerman
2042026-06-20T23:46:00.081Zwords system system spanish
2052026-06-20T23:46:00.329ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-20T23:46:00.329Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-20T23:46:00.626ZFMRI IFO
2082026-06-20T23:46:00.626Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-20T23:46:00.626Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-20T23:46:00.626Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-20T23:46:00.626Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-20T23:46:00.626Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-20T23:46:00.626Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-20T23:46:00.626Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-20T23:46:00.626Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-20T23:46:00.626Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-20T23:46:00.874Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-20T23:46:01.144Z Updating crates.io index
2192026-06-20T23:46:01.176Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-20T23:46:01.991Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-20T23:46:02.438Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-20T23:46:03.003Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-20T23:46:03.898Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-20T23:46:04.371Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-20T23:46:05.948Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-20T23:46:06.821Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-20T23:46:07.092Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-20T23:46:08.213Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-20T23:46:08.591Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-20T23:46:08.905Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-20T23:46:09.244Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-20T23:46:09.696Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-20T23:46:10.148Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-20T23:46:10.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-20T23:46:11.006Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-20T23:46:11.332Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-20T23:46:11.722Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-20T23:46:12.078Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-20T23:46:12.294Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-20T23:46:12.534Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-20T23:46:12.927Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-20T23:46:13.340Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-20T23:46:13.586Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-20T23:46:14.037Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-20T23:46:14.264Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-20T23:46:14.767Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-20T23:46:15.765Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-20T23:46:15.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-20T23:46:16.737Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-20T23:46:17.123Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-20T23:46:17.420Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-20T23:46:17.694Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-20T23:46:18.052Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-20T23:46:18.322Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-20T23:46:18.841Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-20T23:46:19.305Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-20T23:46:19.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-20T23:46:19.784Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-20T23:46:21.496Z Downloading crates ...
2602026-06-20T23:46:21.544Z Downloaded clap_derive v4.6.1
2612026-06-20T23:46:21.547Z Downloaded cargo_metadata v0.21.0
2622026-06-20T23:46:21.550Z Downloaded bytecount v0.6.9
2632026-06-20T23:46:21.550Z Downloaded cfg-if v1.0.4
2642026-06-20T23:46:21.553Z Downloaded camino v1.2.2
2652026-06-20T23:46:21.560Z Downloaded block-buffer v0.10.4
2662026-06-20T23:46:21.563Z Downloaded autocfg v1.5.0
2672026-06-20T23:46:21.563Z Downloaded anstyle v1.0.14
2682026-06-20T23:46:21.566Z Downloaded anstream v1.0.0
2692026-06-20T23:46:21.566Z Downloaded cargo-platform v0.2.0
2702026-06-20T23:46:21.569Z Downloaded anstyle-query v1.1.5
2712026-06-20T23:46:21.569Z Downloaded thiserror-impl v1.0.69
2722026-06-20T23:46:21.598Z Downloaded zerofrom v0.1.6
2732026-06-20T23:46:21.598Z Downloaded serde_spanned v0.6.9
2742026-06-20T23:46:21.598Z Downloaded usdt-attr-macro v0.5.0
2752026-06-20T23:46:21.598Z Downloaded toml_write v0.1.2
2762026-06-20T23:46:21.598Z Downloaded utf8_iter v1.0.4
2772026-06-20T23:46:21.598Z Downloaded colorchoice v1.0.4
2782026-06-20T23:46:21.598Z Downloaded anstyle-parse v1.0.0
2792026-06-20T23:46:21.598Z Downloaded macaddr v1.0.1
2802026-06-20T23:46:21.598Z Downloaded cargo_toml v0.21.0
2812026-06-20T23:46:21.598Z Downloaded cargo-util-schemas v0.8.2
2822026-06-20T23:46:21.599Z Downloaded ucd-trie v0.1.7
2832026-06-20T23:46:21.599Z Downloaded toml v0.8.23
2842026-06-20T23:46:21.599Z Downloaded usdt v0.5.0
2852026-06-20T23:46:21.599Z Downloaded toml_datetime v0.6.11
2862026-06-20T23:46:21.599Z Downloaded potential_utf v0.1.4
2872026-06-20T23:46:21.599Z Downloaded thread-id v4.2.2
2882026-06-20T23:46:21.599Z Downloaded utf8parse v0.2.2
2892026-06-20T23:46:21.599Z Downloaded bitflags v2.11.0
2902026-06-20T23:46:21.599Z Downloaded zerofrom-derive v0.1.6
2912026-06-20T23:46:21.599Z Downloaded cpufeatures v0.2.17
2922026-06-20T23:46:21.599Z Downloaded camino-tempfile v1.4.1
2932026-06-20T23:46:21.599Z Downloaded plain v0.2.3
2942026-06-20T23:46:21.599Z Downloaded unicode-linebreak v0.1.5
2952026-06-20T23:46:21.599Z Downloaded usdt-macro v0.5.0
2962026-06-20T23:46:21.599Z Downloaded generic-array v0.14.7
2972026-06-20T23:46:21.599Z Downloaded idna_adapter v1.2.1
2982026-06-20T23:46:21.599Z Downloaded heck v0.5.0
2992026-06-20T23:46:21.602Z Downloaded form_urlencoded v1.2.2
3002026-06-20T23:46:21.602Z Downloaded yoke-derive v0.8.1
3012026-06-20T23:46:21.602Z Downloaded version_check v0.9.5
3022026-06-20T23:46:21.605Z Downloaded typeid v1.0.3
3032026-06-20T23:46:21.605Z Downloaded quote v1.0.45
3042026-06-20T23:46:21.605Z Downloaded digest v0.10.7
3052026-06-20T23:46:21.607Z Downloaded displaydoc v0.2.5
3062026-06-20T23:46:21.608Z Downloaded scroll_derive v0.12.1
3072026-06-20T23:46:21.608Z Downloaded dtrace-parser v0.2.0
3082026-06-20T23:46:21.611Z Downloaded tabled_derive v0.7.0
3092026-06-20T23:46:21.611Z Downloaded proc-macro-error-attr v1.0.4
3102026-06-20T23:46:21.611Z Downloaded zmij v1.0.21
3112026-06-20T23:46:21.614Z Downloaded zerovec-derive v0.11.2
3122026-06-20T23:46:21.614Z Downloaded unicode-xid v0.2.6
3132026-06-20T23:46:21.615Z Downloaded stable_deref_trait v1.2.1
3142026-06-20T23:46:21.618Z Downloaded percent-encoding v2.3.2
3152026-06-20T23:46:21.618Z Downloaded yoke v0.8.1
3162026-06-20T23:46:21.621Z Downloaded memmap v0.7.0
3172026-06-20T23:46:21.623Z Downloaded anyhow v1.0.102
3182026-06-20T23:46:21.626Z Downloaded tinystr v0.8.2
3192026-06-20T23:46:21.626Z Downloaded writeable v0.6.2
3202026-06-20T23:46:21.629Z Downloaded itoa v1.0.17
3212026-06-20T23:46:21.629Z Downloaded thiserror-impl v2.0.18
3222026-06-20T23:46:21.629Z Downloaded fnv v1.0.7
3232026-06-20T23:46:21.633Z Downloaded thiserror v1.0.69
3242026-06-20T23:46:21.633Z Downloaded usdt-impl v0.5.0
3252026-06-20T23:46:21.633Z Downloaded heck v0.4.1
3262026-06-20T23:46:21.635Z Downloaded textwrap v0.16.2
3272026-06-20T23:46:21.638Z Downloaded thiserror v2.0.18
3282026-06-20T23:46:21.641Z Downloaded terminal_size v0.4.3
3292026-06-20T23:46:21.641Z Downloaded fastrand v2.3.0
3302026-06-20T23:46:21.644Z Downloaded unicode-ident v1.0.24
3312026-06-20T23:46:21.644Z Downloaded clap_lex v1.0.0
3322026-06-20T23:46:21.647Z Downloaded serde-value v0.7.0
3332026-06-20T23:46:21.650Z Downloaded equivalent v1.0.2
3342026-06-20T23:46:21.650Z Downloaded crypto-common v0.1.7
3352026-06-20T23:46:21.650Z Downloaded zerocopy-derive v0.7.35
3362026-06-20T23:46:21.652Z Downloaded zerotrie v0.2.3
3372026-06-20T23:46:21.653Z Downloaded toml_edit v0.22.27
3382026-06-20T23:46:21.656Z Downloaded ordered-float v2.10.1
3392026-06-20T23:46:21.656Z Downloaded swrite v0.1.0
3402026-06-20T23:46:21.659Z Downloaded typenum v1.19.0
3412026-06-20T23:46:21.659Z Downloaded sha2 v0.10.9
3422026-06-20T23:46:21.661Z Downloaded byteorder v1.5.0
3432026-06-20T23:46:21.661Z Downloaded is_terminal_polyfill v1.70.2
3442026-06-20T23:46:21.661Z Downloaded url v2.5.8
3452026-06-20T23:46:21.664Z Downloaded smawk v0.3.2
3462026-06-20T23:46:21.664Z Downloaded pretty-hex v0.4.1
3472026-06-20T23:46:21.664Z Downloaded errno v0.3.14
3482026-06-20T23:46:21.678Z Downloaded zerocopy v0.7.35
3492026-06-20T23:46:21.686Z Downloaded strsim v0.11.1
3502026-06-20T23:46:21.689Z Downloaded zerovec v0.11.5
3512026-06-20T23:46:21.692Z Downloaded fs-err v3.3.0
3522026-06-20T23:46:21.692Z Downloaded winnow v0.7.14
3532026-06-20T23:46:21.695Z Downloaded dof v0.3.0
3542026-06-20T23:46:21.698Z Downloaded erased-serde v0.4.9
3552026-06-20T23:46:21.698Z Downloaded clap v4.6.1
3562026-06-20T23:46:21.702Z Downloaded scroll v0.12.0
3572026-06-20T23:46:21.705Z Downloaded unicode-width v0.2.0
3582026-06-20T23:46:21.707Z Downloaded unicode-width v0.1.14
3592026-06-20T23:46:21.710Z Downloaded pest_generator v2.8.6
3602026-06-20T23:46:21.714Z Downloaded serde_tokenstream v0.2.3
3612026-06-20T23:46:21.717Z Downloaded serde-untagged v0.1.9
3622026-06-20T23:46:21.717Z Downloaded once_cell v1.21.3
3632026-06-20T23:46:21.725Z Downloaded papergrid v0.11.0
3642026-06-20T23:46:21.729Z Downloaded icu_properties v2.1.2
3652026-06-20T23:46:21.732Z Downloaded smallvec v1.15.1
3662026-06-20T23:46:21.743Z Downloaded proc-macro-error v1.0.4
3672026-06-20T23:46:21.745Z Downloaded log v0.4.29
3682026-06-20T23:46:21.748Z Downloaded semver v1.0.28
3692026-06-20T23:46:21.751Z Downloaded synstructure v0.13.2
3702026-06-20T23:46:21.751Z Downloaded litemap v0.8.1
3712026-06-20T23:46:21.753Z Downloaded proc-macro2 v1.0.106
3722026-06-20T23:46:21.756Z Downloaded serde_derive v1.0.228
3732026-06-20T23:46:21.765Z Downloaded pest_derive v2.8.6
3742026-06-20T23:46:21.769Z Downloaded icu_provider v2.1.1
3752026-06-20T23:46:21.780Z Downloaded tempfile v3.25.0
3762026-06-20T23:46:21.784Z Downloaded num-traits v0.2.19
3772026-06-20T23:46:21.784Z Downloaded serde_core v1.0.228
3782026-06-20T23:46:21.786Z Downloaded pest_meta v2.8.6
3792026-06-20T23:46:21.786Z Downloaded icu_normalizer v2.1.1
3802026-06-20T23:46:21.789Z Downloaded icu_locale_core v2.1.1
3812026-06-20T23:46:21.792Z Downloaded getrandom v0.4.1
3822026-06-20T23:46:21.795Z Downloaded icu_normalizer_data v2.1.1
3832026-06-20T23:46:21.800Z Downloaded icu_collections v2.1.1
3842026-06-20T23:46:21.804Z Downloaded memchr v2.8.0
3852026-06-20T23:46:21.824Z Downloaded serde v1.0.228
3862026-06-20T23:46:21.827Z Downloaded indexmap v2.14.0
3872026-06-20T23:46:21.846Z Downloaded pest v2.8.6
3882026-06-20T23:46:21.854Z Downloaded clap_builder v4.6.0
3892026-06-20T23:46:21.858Z Downloaded serde_json v1.0.149
3902026-06-20T23:46:21.861Z Downloaded hashbrown v0.17.0
3912026-06-20T23:46:21.865Z Downloaded idna v1.1.0
3922026-06-20T23:46:21.868Z Downloaded icu_properties_data v2.1.2
3932026-06-20T23:46:21.873Z Downloaded goblin v0.8.2
3942026-06-20T23:46:21.883Z Downloaded tabled v0.15.0
3952026-06-20T23:46:21.901Z Downloaded syn v1.0.109
3962026-06-20T23:46:21.907Z Downloaded syn v2.0.117
3972026-06-20T23:46:21.926Z Downloaded rustix v1.1.3
3982026-06-20T23:46:21.955Z Downloaded libc v0.2.185
3992026-06-20T23:46:22.037Z Compiling proc-macro2 v1.0.106
4002026-06-20T23:46:22.118Z Compiling unicode-ident v1.0.24
4012026-06-20T23:46:22.118Z Compiling quote v1.0.45
4022026-06-20T23:46:22.118Z Compiling serde_core v1.0.228
4032026-06-20T23:46:22.118Z Compiling libc v0.2.185
4042026-06-20T23:46:22.118Z Compiling version_check v0.9.5
4052026-06-20T23:46:22.118Z Compiling serde v1.0.228
4062026-06-20T23:46:22.119Z Compiling stable_deref_trait v1.2.1
4072026-06-20T23:46:22.119Z Compiling memchr v2.8.0
4082026-06-20T23:46:22.212Z Compiling zmij v1.0.21
4092026-06-20T23:46:22.227Z Compiling ucd-trie v0.1.7
4102026-06-20T23:46:22.227Z Compiling thiserror v1.0.69
4112026-06-20T23:46:22.227Z Compiling autocfg v1.5.0
4122026-06-20T23:46:22.227Z Compiling itoa v1.0.17
4132026-06-20T23:46:22.227Z Compiling litemap v0.8.1
4142026-06-20T23:46:22.326Z Compiling writeable v0.6.2
4152026-06-20T23:46:22.457Z Compiling rustix v1.1.3
4162026-06-20T23:46:22.477Z Compiling byteorder v1.5.0
4172026-06-20T23:46:22.515Z Compiling icu_normalizer_data v2.1.1
4182026-06-20T23:46:22.595Z Compiling icu_properties_data v2.1.2
4192026-06-20T23:46:22.606Z Compiling serde_json v1.0.149
4202026-06-20T23:46:22.622Z Compiling bitflags v2.11.0
4212026-06-20T23:46:22.746Z Compiling hashbrown v0.17.0
4222026-06-20T23:46:22.801Z Compiling num-traits v0.2.19
4232026-06-20T23:46:22.848Z Compiling pest v2.8.6
4242026-06-20T23:46:22.903Z Compiling typeid v1.0.3
4252026-06-20T23:46:22.920Z Compiling equivalent v1.0.2
4262026-06-20T23:46:22.988Z Compiling smallvec v1.15.1
4272026-06-20T23:46:23.058Z Compiling usdt-impl v0.5.0
4282026-06-20T23:46:23.061Z Compiling proc-macro-error-attr v1.0.4
4292026-06-20T23:46:23.129Z Compiling errno v0.3.14
4302026-06-20T23:46:23.132Z Compiling thread-id v4.2.2
4312026-06-20T23:46:23.168Z Compiling winnow v0.7.14
4322026-06-20T23:46:23.168Z Compiling syn v1.0.109
4332026-06-20T23:46:23.204Z Compiling toml_write v0.1.2
4342026-06-20T23:46:23.252Z Compiling indexmap v2.14.0
4352026-06-20T23:46:23.306Z Compiling erased-serde v0.4.9
4362026-06-20T23:46:23.345Z Compiling proc-macro-error v1.0.4
4372026-06-20T23:46:23.427Z Compiling thiserror v2.0.18
4382026-06-20T23:46:23.444Z Compiling percent-encoding v2.3.2
4392026-06-20T23:46:23.531Z Compiling log v0.4.29
4402026-06-20T23:46:23.564Z Compiling utf8_iter v1.0.4
4412026-06-20T23:46:23.601Z Compiling syn v2.0.117
4422026-06-20T23:46:23.617Z Compiling utf8parse v0.2.2
4432026-06-20T23:46:23.681Z Compiling camino v1.2.2
4442026-06-20T23:46:23.708Z Compiling getrandom v0.4.1
4452026-06-20T23:46:23.711Z Compiling plain v0.2.3
4462026-06-20T23:46:23.759Z Compiling anstyle-parse v1.0.0
4472026-06-20T23:46:23.815Z Compiling form_urlencoded v1.2.2
4482026-06-20T23:46:24.002Z Compiling pest_meta v2.8.6
4492026-06-20T23:46:24.021Z Compiling ordered-float v2.10.1
4502026-06-20T23:46:24.040Z Compiling pretty-hex v0.4.1
4512026-06-20T23:46:24.060Z Compiling cfg-if v1.0.4
4522026-06-20T23:46:24.099Z Compiling colorchoice v1.0.4
4532026-06-20T23:46:24.145Z Compiling is_terminal_polyfill v1.70.2
4542026-06-20T23:46:24.163Z Compiling anstyle v1.0.14
4552026-06-20T23:46:24.167Z Compiling anstyle-query v1.1.5
4562026-06-20T23:46:24.199Z Compiling terminal_size v0.4.3
4572026-06-20T23:46:24.268Z Compiling fs-err v3.3.0
4582026-06-20T23:46:24.271Z Compiling heck v0.4.1
4592026-06-20T23:46:24.312Z Compiling strsim v0.11.1
4602026-06-20T23:46:24.315Z Compiling unicode-xid v0.2.6
4612026-06-20T23:46:24.346Z Compiling fastrand v2.3.0
4622026-06-20T23:46:24.365Z Compiling anstream v1.0.0
4632026-06-20T23:46:24.440Z Compiling once_cell v1.21.3
4642026-06-20T23:46:24.480Z Compiling bytecount v0.6.9
4652026-06-20T23:46:24.497Z Compiling anyhow v1.0.102
4662026-06-20T23:46:24.500Z Compiling fnv v1.0.7
4672026-06-20T23:46:24.539Z Compiling unicode-width v0.1.14
4682026-06-20T23:46:24.596Z Compiling clap_lex v1.0.0
4692026-06-20T23:46:24.653Z Compiling semver v1.0.28
4702026-06-20T23:46:24.710Z Compiling heck v0.5.0
4712026-06-20T23:46:24.714Z Compiling tempfile v3.25.0
4722026-06-20T23:46:24.849Z Compiling clap_builder v4.6.0
4732026-06-20T23:46:24.874Z Compiling papergrid v0.11.0
4742026-06-20T23:46:24.910Z Compiling memmap v0.7.0
4752026-06-20T23:46:24.915Z Compiling unicode-linebreak v0.1.5
4762026-06-20T23:46:25.047Z Compiling smawk v0.3.2
4772026-06-20T23:46:25.118Z Compiling serde-untagged v0.1.9
4782026-06-20T23:46:25.148Z Compiling unicode-width v0.2.0
4792026-06-20T23:46:25.187Z Compiling camino-tempfile v1.4.1
4802026-06-20T23:46:25.224Z Compiling swrite v0.1.0
4812026-06-20T23:46:25.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-20T23:46:25.386Z Compiling textwrap v0.16.2
4832026-06-20T23:46:25.652Z Compiling tabled_derive v0.7.0
4842026-06-20T23:46:26.258Z Compiling synstructure v0.13.2
4852026-06-20T23:46:26.258Z Compiling pest_generator v2.8.6
4862026-06-20T23:46:26.326Z Compiling tabled v0.15.0
4872026-06-20T23:46:26.847Z Compiling serde_derive v1.0.228
4882026-06-20T23:46:26.847Z Compiling zerofrom-derive v0.1.6
4892026-06-20T23:46:26.850Z Compiling yoke-derive v0.8.1
4902026-06-20T23:46:26.850Z Compiling zerovec-derive v0.11.2
4912026-06-20T23:46:26.850Z Compiling displaydoc v0.2.5
4922026-06-20T23:46:26.850Z Compiling thiserror-impl v1.0.69
4932026-06-20T23:46:26.850Z Compiling zerocopy-derive v0.7.35
4942026-06-20T23:46:26.850Z Compiling scroll_derive v0.12.1
4952026-06-20T23:46:26.864Z Compiling thiserror-impl v2.0.18
4962026-06-20T23:46:26.867Z Compiling clap_derive v4.6.1
4972026-06-20T23:46:26.920Z Compiling pest_derive v2.8.6
4982026-06-20T23:46:27.512Z Compiling scroll v0.12.0
4992026-06-20T23:46:27.744Z Compiling goblin v0.8.2
5002026-06-20T23:46:27.794Z Compiling zerocopy v0.7.35
5012026-06-20T23:46:27.996Z Compiling dtrace-parser v0.2.0
5022026-06-20T23:46:28.033Z Compiling zerofrom v0.1.6
5032026-06-20T23:46:28.138Z Compiling yoke v0.8.1
5042026-06-20T23:46:28.284Z Compiling clap v4.6.1
5052026-06-20T23:46:28.302Z Compiling zerovec v0.11.5
5062026-06-20T23:46:28.305Z Compiling zerotrie v0.2.3
5072026-06-20T23:46:28.708Z Compiling tinystr v0.8.2
5082026-06-20T23:46:28.708Z Compiling potential_utf v0.1.4
5092026-06-20T23:46:28.832Z Compiling icu_collections v2.1.1
5102026-06-20T23:46:28.858Z Compiling icu_locale_core v2.1.1
5112026-06-20T23:46:29.293Z Compiling serde_spanned v0.6.9
5122026-06-20T23:46:29.293Z Compiling toml_datetime v0.6.11
5132026-06-20T23:46:29.293Z Compiling serde-value v0.7.0
5142026-06-20T23:46:29.297Z Compiling cargo-platform v0.2.0
5152026-06-20T23:46:29.297Z Compiling macaddr v1.0.1
5162026-06-20T23:46:29.310Z Compiling dof v0.3.0
5172026-06-20T23:46:29.314Z Compiling serde_tokenstream v0.2.3
5182026-06-20T23:46:29.412Z Compiling icu_provider v2.1.1
5192026-06-20T23:46:29.506Z Compiling toml_edit v0.22.27
5202026-06-20T23:46:29.637Z Compiling icu_normalizer v2.1.1
5212026-06-20T23:46:29.637Z Compiling icu_properties v2.1.2
5222026-06-20T23:46:30.126Z Compiling usdt-attr-macro v0.5.0
5232026-06-20T23:46:30.130Z Compiling usdt-macro v0.5.0
5242026-06-20T23:46:30.512Z Compiling idna_adapter v1.2.1
5252026-06-20T23:46:30.624Z Compiling idna v1.1.0
5262026-06-20T23:46:30.725Z Compiling usdt v0.5.0
5272026-06-20T23:46:30.837Z Compiling toml v0.8.23
5282026-06-20T23:46:30.882Z Compiling url v2.5.8
5292026-06-20T23:46:31.181Z Compiling cargo_toml v0.21.0
5302026-06-20T23:46:31.291Z Compiling cargo-util-schemas v0.8.2
5312026-06-20T23:46:32.063Z Compiling cargo_metadata v0.21.0
5322026-06-20T23:46:32.979Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-20T23:46:35.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.37s
5342026-06-20T23:46:35.310Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-20T23:46:35.792Z Downloading crates ...
5362026-06-20T23:46:35.889Z Downloaded adler2 v2.0.1
5372026-06-20T23:46:35.895Z Downloaded arrayref v0.3.9
5382026-06-20T23:46:35.900Z Downloaded ascii-canvas v3.0.0
5392026-06-20T23:46:35.904Z Downloaded anstyle-parse v0.2.7
5402026-06-20T23:46:35.907Z Downloaded aead v0.5.2
5412026-06-20T23:46:35.909Z Downloaded array-init v0.0.4
5422026-06-20T23:46:35.913Z Downloaded crc v3.4.0
5432026-06-20T23:46:35.916Z Downloaded compression-core v0.4.31
5442026-06-20T23:46:35.920Z Downloaded csv-core v0.1.13
5452026-06-20T23:46:35.920Z Downloaded bcrypt-pbkdf v0.10.0
5462026-06-20T23:46:35.922Z Downloaded crc-any v2.5.0
5472026-06-20T23:46:35.925Z Downloaded assert_matches v1.5.0
5482026-06-20T23:46:35.928Z Downloaded dirs-next v2.0.0
5492026-06-20T23:46:35.928Z Downloaded ctr v0.9.2
5502026-06-20T23:46:35.931Z Downloaded crunchy v0.2.4
5512026-06-20T23:46:35.931Z Downloaded dtrace-parser v0.3.0
5522026-06-20T23:46:35.931Z Downloaded async-recursion v1.1.1
5532026-06-20T23:46:35.933Z Downloaded diesel-dtrace v0.5.0
5542026-06-20T23:46:35.936Z Downloaded async-bb8-diesel v0.2.1
5552026-06-20T23:46:35.939Z Downloaded darling v0.20.11
5562026-06-20T23:46:35.941Z Downloaded anstream v0.6.21
5572026-06-20T23:46:35.946Z Downloaded argon2 v0.5.3
5582026-06-20T23:46:35.946Z Downloaded diff v0.1.13
5592026-06-20T23:46:35.949Z Downloaded darling_core v0.13.4
5602026-06-20T23:46:35.949Z Downloaded data-encoding v2.10.0
5612026-06-20T23:46:35.949Z Downloaded ciborium-io v0.2.2
5622026-06-20T23:46:35.951Z Downloaded cfg_aliases v0.2.1
5632026-06-20T23:46:35.951Z Downloaded derive_builder_core v0.20.2
5642026-06-20T23:46:35.951Z Downloaded der v0.7.10
5652026-06-20T23:46:35.954Z Downloaded endian-type v0.1.2
5662026-06-20T23:46:35.957Z Downloaded curve25519-dalek-derive v0.1.1
5672026-06-20T23:46:35.957Z Downloaded daft-derive v0.1.7
5682026-06-20T23:46:35.960Z Downloaded defmt-macros v1.0.1
5692026-06-20T23:46:35.962Z Downloaded darling_macro v0.13.4
5702026-06-20T23:46:35.962Z Downloaded block-padding v0.3.3
5712026-06-20T23:46:35.962Z Downloaded convert_case v0.4.0
5722026-06-20T23:46:35.962Z Downloaded cargo-platform v0.3.2
5732026-06-20T23:46:35.966Z Downloaded bitfield-struct v0.6.2
5742026-06-20T23:46:35.966Z Downloaded float-ord v0.3.2
5752026-06-20T23:46:35.966Z Downloaded fd-lock v4.0.4
5762026-06-20T23:46:35.969Z Downloaded base64ct v1.8.3
5772026-06-20T23:46:35.969Z Downloaded cstr-argument v0.1.2
5782026-06-20T23:46:35.969Z Downloaded async-stream v0.3.6
5792026-06-20T23:46:35.972Z Downloaded atomic-waker v1.1.2
5802026-06-20T23:46:35.972Z Downloaded async-stream-impl v0.3.6
5812026-06-20T23:46:35.972Z Downloaded darling_macro v0.23.0
5822026-06-20T23:46:35.972Z Downloaded backoff v0.4.0
5832026-06-20T23:46:35.976Z Downloaded crucible-workspace-hack v0.1.0
5842026-06-20T23:46:35.976Z Downloaded bit-vec v0.8.0
5852026-06-20T23:46:35.979Z Downloaded env_filter v1.0.0
5862026-06-20T23:46:35.979Z Downloaded crc-catalog v2.4.0
5872026-06-20T23:46:35.979Z Downloaded downcast-rs v2.0.2
5882026-06-20T23:46:35.979Z Downloaded ahash v0.8.12
5892026-06-20T23:46:35.981Z Downloaded darling v0.13.4
5902026-06-20T23:46:35.981Z Downloaded base16ct v0.2.0
5912026-06-20T23:46:35.984Z Downloaded cfg_aliases v0.1.1
5922026-06-20T23:46:35.984Z Downloaded daft v0.1.7
5932026-06-20T23:46:35.987Z Downloaded dof v0.4.0
5942026-06-20T23:46:35.990Z Downloaded embedded-io v0.6.1
5952026-06-20T23:46:35.990Z Downloaded display-error-chain v0.2.2
5962026-06-20T23:46:35.993Z Downloaded enum-as-inner v0.6.1
5972026-06-20T23:46:35.993Z Downloaded bb8 v0.8.6
5982026-06-20T23:46:35.993Z Downloaded env_logger v0.11.9
5992026-06-20T23:46:35.996Z Downloaded document-features v0.2.12
6002026-06-20T23:46:35.999Z Downloaded flagset v0.4.7
6012026-06-20T23:46:36.005Z Downloaded float-cmp v0.10.0
6022026-06-20T23:46:36.009Z Downloaded defmt-parser v1.0.0
6032026-06-20T23:46:36.009Z Downloaded fixedbitset v0.4.2
6042026-06-20T23:46:36.009Z Downloaded cobs v0.3.0
6052026-06-20T23:46:36.009Z Downloaded dyn-clone v1.0.20
6062026-06-20T23:46:36.011Z Downloaded derive_builder_macro v0.20.2
6072026-06-20T23:46:36.012Z Downloaded dsl_auto_type v0.2.0
6082026-06-20T23:46:36.012Z Downloaded ciborium-ll v0.2.2
6092026-06-20T23:46:36.015Z Downloaded bitfield-macros v0.19.4
6102026-06-20T23:46:36.017Z Downloaded debug-ignore v1.0.5
6112026-06-20T23:46:36.017Z Downloaded crc8 v0.1.1
6122026-06-20T23:46:36.017Z Downloaded difflib v0.4.0
6132026-06-20T23:46:36.017Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-06-20T23:46:36.020Z Downloaded castaway v0.2.4
6152026-06-20T23:46:36.020Z Downloaded bit-set v0.5.3
6162026-06-20T23:46:36.025Z Downloaded defmt v0.3.100
6172026-06-20T23:46:36.028Z Downloaded funty v2.0.0
6182026-06-20T23:46:36.028Z Downloaded darling_macro v0.21.3
6192026-06-20T23:46:36.030Z Downloaded cpufeatures v0.3.0
6202026-06-20T23:46:36.030Z Downloaded dunce v1.0.5
6212026-06-20T23:46:36.033Z Downloaded bit-set v0.8.0
6222026-06-20T23:46:36.034Z Downloaded atomicwrites v0.4.4
6232026-06-20T23:46:36.036Z Downloaded atty v0.2.14
6242026-06-20T23:46:36.037Z Downloaded derive-ex v0.1.8
6252026-06-20T23:46:36.037Z Downloaded cmake v0.1.57
6262026-06-20T23:46:36.039Z Downloaded camino-tempfile-ext v0.3.3
6272026-06-20T23:46:36.039Z Downloaded buf-list v1.1.2
6282026-06-20T23:46:36.042Z Downloaded fixedbitset v0.5.7
6292026-06-20T23:46:36.042Z Downloaded bit-vec v0.6.3
6302026-06-20T23:46:36.045Z Downloaded cipher v0.4.4
6312026-06-20T23:46:36.047Z Downloaded foreign-types v0.5.0
6322026-06-20T23:46:36.047Z Downloaded futures-io v0.3.32
6332026-06-20T23:46:36.050Z Downloaded darling_macro v0.20.11
6342026-06-20T23:46:36.050Z Downloaded futures-sink v0.3.32
6352026-06-20T23:46:36.050Z Downloaded foreign-types-shared v0.1.1
6362026-06-20T23:46:36.054Z Downloaded foreign-types-macros v0.2.3
6372026-06-20T23:46:36.054Z Downloaded foreign-types v0.3.2
6382026-06-20T23:46:36.054Z Downloaded dirs-sys-next v0.1.2
6392026-06-20T23:46:36.054Z Downloaded chacha20 v0.10.0
6402026-06-20T23:46:36.057Z Downloaded backon v1.6.0
6412026-06-20T23:46:36.057Z Downloaded arrayvec v0.7.6
6422026-06-20T23:46:36.060Z Downloaded fxhash v0.2.1
6432026-06-20T23:46:36.060Z Downloaded clang-sys v1.8.1
6442026-06-20T23:46:36.063Z Downloaded futures-macro v0.3.32
6452026-06-20T23:46:36.066Z Downloaded foreign-types-shared v0.3.1
6462026-06-20T23:46:36.066Z Downloaded gethostname v0.5.0
6472026-06-20T23:46:36.069Z Downloaded futures-task v0.3.32
6482026-06-20T23:46:36.069Z Downloaded embedded-io v0.4.0
6492026-06-20T23:46:36.071Z Downloaded git-stub v1.0.0
6502026-06-20T23:46:36.071Z Downloaded ghash v0.5.1
6512026-06-20T23:46:36.074Z Downloaded dropshot-api-manager-types v0.7.2
6522026-06-20T23:46:36.077Z Downloaded hash32 v0.2.1
6532026-06-20T23:46:36.080Z Downloaded headers-core v0.3.0
6542026-06-20T23:46:36.080Z Downloaded hash32 v0.3.1
6552026-06-20T23:46:36.083Z Downloaded either v1.15.0
6562026-06-20T23:46:36.087Z Downloaded ed25519 v2.2.3
6572026-06-20T23:46:36.089Z Downloaded constant_time_eq v0.4.2
6582026-06-20T23:46:36.089Z Downloaded darling_core v0.23.0
6592026-06-20T23:46:36.092Z Downloaded convert_case v0.10.0
6602026-06-20T23:46:36.092Z Downloaded find-msvc-tools v0.1.9
6612026-06-20T23:46:36.095Z Downloaded darling_core v0.21.3
6622026-06-20T23:46:36.098Z Downloaded ena v0.14.4
6632026-06-20T23:46:36.098Z Downloaded critical-section v1.2.0
6642026-06-20T23:46:36.098Z Downloaded deranged v0.5.8
6652026-06-20T23:46:36.101Z Downloaded ecdsa v0.16.9
6662026-06-20T23:46:36.101Z Downloaded blowfish v0.9.1
6672026-06-20T23:46:36.103Z Downloaded globwalk v0.9.1
6682026-06-20T23:46:36.103Z Downloaded bitfield v0.19.4
6692026-06-20T23:46:36.107Z Downloaded arc-swap v1.8.2
6702026-06-20T23:46:36.107Z Downloaded hex-literal v0.4.1
6712026-06-20T23:46:36.109Z Downloaded bcs v0.1.6
6722026-06-20T23:46:36.109Z Downloaded compression-codecs v0.4.37
6732026-06-20T23:46:36.112Z Downloaded hex v0.4.3
6742026-06-20T23:46:36.112Z Downloaded bitflags v1.3.2
6752026-06-20T23:46:36.115Z Downloaded fallible-iterator v0.2.0
6762026-06-20T23:46:36.115Z Downloaded const_format_proc_macros v0.2.34
6772026-06-20T23:46:36.118Z Downloaded crossbeam-epoch v0.9.18
6782026-06-20T23:46:36.118Z Downloaded darling v0.23.0
6792026-06-20T23:46:36.121Z Downloaded foldhash v0.1.5
6802026-06-20T23:46:36.123Z Downloaded hostname v0.3.1
6812026-06-20T23:46:36.124Z Downloaded async-trait v0.1.89
6822026-06-20T23:46:36.126Z Downloaded console v0.16.2
6832026-06-20T23:46:36.126Z Downloaded hostname v0.4.2
6842026-06-20T23:46:36.129Z Downloaded corncobs v0.1.4
6852026-06-20T23:46:36.129Z Downloaded colored v2.2.0
6862026-06-20T23:46:36.132Z Downloaded hubpack_derive v0.1.1
6872026-06-20T23:46:36.132Z Downloaded http-range v0.1.5
6882026-06-20T23:46:36.132Z Downloaded hubpack v0.1.2
6892026-06-20T23:46:36.135Z Downloaded home v0.5.12
6902026-06-20T23:46:36.135Z Downloaded chacha20 v0.9.1
6912026-06-20T23:46:36.135Z Downloaded http-body v1.0.1
6922026-06-20T23:46:36.139Z Downloaded ident_case v1.0.1
6932026-06-20T23:46:36.142Z Downloaded futures-executor v0.3.32
6942026-06-20T23:46:36.142Z Downloaded futures-core v0.3.32
6952026-06-20T23:46:36.145Z Downloaded ff v0.13.1
6962026-06-20T23:46:36.147Z Downloaded fs_extra v1.3.0
6972026-06-20T23:46:36.147Z Downloaded glob v0.3.3
6982026-06-20T23:46:36.151Z Downloaded defmt v1.0.1
6992026-06-20T23:46:36.156Z Downloaded filetime v0.2.27
7002026-06-20T23:46:36.158Z Downloaded globset v0.4.18
7012026-06-20T23:46:36.161Z Downloaded illumos-nvpair-sys v0.2.0
7022026-06-20T23:46:36.161Z Downloaded git-stub-vcs v0.1.0
7032026-06-20T23:46:36.161Z Downloaded hyper-tls v0.6.0
7042026-06-20T23:46:36.163Z Downloaded fs-err v2.11.0
7052026-06-20T23:46:36.166Z Downloaded internet-checksum v0.2.1
7062026-06-20T23:46:36.169Z Downloaded instant v0.1.13
7072026-06-20T23:46:36.169Z Downloaded is-terminal v0.4.17
7082026-06-20T23:46:36.169Z Downloaded indoc v1.0.9
7092026-06-20T23:46:36.172Z Downloaded crossbeam-utils v0.8.21
7102026-06-20T23:46:36.175Z Downloaded instability v0.3.11
7112026-06-20T23:46:36.175Z Downloaded keccak v0.1.6
7122026-06-20T23:46:36.175Z Downloaded indent_write v2.2.0
7132026-06-20T23:46:36.179Z Downloaded illumos-nvpair v0.3.0
7142026-06-20T23:46:36.179Z Downloaded kstat-rs v0.2.4
7152026-06-20T23:46:36.179Z Downloaded cassowary v0.3.0
7162026-06-20T23:46:36.179Z Downloaded der_derive v0.7.3
7172026-06-20T23:46:36.182Z Downloaded group v0.13.0
7182026-06-20T23:46:36.182Z Downloaded crc32fast v1.5.0
7192026-06-20T23:46:36.182Z Downloaded cookie_store v0.22.1
7202026-06-20T23:46:36.185Z Downloaded cookie v0.18.1
7212026-06-20T23:46:36.185Z Downloaded bzip2 v0.4.4
7222026-06-20T23:46:36.188Z Downloaded byte-wrapper v0.1.0
7232026-06-20T23:46:36.188Z Downloaded inout v0.1.4
7242026-06-20T23:46:36.191Z Downloaded derive-where v1.6.0
7252026-06-20T23:46:36.191Z Downloaded des v0.8.1
7262026-06-20T23:46:36.193Z Downloaded darling v0.21.3
7272026-06-20T23:46:36.196Z Downloaded is_ci v1.2.0
7282026-06-20T23:46:36.196Z Downloaded derive_more v0.99.20
7292026-06-20T23:46:36.199Z Downloaded lalrpop-util v0.19.12
7302026-06-20T23:46:36.202Z Downloaded foldhash v0.2.0
7312026-06-20T23:46:36.202Z Downloaded highway v1.3.0
7322026-06-20T23:46:36.202Z Downloaded lazy_static v1.5.0
7332026-06-20T23:46:36.204Z Downloaded console v0.15.11
7342026-06-20T23:46:36.204Z Downloaded httpdate v1.0.3
7352026-06-20T23:46:36.207Z Downloaded http-body-util v0.1.3
7362026-06-20T23:46:36.207Z Downloaded bzip2 v0.6.1
7372026-06-20T23:46:36.210Z Downloaded cexpr v0.6.0
7382026-06-20T23:46:36.210Z Downloaded colored v3.1.1
7392026-06-20T23:46:36.212Z Downloaded blake2 v0.10.6
7402026-06-20T23:46:36.212Z Downloaded linked-hash-map v0.5.6
7412026-06-20T23:46:36.212Z Downloaded const-oid v0.9.6
7422026-06-20T23:46:36.215Z Downloaded cargo_metadata v0.23.1
7432026-06-20T23:46:36.215Z Downloaded libscf-sys v1.1.0
7442026-06-20T23:46:36.218Z Downloaded cancel-safe-futures v0.1.5
7452026-06-20T23:46:36.218Z Downloaded match_cfg v0.1.0
7462026-06-20T23:46:36.221Z Downloaded maplit v1.0.2
7472026-06-20T23:46:36.221Z Downloaded managed v0.8.0
7482026-06-20T23:46:36.221Z Downloaded futures-channel v0.3.32
7492026-06-20T23:46:36.223Z Downloaded allocator-api2 v0.2.21
7502026-06-20T23:46:36.224Z Downloaded lzss v0.8.2
7512026-06-20T23:46:36.226Z Downloaded lru-cache v0.1.2
7522026-06-20T23:46:36.226Z Downloaded lru v0.12.5
7532026-06-20T23:46:36.230Z Downloaded hyper-staticfile v0.10.1
7542026-06-20T23:46:36.230Z Downloaded derive_builder v0.20.2
7552026-06-20T23:46:36.232Z Downloaded lru-slab v0.1.2
7562026-06-20T23:46:36.236Z Downloaded multimap v0.10.1
7572026-06-20T23:46:36.238Z Downloaded getrandom v0.2.17
7582026-06-20T23:46:36.241Z Downloaded erased-serde v0.3.31
7592026-06-20T23:46:36.243Z Downloaded memoffset v0.9.1
7602026-06-20T23:46:36.246Z Downloaded md5 v0.7.0
7612026-06-20T23:46:36.246Z Downloaded md-5 v0.10.6
7622026-06-20T23:46:36.249Z Downloaded newtype_derive v0.1.6
7632026-06-20T23:46:36.249Z Downloaded new_debug_unreachable v1.0.6
7642026-06-20T23:46:36.252Z Downloaded impl-trait-for-tuples v0.2.3
7652026-06-20T23:46:36.255Z Downloaded ingot-types v0.1.2
7662026-06-20T23:46:36.255Z Downloaded indoc v2.0.7
7672026-06-20T23:46:36.257Z Downloaded ipnet v2.11.0
7682026-06-20T23:46:36.257Z Downloaded crossbeam-deque v0.8.6
7692026-06-20T23:46:36.260Z Downloaded newtype-uuid-macros v0.1.0
7702026-06-20T23:46:36.263Z Downloaded mime v0.3.17
7712026-06-20T23:46:36.266Z Downloaded nodrop v0.1.14
7722026-06-20T23:46:36.266Z Downloaded nibble_vec v0.1.0
7732026-06-20T23:46:36.266Z Downloaded newline-converter v0.3.0
7742026-06-20T23:46:36.269Z Downloaded ipnetwork v0.21.1
7752026-06-20T23:46:36.269Z Downloaded ingot v0.1.1
7762026-06-20T23:46:36.271Z Downloaded fatfs v0.3.6
7772026-06-20T23:46:36.276Z Downloaded jobserver v0.1.34
7782026-06-20T23:46:36.279Z Downloaded nonempty v0.12.0
7792026-06-20T23:46:36.279Z Downloaded normalize-line-endings v0.3.0
7802026-06-20T23:46:36.283Z Downloaded hmac v0.12.1
7812026-06-20T23:46:36.286Z Downloaded ciborium v0.2.2
7822026-06-20T23:46:36.289Z Downloaded libloading v0.8.9
7832026-06-20T23:46:36.292Z Downloaded num v0.4.3
7842026-06-20T23:46:36.292Z Downloaded libefi-sys v0.1.0
7852026-06-20T23:46:36.292Z Downloaded linear-map v1.2.0
7862026-06-20T23:46:36.292Z Downloaded num-conv v0.2.0
7872026-06-20T23:46:36.297Z Downloaded libsw v3.5.0
7882026-06-20T23:46:36.298Z Downloaded hyper-rustls v0.27.7
7892026-06-20T23:46:36.298Z Downloaded const_format v0.2.35
7902026-06-20T23:46:36.301Z Downloaded num-derive v0.4.2
7912026-06-20T23:46:36.302Z Downloaded num_enum_derive v0.5.11
7922026-06-20T23:46:36.302Z Downloaded openssl-probe v0.1.6
7932026-06-20T23:46:36.302Z Downloaded libsw-core v0.3.2
7942026-06-20T23:46:36.304Z Downloaded openssl-macros v0.1.1
7952026-06-20T23:46:36.304Z Downloaded chacha20poly1305 v0.10.1
7962026-06-20T23:46:36.304Z Downloaded num_threads v0.1.7
7972026-06-20T23:46:36.307Z Downloaded num-derive v0.3.3
7982026-06-20T23:46:36.307Z Downloaded cbc v0.1.2
7992026-06-20T23:46:36.309Z Downloaded httparse v1.10.1
8002026-06-20T23:46:36.309Z Downloaded humantime v2.3.0
8012026-06-20T23:46:36.312Z Downloaded olpc-cjson v0.1.4
8022026-06-20T23:46:36.312Z Downloaded ar_archive_writer v0.5.1
8032026-06-20T23:46:36.315Z Downloaded drift v0.2.0
8042026-06-20T23:46:36.318Z Downloaded opaque-debug v0.3.1
8052026-06-20T23:46:36.321Z Downloaded maybe-uninit v2.0.0
8062026-06-20T23:46:36.321Z Downloaded lock_api v0.4.14
8072026-06-20T23:46:36.321Z Downloaded openssl-probe v0.2.1
8082026-06-20T23:46:36.324Z Downloaded iana-time-zone v0.1.65
8092026-06-20T23:46:36.324Z Downloaded dropshot_endpoint v0.17.0
8102026-06-20T23:46:36.326Z Downloaded parse-size v1.1.0
8112026-06-20T23:46:36.329Z Downloaded parse-display v0.10.0
8122026-06-20T23:46:36.329Z Downloaded oso-derive v0.27.3
8132026-06-20T23:46:36.332Z Downloaded packed_struct_codegen v0.10.1
8142026-06-20T23:46:36.334Z Downloaded half v1.8.3
8152026-06-20T23:46:36.337Z Downloaded nanorand v0.7.0
8162026-06-20T23:46:36.337Z Downloaded multer v3.1.0
8172026-06-20T23:46:36.340Z Downloaded mime_guess v2.0.5
8182026-06-20T23:46:36.340Z Downloaded elliptic-curve v0.13.8
8192026-06-20T23:46:36.343Z Downloaded async-compression v0.4.41
8202026-06-20T23:46:36.346Z Downloaded half v2.7.1
8212026-06-20T23:46:36.348Z Downloaded peg-runtime v0.8.5
8222026-06-20T23:46:36.348Z Downloaded path-slash v0.1.5
8232026-06-20T23:46:36.352Z Downloaded pbkdf2 v0.12.2
8242026-06-20T23:46:36.352Z Downloaded ingot-macros v0.1.1
8252026-06-20T23:46:36.360Z Downloaded nu-ansi-term v0.50.3
8262026-06-20T23:46:36.364Z Downloaded newtype-uuid v1.3.2
8272026-06-20T23:46:36.368Z Downloaded phf_shared v0.13.1
8282026-06-20T23:46:36.381Z Downloaded phf_shared v0.11.3
8292026-06-20T23:46:36.384Z Downloaded num_enum_derive v0.7.6
8302026-06-20T23:46:36.384Z Downloaded num-iter v0.1.45
8312026-06-20T23:46:36.384Z Downloaded cc v1.2.56
8322026-06-20T23:46:36.387Z Downloaded pin-utils v0.1.0
8332026-06-20T23:46:36.387Z Downloaded flume v0.11.1
8342026-06-20T23:46:36.390Z Downloaded darling_core v0.20.11
8352026-06-20T23:46:36.393Z Downloaded num_enum v0.7.6
8362026-06-20T23:46:36.396Z Downloaded oxnet v0.1.6
8372026-06-20T23:46:36.399Z Downloaded num_enum v0.5.11
8382026-06-20T23:46:36.399Z Downloaded litrs v1.0.0
8392026-06-20T23:46:36.402Z Downloaded base64 v0.22.1
8402026-06-20T23:46:36.405Z Downloaded num-integer v0.1.46
8412026-06-20T23:46:36.405Z Downloaded indexmap v1.9.3
8422026-06-20T23:46:36.407Z Downloaded ignore v0.4.25
8432026-06-20T23:46:36.407Z Downloaded oxide-tokio-rt v0.1.4
8442026-06-20T23:46:36.410Z Downloaded owo-colors v4.3.0
8452026-06-20T23:46:36.410Z Downloaded packed_struct v0.10.1
8462026-06-20T23:46:36.413Z Downloaded password-hash v0.4.2
8472026-06-20T23:46:36.413Z Downloaded precomputed-hash v0.1.1
8482026-06-20T23:46:36.416Z Downloaded parse-display-derive v0.10.0
8492026-06-20T23:46:36.416Z Downloaded num-complex v0.4.6
8502026-06-20T23:46:36.416Z Downloaded parking_lot_core v0.8.6
8512026-06-20T23:46:36.418Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-06-20T23:46:36.418Z Downloaded phf_shared v0.12.1
8532026-06-20T23:46:36.418Z Downloaded proc-macro-crate v1.3.1
8542026-06-20T23:46:36.421Z Downloaded predicates-tree v1.0.13
8552026-06-20T23:46:36.421Z Downloaded heapless v0.8.0
8562026-06-20T23:46:36.425Z Downloaded psl-types v2.0.11
8572026-06-20T23:46:36.425Z Downloaded proc-macro-crate v3.4.0
8582026-06-20T23:46:36.428Z Downloaded memmap2 v0.9.10
8592026-06-20T23:46:36.428Z Downloaded futures v0.3.32
8602026-06-20T23:46:36.430Z Downloaded headers v0.4.1
8612026-06-20T23:46:36.433Z Downloaded paste v1.0.15
8622026-06-20T23:46:36.435Z Downloaded heapless v0.7.17
8632026-06-20T23:46:36.439Z Downloaded password-hash v0.5.0
8642026-06-20T23:46:36.439Z Downloaded progenitor-macro v0.13.0
8652026-06-20T23:46:36.442Z Downloaded crypto-bigint v0.5.5
8662026-06-20T23:46:36.444Z Downloaded progenitor-macro v0.14.0
8672026-06-20T23:46:36.445Z Downloaded pbkdf2 v0.11.0
8682026-06-20T23:46:36.447Z Downloaded progenitor-client v0.14.0
8692026-06-20T23:46:36.447Z Downloaded native-tls v0.2.18
8702026-06-20T23:46:36.447Z Downloaded ed25519-dalek v2.2.0
8712026-06-20T23:46:36.450Z Downloaded predicates-core v1.0.10
8722026-06-20T23:46:36.450Z Downloaded powerfmt v0.2.0
8732026-06-20T23:46:36.455Z Downloaded pem-rfc7468 v0.7.0
8742026-06-20T23:46:36.457Z Downloaded pem v3.0.6
8752026-06-20T23:46:36.457Z Downloaded peg-macros v0.8.5
8762026-06-20T23:46:36.460Z Downloaded base64 v0.21.7
8772026-06-20T23:46:36.463Z Downloaded peg v0.8.5
8782026-06-20T23:46:36.467Z Downloaded bytes v1.11.1
8792026-06-20T23:46:36.470Z Downloaded pin-project-internal v1.1.11
8802026-06-20T23:46:36.470Z Downloaded phf v0.13.1
8812026-06-20T23:46:36.474Z Downloaded pin-project-lite v0.2.17
8822026-06-20T23:46:36.474Z Downloaded compact_str v0.8.1
8832026-06-20T23:46:36.476Z Downloaded rand_xorshift v0.4.0
8842026-06-20T23:46:36.479Z Downloaded libbz2-rs-sys v0.2.2
8852026-06-20T23:46:36.484Z Downloaded pkcs8 v0.10.2
8862026-06-20T23:46:36.487Z Downloaded poly1305 v0.8.0
8872026-06-20T23:46:36.490Z Downloaded polyval v0.6.2
8882026-06-20T23:46:36.490Z Downloaded getrandom v0.3.4
8892026-06-20T23:46:36.492Z Downloaded pkg-config v0.3.32
8902026-06-20T23:46:36.492Z Downloaded crossbeam-channel v0.5.15
8912026-06-20T23:46:36.495Z Downloaded recursive v0.1.1
8922026-06-20T23:46:36.498Z Downloaded num-rational v0.4.2
8932026-06-20T23:46:36.498Z Downloaded parking_lot v0.11.2
8942026-06-20T23:46:36.500Z Downloaded derive_more v2.1.1
8952026-06-20T23:46:36.506Z Downloaded recursive-proc-macro-impl v0.1.1
8962026-06-20T23:46:36.511Z Downloaded progenitor v0.14.0
8972026-06-20T23:46:36.511Z Downloaded ref-cast-impl v1.0.25
8982026-06-20T23:46:36.511Z Downloaded ref-cast v1.0.25
8992026-06-20T23:46:36.513Z Downloaded ppv-lite86 v0.2.21
9002026-06-20T23:46:36.513Z Downloaded postgres-protocol v0.6.10
9012026-06-20T23:46:36.514Z Downloaded parking_lot_core v0.9.12
9022026-06-20T23:46:36.517Z Downloaded parking_lot v0.12.5
9032026-06-20T23:46:36.519Z Downloaded progenitor v0.13.0
9042026-06-20T23:46:36.520Z Downloaded proc-macro-error2 v2.0.1
9052026-06-20T23:46:36.522Z Downloaded progenitor-client v0.13.0
9062026-06-20T23:46:36.522Z Downloaded aes v0.8.4
9072026-06-20T23:46:36.525Z Downloaded primeorder v0.13.6
9082026-06-20T23:46:36.528Z Downloaded indicatif v0.18.4
9092026-06-20T23:46:36.534Z Downloaded progenitor-extras v0.2.0
9102026-06-20T23:46:36.536Z Downloaded quick-error v1.2.3
9112026-06-20T23:46:36.537Z Downloaded psm v0.1.30
9122026-06-20T23:46:36.540Z Downloaded rfc6979 v0.4.0
9132026-06-20T23:46:36.543Z Downloaded rustc_version v0.1.7
9142026-06-20T23:46:36.543Z Downloaded russh-cryptovec v0.7.3
9152026-06-20T23:46:36.546Z Downloaded hickory-resolver v0.24.4
9162026-06-20T23:46:36.549Z Downloaded rustc_version v0.4.1
9172026-06-20T23:46:36.552Z Downloaded phf v0.12.1
9182026-06-20T23:46:36.552Z Downloaded rtoolbox v0.0.3
9192026-06-20T23:46:36.554Z Downloaded bumpalo v3.20.2
9202026-06-20T23:46:36.558Z Downloaded rand_chacha v0.9.0
9212026-06-20T23:46:36.561Z Downloaded pkcs1 v0.7.5
9222026-06-20T23:46:36.561Z Downloaded radium v0.7.0
9232026-06-20T23:46:36.561Z Downloaded rand_core v0.10.0
9242026-06-20T23:46:36.564Z Downloaded rand_core v0.9.5
9252026-06-20T23:46:36.568Z Downloaded r2d2 v0.8.10
9262026-06-20T23:46:36.568Z Downloaded rand_chacha v0.3.1
9272026-06-20T23:46:36.575Z Downloaded salsa20 v0.10.2
9282026-06-20T23:46:36.578Z Downloaded pkcs5 v0.7.1
9292026-06-20T23:46:36.582Z Downloaded rand_seeder v0.4.0
9302026-06-20T23:46:36.582Z Downloaded rand_core v0.6.4
9312026-06-20T23:46:36.584Z Downloaded scheduled-thread-pool v0.2.7
9322026-06-20T23:46:36.584Z Downloaded sapling-renderdag v0.1.0
9332026-06-20T23:46:36.584Z Downloaded expectorate v1.2.0
9342026-06-20T23:46:36.587Z Downloaded omicron-zone-package v0.12.2
9352026-06-20T23:46:36.590Z Downloaded derive_more-impl v2.1.1
9362026-06-20T23:46:36.592Z Downloaded p256 v0.13.2
9372026-06-20T23:46:36.595Z Downloaded papergrid v0.17.0
9382026-06-20T23:46:36.598Z Downloaded predicates v3.1.4
9392026-06-20T23:46:36.600Z Downloaded same-file v1.0.6
9402026-06-20T23:46:36.600Z Downloaded postgres-types v0.2.12
9412026-06-20T23:46:36.603Z Downloaded scroll_derive v0.13.1
9422026-06-20T23:46:36.603Z Downloaded postcard v1.1.3
9432026-06-20T23:46:36.603Z Downloaded scopeguard v1.2.0
9442026-06-20T23:46:36.606Z Downloaded scrypt v0.11.0
9452026-06-20T23:46:36.606Z Downloaded diesel_derives v2.3.7
9462026-06-20T23:46:36.609Z Downloaded serde_bytes v0.11.19
9472026-06-20T23:46:36.611Z Downloaded seq-macro v0.3.6
9482026-06-20T23:46:36.617Z Downloaded secrecy v0.8.0
9492026-06-20T23:46:36.622Z Downloaded jiff-static v0.2.21
9502026-06-20T23:46:36.625Z Downloaded dropshot-api-manager v0.7.2
9512026-06-20T23:46:36.629Z Downloaded serde-big-array v0.5.1
9522026-06-20T23:46:36.633Z Downloaded serde_plain v1.0.2
9532026-06-20T23:46:36.635Z Downloaded rustc-hash v2.1.1
9542026-06-20T23:46:36.638Z Downloaded hickory-server v0.25.2
9552026-06-20T23:46:36.641Z Downloaded resolv-conf v0.7.6
9562026-06-20T23:46:36.643Z Downloaded serde_repr v0.1.20
9572026-06-20T23:46:36.646Z Downloaded sha1 v0.10.6
9582026-06-20T23:46:36.649Z Downloaded quinn-udp v0.5.14
9592026-06-20T23:46:36.652Z Downloaded hickory-resolver v0.25.2
9602026-06-20T23:46:36.656Z Downloaded rustversion v1.0.22
9612026-06-20T23:46:36.660Z Downloaded signal-hook-tokio v0.3.1
9622026-06-20T23:46:36.663Z Downloaded serde_urlencoded v0.7.1
9632026-06-20T23:46:36.668Z Downloaded rustls-native-certs v0.8.3
9642026-06-20T23:46:36.671Z Downloaded rustls-pemfile v2.2.0
9652026-06-20T23:46:36.671Z Downloaded signal-hook-mio v0.2.5
9662026-06-20T23:46:36.673Z Downloaded rustls-pemfile v1.0.4
9672026-06-20T23:46:36.676Z Downloaded sigpipe v0.1.3
9682026-06-20T23:46:36.676Z Downloaded aes-gcm v0.10.3
9692026-06-20T23:46:36.679Z Downloaded shell-words v1.1.1
9702026-06-20T23:46:36.680Z Downloaded oso v0.27.3
9712026-06-20T23:46:36.683Z Downloaded openssl-sys v0.9.115
9722026-06-20T23:46:36.683Z Downloaded pin-project v1.1.11
9732026-06-20T23:46:36.690Z Downloaded siphasher v1.0.2
9742026-06-20T23:46:36.693Z Downloaded sec1 v0.7.3
9752026-06-20T23:46:36.693Z Downloaded sct v0.7.1
9762026-06-20T23:46:36.696Z Downloaded slog-bunyan v2.5.0
9772026-06-20T23:46:36.696Z Downloaded minimal-lexical v0.2.1
9782026-06-20T23:46:36.699Z Downloaded scroll v0.13.0
9792026-06-20T23:46:36.701Z Downloaded miniz_oxide v0.8.9
9802026-06-20T23:46:36.701Z Downloaded schemars_derive v0.8.22
9812026-06-20T23:46:36.704Z Downloaded flate2 v1.1.9
9822026-06-20T23:46:36.707Z Downloaded hashbrown v0.13.2
9832026-06-20T23:46:36.709Z Downloaded prefix-trie v0.7.0
9842026-06-20T23:46:36.712Z Downloaded progenitor-impl v0.13.0
9852026-06-20T23:46:36.712Z Downloaded hashbrown v0.12.3
9862026-06-20T23:46:36.715Z Downloaded secrecy v0.10.3
9872026-06-20T23:46:36.718Z Downloaded slog-envlogger v2.2.0
9882026-06-20T23:46:36.721Z Downloaded semver v0.1.20
9892026-06-20T23:46:36.724Z Downloaded ssh-encoding v0.2.0
9902026-06-20T23:46:36.727Z Downloaded serde_path_to_error v0.1.20
9912026-06-20T23:46:36.733Z Downloaded russh-keys v0.45.0
9922026-06-20T23:46:36.736Z Downloaded serde-hex v0.1.0
9932026-06-20T23:46:36.736Z Downloaded serde_spanned v1.0.4
9942026-06-20T23:46:36.739Z Downloaded serde_derive_internals v0.29.1
9952026-06-20T23:46:36.744Z Downloaded sqlparser_derive v0.5.0
9962026-06-20T23:46:36.747Z Downloaded serde_with_macros v1.5.2
9972026-06-20T23:46:36.750Z Downloaded rusty-fork v0.3.1
9982026-06-20T23:46:36.752Z Downloaded ssh-cipher v0.2.0
9992026-06-20T23:46:36.755Z Downloaded shlex v1.3.0
10002026-06-20T23:46:36.759Z Downloaded strsim v0.10.0
10012026-06-20T23:46:36.761Z Downloaded rcgen v0.12.1
10022026-06-20T23:46:36.761Z Downloaded signal-hook-registry v1.4.8
10032026-06-20T23:46:36.764Z Downloaded rustls-pki-types v1.14.0
10042026-06-20T23:46:36.767Z Downloaded strip-ansi-escapes v0.2.1
10052026-06-20T23:46:36.767Z Downloaded simd-adler32 v0.3.8
10062026-06-20T23:46:36.767Z Downloaded signature v2.2.0
10072026-06-20T23:46:36.770Z Downloaded structmeta v0.3.0
10082026-06-20T23:46:36.772Z Downloaded strum v0.26.3
10092026-06-20T23:46:36.772Z Downloaded structmeta-derive v0.3.0
10102026-06-20T23:46:36.772Z Downloaded subtle v2.6.1
10112026-06-20T23:46:36.772Z Downloaded pretty_assertions v1.4.1
10122026-06-20T23:46:36.802Z Downloaded slab v0.4.12
10132026-06-20T23:46:36.802Z Downloaded crossterm v0.28.1
10142026-06-20T23:46:36.802Z Downloaded supports-color v3.0.2
10152026-06-20T23:46:36.802Z Downloaded sync-ptr v0.1.4
10162026-06-20T23:46:36.802Z Downloaded mio v1.2.0
10172026-06-20T23:46:36.802Z Downloaded tabled_derive v0.11.0
10182026-06-20T23:46:36.802Z Downloaded smallvec v0.6.14
10192026-06-20T23:46:36.802Z Downloaded crossterm v0.29.0
10202026-06-20T23:46:36.802Z Downloaded slog-scope v4.4.1
10212026-06-20T23:46:36.802Z Downloaded progenitor-impl v0.14.0
10222026-06-20T23:46:36.802Z Downloaded hyper-util v0.1.20
10232026-06-20T23:46:36.802Z Downloaded tagptr v0.2.0
10242026-06-20T23:46:36.806Z Downloaded slog-term v2.9.2
10252026-06-20T23:46:36.806Z Downloaded slog-stdlog v4.1.1
10262026-06-20T23:46:36.806Z Downloaded tabwriter v1.4.1
10272026-06-20T23:46:36.806Z Downloaded slog-json v2.6.1
10282026-06-20T23:46:36.809Z Downloaded termtree v0.5.1
10292026-06-20T23:46:36.809Z Downloaded snafu-derive v0.8.9
10302026-06-20T23:46:36.809Z Downloaded itertools v0.10.5
10312026-06-20T23:46:36.812Z Downloaded take_mut v0.2.2
10322026-06-20T23:46:36.815Z Downloaded spki v0.7.3
10332026-06-20T23:46:36.815Z Downloaded serde_cbor v0.11.2
10342026-06-20T23:46:36.818Z Downloaded sync_wrapper v1.0.2
10352026-06-20T23:46:36.818Z Downloaded strum v0.27.2
10362026-06-20T23:46:36.818Z Downloaded smf v0.2.3
10372026-06-20T23:46:36.820Z Downloaded thread-id v5.1.0
10382026-06-20T23:46:36.820Z Downloaded serde_with_macros v3.17.0
10392026-06-20T23:46:36.820Z Downloaded thiserror-impl-no-std v2.0.2
10402026-06-20T23:46:36.823Z Downloaded stacker v0.1.23
10412026-06-20T23:46:36.824Z Downloaded slog-async v2.8.0
10422026-06-20T23:46:36.827Z Downloaded string_cache v0.8.9
10432026-06-20T23:46:36.827Z Downloaded static_assertions v1.1.0
10442026-06-20T23:46:36.827Z Downloaded sqlformat v0.3.5
10452026-06-20T23:46:36.830Z Downloaded time-core v0.1.8
10462026-06-20T23:46:36.830Z Downloaded testing_table v0.3.0
10472026-06-20T23:46:36.830Z Downloaded tokio-macros v2.7.0
10482026-06-20T23:46:36.832Z Downloaded num-bigint v0.4.6
10492026-06-20T23:46:36.838Z Downloaded stringprep v0.1.5
10502026-06-20T23:46:36.840Z Downloaded http v1.4.0
10512026-06-20T23:46:36.843Z Downloaded rayon-core v1.13.0
10522026-06-20T23:46:36.846Z Downloaded rustls-platform-verifier v0.6.2
10532026-06-20T23:46:36.849Z Downloaded tinyvec_macros v0.1.1
10542026-06-20T23:46:36.852Z Downloaded ryu v1.0.23
10552026-06-20T23:46:36.859Z Downloaded strum_macros v0.26.4
10562026-06-20T23:46:36.865Z Downloaded schemars v0.8.22
10572026-06-20T23:46:36.873Z Downloaded support-bundle-viewer v0.1.2
10582026-06-20T23:46:36.876Z Downloaded strum_macros v0.24.3
10592026-06-20T23:46:36.876Z Downloaded slog-dtrace v0.3.0
10602026-06-20T23:46:36.879Z Downloaded prettyplease v0.2.37
10612026-06-20T23:46:36.886Z Downloaded hashbrown v0.15.5
10622026-06-20T23:46:36.890Z Downloaded tap v1.0.1
10632026-06-20T23:46:36.893Z Downloaded tower-layer v0.3.3
10642026-06-20T23:46:36.897Z Downloaded publicsuffix v2.3.0
10652026-06-20T23:46:36.897Z Downloaded spin v0.9.8
10662026-06-20T23:46:36.903Z Downloaded qorb v0.4.1
10672026-06-20T23:46:36.907Z Downloaded termios v0.3.3
10682026-06-20T23:46:36.910Z Downloaded topological-sort v0.2.2
10692026-06-20T23:46:36.916Z Downloaded tower-service v0.3.3
10702026-06-20T23:46:36.918Z Downloaded thread_local v1.1.9
10712026-06-20T23:46:36.918Z Downloaded thiserror-no-std v2.0.2
10722026-06-20T23:46:36.921Z Downloaded tiny-keccak v2.0.2
10732026-06-20T23:46:36.924Z Downloaded serde_yaml v0.9.34+deprecated
10742026-06-20T23:46:36.935Z Downloaded quinn v0.11.9
10752026-06-20T23:46:36.937Z Downloaded tls_codec v0.4.2
10762026-06-20T23:46:36.940Z Downloaded signal-hook v0.3.18
10772026-06-20T23:46:36.943Z Downloaded try-lock v0.2.5
10782026-06-20T23:46:36.943Z Downloaded typify-macro v0.6.2
10792026-06-20T23:46:36.943Z Downloaded time-macros v0.2.27
10802026-06-20T23:46:36.946Z Downloaded unarray v0.1.4
10812026-06-20T23:46:36.952Z Downloaded tokio-dtrace v0.1.1
10822026-06-20T23:46:36.955Z Downloaded strum_macros v0.27.2
10832026-06-20T23:46:36.957Z Downloaded similar v2.7.0
10842026-06-20T23:46:36.960Z Downloaded universal-hash v0.5.1
10852026-06-20T23:46:36.960Z Downloaded usdt v0.6.0
10862026-06-20T23:46:36.963Z Downloaded tokio-native-tls v0.3.1
10872026-06-20T23:46:36.963Z Downloaded untrusted v0.9.0
10882026-06-20T23:46:36.963Z Downloaded untrusted v0.7.1
10892026-06-20T23:46:36.966Z Downloaded unicode-truncate v1.1.0
10902026-06-20T23:46:36.969Z Downloaded usdt-macro v0.6.0
10912026-06-20T23:46:36.969Z Downloaded libxml v0.3.3
10922026-06-20T23:46:36.972Z Downloaded usdt-attr-macro v0.6.0
10932026-06-20T23:46:36.976Z Downloaded tokio-tungstenite v0.21.0
10942026-06-20T23:46:36.979Z Downloaded tokio-rustls v0.25.0
10952026-06-20T23:46:36.979Z Downloaded hashbrown v0.16.1
10962026-06-20T23:46:36.983Z Downloaded tokio-tungstenite v0.23.1
10972026-06-20T23:46:36.986Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-06-20T23:46:36.989Z Downloaded void v1.0.2
10992026-06-20T23:46:36.992Z Downloaded nom v7.1.3
11002026-06-20T23:46:36.995Z Downloaded rsa v0.9.10
11012026-06-20T23:46:36.998Z Downloaded ron v0.8.1
11022026-06-20T23:46:37.001Z Downloaded term v0.7.0
11032026-06-20T23:46:37.005Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-06-20T23:46:37.005Z Downloaded term v1.2.1
11052026-06-20T23:46:37.008Z Downloaded socket2 v0.6.3
11062026-06-20T23:46:37.008Z Downloaded wait-timeout v0.2.1
11072026-06-20T23:46:37.011Z Downloaded toml_writer v1.0.6+spec-1.1.0
11082026-06-20T23:46:37.011Z Downloaded rand v0.9.2
11092026-06-20T23:46:37.022Z Downloaded waitgroup v0.1.2
11102026-06-20T23:46:37.025Z Downloaded want v0.3.1
11112026-06-20T23:46:37.028Z Downloaded rand v0.8.6
11122026-06-20T23:46:37.031Z Downloaded trait-variant v0.1.2
11132026-06-20T23:46:37.031Z Downloaded num-bigint-dig v0.8.6
11142026-06-20T23:46:37.035Z Downloaded samael v0.0.19
11152026-06-20T23:46:37.038Z Downloaded tls_codec_derive v0.4.2
11162026-06-20T23:46:37.041Z Downloaded rustls-webpki v0.103.9
11172026-06-20T23:46:37.044Z Downloaded tui-tree-widget v0.23.1
11182026-06-20T23:46:37.044Z Downloaded usdt-impl v0.6.0
11192026-06-20T23:46:37.047Z Downloaded xshell-macros v0.2.7
11202026-06-20T23:46:37.047Z Downloaded aho-corasick v1.1.4
11212026-06-20T23:46:37.049Z Downloaded tokio-stream v0.1.18
11222026-06-20T23:46:37.052Z Downloaded subprocess v0.2.15
11232026-06-20T23:46:37.055Z Downloaded xattr v1.6.1
11242026-06-20T23:46:37.055Z Downloaded slog v2.8.2
11252026-06-20T23:46:37.057Z Downloaded unit-prefix v0.5.2
11262026-06-20T23:46:37.057Z Downloaded unicase v2.9.0
11272026-06-20T23:46:37.060Z Downloaded tokio-rustls v0.26.4
11282026-06-20T23:46:37.060Z Downloaded tokio-rustls v0.24.1
11292026-06-20T23:46:37.063Z Downloaded utf-8 v0.7.6
11302026-06-20T23:46:37.069Z Downloaded futures-util v0.3.32
11312026-06-20T23:46:37.076Z Downloaded vergen-gitcl v1.0.8
11322026-06-20T23:46:37.078Z Downloaded uzers v0.12.2
11332026-06-20T23:46:37.078Z Downloaded itertools v0.13.0
11342026-06-20T23:46:37.082Z Downloaded socket2 v0.5.10
11352026-06-20T23:46:37.085Z Downloaded vergen-lib v0.1.6
11362026-06-20T23:46:37.085Z Downloaded snafu v0.8.9
11372026-06-20T23:46:37.088Z Downloaded zone_cfg_derive v0.3.1
11382026-06-20T23:46:37.091Z Downloaded zone v0.3.1
11392026-06-20T23:46:37.091Z Downloaded zeroize_derive v1.4.3
11402026-06-20T23:46:37.094Z Downloaded whoami v1.6.1
11412026-06-20T23:46:37.094Z Downloaded iri-string v0.7.10
11422026-06-20T23:46:37.096Z Downloaded itertools v0.12.1
11432026-06-20T23:46:37.099Z Downloaded h2 v0.4.13
11442026-06-20T23:46:37.103Z Downloaded test-strategy v0.4.5
11452026-06-20T23:46:37.108Z Downloaded vsss-rs v3.3.4
11462026-06-20T23:46:37.110Z Downloaded tracing-attributes v0.1.31
11472026-06-20T23:46:37.113Z Downloaded walkdir v2.5.0
11482026-06-20T23:46:37.116Z Downloaded rand v0.10.0
11492026-06-20T23:46:37.118Z Downloaded hyper v1.8.1
11502026-06-20T23:46:37.122Z Downloaded tinyvec v1.10.0
11512026-06-20T23:46:37.124Z Downloaded libm v0.2.16
11522026-06-20T23:46:37.129Z Downloaded twox-hash v2.1.2
11532026-06-20T23:46:37.132Z Downloaded schemars v0.9.0
11542026-06-20T23:46:37.138Z Downloaded wyz v0.5.1
11552026-06-20T23:46:37.142Z Downloaded unicode-properties v0.1.4
11562026-06-20T23:46:37.147Z Downloaded xshell v0.2.7
11572026-06-20T23:46:37.147Z Downloaded schemars v1.2.1
11582026-06-20T23:46:37.153Z Downloaded zeroize v1.8.2
11592026-06-20T23:46:37.156Z Downloaded toml v1.0.6+spec-1.1.0
11602026-06-20T23:46:37.159Z Downloaded vergen-lib v9.1.0
11612026-06-20T23:46:37.159Z Downloaded vergen-git2 v9.1.0
11622026-06-20T23:46:37.159Z Downloaded vergen v9.1.0
11632026-06-20T23:46:37.161Z Downloaded itertools v0.14.0
11642026-06-20T23:46:37.164Z Downloaded zstd-safe v7.2.4
11652026-06-20T23:46:37.168Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-20T23:46:37.168Z Downloaded tar v0.4.45
11672026-06-20T23:46:37.171Z Downloaded zstd v0.13.3
11682026-06-20T23:46:37.171Z Downloaded nom v8.0.0
11692026-06-20T23:46:37.178Z Downloaded russh v0.45.0
11702026-06-20T23:46:37.186Z Downloaded whoami v2.1.0
11712026-06-20T23:46:37.191Z Downloaded steno v0.4.1
11722026-06-20T23:46:37.194Z Downloaded tracing-core v0.1.36
11732026-06-20T23:46:37.198Z Downloaded unicode-bidi v0.3.18
11742026-06-20T23:46:37.198Z Downloaded tungstenite v0.23.0
11752026-06-20T23:46:37.200Z Downloaded tungstenite v0.21.0
11762026-06-20T23:46:37.204Z Downloaded rustyline v14.0.0
11772026-06-20T23:46:37.207Z Downloaded typify v0.6.2
11782026-06-20T23:46:37.210Z Downloaded yasna v0.5.2
11792026-06-20T23:46:37.212Z Downloaded aws-lc-rs v1.16.3
11802026-06-20T23:46:37.217Z Downloaded unsafe-libyaml v0.2.11
11812026-06-20T23:46:37.221Z Downloaded zerocopy v0.6.6
11822026-06-20T23:46:37.233Z Downloaded toml v0.7.8
11832026-06-20T23:46:37.238Z Downloaded vte v0.14.1
11842026-06-20T23:46:37.240Z Downloaded rpassword v7.4.0
11852026-06-20T23:46:37.240Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-20T23:46:37.243Z Downloaded ssh-key v0.6.7
11872026-06-20T23:46:37.247Z Downloaded hkdf v0.12.4
11882026-06-20T23:46:37.257Z Downloaded serde_with v1.14.0
11892026-06-20T23:46:37.264Z Downloaded tokio-postgres v0.7.16
11902026-06-20T23:46:37.271Z Downloaded reedline v0.40.0
11912026-06-20T23:46:37.275Z Downloaded uuid v1.23.0
11922026-06-20T23:46:37.279Z Downloaded p521 v0.13.3
11932026-06-20T23:46:37.299Z Downloaded zopfli v0.8.3
11942026-06-20T23:46:37.305Z Downloaded blake3 v1.8.3
11952026-06-20T23:46:37.310Z Downloaded iddqd v0.4.2
11962026-06-20T23:46:37.327Z Downloaded unicode_categories v0.1.1
11972026-06-20T23:46:37.332Z Downloaded zip v0.6.6
11982026-06-20T23:46:37.336Z Downloaded yansi v1.0.1
11992026-06-20T23:46:37.338Z Downloaded reqwest v0.13.2
12002026-06-20T23:46:37.341Z Downloaded regex v1.12.3
12012026-06-20T23:46:37.344Z Downloaded toml_edit v0.19.15
12022026-06-20T23:46:37.353Z Downloaded rayon v1.11.0
12032026-06-20T23:46:37.358Z Downloaded bitvec v1.0.1
12042026-06-20T23:46:37.369Z Downloaded chrono v0.4.44
12052026-06-20T23:46:37.373Z Downloaded portable-atomic v1.13.1
12062026-06-20T23:46:37.391Z Downloaded git2 v0.20.4
12072026-06-20T23:46:37.395Z Downloaded x509-cert v0.2.5
12082026-06-20T23:46:37.406Z Downloaded bindgen v0.71.1
12092026-06-20T23:46:37.410Z Downloaded zerocopy-derive v0.8.40
12102026-06-20T23:46:37.416Z Downloaded unicode-segmentation v1.12.0
12112026-06-20T23:46:37.419Z Downloaded rustls-webpki v0.101.7
12122026-06-20T23:46:37.426Z Downloaded typed-path v0.9.3
12132026-06-20T23:46:37.430Z Downloaded tower v0.5.3
12142026-06-20T23:46:37.435Z Downloaded p384 v0.13.1
12152026-06-20T23:46:37.438Z Downloaded quick-xml v0.37.5
12162026-06-20T23:46:37.441Z Downloaded reqwest v0.12.28
12172026-06-20T23:46:37.445Z Downloaded salty v0.3.0
12182026-06-20T23:46:37.449Z Downloaded lalrpop v0.19.12
12192026-06-20T23:46:37.455Z Downloaded moka v0.12.13
12202026-06-20T23:46:37.460Z Downloaded tokio-util v0.7.18
12212026-06-20T23:46:37.468Z Downloaded zip v4.6.1
12222026-06-20T23:46:37.471Z Downloaded tough v0.22.0
12232026-06-20T23:46:37.476Z Downloaded proptest v1.10.0
12242026-06-20T23:46:37.485Z Downloaded rustls-webpki v0.102.8
12252026-06-20T23:46:37.497Z Downloaded unicode-normalization v0.1.25
12262026-06-20T23:46:37.507Z Downloaded petname v2.0.2
12272026-06-20T23:46:37.510Z Downloaded serde_with v3.17.0
12282026-06-20T23:46:37.531Z Downloaded object v0.30.4
12292026-06-20T23:46:37.537Z Downloaded radix_trie v0.2.1
12302026-06-20T23:46:37.542Z Downloaded quinn-proto v0.11.13
12312026-06-20T23:46:37.545Z Downloaded winnow v0.5.40
12322026-06-20T23:46:37.551Z Downloaded tower-http v0.6.8
12332026-06-20T23:46:37.556Z Downloaded goblin v0.10.5
12342026-06-20T23:46:37.580Z Downloaded nix v0.27.1
12352026-06-20T23:46:37.589Z Downloaded bstr v1.12.1
12362026-06-20T23:46:37.599Z Downloaded tabled v0.20.0
12372026-06-20T23:46:37.609Z Downloaded curve25519-dalek v4.1.3
12382026-06-20T23:46:37.642Z Downloaded polar-core v0.27.3
12392026-06-20T23:46:37.647Z Downloaded openssl v0.10.79
12402026-06-20T23:46:37.652Z Downloaded zlib-rs v0.6.2
12412026-06-20T23:46:37.664Z Downloaded rustls v0.21.12
12422026-06-20T23:46:37.670Z Downloaded winnow v0.6.26
12432026-06-20T23:46:37.675Z Downloaded regex-syntax v0.6.29
12442026-06-20T23:46:37.679Z Downloaded smoltcp v0.9.1
12452026-06-20T23:46:37.685Z Downloaded nix v0.28.0
12462026-06-20T23:46:37.692Z Downloaded time v0.3.47
12472026-06-20T23:46:37.699Z Downloaded rustls v0.22.4
12482026-06-20T23:46:37.706Z Downloaded hickory-proto v0.24.4
12492026-06-20T23:46:37.714Z Downloaded smoltcp v0.11.0
12502026-06-20T23:46:37.721Z Downloaded zerocopy v0.8.40
12512026-06-20T23:46:37.727Z Downloaded hickory-proto v0.25.2
12522026-06-20T23:46:37.735Z Downloaded webpki-roots v1.0.6
12532026-06-20T23:46:37.740Z Downloaded vcpkg v0.2.15
12542026-06-20T23:46:37.761Z Downloaded regress v0.11.1
12552026-06-20T23:46:37.766Z Downloaded nix v0.31.2
12562026-06-20T23:46:37.773Z Downloaded regress v0.10.5
12572026-06-20T23:46:37.778Z Downloaded diesel v2.3.7
12582026-06-20T23:46:37.790Z Downloaded regex-syntax v0.8.10
12592026-06-20T23:46:37.795Z Downloaded openapiv3 v2.2.0
12602026-06-20T23:46:37.802Z Downloaded object v0.37.3
12612026-06-20T23:46:37.809Z Downloaded dropshot v0.17.0
12622026-06-20T23:46:37.821Z Downloaded rustls v0.23.37
12632026-06-20T23:46:37.828Z Downloaded rustix v0.38.44
12642026-06-20T23:46:37.868Z Downloaded sled v0.34.7
12652026-06-20T23:46:37.877Z Downloaded ratatui v0.29.0
12662026-06-20T23:46:37.889Z Downloaded tracing v0.1.44
12672026-06-20T23:46:37.901Z Downloaded typify-impl v0.6.2
12682026-06-20T23:46:37.910Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-06-20T23:46:37.917Z Downloaded sqlparser v0.61.0
12702026-06-20T23:46:37.954Z Downloaded chrono-tz v0.10.4
12712026-06-20T23:46:37.974Z Downloaded zerocopy-derive v0.6.6
12722026-06-20T23:46:37.980Z Downloaded petgraph v0.8.3
12732026-06-20T23:46:37.993Z Downloaded regex-automata v0.4.14
12742026-06-20T23:46:38.020Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12752026-06-20T23:46:38.030Z Downloaded petgraph v0.6.5
12762026-06-20T23:46:38.042Z Downloaded jiff v0.2.21
12772026-06-20T23:46:38.072Z Downloaded csv v1.4.0
12782026-06-20T23:46:38.088Z Downloaded libz-sys v1.1.24
12792026-06-20T23:46:38.102Z Downloaded sha3 v0.10.8
12802026-06-20T23:46:38.106Z Downloaded tokio v1.52.1
12812026-06-20T23:46:38.140Z Downloaded encoding_rs v0.8.35
12822026-06-20T23:46:38.180Z Downloaded ring v0.17.14
12832026-06-20T23:46:38.223Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-20T23:46:38.842Z Downloaded aws-lc-sys v0.40.0
12852026-06-20T23:46:39.097Z Compiling libc v0.2.185
12862026-06-20T23:46:39.097Z Compiling serde v1.0.228
12872026-06-20T23:46:39.100Z Compiling log v0.4.29
12882026-06-20T23:46:39.100Z Compiling shlex v1.3.0
12892026-06-20T23:46:39.100Z Compiling find-msvc-tools v0.1.9
12902026-06-20T23:46:39.100Z Compiling smallvec v1.15.1
12912026-06-20T23:46:39.100Z Compiling typenum v1.19.0
12922026-06-20T23:46:39.100Z Compiling subtle v2.6.1
12932026-06-20T23:46:39.100Z Compiling generic-array v0.14.7
12942026-06-20T23:46:39.100Z Compiling scopeguard v1.2.0
12952026-06-20T23:46:39.232Z Compiling const-oid v0.9.6
12962026-06-20T23:46:39.302Z Compiling serde_json v1.0.149
12972026-06-20T23:46:39.343Z Compiling syn v2.0.117
12982026-06-20T23:46:39.357Z Compiling zerocopy v0.8.40
12992026-06-20T23:46:39.360Z Compiling parking_lot_core v0.9.12
13002026-06-20T23:46:39.371Z Compiling pin-project-lite v0.2.17
13012026-06-20T23:46:39.428Z Compiling lock_api v0.4.14
13022026-06-20T23:46:39.441Z Compiling portable-atomic v1.13.1
13032026-06-20T23:46:39.492Z Compiling pkg-config v0.3.32
13042026-06-20T23:46:39.523Z Compiling bitflags v2.11.0
13052026-06-20T23:46:39.538Z Compiling futures-core v0.3.32
13062026-06-20T23:46:39.538Z Compiling libm v0.2.16
13072026-06-20T23:46:39.566Z Compiling critical-section v1.2.0
13082026-06-20T23:46:39.595Z Compiling num-traits v0.2.19
13092026-06-20T23:46:39.637Z Compiling percent-encoding v2.3.2
13102026-06-20T23:46:39.716Z Compiling futures-sink v0.3.32
13112026-06-20T23:46:39.816Z Compiling futures-io v0.3.32
13122026-06-20T23:46:39.820Z Compiling futures-task v0.3.32
13132026-06-20T23:46:39.820Z Compiling slab v0.4.12
13142026-06-20T23:46:39.859Z Compiling cpufeatures v0.2.17
13152026-06-20T23:46:39.961Z Compiling futures-channel v0.3.32
13162026-06-20T23:46:39.975Z Compiling getrandom v0.4.1
13172026-06-20T23:46:40.002Z Compiling rand_core v0.10.0
13182026-06-20T23:46:40.006Z Compiling indexmap v2.14.0
13192026-06-20T23:46:40.060Z Compiling rustversion v1.0.22
13202026-06-20T23:46:40.060Z Compiling getrandom v0.3.4
13212026-06-20T23:46:40.088Z Compiling form_urlencoded v1.2.2
13222026-06-20T23:46:40.118Z Compiling fs_extra v1.3.0
13232026-06-20T23:46:40.150Z Compiling dunce v1.0.5
13242026-06-20T23:46:40.182Z Compiling ident_case v1.0.1
13252026-06-20T23:46:40.196Z Compiling base64ct v1.8.3
13262026-06-20T23:46:40.212Z Compiling regex-syntax v0.8.10
13272026-06-20T23:46:40.260Z Compiling getrandom v0.2.17
13282026-06-20T23:46:40.290Z Compiling jobserver v0.1.34
13292026-06-20T23:46:40.324Z Compiling errno v0.3.14
13302026-06-20T23:46:40.355Z Compiling mio v1.2.0
13312026-06-20T23:46:40.406Z Compiling rand_core v0.6.4
13322026-06-20T23:46:40.425Z Compiling socket2 v0.6.3
13332026-06-20T23:46:40.469Z Compiling signal-hook-registry v1.4.8
13342026-06-20T23:46:40.527Z Compiling cc v1.2.56
13352026-06-20T23:46:40.548Z Compiling parking_lot v0.12.5
13362026-06-20T23:46:40.663Z Compiling once_cell v1.21.3
13372026-06-20T23:46:40.712Z Compiling pem-rfc7468 v0.7.0
13382026-06-20T23:46:40.726Z Compiling rustix v1.1.3
13392026-06-20T23:46:40.756Z Compiling iana-time-zone v0.1.65
13402026-06-20T23:46:40.770Z Compiling flagset v0.4.7
13412026-06-20T23:46:40.784Z Compiling vcpkg v0.2.15
13422026-06-20T23:46:40.893Z Compiling aws-lc-rs v1.16.3
13432026-06-20T23:46:40.908Z Compiling tracing-core v0.1.36
13442026-06-20T23:46:40.924Z Compiling uuid v1.23.0
13452026-06-20T23:46:40.954Z Compiling rustc_version v0.4.1
13462026-06-20T23:46:40.967Z Compiling base64 v0.22.1
13472026-06-20T23:46:40.991Z Compiling tinyvec_macros v0.1.1
13482026-06-20T23:46:41.053Z Compiling untrusted v0.9.0
13492026-06-20T23:46:41.082Z Compiling rand_core v0.9.5
13502026-06-20T23:46:41.177Z Compiling httparse v1.10.1
13512026-06-20T23:46:41.202Z Compiling untrusted v0.7.1
13522026-06-20T23:46:41.225Z Compiling openssl-probe v0.2.1
13532026-06-20T23:46:41.228Z Compiling tinyvec v1.10.0
13542026-06-20T23:46:41.324Z Compiling cmake v0.1.57
13552026-06-20T23:46:41.340Z Compiling aho-corasick v1.1.4
13562026-06-20T23:46:41.353Z Compiling try-lock v0.2.5
13572026-06-20T23:46:41.380Z Compiling dyn-clone v1.0.20
13582026-06-20T23:46:41.396Z Compiling rustls v0.23.37
13592026-06-20T23:46:41.428Z Compiling tower-service v0.3.3
13602026-06-20T23:46:41.485Z Compiling tower-layer v0.3.3
13612026-06-20T23:46:41.506Z Compiling atomic-waker v1.1.2
13622026-06-20T23:46:41.541Z Compiling schemars v0.8.22
13632026-06-20T23:46:41.556Z Compiling want v0.3.1
13642026-06-20T23:46:41.570Z Compiling openssl v0.10.79
13652026-06-20T23:46:41.601Z Compiling httpdate v1.0.3
13662026-06-20T23:46:41.618Z Compiling pin-utils v0.1.0
13672026-06-20T23:46:41.632Z Compiling foreign-types-shared v0.1.1
13682026-06-20T23:46:41.663Z Compiling unicode-normalization v0.1.25
13692026-06-20T23:46:41.679Z Compiling socket2 v0.5.10
13702026-06-20T23:46:41.702Z Compiling spin v0.9.8
13712026-06-20T23:46:41.717Z Compiling foreign-types v0.3.2
13722026-06-20T23:46:41.743Z Compiling powerfmt v0.2.0
13732026-06-20T23:46:41.758Z Compiling time-core v0.1.8
13742026-06-20T23:46:41.776Z Compiling native-tls v0.2.18
13752026-06-20T23:46:41.813Z Compiling crc32fast v1.5.0
13762026-06-20T23:46:41.814Z Compiling num-conv v0.2.0
13772026-06-20T23:46:41.845Z Compiling wait-timeout v0.2.1
13782026-06-20T23:46:41.860Z Compiling sync_wrapper v1.0.2
13792026-06-20T23:46:41.931Z Compiling deranged v0.5.8
13802026-06-20T23:46:41.965Z Compiling syn v1.0.109
13812026-06-20T23:46:41.996Z Compiling time-macros v0.2.27
13822026-06-20T23:46:41.999Z Compiling crossbeam-utils v0.8.21
13832026-06-20T23:46:41.999Z Compiling bit-vec v0.8.0
13842026-06-20T23:46:42.043Z Compiling quick-error v1.2.3
13852026-06-20T23:46:42.046Z Compiling siphasher v1.0.2
13862026-06-20T23:46:42.159Z Compiling simd-adler32 v0.3.8
13872026-06-20T23:46:42.173Z Compiling unicode-segmentation v1.12.0
13882026-06-20T23:46:42.188Z Compiling usdt-impl v0.6.0
13892026-06-20T23:46:42.191Z Compiling num_threads v0.1.7
13902026-06-20T23:46:42.230Z Compiling aws-lc-sys v0.40.0
13912026-06-20T23:46:42.275Z Compiling ring v0.17.14
13922026-06-20T23:46:42.294Z Compiling openssl-sys v0.9.115
13932026-06-20T23:46:42.318Z Compiling regex-automata v0.4.14
13942026-06-20T23:46:42.332Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-06-20T23:46:42.408Z Compiling synstructure v0.13.2
13962026-06-20T23:46:42.428Z Compiling pest_generator v2.8.6
13972026-06-20T23:46:42.431Z Compiling serde_derive_internals v0.29.1
13982026-06-20T23:46:42.458Z Compiling darling_core v0.20.11
13992026-06-20T23:46:42.602Z Compiling tempfile v3.25.0
14002026-06-20T23:46:42.681Z Compiling darling_core v0.21.3
14012026-06-20T23:46:42.826Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-06-20T23:46:43.010Z Compiling rusty-fork v0.3.1
14032026-06-20T23:46:43.081Z Compiling bit-set v0.8.0
14042026-06-20T23:46:43.095Z Compiling slog v2.8.2
14052026-06-20T23:46:43.148Z Compiling heapless v0.7.17
14062026-06-20T23:46:43.198Z Compiling time v0.3.47
14072026-06-20T23:46:43.213Z Compiling rand_xorshift v0.4.0
14082026-06-20T23:46:43.228Z Compiling thread-id v5.1.0
14092026-06-20T23:46:43.267Z Compiling cookie v0.18.1
14102026-06-20T23:46:43.310Z Compiling signal-hook v0.3.18
14112026-06-20T23:46:43.327Z Compiling unarray v0.1.4
14122026-06-20T23:46:43.358Z Compiling zstd-safe v7.2.4
14132026-06-20T23:46:43.400Z Compiling ryu v1.0.23
14142026-06-20T23:46:43.435Z Compiling allocator-api2 v0.2.21
14152026-06-20T23:46:43.451Z Compiling iri-string v0.7.10
14162026-06-20T23:46:43.466Z Compiling unicode-bidi v0.3.18
14172026-06-20T23:46:43.483Z Compiling adler2 v2.0.1
14182026-06-20T23:46:43.500Z Compiling anyhow v1.0.102
14192026-06-20T23:46:43.515Z Compiling paste v1.0.15
14202026-06-20T23:46:43.606Z Compiling unicode-properties v0.1.4
14212026-06-20T23:46:43.637Z Compiling miniz_oxide v0.8.9
14222026-06-20T23:46:43.863Z Compiling stringprep v0.1.5
14232026-06-20T23:46:43.903Z Compiling heck v0.4.1
14242026-06-20T23:46:44.114Z Compiling num-integer v0.1.46
14252026-06-20T23:46:44.149Z Compiling vergen-lib v9.1.0
14262026-06-20T23:46:44.231Z Compiling serde_derive v1.0.228
14272026-06-20T23:46:44.285Z Compiling zeroize_derive v1.4.3
14282026-06-20T23:46:44.342Z Compiling zerofrom-derive v0.1.6
14292026-06-20T23:46:44.356Z Compiling yoke-derive v0.8.1
14302026-06-20T23:46:44.359Z Compiling zerocopy-derive v0.8.40
14312026-06-20T23:46:44.461Z Compiling zerovec-derive v0.11.2
14322026-06-20T23:46:44.579Z Compiling displaydoc v0.2.5
14332026-06-20T23:46:44.881Z Compiling tokio-macros v2.7.0
14342026-06-20T23:46:44.922Z Compiling futures-macro v0.3.32
14352026-06-20T23:46:45.030Z Compiling zeroize v1.8.2
14362026-06-20T23:46:45.066Z Compiling der_derive v0.7.3
14372026-06-20T23:46:45.368Z Compiling rustls-pki-types v1.14.0
14382026-06-20T23:46:45.423Z Compiling tracing-attributes v0.1.31
14392026-06-20T23:46:45.610Z Compiling thiserror-impl v2.0.18
14402026-06-20T23:46:45.675Z Compiling schemars_derive v0.8.22
14412026-06-20T23:46:45.690Z Compiling pest_derive v2.8.6
14422026-06-20T23:46:45.780Z Compiling crypto-common v0.1.7
14432026-06-20T23:46:45.833Z Compiling block-buffer v0.10.4
14442026-06-20T23:46:45.850Z Compiling futures-util v0.3.32
14452026-06-20T23:46:45.865Z Compiling zerofrom v0.1.6
14462026-06-20T23:46:45.962Z Compiling block-padding v0.3.3
14472026-06-20T23:46:46.009Z Compiling yoke v0.8.1
14482026-06-20T23:46:46.027Z Compiling digest v0.10.7
14492026-06-20T23:46:46.090Z Compiling der v0.7.10
14502026-06-20T23:46:46.149Z Compiling inout v0.1.4
14512026-06-20T23:46:46.170Z Compiling scroll_derive v0.13.1
14522026-06-20T23:46:46.217Z Compiling zerovec v0.11.5
14532026-06-20T23:46:46.300Z Compiling zerotrie v0.2.3
14542026-06-20T23:46:46.340Z Compiling hmac v0.12.1
14552026-06-20T23:46:46.510Z Compiling cipher v0.4.4
14562026-06-20T23:46:46.633Z Compiling sha2 v0.10.9
14572026-06-20T23:46:46.673Z Compiling pbkdf2 v0.12.2
14582026-06-20T23:46:46.750Z Compiling tinystr v0.8.2
14592026-06-20T23:46:46.807Z Compiling potential_utf v0.1.4
14602026-06-20T23:46:46.820Z Compiling salsa20 v0.10.2
14612026-06-20T23:46:46.836Z Compiling tracing v0.1.44
14622026-06-20T23:46:46.928Z Compiling icu_locale_core v2.1.1
14632026-06-20T23:46:46.985Z Compiling icu_collections v2.1.1
14642026-06-20T23:46:47.003Z Compiling spki v0.7.3
14652026-06-20T23:46:47.006Z Compiling scrypt v0.11.0
14662026-06-20T23:46:47.034Z Compiling cbc v0.1.2
14672026-06-20T23:46:47.050Z Compiling thiserror v2.0.18
14682026-06-20T23:46:47.065Z Compiling aes v0.8.4
14692026-06-20T23:46:47.174Z Compiling scroll v0.13.0
14702026-06-20T23:46:47.206Z Compiling darling_macro v0.20.11
14712026-06-20T23:46:47.237Z Compiling openssl-macros v0.1.1
14722026-06-20T23:46:47.305Z Compiling rustls-native-certs v0.8.3
14732026-06-20T23:46:47.371Z Compiling dtrace-parser v0.3.0
14742026-06-20T23:46:47.463Z Compiling goblin v0.10.5
14752026-06-20T23:46:47.499Z Compiling pkcs5 v0.7.1
14762026-06-20T23:46:47.627Z Compiling icu_provider v2.1.1
14772026-06-20T23:46:47.729Z Compiling darling v0.20.11
14782026-06-20T23:46:47.824Z Compiling bytes v1.11.1
14792026-06-20T23:46:47.844Z Compiling chrono v0.4.44
14802026-06-20T23:46:47.879Z Compiling icu_properties v2.1.2
14812026-06-20T23:46:47.958Z Compiling icu_normalizer v2.1.1
14822026-06-20T23:46:47.997Z Compiling pkcs8 v0.10.2
14832026-06-20T23:46:48.082Z Compiling ipnet v2.11.0
14842026-06-20T23:46:48.108Z Compiling derive_builder_core v0.20.2
14852026-06-20T23:46:48.141Z Compiling signature v2.2.0
14862026-06-20T23:46:48.155Z Compiling webpki-roots v1.0.6
14872026-06-20T23:46:48.239Z Compiling thiserror-impl v1.0.69
14882026-06-20T23:46:48.288Z Compiling scroll_derive v0.12.1
14892026-06-20T23:46:48.303Z Compiling tokio v1.52.1
14902026-06-20T23:46:48.341Z Compiling http v1.4.0
14912026-06-20T23:46:48.470Z Compiling toml_datetime v0.6.11
14922026-06-20T23:46:48.521Z Compiling serde_tokenstream v0.2.3
14932026-06-20T23:46:48.616Z Compiling serde_spanned v0.6.9
14942026-06-20T23:46:48.755Z Compiling idna_adapter v1.2.1
14952026-06-20T23:46:48.781Z Compiling erased-serde v0.3.31
14962026-06-20T23:46:48.853Z Compiling ppv-lite86 v0.2.21
14972026-06-20T23:46:48.915Z Compiling idna v1.1.0
14982026-06-20T23:46:48.990Z Compiling http-body v1.0.1
14992026-06-20T23:46:49.022Z Compiling scroll v0.12.0
15002026-06-20T23:46:49.036Z Compiling derive_builder_macro v0.20.2
15012026-06-20T23:46:49.052Z Compiling serde_urlencoded v0.7.1
15022026-06-20T23:46:49.068Z Compiling md-5 v0.10.6
15032026-06-20T23:46:49.171Z Compiling rand_chacha v0.9.0
15042026-06-20T23:46:49.195Z Compiling http-body-util v0.1.3
15052026-06-20T23:46:49.250Z Compiling url v2.5.8
15062026-06-20T23:46:49.278Z Compiling rand_chacha v0.3.1
15072026-06-20T23:46:49.292Z Compiling darling_macro v0.21.3
15082026-06-20T23:46:49.308Z Compiling bstr v1.12.1
15092026-06-20T23:46:49.311Z Compiling async-trait v0.1.89
15102026-06-20T23:46:49.337Z Compiling pin-project-internal v1.1.11
15112026-06-20T23:46:49.458Z Compiling rand v0.9.2
15122026-06-20T23:46:49.552Z Compiling zerocopy-derive v0.7.35
15132026-06-20T23:46:49.566Z Compiling thiserror v1.0.69
15142026-06-20T23:46:49.619Z Compiling curve25519-dalek v4.1.3
15152026-06-20T23:46:49.688Z Compiling ff v0.13.1
15162026-06-20T23:46:49.846Z Compiling hash32 v0.2.1
15172026-06-20T23:46:49.905Z Compiling memoffset v0.9.1
15182026-06-20T23:46:50.061Z Compiling encoding_rs v0.8.35
15192026-06-20T23:46:50.077Z Compiling base16ct v0.2.0
15202026-06-20T23:46:50.118Z Compiling proptest v1.10.0
15212026-06-20T23:46:50.133Z Compiling cfg_aliases v0.2.1
15222026-06-20T23:46:50.202Z Compiling num-bigint-dig v0.8.6
15232026-06-20T23:46:50.217Z Compiling dof v0.4.0
15242026-06-20T23:46:50.275Z Compiling zlib-rs v0.6.2
15252026-06-20T23:46:50.356Z Compiling litrs v1.0.0
15262026-06-20T23:46:50.378Z Compiling ref-cast v1.0.25
15272026-06-20T23:46:50.455Z Compiling smoltcp v0.9.1
15282026-06-20T23:46:50.470Z Compiling rustix v0.38.44
15292026-06-20T23:46:50.564Z Compiling fallible-iterator v0.2.0
15302026-06-20T23:46:50.568Z Compiling psl-types v2.0.11
15312026-06-20T23:46:50.592Z Compiling mime v0.3.17
15322026-06-20T23:46:50.713Z Compiling ipnetwork v0.21.1
15332026-06-20T23:46:50.783Z Compiling publicsuffix v2.3.0
15342026-06-20T23:46:50.818Z Compiling zerocopy v0.7.35
15352026-06-20T23:46:50.854Z Compiling pin-project v1.1.11
15362026-06-20T23:46:50.883Z Compiling postgres-protocol v0.6.10
15372026-06-20T23:46:50.899Z Compiling document-features v0.2.12
15382026-06-20T23:46:50.985Z Compiling oxnet v0.1.6
15392026-06-20T23:46:51.019Z Compiling nix v0.31.2
15402026-06-20T23:46:51.138Z Compiling sec1 v0.7.3
15412026-06-20T23:46:51.282Z Compiling darling v0.21.3
15422026-06-20T23:46:51.383Z Compiling group v0.13.0
15432026-06-20T23:46:51.398Z Compiling derive_builder v0.20.2
15442026-06-20T23:46:51.423Z Compiling rand v0.8.6
15452026-06-20T23:46:51.442Z Compiling goblin v0.8.2
15462026-06-20T23:46:51.473Z Compiling hubpack_derive v0.1.1
15472026-06-20T23:46:51.476Z Compiling futures-executor v0.3.32
15482026-06-20T23:46:51.530Z Compiling hex v0.4.3
15492026-06-20T23:46:51.545Z Compiling hkdf v0.12.4
15502026-06-20T23:46:51.583Z Compiling crypto-bigint v0.5.5
15512026-06-20T23:46:51.598Z Compiling regex v1.12.3
15522026-06-20T23:46:51.757Z Compiling num-iter v0.1.45
15532026-06-20T23:46:51.788Z Compiling ref-cast-impl v1.0.25
15542026-06-20T23:46:51.807Z Compiling snafu-derive v0.8.9
15552026-06-20T23:46:51.821Z Compiling daft-derive v0.1.7
15562026-06-20T23:46:51.828Z Compiling curve25519-dalek-derive v0.1.1
15572026-06-20T23:46:51.875Z Compiling strum_macros v0.27.2
15582026-06-20T23:46:52.282Z Compiling tokio-util v0.7.18
15592026-06-20T23:46:52.313Z Compiling tower v0.5.3
15602026-06-20T23:46:52.327Z Compiling tokio-native-tls v0.3.1
15612026-06-20T23:46:52.370Z Compiling terminal_size v0.4.3
15622026-06-20T23:46:52.396Z Compiling phf_shared v0.13.1
15632026-06-20T23:46:52.521Z Compiling newtype-uuid v1.3.2
15642026-06-20T23:46:52.536Z Compiling lazy_static v1.5.0
15652026-06-20T23:46:52.536Z Compiling anstyle-parse v0.2.7
15662026-06-20T23:46:52.539Z Compiling vergen v9.1.0
15672026-06-20T23:46:52.596Z Compiling cargo-platform v0.3.2
15682026-06-20T23:46:52.650Z Compiling fs-err v3.3.0
15692026-06-20T23:46:52.667Z Compiling ahash v0.8.12
15702026-06-20T23:46:52.750Z Compiling tower-http v0.6.8
15712026-06-20T23:46:52.772Z Compiling winnow v0.5.40
15722026-06-20T23:46:52.827Z Compiling same-file v1.0.6
15732026-06-20T23:46:52.869Z Compiling foldhash v0.1.5
15742026-06-20T23:46:52.885Z Compiling managed v0.8.0
15752026-06-20T23:46:52.902Z Compiling libbz2-rs-sys v0.2.2
15762026-06-20T23:46:52.917Z Compiling bumpalo v3.20.2
15772026-06-20T23:46:53.008Z Compiling h2 v0.4.13
15782026-06-20T23:46:53.062Z Compiling object v0.37.3
15792026-06-20T23:46:53.126Z Compiling bitflags v1.3.2
15802026-06-20T23:46:53.176Z Compiling flate2 v1.1.9
15812026-06-20T23:46:53.191Z Compiling foldhash v0.2.0
15822026-06-20T23:46:53.370Z Compiling hashbrown v0.16.1
15832026-06-20T23:46:53.409Z Compiling bzip2 v0.6.1
15842026-06-20T23:46:53.438Z Compiling zopfli v0.8.3
15852026-06-20T23:46:53.537Z Compiling hashbrown v0.15.5
15862026-06-20T23:46:53.618Z Compiling walkdir v2.5.0
15872026-06-20T23:46:53.690Z Compiling clap_builder v4.6.0
15882026-06-20T23:46:53.751Z Compiling dof v0.3.0
15892026-06-20T23:46:53.772Z Compiling cargo_metadata v0.23.1
15902026-06-20T23:46:53.795Z Compiling snafu v0.8.9
15912026-06-20T23:46:53.942Z Compiling strum v0.27.2
15922026-06-20T23:46:53.979Z Compiling daft v0.1.7
15932026-06-20T23:46:53.982Z Compiling anstream v0.6.21
15942026-06-20T23:46:54.046Z Compiling toml_edit v0.19.15
15952026-06-20T23:46:54.110Z Compiling phf v0.13.1
15962026-06-20T23:46:54.126Z Compiling elliptic-curve v0.13.8
15972026-06-20T23:46:54.310Z Compiling signal-hook-mio v0.2.5
15982026-06-20T23:46:54.315Z Compiling cookie_store v0.22.1
15992026-06-20T23:46:54.329Z Compiling hubpack v0.1.2
16002026-06-20T23:46:54.343Z Compiling usdt-attr-macro v0.6.0
16012026-06-20T23:46:54.369Z Compiling usdt-macro v0.6.0
16022026-06-20T23:46:54.509Z Compiling bzip2 v0.4.4
16032026-06-20T23:46:54.542Z Compiling futures v0.3.32
16042026-06-20T23:46:54.584Z Compiling serde_with_macros v3.17.0
16052026-06-20T23:46:54.681Z Compiling postgres-types v0.2.12
16062026-06-20T23:46:54.733Z Compiling zstd v0.13.3
16072026-06-20T23:46:55.027Z Compiling globset v0.4.18
16082026-06-20T23:46:55.054Z Compiling dtrace-parser v0.2.0
16092026-06-20T23:46:55.072Z Compiling ed25519 v2.2.3
16102026-06-20T23:46:55.224Z Compiling pkcs1 v0.7.5
16112026-06-20T23:46:55.239Z Compiling serde_plain v1.0.2
16122026-06-20T23:46:55.242Z Compiling olpc-cjson v0.1.4
16132026-06-20T23:46:55.342Z Compiling serde-big-array v0.5.1
16142026-06-20T23:46:55.441Z Compiling rfc6979 v0.4.0
16152026-06-20T23:46:55.457Z Compiling serde_repr v0.1.20
16162026-06-20T23:46:55.507Z Compiling async-recursion v1.1.1
16172026-06-20T23:46:55.587Z Compiling clap_derive v4.6.1
16182026-06-20T23:46:55.652Z Compiling enum-as-inner v0.6.1
16192026-06-20T23:46:55.740Z Compiling strum_macros v0.26.4
16202026-06-20T23:46:55.860Z Compiling phf_shared v0.11.3
16212026-06-20T23:46:55.863Z Compiling float-cmp v0.10.0
16222026-06-20T23:46:55.942Z Compiling pem v3.0.6
16232026-06-20T23:46:56.019Z Compiling thread-id v4.2.2
16242026-06-20T23:46:56.035Z Compiling memmap2 v0.9.10
16252026-06-20T23:46:56.052Z Compiling hyper v1.8.1
16262026-06-20T23:46:56.069Z Compiling env_filter v1.0.0
16272026-06-20T23:46:56.125Z Compiling data-encoding v2.10.0
16282026-06-20T23:46:56.202Z Compiling new_debug_unreachable v1.0.6
16292026-06-20T23:46:56.228Z Compiling fixedbitset v0.5.7
16302026-06-20T23:46:56.282Z Compiling keccak v0.1.6
16312026-06-20T23:46:56.298Z Compiling static_assertions v1.1.0
16322026-06-20T23:46:56.317Z Compiling fixedbitset v0.4.2
16332026-06-20T23:46:56.386Z Compiling either v1.15.0
16342026-06-20T23:46:56.412Z Compiling typed-path v0.9.3
16352026-06-20T23:46:56.554Z Compiling jiff v0.2.21
16362026-06-20T23:46:56.554Z Compiling predicates-core v1.0.10
16372026-06-20T23:46:56.618Z Compiling normalize-line-endings v0.3.0
16382026-06-20T23:46:56.783Z Compiling whoami v2.1.0
16392026-06-20T23:46:56.816Z Compiling precomputed-hash v0.1.1
16402026-06-20T23:46:56.819Z Compiling difflib v0.4.0
16412026-06-20T23:46:56.849Z Compiling itertools v0.13.0
16422026-06-20T23:46:56.910Z Compiling string_cache v0.8.9
16432026-06-20T23:46:56.924Z Compiling toml_edit v0.22.27
16442026-06-20T23:46:57.140Z Compiling predicates v3.1.4
16452026-06-20T23:46:57.155Z Compiling tokio-postgres v0.7.16
16462026-06-20T23:46:57.170Z Compiling petgraph v0.6.5
16472026-06-20T23:46:57.207Z Compiling sha3 v0.10.8
16482026-06-20T23:46:57.341Z Compiling hyper-util v0.1.20
16492026-06-20T23:46:57.444Z Compiling hickory-proto v0.25.2
16502026-06-20T23:46:57.504Z Compiling clap v4.6.1
16512026-06-20T23:46:57.596Z Compiling petgraph v0.8.3
16522026-06-20T23:46:57.612Z Compiling strum v0.26.3
16532026-06-20T23:46:57.694Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-06-20T23:46:57.763Z Compiling env_logger v0.11.9
16552026-06-20T23:46:57.777Z Compiling usdt v0.6.0
16562026-06-20T23:46:57.793Z Compiling usdt-impl v0.5.0
16572026-06-20T23:46:57.822Z Compiling serde_with v3.17.0
16582026-06-20T23:46:58.063Z Compiling crossterm v0.28.1
16592026-06-20T23:46:58.118Z Compiling ecdsa v0.16.9
16602026-06-20T23:46:58.149Z Compiling rsa v0.9.10
16612026-06-20T23:46:58.415Z Compiling toml v0.7.8
16622026-06-20T23:46:58.525Z Compiling ed25519-dalek v2.2.0
16632026-06-20T23:46:59.038Z Compiling hyper-tls v0.6.0
16642026-06-20T23:46:59.120Z Compiling zip v0.6.6
16652026-06-20T23:46:59.291Z Compiling zip v4.6.1
16662026-06-20T23:46:59.386Z Compiling iddqd v0.4.2
16672026-06-20T23:46:59.627Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-20T23:46:59.714Z Compiling tokio-stream v0.1.18
16692026-06-20T23:46:59.733Z Compiling buf-list v1.1.2
16702026-06-20T23:46:59.832Z Compiling similar v2.7.0
16712026-06-20T23:46:59.869Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-20T23:46:59.885Z Compiling openapiv3 v2.2.0
16732026-06-20T23:47:00.062Z Compiling x509-cert v0.2.5
16742026-06-20T23:47:00.198Z Compiling sha1 v0.10.6
16752026-06-20T23:47:00.213Z Compiling crossbeam-epoch v0.9.18
16762026-06-20T23:47:00.286Z Compiling peg-runtime v0.8.5
16772026-06-20T23:47:00.327Z Compiling lalrpop-util v0.19.12
16782026-06-20T23:47:00.347Z Compiling thread_local v1.1.9
16792026-06-20T23:47:00.455Z Compiling slog-async v2.8.0
16802026-06-20T23:47:00.546Z Compiling crossbeam-channel v0.5.15
16812026-06-20T23:47:00.581Z Compiling is-terminal v0.4.17
16822026-06-20T23:47:00.598Z Compiling filetime v0.2.27
16832026-06-20T23:47:00.633Z Compiling term v1.2.1
16842026-06-20T23:47:00.636Z Compiling xattr v1.6.1
16852026-06-20T23:47:00.702Z Compiling take_mut v0.2.2
16862026-06-20T23:47:00.799Z Compiling tar v0.4.45
16872026-06-20T23:47:00.979Z Compiling slog-term v2.9.2
16882026-06-20T23:47:18.611Z Compiling rustls-webpki v0.103.9
16892026-06-20T23:47:21.429Z Compiling tokio-rustls v0.26.4
16902026-06-20T23:47:21.429Z Compiling rustls-platform-verifier v0.6.2
16912026-06-20T23:47:21.634Z Compiling hyper-rustls v0.27.7
16922026-06-20T23:47:21.829Z Compiling reqwest v0.12.28
16932026-06-20T23:47:21.833Z Compiling reqwest v0.13.2
16942026-06-20T23:47:23.057Z Compiling tough v0.22.0
16952026-06-20T23:47:25.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-20T23:47:25.805Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-20T23:47:28.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.33s
16982026-06-20T23:47:28.835Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-20T23:47:28.961ZJun 20 23:47:28.309 INFO Starting download, target: Clickhouse
17002026-06-20T23:47:28.962ZJun 20 23:47:28.310 INFO Starting download, target: DendriteStub
17012026-06-20T23:47:28.962ZJun 20 23:47:28.310 INFO Starting download, target: MaghemiteDdmd
17022026-06-20T23:47:28.962ZJun 20 23:47:28.310 INFO Starting download, target: MaghemiteMgd
17032026-06-20T23:47:28.982ZJun 20 23:47:28.310 INFO Starting download, target: Cockroach
17042026-06-20T23:47:28.982ZJun 20 23:47:28.310 INFO Starting download, target: Console
17052026-06-20T23:47:28.982ZJun 20 23:47:28.310 INFO Starting download, target: TransceiverControl
17062026-06-20T23:47:28.982ZJun 20 23:47:28.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-20T23:47:28.984ZJun 20 23:47:28.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-20T23:47:28.984ZJun 20 23:47:28.310 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-20T23:47:28.984ZJun 20 23:47:28.310 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-20T23:47:28.984ZJun 20 23:47:28.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-06-20T23:47:28.984ZJun 20 23:47:28.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-20T23:47:28.984ZJun 20 23:47:28.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-20T23:47:29.837ZJun 20 23:47:29.207 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-20T23:47:29.898ZJun 20 23:47:29.291 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-20T23:47:30.021ZJun 20 23:47:29.445 INFO Download complete, target: Console
17162026-06-20T23:47:30.094ZJun 20 23:47:29.496 INFO Download complete, target: TransceiverControl
17172026-06-20T23:47:30.943ZJun 20 23:47:30.322 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-20T23:47:32.737ZJun 20 23:47:32.133 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-20T23:47:32.906ZJun 20 23:47:32.288 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-20T23:47:33.632ZJun 20 23:47:32.979 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-20T23:47:34.489ZJun 20 23:47:33.868 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-20T23:47:34.489ZJun 20 23:47:33.868 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-20T23:47:34.614ZJun 20 23:47:34.005 INFO Download complete, target: MaghemiteDdmd
17242026-06-20T23:47:35.395ZJun 20 23:47:34.776 INFO Download complete, target: DendriteStub
17252026-06-20T23:47:36.137ZJun 20 23:47:35.560 INFO Download complete, target: MaghemiteMgd
17262026-06-20T23:47:37.834ZJun 20 23:47:37.250 INFO Checking that binary works, target: Clickhouse
17272026-06-20T23:47:37.919ZJun 20 23:47:37.345 INFO Download complete, target: Clickhouse
17282026-06-20T23:47:39.180ZJun 20 23:47:38.601 INFO Checking that binary works, target: Cockroach
17292026-06-20T23:47:39.302ZJun 20 23:47:38.727 INFO Download complete, target: Cockroach
17302026-06-20T23:47:39.310ZAll prerequisites installed successfully
17312026-06-20T23:47:39.313Z
17322026-06-20T23:47:39.313Zreal 1:51.536864842
17332026-06-20T23:47:39.313Zuser 6:55.325027238
17342026-06-20T23:47:39.313Zsys 1:44.934083741
17352026-06-20T23:47:39.313Ztrap 0.270243195
17362026-06-20T23:47:39.313Ztflt 1.179552265
17372026-06-20T23:47:39.313Zdflt 1.888091593
17382026-06-20T23:47:39.313Zkflt 0.024588176
17392026-06-20T23:47:39.313Zlock 23:49.228276400
17402026-06-20T23:47:39.313Zslp 19:01.781987972
17412026-06-20T23:47:39.313Zlat 25.770970399
17422026-06-20T23:47:39.313Zstop 2:51.917529542
17432026-06-20T23:47:39.313Z+ ptime -m cargo xtask download softnpu
17442026-06-20T23:47:39.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17452026-06-20T23:47:39.786Z Running `target/debug/xtask download softnpu`
17462026-06-20T23:47:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17472026-06-20T23:47:40.541Z Running `target/debug/xtask-downloader softnpu`
17482026-06-20T23:47:40.579ZJun 20 23:47:40.004 INFO Starting download, target: Softnpu
17492026-06-20T23:47:40.583ZJun 20 23:47:40.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-20T23:47:42.811ZJun 20 23:47:42.237 INFO Download complete, target: Softnpu
17512026-06-20T23:47:42.815Z
17522026-06-20T23:47:42.818Zreal 3.501060461
17532026-06-20T23:47:42.818Zuser 1.264117279
17542026-06-20T23:47:42.818Zsys 0.586743039
17552026-06-20T23:47:42.818Ztrap 0.000537750
17562026-06-20T23:47:42.818Ztflt 0.000143270
17572026-06-20T23:47:42.818Zdflt 0.000213650
17582026-06-20T23:47:42.818Zkflt 0.000000000
17592026-06-20T23:47:42.818Zlock 40.665166943
17602026-06-20T23:47:42.818Zslp 2.087120671
17612026-06-20T23:47:42.818Zlat 0.075266644
17622026-06-20T23:47:42.818Zstop 0.000185890
17632026-06-20T23:47:42.818Z+ export CARGO_INCREMENTAL=0
17642026-06-20T23:47:42.818Z+ CARGO_INCREMENTAL=0
17652026-06-20T23:47:42.818Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-20T23:47:43.666Z Compiling proc-macro2 v1.0.106
17672026-06-20T23:47:43.666Z Compiling quote v1.0.45
17682026-06-20T23:47:43.666Z Compiling unicode-ident v1.0.24
17692026-06-20T23:47:43.666Z Compiling libc v0.2.185
17702026-06-20T23:47:43.671Z Compiling serde_core v1.0.228
17712026-06-20T23:47:43.671Z Compiling serde v1.0.228
17722026-06-20T23:47:43.671Z Compiling cfg-if v1.0.4
17732026-06-20T23:47:43.671Z Compiling version_check v0.9.5
17742026-06-20T23:47:43.671Z Compiling find-msvc-tools v0.1.9
17752026-06-20T23:47:43.671Z Compiling shlex v1.3.0
17762026-06-20T23:47:43.671Z Compiling typenum v1.19.0
17772026-06-20T23:47:43.804Z Compiling autocfg v1.5.0
17782026-06-20T23:47:43.808Z Compiling zmij v1.0.21
17792026-06-20T23:47:43.808Z Compiling memchr v2.8.0
17802026-06-20T23:47:43.808Z Compiling serde_json v1.0.149
17812026-06-20T23:47:44.006Z Compiling portable-atomic v1.13.1
17822026-06-20T23:47:44.126Z Compiling libm v0.2.16
17832026-06-20T23:47:44.142Z Compiling zerocopy v0.8.40
17842026-06-20T23:47:44.300Z Compiling generic-array v0.14.7
17852026-06-20T23:47:44.304Z Compiling smallvec v1.15.1
17862026-06-20T23:47:44.317Z Compiling parking_lot_core v0.9.12
17872026-06-20T23:47:44.361Z Compiling icu_normalizer_data v2.1.1
17882026-06-20T23:47:44.391Z Compiling icu_properties_data v2.1.2
17892026-06-20T23:47:44.395Z Compiling num-traits v0.2.19
17902026-06-20T23:47:44.442Z Compiling itoa v1.0.17
17912026-06-20T23:47:44.508Z Compiling getrandom v0.4.1
17922026-06-20T23:47:44.527Z Compiling log v0.4.29
17932026-06-20T23:47:44.544Z Compiling stable_deref_trait v1.2.1
17942026-06-20T23:47:44.616Z Compiling pkg-config v0.3.32
17952026-06-20T23:47:44.619Z Compiling subtle v2.6.1
17962026-06-20T23:47:44.725Z Compiling jobserver v0.1.34
17972026-06-20T23:47:44.740Z Compiling getrandom v0.2.17
17982026-06-20T23:47:44.809Z Compiling scopeguard v1.2.0
17992026-06-20T23:47:44.843Z Compiling errno v0.3.14
18002026-06-20T23:47:44.952Z Compiling lock_api v0.4.14
18012026-06-20T23:47:44.966Z Compiling cc v1.2.56
18022026-06-20T23:47:45.007Z Compiling rand_core v0.6.4
18032026-06-20T23:47:45.084Z Compiling writeable v0.6.2
18042026-06-20T23:47:45.131Z Compiling percent-encoding v2.3.2
18052026-06-20T23:47:45.161Z Compiling syn v2.0.117
18062026-06-20T23:47:45.191Z Compiling litemap v0.8.1
18072026-06-20T23:47:45.215Z Compiling fnv v1.0.7
18082026-06-20T23:47:45.232Z Compiling pin-project-lite v0.2.17
18092026-06-20T23:47:45.268Z Compiling thiserror v2.0.18
18102026-06-20T23:47:45.348Z Compiling getrandom v0.3.4
18112026-06-20T23:47:45.398Z Compiling rand_core v0.10.0
18122026-06-20T23:47:45.403Z Compiling equivalent v1.0.2
18132026-06-20T23:47:45.478Z Compiling fs_extra v1.3.0
18142026-06-20T23:47:45.483Z Compiling rustversion v1.0.22
18152026-06-20T23:47:45.525Z Compiling dunce v1.0.5
18162026-06-20T23:47:45.528Z Compiling schemars v0.8.22
18172026-06-20T23:47:45.573Z Compiling critical-section v1.2.0
18182026-06-20T23:47:45.653Z Compiling rustix v1.1.3
18192026-06-20T23:47:45.704Z Compiling cmake v0.1.57
18202026-06-20T23:47:45.739Z Compiling utf8_iter v1.0.4
18212026-06-20T23:47:45.755Z Compiling form_urlencoded v1.2.2
18222026-06-20T23:47:45.805Z Compiling hashbrown v0.17.0
18232026-06-20T23:47:45.882Z Compiling signal-hook-registry v1.4.8
18242026-06-20T23:47:45.932Z Compiling const-oid v0.9.6
18252026-06-20T23:47:46.051Z Compiling semver v1.0.28
18262026-06-20T23:47:46.081Z Compiling once_cell v1.21.3
18272026-06-20T23:47:46.263Z Compiling bitflags v2.11.0
18282026-06-20T23:47:46.301Z Compiling ring v0.17.14
18292026-06-20T23:47:46.317Z Compiling aws-lc-sys v0.40.0
18302026-06-20T23:47:46.332Z Compiling indexmap v2.14.0
18312026-06-20T23:47:46.387Z Compiling parking_lot v0.12.5
18322026-06-20T23:47:46.387Z Compiling mio v1.2.0
18332026-06-20T23:47:46.403Z Compiling socket2 v0.6.3
18342026-06-20T23:47:46.525Z Compiling aws-lc-rs v1.16.3
18352026-06-20T23:47:46.664Z Compiling futures-core v0.3.32
18362026-06-20T23:47:46.706Z Compiling thiserror v1.0.69
18372026-06-20T23:47:46.724Z Compiling httparse v1.10.1
18382026-06-20T23:47:46.746Z Compiling strsim v0.11.1
18392026-06-20T23:47:46.957Z Compiling iana-time-zone v0.1.65
18402026-06-20T23:47:47.006Z Compiling vcpkg v0.2.15
18412026-06-20T23:47:47.023Z Compiling byteorder v1.5.0
18422026-06-20T23:47:47.056Z Compiling ucd-trie v0.1.7
18432026-06-20T23:47:47.074Z Compiling regex-syntax v0.8.10
18442026-06-20T23:47:47.125Z Compiling heck v0.5.0
18452026-06-20T23:47:47.142Z Compiling ident_case v1.0.1
18462026-06-20T23:47:47.160Z Compiling syn v1.0.109
18472026-06-20T23:47:47.211Z Compiling uuid v1.23.0
18482026-06-20T23:47:47.261Z Compiling pest v2.8.6
18492026-06-20T23:47:47.308Z Compiling cpufeatures v0.2.17
18502026-06-20T23:47:47.492Z Compiling rustls v0.23.37
18512026-06-20T23:47:47.513Z Compiling rustc_version v0.4.1
18522026-06-20T23:47:47.594Z Compiling futures-sink v0.3.32
18532026-06-20T23:47:47.598Z Compiling openssl-sys v0.9.115
18542026-06-20T23:47:47.747Z Compiling futures-channel v0.3.32
18552026-06-20T23:47:47.780Z Compiling aho-corasick v1.1.4
18562026-06-20T23:47:47.819Z Compiling futures-task v0.3.32
18572026-06-20T23:47:47.842Z Compiling slab v0.4.12
18582026-06-20T23:47:48.068Z Compiling synstructure v0.13.2
18592026-06-20T23:47:48.085Z Compiling serde_derive_internals v0.29.1
18602026-06-20T23:47:48.111Z Compiling dyn-clone v1.0.20
18612026-06-20T23:47:48.128Z Compiling futures-io v0.3.32
18622026-06-20T23:47:48.310Z Compiling crc32fast v1.5.0
18632026-06-20T23:47:48.359Z Compiling plain v0.2.3
18642026-06-20T23:47:48.410Z Compiling openssl v0.10.79
18652026-06-20T23:47:48.426Z Compiling pest_meta v2.8.6
18662026-06-20T23:47:48.441Z Compiling num-conv v0.2.0
18672026-06-20T23:47:48.584Z Compiling time-core v0.1.8
18682026-06-20T23:47:48.600Z Compiling crossbeam-utils v0.8.21
18692026-06-20T23:47:48.618Z Compiling base64 v0.22.1
18702026-06-20T23:47:48.686Z Compiling regex-automata v0.4.14
18712026-06-20T23:47:48.702Z Compiling pretty-hex v0.4.1
18722026-06-20T23:47:48.761Z Compiling time-macros v0.2.27
18732026-06-20T23:47:48.843Z Compiling native-tls v0.2.18
18742026-06-20T23:47:48.864Z Compiling anyhow v1.0.102
18752026-06-20T23:47:48.889Z Compiling base64ct v1.8.3
18762026-06-20T23:47:48.890Z Compiling darling_core v0.21.3
18772026-06-20T23:47:48.994Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-06-20T23:47:49.086Z Compiling pest_generator v2.8.6
18792026-06-20T23:47:49.156Z Compiling pem-rfc7468 v0.7.0
18802026-06-20T23:47:49.190Z Compiling flagset v0.4.7
18812026-06-20T23:47:49.216Z Compiling rand_core v0.9.5
18822026-06-20T23:47:49.323Z Compiling serde_derive v1.0.228
18832026-06-20T23:47:49.340Z Compiling zeroize_derive v1.4.3
18842026-06-20T23:47:49.358Z Compiling zerofrom-derive v0.1.6
18852026-06-20T23:47:49.361Z Compiling yoke-derive v0.8.1
18862026-06-20T23:47:49.398Z Compiling zerovec-derive v0.11.2
18872026-06-20T23:47:49.416Z Compiling displaydoc v0.2.5
18882026-06-20T23:47:49.455Z Compiling zerocopy-derive v0.8.40
18892026-06-20T23:47:49.469Z Compiling tokio-macros v2.7.0
18902026-06-20T23:47:49.745Z Compiling futures-macro v0.3.32
18912026-06-20T23:47:49.759Z Compiling thiserror-impl v2.0.18
18922026-06-20T23:47:49.777Z Compiling schemars_derive v0.8.22
18932026-06-20T23:47:49.971Z Compiling zeroize v1.8.2
18942026-06-20T23:47:50.235Z Compiling tracing-attributes v0.1.31
18952026-06-20T23:47:50.349Z Compiling der_derive v0.7.3
18962026-06-20T23:47:50.445Z Compiling thiserror-impl v1.0.69
18972026-06-20T23:47:50.494Z Compiling zerofrom v0.1.6
18982026-06-20T23:47:50.642Z Compiling yoke v0.8.1
18992026-06-20T23:47:50.667Z Compiling crypto-common v0.1.7
19002026-06-20T23:47:50.841Z Compiling zerovec v0.11.5
19012026-06-20T23:47:50.861Z Compiling zerotrie v0.2.3
19022026-06-20T23:47:50.957Z Compiling block-buffer v0.10.4
19032026-06-20T23:47:51.106Z Compiling digest v0.10.7
19042026-06-20T23:47:51.165Z Compiling pest_derive v2.8.6
19052026-06-20T23:47:51.270Z Compiling futures-util v0.3.32
19062026-06-20T23:47:51.310Z Compiling hmac v0.12.1
19072026-06-20T23:47:51.398Z Compiling tinystr v0.8.2
19082026-06-20T23:47:51.415Z Compiling potential_utf v0.1.4
19092026-06-20T23:47:51.446Z Compiling block-padding v0.3.3
19102026-06-20T23:47:51.472Z Compiling sha2 v0.10.9
19112026-06-20T23:47:51.559Z Compiling icu_collections v2.1.1
19122026-06-20T23:47:51.579Z Compiling icu_locale_core v2.1.1
19132026-06-20T23:47:51.628Z Compiling inout v0.1.4
19142026-06-20T23:47:51.659Z Compiling rustls-pki-types v1.14.0
19152026-06-20T23:47:51.813Z Compiling cipher v0.4.4
19162026-06-20T23:47:51.843Z Compiling scroll_derive v0.13.1
19172026-06-20T23:47:51.847Z Compiling scroll_derive v0.12.1
19182026-06-20T23:47:52.199Z Compiling openssl-macros v0.1.1
19192026-06-20T23:47:52.304Z Compiling icu_provider v2.1.1
19202026-06-20T23:47:52.497Z Compiling bytes v1.11.1
19212026-06-20T23:47:52.596Z Compiling icu_properties v2.1.2
19222026-06-20T23:47:52.611Z Compiling icu_normalizer v2.1.1
19232026-06-20T23:47:52.710Z Compiling chrono v0.4.44
19242026-06-20T23:47:52.719Z Compiling serde_tokenstream v0.2.3
19252026-06-20T23:47:52.962Z Compiling der v0.7.10
19262026-06-20T23:47:53.125Z Compiling tokio v1.52.1
19272026-06-20T23:47:53.286Z Compiling http v1.4.0
19282026-06-20T23:47:53.600Z Compiling idna_adapter v1.2.1
19292026-06-20T23:47:53.775Z Compiling idna v1.1.0
19302026-06-20T23:47:53.880Z Compiling ppv-lite86 v0.2.21
19312026-06-20T23:47:54.026Z Compiling darling_macro v0.21.3
19322026-06-20T23:47:54.075Z Compiling regex v1.12.3
19332026-06-20T23:47:54.163Z Compiling url v2.5.8
19342026-06-20T23:47:54.185Z Compiling zerocopy-derive v0.7.35
19352026-06-20T23:47:54.234Z Compiling slog v2.8.2
19362026-06-20T23:47:54.377Z Compiling tracing-core v0.1.36
19372026-06-20T23:47:54.732Z Compiling untrusted v0.9.0
19382026-06-20T23:47:54.747Z Compiling tracing v0.1.44
19392026-06-20T23:47:55.195Z Compiling darling v0.21.3
19402026-06-20T23:47:55.202Z Compiling spki v0.7.3
19412026-06-20T23:47:55.236Z Compiling salsa20 v0.10.2
19422026-06-20T23:47:55.310Z Compiling pbkdf2 v0.12.2
19432026-06-20T23:47:55.840Z Compiling cookie v0.18.1
19442026-06-20T23:47:56.054Z Compiling camino v1.2.2
19452026-06-20T23:47:56.191Z Compiling scrypt v0.11.0
19462026-06-20T23:47:56.226Z Compiling rand_chacha v0.9.0
19472026-06-20T23:47:56.269Z Compiling http-body v1.0.1
19482026-06-20T23:47:56.301Z Compiling cbc v0.1.2
19492026-06-20T23:47:56.362Z Compiling aes v0.8.4
19502026-06-20T23:47:56.447Z Compiling usdt-impl v0.5.0
19512026-06-20T23:47:56.471Z Compiling paste v1.0.15
19522026-06-20T23:47:56.488Z Compiling usdt-impl v0.6.0
19532026-06-20T23:47:56.633Z Compiling openssl-probe v0.2.1
19542026-06-20T23:47:56.649Z Compiling either v1.15.0
19552026-06-20T23:47:56.709Z Compiling untrusted v0.7.1
19562026-06-20T23:47:56.738Z Compiling unicode-segmentation v1.12.0
19572026-06-20T23:47:56.752Z Compiling fastrand v2.3.0
19582026-06-20T23:47:56.755Z Compiling winnow v0.7.14
19592026-06-20T23:47:56.818Z Compiling ref-cast v1.0.25
19602026-06-20T23:47:56.842Z Compiling tinyvec_macros v0.1.1
19612026-06-20T23:47:56.868Z Compiling tokio-util v0.7.18
19622026-06-20T23:47:56.885Z Compiling pkcs5 v0.7.1
19632026-06-20T23:47:56.910Z Compiling tinyvec v1.10.0
19642026-06-20T23:47:57.048Z Compiling rand v0.9.2
19652026-06-20T23:47:57.274Z Compiling scroll v0.13.0
19662026-06-20T23:47:57.344Z Compiling toml_datetime v0.6.11
19672026-06-20T23:47:57.392Z Compiling serde_spanned v0.6.9
19682026-06-20T23:47:57.555Z Compiling scroll v0.12.0
19692026-06-20T23:47:57.572Z Compiling async-trait v0.1.89
19702026-06-20T23:47:57.608Z Compiling heapless v0.7.17
19712026-06-20T23:47:57.741Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-20T23:47:57.835Z Compiling signal-hook v0.3.18
19732026-06-20T23:47:57.867Z Compiling tower-service v0.3.3
19742026-06-20T23:47:57.996Z Compiling atomic-waker v1.1.2
19752026-06-20T23:47:58.101Z Compiling tower-layer v0.3.3
19762026-06-20T23:47:58.118Z Compiling zstd-safe v7.2.4
19772026-06-20T23:47:58.119Z Compiling try-lock v0.2.5
19782026-06-20T23:47:58.140Z Compiling rustix v0.38.44
19792026-06-20T23:47:58.211Z Compiling want v0.3.1
19802026-06-20T23:47:58.228Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-06-20T23:47:58.250Z Compiling h2 v0.4.13
19822026-06-20T23:47:58.287Z Compiling goblin v0.8.2
19832026-06-20T23:47:58.476Z Compiling goblin v0.10.5
19842026-06-20T23:47:58.494Z Compiling pkcs8 v0.10.2
19852026-06-20T23:47:58.699Z Compiling heck v0.4.1
19862026-06-20T23:47:58.809Z Compiling zerocopy v0.7.35
19872026-06-20T23:47:58.841Z Compiling ipnet v2.11.0
19882026-06-20T23:47:58.931Z Compiling ref-cast-impl v1.0.25
19892026-06-20T23:47:58.947Z Compiling darling_core v0.20.11
19902026-06-20T23:47:59.290Z Compiling curve25519-dalek v4.1.3
19912026-06-20T23:47:59.331Z Compiling memoffset v0.9.1
19922026-06-20T23:47:59.408Z Compiling utf8parse v0.2.2
19932026-06-20T23:47:59.482Z Compiling foreign-types-shared v0.1.1
19942026-06-20T23:47:59.589Z Compiling winnow v0.5.40
19952026-06-20T23:47:59.691Z Compiling pin-utils v0.1.0
19962026-06-20T23:47:59.777Z Compiling litrs v1.0.0
19972026-06-20T23:47:59.844Z Compiling httpdate v1.0.3
19982026-06-20T23:48:00.068Z Compiling tempfile v3.25.0
19992026-06-20T23:48:00.082Z Compiling foreign-types v0.3.2
20002026-06-20T23:48:00.247Z Compiling document-features v0.2.12
20012026-06-20T23:48:00.782Z Compiling dof v0.3.0
20022026-06-20T23:48:00.917Z Compiling toml_edit v0.19.15
20032026-06-20T23:48:00.935Z Compiling darling_macro v0.20.11
20042026-06-20T23:48:01.025Z Compiling unicode-normalization v0.1.25
20052026-06-20T23:48:01.059Z Compiling dtrace-parser v0.2.0
20062026-06-20T23:48:01.253Z Compiling hyper v1.8.1
20072026-06-20T23:48:01.256Z Compiling dof v0.4.0
20082026-06-20T23:48:01.473Z Compiling dtrace-parser v0.3.0
20092026-06-20T23:48:01.690Z Compiling daft-derive v0.1.7
20102026-06-20T23:48:01.706Z Compiling pin-project-internal v1.1.11
20112026-06-20T23:48:01.913Z Compiling spin v0.9.8
20122026-06-20T23:48:01.957Z Compiling socket2 v0.5.10
20132026-06-20T23:48:02.082Z Compiling thread-id v5.1.0
20142026-06-20T23:48:02.139Z Compiling thread-id v4.2.2
20152026-06-20T23:48:02.142Z Compiling powerfmt v0.2.0
20162026-06-20T23:48:02.236Z Compiling cfg_aliases v0.2.1
20172026-06-20T23:48:02.251Z Compiling anstyle v1.0.14
20182026-06-20T23:48:02.270Z Compiling num-bigint-dig v0.8.6
20192026-06-20T23:48:02.356Z Compiling smoltcp v0.9.1
20202026-06-20T23:48:02.389Z Compiling hyper-util v0.1.20
20212026-06-20T23:48:02.434Z Compiling nix v0.31.2
20222026-06-20T23:48:02.468Z Compiling deranged v0.5.8
20232026-06-20T23:48:02.771Z Compiling darling v0.20.11
20242026-06-20T23:48:02.868Z Compiling rustls-native-certs v0.8.3
20252026-06-20T23:48:02.937Z Compiling ipnetwork v0.21.1
20262026-06-20T23:48:03.217Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-20T23:48:03.222Z Compiling strum_macros v0.26.4
20282026-06-20T23:48:03.354Z Compiling sync_wrapper v1.0.2
20292026-06-20T23:48:03.485Z Compiling wait-timeout v0.2.1
20302026-06-20T23:48:03.658Z Compiling simd-adler32 v0.3.8
20312026-06-20T23:48:03.729Z Compiling quick-error v1.2.3
20322026-06-20T23:48:03.835Z Compiling is_terminal_polyfill v1.70.2
20332026-06-20T23:48:03.900Z Compiling bit-vec v0.8.0
20342026-06-20T23:48:03.945Z Compiling colorchoice v1.0.4
20352026-06-20T23:48:03.963Z Compiling anstyle-query v1.1.5
20362026-06-20T23:48:04.071Z Compiling num_threads v0.1.7
20372026-06-20T23:48:04.087Z Compiling siphasher v1.0.2
20382026-06-20T23:48:04.142Z Compiling bit-set v0.8.0
20392026-06-20T23:48:04.182Z Compiling time v0.3.47
20402026-06-20T23:48:04.215Z Compiling rusty-fork v0.3.1
20412026-06-20T23:48:04.520Z Compiling tower v0.5.3
20422026-06-20T23:48:04.684Z Compiling derive_builder_core v0.20.2
20432026-06-20T23:48:04.801Z Compiling snafu-derive v0.8.9
20442026-06-20T23:48:04.838Z Compiling http-body-util v0.1.3
20452026-06-20T23:48:05.006Z Compiling webpki-roots v1.0.6
20462026-06-20T23:48:05.145Z Compiling signature v2.2.0
20472026-06-20T23:48:05.209Z Compiling hubpack_derive v0.1.1
20482026-06-20T23:48:05.405Z Compiling rand_xorshift v0.4.0
20492026-06-20T23:48:05.480Z Compiling strum_macros v0.27.2
20502026-06-20T23:48:05.596Z Compiling fs-err v3.3.0
20512026-06-20T23:48:05.629Z Compiling ahash v0.8.12
20522026-06-20T23:48:05.678Z Compiling unicode-properties v0.1.4
20532026-06-20T23:48:05.696Z Compiling adler2 v2.0.1
20542026-06-20T23:48:05.839Z Compiling object v0.37.3
20552026-06-20T23:48:05.854Z Compiling allocator-api2 v0.2.21
20562026-06-20T23:48:05.881Z Compiling unicode-bidi v0.3.18
20572026-06-20T23:48:05.942Z Compiling unarray v0.1.4
20582026-06-20T23:48:06.072Z Compiling iri-string v0.7.10
20592026-06-20T23:48:06.114Z Compiling ryu v1.0.23
20602026-06-20T23:48:06.198Z Compiling proptest v1.10.0
20612026-06-20T23:48:06.213Z Compiling stringprep v0.1.5
20622026-06-20T23:48:06.347Z Compiling serde_urlencoded v0.7.1
20632026-06-20T23:48:06.461Z Compiling miniz_oxide v0.8.9
20642026-06-20T23:48:06.871Z Compiling derive_builder_macro v0.20.2
20652026-06-20T23:48:06.932Z Compiling tokio-native-tls v0.3.1
20662026-06-20T23:48:07.080Z Compiling usdt-attr-macro v0.6.0
20672026-06-20T23:48:07.136Z Compiling usdt-macro v0.6.0
20682026-06-20T23:48:07.269Z Compiling tower-http v0.6.8
20692026-06-20T23:48:07.468Z Compiling anstyle-parse v1.0.0
20702026-06-20T23:48:07.904Z Compiling rand_chacha v0.3.1
20712026-06-20T23:48:07.908Z Compiling erased-serde v0.3.31
20722026-06-20T23:48:07.934Z Compiling md-5 v0.10.6
20732026-06-20T23:48:07.937Z Compiling bstr v1.12.1
20742026-06-20T23:48:08.067Z Compiling num-integer v0.1.46
20752026-06-20T23:48:08.083Z Compiling hash32 v0.2.1
20762026-06-20T23:48:08.139Z Compiling vergen-lib v9.1.0
20772026-06-20T23:48:08.216Z Compiling ff v0.13.1
20782026-06-20T23:48:08.297Z Compiling encoding_rs v0.8.35
20792026-06-20T23:48:08.378Z Compiling fallible-iterator v0.2.0
20802026-06-20T23:48:08.396Z Compiling base16ct v0.2.0
20812026-06-20T23:48:08.413Z Compiling zlib-rs v0.6.2
20822026-06-20T23:48:08.459Z Compiling mime v0.3.17
20832026-06-20T23:48:08.495Z Compiling psl-types v2.0.11
20842026-06-20T23:48:08.596Z Compiling sec1 v0.7.3
20852026-06-20T23:48:08.615Z Compiling publicsuffix v2.3.0
20862026-06-20T23:48:08.689Z Compiling postgres-protocol v0.6.10
20872026-06-20T23:48:08.833Z Compiling group v0.13.0
20882026-06-20T23:48:08.890Z Compiling num-iter v0.1.45
20892026-06-20T23:48:09.061Z Compiling newtype-uuid v1.3.2
20902026-06-20T23:48:09.136Z Compiling rand v0.8.6
20912026-06-20T23:48:09.450Z Compiling anstream v1.0.0
20922026-06-20T23:48:09.561Z Compiling oxnet v0.1.6
20932026-06-20T23:48:09.645Z Compiling derive_builder v0.20.2
20942026-06-20T23:48:09.659Z Compiling hyper-tls v0.6.0
20952026-06-20T23:48:09.730Z Compiling phf_shared v0.13.1
20962026-06-20T23:48:09.793Z Compiling pin-project v1.1.11
20972026-06-20T23:48:09.846Z Compiling lazy_static v1.5.0
20982026-06-20T23:48:09.943Z Compiling anstyle-parse v0.2.7
20992026-06-20T23:48:09.994Z Compiling terminal_size v0.4.3
21002026-06-20T23:48:10.026Z Compiling serde_with_macros v3.17.0
21012026-06-20T23:48:10.043Z Compiling futures-executor v0.3.32
21022026-06-20T23:48:10.046Z Compiling hex v0.4.3
21032026-06-20T23:48:10.219Z Compiling hkdf v0.12.4
21042026-06-20T23:48:10.237Z Compiling crypto-bigint v0.5.5
21052026-06-20T23:48:10.297Z Compiling serde_repr v0.1.20
21062026-06-20T23:48:10.315Z Compiling async-recursion v1.1.1
21072026-06-20T23:48:10.333Z Compiling clap_derive v4.6.1
21082026-06-20T23:48:10.349Z Compiling enum-as-inner v0.6.1
21092026-06-20T23:48:10.408Z Compiling vergen v9.1.0
21102026-06-20T23:48:10.476Z Compiling flate2 v1.1.9
21112026-06-20T23:48:10.491Z Compiling cargo-platform v0.3.2
21122026-06-20T23:48:10.880Z Compiling bitflags v1.3.2
21132026-06-20T23:48:10.909Z Compiling foldhash v0.2.0
21142026-06-20T23:48:10.948Z Compiling libbz2-rs-sys v0.2.2
21152026-06-20T23:48:11.071Z Compiling same-file v1.0.6
21162026-06-20T23:48:11.086Z Compiling clap_lex v1.0.0
21172026-06-20T23:48:11.111Z Compiling managed v0.8.0
21182026-06-20T23:48:11.150Z Compiling bumpalo v3.20.2
21192026-06-20T23:48:11.169Z Compiling foldhash v0.1.5
21202026-06-20T23:48:11.319Z Compiling hashbrown v0.15.5
21212026-06-20T23:48:11.350Z Compiling clap_builder v4.6.0
21222026-06-20T23:48:11.366Z Compiling bzip2 v0.6.1
21232026-06-20T23:48:11.418Z Compiling zopfli v0.8.3
21242026-06-20T23:48:11.525Z Compiling walkdir v2.5.0
21252026-06-20T23:48:11.545Z Compiling elliptic-curve v0.13.8
21262026-06-20T23:48:11.582Z Compiling hashbrown v0.16.1
21272026-06-20T23:48:11.895Z Compiling cargo_metadata v0.23.1
21282026-06-20T23:48:12.030Z Compiling futures v0.3.32
21292026-06-20T23:48:12.051Z Compiling zstd v0.13.3
21302026-06-20T23:48:12.124Z Compiling anstream v0.6.21
21312026-06-20T23:48:12.719Z Compiling phf v0.13.1
21322026-06-20T23:48:12.747Z Compiling snafu v0.8.9
21332026-06-20T23:48:13.120Z Compiling daft v0.1.7
21342026-06-20T23:48:13.280Z Compiling signal-hook-mio v0.2.5
21352026-06-20T23:48:13.414Z Compiling cookie_store v0.22.1
21362026-06-20T23:48:13.431Z Compiling postgres-types v0.2.12
21372026-06-20T23:48:13.445Z Compiling bzip2 v0.4.4
21382026-06-20T23:48:13.485Z Compiling globset v0.4.18
21392026-06-20T23:48:13.509Z Compiling strum v0.27.2
21402026-06-20T23:48:13.647Z Compiling hubpack v0.1.2
21412026-06-20T23:48:13.664Z Compiling ed25519 v2.2.3
21422026-06-20T23:48:13.679Z Compiling phf_shared v0.11.3
21432026-06-20T23:48:13.732Z Compiling crossbeam-epoch v0.9.18
21442026-06-20T23:48:13.773Z Compiling olpc-cjson v0.1.4
21452026-06-20T23:48:13.884Z Compiling pkcs1 v0.7.5
21462026-06-20T23:48:13.921Z Compiling pem v3.0.6
21472026-06-20T23:48:13.997Z Compiling serde_plain v1.0.2
21482026-06-20T23:48:14.029Z Compiling serde-big-array v0.5.1
21492026-06-20T23:48:14.096Z Compiling rfc6979 v0.4.0
21502026-06-20T23:48:14.143Z Compiling float-cmp v0.10.0
21512026-06-20T23:48:14.183Z Compiling memmap2 v0.9.10
21522026-06-20T23:48:14.206Z Compiling env_filter v1.0.0
21532026-06-20T23:48:14.234Z Compiling fixedbitset v0.5.7
21542026-06-20T23:48:14.295Z Compiling jiff v0.2.21
21552026-06-20T23:48:14.320Z Compiling data-encoding v2.10.0
21562026-06-20T23:48:14.384Z Compiling keccak v0.1.6
21572026-06-20T23:48:14.413Z Compiling static_assertions v1.1.0
21582026-06-20T23:48:14.428Z Compiling normalize-line-endings v0.3.0
21592026-06-20T23:48:14.482Z Compiling typed-path v0.9.3
21602026-06-20T23:48:14.500Z Compiling new_debug_unreachable v1.0.6
21612026-06-20T23:48:14.516Z Compiling fixedbitset v0.4.2
21622026-06-20T23:48:14.536Z Compiling toml_write v0.1.2
21632026-06-20T23:48:14.536Z Compiling difflib v0.4.0
21642026-06-20T23:48:14.592Z Compiling precomputed-hash v0.1.1
21652026-06-20T23:48:14.609Z Compiling predicates-core v1.0.10
21662026-06-20T23:48:14.698Z Compiling whoami v2.1.0
21672026-06-20T23:48:14.738Z Compiling toml_edit v0.22.27
21682026-06-20T23:48:14.754Z Compiling petgraph v0.6.5
21692026-06-20T23:48:14.792Z Compiling predicates v3.1.4
21702026-06-20T23:48:14.809Z Compiling string_cache v0.8.9
21712026-06-20T23:48:14.969Z Compiling tokio-postgres v0.7.16
21722026-06-20T23:48:15.025Z Compiling hickory-proto v0.25.2
21732026-06-20T23:48:15.042Z Compiling sha3 v0.10.8
21742026-06-20T23:48:15.060Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-06-20T23:48:15.336Z Compiling petgraph v0.8.3
21762026-06-20T23:48:15.469Z Compiling env_logger v0.11.9
21772026-06-20T23:48:15.620Z Compiling usdt v0.6.0
21782026-06-20T23:48:15.807Z Compiling ecdsa v0.16.9
21792026-06-20T23:48:15.895Z Compiling rsa v0.9.10
21802026-06-20T23:48:16.220Z Compiling ed25519-dalek v2.2.0
21812026-06-20T23:48:16.795Z Compiling zip v0.6.6
21822026-06-20T23:48:16.928Z Compiling zip v4.6.1
21832026-06-20T23:48:17.066Z Compiling crossterm v0.28.1
21842026-06-20T23:48:17.240Z Compiling iddqd v0.4.2
21852026-06-20T23:48:17.686Z Compiling clap v4.6.1
21862026-06-20T23:48:17.787Z Compiling serde_with v3.17.0
21872026-06-20T23:48:17.855Z Compiling similar v2.7.0
21882026-06-20T23:48:17.870Z Compiling strum v0.26.3
21892026-06-20T23:48:17.986Z Compiling toml v0.7.8
21902026-06-20T23:48:18.038Z Compiling tokio-stream v0.1.18
21912026-06-20T23:48:18.131Z Compiling buf-list v1.1.2
21922026-06-20T23:48:18.292Z Compiling itertools v0.13.0
21932026-06-20T23:48:18.498Z Compiling x509-cert v0.2.5
21942026-06-20T23:48:18.560Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-20T23:48:18.737Z Compiling openapiv3 v2.2.0
21962026-06-20T23:48:18.890Z Compiling sha1 v0.10.6
21972026-06-20T23:48:19.294Z Compiling lalrpop-util v0.19.12
21982026-06-20T23:48:19.448Z Compiling peg-runtime v0.8.5
21992026-06-20T23:48:34.027Z Compiling rustls-webpki v0.103.9
22002026-06-20T23:48:35.886Z Compiling macaddr v1.0.1
22012026-06-20T23:48:35.889Z Compiling structmeta-derive v0.3.0
22022026-06-20T23:48:36.030Z Compiling crucible-workspace-hack v0.1.0
22032026-06-20T23:48:36.196Z Compiling rayon-core v1.13.0
22042026-06-20T23:48:36.255Z Compiling itertools v0.14.0
22052026-06-20T23:48:36.443Z Compiling secrecy v0.10.3
22062026-06-20T23:48:36.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-20T23:48:36.464Z Compiling heapless v0.8.0
22082026-06-20T23:48:36.494Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-20T23:48:36.624Z Compiling rustls v0.22.4
22102026-06-20T23:48:36.673Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-20T23:48:36.727Z Compiling crossbeam-deque v0.8.6
22122026-06-20T23:48:36.750Z Compiling rustls-webpki v0.102.8
22132026-06-20T23:48:36.849Z Compiling hash32 v0.3.1
22142026-06-20T23:48:36.895Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-20T23:48:36.928Z Compiling structmeta v0.3.0
22162026-06-20T23:48:36.969Z Compiling multer v3.1.0
22172026-06-20T23:48:36.986Z Compiling thread_local v1.1.9
22182026-06-20T23:48:36.989Z Compiling compression-core v0.4.31
22192026-06-20T23:48:37.040Z Compiling smoltcp v0.11.0
22202026-06-20T23:48:37.074Z Compiling slog-async v2.8.0
22212026-06-20T23:48:37.145Z Compiling unicode-width v0.2.0
22222026-06-20T23:48:37.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-20T23:48:37.184Z Compiling match_cfg v0.1.0
22242026-06-20T23:48:37.261Z Compiling hostname v0.3.1
22252026-06-20T23:48:37.278Z Compiling proc-macro-crate v3.4.0
22262026-06-20T23:48:37.426Z Compiling derive-ex v0.1.8
22272026-06-20T23:48:37.442Z Compiling compression-codecs v0.4.37
22282026-06-20T23:48:37.491Z Compiling atomicwrites v0.4.4
22292026-06-20T23:48:37.531Z Compiling ingot-macros v0.1.1
22302026-06-20T23:48:37.608Z Compiling slog-json v2.6.1
22312026-06-20T23:48:37.728Z Compiling crossbeam-channel v0.5.15
22322026-06-20T23:48:37.793Z Compiling half v2.7.1
22332026-06-20T23:48:37.832Z Compiling tokio-rustls v0.26.4
22342026-06-20T23:48:37.890Z Compiling rustls-platform-verifier v0.6.2
22352026-06-20T23:48:37.980Z Compiling newtype-uuid-macros v0.1.0
22362026-06-20T23:48:38.136Z Compiling hyper-rustls v0.27.7
22372026-06-20T23:48:38.136Z Compiling cobs v0.3.0
22382026-06-20T23:48:38.199Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-20T23:48:38.486Z Compiling reqwest v0.12.28
22402026-06-20T23:48:38.493Z Compiling reqwest v0.13.2
22412026-06-20T23:48:38.493Z Compiling universal-hash v0.5.1
22422026-06-20T23:48:38.590Z Compiling async-stream-impl v0.3.6
22432026-06-20T23:48:38.661Z Compiling serde_spanned v1.0.4
22442026-06-20T23:48:38.733Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-06-20T23:48:38.852Z Compiling is-terminal v0.4.17
22462026-06-20T23:48:38.975Z Compiling proc-macro-error-attr v1.0.4
22472026-06-20T23:48:38.999Z Compiling dropshot v0.17.0
22482026-06-20T23:48:39.046Z Compiling convert_case v0.4.0
22492026-06-20T23:48:39.184Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-06-20T23:48:39.202Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-06-20T23:48:39.202Z Compiling opaque-debug v0.3.1
22522026-06-20T23:48:39.236Z Compiling term v1.2.1
22532026-06-20T23:48:39.250Z Compiling ciborium-io v0.2.2
22542026-06-20T23:48:39.290Z Compiling take_mut v0.2.2
22552026-06-20T23:48:39.314Z Compiling thiserror-no-std v2.0.2
22562026-06-20T23:48:39.372Z Compiling ciborium-ll v0.2.2
22572026-06-20T23:48:39.375Z Compiling derive_more v0.99.20
22582026-06-20T23:48:39.436Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-20T23:48:39.467Z Compiling poly1305 v0.8.0
22602026-06-20T23:48:39.483Z Compiling tokio-rustls v0.25.0
22612026-06-20T23:48:39.577Z Compiling slog-term v2.9.2
22622026-06-20T23:48:39.759Z Compiling async-stream v0.3.6
22632026-06-20T23:48:39.777Z Compiling test-strategy v0.4.5
22642026-06-20T23:48:39.972Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-20T23:48:40.110Z Compiling tough v0.22.0
22662026-06-20T23:48:40.200Z Compiling ingot-types v0.1.2
22672026-06-20T23:48:40.280Z Compiling postcard v1.1.3
22682026-06-20T23:48:40.676Z Compiling ingot v0.1.1
22692026-06-20T23:48:40.708Z Compiling slog-bunyan v2.5.0
22702026-06-20T23:48:40.828Z Compiling num_enum_derive v0.7.6
22712026-06-20T23:48:40.907Z Compiling async-compression v0.4.41
22722026-06-20T23:48:41.103Z Compiling parse-display-derive v0.10.0
22732026-06-20T23:48:41.390Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-20T23:48:41.577Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-20T23:48:41.771Z Compiling proc-macro-crate v1.3.1
22762026-06-20T23:48:41.823Z Compiling waitgroup v0.1.2
22772026-06-20T23:48:41.838Z Compiling backon v1.6.0
22782026-06-20T23:48:41.841Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-20T23:48:41.873Z Compiling password-hash v0.5.0
22802026-06-20T23:48:42.005Z Compiling chacha20 v0.9.1
22812026-06-20T23:48:42.116Z Compiling dropshot_endpoint v0.17.0
22822026-06-20T23:48:42.227Z Compiling rustls-pemfile v2.2.0
22832026-06-20T23:48:42.244Z Compiling blake2 v0.10.6
22842026-06-20T23:48:42.273Z Compiling aead v0.5.2
22852026-06-20T23:48:42.535Z Compiling foreign-types-macros v0.2.3
22862026-06-20T23:48:42.550Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-20T23:48:42.604Z Compiling serde_path_to_error v0.1.20
22882026-06-20T23:48:42.663Z Compiling hostname v0.4.2
22892026-06-20T23:48:42.766Z Compiling proc-macro-error v1.0.4
22902026-06-20T23:48:42.837Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-20T23:48:42.853Z Compiling instant v0.1.13
22922026-06-20T23:48:43.014Z Compiling foreign-types-shared v0.3.1
22932026-06-20T23:48:43.029Z Compiling cpufeatures v0.3.0
22942026-06-20T23:48:43.029Z Compiling typeid v1.0.3
22952026-06-20T23:48:43.038Z Compiling debug-ignore v1.0.5
22962026-06-20T23:48:43.084Z Compiling backoff v0.4.0
22972026-06-20T23:48:43.120Z Compiling chacha20 v0.10.0
22982026-06-20T23:48:43.134Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-20T23:48:43.152Z Compiling foreign-types v0.5.0
23002026-06-20T23:48:43.167Z Compiling parse-display v0.10.0
23012026-06-20T23:48:43.182Z Compiling argon2 v0.5.3
23022026-06-20T23:48:43.198Z Compiling chacha20poly1305 v0.10.1
23032026-06-20T23:48:43.257Z Compiling num_enum_derive v0.5.11
23042026-06-20T23:48:43.336Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23052026-06-20T23:48:43.350Z Compiling num_enum v0.7.6
23062026-06-20T23:48:43.369Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-20T23:48:43.513Z Compiling ciborium v0.2.2
23082026-06-20T23:48:43.621Z Compiling vsss-rs v3.3.4
23092026-06-20T23:48:43.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-06-20T23:48:43.820Z Compiling tabwriter v1.4.1
23112026-06-20T23:48:43.859Z Compiling regress v0.10.5
23122026-06-20T23:48:44.091Z Compiling byte-wrapper v0.1.0
23132026-06-20T23:48:44.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-06-20T23:48:44.220Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-20T23:48:44.239Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-20T23:48:44.239Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-20T23:48:44.411Z Compiling cstr-argument v0.1.2
23182026-06-20T23:48:44.513Z Compiling erased-serde v0.4.9
23192026-06-20T23:48:44.568Z Compiling humantime v2.3.0
23202026-06-20T23:48:44.611Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-20T23:48:44.726Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-20T23:48:44.845Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-20T23:48:44.862Z Compiling num_enum v0.5.11
23242026-06-20T23:48:44.897Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-20T23:48:44.913Z Compiling rand v0.10.0
23262026-06-20T23:48:45.006Z Compiling rayon v1.11.0
23272026-06-20T23:48:45.032Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-20T23:48:45.141Z Compiling colored v3.1.1
23292026-06-20T23:48:45.158Z Compiling indent_write v2.2.0
23302026-06-20T23:48:45.180Z Compiling libefi-sys v0.1.0
23312026-06-20T23:48:45.195Z Compiling zone_cfg_derive v0.3.1
23322026-06-20T23:48:45.292Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-20T23:48:45.425Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-20T23:48:45.428Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-20T23:48:45.458Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-20T23:48:45.561Z Compiling camino-tempfile v1.4.1
23372026-06-20T23:48:45.694Z Compiling itertools v0.12.1
23382026-06-20T23:48:45.713Z Compiling usdt-attr-macro v0.5.0
23392026-06-20T23:48:45.831Z Compiling usdt-macro v0.5.0
23402026-06-20T23:48:45.847Z Compiling num-derive v0.4.2
23412026-06-20T23:48:45.947Z Compiling bitfield-struct v0.6.2
23422026-06-20T23:48:45.974Z Compiling blake3 v1.8.3
23432026-06-20T23:48:45.990Z Compiling ordered-float v2.10.1
23442026-06-20T23:48:46.295Z Compiling sigpipe v0.1.3
23452026-06-20T23:48:46.347Z Compiling memmap v0.7.0
23462026-06-20T23:48:46.422Z Compiling glob v0.3.3
23472026-06-20T23:48:46.482Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-06-20T23:48:46.552Z Compiling swrite v0.1.0
23492026-06-20T23:48:46.588Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-20T23:48:46.605Z Compiling usdt v0.5.0
23512026-06-20T23:48:46.734Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-20T23:48:46.768Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-20T23:48:46.927Z Compiling serde-value v0.7.0
23542026-06-20T23:48:47.161Z Compiling zone v0.3.1
23552026-06-20T23:48:47.178Z Compiling serde-untagged v0.1.9
23562026-06-20T23:48:47.258Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-20T23:48:47.344Z Compiling toml v0.8.23
23582026-06-20T23:48:47.475Z Compiling smf v0.2.3
23592026-06-20T23:48:47.496Z Compiling filetime v0.2.27
23602026-06-20T23:48:47.568Z Compiling unicode-xid v0.2.6
23612026-06-20T23:48:47.585Z Compiling xattr v1.6.1
23622026-06-20T23:48:47.604Z Compiling arrayref v0.3.9
23632026-06-20T23:48:47.645Z Compiling whoami v1.6.1
23642026-06-20T23:48:47.697Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-20T23:48:47.717Z Compiling constant_time_eq v0.4.2
23662026-06-20T23:48:47.739Z Compiling arrayvec v0.7.6
23672026-06-20T23:48:47.770Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-20T23:48:47.793Z Compiling tar v0.4.45
23692026-06-20T23:48:47.821Z Compiling cargo-util-schemas v0.8.2
23702026-06-20T23:48:47.937Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-06-20T23:48:48.152Z Compiling tokio-dtrace v0.1.1
23722026-06-20T23:48:48.198Z Compiling console v0.16.2
23732026-06-20T23:48:48.499Z Compiling gethostname v0.5.0
23742026-06-20T23:48:48.527Z Compiling cargo-platform v0.2.0
23752026-06-20T23:48:48.635Z Compiling topological-sort v0.2.2
23762026-06-20T23:48:48.657Z Compiling unit-prefix v0.5.2
23772026-06-20T23:48:48.672Z Compiling oxide-tokio-rt v0.1.4
23782026-06-20T23:48:48.757Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-06-20T23:48:48.838Z Compiling indicatif v0.18.4
23802026-06-20T23:48:48.851Z Compiling shell-words v1.1.1
23812026-06-20T23:48:49.110Z Compiling cargo_metadata v0.21.0
23822026-06-20T23:48:58.735Z Compiling progenitor-client v0.14.0
23832026-06-20T23:48:58.758Z Compiling omicron-zone-package v0.12.2
23842026-06-20T23:48:59.222Z Compiling progenitor-extras v0.2.0
23852026-06-20T23:49:01.511Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-20T23:49:01.533Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-20T23:49:01.580Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-20T23:49:01.693Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-20T23:49:01.733Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-06-20T23:49:01.768Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-06-20T23:49:01.772Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-06-20T23:49:01.814Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-20T23:49:01.880Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-20T23:49:05.573Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-20T23:49:13.267Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-20T23:49:16.353Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-20T23:49:17.363Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-20T23:50:24.767Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-20T23:50:24.767Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-20T23:50:24.767ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-20T23:50:24.767ZCreated new build target 'test' and set it as active
24022026-06-20T23:50:24.767Z
24032026-06-20T23:50:24.767Zreal 1:44.525583476
24042026-06-20T23:50:24.767Zuser 17:05.543468482
24052026-06-20T23:50:24.767Zsys 2:40.871211423
24062026-06-20T23:50:24.767Ztrap 0.463658871
24072026-06-20T23:50:24.767Ztflt 2.871581054
24082026-06-20T23:50:24.767Zdflt 4.352945663
24092026-06-20T23:50:24.767Zkflt 0.002197550
24102026-06-20T23:50:24.767Zlock 53:11.035087696
24112026-06-20T23:50:24.767Zslp 43:27.762946135
24122026-06-20T23:50:24.767Zlat 43.798002378
24132026-06-20T23:50:24.767Zstop 5:25.261767004
24142026-06-20T23:50:24.767Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-20T23:50:24.767Z Finished `release` profile [optimized] target(s) in 0.80s
24162026-06-20T23:50:24.767Z Running `target/release/omicron-package -t test package`
24172026-06-20T23:50:24.767ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-20T23:50:24.767Z Compiling heck v0.5.0
24192026-06-20T23:50:24.767Z Compiling regress v0.11.1
24202026-06-20T23:50:24.767Z Compiling unsafe-libyaml v0.2.11
24212026-06-20T23:50:24.767Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-20T23:50:24.768Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-20T23:50:24.768Z Compiling unicode-width v0.1.14
24242026-06-20T23:50:24.768Z Compiling atomicwrites v0.4.4
24252026-06-20T23:50:24.768Z Compiling derive-where v1.6.0
24262026-06-20T23:50:24.768Z Compiling bytecount v0.6.9
24272026-06-20T23:50:24.768Z Compiling is-terminal v0.4.17
24282026-06-20T23:50:24.768Z Compiling prettyplease v0.2.37
24292026-06-20T23:50:24.768Z Compiling console v0.15.11
24302026-06-20T23:50:24.768Z Compiling newline-converter v0.3.0
24312026-06-20T23:50:24.768Z Compiling slog-dtrace v0.3.0
24322026-06-20T23:50:24.768Z Compiling cancel-safe-futures v0.1.5
24332026-06-20T23:50:24.768Z Compiling resolv-conf v0.7.6
24342026-06-20T23:50:24.768Z Compiling owo-colors v4.3.0
24352026-06-20T23:50:24.768Z Compiling rustls v0.22.4
24362026-06-20T23:50:24.768Z Compiling num-rational v0.4.2
24372026-06-20T23:50:24.768Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-06-20T23:50:24.768Z Compiling libsw-core v0.3.2
24392026-06-20T23:50:24.768Z Compiling rustls-webpki v0.102.8
24402026-06-20T23:50:24.768Z Compiling num-complex v0.4.6
24412026-06-20T23:50:24.769Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-20T23:50:24.769Z Compiling thread_local v1.1.9
24432026-06-20T23:50:24.769Z Compiling expectorate v1.2.0
24442026-06-20T23:50:24.769Z Compiling compression-core v0.4.31
24452026-06-20T23:50:24.769Z Compiling match_cfg v0.1.0
24462026-06-20T23:50:24.769Z Compiling compression-codecs v0.4.37
24472026-06-20T23:50:24.769Z Compiling hostname v0.3.1
24482026-06-20T23:50:24.769Z Compiling num v0.4.3
24492026-06-20T23:50:24.769Z Compiling libsw v3.5.0
24502026-06-20T23:50:24.769Z Compiling multer v3.1.0
24512026-06-20T23:50:24.769Z Compiling slog-async v2.8.0
24522026-06-20T23:50:24.769Z Compiling crossbeam-channel v0.5.15
24532026-06-20T23:50:24.769Z Compiling slog-json v2.6.1
24542026-06-20T23:50:24.769Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-20T23:50:24.769Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-20T23:50:24.769Z Compiling serde_spanned v1.0.4
24572026-06-20T23:50:24.769Z Compiling linked-hash-map v0.5.6
24582026-06-20T23:50:24.769Z Compiling take_mut v0.2.2
24592026-06-20T23:50:24.769Z Compiling float-ord v0.3.2
24602026-06-20T23:50:24.769Z Compiling term v1.2.1
24612026-06-20T23:50:24.769Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-06-20T23:50:24.769Z Compiling linear-map v1.2.0
24632026-06-20T23:50:24.769Z Compiling slog-bunyan v2.5.0
24642026-06-20T23:50:24.769Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-06-20T23:50:24.769Z Compiling typify-impl v0.6.2
24662026-06-20T23:50:24.769Z Compiling lru-cache v0.1.2
24672026-06-20T23:50:24.769Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24682026-06-20T23:50:24.769Z Compiling toml v1.0.6+spec-1.1.0
24692026-06-20T23:50:24.770Z Compiling async-compression v0.4.41
24702026-06-20T23:50:24.770Z Compiling slog-term v2.9.2
24712026-06-20T23:50:24.770Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-20T23:50:24.770Z Compiling async-stream v0.3.6
24732026-06-20T23:50:24.770Z Compiling dropshot v0.17.0
24742026-06-20T23:50:24.770Z Compiling progenitor-client v0.14.0
24752026-06-20T23:50:24.770Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-20T23:50:24.770Z Compiling waitgroup v0.1.2
24772026-06-20T23:50:24.770Z Compiling backon v1.6.0
24782026-06-20T23:50:24.770Z Compiling rustls-pemfile v2.2.0
24792026-06-20T23:50:24.770Z Compiling serde_path_to_error v0.1.20
24802026-06-20T23:50:24.770Z Compiling hostname v0.4.2
24812026-06-20T23:50:24.770Z Compiling instant v0.1.13
24822026-06-20T23:50:24.770Z Compiling minimal-lexical v0.2.1
24832026-06-20T23:50:24.770Z Compiling debug-ignore v1.0.5
24842026-06-20T23:50:24.770Z Compiling progenitor-extras v0.2.0
24852026-06-20T23:50:24.770Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24862026-06-20T23:50:24.770Z Compiling backoff v0.4.0
24872026-06-20T23:50:24.770Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-20T23:50:24.770Z Compiling nom v7.1.3
24892026-06-20T23:50:24.770Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-20T23:50:24.770Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-20T23:50:24.770Z Compiling tokio-rustls v0.25.0
24922026-06-20T23:50:24.770Z Compiling parse-display v0.10.0
24932026-06-20T23:50:24.770Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-20T23:50:24.770Z Compiling hickory-proto v0.24.4
24952026-06-20T23:50:24.770Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-20T23:50:24.770Z Compiling regress v0.10.5
24972026-06-20T23:50:24.770Z Compiling macaddr v1.0.1
24982026-06-20T23:50:24.942Z Compiling unicode-xid v0.2.6
24992026-06-20T23:50:24.942Z Compiling humantime v2.3.0
25002026-06-20T23:50:24.942Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-20T23:50:24.942Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-20T23:50:24.942Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-20T23:50:24.942Z Compiling convert_case v0.10.0
25042026-06-20T23:50:24.942Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-20T23:50:24.942Z Compiling toml v0.8.23
25062026-06-20T23:50:24.943Z Compiling derive_more-impl v2.1.1
25072026-06-20T23:50:24.943Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-20T23:50:24.943Z Compiling typify-macro v0.6.2
25092026-06-20T23:50:24.943Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-20T23:50:24.943Z Compiling papergrid v0.11.0
25112026-06-20T23:50:24.943Z Compiling tabled_derive v0.7.0
25122026-06-20T23:50:24.943Z Compiling hickory-resolver v0.24.4
25132026-06-20T23:50:24.943Z Compiling derive_more v2.1.1
25142026-06-20T23:50:24.943Z Compiling termtree v0.5.1
25152026-06-20T23:50:24.943Z Compiling crossterm v0.29.0
25162026-06-20T23:50:24.943Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-20T23:50:24.943Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-20T23:50:24.943Z Compiling typify v0.6.2
25192026-06-20T23:50:24.943Z Compiling progenitor-impl v0.14.0
25202026-06-20T23:50:24.943Z Compiling qorb v0.4.1
25212026-06-20T23:50:24.943Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-20T23:50:24.943Z Compiling tabled v0.15.0
25232026-06-20T23:50:24.943Z Compiling phf_shared v0.12.1
25242026-06-20T23:50:24.943Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-20T23:50:24.943Z Compiling progenitor-macro v0.14.0
25262026-06-20T23:50:24.943Z Compiling vte v0.14.1
25272026-06-20T23:50:24.945Z Compiling csv-core v0.1.13
25282026-06-20T23:50:24.945Z Compiling chrono-tz v0.10.4
25292026-06-20T23:50:24.945Z Compiling highway v1.3.0
25302026-06-20T23:50:24.945Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-06-20T23:50:24.945Z Compiling csv v1.4.0
25322026-06-20T23:50:24.945Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-06-20T23:50:24.945Z Compiling strip-ansi-escapes v0.2.1
25342026-06-20T23:50:24.945Z Compiling phf v0.12.1
25352026-06-20T23:50:24.945Z Compiling const_format_proc_macros v0.2.34
25362026-06-20T23:50:24.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-20T23:50:24.945Z Compiling fd-lock v4.0.4
25382026-06-20T23:50:24.946Z Compiling peg-macros v0.8.5
25392026-06-20T23:50:24.946Z Compiling nu-ansi-term v0.50.3
25402026-06-20T23:50:24.946Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-20T23:50:24.946Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-20T23:50:24.946Z Compiling const_format v0.2.35
25432026-06-20T23:50:24.946Z Compiling reedline v0.40.0
25442026-06-20T23:50:24.946Z Compiling peg v0.8.5
25452026-06-20T23:50:24.946Z Compiling progenitor v0.14.0
25462026-06-20T23:50:24.946Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-20T23:50:24.946Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-06-20T23:50:24.946Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-20T23:50:24.946Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-20T23:50:24.946Z Compiling bcs v0.1.6
25512026-06-20T23:50:24.946Z Compiling nom v8.0.0
25522026-06-20T23:50:24.946Z Compiling semver v0.1.20
25532026-06-20T23:50:24.946Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-20T23:50:24.946Z Compiling rustc_version v0.1.7
25552026-06-20T23:50:24.947Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-06-20T23:50:24.947Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-06-20T23:50:24.947Z Compiling smawk v0.3.2
25582026-06-20T23:50:24.947Z Compiling newtype_derive v0.1.6
25592026-06-20T23:50:24.947Z Compiling unicode-linebreak v0.1.5
25602026-06-20T23:50:24.947Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-06-20T23:50:24.948Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-20T23:50:24.948Z Compiling base64 v0.21.7
25632026-06-20T23:50:24.948Z Compiling textwrap v0.16.2
25642026-06-20T23:50:24.948Z Compiling steno v0.4.1
25652026-06-20T23:50:24.948Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-20T23:50:24.948Z Compiling utf-8 v0.7.6
25672026-06-20T23:50:24.948Z Compiling tagptr v0.2.0
25682026-06-20T23:50:24.948Z Compiling moka v0.12.13
25692026-06-20T23:50:24.948Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25702026-06-20T23:50:24.948Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-20T23:50:24.948Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-20T23:50:24.948Z Compiling tungstenite v0.21.0
25732026-06-20T23:50:24.948Z Compiling display-error-chain v0.2.2
25742026-06-20T23:50:24.948Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-06-20T23:50:24.948Z Compiling radium v0.7.0
25762026-06-20T23:50:24.949Z Compiling tap v1.0.1
25772026-06-20T23:50:24.949Z Compiling hickory-resolver v0.25.2
25782026-06-20T23:50:24.949Z Compiling tokio-tungstenite v0.21.0
25792026-06-20T23:50:24.949Z Compiling maybe-uninit v2.0.0
25802026-06-20T23:50:24.949Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-20T23:50:24.949Z Compiling wyz v0.5.1
25822026-06-20T23:50:24.949Z Compiling vergen-lib v0.1.6
25832026-06-20T23:50:24.949Z Compiling zerocopy-derive v0.6.6
25842026-06-20T23:50:24.949Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-20T23:50:24.949Z Compiling packed_struct v0.10.1
25862026-06-20T23:50:24.949Z Compiling diesel_derives v2.3.7
25872026-06-20T23:50:24.949Z Compiling funty v2.0.0
25882026-06-20T23:50:24.949Z Compiling crc-catalog v2.4.0
25892026-06-20T23:50:24.949Z Compiling crc v3.4.0
25902026-06-20T23:50:24.949Z Compiling bitvec v1.0.1
25912026-06-20T23:50:24.949Z Compiling zerocopy v0.6.6
25922026-06-20T23:50:24.949Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-20T23:50:24.949Z Compiling dsl_auto_type v0.2.0
25942026-06-20T23:50:24.950Z Compiling scheduled-thread-pool v0.2.7
25952026-06-20T23:50:24.950Z Compiling packed_struct_codegen v0.10.1
25962026-06-20T23:50:24.950Z Compiling vergen-gitcl v1.0.8
25972026-06-20T23:50:24.950Z Compiling bitfield-macros v0.19.4
25982026-06-20T23:50:25.284Z Compiling diesel_table_macro_syntax v0.3.0
25992026-06-20T23:50:25.284Z Compiling dirs-sys-next v0.1.2
26002026-06-20T23:50:25.284Z Compiling proc-macro-error-attr2 v2.0.0
26012026-06-20T23:50:25.284Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-20T23:50:25.284Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26032026-06-20T23:50:25.284Z Compiling indexmap v1.9.3
26042026-06-20T23:50:25.284Z Compiling maplit v1.0.2
26052026-06-20T23:50:25.284Z Compiling glob v0.3.3
26062026-06-20T23:50:25.284Z Compiling crunchy v0.2.4
26072026-06-20T23:50:25.284Z Compiling nodrop v0.1.14
26082026-06-20T23:50:25.284Z Compiling array-init v0.0.4
26092026-06-20T23:50:25.284Z Compiling proc-macro-error2 v2.0.1
26102026-06-20T23:50:25.284Z Compiling clang-sys v1.8.1
26112026-06-20T23:50:25.284Z Compiling bitfield v0.19.4
26122026-06-20T23:50:25.284Z Compiling dirs-next v2.0.0
26132026-06-20T23:50:25.284Z Compiling r2d2 v0.8.10
26142026-06-20T23:50:25.284Z Compiling smallvec v0.6.14
26152026-06-20T23:50:25.284Z Compiling num-derive v0.3.3
26162026-06-20T23:50:25.284Z Compiling tiny-keccak v2.0.2
26172026-06-20T23:50:25.284Z Compiling hashbrown v0.12.3
26182026-06-20T23:50:25.284Z Compiling downcast-rs v2.0.2
26192026-06-20T23:50:25.284Z Compiling serde-hex v0.1.0
26202026-06-20T23:50:25.285Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-06-20T23:50:25.285Z Compiling term v0.7.0
26222026-06-20T23:50:25.285Z Compiling tabled_derive v0.11.0
26232026-06-20T23:50:25.285Z Compiling libscf-sys v1.1.0
26242026-06-20T23:50:25.285Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-20T23:50:25.285Z Compiling ron v0.8.1
26262026-06-20T23:50:25.285Z Compiling papergrid v0.17.0
26272026-06-20T23:50:25.285Z Compiling testing_table v0.3.0
26282026-06-20T23:50:25.285Z Compiling hashbrown v0.13.2
26292026-06-20T23:50:25.285Z Compiling bit-vec v0.6.3
26302026-06-20T23:50:25.285Z Compiling crc-any v2.5.0
26312026-06-20T23:50:25.285Z Compiling bit-set v0.5.3
26322026-06-20T23:50:25.285Z Compiling object v0.30.4
26332026-06-20T23:50:25.285Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-06-20T23:50:25.286Z Compiling ascii-canvas v3.0.0
26352026-06-20T23:50:25.286Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-06-20T23:50:25.286Z Compiling tabled v0.20.0
26372026-06-20T23:50:25.286Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26382026-06-20T23:50:25.286Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26392026-06-20T23:50:25.286Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26402026-06-20T23:50:25.286Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-06-20T23:50:25.286Z Compiling progenitor-impl v0.13.0
26422026-06-20T23:50:25.286Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-06-20T23:50:25.286Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-20T23:50:25.286Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-06-20T23:50:25.286Z Compiling itertools v0.10.5
26462026-06-20T23:50:25.286Z Compiling ena v0.14.4
26472026-06-20T23:50:25.286Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-06-20T23:50:25.286Z Compiling libloading v0.8.9
26492026-06-20T23:50:25.286Z Compiling xshell-macros v0.2.7
26502026-06-20T23:50:25.286Z Compiling diesel v2.3.7
26512026-06-20T23:50:25.287Z Compiling regex-syntax v0.6.29
26522026-06-20T23:50:25.287Z Compiling unicase v2.9.0
26532026-06-20T23:50:25.287Z Compiling bindgen v0.71.1
26542026-06-20T23:50:25.287Z Compiling diff v0.1.13
26552026-06-20T23:50:25.287Z Compiling path-slash v0.1.5
26562026-06-20T23:50:25.287Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-06-20T23:50:25.287Z Compiling xshell v0.2.7
26582026-06-20T23:50:25.287Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26592026-06-20T23:50:25.287Z Compiling progenitor-macro v0.13.0
26602026-06-20T23:50:25.287Z Compiling lalrpop v0.19.12
26612026-06-20T23:50:25.287Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622026-06-20T23:50:25.287Z Compiling cexpr v0.6.0
26632026-06-20T23:50:25.287Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-06-20T23:50:25.287Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-06-20T23:50:25.287Z Compiling progenitor-client v0.13.0
26662026-06-20T23:50:25.287Z Compiling rustc-hash v2.1.1
26672026-06-20T23:50:25.287Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-06-20T23:50:25.287Z Compiling progenitor v0.13.0
26692026-06-20T23:50:25.287Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-06-20T23:50:25.287Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-20T23:50:25.287Z Compiling headers-core v0.3.0
26722026-06-20T23:50:25.287Z Compiling libxml v0.3.3
26732026-06-20T23:50:25.287Z Compiling crc8 v0.1.1
26742026-06-20T23:50:25.287Z Compiling headers v0.4.1
26752026-06-20T23:50:25.287Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-06-20T23:50:25.287Z Compiling strum_macros v0.24.3
26772026-06-20T23:50:25.287Z Compiling indoc v1.0.9
26782026-06-20T23:50:25.288Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-06-20T23:50:25.288Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-06-20T23:50:25.288Z Compiling git-stub v1.0.0
26812026-06-20T23:50:25.288Z Compiling derive_builder v0.20.2
26822026-06-20T23:50:25.288Z Compiling oso-derive v0.27.3
26832026-06-20T23:50:25.288Z Compiling quick-xml v0.37.5
26842026-06-20T23:50:25.288Z Compiling impl-trait-for-tuples v0.2.3
26852026-06-20T23:50:25.288Z Compiling openssl-probe v0.1.6
26862026-06-20T23:50:25.288Z Compiling git-stub-vcs v0.1.0
26872026-06-20T23:50:25.288Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-20T23:50:25.288Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-06-20T23:50:25.288Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-06-20T23:50:25.288Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-20T23:50:25.288Z Compiling bb8 v0.8.6
26922026-06-20T23:50:25.288Z Compiling trait-variant v0.1.2
26932026-06-20T23:50:25.288Z Compiling half v1.8.3
26942026-06-20T23:50:25.288Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-06-20T23:50:25.288Z Compiling polar-core v0.27.3
26962026-06-20T23:50:25.288Z Compiling serde_cbor v0.11.2
26972026-06-20T23:50:25.288Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-06-20T23:50:25.381Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-06-20T23:50:25.381Z Compiling samael v0.0.19
27002026-06-20T23:50:25.381Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-06-20T23:50:25.381Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-06-20T23:50:25.381Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27032026-06-20T23:50:25.381Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-06-20T23:50:25.381Z Compiling nonempty v0.12.0
27052026-06-20T23:50:25.381Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-06-20T23:50:25.381Z Compiling fxhash v0.2.1
27072026-06-20T23:50:25.381Z Compiling libz-sys v1.1.24
27082026-06-20T23:50:25.381Z Compiling salty v0.3.0
27092026-06-20T23:50:25.381Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-20T23:50:25.381Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-06-20T23:50:25.381Z Compiling kstat-rs v0.2.4
27122026-06-20T23:50:25.381Z Compiling arc-swap v1.8.2
27132026-06-20T23:50:25.382Z Compiling fs-err v2.11.0
27142026-06-20T23:50:25.382Z Compiling slog-scope v4.4.1
27152026-06-20T23:50:25.382Z Compiling mime_guess v2.0.5
27162026-06-20T23:50:25.382Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-06-20T23:50:25.382Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-20T23:50:25.382Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-20T23:50:25.382Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-20T23:50:25.382Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-20T23:50:25.382Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-20T23:50:25.382Z Compiling nanorand v0.7.0
27232026-06-20T23:50:25.382Z Compiling darling_core v0.23.0
27242026-06-20T23:50:25.382Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-20T23:50:25.382Z Compiling parking_lot_core v0.8.6
27262026-06-20T23:50:25.382Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27272026-06-20T23:50:25.383Z Compiling flume v0.11.1
27282026-06-20T23:50:25.383Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-20T23:50:25.384Z Compiling async-bb8-diesel v0.2.1
27302026-06-20T23:50:25.384Z Compiling diesel-dtrace v0.5.0
27312026-06-20T23:50:25.384Z Compiling darling_macro v0.23.0
27322026-06-20T23:50:25.384Z Compiling slog-stdlog v4.1.1
27332026-06-20T23:50:25.384Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-06-20T23:50:25.384Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-06-20T23:50:25.384Z Compiling primeorder v0.13.6
27362026-06-20T23:50:25.384Z Compiling atty v0.2.14
27372026-06-20T23:50:25.384Z Compiling oso v0.27.3
27382026-06-20T23:50:25.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-20T23:50:25.384Z Compiling http-range v0.1.5
27402026-06-20T23:50:25.384Z Compiling instability v0.3.11
27412026-06-20T23:50:25.385Z Compiling strsim v0.10.0
27422026-06-20T23:50:25.385Z Compiling parse-size v1.1.0
27432026-06-20T23:50:25.385Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-20T23:50:25.385Z Compiling darling_core v0.13.4
27452026-06-20T23:50:25.385Z Compiling p384 v0.13.1
27462026-06-20T23:50:25.385Z Compiling darling v0.23.0
27472026-06-20T23:50:25.385Z Compiling slog-envlogger v2.2.0
27482026-06-20T23:50:25.385Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-20T23:50:25.385Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-20T23:50:25.386Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-20T23:50:25.386Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-20T23:50:25.386Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-20T23:50:25.386Z Compiling ignore v0.4.25
27542026-06-20T23:50:25.537Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-20T23:50:25.609Z Compiling castaway v0.2.4
27562026-06-20T23:50:25.750Z Compiling vergen-git2 v9.1.0
27572026-06-20T23:50:26.197Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-20T23:50:26.244Z Compiling indoc v2.0.7
27592026-06-20T23:50:26.479Z Compiling globwalk v0.9.1
27602026-06-20T23:50:26.672Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-20T23:50:26.880Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622026-06-20T23:50:27.037Z Compiling compact_str v0.8.1
27632026-06-20T23:50:27.355Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-20T23:50:28.219Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-06-20T23:50:28.240Z Compiling hyper-staticfile v0.10.1
27662026-06-20T23:50:28.409Z Compiling parking_lot v0.11.2
27672026-06-20T23:50:29.185Z Compiling darling_macro v0.13.4
27682026-06-20T23:50:29.423Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-20T23:50:29.565Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-20T23:50:29.721Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-20T23:50:29.878Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27722026-06-20T23:50:30.165Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-20T23:50:30.287Z Compiling predicates-tree v1.0.13
27742026-06-20T23:50:30.360Z Compiling unicode-truncate v1.1.0
27752026-06-20T23:50:30.374Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-20T23:50:30.517Z Compiling lru v0.12.5
27772026-06-20T23:50:30.612Z Compiling prefix-trie v0.7.0
27782026-06-20T23:50:30.751Z Compiling rand_seeder v0.4.0
27792026-06-20T23:50:30.807Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-20T23:50:30.847Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-20T23:50:31.142Z Compiling corncobs v0.1.4
27822026-06-20T23:50:31.169Z Compiling cassowary v0.3.0
27832026-06-20T23:50:31.169Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-20T23:50:31.225Z Compiling rustls v0.21.12
27852026-06-20T23:50:31.296Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-20T23:50:31.357Z Compiling ratatui v0.29.0
27872026-06-20T23:50:31.390Z Compiling hickory-server v0.25.2
27882026-06-20T23:50:31.565Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-06-20T23:50:32.103Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-20T23:50:32.438Z Compiling camino-tempfile-ext v0.3.3
27912026-06-20T23:50:32.439Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-20T23:50:32.439Z Compiling darling v0.13.4
27932026-06-20T23:50:32.611Z Compiling sled v0.34.7
27942026-06-20T23:50:32.840Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-20T23:50:32.840Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-20T23:50:33.277Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-20T23:50:35.225Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-20T23:50:35.254Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-20T23:50:35.254Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-20T23:50:35.353Z Compiling sct v0.7.1
28012026-06-20T23:50:35.982Z Compiling rustls-webpki v0.101.7
28022026-06-20T23:50:36.004Z Compiling secrecy v0.8.0
28032026-06-20T23:50:36.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-20T23:50:36.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-20T23:50:37.588Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-20T23:50:37.752Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-20T23:50:37.752Z Compiling serde_with_macros v1.5.2
28082026-06-20T23:50:38.468Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-20T23:50:39.056Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-20T23:50:39.096Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-20T23:50:39.669Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-06-20T23:50:39.915Z Compiling git2 v0.20.4
28132026-06-20T23:50:40.041Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-06-20T23:50:40.119Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28152026-06-20T23:50:40.466Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28162026-06-20T23:50:40.578Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-06-20T23:50:40.849Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-06-20T23:50:41.074Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-06-20T23:50:41.144Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-06-20T23:50:41.163Z Compiling void v1.0.2
28212026-06-20T23:50:41.304Z Compiling lzss v0.8.2
28222026-06-20T23:50:41.681Z Compiling illumos-nvpair v0.3.0
28232026-06-20T23:50:42.494Z Compiling serde_with v1.14.0
28242026-06-20T23:50:42.735Z Compiling tokio-rustls v0.24.1
28252026-06-20T23:50:42.818Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28262026-06-20T23:50:42.960Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28272026-06-20T23:50:43.050Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-20T23:50:43.163Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28292026-06-20T23:50:43.913Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-06-20T23:50:44.167Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28312026-06-20T23:50:44.958Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28322026-06-20T23:50:46.131Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-06-20T23:50:46.538Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-06-20T23:50:46.761Z Compiling tungstenite v0.23.0
28352026-06-20T23:50:46.830Z Compiling rustls-pemfile v1.0.4
28362026-06-20T23:50:47.035Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-06-20T23:50:47.179Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-06-20T23:50:47.454Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-06-20T23:50:47.688Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28402026-06-20T23:50:48.100Z Compiling nix v0.27.1
28412026-06-20T23:50:49.117Z Compiling twox-hash v2.1.2
28422026-06-20T23:50:49.177Z Compiling serde_bytes v0.11.19
28432026-06-20T23:50:49.177Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-06-20T23:50:49.877Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-06-20T23:50:49.881Z Compiling tokio-tungstenite v0.23.1
28462026-06-20T23:50:49.881Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-06-20T23:50:50.177Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-06-20T23:50:50.679Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-06-20T23:50:50.983Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28502026-06-20T23:50:52.357Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28512026-06-20T23:50:52.942Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-06-20T23:50:52.971Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-06-20T23:50:53.409Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-06-20T23:50:53.485Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-20T23:50:53.835Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28562026-06-20T23:50:54.134Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-06-20T23:50:54.454Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28582026-06-20T23:50:54.839Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-06-20T23:50:55.020Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-06-20T23:50:55.166Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-06-20T23:50:55.941Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-06-20T23:50:56.524Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-20T23:50:57.953Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-06-20T23:50:59.165Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-20T23:50:59.749Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-06-20T23:51:00.309Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-20T23:51:00.451Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-20T23:51:01.434Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28692026-06-20T23:51:01.492Z Compiling signal-hook-tokio v0.3.1
28702026-06-20T23:51:01.549Z Compiling fatfs v0.3.6
28712026-06-20T23:51:01.656Z Compiling yasna v0.5.2
28722026-06-20T23:51:01.686Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-06-20T23:51:02.428Z Compiling is_ci v1.2.0
28742026-06-20T23:51:02.649Z Compiling seq-macro v0.3.6
28752026-06-20T23:51:02.879Z Compiling assert_matches v1.5.0
28762026-06-20T23:51:02.993Z Compiling supports-color v3.0.2
28772026-06-20T23:51:03.204Z Compiling rcgen v0.12.1
28782026-06-20T23:51:03.281Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-06-20T23:51:03.478Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28802026-06-20T23:51:04.223Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-06-20T23:51:05.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-06-20T23:51:05.857Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-06-20T23:51:06.191Z Compiling subprocess v0.2.15
28842026-06-20T23:51:06.648Z Compiling rtoolbox v0.0.3
28852026-06-20T23:51:06.918Z Compiling rpassword v7.4.0
28862026-06-20T23:51:07.204Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-06-20T23:51:07.801Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-06-20T23:51:08.312Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-06-20T23:51:08.797Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-06-20T23:51:08.861Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-20T23:51:08.935Z Compiling tui-tree-widget v0.23.1
28922026-06-20T23:51:09.230Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-06-20T23:51:09.667Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-06-20T23:51:11.281Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-06-20T23:51:11.514Z Compiling uzers v0.12.2
28962026-06-20T23:51:12.222Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-06-20T23:51:12.466Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-06-20T23:51:13.027Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-06-20T23:51:13.718Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-06-20T23:51:15.957Z Compiling support-bundle-viewer v0.1.2
29012026-06-20T23:51:17.308Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-06-20T23:51:17.895Z Compiling multimap v0.10.1
29032026-06-20T23:51:28.992Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-06-20T23:51:33.297Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29052026-06-20T23:51:39.884Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29062026-06-20T23:51:41.004Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-06-20T23:51:42.193Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-06-20T23:58:16.968Z Finished `release` profile [optimized] target(s) in 8m 48s
29092026-06-20T23:59:02.310Z
29102026-06-20T23:59:02.310Zreal 9:34.932665356
29112026-06-20T23:59:02.314Zuser 1:19:07.140389858
29122026-06-20T23:59:02.314Zsys 3:32.742749597
29132026-06-20T23:59:02.314Ztrap 1.755282916
29142026-06-20T23:59:02.314Ztflt 2.488520265
29152026-06-20T23:59:02.314Zdflt 18.678175708
29162026-06-20T23:59:02.314Zkflt 0.005648420
29172026-06-20T23:59:02.314Zlock 7:00:04.015942717
29182026-06-20T23:59:02.314Zslp 2:13:43.716842197
29192026-06-20T23:59:02.314Zlat 2:17.971963098
29202026-06-20T23:59:02.314Zstop 5:14.200653753
29212026-06-20T23:59:02.314Z+ mapfile -t packages
29222026-06-20T23:59:02.315Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-06-20T23:59:03.200Z Finished `release` profile [optimized] target(s) in 0.87s
29242026-06-20T23:59:03.263Z Running `target/release/omicron-package -t test list-outputs`
29252026-06-20T23:59:03.323ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-06-20T23:59:03.327Z+ ptime -m cargo build --locked --release -p xtask
29272026-06-20T23:59:03.796Z Compiling libc v0.2.185
29282026-06-20T23:59:03.796Z Compiling serde v1.0.228
29292026-06-20T23:59:03.796Z Compiling serde_core v1.0.228
29302026-06-20T23:59:03.799Z Compiling rustix v1.1.3
29312026-06-20T23:59:03.892Z Compiling serde_json v1.0.149
29322026-06-20T23:59:03.900Z Compiling bitflags v2.11.0
29332026-06-20T23:59:03.933Z Compiling num-traits v0.2.19
29342026-06-20T23:59:03.942Z Compiling syn v2.0.117
29352026-06-20T23:59:03.962Z Compiling smallvec v1.15.1
29362026-06-20T23:59:03.972Z Compiling indexmap v2.14.0
29372026-06-20T23:59:03.972Z Compiling usdt-impl v0.5.0
29382026-06-20T23:59:03.977Z Compiling syn v1.0.109
29392026-06-20T23:59:04.006Z Compiling log v0.4.29
29402026-06-20T23:59:04.006Z Compiling percent-encoding v2.3.2
29412026-06-20T23:59:04.135Z Compiling getrandom v0.4.1
29422026-06-20T23:59:04.239Z Compiling form_urlencoded v1.2.2
29432026-06-20T23:59:04.374Z Compiling fs-err v3.3.0
29442026-06-20T23:59:04.378Z Compiling anyhow v1.0.102
29452026-06-20T23:59:04.387Z Compiling once_cell v1.21.3
29462026-06-20T23:59:04.437Z Compiling heck v0.4.1
29472026-06-20T23:59:04.633Z Compiling thread-id v4.2.2
29482026-06-20T23:59:04.642Z Compiling errno v0.3.14
29492026-06-20T23:59:04.681Z Compiling memmap v0.7.0
29502026-06-20T23:59:04.954Z Compiling ordered-float v2.10.1
29512026-06-20T23:59:05.471Z Compiling proc-macro-error v1.0.4
29522026-06-20T23:59:05.663Z Compiling terminal_size v0.4.3
29532026-06-20T23:59:05.663Z Compiling tempfile v3.25.0
29542026-06-20T23:59:05.729Z Compiling tabled_derive v0.7.0
29552026-06-20T23:59:05.767Z Compiling clap_builder v4.6.0
29562026-06-20T23:59:05.767Z Compiling textwrap v0.16.2
29572026-06-20T23:59:05.898Z Compiling camino-tempfile v1.4.1
29582026-06-20T23:59:06.410Z Compiling tabled v0.15.0
29592026-06-20T23:59:06.485Z Compiling synstructure v0.13.2
29602026-06-20T23:59:06.485Z Compiling pest_generator v2.8.6
29612026-06-20T23:59:06.873Z Compiling serde_derive v1.0.228
29622026-06-20T23:59:06.873Z Compiling zerovec-derive v0.11.2
29632026-06-20T23:59:06.876Z Compiling displaydoc v0.2.5
29642026-06-20T23:59:06.876Z Compiling thiserror-impl v1.0.69
29652026-06-20T23:59:06.876Z Compiling zerocopy-derive v0.7.35
29662026-06-20T23:59:06.876Z Compiling scroll_derive v0.12.1
29672026-06-20T23:59:06.876Z Compiling thiserror-impl v2.0.18
29682026-06-20T23:59:06.876Z Compiling clap_derive v4.6.1
29692026-06-20T23:59:06.919Z Compiling zerofrom-derive v0.1.6
29702026-06-20T23:59:06.923Z Compiling yoke-derive v0.8.1
29712026-06-20T23:59:07.022Z Compiling pest_derive v2.8.6
29722026-06-20T23:59:07.658Z Compiling scroll v0.12.0
29732026-06-20T23:59:07.737Z Compiling zerocopy v0.7.35
29742026-06-20T23:59:07.948Z Compiling goblin v0.8.2
29752026-06-20T23:59:08.108Z Compiling thiserror v1.0.69
29762026-06-20T23:59:08.112Z Compiling zerofrom v0.1.6
29772026-06-20T23:59:08.215Z Compiling dtrace-parser v0.2.0
29782026-06-20T23:59:08.243Z Compiling yoke v0.8.1
29792026-06-20T23:59:08.326Z Compiling thiserror v2.0.18
29802026-06-20T23:59:08.417Z Compiling zerovec v0.11.5
29812026-06-20T23:59:08.456Z Compiling zerotrie v0.2.3
29822026-06-20T23:59:08.610Z Compiling clap v4.6.1
29832026-06-20T23:59:09.033Z Compiling tinystr v0.8.2
29842026-06-20T23:59:09.289Z Compiling icu_locale_core v2.1.1
29852026-06-20T23:59:10.120Z Compiling potential_utf v0.1.4
29862026-06-20T23:59:10.186Z Compiling icu_provider v2.1.1
29872026-06-20T23:59:10.346Z Compiling icu_collections v2.1.1
29882026-06-20T23:59:10.353Z Compiling toml_datetime v0.6.11
29892026-06-20T23:59:10.381Z Compiling serde_spanned v0.6.9
29902026-06-20T23:59:10.414Z Compiling serde-value v0.7.0
29912026-06-20T23:59:10.425Z Compiling cargo-platform v0.2.0
29922026-06-20T23:59:10.452Z Compiling macaddr v1.0.1
29932026-06-20T23:59:10.575Z Compiling toml_edit v0.22.27
29942026-06-20T23:59:10.599Z Compiling dof v0.3.0
29952026-06-20T23:59:10.757Z Compiling icu_normalizer v2.1.1
29962026-06-20T23:59:10.780Z Compiling icu_properties v2.1.2
29972026-06-20T23:59:10.993Z Compiling serde_tokenstream v0.2.3
29982026-06-20T23:59:11.700Z Compiling idna_adapter v1.2.1
29992026-06-20T23:59:11.713Z Compiling usdt-macro v0.5.0
30002026-06-20T23:59:11.749Z Compiling usdt-attr-macro v0.5.0
30012026-06-20T23:59:11.858Z Compiling idna v1.1.0
30022026-06-20T23:59:12.189Z Compiling toml v0.8.23
30032026-06-20T23:59:12.201Z Compiling url v2.5.8
30042026-06-20T23:59:12.414Z Compiling usdt v0.5.0
30052026-06-20T23:59:12.640Z Compiling cargo_toml v0.21.0
30062026-06-20T23:59:12.727Z Compiling cargo-util-schemas v0.8.2
30072026-06-20T23:59:13.769Z Compiling cargo_metadata v0.21.0
30082026-06-20T23:59:16.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-06-20T23:59:19.762Z Finished `release` profile [optimized] target(s) in 16.42s
30102026-06-20T23:59:19.904Z
30112026-06-20T23:59:19.904Zreal 16.541797394
30122026-06-20T23:59:19.904Zuser 2:22.509306983
30132026-06-20T23:59:19.904Zsys 17.191173010
30142026-06-20T23:59:19.904Ztrap 0.099900550
30152026-06-20T23:59:19.908Ztflt 0.559221900
30162026-06-20T23:59:19.908Zdflt 1.446217410
30172026-06-20T23:59:19.908Zkflt 0.000195160
30182026-06-20T23:59:19.908Zlock 5:20.918415027
30192026-06-20T23:59:19.908Zslp 3:28.089985065
30202026-06-20T23:59:19.908Zlat 6.678983842
30212026-06-20T23:59:19.908Zstop 18.787117338
30222026-06-20T23:59:19.909Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-20T23:59:19.909Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-06-20T23:59:19.909Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-20T23:59:19.909Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-06-20T23:59:19.909Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-06-20T23:59:20.787Z Compiling progenitor-client v0.14.0
30282026-06-20T23:59:20.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-06-20T23:59:20.791Z Compiling newtype-uuid-macros v0.1.0
30302026-06-20T23:59:20.791Z Compiling match_cfg v0.1.0
30312026-06-20T23:59:20.791Z Compiling slog-json v2.6.1
30322026-06-20T23:59:20.791Z Compiling structmeta-derive v0.3.0
30332026-06-20T23:59:20.791Z Compiling rustls v0.22.4
30342026-06-20T23:59:20.791Z Compiling rustls-webpki v0.102.8
30352026-06-20T23:59:20.927Z Compiling multer v3.1.0
30362026-06-20T23:59:20.930Z Compiling compression-core v0.4.31
30372026-06-20T23:59:20.930Z Compiling debug-ignore v1.0.5
30382026-06-20T23:59:20.944Z Compiling atomicwrites v0.4.4
30392026-06-20T23:59:20.947Z Compiling itertools v0.14.0
30402026-06-20T23:59:20.997Z Compiling async-stream-impl v0.3.6
30412026-06-20T23:59:21.003Z Compiling serde_spanned v1.0.4
30422026-06-20T23:59:21.003Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-20T23:59:21.120Z Compiling dropshot v0.17.0
30442026-06-20T23:59:21.204Z Compiling compression-codecs v0.4.37
30452026-06-20T23:59:21.255Z Compiling hostname v0.3.1
30462026-06-20T23:59:21.259Z Compiling toml_writer v1.0.6+spec-1.1.0
30472026-06-20T23:59:21.259Z Compiling waitgroup v0.1.2
30482026-06-20T23:59:21.273Z Compiling dropshot_endpoint v0.17.0
30492026-06-20T23:59:21.308Z Compiling rustls-pemfile v2.2.0
30502026-06-20T23:59:21.364Z Compiling slog-bunyan v2.5.0
30512026-06-20T23:59:21.422Z Compiling async-compression v0.4.41
30522026-06-20T23:59:21.456Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-20T23:59:21.498Z Compiling serde_path_to_error v0.1.20
30542026-06-20T23:59:21.498Z Compiling hostname v0.4.2
30552026-06-20T23:59:21.553Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-06-20T23:59:21.553Z Compiling macaddr v1.0.1
30572026-06-20T23:59:21.559Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-06-20T23:59:21.619Z Compiling instant v0.1.13
30592026-06-20T23:59:21.678Z Compiling regress v0.10.5
30602026-06-20T23:59:21.712Z Compiling backon v1.6.0
30612026-06-20T23:59:21.722Z Compiling async-stream v0.3.6
30622026-06-20T23:59:21.755Z Compiling backoff v0.4.0
30632026-06-20T23:59:21.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-06-20T23:59:21.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30652026-06-20T23:59:21.817Z Compiling humantime v2.3.0
30662026-06-20T23:59:21.960Z Compiling progenitor-extras v0.2.0
30672026-06-20T23:59:21.966Z Compiling universal-hash v0.5.1
30682026-06-20T23:59:21.966Z Compiling opaque-debug v0.3.1
30692026-06-20T23:59:21.984Z Compiling regress v0.11.1
30702026-06-20T23:59:22.001Z Compiling half v2.7.1
30712026-06-20T23:59:22.029Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-06-20T23:59:22.047Z Compiling ciborium-io v0.2.2
30732026-06-20T23:59:22.061Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-20T23:59:22.090Z Compiling crucible-workspace-hack v0.1.0
30752026-06-20T23:59:22.112Z Compiling convert_case v0.4.0
30762026-06-20T23:59:22.169Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-20T23:59:22.192Z Compiling aead v0.5.2
30782026-06-20T23:59:22.218Z Compiling secrecy v0.10.3
30792026-06-20T23:59:22.237Z Compiling poly1305 v0.8.0
30802026-06-20T23:59:22.333Z Compiling structmeta v0.3.0
30812026-06-20T23:59:22.349Z Compiling ciborium-ll v0.2.2
30822026-06-20T23:59:22.406Z Compiling chacha20 v0.9.1
30832026-06-20T23:59:22.433Z Compiling unsafe-libyaml v0.2.11
30842026-06-20T23:59:22.447Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-06-20T23:59:22.469Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30862026-06-20T23:59:22.485Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30872026-06-20T23:59:22.521Z Compiling derive_more v0.99.20
30882026-06-20T23:59:22.598Z Compiling derive-ex v0.1.8
30892026-06-20T23:59:22.603Z Compiling parse-display-derive v0.10.0
30902026-06-20T23:59:22.700Z Compiling ciborium v0.2.2
30912026-06-20T23:59:22.713Z Compiling thiserror-impl-no-std v2.0.2
30922026-06-20T23:59:22.719Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-06-20T23:59:22.806Z Compiling byte-wrapper v0.1.0
30942026-06-20T23:59:22.845Z Compiling password-hash v0.5.0
30952026-06-20T23:59:22.862Z Compiling blake2 v0.10.6
30962026-06-20T23:59:23.024Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-20T23:59:23.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30982026-06-20T23:59:23.186Z Compiling toml_datetime v0.7.5+spec-1.1.0
30992026-06-20T23:59:23.190Z Compiling argon2 v0.5.3
31002026-06-20T23:59:23.226Z Compiling tokio-rustls v0.25.0
31012026-06-20T23:59:23.295Z Compiling chacha20poly1305 v0.10.1
31022026-06-20T23:59:23.309Z Compiling indent_write v2.2.0
31032026-06-20T23:59:23.480Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-20T23:59:23.485Z Compiling heapless v0.8.0
31052026-06-20T23:59:23.507Z Compiling ingot-macros v0.1.1
31062026-06-20T23:59:23.507Z Compiling tabwriter v1.4.1
31072026-06-20T23:59:23.794Z Compiling typify-impl v0.6.2
31082026-06-20T23:59:23.826Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-06-20T23:59:23.994Z Compiling thiserror-no-std v2.0.2
31102026-06-20T23:59:24.114Z Compiling vsss-rs v3.3.4
31112026-06-20T23:59:24.141Z Compiling proc-macro-crate v3.4.0
31122026-06-20T23:59:24.380Z Compiling test-strategy v0.4.5
31132026-06-20T23:59:24.442Z Compiling parse-display v0.10.0
31142026-06-20T23:59:24.576Z Compiling hash32 v0.3.1
31152026-06-20T23:59:24.646Z Compiling smoltcp v0.11.0
31162026-06-20T23:59:24.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-20T23:59:24.746Z Compiling num_enum_derive v0.7.6
31182026-06-20T23:59:24.801Z Compiling cobs v0.3.0
31192026-06-20T23:59:24.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-06-20T23:59:24.955Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31212026-06-20T23:59:25.003Z Compiling colored v3.1.1
31222026-06-20T23:59:25.036Z Compiling postcard v1.1.3
31232026-06-20T23:59:25.084Z Compiling proc-macro-error v1.0.4
31242026-06-20T23:59:25.101Z Compiling proc-macro-crate v1.3.1
31252026-06-20T23:59:25.121Z Compiling foreign-types-macros v0.2.3
31262026-06-20T23:59:25.129Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31272026-06-20T23:59:25.218Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31282026-06-20T23:59:25.383Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31292026-06-20T23:59:25.407Z Compiling cpufeatures v0.3.0
31302026-06-20T23:59:25.430Z Compiling rayon-core v1.13.0
31312026-06-20T23:59:25.436Z Compiling foreign-types-shared v0.3.1
31322026-06-20T23:59:25.504Z Compiling chacha20 v0.10.0
31332026-06-20T23:59:25.558Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-20T23:59:25.577Z Compiling num_enum_derive v0.5.11
31352026-06-20T23:59:25.696Z Compiling crossbeam-deque v0.8.6
31362026-06-20T23:59:25.712Z Compiling camino-tempfile v1.4.1
31372026-06-20T23:59:25.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-06-20T23:59:25.800Z Compiling foreign-types v0.5.0
31392026-06-20T23:59:25.804Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31402026-06-20T23:59:25.839Z Compiling cstr-argument v0.1.2
31412026-06-20T23:59:25.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-06-20T23:59:25.934Z Compiling num_enum v0.7.6
31432026-06-20T23:59:25.939Z Compiling rand v0.10.0
31442026-06-20T23:59:25.988Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31452026-06-20T23:59:26.006Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31462026-06-20T23:59:26.035Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-06-20T23:59:26.099Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31482026-06-20T23:59:26.131Z Compiling zone_cfg_derive v0.3.1
31492026-06-20T23:59:26.276Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-20T23:59:26.292Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-06-20T23:59:26.331Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31522026-06-20T23:59:26.362Z Compiling rayon v1.11.0
31532026-06-20T23:59:26.413Z Compiling itertools v0.12.1
31542026-06-20T23:59:26.431Z Compiling num-derive v0.4.2
31552026-06-20T23:59:26.446Z Compiling sigpipe v0.1.3
31562026-06-20T23:59:26.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-06-20T23:59:26.591Z Compiling glob v0.3.3
31582026-06-20T23:59:26.632Z Compiling ingot-types v0.1.2
31592026-06-20T23:59:26.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-06-20T23:59:26.673Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31612026-06-20T23:59:26.749Z Compiling num_enum v0.5.11
31622026-06-20T23:59:26.918Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-06-20T23:59:26.927Z Compiling smf v0.2.3
31642026-06-20T23:59:26.928Z Compiling whoami v1.6.1
31652026-06-20T23:59:26.943Z Compiling usdt-macro v0.5.0
31662026-06-20T23:59:26.956Z Compiling usdt-attr-macro v0.5.0
31672026-06-20T23:59:27.046Z Compiling ingot v0.1.1
31682026-06-20T23:59:27.172Z Compiling gethostname v0.5.0
31692026-06-20T23:59:27.203Z Compiling num-rational v0.4.2
31702026-06-20T23:59:27.243Z Compiling num-complex v0.4.6
31712026-06-20T23:59:27.329Z Compiling memmap v0.7.0
31722026-06-20T23:59:27.387Z Compiling derive-where v1.6.0
31732026-06-20T23:59:27.453Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31742026-06-20T23:59:27.469Z Compiling float-ord v0.3.2
31752026-06-20T23:59:27.554Z Compiling zone v0.3.1
31762026-06-20T23:59:27.646Z Compiling num v0.4.3
31772026-06-20T23:59:27.688Z Compiling toml v0.8.23
31782026-06-20T23:59:27.707Z Compiling resolv-conf v0.7.6
31792026-06-20T23:59:27.751Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-06-20T23:59:27.803Z Compiling owo-colors v4.3.0
31812026-06-20T23:59:27.831Z Compiling cancel-safe-futures v0.1.5
31822026-06-20T23:59:27.857Z Compiling usdt v0.5.0
31832026-06-20T23:59:27.883Z Compiling libsw-core v0.3.2
31842026-06-20T23:59:27.924Z Compiling prettyplease v0.2.37
31852026-06-20T23:59:28.081Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-06-20T23:59:28.115Z Compiling libsw v3.5.0
31872026-06-20T23:59:28.188Z Compiling console v0.15.11
31882026-06-20T23:59:28.227Z Compiling hickory-proto v0.24.4
31892026-06-20T23:59:28.230Z Compiling newline-converter v0.3.0
31902026-06-20T23:59:28.231Z Compiling libefi-sys v0.1.0
31912026-06-20T23:59:28.278Z Compiling linked-hash-map v0.5.6
31922026-06-20T23:59:28.330Z Compiling linear-map v1.2.0
31932026-06-20T23:59:28.408Z Compiling git-stub v1.0.0
31942026-06-20T23:59:28.486Z Compiling lru-cache v0.1.2
31952026-06-20T23:59:28.503Z Compiling bitfield-struct v0.6.2
31962026-06-20T23:59:28.544Z Compiling nom v8.0.0
31972026-06-20T23:59:28.557Z Compiling typify-macro v0.6.2
31982026-06-20T23:59:28.570Z Compiling expectorate v1.2.0
31992026-06-20T23:59:28.643Z Compiling semver v0.1.20
32002026-06-20T23:59:28.703Z Compiling git-stub-vcs v0.1.0
32012026-06-20T23:59:28.761Z Compiling tokio-dtrace v0.1.1
32022026-06-20T23:59:28.818Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32032026-06-20T23:59:28.835Z Compiling dropshot-api-manager-types v0.7.2
32042026-06-20T23:59:28.952Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-06-20T23:59:28.973Z Compiling rustc_version v0.1.7
32062026-06-20T23:59:29.030Z Compiling slog-dtrace v0.3.0
32072026-06-20T23:59:29.069Z Compiling minimal-lexical v0.2.1
32082026-06-20T23:59:29.087Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-06-20T23:59:29.116Z Compiling oxide-tokio-rt v0.1.4
32102026-06-20T23:59:29.179Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-06-20T23:59:29.197Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-20T23:59:29.212Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-06-20T23:59:29.217Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-20T23:59:29.246Z Compiling newtype_derive v0.1.6
32152026-06-20T23:59:29.338Z Compiling nom v7.1.3
32162026-06-20T23:59:29.366Z Compiling phf_shared v0.12.1
32172026-06-20T23:59:29.425Z Compiling csv-core v0.1.13
32182026-06-20T23:59:29.442Z Compiling chrono-tz v0.10.4
32192026-06-20T23:59:29.474Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-20T23:59:29.546Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32212026-06-20T23:59:29.575Z Compiling xshell-macros v0.2.7
32222026-06-20T23:59:29.593Z Compiling highway v1.3.0
32232026-06-20T23:59:29.647Z Compiling csv v1.4.0
32242026-06-20T23:59:29.689Z Compiling const_format_proc_macros v0.2.34
32252026-06-20T23:59:29.715Z Compiling phf v0.12.1
32262026-06-20T23:59:29.995Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-20T23:59:30.059Z Compiling primeorder v0.13.6
32282026-06-20T23:59:30.077Z Compiling xshell v0.2.7
32292026-06-20T23:59:30.219Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-20T23:59:30.312Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32312026-06-20T23:59:30.384Z Compiling tabled_derive v0.7.0
32322026-06-20T23:59:30.439Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-06-20T23:59:30.459Z Compiling typify v0.6.2
32342026-06-20T23:59:30.585Z Compiling progenitor-impl v0.14.0
32352026-06-20T23:59:30.601Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32362026-06-20T23:59:30.658Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-06-20T23:59:30.675Z Compiling hickory-resolver v0.24.4
32382026-06-20T23:59:30.695Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32392026-06-20T23:59:30.840Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-20T23:59:30.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-06-20T23:59:31.103Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-06-20T23:59:31.340Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-06-20T23:59:31.471Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-06-20T23:59:31.530Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-20T23:59:31.549Z Compiling const_format v0.2.35
32462026-06-20T23:59:31.652Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-06-20T23:59:31.675Z Compiling bcs v0.1.6
32482026-06-20T23:59:31.760Z Compiling tagptr v0.2.0
32492026-06-20T23:59:31.936Z Compiling qorb v0.4.1
32502026-06-20T23:59:31.954Z Compiling salty v0.3.0
32512026-06-20T23:59:31.979Z Compiling termtree v0.5.1
32522026-06-20T23:59:32.035Z Compiling textwrap v0.16.2
32532026-06-20T23:59:32.173Z Compiling moka v0.12.13
32542026-06-20T23:59:32.184Z Compiling tabled v0.15.0
32552026-06-20T23:59:32.255Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-06-20T23:59:32.426Z Compiling steno v0.4.1
32572026-06-20T23:59:32.507Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-20T23:59:32.540Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-06-20T23:59:32.563Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-06-20T23:59:32.743Z Compiling radium v0.7.0
32612026-06-20T23:59:32.812Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-20T23:59:32.849Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-20T23:59:32.934Z Compiling base64 v0.21.7
32642026-06-20T23:59:33.011Z Compiling hickory-resolver v0.25.2
32652026-06-20T23:59:33.098Z Compiling p384 v0.13.1
32662026-06-20T23:59:33.297Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32672026-06-20T23:59:33.361Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-06-20T23:59:33.380Z Compiling progenitor-macro v0.14.0
32692026-06-20T23:59:33.494Z Compiling tap v1.0.1
32702026-06-20T23:59:33.598Z Compiling maybe-uninit v2.0.0
32712026-06-20T23:59:33.643Z Compiling wyz v0.5.1
32722026-06-20T23:59:33.853Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32732026-06-20T23:59:33.881Z Compiling proc-macro-error-attr2 v2.0.0
32742026-06-20T23:59:33.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-06-20T23:59:33.985Z Compiling funty v2.0.0
32762026-06-20T23:59:34.052Z Compiling packed_struct v0.10.1
32772026-06-20T23:59:34.168Z Compiling parking_lot_core v0.8.6
32782026-06-20T23:59:34.229Z Compiling utf-8 v0.7.6
32792026-06-20T23:59:34.310Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-06-20T23:59:34.330Z Compiling proc-macro-error2 v2.0.1
32812026-06-20T23:59:34.369Z Compiling tungstenite v0.21.0
32822026-06-20T23:59:34.435Z Compiling bitvec v1.0.1
32832026-06-20T23:59:34.674Z Compiling polyval v0.6.2
32842026-06-20T23:59:34.690Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32852026-06-20T23:59:34.707Z Compiling packed_struct_codegen v0.10.1
32862026-06-20T23:59:34.723Z Compiling num-derive v0.3.3
32872026-06-20T23:59:34.743Z Compiling zerocopy-derive v0.6.6
32882026-06-20T23:59:34.966Z Compiling bitfield-macros v0.19.4
32892026-06-20T23:59:35.044Z Compiling indexmap v1.9.3
32902026-06-20T23:59:35.123Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-20T23:59:35.275Z Compiling crc-catalog v2.4.0
32922026-06-20T23:59:35.284Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-20T23:59:35.302Z Compiling nodrop v0.1.14
32942026-06-20T23:59:35.399Z Compiling crc v3.4.0
32952026-06-20T23:59:35.399Z Compiling array-init v0.0.4
32962026-06-20T23:59:35.435Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-20T23:59:35.440Z Compiling tokio-tungstenite v0.21.0
32982026-06-20T23:59:35.529Z Compiling ghash v0.5.1
32992026-06-20T23:59:35.564Z Compiling tabled_derive v0.11.0
33002026-06-20T23:59:35.664Z Compiling smallvec v0.6.14
33012026-06-20T23:59:35.718Z Compiling zerocopy v0.6.6
33022026-06-20T23:59:35.733Z Compiling libscf-sys v1.1.0
33032026-06-20T23:59:35.775Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33042026-06-20T23:59:35.800Z Compiling bitfield v0.19.4
33052026-06-20T23:59:35.885Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-06-20T23:59:35.915Z Compiling progenitor-impl v0.13.0
33072026-06-20T23:59:35.918Z Compiling papergrid v0.17.0
33082026-06-20T23:59:35.952Z Compiling testing_table v0.3.0
33092026-06-20T23:59:35.956Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102026-06-20T23:59:36.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-06-20T23:59:36.089Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33122026-06-20T23:59:36.155Z Compiling ctr v0.9.2
33132026-06-20T23:59:36.161Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-06-20T23:59:36.169Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-06-20T23:59:36.190Z Compiling corncobs v0.1.4
33162026-06-20T23:59:36.337Z Compiling illumos-nvpair-sys v0.2.0
33172026-06-20T23:59:36.368Z Compiling hashbrown v0.12.3
33182026-06-20T23:59:36.400Z Compiling unicase v2.9.0
33192026-06-20T23:59:36.468Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-20T23:59:36.504Z Compiling aes-gcm v0.10.3
33212026-06-20T23:59:36.526Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-20T23:59:36.590Z Compiling parking_lot v0.11.2
33232026-06-20T23:59:36.646Z Compiling mime_guess v2.0.5
33242026-06-20T23:59:36.734Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-06-20T23:59:36.879Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33262026-06-20T23:59:36.923Z Compiling tabled v0.20.0
33272026-06-20T23:59:36.970Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-20T23:59:37.019Z Compiling serde-hex v0.1.0
33292026-06-20T23:59:37.251Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-06-20T23:59:37.268Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-06-20T23:59:37.292Z Compiling ron v0.8.1
33322026-06-20T23:59:37.329Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-06-20T23:59:37.360Z Compiling hashbrown v0.13.2
33342026-06-20T23:59:37.576Z Compiling progenitor-client v0.13.0
33352026-06-20T23:59:37.680Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-06-20T23:59:37.704Z Compiling blowfish v0.9.1
33372026-06-20T23:59:37.844Z Compiling prefix-trie v0.7.0
33382026-06-20T23:59:37.902Z Compiling ssh-encoding v0.2.0
33392026-06-20T23:59:37.984Z Compiling fxhash v0.2.1
33402026-06-20T23:59:37.987Z Compiling secrecy v0.8.0
33412026-06-20T23:59:38.156Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-20T23:59:38.181Z Compiling crc-any v2.5.0
33432026-06-20T23:59:38.205Z Compiling hickory-server v0.25.2
33442026-06-20T23:59:38.300Z Compiling ssh-cipher v0.2.0
33452026-06-20T23:59:38.458Z Compiling sled v0.34.7
33462026-06-20T23:59:38.531Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-20T23:59:38.559Z Compiling bcrypt-pbkdf v0.10.0
33482026-06-20T23:59:38.686Z Compiling progenitor-macro v0.13.0
33492026-06-20T23:59:38.704Z Compiling progenitor v0.14.0
33502026-06-20T23:59:38.863Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-20T23:59:38.880Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-20T23:59:38.936Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-20T23:59:38.963Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-20T23:59:39.078Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-20T23:59:39.116Z Compiling object v0.30.4
33562026-06-20T23:59:39.401Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-20T23:59:39.453Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33582026-06-20T23:59:39.598Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-06-20T23:59:39.639Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-06-20T23:59:39.683Z Compiling password-hash v0.4.2
33612026-06-20T23:59:39.741Z Compiling http-range v0.1.5
33622026-06-20T23:59:40.014Z Compiling crc8 v0.1.1
33632026-06-20T23:59:40.103Z Compiling path-slash v0.1.5
33642026-06-20T23:59:40.172Z Compiling half v1.8.3
33652026-06-20T23:59:40.225Z Compiling pbkdf2 v0.11.0
33662026-06-20T23:59:40.277Z Compiling illumos-nvpair v0.3.0
33672026-06-20T23:59:40.486Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-06-20T23:59:40.503Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-20T23:59:40.565Z Compiling serde_cbor v0.11.2
33702026-06-20T23:59:41.211Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-06-20T23:59:41.543Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-06-20T23:59:41.644Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-20T23:59:41.697Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-06-20T23:59:41.785Z Compiling ssh-key v0.6.7
33752026-06-20T23:59:42.102Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33762026-06-20T23:59:42.266Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-06-20T23:59:42.293Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-06-20T23:59:42.330Z Compiling p521 v0.13.3
33792026-06-20T23:59:42.349Z Compiling p256 v0.13.2
33802026-06-20T23:59:42.368Z Compiling yasna v0.5.2
33812026-06-20T23:59:42.599Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-06-20T23:59:42.761Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-06-20T23:59:42.842Z Compiling kstat-rs v0.2.4
33842026-06-20T23:59:42.924Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-06-20T23:59:43.110Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-06-20T23:59:43.128Z Compiling headers-core v0.3.0
33872026-06-20T23:59:43.179Z Compiling nanorand v0.7.0
33882026-06-20T23:59:43.289Z Compiling atty v0.2.14
33892026-06-20T23:59:43.348Z Compiling russh-cryptovec v0.7.3
33902026-06-20T23:59:43.405Z Compiling home v0.5.12
33912026-06-20T23:59:43.426Z Compiling md5 v0.7.0
33922026-06-20T23:59:43.442Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33932026-06-20T23:59:43.491Z Compiling flume v0.11.1
33942026-06-20T23:59:43.511Z Compiling headers v0.4.1
33952026-06-20T23:59:43.561Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-06-20T23:59:43.573Z Compiling rcgen v0.12.1
33972026-06-20T23:59:43.591Z Compiling russh-keys v0.45.0
33982026-06-20T23:59:43.729Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-06-20T23:59:43.870Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-06-20T23:59:43.917Z Compiling progenitor v0.13.0
34012026-06-20T23:59:44.110Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34022026-06-20T23:59:44.142Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-06-20T23:59:44.228Z Compiling hyper-staticfile v0.10.1
34042026-06-20T23:59:44.245Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34052026-06-20T23:59:44.271Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34062026-06-20T23:59:44.311Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34072026-06-20T23:59:44.478Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34082026-06-20T23:59:44.614Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34092026-06-20T23:59:44.671Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-06-20T23:59:44.780Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34112026-06-20T23:59:44.802Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34122026-06-20T23:59:44.860Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-06-20T23:59:45.045Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34142026-06-20T23:59:45.095Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-06-20T23:59:45.098Z Compiling num-bigint v0.4.6
34162026-06-20T23:59:45.131Z Compiling des v0.8.1
34172026-06-20T23:59:45.149Z Compiling subprocess v0.2.15
34182026-06-20T23:59:45.153Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34192026-06-20T23:59:45.186Z Compiling hex-literal v0.4.1
34202026-06-20T23:59:45.252Z Compiling display-error-chain v0.2.2
34212026-06-20T23:59:45.297Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34222026-06-20T23:59:45.330Z Compiling colored v2.2.0
34232026-06-20T23:59:45.368Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34242026-06-20T23:59:45.420Z Compiling internet-checksum v0.2.1
34252026-06-20T23:59:45.621Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-06-20T23:59:45.648Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-06-20T23:59:46.385Z Compiling russh v0.45.0
34282026-06-20T23:59:46.521Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34292026-06-20T23:59:47.487Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-06-20T23:59:47.487Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-06-20T23:59:49.914Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34322026-06-20T23:59:50.583Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34332026-06-20T23:59:50.887Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34342026-06-20T23:59:51.059Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34352026-06-20T23:59:53.110Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34362026-06-21T00:00:01.444Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34372026-06-21T00:00:01.444Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34382026-06-21T00:00:01.444Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34392026-06-21T00:00:01.448Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34402026-06-21T00:00:03.201Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34412026-06-21T00:00:03.285Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34422026-06-21T00:00:07.317Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34432026-06-21T00:00:47.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34442026-06-21T00:00:47.264Z
34452026-06-21T00:00:47.267Zreal 1:27.297359861
34462026-06-21T00:00:47.267Zuser 8:05.124376923
34472026-06-21T00:00:47.267Zsys 1:41.813219163
34482026-06-21T00:00:47.267Ztrap 0.244401529
34492026-06-21T00:00:47.267Ztflt 0.567578172
34502026-06-21T00:00:47.267Zdflt 1.799512494
34512026-06-21T00:00:47.268Zkflt 0.000342960
34522026-06-21T00:00:47.268Zlock 28:34.716643329
34532026-06-21T00:00:47.268Zslp 18:08.564091162
34542026-06-21T00:00:47.268Zlat 38.129041379
34552026-06-21T00:00:47.268Zstop 2:56.898323638
34562026-06-21T00:00:47.268Z+ mkdir tests
34572026-06-21T00:00:47.271Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34582026-06-21T00:00:47.271Z+ xargs -I '{}' -t cp '{}' tests/
34592026-06-21T00:00:47.290Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34602026-06-21T00:00:47.321Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34612026-06-21T00:00:47.352Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34622026-06-21T00:00:47.384Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34632026-06-21T00:00:47.732Z+ 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-21T00:00:47.735Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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-21T00:02:08.092ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34662026-06-21T00:02:08.092Za .github/buildomat/ci-env.sh 1K
34672026-06-21T00:02:08.092Za out/target/test 1K
34682026-06-21T00:02:08.092Za out/npuzone/npuzone 27402K
34692026-06-21T00:02:08.093Za package-manifest.toml 35K
34702026-06-21T00:02:08.093Za smf/sled-agent/non-gimlet/config.toml 6K
34712026-06-21T00:02:08.093Za target/release/omicron-package 45177K
34722026-06-21T00:02:08.093Za target/release/xtask 11453K
34732026-06-21T00:02:08.093Za target/debug/bootstrap 355917K
34742026-06-21T00:02:08.093Za tests/bootstrap-924fc3fc47321669 31215K
34752026-06-21T00:02:08.093Za tests/commtest-408c589a9be9a15a 32300K
34762026-06-21T00:02:08.093Za tests/dhcp_server-f35f394bfb169ef7 31215K
34772026-06-21T00:02:08.093Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34782026-06-21T00:02:08.093Za tools/opte_version 1K
34792026-06-21T00:02:08.093Za tools/opte_version_override 2K
34802026-06-21T00:02:08.094Za out/clickhouse.tar.gz 313417K
34812026-06-21T00:02:08.094Za out/clickhouse_keeper.tar.gz 298475K
34822026-06-21T00:02:08.094Za out/clickhouse_server.tar.gz 313415K
34832026-06-21T00:02:08.094Za out/cockroachdb.tar.gz 157676K
34842026-06-21T00:02:08.094Za out/crucible-pantry-zone.tar.gz 36467K
34852026-06-21T00:02:08.094Za out/crucible-utils.tar 16478K
34862026-06-21T00:02:08.094Za out/crucible-zone.tar.gz 52037K
34872026-06-21T00:02:08.094Za out/external-dns.tar.gz 42900K
34882026-06-21T00:02:08.094Za out/internal-dns.tar.gz 42899K
34892026-06-21T00:02:08.094Za out/mg-ddm-gz.tar 97917K
34902026-06-21T00:02:08.094Za out/nexus.tar.gz 278397K
34912026-06-21T00:02:08.094Za out/ntp.tar.gz 24107K
34922026-06-21T00:02:08.094Za out/omicron-gateway-softnpu.tar.gz 30194K
34932026-06-21T00:02:08.094Za out/omicron-sled-agent.tar 194547K
34942026-06-21T00:02:08.094Za out/overlay.tar.gz 3K
34952026-06-21T00:02:08.094Za out/oximeter.tar.gz 62279K
34962026-06-21T00:02:08.094Za out/oxlog.tar 3782K
34972026-06-21T00:02:08.094Za out/probe.tar.gz 3037K
34982026-06-21T00:02:08.094Za out/propolis-server.tar.gz 34918K
34992026-06-21T00:02:08.094Za out/pumpkind-gz.tar 26647K
35002026-06-21T00:02:08.094Za out/switch-softnpu.tar.gz 447897K
35012026-06-21T00:02:08.098Z
35022026-06-21T00:02:08.098Zreal 1:20.359339332
35032026-06-21T00:02:08.098Zuser 1:17.693853070
35042026-06-21T00:02:08.098Zsys 4.467671486
35052026-06-21T00:02:08.098Ztrap 0.005749092
35062026-06-21T00:02:08.099Ztflt 0.000000000
35072026-06-21T00:02:08.099Zdflt 0.000000000
35082026-06-21T00:02:08.099Zkflt 0.000000000
35092026-06-21T00:02:08.099Zlock 0.000000000
35102026-06-21T00:02:08.099Zslp 1:17.617741001
35112026-06-21T00:02:08.099Zlat 0.928949020
35122026-06-21T00:02:08.099Zstop 0.000464900
35132026-06-21T00:02:08.099Zprocess exited: duration 980366 ms, exit code 0
 
35142026-06-21T00:02:08.113Zfound 1 output files
35152026-06-21T00:02:08.113Zuploading: /work/package.tar.gz (2479668226 bytes)
35162026-06-21T00:02:40.177Zuploaded: /work/package.tar.gz