01KTMDXTTN634JMZPSDDHC9QFG: 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: 01KTMDZ1HFHXXT65P2VXEC282A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T20:15:29.803Zjob assigned to worker 01KTMDZ823QH21HW6M84EVVVGN [factory aws, i-07c0eb6035a34cba6] (queued for 48 s)
 
22026-06-08T20:15:37.359Zstarting task 0: "setup"
32026-06-08T20:15:37.364Z++ uname -s
42026-06-08T20:15:37.367Z+ kern=SunOS
52026-06-08T20:15:37.367Z+ build_user=build
62026-06-08T20:15:37.367Z+ build_uid=12345
72026-06-08T20:15:37.367Z+ work_dir=/work
82026-06-08T20:15:37.367Z+ input_dir=/input
92026-06-08T20:15:37.367Z+ [[ 0 == 12345 ]]
102026-06-08T20:15:37.367Z+ case "$kern" in
112026-06-08T20:15:37.367Z+ groupadd -g 12345 build
122026-06-08T20:15:37.370Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T20:15:39.378Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T20:15:39.496Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T20:15:39.502Z+ home_fs=zfs
162026-06-08T20:15:39.502Z+ [[ zfs == autofs ]]
172026-06-08T20:15:39.502Z+ mkdir -p /home/build
182026-06-08T20:15:39.502Z+ chown build:build /home/build /work
192026-06-08T20:15:41.498Z+ chmod 0700 /home/build /work
202026-06-08T20:15:41.502Zprocess exited: duration 4147 ms, exit code 0
 
212026-06-08T20:15:41.508Zstarting task 1: "rust-toolchain"
222026-06-08T20:15:41.515Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T20:15:41.516Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T20:15:41.516Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-08T20:15:41.516Z * rust toolchain channel = "1.94.0"
262026-06-08T20:15:41.516Z * rust toolchain profile = "default"
272026-06-08T20:15:41.516Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T20:15:41.518Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T20:15:41.518Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T20:15:41.634Zinfo: downloading installer
312026-06-08T20:15:42.984Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T20:15:42.984Zwarn: /home/build/.rustup/settings.toml
332026-06-08T20:15:42.984Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T20:15:42.984Zwarn: instead of the one inferred from the default host triple.
352026-06-08T20:15:42.999Zinfo: profile set to default
362026-06-08T20:15:42.999Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T20:15:43.002Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T20:15:43.135Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T20:15:43.138Zinfo: downloading 6 components
402026-06-08T20:15:57.326Z
412026-06-08T20:15:57.326Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-08T20:15:57.361Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T20:15:57.361Z
442026-06-08T20:15:57.367Z
452026-06-08T20:15:57.367ZRust is installed now. Great!
462026-06-08T20:15:57.367Z
472026-06-08T20:15:57.367ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T20:15:57.369Zenvironment variable. This has not been done automatically.
492026-06-08T20:15:57.369Z
502026-06-08T20:15:57.369ZTo configure your current shell, you need to source
512026-06-08T20:15:57.369Zthe corresponding env file under $HOME/.cargo.
522026-06-08T20:15:57.369Z
532026-06-08T20:15:57.369ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T20:15:57.369Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T20:15:57.369Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T20:15:57.369Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T20:15:57.369Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T20:15:57.369Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T20:15:57.369Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T20:15:57.369Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T20:15:57.369Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T20:15:57.468Z+ rustup --version
632026-06-08T20:15:57.473Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T20:15:57.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T20:15:57.495Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T20:15:57.497Z+ cargo --version
672026-06-08T20:15:57.506Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T20:15:57.509Z+ rustc --version
692026-06-08T20:15:57.531Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T20:15:57.536Zprocess exited: duration 16026 ms, exit code 0
 
712026-06-08T20:15:57.541Zstarting task 2: "authentication"
722026-06-08T20:15:57.561Zprocess exited: duration 18 ms, exit code 0
 
732026-06-08T20:15:57.567Zstarting task 3: "clone repository"
742026-06-08T20:15:57.571Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T20:15:57.574Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T20:15:57.613ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T20:16:45.830Z+ cd /work/oxidecomputer/omicron
782026-06-08T20:16:45.831Z+ git fetch origin 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
792026-06-08T20:16:46.290ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T20:16:46.290Z * branch 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 -> FETCH_HEAD
812026-06-08T20:16:46.306Z+ [[ -n mergeconflict/fm-sitrepguardedinsert ]]
822026-06-08T20:16:46.310Z++ git branch --show-current
832026-06-08T20:16:46.312Z+ current=main
842026-06-08T20:16:46.312Z+ [[ main != mergeconflict/fm-sitrepguardedinsert ]]
852026-06-08T20:16:46.312Z+ git branch -f mergeconflict/fm-sitrepguardedinsert 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
862026-06-08T20:16:46.312Z+ git checkout -f mergeconflict/fm-sitrepguardedinsert
872026-06-08T20:16:46.563ZSwitched to branch 'mergeconflict/fm-sitrepguardedinsert'
882026-06-08T20:16:46.573Z+ git reset --hard 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974
892026-06-08T20:16:46.580ZHEAD is now at 3ff799da2 fmt
902026-06-08T20:16:46.587Zprocess exited: duration 49012 ms, exit code 0
 
912026-06-08T20:16:46.622Zstarting task 4: "build"
922026-06-08T20:16:46.627Z+ source .github/buildomat/ci-env.sh
932026-06-08T20:16:46.627Z++ export CARGO_TERM_COLOR=always
942026-06-08T20:16:46.627Z++ CARGO_TERM_COLOR=always
952026-06-08T20:16:46.627Z+ cargo --version
962026-06-08T20:16:46.630Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T20:16:46.630Z+ rustc --version
982026-06-08T20:16:46.667Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T20:16:46.697Z+ WORK=/work
1002026-06-08T20:16:46.698Z+ pfexec mkdir -p /work
1012026-06-08T20:16:46.698Z+ pfexec chown build /work
1022026-06-08T20:16:46.698Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-08T20:16:48.214Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-08T20:16:48.302Z Startup: Caching catalogs ... Done
1052026-06-08T20:16:48.625ZPlanning: Solver setup ... Done (0.284s)
1062026-06-08T20:16:48.645ZPlanning: Running solver ... Done (0.021s)
1072026-06-08T20:16:48.655ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-08T20:16:48.672ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-08T20:16:48.692ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-08T20:16:48.725ZPlanning: Package planning ... Done (0.015s)
1112026-06-08T20:16:48.725ZPlanning: Merging actions ... Done (0.002s)
1122026-06-08T20:16:49.013ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-06-08T20:16:49.143ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-08T20:16:49.809ZPlanning: Evaluating mediators ... Done (0.908s)
1152026-06-08T20:16:49.821ZPlanning: Planning completed in 1.49 seconds
1162026-06-08T20:16:49.821Z Packages to install: 2
1172026-06-08T20:16:49.821Z Estimated space available: 156.07 GB
1182026-06-08T20:16:49.821ZEstimated space to be consumed: 25.33 MB
1192026-06-08T20:16:49.821Z Create boot environment: No
1202026-06-08T20:16:49.821ZCreate backup boot environment: No
1212026-06-08T20:16:49.821Z Rebuild boot archive: No
1222026-06-08T20:16:49.822Z
1232026-06-08T20:16:49.822ZChanged packages:
1242026-06-08T20:16:49.822Zhelios
1252026-06-08T20:16:49.822Z developer/build-essential
1262026-06-08T20:16:49.822Z None -> 11-3.0
1272026-06-08T20:16:49.822Z library/libxmlsec1
1282026-06-08T20:16:49.822Z None -> 1.2.35-3.0
1292026-06-08T20:16:49.839Z
1302026-06-08T20:16:49.839ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-08T20:16:50.425ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1322026-06-08T20:16:50.511Z Actions: 1/268 actions (Installing new actions)
1332026-06-08T20:16:50.538Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-08T20:16:50.545ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-08T20:16:50.545ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-08T20:16:50.569ZFinalize: Updating image state ... Done (0.023s)
1372026-06-08T20:16:53.211ZFinalize: Creating fast lookup database ... Done (2.611s)
1382026-06-08T20:16:53.286ZFinalize: Reading search index ... Done (0.014s)
1392026-06-08T20:16:53.309ZFinalize: Updating search index ... Done (0.000s)
1402026-06-08T20:16:53.377ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-08T20:16:53.711ZPlanning: Evaluating mediator changes ... Done
1422026-06-08T20:16:53.841ZPlanning: Checking for conflicting actions ... Done
1432026-06-08T20:16:53.856ZPlanning: Consolidating action changes ... Done
1442026-06-08T20:16:53.974ZPlanning: Evaluating mediators ... Done
1452026-06-08T20:16:54.038ZPlanning: Planning completed in 0.27 seconds
1462026-06-08T20:16:54.038Z Mediators to change: 2
1472026-06-08T20:16:54.038Z Create boot environment: No
1482026-06-08T20:16:54.038ZCreate backup boot environment: No
1492026-06-08T20:16:54.100ZFinalize: Updating package state database ... Done
1502026-06-08T20:16:54.100ZFinalize: Updating package cache ... Done
1512026-06-08T20:16:54.100ZFinalize: Updating image state ... Done
1522026-06-08T20:16:56.075ZFinalize: Creating fast lookup database ... Done
1532026-06-08T20:16:56.258ZFinalize: Reading search index ... Done
1542026-06-08T20:16:56.259ZFinalize: Updating search index ... Done
1552026-06-08T20:16:56.471ZFinalize: Updating package cache ... Done
1562026-06-08T20:16:56.650ZPlanning: Evaluating mediator changes ... Done
1572026-06-08T20:16:56.861ZPlanning: Checking for conflicting actions ... Done
1582026-06-08T20:16:56.861ZPlanning: Consolidating action changes ... Done
1592026-06-08T20:16:56.906ZPlanning: Evaluating mediators ... Done
1602026-06-08T20:16:56.907ZPlanning: Planning completed in 0.26 seconds
1612026-06-08T20:16:56.907Z Mediators to change: 1
1622026-06-08T20:16:56.907Z Create boot environment: No
1632026-06-08T20:16:56.907ZCreate backup boot environment: No
1642026-06-08T20:16:56.907ZFinalize: Updating package state database ... Done
1652026-06-08T20:16:56.907ZFinalize: Updating package cache ... Done
1662026-06-08T20:16:56.942ZFinalize: Updating image state ... Done
1672026-06-08T20:16:58.856ZFinalize: Creating fast lookup database ... Done
1682026-06-08T20:16:58.928ZFinalize: Reading search index ... Done
1692026-06-08T20:16:58.928ZFinalize: Updating search index ... Done
1702026-06-08T20:16:59.022ZFinalize: Updating package cache ... Done
1712026-06-08T20:16:59.392ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-08T20:16:59.392Zapache system 2.4 system
1732026-06-08T20:16:59.392Zclang system 15 system
1742026-06-08T20:16:59.392Zcsh system system illumos
1752026-06-08T20:16:59.392Zctags system system illumos
1762026-06-08T20:16:59.392Zfile vendor vendor darwinsys
1772026-06-08T20:16:59.392Zfile system system illumos
1782026-06-08T20:16:59.393Zgcc vendor 14 vendor
1792026-06-08T20:16:59.393Zgcc system 13 system
1802026-06-08T20:16:59.393Zgcc system 10 system
1812026-06-08T20:16:59.393Zgo system 1.25 system
1822026-06-08T20:16:59.393Zllvm system 15 system
1832026-06-08T20:16:59.393Zmariadb system 11.4 system
1842026-06-08T20:16:59.393Zmta vendor vendor dma
1852026-06-08T20:16:59.393Zopenjdk system 17 system
1862026-06-08T20:16:59.393Zopenjdk system 11 system
1872026-06-08T20:16:59.393Zopenssl vendor 3 vendor
1882026-06-08T20:16:59.393Zperl system 5.40 system
1892026-06-08T20:16:59.393Zpostgresql system 18 system
1902026-06-08T20:16:59.393Zpostgresql system 17 system
1912026-06-08T20:16:59.394Zpython vendor 3 vendor
1922026-06-08T20:16:59.394Zpython system 2 system
1932026-06-08T20:16:59.394Zpython3 vendor 3.13 vendor
1942026-06-08T20:16:59.394Zruby system 3.4 system
1952026-06-08T20:16:59.394Zruby system 3.0 system
1962026-06-08T20:16:59.394Zwords vendor vendor american-english
1972026-06-08T20:16:59.394Zwords system system australian-english
1982026-06-08T20:16:59.394Zwords system system british-english
1992026-06-08T20:16:59.394Zwords system system canadian-english
2002026-06-08T20:16:59.394Zwords system system french
2012026-06-08T20:16:59.394Zwords system system italian
2022026-06-08T20:16:59.394Zwords system system ngerman
2032026-06-08T20:16:59.394Zwords system system ogerman
2042026-06-08T20:16:59.395Zwords system system spanish
2052026-06-08T20:16:59.615ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-08T20:16:59.616Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-08T20:16:59.924ZFMRI IFO
2082026-06-08T20:16:59.927Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-08T20:16:59.927Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-08T20:16:59.927Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-08T20:16:59.927Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-08T20:16:59.927Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-08T20:16:59.928Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-08T20:16:59.928Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-08T20:16:59.928Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-08T20:16:59.928Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-08T20:17:00.107Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-08T20:17:00.402Z Updating crates.io index
2192026-06-08T20:17:00.474Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-08T20:17:00.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-08T20:17:01.329Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-08T20:17:01.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-08T20:17:03.729Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-08T20:17:04.393Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-08T20:17:06.646Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-08T20:17:08.175Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-08T20:17:08.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-08T20:17:09.703Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-08T20:17:10.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-08T20:17:10.597Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-08T20:17:10.944Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-08T20:17:12.987Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-08T20:17:13.459Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-08T20:17:13.697Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-08T20:17:14.017Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-08T20:17:14.366Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-08T20:17:14.808Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-08T20:17:15.008Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-08T20:17:15.285Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-08T20:17:15.539Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-08T20:17:16.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-08T20:17:16.381Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-08T20:17:16.948Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-08T20:17:17.582Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-08T20:17:17.992Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-08T20:17:18.427Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-08T20:17:19.391Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-08T20:17:19.982Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-08T20:17:20.414Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-08T20:17:20.789Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-08T20:17:21.085Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-08T20:17:21.444Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-08T20:17:21.712Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-08T20:17:22.050Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-08T20:17:22.814Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-08T20:17:23.067Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-08T20:17:23.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-08T20:17:23.715Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-08T20:17:24.120Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-08T20:17:35.690Z Downloading crates ...
2612026-06-08T20:17:35.743Z Downloaded erased-serde v0.4.9
2622026-06-08T20:17:35.750Z Downloaded cargo_toml v0.21.0
2632026-06-08T20:17:35.757Z Downloaded crypto-common v0.1.7
2642026-06-08T20:17:35.760Z Downloaded form_urlencoded v1.2.2
2652026-06-08T20:17:35.767Z Downloaded yoke-derive v0.8.1
2662026-06-08T20:17:35.769Z Downloaded unicode-xid v0.2.6
2672026-06-08T20:17:35.769Z Downloaded usdt-attr-macro v0.5.0
2682026-06-08T20:17:35.769Z Downloaded usdt v0.5.0
2692026-06-08T20:17:35.774Z Downloaded typenum v1.19.0
2702026-06-08T20:17:35.774Z Downloaded anstream v1.0.0
2712026-06-08T20:17:35.777Z Downloaded utf8_iter v1.0.4
2722026-06-08T20:17:35.777Z Downloaded version_check v0.9.5
2732026-06-08T20:17:35.789Z Downloaded unicode-linebreak v0.1.5
2742026-06-08T20:17:35.789Z Downloaded fnv v1.0.7
2752026-06-08T20:17:35.789Z Downloaded dof v0.3.0
2762026-06-08T20:17:35.789Z Downloaded equivalent v1.0.2
2772026-06-08T20:17:35.789Z Downloaded cpufeatures v0.2.17
2782026-06-08T20:17:35.795Z Downloaded zerofrom-derive v0.1.6
2792026-06-08T20:17:35.795Z Downloaded toml_write v0.1.2
2802026-06-08T20:17:35.795Z Downloaded anstyle-query v1.1.5
2812026-06-08T20:17:35.795Z Downloaded toml_datetime v0.6.11
2822026-06-08T20:17:35.795Z Downloaded icu_normalizer_data v2.1.1
2832026-06-08T20:17:35.795Z Downloaded fastrand v2.3.0
2842026-06-08T20:17:35.795Z Downloaded thread-id v4.2.2
2852026-06-08T20:17:35.795Z Downloaded zerofrom v0.1.6
2862026-06-08T20:17:35.799Z Downloaded colorchoice v1.0.4
2872026-06-08T20:17:35.799Z Downloaded bytecount v0.6.9
2882026-06-08T20:17:35.799Z Downloaded anstyle-parse v1.0.0
2892026-06-08T20:17:35.799Z Downloaded typeid v1.0.3
2902026-06-08T20:17:35.799Z Downloaded clap v4.6.1
2912026-06-08T20:17:35.802Z Downloaded thiserror-impl v2.0.18
2922026-06-08T20:17:35.807Z Downloaded heck v0.5.0
2932026-06-08T20:17:35.807Z Downloaded thiserror-impl v1.0.69
2942026-06-08T20:17:35.809Z Downloaded heck v0.4.1
2952026-06-08T20:17:35.809Z Downloaded generic-array v0.14.7
2962026-06-08T20:17:35.809Z Downloaded zmij v1.0.21
2972026-06-08T20:17:35.809Z Downloaded tinystr v0.8.2
2982026-06-08T20:17:35.809Z Downloaded thiserror v1.0.69
2992026-06-08T20:17:35.812Z Downloaded clap_lex v1.0.0
3002026-06-08T20:17:35.816Z Downloaded usdt-impl v0.5.0
3012026-06-08T20:17:35.816Z Downloaded zerovec-derive v0.11.2
3022026-06-08T20:17:35.816Z Downloaded writeable v0.6.2
3032026-06-08T20:17:35.819Z Downloaded thiserror v2.0.18
3042026-06-08T20:17:35.819Z Downloaded idna_adapter v1.2.1
3052026-06-08T20:17:35.822Z Downloaded block-buffer v0.10.4
3062026-06-08T20:17:35.822Z Downloaded zerocopy-derive v0.7.35
3072026-06-08T20:17:35.826Z Downloaded utf8parse v0.2.2
3082026-06-08T20:17:35.826Z Downloaded usdt-macro v0.5.0
3092026-06-08T20:17:35.826Z Downloaded terminal_size v0.4.3
3102026-06-08T20:17:35.830Z Downloaded ucd-trie v0.1.7
3112026-06-08T20:17:35.830Z Downloaded yoke v0.8.1
3122026-06-08T20:17:35.844Z Downloaded errno v0.3.14
3132026-06-08T20:17:35.844Z Downloaded serde-value v0.7.0
3142026-06-08T20:17:35.844Z Downloaded cfg-if v1.0.4
3152026-06-08T20:17:35.845Z Downloaded cargo-platform v0.2.0
3162026-06-08T20:17:35.848Z Downloaded toml v0.8.23
3172026-06-08T20:17:35.848Z Downloaded textwrap v0.16.2
3182026-06-08T20:17:35.848Z Downloaded memmap v0.7.0
3192026-06-08T20:17:35.848Z Downloaded itoa v1.0.17
3202026-06-08T20:17:35.848Z Downloaded zerotrie v0.2.3
3212026-06-08T20:17:35.848Z Downloaded toml_edit v0.22.27
3222026-06-08T20:17:35.849Z Downloaded unicode-ident v1.0.24
3232026-06-08T20:17:35.852Z Downloaded strsim v0.11.1
3242026-06-08T20:17:35.852Z Downloaded scroll_derive v0.12.1
3252026-06-08T20:17:35.852Z Downloaded url v2.5.8
3262026-06-08T20:17:35.852Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-08T20:17:35.852Z Downloaded dtrace-parser v0.2.0
3282026-06-08T20:17:35.863Z Downloaded zerovec v0.11.5
3292026-06-08T20:17:35.870Z Downloaded winnow v0.7.14
3302026-06-08T20:17:35.873Z Downloaded serde_spanned v0.6.9
3312026-06-08T20:17:35.877Z Downloaded zerocopy v0.7.35
3322026-06-08T20:17:35.881Z Downloaded swrite v0.1.0
3332026-06-08T20:17:35.884Z Downloaded stable_deref_trait v1.2.1
3342026-06-08T20:17:35.884Z Downloaded proc-macro-error-attr v1.0.4
3352026-06-08T20:17:35.885Z Downloaded percent-encoding v2.3.2
3362026-06-08T20:17:35.886Z Downloaded macaddr v1.0.1
3372026-06-08T20:17:35.889Z Downloaded pretty-hex v0.4.1
3382026-06-08T20:17:35.889Z Downloaded potential_utf v0.1.4
3392026-06-08T20:17:35.889Z Downloaded unicode-width v0.2.0
3402026-06-08T20:17:35.889Z Downloaded unicode-width v0.1.14
3412026-06-08T20:17:35.892Z Downloaded tabled_derive v0.7.0
3422026-06-08T20:17:35.896Z Downloaded smawk v0.3.2
3432026-06-08T20:17:35.896Z Downloaded ordered-float v2.10.1
3442026-06-08T20:17:35.899Z Downloaded anstyle v1.0.14
3452026-06-08T20:17:35.915Z Downloaded camino-tempfile v1.4.1
3462026-06-08T20:17:35.923Z Downloaded proc-macro-error v1.0.4
3472026-06-08T20:17:35.923Z Downloaded synstructure v0.13.2
3482026-06-08T20:17:35.929Z Downloaded cargo_metadata v0.21.0
3492026-06-08T20:17:35.936Z Downloaded quote v1.0.45
3502026-06-08T20:17:35.936Z Downloaded cargo-util-schemas v0.8.2
3512026-06-08T20:17:35.936Z Downloaded bitflags v2.11.0
3522026-06-08T20:17:35.942Z Downloaded icu_provider v2.1.1
3532026-06-08T20:17:35.942Z Downloaded autocfg v1.5.0
3542026-06-08T20:17:35.942Z Downloaded byteorder v1.5.0
3552026-06-08T20:17:35.945Z Downloaded plain v0.2.3
3562026-06-08T20:17:35.946Z Downloaded digest v0.10.7
3572026-06-08T20:17:35.950Z Downloaded scroll v0.12.0
3582026-06-08T20:17:35.956Z Downloaded sha2 v0.10.9
3592026-06-08T20:17:35.959Z Downloaded serde-untagged v0.1.9
3602026-06-08T20:17:35.965Z Downloaded clap_derive v4.6.1
3612026-06-08T20:17:35.968Z Downloaded serde_tokenstream v0.2.3
3622026-06-08T20:17:35.968Z Downloaded fs-err v3.3.0
3632026-06-08T20:17:35.972Z Downloaded litemap v0.8.1
3642026-06-08T20:17:35.980Z Downloaded camino v1.2.2
3652026-06-08T20:17:35.993Z Downloaded anyhow v1.0.102
3662026-06-08T20:17:36.002Z Downloaded pest_derive v2.8.6
3672026-06-08T20:17:36.009Z Downloaded smallvec v1.15.1
3682026-06-08T20:17:36.009Z Downloaded log v0.4.29
3692026-06-08T20:17:36.009Z Downloaded displaydoc v0.2.5
3702026-06-08T20:17:36.016Z Downloaded tempfile v3.25.0
3712026-06-08T20:17:36.019Z Downloaded serde_json v1.0.149
3722026-06-08T20:17:36.019Z Downloaded pest_generator v2.8.6
3732026-06-08T20:17:36.022Z Downloaded semver v1.0.28
3742026-06-08T20:17:36.022Z Downloaded once_cell v1.21.3
3752026-06-08T20:17:36.025Z Downloaded serde_core v1.0.228
3762026-06-08T20:17:36.035Z Downloaded icu_properties v2.1.2
3772026-06-08T20:17:36.040Z Downloaded serde_derive v1.0.228
3782026-06-08T20:17:36.049Z Downloaded icu_normalizer v2.1.1
3792026-06-08T20:17:36.049Z Downloaded icu_collections v2.1.1
3802026-06-08T20:17:36.054Z Downloaded proc-macro2 v1.0.106
3812026-06-08T20:17:36.054Z Downloaded icu_locale_core v2.1.1
3822026-06-08T20:17:36.054Z Downloaded num-traits v0.2.19
3832026-06-08T20:17:36.054Z Downloaded papergrid v0.11.0
3842026-06-08T20:17:36.065Z Downloaded getrandom v0.4.1
3852026-06-08T20:17:36.074Z Downloaded pest_meta v2.8.6
3862026-06-08T20:17:36.074Z Downloaded memchr v2.8.0
3872026-06-08T20:17:36.074Z Downloaded serde v1.0.228
3882026-06-08T20:17:36.081Z Downloaded indexmap v2.14.0
3892026-06-08T20:17:36.101Z Downloaded goblin v0.8.2
3902026-06-08T20:17:36.119Z Downloaded idna v1.1.0
3912026-06-08T20:17:36.135Z Downloaded pest v2.8.6
3922026-06-08T20:17:36.143Z Downloaded clap_builder v4.6.0
3932026-06-08T20:17:36.143Z Downloaded icu_properties_data v2.1.2
3942026-06-08T20:17:36.143Z Downloaded hashbrown v0.17.0
3952026-06-08T20:17:36.156Z Downloaded tabled v0.15.0
3962026-06-08T20:17:36.165Z Downloaded syn v1.0.109
3972026-06-08T20:17:36.187Z Downloaded syn v2.0.117
3982026-06-08T20:17:36.197Z Downloaded rustix v1.1.3
3992026-06-08T20:17:36.235Z Downloaded libc v0.2.185
4002026-06-08T20:17:36.300Z Compiling proc-macro2 v1.0.106
4012026-06-08T20:17:36.301Z Compiling unicode-ident v1.0.24
4022026-06-08T20:17:36.302Z Compiling quote v1.0.45
4032026-06-08T20:17:36.308Z Compiling serde_core v1.0.228
4042026-06-08T20:17:36.308Z Compiling libc v0.2.185
4052026-06-08T20:17:36.308Z Compiling version_check v0.9.5
4062026-06-08T20:17:36.308Z Compiling stable_deref_trait v1.2.1
4072026-06-08T20:17:36.308Z Compiling memchr v2.8.0
4082026-06-08T20:17:36.308Z Compiling serde v1.0.228
4092026-06-08T20:17:36.309Z Compiling zmij v1.0.21
4102026-06-08T20:17:36.309Z Compiling ucd-trie v0.1.7
4112026-06-08T20:17:36.309Z Compiling thiserror v1.0.69
4122026-06-08T20:17:36.309Z Compiling itoa v1.0.17
4132026-06-08T20:17:36.309Z Compiling autocfg v1.5.0
4142026-06-08T20:17:36.489Z Compiling litemap v0.8.1
4152026-06-08T20:17:36.760Z Compiling writeable v0.6.2
4162026-06-08T20:17:36.795Z Compiling rustix v1.1.3
4172026-06-08T20:17:36.836Z Compiling byteorder v1.5.0
4182026-06-08T20:17:36.857Z Compiling icu_properties_data v2.1.2
4192026-06-08T20:17:36.925Z Compiling icu_normalizer_data v2.1.1
4202026-06-08T20:17:37.042Z Compiling pest v2.8.6
4212026-06-08T20:17:37.046Z Compiling serde_json v1.0.149
4222026-06-08T20:17:37.134Z Compiling bitflags v2.11.0
4232026-06-08T20:17:37.253Z Compiling num-traits v0.2.19
4242026-06-08T20:17:37.326Z Compiling hashbrown v0.17.0
4252026-06-08T20:17:37.345Z Compiling equivalent v1.0.2
4262026-06-08T20:17:37.418Z Compiling typeid v1.0.3
4272026-06-08T20:17:37.434Z Compiling smallvec v1.15.1
4282026-06-08T20:17:37.470Z Compiling proc-macro-error-attr v1.0.4
4292026-06-08T20:17:37.473Z Compiling usdt-impl v0.5.0
4302026-06-08T20:17:37.530Z Compiling errno v0.3.14
4312026-06-08T20:17:37.569Z Compiling thread-id v4.2.2
4322026-06-08T20:17:37.572Z Compiling erased-serde v0.4.9
4332026-06-08T20:17:37.603Z Compiling syn v1.0.109
4342026-06-08T20:17:37.624Z Compiling toml_write v0.1.2
4352026-06-08T20:17:37.641Z Compiling winnow v0.7.14
4362026-06-08T20:17:37.708Z Compiling proc-macro-error v1.0.4
4372026-06-08T20:17:37.728Z Compiling utf8_iter v1.0.4
4382026-06-08T20:17:37.909Z Compiling indexmap v2.14.0
4392026-06-08T20:17:37.936Z Compiling utf8parse v0.2.2
4402026-06-08T20:17:37.967Z Compiling percent-encoding v2.3.2
4412026-06-08T20:17:37.984Z Compiling plain v0.2.3
4422026-06-08T20:17:38.010Z Compiling camino v1.2.2
4432026-06-08T20:17:38.049Z Compiling thiserror v2.0.18
4442026-06-08T20:17:38.087Z Compiling syn v2.0.117
4452026-06-08T20:17:38.117Z Compiling log v0.4.29
4462026-06-08T20:17:38.135Z Compiling pest_meta v2.8.6
4472026-06-08T20:17:38.138Z Compiling getrandom v0.4.1
4482026-06-08T20:17:38.210Z Compiling form_urlencoded v1.2.2
4492026-06-08T20:17:38.324Z Compiling anstyle-parse v1.0.0
4502026-06-08T20:17:38.431Z Compiling anstyle-query v1.1.5
4512026-06-08T20:17:38.516Z Compiling ordered-float v2.10.1
4522026-06-08T20:17:38.556Z Compiling cfg-if v1.0.4
4532026-06-08T20:17:38.556Z Compiling pretty-hex v0.4.1
4542026-06-08T20:17:38.595Z Compiling terminal_size v0.4.3
4552026-06-08T20:17:38.598Z Compiling colorchoice v1.0.4
4562026-06-08T20:17:38.598Z Compiling anstyle v1.0.14
4572026-06-08T20:17:38.653Z Compiling is_terminal_polyfill v1.70.2
4582026-06-08T20:17:38.733Z Compiling fs-err v3.3.0
4592026-06-08T20:17:38.761Z Compiling heck v0.5.0
4602026-06-08T20:17:38.778Z Compiling unicode-xid v0.2.6
4612026-06-08T20:17:38.801Z Compiling bytecount v0.6.9
4622026-06-08T20:17:38.838Z Compiling anstream v1.0.0
4632026-06-08T20:17:38.866Z Compiling fastrand v2.3.0
4642026-06-08T20:17:38.886Z Compiling once_cell v1.21.3
4652026-06-08T20:17:38.907Z Compiling anyhow v1.0.102
4662026-06-08T20:17:39.039Z Compiling semver v1.0.28
4672026-06-08T20:17:39.050Z Compiling unicode-width v0.1.14
4682026-06-08T20:17:39.129Z Compiling clap_lex v1.0.0
4692026-06-08T20:17:39.190Z Compiling strsim v0.11.1
4702026-06-08T20:17:39.197Z Compiling heck v0.4.1
4712026-06-08T20:17:39.213Z Compiling fnv v1.0.7
4722026-06-08T20:17:39.302Z Compiling tempfile v3.25.0
4732026-06-08T20:17:39.423Z Compiling papergrid v0.11.0
4742026-06-08T20:17:39.490Z Compiling clap_builder v4.6.0
4752026-06-08T20:17:39.490Z Compiling serde-untagged v0.1.9
4762026-06-08T20:17:39.491Z Compiling memmap v0.7.0
4772026-06-08T20:17:39.530Z Compiling unicode-width v0.2.0
4782026-06-08T20:17:39.588Z Compiling smawk v0.3.2
4792026-06-08T20:17:39.702Z Compiling unicode-linebreak v0.1.5
4802026-06-08T20:17:39.837Z Compiling camino-tempfile v1.4.1
4812026-06-08T20:17:39.837Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-08T20:17:39.838Z Compiling swrite v0.1.0
4832026-06-08T20:17:39.958Z Compiling textwrap v0.16.2
4842026-06-08T20:17:40.095Z Compiling tabled_derive v0.7.0
4852026-06-08T20:17:40.730Z Compiling synstructure v0.13.2
4862026-06-08T20:17:40.730Z Compiling pest_generator v2.8.6
4872026-06-08T20:17:40.754Z Compiling tabled v0.15.0
4882026-06-08T20:17:41.228Z Compiling serde_derive v1.0.228
4892026-06-08T20:17:41.229Z Compiling zerofrom-derive v0.1.6
4902026-06-08T20:17:41.232Z Compiling yoke-derive v0.8.1
4912026-06-08T20:17:41.232Z Compiling zerovec-derive v0.11.2
4922026-06-08T20:17:41.232Z Compiling displaydoc v0.2.5
4932026-06-08T20:17:41.247Z Compiling thiserror-impl v1.0.69
4942026-06-08T20:17:41.250Z Compiling zerocopy-derive v0.7.35
4952026-06-08T20:17:41.282Z Compiling scroll_derive v0.12.1
4962026-06-08T20:17:41.368Z Compiling thiserror-impl v2.0.18
4972026-06-08T20:17:41.371Z Compiling pest_derive v2.8.6
4982026-06-08T20:17:41.389Z Compiling clap_derive v4.6.1
4992026-06-08T20:17:41.988Z Compiling scroll v0.12.0
5002026-06-08T20:17:42.138Z Compiling zerocopy v0.7.35
5012026-06-08T20:17:42.214Z Compiling goblin v0.8.2
5022026-06-08T20:17:42.233Z Compiling zerofrom v0.1.6
5032026-06-08T20:17:42.356Z Compiling yoke v0.8.1
5042026-06-08T20:17:42.405Z Compiling dtrace-parser v0.2.0
5052026-06-08T20:17:42.511Z Compiling zerovec v0.11.5
5062026-06-08T20:17:42.511Z Compiling zerotrie v0.2.3
5072026-06-08T20:17:42.750Z Compiling clap v4.6.1
5082026-06-08T20:17:42.927Z Compiling tinystr v0.8.2
5092026-06-08T20:17:42.928Z Compiling potential_utf v0.1.4
5102026-06-08T20:17:43.068Z Compiling icu_collections v2.1.1
5112026-06-08T20:17:43.086Z Compiling icu_locale_core v2.1.1
5122026-06-08T20:17:43.633Z Compiling icu_provider v2.1.1
5132026-06-08T20:17:43.781Z Compiling dof v0.3.0
5142026-06-08T20:17:43.781Z Compiling serde_tokenstream v0.2.3
5152026-06-08T20:17:43.798Z Compiling toml_datetime v0.6.11
5162026-06-08T20:17:43.802Z Compiling serde_spanned v0.6.9
5172026-06-08T20:17:43.803Z Compiling serde-value v0.7.0
5182026-06-08T20:17:43.803Z Compiling cargo-platform v0.2.0
5192026-06-08T20:17:43.803Z Compiling macaddr v1.0.1
5202026-06-08T20:17:43.835Z Compiling icu_properties v2.1.2
5212026-06-08T20:17:43.841Z Compiling icu_normalizer v2.1.1
5222026-06-08T20:17:44.171Z Compiling toml_edit v0.22.27
5232026-06-08T20:17:44.556Z Compiling usdt-macro v0.5.0
5242026-06-08T20:17:44.556Z Compiling usdt-attr-macro v0.5.0
5252026-06-08T20:17:44.738Z Compiling idna_adapter v1.2.1
5262026-06-08T20:17:44.846Z Compiling idna v1.1.0
5272026-06-08T20:17:45.123Z Compiling url v2.5.8
5282026-06-08T20:17:45.150Z Compiling usdt v0.5.0
5292026-06-08T20:17:45.451Z Compiling toml v0.8.23
5302026-06-08T20:17:45.781Z Compiling cargo-util-schemas v0.8.2
5312026-06-08T20:17:45.781Z Compiling cargo_toml v0.21.0
5322026-06-08T20:17:46.563Z Compiling cargo_metadata v0.21.0
5332026-06-08T20:17:47.476Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-08T20:17:49.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s
5352026-06-08T20:17:49.856Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-08T20:17:50.409Z Downloading crates ...
5372026-06-08T20:17:50.508Z Downloaded anstream v0.6.21
5382026-06-08T20:17:50.564Z Downloaded castaway v0.2.4
5392026-06-08T20:17:50.564Z Downloaded atty v0.2.14
5402026-06-08T20:17:50.564Z Downloaded cexpr v0.6.0
5412026-06-08T20:17:50.564Z Downloaded adler2 v2.0.1
5422026-06-08T20:17:50.564Z Downloaded ctr v0.9.2
5432026-06-08T20:17:50.564Z Downloaded bumpalo v3.20.2
5442026-06-08T20:17:50.564Z Downloaded atomicwrites v0.4.4
5452026-06-08T20:17:50.564Z Downloaded async-stream-impl v0.3.6
5462026-06-08T20:17:50.565Z Downloaded ahash v0.8.12
5472026-06-08T20:17:50.565Z Downloaded crossbeam-epoch v0.9.18
5482026-06-08T20:17:50.565Z Downloaded crc-any v2.5.0
5492026-06-08T20:17:50.565Z Downloaded darling_macro v0.13.4
5502026-06-08T20:17:50.565Z Downloaded dirs-next v2.0.0
5512026-06-08T20:17:50.565Z Downloaded atomic-waker v1.1.2
5522026-06-08T20:17:50.565Z Downloaded backoff v0.4.0
5532026-06-08T20:17:50.565Z Downloaded async-recursion v1.1.1
5542026-06-08T20:17:50.592Z Downloaded base16ct v0.2.0
5552026-06-08T20:17:50.592Z Downloaded assert_matches v1.5.0
5562026-06-08T20:17:50.592Z Downloaded chacha20 v0.9.1
5572026-06-08T20:17:50.592Z Downloaded aead v0.5.2
5582026-06-08T20:17:50.592Z Downloaded daft-derive v0.1.7
5592026-06-08T20:17:50.592Z Downloaded critical-section v1.2.0
5602026-06-08T20:17:50.592Z Downloaded crc8 v0.1.1
5612026-06-08T20:17:50.592Z Downloaded clang-sys v1.8.1
5622026-06-08T20:17:50.592Z Downloaded crunchy v0.2.4
5632026-06-08T20:17:50.593Z Downloaded async-trait v0.1.89
5642026-06-08T20:17:50.593Z Downloaded foreign-types-macros v0.2.3
5652026-06-08T20:17:50.593Z Downloaded expectorate v1.2.0
5662026-06-08T20:17:50.593Z Downloaded dyn-clone v1.0.20
5672026-06-08T20:17:50.593Z Downloaded dtrace-parser v0.3.0
5682026-06-08T20:17:50.593Z Downloaded cstr-argument v0.1.2
5692026-06-08T20:17:50.593Z Downloaded cargo-platform v0.3.2
5702026-06-08T20:17:50.593Z Downloaded bitfield-struct v0.6.2
5712026-06-08T20:17:50.593Z Downloaded bitfield-macros v0.19.4
5722026-06-08T20:17:50.593Z Downloaded bb8 v0.8.6
5732026-06-08T20:17:50.593Z Downloaded fixedbitset v0.4.2
5742026-06-08T20:17:50.593Z Downloaded embedded-io v0.4.0
5752026-06-08T20:17:50.593Z Downloaded crossbeam-deque v0.8.6
5762026-06-08T20:17:50.593Z Downloaded async-stream v0.3.6
5772026-06-08T20:17:50.593Z Downloaded crucible-workspace-hack v0.1.0
5782026-06-08T20:17:50.593Z Downloaded erased-serde v0.3.31
5792026-06-08T20:17:50.593Z Downloaded cfg_aliases v0.2.1
5802026-06-08T20:17:50.593Z Downloaded ciborium-io v0.2.2
5812026-06-08T20:17:50.593Z Downloaded crc32fast v1.5.0
5822026-06-08T20:17:50.593Z Downloaded block-padding v0.3.3
5832026-06-08T20:17:50.593Z Downloaded fallible-iterator v0.2.0
5842026-06-08T20:17:50.593Z Downloaded daft v0.1.7
5852026-06-08T20:17:50.593Z Downloaded crc v3.4.0
5862026-06-08T20:17:50.593Z Downloaded ciborium-ll v0.2.2
5872026-06-08T20:17:50.593Z Downloaded derive_more-impl v2.1.1
5882026-06-08T20:17:50.593Z Downloaded derive-where v1.6.0
5892026-06-08T20:17:50.593Z Downloaded bitflags v1.3.2
5902026-06-08T20:17:50.593Z Downloaded ascii-canvas v3.0.0
5912026-06-08T20:17:50.593Z Downloaded darling v0.20.11
5922026-06-08T20:17:50.595Z Downloaded diff v0.1.13
5932026-06-08T20:17:50.614Z Downloaded fd-lock v4.0.4
5942026-06-08T20:17:50.614Z Downloaded bit-set v0.8.0
5952026-06-08T20:17:50.614Z Downloaded diesel_table_macro_syntax v0.3.0
5962026-06-08T20:17:50.614Z Downloaded crc-catalog v2.4.0
5972026-06-08T20:17:50.614Z Downloaded cobs v0.3.0
5982026-06-08T20:17:50.614Z Downloaded float-ord v0.3.2
5992026-06-08T20:17:50.614Z Downloaded darling_macro v0.20.11
6002026-06-08T20:17:50.614Z Downloaded float-cmp v0.10.0
6012026-06-08T20:17:50.614Z Downloaded cpufeatures v0.3.0
6022026-06-08T20:17:50.614Z Downloaded enum-as-inner v0.6.1
6032026-06-08T20:17:50.614Z Downloaded curve25519-dalek-derive v0.1.1
6042026-06-08T20:17:50.614Z Downloaded cfg_aliases v0.1.1
6052026-06-08T20:17:50.614Z Downloaded debug-ignore v1.0.5
6062026-06-08T20:17:50.614Z Downloaded async-bb8-diesel v0.2.1
6072026-06-08T20:17:50.615Z Downloaded document-features v0.2.12
6082026-06-08T20:17:50.615Z Downloaded display-error-chain v0.2.2
6092026-06-08T20:17:50.615Z Downloaded base64 v0.22.1
6102026-06-08T20:17:50.615Z Downloaded array-init v0.0.4
6112026-06-08T20:17:50.615Z Downloaded bcrypt-pbkdf v0.10.0
6122026-06-08T20:17:50.615Z Downloaded darling_macro v0.23.0
6132026-06-08T20:17:50.627Z Downloaded downcast-rs v2.0.2
6142026-06-08T20:17:50.627Z Downloaded convert_case v0.4.0
6152026-06-08T20:17:50.627Z Downloaded compression-core v0.4.31
6162026-06-08T20:17:50.627Z Downloaded bit-set v0.5.3
6172026-06-08T20:17:50.627Z Downloaded buf-list v1.1.2
6182026-06-08T20:17:50.627Z Downloaded deranged v0.5.8
6192026-06-08T20:17:50.628Z Downloaded cmake v0.1.57
6202026-06-08T20:17:50.628Z Downloaded darling_macro v0.21.3
6212026-06-08T20:17:50.628Z Downloaded foreign-types v0.5.0
6222026-06-08T20:17:50.628Z Downloaded difflib v0.4.0
6232026-06-08T20:17:50.628Z Downloaded arrayref v0.3.9
6242026-06-08T20:17:50.641Z Downloaded defmt v0.3.100
6252026-06-08T20:17:50.641Z Downloaded bcs v0.1.6
6262026-06-08T20:17:50.641Z Downloaded corncobs v0.1.4
6272026-06-08T20:17:50.641Z Downloaded futures-macro v0.3.32
6282026-06-08T20:17:50.641Z Downloaded defmt-parser v1.0.0
6292026-06-08T20:17:50.641Z Downloaded dsl_auto_type v0.2.0
6302026-06-08T20:17:50.641Z Downloaded cancel-safe-futures v0.1.5
6312026-06-08T20:17:50.658Z Downloaded env_filter v1.0.0
6322026-06-08T20:17:50.658Z Downloaded byte-wrapper v0.1.0
6332026-06-08T20:17:50.658Z Downloaded hash32 v0.3.1
6342026-06-08T20:17:50.658Z Downloaded ghash v0.5.1
6352026-06-08T20:17:50.658Z Downloaded dirs-sys-next v0.1.2
6362026-06-08T20:17:50.658Z Downloaded derive_builder_macro v0.20.2
6372026-06-08T20:17:50.658Z Downloaded anstyle-parse v0.2.7
6382026-06-08T20:17:50.658Z Downloaded foreign-types-shared v0.1.1
6392026-06-08T20:17:50.658Z Downloaded globwalk v0.9.1
6402026-06-08T20:17:50.658Z Downloaded futures-task v0.3.32
6412026-06-08T20:17:50.662Z Downloaded dof v0.4.0
6422026-06-08T20:17:50.662Z Downloaded arrayvec v0.7.6
6432026-06-08T20:17:50.662Z Downloaded git-stub v1.0.0
6442026-06-08T20:17:50.662Z Downloaded cipher v0.4.4
6452026-06-08T20:17:50.662Z Downloaded dunce v1.0.5
6462026-06-08T20:17:50.662Z Downloaded gethostname v0.5.0
6472026-06-08T20:17:50.662Z Downloaded futures-io v0.3.32
6482026-06-08T20:17:50.662Z Downloaded foreign-types-shared v0.3.1
6492026-06-08T20:17:50.662Z Downloaded hash32 v0.2.1
6502026-06-08T20:17:50.663Z Downloaded derive-ex v0.1.8
6512026-06-08T20:17:50.663Z Downloaded fxhash v0.2.1
6522026-06-08T20:17:50.663Z Downloaded cbc v0.1.2
6532026-06-08T20:17:50.663Z Downloaded flagset v0.4.7
6542026-06-08T20:17:50.663Z Downloaded filetime v0.2.27
6552026-06-08T20:17:50.679Z Downloaded derive_builder_core v0.20.2
6562026-06-08T20:17:50.679Z Downloaded der_derive v0.7.3
6572026-06-08T20:17:50.679Z Downloaded cassowary v0.3.0
6582026-06-08T20:17:50.679Z Downloaded cargo_metadata v0.23.1
6592026-06-08T20:17:50.679Z Downloaded headers-core v0.3.0
6602026-06-08T20:17:50.679Z Downloaded find-msvc-tools v0.1.9
6612026-06-08T20:17:50.696Z Downloaded data-encoding v2.10.0
6622026-06-08T20:17:50.697Z Downloaded hex v0.4.3
6632026-06-08T20:17:50.697Z Downloaded crossbeam-utils v0.8.21
6642026-06-08T20:17:50.697Z Downloaded compression-codecs v0.4.37
6652026-06-08T20:17:50.697Z Downloaded blowfish v0.9.1
6662026-06-08T20:17:50.697Z Downloaded ecdsa v0.16.9
6672026-06-08T20:17:50.697Z Downloaded constant_time_eq v0.4.2
6682026-06-08T20:17:50.697Z Downloaded camino-tempfile-ext v0.3.3
6692026-06-08T20:17:50.697Z Downloaded futures-channel v0.3.32
6702026-06-08T20:17:50.697Z Downloaded ed25519 v2.2.3
6712026-06-08T20:17:50.698Z Downloaded endian-type v0.1.2
6722026-06-08T20:17:50.698Z Downloaded http-range v0.1.5
6732026-06-08T20:17:50.698Z Downloaded home v0.5.12
6742026-06-08T20:17:50.699Z Downloaded embedded-io v0.6.1
6752026-06-08T20:17:50.699Z Downloaded hex-literal v0.4.1
6762026-06-08T20:17:50.699Z Downloaded futures-core v0.3.32
6772026-06-08T20:17:50.699Z Downloaded base64ct v1.8.3
6782026-06-08T20:17:50.699Z Downloaded foldhash v0.2.0
6792026-06-08T20:17:50.699Z Downloaded foldhash v0.1.5
6802026-06-08T20:17:50.699Z Downloaded convert_case v0.10.0
6812026-06-08T20:17:50.719Z Downloaded cookie v0.18.1
6822026-06-08T20:17:50.719Z Downloaded hostname v0.4.2
6832026-06-08T20:17:50.719Z Downloaded httpdate v1.0.3
6842026-06-08T20:17:50.719Z Downloaded colored v3.1.1
6852026-06-08T20:17:50.719Z Downloaded hyper-tls v0.6.0
6862026-06-08T20:17:50.720Z Downloaded futures-executor v0.3.32
6872026-06-08T20:17:50.720Z Downloaded fs-err v2.11.0
6882026-06-08T20:17:50.720Z Downloaded hubpack_derive v0.1.1
6892026-06-08T20:17:50.720Z Downloaded hubpack v0.1.2
6902026-06-08T20:17:50.720Z Downloaded darling v0.13.4
6912026-06-08T20:17:50.720Z Downloaded illumos-nvpair v0.3.0
6922026-06-08T20:17:50.728Z Downloaded illumos-nvpair-sys v0.2.0
6932026-06-08T20:17:50.728Z Downloaded funty v2.0.0
6942026-06-08T20:17:50.728Z Downloaded foreign-types v0.3.2
6952026-06-08T20:17:50.728Z Downloaded chacha20 v0.10.0
6962026-06-08T20:17:50.728Z Downloaded ciborium v0.2.2
6972026-06-08T20:17:50.728Z Downloaded defmt-macros v1.0.1
6982026-06-08T20:17:50.728Z Downloaded base64 v0.21.7
6992026-06-08T20:17:50.728Z Downloaded indent_write v2.2.0
7002026-06-08T20:17:50.728Z Downloaded diesel-dtrace v0.5.0
7012026-06-08T20:17:50.729Z Downloaded colored v2.2.0
7022026-06-08T20:17:50.729Z Downloaded console v0.16.2
7032026-06-08T20:17:50.729Z Downloaded env_logger v0.11.9
7042026-06-08T20:17:50.729Z Downloaded const_format_proc_macros v0.2.34
7052026-06-08T20:17:50.729Z Downloaded glob v0.3.3
7062026-06-08T20:17:50.729Z Downloaded ident_case v1.0.1
7072026-06-08T20:17:50.729Z Downloaded const-oid v0.9.6
7082026-06-08T20:17:50.744Z Downloaded is_ci v1.2.0
7092026-06-08T20:17:50.745Z Downloaded instability v0.3.11
7102026-06-08T20:17:50.745Z Downloaded inout v0.1.4
7112026-06-08T20:17:50.745Z Downloaded argon2 v0.5.3
7122026-06-08T20:17:50.745Z Downloaded backon v1.6.0
7132026-06-08T20:17:50.745Z Downloaded defmt v1.0.1
7142026-06-08T20:17:50.745Z Downloaded csv-core v0.1.13
7152026-06-08T20:17:50.745Z Downloaded async-compression v0.4.41
7162026-06-08T20:17:50.751Z Downloaded highway v1.3.0
7172026-06-08T20:17:50.751Z Downloaded instant v0.1.13
7182026-06-08T20:17:50.751Z Downloaded group v0.13.0
7192026-06-08T20:17:50.751Z Downloaded indoc v1.0.9
7202026-06-08T20:17:50.751Z Downloaded hostname v0.3.1
7212026-06-08T20:17:50.751Z Downloaded bzip2 v0.4.4
7222026-06-08T20:17:50.752Z Downloaded lalrpop-util v0.19.12
7232026-06-08T20:17:50.752Z Downloaded either v1.15.0
7242026-06-08T20:17:50.752Z Downloaded dropshot-api-manager-types v0.7.2
7252026-06-08T20:17:50.752Z Downloaded http-body-util v0.1.3
7262026-06-08T20:17:50.764Z Downloaded blake2 v0.10.6
7272026-06-08T20:17:50.764Z Downloaded internet-checksum v0.2.1
7282026-06-08T20:17:50.764Z Downloaded bitfield v0.19.4
7292026-06-08T20:17:50.765Z Downloaded cookie_store v0.22.1
7302026-06-08T20:17:50.765Z Downloaded console v0.15.11
7312026-06-08T20:17:50.765Z Downloaded kstat-rs v0.2.4
7322026-06-08T20:17:50.765Z Downloaded fixedbitset v0.5.7
7332026-06-08T20:17:50.765Z Downloaded impl-trait-for-tuples v0.2.3
7342026-06-08T20:17:50.773Z Downloaded fs_extra v1.3.0
7352026-06-08T20:17:50.773Z Downloaded allocator-api2 v0.2.21
7362026-06-08T20:17:50.773Z Downloaded lru-slab v0.1.2
7372026-06-08T20:17:50.773Z Downloaded libscf-sys v1.1.0
7382026-06-08T20:17:50.773Z Downloaded http-body v1.0.1
7392026-06-08T20:17:50.774Z Downloaded globset v0.4.18
7402026-06-08T20:17:50.774Z Downloaded bit-vec v0.6.3
7412026-06-08T20:17:50.774Z Downloaded bzip2 v0.6.1
7422026-06-08T20:17:50.774Z Downloaded is-terminal v0.4.17
7432026-06-08T20:17:50.785Z Downloaded keccak v0.1.6
7442026-06-08T20:17:50.785Z Downloaded bit-vec v0.8.0
7452026-06-08T20:17:50.785Z Downloaded linked-hash-map v0.5.6
7462026-06-08T20:17:50.785Z Downloaded lazy_static v1.5.0
7472026-06-08T20:17:50.785Z Downloaded git-stub-vcs v0.1.0
7482026-06-08T20:17:50.785Z Downloaded futures-sink v0.3.32
7492026-06-08T20:17:50.785Z Downloaded ena v0.14.4
7502026-06-08T20:17:50.785Z Downloaded half v1.8.3
7512026-06-08T20:17:50.785Z Downloaded ingot v0.1.1
7522026-06-08T20:17:50.785Z Downloaded indoc v2.0.7
7532026-06-08T20:17:50.786Z Downloaded match_cfg v0.1.0
7542026-06-08T20:17:50.786Z Downloaded mime v0.3.17
7552026-06-08T20:17:50.801Z Downloaded md-5 v0.10.6
7562026-06-08T20:17:50.801Z Downloaded md5 v0.7.0
7572026-06-08T20:17:50.801Z Downloaded maplit v1.0.2
7582026-06-08T20:17:50.801Z Downloaded humantime v2.3.0
7592026-06-08T20:17:50.801Z Downloaded newtype_derive v0.1.6
7602026-06-08T20:17:50.801Z Downloaded getrandom v0.2.17
7612026-06-08T20:17:50.801Z Downloaded ff v0.13.1
7622026-06-08T20:17:50.824Z Downloaded darling v0.23.0
7632026-06-08T20:17:50.824Z Downloaded managed v0.8.0
7642026-06-08T20:17:50.824Z Downloaded hyper-staticfile v0.10.1
7652026-06-08T20:17:50.824Z Downloaded dropshot_endpoint v0.17.0
7662026-06-08T20:17:50.824Z Downloaded nibble_vec v0.1.0
7672026-06-08T20:17:50.824Z Downloaded des v0.8.1
7682026-06-08T20:17:50.824Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-08T20:17:50.824Z Downloaded fatfs v0.3.6
7702026-06-08T20:17:50.824Z Downloaded normalize-line-endings v0.3.0
7712026-06-08T20:17:50.824Z Downloaded maybe-uninit v2.0.0
7722026-06-08T20:17:50.824Z Downloaded num-derive v0.4.2
7732026-06-08T20:17:50.824Z Downloaded lzss v0.8.2
7742026-06-08T20:17:50.824Z Downloaded nonempty v0.12.0
7752026-06-08T20:17:50.824Z Downloaded newline-converter v0.3.0
7762026-06-08T20:17:50.824Z Downloaded multimap v0.10.1
7772026-06-08T20:17:50.824Z Downloaded num-iter v0.1.45
7782026-06-08T20:17:50.824Z Downloaded num_enum_derive v0.5.11
7792026-06-08T20:17:50.824Z Downloaded num v0.4.3
7802026-06-08T20:17:50.846Z Downloaded bytes v1.11.1
7812026-06-08T20:17:50.846Z Downloaded libefi-sys v0.1.0
7822026-06-08T20:17:50.846Z Downloaded hyper-rustls v0.27.7
7832026-06-08T20:17:50.846Z Downloaded iana-time-zone v0.1.65
7842026-06-08T20:17:50.846Z Downloaded libsw v3.5.0
7852026-06-08T20:17:50.846Z Downloaded memoffset v0.9.1
7862026-06-08T20:17:50.846Z Downloaded lru-cache v0.1.2
7872026-06-08T20:17:50.846Z Downloaded ingot-types v0.1.2
7882026-06-08T20:17:50.846Z Downloaded nodrop v0.1.14
7892026-06-08T20:17:50.858Z Downloaded num_threads v0.1.7
7902026-06-08T20:17:50.858Z Downloaded ipnetwork v0.21.1
7912026-06-08T20:17:50.858Z Downloaded getrandom v0.3.4
7922026-06-08T20:17:50.858Z Downloaded ipnet v2.11.0
7932026-06-08T20:17:50.858Z Downloaded num-conv v0.2.0
7942026-06-08T20:17:50.859Z Downloaded lru v0.12.5
7952026-06-08T20:17:50.859Z Downloaded libloading v0.8.9
7962026-06-08T20:17:50.859Z Downloaded derive_builder v0.20.2
7972026-06-08T20:17:50.859Z Downloaded openssl-probe v0.1.6
7982026-06-08T20:17:50.859Z Downloaded aes v0.8.4
7992026-06-08T20:17:50.859Z Downloaded opaque-debug v0.3.1
8002026-06-08T20:17:50.859Z Downloaded const_format v0.2.35
8012026-06-08T20:17:50.859Z Downloaded linear-map v1.2.0
8022026-06-08T20:17:50.859Z Downloaded nanorand v0.7.0
8032026-06-08T20:17:50.859Z Downloaded mime_guess v2.0.5
8042026-06-08T20:17:50.862Z Downloaded openssl-probe v0.2.1
8052026-06-08T20:17:50.862Z Downloaded darling v0.21.3
8062026-06-08T20:17:50.862Z Downloaded packed_struct_codegen v0.10.1
8072026-06-08T20:17:50.862Z Downloaded oso-derive v0.27.3
8082026-06-08T20:17:50.862Z Downloaded openssl-macros v0.1.1
8092026-06-08T20:17:50.862Z Downloaded chacha20poly1305 v0.10.1
8102026-06-08T20:17:50.862Z Downloaded olpc-cjson v0.1.4
8112026-06-08T20:17:50.862Z Downloaded libsw-core v0.3.2
8122026-06-08T20:17:50.863Z Downloaded new_debug_unreachable v1.0.6
8132026-06-08T20:17:50.863Z Downloaded flume v0.11.1
8142026-06-08T20:17:50.891Z Downloaded drift v0.2.0
8152026-06-08T20:17:50.891Z Downloaded hmac v0.12.1
8162026-06-08T20:17:50.891Z Downloaded path-slash v0.1.5
8172026-06-08T20:17:50.891Z Downloaded parse-size v1.1.0
8182026-06-08T20:17:50.891Z Downloaded num-derive v0.3.3
8192026-06-08T20:17:50.891Z Downloaded derive_more v0.99.20
8202026-06-08T20:17:50.907Z Downloaded pbkdf2 v0.12.2
8212026-06-08T20:17:50.907Z Downloaded darling_core v0.13.4
8222026-06-08T20:17:50.907Z Downloaded compact_str v0.8.1
8232026-06-08T20:17:50.907Z Downloaded arc-swap v1.8.2
8242026-06-08T20:17:50.908Z Downloaded num-complex v0.4.6
8252026-06-08T20:17:50.908Z Downloaded jobserver v0.1.34
8262026-06-08T20:17:50.908Z Downloaded newtype-uuid v1.3.2
8272026-06-08T20:17:50.908Z Downloaded peg-runtime v0.8.5
8282026-06-08T20:17:50.908Z Downloaded pbkdf2 v0.11.0
8292026-06-08T20:17:50.908Z Downloaded parse-display v0.10.0
8302026-06-08T20:17:50.908Z Downloaded ingot-macros v0.1.1
8312026-06-08T20:17:50.908Z Downloaded indexmap v1.9.3
8322026-06-08T20:17:50.918Z Downloaded elliptic-curve v0.13.8
8332026-06-08T20:17:50.918Z Downloaded num-integer v0.1.46
8342026-06-08T20:17:50.918Z Downloaded nu-ansi-term v0.50.3
8352026-06-08T20:17:50.918Z Downloaded phf_shared v0.11.3
8362026-06-08T20:17:50.924Z Downloaded pin-utils v0.1.0
8372026-06-08T20:17:50.924Z Downloaded phf_shared v0.13.1
8382026-06-08T20:17:50.928Z Downloaded phf_shared v0.12.1
8392026-06-08T20:17:50.928Z Downloaded proc-macro-crate v1.3.1
8402026-06-08T20:17:50.928Z Downloaded oxnet v0.1.5
8412026-06-08T20:17:50.928Z Downloaded owo-colors v4.3.0
8422026-06-08T20:17:50.928Z Downloaded native-tls v0.2.18
8432026-06-08T20:17:50.935Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-06-08T20:17:50.935Z Downloaded proc-macro-crate v3.4.0
8452026-06-08T20:17:50.935Z Downloaded num_enum v0.7.6
8462026-06-08T20:17:50.945Z Downloaded lock_api v0.4.14
8472026-06-08T20:17:50.945Z Downloaded heapless v0.7.17
8482026-06-08T20:17:50.945Z Downloaded packed_struct v0.10.1
8492026-06-08T20:17:50.945Z Downloaded predicates-tree v1.0.13
8502026-06-08T20:17:50.952Z Downloaded predicates-core v1.0.10
8512026-06-08T20:17:50.952Z Downloaded litrs v1.0.0
8522026-06-08T20:17:50.952Z Downloaded darling_core v0.20.11
8532026-06-08T20:17:50.952Z Downloaded parse-display-derive v0.10.0
8542026-06-08T20:17:50.952Z Downloaded oxide-tokio-rt v0.1.4
8552026-06-08T20:17:50.952Z Downloaded httparse v1.10.1
8562026-06-08T20:17:50.952Z Downloaded parking_lot_core v0.8.6
8572026-06-08T20:17:50.966Z Downloaded password-hash v0.4.2
8582026-06-08T20:17:50.966Z Downloaded num-rational v0.4.2
8592026-06-08T20:17:50.967Z Downloaded darling_core v0.23.0
8602026-06-08T20:17:50.967Z Downloaded powerfmt v0.2.0
8612026-06-08T20:17:50.967Z Downloaded num_enum_derive v0.7.6
8622026-06-08T20:17:50.967Z Downloaded precomputed-hash v0.1.1
8632026-06-08T20:17:50.967Z Downloaded libbz2-rs-sys v0.2.2
8642026-06-08T20:17:50.976Z Downloaded memmap2 v0.9.10
8652026-06-08T20:17:50.976Z Downloaded half v2.7.1
8662026-06-08T20:17:50.976Z Downloaded psl-types v2.0.11
8672026-06-08T20:17:50.976Z Downloaded progenitor-macro v0.14.0
8682026-06-08T20:17:50.977Z Downloaded progenitor-client v0.10.0
8692026-06-08T20:17:50.977Z Downloaded radium v0.7.0
8702026-06-08T20:17:50.977Z Downloaded der v0.7.10
8712026-06-08T20:17:50.977Z Downloaded flate2 v1.1.9
8722026-06-08T20:17:50.983Z Downloaded pem-rfc7468 v0.7.0
8732026-06-08T20:17:50.983Z Downloaded progenitor-macro v0.11.2
8742026-06-08T20:17:50.983Z Downloaded paste v1.0.15
8752026-06-08T20:17:50.983Z Downloaded progenitor-macro v0.13.0
8762026-06-08T20:17:50.983Z Downloaded progenitor-client v0.11.2
8772026-06-08T20:17:50.983Z Downloaded multer v3.1.0
8782026-06-08T20:17:50.983Z Downloaded rand_chacha v0.3.1
8792026-06-08T20:17:50.983Z Downloaded pem v3.0.6
8802026-06-08T20:17:50.984Z Downloaded peg v0.8.5
8812026-06-08T20:17:50.987Z Downloaded rand_xorshift v0.4.0
8822026-06-08T20:17:50.987Z Downloaded crossbeam-channel v0.5.15
8832026-06-08T20:17:50.987Z Downloaded ed25519-dalek v2.2.0
8842026-06-08T20:17:50.991Z Downloaded pkg-config v0.3.32
8852026-06-08T20:17:50.991Z Downloaded postgres-protocol v0.6.10
8862026-06-08T20:17:50.994Z Downloaded crossterm v0.29.0
8872026-06-08T20:17:50.997Z Downloaded quick-error v1.2.3
8882026-06-08T20:17:50.997Z Downloaded ppv-lite86 v0.2.21
8892026-06-08T20:17:50.997Z Downloaded pin-project-internal v1.1.11
8902026-06-08T20:17:51.001Z Downloaded num_enum v0.5.11
8912026-06-08T20:17:51.004Z Downloaded headers v0.4.1
8922026-06-08T20:17:51.004Z Downloaded proc-macro-error2 v2.0.1
8932026-06-08T20:17:51.010Z Downloaded pkcs8 v0.10.2
8942026-06-08T20:17:51.013Z Downloaded crypto-bigint v0.5.5
8952026-06-08T20:17:51.013Z Downloaded progenitor-client v0.14.0
8962026-06-08T20:17:51.016Z Downloaded ar_archive_writer v0.5.1
8972026-06-08T20:17:51.016Z Downloaded progenitor v0.11.2
8982026-06-08T20:17:51.019Z Downloaded pin-project-lite v0.2.17
8992026-06-08T20:17:51.021Z Downloaded progenitor-extras v0.2.0
9002026-06-08T20:17:51.021Z Downloaded omicron-zone-package v0.12.2
9012026-06-08T20:17:51.025Z Downloaded polyval v0.6.2
9022026-06-08T20:17:51.028Z Downloaded progenitor v0.13.0
9032026-06-08T20:17:51.028Z Downloaded password-hash v0.5.0
9042026-06-08T20:17:51.028Z Downloaded parking_lot_core v0.9.12
9052026-06-08T20:17:51.031Z Downloaded ref-cast-impl v1.0.25
9062026-06-08T20:17:51.031Z Downloaded parking_lot v0.12.5
9072026-06-08T20:17:51.031Z Downloaded predicates v3.1.4
9082026-06-08T20:17:51.034Z Downloaded darling_core v0.21.3
9092026-06-08T20:17:51.037Z Downloaded cc v1.2.56
9102026-06-08T20:17:51.039Z Downloaded ignore v0.4.25
9112026-06-08T20:17:51.039Z Downloaded poly1305 v0.8.0
9122026-06-08T20:17:51.043Z Downloaded psm v0.1.30
9132026-06-08T20:17:51.043Z Downloaded phf v0.13.1
9142026-06-08T20:17:51.046Z Downloaded r2d2 v0.8.10
9152026-06-08T20:17:51.049Z Downloaded ref-cast v1.0.25
9162026-06-08T20:17:51.049Z Downloaded derive_more v2.1.1
9172026-06-08T20:17:51.054Z Downloaded russh-cryptovec v0.7.3
9182026-06-08T20:17:51.057Z Downloaded peg-macros v0.8.5
9192026-06-08T20:17:51.057Z Downloaded rand_core v0.9.5
9202026-06-08T20:17:51.057Z Downloaded progenitor-client v0.13.0
9212026-06-08T20:17:51.064Z Downloaded rand_seeder v0.4.0
9222026-06-08T20:17:51.064Z Downloaded rustc-hash v2.1.1
9232026-06-08T20:17:51.064Z Downloaded oso v0.27.3
9242026-06-08T20:17:51.069Z Downloaded recursive-proc-macro-impl v0.1.1
9252026-06-08T20:17:51.069Z Downloaded rustc_version v0.4.1
9262026-06-08T20:17:51.069Z Downloaded rustc_version v0.1.7
9272026-06-08T20:17:51.069Z Downloaded recursive v0.1.1
9282026-06-08T20:17:51.069Z Downloaded progenitor v0.14.0
9292026-06-08T20:17:51.069Z Downloaded primeorder v0.13.6
9302026-06-08T20:17:51.069Z Downloaded phf v0.12.1
9312026-06-08T20:17:51.078Z Downloaded rand_core v0.6.4
9322026-06-08T20:17:51.081Z Downloaded rand_chacha v0.9.0
9332026-06-08T20:17:51.081Z Downloaded same-file v1.0.6
9342026-06-08T20:17:51.088Z Downloaded scopeguard v1.2.0
9352026-06-08T20:17:51.088Z Downloaded scheduled-thread-pool v0.2.7
9362026-06-08T20:17:51.091Z Downloaded salsa20 v0.10.2
9372026-06-08T20:17:51.091Z Downloaded hickory-resolver v0.24.4
9382026-06-08T20:17:51.091Z Downloaded aes-gcm v0.10.3
9392026-06-08T20:17:51.096Z Downloaded pkcs1 v0.7.5
9402026-06-08T20:17:51.096Z Downloaded rtoolbox v0.0.3
9412026-06-08T20:17:51.101Z Downloaded secrecy v0.8.0
9422026-06-08T20:17:51.104Z Downloaded pkcs5 v0.7.1
9432026-06-08T20:17:51.108Z Downloaded parking_lot v0.11.2
9442026-06-08T20:17:51.111Z Downloaded secrecy v0.10.3
9452026-06-08T20:17:51.116Z Downloaded futures v0.3.32
9462026-06-08T20:17:51.119Z Downloaded quinn-udp v0.5.14
9472026-06-08T20:17:51.119Z Downloaded hashbrown v0.13.2
9482026-06-08T20:17:51.122Z Downloaded rfc6979 v0.4.0
9492026-06-08T20:17:51.122Z Downloaded serde_repr v0.1.20
9502026-06-08T20:17:51.122Z Downloaded serde_spanned v1.0.4
9512026-06-08T20:17:51.129Z Downloaded serde_plain v1.0.2
9522026-06-08T20:17:51.129Z Downloaded postcard v1.1.3
9532026-06-08T20:17:51.129Z Downloaded scrypt v0.11.0
9542026-06-08T20:17:51.133Z Downloaded serde-big-array v0.5.1
9552026-06-08T20:17:51.133Z Downloaded resolv-conf v0.7.6
9562026-06-08T20:17:51.133Z Downloaded prefix-trie v0.7.0
9572026-06-08T20:17:51.133Z Downloaded minimal-lexical v0.2.1
9582026-06-08T20:17:51.136Z Downloaded indicatif v0.18.4
9592026-06-08T20:17:51.136Z Downloaded rustls-pemfile v2.2.0
9602026-06-08T20:17:51.139Z Downloaded miniz_oxide v0.8.9
9612026-06-08T20:17:51.139Z Downloaded rustls-native-certs v0.8.3
9622026-06-08T20:17:51.142Z Downloaded serde_urlencoded v0.7.1
9632026-06-08T20:17:51.142Z Downloaded shell-words v1.1.1
9642026-06-08T20:17:51.145Z Downloaded jiff-static v0.2.21
9652026-06-08T20:17:51.145Z Downloaded seq-macro v0.3.6
9662026-06-08T20:17:51.148Z Downloaded scroll_derive v0.13.1
9672026-06-08T20:17:51.148Z Downloaded serde_bytes v0.11.19
9682026-06-08T20:17:51.148Z Downloaded semver v0.1.20
9692026-06-08T20:17:51.152Z Downloaded progenitor-impl v0.13.0
9702026-06-08T20:17:51.152Z Downloaded postgres-types v0.2.12
9712026-06-08T20:17:51.156Z Downloaded pin-project v1.1.11
9722026-06-08T20:17:51.159Z Downloaded signal-hook-tokio v0.3.1
9732026-06-08T20:17:51.159Z Downloaded signature v2.2.0
9742026-06-08T20:17:51.167Z Downloaded rustls-pemfile v1.0.4
9752026-06-08T20:17:51.167Z Downloaded openssl-sys v0.9.115
9762026-06-08T20:17:51.171Z Downloaded siphasher v1.0.2
9772026-06-08T20:17:51.171Z Downloaded signal-hook-mio v0.2.5
9782026-06-08T20:17:51.171Z Downloaded rusty-fork v0.3.1
9792026-06-08T20:17:51.171Z Downloaded rustversion v1.0.22
9802026-06-08T20:17:51.172Z Downloaded hickory-resolver v0.25.2
9812026-06-08T20:17:51.176Z Downloaded heapless v0.8.0
9822026-06-08T20:17:51.176Z Downloaded sapling-renderdag v0.1.0
9832026-06-08T20:17:51.180Z Downloaded sct v0.7.1
9842026-06-08T20:17:51.180Z Downloaded scroll v0.13.0
9852026-06-08T20:17:51.180Z Downloaded slog-bunyan v2.5.0
9862026-06-08T20:17:51.184Z Downloaded sec1 v0.7.3
9872026-06-08T20:17:51.184Z Downloaded progenitor-impl v0.14.0
9882026-06-08T20:17:51.184Z Downloaded rand_core v0.10.0
9892026-06-08T20:17:51.184Z Downloaded p256 v0.13.2
9902026-06-08T20:17:51.188Z Downloaded sigpipe v0.1.3
9912026-06-08T20:17:51.188Z Downloaded aho-corasick v1.1.4
9922026-06-08T20:17:51.194Z Downloaded slog-envlogger v2.2.0
9932026-06-08T20:17:51.195Z Downloaded diesel_derives v2.3.7
9942026-06-08T20:17:51.200Z Downloaded schemars_derive v0.8.22
9952026-06-08T20:17:51.203Z Downloaded papergrid v0.17.0
9962026-06-08T20:17:51.206Z Downloaded hashbrown v0.12.3
9972026-06-08T20:17:51.209Z Downloaded rustls-pki-types v1.14.0
9982026-06-08T20:17:51.213Z Downloaded serde-hex v0.1.0
9992026-06-08T20:17:51.213Z Downloaded serde_derive_internals v0.29.1
10002026-06-08T20:17:51.213Z Downloaded sqlparser_derive v0.5.0
10012026-06-08T20:17:51.217Z Downloaded crossterm v0.28.1
10022026-06-08T20:17:51.217Z Downloaded progenitor-impl v0.11.2
10032026-06-08T20:17:51.220Z Downloaded itertools v0.10.5
10042026-06-08T20:17:51.226Z Downloaded ssh-cipher v0.2.0
10052026-06-08T20:17:51.229Z Downloaded signal-hook-registry v1.4.8
10062026-06-08T20:17:51.229Z Downloaded serde_with_macros v1.5.2
10072026-06-08T20:17:51.233Z Downloaded structmeta v0.3.0
10082026-06-08T20:17:51.233Z Downloaded strum v0.26.3
10092026-06-08T20:17:51.236Z Downloaded strsim v0.10.0
10102026-06-08T20:17:51.236Z Downloaded structmeta-derive v0.3.0
10112026-06-08T20:17:51.243Z Downloaded strip-ansi-escapes v0.2.1
10122026-06-08T20:17:51.243Z Downloaded hyper-util v0.1.20
10132026-06-08T20:17:51.249Z Downloaded sha1 v0.10.6
10142026-06-08T20:17:51.253Z Downloaded ssh-encoding v0.2.0
10152026-06-08T20:17:51.258Z Downloaded slog-json v2.6.1
10162026-06-08T20:17:51.258Z Downloaded subtle v2.6.1
10172026-06-08T20:17:51.258Z Downloaded strum v0.27.2
10182026-06-08T20:17:51.258Z Downloaded tabled_derive v0.11.0
10192026-06-08T20:17:51.263Z Downloaded supports-color v3.0.2
10202026-06-08T20:17:51.263Z Downloaded sync_wrapper v1.0.2
10212026-06-08T20:17:51.263Z Downloaded slog-async v2.8.0
10222026-06-08T20:17:51.269Z Downloaded ron v0.8.1
10232026-06-08T20:17:51.272Z Downloaded simd-adler32 v0.3.8
10242026-06-08T20:17:51.272Z Downloaded shlex v1.3.0
10252026-06-08T20:17:51.272Z Downloaded tagptr v0.2.0
10262026-06-08T20:17:51.272Z Downloaded serde_path_to_error v0.1.20
10272026-06-08T20:17:51.275Z Downloaded serde_cbor v0.11.2
10282026-06-08T20:17:51.275Z Downloaded prettyplease v0.2.37
10292026-06-08T20:17:51.278Z Downloaded slog-scope v4.4.1
10302026-06-08T20:17:51.278Z Downloaded slab v0.4.12
10312026-06-08T20:17:51.281Z Downloaded rcgen v0.12.1
10322026-06-08T20:17:51.281Z Downloaded pretty_assertions v1.4.1
10332026-06-08T20:17:51.285Z Downloaded sync-ptr v0.1.4
10342026-06-08T20:17:51.286Z Downloaded slog-term v2.9.2
10352026-06-08T20:17:51.286Z Downloaded take_mut v0.2.2
10362026-06-08T20:17:51.286Z Downloaded spki v0.7.3
10372026-06-08T20:17:51.290Z Downloaded slog-stdlog v4.1.1
10382026-06-08T20:17:51.290Z Downloaded testing_table v0.3.0
10392026-06-08T20:17:51.290Z Downloaded slog-dtrace v0.3.0
10402026-06-08T20:17:51.290Z Downloaded time-core v0.1.8
10412026-06-08T20:17:51.294Z Downloaded serde_with_macros v3.17.0
10422026-06-08T20:17:51.294Z Downloaded tinyvec_macros v0.1.1
10432026-06-08T20:17:51.294Z Downloaded http v1.4.0
10442026-06-08T20:17:51.297Z Downloaded hickory-server v0.25.2
10452026-06-08T20:17:51.297Z Downloaded thread-id v5.1.0
10462026-06-08T20:17:51.297Z Downloaded tabwriter v1.4.1
10472026-06-08T20:17:51.300Z Downloaded smallvec v0.6.14
10482026-06-08T20:17:51.303Z Downloaded sqlformat v0.3.5
10492026-06-08T20:17:51.308Z Downloaded nom v7.1.3
10502026-06-08T20:17:51.312Z Downloaded smf v0.2.3
10512026-06-08T20:17:51.312Z Downloaded thiserror-impl-no-std v2.0.2
10522026-06-08T20:17:51.313Z Downloaded termtree v0.5.1
10532026-06-08T20:17:51.315Z Downloaded libxml v0.3.3
10542026-06-08T20:17:51.315Z Downloaded snafu-derive v0.8.9
10552026-06-08T20:17:51.319Z Downloaded tap v1.0.1
10562026-06-08T20:17:51.321Z Downloaded support-bundle-viewer v0.1.2
10572026-06-08T20:17:51.321Z Downloaded russh-keys v0.45.0
10582026-06-08T20:17:51.325Z Downloaded qorb v0.4.1
10592026-06-08T20:17:51.328Z Downloaded publicsuffix v2.3.0
10602026-06-08T20:17:51.340Z Downloaded static_assertions v1.1.0
10612026-06-08T20:17:51.345Z Downloaded rustls-platform-verifier v0.6.2
10622026-06-08T20:17:51.345Z Downloaded strum_macros v0.27.2
10632026-06-08T20:17:51.345Z Downloaded strum_macros v0.26.4
10642026-06-08T20:17:51.345Z Downloaded strum_macros v0.24.3
10652026-06-08T20:17:51.346Z Downloaded tokio-macros v2.7.0
10662026-06-08T20:17:51.350Z Downloaded stringprep v0.1.5
10672026-06-08T20:17:51.350Z Downloaded string_cache v0.8.9
10682026-06-08T20:17:51.350Z Downloaded stacker v0.1.23
10692026-06-08T20:17:51.353Z Downloaded ryu v1.0.23
10702026-06-08T20:17:51.357Z Downloaded termios v0.3.3
10712026-06-08T20:17:51.360Z Downloaded topological-sort v0.2.2
10722026-06-08T20:17:51.363Z Downloaded itertools v0.12.1
10732026-06-08T20:17:51.366Z Downloaded tiny-keccak v2.0.2
10742026-06-08T20:17:51.369Z Downloaded schemars v0.8.22
10752026-06-08T20:17:51.375Z Downloaded num-bigint-dig v0.8.6
10762026-06-08T20:17:51.378Z Downloaded trait-variant v0.1.2
10772026-06-08T20:17:51.378Z Downloaded try-lock v0.2.5
10782026-06-08T20:17:51.384Z Downloaded tower-service v0.3.3
10792026-06-08T20:17:51.384Z Downloaded rayon-core v1.13.0
10802026-06-08T20:17:51.384Z Downloaded dropshot-api-manager v0.7.2
10812026-06-08T20:17:51.395Z Downloaded thread_local v1.1.9
10822026-06-08T20:17:51.395Z Downloaded tls_codec_derive v0.4.2
10832026-06-08T20:17:51.395Z Downloaded thiserror-no-std v2.0.2
10842026-06-08T20:17:51.404Z Downloaded spin v0.9.8
10852026-06-08T20:17:51.404Z Downloaded slog v2.8.2
10862026-06-08T20:17:51.404Z Downloaded unarray v0.1.4
10872026-06-08T20:17:51.404Z Downloaded typify-macro v0.6.2
10882026-06-08T20:17:51.404Z Downloaded tokio-native-tls v0.3.1
10892026-06-08T20:17:51.404Z Downloaded serde_yaml v0.9.34+deprecated
10902026-06-08T20:17:51.409Z Downloaded mio v1.2.0
10912026-06-08T20:17:51.409Z Downloaded unicode-truncate v1.1.0
10922026-06-08T20:17:51.409Z Downloaded typify-macro v0.4.3
10932026-06-08T20:17:51.409Z Downloaded h2 v0.4.13
10942026-06-08T20:17:51.409Z Downloaded rand v0.8.6
10952026-06-08T20:17:51.413Z Downloaded tokio-tungstenite v0.21.0
10962026-06-08T20:17:51.413Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10972026-06-08T20:17:51.416Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10982026-06-08T20:17:51.416Z Downloaded aws-lc-rs v1.16.3
10992026-06-08T20:17:51.420Z Downloaded usdt-attr-macro v0.6.0
11002026-06-08T20:17:51.420Z Downloaded universal-hash v0.5.1
11012026-06-08T20:17:51.428Z Downloaded unit-prefix v0.5.2
11022026-06-08T20:17:51.428Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-06-08T20:17:51.428Z Downloaded tokio-dtrace v0.1.1
11042026-06-08T20:17:51.428Z Downloaded untrusted v0.9.0
11052026-06-08T20:17:51.429Z Downloaded utf-8 v0.7.6
11062026-06-08T20:17:51.464Z Downloaded untrusted v0.7.1
11072026-06-08T20:17:51.464Z Downloaded tokio-tungstenite v0.23.1
11082026-06-08T20:17:51.464Z Downloaded signal-hook v0.3.18
11092026-06-08T20:17:51.464Z Downloaded hashbrown v0.15.5
11102026-06-08T20:17:51.464Z Downloaded term v0.7.0
11112026-06-08T20:17:51.464Z Downloaded tower-layer v0.3.3
11122026-06-08T20:17:51.464Z Downloaded time-macros v0.2.27
11132026-06-08T20:17:51.479Z Downloaded socket2 v0.5.10
11142026-06-08T20:17:51.479Z Downloaded schemars v0.9.0
11152026-06-08T20:17:51.479Z Downloaded futures-util v0.3.32
11162026-06-08T20:17:51.480Z Downloaded usdt v0.6.0
11172026-06-08T20:17:51.480Z Downloaded tls_codec v0.4.2
11182026-06-08T20:17:51.480Z Downloaded wait-timeout v0.2.1
11192026-06-08T20:17:51.480Z Downloaded want v0.3.1
11202026-06-08T20:17:51.480Z Downloaded waitgroup v0.1.2
11212026-06-08T20:17:51.480Z Downloaded rsa v0.9.10
11222026-06-08T20:17:51.488Z Downloaded schemars v1.2.1
11232026-06-08T20:17:51.488Z Downloaded unicase v2.9.0
11242026-06-08T20:17:51.488Z Downloaded void v1.0.2
11252026-06-08T20:17:51.488Z Downloaded chrono v0.4.44
11262026-06-08T20:17:51.488Z Downloaded xattr v1.6.1
11272026-06-08T20:17:51.493Z Downloaded tokio-stream v0.1.18
11282026-06-08T20:17:51.493Z Downloaded toml_parser v1.0.9+spec-1.1.0
11292026-06-08T20:17:51.493Z Downloaded tokio-rustls v0.24.1
11302026-06-08T20:17:51.493Z Downloaded samael v0.0.19
11312026-06-08T20:17:51.497Z Downloaded hashbrown v0.16.1
11322026-06-08T20:17:51.497Z Downloaded term v1.2.1
11332026-06-08T20:17:51.503Z Downloaded rand v0.10.0
11342026-06-08T20:17:51.503Z Downloaded rand v0.9.2
11352026-06-08T20:17:51.507Z Downloaded tokio-rustls v0.26.4
11362026-06-08T20:17:51.508Z Downloaded test-strategy v0.4.5
11372026-06-08T20:17:51.508Z Downloaded vergen-git2 v9.1.0
11382026-06-08T20:17:51.511Z Downloaded tokio-rustls v0.25.0
11392026-06-08T20:17:51.511Z Downloaded vergen-lib v9.1.0
11402026-06-08T20:17:51.511Z Downloaded tinyvec v1.10.0
11412026-06-08T20:17:51.511Z Downloaded xshell-macros v0.2.7
11422026-06-08T20:17:51.516Z Downloaded vergen-lib v0.1.6
11432026-06-08T20:17:51.516Z Downloaded hkdf v0.12.4
11442026-06-08T20:17:51.516Z Downloaded zeroize_derive v1.4.3
11452026-06-08T20:17:51.519Z Downloaded rustls-webpki v0.103.9
11462026-06-08T20:17:51.519Z Downloaded tracing-attributes v0.1.31
11472026-06-08T20:17:51.519Z Downloaded itertools v0.13.0
11482026-06-08T20:17:51.524Z Downloaded similar v2.7.0
11492026-06-08T20:17:51.527Z Downloaded subprocess v0.2.15
11502026-06-08T20:17:51.530Z Downloaded hyper v1.8.1
11512026-06-08T20:17:51.533Z Downloaded uzers v0.12.2
11522026-06-08T20:17:51.533Z Downloaded tui-tree-widget v0.23.1
11532026-06-08T20:17:51.533Z Downloaded zone_cfg_derive v0.3.1
11542026-06-08T20:17:51.533Z Downloaded wyz v0.5.1
11552026-06-08T20:17:51.536Z Downloaded usdt-macro v0.6.0
11562026-06-08T20:17:51.536Z Downloaded iri-string v0.7.10
11572026-06-08T20:17:51.539Z Downloaded blake3 v1.8.3
11582026-06-08T20:17:51.543Z Downloaded num-bigint v0.4.6
11592026-06-08T20:17:51.546Z Downloaded whoami v1.6.1
11602026-06-08T20:17:51.550Z Downloaded toml v1.0.6+spec-1.1.0
11612026-06-08T20:17:51.555Z Downloaded snafu v0.8.9
11622026-06-08T20:17:51.555Z Downloaded socket2 v0.6.3
11632026-06-08T20:17:51.558Z Downloaded walkdir v2.5.0
11642026-06-08T20:17:51.558Z Downloaded vsss-rs v3.3.4
11652026-06-08T20:17:51.558Z Downloaded vergen-gitcl v1.0.8
11662026-06-08T20:17:51.559Z Downloaded vergen v9.1.0
11672026-06-08T20:17:51.562Z Downloaded usdt-impl v0.6.0
11682026-06-08T20:17:51.562Z Downloaded quinn v0.11.9
11692026-06-08T20:17:51.565Z Downloaded whoami v2.1.0
11702026-06-08T20:17:51.565Z Downloaded twox-hash v2.1.2
11712026-06-08T20:17:51.565Z Downloaded bitvec v1.0.1
11722026-06-08T20:17:51.574Z Downloaded zstd v0.13.3
11732026-06-08T20:17:51.579Z Downloaded unicode-properties v0.1.4
11742026-06-08T20:17:51.579Z Downloaded typify v0.4.3
11752026-06-08T20:17:51.583Z Downloaded iddqd v0.4.2
11762026-06-08T20:17:51.586Z Downloaded zeroize v1.8.2
11772026-06-08T20:17:51.586Z Downloaded tungstenite v0.21.0
11782026-06-08T20:17:51.589Z Downloaded typify v0.6.2
11792026-06-08T20:17:51.592Z Downloaded itertools v0.14.0
11802026-06-08T20:17:51.595Z Downloaded toml v0.7.8
11812026-06-08T20:17:51.598Z Downloaded xshell v0.2.7
11822026-06-08T20:17:51.598Z Downloaded tracing-core v0.1.36
11832026-06-08T20:17:51.601Z Downloaded rustyline v14.0.0
11842026-06-08T20:17:51.603Z Downloaded nom v8.0.0
11852026-06-08T20:17:51.607Z Downloaded zone v0.3.1
11862026-06-08T20:17:51.607Z Downloaded unsafe-libyaml v0.2.11
11872026-06-08T20:17:51.610Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-08T20:17:51.610Z Downloaded russh v0.45.0
11892026-06-08T20:17:51.613Z Downloaded tar v0.4.45
11902026-06-08T20:17:51.616Z Downloaded reedline v0.40.0
11912026-06-08T20:17:51.619Z Downloaded unicode-bidi v0.3.18
11922026-06-08T20:17:51.622Z Downloaded serde_with v1.14.0
11932026-06-08T20:17:51.624Z Downloaded steno v0.4.1
11942026-06-08T20:17:51.628Z Downloaded p521 v0.13.3
11952026-06-08T20:17:51.631Z Downloaded zstd-safe v7.2.4
11962026-06-08T20:17:51.631Z Downloaded rpassword v7.4.0
11972026-06-08T20:17:51.634Z Downloaded yasna v0.5.2
11982026-06-08T20:17:51.648Z Downloaded toml_edit v0.19.15
11992026-06-08T20:17:51.659Z Downloaded zerocopy v0.6.6
12002026-06-08T20:17:51.662Z Downloaded uuid v1.23.0
12012026-06-08T20:17:51.662Z Downloaded vte v0.14.1
12022026-06-08T20:17:51.669Z Downloaded ssh-key v0.6.7
12032026-06-08T20:17:51.679Z Downloaded reqwest v0.12.28
12042026-06-08T20:17:51.693Z Downloaded yansi v1.0.1
12052026-06-08T20:17:51.702Z Downloaded regex v1.12.3
12062026-06-08T20:17:51.705Z Downloaded bindgen v0.71.1
12072026-06-08T20:17:51.713Z Downloaded zopfli v0.8.3
12082026-06-08T20:17:51.717Z Downloaded tungstenite v0.23.0
12092026-06-08T20:17:51.727Z Downloaded portable-atomic v1.13.1
12102026-06-08T20:17:51.734Z Downloaded p384 v0.13.1
12112026-06-08T20:17:51.739Z Downloaded rustls-webpki v0.101.7
12122026-06-08T20:17:51.747Z Downloaded tokio-postgres v0.7.16
12132026-06-08T20:17:51.754Z Downloaded x509-cert v0.2.5
12142026-06-08T20:17:51.757Z Downloaded libm v0.2.16
12152026-06-08T20:17:51.759Z Downloaded reqwest v0.13.2
12162026-06-08T20:17:51.763Z Downloaded tower v0.5.3
12172026-06-08T20:17:51.767Z Downloaded git2 v0.20.4
12182026-06-08T20:17:51.772Z Downloaded zip v0.6.6
12192026-06-08T20:17:51.779Z Downloaded zerocopy-derive v0.8.40
12202026-06-08T20:17:51.797Z Downloaded typed-path v0.9.3
12212026-06-08T20:17:51.801Z Downloaded quick-xml v0.37.5
12222026-06-08T20:17:51.804Z Downloaded unicode_categories v0.1.1
12232026-06-08T20:17:51.810Z Downloaded unicode-segmentation v1.12.0
12242026-06-08T20:17:51.810Z Downloaded rustls-webpki v0.102.8
12252026-06-08T20:17:51.818Z Downloaded tower-http v0.6.8
12262026-06-08T20:17:51.824Z Downloaded rayon v1.11.0
12272026-06-08T20:17:51.828Z Downloaded tokio-util v0.7.18
12282026-06-08T20:17:51.834Z Downloaded proptest v1.10.0
12292026-06-08T20:17:51.838Z Downloaded unicode-normalization v0.1.25
12302026-06-08T20:17:51.848Z Downloaded curve25519-dalek v4.1.3
12312026-06-08T20:17:51.851Z Downloaded salty v0.3.0
12322026-06-08T20:17:51.851Z Downloaded lalrpop v0.19.12
12332026-06-08T20:17:51.855Z Downloaded zip v4.6.1
12342026-06-08T20:17:51.857Z Downloaded moka v0.12.13
12352026-06-08T20:17:51.862Z Downloaded serde_with v3.17.0
12362026-06-08T20:17:51.868Z Downloaded nix v0.27.1
12372026-06-08T20:17:51.875Z Downloaded bstr v1.12.1
12382026-06-08T20:17:51.880Z Downloaded winnow v0.5.40
12392026-06-08T20:17:51.885Z Downloaded petname v2.0.2
12402026-06-08T20:17:51.888Z Downloaded goblin v0.10.5
12412026-06-08T20:17:51.892Z Downloaded tough v0.22.0
12422026-06-08T20:17:51.898Z Downloaded object v0.30.4
12432026-06-08T20:17:51.903Z Downloaded radix_trie v0.2.1
12442026-06-08T20:17:51.911Z Downloaded winnow v0.6.26
12452026-06-08T20:17:51.916Z Downloaded quinn-proto v0.11.13
12462026-06-08T20:17:51.942Z Downloaded nix v0.28.0
12472026-06-08T20:17:51.968Z Downloaded tabled v0.20.0
12482026-06-08T20:17:51.978Z Downloaded time v0.3.47
12492026-06-08T20:17:51.986Z Downloaded vcpkg v0.2.15
12502026-06-08T20:17:52.009Z Downloaded rustls v0.21.12
12512026-06-08T20:17:52.015Z Downloaded object v0.37.3
12522026-06-08T20:17:52.021Z Downloaded nix v0.31.2
12532026-06-08T20:17:52.029Z Downloaded zlib-rs v0.6.2
12542026-06-08T20:17:52.032Z Downloaded openapiv3 v2.2.0
12552026-06-08T20:17:52.040Z Downloaded webpki-roots v1.0.6
12562026-06-08T20:17:52.042Z Downloaded regress v0.10.5
12572026-06-08T20:17:52.046Z Downloaded zerocopy v0.8.40
12582026-06-08T20:17:52.052Z Downloaded smoltcp v0.11.0
12592026-06-08T20:17:52.059Z Downloaded rustls v0.23.37
12602026-06-08T20:17:52.065Z Downloaded rustls v0.22.4
12612026-06-08T20:17:52.072Z Downloaded regex-syntax v0.8.10
12622026-06-08T20:17:52.077Z Downloaded regress v0.11.1
12632026-06-08T20:17:52.084Z Downloaded diesel v2.3.7
12642026-06-08T20:17:52.094Z Downloaded hickory-proto v0.25.2
12652026-06-08T20:17:52.104Z Downloaded rustix v0.38.44
12662026-06-08T20:17:52.117Z Downloaded dropshot v0.17.0
12672026-06-08T20:17:52.130Z Downloaded regex-syntax v0.6.29
12682026-06-08T20:17:52.134Z Downloaded polar-core v0.27.3
12692026-06-08T20:17:52.139Z Downloaded smoltcp v0.9.1
12702026-06-08T20:17:52.145Z Downloaded hickory-proto v0.24.4
12712026-06-08T20:17:52.154Z Downloaded openssl v0.10.79
12722026-06-08T20:17:52.160Z Downloaded sqlparser v0.61.0
12732026-06-08T20:17:52.175Z Downloaded ratatui v0.29.0
12742026-06-08T20:17:52.188Z Downloaded typify-impl v0.6.2
12752026-06-08T20:17:52.195Z Downloaded tracing v0.1.44
12762026-06-08T20:17:52.207Z Downloaded sled v0.34.7
12772026-06-08T20:17:52.213Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-06-08T20:17:52.220Z Downloaded typify-impl v0.4.3
12792026-06-08T20:17:52.247Z Downloaded jiff v0.2.21
12802026-06-08T20:17:52.257Z Downloaded zerocopy-derive v0.6.6
12812026-06-08T20:17:52.274Z Downloaded regex-automata v0.4.14
12822026-06-08T20:17:52.281Z Downloaded petgraph v0.8.3
12832026-06-08T20:17:52.286Z Downloaded petgraph v0.6.5
12842026-06-08T20:17:52.304Z Downloaded csv v1.4.0
12852026-06-08T20:17:52.317Z Downloaded chrono-tz v0.10.4
12862026-06-08T20:17:52.332Z Downloaded sha3 v0.10.8
12872026-06-08T20:17:52.369Z Downloaded encoding_rs v0.8.35
12882026-06-08T20:17:52.394Z Downloaded libz-sys v1.1.24
12892026-06-08T20:17:52.421Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-06-08T20:17:52.421Z Downloaded tokio v1.52.1
12912026-06-08T20:17:52.526Z Downloaded ring v0.17.14
12922026-06-08T20:17:52.558Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-08T20:17:53.037Z Downloaded aws-lc-sys v0.40.0
12942026-06-08T20:17:53.290Z Compiling libc v0.2.185
12952026-06-08T20:17:53.290Z Compiling serde v1.0.228
12962026-06-08T20:17:53.292Z Compiling log v0.4.29
12972026-06-08T20:17:53.293Z Compiling shlex v1.3.0
12982026-06-08T20:17:53.293Z Compiling find-msvc-tools v0.1.9
12992026-06-08T20:17:53.293Z Compiling smallvec v1.15.1
13002026-06-08T20:17:53.293Z Compiling typenum v1.19.0
13012026-06-08T20:17:53.293Z Compiling subtle v2.6.1
13022026-06-08T20:17:53.293Z Compiling generic-array v0.14.7
13032026-06-08T20:17:53.293Z Compiling scopeguard v1.2.0
13042026-06-08T20:17:53.471Z Compiling const-oid v0.9.6
13052026-06-08T20:17:53.485Z Compiling serde_json v1.0.149
13062026-06-08T20:17:53.525Z Compiling syn v2.0.117
13072026-06-08T20:17:53.538Z Compiling zerocopy v0.8.40
13082026-06-08T20:17:53.541Z Compiling parking_lot_core v0.9.12
13092026-06-08T20:17:53.550Z Compiling pin-project-lite v0.2.17
13102026-06-08T20:17:53.621Z Compiling lock_api v0.4.14
13112026-06-08T20:17:53.624Z Compiling portable-atomic v1.13.1
13122026-06-08T20:17:53.654Z Compiling pkg-config v0.3.32
13132026-06-08T20:17:53.667Z Compiling bitflags v2.11.0
13142026-06-08T20:17:53.681Z Compiling libm v0.2.16
13152026-06-08T20:17:53.717Z Compiling futures-core v0.3.32
13162026-06-08T20:17:53.873Z Compiling critical-section v1.2.0
13172026-06-08T20:17:53.911Z Compiling num-traits v0.2.19
13182026-06-08T20:17:53.995Z Compiling percent-encoding v2.3.2
13192026-06-08T20:17:54.075Z Compiling futures-sink v0.3.32
13202026-06-08T20:17:54.084Z Compiling futures-task v0.3.32
13212026-06-08T20:17:54.084Z Compiling getrandom v0.4.1
13222026-06-08T20:17:54.087Z Compiling cpufeatures v0.2.17
13232026-06-08T20:17:54.154Z Compiling futures-channel v0.3.32
13242026-06-08T20:17:54.200Z Compiling slab v0.4.12
13252026-06-08T20:17:54.204Z Compiling futures-io v0.3.32
13262026-06-08T20:17:54.230Z Compiling rand_core v0.10.0
13272026-06-08T20:17:54.257Z Compiling indexmap v2.14.0
13282026-06-08T20:17:54.287Z Compiling rustversion v1.0.22
13292026-06-08T20:17:54.378Z Compiling getrandom v0.3.4
13302026-06-08T20:17:54.415Z Compiling form_urlencoded v1.2.2
13312026-06-08T20:17:54.418Z Compiling dunce v1.0.5
13322026-06-08T20:17:54.418Z Compiling fs_extra v1.3.0
13332026-06-08T20:17:54.429Z Compiling ident_case v1.0.1
13342026-06-08T20:17:54.481Z Compiling base64ct v1.8.3
13352026-06-08T20:17:54.524Z Compiling flagset v0.4.7
13362026-06-08T20:17:54.537Z Compiling getrandom v0.2.17
13372026-06-08T20:17:54.550Z Compiling jobserver v0.1.34
13382026-06-08T20:17:54.602Z Compiling errno v0.3.14
13392026-06-08T20:17:54.639Z Compiling mio v1.2.0
13402026-06-08T20:17:54.677Z Compiling socket2 v0.6.3
13412026-06-08T20:17:54.699Z Compiling rand_core v0.6.4
13422026-06-08T20:17:54.747Z Compiling signal-hook-registry v1.4.8
13432026-06-08T20:17:54.784Z Compiling cc v1.2.56
13442026-06-08T20:17:54.818Z Compiling pem-rfc7468 v0.7.0
13452026-06-08T20:17:54.878Z Compiling once_cell v1.21.3
13462026-06-08T20:17:54.957Z Compiling parking_lot v0.12.5
13472026-06-08T20:17:54.973Z Compiling regex-syntax v0.8.10
13482026-06-08T20:17:55.004Z Compiling rustix v1.1.3
13492026-06-08T20:17:55.039Z Compiling iana-time-zone v0.1.65
13502026-06-08T20:17:55.052Z Compiling aws-lc-rs v1.16.3
13512026-06-08T20:17:55.067Z Compiling vcpkg v0.2.15
13522026-06-08T20:17:55.151Z Compiling tracing-core v0.1.36
13532026-06-08T20:17:55.188Z Compiling uuid v1.23.0
13542026-06-08T20:17:55.191Z Compiling rustc_version v0.4.1
13552026-06-08T20:17:55.216Z Compiling base64 v0.22.1
13562026-06-08T20:17:55.276Z Compiling httparse v1.10.1
13572026-06-08T20:17:55.364Z Compiling rand_core v0.9.5
13582026-06-08T20:17:55.381Z Compiling tinyvec_macros v0.1.1
13592026-06-08T20:17:55.465Z Compiling openssl-probe v0.2.1
13602026-06-08T20:17:55.479Z Compiling untrusted v0.7.1
13612026-06-08T20:17:55.496Z Compiling untrusted v0.9.0
13622026-06-08T20:17:55.571Z Compiling cmake v0.1.57
13632026-06-08T20:17:55.590Z Compiling tinyvec v1.10.0
13642026-06-08T20:17:55.605Z Compiling aho-corasick v1.1.4
13652026-06-08T20:17:55.624Z Compiling tower-service v0.3.3
13662026-06-08T20:17:55.639Z Compiling rustls v0.23.37
13672026-06-08T20:17:55.671Z Compiling tower-layer v0.3.3
13682026-06-08T20:17:55.690Z Compiling try-lock v0.2.5
13692026-06-08T20:17:55.728Z Compiling dyn-clone v1.0.20
13702026-06-08T20:17:55.742Z Compiling atomic-waker v1.1.2
13712026-06-08T20:17:55.765Z Compiling schemars v0.8.22
13722026-06-08T20:17:55.794Z Compiling want v0.3.1
13732026-06-08T20:17:55.842Z Compiling foreign-types-shared v0.1.1
13742026-06-08T20:17:55.858Z Compiling openssl v0.10.79
13752026-06-08T20:17:55.877Z Compiling httpdate v1.0.3
13762026-06-08T20:17:55.890Z Compiling pin-utils v0.1.0
13772026-06-08T20:17:55.906Z Compiling spin v0.9.8
13782026-06-08T20:17:55.933Z Compiling foreign-types v0.3.2
13792026-06-08T20:17:55.947Z Compiling unicode-normalization v0.1.25
13802026-06-08T20:17:55.995Z Compiling native-tls v0.2.18
13812026-06-08T20:17:56.001Z Compiling crc32fast v1.5.0
13822026-06-08T20:17:56.001Z Compiling time-core v0.1.8
13832026-06-08T20:17:56.031Z Compiling num-conv v0.2.0
13842026-06-08T20:17:56.067Z Compiling powerfmt v0.2.0
13852026-06-08T20:17:56.077Z Compiling wait-timeout v0.2.1
13862026-06-08T20:17:56.128Z Compiling sync_wrapper v1.0.2
13872026-06-08T20:17:56.134Z Compiling unicode-segmentation v1.12.0
13882026-06-08T20:17:56.165Z Compiling siphasher v1.0.2
13892026-06-08T20:17:56.165Z Compiling simd-adler32 v0.3.8
13902026-06-08T20:17:56.191Z Compiling bit-vec v0.8.0
13912026-06-08T20:17:56.207Z Compiling time-macros v0.2.27
13922026-06-08T20:17:56.225Z Compiling deranged v0.5.8
13932026-06-08T20:17:56.264Z Compiling quick-error v1.2.3
13942026-06-08T20:17:56.311Z Compiling crossbeam-utils v0.8.21
13952026-06-08T20:17:56.389Z Compiling usdt-impl v0.6.0
13962026-06-08T20:17:56.402Z Compiling syn v1.0.109
13972026-06-08T20:17:56.402Z Compiling num_threads v0.1.7
13982026-06-08T20:17:56.464Z Compiling bit-set v0.8.0
13992026-06-08T20:17:56.479Z Compiling aws-lc-sys v0.40.0
14002026-06-08T20:17:56.479Z Compiling ring v0.17.14
14012026-06-08T20:17:56.482Z Compiling openssl-sys v0.9.115
14022026-06-08T20:17:56.527Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-06-08T20:17:56.571Z Compiling regex-automata v0.4.14
14042026-06-08T20:17:57.621Z Compiling tempfile v3.25.0
14052026-06-08T20:17:57.624Z Compiling synstructure v0.13.2
14062026-06-08T20:17:57.624Z Compiling pest_generator v2.8.6
14072026-06-08T20:17:57.624Z Compiling serde_derive_internals v0.29.1
14082026-06-08T20:17:57.624Z Compiling darling_core v0.20.11
14092026-06-08T20:17:57.624Z Compiling rusty-fork v0.3.1
14102026-06-08T20:17:57.624Z Compiling darling_core v0.21.3
14112026-06-08T20:17:57.624Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-08T20:17:57.624Z Compiling slog v2.8.2
14132026-06-08T20:17:57.624Z Compiling heapless v0.7.17
14142026-06-08T20:17:57.624Z Compiling time v0.3.47
14152026-06-08T20:17:57.624Z Compiling rand_xorshift v0.4.0
14162026-06-08T20:17:57.624Z Compiling thread-id v5.1.0
14172026-06-08T20:17:57.624Z Compiling cookie v0.18.1
14182026-06-08T20:17:57.624Z Compiling anyhow v1.0.102
14192026-06-08T20:17:57.624Z Compiling zstd-safe v7.2.4
14202026-06-08T20:17:57.624Z Compiling signal-hook v0.3.18
14212026-06-08T20:17:57.624Z Compiling paste v1.0.15
14222026-06-08T20:17:57.624Z Compiling unicode-properties v0.1.4
14232026-06-08T20:17:57.649Z Compiling allocator-api2 v0.2.21
14242026-06-08T20:17:57.652Z Compiling adler2 v2.0.1
14252026-06-08T20:17:57.704Z Compiling unicode-bidi v0.3.18
14262026-06-08T20:17:57.791Z Compiling ryu v1.0.23
14272026-06-08T20:17:57.810Z Compiling unarray v0.1.4
14282026-06-08T20:17:57.829Z Compiling iri-string v0.7.10
14292026-06-08T20:17:57.905Z Compiling miniz_oxide v0.8.9
14302026-06-08T20:17:58.045Z Compiling stringprep v0.1.5
14312026-06-08T20:17:58.114Z Compiling heck v0.4.1
14322026-06-08T20:17:58.287Z Compiling num-integer v0.1.46
14332026-06-08T20:17:58.358Z Compiling vergen-lib v9.1.0
14342026-06-08T20:17:58.447Z Compiling serde_derive v1.0.228
14352026-06-08T20:17:58.519Z Compiling zeroize_derive v1.4.3
14362026-06-08T20:17:58.558Z Compiling zerofrom-derive v0.1.6
14372026-06-08T20:17:58.575Z Compiling yoke-derive v0.8.1
14382026-06-08T20:17:58.579Z Compiling zerovec-derive v0.11.2
14392026-06-08T20:17:58.627Z Compiling zerocopy-derive v0.8.40
14402026-06-08T20:17:58.750Z Compiling displaydoc v0.2.5
14412026-06-08T20:17:59.056Z Compiling tokio-macros v2.7.0
14422026-06-08T20:17:59.188Z Compiling futures-macro v0.3.32
14432026-06-08T20:17:59.259Z Compiling zeroize v1.8.2
14442026-06-08T20:17:59.394Z Compiling der_derive v0.7.3
14452026-06-08T20:17:59.578Z Compiling rustls-pki-types v1.14.0
14462026-06-08T20:17:59.714Z Compiling tracing-attributes v0.1.31
14472026-06-08T20:17:59.791Z Compiling thiserror-impl v2.0.18
14482026-06-08T20:17:59.847Z Compiling schemars_derive v0.8.22
14492026-06-08T20:17:59.875Z Compiling pest_derive v2.8.6
14502026-06-08T20:18:00.040Z Compiling crypto-common v0.1.7
14512026-06-08T20:18:00.062Z Compiling zerofrom v0.1.6
14522026-06-08T20:18:00.077Z Compiling block-buffer v0.10.4
14532026-06-08T20:18:00.080Z Compiling futures-util v0.3.32
14542026-06-08T20:18:00.214Z Compiling yoke v0.8.1
14552026-06-08T20:18:00.226Z Compiling digest v0.10.7
14562026-06-08T20:18:00.273Z Compiling block-padding v0.3.3
14572026-06-08T20:18:00.347Z Compiling scroll_derive v0.13.1
14582026-06-08T20:18:00.420Z Compiling zerovec v0.11.5
14592026-06-08T20:18:00.423Z Compiling zerotrie v0.2.3
14602026-06-08T20:18:00.456Z Compiling hmac v0.12.1
14612026-06-08T20:18:00.503Z Compiling inout v0.1.4
14622026-06-08T20:18:00.637Z Compiling cipher v0.4.4
14632026-06-08T20:18:00.689Z Compiling sha2 v0.10.9
14642026-06-08T20:18:00.755Z Compiling der v0.7.10
14652026-06-08T20:18:00.850Z Compiling pbkdf2 v0.12.2
14662026-06-08T20:18:00.925Z Compiling tinystr v0.8.2
14672026-06-08T20:18:00.958Z Compiling potential_utf v0.1.4
14682026-06-08T20:18:00.988Z Compiling salsa20 v0.10.2
14692026-06-08T20:18:01.171Z Compiling icu_locale_core v2.1.1
14702026-06-08T20:18:01.187Z Compiling icu_collections v2.1.1
14712026-06-08T20:18:01.218Z Compiling scrypt v0.11.0
14722026-06-08T20:18:01.221Z Compiling tracing v0.1.44
14732026-06-08T20:18:01.249Z Compiling cbc v0.1.2
14742026-06-08T20:18:01.265Z Compiling aes v0.8.4
14752026-06-08T20:18:01.307Z Compiling thiserror v2.0.18
14762026-06-08T20:18:01.431Z Compiling scroll v0.13.0
14772026-06-08T20:18:01.446Z Compiling darling_macro v0.20.11
14782026-06-08T20:18:01.506Z Compiling openssl-macros v0.1.1
14792026-06-08T20:18:01.533Z Compiling rustls-native-certs v0.8.3
14802026-06-08T20:18:01.711Z Compiling spki v0.7.3
14812026-06-08T20:18:01.726Z Compiling goblin v0.10.5
14822026-06-08T20:18:01.843Z Compiling icu_provider v2.1.1
14832026-06-08T20:18:01.955Z Compiling pkcs5 v0.7.1
14842026-06-08T20:18:01.981Z Compiling darling v0.20.11
14852026-06-08T20:18:02.044Z Compiling bytes v1.11.1
14862026-06-08T20:18:02.070Z Compiling chrono v0.4.44
14872026-06-08T20:18:02.084Z Compiling icu_normalizer v2.1.1
14882026-06-08T20:18:02.098Z Compiling icu_properties v2.1.2
14892026-06-08T20:18:02.135Z Compiling ipnet v2.11.0
14902026-06-08T20:18:02.166Z Compiling derive_builder_core v0.20.2
14912026-06-08T20:18:02.180Z Compiling dtrace-parser v0.3.0
14922026-06-08T20:18:02.349Z Compiling pkcs8 v0.10.2
14932026-06-08T20:18:02.463Z Compiling signature v2.2.0
14942026-06-08T20:18:02.513Z Compiling webpki-roots v1.0.6
14952026-06-08T20:18:02.531Z Compiling tokio v1.52.1
14962026-06-08T20:18:02.665Z Compiling http v1.4.0
14972026-06-08T20:18:02.670Z Compiling thiserror-impl v1.0.69
14982026-06-08T20:18:02.697Z Compiling scroll_derive v0.12.1
14992026-06-08T20:18:02.697Z Compiling erased-serde v0.3.31
15002026-06-08T20:18:02.701Z Compiling toml_datetime v0.6.11
15012026-06-08T20:18:02.941Z Compiling serde_spanned v0.6.9
15022026-06-08T20:18:02.992Z Compiling idna_adapter v1.2.1
15032026-06-08T20:18:03.071Z Compiling derive_builder_macro v0.20.2
15042026-06-08T20:18:03.104Z Compiling idna v1.1.0
15052026-06-08T20:18:03.128Z Compiling serde_tokenstream v0.2.3
15062026-06-08T20:18:03.151Z Compiling ppv-lite86 v0.2.21
15072026-06-08T20:18:03.228Z Compiling serde_urlencoded v0.7.1
15082026-06-08T20:18:03.247Z Compiling md-5 v0.10.6
15092026-06-08T20:18:03.380Z Compiling http-body v1.0.1
15102026-06-08T20:18:03.413Z Compiling url v2.5.8
15112026-06-08T20:18:03.432Z Compiling scroll v0.12.0
15122026-06-08T20:18:03.454Z Compiling rand_chacha v0.9.0
15132026-06-08T20:18:03.498Z Compiling rand_chacha v0.3.1
15142026-06-08T20:18:03.512Z Compiling http-body-util v0.1.3
15152026-06-08T20:18:03.517Z Compiling darling_macro v0.21.3
15162026-06-08T20:18:03.560Z Compiling bstr v1.12.1
15172026-06-08T20:18:03.579Z Compiling zerocopy-derive v0.7.35
15182026-06-08T20:18:03.595Z Compiling pin-project-internal v1.1.11
15192026-06-08T20:18:03.723Z Compiling rand v0.9.2
15202026-06-08T20:18:03.776Z Compiling async-trait v0.1.89
15212026-06-08T20:18:03.791Z Compiling curve25519-dalek v4.1.3
15222026-06-08T20:18:04.112Z Compiling thiserror v1.0.69
15232026-06-08T20:18:04.222Z Compiling ff v0.13.1
15242026-06-08T20:18:04.236Z Compiling hash32 v0.2.1
15252026-06-08T20:18:04.253Z Compiling memoffset v0.9.1
15262026-06-08T20:18:04.310Z Compiling encoding_rs v0.8.35
15272026-06-08T20:18:04.375Z Compiling proptest v1.10.0
15282026-06-08T20:18:04.431Z Compiling psl-types v2.0.11
15292026-06-08T20:18:04.450Z Compiling mime v0.3.17
15302026-06-08T20:18:04.475Z Compiling rustix v0.38.44
15312026-06-08T20:18:04.525Z Compiling dof v0.4.0
15322026-06-08T20:18:04.541Z Compiling cfg_aliases v0.2.1
15332026-06-08T20:18:04.558Z Compiling zlib-rs v0.6.2
15342026-06-08T20:18:04.582Z Compiling num-bigint-dig v0.8.6
15352026-06-08T20:18:04.621Z Compiling litrs v1.0.0
15362026-06-08T20:18:04.632Z Compiling ref-cast v1.0.25
15372026-06-08T20:18:04.729Z Compiling fallible-iterator v0.2.0
15382026-06-08T20:18:04.806Z Compiling base16ct v0.2.0
15392026-06-08T20:18:04.828Z Compiling smoltcp v0.9.1
15402026-06-08T20:18:04.851Z Compiling ipnetwork v0.21.1
15412026-06-08T20:18:05.006Z Compiling sec1 v0.7.3
15422026-06-08T20:18:05.021Z Compiling postgres-protocol v0.6.10
15432026-06-08T20:18:05.036Z Compiling pin-project v1.1.11
15442026-06-08T20:18:05.063Z Compiling nix v0.31.2
15452026-06-08T20:18:05.083Z Compiling publicsuffix v2.3.0
15462026-06-08T20:18:05.155Z Compiling oxnet v0.1.5
15472026-06-08T20:18:05.168Z Compiling document-features v0.2.12
15482026-06-08T20:18:05.203Z Compiling zerocopy v0.7.35
15492026-06-08T20:18:05.426Z Compiling group v0.13.0
15502026-06-08T20:18:05.524Z Compiling darling v0.21.3
15512026-06-08T20:18:05.558Z Compiling rand v0.8.6
15522026-06-08T20:18:05.593Z Compiling goblin v0.8.2
15532026-06-08T20:18:05.612Z Compiling derive_builder v0.20.2
15542026-06-08T20:18:05.626Z Compiling futures-executor v0.3.32
15552026-06-08T20:18:05.763Z Compiling hubpack_derive v0.1.1
15562026-06-08T20:18:05.780Z Compiling hex v0.4.3
15572026-06-08T20:18:05.784Z Compiling hkdf v0.12.4
15582026-06-08T20:18:05.814Z Compiling crypto-bigint v0.5.5
15592026-06-08T20:18:05.876Z Compiling regex v1.12.3
15602026-06-08T20:18:05.947Z Compiling num-iter v0.1.45
15612026-06-08T20:18:05.970Z Compiling strum_macros v0.27.2
15622026-06-08T20:18:06.013Z Compiling daft-derive v0.1.7
15632026-06-08T20:18:06.046Z Compiling curve25519-dalek-derive v0.1.1
15642026-06-08T20:18:06.089Z Compiling snafu-derive v0.8.9
15652026-06-08T20:18:06.104Z Compiling ref-cast-impl v1.0.25
15662026-06-08T20:18:06.340Z Compiling tokio-util v0.7.18
15672026-06-08T20:18:06.446Z Compiling tower v0.5.3
15682026-06-08T20:18:06.480Z Compiling tokio-native-tls v0.3.1
15692026-06-08T20:18:06.676Z Compiling terminal_size v0.4.3
15702026-06-08T20:18:06.690Z Compiling phf_shared v0.13.1
15712026-06-08T20:18:06.740Z Compiling newtype-uuid v1.3.2
15722026-06-08T20:18:06.795Z Compiling lazy_static v1.5.0
15732026-06-08T20:18:06.811Z Compiling anstyle-parse v0.2.7
15742026-06-08T20:18:06.828Z Compiling vergen v9.1.0
15752026-06-08T20:18:06.846Z Compiling cargo-platform v0.3.2
15762026-06-08T20:18:06.903Z Compiling tower-http v0.6.8
15772026-06-08T20:18:06.956Z Compiling fs-err v3.3.0
15782026-06-08T20:18:06.970Z Compiling ahash v0.8.12
15792026-06-08T20:18:07.017Z Compiling foldhash v0.2.0
15802026-06-08T20:18:07.034Z Compiling h2 v0.4.13
15812026-06-08T20:18:07.105Z Compiling bumpalo v3.20.2
15822026-06-08T20:18:07.145Z Compiling same-file v1.0.6
15832026-06-08T20:18:07.172Z Compiling object v0.37.3
15842026-06-08T20:18:07.202Z Compiling foldhash v0.1.5
15852026-06-08T20:18:07.264Z Compiling winnow v0.5.40
15862026-06-08T20:18:07.328Z Compiling libbz2-rs-sys v0.2.2
15872026-06-08T20:18:07.349Z Compiling managed v0.8.0
15882026-06-08T20:18:07.383Z Compiling bitflags v1.3.2
15892026-06-08T20:18:07.393Z Compiling flate2 v1.1.9
15902026-06-08T20:18:07.422Z Compiling hashbrown v0.15.5
15912026-06-08T20:18:07.469Z Compiling zopfli v0.8.3
15922026-06-08T20:18:07.592Z Compiling walkdir v2.5.0
15932026-06-08T20:18:07.794Z Compiling bzip2 v0.6.1
15942026-06-08T20:18:07.828Z Compiling dof v0.3.0
15952026-06-08T20:18:08.006Z Compiling hashbrown v0.16.1
15962026-06-08T20:18:08.013Z Compiling strum v0.27.2
15972026-06-08T20:18:08.054Z Compiling cargo_metadata v0.23.1
15982026-06-08T20:18:08.054Z Compiling clap_builder v4.6.0
15992026-06-08T20:18:08.084Z Compiling daft v0.1.7
16002026-06-08T20:18:08.089Z Compiling snafu v0.8.9
16012026-06-08T20:18:08.117Z Compiling anstream v0.6.21
16022026-06-08T20:18:08.163Z Compiling phf v0.13.1
16032026-06-08T20:18:08.325Z Compiling elliptic-curve v0.13.8
16042026-06-08T20:18:08.368Z Compiling signal-hook-mio v0.2.5
16052026-06-08T20:18:08.469Z Compiling hubpack v0.1.2
16062026-06-08T20:18:08.500Z Compiling cookie_store v0.22.1
16072026-06-08T20:18:08.520Z Compiling usdt-attr-macro v0.6.0
16082026-06-08T20:18:08.584Z Compiling toml_edit v0.19.15
16092026-06-08T20:18:08.619Z Compiling usdt-macro v0.6.0
16102026-06-08T20:18:08.704Z Compiling bzip2 v0.4.4
16112026-06-08T20:18:08.723Z Compiling futures v0.3.32
16122026-06-08T20:18:08.750Z Compiling serde_with_macros v3.17.0
16132026-06-08T20:18:08.831Z Compiling zstd v0.13.3
16142026-06-08T20:18:08.998Z Compiling postgres-types v0.2.12
16152026-06-08T20:18:09.126Z Compiling dtrace-parser v0.2.0
16162026-06-08T20:18:09.182Z Compiling globset v0.4.18
16172026-06-08T20:18:09.208Z Compiling ed25519 v2.2.3
16182026-06-08T20:18:09.441Z Compiling pkcs1 v0.7.5
16192026-06-08T20:18:09.490Z Compiling serde-big-array v0.5.1
16202026-06-08T20:18:09.511Z Compiling serde_plain v1.0.2
16212026-06-08T20:18:09.594Z Compiling olpc-cjson v0.1.4
16222026-06-08T20:18:09.656Z Compiling rfc6979 v0.4.0
16232026-06-08T20:18:09.727Z Compiling strum_macros v0.26.4
16242026-06-08T20:18:09.777Z Compiling serde_repr v0.1.20
16252026-06-08T20:18:09.799Z Compiling clap_derive v4.6.1
16262026-06-08T20:18:09.876Z Compiling enum-as-inner v0.6.1
16272026-06-08T20:18:09.906Z Compiling async-recursion v1.1.1
16282026-06-08T20:18:09.930Z Compiling phf_shared v0.11.3
16292026-06-08T20:18:09.989Z Compiling float-cmp v0.10.0
16302026-06-08T20:18:10.141Z Compiling hyper v1.8.1
16312026-06-08T20:18:10.154Z Compiling pem v3.0.6
16322026-06-08T20:18:10.168Z Compiling memmap2 v0.9.10
16332026-06-08T20:18:10.168Z Compiling thread-id v4.2.2
16342026-06-08T20:18:10.289Z Compiling env_filter v1.0.0
16352026-06-08T20:18:10.347Z Compiling data-encoding v2.10.0
16362026-06-08T20:18:10.417Z Compiling keccak v0.1.6
16372026-06-08T20:18:10.435Z Compiling fixedbitset v0.5.7
16382026-06-08T20:18:10.512Z Compiling whoami v2.1.0
16392026-06-08T20:18:10.611Z Compiling predicates-core v1.0.10
16402026-06-08T20:18:10.626Z Compiling either v1.15.0
16412026-06-08T20:18:10.765Z Compiling new_debug_unreachable v1.0.6
16422026-06-08T20:18:10.813Z Compiling normalize-line-endings v0.3.0
16432026-06-08T20:18:10.854Z Compiling typed-path v0.9.3
16442026-06-08T20:18:10.867Z Compiling jiff v0.2.21
16452026-06-08T20:18:10.914Z Compiling precomputed-hash v0.1.1
16462026-06-08T20:18:10.934Z Compiling fixedbitset v0.4.2
16472026-06-08T20:18:11.024Z Compiling difflib v0.4.0
16482026-06-08T20:18:11.061Z Compiling static_assertions v1.1.0
16492026-06-08T20:18:11.110Z Compiling petgraph v0.6.5
16502026-06-08T20:18:11.140Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-06-08T20:18:11.154Z Compiling string_cache v0.8.9
16522026-06-08T20:18:11.174Z Compiling itertools v0.13.0
16532026-06-08T20:18:11.281Z Compiling hyper-util v0.1.20
16542026-06-08T20:18:11.368Z Compiling predicates v3.1.4
16552026-06-08T20:18:11.402Z Compiling toml_edit v0.22.27
16562026-06-08T20:18:11.428Z Compiling tokio-postgres v0.7.16
16572026-06-08T20:18:11.563Z Compiling strum v0.26.3
16582026-06-08T20:18:11.641Z Compiling hickory-proto v0.25.2
16592026-06-08T20:18:11.682Z Compiling clap v4.6.1
16602026-06-08T20:18:11.714Z Compiling petgraph v0.8.3
16612026-06-08T20:18:11.799Z Compiling sha3 v0.10.8
16622026-06-08T20:18:11.806Z Compiling env_logger v0.11.9
16632026-06-08T20:18:12.038Z Compiling usdt v0.6.0
16642026-06-08T20:18:12.103Z Compiling usdt-impl v0.5.0
16652026-06-08T20:18:12.191Z Compiling toml v0.7.8
16662026-06-08T20:18:12.269Z Compiling serde_with v3.17.0
16672026-06-08T20:18:12.333Z Compiling crossterm v0.28.1
16682026-06-08T20:18:12.439Z Compiling ecdsa v0.16.9
16692026-06-08T20:18:12.626Z Compiling rsa v0.9.10
16702026-06-08T20:18:12.710Z Compiling hyper-tls v0.6.0
16712026-06-08T20:18:12.821Z Compiling ed25519-dalek v2.2.0
16722026-06-08T20:18:13.054Z Compiling zip v0.6.6
16732026-06-08T20:18:13.395Z Compiling iddqd v0.4.2
16742026-06-08T20:18:13.502Z Compiling zip v4.6.1
16752026-06-08T20:18:13.708Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-08T20:18:13.805Z Compiling tokio-stream v0.1.18
16772026-06-08T20:18:13.975Z Compiling buf-list v1.1.2
16782026-06-08T20:18:14.077Z Compiling similar v2.7.0
16792026-06-08T20:18:14.083Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-08T20:18:14.120Z Compiling openapiv3 v2.2.0
16812026-06-08T20:18:14.174Z Compiling x509-cert v0.2.5
16822026-06-08T20:18:14.280Z Compiling sha1 v0.10.6
16832026-06-08T20:18:14.330Z Compiling crossbeam-epoch v0.9.18
16842026-06-08T20:18:14.404Z Compiling peg-runtime v0.8.5
16852026-06-08T20:18:14.421Z Compiling lalrpop-util v0.19.12
16862026-06-08T20:18:14.435Z Compiling thread_local v1.1.9
16872026-06-08T20:18:14.531Z Compiling slog-async v2.8.0
16882026-06-08T20:18:14.546Z Compiling crossbeam-channel v0.5.15
16892026-06-08T20:18:14.637Z Compiling filetime v0.2.27
16902026-06-08T20:18:14.684Z Compiling is-terminal v0.4.17
16912026-06-08T20:18:14.712Z Compiling term v1.2.1
16922026-06-08T20:18:14.728Z Compiling take_mut v0.2.2
16932026-06-08T20:18:14.777Z Compiling xattr v1.6.1
16942026-06-08T20:18:14.970Z Compiling tar v0.4.45
16952026-06-08T20:18:14.997Z Compiling slog-term v2.9.2
16962026-06-08T20:18:32.729Z Compiling rustls-webpki v0.103.9
16972026-06-08T20:18:35.518Z Compiling tokio-rustls v0.26.4
16982026-06-08T20:18:35.518Z Compiling rustls-platform-verifier v0.6.2
16992026-06-08T20:18:35.720Z Compiling hyper-rustls v0.27.7
17002026-06-08T20:18:35.914Z Compiling reqwest v0.12.28
17012026-06-08T20:18:35.914Z Compiling reqwest v0.13.2
17022026-06-08T20:18:37.132Z Compiling tough v0.22.0
17032026-06-08T20:18:39.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-08T20:18:39.877Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-08T20:18:42.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.81s
17062026-06-08T20:18:42.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-08T20:18:42.922ZJun 08 20:18:42.395 INFO Starting download, target: Clickhouse
17082026-06-08T20:18:42.922ZJun 08 20:18:42.396 INFO Starting download, target: Console
17092026-06-08T20:18:42.922ZJun 08 20:18:42.396 INFO Starting download, target: Cockroach
17102026-06-08T20:18:42.922ZJun 08 20:18:42.396 INFO Starting download, target: DendriteStub
17112026-06-08T20:18:42.925ZJun 08 20:18:42.396 INFO Starting download, target: MaghemiteMgd
17122026-06-08T20:18:42.925ZJun 08 20:18:42.396 INFO Starting download, target: TransceiverControl
17132026-06-08T20:18:42.925ZJun 08 20:18:42.396 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-06-08T20:18:42.925ZJun 08 20:18:42.396 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-08T20:18:42.925ZJun 08 20:18:42.396 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-08T20:18:42.925ZJun 08 20:18:42.397 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-06-08T20:18:42.925ZJun 08 20:18:42.397 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-06-08T20:18:42.925ZJun 08 20:18:42.397 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-08T20:18:43.463ZJun 08 20:18:42.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-08T20:18:43.680ZJun 08 20:18:43.139 INFO Download complete, target: TransceiverControl
17212026-06-08T20:18:43.962ZJun 08 20:18:43.401 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-06-08T20:18:44.194ZJun 08 20:18:43.637 INFO Download complete, target: Console
17232026-06-08T20:18:45.047ZJun 08 20:18:44.503 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-08T20:18:45.348ZJun 08 20:18:44.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-06-08T20:18:45.453ZJun 08 20:18:44.917 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-06-08T20:18:45.846ZJun 08 20:18:45.322 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-08T20:18:45.846ZJun 08 20:18:45.322 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-08T20:18:47.783ZJun 08 20:18:47.258 INFO Download complete, target: MaghemiteMgd
17292026-06-08T20:18:47.783ZJun 08 20:18:47.258 INFO Download complete, target: DendriteStub
17302026-06-08T20:18:50.741ZJun 08 20:18:50.187 INFO Checking that binary works, target: Cockroach
17312026-06-08T20:18:50.857ZJun 08 20:18:50.309 INFO Download complete, target: Cockroach
17322026-06-08T20:18:52.004ZJun 08 20:18:51.453 INFO Checking that binary works, target: Clickhouse
17332026-06-08T20:18:52.083ZJun 08 20:18:51.548 INFO Download complete, target: Clickhouse
17342026-06-08T20:18:52.093ZAll prerequisites installed successfully
17352026-06-08T20:18:52.093Z
17362026-06-08T20:18:52.093Zreal 2:05.414227119
17372026-06-08T20:18:52.093Zuser 6:56.645211222
17382026-06-08T20:18:52.094Zsys 1:46.866658879
17392026-06-08T20:18:52.094Ztrap 0.275182428
17402026-06-08T20:18:52.094Ztflt 1.306290580
17412026-06-08T20:18:52.094Zdflt 1.773324886
17422026-06-08T20:18:52.094Zkflt 0.028363916
17432026-06-08T20:18:52.094Zlock 23:07.867949853
17442026-06-08T20:18:52.094Zslp 19:17.176905493
17452026-06-08T20:18:52.094Zlat 25.922557973
17462026-06-08T20:18:52.094Zstop 2:56.292694294
17472026-06-08T20:18:52.094Z+ ptime -m cargo xtask download softnpu
17482026-06-08T20:18:52.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17492026-06-08T20:18:52.645Z Running `target/debug/xtask download softnpu`
17502026-06-08T20:18:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-06-08T20:18:53.485Z Running `target/debug/xtask-downloader softnpu`
17522026-06-08T20:18:53.536ZJun 08 20:18:53.001 INFO Starting download, target: Softnpu
17532026-06-08T20:18:53.553ZJun 08 20:18:53.002 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-08T20:18:54.129ZJun 08 20:18:53.604 INFO Download complete, target: Softnpu
17552026-06-08T20:18:54.133Z
17562026-06-08T20:18:54.133Zreal 2.046420306
17572026-06-08T20:18:54.133Zuser 1.357150079
17582026-06-08T20:18:54.133Zsys 0.660490850
17592026-06-08T20:18:54.133Ztrap 0.000729623
17602026-06-08T20:18:54.133Ztflt 0.000242782
17612026-06-08T20:18:54.133Zdflt 0.000367305
17622026-06-08T20:18:54.133Zkflt 0.000000000
17632026-06-08T20:18:54.133Zlock 10.711912273
17642026-06-08T20:18:54.133Zslp 0.469719191
17652026-06-08T20:18:54.133Zlat 0.089265490
17662026-06-08T20:18:54.133Zstop 0.000157490
17672026-06-08T20:18:54.136Z+ export CARGO_INCREMENTAL=0
17682026-06-08T20:18:54.136Z+ CARGO_INCREMENTAL=0
17692026-06-08T20:18:54.136Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-08T20:18:55.042Z Compiling proc-macro2 v1.0.106
17712026-06-08T20:18:55.042Z Compiling quote v1.0.45
17722026-06-08T20:18:55.042Z Compiling unicode-ident v1.0.24
17732026-06-08T20:18:55.043Z Compiling libc v0.2.185
17742026-06-08T20:18:55.043Z Compiling serde_core v1.0.228
17752026-06-08T20:18:55.043Z Compiling serde v1.0.228
17762026-06-08T20:18:55.048Z Compiling cfg-if v1.0.4
17772026-06-08T20:18:55.048Z Compiling version_check v0.9.5
17782026-06-08T20:18:55.048Z Compiling shlex v1.3.0
17792026-06-08T20:18:55.048Z Compiling find-msvc-tools v0.1.9
17802026-06-08T20:18:55.048Z Compiling typenum v1.19.0
17812026-06-08T20:18:55.188Z Compiling zmij v1.0.21
17822026-06-08T20:18:55.203Z Compiling autocfg v1.5.0
17832026-06-08T20:18:55.203Z Compiling memchr v2.8.0
17842026-06-08T20:18:55.204Z Compiling serde_json v1.0.149
17852026-06-08T20:18:55.378Z Compiling portable-atomic v1.13.1
17862026-06-08T20:18:55.494Z Compiling libm v0.2.16
17872026-06-08T20:18:55.501Z Compiling zerocopy v0.8.40
17882026-06-08T20:18:55.689Z Compiling parking_lot_core v0.9.12
17892026-06-08T20:18:55.729Z Compiling smallvec v1.15.1
17902026-06-08T20:18:55.781Z Compiling generic-array v0.14.7
17912026-06-08T20:18:55.785Z Compiling num-traits v0.2.19
17922026-06-08T20:18:55.785Z Compiling icu_properties_data v2.1.2
17932026-06-08T20:18:55.831Z Compiling icu_normalizer_data v2.1.1
17942026-06-08T20:18:55.837Z Compiling itoa v1.0.17
17952026-06-08T20:18:55.897Z Compiling getrandom v0.4.1
17962026-06-08T20:18:55.914Z Compiling log v0.4.29
17972026-06-08T20:18:55.951Z Compiling stable_deref_trait v1.2.1
17982026-06-08T20:18:56.014Z Compiling pkg-config v0.3.32
17992026-06-08T20:18:56.035Z Compiling subtle v2.6.1
18002026-06-08T20:18:56.180Z Compiling jobserver v0.1.34
18012026-06-08T20:18:56.183Z Compiling getrandom v0.2.17
18022026-06-08T20:18:56.183Z Compiling scopeguard v1.2.0
18032026-06-08T20:18:56.242Z Compiling errno v0.3.14
18042026-06-08T20:18:56.375Z Compiling lock_api v0.4.14
18052026-06-08T20:18:56.394Z Compiling cc v1.2.56
18062026-06-08T20:18:56.397Z Compiling rand_core v0.6.4
18072026-06-08T20:18:56.489Z Compiling litemap v0.8.1
18082026-06-08T20:18:56.489Z Compiling percent-encoding v2.3.2
18092026-06-08T20:18:56.521Z Compiling writeable v0.6.2
18102026-06-08T20:18:56.571Z Compiling syn v2.0.117
18112026-06-08T20:18:56.630Z Compiling fnv v1.0.7
18122026-06-08T20:18:56.663Z Compiling pin-project-lite v0.2.17
18132026-06-08T20:18:56.733Z Compiling thiserror v2.0.18
18142026-06-08T20:18:56.768Z Compiling getrandom v0.3.4
18152026-06-08T20:18:56.821Z Compiling dunce v1.0.5
18162026-06-08T20:18:56.840Z Compiling fs_extra v1.3.0
18172026-06-08T20:18:56.844Z Compiling equivalent v1.0.2
18182026-06-08T20:18:56.918Z Compiling schemars v0.8.22
18192026-06-08T20:18:56.954Z Compiling rustversion v1.0.22
18202026-06-08T20:18:56.972Z Compiling utf8_iter v1.0.4
18212026-06-08T20:18:56.974Z Compiling rand_core v0.10.0
18222026-06-08T20:18:57.070Z Compiling form_urlencoded v1.2.2
18232026-06-08T20:18:57.131Z Compiling cmake v0.1.57
18242026-06-08T20:18:57.167Z Compiling critical-section v1.2.0
18252026-06-08T20:18:57.199Z Compiling signal-hook-registry v1.4.8
18262026-06-08T20:18:57.327Z Compiling hashbrown v0.17.0
18272026-06-08T20:18:57.331Z Compiling rustix v1.1.3
18282026-06-08T20:18:57.391Z Compiling socket2 v0.6.3
18292026-06-08T20:18:57.566Z Compiling bitflags v2.11.0
18302026-06-08T20:18:57.696Z Compiling semver v1.0.28
18312026-06-08T20:18:57.740Z Compiling once_cell v1.21.3
18322026-06-08T20:18:57.746Z Compiling ring v0.17.14
18332026-06-08T20:18:57.755Z Compiling aws-lc-sys v0.40.0
18342026-06-08T20:18:57.789Z Compiling parking_lot v0.12.5
18352026-06-08T20:18:57.792Z Compiling mio v1.2.0
18362026-06-08T20:18:57.924Z Compiling indexmap v2.14.0
18372026-06-08T20:18:57.955Z Compiling const-oid v0.9.6
18382026-06-08T20:18:58.030Z Compiling aws-lc-rs v1.16.3
18392026-06-08T20:18:58.065Z Compiling futures-core v0.3.32
18402026-06-08T20:18:58.114Z Compiling httparse v1.10.1
18412026-06-08T20:18:58.220Z Compiling thiserror v1.0.69
18422026-06-08T20:18:58.254Z Compiling strsim v0.11.1
18432026-06-08T20:18:58.270Z Compiling vcpkg v0.2.15
18442026-06-08T20:18:58.468Z Compiling iana-time-zone v0.1.65
18452026-06-08T20:18:58.520Z Compiling ucd-trie v0.1.7
18462026-06-08T20:18:58.544Z Compiling byteorder v1.5.0
18472026-06-08T20:18:58.601Z Compiling syn v1.0.109
18482026-06-08T20:18:58.635Z Compiling regex-syntax v0.8.10
18492026-06-08T20:18:58.638Z Compiling heck v0.5.0
18502026-06-08T20:18:58.680Z Compiling pest v2.8.6
18512026-06-08T20:18:58.700Z Compiling ident_case v1.0.1
18522026-06-08T20:18:58.739Z Compiling uuid v1.23.0
18532026-06-08T20:18:58.807Z Compiling cpufeatures v0.2.17
18542026-06-08T20:18:58.829Z Compiling rustls v0.23.37
18552026-06-08T20:18:58.851Z Compiling openssl-sys v0.9.115
18562026-06-08T20:18:59.020Z Compiling futures-sink v0.3.32
18572026-06-08T20:18:59.057Z Compiling rustc_version v0.4.1
18582026-06-08T20:18:59.127Z Compiling futures-channel v0.3.32
18592026-06-08T20:18:59.180Z Compiling futures-io v0.3.32
18602026-06-08T20:18:59.334Z Compiling futures-task v0.3.32
18612026-06-08T20:18:59.370Z Compiling slab v0.4.12
18622026-06-08T20:18:59.448Z Compiling aho-corasick v1.1.4
18632026-06-08T20:18:59.483Z Compiling synstructure v0.13.2
18642026-06-08T20:18:59.522Z Compiling serde_derive_internals v0.29.1
18652026-06-08T20:18:59.539Z Compiling dyn-clone v1.0.20
18662026-06-08T20:18:59.748Z Compiling crc32fast v1.5.0
18672026-06-08T20:18:59.751Z Compiling openssl v0.10.79
18682026-06-08T20:18:59.783Z Compiling plain v0.2.3
18692026-06-08T20:18:59.897Z Compiling pest_meta v2.8.6
18702026-06-08T20:18:59.916Z Compiling base64 v0.22.1
18712026-06-08T20:19:00.021Z Compiling time-core v0.1.8
18722026-06-08T20:19:00.025Z Compiling num-conv v0.2.0
18732026-06-08T20:19:00.052Z Compiling crossbeam-utils v0.8.21
18742026-06-08T20:19:00.196Z Compiling pretty-hex v0.4.1
18752026-06-08T20:19:00.209Z Compiling time-macros v0.2.27
18762026-06-08T20:19:00.225Z Compiling native-tls v0.2.18
18772026-06-08T20:19:00.305Z Compiling regex-automata v0.4.14
18782026-06-08T20:19:00.346Z Compiling base64ct v1.8.3
18792026-06-08T20:19:00.379Z Compiling anyhow v1.0.102
18802026-06-08T20:19:00.379Z Compiling darling_core v0.21.3
18812026-06-08T20:19:00.462Z Compiling tracing-core v0.1.36
18822026-06-08T20:19:00.519Z Compiling pest_generator v2.8.6
18832026-06-08T20:19:00.559Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-06-08T20:19:00.644Z Compiling pem-rfc7468 v0.7.0
18852026-06-08T20:19:00.739Z Compiling serde_derive v1.0.228
18862026-06-08T20:19:00.820Z Compiling zeroize_derive v1.4.3
18872026-06-08T20:19:00.878Z Compiling zerofrom-derive v0.1.6
18882026-06-08T20:19:00.913Z Compiling yoke-derive v0.8.1
18892026-06-08T20:19:00.944Z Compiling zerovec-derive v0.11.2
18902026-06-08T20:19:00.960Z Compiling displaydoc v0.2.5
18912026-06-08T20:19:01.161Z Compiling zerocopy-derive v0.8.40
18922026-06-08T20:19:01.176Z Compiling tokio-macros v2.7.0
18932026-06-08T20:19:01.192Z Compiling futures-macro v0.3.32
18942026-06-08T20:19:01.445Z Compiling zeroize v1.8.2
18952026-06-08T20:19:01.739Z Compiling thiserror-impl v2.0.18
18962026-06-08T20:19:01.872Z Compiling schemars_derive v0.8.22
18972026-06-08T20:19:01.892Z Compiling tracing-attributes v0.1.31
18982026-06-08T20:19:01.974Z Compiling der_derive v0.7.3
18992026-06-08T20:19:01.992Z Compiling thiserror-impl v1.0.69
19002026-06-08T20:19:02.014Z Compiling zerofrom v0.1.6
19012026-06-08T20:19:02.167Z Compiling yoke v0.8.1
19022026-06-08T20:19:02.223Z Compiling crypto-common v0.1.7
19032026-06-08T20:19:02.379Z Compiling zerovec v0.11.5
19042026-06-08T20:19:02.396Z Compiling zerotrie v0.2.3
19052026-06-08T20:19:02.498Z Compiling block-buffer v0.10.4
19062026-06-08T20:19:02.860Z Compiling digest v0.10.7
19072026-06-08T20:19:02.963Z Compiling tinystr v0.8.2
19082026-06-08T20:19:03.005Z Compiling potential_utf v0.1.4
19092026-06-08T20:19:03.064Z Compiling pest_derive v2.8.6
19102026-06-08T20:19:03.104Z Compiling futures-util v0.3.32
19112026-06-08T20:19:03.123Z Compiling hmac v0.12.1
19122026-06-08T20:19:03.139Z Compiling icu_collections v2.1.1
19132026-06-08T20:19:03.156Z Compiling icu_locale_core v2.1.1
19142026-06-08T20:19:03.239Z Compiling block-padding v0.3.3
19152026-06-08T20:19:03.357Z Compiling rustls-pki-types v1.14.0
19162026-06-08T20:19:03.403Z Compiling inout v0.1.4
19172026-06-08T20:19:03.572Z Compiling openssl-macros v0.1.1
19182026-06-08T20:19:03.839Z Compiling cipher v0.4.4
19192026-06-08T20:19:03.899Z Compiling icu_provider v2.1.1
19202026-06-08T20:19:03.987Z Compiling bytes v1.11.1
19212026-06-08T20:19:04.038Z Compiling chrono v0.4.44
19222026-06-08T20:19:04.055Z Compiling serde_tokenstream v0.2.3
19232026-06-08T20:19:04.093Z Compiling sha2 v0.10.9
19242026-06-08T20:19:04.223Z Compiling icu_properties v2.1.2
19252026-06-08T20:19:04.336Z Compiling icu_normalizer v2.1.1
19262026-06-08T20:19:04.450Z Compiling scroll_derive v0.12.1
19272026-06-08T20:19:04.562Z Compiling tokio v1.52.1
19282026-06-08T20:19:05.103Z Compiling idna_adapter v1.2.1
19292026-06-08T20:19:05.255Z Compiling idna v1.1.0
19302026-06-08T20:19:05.447Z Compiling ppv-lite86 v0.2.21
19312026-06-08T20:19:05.521Z Compiling scroll_derive v0.13.1
19322026-06-08T20:19:05.569Z Compiling http v1.4.0
19332026-06-08T20:19:05.679Z Compiling url v2.5.8
19342026-06-08T20:19:05.837Z Compiling flagset v0.4.7
19352026-06-08T20:19:05.843Z Compiling untrusted v0.9.0
19362026-06-08T20:19:05.993Z Compiling der v0.7.10
19372026-06-08T20:19:06.005Z Compiling tracing v0.1.44
19382026-06-08T20:19:06.325Z Compiling darling_macro v0.21.3
19392026-06-08T20:19:06.417Z Compiling regex v1.12.3
19402026-06-08T20:19:06.450Z Compiling zerocopy-derive v0.7.35
19412026-06-08T20:19:06.859Z Compiling rand_core v0.9.5
19422026-06-08T20:19:06.896Z Compiling slog v2.8.2
19432026-06-08T20:19:07.143Z Compiling darling v0.21.3
19442026-06-08T20:19:07.247Z Compiling spki v0.7.3
19452026-06-08T20:19:07.247Z Compiling salsa20 v0.10.2
19462026-06-08T20:19:07.277Z Compiling pbkdf2 v0.12.2
19472026-06-08T20:19:07.664Z Compiling cookie v0.18.1
19482026-06-08T20:19:07.766Z Compiling camino v1.2.2
19492026-06-08T20:19:08.084Z Compiling scrypt v0.11.0
19502026-06-08T20:19:08.111Z Compiling rand_chacha v0.9.0
19512026-06-08T20:19:08.141Z Compiling http-body v1.0.1
19522026-06-08T20:19:08.219Z Compiling cbc v0.1.2
19532026-06-08T20:19:08.281Z Compiling aes v0.8.4
19542026-06-08T20:19:08.319Z Compiling tokio-util v0.7.18
19552026-06-08T20:19:08.419Z Compiling usdt-impl v0.5.0
19562026-06-08T20:19:08.441Z Compiling winnow v0.7.14
19572026-06-08T20:19:08.503Z Compiling either v1.15.0
19582026-06-08T20:19:08.559Z Compiling atomic-waker v1.1.2
19592026-06-08T20:19:08.614Z Compiling untrusted v0.7.1
19602026-06-08T20:19:08.709Z Compiling tinyvec_macros v0.1.1
19612026-06-08T20:19:08.734Z Compiling paste v1.0.15
19622026-06-08T20:19:08.753Z Compiling unicode-segmentation v1.12.0
19632026-06-08T20:19:08.753Z Compiling usdt-impl v0.6.0
19642026-06-08T20:19:08.796Z Compiling openssl-probe v0.2.1
19652026-06-08T20:19:08.988Z Compiling ref-cast v1.0.25
19662026-06-08T20:19:09.015Z Compiling tinyvec v1.10.0
19672026-06-08T20:19:09.077Z Compiling pkcs5 v0.7.1
19682026-06-08T20:19:09.317Z Compiling rand v0.9.2
19692026-06-08T20:19:09.547Z Compiling scroll v0.13.0
19702026-06-08T20:19:09.596Z Compiling scroll v0.12.0
19712026-06-08T20:19:09.681Z Compiling serde_spanned v0.6.9
19722026-06-08T20:19:09.705Z Compiling toml_datetime v0.6.11
19732026-06-08T20:19:09.775Z Compiling async-trait v0.1.89
19742026-06-08T20:19:09.833Z Compiling heapless v0.7.17
19752026-06-08T20:19:09.881Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-08T20:19:09.914Z Compiling zstd-safe v7.2.4
19772026-06-08T20:19:09.957Z Compiling tower-layer v0.3.3
19782026-06-08T20:19:10.067Z Compiling fastrand v2.3.0
19792026-06-08T20:19:10.081Z Compiling try-lock v0.2.5
19802026-06-08T20:19:10.148Z Compiling tower-service v0.3.3
19812026-06-08T20:19:10.222Z Compiling signal-hook v0.3.18
19822026-06-08T20:19:10.287Z Compiling want v0.3.1
19832026-06-08T20:19:10.422Z Compiling h2 v0.4.13
19842026-06-08T20:19:10.454Z Compiling goblin v0.8.2
19852026-06-08T20:19:10.482Z Compiling goblin v0.10.5
19862026-06-08T20:19:10.495Z Compiling toml_parser v1.0.9+spec-1.1.0
19872026-06-08T20:19:10.525Z Compiling pkcs8 v0.10.2
19882026-06-08T20:19:10.744Z Compiling heck v0.4.1
19892026-06-08T20:19:10.845Z Compiling zerocopy v0.7.35
19902026-06-08T20:19:10.931Z Compiling ipnet v2.11.0
19912026-06-08T20:19:11.064Z Compiling ref-cast-impl v1.0.25
19922026-06-08T20:19:11.151Z Compiling darling_core v0.20.11
19932026-06-08T20:19:11.397Z Compiling curve25519-dalek v4.1.3
19942026-06-08T20:19:11.448Z Compiling memoffset v0.9.1
19952026-06-08T20:19:11.622Z Compiling litrs v1.0.0
19962026-06-08T20:19:11.692Z Compiling pin-utils v0.1.0
19972026-06-08T20:19:11.697Z Compiling httpdate v1.0.3
19982026-06-08T20:19:11.801Z Compiling foreign-types-shared v0.1.1
19992026-06-08T20:19:11.880Z Compiling rustix v0.38.44
20002026-06-08T20:19:12.185Z Compiling winnow v0.5.40
20012026-06-08T20:19:12.262Z Compiling utf8parse v0.2.2
20022026-06-08T20:19:12.380Z Compiling tempfile v3.25.0
20032026-06-08T20:19:12.419Z Compiling document-features v0.2.12
20042026-06-08T20:19:12.419Z Compiling foreign-types v0.3.2
20052026-06-08T20:19:12.722Z Compiling dof v0.3.0
20062026-06-08T20:19:12.904Z Compiling unicode-normalization v0.1.25
20072026-06-08T20:19:13.051Z Compiling dtrace-parser v0.2.0
20082026-06-08T20:19:13.194Z Compiling darling_macro v0.20.11
20092026-06-08T20:19:13.282Z Compiling dof v0.4.0
20102026-06-08T20:19:13.426Z Compiling hyper v1.8.1
20112026-06-08T20:19:13.533Z Compiling toml_edit v0.19.15
20122026-06-08T20:19:13.637Z Compiling dtrace-parser v0.3.0
20132026-06-08T20:19:13.700Z Compiling pin-project-internal v1.1.11
20142026-06-08T20:19:13.813Z Compiling daft-derive v0.1.7
20152026-06-08T20:19:13.903Z Compiling spin v0.9.8
20162026-06-08T20:19:13.958Z Compiling thread-id v4.2.2
20172026-06-08T20:19:13.958Z Compiling thread-id v5.1.0
20182026-06-08T20:19:14.032Z Compiling num-bigint-dig v0.8.6
20192026-06-08T20:19:14.189Z Compiling smoltcp v0.9.1
20202026-06-08T20:19:14.251Z Compiling anstyle v1.0.14
20212026-06-08T20:19:14.307Z Compiling powerfmt v0.2.0
20222026-06-08T20:19:14.307Z Compiling cfg_aliases v0.2.1
20232026-06-08T20:19:14.360Z Compiling nix v0.31.2
20242026-06-08T20:19:14.474Z Compiling deranged v0.5.8
20252026-06-08T20:19:14.549Z Compiling hyper-util v0.1.20
20262026-06-08T20:19:14.742Z Compiling darling v0.20.11
20272026-06-08T20:19:14.889Z Compiling rustls-native-certs v0.8.3
20282026-06-08T20:19:14.910Z Compiling ipnetwork v0.21.1
20292026-06-08T20:19:15.160Z Compiling strum_macros v0.26.4
20302026-06-08T20:19:15.547Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-08T20:19:15.625Z Compiling sync_wrapper v1.0.2
20322026-06-08T20:19:15.721Z Compiling wait-timeout v0.2.1
20332026-06-08T20:19:15.958Z Compiling is_terminal_polyfill v1.70.2
20342026-06-08T20:19:15.981Z Compiling num_threads v0.1.7
20352026-06-08T20:19:16.063Z Compiling anstyle-query v1.1.5
20362026-06-08T20:19:16.076Z Compiling siphasher v1.0.2
20372026-06-08T20:19:16.098Z Compiling bit-vec v0.8.0
20382026-06-08T20:19:16.284Z Compiling colorchoice v1.0.4
20392026-06-08T20:19:16.299Z Compiling simd-adler32 v0.3.8
20402026-06-08T20:19:16.314Z Compiling quick-error v1.2.3
20412026-06-08T20:19:16.355Z Compiling bit-set v0.8.0
20422026-06-08T20:19:16.425Z Compiling rusty-fork v0.3.1
20432026-06-08T20:19:16.534Z Compiling time v0.3.47
20442026-06-08T20:19:16.552Z Compiling tower v0.5.3
20452026-06-08T20:19:16.788Z Compiling derive_builder_core v0.20.2
20462026-06-08T20:19:16.903Z Compiling snafu-derive v0.8.9
20472026-06-08T20:19:17.357Z Compiling http-body-util v0.1.3
20482026-06-08T20:19:17.554Z Compiling webpki-roots v1.0.6
20492026-06-08T20:19:17.619Z Compiling rand_xorshift v0.4.0
20502026-06-08T20:19:17.693Z Compiling signature v2.2.0
20512026-06-08T20:19:17.709Z Compiling hubpack_derive v0.1.1
20522026-06-08T20:19:17.743Z Compiling strum_macros v0.27.2
20532026-06-08T20:19:17.828Z Compiling fs-err v3.3.0
20542026-06-08T20:19:17.871Z Compiling ahash v0.8.12
20552026-06-08T20:19:17.978Z Compiling encoding_rs v0.8.35
20562026-06-08T20:19:18.125Z Compiling object v0.37.3
20572026-06-08T20:19:18.183Z Compiling adler2 v2.0.1
20582026-06-08T20:19:18.200Z Compiling iri-string v0.7.10
20592026-06-08T20:19:18.204Z Compiling ryu v1.0.23
20602026-06-08T20:19:18.249Z Compiling unicode-properties v0.1.4
20612026-06-08T20:19:18.346Z Compiling mime v0.3.17
20622026-06-08T20:19:18.410Z Compiling unarray v0.1.4
20632026-06-08T20:19:18.481Z Compiling unicode-bidi v0.3.18
20642026-06-08T20:19:18.544Z Compiling allocator-api2 v0.2.21
20652026-06-08T20:19:18.575Z Compiling proptest v1.10.0
20662026-06-08T20:19:18.603Z Compiling serde_urlencoded v0.7.1
20672026-06-08T20:19:18.747Z Compiling miniz_oxide v0.8.9
20682026-06-08T20:19:18.856Z Compiling stringprep v0.1.5
20692026-06-08T20:19:19.234Z Compiling derive_builder_macro v0.20.2
20702026-06-08T20:19:19.276Z Compiling tokio-native-tls v0.3.1
20712026-06-08T20:19:19.343Z Compiling usdt-macro v0.6.0
20722026-06-08T20:19:19.480Z Compiling tower-http v0.6.8
20732026-06-08T20:19:19.517Z Compiling usdt-attr-macro v0.6.0
20742026-06-08T20:19:19.611Z Compiling anstyle-parse v1.0.0
20752026-06-08T20:19:19.904Z Compiling rand_chacha v0.3.1
20762026-06-08T20:19:19.921Z Compiling erased-serde v0.3.31
20772026-06-08T20:19:19.994Z Compiling md-5 v0.10.6
20782026-06-08T20:19:20.071Z Compiling bstr v1.12.1
20792026-06-08T20:19:20.107Z Compiling num-integer v0.1.46
20802026-06-08T20:19:20.166Z Compiling hash32 v0.2.1
20812026-06-08T20:19:20.277Z Compiling vergen-lib v9.1.0
20822026-06-08T20:19:20.294Z Compiling ff v0.13.1
20832026-06-08T20:19:20.452Z Compiling base16ct v0.2.0
20842026-06-08T20:19:20.455Z Compiling fallible-iterator v0.2.0
20852026-06-08T20:19:20.521Z Compiling psl-types v2.0.11
20862026-06-08T20:19:20.538Z Compiling zlib-rs v0.6.2
20872026-06-08T20:19:20.577Z Compiling newtype-uuid v1.3.2
20882026-06-08T20:19:20.644Z Compiling publicsuffix v2.3.0
20892026-06-08T20:19:20.684Z Compiling sec1 v0.7.3
20902026-06-08T20:19:20.770Z Compiling postgres-protocol v0.6.10
20912026-06-08T20:19:20.826Z Compiling group v0.13.0
20922026-06-08T20:19:20.856Z Compiling num-iter v0.1.45
20932026-06-08T20:19:21.012Z Compiling rand v0.8.6
20942026-06-08T20:19:21.491Z Compiling oxnet v0.1.5
20952026-06-08T20:19:21.613Z Compiling anstream v1.0.0
20962026-06-08T20:19:21.687Z Compiling derive_builder v0.20.2
20972026-06-08T20:19:21.833Z Compiling hyper-tls v0.6.0
20982026-06-08T20:19:21.866Z Compiling phf_shared v0.13.1
20992026-06-08T20:19:21.910Z Compiling pin-project v1.1.11
21002026-06-08T20:19:22.003Z Compiling lazy_static v1.5.0
21012026-06-08T20:19:22.035Z Compiling anstyle-parse v0.2.7
21022026-06-08T20:19:22.123Z Compiling terminal_size v0.4.3
21032026-06-08T20:19:22.167Z Compiling serde_with_macros v3.17.0
21042026-06-08T20:19:22.183Z Compiling futures-executor v0.3.32
21052026-06-08T20:19:22.201Z Compiling hex v0.4.3
21062026-06-08T20:19:22.368Z Compiling hkdf v0.12.4
21072026-06-08T20:19:22.428Z Compiling crypto-bigint v0.5.5
21082026-06-08T20:19:22.441Z Compiling async-recursion v1.1.1
21092026-06-08T20:19:22.486Z Compiling clap_derive v4.6.1
21102026-06-08T20:19:22.542Z Compiling serde_repr v0.1.20
21112026-06-08T20:19:22.575Z Compiling flate2 v1.1.9
21122026-06-08T20:19:22.746Z Compiling enum-as-inner v0.6.1
21132026-06-08T20:19:22.843Z Compiling vergen v9.1.0
21142026-06-08T20:19:22.865Z Compiling cargo-platform v0.3.2
21152026-06-08T20:19:23.007Z Compiling foldhash v0.1.5
21162026-06-08T20:19:23.070Z Compiling foldhash v0.2.0
21172026-06-08T20:19:23.108Z Compiling libbz2-rs-sys v0.2.2
21182026-06-08T20:19:23.125Z Compiling same-file v1.0.6
21192026-06-08T20:19:23.269Z Compiling managed v0.8.0
21202026-06-08T20:19:23.272Z Compiling bitflags v1.3.2
21212026-06-08T20:19:23.306Z Compiling bumpalo v3.20.2
21222026-06-08T20:19:23.340Z Compiling clap_lex v1.0.0
21232026-06-08T20:19:23.500Z Compiling elliptic-curve v0.13.8
21242026-06-08T20:19:23.561Z Compiling zopfli v0.8.3
21252026-06-08T20:19:23.578Z Compiling bzip2 v0.6.1
21262026-06-08T20:19:23.581Z Compiling clap_builder v4.6.0
21272026-06-08T20:19:23.733Z Compiling walkdir v2.5.0
21282026-06-08T20:19:23.820Z Compiling hashbrown v0.16.1
21292026-06-08T20:19:23.865Z Compiling hashbrown v0.15.5
21302026-06-08T20:19:24.063Z Compiling cargo_metadata v0.23.1
21312026-06-08T20:19:24.156Z Compiling futures v0.3.32
21322026-06-08T20:19:24.420Z Compiling anstream v0.6.21
21332026-06-08T20:19:24.493Z Compiling phf v0.13.1
21342026-06-08T20:19:24.531Z Compiling snafu v0.8.9
21352026-06-08T20:19:24.622Z Compiling zstd v0.13.3
21362026-06-08T20:19:24.696Z Compiling signal-hook-mio v0.2.5
21372026-06-08T20:19:24.831Z Compiling daft v0.1.7
21382026-06-08T20:19:24.899Z Compiling cookie_store v0.22.1
21392026-06-08T20:19:24.903Z Compiling postgres-types v0.2.12
21402026-06-08T20:19:25.051Z Compiling bzip2 v0.4.4
21412026-06-08T20:19:25.124Z Compiling globset v0.4.18
21422026-06-08T20:19:25.297Z Compiling strum v0.27.2
21432026-06-08T20:19:25.451Z Compiling hubpack v0.1.2
21442026-06-08T20:19:25.527Z Compiling ed25519 v2.2.3
21452026-06-08T20:19:25.547Z Compiling phf_shared v0.11.3
21462026-06-08T20:19:25.622Z Compiling crossbeam-epoch v0.9.18
21472026-06-08T20:19:25.664Z Compiling olpc-cjson v0.1.4
21482026-06-08T20:19:25.681Z Compiling pkcs1 v0.7.5
21492026-06-08T20:19:25.745Z Compiling pem v3.0.6
21502026-06-08T20:19:25.869Z Compiling serde_plain v1.0.2
21512026-06-08T20:19:25.905Z Compiling serde-big-array v0.5.1
21522026-06-08T20:19:25.921Z Compiling rfc6979 v0.4.0
21532026-06-08T20:19:26.022Z Compiling float-cmp v0.10.0
21542026-06-08T20:19:26.059Z Compiling memmap2 v0.9.10
21552026-06-08T20:19:26.077Z Compiling env_filter v1.0.0
21562026-06-08T20:19:26.077Z Compiling precomputed-hash v0.1.1
21572026-06-08T20:19:26.111Z Compiling predicates-core v1.0.10
21582026-06-08T20:19:26.114Z Compiling toml_write v0.1.2
21592026-06-08T20:19:26.142Z Compiling keccak v0.1.6
21602026-06-08T20:19:26.189Z Compiling whoami v2.1.0
21612026-06-08T20:19:26.205Z Compiling jiff v0.2.21
21622026-06-08T20:19:26.283Z Compiling data-encoding v2.10.0
21632026-06-08T20:19:26.301Z Compiling new_debug_unreachable v1.0.6
21642026-06-08T20:19:26.315Z Compiling typed-path v0.9.3
21652026-06-08T20:19:26.362Z Compiling difflib v0.4.0
21662026-06-08T20:19:26.375Z Compiling fixedbitset v0.4.2
21672026-06-08T20:19:26.380Z Compiling fixedbitset v0.5.7
21682026-06-08T20:19:26.406Z Compiling static_assertions v1.1.0
21692026-06-08T20:19:26.499Z Compiling normalize-line-endings v0.3.0
21702026-06-08T20:19:26.584Z Compiling hickory-proto v0.25.2
21712026-06-08T20:19:26.600Z Compiling predicates v3.1.4
21722026-06-08T20:19:26.619Z Compiling petgraph v0.8.3
21732026-06-08T20:19:26.696Z Compiling petgraph v0.6.5
21742026-06-08T20:19:26.821Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-06-08T20:19:26.823Z Compiling tokio-postgres v0.7.16
21762026-06-08T20:19:26.853Z Compiling string_cache v0.8.9
21772026-06-08T20:19:27.092Z Compiling sha3 v0.10.8
21782026-06-08T20:19:27.129Z Compiling toml_edit v0.22.27
21792026-06-08T20:19:27.379Z Compiling env_logger v0.11.9
21802026-06-08T20:19:27.463Z Compiling usdt v0.6.0
21812026-06-08T20:19:27.714Z Compiling ecdsa v0.16.9
21822026-06-08T20:19:27.742Z Compiling rsa v0.9.10
21832026-06-08T20:19:27.988Z Compiling ed25519-dalek v2.2.0
21842026-06-08T20:19:28.544Z Compiling crossterm v0.28.1
21852026-06-08T20:19:28.575Z Compiling zip v0.6.6
21862026-06-08T20:19:28.628Z Compiling iddqd v0.4.2
21872026-06-08T20:19:28.919Z Compiling zip v4.6.1
21882026-06-08T20:19:29.110Z Compiling clap v4.6.1
21892026-06-08T20:19:29.627Z Compiling serde_with v3.17.0
21902026-06-08T20:19:29.669Z Compiling similar v2.7.0
21912026-06-08T20:19:29.781Z Compiling strum v0.26.3
21922026-06-08T20:19:29.809Z Compiling toml v0.7.8
21932026-06-08T20:19:29.874Z Compiling tokio-stream v0.1.18
21942026-06-08T20:19:29.896Z Compiling itertools v0.13.0
21952026-06-08T20:19:29.922Z Compiling buf-list v1.1.2
21962026-06-08T20:19:30.004Z Compiling x509-cert v0.2.5
21972026-06-08T20:19:30.375Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-08T20:19:30.408Z Compiling openapiv3 v2.2.0
21992026-06-08T20:19:30.541Z Compiling sha1 v0.10.6
22002026-06-08T20:19:30.779Z Compiling peg-runtime v0.8.5
22012026-06-08T20:19:31.049Z Compiling lalrpop-util v0.19.12
22022026-06-08T20:19:45.805Z Compiling rustls-webpki v0.103.9
22032026-06-08T20:19:47.430Z Compiling macaddr v1.0.1
22042026-06-08T20:19:47.457Z Compiling structmeta-derive v0.3.0
22052026-06-08T20:19:47.627Z Compiling rayon-core v1.13.0
22062026-06-08T20:19:47.696Z Compiling crucible-workspace-hack v0.1.0
22072026-06-08T20:19:47.737Z Compiling itertools v0.14.0
22082026-06-08T20:19:47.860Z Compiling secrecy v0.10.3
22092026-06-08T20:19:47.879Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-08T20:19:47.937Z Compiling heapless v0.8.0
22112026-06-08T20:19:47.964Z Compiling rustls v0.22.4
22122026-06-08T20:19:48.056Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-08T20:19:48.294Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-08T20:19:48.311Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-08T20:19:48.326Z Compiling crossbeam-deque v0.8.6
22162026-06-08T20:19:48.434Z Compiling rustls-webpki v0.102.8
22172026-06-08T20:19:48.488Z Compiling hash32 v0.3.1
22182026-06-08T20:19:48.518Z Compiling structmeta v0.3.0
22192026-06-08T20:19:48.536Z Compiling multer v3.1.0
22202026-06-08T20:19:48.539Z Compiling thread_local v1.1.9
22212026-06-08T20:19:48.570Z Compiling unicode-width v0.2.0
22222026-06-08T20:19:48.588Z Compiling match_cfg v0.1.0
22232026-06-08T20:19:48.634Z Compiling smoltcp v0.11.0
22242026-06-08T20:19:48.671Z Compiling compression-core v0.4.31
22252026-06-08T20:19:48.688Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-06-08T20:19:48.759Z Compiling slog-async v2.8.0
22272026-06-08T20:19:48.834Z Compiling proc-macro-crate v3.4.0
22282026-06-08T20:19:48.870Z Compiling compression-codecs v0.4.37
22292026-06-08T20:19:48.926Z Compiling derive-ex v0.1.8
22302026-06-08T20:19:48.965Z Compiling hostname v0.3.1
22312026-06-08T20:19:49.040Z Compiling ingot-macros v0.1.1
22322026-06-08T20:19:49.154Z Compiling slog-json v2.6.1
22332026-06-08T20:19:49.221Z Compiling crossbeam-channel v0.5.15
22342026-06-08T20:19:49.255Z Compiling half v2.7.1
22352026-06-08T20:19:49.282Z Compiling newtype-uuid-macros v0.1.0
22362026-06-08T20:19:49.434Z Compiling tokio-rustls v0.26.4
22372026-06-08T20:19:49.519Z Compiling rustls-platform-verifier v0.6.2
22382026-06-08T20:19:49.625Z Compiling cobs v0.3.0
22392026-06-08T20:19:49.717Z Compiling hyper-rustls v0.27.7
22402026-06-08T20:19:49.750Z Compiling thiserror-impl-no-std v2.0.2
22412026-06-08T20:19:49.930Z Compiling universal-hash v0.5.1
22422026-06-08T20:19:49.946Z Compiling async-stream-impl v0.3.6
22432026-06-08T20:19:50.022Z Compiling reqwest v0.12.28
22442026-06-08T20:19:50.054Z Compiling reqwest v0.13.2
22452026-06-08T20:19:50.107Z Compiling serde_spanned v1.0.4
22462026-06-08T20:19:50.285Z Compiling toml_datetime v1.0.0+spec-1.1.0
22472026-06-08T20:19:50.302Z Compiling is-terminal v0.4.17
22482026-06-08T20:19:50.421Z Compiling dropshot v0.17.0
22492026-06-08T20:19:50.470Z Compiling proc-macro-error-attr v1.0.4
22502026-06-08T20:19:50.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-06-08T20:19:50.633Z Compiling ciborium-io v0.2.2
22522026-06-08T20:19:50.649Z Compiling opaque-debug v0.3.1
22532026-06-08T20:19:50.698Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-08T20:19:50.737Z Compiling term v1.2.1
22552026-06-08T20:19:50.754Z Compiling convert_case v0.4.0
22562026-06-08T20:19:50.757Z Compiling take_mut v0.2.2
22572026-06-08T20:19:50.815Z Compiling ciborium-ll v0.2.2
22582026-06-08T20:19:50.828Z Compiling thiserror-no-std v2.0.2
22592026-06-08T20:19:50.912Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-08T20:19:50.983Z Compiling tokio-rustls v0.25.0
22612026-06-08T20:19:51.017Z Compiling poly1305 v0.8.0
22622026-06-08T20:19:51.082Z Compiling derive_more v0.99.20
22632026-06-08T20:19:51.098Z Compiling slog-term v2.9.2
22642026-06-08T20:19:51.373Z Compiling async-stream v0.3.6
22652026-06-08T20:19:51.535Z Compiling test-strategy v0.4.5
22662026-06-08T20:19:51.589Z Compiling tough v0.22.0
22672026-06-08T20:19:51.631Z Compiling ingot-types v0.1.2
22682026-06-08T20:19:51.658Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-08T20:19:52.104Z Compiling ingot v0.1.1
22702026-06-08T20:19:52.208Z Compiling postcard v1.1.3
22712026-06-08T20:19:52.343Z Compiling slog-bunyan v2.5.0
22722026-06-08T20:19:52.534Z Compiling num_enum_derive v0.7.6
22732026-06-08T20:19:52.571Z Compiling async-compression v0.4.41
22742026-06-08T20:19:52.901Z Compiling parse-display-derive v0.10.0
22752026-06-08T20:19:53.069Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-08T20:19:53.310Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-08T20:19:53.366Z Compiling proc-macro-crate v1.3.1
22782026-06-08T20:19:53.423Z Compiling backon v1.6.0
22792026-06-08T20:19:53.442Z Compiling waitgroup v0.1.2
22802026-06-08T20:19:53.573Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-08T20:19:53.628Z Compiling password-hash v0.5.0
22822026-06-08T20:19:53.647Z Compiling chacha20 v0.9.1
22832026-06-08T20:19:53.701Z Compiling dropshot_endpoint v0.17.0
22842026-06-08T20:19:53.739Z Compiling rustls-pemfile v2.2.0
22852026-06-08T20:19:53.926Z Compiling blake2 v0.10.6
22862026-06-08T20:19:53.957Z Compiling aead v0.5.2
22872026-06-08T20:19:54.048Z Compiling foreign-types-macros v0.2.3
22882026-06-08T20:19:54.172Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-08T20:19:54.372Z Compiling serde_path_to_error v0.1.20
22902026-06-08T20:19:54.391Z Compiling hostname v0.4.2
22912026-06-08T20:19:54.452Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-08T20:19:54.585Z Compiling proc-macro-error v1.0.4
22932026-06-08T20:19:54.601Z Compiling instant v0.1.13
22942026-06-08T20:19:54.619Z Compiling foreign-types-shared v0.3.1
22952026-06-08T20:19:54.645Z Compiling cpufeatures v0.3.0
22962026-06-08T20:19:54.673Z Compiling typeid v1.0.3
22972026-06-08T20:19:54.700Z Compiling debug-ignore v1.0.5
22982026-06-08T20:19:54.740Z Compiling chacha20 v0.10.0
22992026-06-08T20:19:54.758Z Compiling foreign-types v0.5.0
23002026-06-08T20:19:54.762Z Compiling backoff v0.4.0
23012026-06-08T20:19:54.861Z Compiling parse-display v0.10.0
23022026-06-08T20:19:54.876Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23032026-06-08T20:19:54.896Z Compiling argon2 v0.5.3
23042026-06-08T20:19:54.913Z Compiling chacha20poly1305 v0.10.1
23052026-06-08T20:19:54.953Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-08T20:19:55.028Z Compiling num_enum_derive v0.5.11
23072026-06-08T20:19:55.031Z Compiling num_enum v0.7.6
23082026-06-08T20:19:55.069Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-06-08T20:19:55.103Z Compiling ciborium v0.2.2
23102026-06-08T20:19:55.200Z Compiling vsss-rs v3.3.4
23112026-06-08T20:19:55.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-08T20:19:55.499Z Compiling tabwriter v1.4.1
23132026-06-08T20:19:55.517Z Compiling regress v0.10.5
23142026-06-08T20:19:55.579Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-06-08T20:19:55.777Z Compiling byte-wrapper v0.1.0
23162026-06-08T20:19:55.859Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-08T20:19:55.890Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-08T20:19:55.924Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-08T20:19:55.956Z Compiling cstr-argument v0.1.2
23202026-06-08T20:19:55.988Z Compiling erased-serde v0.4.9
23212026-06-08T20:19:56.031Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-08T20:19:56.153Z Compiling humantime v2.3.0
23232026-06-08T20:19:56.272Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-08T20:19:56.345Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-08T20:19:56.362Z Compiling num_enum v0.5.11
23262026-06-08T20:19:56.526Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-08T20:19:56.551Z Compiling rand v0.10.0
23282026-06-08T20:19:56.617Z Compiling rayon v1.11.0
23292026-06-08T20:19:56.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-08T20:19:56.717Z Compiling colored v3.1.1
23312026-06-08T20:19:56.739Z Compiling libefi-sys v0.1.0
23322026-06-08T20:19:56.743Z Compiling indent_write v2.2.0
23332026-06-08T20:19:56.777Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-08T20:19:56.811Z Compiling zone_cfg_derive v0.3.1
23352026-06-08T20:19:56.920Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-08T20:19:57.048Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-08T20:19:57.082Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-08T20:19:57.255Z Compiling camino-tempfile v1.4.1
23392026-06-08T20:19:57.316Z Compiling itertools v0.12.1
23402026-06-08T20:19:57.352Z Compiling usdt-attr-macro v0.5.0
23412026-06-08T20:19:57.417Z Compiling usdt-macro v0.5.0
23422026-06-08T20:19:57.450Z Compiling num-derive v0.4.2
23432026-06-08T20:19:57.563Z Compiling bitfield-struct v0.6.2
23442026-06-08T20:19:57.604Z Compiling blake3 v1.8.3
23452026-06-08T20:19:57.707Z Compiling ordered-float v2.10.1
23462026-06-08T20:19:57.992Z Compiling sigpipe v0.1.3
23472026-06-08T20:19:58.023Z Compiling memmap v0.7.0
23482026-06-08T20:19:58.114Z Compiling glob v0.3.3
23492026-06-08T20:19:58.158Z Compiling swrite v0.1.0
23502026-06-08T20:19:58.177Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-06-08T20:19:58.220Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-08T20:19:58.290Z Compiling usdt v0.5.0
23532026-06-08T20:19:58.367Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23542026-06-08T20:19:58.426Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-08T20:19:58.577Z Compiling serde-value v0.7.0
23562026-06-08T20:19:58.835Z Compiling zone v0.3.1
23572026-06-08T20:19:58.851Z Compiling serde-untagged v0.1.9
23582026-06-08T20:19:58.869Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-08T20:19:58.996Z Compiling toml v0.8.23
23602026-06-08T20:19:59.067Z Compiling smf v0.2.3
23612026-06-08T20:19:59.100Z Compiling filetime v0.2.27
23622026-06-08T20:19:59.184Z Compiling arrayvec v0.7.6
23632026-06-08T20:19:59.200Z Compiling xattr v1.6.1
23642026-06-08T20:19:59.232Z Compiling whoami v1.6.1
23652026-06-08T20:19:59.314Z Compiling constant_time_eq v0.4.2
23662026-06-08T20:19:59.332Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-06-08T20:19:59.414Z Compiling arrayref v0.3.9
23682026-06-08T20:19:59.437Z Compiling unicode-xid v0.2.6
23692026-06-08T20:19:59.453Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-08T20:19:59.471Z Compiling tar v0.4.45
23712026-06-08T20:19:59.536Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-08T20:19:59.600Z Compiling cargo-util-schemas v0.8.2
23732026-06-08T20:19:59.696Z Compiling tokio-dtrace v0.1.1
23742026-06-08T20:19:59.817Z Compiling console v0.16.2
23752026-06-08T20:20:00.043Z Compiling gethostname v0.5.0
23762026-06-08T20:20:00.145Z Compiling cargo-platform v0.2.0
23772026-06-08T20:20:00.206Z Compiling topological-sort v0.2.2
23782026-06-08T20:20:00.234Z Compiling unit-prefix v0.5.2
23792026-06-08T20:20:00.286Z Compiling oxide-tokio-rt v0.1.4
23802026-06-08T20:20:00.407Z Compiling indicatif v0.18.4
23812026-06-08T20:20:00.420Z Compiling shell-words v1.1.1
23822026-06-08T20:20:00.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-06-08T20:20:00.886Z Compiling cargo_metadata v0.21.0
23842026-06-08T20:20:09.975Z Compiling progenitor-client v0.10.0
23852026-06-08T20:20:09.982Z Compiling omicron-zone-package v0.12.2
23862026-06-08T20:20:10.009Z Compiling progenitor-client v0.14.0
23872026-06-08T20:20:10.462Z Compiling progenitor-extras v0.2.0
23882026-06-08T20:20:12.775Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-08T20:20:12.848Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-06-08T20:20:12.987Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-08T20:20:13.010Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-08T20:20:13.031Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-08T20:20:13.052Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-08T20:20:13.067Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-08T20:20:13.089Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-08T20:20:13.347Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-08T20:20:17.124Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-08T20:20:24.855Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-08T20:20:27.890Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-08T20:20:28.854Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-08T20:20:38.563Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-08T20:20:38.714Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-08T20:20:38.779ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-08T20:20:38.782ZCreated new build target 'test' and set it as active
24052026-06-08T20:20:38.785Z
24062026-06-08T20:20:38.785Zreal 1:44.645404291
24072026-06-08T20:20:38.785Zuser 16:59.061187122
24082026-06-08T20:20:38.785Zsys 2:43.224357854
24092026-06-08T20:20:38.785Ztrap 0.454280661
24102026-06-08T20:20:38.785Ztflt 2.789189513
24112026-06-08T20:20:38.785Zdflt 4.357942199
24122026-06-08T20:20:38.785Zkflt 0.000760722
24132026-06-08T20:20:38.785Zlock 53:05.899392845
24142026-06-08T20:20:38.785Zslp 43:28.686205475
24152026-06-08T20:20:38.785Zlat 43.722806576
24162026-06-08T20:20:38.786Zstop 5:37.703839484
24172026-06-08T20:20:38.786Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-08T20:20:39.663Z Finished `release` profile [optimized] target(s) in 0.86s
24192026-06-08T20:20:39.736Z Running `target/release/omicron-package -t test package`
24202026-06-08T20:20:39.796ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-08T20:20:41.240Z Compiling heck v0.5.0
24222026-06-08T20:20:41.243Z Compiling regress v0.11.1
24232026-06-08T20:20:41.243Z Compiling unsafe-libyaml v0.2.11
24242026-06-08T20:20:41.501Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-08T20:20:41.538Z Compiling regress v0.10.5
24262026-06-08T20:20:41.555Z Compiling is-terminal v0.4.17
24272026-06-08T20:20:41.555Z Compiling unicode-width v0.1.14
24282026-06-08T20:20:41.595Z Compiling prettyplease v0.2.37
24292026-06-08T20:20:41.599Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-08T20:20:41.599Z Compiling bytecount v0.6.9
24312026-06-08T20:20:41.599Z Compiling rustls v0.22.4
24322026-06-08T20:20:41.599Z Compiling rustls-webpki v0.102.8
24332026-06-08T20:20:41.637Z Compiling derive-where v1.6.0
24342026-06-08T20:20:41.661Z Compiling thread_local v1.1.9
24352026-06-08T20:20:41.665Z Compiling match_cfg v0.1.0
24362026-06-08T20:20:41.747Z Compiling compression-core v0.4.31
24372026-06-08T20:20:41.750Z Compiling multer v3.1.0
24382026-06-08T20:20:41.817Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-08T20:20:41.841Z Compiling hostname v0.3.1
24402026-06-08T20:20:41.864Z Compiling slog-async v2.8.0
24412026-06-08T20:20:41.885Z Compiling crossbeam-channel v0.5.15
24422026-06-08T20:20:41.908Z Compiling slog-json v2.6.1
24432026-06-08T20:20:41.931Z Compiling compression-codecs v0.4.37
24442026-06-08T20:20:41.956Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-06-08T20:20:41.977Z Compiling serde_yaml v0.9.34+deprecated
24462026-06-08T20:20:41.981Z Compiling serde_spanned v1.0.4
24472026-06-08T20:20:42.019Z Compiling toml_writer v1.0.6+spec-1.1.0
24482026-06-08T20:20:42.043Z Compiling term v1.2.1
24492026-06-08T20:20:42.136Z Compiling take_mut v0.2.2
24502026-06-08T20:20:42.181Z Compiling async-compression v0.4.41
24512026-06-08T20:20:42.201Z Compiling slog-bunyan v2.5.0
24522026-06-08T20:20:42.285Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-08T20:20:42.368Z Compiling slog-term v2.9.2
24542026-06-08T20:20:42.399Z Compiling dropshot v0.17.0
24552026-06-08T20:20:42.421Z Compiling async-stream v0.3.6
24562026-06-08T20:20:42.467Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-06-08T20:20:42.535Z Compiling num-rational v0.4.2
24582026-06-08T20:20:42.563Z Compiling progenitor-client v0.14.0
24592026-06-08T20:20:42.625Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-06-08T20:20:42.647Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-06-08T20:20:42.708Z Compiling waitgroup v0.1.2
24622026-06-08T20:20:42.759Z Compiling backon v1.6.0
24632026-06-08T20:20:42.845Z Compiling rustls-pemfile v2.2.0
24642026-06-08T20:20:42.871Z Compiling num-complex v0.4.6
24652026-06-08T20:20:42.897Z Compiling serde_path_to_error v0.1.20
24662026-06-08T20:20:42.922Z Compiling hostname v0.4.2
24672026-06-08T20:20:42.927Z Compiling instant v0.1.13
24682026-06-08T20:20:42.927Z Compiling debug-ignore v1.0.5
24692026-06-08T20:20:42.990Z Compiling typify-impl v0.6.2
24702026-06-08T20:20:43.076Z Compiling backoff v0.4.0
24712026-06-08T20:20:43.097Z Compiling progenitor-extras v0.2.0
24722026-06-08T20:20:43.101Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-08T20:20:43.138Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-08T20:20:43.321Z Compiling num v0.4.3
24752026-06-08T20:20:43.344Z Compiling parse-display v0.10.0
24762026-06-08T20:20:43.369Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-08T20:20:43.386Z Compiling progenitor-client v0.10.0
24782026-06-08T20:20:43.428Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-08T20:20:43.450Z Compiling macaddr v1.0.1
24802026-06-08T20:20:43.475Z Compiling humantime v2.3.0
24812026-06-08T20:20:43.532Z Compiling float-ord v0.3.2
24822026-06-08T20:20:43.674Z Compiling console v0.15.11
24832026-06-08T20:20:43.724Z Compiling newline-converter v0.3.0
24842026-06-08T20:20:43.727Z Compiling atomicwrites v0.4.4
24852026-06-08T20:20:43.768Z Compiling slog-dtrace v0.3.0
24862026-06-08T20:20:43.854Z Compiling owo-colors v4.3.0
24872026-06-08T20:20:43.895Z Compiling resolv-conf v0.7.6
24882026-06-08T20:20:44.013Z Compiling tokio-rustls v0.25.0
24892026-06-08T20:20:44.069Z Compiling cancel-safe-futures v0.1.5
24902026-06-08T20:20:44.095Z Compiling expectorate v1.2.0
24912026-06-08T20:20:44.144Z Compiling toml v0.8.23
24922026-06-08T20:20:44.281Z Compiling libsw-core v0.3.2
24932026-06-08T20:20:44.408Z Compiling linked-hash-map v0.5.6
24942026-06-08T20:20:44.500Z Compiling libsw v3.5.0
24952026-06-08T20:20:44.528Z Compiling linear-map v1.2.0
24962026-06-08T20:20:44.658Z Compiling lru-cache v0.1.2
24972026-06-08T20:20:44.725Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-06-08T20:20:44.746Z Compiling minimal-lexical v0.2.1
24992026-06-08T20:20:44.778Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-08T20:20:44.799Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-08T20:20:44.832Z Compiling hickory-proto v0.24.4
25022026-06-08T20:20:44.835Z Compiling unicode-xid v0.2.6
25032026-06-08T20:20:44.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-06-08T20:20:45.015Z Compiling nom v7.1.3
25052026-06-08T20:20:45.043Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-08T20:20:45.094Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-08T20:20:45.277Z Compiling convert_case v0.10.0
25082026-06-08T20:20:45.572Z Compiling derive_more-impl v2.1.1
25092026-06-08T20:20:45.950Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-08T20:20:46.331Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-08T20:20:46.399Z Compiling derive_more v2.1.1
25122026-06-08T20:20:46.419Z Compiling papergrid v0.11.0
25132026-06-08T20:20:46.506Z Compiling tabled_derive v0.7.0
25142026-06-08T20:20:46.531Z Compiling termtree v0.5.1
25152026-06-08T20:20:46.584Z Compiling typify-macro v0.6.2
25162026-06-08T20:20:46.741Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-06-08T20:20:47.072Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25182026-06-08T20:20:47.352Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-08T20:20:47.405Z Compiling hickory-resolver v0.24.4
25202026-06-08T20:20:47.622Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-08T20:20:47.646Z Compiling tabled v0.15.0
25222026-06-08T20:20:47.840Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-08T20:20:48.119Z Compiling crossterm v0.29.0
25242026-06-08T20:20:48.143Z Compiling typify v0.6.2
25252026-06-08T20:20:48.475Z Compiling progenitor-impl v0.14.0
25262026-06-08T20:20:49.006Z Compiling qorb v0.4.1
25272026-06-08T20:20:50.660Z Compiling progenitor-macro v0.14.0
25282026-06-08T20:20:50.878Z Compiling phf_shared v0.12.1
25292026-06-08T20:20:51.063Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-08T20:20:51.135Z Compiling vte v0.14.1
25312026-06-08T20:20:51.397Z Compiling csv-core v0.1.13
25322026-06-08T20:20:51.695Z Compiling chrono-tz v0.10.4
25332026-06-08T20:20:51.832Z Compiling highway v1.3.0
25342026-06-08T20:20:51.963Z Compiling csv v1.4.0
25352026-06-08T20:20:52.593Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-08T20:20:52.787Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-06-08T20:20:52.947Z Compiling strip-ansi-escapes v0.2.1
25382026-06-08T20:20:53.024Z Compiling phf v0.12.1
25392026-06-08T20:20:53.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-06-08T20:20:53.237Z Compiling const_format_proc_macros v0.2.34
25412026-06-08T20:20:53.407Z Compiling fd-lock v4.0.4
25422026-06-08T20:20:53.527Z Compiling peg-macros v0.8.5
25432026-06-08T20:20:53.588Z Compiling nu-ansi-term v0.50.3
25442026-06-08T20:20:53.803Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-06-08T20:20:53.955Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-06-08T20:20:54.035Z Compiling const_format v0.2.35
25472026-06-08T20:20:54.150Z Compiling reedline v0.40.0
25482026-06-08T20:20:54.721Z Compiling progenitor v0.14.0
25492026-06-08T20:20:54.837Z Compiling peg v0.8.5
25502026-06-08T20:20:54.908Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-06-08T20:20:54.952Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-06-08T20:20:55.182Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-06-08T20:20:55.574Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-08T20:20:55.788Z Compiling bcs v0.1.6
25552026-06-08T20:20:56.003Z Compiling nom v8.0.0
25562026-06-08T20:20:56.224Z Compiling semver v0.1.20
25572026-06-08T20:20:56.518Z Compiling rustc_version v0.1.7
25582026-06-08T20:20:56.751Z Compiling newtype_derive v0.1.6
25592026-06-08T20:20:57.022Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-08T20:20:57.281Z Compiling smawk v0.3.2
25612026-06-08T20:20:57.479Z Compiling unicode-linebreak v0.1.5
25622026-06-08T20:20:57.805Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25632026-06-08T20:20:57.829Z Compiling textwrap v0.16.2
25642026-06-08T20:20:57.919Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-06-08T20:20:58.063Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-06-08T20:20:58.085Z Compiling base64 v0.21.7
25672026-06-08T20:20:58.290Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-08T20:20:58.369Z Compiling steno v0.4.1
25692026-06-08T20:20:58.638Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-08T20:20:58.701Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-08T20:20:58.738Z Compiling tagptr v0.2.0
25722026-06-08T20:20:58.835Z Compiling utf-8 v0.7.6
25732026-06-08T20:20:59.080Z Compiling moka v0.12.13
25742026-06-08T20:20:59.317Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-08T20:20:59.469Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-08T20:20:59.594Z Compiling tungstenite v0.21.0
25772026-06-08T20:20:59.616Z Compiling radium v0.7.0
25782026-06-08T20:20:59.651Z Compiling display-error-chain v0.2.2
25792026-06-08T20:20:59.842Z Compiling maybe-uninit v2.0.0
25802026-06-08T20:20:59.915Z Compiling tap v1.0.1
25812026-06-08T20:21:00.077Z Compiling wyz v0.5.1
25822026-06-08T20:21:00.220Z Compiling hickory-resolver v0.25.2
25832026-06-08T20:21:00.240Z Compiling tokio-tungstenite v0.21.0
25842026-06-08T20:21:00.364Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-06-08T20:21:00.537Z Compiling num-derive v0.3.3
25862026-06-08T20:21:00.654Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-08T20:21:01.341Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-08T20:21:01.466Z Compiling zerocopy-derive v0.6.6
25892026-06-08T20:21:01.708Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-08T20:21:02.129Z Compiling funty v2.0.0
25912026-06-08T20:21:02.254Z Compiling packed_struct v0.10.1
25922026-06-08T20:21:02.552Z Compiling crc-catalog v2.4.0
25932026-06-08T20:21:02.684Z Compiling crc v3.4.0
25942026-06-08T20:21:02.929Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-08T20:21:03.071Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25962026-06-08T20:21:03.107Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25972026-06-08T20:21:03.239Z Compiling bitvec v1.0.1
25982026-06-08T20:21:03.268Z Compiling zerocopy v0.6.6
25992026-06-08T20:21:03.659Z Compiling proc-macro-error2 v2.0.1
26002026-06-08T20:21:04.050Z Compiling libscf-sys v1.1.0
26012026-06-08T20:21:04.237Z Compiling packed_struct_codegen v0.10.1
26022026-06-08T20:21:04.260Z Compiling vergen-lib v0.1.6
26032026-06-08T20:21:04.497Z Compiling bitfield-macros v0.19.4
26042026-06-08T20:21:04.551Z Compiling indexmap v1.9.3
26052026-06-08T20:21:04.786Z Compiling nodrop v0.1.14
26062026-06-08T20:21:04.921Z Compiling array-init v0.0.4
26072026-06-08T20:21:05.115Z Compiling smallvec v0.6.14
26082026-06-08T20:21:05.198Z Compiling bitfield v0.19.4
26092026-06-08T20:21:05.317Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-06-08T20:21:05.389Z Compiling tabled_derive v0.11.0
26112026-06-08T20:21:05.567Z Compiling papergrid v0.17.0
26122026-06-08T20:21:05.686Z Compiling testing_table v0.3.0
26132026-06-08T20:21:06.011Z Compiling vergen-gitcl v1.0.8
26142026-06-08T20:21:06.128Z Compiling dirs-sys-next v0.1.2
26152026-06-08T20:21:06.192Z Compiling crunchy v0.2.4
26162026-06-08T20:21:06.240Z Compiling diesel_derives v2.3.7
26172026-06-08T20:21:06.297Z Compiling hashbrown v0.12.3
26182026-06-08T20:21:06.408Z Compiling maplit v1.0.2
26192026-06-08T20:21:06.456Z Compiling glob v0.3.3
26202026-06-08T20:21:06.531Z Compiling dirs-next v2.0.0
26212026-06-08T20:21:06.553Z Compiling serde-hex v0.1.0
26222026-06-08T20:21:06.607Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-08T20:21:06.768Z Compiling tabled v0.20.0
26242026-06-08T20:21:06.789Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-08T20:21:06.824Z Compiling clang-sys v1.8.1
26262026-06-08T20:21:06.909Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26272026-06-08T20:21:07.036Z Compiling ron v0.8.1
26282026-06-08T20:21:07.039Z Compiling hashbrown v0.13.2
26292026-06-08T20:21:07.220Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-08T20:21:07.542Z Compiling scheduled-thread-pool v0.2.7
26312026-06-08T20:21:07.704Z Compiling dsl_auto_type v0.2.0
26322026-06-08T20:21:08.149Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-08T20:21:08.255Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-08T20:21:08.386Z Compiling tiny-keccak v2.0.2
26352026-06-08T20:21:08.488Z Compiling crc-any v2.5.0
26362026-06-08T20:21:08.706Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-08T20:21:08.729Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-06-08T20:21:08.932Z Compiling r2d2 v0.8.10
26392026-06-08T20:21:09.199Z Compiling object v0.30.4
26402026-06-08T20:21:09.417Z Compiling term v0.7.0
26412026-06-08T20:21:09.543Z Compiling bit-vec v0.6.3
26422026-06-08T20:21:09.578Z Compiling path-slash v0.1.5
26432026-06-08T20:21:09.777Z Compiling downcast-rs v2.0.2
26442026-06-08T20:21:09.798Z Compiling xshell-macros v0.2.7
26452026-06-08T20:21:09.801Z Compiling bit-set v0.5.3
26462026-06-08T20:21:09.939Z Compiling ascii-canvas v3.0.0
26472026-06-08T20:21:10.199Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-08T20:21:10.224Z Compiling xshell v0.2.7
26492026-06-08T20:21:10.260Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-08T20:21:10.727Z Compiling itertools v0.10.5
26512026-06-08T20:21:11.234Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-08T20:21:11.534Z Compiling ena v0.14.4
26532026-06-08T20:21:11.780Z Compiling libloading v0.8.9
26542026-06-08T20:21:11.836Z Compiling regex-syntax v0.6.29
26552026-06-08T20:21:12.017Z Compiling unicase v2.9.0
26562026-06-08T20:21:12.326Z Compiling crc8 v0.1.1
26572026-06-08T20:21:12.474Z Compiling bindgen v0.71.1
26582026-06-08T20:21:12.495Z Compiling diff v0.1.13
26592026-06-08T20:21:12.801Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-08T20:21:12.837Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-08T20:21:13.042Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-08T20:21:13.344Z Compiling diesel v2.3.7
26632026-06-08T20:21:13.649Z Compiling lalrpop v0.19.12
26642026-06-08T20:21:13.799Z Compiling cexpr v0.6.0
26652026-06-08T20:21:14.037Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-08T20:21:14.061Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-08T20:21:14.117Z Compiling rustc-hash v2.1.1
26682026-06-08T20:21:14.244Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-08T20:21:14.330Z Compiling headers-core v0.3.0
26702026-06-08T20:21:14.395Z Compiling libxml v0.3.3
26712026-06-08T20:21:14.455Z Compiling headers v0.4.1
26722026-06-08T20:21:14.529Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-08T20:21:14.586Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-08T20:21:14.766Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-08T20:21:14.887Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-08T20:21:15.152Z Compiling git-stub v1.0.0
26772026-06-08T20:21:15.350Z Compiling strum_macros v0.24.3
26782026-06-08T20:21:15.414Z Compiling indoc v1.0.9
26792026-06-08T20:21:15.751Z Compiling git-stub-vcs v0.1.0
26802026-06-08T20:21:15.860Z Compiling progenitor-impl v0.13.0
26812026-06-08T20:21:16.114Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-08T20:21:16.137Z Compiling derive_builder v0.20.2
26832026-06-08T20:21:16.315Z Compiling quick-xml v0.37.5
26842026-06-08T20:21:16.349Z Compiling oso-derive v0.27.3
26852026-06-08T20:21:16.596Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-08T20:21:16.856Z Compiling openssl-probe v0.1.6
26872026-06-08T20:21:16.988Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-08T20:21:17.182Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-08T20:21:17.252Z Compiling progenitor-client v0.13.0
26902026-06-08T20:21:17.741Z Compiling half v1.8.3
26912026-06-08T20:21:17.764Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-08T20:21:17.811Z Compiling bb8 v0.8.6
26932026-06-08T20:21:17.944Z Compiling trait-variant v0.1.2
26942026-06-08T20:21:17.996Z Compiling serde_cbor v0.11.2
26952026-06-08T20:21:18.085Z Compiling progenitor-macro v0.13.0
26962026-06-08T20:21:18.241Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-08T20:21:18.247Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-08T20:21:18.507Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-08T20:21:18.581Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-08T20:21:18.831Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-08T20:21:18.955Z Compiling samael v0.0.19
27022026-06-08T20:21:19.008Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-08T20:21:19.066Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-08T20:21:19.117Z Compiling typify-impl v0.4.3
27052026-06-08T20:21:19.190Z Compiling fxhash v0.2.1
27062026-06-08T20:21:19.350Z Compiling libz-sys v1.1.24
27072026-06-08T20:21:19.750Z Compiling salty v0.3.0
27082026-06-08T20:21:20.036Z Compiling nonempty v0.12.0
27092026-06-08T20:21:20.453Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-08T20:21:20.457Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-08T20:21:20.530Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-08T20:21:20.654Z Compiling kstat-rs v0.2.4
27132026-06-08T20:21:20.709Z Compiling arc-swap v1.8.2
27142026-06-08T20:21:21.088Z Compiling fs-err v2.11.0
27152026-06-08T20:21:21.193Z Compiling polar-core v0.27.3
27162026-06-08T20:21:21.390Z Compiling mime_guess v2.0.5
27172026-06-08T20:21:21.483Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-08T20:21:21.932Z Compiling slog-scope v4.4.1
27192026-06-08T20:21:22.204Z Compiling progenitor v0.13.0
27202026-06-08T20:21:22.395Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27212026-06-08T20:21:22.417Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-06-08T20:21:22.544Z Compiling typify-macro v0.4.3
27232026-06-08T20:21:23.607Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-08T20:21:23.709Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-08T20:21:23.806Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-08T20:21:24.107Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-08T20:21:24.135Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-08T20:21:24.411Z Compiling nanorand v0.7.0
27292026-06-08T20:21:24.575Z Compiling darling_core v0.23.0
27302026-06-08T20:21:24.792Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-08T20:21:25.041Z Compiling parking_lot_core v0.8.6
27322026-06-08T20:21:25.151Z Compiling flume v0.11.1
27332026-06-08T20:21:25.367Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27342026-06-08T20:21:25.548Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-08T20:21:26.745Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-08T20:21:26.805Z Compiling slog-stdlog v4.1.1
27372026-06-08T20:21:26.826Z Compiling darling_macro v0.23.0
27382026-06-08T20:21:27.339Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-08T20:21:27.425Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-08T20:21:28.966Z Compiling primeorder v0.13.6
27412026-06-08T20:21:28.969Z Compiling atty v0.2.14
27422026-06-08T20:21:28.969Z Compiling strsim v0.10.0
27432026-06-08T20:21:28.969Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-06-08T20:21:28.969Z Compiling http-range v0.1.5
27452026-06-08T20:21:28.969Z Compiling parse-size v1.1.0
27462026-06-08T20:21:29.097Z Compiling instability v0.3.11
27472026-06-08T20:21:29.117Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-08T20:21:29.299Z Compiling darling_core v0.13.4
27492026-06-08T20:21:29.361Z Compiling p384 v0.13.1
27502026-06-08T20:21:30.946Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-08T20:21:32.414Z Compiling oso v0.27.3
27522026-06-08T20:21:33.438Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-08T20:21:33.592Z Compiling async-bb8-diesel v0.2.1
27542026-06-08T20:21:33.915Z Compiling diesel-dtrace v0.5.0
27552026-06-08T20:21:34.033Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-08T20:21:34.876Z Compiling darling v0.23.0
27572026-06-08T20:21:35.165Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-06-08T20:21:35.375Z Compiling slog-envlogger v2.2.0
27592026-06-08T20:21:35.770Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-08T20:21:36.547Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-08T20:21:37.300Z Compiling typify v0.4.3
27622026-06-08T20:21:37.445Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-08T20:21:37.804Z Compiling ignore v0.4.25
27642026-06-08T20:21:38.862Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-08T20:21:39.246Z Compiling vergen-git2 v9.1.0
27662026-06-08T20:21:39.478Z Compiling castaway v0.2.4
27672026-06-08T20:21:39.650Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-08T20:21:39.883Z Compiling indoc v2.0.7
27692026-06-08T20:21:40.366Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-08T20:21:40.455Z Compiling compact_str v0.8.1
27712026-06-08T20:21:40.849Z Compiling globwalk v0.9.1
27722026-06-08T20:21:41.040Z Compiling progenitor-impl v0.11.2
27732026-06-08T20:21:41.064Z Compiling parking_lot v0.11.2
27742026-06-08T20:21:41.277Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27752026-06-08T20:21:41.530Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-08T20:21:41.594Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-06-08T20:21:41.997Z Compiling hyper-staticfile v0.10.1
27782026-06-08T20:21:42.153Z Compiling darling_macro v0.13.4
27792026-06-08T20:21:42.788Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-08T20:21:42.810Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-08T20:21:42.964Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-08T20:21:43.230Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27832026-06-08T20:21:43.249Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27842026-06-08T20:21:43.440Z Compiling predicates-tree v1.0.13
27852026-06-08T20:21:43.470Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-08T20:21:43.621Z Compiling unicode-truncate v1.1.0
27872026-06-08T20:21:43.704Z Compiling lru v0.12.5
27882026-06-08T20:21:43.839Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-08T20:21:43.912Z Compiling rand_seeder v0.4.0
27902026-06-08T20:21:43.936Z Compiling prefix-trie v0.7.0
27912026-06-08T20:21:44.177Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-08T20:21:44.389Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-08T20:21:44.413Z Compiling rustls v0.21.12
27942026-06-08T20:21:44.440Z Compiling corncobs v0.1.4
27952026-06-08T20:21:44.651Z Compiling illumos-nvpair-sys v0.2.0
27962026-06-08T20:21:44.675Z Compiling cassowary v0.3.0
27972026-06-08T20:21:44.722Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-06-08T20:21:44.766Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-06-08T20:21:44.796Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-08T20:21:44.908Z Compiling hickory-server v0.25.2
28012026-06-08T20:21:45.109Z Compiling ratatui v0.29.0
28022026-06-08T20:21:45.132Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-08T20:21:45.375Z Compiling camino-tempfile-ext v0.3.3
28042026-06-08T20:21:45.447Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-08T20:21:45.473Z Compiling progenitor-macro v0.11.2
28062026-06-08T20:21:46.017Z Compiling darling v0.13.4
28072026-06-08T20:21:46.267Z Compiling sled v0.34.7
28082026-06-08T20:21:47.323Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-08T20:21:48.713Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-08T20:21:49.483Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-08T20:21:49.617Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-08T20:21:49.953Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-06-08T20:21:50.182Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-06-08T20:21:50.413Z Compiling progenitor-client v0.11.2
28152026-06-08T20:21:50.416Z Compiling rustls-webpki v0.101.7
28162026-06-08T20:21:50.536Z Compiling sct v0.7.1
28172026-06-08T20:21:50.693Z Compiling git2 v0.20.4
28182026-06-08T20:21:50.845Z Compiling secrecy v0.8.0
28192026-06-08T20:21:50.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-08T20:21:52.191Z Compiling progenitor v0.11.2
28212026-06-08T20:21:52.454Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-08T20:21:52.786Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-08T20:21:53.852Z Compiling serde_with_macros v1.5.2
28242026-06-08T20:21:53.946Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-08T20:21:54.666Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-06-08T20:21:54.724Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-06-08T20:21:54.944Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-08T20:21:56.273Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-08T20:21:56.340Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-08T20:21:56.416Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-06-08T20:21:56.638Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28322026-06-08T20:21:56.876Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-06-08T20:21:57.097Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-06-08T20:21:57.201Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-06-08T20:21:57.322Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-06-08T20:21:57.545Z Compiling void v1.0.2
28372026-06-08T20:21:57.701Z Compiling lzss v0.8.2
28382026-06-08T20:21:58.179Z Compiling illumos-nvpair v0.3.0
28392026-06-08T20:21:58.709Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-06-08T20:21:58.732Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-08T20:21:59.946Z Compiling serde_with v1.14.0
28422026-06-08T20:22:00.861Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-08T20:22:01.121Z Compiling tokio-rustls v0.24.1
28442026-06-08T20:22:01.404Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-08T20:22:01.586Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-06-08T20:22:01.689Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28472026-06-08T20:22:01.735Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-08T20:22:02.442Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-08T20:22:02.704Z Compiling tungstenite v0.23.0
28502026-06-08T20:22:03.233Z Compiling rustls-pemfile v1.0.4
28512026-06-08T20:22:03.392Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-08T20:22:03.670Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-06-08T20:22:03.930Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28542026-06-08T20:22:03.933Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-08T20:22:04.168Z Compiling nix v0.27.1
28562026-06-08T20:22:05.064Z Compiling twox-hash v2.1.2
28572026-06-08T20:22:05.353Z Compiling serde_bytes v0.11.19
28582026-06-08T20:22:05.544Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28592026-06-08T20:22:05.616Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28602026-06-08T20:22:05.651Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28612026-06-08T20:22:06.061Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-06-08T20:22:06.333Z Compiling tokio-tungstenite v0.23.1
28632026-06-08T20:22:06.712Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-08T20:22:06.738Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-08T20:22:08.547Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-08T20:22:09.660Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-08T20:22:09.976Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-08T20:22:10.333Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-08T20:22:10.393Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-08T20:22:10.788Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-06-08T20:22:10.897Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-06-08T20:22:11.225Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-06-08T20:22:11.633Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-08T20:22:12.053Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-08T20:22:13.814Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-08T20:22:14.785Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-06-08T20:22:14.948Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-06-08T20:22:15.435Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-06-08T20:22:16.663Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-08T20:22:16.867Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28812026-06-08T20:22:17.514Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-06-08T20:22:17.781Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-08T20:22:17.998Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-06-08T20:22:18.241Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-06-08T20:22:18.498Z Compiling signal-hook-tokio v0.3.1
28862026-06-08T20:22:18.521Z Compiling fatfs v0.3.6
28872026-06-08T20:22:18.681Z Compiling yasna v0.5.2
28882026-06-08T20:22:18.854Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-08T20:22:19.159Z Compiling assert_matches v1.5.0
28902026-06-08T20:22:19.269Z Compiling is_ci v1.2.0
28912026-06-08T20:22:19.514Z Compiling seq-macro v0.3.6
28922026-06-08T20:22:19.751Z Compiling supports-color v3.0.2
28932026-06-08T20:22:20.001Z Compiling rcgen v0.12.1
28942026-06-08T20:22:20.036Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-08T20:22:20.193Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-08T20:22:20.845Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-08T20:22:21.047Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-06-08T20:22:21.292Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-06-08T20:22:21.432Z Compiling rtoolbox v0.0.3
29002026-06-08T20:22:21.533Z Compiling subprocess v0.2.15
29012026-06-08T20:22:21.719Z Compiling rpassword v7.4.0
29022026-06-08T20:22:22.010Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-08T20:22:22.605Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-08T20:22:24.223Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052026-06-08T20:22:24.374Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-06-08T20:22:24.623Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29072026-06-08T20:22:24.769Z Compiling tui-tree-widget v0.23.1
29082026-06-08T20:22:24.843Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-08T20:22:25.061Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-08T20:22:25.596Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-08T20:22:26.853Z Compiling uzers v0.12.2
29122026-06-08T20:22:27.099Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-08T20:22:28.179Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-08T20:22:29.317Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-08T20:22:30.388Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-08T20:22:33.155Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-06-08T20:22:34.411Z Compiling support-bundle-viewer v0.1.2
29182026-06-08T20:22:35.395Z Compiling multimap v0.10.1
29192026-06-08T20:22:40.239Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29202026-06-08T20:22:49.779Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29212026-06-08T20:22:55.948Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29222026-06-08T20:22:56.245Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-08T20:22:59.133Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-08T20:30:06.055Z Finished `release` profile [optimized] target(s) in 9m 26s
29252026-06-08T20:30:52.861Z
29262026-06-08T20:30:52.861Zreal 10:14.043077772
29272026-06-08T20:30:52.861Zuser 1:20:40.292247546
29282026-06-08T20:30:52.861Zsys 3:40.548034657
29292026-06-08T20:30:52.891Ztrap 1.764927661
29302026-06-08T20:30:52.891Ztflt 2.645356835
29312026-06-08T20:30:52.891Zdflt 17.704157898
29322026-06-08T20:30:52.891Zkflt 0.006110797
29332026-06-08T20:30:52.891Zlock 7:25:48.179694195
29342026-06-08T20:30:52.891Zslp 2:20:24.759173621
29352026-06-08T20:30:52.893Zlat 2:29.880176104
29362026-06-08T20:30:52.893Zstop 5:34.611931542
29372026-06-08T20:30:52.894Z+ mapfile -t packages
29382026-06-08T20:30:52.894Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-08T20:30:53.812Z Finished `release` profile [optimized] target(s) in 0.94s
29402026-06-08T20:30:53.886Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-08T20:30:53.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-08T20:30:53.986Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-08T20:30:54.494Z Compiling libc v0.2.185
29442026-06-08T20:30:54.494Z Compiling serde v1.0.228
29452026-06-08T20:30:54.505Z Compiling serde_core v1.0.228
29462026-06-08T20:30:54.507Z Compiling rustix v1.1.3
29472026-06-08T20:30:54.507Z Compiling serde_json v1.0.149
29482026-06-08T20:30:54.507Z Compiling bitflags v2.11.0
29492026-06-08T20:30:54.612Z Compiling num-traits v0.2.19
29502026-06-08T20:30:54.633Z Compiling syn v2.0.117
29512026-06-08T20:30:54.709Z Compiling smallvec v1.15.1
29522026-06-08T20:30:54.739Z Compiling indexmap v2.14.0
29532026-06-08T20:30:54.761Z Compiling usdt-impl v0.5.0
29542026-06-08T20:30:54.802Z Compiling syn v1.0.109
29552026-06-08T20:30:54.802Z Compiling percent-encoding v2.3.2
29562026-06-08T20:30:54.802Z Compiling log v0.4.29
29572026-06-08T20:30:54.923Z Compiling getrandom v0.4.1
29582026-06-08T20:30:54.991Z Compiling form_urlencoded v1.2.2
29592026-06-08T20:30:55.018Z Compiling fs-err v3.3.0
29602026-06-08T20:30:55.139Z Compiling anyhow v1.0.102
29612026-06-08T20:30:55.173Z Compiling heck v0.4.1
29622026-06-08T20:30:55.192Z Compiling once_cell v1.21.3
29632026-06-08T20:30:55.412Z Compiling thread-id v4.2.2
29642026-06-08T20:30:55.431Z Compiling errno v0.3.14
29652026-06-08T20:30:55.467Z Compiling memmap v0.7.0
29662026-06-08T20:30:55.682Z Compiling ordered-float v2.10.1
29672026-06-08T20:30:56.268Z Compiling proc-macro-error v1.0.4
29682026-06-08T20:31:00.202Z Compiling terminal_size v0.4.3
29692026-06-08T20:31:00.202Z Compiling tempfile v3.25.0
29702026-06-08T20:31:00.401Z Compiling tabled_derive v0.7.0
29712026-06-08T20:31:00.401Z Compiling clap_builder v4.6.0
29722026-06-08T20:31:00.401Z Compiling textwrap v0.16.2
29732026-06-08T20:31:00.401Z Compiling camino-tempfile v1.4.1
29742026-06-08T20:31:00.401Z Compiling tabled v0.15.0
29752026-06-08T20:31:00.401Z Compiling synstructure v0.13.2
29762026-06-08T20:31:00.401Z Compiling pest_generator v2.8.6
29772026-06-08T20:31:00.449Z Compiling serde_derive v1.0.228
29782026-06-08T20:31:00.449Z Compiling zerovec-derive v0.11.2
29792026-06-08T20:31:00.450Z Compiling displaydoc v0.2.5
29802026-06-08T20:31:00.450Z Compiling thiserror-impl v1.0.69
29812026-06-08T20:31:00.450Z Compiling zerocopy-derive v0.7.35
29822026-06-08T20:31:00.450Z Compiling scroll_derive v0.12.1
29832026-06-08T20:31:00.450Z Compiling thiserror-impl v2.0.18
29842026-06-08T20:31:00.450Z Compiling clap_derive v4.6.1
29852026-06-08T20:31:00.450Z Compiling zerofrom-derive v0.1.6
29862026-06-08T20:31:00.450Z Compiling yoke-derive v0.8.1
29872026-06-08T20:31:00.450Z Compiling pest_derive v2.8.6
29882026-06-08T20:31:00.450Z Compiling scroll v0.12.0
29892026-06-08T20:31:00.450Z Compiling zerocopy v0.7.35
29902026-06-08T20:31:00.450Z Compiling goblin v0.8.2
29912026-06-08T20:31:00.450Z Compiling zerofrom v0.1.6
29922026-06-08T20:31:00.450Z Compiling thiserror v1.0.69
29932026-06-08T20:31:00.450Z Compiling yoke v0.8.1
29942026-06-08T20:31:00.451Z Compiling dtrace-parser v0.2.0
29952026-06-08T20:31:00.451Z Compiling thiserror v2.0.18
29962026-06-08T20:31:00.451Z Compiling zerovec v0.11.5
29972026-06-08T20:31:00.451Z Compiling zerotrie v0.2.3
29982026-06-08T20:31:00.451Z Compiling clap v4.6.1
29992026-06-08T20:31:00.451Z Compiling tinystr v0.8.2
30002026-06-08T20:31:00.451Z Compiling icu_locale_core v2.1.1
30012026-06-08T20:31:00.466Z Compiling potential_utf v0.1.4
30022026-06-08T20:31:00.666Z Compiling icu_provider v2.1.1
30032026-06-08T20:31:00.715Z Compiling icu_collections v2.1.1
30042026-06-08T20:31:00.931Z Compiling serde_spanned v0.6.9
30052026-06-08T20:31:01.029Z Compiling toml_datetime v0.6.11
30062026-06-08T20:31:01.096Z Compiling icu_normalizer v2.1.1
30072026-06-08T20:31:01.135Z Compiling icu_properties v2.1.2
30082026-06-08T20:31:01.210Z Compiling dof v0.3.0
30092026-06-08T20:31:01.360Z Compiling toml_edit v0.22.27
30102026-06-08T20:31:01.405Z Compiling serde_tokenstream v0.2.3
30112026-06-08T20:31:01.480Z Compiling serde-value v0.7.0
30122026-06-08T20:31:01.574Z Compiling cargo-platform v0.2.0
30132026-06-08T20:31:01.623Z Compiling macaddr v1.0.1
30142026-06-08T20:31:02.034Z Compiling idna_adapter v1.2.1
30152026-06-08T20:31:02.076Z Compiling usdt-attr-macro v0.5.0
30162026-06-08T20:31:02.094Z Compiling usdt-macro v0.5.0
30172026-06-08T20:31:02.201Z Compiling idna v1.1.0
30182026-06-08T20:31:02.536Z Compiling url v2.5.8
30192026-06-08T20:31:02.746Z Compiling usdt v0.5.0
30202026-06-08T20:31:02.966Z Compiling toml v0.8.23
30212026-06-08T20:31:03.412Z Compiling cargo-util-schemas v0.8.2
30222026-06-08T20:31:03.413Z Compiling cargo_toml v0.21.0
30232026-06-08T20:31:04.444Z Compiling cargo_metadata v0.21.0
30242026-06-08T20:31:07.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-08T20:31:10.517Z Finished `release` profile [optimized] target(s) in 16.55s
30262026-06-08T20:31:10.684Z
30272026-06-08T20:31:10.684Zreal 16.695837016
30282026-06-08T20:31:10.684Zuser 2:22.185509495
30292026-06-08T20:31:10.684Zsys 17.315493765
30302026-06-08T20:31:10.684Ztrap 0.092219804
30312026-06-08T20:31:10.688Ztflt 0.483816513
30322026-06-08T20:31:10.689Zdflt 1.447598255
30332026-06-08T20:31:10.689Zkflt 0.000175517
30342026-06-08T20:31:10.689Zlock 5:25.089967750
30352026-06-08T20:31:10.689Zslp 3:27.458796294
30362026-06-08T20:31:10.689Zlat 6.920630665
30372026-06-08T20:31:10.689Zstop 22.598950379
30382026-06-08T20:31:10.689Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-08T20:31:10.689Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-08T20:31:10.690Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-08T20:31:10.690Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-08T20:31:10.690Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-08T20:31:11.624Z Compiling progenitor-client v0.14.0
30442026-06-08T20:31:11.624Z Compiling newtype-uuid-macros v0.1.0
30452026-06-08T20:31:11.624Z Compiling structmeta-derive v0.3.0
30462026-06-08T20:31:11.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-08T20:31:11.637Z Compiling rustls v0.22.4
30482026-06-08T20:31:11.637Z Compiling rustls-webpki v0.102.8
30492026-06-08T20:31:11.637Z Compiling multer v3.1.0
30502026-06-08T20:31:11.638Z Compiling match_cfg v0.1.0
30512026-06-08T20:31:11.638Z Compiling compression-core v0.4.31
30522026-06-08T20:31:11.773Z Compiling debug-ignore v1.0.5
30532026-06-08T20:31:11.779Z Compiling slog-json v2.6.1
30542026-06-08T20:31:11.779Z Compiling async-stream-impl v0.3.6
30552026-06-08T20:31:11.841Z Compiling serde_spanned v1.0.4
30562026-06-08T20:31:11.846Z Compiling toml_datetime v1.0.0+spec-1.1.0
30572026-06-08T20:31:11.846Z Compiling dropshot v0.17.0
30582026-06-08T20:31:11.846Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-06-08T20:31:11.867Z Compiling hostname v0.3.1
30602026-06-08T20:31:11.976Z Compiling compression-codecs v0.4.37
30612026-06-08T20:31:12.025Z Compiling slog-bunyan v2.5.0
30622026-06-08T20:31:12.081Z Compiling itertools v0.14.0
30632026-06-08T20:31:12.084Z Compiling waitgroup v0.1.2
30642026-06-08T20:31:12.139Z Compiling rustls-pemfile v2.2.0
30652026-06-08T20:31:12.173Z Compiling toml v1.0.6+spec-1.1.0
30662026-06-08T20:31:12.191Z Compiling async-compression v0.4.41
30672026-06-08T20:31:12.252Z Compiling dropshot_endpoint v0.17.0
30682026-06-08T20:31:12.290Z Compiling hostname v0.4.2
30692026-06-08T20:31:12.295Z Compiling serde_path_to_error v0.1.20
30702026-06-08T20:31:12.312Z Compiling regress v0.10.5
30712026-06-08T20:31:12.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-08T20:31:12.368Z Compiling macaddr v1.0.1
30732026-06-08T20:31:12.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-08T20:31:12.426Z Compiling async-stream v0.3.6
30752026-06-08T20:31:12.549Z Compiling instant v0.1.13
30762026-06-08T20:31:12.566Z Compiling backon v1.6.0
30772026-06-08T20:31:12.609Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-06-08T20:31:12.632Z Compiling progenitor-client v0.10.0
30792026-06-08T20:31:12.650Z Compiling backoff v0.4.0
30802026-06-08T20:31:12.677Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-08T20:31:12.695Z Compiling humantime v2.3.0
30822026-06-08T20:31:12.804Z Compiling progenitor-extras v0.2.0
30832026-06-08T20:31:12.824Z Compiling universal-hash v0.5.1
30842026-06-08T20:31:12.858Z Compiling opaque-debug v0.3.1
30852026-06-08T20:31:12.877Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30862026-06-08T20:31:12.897Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30872026-06-08T20:31:12.916Z Compiling half v2.7.1
30882026-06-08T20:31:12.955Z Compiling crucible-workspace-hack v0.1.0
30892026-06-08T20:31:12.973Z Compiling ciborium-io v0.2.2
30902026-06-08T20:31:12.992Z Compiling convert_case v0.4.0
30912026-06-08T20:31:13.012Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30922026-06-08T20:31:13.036Z Compiling aead v0.5.2
30932026-06-08T20:31:13.079Z Compiling secrecy v0.10.3
30942026-06-08T20:31:13.098Z Compiling poly1305 v0.8.0
30952026-06-08T20:31:13.102Z Compiling chacha20 v0.9.1
30962026-06-08T20:31:13.198Z Compiling ciborium-ll v0.2.2
30972026-06-08T20:31:13.217Z Compiling structmeta v0.3.0
30982026-06-08T20:31:13.269Z Compiling regress v0.11.1
30992026-06-08T20:31:13.283Z Compiling unsafe-libyaml v0.2.11
31002026-06-08T20:31:13.299Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31012026-06-08T20:31:13.339Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31022026-06-08T20:31:13.400Z Compiling derive_more v0.99.20
31032026-06-08T20:31:13.420Z Compiling ciborium v0.2.2
31042026-06-08T20:31:13.420Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31052026-06-08T20:31:13.458Z Compiling thiserror-impl-no-std v2.0.2
31062026-06-08T20:31:13.488Z Compiling derive-ex v0.1.8
31072026-06-08T20:31:13.532Z Compiling parse-display-derive v0.10.0
31082026-06-08T20:31:13.564Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-08T20:31:13.605Z Compiling byte-wrapper v0.1.0
31102026-06-08T20:31:13.696Z Compiling password-hash v0.5.0
31112026-06-08T20:31:13.787Z Compiling blake2 v0.10.6
31122026-06-08T20:31:13.886Z Compiling serde_yaml v0.9.34+deprecated
31132026-06-08T20:31:13.978Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31142026-06-08T20:31:14.044Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-08T20:31:14.062Z Compiling argon2 v0.5.3
31162026-06-08T20:31:14.083Z Compiling chacha20poly1305 v0.10.1
31172026-06-08T20:31:14.131Z Compiling indent_write v2.2.0
31182026-06-08T20:31:14.149Z Compiling heapless v0.8.0
31192026-06-08T20:31:14.260Z Compiling toml_edit v0.23.10+spec-1.0.0
31202026-06-08T20:31:14.293Z Compiling ingot-macros v0.1.1
31212026-06-08T20:31:14.329Z Compiling tokio-rustls v0.25.0
31222026-06-08T20:31:14.380Z Compiling tabwriter v1.4.1
31232026-06-08T20:31:14.468Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-08T20:31:14.697Z Compiling thiserror-no-std v2.0.2
31252026-06-08T20:31:14.770Z Compiling hash32 v0.3.1
31262026-06-08T20:31:14.810Z Compiling vsss-rs v3.3.4
31272026-06-08T20:31:14.836Z Compiling typify-impl v0.6.2
31282026-06-08T20:31:14.960Z Compiling proc-macro-crate v3.4.0
31292026-06-08T20:31:15.229Z Compiling test-strategy v0.4.5
31302026-06-08T20:31:15.283Z Compiling smoltcp v0.11.0
31312026-06-08T20:31:15.307Z Compiling parse-display v0.10.0
31322026-06-08T20:31:15.374Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-06-08T20:31:15.549Z Compiling num_enum_derive v0.7.6
31342026-06-08T20:31:15.603Z Compiling num-rational v0.4.2
31352026-06-08T20:31:15.642Z Compiling cobs v0.3.0
31362026-06-08T20:31:15.683Z Compiling num-complex v0.4.6
31372026-06-08T20:31:15.707Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31382026-06-08T20:31:15.836Z Compiling colored v3.1.1
31392026-06-08T20:31:15.867Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-08T20:31:15.886Z Compiling postcard v1.1.3
31412026-06-08T20:31:15.908Z Compiling proc-macro-error v1.0.4
31422026-06-08T20:31:16.041Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-06-08T20:31:16.116Z Compiling num v0.4.3
31442026-06-08T20:31:16.166Z Compiling proc-macro-crate v1.3.1
31452026-06-08T20:31:16.247Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462026-06-08T20:31:16.266Z Compiling atomicwrites v0.4.4
31472026-06-08T20:31:16.287Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-08T20:31:16.291Z Compiling foreign-types-macros v0.2.3
31492026-06-08T20:31:16.291Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-08T20:31:16.442Z Compiling cpufeatures v0.3.0
31512026-06-08T20:31:16.498Z Compiling foreign-types-shared v0.3.1
31522026-06-08T20:31:16.545Z Compiling float-ord v0.3.2
31532026-06-08T20:31:16.561Z Compiling rayon-core v1.13.0
31542026-06-08T20:31:16.599Z Compiling chacha20 v0.10.0
31552026-06-08T20:31:16.655Z Compiling num_enum_derive v0.5.11
31562026-06-08T20:31:16.658Z Compiling crossbeam-deque v0.8.6
31572026-06-08T20:31:16.696Z Compiling camino-tempfile v1.4.1
31582026-06-08T20:31:16.700Z Compiling num_enum v0.7.6
31592026-06-08T20:31:16.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-08T20:31:16.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-08T20:31:16.831Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31622026-06-08T20:31:16.856Z Compiling cstr-argument v0.1.2
31632026-06-08T20:31:16.877Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-08T20:31:16.961Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31652026-06-08T20:31:16.980Z Compiling rand v0.10.0
31662026-06-08T20:31:16.998Z Compiling foreign-types v0.5.0
31672026-06-08T20:31:17.052Z Compiling toml v0.8.23
31682026-06-08T20:31:17.122Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-06-08T20:31:17.149Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-08T20:31:17.206Z Compiling zone_cfg_derive v0.3.1
31712026-06-08T20:31:17.251Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-06-08T20:31:17.272Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-06-08T20:31:17.297Z Compiling ingot-types v0.1.2
31742026-06-08T20:31:17.301Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31752026-06-08T20:31:17.409Z Compiling rayon v1.11.0
31762026-06-08T20:31:17.429Z Compiling itertools v0.12.1
31772026-06-08T20:31:17.432Z Compiling num-derive v0.4.2
31782026-06-08T20:31:17.463Z Compiling sigpipe v0.1.3
31792026-06-08T20:31:17.548Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-06-08T20:31:17.566Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-08T20:31:17.616Z Compiling glob v0.3.3
31822026-06-08T20:31:17.730Z Compiling ingot v0.1.1
31832026-06-08T20:31:17.765Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31842026-06-08T20:31:17.806Z Compiling num_enum v0.5.11
31852026-06-08T20:31:17.810Z Compiling smf v0.2.3
31862026-06-08T20:31:17.841Z Compiling prettyplease v0.2.37
31872026-06-08T20:31:17.930Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-06-08T20:31:17.949Z Compiling whoami v1.6.1
31892026-06-08T20:31:17.971Z Compiling usdt-attr-macro v0.5.0
31902026-06-08T20:31:18.045Z Compiling usdt-macro v0.5.0
31912026-06-08T20:31:18.063Z Compiling gethostname v0.5.0
31922026-06-08T20:31:18.277Z Compiling memmap v0.7.0
31932026-06-08T20:31:18.277Z Compiling derive-where v1.6.0
31942026-06-08T20:31:18.397Z Compiling resolv-conf v0.7.6
31952026-06-08T20:31:18.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31962026-06-08T20:31:18.497Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-06-08T20:31:18.516Z Compiling owo-colors v4.3.0
31982026-06-08T20:31:18.666Z Compiling zone v0.3.1
31992026-06-08T20:31:18.719Z Compiling cancel-safe-futures v0.1.5
32002026-06-08T20:31:18.773Z Compiling libsw-core v0.3.2
32012026-06-08T20:31:18.846Z Compiling console v0.15.11
32022026-06-08T20:31:18.874Z Compiling hickory-proto v0.24.4
32032026-06-08T20:31:18.878Z Compiling usdt v0.5.0
32042026-06-08T20:31:18.990Z Compiling libsw v3.5.0
32052026-06-08T20:31:19.177Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-08T20:31:19.199Z Compiling newline-converter v0.3.0
32072026-06-08T20:31:19.224Z Compiling libefi-sys v0.1.0
32082026-06-08T20:31:19.246Z Compiling linked-hash-map v0.5.6
32092026-06-08T20:31:19.316Z Compiling linear-map v1.2.0
32102026-06-08T20:31:19.345Z Compiling expectorate v1.2.0
32112026-06-08T20:31:19.366Z Compiling git-stub v1.0.0
32122026-06-08T20:31:19.388Z Compiling bitfield-struct v0.6.2
32132026-06-08T20:31:19.462Z Compiling lru-cache v0.1.2
32142026-06-08T20:31:19.481Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32152026-06-08T20:31:19.485Z Compiling nom v8.0.0
32162026-06-08T20:31:19.513Z Compiling typify-macro v0.6.2
32172026-06-08T20:31:19.536Z Compiling semver v0.1.20
32182026-06-08T20:31:19.553Z Compiling git-stub-vcs v0.1.0
32192026-06-08T20:31:19.665Z Compiling tokio-dtrace v0.1.1
32202026-06-08T20:31:19.697Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32212026-06-08T20:31:19.714Z Compiling dropshot-api-manager-types v0.7.2
32222026-06-08T20:31:19.758Z Compiling rustc_version v0.1.7
32232026-06-08T20:31:19.793Z Compiling slog-dtrace v0.3.0
32242026-06-08T20:31:19.857Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-08T20:31:19.875Z Compiling minimal-lexical v0.2.1
32262026-06-08T20:31:19.956Z Compiling oxide-tokio-rt v0.1.4
32272026-06-08T20:31:19.975Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-08T20:31:19.979Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-06-08T20:31:20.036Z Compiling newtype_derive v0.1.6
32302026-06-08T20:31:20.058Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-08T20:31:20.090Z Compiling phf_shared v0.12.1
32322026-06-08T20:31:20.108Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32332026-06-08T20:31:20.172Z Compiling nom v7.1.3
32342026-06-08T20:31:20.223Z Compiling csv-core v0.1.13
32352026-06-08T20:31:20.241Z Compiling chrono-tz v0.10.4
32362026-06-08T20:31:20.260Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32372026-06-08T20:31:20.278Z Compiling highway v1.3.0
32382026-06-08T20:31:20.304Z Compiling xshell-macros v0.2.7
32392026-06-08T20:31:20.354Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-06-08T20:31:20.462Z Compiling const_format_proc_macros v0.2.34
32412026-06-08T20:31:20.547Z Compiling csv v1.4.0
32422026-06-08T20:31:20.661Z Compiling phf v0.12.1
32432026-06-08T20:31:20.709Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-06-08T20:31:20.731Z Compiling xshell v0.2.7
32452026-06-08T20:31:20.788Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-08T20:31:20.847Z Compiling primeorder v0.13.6
32472026-06-08T20:31:20.952Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-06-08T20:31:21.055Z Compiling hickory-resolver v0.24.4
32492026-06-08T20:31:21.291Z Compiling tabled_derive v0.7.0
32502026-06-08T20:31:21.315Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-06-08T20:31:21.380Z Compiling const_format v0.2.35
32522026-06-08T20:31:21.405Z Compiling bcs v0.1.6
32532026-06-08T20:31:21.409Z Compiling salty v0.3.0
32542026-06-08T20:31:21.436Z Compiling typify v0.6.2
32552026-06-08T20:31:21.579Z Compiling progenitor-impl v0.14.0
32562026-06-08T20:31:21.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-06-08T20:31:21.702Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32582026-06-08T20:31:21.727Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-08T20:31:21.749Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-06-08T20:31:21.841Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-06-08T20:31:21.859Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-06-08T20:31:21.959Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-06-08T20:31:22.142Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32642026-06-08T20:31:22.225Z Compiling qorb v0.4.1
32652026-06-08T20:31:22.258Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-06-08T20:31:22.308Z Compiling termtree v0.5.1
32672026-06-08T20:31:22.344Z Compiling tagptr v0.2.0
32682026-06-08T20:31:22.482Z Compiling textwrap v0.16.2
32692026-06-08T20:31:22.499Z Compiling moka v0.12.13
32702026-06-08T20:31:22.538Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-06-08T20:31:22.594Z Compiling tabled v0.15.0
32722026-06-08T20:31:22.888Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-08T20:31:22.982Z Compiling steno v0.4.1
32742026-06-08T20:31:23.157Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-08T20:31:23.191Z Compiling base64 v0.21.7
32762026-06-08T20:31:23.337Z Compiling radium v0.7.0
32772026-06-08T20:31:23.364Z Compiling hickory-resolver v0.25.2
32782026-06-08T20:31:23.557Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-08T20:31:23.578Z Compiling p384 v0.13.1
32802026-06-08T20:31:23.663Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32812026-06-08T20:31:23.687Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32822026-06-08T20:31:23.849Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-06-08T20:31:24.025Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-08T20:31:24.163Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-08T20:31:24.188Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-06-08T20:31:24.207Z Compiling typify-impl v0.4.3
32872026-06-08T20:31:24.320Z Compiling maybe-uninit v2.0.0
32882026-06-08T20:31:24.398Z Compiling progenitor-macro v0.14.0
32892026-06-08T20:31:24.452Z Compiling tap v1.0.1
32902026-06-08T20:31:24.601Z Compiling wyz v0.5.1
32912026-06-08T20:31:24.749Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-08T20:31:24.834Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-08T20:31:24.950Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-08T20:31:25.013Z Compiling utf-8 v0.7.6
32952026-06-08T20:31:25.034Z Compiling funty v2.0.0
32962026-06-08T20:31:25.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-06-08T20:31:25.252Z Compiling parking_lot_core v0.8.6
32982026-06-08T20:31:25.284Z Compiling packed_struct v0.10.1
32992026-06-08T20:31:25.400Z Compiling proc-macro-error2 v2.0.1
33002026-06-08T20:31:25.492Z Compiling bitvec v1.0.1
33012026-06-08T20:31:25.557Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-06-08T20:31:25.594Z Compiling tungstenite v0.21.0
33032026-06-08T20:31:25.633Z Compiling polyval v0.6.2
33042026-06-08T20:31:25.684Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33052026-06-08T20:31:25.703Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-08T20:31:25.706Z Compiling num-derive v0.3.3
33072026-06-08T20:31:25.764Z Compiling packed_struct_codegen v0.10.1
33082026-06-08T20:31:25.824Z Compiling bitfield-macros v0.19.4
33092026-06-08T20:31:25.892Z Compiling zerocopy-derive v0.6.6
33102026-06-08T20:31:25.912Z Compiling indexmap v1.9.3
33112026-06-08T20:31:25.954Z Compiling crc-catalog v2.4.0
33122026-06-08T20:31:26.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-06-08T20:31:26.177Z Compiling nodrop v0.1.14
33142026-06-08T20:31:26.303Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33152026-06-08T20:31:26.346Z Compiling array-init v0.0.4
33162026-06-08T20:31:26.532Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-08T20:31:26.553Z Compiling tokio-tungstenite v0.21.0
33182026-06-08T20:31:26.617Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-08T20:31:26.636Z Compiling bitfield v0.19.4
33202026-06-08T20:31:26.708Z Compiling libscf-sys v1.1.0
33212026-06-08T20:31:26.737Z Compiling crc v3.4.0
33222026-06-08T20:31:26.865Z Compiling zerocopy v0.6.6
33232026-06-08T20:31:26.892Z Compiling ghash v0.5.1
33242026-06-08T20:31:26.924Z Compiling tabled_derive v0.11.0
33252026-06-08T20:31:26.978Z Compiling smallvec v0.6.14
33262026-06-08T20:31:27.061Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-08T20:31:27.082Z Compiling papergrid v0.17.0
33282026-06-08T20:31:27.225Z Compiling testing_table v0.3.0
33292026-06-08T20:31:27.248Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-08T20:31:27.284Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-08T20:31:27.346Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-08T20:31:27.455Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-08T20:31:27.484Z Compiling ctr v0.9.2
33342026-06-08T20:31:27.504Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-08T20:31:27.639Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-08T20:31:27.674Z Compiling illumos-nvpair-sys v0.2.0
33372026-06-08T20:31:27.715Z Compiling unicase v2.9.0
33382026-06-08T20:31:27.858Z Compiling hashbrown v0.12.3
33392026-06-08T20:31:27.877Z Compiling corncobs v0.1.4
33402026-06-08T20:31:27.955Z Compiling aes-gcm v0.10.3
33412026-06-08T20:31:27.975Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-06-08T20:31:27.978Z Compiling mime_guess v2.0.5
33432026-06-08T20:31:27.995Z Compiling parking_lot v0.11.2
33442026-06-08T20:31:28.073Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-06-08T20:31:28.101Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-06-08T20:31:28.177Z Compiling tabled v0.20.0
33472026-06-08T20:31:28.195Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33482026-06-08T20:31:28.382Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-08T20:31:28.400Z Compiling serde-hex v0.1.0
33502026-06-08T20:31:28.422Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-06-08T20:31:28.606Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-08T20:31:28.716Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-06-08T20:31:28.816Z Compiling typify-macro v0.4.3
33542026-06-08T20:31:28.831Z Compiling ron v0.8.1
33552026-06-08T20:31:28.869Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-06-08T20:31:28.888Z Compiling hashbrown v0.13.2
33572026-06-08T20:31:29.012Z Compiling progenitor-client v0.11.2
33582026-06-08T20:31:29.083Z Compiling blowfish v0.9.1
33592026-06-08T20:31:29.103Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-06-08T20:31:29.365Z Compiling prefix-trie v0.7.0
33612026-06-08T20:31:29.399Z Compiling ssh-encoding v0.2.0
33622026-06-08T20:31:29.419Z Compiling fxhash v0.2.1
33632026-06-08T20:31:29.437Z Compiling secrecy v0.8.0
33642026-06-08T20:31:29.598Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33652026-06-08T20:31:29.618Z Compiling progenitor v0.14.0
33662026-06-08T20:31:29.637Z Compiling crc-any v2.5.0
33672026-06-08T20:31:29.688Z Compiling ssh-cipher v0.2.0
33682026-06-08T20:31:29.803Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33692026-06-08T20:31:29.822Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33702026-06-08T20:31:29.853Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33712026-06-08T20:31:29.941Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33722026-06-08T20:31:29.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-06-08T20:31:30.317Z Compiling hickory-server v0.25.2
33742026-06-08T20:31:30.345Z Compiling sled v0.34.7
33752026-06-08T20:31:30.477Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33762026-06-08T20:31:30.638Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33772026-06-08T20:31:30.660Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33782026-06-08T20:31:30.684Z Compiling typify v0.4.3
33792026-06-08T20:31:30.842Z Compiling progenitor-impl v0.11.2
33802026-06-08T20:31:30.845Z Compiling object v0.30.4
33812026-06-08T20:31:30.859Z Compiling bcrypt-pbkdf v0.10.0
33822026-06-08T20:31:31.189Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-08T20:31:31.311Z Compiling password-hash v0.4.2
33842026-06-08T20:31:31.329Z Compiling crc8 v0.1.1
33852026-06-08T20:31:31.485Z Compiling half v1.8.3
33862026-06-08T20:31:31.735Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-06-08T20:31:31.759Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33882026-06-08T20:31:31.789Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33892026-06-08T20:31:31.981Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33902026-06-08T20:31:32.111Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-06-08T20:31:32.307Z Compiling http-range v0.1.5
33922026-06-08T20:31:32.523Z Compiling path-slash v0.1.5
33932026-06-08T20:31:32.567Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-08T20:31:32.779Z Compiling serde_cbor v0.11.2
33952026-06-08T20:31:32.859Z Compiling pbkdf2 v0.11.0
33962026-06-08T20:31:32.879Z Compiling illumos-nvpair v0.3.0
33972026-06-08T20:31:33.069Z Compiling ssh-key v0.6.7
33982026-06-08T20:31:33.407Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33992026-06-08T20:31:33.407Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34002026-06-08T20:31:33.607Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-08T20:31:33.633Z Compiling progenitor-macro v0.11.2
34022026-06-08T20:31:33.931Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-08T20:31:33.965Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-08T20:31:34.097Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-06-08T20:31:34.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-08T20:31:34.311Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-08T20:31:34.349Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-08T20:31:34.388Z Compiling p521 v0.13.3
34092026-06-08T20:31:34.649Z Compiling p256 v0.13.2
34102026-06-08T20:31:34.745Z Compiling yasna v0.5.2
34112026-06-08T20:31:34.801Z Compiling kstat-rs v0.2.4
34122026-06-08T20:31:34.899Z Compiling headers-core v0.3.0
34132026-06-08T20:31:34.925Z Compiling nanorand v0.7.0
34142026-06-08T20:31:34.998Z Compiling russh-cryptovec v0.7.3
34152026-06-08T20:31:35.045Z Compiling atty v0.2.14
34162026-06-08T20:31:35.063Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-06-08T20:31:35.082Z Compiling home v0.5.12
34182026-06-08T20:31:35.144Z Compiling md5 v0.7.0
34192026-06-08T20:31:35.168Z Compiling flume v0.11.1
34202026-06-08T20:31:35.186Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34212026-06-08T20:31:35.215Z Compiling rcgen v0.12.1
34222026-06-08T20:31:35.244Z Compiling headers v0.4.1
34232026-06-08T20:31:35.261Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-06-08T20:31:35.386Z Compiling russh-keys v0.45.0
34252026-06-08T20:31:35.444Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-08T20:31:35.486Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-06-08T20:31:35.522Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-06-08T20:31:35.683Z Compiling hyper-staticfile v0.10.1
34292026-06-08T20:31:35.830Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34302026-06-08T20:31:35.849Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34312026-06-08T20:31:35.958Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-06-08T20:31:36.030Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-06-08T20:31:36.033Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-08T20:31:36.112Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34352026-06-08T20:31:36.264Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-06-08T20:31:36.388Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-08T20:31:36.506Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-06-08T20:31:36.665Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-06-08T20:31:36.703Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-08T20:31:36.762Z Compiling num-bigint v0.4.6
34412026-06-08T20:31:36.785Z Compiling des v0.8.1
34422026-06-08T20:31:36.809Z Compiling subprocess v0.2.15
34432026-06-08T20:31:36.843Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-08T20:31:36.897Z Compiling hex-literal v0.4.1
34452026-06-08T20:31:36.947Z Compiling display-error-chain v0.2.2
34462026-06-08T20:31:37.000Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-08T20:31:37.017Z Compiling colored v2.2.0
34482026-06-08T20:31:37.044Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-08T20:31:37.062Z Compiling socket2 v0.5.10
34502026-06-08T20:31:37.122Z Compiling internet-checksum v0.2.1
34512026-06-08T20:31:37.292Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-08T20:31:37.412Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-08T20:31:37.977Z Compiling russh v0.45.0
34542026-06-08T20:31:38.576Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-06-08T20:31:38.609Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-06-08T20:31:38.637Z Compiling progenitor v0.11.2
34572026-06-08T20:31:38.781Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-08T20:31:41.026Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-08T20:31:41.704Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-08T20:31:42.181Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-08T20:31:43.972Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-08T20:31:44.437Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-08T20:31:52.001Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-06-08T20:31:52.001Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-06-08T20:31:52.011Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-06-08T20:31:52.011Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-08T20:31:53.724Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-08T20:31:53.810Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-08T20:31:57.876Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-08T20:32:36.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34712026-06-08T20:32:36.820Z
34722026-06-08T20:32:36.825Zreal 1:26.066328368
34732026-06-08T20:32:36.825Zuser 8:10.179948778
34742026-06-08T20:32:36.825Zsys 1:43.346238157
34752026-06-08T20:32:36.825Ztrap 0.243788057
34762026-06-08T20:32:36.825Ztflt 0.534397948
34772026-06-08T20:32:36.825Zdflt 1.549207730
34782026-06-08T20:32:36.825Zkflt 0.000210891
34792026-06-08T20:32:36.825Zlock 28:52.376575835
34802026-06-08T20:32:36.825Zslp 18:37.128570557
34812026-06-08T20:32:36.825Zlat 40.406298064
34822026-06-08T20:32:36.825Zstop 3:02.677381832
34832026-06-08T20:32:36.825Z+ mkdir tests
34842026-06-08T20:32:36.830Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-08T20:32:36.830Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-08T20:32:36.855Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-08T20:32:36.875Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-08T20:32:36.895Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-08T20:32:36.916Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-08T20:32:37.147Z+ 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)
34912026-06-08T20:32:37.150Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34922026-06-08T20:33:59.524ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-08T20:33:59.525Za .github/buildomat/ci-env.sh 1K
34942026-06-08T20:33:59.525Za out/target/test 1K
34952026-06-08T20:33:59.525Za out/npuzone/npuzone 27402K
34962026-06-08T20:33:59.525Za package-manifest.toml 35K
34972026-06-08T20:33:59.525Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-08T20:33:59.525Za target/release/omicron-package 46205K
34992026-06-08T20:33:59.525Za target/release/xtask 11453K
35002026-06-08T20:33:59.525Za target/debug/bootstrap 354734K
35012026-06-08T20:33:59.525Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-08T20:33:59.525Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-08T20:33:59.525Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-08T20:33:59.525Za tests/end_to_end_tests-6c7bc3bbe97020e4 395806K
35052026-06-08T20:33:59.525Za tools/opte_version 1K
35062026-06-08T20:33:59.525Za tools/opte_version_override 2K
35072026-06-08T20:33:59.525Za out/clickhouse.tar.gz 321897K
35082026-06-08T20:33:59.525Za out/clickhouse_keeper.tar.gz 306962K
35092026-06-08T20:33:59.525Za out/clickhouse_server.tar.gz 321895K
35102026-06-08T20:33:59.525Za out/cockroachdb.tar.gz 166143K
35112026-06-08T20:33:59.525Za out/crucible-pantry-zone.tar.gz 41125K
35122026-06-08T20:33:59.525Za out/crucible-utils.tar 16478K
35132026-06-08T20:33:59.525Za out/crucible-zone.tar.gz 56695K
35142026-06-08T20:33:59.525Za out/external-dns.tar.gz 51260K
35152026-06-08T20:33:59.525Za out/internal-dns.tar.gz 51259K
35162026-06-08T20:33:59.525Za out/mg-ddm-gz.tar 97912K
35172026-06-08T20:33:59.526Za out/nexus.tar.gz 280853K
35182026-06-08T20:33:59.526Za out/ntp.tar.gz 32798K
35192026-06-08T20:33:59.526Za out/omicron-gateway-softnpu.tar.gz 29799K
35202026-06-08T20:33:59.526Za out/omicron-sled-agent.tar 206655K
35212026-06-08T20:33:59.526Za out/overlay.tar.gz 3K
35222026-06-08T20:33:59.526Za out/oximeter.tar.gz 68157K
35232026-06-08T20:33:59.526Za out/oxlog.tar 3782K
35242026-06-08T20:33:59.526Za out/probe.tar.gz 3037K
35252026-06-08T20:33:59.526Za out/propolis-server.tar.gz 34918K
35262026-06-08T20:33:59.526Za out/pumpkind-gz.tar 26647K
35272026-06-08T20:33:59.526Za out/switch-softnpu.tar.gz 455243K
35282026-06-08T20:33:59.530Z
35292026-06-08T20:33:59.530Zreal 1:22.374951005
35302026-06-08T20:33:59.530Zuser 1:19.501266830
35312026-06-08T20:33:59.530Zsys 4.670970572
35322026-06-08T20:33:59.530Ztrap 0.006768728
35332026-06-08T20:33:59.530Ztflt 0.000000000
35342026-06-08T20:33:59.530Zdflt 0.000000000
35352026-06-08T20:33:59.530Zkflt 0.000000000
35362026-06-08T20:33:59.530Zlock 0.000000000
35372026-06-08T20:33:59.530Zslp 1:19.491779250
35382026-06-08T20:33:59.530Zlat 1.073771697
35392026-06-08T20:33:59.530Zstop 0.000228008
35402026-06-08T20:33:59.530Zprocess exited: duration 1032908 ms, exit code 0
 
35412026-06-08T20:33:59.545Zfound 1 output files
35422026-06-08T20:33:59.545Zuploading: /work/package.tar.gz (2568411072 bytes)
35432026-06-08T20:34:37.762Zuploaded: /work/package.tar.gz