01KVY8AVG7D98N8WEHZWEPC456: 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: 01KVY8BAC8K6MSXS1A3A4KPCHX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T02:05:23.799Zjob assigned to worker 01KVY8BDR3YVR8NH6EAPQ5BK3W [factory aws, i-09f6b31ef57db0ef0] (queued for 45 s)
 
22026-06-25T02:05:30.650Zstarting task 0: "setup"
32026-06-25T02:05:30.655Z++ uname -s
42026-06-25T02:05:30.658Z+ kern=SunOS
52026-06-25T02:05:30.658Z+ build_user=build
62026-06-25T02:05:30.659Z+ build_uid=12345
72026-06-25T02:05:30.659Z+ work_dir=/work
82026-06-25T02:05:30.659Z+ input_dir=/input
92026-06-25T02:05:30.659Z+ [[ 0 == 12345 ]]
102026-06-25T02:05:30.659Z+ case "$kern" in
112026-06-25T02:05:30.659Z+ groupadd -g 12345 build
122026-06-25T02:05:30.672Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T02:05:32.681Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T02:05:32.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T02:05:32.827Z+ home_fs=zfs
162026-06-25T02:05:32.827Z+ [[ zfs == autofs ]]
172026-06-25T02:05:32.827Z+ mkdir -p /home/build
182026-06-25T02:05:32.832Z+ chown build:build /home/build /work
192026-06-25T02:05:34.799Z+ chmod 0700 /home/build /work
202026-06-25T02:05:34.802Zprocess exited: duration 4155 ms, exit code 0
 
212026-06-25T02:05:34.808Zstarting task 1: "rust-toolchain"
222026-06-25T02:05:34.814Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T02:05:34.814Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T02:05:34.814Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T02:05:34.814Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T02:05:34.814Z * rust toolchain channel = "1.96.0"
272026-06-25T02:05:34.814Z * rust toolchain profile = "default"
282026-06-25T02:05:34.817Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T02:05:34.817Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T02:05:34.887Zinfo: downloading installer
312026-06-25T02:05:36.311Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T02:05:36.311Zwarn: /home/build/.rustup/settings.toml
332026-06-25T02:05:36.311Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T02:05:36.311Zwarn: instead of the one inferred from the default host triple.
352026-06-25T02:05:36.323Zinfo: profile set to default
362026-06-25T02:05:36.323Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T02:05:36.326Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T02:05:36.492Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T02:05:36.495Zinfo: downloading 6 components
402026-06-25T02:05:53.006Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T02:05:53.006Z
422026-06-25T02:05:53.033Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T02:05:53.033Z
442026-06-25T02:05:53.033Z
452026-06-25T02:05:53.033ZRust is installed now. Great!
462026-06-25T02:05:53.033Z
472026-06-25T02:05:53.037ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T02:05:53.037Zenvironment variable. This has not been done automatically.
492026-06-25T02:05:53.037Z
502026-06-25T02:05:53.037ZTo configure your current shell, you need to source
512026-06-25T02:05:53.037Zthe corresponding env file under $HOME/.cargo.
522026-06-25T02:05:53.037Z
532026-06-25T02:05:53.037ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T02:05:53.037Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T02:05:53.037Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T02:05:53.037Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T02:05:53.037Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T02:05:53.037Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T02:05:53.037Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T02:05:53.037Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T02:05:53.037Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T02:05:53.134Z+ rustup --version
632026-06-25T02:05:53.140Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T02:05:53.140Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T02:05:53.162Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T02:05:53.165Z+ cargo --version
672026-06-25T02:05:53.174Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T02:05:53.177Z+ rustc --version
692026-06-25T02:05:53.195Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T02:05:53.198Zprocess exited: duration 18389 ms, exit code 0
 
712026-06-25T02:05:53.204Zstarting task 2: "authentication"
722026-06-25T02:05:53.225Zprocess exited: duration 21 ms, exit code 0
 
732026-06-25T02:05:53.231Zstarting task 3: "clone repository"
742026-06-25T02:05:53.236Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T02:05:53.238Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T02:05:53.274ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T02:06:03.085Z+ cd /work/oxidecomputer/omicron
782026-06-25T02:06:03.085Z+ git fetch origin a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
792026-06-25T02:06:03.367ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T02:06:03.367Z * branch a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf -> FETCH_HEAD
812026-06-25T02:06:03.382Z+ [[ -n maghemite-integration ]]
822026-06-25T02:06:03.385Z++ git branch --show-current
832026-06-25T02:06:03.385Z+ current=main
842026-06-25T02:06:03.386Z+ [[ main != maghemite-integration ]]
852026-06-25T02:06:03.386Z+ git branch -f maghemite-integration a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
862026-06-25T02:06:03.389Z+ git checkout -f maghemite-integration
872026-06-25T02:06:03.632ZSwitched to branch 'maghemite-integration'
882026-06-25T02:06:03.635Z+ git reset --hard a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
892026-06-25T02:06:03.648ZHEAD is now at a61bf9c36 Update with latest version
902026-06-25T02:06:03.651Zprocess exited: duration 10418 ms, exit code 0
 
912026-06-25T02:06:03.657Zstarting task 4: "build"
922026-06-25T02:06:03.663Z+ source .github/buildomat/ci-env.sh
932026-06-25T02:06:03.663Z++ export CARGO_TERM_COLOR=always
942026-06-25T02:06:03.663Z++ CARGO_TERM_COLOR=always
952026-06-25T02:06:03.663Z+ cargo --version
962026-06-25T02:06:03.673Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T02:06:03.676Z+ rustc --version
982026-06-25T02:06:03.697Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T02:06:03.700Z+ WORK=/work
1002026-06-25T02:06:03.700Z+ pfexec mkdir -p /work
1012026-06-25T02:06:03.703Z+ pfexec chown build /work
1022026-06-25T02:06:03.706Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-25T02:06:05.593Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-25T02:06:05.697Z Startup: Caching catalogs ... Done
1052026-06-25T02:06:06.152ZPlanning: Solver setup ... Done (0.413s)
1062026-06-25T02:06:06.177ZPlanning: Running solver ... Done (0.024s)
1072026-06-25T02:06:06.188ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-25T02:06:06.200ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-25T02:06:06.218ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-25T02:06:06.232ZPlanning: Package planning ... Done (0.014s)
1112026-06-25T02:06:06.235ZPlanning: Merging actions ... Done (0.001s)
1122026-06-25T02:06:06.408ZPlanning: Checking for conflicting actions ... Done (0.175s)
1132026-06-25T02:06:06.411ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-25T02:06:07.165ZPlanning: Evaluating mediators ... Done (0.756s)
1152026-06-25T02:06:07.170ZPlanning: Planning completed in 1.45 seconds
1162026-06-25T02:06:07.175Z Packages to install: 2
1172026-06-25T02:06:07.175Z Estimated space available: 156.06 GB
1182026-06-25T02:06:07.175ZEstimated space to be consumed: 29.57 MB
1192026-06-25T02:06:07.175Z Create boot environment: No
1202026-06-25T02:06:07.175ZCreate backup boot environment: No
1212026-06-25T02:06:07.178Z Rebuild boot archive: No
1222026-06-25T02:06:07.178Z
1232026-06-25T02:06:07.178ZChanged packages:
1242026-06-25T02:06:07.178Zhelios
1252026-06-25T02:06:07.178Z developer/build-essential
1262026-06-25T02:06:07.178Z None -> 11-3.0
1272026-06-25T02:06:07.178Z library/libxmlsec1
1282026-06-25T02:06:07.178Z None -> 1.2.35-3.0
1292026-06-25T02:06:07.201Z
1302026-06-25T02:06:07.201ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-25T02:06:08.473ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1322026-06-25T02:06:08.558Z Actions: 1/268 actions (Installing new actions)
1332026-06-25T02:06:08.596Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-25T02:06:08.608ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-25T02:06:08.608ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-25T02:06:08.635ZFinalize: Updating image state ... Done (0.027s)
1372026-06-25T02:06:11.239ZFinalize: Creating fast lookup database ... Done (2.580s)
1382026-06-25T02:06:11.309ZFinalize: Reading search index ... Done (0.013s)
1392026-06-25T02:06:11.312ZFinalize: Updating search index ... Done (0.000s)
1402026-06-25T02:06:11.427ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-25T02:06:11.748ZPlanning: Evaluating mediator changes ... Done
1422026-06-25T02:06:11.854ZPlanning: Checking for conflicting actions ... Done
1432026-06-25T02:06:11.857ZPlanning: Consolidating action changes ... Done
1442026-06-25T02:06:12.012ZPlanning: Evaluating mediators ... Done
1452026-06-25T02:06:12.016ZPlanning: Planning completed in 0.26 seconds
1462026-06-25T02:06:12.037Z Mediators to change: 2
1472026-06-25T02:06:12.037Z Create boot environment: No
1482026-06-25T02:06:12.037ZCreate backup boot environment: No
1492026-06-25T02:06:12.093ZFinalize: Updating package state database ... Done
1502026-06-25T02:06:12.093ZFinalize: Updating package cache ... Done
1512026-06-25T02:06:12.108ZFinalize: Updating image state ... Done
1522026-06-25T02:06:14.038ZFinalize: Creating fast lookup database ... Done
1532026-06-25T02:06:14.099ZFinalize: Reading search index ... Done
1542026-06-25T02:06:14.102ZFinalize: Updating search index ... Done
1552026-06-25T02:06:14.197ZFinalize: Updating package cache ... Done
1562026-06-25T02:06:14.482ZPlanning: Evaluating mediator changes ... Done
1572026-06-25T02:06:14.590ZPlanning: Checking for conflicting actions ... Done
1582026-06-25T02:06:14.593ZPlanning: Consolidating action changes ... Done
1592026-06-25T02:06:14.748ZPlanning: Evaluating mediators ... Done
1602026-06-25T02:06:14.754ZPlanning: Planning completed in 0.26 seconds
1612026-06-25T02:06:14.770Z Mediators to change: 1
1622026-06-25T02:06:14.770Z Create boot environment: No
1632026-06-25T02:06:14.770ZCreate backup boot environment: No
1642026-06-25T02:06:14.817ZFinalize: Updating package state database ... Done
1652026-06-25T02:06:14.817ZFinalize: Updating package cache ... Done
1662026-06-25T02:06:14.830ZFinalize: Updating image state ... Done
1672026-06-25T02:06:16.783ZFinalize: Creating fast lookup database ... Done
1682026-06-25T02:06:16.845ZFinalize: Reading search index ... Done
1692026-06-25T02:06:16.848ZFinalize: Updating search index ... Done
1702026-06-25T02:06:16.923ZFinalize: Updating package cache ... Done
1712026-06-25T02:06:17.240ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-25T02:06:17.240Zapache system 2.4 system
1732026-06-25T02:06:17.240Zclang system 15 system
1742026-06-25T02:06:17.240Zcsh system system illumos
1752026-06-25T02:06:17.240Zctags system system illumos
1762026-06-25T02:06:17.240Zfile vendor vendor darwinsys
1772026-06-25T02:06:17.240Zfile system system illumos
1782026-06-25T02:06:17.240Zgcc vendor 14 vendor
1792026-06-25T02:06:17.240Zgcc system 13 system
1802026-06-25T02:06:17.240Zgcc system 10 system
1812026-06-25T02:06:17.240Zgo system 1.25 system
1822026-06-25T02:06:17.240Zllvm system 15 system
1832026-06-25T02:06:17.240Zmariadb system 11.4 system
1842026-06-25T02:06:17.240Zmta vendor vendor dma
1852026-06-25T02:06:17.240Zopenjdk system 17 system
1862026-06-25T02:06:17.240Zopenjdk system 11 system
1872026-06-25T02:06:17.240Zopenssl vendor 3 vendor
1882026-06-25T02:06:17.240Zperl system 5.40 system
1892026-06-25T02:06:17.240Zpostgresql system 18 system
1902026-06-25T02:06:17.240Zpostgresql system 17 system
1912026-06-25T02:06:17.241Zpython vendor 3 vendor
1922026-06-25T02:06:17.241Zpython system 2 system
1932026-06-25T02:06:17.241Zpython3 vendor 3.13 vendor
1942026-06-25T02:06:17.241Zruby system 3.4 system
1952026-06-25T02:06:17.241Zruby system 3.0 system
1962026-06-25T02:06:17.241Zwords vendor vendor american-english
1972026-06-25T02:06:17.241Zwords system system australian-english
1982026-06-25T02:06:17.241Zwords system system british-english
1992026-06-25T02:06:17.241Zwords system system canadian-english
2002026-06-25T02:06:17.241Zwords system system french
2012026-06-25T02:06:17.241Zwords system system italian
2022026-06-25T02:06:17.241Zwords system system ngerman
2032026-06-25T02:06:17.241Zwords system system ogerman
2042026-06-25T02:06:17.241Zwords system system spanish
2052026-06-25T02:06:17.495ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-25T02:06:17.495Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-25T02:06:17.802ZFMRI IFO
2082026-06-25T02:06:17.802Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-25T02:06:17.802Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-25T02:06:17.802Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-25T02:06:17.802Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-25T02:06:17.802Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-25T02:06:17.802Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-25T02:06:17.802Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-25T02:06:17.802Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-25T02:06:17.802Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-25T02:06:18.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-25T02:06:18.320Z Updating crates.io index
2192026-06-25T02:06:18.323Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-25T02:06:18.566Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-25T02:06:18.844Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-25T02:06:19.096Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-25T02:06:19.979Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-25T02:06:20.491Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-25T02:06:22.296Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-25T02:06:23.037Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-25T02:06:23.298Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-25T02:06:24.367Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-25T02:06:24.599Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-25T02:06:24.920Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-25T02:06:25.178Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-25T02:06:25.586Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-25T02:06:26.061Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-25T02:06:26.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-25T02:06:26.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-25T02:06:26.735Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-25T02:06:27.008Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-25T02:06:27.227Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-25T02:06:27.461Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-25T02:06:27.719Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-25T02:06:28.051Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-25T02:06:28.370Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-25T02:06:28.588Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-25T02:06:28.992Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-25T02:06:29.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-25T02:06:29.525Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-25T02:06:29.800Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-25T02:06:30.017Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-25T02:06:30.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-25T02:06:30.685Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-25T02:06:30.917Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-25T02:06:31.202Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-25T02:06:31.464Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-25T02:06:31.742Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-25T02:06:32.039Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-25T02:06:32.286Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-25T02:06:32.542Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-25T02:06:32.789Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-25T02:06:35.653Z Locking 7 packages to latest Rust 1.96.0 compatible versions
2602026-06-25T02:06:35.653Z Adding client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2612026-06-25T02:06:35.653Z Adding ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2622026-06-25T02:06:35.653Z Adding ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2632026-06-25T02:06:35.653Z Adding ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2642026-06-25T02:06:35.653Z Adding mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2652026-06-25T02:06:35.653Z Adding mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2662026-06-25T02:06:35.653Z Adding mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
2672026-06-25T02:06:35.692Z Downloading crates ...
2682026-06-25T02:06:35.781Z Downloaded unicode-linebreak v0.1.5
2692026-06-25T02:06:35.785Z Downloaded thread-id v4.2.2
2702026-06-25T02:06:35.800Z Downloaded clap_builder v4.6.0
2712026-06-25T02:06:35.806Z Downloaded unicode-xid v0.2.6
2722026-06-25T02:06:35.807Z Downloaded toml_write v0.1.2
2732026-06-25T02:06:35.807Z Downloaded errno v0.3.14
2742026-06-25T02:06:35.807Z Downloaded anstyle-query v1.1.5
2752026-06-25T02:06:35.811Z Downloaded toml_edit v0.22.27
2762026-06-25T02:06:35.811Z Downloaded cpufeatures v0.2.17
2772026-06-25T02:06:35.815Z Downloaded bytecount v0.6.9
2782026-06-25T02:06:35.815Z Downloaded usdt-macro v0.5.0
2792026-06-25T02:06:35.819Z Downloaded zerofrom-derive v0.1.6
2802026-06-25T02:06:35.819Z Downloaded autocfg v1.5.0
2812026-06-25T02:06:35.819Z Downloaded form_urlencoded v1.2.2
2822026-06-25T02:06:35.819Z Downloaded block-buffer v0.10.4
2832026-06-25T02:06:35.819Z Downloaded utf8_iter v1.0.4
2842026-06-25T02:06:35.824Z Downloaded cargo_metadata v0.21.0
2852026-06-25T02:06:35.824Z Downloaded anstream v1.0.0
2862026-06-25T02:06:35.824Z Downloaded thiserror-impl v2.0.18
2872026-06-25T02:06:35.824Z Downloaded equivalent v1.0.2
2882026-06-25T02:06:35.824Z Downloaded cargo_toml v0.21.0
2892026-06-25T02:06:35.828Z Downloaded version_check v0.9.5
2902026-06-25T02:06:35.828Z Downloaded usdt-attr-macro v0.5.0
2912026-06-25T02:06:35.838Z Downloaded scroll_derive v0.12.1
2922026-06-25T02:06:35.838Z Downloaded thiserror v2.0.18
2932026-06-25T02:06:35.849Z Downloaded zerovec-derive v0.11.2
2942026-06-25T02:06:35.849Z Downloaded anstyle-parse v1.0.0
2952026-06-25T02:06:35.849Z Downloaded ucd-trie v0.1.7
2962026-06-25T02:06:35.849Z Downloaded quote v1.0.45
2972026-06-25T02:06:35.849Z Downloaded zerofrom v0.1.6
2982026-06-25T02:06:35.850Z Downloaded tinystr v0.8.2
2992026-06-25T02:06:35.850Z Downloaded thiserror v1.0.69
3002026-06-25T02:06:35.863Z Downloaded zmij v1.0.21
3012026-06-25T02:06:35.863Z Downloaded serde_tokenstream v0.2.3
3022026-06-25T02:06:35.863Z Downloaded writeable v0.6.2
3032026-06-25T02:06:35.863Z Downloaded smawk v0.3.2
3042026-06-25T02:06:35.863Z Downloaded digest v0.10.7
3052026-06-25T02:06:35.863Z Downloaded camino-tempfile v1.4.1
3062026-06-25T02:06:35.863Z Downloaded dtrace-parser v0.2.0
3072026-06-25T02:06:35.863Z Downloaded icu_properties_data v2.1.2
3082026-06-25T02:06:35.867Z Downloaded yoke v0.8.1
3092026-06-25T02:06:35.867Z Downloaded toml v0.8.23
3102026-06-25T02:06:35.867Z Downloaded generic-array v0.14.7
3112026-06-25T02:06:35.867Z Downloaded fnv v1.0.7
3122026-06-25T02:06:35.867Z Downloaded icu_properties v2.1.2
3132026-06-25T02:06:35.867Z Downloaded potential_utf v0.1.4
3142026-06-25T02:06:35.868Z Downloaded heck v0.5.0
3152026-06-25T02:06:35.868Z Downloaded stable_deref_trait v1.2.1
3162026-06-25T02:06:35.874Z Downloaded zerocopy-derive v0.7.35
3172026-06-25T02:06:35.878Z Downloaded clap_lex v1.0.0
3182026-06-25T02:06:35.878Z Downloaded zerotrie v0.2.3
3192026-06-25T02:06:35.878Z Downloaded anstyle v1.0.14
3202026-06-25T02:06:35.878Z Downloaded heck v0.4.1
3212026-06-25T02:06:35.878Z Downloaded typenum v1.19.0
3222026-06-25T02:06:35.886Z Downloaded tabled_derive v0.7.0
3232026-06-25T02:06:35.898Z Downloaded cargo-platform v0.2.0
3242026-06-25T02:06:35.898Z Downloaded idna_adapter v1.2.1
3252026-06-25T02:06:35.898Z Downloaded fastrand v2.3.0
3262026-06-25T02:06:35.898Z Downloaded cfg-if v1.0.4
3272026-06-25T02:06:35.898Z Downloaded pretty-hex v0.4.1
3282026-06-25T02:06:35.898Z Downloaded terminal_size v0.4.3
3292026-06-25T02:06:35.898Z Downloaded url v2.5.8
3302026-06-25T02:06:35.903Z Downloaded toml_datetime v0.6.11
3312026-06-25T02:06:35.903Z Downloaded thiserror-impl v1.0.69
3322026-06-25T02:06:35.903Z Downloaded percent-encoding v2.3.2
3332026-06-25T02:06:35.903Z Downloaded macaddr v1.0.1
3342026-06-25T02:06:35.903Z Downloaded is_terminal_polyfill v1.70.2
3352026-06-25T02:06:35.903Z Downloaded typeid v1.0.3
3362026-06-25T02:06:35.903Z Downloaded serde_spanned v0.6.9
3372026-06-25T02:06:35.903Z Downloaded crypto-common v0.1.7
3382026-06-25T02:06:35.906Z Downloaded zerovec v0.11.5
3392026-06-25T02:06:35.920Z Downloaded plain v0.2.3
3402026-06-25T02:06:35.920Z Downloaded swrite v0.1.0
3412026-06-25T02:06:35.920Z Downloaded memmap v0.7.0
3422026-06-25T02:06:35.927Z Downloaded clap v4.6.1
3432026-06-25T02:06:35.927Z Downloaded zerocopy v0.7.35
3442026-06-25T02:06:35.939Z Downloaded winnow v0.7.14
3452026-06-25T02:06:35.939Z Downloaded unicode-width v0.2.0
3462026-06-25T02:06:35.958Z Downloaded unicode-width v0.1.14
3472026-06-25T02:06:35.959Z Downloaded proc-macro-error-attr v1.0.4
3482026-06-25T02:06:35.959Z Downloaded yoke-derive v0.8.1
3492026-06-25T02:06:35.959Z Downloaded usdt-impl v0.5.0
3502026-06-25T02:06:35.959Z Downloaded anyhow v1.0.102
3512026-06-25T02:06:35.959Z Downloaded serde-value v0.7.0
3522026-06-25T02:06:35.959Z Downloaded utf8parse v0.2.2
3532026-06-25T02:06:35.959Z Downloaded fs-err v3.3.0
3542026-06-25T02:06:35.959Z Downloaded itoa v1.0.17
3552026-06-25T02:06:35.964Z Downloaded colorchoice v1.0.4
3562026-06-25T02:06:35.964Z Downloaded strsim v0.11.1
3572026-06-25T02:06:35.964Z Downloaded serde-untagged v0.1.9
3582026-06-25T02:06:35.964Z Downloaded displaydoc v0.2.5
3592026-06-25T02:06:35.964Z Downloaded ordered-float v2.10.1
3602026-06-25T02:06:35.973Z Downloaded dof v0.3.0
3612026-06-25T02:06:35.978Z Downloaded byteorder v1.5.0
3622026-06-25T02:06:35.984Z Downloaded cargo-util-schemas v0.8.2
3632026-06-25T02:06:35.998Z Downloaded erased-serde v0.4.9
3642026-06-25T02:06:35.998Z Downloaded sha2 v0.10.9
3652026-06-25T02:06:36.008Z Downloaded scroll v0.12.0
3662026-06-25T02:06:36.008Z Downloaded synstructure v0.13.2
3672026-06-25T02:06:36.008Z Downloaded proc-macro-error v1.0.4
3682026-06-25T02:06:36.029Z Downloaded once_cell v1.21.3
3692026-06-25T02:06:36.054Z Downloaded serde_core v1.0.228
3702026-06-25T02:06:36.054Z Downloaded bitflags v2.11.0
3712026-06-25T02:06:36.054Z Downloaded semver v1.0.28
3722026-06-25T02:06:36.054Z Downloaded litemap v0.8.1
3732026-06-25T02:06:36.070Z Downloaded clap_derive v4.6.1
3742026-06-25T02:06:36.070Z Downloaded tempfile v3.25.0
3752026-06-25T02:06:36.070Z Downloaded usdt v0.5.0
3762026-06-25T02:06:36.070Z Downloaded pest_generator v2.8.6
3772026-06-25T02:06:36.070Z Downloaded smallvec v1.15.1
3782026-06-25T02:06:36.088Z Downloaded getrandom v0.4.1
3792026-06-25T02:06:36.088Z Downloaded proc-macro2 v1.0.106
3802026-06-25T02:06:36.089Z Downloaded serde_derive v1.0.228
3812026-06-25T02:06:36.089Z Downloaded papergrid v0.11.0
3822026-06-25T02:06:36.089Z Downloaded num-traits v0.2.19
3832026-06-25T02:06:36.089Z Downloaded log v0.4.29
3842026-06-25T02:06:36.100Z Downloaded pest_meta v2.8.6
3852026-06-25T02:06:36.100Z Downloaded icu_normalizer_data v2.1.1
3862026-06-25T02:06:36.100Z Downloaded pest_derive v2.8.6
3872026-06-25T02:06:36.101Z Downloaded icu_locale_core v2.1.1
3882026-06-25T02:06:36.101Z Downloaded camino v1.2.2
3892026-06-25T02:06:36.101Z Downloaded icu_collections v2.1.1
3902026-06-25T02:06:36.106Z Downloaded memchr v2.8.0
3912026-06-25T02:06:36.111Z Downloaded icu_provider v2.1.1
3922026-06-25T02:06:36.141Z Downloaded serde v1.0.228
3932026-06-25T02:06:36.145Z Downloaded indexmap v2.14.0
3942026-06-25T02:06:36.187Z Downloaded idna v1.1.0
3952026-06-25T02:06:36.191Z Downloaded pest v2.8.6
3962026-06-25T02:06:36.191Z Downloaded goblin v0.8.2
3972026-06-25T02:06:36.191Z Downloaded serde_json v1.0.149
3982026-06-25T02:06:36.208Z Downloaded syn v1.0.109
3992026-06-25T02:06:36.224Z Downloaded tabled v0.15.0
4002026-06-25T02:06:36.228Z Downloaded syn v2.0.117
4012026-06-25T02:06:36.237Z Downloaded rustix v1.1.3
4022026-06-25T02:06:36.284Z Downloaded libc v0.2.185
4032026-06-25T02:06:36.406Z Downloaded unicode-ident v1.0.24
4042026-06-25T02:06:36.650Z Downloaded icu_normalizer v2.1.1
4052026-06-25T02:06:36.731Z Downloaded textwrap v0.16.2
4062026-06-25T02:06:36.772Z Downloaded hashbrown v0.17.0
4072026-06-25T02:06:36.821Z Compiling proc-macro2 v1.0.106
4082026-06-25T02:06:36.821Z Compiling quote v1.0.45
4092026-06-25T02:06:36.821Z Compiling unicode-ident v1.0.24
4102026-06-25T02:06:36.821Z Compiling serde_core v1.0.228
4112026-06-25T02:06:36.821Z Compiling libc v0.2.185
4122026-06-25T02:06:36.821Z Compiling version_check v0.9.5
4132026-06-25T02:06:36.825Z Compiling serde v1.0.228
4142026-06-25T02:06:36.825Z Compiling memchr v2.8.0
4152026-06-25T02:06:36.826Z Compiling stable_deref_trait v1.2.1
4162026-06-25T02:06:36.826Z Compiling zmij v1.0.21
4172026-06-25T02:06:37.006Z Compiling ucd-trie v0.1.7
4182026-06-25T02:06:37.013Z Compiling itoa v1.0.17
4192026-06-25T02:06:37.013Z Compiling thiserror v1.0.69
4202026-06-25T02:06:37.018Z Compiling autocfg v1.5.0
4212026-06-25T02:06:37.018Z Compiling litemap v0.8.1
4222026-06-25T02:06:37.201Z Compiling writeable v0.6.2
4232026-06-25T02:06:37.274Z Compiling rustix v1.1.3
4242026-06-25T02:06:37.482Z Compiling byteorder v1.5.0
4252026-06-25T02:06:37.491Z Compiling icu_properties_data v2.1.2
4262026-06-25T02:06:37.501Z Compiling icu_normalizer_data v2.1.1
4272026-06-25T02:06:37.533Z Compiling bitflags v2.11.0
4282026-06-25T02:06:37.585Z Compiling pest v2.8.6
4292026-06-25T02:06:37.667Z Compiling serde_json v1.0.149
4302026-06-25T02:06:37.784Z Compiling num-traits v0.2.19
4312026-06-25T02:06:37.790Z Compiling typeid v1.0.3
4322026-06-25T02:06:37.868Z Compiling equivalent v1.0.2
4332026-06-25T02:06:37.877Z Compiling hashbrown v0.17.0
4342026-06-25T02:06:37.903Z Compiling smallvec v1.15.1
4352026-06-25T02:06:37.951Z Compiling proc-macro-error-attr v1.0.4
4362026-06-25T02:06:37.955Z Compiling usdt-impl v0.5.0
4372026-06-25T02:06:38.007Z Compiling errno v0.3.14
4382026-06-25T02:06:38.013Z Compiling thread-id v4.2.2
4392026-06-25T02:06:38.046Z Compiling syn v1.0.109
4402026-06-25T02:06:38.082Z Compiling toml_write v0.1.2
4412026-06-25T02:06:38.116Z Compiling erased-serde v0.4.9
4422026-06-25T02:06:38.122Z Compiling winnow v0.7.14
4432026-06-25T02:06:38.167Z Compiling proc-macro-error v1.0.4
4442026-06-25T02:06:38.231Z Compiling utf8_iter v1.0.4
4452026-06-25T02:06:38.261Z Compiling percent-encoding v2.3.2
4462026-06-25T02:06:38.343Z Compiling log v0.4.29
4472026-06-25T02:06:38.366Z Compiling indexmap v2.14.0
4482026-06-25T02:06:38.419Z Compiling plain v0.2.3
4492026-06-25T02:06:38.434Z Compiling getrandom v0.4.1
4502026-06-25T02:06:38.468Z Compiling thiserror v2.0.18
4512026-06-25T02:06:38.474Z Compiling camino v1.2.2
4522026-06-25T02:06:38.499Z Compiling syn v2.0.117
4532026-06-25T02:06:38.520Z Compiling utf8parse v0.2.2
4542026-06-25T02:06:38.602Z Compiling form_urlencoded v1.2.2
4552026-06-25T02:06:38.651Z Compiling anstyle-parse v1.0.0
4562026-06-25T02:06:38.856Z Compiling pest_meta v2.8.6
4572026-06-25T02:06:38.883Z Compiling ordered-float v2.10.1
4582026-06-25T02:06:38.940Z Compiling pretty-hex v0.4.1
4592026-06-25T02:06:38.946Z Compiling cfg-if v1.0.4
4602026-06-25T02:06:38.947Z Compiling anstyle v1.0.14
4612026-06-25T02:06:38.947Z Compiling colorchoice v1.0.4
4622026-06-25T02:06:38.974Z Compiling anstyle-query v1.1.5
4632026-06-25T02:06:39.004Z Compiling is_terminal_polyfill v1.70.2
4642026-06-25T02:06:39.026Z Compiling terminal_size v0.4.3
4652026-06-25T02:06:39.102Z Compiling fs-err v3.3.0
4662026-06-25T02:06:39.103Z Compiling heck v0.4.1
4672026-06-25T02:06:39.119Z Compiling anstream v1.0.0
4682026-06-25T02:06:39.197Z Compiling unicode-xid v0.2.6
4692026-06-25T02:06:39.204Z Compiling fnv v1.0.7
4702026-06-25T02:06:39.212Z Compiling once_cell v1.21.3
4712026-06-25T02:06:39.234Z Compiling strsim v0.11.1
4722026-06-25T02:06:39.251Z Compiling clap_lex v1.0.0
4732026-06-25T02:06:39.289Z Compiling fastrand v2.3.0
4742026-06-25T02:06:39.418Z Compiling semver v1.0.28
4752026-06-25T02:06:39.494Z Compiling unicode-width v0.1.14
4762026-06-25T02:06:39.513Z Compiling heck v0.5.0
4772026-06-25T02:06:39.528Z Compiling anyhow v1.0.102
4782026-06-25T02:06:39.573Z Compiling bytecount v0.6.9
4792026-06-25T02:06:39.615Z Compiling tempfile v3.25.0
4802026-06-25T02:06:39.632Z Compiling clap_builder v4.6.0
4812026-06-25T02:06:39.727Z Compiling papergrid v0.11.0
4822026-06-25T02:06:39.758Z Compiling serde-untagged v0.1.9
4832026-06-25T02:06:39.774Z Compiling memmap v0.7.0
4842026-06-25T02:06:39.848Z Compiling unicode-width v0.2.0
4852026-06-25T02:06:39.859Z Compiling smawk v0.3.2
4862026-06-25T02:06:39.894Z Compiling unicode-linebreak v0.1.5
4872026-06-25T02:06:40.013Z Compiling camino-tempfile v1.4.1
4882026-06-25T02:06:40.018Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4892026-06-25T02:06:40.051Z Compiling swrite v0.1.0
4902026-06-25T02:06:40.102Z Compiling textwrap v0.16.2
4912026-06-25T02:06:40.371Z Compiling tabled_derive v0.7.0
4922026-06-25T02:06:41.965Z Compiling synstructure v0.13.2
4932026-06-25T02:06:41.965Z Compiling pest_generator v2.8.6
4942026-06-25T02:06:41.965Z Compiling tabled v0.15.0
4952026-06-25T02:06:41.965Z Compiling serde_derive v1.0.228
4962026-06-25T02:06:41.965Z Compiling zerofrom-derive v0.1.6
4972026-06-25T02:06:41.965Z Compiling yoke-derive v0.8.1
4982026-06-25T02:06:41.965Z Compiling zerovec-derive v0.11.2
4992026-06-25T02:06:41.965Z Compiling displaydoc v0.2.5
5002026-06-25T02:06:41.965Z Compiling thiserror-impl v1.0.69
5012026-06-25T02:06:41.965Z Compiling zerocopy-derive v0.7.35
5022026-06-25T02:06:41.965Z Compiling scroll_derive v0.12.1
5032026-06-25T02:06:41.965Z Compiling thiserror-impl v2.0.18
5042026-06-25T02:06:41.965Z Compiling clap_derive v4.6.1
5052026-06-25T02:06:41.966Z Compiling pest_derive v2.8.6
5062026-06-25T02:06:42.218Z Compiling scroll v0.12.0
5072026-06-25T02:06:42.383Z Compiling zerocopy v0.7.35
5082026-06-25T02:06:42.451Z Compiling goblin v0.8.2
5092026-06-25T02:06:42.579Z Compiling zerofrom v0.1.6
5102026-06-25T02:06:42.726Z Compiling yoke v0.8.1
5112026-06-25T02:06:42.772Z Compiling dtrace-parser v0.2.0
5122026-06-25T02:06:42.853Z Compiling zerovec v0.11.5
5132026-06-25T02:06:42.854Z Compiling zerotrie v0.2.3
5142026-06-25T02:06:43.009Z Compiling clap v4.6.1
5152026-06-25T02:06:43.277Z Compiling tinystr v0.8.2
5162026-06-25T02:06:43.277Z Compiling potential_utf v0.1.4
5172026-06-25T02:06:43.428Z Compiling icu_collections v2.1.1
5182026-06-25T02:06:43.458Z Compiling icu_locale_core v2.1.1
5192026-06-25T02:06:43.970Z Compiling icu_provider v2.1.1
5202026-06-25T02:06:44.162Z Compiling icu_properties v2.1.2
5212026-06-25T02:06:44.162Z Compiling icu_normalizer v2.1.1
5222026-06-25T02:06:44.195Z Compiling dof v0.3.0
5232026-06-25T02:06:44.200Z Compiling serde_tokenstream v0.2.3
5242026-06-25T02:06:44.200Z Compiling toml_datetime v0.6.11
5252026-06-25T02:06:44.200Z Compiling serde_spanned v0.6.9
5262026-06-25T02:06:44.200Z Compiling serde-value v0.7.0
5272026-06-25T02:06:44.200Z Compiling cargo-platform v0.2.0
5282026-06-25T02:06:44.200Z Compiling macaddr v1.0.1
5292026-06-25T02:06:44.432Z Compiling toml_edit v0.22.27
5302026-06-25T02:06:44.887Z Compiling usdt-attr-macro v0.5.0
5312026-06-25T02:06:44.908Z Compiling usdt-macro v0.5.0
5322026-06-25T02:06:44.959Z Compiling idna_adapter v1.2.1
5332026-06-25T02:06:45.065Z Compiling idna v1.1.0
5342026-06-25T02:06:45.316Z Compiling url v2.5.8
5352026-06-25T02:06:45.491Z Compiling usdt v0.5.0
5362026-06-25T02:06:45.679Z Compiling toml v0.8.23
5372026-06-25T02:06:46.029Z Compiling cargo-util-schemas v0.8.2
5382026-06-25T02:06:46.029Z Compiling cargo_toml v0.21.0
5392026-06-25T02:06:46.780Z Compiling cargo_metadata v0.21.0
5402026-06-25T02:06:47.705Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5412026-06-25T02:06:49.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.91s
5422026-06-25T02:06:50.016Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5432026-06-25T02:06:51.998Z Downloading crates ...
5442026-06-25T02:06:52.032Z Downloaded arc-swap v1.8.2
5452026-06-25T02:06:52.032Z Downloaded cbc v0.1.2
5462026-06-25T02:06:52.032Z Downloaded async-trait v0.1.89
5472026-06-25T02:06:52.035Z Downloaded console v0.15.11
5482026-06-25T02:06:52.035Z Downloaded base16ct v0.2.0
5492026-06-25T02:06:52.035Z Downloaded aes v0.8.4
5502026-06-25T02:06:52.035Z Downloaded ed25519 v2.2.3
5512026-06-25T02:06:52.035Z Downloaded display-error-chain v0.2.2
5522026-06-25T02:06:52.035Z Downloaded cexpr v0.6.0
5532026-06-25T02:06:52.035Z Downloaded bzip2 v0.4.4
5542026-06-25T02:06:52.035Z Downloaded bumpalo v3.20.2
5552026-06-25T02:06:52.035Z Downloaded colored v2.2.0
5562026-06-25T02:06:52.035Z Downloaded downcast-rs v2.0.2
5572026-06-25T02:06:52.035Z Downloaded darling v0.13.4
5582026-06-25T02:06:52.035Z Downloaded adler2 v2.0.1
5592026-06-25T02:06:52.035Z Downloaded crunchy v0.2.4
5602026-06-25T02:06:52.035Z Downloaded erased-serde v0.3.31
5612026-06-25T02:06:52.035Z Downloaded critical-section v1.2.0
5622026-06-25T02:06:52.035Z Downloaded crossbeam-epoch v0.9.18
5632026-06-25T02:06:52.035Z Downloaded fixedbitset v0.4.2
5642026-06-25T02:06:52.036Z Downloaded bitflags v1.3.2
5652026-06-25T02:06:52.036Z Downloaded document-features v0.2.12
5662026-06-25T02:06:52.036Z Downloaded diesel v2.3.7
5672026-06-25T02:06:52.036Z Downloaded fatfs v0.3.6
5682026-06-25T02:06:52.036Z Downloaded crossterm v0.29.0
5692026-06-25T02:06:52.036Z Downloaded either v1.15.0
5702026-06-25T02:06:52.036Z Downloaded dirs-next v2.0.0
5712026-06-25T02:06:52.036Z Downloaded defmt-parser v1.0.0
5722026-06-25T02:06:52.036Z Downloaded camino-tempfile-ext v0.3.3
5732026-06-25T02:06:52.036Z Downloaded bcrypt-pbkdf v0.10.0
5742026-06-25T02:06:52.036Z Downloaded atomicwrites v0.4.4
5752026-06-25T02:06:52.036Z Downloaded float-cmp v0.10.0
5762026-06-25T02:06:52.036Z Downloaded atomic-waker v1.1.2
5772026-06-25T02:06:52.039Z Downloaded aead v0.5.2
5782026-06-25T02:06:52.039Z Downloaded derive-ex v0.1.8
5792026-06-25T02:06:52.039Z Downloaded dirs-sys-next v0.1.2
5802026-06-25T02:06:52.039Z Downloaded darling v0.20.11
5812026-06-25T02:06:52.039Z Downloaded compression-codecs v0.4.37
5822026-06-25T02:06:52.039Z Downloaded cookie v0.18.1
5832026-06-25T02:06:52.039Z Downloaded dunce v1.0.5
5842026-06-25T02:06:52.039Z Downloaded fallible-iterator v0.2.0
5852026-06-25T02:06:52.039Z Downloaded bitfield-macros v0.19.4
5862026-06-25T02:06:52.039Z Downloaded enum-as-inner v0.6.1
5872026-06-25T02:06:52.039Z Downloaded dropshot-api-manager-types v0.7.2
5882026-06-25T02:06:52.039Z Downloaded debug-ignore v1.0.5
5892026-06-25T02:06:52.039Z Downloaded blowfish v0.9.1
5902026-06-25T02:06:52.039Z Downloaded async-bb8-diesel v0.2.1
5912026-06-25T02:06:52.039Z Downloaded async-stream-impl v0.3.6
5922026-06-25T02:06:52.039Z Downloaded ctr v0.9.2
5932026-06-25T02:06:52.040Z Downloaded ff v0.13.1
5942026-06-25T02:06:52.040Z Downloaded derive_builder_core v0.20.2
5952026-06-25T02:06:52.040Z Downloaded buf-list v1.1.2
5962026-06-25T02:06:52.040Z Downloaded blake2 v0.10.6
5972026-06-25T02:06:52.040Z Downloaded base64ct v1.8.3
5982026-06-25T02:06:52.040Z Downloaded allocator-api2 v0.2.21
5992026-06-25T02:06:52.041Z Downloaded foreign-types-shared v0.3.1
6002026-06-25T02:06:52.041Z Downloaded darling_core v0.13.4
6012026-06-25T02:06:52.041Z Downloaded cpufeatures v0.3.0
6022026-06-25T02:06:52.041Z Downloaded async-recursion v1.1.1
6032026-06-25T02:06:52.041Z Downloaded anstream v0.6.21
6042026-06-25T02:06:52.041Z Downloaded env_logger v0.11.9
6052026-06-25T02:06:52.041Z Downloaded ecdsa v0.16.9
6062026-06-25T02:06:52.041Z Downloaded darling_core v0.23.0
6072026-06-25T02:06:52.041Z Downloaded foreign-types-shared v0.1.1
6082026-06-25T02:06:52.041Z Downloaded dropshot-api-manager v0.7.2
6092026-06-25T02:06:52.041Z Downloaded der v0.7.10
6102026-06-25T02:06:52.041Z Downloaded cc v1.2.56
6112026-06-25T02:06:52.041Z Downloaded derive_more v2.1.1
6122026-06-25T02:06:52.041Z Downloaded chrono v0.4.44
6132026-06-25T02:06:52.041Z Downloaded const_format_proc_macros v0.2.34
6142026-06-25T02:06:52.042Z Downloaded getrandom v0.2.17
6152026-06-25T02:06:52.042Z Downloaded http-body v1.0.1
6162026-06-25T02:06:52.042Z Downloaded cipher v0.4.4
6172026-06-25T02:06:52.042Z Downloaded console v0.16.2
6182026-06-25T02:06:52.042Z Downloaded array-init v0.0.4
6192026-06-25T02:06:52.042Z Downloaded futures-core v0.3.32
6202026-06-25T02:06:52.042Z Downloaded blake3 v1.8.5
6212026-06-25T02:06:52.042Z Downloaded crossbeam-deque v0.8.6
6222026-06-25T02:06:52.042Z Downloaded cargo_metadata v0.23.1
6232026-06-25T02:06:52.042Z Downloaded group v0.13.0
6242026-06-25T02:06:52.042Z Downloaded futures-io v0.3.32
6252026-06-25T02:06:52.042Z Downloaded difflib v0.4.0
6262026-06-25T02:06:52.042Z Downloaded bindgen v0.71.1
6272026-06-25T02:06:52.042Z Downloaded compact_str v0.8.1
6282026-06-25T02:06:52.042Z Downloaded convert_case v0.4.0
6292026-06-25T02:06:52.042Z Downloaded crucible-workspace-hack v0.1.0
6302026-06-25T02:06:52.049Z Downloaded hickory-proto v0.25.2
6312026-06-25T02:06:52.049Z Downloaded heapless v0.7.17
6322026-06-25T02:06:52.049Z Downloaded heapless v0.8.0
6332026-06-25T02:06:52.049Z Downloaded home v0.5.12
6342026-06-25T02:06:52.049Z Downloaded httpdate v1.0.3
6352026-06-25T02:06:52.049Z Downloaded half v1.8.3
6362026-06-25T02:06:52.050Z Downloaded crossbeam-utils v0.8.21
6372026-06-25T02:06:52.050Z Downloaded crc32fast v1.5.0
6382026-06-25T02:06:52.050Z Downloaded crc v3.4.0
6392026-06-25T02:06:52.050Z Downloaded http-range v0.1.5
6402026-06-25T02:06:52.050Z Downloaded instability v0.3.11
6412026-06-25T02:06:52.050Z Downloaded fs_extra v1.3.0
6422026-06-25T02:06:52.050Z Downloaded chrono-tz v0.10.4
6432026-06-25T02:06:52.050Z Downloaded hyper-util v0.1.20
6442026-06-25T02:06:52.074Z Downloaded bb8 v0.8.6
6452026-06-25T02:06:52.074Z Downloaded const_format v0.2.35
6462026-06-25T02:06:52.074Z Downloaded instant v0.1.13
6472026-06-25T02:06:52.074Z Downloaded crc-catalog v2.4.0
6482026-06-25T02:06:52.074Z Downloaded endian-type v0.1.2
6492026-06-25T02:06:52.074Z Downloaded dtrace-parser v0.3.0
6502026-06-25T02:06:52.074Z Downloaded curve25519-dalek-derive v0.1.1
6512026-06-25T02:06:52.074Z Downloaded crossterm v0.28.1
6522026-06-25T02:06:52.074Z Downloaded is-terminal v0.4.17
6532026-06-25T02:06:52.074Z Downloaded aho-corasick v1.1.4
6542026-06-25T02:06:52.074Z Downloaded bit-set v0.5.3
6552026-06-25T02:06:52.074Z Downloaded fd-lock v4.0.4
6562026-06-25T02:06:52.074Z Downloaded indexmap v1.9.3
6572026-06-25T02:06:52.074Z Downloaded foldhash v0.2.0
6582026-06-25T02:06:52.074Z Downloaded chacha20 v0.9.1
6592026-06-25T02:06:52.074Z Downloaded bitfield-struct v0.6.2
6602026-06-25T02:06:52.074Z Downloaded async-compression v0.4.41
6612026-06-25T02:06:52.075Z Downloaded foldhash v0.1.5
6622026-06-25T02:06:52.075Z Downloaded data-encoding v2.10.0
6632026-06-25T02:06:52.075Z Downloaded env_filter v1.0.0
6642026-06-25T02:06:52.075Z Downloaded darling_core v0.21.3
6652026-06-25T02:06:52.075Z Downloaded foreign-types v0.5.0
6662026-06-25T02:06:52.075Z Downloaded aes-gcm v0.10.3
6672026-06-25T02:06:52.075Z Downloaded ciborium-ll v0.2.2
6682026-06-25T02:06:52.075Z Downloaded aws-lc-rs v1.16.3
6692026-06-25T02:06:52.075Z Downloaded cassowary v0.3.0
6702026-06-25T02:06:52.076Z Downloaded cmake v0.1.57
6712026-06-25T02:06:52.076Z Downloaded bit-vec v0.8.0
6722026-06-25T02:06:52.076Z Downloaded constant_time_eq v0.4.2
6732026-06-25T02:06:52.076Z Downloaded assert_matches v1.5.0
6742026-06-25T02:06:52.076Z Downloaded foreign-types v0.3.2
6752026-06-25T02:06:52.076Z Downloaded ar_archive_writer v0.5.1
6762026-06-25T02:06:52.076Z Downloaded chacha20poly1305 v0.10.1
6772026-06-25T02:06:52.076Z Downloaded hickory-proto v0.24.4
6782026-06-25T02:06:52.076Z Downloaded jiff v0.2.21
6792026-06-25T02:06:52.076Z Downloaded hashbrown v0.15.5
6802026-06-25T02:06:52.076Z Downloaded compression-core v0.4.31
6812026-06-25T02:06:52.076Z Downloaded diff v0.1.13
6822026-06-25T02:06:52.076Z Downloaded deranged v0.5.8
6832026-06-25T02:06:52.076Z Downloaded fxhash v0.2.1
6842026-06-25T02:06:52.076Z Downloaded des v0.8.1
6852026-06-25T02:06:52.076Z Downloaded dof v0.4.0
6862026-06-25T02:06:52.076Z Downloaded darling_macro v0.20.11
6872026-06-25T02:06:52.076Z Downloaded darling v0.23.0
6882026-06-25T02:06:52.076Z Downloaded fixedbitset v0.5.7
6892026-06-25T02:06:52.076Z Downloaded colored v3.1.1
6902026-06-25T02:06:52.076Z Downloaded derive_more v0.99.20
6912026-06-25T02:06:52.076Z Downloaded diesel_derives v2.3.7
6922026-06-25T02:06:52.076Z Downloaded defmt v1.0.1
6932026-06-25T02:06:52.077Z Downloaded bitfield v0.19.4
6942026-06-25T02:06:52.077Z Downloaded hex-literal v0.4.1
6952026-06-25T02:06:52.077Z Downloaded drift v0.2.0
6962026-06-25T02:06:52.077Z Downloaded glob v0.3.3
6972026-06-25T02:06:52.077Z Downloaded csv-core v0.1.13
6982026-06-25T02:06:52.077Z Downloaded backon v1.6.0
6992026-06-25T02:06:52.077Z Downloaded lalrpop-util v0.19.12
7002026-06-25T02:06:52.077Z Downloaded bcs v0.1.6
7012026-06-25T02:06:52.077Z Downloaded arrayvec v0.7.6
7022026-06-25T02:06:52.077Z Downloaded filetime v0.2.27
7032026-06-25T02:06:52.077Z Downloaded getrandom v0.3.4
7042026-06-25T02:06:52.077Z Downloaded defmt-macros v1.0.1
7052026-06-25T02:06:52.077Z Downloaded ident_case v1.0.1
7062026-06-25T02:06:52.077Z Downloaded futures v0.3.32
7072026-06-25T02:06:52.077Z Downloaded lru v0.12.5
7082026-06-25T02:06:52.077Z Downloaded indoc v1.0.9
7092026-06-25T02:06:52.077Z Downloaded chacha20 v0.10.0
7102026-06-25T02:06:52.077Z Downloaded ignore v0.4.25
7112026-06-25T02:06:52.077Z Downloaded globset v0.4.18
7122026-06-25T02:06:52.077Z Downloaded lazy_static v1.5.0
7132026-06-25T02:06:52.077Z Downloaded byte-wrapper v0.1.0
7142026-06-25T02:06:52.077Z Downloaded hashbrown v0.12.3
7152026-06-25T02:06:52.077Z Downloaded futures-channel v0.3.32
7162026-06-25T02:06:52.077Z Downloaded hash32 v0.2.1
7172026-06-25T02:06:52.077Z Downloaded hostname v0.3.1
7182026-06-25T02:06:52.077Z Downloaded gethostname v0.5.0
7192026-06-25T02:06:52.078Z Downloaded futures-macro v0.3.32
7202026-06-25T02:06:52.078Z Downloaded dsl_auto_type v0.2.0
7212026-06-25T02:06:52.078Z Downloaded cargo-platform v0.3.2
7222026-06-25T02:06:52.078Z Downloaded bitvec v1.0.1
7232026-06-25T02:06:52.078Z Downloaded hkdf v0.12.4
7242026-06-25T02:06:52.078Z Downloaded futures-util v0.3.32
7252026-06-25T02:06:52.078Z Downloaded newtype-uuid-macros v0.1.0
7262026-06-25T02:06:52.078Z Downloaded mime v0.3.17
7272026-06-25T02:06:52.078Z Downloaded jobserver v0.1.34
7282026-06-25T02:06:52.078Z Downloaded embedded-io v0.6.1
7292026-06-25T02:06:52.078Z Downloaded is_ci v1.2.0
7302026-06-25T02:06:52.078Z Downloaded hyper-tls v0.6.0
7312026-06-25T02:06:52.078Z Downloaded itertools v0.13.0
7322026-06-25T02:06:52.078Z Downloaded maybe-uninit v2.0.0
7332026-06-25T02:06:52.078Z Downloaded libsw v3.5.0
7342026-06-25T02:06:52.078Z Downloaded der_derive v0.7.3
7352026-06-25T02:06:52.078Z Downloaded maplit v1.0.2
7362026-06-25T02:06:52.078Z Downloaded fs-err v2.11.0
7372026-06-25T02:06:52.078Z Downloaded newtype_derive v0.1.6
7382026-06-25T02:06:52.078Z Downloaded keccak v0.1.6
7392026-06-25T02:06:52.078Z Downloaded lzss v0.8.2
7402026-06-25T02:06:52.078Z Downloaded itertools v0.10.5
7412026-06-25T02:06:52.078Z Downloaded internet-checksum v0.2.1
7422026-06-25T02:06:52.078Z Downloaded md5 v0.7.0
7432026-06-25T02:06:52.078Z Downloaded moka v0.12.13
7442026-06-25T02:06:52.115Z Downloaded normalize-line-endings v0.3.0
7452026-06-25T02:06:52.115Z Downloaded bit-vec v0.6.3
7462026-06-25T02:06:52.115Z Downloaded num-derive v0.4.2
7472026-06-25T02:06:52.115Z Downloaded memoffset v0.9.1
7482026-06-25T02:06:52.115Z Downloaded multer v3.1.0
7492026-06-25T02:06:52.116Z Downloaded kstat-rs v0.2.4
7502026-06-25T02:06:52.116Z Downloaded ingot-types v0.1.2
7512026-06-25T02:06:52.116Z Downloaded match_cfg v0.1.0
7522026-06-25T02:06:52.116Z Downloaded libscf-sys v1.1.0
7532026-06-25T02:06:52.116Z Downloaded httparse v1.10.1
7542026-06-25T02:06:52.116Z Downloaded num-derive v0.3.3
7552026-06-25T02:06:52.116Z Downloaded libefi-sys v0.1.0
7562026-06-25T02:06:52.116Z Downloaded h2 v0.4.13
7572026-06-25T02:06:52.116Z Downloaded num-iter v0.1.45
7582026-06-25T02:06:52.116Z Downloaded nom v8.0.0
7592026-06-25T02:06:52.116Z Downloaded openssl-macros v0.1.1
7602026-06-25T02:06:52.116Z Downloaded opaque-debug v0.3.1
7612026-06-25T02:06:52.116Z Downloaded num-bigint-dig v0.8.6
7622026-06-25T02:06:52.116Z Downloaded futures-executor v0.3.32
7632026-06-25T02:06:52.116Z Downloaded p256 v0.13.2
7642026-06-25T02:06:52.116Z Downloaded num_enum v0.7.6
7652026-06-25T02:06:52.116Z Downloaded mime_guess v2.0.5
7662026-06-25T02:06:52.116Z Downloaded nibble_vec v0.1.0
7672026-06-25T02:06:52.117Z Downloaded miniz_oxide v0.8.9
7682026-06-25T02:06:52.117Z Downloaded git-stub-vcs v0.1.0
7692026-06-25T02:06:52.117Z Downloaded num_enum_derive v0.5.11
7702026-06-25T02:06:52.117Z Downloaded linear-map v1.2.0
7712026-06-25T02:06:52.117Z Downloaded curve25519-dalek v4.1.3
7722026-06-25T02:06:52.117Z Downloaded oso-derive v0.27.3
7732026-06-25T02:06:52.117Z Downloaded newtype-uuid v1.3.2
7742026-06-25T02:06:52.117Z Downloaded nanorand v0.7.0
7752026-06-25T02:06:52.117Z Downloaded multimap v0.10.1
7762026-06-25T02:06:52.117Z Downloaded pbkdf2 v0.11.0
7772026-06-25T02:06:52.117Z Downloaded hickory-server v0.25.2
7782026-06-25T02:06:52.117Z Downloaded path-slash v0.1.5
7792026-06-25T02:06:52.118Z Downloaded openssl-probe v0.2.1
7802026-06-25T02:06:52.118Z Downloaded packed_struct v0.10.1
7812026-06-25T02:06:52.118Z Downloaded num-complex v0.4.6
7822026-06-25T02:06:52.118Z Downloaded dyn-clone v1.0.20
7832026-06-25T02:06:52.118Z Downloaded num_enum_derive v0.7.6
7842026-06-25T02:06:52.118Z Downloaded openssl-sys v0.9.115
7852026-06-25T02:06:52.118Z Downloaded petgraph v0.8.3
7862026-06-25T02:06:52.118Z Downloaded password-hash v0.4.2
7872026-06-25T02:06:52.118Z Downloaded pem-rfc7468 v0.7.0
7882026-06-25T02:06:52.118Z Downloaded num-bigint v0.4.6
7892026-06-25T02:06:52.118Z Downloaded password-hash v0.5.0
7902026-06-25T02:06:52.118Z Downloaded phf_shared v0.12.1
7912026-06-25T02:06:52.118Z Downloaded peg-runtime v0.8.5
7922026-06-25T02:06:52.118Z Downloaded hubpack_derive v0.1.1
7932026-06-25T02:06:52.118Z Downloaded libloading v0.8.9
7942026-06-25T02:06:52.118Z Downloaded peg-macros v0.8.5
7952026-06-25T02:06:52.118Z Downloaded darling_macro v0.23.0
7962026-06-25T02:06:52.118Z Downloaded embedded-io v0.4.0
7972026-06-25T02:06:52.118Z Downloaded derive_builder_macro v0.20.2
7982026-06-25T02:06:52.118Z Downloaded minimal-lexical v0.2.1
7992026-06-25T02:06:52.118Z Downloaded defmt v0.3.100
8002026-06-25T02:06:52.118Z Downloaded hickory-resolver v0.25.2
8012026-06-25T02:06:52.118Z Downloaded pin-utils v0.1.0
8022026-06-25T02:06:52.118Z Downloaded phf_shared v0.13.1
8032026-06-25T02:06:52.118Z Downloaded hyper-rustls v0.27.7
8042026-06-25T02:06:52.118Z Downloaded md-5 v0.10.6
8052026-06-25T02:06:52.118Z Downloaded illumos-nvpair v0.3.0
8062026-06-25T02:06:52.119Z Downloaded http v1.4.0
8072026-06-25T02:06:52.119Z Downloaded darling_macro v0.21.3
8082026-06-25T02:06:52.119Z Downloaded hashbrown v0.13.2
8092026-06-25T02:06:52.119Z Downloaded darling_macro v0.13.4
8102026-06-25T02:06:52.119Z Downloaded managed v0.8.0
8112026-06-25T02:06:52.119Z Downloaded linked-hash-map v0.5.6
8122026-06-25T02:06:52.119Z Downloaded num_threads v0.1.7
8132026-06-25T02:06:52.119Z Downloaded jiff-static v0.2.21
8142026-06-25T02:06:52.119Z Downloaded owo-colors v4.3.0
8152026-06-25T02:06:52.119Z Downloaded ipnet v2.11.0
8162026-06-25T02:06:52.119Z Downloaded memmap2 v0.9.10
8172026-06-25T02:06:52.119Z Downloaded globwalk v0.9.1
8182026-06-25T02:06:52.119Z Downloaded flagset v0.4.7
8192026-06-25T02:06:52.121Z Downloaded crc8 v0.1.1
8202026-06-25T02:06:52.121Z Downloaded indicatif v0.18.4
8212026-06-25T02:06:52.121Z Downloaded libsw-core v0.3.2
8222026-06-25T02:06:52.121Z Downloaded headers-core v0.3.0
8232026-06-25T02:06:52.121Z Downloaded pin-project-internal v1.1.11
8242026-06-25T02:06:52.122Z Downloaded oso v0.27.3
8252026-06-25T02:06:52.122Z Downloaded openssl-probe v0.1.6
8262026-06-25T02:06:52.122Z Downloaded illumos-nvpair-sys v0.2.0
8272026-06-25T02:06:52.122Z Downloaded phf_shared v0.11.3
8282026-06-25T02:06:52.122Z Downloaded futures-task v0.3.32
8292026-06-25T02:06:52.122Z Downloaded parse-size v1.1.0
8302026-06-25T02:06:52.122Z Downloaded parse-display v0.10.0
8312026-06-25T02:06:52.122Z Downloaded cstr-argument v0.1.2
8322026-06-25T02:06:52.122Z Downloaded find-msvc-tools v0.1.9
8332026-06-25T02:06:52.122Z Downloaded predicates v3.1.4
8342026-06-25T02:06:52.122Z Downloaded darling v0.21.3
8352026-06-25T02:06:52.122Z Downloaded indent_write v2.2.0
8362026-06-25T02:06:52.122Z Downloaded diesel_table_macro_syntax v0.3.0
8372026-06-25T02:06:52.122Z Downloaded proc-macro-crate v1.3.1
8382026-06-25T02:06:52.122Z Downloaded hmac v0.12.1
8392026-06-25T02:06:52.122Z Downloaded oxnet v0.1.6
8402026-06-25T02:06:52.122Z Downloaded parse-display-derive v0.10.0
8412026-06-25T02:06:52.122Z Downloaded lock_api v0.4.14
8422026-06-25T02:06:52.122Z Downloaded parking_lot_core v0.9.12
8432026-06-25T02:06:52.122Z Downloaded num-integer v0.1.46
8442026-06-25T02:06:52.174Z Downloaded parking_lot v0.11.2
8452026-06-25T02:06:52.174Z Downloaded float-ord v0.3.2
8462026-06-25T02:06:52.174Z Downloaded parking_lot v0.12.5
8472026-06-25T02:06:52.174Z Downloaded git2 v0.20.4
8482026-06-25T02:06:52.174Z Downloaded oxide-tokio-rt v0.1.4
8492026-06-25T02:06:52.174Z Downloaded diesel-dtrace v0.5.0
8502026-06-25T02:06:52.174Z Downloaded daft-derive v0.1.7
8512026-06-25T02:06:52.174Z Downloaded powerfmt v0.2.0
8522026-06-25T02:06:52.174Z Downloaded pem v3.0.6
8532026-06-25T02:06:52.174Z Downloaded quick-error v1.2.3
8542026-06-25T02:06:52.174Z Downloaded hyper v1.8.1
8552026-06-25T02:06:52.175Z Downloaded hex v0.4.3
8562026-06-25T02:06:52.175Z Downloaded newline-converter v0.3.0
8572026-06-25T02:06:52.175Z Downloaded libxml v0.3.3
8582026-06-25T02:06:52.175Z Downloaded num-rational v0.4.2
8592026-06-25T02:06:52.175Z Downloaded pkcs8 v0.10.2
8602026-06-25T02:06:52.175Z Downloaded ena v0.14.4
8612026-06-25T02:06:52.175Z Downloaded async-stream v0.3.6
8622026-06-25T02:06:52.175Z Downloaded prefix-trie v0.7.0
8632026-06-25T02:06:52.175Z Downloaded futures-sink v0.3.32
8642026-06-25T02:06:52.175Z Downloaded psl-types v2.0.11
8652026-06-25T02:06:52.175Z Downloaded hash32 v0.3.1
8662026-06-25T02:06:52.175Z Downloaded pkcs1 v0.7.5
8672026-06-25T02:06:52.175Z Downloaded radium v0.7.0
8682026-06-25T02:06:52.175Z Downloaded predicates-core v1.0.10
8692026-06-25T02:06:52.175Z Downloaded inout v0.1.4
8702026-06-25T02:06:52.175Z Downloaded funty v2.0.0
8712026-06-25T02:06:52.175Z Downloaded iddqd v0.4.2
8722026-06-25T02:06:52.175Z Downloaded proc-macro-crate v3.4.0
8732026-06-25T02:06:52.175Z Downloaded postgres-protocol v0.6.10
8742026-06-25T02:06:52.175Z Downloaded precomputed-hash v0.1.1
8752026-06-25T02:06:52.175Z Downloaded mio v1.2.0
8762026-06-25T02:06:52.175Z Downloaded elliptic-curve v0.13.8
8772026-06-25T02:06:52.175Z Downloaded quinn-udp v0.5.14
8782026-06-25T02:06:52.175Z Downloaded crc-any v2.5.0
8792026-06-25T02:06:52.175Z Downloaded nonempty v0.12.0
8802026-06-25T02:06:52.175Z Downloaded convert_case v0.10.0
8812026-06-25T02:06:52.175Z Downloaded libm v0.2.16
8822026-06-25T02:06:52.176Z Downloaded progenitor-client v0.14.0
8832026-06-25T02:06:52.176Z Downloaded ipnetwork v0.21.1
8842026-06-25T02:06:52.176Z Downloaded ingot v0.1.1
8852026-06-25T02:06:52.176Z Downloaded impl-trait-for-tuples v0.2.3
8862026-06-25T02:06:52.176Z Downloaded psm v0.1.30
8872026-06-25T02:06:52.176Z Downloaded hubpack v0.1.2
8882026-06-25T02:06:52.176Z Downloaded cookie_store v0.22.1
8892026-06-25T02:06:52.176Z Downloaded http-body-util v0.1.3
8902026-06-25T02:06:52.176Z Downloaded arrayref v0.3.9
8912026-06-25T02:06:52.176Z Downloaded pin-project-lite v0.2.17
8922026-06-25T02:06:52.176Z Downloaded rand_chacha v0.3.1
8932026-06-25T02:06:52.176Z Downloaded pbkdf2 v0.12.2
8942026-06-25T02:06:52.176Z Downloaded olpc-cjson v0.1.4
8952026-06-25T02:06:52.176Z Downloaded backoff v0.4.0
8962026-06-25T02:06:52.176Z Downloaded native-tls v0.2.18
8972026-06-25T02:06:52.176Z Downloaded argon2 v0.5.3
8982026-06-25T02:06:52.176Z Downloaded progenitor-impl v0.13.0
8992026-06-25T02:06:52.176Z Downloaded itertools v0.14.0
9002026-06-25T02:06:52.177Z Downloaded progenitor v0.14.0
9012026-06-25T02:06:52.177Z Downloaded rtoolbox v0.0.3
9022026-06-25T02:06:52.177Z Downloaded ciborium v0.2.2
9032026-06-25T02:06:52.177Z Downloaded proc-macro-error-attr2 v2.0.0
9042026-06-25T02:06:52.177Z Downloaded daft v0.1.7
9052026-06-25T02:06:52.177Z Downloaded progenitor-client v0.13.0
9062026-06-25T02:06:52.177Z Downloaded ppv-lite86 v0.2.21
9072026-06-25T02:06:52.177Z Downloaded pkg-config v0.3.32
9082026-06-25T02:06:52.177Z Downloaded packed_struct_codegen v0.10.1
9092026-06-25T02:06:52.177Z Downloaded corncobs v0.1.4
9102026-06-25T02:06:52.177Z Downloaded ingot-macros v0.1.1
9112026-06-25T02:06:52.177Z Downloaded goblin v0.10.5
9122026-06-25T02:06:52.177Z Downloaded progenitor-macro v0.13.0
9132026-06-25T02:06:52.177Z Downloaded progenitor v0.13.0
9142026-06-25T02:06:52.177Z Downloaded pretty_assertions v1.4.1
9152026-06-25T02:06:52.177Z Downloaded rustc-hash v2.1.1
9162026-06-25T02:06:52.177Z Downloaded predicates-tree v1.0.13
9172026-06-25T02:06:52.177Z Downloaded ref-cast-impl v1.0.25
9182026-06-25T02:06:52.177Z Downloaded ref-cast v1.0.25
9192026-06-25T02:06:52.177Z Downloaded rustc_version v0.1.7
9202026-06-25T02:06:52.177Z Downloaded humantime v2.3.0
9212026-06-25T02:06:52.177Z Downloaded bit-set v0.8.0
9222026-06-25T02:06:52.177Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-06-25T02:06:52.177Z Downloaded derive-where v1.6.0
9242026-06-25T02:06:52.177Z Downloaded rustc_version v0.4.1
9252026-06-25T02:06:52.177Z Downloaded rfc6979 v0.4.0
9262026-06-25T02:06:52.177Z Downloaded block-padding v0.3.3
9272026-06-25T02:06:52.177Z Downloaded atty v0.2.14
9282026-06-25T02:06:52.178Z Downloaded crypto-bigint v0.5.5
9292026-06-25T02:06:52.178Z Downloaded cobs v0.3.0
9302026-06-25T02:06:52.178Z Downloaded clang-sys v1.8.1
9312026-06-25T02:06:52.178Z Downloaded nu-ansi-term v0.50.3
9322026-06-25T02:06:52.178Z Downloaded dropshot_endpoint v0.17.0
9332026-06-25T02:06:52.178Z Downloaded postcard v1.1.3
9342026-06-25T02:06:52.178Z Downloaded poly1305 v0.8.0
9352026-06-25T02:06:52.178Z Downloaded ciborium-io v0.2.2
9362026-06-25T02:06:52.178Z Downloaded castaway v0.2.4
9372026-06-25T02:06:52.178Z Downloaded rand_xorshift v0.4.0
9382026-06-25T02:06:52.178Z Downloaded litrs v1.0.0
9392026-06-25T02:06:52.178Z Downloaded proc-macro-error2 v2.0.1
9402026-06-25T02:06:52.178Z Downloaded resolv-conf v0.7.6
9412026-06-25T02:06:52.178Z Downloaded scrypt v0.11.0
9422026-06-25T02:06:52.178Z Downloaded secrecy v0.10.3
9432026-06-25T02:06:52.178Z Downloaded rand_seeder v0.4.0
9442026-06-25T02:06:52.202Z Downloaded rand_core v0.10.0
9452026-06-25T02:06:52.202Z Downloaded ghash v0.5.1
9462026-06-25T02:06:52.202Z Downloaded libbz2-rs-sys v0.2.2
9472026-06-25T02:06:52.202Z Downloaded serde_bytes v0.11.19
9482026-06-25T02:06:52.202Z Downloaded ascii-canvas v3.0.0
9492026-06-25T02:06:52.202Z Downloaded scopeguard v1.2.0
9502026-06-25T02:06:52.202Z Downloaded pkcs5 v0.7.1
9512026-06-25T02:06:52.202Z Downloaded cfg_aliases v0.1.1
9522026-06-25T02:06:52.203Z Downloaded rustls-pemfile v1.0.4
9532026-06-25T02:06:52.203Z Downloaded phf v0.13.1
9542026-06-25T02:06:52.203Z Downloaded signal-hook-mio v0.2.5
9552026-06-25T02:06:52.203Z Downloaded rand_core v0.6.4
9562026-06-25T02:06:52.203Z Downloaded serde_repr v0.1.20
9572026-06-25T02:06:52.203Z Downloaded serde_derive_internals v0.29.1
9582026-06-25T02:06:52.203Z Downloaded postgres-types v0.2.12
9592026-06-25T02:06:52.203Z Downloaded p521 v0.13.3
9602026-06-25T02:06:52.203Z Downloaded bzip2 v0.6.1
9612026-06-25T02:06:52.203Z Downloaded expectorate v1.2.0
9622026-06-25T02:06:52.203Z Downloaded pin-project v1.1.11
9632026-06-25T02:06:52.204Z Downloaded siphasher v1.0.2
9642026-06-25T02:06:52.204Z Downloaded signature v2.2.0
9652026-06-25T02:06:52.204Z Downloaded rusty-fork v0.3.1
9662026-06-25T02:06:52.204Z Downloaded darling_core v0.20.11
9672026-06-25T02:06:52.204Z Downloaded hyper-staticfile v0.10.1
9682026-06-25T02:06:52.204Z Downloaded serde-hex v0.1.0
9692026-06-25T02:06:52.204Z Downloaded hickory-resolver v0.24.4
9702026-06-25T02:06:52.204Z Downloaded half v2.7.1
9712026-06-25T02:06:52.204Z Downloaded git-stub v1.0.0
9722026-06-25T02:06:52.204Z Downloaded flate2 v1.1.9
9732026-06-25T02:06:52.204Z Downloaded lru-slab v0.1.2
9742026-06-25T02:06:52.204Z Downloaded ahash v0.8.12
9752026-06-25T02:06:52.204Z Downloaded rustversion v1.0.22
9762026-06-25T02:06:52.204Z Downloaded foreign-types-macros v0.2.3
9772026-06-25T02:06:52.204Z Downloaded lalrpop v0.19.12
9782026-06-25T02:06:52.205Z Downloaded slog-bunyan v2.5.0
9792026-06-25T02:06:52.205Z Downloaded headers v0.4.1
9802026-06-25T02:06:52.205Z Downloaded base64 v0.21.7
9812026-06-25T02:06:52.205Z Downloaded ron v0.8.1
9822026-06-25T02:06:52.205Z Downloaded rustls-native-certs v0.8.3
9832026-06-25T02:06:52.205Z Downloaded bytes v1.11.1
9842026-06-25T02:06:52.205Z Downloaded serde_with_macros v1.5.2
9852026-06-25T02:06:52.205Z Downloaded derive_more-impl v2.1.1
9862026-06-25T02:06:52.205Z Downloaded crossbeam-channel v0.5.15
9872026-06-25T02:06:52.205Z Downloaded cfg_aliases v0.2.1
9882026-06-25T02:06:52.205Z Downloaded cancel-safe-futures v0.1.5
9892026-06-25T02:06:52.205Z Downloaded semver v0.1.20
9902026-06-25T02:06:52.205Z Downloaded sqlparser_derive v0.5.0
9912026-06-25T02:06:52.205Z Downloaded serde_spanned v1.0.4
9922026-06-25T02:06:52.205Z Downloaded seq-macro v0.3.6
9932026-06-25T02:06:52.205Z Downloaded scroll_derive v0.13.1
9942026-06-25T02:06:52.205Z Downloaded rustls-pki-types v1.14.0
9952026-06-25T02:06:52.205Z Downloaded anstyle-parse v0.2.7
9962026-06-25T02:06:52.205Z Downloaded schemars v0.9.0
9972026-06-25T02:06:52.205Z Downloaded sigpipe v0.1.3
9982026-06-25T02:06:52.205Z Downloaded signal-hook-tokio v0.3.1
9992026-06-25T02:06:52.206Z Downloaded shlex v1.3.0
10002026-06-25T02:06:52.206Z Downloaded serde_plain v1.0.2
10012026-06-25T02:06:52.206Z Downloaded serde-big-array v0.5.1
10022026-06-25T02:06:52.206Z Downloaded salsa20 v0.10.2
10032026-06-25T02:06:52.206Z Downloaded shell-words v1.1.1
10042026-06-25T02:06:52.206Z Downloaded new_debug_unreachable v1.0.6
10052026-06-25T02:06:52.206Z Downloaded slab v0.4.12
10062026-06-25T02:06:52.206Z Downloaded nodrop v0.1.14
10072026-06-25T02:06:52.206Z Downloaded lru-cache v0.1.2
10082026-06-25T02:06:52.206Z Downloaded iana-time-zone v0.1.65
10092026-06-25T02:06:52.207Z Downloaded strip-ansi-escapes v0.2.1
10102026-06-25T02:06:52.207Z Downloaded slog-scope v4.4.1
10112026-06-25T02:06:52.207Z Downloaded slog-envlogger v2.2.0
10122026-06-25T02:06:52.207Z Downloaded strum v0.26.3
10132026-06-25T02:06:52.207Z Downloaded ssh-cipher v0.2.0
10142026-06-25T02:06:52.207Z Downloaded quinn v0.11.9
10152026-06-25T02:06:52.207Z Downloaded prettyplease v0.2.37
10162026-06-25T02:06:52.207Z Downloaded num v0.4.3
10172026-06-25T02:06:52.207Z Downloaded progenitor-impl v0.14.0
10182026-06-25T02:06:52.207Z Downloaded ssh-encoding v0.2.0
10192026-06-25T02:06:52.207Z Downloaded slog-dtrace v0.3.0
10202026-06-25T02:06:52.207Z Downloaded num_enum v0.5.11
10212026-06-25T02:06:52.207Z Downloaded russh-keys v0.45.0
10222026-06-25T02:06:52.207Z Downloaded sync-ptr v0.1.4
10232026-06-25T02:06:52.207Z Downloaded rcgen v0.12.1
10242026-06-25T02:06:52.207Z Downloaded tap v1.0.1
10252026-06-25T02:06:52.207Z Downloaded highway v1.3.0
10262026-06-25T02:06:52.207Z Downloaded flume v0.11.1
10272026-06-25T02:06:52.207Z Downloaded const-oid v0.9.6
10282026-06-25T02:06:52.207Z Downloaded supports-color v3.0.2
10292026-06-25T02:06:52.207Z Downloaded strum v0.27.2
10302026-06-25T02:06:52.207Z Downloaded strsim v0.10.0
10312026-06-25T02:06:52.207Z Downloaded thread-id v5.1.0
10322026-06-25T02:06:52.207Z Downloaded sha1 v0.10.6
10332026-06-25T02:06:52.207Z Downloaded structmeta v0.3.0
10342026-06-25T02:06:52.207Z Downloaded smf v0.2.3
10352026-06-25T02:06:52.207Z Downloaded subtle v2.6.1
10362026-06-25T02:06:52.207Z Downloaded tabwriter v1.4.1
10372026-06-25T02:06:52.208Z Downloaded take_mut v0.2.2
10382026-06-25T02:06:52.208Z Downloaded slog-term v2.9.2
10392026-06-25T02:06:52.208Z Downloaded slog-stdlog v4.1.1
10402026-06-25T02:06:52.208Z Downloaded testing_table v0.3.0
10412026-06-25T02:06:52.208Z Downloaded tagptr v0.2.0
10422026-06-25T02:06:52.208Z Downloaded polyval v0.6.2
10432026-06-25T02:06:52.208Z Downloaded petname v2.0.2
10442026-06-25T02:06:52.219Z Downloaded snafu-derive v0.8.9
10452026-06-25T02:06:52.219Z Downloaded serde_urlencoded v0.7.1
10462026-06-25T02:06:52.219Z Downloaded schemars_derive v0.8.22
10472026-06-25T02:06:52.219Z Downloaded rayon-core v1.13.0
10482026-06-25T02:06:52.219Z Downloaded termtree v0.5.1
10492026-06-25T02:06:52.219Z Downloaded russh-cryptovec v0.7.3
10502026-06-25T02:06:52.219Z Downloaded derive_builder v0.20.2
10512026-06-25T02:06:52.219Z Downloaded tinyvec_macros v0.1.1
10522026-06-25T02:06:52.219Z Downloaded schemars v0.8.22
10532026-06-25T02:06:52.219Z Downloaded simd-adler32 v0.3.8
10542026-06-25T02:06:52.219Z Downloaded proptest v1.10.0
10552026-06-25T02:06:52.219Z Downloaded spki v0.7.3
10562026-06-25T02:06:52.220Z Downloaded static_assertions v1.1.0
10572026-06-25T02:06:52.220Z Downloaded sqlformat v0.3.5
10582026-06-25T02:06:52.220Z Downloaded similar v2.7.0
10592026-06-25T02:06:52.220Z Downloaded tokio-macros v2.7.0
10602026-06-25T02:06:52.220Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-25T02:06:52.220Z Downloaded sync_wrapper v1.0.2
10622026-06-25T02:06:52.220Z Downloaded tabled_derive v0.11.0
10632026-06-25T02:06:52.220Z Downloaded recursive v0.1.1
10642026-06-25T02:06:52.220Z Downloaded ed25519-dalek v2.2.0
10652026-06-25T02:06:52.220Z Downloaded rand_core v0.9.5
10662026-06-25T02:06:52.220Z Downloaded progenitor-macro v0.14.0
10672026-06-25T02:06:52.220Z Downloaded progenitor-extras v0.2.0
10682026-06-25T02:06:52.220Z Downloaded peg v0.8.5
10692026-06-25T02:06:52.220Z Downloaded rpassword v7.4.0
10702026-06-25T02:06:52.220Z Downloaded hostname v0.4.2
10712026-06-25T02:06:52.220Z Downloaded topological-sort v0.2.2
10722026-06-25T02:06:52.220Z Downloaded strum_macros v0.26.4
10732026-06-25T02:06:52.220Z Downloaded base64 v0.22.1
10742026-06-25T02:06:52.220Z Downloaded scheduled-thread-pool v0.2.7
10752026-06-25T02:06:52.220Z Downloaded num-conv v0.2.0
10762026-06-25T02:06:52.220Z Downloaded serde_with_macros v3.17.0
10772026-06-25T02:06:52.220Z Downloaded reedline v0.40.0
10782026-06-25T02:06:52.220Z Downloaded support-bundle-viewer v0.1.2
10792026-06-25T02:06:52.220Z Downloaded secrecy v0.8.0
10802026-06-25T02:06:52.220Z Downloaded parking_lot_core v0.8.6
10812026-06-25T02:06:52.220Z Downloaded rand v0.8.6
10822026-06-25T02:06:52.220Z Downloaded termios v0.3.3
10832026-06-25T02:06:52.221Z Downloaded thread_local v1.1.9
10842026-06-25T02:06:52.221Z Downloaded strum_macros v0.24.3
10852026-06-25T02:06:52.221Z Downloaded scroll v0.13.0
10862026-06-25T02:06:52.221Z Downloaded slog v2.8.2
10872026-06-25T02:06:52.221Z Downloaded trait-variant v0.1.2
10882026-06-25T02:06:52.221Z Downloaded tower-layer v0.3.3
10892026-06-25T02:06:52.221Z Downloaded rand_chacha v0.9.0
10902026-06-25T02:06:52.221Z Downloaded russh v0.45.0
10912026-06-25T02:06:52.222Z Downloaded phf v0.12.1
10922026-06-25T02:06:52.222Z Downloaded r2d2 v0.8.10
10932026-06-25T02:06:52.222Z Downloaded same-file v1.0.6
10942026-06-25T02:06:52.222Z Downloaded spin v0.9.8
10952026-06-25T02:06:52.222Z Downloaded paste v1.0.15
10962026-06-25T02:06:52.222Z Downloaded rand v0.9.2
10972026-06-25T02:06:52.222Z Downloaded publicsuffix v2.3.0
10982026-06-25T02:06:52.222Z Downloaded indoc v2.0.7
10992026-06-25T02:06:52.222Z Downloaded smallvec v0.6.14
11002026-06-25T02:06:52.222Z Downloaded time-core v0.1.8
11012026-06-25T02:06:52.222Z Downloaded signal-hook v0.3.18
11022026-06-25T02:06:52.222Z Downloaded thiserror-no-std v2.0.2
11032026-06-25T02:06:52.222Z Downloaded tower-service v0.3.3
11042026-06-25T02:06:52.222Z Downloaded rsa v0.9.10
11052026-06-25T02:06:52.222Z Downloaded try-lock v0.2.5
11062026-06-25T02:06:52.222Z Downloaded time-macros v0.2.27
11072026-06-25T02:06:52.222Z Downloaded term v1.2.1
11082026-06-25T02:06:52.222Z Downloaded tokio-dtrace v0.1.1
11092026-06-25T02:06:52.222Z Downloaded tiny-keccak v2.0.2
11102026-06-25T02:06:52.222Z Downloaded omicron-zone-package v0.12.2
11112026-06-25T02:06:52.222Z Downloaded unarray v0.1.4
11122026-06-25T02:06:52.222Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11132026-06-25T02:06:52.222Z Downloaded ryu v1.0.23
11142026-06-25T02:06:52.222Z Downloaded unicode-truncate v1.1.0
11152026-06-25T02:06:52.222Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-06-25T02:06:52.222Z Downloaded tokio-rustls v0.25.0
11172026-06-25T02:06:52.222Z Downloaded typify-macro v0.6.2
11182026-06-25T02:06:52.223Z Downloaded untrusted v0.7.1
11192026-06-25T02:06:52.223Z Downloaded primeorder v0.13.6
11202026-06-25T02:06:52.223Z Downloaded tokio-native-tls v0.3.1
11212026-06-25T02:06:52.223Z Downloaded serde_yaml v0.9.34+deprecated
11222026-06-25T02:06:52.223Z Downloaded wait-timeout v0.2.1
11232026-06-25T02:06:52.223Z Downloaded void v1.0.2
11242026-06-25T02:06:52.223Z Downloaded unit-prefix v0.5.2
11252026-06-25T02:06:52.223Z Downloaded strum_macros v0.27.2
11262026-06-25T02:06:52.223Z Downloaded utf-8 v0.7.6
11272026-06-25T02:06:52.223Z Downloaded serde_path_to_error v0.1.20
11282026-06-25T02:06:52.223Z Downloaded usdt-macro v0.6.0
11292026-06-25T02:06:52.223Z Downloaded usdt v0.6.0
11302026-06-25T02:06:52.223Z Downloaded rand v0.10.0
11312026-06-25T02:06:52.223Z Downloaded qorb v0.4.1
11322026-06-25T02:06:52.223Z Downloaded structmeta-derive v0.3.0
11332026-06-25T02:06:52.223Z Downloaded string_cache v0.8.9
11342026-06-25T02:06:52.223Z Downloaded slog-async v2.8.0
11352026-06-25T02:06:52.224Z Downloaded sct v0.7.1
11362026-06-25T02:06:52.224Z Downloaded tokio-tungstenite v0.23.1
11372026-06-25T02:06:52.224Z Downloaded samael v0.0.19
11382026-06-25T02:06:52.224Z Downloaded tokio-tungstenite v0.21.0
11392026-06-25T02:06:52.224Z Downloaded nix v0.27.1
11402026-06-25T02:06:52.224Z Downloaded waitgroup v0.1.2
11412026-06-25T02:06:52.224Z Downloaded xshell-macros v0.2.7
11422026-06-25T02:06:52.224Z Downloaded socket2 v0.6.3
11432026-06-25T02:06:52.224Z Downloaded papergrid v0.17.0
11442026-06-25T02:06:52.251Z Downloaded test-strategy v0.4.5
11452026-06-25T02:06:52.251Z Downloaded tui-tree-widget v0.23.1
11462026-06-25T02:06:52.251Z Downloaded stacker v0.1.23
11472026-06-25T02:06:52.251Z Downloaded unicase v2.9.0
11482026-06-25T02:06:52.251Z Downloaded tls_codec_derive v0.4.2
11492026-06-25T02:06:52.251Z Downloaded xattr v1.6.1
11502026-06-25T02:06:52.251Z Downloaded object v0.30.4
11512026-06-25T02:06:52.251Z Downloaded reqwest v0.13.2
11522026-06-25T02:06:52.251Z Downloaded tokio-stream v0.1.18
11532026-06-25T02:06:52.251Z Downloaded snafu v0.8.9
11542026-06-25T02:06:52.259Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-06-25T02:06:52.259Z Downloaded zone_cfg_derive v0.3.1
11562026-06-25T02:06:52.259Z Downloaded schemars v1.2.1
11572026-06-25T02:06:52.259Z Downloaded tokio-rustls v0.24.1
11582026-06-25T02:06:52.259Z Downloaded subprocess v0.2.15
11592026-06-25T02:06:52.259Z Downloaded vergen-lib v9.1.0
11602026-06-25T02:06:52.259Z Downloaded uzers v0.12.2
11612026-06-25T02:06:52.260Z Downloaded serde_cbor v0.11.2
11622026-06-25T02:06:52.260Z Downloaded zone v0.3.1
11632026-06-25T02:06:52.260Z Downloaded socket2 v0.5.10
11642026-06-25T02:06:52.260Z Downloaded rustls-pemfile v2.2.0
11652026-06-25T02:06:52.260Z Downloaded tokio-rustls v0.26.4
11662026-06-25T02:06:52.260Z Downloaded term v0.7.0
11672026-06-25T02:06:52.260Z Downloaded slog-json v2.6.1
11682026-06-25T02:06:52.260Z Downloaded signal-hook-registry v1.4.8
11692026-06-25T02:06:52.260Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-06-25T02:06:52.287Z Downloaded tracing-attributes v0.1.31
11712026-06-25T02:06:52.287Z Downloaded whoami v1.6.1
11722026-06-25T02:06:52.287Z Downloaded wyz v0.5.1
11732026-06-25T02:06:52.287Z Downloaded whoami v2.1.0
11742026-06-25T02:06:52.287Z Downloaded rustls-webpki v0.103.9
11752026-06-25T02:06:52.291Z Downloaded tinyvec v1.10.0
11762026-06-25T02:06:52.291Z Downloaded nom v7.1.3
11772026-06-25T02:06:52.291Z Downloaded iri-string v0.7.10
11782026-06-25T02:06:52.291Z Downloaded walkdir v2.5.0
11792026-06-25T02:06:52.291Z Downloaded zeroize v1.8.2
11802026-06-25T02:06:52.291Z Downloaded zstd-safe v7.2.4
11812026-06-25T02:06:52.291Z Downloaded twox-hash v2.1.2
11822026-06-25T02:06:52.291Z Downloaded openssl v0.10.79
11832026-06-25T02:06:52.300Z Downloaded vergen-git2 v9.1.0
11842026-06-25T02:06:52.424Z Downloaded usdt-impl v0.6.0
11852026-06-25T02:06:52.424Z Downloaded vergen v9.1.0
11862026-06-25T02:06:52.424Z Downloaded ssh-key v0.6.7
11872026-06-25T02:06:52.424Z Downloaded vergen-gitcl v1.0.8
11882026-06-25T02:06:52.424Z Downloaded toml v1.0.6+spec-1.1.0
11892026-06-25T02:06:52.424Z Downloaded toml v0.7.8
11902026-06-25T02:06:52.424Z Downloaded want v0.3.1
11912026-06-25T02:06:52.424Z Downloaded unicode-bidi v0.3.18
11922026-06-25T02:06:52.424Z Downloaded rustls-platform-verifier v0.6.2
11932026-06-25T02:06:52.424Z Downloaded tracing-core v0.1.36
11942026-06-25T02:06:52.424Z Downloaded tls_codec v0.4.2
11952026-06-25T02:06:52.424Z Downloaded xshell v0.2.7
11962026-06-25T02:06:52.424Z Downloaded tar v0.4.45
11972026-06-25T02:06:52.424Z Downloaded zstd v0.13.3
11982026-06-25T02:06:52.424Z Downloaded usdt-attr-macro v0.6.0
11992026-06-25T02:06:52.424Z Downloaded tungstenite v0.23.0
12002026-06-25T02:06:52.424Z Downloaded yasna v0.5.2
12012026-06-25T02:06:52.425Z Downloaded uuid v1.23.0
12022026-06-25T02:06:52.425Z Downloaded rustyline v14.0.0
12032026-06-25T02:06:52.425Z Downloaded unsafe-libyaml v0.2.11
12042026-06-25T02:06:52.425Z Downloaded tungstenite v0.21.0
12052026-06-25T02:06:52.425Z Downloaded typify v0.6.2
12062026-06-25T02:06:52.425Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-25T02:06:52.425Z Downloaded reqwest v0.12.28
12082026-06-25T02:06:52.425Z Downloaded serde_with v1.14.0
12092026-06-25T02:06:52.425Z Downloaded nix v0.31.2
12102026-06-25T02:06:52.425Z Downloaded vsss-rs v3.3.4
12112026-06-25T02:06:52.425Z Downloaded sec1 v0.7.3
12122026-06-25T02:06:52.425Z Downloaded tokio-postgres v0.7.16
12132026-06-25T02:06:52.425Z Downloaded vte v0.14.1
12142026-06-25T02:06:52.430Z Downloaded unicode_categories v0.1.1
12152026-06-25T02:06:52.430Z Downloaded hashbrown v0.16.1
12162026-06-25T02:06:52.430Z Downloaded zopfli v0.8.3
12172026-06-25T02:06:52.430Z Downloaded quinn-proto v0.11.13
12182026-06-25T02:06:52.430Z Downloaded steno v0.4.1
12192026-06-25T02:06:52.430Z Downloaded toml_edit v0.19.15
12202026-06-25T02:06:52.434Z Downloaded yansi v1.0.1
12212026-06-25T02:06:52.448Z Downloaded nix v0.28.0
12222026-06-25T02:06:52.448Z Downloaded zerocopy v0.6.6
12232026-06-25T02:06:52.448Z Downloaded portable-atomic v1.13.1
12242026-06-25T02:06:52.448Z Downloaded zeroize_derive v1.4.3
12252026-06-25T02:06:52.503Z Downloaded tokio-util v0.7.18
12262026-06-25T02:06:52.507Z Downloaded typed-path v0.9.3
12272026-06-25T02:06:52.507Z Downloaded tower-http v0.6.8
12282026-06-25T02:06:52.507Z Downloaded itertools v0.12.1
12292026-06-25T02:06:52.507Z Downloaded tower v0.5.3
12302026-06-25T02:06:52.511Z Downloaded x509-cert v0.2.5
12312026-06-25T02:06:52.515Z Downloaded zerocopy-derive v0.8.40
12322026-06-25T02:06:52.522Z Downloaded rustls-webpki v0.102.8
12332026-06-25T02:06:52.527Z Downloaded vergen-lib v0.1.6
12342026-06-25T02:06:52.533Z Downloaded serde_with v3.17.0
12352026-06-25T02:06:52.539Z Downloaded tough v0.22.0
12362026-06-25T02:06:52.545Z Downloaded unicode-segmentation v1.12.0
12372026-06-25T02:06:52.548Z Downloaded regex v1.12.3
12382026-06-25T02:06:52.549Z Downloaded winnow v0.5.40
12392026-06-25T02:06:52.554Z Downloaded unicode-normalization v0.1.25
12402026-06-25T02:06:52.559Z Downloaded zip v4.6.1
12412026-06-25T02:06:52.559Z Downloaded stringprep v0.1.5
12422026-06-25T02:06:52.563Z Downloaded object v0.37.3
12432026-06-25T02:06:52.566Z Downloaded polar-core v0.27.3
12442026-06-25T02:06:52.569Z Downloaded unicode-properties v0.1.4
12452026-06-25T02:06:52.572Z Downloaded p384 v0.13.1
12462026-06-25T02:06:52.578Z Downloaded salty v0.3.0
12472026-06-25T02:06:52.591Z Downloaded zip v0.6.6
12482026-06-25T02:06:52.596Z Downloaded regex-syntax v0.6.29
12492026-06-25T02:06:52.604Z Downloaded quick-xml v0.37.5
12502026-06-25T02:06:52.609Z Downloaded sapling-renderdag v0.1.0
12512026-06-25T02:06:52.613Z Downloaded untrusted v0.9.0
12522026-06-25T02:06:52.623Z Downloaded rustls-webpki v0.101.7
12532026-06-25T02:06:52.632Z Downloaded dropshot v0.17.0
12542026-06-25T02:06:52.643Z Downloaded rustls v0.21.12
12552026-06-25T02:06:52.653Z Downloaded regress v0.10.5
12562026-06-25T02:06:52.663Z Downloaded winnow v0.6.26
12572026-06-25T02:06:52.668Z Downloaded rayon v1.11.0
12582026-06-25T02:06:52.674Z Downloaded openapiv3 v2.2.0
12592026-06-25T02:06:52.679Z Downloaded tabled v0.20.0
12602026-06-25T02:06:52.689Z Downloaded time v0.3.47
12612026-06-25T02:06:52.695Z Downloaded smoltcp v0.9.1
12622026-06-25T02:06:52.702Z Downloaded rustls v0.22.4
12632026-06-25T02:06:52.708Z Downloaded regex-syntax v0.8.10
12642026-06-25T02:06:52.713Z Downloaded zlib-rs v0.6.2
12652026-06-25T02:06:52.717Z Downloaded vcpkg v0.2.15
12662026-06-25T02:06:52.740Z Downloaded universal-hash v0.5.1
12672026-06-25T02:06:52.743Z Downloaded regress v0.11.1
12682026-06-25T02:06:52.746Z Downloaded radix_trie v0.2.1
12692026-06-25T02:06:52.749Z Downloaded rustls v0.23.37
12702026-06-25T02:06:52.756Z Downloaded webpki-roots v1.0.6
12712026-06-25T02:06:52.760Z Downloaded rustix v0.38.44
12722026-06-25T02:06:52.772Z Downloaded zerocopy v0.8.40
12732026-06-25T02:06:52.777Z Downloaded bstr v1.12.1
12742026-06-25T02:06:52.787Z Downloaded smoltcp v0.11.0
12752026-06-25T02:06:52.810Z Downloaded sqlparser v0.61.0
12762026-06-25T02:06:52.815Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-06-25T02:06:52.823Z Downloaded csv v1.4.0
12782026-06-25T02:06:52.837Z Downloaded sled v0.34.7
12792026-06-25T02:06:52.849Z Downloaded ratatui v0.29.0
12802026-06-25T02:06:52.859Z Downloaded typify-impl v0.6.2
12812026-06-25T02:06:52.866Z Downloaded petgraph v0.6.5
12822026-06-25T02:06:52.875Z Downloaded regex-automata v0.4.14
12832026-06-25T02:06:52.884Z Downloaded tracing v0.1.44
12842026-06-25T02:06:52.895Z Downloaded zerocopy-derive v0.6.6
12852026-06-25T02:06:52.921Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-25T02:06:52.980Z Downloaded libz-sys v1.1.24
12872026-06-25T02:06:53.021Z Downloaded sha3 v0.10.8
12882026-06-25T02:06:53.027Z Downloaded tokio v1.52.1
12892026-06-25T02:06:53.048Z Downloaded encoding_rs v0.8.35
12902026-06-25T02:06:53.119Z Downloaded ring v0.17.14
12912026-06-25T02:06:53.159Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-25T02:06:53.605Z Downloaded aws-lc-sys v0.40.0
12932026-06-25T02:06:53.869Z Compiling libc v0.2.185
12942026-06-25T02:06:53.872Z Compiling serde v1.0.228
12952026-06-25T02:06:53.873Z Compiling log v0.4.29
12962026-06-25T02:06:53.873Z Compiling find-msvc-tools v0.1.9
12972026-06-25T02:06:53.873Z Compiling shlex v1.3.0
12982026-06-25T02:06:53.873Z Compiling smallvec v1.15.1
12992026-06-25T02:06:53.873Z Compiling typenum v1.19.0
13002026-06-25T02:06:53.873Z Compiling subtle v2.6.1
13012026-06-25T02:06:54.037Z Compiling generic-array v0.14.7
13022026-06-25T02:06:54.044Z Compiling scopeguard v1.2.0
13032026-06-25T02:06:54.079Z Compiling const-oid v0.9.6
13042026-06-25T02:06:54.109Z Compiling serde_json v1.0.149
13052026-06-25T02:06:54.120Z Compiling syn v2.0.117
13062026-06-25T02:06:54.124Z Compiling zerocopy v0.8.40
13072026-06-25T02:06:54.124Z Compiling portable-atomic v1.13.1
13082026-06-25T02:06:54.156Z Compiling parking_lot_core v0.9.12
13092026-06-25T02:06:54.199Z Compiling pin-project-lite v0.2.17
13102026-06-25T02:06:54.224Z Compiling lock_api v0.4.14
13112026-06-25T02:06:54.239Z Compiling pkg-config v0.3.32
13122026-06-25T02:06:54.266Z Compiling bitflags v2.11.0
13132026-06-25T02:06:54.267Z Compiling futures-core v0.3.32
13142026-06-25T02:06:54.297Z Compiling critical-section v1.2.0
13152026-06-25T02:06:54.322Z Compiling libm v0.2.16
13162026-06-25T02:06:54.340Z Compiling num-traits v0.2.19
13172026-06-25T02:06:54.361Z Compiling percent-encoding v2.3.2
13182026-06-25T02:06:54.411Z Compiling futures-sink v0.3.32
13192026-06-25T02:06:54.447Z Compiling futures-task v0.3.32
13202026-06-25T02:06:54.455Z Compiling getrandom v0.4.1
13212026-06-25T02:06:54.478Z Compiling slab v0.4.12
13222026-06-25T02:06:54.515Z Compiling futures-channel v0.3.32
13232026-06-25T02:06:54.524Z Compiling futures-io v0.3.32
13242026-06-25T02:06:54.598Z Compiling cpufeatures v0.2.17
13252026-06-25T02:06:54.620Z Compiling rand_core v0.10.0
13262026-06-25T02:06:54.655Z Compiling indexmap v2.14.0
13272026-06-25T02:06:54.672Z Compiling getrandom v0.3.4
13282026-06-25T02:06:54.691Z Compiling rustversion v1.0.22
13292026-06-25T02:06:54.691Z Compiling form_urlencoded v1.2.2
13302026-06-25T02:06:54.729Z Compiling dunce v1.0.5
13312026-06-25T02:06:54.749Z Compiling fs_extra v1.3.0
13322026-06-25T02:06:54.815Z Compiling base64ct v1.8.3
13332026-06-25T02:06:54.828Z Compiling ident_case v1.0.1
13342026-06-25T02:06:54.868Z Compiling rustix v1.1.3
13352026-06-25T02:06:54.876Z Compiling regex-syntax v0.8.10
13362026-06-25T02:06:54.892Z Compiling getrandom v0.2.17
13372026-06-25T02:06:54.913Z Compiling jobserver v0.1.34
13382026-06-25T02:06:54.959Z Compiling errno v0.3.14
13392026-06-25T02:06:55.040Z Compiling rand_core v0.6.4
13402026-06-25T02:06:55.100Z Compiling signal-hook-registry v1.4.8
13412026-06-25T02:06:55.114Z Compiling cc v1.2.56
13422026-06-25T02:06:55.129Z Compiling once_cell v1.21.3
13432026-06-25T02:06:55.132Z Compiling mio v1.2.0
13442026-06-25T02:06:55.154Z Compiling socket2 v0.6.3
13452026-06-25T02:06:55.204Z Compiling parking_lot v0.12.5
13462026-06-25T02:06:55.302Z Compiling pem-rfc7468 v0.7.0
13472026-06-25T02:06:55.314Z Compiling flagset v0.4.7
13482026-06-25T02:06:55.328Z Compiling iana-time-zone v0.1.65
13492026-06-25T02:06:55.381Z Compiling aws-lc-rs v1.16.3
13502026-06-25T02:06:55.467Z Compiling vcpkg v0.2.15
13512026-06-25T02:06:55.521Z Compiling uuid v1.23.0
13522026-06-25T02:06:55.550Z Compiling rand_core v0.9.5
13532026-06-25T02:06:55.566Z Compiling tracing-core v0.1.36
13542026-06-25T02:06:55.593Z Compiling rustc_version v0.4.1
13552026-06-25T02:06:55.607Z Compiling base64 v0.22.1
13562026-06-25T02:06:55.622Z Compiling httparse v1.10.1
13572026-06-25T02:06:55.647Z Compiling untrusted v0.9.0
13582026-06-25T02:06:55.680Z Compiling openssl-probe v0.2.1
13592026-06-25T02:06:55.779Z Compiling tinyvec_macros v0.1.1
13602026-06-25T02:06:55.818Z Compiling untrusted v0.7.1
13612026-06-25T02:06:55.835Z Compiling tinyvec v1.10.0
13622026-06-25T02:06:55.860Z Compiling cmake v0.1.57
13632026-06-25T02:06:55.867Z Compiling aho-corasick v1.1.4
13642026-06-25T02:06:55.934Z Compiling dyn-clone v1.0.20
13652026-06-25T02:06:55.945Z Compiling try-lock v0.2.5
13662026-06-25T02:06:55.980Z Compiling tower-layer v0.3.3
13672026-06-25T02:06:55.985Z Compiling tower-service v0.3.3
13682026-06-25T02:06:56.049Z Compiling rustls v0.23.37
13692026-06-25T02:06:56.083Z Compiling schemars v0.8.22
13702026-06-25T02:06:56.087Z Compiling atomic-waker v1.1.2
13712026-06-25T02:06:56.112Z Compiling want v0.3.1
13722026-06-25T02:06:56.156Z Compiling foreign-types-shared v0.1.1
13732026-06-25T02:06:56.160Z Compiling pin-utils v0.1.0
13742026-06-25T02:06:56.203Z Compiling httpdate v1.0.3
13752026-06-25T02:06:56.217Z Compiling openssl v0.10.79
13762026-06-25T02:06:56.231Z Compiling foreign-types v0.3.2
13772026-06-25T02:06:56.239Z Compiling unicode-normalization v0.1.25
13782026-06-25T02:06:56.263Z Compiling socket2 v0.5.10
13792026-06-25T02:06:56.263Z Compiling spin v0.9.8
13802026-06-25T02:06:56.274Z Compiling powerfmt v0.2.0
13812026-06-25T02:06:56.283Z Compiling native-tls v0.2.18
13822026-06-25T02:06:56.299Z Compiling time-core v0.1.8
13832026-06-25T02:06:56.353Z Compiling crc32fast v1.5.0
13842026-06-25T02:06:56.372Z Compiling num-conv v0.2.0
13852026-06-25T02:06:56.423Z Compiling wait-timeout v0.2.1
13862026-06-25T02:06:56.440Z Compiling deranged v0.5.8
13872026-06-25T02:06:56.459Z Compiling tempfile v3.25.0
13882026-06-25T02:06:56.474Z Compiling sync_wrapper v1.0.2
13892026-06-25T02:06:56.492Z Compiling num_threads v0.1.7
13902026-06-25T02:06:56.507Z Compiling simd-adler32 v0.3.8
13912026-06-25T02:06:56.510Z Compiling time-macros v0.2.27
13922026-06-25T02:06:56.533Z Compiling siphasher v1.0.2
13932026-06-25T02:06:56.592Z Compiling bit-vec v0.8.0
13942026-06-25T02:06:56.607Z Compiling usdt-impl v0.6.0
13952026-06-25T02:06:56.681Z Compiling aws-lc-sys v0.40.0
13962026-06-25T02:06:56.686Z Compiling ring v0.17.14
13972026-06-25T02:06:56.686Z Compiling openssl-sys v0.9.115
13982026-06-25T02:06:56.724Z Compiling regex-automata v0.4.14
13992026-06-25T02:06:56.726Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-06-25T02:06:56.754Z Compiling crossbeam-utils v0.8.21
14012026-06-25T02:06:56.768Z Compiling syn v1.0.109
14022026-06-25T02:06:56.772Z Compiling quick-error v1.2.3
14032026-06-25T02:06:56.827Z Compiling unicode-segmentation v1.12.0
14042026-06-25T02:06:56.855Z Compiling bit-set v0.8.0
14052026-06-25T02:06:56.881Z Compiling rusty-fork v0.3.1
14062026-06-25T02:06:56.953Z Compiling synstructure v0.13.2
14072026-06-25T02:06:57.028Z Compiling serde_derive_internals v0.29.1
14082026-06-25T02:06:57.144Z Compiling pest_generator v2.8.6
14092026-06-25T02:06:57.170Z Compiling darling_core v0.20.11
14102026-06-25T02:06:57.330Z Compiling darling_core v0.21.3
14112026-06-25T02:06:57.353Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-25T02:06:57.578Z Compiling slog v2.8.2
14132026-06-25T02:06:57.592Z Compiling heapless v0.7.17
14142026-06-25T02:06:57.605Z Compiling rand_xorshift v0.4.0
14152026-06-25T02:06:57.691Z Compiling thread-id v5.1.0
14162026-06-25T02:06:57.718Z Compiling time v0.3.47
14172026-06-25T02:06:57.725Z Compiling cookie v0.18.1
14182026-06-25T02:06:57.779Z Compiling unicode-properties v0.1.4
14192026-06-25T02:06:57.794Z Compiling ryu v1.0.23
14202026-06-25T02:06:57.801Z Compiling paste v1.0.15
14212026-06-25T02:06:57.858Z Compiling zstd-safe v7.2.4
14222026-06-25T02:06:57.902Z Compiling anyhow v1.0.102
14232026-06-25T02:06:57.915Z Compiling adler2 v2.0.1
14242026-06-25T02:06:57.935Z Compiling unicode-bidi v0.3.18
14252026-06-25T02:06:57.997Z Compiling allocator-api2 v0.2.21
14262026-06-25T02:06:58.021Z Compiling iri-string v0.7.10
14272026-06-25T02:06:58.022Z Compiling signal-hook v0.3.18
14282026-06-25T02:06:58.058Z Compiling unarray v0.1.4
14292026-06-25T02:06:58.075Z Compiling miniz_oxide v0.8.9
14302026-06-25T02:06:59.052Z Compiling stringprep v0.1.5
14312026-06-25T02:06:59.064Z Compiling heck v0.4.1
14322026-06-25T02:06:59.064Z Compiling num-integer v0.1.46
14332026-06-25T02:06:59.065Z Compiling serde_derive v1.0.228
14342026-06-25T02:06:59.065Z Compiling zeroize_derive v1.4.3
14352026-06-25T02:06:59.065Z Compiling zerofrom-derive v0.1.6
14362026-06-25T02:06:59.065Z Compiling yoke-derive v0.8.1
14372026-06-25T02:06:59.065Z Compiling zerovec-derive v0.11.2
14382026-06-25T02:06:59.065Z Compiling zerocopy-derive v0.8.40
14392026-06-25T02:06:59.065Z Compiling displaydoc v0.2.5
14402026-06-25T02:06:59.346Z Compiling tokio-macros v2.7.0
14412026-06-25T02:06:59.378Z Compiling zeroize v1.8.2
14422026-06-25T02:06:59.519Z Compiling futures-macro v0.3.32
14432026-06-25T02:06:59.597Z Compiling der_derive v0.7.3
14442026-06-25T02:06:59.779Z Compiling rustls-pki-types v1.14.0
14452026-06-25T02:06:59.946Z Compiling thiserror-impl v2.0.18
14462026-06-25T02:06:59.977Z Compiling tracing-attributes v0.1.31
14472026-06-25T02:06:59.996Z Compiling scroll_derive v0.13.1
14482026-06-25T02:07:00.116Z Compiling crypto-common v0.1.7
14492026-06-25T02:07:00.156Z Compiling zerofrom v0.1.6
14502026-06-25T02:07:00.172Z Compiling block-buffer v0.10.4
14512026-06-25T02:07:00.263Z Compiling block-padding v0.3.3
14522026-06-25T02:07:00.279Z Compiling yoke v0.8.1
14532026-06-25T02:07:00.292Z Compiling pest_derive v2.8.6
14542026-06-25T02:07:00.347Z Compiling digest v0.10.7
14552026-06-25T02:07:00.411Z Compiling futures-util v0.3.32
14562026-06-25T02:07:00.439Z Compiling inout v0.1.4
14572026-06-25T02:07:00.486Z Compiling zerovec v0.11.5
14582026-06-25T02:07:00.606Z Compiling zerotrie v0.2.3
14592026-06-25T02:07:00.621Z Compiling hmac v0.12.1
14602026-06-25T02:07:00.633Z Compiling cipher v0.4.4
14612026-06-25T02:07:00.791Z Compiling sha2 v0.10.9
14622026-06-25T02:07:00.829Z Compiling der v0.7.10
14632026-06-25T02:07:00.860Z Compiling pbkdf2 v0.12.2
14642026-06-25T02:07:01.021Z Compiling salsa20 v0.10.2
14652026-06-25T02:07:01.109Z Compiling tinystr v0.8.2
14662026-06-25T02:07:01.109Z Compiling potential_utf v0.1.4
14672026-06-25T02:07:01.109Z Compiling aes v0.8.4
14682026-06-25T02:07:01.109Z Compiling cbc v0.1.2
14692026-06-25T02:07:01.144Z Compiling scrypt v0.11.0
14702026-06-25T02:07:01.150Z Compiling icu_locale_core v2.1.1
14712026-06-25T02:07:01.159Z Compiling icu_collections v2.1.1
14722026-06-25T02:07:01.170Z Compiling schemars_derive v0.8.22
14732026-06-25T02:07:01.337Z Compiling thiserror v2.0.18
14742026-06-25T02:07:01.348Z Compiling scroll v0.13.0
14752026-06-25T02:07:01.364Z Compiling tracing v0.1.44
14762026-06-25T02:07:01.455Z Compiling darling_macro v0.20.11
14772026-06-25T02:07:01.669Z Compiling spki v0.7.3
14782026-06-25T02:07:01.684Z Compiling openssl-macros v0.1.1
14792026-06-25T02:07:01.714Z Compiling goblin v0.10.5
14802026-06-25T02:07:01.979Z Compiling icu_provider v2.1.1
14812026-06-25T02:07:02.008Z Compiling pkcs5 v0.7.1
14822026-06-25T02:07:02.092Z Compiling darling v0.20.11
14832026-06-25T02:07:02.126Z Compiling rustls-native-certs v0.8.3
14842026-06-25T02:07:02.175Z Compiling derive_builder_core v0.20.2
14852026-06-25T02:07:02.175Z Compiling dtrace-parser v0.3.0
14862026-06-25T02:07:02.230Z Compiling bytes v1.11.1
14872026-06-25T02:07:02.244Z Compiling icu_normalizer v2.1.1
14882026-06-25T02:07:02.288Z Compiling icu_properties v2.1.2
14892026-06-25T02:07:02.313Z Compiling chrono v0.4.44
14902026-06-25T02:07:02.430Z Compiling pkcs8 v0.10.2
14912026-06-25T02:07:02.497Z Compiling ipnet v2.11.0
14922026-06-25T02:07:02.500Z Compiling signature v2.2.0
14932026-06-25T02:07:02.712Z Compiling webpki-roots v1.0.6
14942026-06-25T02:07:02.760Z Compiling tokio v1.52.1
14952026-06-25T02:07:02.772Z Compiling http v1.4.0
14962026-06-25T02:07:02.809Z Compiling thiserror-impl v1.0.69
14972026-06-25T02:07:02.846Z Compiling scroll_derive v0.12.1
14982026-06-25T02:07:02.871Z Compiling serde_urlencoded v0.7.1
14992026-06-25T02:07:02.963Z Compiling serde_tokenstream v0.2.3
15002026-06-25T02:07:03.023Z Compiling serde_spanned v0.6.9
15012026-06-25T02:07:03.076Z Compiling derive_builder_macro v0.20.2
15022026-06-25T02:07:03.132Z Compiling erased-serde v0.3.31
15032026-06-25T02:07:03.183Z Compiling idna_adapter v1.2.1
15042026-06-25T02:07:03.212Z Compiling toml_datetime v0.6.11
15052026-06-25T02:07:03.289Z Compiling idna v1.1.0
15062026-06-25T02:07:03.345Z Compiling ppv-lite86 v0.2.21
15072026-06-25T02:07:03.417Z Compiling http-body v1.0.1
15082026-06-25T02:07:03.502Z Compiling md-5 v0.10.6
15092026-06-25T02:07:03.518Z Compiling darling_macro v0.21.3
15102026-06-25T02:07:03.549Z Compiling http-body-util v0.1.3
15112026-06-25T02:07:03.569Z Compiling scroll v0.12.0
15122026-06-25T02:07:03.595Z Compiling url v2.5.8
15132026-06-25T02:07:03.637Z Compiling rand_chacha v0.9.0
15142026-06-25T02:07:03.673Z Compiling rand_chacha v0.3.1
15152026-06-25T02:07:03.690Z Compiling bstr v1.12.1
15162026-06-25T02:07:03.762Z Compiling async-trait v0.1.89
15172026-06-25T02:07:03.770Z Compiling pin-project-internal v1.1.11
15182026-06-25T02:07:03.818Z Compiling zerocopy-derive v0.7.35
15192026-06-25T02:07:03.862Z Compiling rand v0.9.2
15202026-06-25T02:07:03.962Z Compiling vergen-lib v9.1.0
15212026-06-25T02:07:04.047Z Compiling curve25519-dalek v4.1.3
15222026-06-25T02:07:04.155Z Compiling thiserror v1.0.69
15232026-06-25T02:07:04.273Z Compiling ff v0.13.1
15242026-06-25T02:07:04.346Z Compiling hash32 v0.2.1
15252026-06-25T02:07:04.346Z Compiling memoffset v0.9.1
15262026-06-25T02:07:04.384Z Compiling encoding_rs v0.8.35
15272026-06-25T02:07:04.407Z Compiling smoltcp v0.9.1
15282026-06-25T02:07:04.510Z Compiling dof v0.4.0
15292026-06-25T02:07:04.561Z Compiling proptest v1.10.0
15302026-06-25T02:07:04.574Z Compiling litrs v1.0.0
15312026-06-25T02:07:04.674Z Compiling cfg_aliases v0.2.1
15322026-06-25T02:07:04.698Z Compiling zlib-rs v0.6.2
15332026-06-25T02:07:04.752Z Compiling num-bigint-dig v0.8.6
15342026-06-25T02:07:04.766Z Compiling fallible-iterator v0.2.0
15352026-06-25T02:07:04.773Z Compiling psl-types v2.0.11
15362026-06-25T02:07:04.793Z Compiling mime v0.3.17
15372026-06-25T02:07:04.877Z Compiling ipnetwork v0.21.1
15382026-06-25T02:07:04.917Z Compiling base16ct v0.2.0
15392026-06-25T02:07:04.985Z Compiling ref-cast v1.0.25
15402026-06-25T02:07:05.084Z Compiling rustix v0.38.44
15412026-06-25T02:07:05.099Z Compiling document-features v0.2.12
15422026-06-25T02:07:05.108Z Compiling oxnet v0.1.6
15432026-06-25T02:07:05.139Z Compiling postgres-protocol v0.6.10
15442026-06-25T02:07:05.171Z Compiling sec1 v0.7.3
15452026-06-25T02:07:05.347Z Compiling publicsuffix v2.3.0
15462026-06-25T02:07:05.365Z Compiling pin-project v1.1.11
15472026-06-25T02:07:05.434Z Compiling nix v0.31.2
15482026-06-25T02:07:05.461Z Compiling zerocopy v0.7.35
15492026-06-25T02:07:05.549Z Compiling group v0.13.0
15502026-06-25T02:07:05.606Z Compiling darling v0.21.3
15512026-06-25T02:07:05.648Z Compiling rand v0.8.6
15522026-06-25T02:07:05.684Z Compiling goblin v0.8.2
15532026-06-25T02:07:05.698Z Compiling derive_builder v0.20.2
15542026-06-25T02:07:05.713Z Compiling futures-executor v0.3.32
15552026-06-25T02:07:05.739Z Compiling hubpack_derive v0.1.1
15562026-06-25T02:07:05.812Z Compiling hex v0.4.3
15572026-06-25T02:07:05.833Z Compiling hkdf v0.12.4
15582026-06-25T02:07:05.859Z Compiling crypto-bigint v0.5.5
15592026-06-25T02:07:05.886Z Compiling regex v1.12.3
15602026-06-25T02:07:06.028Z Compiling num-iter v0.1.45
15612026-06-25T02:07:06.031Z Compiling snafu-derive v0.8.9
15622026-06-25T02:07:06.031Z Compiling strum_macros v0.27.2
15632026-06-25T02:07:06.098Z Compiling curve25519-dalek-derive v0.1.1
15642026-06-25T02:07:06.114Z Compiling daft-derive v0.1.7
15652026-06-25T02:07:06.128Z Compiling ref-cast-impl v1.0.25
15662026-06-25T02:07:06.481Z Compiling phf_shared v0.13.1
15672026-06-25T02:07:06.511Z Compiling tokio-util v0.7.18
15682026-06-25T02:07:06.534Z Compiling tower v0.5.3
15692026-06-25T02:07:06.555Z Compiling tokio-native-tls v0.3.1
15702026-06-25T02:07:06.692Z Compiling terminal_size v0.4.3
15712026-06-25T02:07:06.733Z Compiling lazy_static v1.5.0
15722026-06-25T02:07:06.747Z Compiling anstyle-parse v0.2.7
15732026-06-25T02:07:08.756Z Compiling vergen v9.1.0
15742026-06-25T02:07:08.806Z Compiling cargo-platform v0.3.2
15752026-06-25T02:07:08.806Z Compiling fs-err v3.3.0
15762026-06-25T02:07:08.806Z Compiling ahash v0.8.12
15772026-06-25T02:07:08.806Z Compiling winnow v0.5.40
15782026-06-25T02:07:08.806Z Compiling tower-http v0.6.8
15792026-06-25T02:07:08.806Z Compiling newtype-uuid v1.3.2
15802026-06-25T02:07:08.806Z Compiling same-file v1.0.6
15812026-06-25T02:07:08.806Z Compiling bumpalo v3.20.2
15822026-06-25T02:07:08.806Z Compiling managed v0.8.0
15832026-06-25T02:07:08.806Z Compiling bitflags v1.3.2
15842026-06-25T02:07:08.806Z Compiling foldhash v0.1.5
15852026-06-25T02:07:08.806Z Compiling libbz2-rs-sys v0.2.2
15862026-06-25T02:07:08.806Z Compiling h2 v0.4.13
15872026-06-25T02:07:08.806Z Compiling object v0.37.3
15882026-06-25T02:07:08.806Z Compiling foldhash v0.2.0
15892026-06-25T02:07:08.807Z Compiling clap_builder v4.6.0
15902026-06-25T02:07:08.807Z Compiling hashbrown v0.15.5
15912026-06-25T02:07:08.807Z Compiling hashbrown v0.16.1
15922026-06-25T02:07:08.807Z Compiling flate2 v1.1.9
15932026-06-25T02:07:08.807Z Compiling dof v0.3.0
15942026-06-25T02:07:08.807Z Compiling bzip2 v0.6.1
15952026-06-25T02:07:08.807Z Compiling snafu v0.8.9
15962026-06-25T02:07:08.807Z Compiling zopfli v0.8.3
15972026-06-25T02:07:08.807Z Compiling daft v0.1.7
15982026-06-25T02:07:08.807Z Compiling walkdir v2.5.0
15992026-06-25T02:07:08.807Z Compiling strum v0.27.2
16002026-06-25T02:07:08.807Z Compiling toml_edit v0.19.15
16012026-06-25T02:07:08.807Z Compiling cargo_metadata v0.23.1
16022026-06-25T02:07:08.807Z Compiling anstream v0.6.21
16032026-06-25T02:07:08.807Z Compiling elliptic-curve v0.13.8
16042026-06-25T02:07:08.807Z Compiling phf v0.13.1
16052026-06-25T02:07:08.807Z Compiling signal-hook-mio v0.2.5
16062026-06-25T02:07:08.807Z Compiling cookie_store v0.22.1
16072026-06-25T02:07:08.807Z Compiling hubpack v0.1.2
16082026-06-25T02:07:08.808Z Compiling bzip2 v0.4.4
16092026-06-25T02:07:08.808Z Compiling usdt-attr-macro v0.6.0
16102026-06-25T02:07:08.808Z Compiling usdt-macro v0.6.0
16112026-06-25T02:07:08.849Z Compiling futures v0.3.32
16122026-06-25T02:07:08.956Z Compiling serde_with_macros v3.17.0
16132026-06-25T02:07:08.986Z Compiling postgres-types v0.2.12
16142026-06-25T02:07:09.048Z Compiling zstd v0.13.3
16152026-06-25T02:07:09.210Z Compiling dtrace-parser v0.2.0
16162026-06-25T02:07:09.302Z Compiling globset v0.4.18
16172026-06-25T02:07:09.323Z Compiling ed25519 v2.2.3
16182026-06-25T02:07:09.522Z Compiling pkcs1 v0.7.5
16192026-06-25T02:07:09.542Z Compiling serde-big-array v0.5.1
16202026-06-25T02:07:09.554Z Compiling olpc-cjson v0.1.4
16212026-06-25T02:07:09.698Z Compiling serde_plain v1.0.2
16222026-06-25T02:07:09.716Z Compiling rfc6979 v0.4.0
16232026-06-25T02:07:09.731Z Compiling clap_derive v4.6.1
16242026-06-25T02:07:09.851Z Compiling enum-as-inner v0.6.1
16252026-06-25T02:07:09.908Z Compiling serde_repr v0.1.20
16262026-06-25T02:07:09.929Z Compiling strum_macros v0.26.4
16272026-06-25T02:07:09.987Z Compiling async-recursion v1.1.1
16282026-06-25T02:07:10.004Z Compiling phf_shared v0.11.3
16292026-06-25T02:07:10.083Z Compiling float-cmp v0.10.0
16302026-06-25T02:07:10.083Z Compiling pem v3.0.6
16312026-06-25T02:07:10.202Z Compiling memmap2 v0.9.10
16322026-06-25T02:07:10.241Z Compiling thread-id v4.2.2
16332026-06-25T02:07:10.254Z Compiling env_filter v1.0.0
16342026-06-25T02:07:10.337Z Compiling precomputed-hash v0.1.1
16352026-06-25T02:07:10.375Z Compiling hyper v1.8.1
16362026-06-25T02:07:10.437Z Compiling fixedbitset v0.5.7
16372026-06-25T02:07:10.442Z Compiling new_debug_unreachable v1.0.6
16382026-06-25T02:07:10.464Z Compiling predicates-core v1.0.10
16392026-06-25T02:07:10.478Z Compiling normalize-line-endings v0.3.0
16402026-06-25T02:07:10.488Z Compiling fixedbitset v0.4.2
16412026-06-25T02:07:10.532Z Compiling typed-path v0.9.3
16422026-06-25T02:07:10.606Z Compiling data-encoding v2.10.0
16432026-06-25T02:07:10.684Z Compiling keccak v0.1.6
16442026-06-25T02:07:10.691Z Compiling either v1.15.0
16452026-06-25T02:07:10.691Z Compiling jiff v0.2.21
16462026-06-25T02:07:10.724Z Compiling whoami v2.1.0
16472026-06-25T02:07:10.759Z Compiling difflib v0.4.0
16482026-06-25T02:07:10.872Z Compiling static_assertions v1.1.0
16492026-06-25T02:07:10.897Z Compiling hickory-proto v0.25.2
16502026-06-25T02:07:10.954Z Compiling tokio-postgres v0.7.16
16512026-06-25T02:07:11.117Z Compiling predicates v3.1.4
16522026-06-25T02:07:11.280Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-06-25T02:07:11.336Z Compiling itertools v0.13.0
16542026-06-25T02:07:11.349Z Compiling sha3 v0.10.8
16552026-06-25T02:07:11.393Z Compiling toml_edit v0.22.27
16562026-06-25T02:07:11.445Z Compiling petgraph v0.6.5
16572026-06-25T02:07:11.523Z Compiling hyper-util v0.1.20
16582026-06-25T02:07:11.706Z Compiling strum v0.26.3
16592026-06-25T02:07:11.765Z Compiling clap v4.6.1
16602026-06-25T02:07:11.779Z Compiling petgraph v0.8.3
16612026-06-25T02:07:11.825Z Compiling string_cache v0.8.9
16622026-06-25T02:07:11.851Z Compiling env_logger v0.11.9
16632026-06-25T02:07:11.870Z Compiling usdt v0.6.0
16642026-06-25T02:07:12.009Z Compiling usdt-impl v0.5.0
16652026-06-25T02:07:12.071Z Compiling serde_with v3.17.0
16662026-06-25T02:07:12.201Z Compiling crossterm v0.28.1
16672026-06-25T02:07:12.225Z Compiling ecdsa v0.16.9
16682026-06-25T02:07:12.611Z Compiling rsa v0.9.10
16692026-06-25T02:07:12.633Z Compiling toml v0.7.8
16702026-06-25T02:07:12.647Z Compiling ed25519-dalek v2.2.0
16712026-06-25T02:07:12.993Z Compiling hyper-tls v0.6.0
16722026-06-25T02:07:13.278Z Compiling zip v0.6.6
16732026-06-25T02:07:13.331Z Compiling zip v4.6.1
16742026-06-25T02:07:13.384Z Compiling iddqd v0.4.2
16752026-06-25T02:07:13.859Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-25T02:07:13.874Z Compiling tokio-stream v0.1.18
16772026-06-25T02:07:13.900Z Compiling buf-list v1.1.2
16782026-06-25T02:07:13.951Z Compiling similar v2.7.0
16792026-06-25T02:07:14.129Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-25T02:07:14.201Z Compiling openapiv3 v2.2.0
16812026-06-25T02:07:14.232Z Compiling x509-cert v0.2.5
16822026-06-25T02:07:14.236Z Compiling sha1 v0.10.6
16832026-06-25T02:07:14.324Z Compiling crossbeam-epoch v0.9.18
16842026-06-25T02:07:14.360Z Compiling lalrpop-util v0.19.12
16852026-06-25T02:07:14.444Z Compiling peg-runtime v0.8.5
16862026-06-25T02:07:14.474Z Compiling thread_local v1.1.9
16872026-06-25T02:07:14.503Z Compiling slog-async v2.8.0
16882026-06-25T02:07:14.570Z Compiling crossbeam-channel v0.5.15
16892026-06-25T02:07:14.657Z Compiling filetime v0.2.27
16902026-06-25T02:07:14.681Z Compiling is-terminal v0.4.17
16912026-06-25T02:07:14.743Z Compiling xattr v1.6.1
16922026-06-25T02:07:14.756Z Compiling take_mut v0.2.2
16932026-06-25T02:07:14.778Z Compiling term v1.2.1
16942026-06-25T02:07:14.879Z Compiling tar v0.4.45
16952026-06-25T02:07:15.131Z Compiling slog-term v2.9.2
16962026-06-25T02:07:32.509Z Compiling rustls-webpki v0.103.9
16972026-06-25T02:07:35.331Z Compiling tokio-rustls v0.26.4
16982026-06-25T02:07:35.331Z Compiling rustls-platform-verifier v0.6.2
16992026-06-25T02:07:35.523Z Compiling hyper-rustls v0.27.7
17002026-06-25T02:07:35.709Z Compiling reqwest v0.12.28
17012026-06-25T02:07:35.712Z Compiling reqwest v0.13.2
17022026-06-25T02:07:36.932Z Compiling tough v0.22.0
17032026-06-25T02:07:39.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-25T02:07:39.629Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-25T02:07:42.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.40s
17062026-06-25T02:07:42.616Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-25T02:07:42.669ZJun 25 02:07:42.377 INFO Starting download, target: Console
17082026-06-25T02:07:42.669ZJun 25 02:07:42.377 INFO Starting download, target: Cockroach
17092026-06-25T02:07:42.669ZJun 25 02:07:42.377 INFO Starting download, target: Clickhouse
17102026-06-25T02:07:42.672ZJun 25 02:07:42.377 INFO Starting download, target: DendriteStub
17112026-06-25T02:07:42.672ZJun 25 02:07:42.377 INFO Starting download, target: MaghemiteMgd
17122026-06-25T02:07:42.672ZJun 25 02:07:42.377 INFO Starting download, target: MaghemiteDdmd
17132026-06-25T02:07:42.672ZJun 25 02:07:42.377 INFO Starting download, target: TransceiverControl
17142026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17172026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-06-25T02:07:42.673ZJun 25 02:07:42.378 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-06-25T02:07:44.438ZJun 25 02:07:44.146 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-25T02:07:44.696ZJun 25 02:07:44.398 INFO Download complete, target: Console
17232026-06-25T02:07:45.303ZJun 25 02:07:45.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-25T02:07:46.379ZJun 25 02:07:46.050 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-06-25T02:07:46.576ZJun 25 02:07:46.270 INFO Download complete, target: TransceiverControl
17262026-06-25T02:07:48.033ZJun 25 02:07:47.646 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-06-25T02:07:48.042ZJun 25 02:07:47.662 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-06-25T02:07:48.254ZJun 25 02:07:47.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-06-25T02:07:48.729ZJun 25 02:07:48.438 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-06-25T02:07:48.730ZJun 25 02:07:48.438 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-06-25T02:07:49.952ZJun 25 02:07:49.661 INFO Download complete, target: MaghemiteDdmd
17322026-06-25T02:07:50.550ZJun 25 02:07:50.258 INFO Download complete, target: DendriteStub
17332026-06-25T02:07:50.877ZJun 25 02:07:50.584 INFO Download complete, target: MaghemiteMgd
17342026-06-25T02:07:52.246ZJun 25 02:07:51.947 INFO Checking that binary works, target: Clickhouse
17352026-06-25T02:07:52.344ZJun 25 02:07:52.037 INFO Download complete, target: Clickhouse
17362026-06-25T02:07:53.562ZJun 25 02:07:53.268 INFO Checking that binary works, target: Cockroach
17372026-06-25T02:07:53.690ZJun 25 02:07:53.393 INFO Download complete, target: Cockroach
17382026-06-25T02:07:53.701ZAll prerequisites installed successfully
17392026-06-25T02:07:53.701Z
17402026-06-25T02:07:53.701Zreal 1:49.981235243
17412026-06-25T02:07:53.701Zuser 6:48.815136869
17422026-06-25T02:07:53.701Zsys 1:41.171555393
17432026-06-25T02:07:53.701Ztrap 0.264449974
17442026-06-25T02:07:53.702Ztflt 1.290678669
17452026-06-25T02:07:53.702Zdflt 1.959723059
17462026-06-25T02:07:53.702Zkflt 0.027982186
17472026-06-25T02:07:53.702Zlock 24:17.484382163
17482026-06-25T02:07:53.702Zslp 18:44.902499920
17492026-06-25T02:07:53.702Zlat 22.153880513
17502026-06-25T02:07:53.702Zstop 2:46.594689783
17512026-06-25T02:07:53.702Z+ ptime -m cargo xtask download softnpu
17522026-06-25T02:07:54.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17532026-06-25T02:07:54.161Z Running `target/debug/xtask download softnpu`
17542026-06-25T02:07:54.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17552026-06-25T02:07:54.910Z Running `target/debug/xtask-downloader softnpu`
17562026-06-25T02:07:54.949ZJun 25 02:07:54.657 INFO Starting download, target: Softnpu
17572026-06-25T02:07:54.953ZJun 25 02:07:54.658 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-06-25T02:07:58.545ZJun 25 02:07:58.252 INFO Download complete, target: Softnpu
17592026-06-25T02:07:58.550Z
17602026-06-25T02:07:58.550Zreal 4.851101255
17612026-06-25T02:07:58.550Zuser 1.255817436
17622026-06-25T02:07:58.550Zsys 0.608102637
17632026-06-25T02:07:58.551Ztrap 0.000726170
17642026-06-25T02:07:58.551Ztflt 0.000073650
17652026-06-25T02:07:58.551Zdflt 0.000303390
17662026-06-25T02:07:58.551Zkflt 0.000000000
17672026-06-25T02:07:58.552Zlock 1:06.705077153
17682026-06-25T02:07:58.571Zslp 3.419836650
17692026-06-25T02:07:58.571Zlat 0.103882144
17702026-06-25T02:07:58.571Zstop 0.000221250
17712026-06-25T02:07:58.571Z+ export CARGO_INCREMENTAL=0
17722026-06-25T02:07:58.572Z+ CARGO_INCREMENTAL=0
17732026-06-25T02:07:58.572Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-06-25T02:07:59.398Z Compiling proc-macro2 v1.0.106
17752026-06-25T02:07:59.398Z Compiling quote v1.0.45
17762026-06-25T02:07:59.398Z Compiling unicode-ident v1.0.24
17772026-06-25T02:07:59.398Z Compiling libc v0.2.185
17782026-06-25T02:07:59.514Z Compiling serde_core v1.0.228
17792026-06-25T02:07:59.514Z Compiling serde v1.0.228
17802026-06-25T02:07:59.514Z Compiling cfg-if v1.0.4
17812026-06-25T02:07:59.514Z Compiling version_check v0.9.5
17822026-06-25T02:07:59.536Z Compiling shlex v1.3.0
17832026-06-25T02:07:59.550Z Compiling find-msvc-tools v0.1.9
17842026-06-25T02:07:59.550Z Compiling typenum v1.19.0
17852026-06-25T02:07:59.551Z Compiling zmij v1.0.21
17862026-06-25T02:07:59.551Z Compiling autocfg v1.5.0
17872026-06-25T02:07:59.551Z Compiling memchr v2.8.0
17882026-06-25T02:07:59.551Z Compiling serde_json v1.0.149
17892026-06-25T02:07:59.667Z Compiling portable-atomic v1.13.1
17902026-06-25T02:07:59.707Z Compiling libm v0.2.16
17912026-06-25T02:07:59.918Z Compiling generic-array v0.14.7
17922026-06-25T02:07:59.921Z Compiling zerocopy v0.8.40
17932026-06-25T02:07:59.959Z Compiling smallvec v1.15.1
17942026-06-25T02:07:59.988Z Compiling parking_lot_core v0.9.12
17952026-06-25T02:08:00.064Z Compiling icu_properties_data v2.1.2
17962026-06-25T02:08:00.069Z Compiling icu_normalizer_data v2.1.1
17972026-06-25T02:08:00.136Z Compiling itoa v1.0.17
17982026-06-25T02:08:00.151Z Compiling getrandom v0.4.1
17992026-06-25T02:08:00.155Z Compiling num-traits v0.2.19
18002026-06-25T02:08:00.178Z Compiling log v0.4.29
18012026-06-25T02:08:00.269Z Compiling stable_deref_trait v1.2.1
18022026-06-25T02:08:00.308Z Compiling pkg-config v0.3.32
18032026-06-25T02:08:00.311Z Compiling subtle v2.6.1
18042026-06-25T02:08:00.438Z Compiling jobserver v0.1.34
18052026-06-25T02:08:00.444Z Compiling getrandom v0.2.17
18062026-06-25T02:08:00.495Z Compiling errno v0.3.14
18072026-06-25T02:08:00.525Z Compiling scopeguard v1.2.0
18082026-06-25T02:08:00.622Z Compiling lock_api v0.4.14
18092026-06-25T02:08:00.643Z Compiling rand_core v0.6.4
18102026-06-25T02:08:00.694Z Compiling cc v1.2.56
18112026-06-25T02:08:00.783Z Compiling fnv v1.0.7
18122026-06-25T02:08:00.788Z Compiling syn v2.0.117
18132026-06-25T02:08:00.824Z Compiling writeable v0.6.2
18142026-06-25T02:08:00.869Z Compiling percent-encoding v2.3.2
18152026-06-25T02:08:00.886Z Compiling litemap v0.8.1
18162026-06-25T02:08:00.918Z Compiling thiserror v2.0.18
18172026-06-25T02:08:00.921Z Compiling pin-project-lite v0.2.17
18182026-06-25T02:08:01.007Z Compiling getrandom v0.3.4
18192026-06-25T02:08:01.069Z Compiling rand_core v0.10.0
18202026-06-25T02:08:01.098Z Compiling equivalent v1.0.2
18212026-06-25T02:08:01.175Z Compiling fs_extra v1.3.0
18222026-06-25T02:08:01.208Z Compiling dunce v1.0.5
18232026-06-25T02:08:01.223Z Compiling schemars v0.8.22
18242026-06-25T02:08:01.226Z Compiling rustversion v1.0.22
18252026-06-25T02:08:01.274Z Compiling utf8_iter v1.0.4
18262026-06-25T02:08:01.319Z Compiling rustix v1.1.3
18272026-06-25T02:08:01.361Z Compiling critical-section v1.2.0
18282026-06-25T02:08:01.457Z Compiling form_urlencoded v1.2.2
18292026-06-25T02:08:01.489Z Compiling cmake v0.1.57
18302026-06-25T02:08:01.518Z Compiling hashbrown v0.17.0
18312026-06-25T02:08:01.518Z Compiling signal-hook-registry v1.4.8
18322026-06-25T02:08:01.668Z Compiling const-oid v0.9.6
18332026-06-25T02:08:01.747Z Compiling once_cell v1.21.3
18342026-06-25T02:08:01.978Z Compiling bitflags v2.11.0
18352026-06-25T02:08:02.021Z Compiling semver v1.0.28
18362026-06-25T02:08:02.051Z Compiling ring v0.17.14
18372026-06-25T02:08:02.052Z Compiling aws-lc-sys v0.40.0
18382026-06-25T02:08:02.083Z Compiling indexmap v2.14.0
18392026-06-25T02:08:02.115Z Compiling parking_lot v0.12.5
18402026-06-25T02:08:02.133Z Compiling socket2 v0.6.3
18412026-06-25T02:08:02.190Z Compiling mio v1.2.0
18422026-06-25T02:08:02.260Z Compiling aws-lc-rs v1.16.3
18432026-06-25T02:08:02.275Z Compiling futures-core v0.3.32
18442026-06-25T02:08:02.431Z Compiling strsim v0.11.1
18452026-06-25T02:08:02.443Z Compiling thiserror v1.0.69
18462026-06-25T02:08:02.459Z Compiling httparse v1.10.1
18472026-06-25T02:08:02.554Z Compiling ucd-trie v0.1.7
18482026-06-25T02:08:02.572Z Compiling iana-time-zone v0.1.65
18492026-06-25T02:08:02.699Z Compiling byteorder v1.5.0
18502026-06-25T02:08:02.755Z Compiling vcpkg v0.2.15
18512026-06-25T02:08:02.771Z Compiling pest v2.8.6
18522026-06-25T02:08:02.830Z Compiling ident_case v1.0.1
18532026-06-25T02:08:02.846Z Compiling heck v0.5.0
18542026-06-25T02:08:02.883Z Compiling regex-syntax v0.8.10
18552026-06-25T02:08:02.887Z Compiling syn v1.0.109
18562026-06-25T02:08:02.914Z Compiling uuid v1.23.0
18572026-06-25T02:08:03.158Z Compiling cpufeatures v0.2.17
18582026-06-25T02:08:03.161Z Compiling rustls v0.23.37
18592026-06-25T02:08:03.190Z Compiling rustc_version v0.4.1
18602026-06-25T02:08:03.286Z Compiling futures-sink v0.3.32
18612026-06-25T02:08:03.336Z Compiling openssl-sys v0.9.115
18622026-06-25T02:08:03.410Z Compiling futures-channel v0.3.32
18632026-06-25T02:08:03.454Z Compiling aho-corasick v1.1.4
18642026-06-25T02:08:03.471Z Compiling dyn-clone v1.0.20
18652026-06-25T02:08:03.534Z Compiling futures-task v0.3.32
18662026-06-25T02:08:03.546Z Compiling futures-io v0.3.32
18672026-06-25T02:08:03.566Z Compiling synstructure v0.13.2
18682026-06-25T02:08:03.637Z Compiling serde_derive_internals v0.29.1
18692026-06-25T02:08:03.668Z Compiling slab v0.4.12
18702026-06-25T02:08:03.856Z Compiling pest_meta v2.8.6
18712026-06-25T02:08:03.939Z Compiling crc32fast v1.5.0
18722026-06-25T02:08:04.003Z Compiling plain v0.2.3
18732026-06-25T02:08:04.023Z Compiling crossbeam-utils v0.8.21
18742026-06-25T02:08:04.053Z Compiling base64 v0.22.1
18752026-06-25T02:08:04.096Z Compiling openssl v0.10.79
18762026-06-25T02:08:04.151Z Compiling num-conv v0.2.0
18772026-06-25T02:08:04.190Z Compiling time-core v0.1.8
18782026-06-25T02:08:04.314Z Compiling pretty-hex v0.4.1
18792026-06-25T02:08:04.328Z Compiling regex-automata v0.4.14
18802026-06-25T02:08:04.358Z Compiling time-macros v0.2.27
18812026-06-25T02:08:04.420Z Compiling native-tls v0.2.18
18822026-06-25T02:08:04.427Z Compiling anyhow v1.0.102
18832026-06-25T02:08:04.463Z Compiling pest_generator v2.8.6
18842026-06-25T02:08:04.467Z Compiling base64ct v1.8.3
18852026-06-25T02:08:04.552Z Compiling darling_core v0.21.3
18862026-06-25T02:08:04.602Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18872026-06-25T02:08:04.735Z Compiling pem-rfc7468 v0.7.0
18882026-06-25T02:08:04.778Z Compiling flagset v0.4.7
18892026-06-25T02:08:04.797Z Compiling serde_derive v1.0.228
18902026-06-25T02:08:04.819Z Compiling zeroize_derive v1.4.3
18912026-06-25T02:08:04.830Z Compiling zerofrom-derive v0.1.6
18922026-06-25T02:08:04.863Z Compiling yoke-derive v0.8.1
18932026-06-25T02:08:04.931Z Compiling zerovec-derive v0.11.2
18942026-06-25T02:08:04.948Z Compiling displaydoc v0.2.5
18952026-06-25T02:08:04.984Z Compiling zerocopy-derive v0.8.40
18962026-06-25T02:08:05.021Z Compiling tokio-macros v2.7.0
18972026-06-25T02:08:05.110Z Compiling futures-macro v0.3.32
18982026-06-25T02:08:05.121Z Compiling thiserror-impl v2.0.18
18992026-06-25T02:08:05.341Z Compiling schemars_derive v0.8.22
19002026-06-25T02:08:05.425Z Compiling zeroize v1.8.2
19012026-06-25T02:08:05.702Z Compiling tracing-attributes v0.1.31
19022026-06-25T02:08:05.876Z Compiling der_derive v0.7.3
19032026-06-25T02:08:05.909Z Compiling thiserror-impl v1.0.69
19042026-06-25T02:08:05.981Z Compiling zerofrom v0.1.6
19052026-06-25T02:08:06.127Z Compiling yoke v0.8.1
19062026-06-25T02:08:06.297Z Compiling crypto-common v0.1.7
19072026-06-25T02:08:06.329Z Compiling zerovec v0.11.5
19082026-06-25T02:08:06.350Z Compiling zerotrie v0.2.3
19092026-06-25T02:08:06.465Z Compiling block-buffer v0.10.4
19102026-06-25T02:08:06.637Z Compiling digest v0.10.7
19112026-06-25T02:08:06.707Z Compiling pest_derive v2.8.6
19122026-06-25T02:08:06.798Z Compiling futures-util v0.3.32
19132026-06-25T02:08:06.880Z Compiling tinystr v0.8.2
19142026-06-25T02:08:06.898Z Compiling potential_utf v0.1.4
19152026-06-25T02:08:06.913Z Compiling hmac v0.12.1
19162026-06-25T02:08:06.958Z Compiling block-padding v0.3.3
19172026-06-25T02:08:07.062Z Compiling icu_locale_core v2.1.1
19182026-06-25T02:08:07.077Z Compiling icu_collections v2.1.1
19192026-06-25T02:08:07.108Z Compiling inout v0.1.4
19202026-06-25T02:08:07.122Z Compiling sha2 v0.10.9
19212026-06-25T02:08:07.267Z Compiling cipher v0.4.4
19222026-06-25T02:08:07.282Z Compiling rustls-pki-types v1.14.0
19232026-06-25T02:08:07.316Z Compiling scroll_derive v0.13.1
19242026-06-25T02:08:07.520Z Compiling scroll_derive v0.12.1
19252026-06-25T02:08:07.681Z Compiling openssl-macros v0.1.1
19262026-06-25T02:08:07.811Z Compiling icu_provider v2.1.1
19272026-06-25T02:08:07.991Z Compiling bytes v1.11.1
19282026-06-25T02:08:08.023Z Compiling chrono v0.4.44
19292026-06-25T02:08:08.095Z Compiling icu_properties v2.1.2
19302026-06-25T02:08:08.099Z Compiling icu_normalizer v2.1.1
19312026-06-25T02:08:08.171Z Compiling serde_tokenstream v0.2.3
19322026-06-25T02:08:08.475Z Compiling tokio v1.52.1
19332026-06-25T02:08:08.597Z Compiling http v1.4.0
19342026-06-25T02:08:09.033Z Compiling idna_adapter v1.2.1
19352026-06-25T02:08:09.162Z Compiling idna v1.1.0
19362026-06-25T02:08:09.206Z Compiling ppv-lite86 v0.2.21
19372026-06-25T02:08:09.342Z Compiling der v0.7.10
19382026-06-25T02:08:09.421Z Compiling darling_macro v0.21.3
19392026-06-25T02:08:09.438Z Compiling regex v1.12.3
19402026-06-25T02:08:09.554Z Compiling url v2.5.8
19412026-06-25T02:08:09.583Z Compiling zerocopy-derive v0.7.35
19422026-06-25T02:08:09.623Z Compiling rand_core v0.9.5
19432026-06-25T02:08:09.846Z Compiling slog v2.8.2
19442026-06-25T02:08:09.863Z Compiling tracing-core v0.1.36
19452026-06-25T02:08:10.110Z Compiling untrusted v0.9.0
19462026-06-25T02:08:10.282Z Compiling tracing v0.1.44
19472026-06-25T02:08:10.366Z Compiling spki v0.7.3
19482026-06-25T02:08:10.619Z Compiling darling v0.21.3
19492026-06-25T02:08:10.697Z Compiling salsa20 v0.10.2
19502026-06-25T02:08:10.717Z Compiling pbkdf2 v0.12.2
19512026-06-25T02:08:11.293Z Compiling cookie v0.18.1
19522026-06-25T02:08:11.482Z Compiling camino v1.2.2
19532026-06-25T02:08:11.566Z Compiling scrypt v0.11.0
19542026-06-25T02:08:11.630Z Compiling rand_chacha v0.9.0
19552026-06-25T02:08:11.654Z Compiling http-body v1.0.1
19562026-06-25T02:08:11.772Z Compiling aes v0.8.4
19572026-06-25T02:08:11.787Z Compiling cbc v0.1.2
19582026-06-25T02:08:11.871Z Compiling usdt-impl v0.5.0
19592026-06-25T02:08:11.914Z Compiling ref-cast v1.0.25
19602026-06-25T02:08:12.004Z Compiling untrusted v0.7.1
19612026-06-25T02:08:12.025Z Compiling either v1.15.0
19622026-06-25T02:08:12.039Z Compiling fastrand v2.3.0
19632026-06-25T02:08:12.076Z Compiling unicode-segmentation v1.12.0
19642026-06-25T02:08:12.099Z Compiling tinyvec_macros v0.1.1
19652026-06-25T02:08:12.115Z Compiling openssl-probe v0.2.1
19662026-06-25T02:08:12.141Z Compiling winnow v0.7.14
19672026-06-25T02:08:12.189Z Compiling usdt-impl v0.6.0
19682026-06-25T02:08:12.207Z Compiling tokio-util v0.7.18
19692026-06-25T02:08:12.252Z Compiling paste v1.0.15
19702026-06-25T02:08:12.298Z Compiling tinyvec v1.10.0
19712026-06-25T02:08:12.357Z Compiling pkcs5 v0.7.1
19722026-06-25T02:08:12.410Z Compiling rand v0.9.2
19732026-06-25T02:08:12.666Z Compiling scroll v0.12.0
19742026-06-25T02:08:12.742Z Compiling scroll v0.13.0
19752026-06-25T02:08:12.756Z Compiling serde_spanned v0.6.9
19762026-06-25T02:08:12.914Z Compiling toml_datetime v0.6.11
19772026-06-25T02:08:12.947Z Compiling async-trait v0.1.89
19782026-06-25T02:08:12.997Z Compiling heapless v0.7.17
19792026-06-25T02:08:13.133Z Compiling bzip2-sys v0.1.13+1.0.8
19802026-06-25T02:08:13.166Z Compiling tower-layer v0.3.3
19812026-06-25T02:08:13.169Z Compiling zstd-safe v7.2.4
19822026-06-25T02:08:13.209Z Compiling try-lock v0.2.5
19832026-06-25T02:08:13.331Z Compiling atomic-waker v1.1.2
19842026-06-25T02:08:13.400Z Compiling rustix v0.38.44
19852026-06-25T02:08:13.433Z Compiling signal-hook v0.3.18
19862026-06-25T02:08:13.482Z Compiling tower-service v0.3.3
19872026-06-25T02:08:13.485Z Compiling h2 v0.4.13
19882026-06-25T02:08:13.516Z Compiling toml_parser v1.0.9+spec-1.1.0
19892026-06-25T02:08:13.598Z Compiling want v0.3.1
19902026-06-25T02:08:13.730Z Compiling goblin v0.10.5
19912026-06-25T02:08:13.775Z Compiling goblin v0.8.2
19922026-06-25T02:08:13.816Z Compiling pkcs8 v0.10.2
19932026-06-25T02:08:14.073Z Compiling heck v0.4.1
19942026-06-25T02:08:14.115Z Compiling zerocopy v0.7.35
19952026-06-25T02:08:14.131Z Compiling ipnet v2.11.0
19962026-06-25T02:08:14.292Z Compiling ref-cast-impl v1.0.25
19972026-06-25T02:08:14.310Z Compiling darling_core v0.20.11
19982026-06-25T02:08:14.371Z Compiling curve25519-dalek v4.1.3
19992026-06-25T02:08:14.586Z Compiling memoffset v0.9.1
20002026-06-25T02:08:14.758Z Compiling winnow v0.5.40
20012026-06-25T02:08:14.803Z Compiling litrs v1.0.0
20022026-06-25T02:08:14.931Z Compiling utf8parse v0.2.2
20032026-06-25T02:08:15.069Z Compiling pin-utils v0.1.0
20042026-06-25T02:08:15.156Z Compiling httpdate v1.0.3
20052026-06-25T02:08:15.228Z Compiling foreign-types-shared v0.1.1
20062026-06-25T02:08:15.316Z Compiling foreign-types v0.3.2
20072026-06-25T02:08:15.333Z Compiling document-features v0.2.12
20082026-06-25T02:08:15.381Z Compiling tempfile v3.25.0
20092026-06-25T02:08:15.912Z Compiling unicode-normalization v0.1.25
20102026-06-25T02:08:16.164Z Compiling toml_edit v0.19.15
20112026-06-25T02:08:16.244Z Compiling darling_macro v0.20.11
20122026-06-25T02:08:16.357Z Compiling dof v0.3.0
20132026-06-25T02:08:16.392Z Compiling dof v0.4.0
20142026-06-25T02:08:16.462Z Compiling hyper v1.8.1
20152026-06-25T02:08:16.498Z Compiling dtrace-parser v0.2.0
20162026-06-25T02:08:16.799Z Compiling dtrace-parser v0.3.0
20172026-06-25T02:08:17.111Z Compiling daft-derive v0.1.7
20182026-06-25T02:08:17.135Z Compiling pin-project-internal v1.1.11
20192026-06-25T02:08:17.196Z Compiling spin v0.9.8
20202026-06-25T02:08:17.199Z Compiling socket2 v0.5.10
20212026-06-25T02:08:17.398Z Compiling thread-id v5.1.0
20222026-06-25T02:08:17.413Z Compiling thread-id v4.2.2
20232026-06-25T02:08:17.462Z Compiling cfg_aliases v0.2.1
20242026-06-25T02:08:17.494Z Compiling anstyle v1.0.14
20252026-06-25T02:08:17.509Z Compiling powerfmt v0.2.0
20262026-06-25T02:08:17.545Z Compiling num-bigint-dig v0.8.6
20272026-06-25T02:08:17.583Z Compiling smoltcp v0.9.1
20282026-06-25T02:08:17.596Z Compiling nix v0.31.2
20292026-06-25T02:08:17.726Z Compiling deranged v0.5.8
20302026-06-25T02:08:17.749Z Compiling hyper-util v0.1.20
20312026-06-25T02:08:17.982Z Compiling darling v0.20.11
20322026-06-25T02:08:18.150Z Compiling rustls-native-certs v0.8.3
20332026-06-25T02:08:18.283Z Compiling ipnetwork v0.21.1
20342026-06-25T02:08:18.416Z Compiling strum_macros v0.26.4
20352026-06-25T02:08:18.465Z Compiling curve25519-dalek-derive v0.1.1
20362026-06-25T02:08:18.613Z Compiling sync_wrapper v1.0.2
20372026-06-25T02:08:18.743Z Compiling wait-timeout v0.2.1
20382026-06-25T02:08:18.832Z Compiling quick-error v1.2.3
20392026-06-25T02:08:18.949Z Compiling num_threads v0.1.7
20402026-06-25T02:08:18.977Z Compiling anstyle-query v1.1.5
20412026-06-25T02:08:18.992Z Compiling simd-adler32 v0.3.8
20422026-06-25T02:08:19.090Z Compiling colorchoice v1.0.4
20432026-06-25T02:08:19.165Z Compiling bit-vec v0.8.0
20442026-06-25T02:08:19.218Z Compiling is_terminal_polyfill v1.70.2
20452026-06-25T02:08:19.265Z Compiling siphasher v1.0.2
20462026-06-25T02:08:19.417Z Compiling bit-set v0.8.0
20472026-06-25T02:08:19.460Z Compiling time v0.3.47
20482026-06-25T02:08:19.476Z Compiling rusty-fork v0.3.1
20492026-06-25T02:08:19.596Z Compiling tower v0.5.3
20502026-06-25T02:08:19.864Z Compiling derive_builder_core v0.20.2
20512026-06-25T02:08:19.966Z Compiling snafu-derive v0.8.9
20522026-06-25T02:08:19.985Z Compiling http-body-util v0.1.3
20532026-06-25T02:08:20.085Z Compiling webpki-roots v1.0.6
20542026-06-25T02:08:20.255Z Compiling rand_xorshift v0.4.0
20552026-06-25T02:08:20.413Z Compiling signature v2.2.0
20562026-06-25T02:08:20.544Z Compiling hubpack_derive v0.1.1
20572026-06-25T02:08:20.601Z Compiling strum_macros v0.27.2
20582026-06-25T02:08:20.688Z Compiling fs-err v3.3.0
20592026-06-25T02:08:20.722Z Compiling ahash v0.8.12
20602026-06-25T02:08:20.953Z Compiling object v0.37.3
20612026-06-25T02:08:20.969Z Compiling iri-string v0.7.10
20622026-06-25T02:08:21.051Z Compiling unarray v0.1.4
20632026-06-25T02:08:21.123Z Compiling unicode-properties v0.1.4
20642026-06-25T02:08:21.137Z Compiling allocator-api2 v0.2.21
20652026-06-25T02:08:21.230Z Compiling adler2 v2.0.1
20662026-06-25T02:08:21.351Z Compiling unicode-bidi v0.3.18
20672026-06-25T02:08:21.372Z Compiling ryu v1.0.23
20682026-06-25T02:08:21.482Z Compiling miniz_oxide v0.8.9
20692026-06-25T02:08:21.495Z Compiling proptest v1.10.0
20702026-06-25T02:08:21.565Z Compiling serde_urlencoded v0.7.1
20712026-06-25T02:08:21.821Z Compiling stringprep v0.1.5
20722026-06-25T02:08:22.027Z Compiling derive_builder_macro v0.20.2
20732026-06-25T02:08:22.212Z Compiling tower-http v0.6.8
20742026-06-25T02:08:22.242Z Compiling tokio-native-tls v0.3.1
20752026-06-25T02:08:22.404Z Compiling usdt-attr-macro v0.6.0
20762026-06-25T02:08:22.438Z Compiling usdt-macro v0.6.0
20772026-06-25T02:08:22.521Z Compiling anstyle-parse v1.0.0
20782026-06-25T02:08:22.945Z Compiling rand_chacha v0.3.1
20792026-06-25T02:08:23.089Z Compiling erased-serde v0.3.31
20802026-06-25T02:08:23.104Z Compiling md-5 v0.10.6
20812026-06-25T02:08:23.129Z Compiling bstr v1.12.1
20822026-06-25T02:08:23.273Z Compiling num-integer v0.1.46
20832026-06-25T02:08:23.330Z Compiling hash32 v0.2.1
20842026-06-25T02:08:23.390Z Compiling vergen-lib v9.1.0
20852026-06-25T02:08:23.405Z Compiling ff v0.13.1
20862026-06-25T02:08:23.471Z Compiling encoding_rs v0.8.35
20872026-06-25T02:08:23.487Z Compiling psl-types v2.0.11
20882026-06-25T02:08:23.532Z Compiling fallible-iterator v0.2.0
20892026-06-25T02:08:23.602Z Compiling base16ct v0.2.0
20902026-06-25T02:08:23.638Z Compiling zlib-rs v0.6.2
20912026-06-25T02:08:23.671Z Compiling mime v0.3.17
20922026-06-25T02:08:23.738Z Compiling sec1 v0.7.3
20932026-06-25T02:08:23.856Z Compiling postgres-protocol v0.6.10
20942026-06-25T02:08:23.872Z Compiling publicsuffix v2.3.0
20952026-06-25T02:08:23.992Z Compiling group v0.13.0
20962026-06-25T02:08:24.040Z Compiling num-iter v0.1.45
20972026-06-25T02:08:24.062Z Compiling newtype-uuid v1.3.2
20982026-06-25T02:08:24.351Z Compiling rand v0.8.6
20992026-06-25T02:08:24.660Z Compiling oxnet v0.1.6
21002026-06-25T02:08:24.769Z Compiling anstream v1.0.0
21012026-06-25T02:08:24.787Z Compiling derive_builder v0.20.2
21022026-06-25T02:08:24.840Z Compiling hyper-tls v0.6.0
21032026-06-25T02:08:24.874Z Compiling phf_shared v0.13.1
21042026-06-25T02:08:24.952Z Compiling pin-project v1.1.11
21052026-06-25T02:08:25.035Z Compiling lazy_static v1.5.0
21062026-06-25T02:08:25.064Z Compiling anstyle-parse v0.2.7
21072026-06-25T02:08:25.150Z Compiling terminal_size v0.4.3
21082026-06-25T02:08:25.177Z Compiling serde_with_macros v3.17.0
21092026-06-25T02:08:25.191Z Compiling futures-executor v0.3.32
21102026-06-25T02:08:25.206Z Compiling hex v0.4.3
21112026-06-25T02:08:25.298Z Compiling hkdf v0.12.4
21122026-06-25T02:08:25.389Z Compiling crypto-bigint v0.5.5
21132026-06-25T02:08:25.404Z Compiling serde_repr v0.1.20
21142026-06-25T02:08:25.407Z Compiling enum-as-inner v0.6.1
21152026-06-25T02:08:25.441Z Compiling async-recursion v1.1.1
21162026-06-25T02:08:25.458Z Compiling clap_derive v4.6.1
21172026-06-25T02:08:25.504Z Compiling vergen v9.1.0
21182026-06-25T02:08:25.550Z Compiling cargo-platform v0.3.2
21192026-06-25T02:08:25.711Z Compiling flate2 v1.1.9
21202026-06-25T02:08:25.818Z Compiling same-file v1.0.6
21212026-06-25T02:08:25.927Z Compiling clap_lex v1.0.0
21222026-06-25T02:08:25.952Z Compiling foldhash v0.1.5
21232026-06-25T02:08:26.051Z Compiling bumpalo v3.20.2
21242026-06-25T02:08:26.092Z Compiling foldhash v0.2.0
21252026-06-25T02:08:26.144Z Compiling bitflags v1.3.2
21262026-06-25T02:08:26.147Z Compiling managed v0.8.0
21272026-06-25T02:08:26.307Z Compiling libbz2-rs-sys v0.2.2
21282026-06-25T02:08:26.322Z Compiling zopfli v0.8.3
21292026-06-25T02:08:26.402Z Compiling elliptic-curve v0.13.8
21302026-06-25T02:08:26.463Z Compiling hashbrown v0.16.1
21312026-06-25T02:08:26.564Z Compiling clap_builder v4.6.0
21322026-06-25T02:08:26.733Z Compiling bzip2 v0.6.1
21332026-06-25T02:08:26.768Z Compiling hashbrown v0.15.5
21342026-06-25T02:08:26.885Z Compiling walkdir v2.5.0
21352026-06-25T02:08:26.952Z Compiling cargo_metadata v0.23.1
21362026-06-25T02:08:27.100Z Compiling futures v0.3.32
21372026-06-25T02:08:27.222Z Compiling anstream v0.6.21
21382026-06-25T02:08:27.635Z Compiling zstd v0.13.3
21392026-06-25T02:08:27.854Z Compiling phf v0.13.1
21402026-06-25T02:08:27.896Z Compiling snafu v0.8.9
21412026-06-25T02:08:28.026Z Compiling daft v0.1.7
21422026-06-25T02:08:28.232Z Compiling signal-hook-mio v0.2.5
21432026-06-25T02:08:28.248Z Compiling cookie_store v0.22.1
21442026-06-25T02:08:28.368Z Compiling postgres-types v0.2.12
21452026-06-25T02:08:28.423Z Compiling bzip2 v0.4.4
21462026-06-25T02:08:28.478Z Compiling globset v0.4.18
21472026-06-25T02:08:28.528Z Compiling strum v0.27.2
21482026-06-25T02:08:28.658Z Compiling hubpack v0.1.2
21492026-06-25T02:08:28.730Z Compiling ed25519 v2.2.3
21502026-06-25T02:08:28.758Z Compiling phf_shared v0.11.3
21512026-06-25T02:08:28.849Z Compiling crossbeam-epoch v0.9.18
21522026-06-25T02:08:28.884Z Compiling olpc-cjson v0.1.4
21532026-06-25T02:08:28.887Z Compiling pkcs1 v0.7.5
21542026-06-25T02:08:28.929Z Compiling pem v3.0.6
21552026-06-25T02:08:29.060Z Compiling serde-big-array v0.5.1
21562026-06-25T02:08:29.064Z Compiling serde_plain v1.0.2
21572026-06-25T02:08:29.090Z Compiling rfc6979 v0.4.0
21582026-06-25T02:08:29.182Z Compiling float-cmp v0.10.0
21592026-06-25T02:08:29.215Z Compiling memmap2 v0.9.10
21602026-06-25T02:08:29.231Z Compiling env_filter v1.0.0
21612026-06-25T02:08:29.284Z Compiling whoami v2.1.0
21622026-06-25T02:08:29.298Z Compiling difflib v0.4.0
21632026-06-25T02:08:29.301Z Compiling fixedbitset v0.4.2
21642026-06-25T02:08:29.336Z Compiling jiff v0.2.21
21652026-06-25T02:08:29.367Z Compiling normalize-line-endings v0.3.0
21662026-06-25T02:08:29.438Z Compiling fixedbitset v0.5.7
21672026-06-25T02:08:29.480Z Compiling toml_write v0.1.2
21682026-06-25T02:08:29.495Z Compiling new_debug_unreachable v1.0.6
21692026-06-25T02:08:29.512Z Compiling precomputed-hash v0.1.1
21702026-06-25T02:08:29.528Z Compiling data-encoding v2.10.0
21712026-06-25T02:08:29.580Z Compiling typed-path v0.9.3
21722026-06-25T02:08:29.618Z Compiling predicates-core v1.0.10
21732026-06-25T02:08:29.633Z Compiling keccak v0.1.6
21742026-06-25T02:08:29.694Z Compiling static_assertions v1.1.0
21752026-06-25T02:08:29.743Z Compiling toml_edit v0.22.27
21762026-06-25T02:08:29.780Z Compiling sha3 v0.10.8
21772026-06-25T02:08:29.802Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-06-25T02:08:29.842Z Compiling hickory-proto v0.25.2
21792026-06-25T02:08:29.907Z Compiling predicates v3.1.4
21802026-06-25T02:08:30.061Z Compiling petgraph v0.8.3
21812026-06-25T02:08:30.316Z Compiling string_cache v0.8.9
21822026-06-25T02:08:30.454Z Compiling tokio-postgres v0.7.16
21832026-06-25T02:08:30.477Z Compiling petgraph v0.6.5
21842026-06-25T02:08:30.556Z Compiling env_logger v0.11.9
21852026-06-25T02:08:30.727Z Compiling usdt v0.6.0
21862026-06-25T02:08:30.928Z Compiling ecdsa v0.16.9
21872026-06-25T02:08:31.003Z Compiling rsa v0.9.10
21882026-06-25T02:08:31.663Z Compiling ed25519-dalek v2.2.0
21892026-06-25T02:08:31.966Z Compiling zip v4.6.1
21902026-06-25T02:08:32.243Z Compiling zip v0.6.6
21912026-06-25T02:08:32.536Z Compiling crossterm v0.28.1
21922026-06-25T02:08:32.552Z Compiling iddqd v0.4.2
21932026-06-25T02:08:32.756Z Compiling clap v4.6.1
21942026-06-25T02:08:32.824Z Compiling serde_with v3.17.0
21952026-06-25T02:08:32.847Z Compiling similar v2.7.0
21962026-06-25T02:08:32.862Z Compiling strum v0.26.3
21972026-06-25T02:08:33.009Z Compiling toml v0.7.8
21982026-06-25T02:08:33.011Z Compiling tokio-stream v0.1.18
21992026-06-25T02:08:33.089Z Compiling itertools v0.13.0
22002026-06-25T02:08:33.498Z Compiling buf-list v1.1.2
22012026-06-25T02:08:33.584Z Compiling x509-cert v0.2.5
22022026-06-25T02:08:33.693Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22032026-06-25T02:08:33.801Z Compiling openapiv3 v2.2.0
22042026-06-25T02:08:33.999Z Compiling sha1 v0.10.6
22052026-06-25T02:08:34.234Z Compiling lalrpop-util v0.19.12
22062026-06-25T02:08:34.362Z Compiling peg-runtime v0.8.5
22072026-06-25T02:08:50.189Z Compiling rustls-webpki v0.103.9
22082026-06-25T02:08:50.639Z Compiling macaddr v1.0.1
22092026-06-25T02:08:50.735Z Compiling structmeta-derive v0.3.0
22102026-06-25T02:08:50.811Z Compiling rayon-core v1.13.0
22112026-06-25T02:08:50.954Z Compiling crucible-workspace-hack v0.1.0
22122026-06-25T02:08:51.010Z Compiling itertools v0.14.0
22132026-06-25T02:08:51.032Z Compiling secrecy v0.10.3
22142026-06-25T02:08:51.067Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-25T02:08:51.181Z Compiling heapless v0.8.0
22162026-06-25T02:08:51.238Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-06-25T02:08:51.265Z Compiling rustls v0.22.4
22182026-06-25T02:08:51.299Z Compiling crossbeam-deque v0.8.6
22192026-06-25T02:08:51.370Z Compiling rustls-webpki v0.102.8
22202026-06-25T02:08:51.466Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-06-25T02:08:51.501Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-06-25T02:08:51.532Z Compiling hash32 v0.3.1
22232026-06-25T02:08:51.535Z Compiling multer v3.1.0
22242026-06-25T02:08:51.536Z Compiling thread_local v1.1.9
22252026-06-25T02:08:51.578Z Compiling compression-core v0.4.31
22262026-06-25T02:08:51.671Z Compiling unicode-width v0.2.0
22272026-06-25T02:08:51.701Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-06-25T02:08:51.727Z Compiling match_cfg v0.1.0
22292026-06-25T02:08:51.745Z Compiling structmeta v0.3.0
22302026-06-25T02:08:51.761Z Compiling cpufeatures v0.3.0
22312026-06-25T02:08:51.778Z Compiling slog-async v2.8.0
22322026-06-25T02:08:51.812Z Compiling smoltcp v0.11.0
22332026-06-25T02:08:51.926Z Compiling hostname v0.3.1
22342026-06-25T02:08:51.976Z Compiling derive-ex v0.1.8
22352026-06-25T02:08:51.996Z Compiling compression-codecs v0.4.37
22362026-06-25T02:08:52.019Z Compiling proc-macro-crate v3.4.0
22372026-06-25T02:08:52.158Z Compiling atomicwrites v0.4.4
22382026-06-25T02:08:52.284Z Compiling ingot-macros v0.1.1
22392026-06-25T02:08:52.372Z Compiling slog-json v2.6.1
22402026-06-25T02:08:52.387Z Compiling crossbeam-channel v0.5.15
22412026-06-25T02:08:52.450Z Compiling half v2.7.1
22422026-06-25T02:08:52.467Z Compiling newtype-uuid-macros v0.1.0
22432026-06-25T02:08:52.611Z Compiling cobs v0.3.0
22442026-06-25T02:08:52.639Z Compiling thiserror-impl-no-std v2.0.2
22452026-06-25T02:08:52.819Z Compiling universal-hash v0.5.1
22462026-06-25T02:08:52.906Z Compiling async-stream-impl v0.3.6
22472026-06-25T02:08:52.981Z Compiling toml_datetime v1.0.0+spec-1.1.0
22482026-06-25T02:08:53.072Z Compiling serde_spanned v1.0.4
22492026-06-25T02:08:53.179Z Compiling is-terminal v0.4.17
22502026-06-25T02:08:53.241Z Compiling proc-macro-error-attr v1.0.4
22512026-06-25T02:08:53.275Z Compiling dropshot v0.17.0
22522026-06-25T02:08:53.302Z Compiling ciborium-io v0.2.2
22532026-06-25T02:08:53.416Z Compiling term v1.2.1
22542026-06-25T02:08:53.432Z Compiling opaque-debug v0.3.1
22552026-06-25T02:08:53.473Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-06-25T02:08:53.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-06-25T02:08:53.504Z Compiling convert_case v0.4.0
22582026-06-25T02:08:53.522Z Compiling take_mut v0.2.2
22592026-06-25T02:08:53.536Z Compiling async-stream v0.3.6
22602026-06-25T02:08:53.662Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-25T02:08:53.665Z Compiling thiserror-no-std v2.0.2
22622026-06-25T02:08:53.695Z Compiling tokio-rustls v0.26.4
22632026-06-25T02:08:53.748Z Compiling rustls-platform-verifier v0.6.2
22642026-06-25T02:08:53.751Z Compiling slog-term v2.9.2
22652026-06-25T02:08:53.829Z Compiling derive_more v0.99.20
22662026-06-25T02:08:53.846Z Compiling poly1305 v0.8.0
22672026-06-25T02:08:53.860Z Compiling test-strategy v0.4.5
22682026-06-25T02:08:53.971Z Compiling hyper-rustls v0.27.7
22692026-06-25T02:08:53.988Z Compiling tokio-rustls v0.25.0
22702026-06-25T02:08:54.251Z Compiling reqwest v0.12.28
22712026-06-25T02:08:54.299Z Compiling reqwest v0.13.2
22722026-06-25T02:08:54.548Z Compiling ciborium-ll v0.2.2
22732026-06-25T02:08:54.828Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-06-25T02:08:54.879Z Compiling ingot-types v0.1.2
22752026-06-25T02:08:54.894Z Compiling postcard v1.1.3
22762026-06-25T02:08:55.146Z Compiling slog-bunyan v2.5.0
22772026-06-25T02:08:55.214Z Compiling num_enum_derive v0.7.6
22782026-06-25T02:08:55.263Z Compiling async-compression v0.4.41
22792026-06-25T02:08:55.288Z Compiling ingot v0.1.1
22802026-06-25T02:08:55.350Z Compiling parse-display-derive v0.10.0
22812026-06-25T02:08:55.353Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22822026-06-25T02:08:55.746Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-06-25T02:08:55.965Z Compiling tough v0.22.0
22842026-06-25T02:08:56.013Z Compiling proc-macro-crate v1.3.1
22852026-06-25T02:08:56.190Z Compiling waitgroup v0.1.2
22862026-06-25T02:08:56.372Z Compiling backon v1.6.0
22872026-06-25T02:08:56.385Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22882026-06-25T02:08:56.548Z Compiling password-hash v0.5.0
22892026-06-25T02:08:56.620Z Compiling chacha20 v0.9.1
22902026-06-25T02:08:56.643Z Compiling dropshot_endpoint v0.17.0
22912026-06-25T02:08:56.830Z Compiling rustls-pemfile v2.2.0
22922026-06-25T02:08:56.874Z Compiling blake2 v0.10.6
22932026-06-25T02:08:57.139Z Compiling aead v0.5.2
22942026-06-25T02:08:57.351Z Compiling foreign-types-macros v0.2.3
22952026-06-25T02:08:57.387Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-25T02:08:57.478Z Compiling serde_path_to_error v0.1.20
22972026-06-25T02:08:57.493Z Compiling hostname v0.4.2
22982026-06-25T02:08:57.537Z Compiling proc-macro-error v1.0.4
22992026-06-25T02:08:57.540Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-25T02:08:57.635Z Compiling instant v0.1.13
23012026-06-25T02:08:57.677Z Compiling typeid v1.0.3
23022026-06-25T02:08:57.739Z Compiling debug-ignore v1.0.5
23032026-06-25T02:08:57.754Z Compiling foreign-types-shared v0.3.1
23042026-06-25T02:08:57.843Z Compiling backoff v0.4.0
23052026-06-25T02:08:57.858Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23062026-06-25T02:08:57.872Z Compiling chacha20poly1305 v0.10.1
23072026-06-25T02:08:57.875Z Compiling argon2 v0.5.3
23082026-06-25T02:08:57.902Z Compiling parse-display v0.10.0
23092026-06-25T02:08:57.905Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-25T02:08:57.948Z Compiling num_enum_derive v0.5.11
23112026-06-25T02:08:57.963Z Compiling foreign-types v0.5.0
23122026-06-25T02:08:58.022Z Compiling num_enum v0.7.6
23132026-06-25T02:08:58.038Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23142026-06-25T02:08:58.078Z Compiling ciborium v0.2.2
23152026-06-25T02:08:58.196Z Compiling vsss-rs v3.3.4
23162026-06-25T02:08:58.292Z Compiling tabwriter v1.4.1
23172026-06-25T02:08:58.398Z Compiling chacha20 v0.10.0
23182026-06-25T02:08:58.490Z Compiling regress v0.10.5
23192026-06-25T02:08:58.711Z Compiling byte-wrapper v0.1.0
23202026-06-25T02:08:58.782Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23212026-06-25T02:08:58.865Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-25T02:08:58.907Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23232026-06-25T02:08:58.931Z Compiling cstr-argument v0.1.2
23242026-06-25T02:08:59.114Z Compiling humantime v2.3.0
23252026-06-25T02:08:59.311Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-06-25T02:08:59.362Z Compiling erased-serde v0.4.9
23272026-06-25T02:08:59.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23282026-06-25T02:08:59.567Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-06-25T02:08:59.584Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-06-25T02:08:59.587Z Compiling num_enum v0.5.11
23312026-06-25T02:08:59.616Z Compiling rand v0.10.0
23322026-06-25T02:08:59.688Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-06-25T02:08:59.721Z Compiling rayon v1.11.0
23342026-06-25T02:08:59.735Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-06-25T02:08:59.844Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-25T02:08:59.868Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23372026-06-25T02:08:59.920Z Compiling indent_write v2.2.0
23382026-06-25T02:08:59.940Z Compiling libefi-sys v0.1.0
23392026-06-25T02:08:59.964Z Compiling colored v3.1.1
23402026-06-25T02:09:00.025Z Compiling zone_cfg_derive v0.3.1
23412026-06-25T02:09:00.086Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23422026-06-25T02:09:00.172Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-06-25T02:09:00.188Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23442026-06-25T02:09:00.377Z Compiling camino-tempfile v1.4.1
23452026-06-25T02:09:00.415Z Compiling itertools v0.12.1
23462026-06-25T02:09:00.436Z Compiling usdt-macro v0.5.0
23472026-06-25T02:09:00.649Z Compiling usdt-attr-macro v0.5.0
23482026-06-25T02:09:00.664Z Compiling bitfield-struct v0.6.2
23492026-06-25T02:09:00.712Z Compiling num-derive v0.4.2
23502026-06-25T02:09:00.727Z Compiling blake3 v1.8.5
23512026-06-25T02:09:00.826Z Compiling ordered-float v2.10.1
23522026-06-25T02:09:01.107Z Compiling sigpipe v0.1.3
23532026-06-25T02:09:01.128Z Compiling memmap v0.7.0
23542026-06-25T02:09:01.143Z Compiling glob v0.3.3
23552026-06-25T02:09:01.221Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-06-25T02:09:01.324Z Compiling swrite v0.1.0
23572026-06-25T02:09:01.388Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-06-25T02:09:01.426Z Compiling usdt v0.5.0
23592026-06-25T02:09:01.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23602026-06-25T02:09:01.652Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23612026-06-25T02:09:01.725Z Compiling serde-value v0.7.0
23622026-06-25T02:09:01.894Z Compiling zone v0.3.1
23632026-06-25T02:09:01.949Z Compiling serde-untagged v0.1.9
23642026-06-25T02:09:01.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23652026-06-25T02:09:02.090Z Compiling toml v0.8.23
23662026-06-25T02:09:02.292Z Compiling smf v0.2.3
23672026-06-25T02:09:02.309Z Compiling filetime v0.2.27
23682026-06-25T02:09:02.328Z Compiling arrayref v0.3.9
23692026-06-25T02:09:02.346Z Compiling whoami v1.6.1
23702026-06-25T02:09:02.363Z Compiling unicode-xid v0.2.6
23712026-06-25T02:09:02.424Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-06-25T02:09:02.453Z Compiling xattr v1.6.1
23732026-06-25T02:09:02.519Z Compiling arrayvec v0.7.6
23742026-06-25T02:09:02.534Z Compiling constant_time_eq v0.4.2
23752026-06-25T02:09:02.537Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-06-25T02:09:02.567Z Compiling cargo-util-schemas v0.8.2
23772026-06-25T02:09:02.670Z Compiling tar v0.4.45
23782026-06-25T02:09:02.774Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-06-25T02:09:02.845Z Compiling tokio-dtrace v0.1.1
23802026-06-25T02:09:03.026Z Compiling console v0.16.2
23812026-06-25T02:09:03.096Z Compiling gethostname v0.5.0
23822026-06-25T02:09:03.180Z Compiling cargo-platform v0.2.0
23832026-06-25T02:09:03.237Z Compiling topological-sort v0.2.2
23842026-06-25T02:09:03.253Z Compiling unit-prefix v0.5.2
23852026-06-25T02:09:03.434Z Compiling indicatif v0.18.4
23862026-06-25T02:09:03.448Z Compiling oxide-tokio-rt v0.1.4
23872026-06-25T02:09:03.451Z Compiling shell-words v1.1.1
23882026-06-25T02:09:03.480Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-06-25T02:09:03.729Z Compiling cargo_metadata v0.21.0
23902026-06-25T02:09:13.307Z Compiling omicron-zone-package v0.12.2
23912026-06-25T02:09:13.338Z Compiling progenitor-client v0.14.0
23922026-06-25T02:09:13.825Z Compiling progenitor-extras v0.2.0
23932026-06-25T02:09:15.982Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-06-25T02:09:15.996Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-06-25T02:09:15.999Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-06-25T02:09:15.999Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-06-25T02:09:16.011Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-06-25T02:09:16.026Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-06-25T02:09:16.201Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-06-25T02:09:16.316Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-06-25T02:09:16.338Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-06-25T02:09:20.094Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-06-25T02:09:27.903Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-06-25T02:09:31.027Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-06-25T02:09:32.039Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-06-25T02:09:41.421Z Finished `release` profile [optimized] target(s) in 1m 42s
24072026-06-25T02:09:41.558Z Running `target/release/omicron-package -t test target create -p dev`
24082026-06-25T02:09:41.619ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-06-25T02:09:41.622ZCreated new build target 'test' and set it as active
24102026-06-25T02:09:41.622Z
24112026-06-25T02:09:41.622Zreal 1:43.070060054
24122026-06-25T02:09:41.622Zuser 16:49.273826748
24132026-06-25T02:09:41.622Zsys 2:36.270076316
24142026-06-25T02:09:41.622Ztrap 0.463690491
24152026-06-25T02:09:41.622Ztflt 2.795887605
24162026-06-25T02:09:41.622Zdflt 4.691036986
24172026-06-25T02:09:41.625Zkflt 0.000763190
24182026-06-25T02:09:41.625Zlock 52:26.618592923
24192026-06-25T02:09:41.625Zslp 43:13.947375528
24202026-06-25T02:09:41.625Zlat 38.069850398
24212026-06-25T02:09:41.625Zstop 5:04.604591866
24222026-06-25T02:09:41.625Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-06-25T02:09:42.434Z Finished `release` profile [optimized] target(s) in 0.79s
24242026-06-25T02:09:42.501Z Running `target/release/omicron-package -t test package`
24252026-06-25T02:09:42.557ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-06-25T02:09:43.915Z Compiling heck v0.5.0
24272026-06-25T02:09:43.918Z Compiling regress v0.11.1
24282026-06-25T02:09:44.130Z Compiling unsafe-libyaml v0.2.11
24292026-06-25T02:09:44.163Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-06-25T02:09:44.191Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24312026-06-25T02:09:44.196Z Compiling unicode-width v0.1.14
24322026-06-25T02:09:44.196Z Compiling atomicwrites v0.4.4
24332026-06-25T02:09:44.231Z Compiling derive-where v1.6.0
24342026-06-25T02:09:44.249Z Compiling bytecount v0.6.9
24352026-06-25T02:09:44.252Z Compiling is-terminal v0.4.17
24362026-06-25T02:09:44.252Z Compiling prettyplease v0.2.37
24372026-06-25T02:09:44.333Z Compiling console v0.15.11
24382026-06-25T02:09:44.333Z Compiling newline-converter v0.3.0
24392026-06-25T02:09:44.336Z Compiling slog-dtrace v0.3.0
24402026-06-25T02:09:44.371Z Compiling owo-colors v4.3.0
24412026-06-25T02:09:44.417Z Compiling resolv-conf v0.7.6
24422026-06-25T02:09:44.420Z Compiling cancel-safe-futures v0.1.5
24432026-06-25T02:09:44.440Z Compiling rustls v0.22.4
24442026-06-25T02:09:44.479Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-06-25T02:09:44.503Z Compiling num-rational v0.4.2
24462026-06-25T02:09:44.547Z Compiling libsw-core v0.3.2
24472026-06-25T02:09:44.547Z Compiling rustls-webpki v0.102.8
24482026-06-25T02:09:44.587Z Compiling num-complex v0.4.6
24492026-06-25T02:09:44.671Z Compiling serde_yaml v0.9.34+deprecated
24502026-06-25T02:09:44.732Z Compiling expectorate v1.2.0
24512026-06-25T02:09:44.772Z Compiling thread_local v1.1.9
24522026-06-25T02:09:44.809Z Compiling compression-core v0.4.31
24532026-06-25T02:09:44.829Z Compiling match_cfg v0.1.0
24542026-06-25T02:09:44.926Z Compiling hostname v0.3.1
24552026-06-25T02:09:44.967Z Compiling compression-codecs v0.4.37
24562026-06-25T02:09:45.026Z Compiling num v0.4.3
24572026-06-25T02:09:45.087Z Compiling libsw v3.5.0
24582026-06-25T02:09:45.123Z Compiling multer v3.1.0
24592026-06-25T02:09:45.192Z Compiling slog-async v2.8.0
24602026-06-25T02:09:45.233Z Compiling crossbeam-channel v0.5.15
24612026-06-25T02:09:45.254Z Compiling slog-json v2.6.1
24622026-06-25T02:09:45.273Z Compiling toml_datetime v1.0.0+spec-1.1.0
24632026-06-25T02:09:45.294Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-06-25T02:09:45.400Z Compiling serde_spanned v1.0.4
24652026-06-25T02:09:45.447Z Compiling term v1.2.1
24662026-06-25T02:09:45.467Z Compiling toml_writer v1.0.6+spec-1.1.0
24672026-06-25T02:09:45.488Z Compiling linear-map v1.2.0
24682026-06-25T02:09:45.509Z Compiling linked-hash-map v0.5.6
24692026-06-25T02:09:45.512Z Compiling float-ord v0.3.2
24702026-06-25T02:09:45.572Z Compiling take_mut v0.2.2
24712026-06-25T02:09:45.593Z Compiling slog-bunyan v2.5.0
24722026-06-25T02:09:45.670Z Compiling typify-impl v0.6.2
24732026-06-25T02:09:45.697Z Compiling toml v1.0.6+spec-1.1.0
24742026-06-25T02:09:45.719Z Compiling lru-cache v0.1.2
24752026-06-25T02:09:45.761Z Compiling slog-term v2.9.2
24762026-06-25T02:09:45.765Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-06-25T02:09:45.765Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24782026-06-25T02:09:45.966Z Compiling async-compression v0.4.41
24792026-06-25T02:09:46.011Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-06-25T02:09:46.045Z Compiling async-stream v0.3.6
24812026-06-25T02:09:46.173Z Compiling dropshot v0.17.0
24822026-06-25T02:09:46.194Z Compiling progenitor-client v0.14.0
24832026-06-25T02:09:46.197Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24842026-06-25T02:09:46.237Z Compiling waitgroup v0.1.2
24852026-06-25T02:09:46.261Z Compiling rustls-pemfile v2.2.0
24862026-06-25T02:09:46.302Z Compiling backon v1.6.0
24872026-06-25T02:09:46.338Z Compiling hostname v0.4.2
24882026-06-25T02:09:46.403Z Compiling serde_path_to_error v0.1.20
24892026-06-25T02:09:46.424Z Compiling instant v0.1.13
24902026-06-25T02:09:46.477Z Compiling minimal-lexical v0.2.1
24912026-06-25T02:09:46.521Z Compiling debug-ignore v1.0.5
24922026-06-25T02:09:46.542Z Compiling backoff v0.4.0
24932026-06-25T02:09:46.545Z Compiling progenitor-extras v0.2.0
24942026-06-25T02:09:46.583Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24952026-06-25T02:09:46.656Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24962026-06-25T02:09:46.757Z Compiling nom v7.1.3
24972026-06-25T02:09:46.779Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-06-25T02:09:46.803Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-06-25T02:09:46.828Z Compiling tokio-rustls v0.25.0
25002026-06-25T02:09:46.848Z Compiling parse-display v0.10.0
25012026-06-25T02:09:46.936Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25022026-06-25T02:09:47.011Z Compiling hickory-proto v0.24.4
25032026-06-25T02:09:47.153Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25042026-06-25T02:09:47.560Z Compiling regress v0.10.5
25052026-06-25T02:09:47.865Z Compiling macaddr v1.0.1
25062026-06-25T02:09:47.963Z Compiling unicode-xid v0.2.6
25072026-06-25T02:09:48.101Z Compiling humantime v2.3.0
25082026-06-25T02:09:48.125Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-06-25T02:09:48.225Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-06-25T02:09:48.308Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-06-25T02:09:48.381Z Compiling convert_case v0.10.0
25122026-06-25T02:09:48.453Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-06-25T02:09:48.573Z Compiling toml v0.8.23
25142026-06-25T02:09:48.685Z Compiling derive_more-impl v2.1.1
25152026-06-25T02:09:48.886Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25162026-06-25T02:09:49.114Z Compiling typify-macro v0.6.2
25172026-06-25T02:09:49.136Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-06-25T02:09:49.158Z Compiling papergrid v0.11.0
25192026-06-25T02:09:49.294Z Compiling tabled_derive v0.7.0
25202026-06-25T02:09:49.449Z Compiling hickory-resolver v0.24.4
25212026-06-25T02:09:49.471Z Compiling derive_more v2.1.1
25222026-06-25T02:09:49.563Z Compiling termtree v0.5.1
25232026-06-25T02:09:49.585Z Compiling crossterm v0.29.0
25242026-06-25T02:09:49.762Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-06-25T02:09:50.234Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25262026-06-25T02:09:50.654Z Compiling typify v0.6.2
25272026-06-25T02:09:50.790Z Compiling progenitor-impl v0.14.0
25282026-06-25T02:09:51.526Z Compiling qorb v0.4.1
25292026-06-25T02:09:51.700Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-06-25T02:09:51.914Z Compiling tabled v0.15.0
25312026-06-25T02:09:52.542Z Compiling phf_shared v0.12.1
25322026-06-25T02:09:52.790Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-06-25T02:09:52.942Z Compiling progenitor-macro v0.14.0
25342026-06-25T02:09:53.308Z Compiling csv-core v0.1.13
25352026-06-25T02:09:53.747Z Compiling vte v0.14.1
25362026-06-25T02:09:53.793Z Compiling highway v1.3.0
25372026-06-25T02:09:54.003Z Compiling chrono-tz v0.10.4
25382026-06-25T02:09:54.374Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-06-25T02:09:54.525Z Compiling strip-ansi-escapes v0.2.1
25402026-06-25T02:09:54.834Z Compiling csv v1.4.0
25412026-06-25T02:09:54.876Z Compiling phf v0.12.1
25422026-06-25T02:09:55.051Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-06-25T02:09:55.077Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-06-25T02:09:55.098Z Compiling const_format_proc_macros v0.2.34
25452026-06-25T02:09:55.120Z Compiling fd-lock v4.0.4
25462026-06-25T02:09:55.287Z Compiling peg-macros v0.8.5
25472026-06-25T02:09:55.545Z Compiling nu-ansi-term v0.50.3
25482026-06-25T02:09:55.800Z Compiling reedline v0.40.0
25492026-06-25T02:09:55.867Z Compiling const_format v0.2.35
25502026-06-25T02:09:56.117Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25512026-06-25T02:09:56.577Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25522026-06-25T02:09:56.814Z Compiling peg v0.8.5
25532026-06-25T02:09:56.949Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-06-25T02:09:56.987Z Compiling progenitor v0.14.0
25552026-06-25T02:09:57.164Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25562026-06-25T02:09:57.503Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25572026-06-25T02:09:57.610Z Compiling bcs v0.1.6
25582026-06-25T02:09:57.966Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25592026-06-25T02:09:58.037Z Compiling nom v8.0.0
25602026-06-25T02:09:59.797Z Compiling semver v0.1.20
25612026-06-25T02:09:59.995Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-06-25T02:10:00.096Z Compiling rustc_version v0.1.7
25632026-06-25T02:10:00.243Z Compiling smawk v0.3.2
25642026-06-25T02:10:00.246Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
25652026-06-25T02:10:00.327Z Compiling newtype_derive v0.1.6
25662026-06-25T02:10:00.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-06-25T02:10:00.397Z Compiling unicode-linebreak v0.1.5
25682026-06-25T02:10:00.429Z Compiling base64 v0.21.7
25692026-06-25T02:10:00.464Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
25702026-06-25T02:10:00.637Z Compiling textwrap v0.16.2
25712026-06-25T02:10:00.702Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-06-25T02:10:00.759Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-06-25T02:10:00.859Z Compiling steno v0.4.1
25742026-06-25T02:10:00.880Z Compiling dropshot-api-manager-types v0.7.2
25752026-06-25T02:10:00.988Z Compiling utf-8 v0.7.6
25762026-06-25T02:10:01.037Z Compiling tagptr v0.2.0
25772026-06-25T02:10:01.228Z Compiling moka v0.12.13
25782026-06-25T02:10:01.228Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25792026-06-25T02:10:01.474Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-06-25T02:10:01.528Z Compiling tungstenite v0.21.0
25812026-06-25T02:10:01.647Z Compiling display-error-chain v0.2.2
25822026-06-25T02:10:01.824Z Compiling radium v0.7.0
25832026-06-25T02:10:02.159Z Compiling tokio-tungstenite v0.21.0
25842026-06-25T02:10:02.332Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-06-25T02:10:02.485Z Compiling hickory-resolver v0.25.2
25862026-06-25T02:10:02.516Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-25T02:10:02.557Z Compiling maybe-uninit v2.0.0
25882026-06-25T02:10:02.878Z Compiling tap v1.0.1
25892026-06-25T02:10:03.028Z Compiling wyz v0.5.1
25902026-06-25T02:10:03.267Z Compiling zerocopy-derive v0.6.6
25912026-06-25T02:10:03.418Z Compiling funty v2.0.0
25922026-06-25T02:10:03.673Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-06-25T02:10:04.030Z Compiling crc-catalog v2.4.0
25942026-06-25T02:10:04.157Z Compiling packed_struct v0.10.1
25952026-06-25T02:10:04.330Z Compiling crc v3.4.0
25962026-06-25T02:10:04.469Z Compiling zerocopy v0.6.6
25972026-06-25T02:10:04.564Z Compiling bitvec v1.0.1
25982026-06-25T02:10:04.851Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-06-25T02:10:05.189Z Compiling packed_struct_codegen v0.10.1
26002026-06-25T02:10:05.286Z Compiling vergen-lib v0.1.6
26012026-06-25T02:10:05.503Z Compiling bitfield-macros v0.19.4
26022026-06-25T02:10:05.747Z Compiling proc-macro-error-attr2 v2.0.0
26032026-06-25T02:10:06.184Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
26042026-06-25T02:10:06.207Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
26052026-06-25T02:10:06.226Z Compiling indexmap v1.9.3
26062026-06-25T02:10:06.322Z Compiling nodrop v0.1.14
26072026-06-25T02:10:06.345Z Compiling diesel_derives v2.3.7
26082026-06-25T02:10:06.430Z Compiling array-init v0.0.4
26092026-06-25T02:10:06.513Z Compiling bitfield v0.19.4
26102026-06-25T02:10:06.648Z Compiling proc-macro-error2 v2.0.1
26112026-06-25T02:10:06.841Z Compiling smallvec v0.6.14
26122026-06-25T02:10:06.950Z Compiling scheduled-thread-pool v0.2.7
26132026-06-25T02:10:07.025Z Compiling dsl_auto_type v0.2.0
26142026-06-25T02:10:07.116Z Compiling num-derive v0.3.3
26152026-06-25T02:10:07.317Z Compiling vergen-gitcl v1.0.8
26162026-06-25T02:10:07.540Z Compiling diesel_table_macro_syntax v0.3.0
26172026-06-25T02:10:07.561Z Compiling dirs-sys-next v0.1.2
26182026-06-25T02:10:07.561Z Compiling hashbrown v0.12.3
26192026-06-25T02:10:07.767Z Compiling glob v0.3.3
26202026-06-25T02:10:07.830Z Compiling maplit v1.0.2
26212026-06-25T02:10:07.947Z Compiling crunchy v0.2.4
26222026-06-25T02:10:07.998Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-25T02:10:08.017Z Compiling libscf-sys v1.1.0
26242026-06-25T02:10:08.122Z Compiling clang-sys v1.8.1
26252026-06-25T02:10:08.257Z Compiling dirs-next v2.0.0
26262026-06-25T02:10:08.431Z Compiling r2d2 v0.8.10
26272026-06-25T02:10:08.457Z Compiling serde-hex v0.1.0
26282026-06-25T02:10:08.507Z Compiling tabled_derive v0.11.0
26292026-06-25T02:10:08.720Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-25T02:10:08.809Z Compiling ron v0.8.1
26312026-06-25T02:10:08.957Z Compiling papergrid v0.17.0
26322026-06-25T02:10:09.022Z Compiling testing_table v0.3.0
26332026-06-25T02:10:09.100Z Compiling hashbrown v0.13.2
26342026-06-25T02:10:09.344Z Compiling tiny-keccak v2.0.2
26352026-06-25T02:10:09.451Z Compiling crc-any v2.5.0
26362026-06-25T02:10:09.541Z Compiling downcast-rs v2.0.2
26372026-06-25T02:10:09.590Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-06-25T02:10:09.667Z Compiling object v0.30.4
26392026-06-25T02:10:09.953Z Compiling term v0.7.0
26402026-06-25T02:10:10.211Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-06-25T02:10:10.263Z Compiling tabled v0.20.0
26422026-06-25T02:10:10.502Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26432026-06-25T02:10:10.536Z Compiling progenitor-impl v0.13.0
26442026-06-25T02:10:11.160Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-06-25T02:10:11.240Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-25T02:10:11.469Z Compiling bit-vec v0.6.3
26472026-06-25T02:10:11.523Z Compiling xshell-macros v0.2.7
26482026-06-25T02:10:11.634Z Compiling path-slash v0.1.5
26492026-06-25T02:10:11.710Z Compiling bit-set v0.5.3
26502026-06-25T02:10:11.922Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26512026-06-25T02:10:11.942Z Compiling xshell v0.2.7
26522026-06-25T02:10:12.155Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-06-25T02:10:12.432Z Compiling ascii-canvas v3.0.0
26542026-06-25T02:10:12.624Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26552026-06-25T02:10:12.695Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-06-25T02:10:12.718Z Compiling progenitor-macro v0.13.0
26572026-06-25T02:10:12.845Z Compiling diesel v2.3.7
26582026-06-25T02:10:13.233Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-06-25T02:10:14.523Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26602026-06-25T02:10:14.548Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-06-25T02:10:14.762Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-06-25T02:10:15.127Z Compiling progenitor-client v0.13.0
26632026-06-25T02:10:15.239Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26642026-06-25T02:10:15.415Z Compiling itertools v0.10.5
26652026-06-25T02:10:15.580Z Compiling ena v0.14.4
26662026-06-25T02:10:15.682Z Compiling libloading v0.8.9
26672026-06-25T02:10:15.816Z Compiling diff v0.1.13
26682026-06-25T02:10:15.941Z Compiling bindgen v0.71.1
26692026-06-25T02:10:16.080Z Compiling regex-syntax v0.6.29
26702026-06-25T02:10:16.230Z Compiling unicase v2.9.0
26712026-06-25T02:10:16.524Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-06-25T02:10:16.732Z Compiling progenitor v0.13.0
26732026-06-25T02:10:16.864Z Compiling cexpr v0.6.0
26742026-06-25T02:10:16.911Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-06-25T02:10:17.125Z Compiling crc8 v0.1.1
26762026-06-25T02:10:17.262Z Compiling rustc-hash v2.1.1
26772026-06-25T02:10:17.454Z Compiling lalrpop v0.19.12
26782026-06-25T02:10:17.679Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-06-25T02:10:17.736Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-06-25T02:10:18.074Z Compiling headers-core v0.3.0
26812026-06-25T02:10:18.205Z Compiling libxml v0.3.3
26822026-06-25T02:10:18.231Z Compiling headers v0.4.1
26832026-06-25T02:10:18.411Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-06-25T02:10:18.502Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26852026-06-25T02:10:18.524Z Compiling git-stub v1.0.0
26862026-06-25T02:10:18.723Z Compiling strum_macros v0.24.3
26872026-06-25T02:10:18.795Z Compiling indoc v1.0.9
26882026-06-25T02:10:18.897Z Compiling git-stub-vcs v0.1.0
26892026-06-25T02:10:19.232Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-06-25T02:10:19.253Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-06-25T02:10:19.379Z Compiling derive_builder v0.20.2
26922026-06-25T02:10:19.469Z Compiling quick-xml v0.37.5
26932026-06-25T02:10:19.551Z Compiling oso-derive v0.27.3
26942026-06-25T02:10:19.870Z Compiling impl-trait-for-tuples v0.2.3
26952026-06-25T02:10:19.938Z Compiling openssl-probe v0.1.6
26962026-06-25T02:10:20.098Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-06-25T02:10:20.234Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-06-25T02:10:20.794Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-06-25T02:10:20.876Z Compiling half v1.8.3
27002026-06-25T02:10:21.117Z Compiling serde_cbor v0.11.2
27012026-06-25T02:10:21.337Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-06-25T02:10:21.558Z Compiling bb8 v0.8.6
27032026-06-25T02:10:21.934Z Compiling trait-variant v0.1.2
27042026-06-25T02:10:22.108Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-06-25T02:10:22.134Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27062026-06-25T02:10:22.187Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-06-25T02:10:22.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-06-25T02:10:22.457Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-06-25T02:10:22.476Z Compiling fxhash v0.2.1
27102026-06-25T02:10:22.498Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27112026-06-25T02:10:22.501Z Compiling libz-sys v1.1.24
27122026-06-25T02:10:22.564Z Compiling samael v0.0.19
27132026-06-25T02:10:22.664Z Compiling salty v0.3.0
27142026-06-25T02:10:22.947Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27152026-06-25T02:10:22.979Z Compiling nonempty v0.12.0
27162026-06-25T02:10:23.293Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-06-25T02:10:23.530Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27182026-06-25T02:10:23.864Z Compiling kstat-rs v0.2.4
27192026-06-25T02:10:24.343Z Compiling arc-swap v1.8.2
27202026-06-25T02:10:24.364Z Compiling fs-err v2.11.0
27212026-06-25T02:10:24.738Z Compiling slog-scope v4.4.1
27222026-06-25T02:10:24.759Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-06-25T02:10:24.781Z Compiling polar-core v0.27.3
27242026-06-25T02:10:24.808Z Compiling mime_guess v2.0.5
27252026-06-25T02:10:25.115Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-06-25T02:10:25.326Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27272026-06-25T02:10:25.346Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27282026-06-25T02:10:25.583Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-06-25T02:10:25.782Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
27302026-06-25T02:10:26.312Z Compiling nanorand v0.7.0
27312026-06-25T02:10:26.679Z Compiling darling_core v0.23.0
27322026-06-25T02:10:26.703Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-06-25T02:10:26.706Z Compiling parking_lot_core v0.8.6
27342026-06-25T02:10:27.009Z Compiling flume v0.11.1
27352026-06-25T02:10:27.407Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
27362026-06-25T02:10:28.579Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-06-25T02:10:28.816Z Compiling slog-stdlog v4.1.1
27382026-06-25T02:10:28.820Z Compiling darling_macro v0.23.0
27392026-06-25T02:10:29.044Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-06-25T02:10:29.271Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-06-25T02:10:29.291Z Compiling primeorder v0.13.6
27422026-06-25T02:10:29.357Z Compiling atty v0.2.14
27432026-06-25T02:10:29.508Z Compiling instability v0.3.11
27442026-06-25T02:10:29.603Z Compiling parse-size v1.1.0
27452026-06-25T02:10:29.730Z Compiling strsim v0.10.0
27462026-06-25T02:10:29.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-06-25T02:10:29.837Z Compiling http-range v0.1.5
27482026-06-25T02:10:30.069Z Compiling diesel-dtrace v0.5.0
27492026-06-25T02:10:30.163Z Compiling async-bb8-diesel v0.2.1
27502026-06-25T02:10:30.417Z Compiling darling_core v0.13.4
27512026-06-25T02:10:30.543Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-06-25T02:10:30.606Z Compiling p384 v0.13.1
27532026-06-25T02:10:32.091Z Compiling darling v0.23.0
27542026-06-25T02:10:32.204Z Compiling slog-envlogger v2.2.0
27552026-06-25T02:10:33.564Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
27562026-06-25T02:10:34.045Z Compiling oso v0.27.3
27572026-06-25T02:10:34.296Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27582026-06-25T02:10:34.703Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592026-06-25T02:10:34.916Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27602026-06-25T02:10:35.183Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27612026-06-25T02:10:36.875Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622026-06-25T02:10:37.993Z Compiling ignore v0.4.25
27632026-06-25T02:10:38.624Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-25T02:10:38.651Z Compiling vergen-git2 v9.1.0
27652026-06-25T02:10:38.737Z Compiling castaway v0.2.4
27662026-06-25T02:10:38.873Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-06-25T02:10:38.892Z Compiling indoc v2.0.7
27682026-06-25T02:10:39.149Z Compiling compact_str v0.8.1
27692026-06-25T02:10:39.188Z Compiling globwalk v0.9.1
27702026-06-25T02:10:39.855Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-25T02:10:40.011Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27722026-06-25T02:10:40.069Z Compiling parking_lot v0.11.2
27732026-06-25T02:10:40.277Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27742026-06-25T02:10:40.477Z Compiling hyper-staticfile v0.10.1
27752026-06-25T02:10:40.660Z Compiling darling_macro v0.13.4
27762026-06-25T02:10:41.167Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27772026-06-25T02:10:41.302Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-06-25T02:10:41.327Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27792026-06-25T02:10:41.674Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27802026-06-25T02:10:41.787Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-06-25T02:10:41.813Z Compiling predicates-tree v1.0.13
27822026-06-25T02:10:42.089Z Compiling unicode-truncate v1.1.0
27832026-06-25T02:10:42.269Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27842026-06-25T02:10:42.299Z Compiling lru v0.12.5
27852026-06-25T02:10:42.434Z Compiling rand_seeder v0.4.0
27862026-06-25T02:10:42.485Z Compiling prefix-trie v0.7.0
27872026-06-25T02:10:42.519Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-25T02:10:42.682Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-06-25T02:10:42.939Z Compiling rustls v0.21.12
27902026-06-25T02:10:42.963Z Compiling corncobs v0.1.4
27912026-06-25T02:10:42.983Z Compiling cassowary v0.3.0
27922026-06-25T02:10:43.006Z Compiling illumos-nvpair-sys v0.2.0
27932026-06-25T02:10:43.197Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-25T02:10:43.242Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-06-25T02:10:43.287Z Compiling ratatui v0.29.0
27962026-06-25T02:10:43.308Z Compiling hickory-server v0.25.2
27972026-06-25T02:10:43.571Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-06-25T02:10:43.815Z Compiling camino-tempfile-ext v0.3.3
27992026-06-25T02:10:43.946Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-25T02:10:44.051Z Compiling darling v0.13.4
28012026-06-25T02:10:44.414Z Compiling sled v0.34.7
28022026-06-25T02:10:44.552Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-06-25T02:10:44.925Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-25T02:10:45.108Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-06-25T02:10:46.667Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-06-25T02:10:46.724Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28072026-06-25T02:10:46.945Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-06-25T02:10:47.157Z Compiling sct v0.7.1
28092026-06-25T02:10:47.428Z Compiling rustls-webpki v0.101.7
28102026-06-25T02:10:47.651Z Compiling secrecy v0.8.0
28112026-06-25T02:10:47.749Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28122026-06-25T02:10:48.337Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28132026-06-25T02:10:49.062Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28142026-06-25T02:10:49.113Z Compiling serde_with_macros v1.5.2
28152026-06-25T02:10:49.761Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-06-25T02:10:49.903Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28172026-06-25T02:10:51.525Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-06-25T02:10:51.566Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28192026-06-25T02:10:51.656Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-06-25T02:10:51.875Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-06-25T02:10:52.096Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-06-25T02:10:52.211Z Compiling git2 v0.20.4
28232026-06-25T02:10:52.231Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-06-25T02:10:52.313Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28252026-06-25T02:10:52.460Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-06-25T02:10:52.537Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-06-25T02:10:52.680Z Compiling void v1.0.2
28282026-06-25T02:10:52.820Z Compiling lzss v0.8.2
28292026-06-25T02:10:53.282Z Compiling illumos-nvpair v0.3.0
28302026-06-25T02:10:53.311Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28312026-06-25T02:10:53.965Z Compiling serde_with v1.14.0
28322026-06-25T02:10:55.183Z Compiling tokio-rustls v0.24.1
28332026-06-25T02:10:55.453Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28342026-06-25T02:10:55.490Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28352026-06-25T02:10:55.654Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28362026-06-25T02:10:58.083Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-25T02:10:58.210Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28382026-06-25T02:10:58.336Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-06-25T02:10:59.046Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-06-25T02:10:59.304Z Compiling tungstenite v0.23.0
28412026-06-25T02:10:59.358Z Compiling rustls-pemfile v1.0.4
28422026-06-25T02:10:59.701Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28432026-06-25T02:10:59.789Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28442026-06-25T02:11:00.007Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-06-25T02:11:00.173Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-06-25T02:11:00.240Z Compiling nix v0.27.1
28472026-06-25T02:11:01.147Z Compiling twox-hash v2.1.2
28482026-06-25T02:11:01.430Z Compiling serde_bytes v0.11.19
28492026-06-25T02:11:01.620Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28502026-06-25T02:11:01.662Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28512026-06-25T02:11:01.761Z Compiling tokio-tungstenite v0.23.1
28522026-06-25T02:11:01.806Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28532026-06-25T02:11:01.953Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28542026-06-25T02:11:02.154Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28552026-06-25T02:11:02.231Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28562026-06-25T02:11:03.551Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28572026-06-25T02:11:04.192Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28582026-06-25T02:11:04.338Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28592026-06-25T02:11:04.771Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-25T02:11:05.142Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-06-25T02:11:05.489Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28622026-06-25T02:11:05.814Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28632026-06-25T02:11:06.131Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28642026-06-25T02:11:06.192Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28652026-06-25T02:11:06.495Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28662026-06-25T02:11:07.095Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-06-25T02:11:07.414Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-06-25T02:11:07.818Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28692026-06-25T02:11:10.128Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-06-25T02:11:10.659Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-06-25T02:11:11.357Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-06-25T02:11:12.314Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28732026-06-25T02:11:12.596Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-06-25T02:11:12.819Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28752026-06-25T02:11:12.948Z Compiling signal-hook-tokio v0.3.1
28762026-06-25T02:11:13.162Z Compiling fatfs v0.3.6
28772026-06-25T02:11:13.393Z Compiling yasna v0.5.2
28782026-06-25T02:11:13.443Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-06-25T02:11:13.762Z Compiling assert_matches v1.5.0
28802026-06-25T02:11:13.878Z Compiling seq-macro v0.3.6
28812026-06-25T02:11:14.360Z Compiling is_ci v1.2.0
28822026-06-25T02:11:14.398Z Compiling rcgen v0.12.1
28832026-06-25T02:11:14.444Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842026-06-25T02:11:14.570Z Compiling supports-color v3.0.2
28852026-06-25T02:11:14.890Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-06-25T02:11:15.698Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-06-25T02:11:17.196Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-06-25T02:11:17.429Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28892026-06-25T02:11:17.661Z Compiling rtoolbox v0.0.3
28902026-06-25T02:11:17.943Z Compiling subprocess v0.2.15
28912026-06-25T02:11:18.017Z Compiling rpassword v7.4.0
28922026-06-25T02:11:18.375Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-06-25T02:11:18.957Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-06-25T02:11:19.876Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-06-25T02:11:20.159Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-06-25T02:11:20.294Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-06-25T02:11:20.349Z Compiling tui-tree-widget v0.23.1
28982026-06-25T02:11:20.641Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-06-25T02:11:22.367Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-06-25T02:11:22.523Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-06-25T02:11:22.796Z Compiling uzers v0.12.2
29022026-06-25T02:11:24.056Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-06-25T02:11:24.164Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-06-25T02:11:24.905Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-06-25T02:11:25.045Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-06-25T02:11:27.684Z Compiling support-bundle-viewer v0.1.2
29072026-06-25T02:11:29.094Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-06-25T02:11:29.554Z Compiling multimap v0.10.1
29092026-06-25T02:11:44.062Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-06-25T02:11:49.028Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29112026-06-25T02:11:50.482Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-06-25T02:11:51.655Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-06-25T02:11:53.063Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-06-25T02:18:47.700Z Finished `release` profile [optimized] target(s) in 9m 05s
29152026-06-25T02:19:35.331Z
29162026-06-25T02:19:35.331Zreal 9:53.682812537
29172026-06-25T02:19:35.331Zuser 1:18:30.797818735
29182026-06-25T02:19:35.335Zsys 3:27.250751068
29192026-06-25T02:19:35.335Ztrap 1.752834381
29202026-06-25T02:19:35.335Ztflt 2.271536534
29212026-06-25T02:19:35.335Zdflt 17.692777382
29222026-06-25T02:19:35.335Zkflt 0.006431850
29232026-06-25T02:19:35.335Zlock 7:04:21.763080277
29242026-06-25T02:19:35.335Zslp 2:13:02.123334512
29252026-06-25T02:19:35.335Zlat 2:20.755009094
29262026-06-25T02:19:35.335Zstop 5:08.464090635
29272026-06-25T02:19:35.335Z+ mapfile -t packages
29282026-06-25T02:19:35.335Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-06-25T02:19:36.245Z Finished `release` profile [optimized] target(s) in 0.89s
29302026-06-25T02:19:36.314Z Running `target/release/omicron-package -t test list-outputs`
29312026-06-25T02:19:36.373ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-06-25T02:19:36.376Z+ ptime -m cargo build --locked --release -p xtask
29332026-06-25T02:19:36.834Z Compiling libc v0.2.185
29342026-06-25T02:19:36.834Z Compiling serde v1.0.228
29352026-06-25T02:19:36.834Z Compiling serde_core v1.0.228
29362026-06-25T02:19:36.837Z Compiling rustix v1.1.3
29372026-06-25T02:19:36.837Z Compiling serde_json v1.0.149
29382026-06-25T02:19:36.921Z Compiling bitflags v2.11.0
29392026-06-25T02:19:36.970Z Compiling num-traits v0.2.19
29402026-06-25T02:19:36.981Z Compiling syn v2.0.117
29412026-06-25T02:19:37.002Z Compiling smallvec v1.15.1
29422026-06-25T02:19:37.005Z Compiling indexmap v2.14.0
29432026-06-25T02:19:37.011Z Compiling usdt-impl v0.5.0
29442026-06-25T02:19:37.034Z Compiling syn v1.0.109
29452026-06-25T02:19:37.046Z Compiling percent-encoding v2.3.2
29462026-06-25T02:19:37.049Z Compiling log v0.4.29
29472026-06-25T02:19:37.169Z Compiling getrandom v0.4.1
29482026-06-25T02:19:37.255Z Compiling form_urlencoded v1.2.2
29492026-06-25T02:19:37.341Z Compiling fs-err v3.3.0
29502026-06-25T02:19:37.344Z Compiling once_cell v1.21.3
29512026-06-25T02:19:37.413Z Compiling anyhow v1.0.102
29522026-06-25T02:19:37.427Z Compiling heck v0.4.1
29532026-06-25T02:19:37.663Z Compiling errno v0.3.14
29542026-06-25T02:19:37.664Z Compiling thread-id v4.2.2
29552026-06-25T02:19:37.668Z Compiling memmap v0.7.0
29562026-06-25T02:19:37.971Z Compiling ordered-float v2.10.1
29572026-06-25T02:19:38.494Z Compiling proc-macro-error v1.0.4
29582026-06-25T02:19:38.687Z Compiling terminal_size v0.4.3
29592026-06-25T02:19:38.687Z Compiling tempfile v3.25.0
29602026-06-25T02:19:38.732Z Compiling tabled_derive v0.7.0
29612026-06-25T02:19:38.782Z Compiling clap_builder v4.6.0
29622026-06-25T02:19:38.782Z Compiling textwrap v0.16.2
29632026-06-25T02:19:38.926Z Compiling camino-tempfile v1.4.1
29642026-06-25T02:19:39.397Z Compiling tabled v0.15.0
29652026-06-25T02:19:39.474Z Compiling synstructure v0.13.2
29662026-06-25T02:19:39.474Z Compiling pest_generator v2.8.6
29672026-06-25T02:19:39.844Z Compiling serde_derive v1.0.228
29682026-06-25T02:19:39.844Z Compiling zerovec-derive v0.11.2
29692026-06-25T02:19:39.847Z Compiling displaydoc v0.2.5
29702026-06-25T02:19:39.847Z Compiling thiserror-impl v1.0.69
29712026-06-25T02:19:39.847Z Compiling zerocopy-derive v0.7.35
29722026-06-25T02:19:39.847Z Compiling scroll_derive v0.12.1
29732026-06-25T02:19:39.847Z Compiling thiserror-impl v2.0.18
29742026-06-25T02:19:39.847Z Compiling clap_derive v4.6.1
29752026-06-25T02:19:39.887Z Compiling zerofrom-derive v0.1.6
29762026-06-25T02:19:39.930Z Compiling yoke-derive v0.8.1
29772026-06-25T02:19:40.008Z Compiling pest_derive v2.8.6
29782026-06-25T02:19:40.591Z Compiling scroll v0.12.0
29792026-06-25T02:19:40.709Z Compiling zerocopy v0.7.35
29802026-06-25T02:19:40.880Z Compiling goblin v0.8.2
29812026-06-25T02:19:40.940Z Compiling zerofrom v0.1.6
29822026-06-25T02:19:41.030Z Compiling thiserror v1.0.69
29832026-06-25T02:19:41.083Z Compiling yoke v0.8.1
29842026-06-25T02:19:41.093Z Compiling thiserror v2.0.18
29852026-06-25T02:19:41.126Z Compiling dtrace-parser v0.2.0
29862026-06-25T02:19:41.301Z Compiling zerovec v0.11.5
29872026-06-25T02:19:41.312Z Compiling zerotrie v0.2.3
29882026-06-25T02:19:41.487Z Compiling clap v4.6.1
29892026-06-25T02:19:41.909Z Compiling tinystr v0.8.2
29902026-06-25T02:19:41.939Z Compiling potential_utf v0.1.4
29912026-06-25T02:19:42.146Z Compiling icu_locale_core v2.1.1
29922026-06-25T02:19:42.159Z Compiling icu_collections v2.1.1
29932026-06-25T02:19:42.891Z Compiling icu_provider v2.1.1
29942026-06-25T02:19:43.212Z Compiling icu_normalizer v2.1.1
29952026-06-25T02:19:43.319Z Compiling icu_properties v2.1.2
29962026-06-25T02:19:43.377Z Compiling serde_spanned v0.6.9
29972026-06-25T02:19:43.492Z Compiling toml_datetime v0.6.11
29982026-06-25T02:19:43.531Z Compiling dof v0.3.0
29992026-06-25T02:19:43.562Z Compiling serde_tokenstream v0.2.3
30002026-06-25T02:19:43.626Z Compiling serde-value v0.7.0
30012026-06-25T02:19:43.804Z Compiling toml_edit v0.22.27
30022026-06-25T02:19:43.871Z Compiling cargo-platform v0.2.0
30032026-06-25T02:19:43.883Z Compiling macaddr v1.0.1
30042026-06-25T02:19:44.271Z Compiling idna_adapter v1.2.1
30052026-06-25T02:19:44.370Z Compiling usdt-macro v0.5.0
30062026-06-25T02:19:44.373Z Compiling usdt-attr-macro v0.5.0
30072026-06-25T02:19:44.405Z Compiling idna v1.1.0
30082026-06-25T02:19:44.811Z Compiling url v2.5.8
30092026-06-25T02:19:45.021Z Compiling usdt v0.5.0
30102026-06-25T02:19:45.353Z Compiling toml v0.8.23
30112026-06-25T02:19:45.779Z Compiling cargo-util-schemas v0.8.2
30122026-06-25T02:19:45.779Z Compiling cargo_toml v0.21.0
30132026-06-25T02:19:46.836Z Compiling cargo_metadata v0.21.0
30142026-06-25T02:19:50.305Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-06-25T02:19:53.305Z Finished `release` profile [optimized] target(s) in 16.91s
30162026-06-25T02:19:53.447Z
30172026-06-25T02:19:53.447Zreal 17.035265075
30182026-06-25T02:19:53.448Zuser 2:19.494619320
30192026-06-25T02:19:53.448Zsys 16.542629047
30202026-06-25T02:19:53.448Ztrap 0.077631960
30212026-06-25T02:19:53.448Ztflt 0.661932393
30222026-06-25T02:19:53.448Zdflt 1.578680431
30232026-06-25T02:19:53.451Zkflt 0.000039990
30242026-06-25T02:19:53.451Zlock 5:20.200307135
30252026-06-25T02:19:53.451Zslp 3:24.516816833
30262026-06-25T02:19:53.451Zlat 5.281039460
30272026-06-25T02:19:53.451Zstop 18.473650827
30282026-06-25T02:19:53.451Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-06-25T02:19:53.451Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-06-25T02:19:53.451Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-06-25T02:19:53.451Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-06-25T02:19:53.451Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-06-25T02:19:54.333Z Compiling progenitor-client v0.14.0
30342026-06-25T02:19:54.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-06-25T02:19:54.336Z Compiling newtype-uuid-macros v0.1.0
30362026-06-25T02:19:54.337Z Compiling match_cfg v0.1.0
30372026-06-25T02:19:54.337Z Compiling slog-json v2.6.1
30382026-06-25T02:19:54.337Z Compiling structmeta-derive v0.3.0
30392026-06-25T02:19:54.337Z Compiling rustls v0.22.4
30402026-06-25T02:19:54.337Z Compiling rustls-webpki v0.102.8
30412026-06-25T02:19:54.337Z Compiling multer v3.1.0
30422026-06-25T02:19:54.472Z Compiling compression-core v0.4.31
30432026-06-25T02:19:54.476Z Compiling debug-ignore v1.0.5
30442026-06-25T02:19:54.476Z Compiling atomicwrites v0.4.4
30452026-06-25T02:19:54.476Z Compiling itertools v0.14.0
30462026-06-25T02:19:54.612Z Compiling async-stream-impl v0.3.6
30472026-06-25T02:19:54.625Z Compiling hostname v0.3.1
30482026-06-25T02:19:54.642Z Compiling serde_spanned v1.0.4
30492026-06-25T02:19:54.645Z Compiling toml_datetime v1.0.0+spec-1.1.0
30502026-06-25T02:19:54.710Z Compiling compression-codecs v0.4.37
30512026-06-25T02:19:54.713Z Compiling dropshot v0.17.0
30522026-06-25T02:19:54.728Z Compiling toml_writer v1.0.6+spec-1.1.0
30532026-06-25T02:19:54.780Z Compiling slog-bunyan v2.5.0
30542026-06-25T02:19:54.815Z Compiling waitgroup v0.1.2
30552026-06-25T02:19:54.815Z Compiling rustls-pemfile v2.2.0
30562026-06-25T02:19:54.819Z Compiling dropshot_endpoint v0.17.0
30572026-06-25T02:19:54.819Z Compiling serde_path_to_error v0.1.20
30582026-06-25T02:19:54.950Z Compiling toml v1.0.6+spec-1.1.0
30592026-06-25T02:19:54.991Z Compiling async-compression v0.4.41
30602026-06-25T02:19:54.994Z Compiling hostname v0.4.2
30612026-06-25T02:19:54.995Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-06-25T02:19:54.995Z Compiling macaddr v1.0.1
30632026-06-25T02:19:55.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-06-25T02:19:55.091Z Compiling instant v0.1.13
30652026-06-25T02:19:55.146Z Compiling regress v0.10.5
30662026-06-25T02:19:55.219Z Compiling backon v1.6.0
30672026-06-25T02:19:55.235Z Compiling backoff v0.4.0
30682026-06-25T02:19:55.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-06-25T02:19:55.266Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30702026-06-25T02:19:55.266Z Compiling humantime v2.3.0
30712026-06-25T02:19:55.303Z Compiling async-stream v0.3.6
30722026-06-25T02:19:55.335Z Compiling universal-hash v0.5.1
30732026-06-25T02:19:55.420Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-06-25T02:19:55.441Z Compiling progenitor-extras v0.2.0
30752026-06-25T02:19:55.457Z Compiling opaque-debug v0.3.1
30762026-06-25T02:19:55.476Z Compiling regress v0.11.1
30772026-06-25T02:19:55.494Z Compiling half v2.7.1
30782026-06-25T02:19:55.512Z Compiling ciborium-io v0.2.2
30792026-06-25T02:19:55.516Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-06-25T02:19:55.547Z Compiling crucible-workspace-hack v0.1.0
30812026-06-25T02:19:55.565Z Compiling convert_case v0.4.0
30822026-06-25T02:19:55.587Z Compiling structmeta v0.3.0
30832026-06-25T02:19:55.642Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30842026-06-25T02:19:55.666Z Compiling aead v0.5.2
30852026-06-25T02:19:55.692Z Compiling secrecy v0.10.3
30862026-06-25T02:19:55.709Z Compiling poly1305 v0.8.0
30872026-06-25T02:19:55.777Z Compiling ciborium-ll v0.2.2
30882026-06-25T02:19:55.829Z Compiling derive-ex v0.1.8
30892026-06-25T02:19:55.864Z Compiling parse-display-derive v0.10.0
30902026-06-25T02:19:55.881Z Compiling chacha20 v0.9.1
30912026-06-25T02:19:55.922Z Compiling unsafe-libyaml v0.2.11
30922026-06-25T02:19:55.926Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30932026-06-25T02:19:55.953Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30942026-06-25T02:19:55.970Z Compiling derive_more v0.99.20
30952026-06-25T02:19:56.035Z Compiling ciborium v0.2.2
30962026-06-25T02:19:56.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30972026-06-25T02:19:56.182Z Compiling thiserror-impl-no-std v2.0.2
30982026-06-25T02:19:56.200Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-06-25T02:19:56.298Z Compiling byte-wrapper v0.1.0
31002026-06-25T02:19:56.335Z Compiling blake2 v0.10.6
31012026-06-25T02:19:56.411Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31022026-06-25T02:19:56.509Z Compiling serde_yaml v0.9.34+deprecated
31032026-06-25T02:19:56.627Z Compiling password-hash v0.5.0
31042026-06-25T02:19:56.631Z Compiling toml_datetime v0.7.5+spec-1.1.0
31052026-06-25T02:19:56.661Z Compiling chacha20poly1305 v0.10.1
31062026-06-25T02:19:56.679Z Compiling indent_write v2.2.0
31072026-06-25T02:19:56.696Z Compiling heapless v0.8.0
31082026-06-25T02:19:56.837Z Compiling tokio-rustls v0.25.0
31092026-06-25T02:19:56.853Z Compiling toml_edit v0.23.10+spec-1.0.0
31102026-06-25T02:19:56.927Z Compiling argon2 v0.5.3
31112026-06-25T02:19:56.943Z Compiling ingot-macros v0.1.1
31122026-06-25T02:19:57.089Z Compiling tabwriter v1.4.1
31132026-06-25T02:19:57.203Z Compiling typify-impl v0.6.2
31142026-06-25T02:19:57.347Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31152026-06-25T02:19:57.422Z Compiling thiserror-no-std v2.0.2
31162026-06-25T02:19:57.533Z Compiling vsss-rs v3.3.4
31172026-06-25T02:19:57.583Z Compiling test-strategy v0.4.5
31182026-06-25T02:19:57.641Z Compiling parse-display v0.10.0
31192026-06-25T02:19:57.657Z Compiling proc-macro-crate v3.4.0
31202026-06-25T02:19:57.946Z Compiling hash32 v0.3.1
31212026-06-25T02:19:57.970Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-06-25T02:19:58.008Z Compiling smoltcp v0.11.0
31232026-06-25T02:19:58.104Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31242026-06-25T02:19:58.222Z Compiling cobs v0.3.0
31252026-06-25T02:19:58.241Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31262026-06-25T02:19:58.256Z Compiling num_enum_derive v0.7.6
31272026-06-25T02:19:58.329Z Compiling colored v3.1.1
31282026-06-25T02:19:58.363Z Compiling proc-macro-error v1.0.4
31292026-06-25T02:19:58.406Z Compiling postcard v1.1.3
31302026-06-25T02:19:58.450Z Compiling proc-macro-crate v1.3.1
31312026-06-25T02:19:58.492Z Compiling foreign-types-macros v0.2.3
31322026-06-25T02:19:58.626Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31332026-06-25T02:19:58.652Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31342026-06-25T02:19:58.705Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31352026-06-25T02:19:58.722Z Compiling rayon-core v1.13.0
31362026-06-25T02:19:58.765Z Compiling foreign-types-shared v0.3.1
31372026-06-25T02:19:58.808Z Compiling cpufeatures v0.3.0
31382026-06-25T02:19:58.881Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-06-25T02:19:58.901Z Compiling num_enum_derive v0.5.11
31402026-06-25T02:19:58.919Z Compiling chacha20 v0.10.0
31412026-06-25T02:19:59.003Z Compiling crossbeam-deque v0.8.6
31422026-06-25T02:19:59.019Z Compiling camino-tempfile v1.4.1
31432026-06-25T02:19:59.077Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-06-25T02:19:59.113Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-06-25T02:19:59.130Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31462026-06-25T02:19:59.133Z Compiling cstr-argument v0.1.2
31472026-06-25T02:19:59.160Z Compiling foreign-types v0.5.0
31482026-06-25T02:19:59.230Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31492026-06-25T02:19:59.277Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31502026-06-25T02:19:59.280Z Compiling rand v0.10.0
31512026-06-25T02:19:59.322Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31522026-06-25T02:19:59.380Z Compiling num_enum v0.7.6
31532026-06-25T02:19:59.465Z Compiling zone_cfg_derive v0.3.1
31542026-06-25T02:19:59.527Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31552026-06-25T02:19:59.550Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31562026-06-25T02:19:59.567Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31572026-06-25T02:19:59.634Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31582026-06-25T02:19:59.688Z Compiling rayon v1.11.0
31592026-06-25T02:19:59.707Z Compiling itertools v0.12.1
31602026-06-25T02:19:59.710Z Compiling num-derive v0.4.2
31612026-06-25T02:19:59.741Z Compiling sigpipe v0.1.3
31622026-06-25T02:19:59.758Z Compiling glob v0.3.3
31632026-06-25T02:19:59.789Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-06-25T02:19:59.851Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31652026-06-25T02:19:59.868Z Compiling smf v0.2.3
31662026-06-25T02:19:59.886Z Compiling ingot-types v0.1.2
31672026-06-25T02:19:59.960Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-06-25T02:19:59.983Z Compiling num_enum v0.5.11
31692026-06-25T02:20:00.116Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-06-25T02:20:00.151Z Compiling whoami v1.6.1
31712026-06-25T02:20:00.173Z Compiling usdt-macro v0.5.0
31722026-06-25T02:20:00.189Z Compiling usdt-attr-macro v0.5.0
31732026-06-25T02:20:00.228Z Compiling gethostname v0.5.0
31742026-06-25T02:20:00.323Z Compiling ingot v0.1.1
31752026-06-25T02:20:00.391Z Compiling num-rational v0.4.2
31762026-06-25T02:20:00.424Z Compiling num-complex v0.4.6
31772026-06-25T02:20:00.440Z Compiling memmap v0.7.0
31782026-06-25T02:20:00.462Z Compiling derive-where v1.6.0
31792026-06-25T02:20:00.659Z Compiling float-ord v0.3.2
31802026-06-25T02:20:00.673Z Compiling toml v0.8.23
31812026-06-25T02:20:00.700Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31822026-06-25T02:20:00.833Z Compiling num v0.4.3
31832026-06-25T02:20:00.874Z Compiling resolv-conf v0.7.6
31842026-06-25T02:20:00.981Z Compiling zone v0.3.1
31852026-06-25T02:20:01.054Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31862026-06-25T02:20:01.072Z Compiling owo-colors v4.3.0
31872026-06-25T02:20:01.089Z Compiling usdt v0.5.0
31882026-06-25T02:20:01.093Z Compiling cancel-safe-futures v0.1.5
31892026-06-25T02:20:01.207Z Compiling libsw-core v0.3.2
31902026-06-25T02:20:01.224Z Compiling prettyplease v0.2.37
31912026-06-25T02:20:01.263Z Compiling console v0.15.11
31922026-06-25T02:20:01.385Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31932026-06-25T02:20:01.401Z Compiling libsw v3.5.0
31942026-06-25T02:20:01.404Z Compiling hickory-proto v0.24.4
31952026-06-25T02:20:01.485Z Compiling newline-converter v0.3.0
31962026-06-25T02:20:01.570Z Compiling linked-hash-map v0.5.6
31972026-06-25T02:20:01.587Z Compiling linear-map v1.2.0
31982026-06-25T02:20:01.608Z Compiling libefi-sys v0.1.0
31992026-06-25T02:20:01.635Z Compiling expectorate v1.2.0
32002026-06-25T02:20:01.718Z Compiling git-stub v1.0.0
32012026-06-25T02:20:01.789Z Compiling lru-cache v0.1.2
32022026-06-25T02:20:01.806Z Compiling bitfield-struct v0.6.2
32032026-06-25T02:20:01.826Z Compiling typify-macro v0.6.2
32042026-06-25T02:20:01.830Z Compiling nom v8.0.0
32052026-06-25T02:20:01.882Z Compiling semver v0.1.20
32062026-06-25T02:20:01.928Z Compiling git-stub-vcs v0.1.0
32072026-06-25T02:20:01.945Z Compiling tokio-dtrace v0.1.1
32082026-06-25T02:20:01.999Z Compiling dropshot-api-manager-types v0.7.2
32092026-06-25T02:20:02.017Z Compiling slog-dtrace v0.3.0
32102026-06-25T02:20:02.120Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32112026-06-25T02:20:02.199Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32122026-06-25T02:20:02.234Z Compiling rustc_version v0.1.7
32132026-06-25T02:20:02.251Z Compiling minimal-lexical v0.2.1
32142026-06-25T02:20:02.266Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-06-25T02:20:02.346Z Compiling oxide-tokio-rt v0.1.4
32162026-06-25T02:20:02.362Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32172026-06-25T02:20:02.362Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-06-25T02:20:02.380Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32192026-06-25T02:20:02.497Z Compiling newtype_derive v0.1.6
32202026-06-25T02:20:02.514Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-06-25T02:20:02.535Z Compiling nom v7.1.3
32222026-06-25T02:20:02.598Z Compiling phf_shared v0.12.1
32232026-06-25T02:20:02.616Z Compiling csv-core v0.1.13
32242026-06-25T02:20:02.672Z Compiling xshell-macros v0.2.7
32252026-06-25T02:20:02.716Z Compiling highway v1.3.0
32262026-06-25T02:20:02.802Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-06-25T02:20:02.835Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
32282026-06-25T02:20:02.888Z Compiling chrono-tz v0.10.4
32292026-06-25T02:20:02.905Z Compiling const_format_proc_macros v0.2.34
32302026-06-25T02:20:02.930Z Compiling csv v1.4.0
32312026-06-25T02:20:02.977Z Compiling phf v0.12.1
32322026-06-25T02:20:03.112Z Compiling xshell v0.2.7
32332026-06-25T02:20:03.210Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-06-25T02:20:03.226Z Compiling primeorder v0.13.6
32352026-06-25T02:20:03.378Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32362026-06-25T02:20:03.488Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32372026-06-25T02:20:03.609Z Compiling hickory-resolver v0.24.4
32382026-06-25T02:20:03.626Z Compiling tabled_derive v0.7.0
32392026-06-25T02:20:03.653Z Compiling typify v0.6.2
32402026-06-25T02:20:03.673Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32412026-06-25T02:20:03.785Z Compiling progenitor-impl v0.14.0
32422026-06-25T02:20:03.802Z Compiling const_format v0.2.35
32432026-06-25T02:20:03.805Z Compiling bcs v0.1.6
32442026-06-25T02:20:03.838Z Compiling termtree v0.5.1
32452026-06-25T02:20:03.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32462026-06-25T02:20:04.018Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32472026-06-25T02:20:04.137Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32482026-06-25T02:20:04.154Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
32492026-06-25T02:20:04.187Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-25T02:20:04.219Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-06-25T02:20:04.407Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-06-25T02:20:04.637Z Compiling qorb v0.4.1
32532026-06-25T02:20:04.654Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-06-25T02:20:04.678Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32552026-06-25T02:20:04.771Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-25T02:20:04.871Z Compiling salty v0.3.0
32572026-06-25T02:20:04.895Z Compiling tagptr v0.2.0
32582026-06-25T02:20:05.075Z Compiling moka v0.12.13
32592026-06-25T02:20:05.098Z Compiling textwrap v0.16.2
32602026-06-25T02:20:05.158Z Compiling tabled v0.15.0
32612026-06-25T02:20:05.179Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-25T02:20:05.435Z Compiling steno v0.4.1
32632026-06-25T02:20:05.561Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32642026-06-25T02:20:05.621Z Compiling radium v0.7.0
32652026-06-25T02:20:05.676Z Compiling base64 v0.21.7
32662026-06-25T02:20:05.849Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-06-25T02:20:05.867Z Compiling hickory-resolver v0.25.2
32682026-06-25T02:20:05.914Z Compiling p384 v0.13.1
32692026-06-25T02:20:05.998Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-06-25T02:20:06.063Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-06-25T02:20:06.190Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32722026-06-25T02:20:06.209Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32732026-06-25T02:20:06.470Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-06-25T02:20:06.504Z Compiling progenitor-macro v0.14.0
32752026-06-25T02:20:06.530Z Compiling tap v1.0.1
32762026-06-25T02:20:06.670Z Compiling maybe-uninit v2.0.0
32772026-06-25T02:20:06.727Z Compiling wyz v0.5.1
32782026-06-25T02:20:06.953Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-06-25T02:20:06.971Z Compiling proc-macro-error-attr2 v2.0.0
32802026-06-25T02:20:07.010Z Compiling parking_lot_core v0.8.6
32812026-06-25T02:20:07.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-06-25T02:20:07.068Z Compiling utf-8 v0.7.6
32832026-06-25T02:20:07.267Z Compiling packed_struct v0.10.1
32842026-06-25T02:20:07.288Z Compiling funty v2.0.0
32852026-06-25T02:20:07.342Z Compiling tungstenite v0.21.0
32862026-06-25T02:20:07.412Z Compiling proc-macro-error2 v2.0.1
32872026-06-25T02:20:07.452Z Compiling polyval v0.6.2
32882026-06-25T02:20:07.572Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
32892026-06-25T02:20:07.595Z Compiling num-derive v0.3.3
32902026-06-25T02:20:07.672Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-06-25T02:20:07.706Z Compiling bitvec v1.0.1
32922026-06-25T02:20:07.765Z Compiling packed_struct_codegen v0.10.1
32932026-06-25T02:20:07.824Z Compiling bitfield-macros v0.19.4
32942026-06-25T02:20:07.892Z Compiling zerocopy-derive v0.6.6
32952026-06-25T02:20:07.909Z Compiling indexmap v1.9.3
32962026-06-25T02:20:07.935Z Compiling nodrop v0.1.14
32972026-06-25T02:20:08.038Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-06-25T02:20:08.055Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32992026-06-25T02:20:08.131Z Compiling crc-catalog v2.4.0
33002026-06-25T02:20:08.251Z Compiling crc v3.4.0
33012026-06-25T02:20:08.321Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33022026-06-25T02:20:08.337Z Compiling array-init v0.0.4
33032026-06-25T02:20:08.340Z Compiling tokio-tungstenite v0.21.0
33042026-06-25T02:20:08.356Z Compiling tabled_derive v0.11.0
33052026-06-25T02:20:08.392Z Compiling ghash v0.5.1
33062026-06-25T02:20:08.479Z Compiling smallvec v0.6.14
33072026-06-25T02:20:08.537Z Compiling libscf-sys v1.1.0
33082026-06-25T02:20:08.596Z Compiling bitfield v0.19.4
33092026-06-25T02:20:08.718Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-06-25T02:20:08.718Z Compiling progenitor-impl v0.13.0
33112026-06-25T02:20:08.721Z Compiling papergrid v0.17.0
33122026-06-25T02:20:08.772Z Compiling testing_table v0.3.0
33132026-06-25T02:20:08.791Z Compiling zerocopy v0.6.6
33142026-06-25T02:20:08.794Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-25T02:20:08.906Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-06-25T02:20:08.923Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33172026-06-25T02:20:08.953Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33182026-06-25T02:20:09.004Z Compiling ctr v0.9.2
33192026-06-25T02:20:09.022Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-25T02:20:09.056Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33212026-06-25T02:20:09.186Z Compiling corncobs v0.1.4
33222026-06-25T02:20:09.226Z Compiling hashbrown v0.12.3
33232026-06-25T02:20:09.243Z Compiling unicase v2.9.0
33242026-06-25T02:20:09.278Z Compiling illumos-nvpair-sys v0.2.0
33252026-06-25T02:20:09.358Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-06-25T02:20:09.392Z Compiling aes-gcm v0.10.3
33272026-06-25T02:20:09.416Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-25T02:20:09.470Z Compiling mime_guess v2.0.5
33292026-06-25T02:20:09.522Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-06-25T02:20:09.566Z Compiling parking_lot v0.11.2
33312026-06-25T02:20:09.608Z Compiling serde-hex v0.1.0
33322026-06-25T02:20:09.728Z Compiling tabled v0.20.0
33332026-06-25T02:20:09.748Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-06-25T02:20:09.935Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-06-25T02:20:10.056Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-06-25T02:20:10.200Z Compiling ron v0.8.1
33372026-06-25T02:20:10.215Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33382026-06-25T02:20:10.327Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33392026-06-25T02:20:10.422Z Compiling hashbrown v0.13.2
33402026-06-25T02:20:10.453Z Compiling progenitor-client v0.13.0
33412026-06-25T02:20:10.491Z Compiling prefix-trie v0.7.0
33422026-06-25T02:20:10.703Z Compiling blowfish v0.9.1
33432026-06-25T02:20:10.800Z Compiling ssh-encoding v0.2.0
33442026-06-25T02:20:10.844Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-06-25T02:20:10.918Z Compiling fxhash v0.2.1
33462026-06-25T02:20:10.979Z Compiling secrecy v0.8.0
33472026-06-25T02:20:11.021Z Compiling crc-any v2.5.0
33482026-06-25T02:20:11.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-06-25T02:20:11.184Z Compiling sled v0.34.7
33502026-06-25T02:20:11.202Z Compiling ssh-cipher v0.2.0
33512026-06-25T02:20:11.287Z Compiling bcrypt-pbkdf v0.10.0
33522026-06-25T02:20:11.401Z Compiling object v0.30.4
33532026-06-25T02:20:11.449Z Compiling progenitor-macro v0.13.0
33542026-06-25T02:20:11.468Z Compiling hickory-server v0.25.2
33552026-06-25T02:20:11.606Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-06-25T02:20:11.609Z Compiling progenitor v0.14.0
33572026-06-25T02:20:11.677Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33582026-06-25T02:20:11.801Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33592026-06-25T02:20:11.821Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33602026-06-25T02:20:11.934Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3e66478abf6f27b8bd1face138b5450578df0cef#3e66478a)
33612026-06-25T02:20:12.196Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-06-25T02:20:12.229Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33632026-06-25T02:20:12.356Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-06-25T02:20:12.454Z Compiling password-hash v0.4.2
33652026-06-25T02:20:12.563Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33662026-06-25T02:20:12.678Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33672026-06-25T02:20:12.836Z Compiling crc8 v0.1.1
33682026-06-25T02:20:12.866Z Compiling http-range v0.1.5
33692026-06-25T02:20:12.977Z Compiling half v1.8.3
33702026-06-25T02:20:13.081Z Compiling path-slash v0.1.5
33712026-06-25T02:20:13.135Z Compiling pbkdf2 v0.11.0
33722026-06-25T02:20:13.251Z Compiling serde_cbor v0.11.2
33732026-06-25T02:20:13.274Z Compiling illumos-nvpair v0.3.0
33742026-06-25T02:20:13.374Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33752026-06-25T02:20:13.543Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-06-25T02:20:13.837Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-06-25T02:20:13.880Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-06-25T02:20:14.077Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-06-25T02:20:14.295Z Compiling ssh-key v0.6.7
33802026-06-25T02:20:14.358Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33812026-06-25T02:20:14.706Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33822026-06-25T02:20:14.887Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33832026-06-25T02:20:14.921Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33842026-06-25T02:20:14.924Z Compiling p256 v0.13.2
33852026-06-25T02:20:14.955Z Compiling p521 v0.13.3
33862026-06-25T02:20:14.972Z Compiling yasna v0.5.2
33872026-06-25T02:20:15.079Z Compiling kstat-rs v0.2.4
33882026-06-25T02:20:15.332Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-06-25T02:20:15.398Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-06-25T02:20:15.447Z Compiling headers-core v0.3.0
33912026-06-25T02:20:15.593Z Compiling nanorand v0.7.0
33922026-06-25T02:20:15.676Z Compiling russh-cryptovec v0.7.3
33932026-06-25T02:20:15.692Z Compiling atty v0.2.14
33942026-06-25T02:20:15.823Z Compiling md5 v0.7.0
33952026-06-25T02:20:15.884Z Compiling home v0.5.12
33962026-06-25T02:20:15.907Z Compiling flume v0.11.1
33972026-06-25T02:20:15.974Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33982026-06-25T02:20:16.004Z Compiling headers v0.4.1
33992026-06-25T02:20:16.080Z Compiling russh-keys v0.45.0
34002026-06-25T02:20:16.159Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-06-25T02:20:16.198Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-06-25T02:20:16.216Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34032026-06-25T02:20:16.281Z Compiling rcgen v0.12.1
34042026-06-25T02:20:16.426Z Compiling progenitor v0.13.0
34052026-06-25T02:20:16.444Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-06-25T02:20:16.591Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34072026-06-25T02:20:16.631Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-06-25T02:20:16.799Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34092026-06-25T02:20:16.889Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-06-25T02:20:16.970Z Compiling hyper-staticfile v0.10.1
34112026-06-25T02:20:17.060Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34122026-06-25T02:20:17.188Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34132026-06-25T02:20:17.215Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142026-06-25T02:20:17.312Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-06-25T02:20:17.468Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34162026-06-25T02:20:17.514Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34172026-06-25T02:20:17.595Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34182026-06-25T02:20:17.613Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-06-25T02:20:17.692Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-06-25T02:20:17.795Z Compiling num-bigint v0.4.6
34212026-06-25T02:20:17.829Z Compiling des v0.8.1
34222026-06-25T02:20:17.848Z Compiling subprocess v0.2.15
34232026-06-25T02:20:17.900Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-25T02:20:17.916Z Compiling hex-literal v0.4.1
34252026-06-25T02:20:17.989Z Compiling display-error-chain v0.2.2
34262026-06-25T02:20:18.063Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34272026-06-25T02:20:18.066Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34282026-06-25T02:20:18.098Z Compiling colored v2.2.0
34292026-06-25T02:20:18.149Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-06-25T02:20:18.256Z Compiling internet-checksum v0.2.1
34312026-06-25T02:20:18.344Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-06-25T02:20:18.928Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332026-06-25T02:20:19.055Z Compiling russh v0.45.0
34342026-06-25T02:20:19.758Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-06-25T02:20:20.625Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34362026-06-25T02:20:20.625Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34372026-06-25T02:20:23.028Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-06-25T02:20:23.283Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-06-25T02:20:23.699Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34402026-06-25T02:20:24.161Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34412026-06-25T02:20:25.780Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34422026-06-25T02:20:33.933Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-06-25T02:20:33.933Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-06-25T02:20:33.936Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34452026-06-25T02:20:33.936Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-06-25T02:20:35.693Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-06-25T02:20:35.741Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34482026-06-25T02:20:39.709Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34492026-06-25T02:21:19.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34502026-06-25T02:21:20.212Z
34512026-06-25T02:21:20.217Zreal 1:26.700178142
34522026-06-25T02:21:20.217Zuser 7:55.661037620
34532026-06-25T02:21:20.217Zsys 1:36.651410286
34542026-06-25T02:21:20.217Ztrap 0.236453480
34552026-06-25T02:21:20.217Ztflt 0.528510738
34562026-06-25T02:21:20.217Zdflt 1.596060054
34572026-06-25T02:21:20.217Zkflt 0.004291791
34582026-06-25T02:21:20.217Zlock 26:43.639152654
34592026-06-25T02:21:20.217Zslp 17:51.221608964
34602026-06-25T02:21:20.218Zlat 35.288344024
34612026-06-25T02:21:20.218Zstop 2:33.474686484
34622026-06-25T02:21:20.218Z+ mkdir tests
34632026-06-25T02:21:20.221Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-06-25T02:21:20.221Z+ xargs -I '{}' -t cp '{}' tests/
34652026-06-25T02:21:20.241Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e7494059203487ee tests/
34662026-06-25T02:21:20.269Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0404723f8960acb6 tests/
34672026-06-25T02:21:20.299Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-61f0930b491570a0 tests/
34682026-06-25T02:21:20.330Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-faee707b2cce5ca1 tests/
34692026-06-25T02:21:20.562Z+ 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)
34702026-06-25T02:21:20.566Z+ 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-0404723f8960acb6 tests/commtest-61f0930b491570a0 tests/dhcp_server-e7494059203487ee tests/end_to_end_tests-faee707b2cce5ca1 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
34712026-06-25T02:22:41.031ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-06-25T02:22:41.031Za .github/buildomat/ci-env.sh 1K
34732026-06-25T02:22:41.031Za out/target/test 1K
34742026-06-25T02:22:41.031Za out/npuzone/npuzone 27402K
34752026-06-25T02:22:41.031Za package-manifest.toml 35K
34762026-06-25T02:22:41.031Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-06-25T02:22:41.031Za target/release/omicron-package 44673K
34782026-06-25T02:22:41.031Za target/release/xtask 11142K
34792026-06-25T02:22:41.031Za target/debug/bootstrap 356989K
34802026-06-25T02:22:41.031Za tests/bootstrap-0404723f8960acb6 31975K
34812026-06-25T02:22:41.031Za tests/commtest-61f0930b491570a0 43619K
34822026-06-25T02:22:41.031Za tests/dhcp_server-e7494059203487ee 31975K
34832026-06-25T02:22:41.031Za tests/end_to_end_tests-faee707b2cce5ca1 399874K
34842026-06-25T02:22:41.031Za tools/opte_version 1K
34852026-06-25T02:22:41.031Za tools/opte_version_override 2K
34862026-06-25T02:22:41.031Za out/clickhouse.tar.gz 314108K
34872026-06-25T02:22:41.031Za out/clickhouse_keeper.tar.gz 299289K
34882026-06-25T02:22:41.031Za out/clickhouse_server.tar.gz 314106K
34892026-06-25T02:22:41.031Za out/cockroachdb.tar.gz 157623K
34902026-06-25T02:22:41.031Za out/crucible-pantry-zone.tar.gz 36692K
34912026-06-25T02:22:41.031Za out/crucible-utils.tar 16478K
34922026-06-25T02:22:41.032Za out/crucible-zone.tar.gz 52262K
34932026-06-25T02:22:41.032Za out/external-dns.tar.gz 42832K
34942026-06-25T02:22:41.032Za out/internal-dns.tar.gz 42831K
34952026-06-25T02:22:41.033Za out/mg-ddm-gz.tar 97917K
34962026-06-25T02:22:41.033Za out/nexus.tar.gz 276353K
34972026-06-25T02:22:41.033Za out/ntp.tar.gz 24547K
34982026-06-25T02:22:41.033Za out/omicron-gateway-softnpu.tar.gz 29300K
34992026-06-25T02:22:41.033Za out/omicron-sled-agent.tar 190607K
35002026-06-25T02:22:41.033Za out/overlay.tar.gz 3K
35012026-06-25T02:22:41.033Za out/oximeter.tar.gz 62632K
35022026-06-25T02:22:41.033Za out/oxlog.tar 3809K
35032026-06-25T02:22:41.033Za out/probe.tar.gz 3037K
35042026-06-25T02:22:41.033Za out/propolis-server.tar.gz 34918K
35052026-06-25T02:22:41.033Za out/pumpkind-gz.tar 26647K
35062026-06-25T02:22:41.033Za out/switch-softnpu.tar.gz 446420K
35072026-06-25T02:22:41.036Z
35082026-06-25T02:22:41.036Zreal 1:20.466661421
35092026-06-25T02:22:41.036Zuser 1:17.745272328
35102026-06-25T02:22:41.036Zsys 4.468223937
35112026-06-25T02:22:41.036Ztrap 0.006948292
35122026-06-25T02:22:41.036Ztflt 0.000000000
35132026-06-25T02:22:41.036Zdflt 0.000000000
35142026-06-25T02:22:41.036Zkflt 0.000000000
35152026-06-25T02:22:41.036Zlock 0.000000000
35162026-06-25T02:22:41.036Zslp 1:17.663009308
35172026-06-25T02:22:41.036Zlat 1.045467052
35182026-06-25T02:22:41.037Zstop 0.000168550
35192026-06-25T02:22:41.037Zprocess exited: duration 997369 ms, exit code 0
 
35202026-06-25T02:22:41.050Zfound 1 output files
35212026-06-25T02:22:41.050Zuploading: /work/package.tar.gz (2481673990 bytes)
35222026-06-25T02:23:12.287Zuploaded: /work/package.tar.gz