01KTPF4TRY3QADMJJPKR3X08T1: 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: 01KTPF5AJPX45J2X8NYDV0VFKA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T15:14:53.799Zjob assigned to worker 01KTPF5J062RND6XAVZC8C3AX9 [factory aws, i-0308f3a2c769e61eb] (queued for 48 s)
 
22026-06-09T15:15:01.235Zstarting task 0: "setup"
32026-06-09T15:15:01.239Z++ uname -s
42026-06-09T15:15:01.242Z+ kern=SunOS
52026-06-09T15:15:01.242Z+ build_user=build
62026-06-09T15:15:01.242Z+ build_uid=12345
72026-06-09T15:15:01.242Z+ work_dir=/work
82026-06-09T15:15:01.242Z+ input_dir=/input
92026-06-09T15:15:01.242Z+ [[ 0 == 12345 ]]
102026-06-09T15:15:01.242Z+ case "$kern" in
112026-06-09T15:15:01.242Z+ groupadd -g 12345 build
122026-06-09T15:15:01.245Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T15:15:03.253Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T15:15:03.368Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T15:15:03.371Z+ home_fs=zfs
162026-06-09T15:15:03.371Z+ [[ zfs == autofs ]]
172026-06-09T15:15:03.371Z+ mkdir -p /home/build
182026-06-09T15:15:03.374Z+ chown build:build /home/build /work
192026-06-09T15:15:05.375Z+ chmod 0700 /home/build /work
202026-06-09T15:15:05.378Zprocess exited: duration 4146 ms, exit code 0
 
212026-06-09T15:15:05.384Zstarting task 1: "rust-toolchain"
222026-06-09T15:15:05.391Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T15:15:05.391Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-09T15:15:05.391Z * rust toolchain channel = "1.94.0"
252026-06-09T15:15:05.391Z * rust toolchain profile = "default"
262026-06-09T15:15:05.391Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T15:15:05.391Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T15:15:05.394Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T15:15:05.394Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T15:15:05.461Zinfo: downloading installer
312026-06-09T15:15:06.797Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T15:15:06.797Zwarn: /home/build/.rustup/settings.toml
332026-06-09T15:15:06.797Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T15:15:06.797Zwarn: instead of the one inferred from the default host triple.
352026-06-09T15:15:06.809Zinfo: profile set to default
362026-06-09T15:15:06.809Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T15:15:06.813Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T15:15:06.969Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T15:15:06.972Zinfo: downloading 6 components
402026-06-09T15:15:21.062Z
412026-06-09T15:15:21.062Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-06-09T15:15:21.091Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T15:15:21.091Z
442026-06-09T15:15:21.091Z
452026-06-09T15:15:21.091ZRust is installed now. Great!
462026-06-09T15:15:21.091Z
472026-06-09T15:15:21.091ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T15:15:21.091Zenvironment variable. This has not been done automatically.
492026-06-09T15:15:21.091Z
502026-06-09T15:15:21.091ZTo configure your current shell, you need to source
512026-06-09T15:15:21.091Zthe corresponding env file under $HOME/.cargo.
522026-06-09T15:15:21.092Z
532026-06-09T15:15:21.092ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T15:15:21.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T15:15:21.095Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T15:15:21.095Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T15:15:21.095Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T15:15:21.095Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T15:15:21.095Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T15:15:21.095Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T15:15:21.095Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T15:15:21.193Z+ rustup --version
632026-06-09T15:15:21.199Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T15:15:21.199Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T15:15:21.220Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T15:15:21.224Z+ cargo --version
672026-06-09T15:15:21.231Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T15:15:21.238Z+ rustc --version
692026-06-09T15:15:21.256Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T15:15:21.259Zprocess exited: duration 15874 ms, exit code 0
 
712026-06-09T15:15:21.266Zstarting task 2: "authentication"
722026-06-09T15:15:21.284Zprocess exited: duration 17 ms, exit code 0
 
732026-06-09T15:15:21.291Zstarting task 3: "clone repository"
742026-06-09T15:15:21.298Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T15:15:21.301Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T15:15:21.341ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T15:15:33.780Z+ cd /work/oxidecomputer/omicron
782026-06-09T15:15:33.780Z+ git fetch origin 0385a5cc382b44c16dd62c4fdc3b3c644066644c
792026-06-09T15:15:34.133ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T15:15:34.133Z * branch 0385a5cc382b44c16dd62c4fdc3b3c644066644c -> FETCH_HEAD
812026-06-09T15:15:34.146Z+ [[ -n ixi/cpu-platform-turin-v2 ]]
822026-06-09T15:15:34.149Z++ git branch --show-current
832026-06-09T15:15:34.149Z+ current=main
842026-06-09T15:15:34.149Z+ [[ main != ixi/cpu-platform-turin-v2 ]]
852026-06-09T15:15:34.149Z+ git branch -f ixi/cpu-platform-turin-v2 0385a5cc382b44c16dd62c4fdc3b3c644066644c
862026-06-09T15:15:34.153Z+ git checkout -f ixi/cpu-platform-turin-v2
872026-06-09T15:15:34.393ZSwitched to branch 'ixi/cpu-platform-turin-v2'
882026-06-09T15:15:34.396Z+ git reset --hard 0385a5cc382b44c16dd62c4fdc3b3c644066644c
892026-06-09T15:15:34.421ZHEAD is now at 0385a5cc3 AmdTurinV2 -> amd_turin_v2 in docs
902026-06-09T15:15:34.425Zprocess exited: duration 13131 ms, exit code 0
 
912026-06-09T15:15:34.431Zstarting task 4: "build"
922026-06-09T15:15:34.437Z+ source .github/buildomat/ci-env.sh
932026-06-09T15:15:34.437Z++ export CARGO_TERM_COLOR=always
942026-06-09T15:15:34.437Z++ CARGO_TERM_COLOR=always
952026-06-09T15:15:34.437Z+ cargo --version
962026-06-09T15:15:34.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-09T15:15:34.451Z+ rustc --version
982026-06-09T15:15:34.474Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-09T15:15:34.477Z+ WORK=/work
1002026-06-09T15:15:34.477Z+ pfexec mkdir -p /work
1012026-06-09T15:15:34.481Z+ pfexec chown build /work
1022026-06-09T15:15:34.484Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-09T15:15:36.481Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-09T15:15:36.568Z Startup: Caching catalogs ... Done
1052026-06-09T15:15:36.900ZPlanning: Solver setup ... Done (0.283s)
1062026-06-09T15:15:36.920ZPlanning: Running solver ... Done (0.020s)
1072026-06-09T15:15:36.927ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-09T15:15:36.939ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-09T15:15:36.963ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-09T15:15:36.978ZPlanning: Package planning ... Done (0.014s)
1112026-06-09T15:15:36.981ZPlanning: Merging actions ... Done (0.002s)
1122026-06-09T15:15:37.175ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-06-09T15:15:37.178ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-09T15:15:37.969ZPlanning: Evaluating mediators ... Done (0.793s)
1152026-06-09T15:15:37.973ZPlanning: Planning completed in 1.38 seconds
1162026-06-09T15:15:37.980Z Packages to install: 2
1172026-06-09T15:15:37.980Z Estimated space available: 156.07 GB
1182026-06-09T15:15:37.984ZEstimated space to be consumed: 25.34 MB
1192026-06-09T15:15:37.984Z Create boot environment: No
1202026-06-09T15:15:37.984ZCreate backup boot environment: No
1212026-06-09T15:15:37.984Z Rebuild boot archive: No
1222026-06-09T15:15:37.984Z
1232026-06-09T15:15:37.984ZChanged packages:
1242026-06-09T15:15:37.984Zhelios
1252026-06-09T15:15:37.984Z developer/build-essential
1262026-06-09T15:15:37.984Z None -> 11-3.0
1272026-06-09T15:15:37.984Z library/libxmlsec1
1282026-06-09T15:15:37.984Z None -> 1.2.35-3.0
1292026-06-09T15:15:38.007Z
1302026-06-09T15:15:38.007ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-09T15:15:38.515ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-06-09T15:15:38.571Z Actions: 1/268 actions (Installing new actions)
1332026-06-09T15:15:38.611Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-09T15:15:38.620ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-09T15:15:38.620ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-09T15:15:38.643ZFinalize: Updating image state ... Done (0.023s)
1372026-06-09T15:15:41.204ZFinalize: Creating fast lookup database ... Done (2.538s)
1382026-06-09T15:15:41.273ZFinalize: Reading search index ... Done (0.012s)
1392026-06-09T15:15:41.276ZFinalize: Updating search index ... Done (0.000s)
1402026-06-09T15:15:41.339ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-09T15:15:41.653ZPlanning: Evaluating mediator changes ... Done
1422026-06-09T15:15:41.758ZPlanning: Checking for conflicting actions ... Done
1432026-06-09T15:15:41.762ZPlanning: Consolidating action changes ... Done
1442026-06-09T15:15:41.919ZPlanning: Evaluating mediators ... Done
1452026-06-09T15:15:41.922ZPlanning: Planning completed in 0.27 seconds
1462026-06-09T15:15:41.943Z Mediators to change: 2
1472026-06-09T15:15:41.943Z Create boot environment: No
1482026-06-09T15:15:41.943ZCreate backup boot environment: No
1492026-06-09T15:15:41.991ZFinalize: Updating package state database ... Done
1502026-06-09T15:15:41.992ZFinalize: Updating package cache ... Done
1512026-06-09T15:15:42.006ZFinalize: Updating image state ... Done
1522026-06-09T15:15:43.964ZFinalize: Creating fast lookup database ... Done
1532026-06-09T15:15:44.027ZFinalize: Reading search index ... Done
1542026-06-09T15:15:44.031ZFinalize: Updating search index ... Done
1552026-06-09T15:15:44.081ZFinalize: Updating package cache ... Done
1562026-06-09T15:15:44.367ZPlanning: Evaluating mediator changes ... Done
1572026-06-09T15:15:44.473ZPlanning: Checking for conflicting actions ... Done
1582026-06-09T15:15:44.476ZPlanning: Consolidating action changes ... Done
1592026-06-09T15:15:44.633ZPlanning: Evaluating mediators ... Done
1602026-06-09T15:15:44.637ZPlanning: Planning completed in 0.27 seconds
1612026-06-09T15:15:44.657Z Mediators to change: 1
1622026-06-09T15:15:44.657Z Create boot environment: No
1632026-06-09T15:15:44.657ZCreate backup boot environment: No
1642026-06-09T15:15:44.700ZFinalize: Updating package state database ... Done
1652026-06-09T15:15:44.700ZFinalize: Updating package cache ... Done
1662026-06-09T15:15:44.713ZFinalize: Updating image state ... Done
1672026-06-09T15:15:46.676ZFinalize: Creating fast lookup database ... Done
1682026-06-09T15:15:46.742ZFinalize: Reading search index ... Done
1692026-06-09T15:15:46.746ZFinalize: Updating search index ... Done
1702026-06-09T15:15:46.808ZFinalize: Updating package cache ... Done
1712026-06-09T15:15:47.126ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-09T15:15:47.126Zapache system 2.4 system
1732026-06-09T15:15:47.126Zclang system 15 system
1742026-06-09T15:15:47.126Zcsh system system illumos
1752026-06-09T15:15:47.126Zctags system system illumos
1762026-06-09T15:15:47.127Zfile vendor vendor darwinsys
1772026-06-09T15:15:47.127Zfile system system illumos
1782026-06-09T15:15:47.127Zgcc vendor 14 vendor
1792026-06-09T15:15:47.127Zgcc system 13 system
1802026-06-09T15:15:47.127Zgcc system 10 system
1812026-06-09T15:15:47.127Zgo system 1.25 system
1822026-06-09T15:15:47.127Zllvm system 15 system
1832026-06-09T15:15:47.127Zmariadb system 11.4 system
1842026-06-09T15:15:47.127Zmta vendor vendor dma
1852026-06-09T15:15:47.127Zopenjdk system 17 system
1862026-06-09T15:15:47.127Zopenjdk system 11 system
1872026-06-09T15:15:47.127Zopenssl vendor 3 vendor
1882026-06-09T15:15:47.127Zperl system 5.40 system
1892026-06-09T15:15:47.127Zpostgresql system 18 system
1902026-06-09T15:15:47.127Zpostgresql system 17 system
1912026-06-09T15:15:47.127Zpython vendor 3 vendor
1922026-06-09T15:15:47.127Zpython system 2 system
1932026-06-09T15:15:47.127Zpython3 vendor 3.13 vendor
1942026-06-09T15:15:47.127Zruby system 3.4 system
1952026-06-09T15:15:47.127Zruby system 3.0 system
1962026-06-09T15:15:47.127Zwords vendor vendor american-english
1972026-06-09T15:15:47.127Zwords system system australian-english
1982026-06-09T15:15:47.127Zwords system system british-english
1992026-06-09T15:15:47.127Zwords system system canadian-english
2002026-06-09T15:15:47.127Zwords system system french
2012026-06-09T15:15:47.127Zwords system system italian
2022026-06-09T15:15:47.127Zwords system system ngerman
2032026-06-09T15:15:47.128Zwords system system ogerman
2042026-06-09T15:15:47.128Zwords system system spanish
2052026-06-09T15:15:47.397ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-09T15:15:47.397Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-09T15:15:47.684ZFMRI IFO
2082026-06-09T15:15:47.684Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-09T15:15:47.684Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-09T15:15:47.684Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-09T15:15:47.684Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-09T15:15:47.684Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-09T15:15:47.685Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-09T15:15:47.685Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-09T15:15:47.685Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-09T15:15:47.685Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-09T15:15:47.933Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-09T15:15:48.250Z Updating crates.io index
2192026-06-09T15:15:48.254Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-09T15:15:48.812Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-09T15:15:49.428Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-09T15:15:50.052Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-09T15:15:51.423Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-09T15:15:52.116Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-09T15:15:54.334Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-09T15:15:56.052Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-09T15:15:56.507Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-09T15:15:57.659Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-09T15:15:58.112Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-09T15:15:58.651Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-09T15:15:59.061Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-09T15:16:00.347Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-09T15:16:01.146Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-09T15:16:01.608Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-09T15:16:02.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-09T15:16:02.743Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-09T15:16:03.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-09T15:16:03.634Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-09T15:16:03.950Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-09T15:16:04.236Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-09T15:16:05.748Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-09T15:16:06.357Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-09T15:16:06.648Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-09T15:16:07.481Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-09T15:16:07.876Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-09T15:16:08.496Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-09T15:16:08.845Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-09T15:16:09.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-09T15:16:10.834Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-09T15:16:11.238Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-09T15:16:11.685Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-09T15:16:12.093Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-09T15:16:12.482Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-09T15:16:12.878Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-09T15:16:13.521Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-09T15:16:14.130Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-09T15:16:14.431Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-09T15:16:14.664Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-09T15:16:15.081Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-09T15:16:27.032Z Downloading crates ...
2612026-06-09T15:16:27.083Z Downloaded anstyle v1.0.14
2622026-06-09T15:16:27.091Z Downloaded cargo_toml v0.21.0
2632026-06-09T15:16:27.094Z Downloaded anyhow v1.0.102
2642026-06-09T15:16:27.097Z Downloaded cfg-if v1.0.4
2652026-06-09T15:16:27.100Z Downloaded block-buffer v0.10.4
2662026-06-09T15:16:27.100Z Downloaded camino-tempfile v1.4.1
2672026-06-09T15:16:27.100Z Downloaded toml_write v0.1.2
2682026-06-09T15:16:27.105Z Downloaded toml v0.8.23
2692026-06-09T15:16:27.108Z Downloaded unicode-ident v1.0.24
2702026-06-09T15:16:27.112Z Downloaded clap_derive v4.6.1
2712026-06-09T15:16:27.112Z Downloaded bitflags v2.11.0
2722026-06-09T15:16:27.115Z Downloaded cargo-util-schemas v0.8.2
2732026-06-09T15:16:27.118Z Downloaded anstream v1.0.0
2742026-06-09T15:16:27.122Z Downloaded bytecount v0.6.9
2752026-06-09T15:16:27.122Z Downloaded zerofrom v0.1.6
2762026-06-09T15:16:27.122Z Downloaded typeid v1.0.3
2772026-06-09T15:16:27.125Z Downloaded clap v4.6.1
2782026-06-09T15:16:27.129Z Downloaded unicode-linebreak v0.1.5
2792026-06-09T15:16:27.129Z Downloaded erased-serde v0.4.9
2802026-06-09T15:16:27.133Z Downloaded cargo_metadata v0.21.0
2812026-06-09T15:16:27.133Z Downloaded toml_datetime v0.6.11
2822026-06-09T15:16:27.133Z Downloaded pretty-hex v0.4.1
2832026-06-09T15:16:27.133Z Downloaded idna_adapter v1.2.1
2842026-06-09T15:16:27.136Z Downloaded errno v0.3.14
2852026-06-09T15:16:27.136Z Downloaded camino v1.2.2
2862026-06-09T15:16:27.136Z Downloaded thread-id v4.2.2
2872026-06-09T15:16:27.136Z Downloaded writeable v0.6.2
2882026-06-09T15:16:27.137Z Downloaded unicode-xid v0.2.6
2892026-06-09T15:16:27.140Z Downloaded usdt v0.5.0
2902026-06-09T15:16:27.140Z Downloaded serde_derive v1.0.228
2912026-06-09T15:16:27.140Z Downloaded tinystr v0.8.2
2922026-06-09T15:16:27.143Z Downloaded thiserror-impl v2.0.18
2932026-06-09T15:16:27.143Z Downloaded thiserror-impl v1.0.69
2942026-06-09T15:16:27.143Z Downloaded swrite v0.1.0
2952026-06-09T15:16:27.143Z Downloaded utf8_iter v1.0.4
2962026-06-09T15:16:27.146Z Downloaded equivalent v1.0.2
2972026-06-09T15:16:27.146Z Downloaded yoke-derive v0.8.1
2982026-06-09T15:16:27.146Z Downloaded usdt-macro v0.5.0
2992026-06-09T15:16:27.146Z Downloaded thiserror v1.0.69
3002026-06-09T15:16:27.151Z Downloaded autocfg v1.5.0
3012026-06-09T15:16:27.151Z Downloaded zerotrie v0.2.3
3022026-06-09T15:16:27.155Z Downloaded zmij v1.0.21
3032026-06-09T15:16:27.155Z Downloaded zerofrom-derive v0.1.6
3042026-06-09T15:16:27.158Z Downloaded typenum v1.19.0
3052026-06-09T15:16:27.159Z Downloaded percent-encoding v2.3.2
3062026-06-09T15:16:27.159Z Downloaded clap_lex v1.0.0
3072026-06-09T15:16:27.163Z Downloaded zerocopy-derive v0.7.35
3082026-06-09T15:16:27.163Z Downloaded yoke v0.8.1
3092026-06-09T15:16:27.167Z Downloaded generic-array v0.14.7
3102026-06-09T15:16:27.167Z Downloaded proc-macro-error-attr v1.0.4
3112026-06-09T15:16:27.167Z Downloaded form_urlencoded v1.2.2
3122026-06-09T15:16:27.167Z Downloaded potential_utf v0.1.4
3132026-06-09T15:16:27.167Z Downloaded memmap v0.7.0
3142026-06-09T15:16:27.167Z Downloaded version_check v0.9.5
3152026-06-09T15:16:27.170Z Downloaded usdt-attr-macro v0.5.0
3162026-06-09T15:16:27.170Z Downloaded ucd-trie v0.1.7
3172026-06-09T15:16:27.170Z Downloaded textwrap v0.16.2
3182026-06-09T15:16:27.170Z Downloaded usdt-impl v0.5.0
3192026-06-09T15:16:27.174Z Downloaded dtrace-parser v0.2.0
3202026-06-09T15:16:27.174Z Downloaded cpufeatures v0.2.17
3212026-06-09T15:16:27.174Z Downloaded utf8parse v0.2.2
3222026-06-09T15:16:27.174Z Downloaded terminal_size v0.4.3
3232026-06-09T15:16:27.174Z Downloaded heck v0.5.0
3242026-06-09T15:16:27.178Z Downloaded cargo-platform v0.2.0
3252026-06-09T15:16:27.178Z Downloaded dof v0.3.0
3262026-06-09T15:16:27.178Z Downloaded toml_edit v0.22.27
3272026-06-09T15:16:27.181Z Downloaded colorchoice v1.0.4
3282026-06-09T15:16:27.181Z Downloaded anstyle-query v1.1.5
3292026-06-09T15:16:27.181Z Downloaded zerovec-derive v0.11.2
3302026-06-09T15:16:27.181Z Downloaded thiserror v2.0.18
3312026-06-09T15:16:27.184Z Downloaded serde_tokenstream v0.2.3
3322026-06-09T15:16:27.187Z Downloaded sha2 v0.10.9
3332026-06-09T15:16:27.187Z Downloaded serde-untagged v0.1.9
3342026-06-09T15:16:27.190Z Downloaded url v2.5.8
3352026-06-09T15:16:27.195Z Downloaded scroll_derive v0.12.1
3362026-06-09T15:16:27.198Z Downloaded strsim v0.11.1
3372026-06-09T15:16:27.199Z Downloaded smawk v0.3.2
3382026-06-09T15:16:27.199Z Downloaded stable_deref_trait v1.2.1
3392026-06-09T15:16:27.202Z Downloaded winnow v0.7.14
3402026-06-09T15:16:27.207Z Downloaded zerovec v0.11.5
3412026-06-09T15:16:27.210Z Downloaded tabled_derive v0.7.0
3422026-06-09T15:16:27.214Z Downloaded itoa v1.0.17
3432026-06-09T15:16:27.215Z Downloaded fastrand v2.3.0
3442026-06-09T15:16:27.215Z Downloaded serde-value v0.7.0
3452026-06-09T15:16:27.215Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-09T15:16:27.215Z Downloaded heck v0.4.1
3472026-06-09T15:16:27.218Z Downloaded fnv v1.0.7
3482026-06-09T15:16:27.218Z Downloaded crypto-common v0.1.7
3492026-06-09T15:16:27.218Z Downloaded serde_spanned v0.6.9
3502026-06-09T15:16:27.218Z Downloaded plain v0.2.3
3512026-06-09T15:16:27.218Z Downloaded macaddr v1.0.1
3522026-06-09T15:16:27.221Z Downloaded zerocopy v0.7.35
3532026-06-09T15:16:27.229Z Downloaded smallvec v1.15.1
3542026-06-09T15:16:27.232Z Downloaded byteorder v1.5.0
3552026-06-09T15:16:27.232Z Downloaded unicode-width v0.2.0
3562026-06-09T15:16:27.235Z Downloaded synstructure v0.13.2
3572026-06-09T15:16:27.235Z Downloaded ordered-float v2.10.1
3582026-06-09T15:16:27.238Z Downloaded unicode-width v0.1.14
3592026-06-09T15:16:27.242Z Downloaded quote v1.0.45
3602026-06-09T15:16:27.248Z Downloaded fs-err v3.3.0
3612026-06-09T15:16:27.253Z Downloaded digest v0.10.7
3622026-06-09T15:16:27.256Z Downloaded scroll v0.12.0
3632026-06-09T15:16:27.256Z Downloaded proc-macro-error v1.0.4
3642026-06-09T15:16:27.261Z Downloaded anstyle-parse v1.0.0
3652026-06-09T15:16:27.268Z Downloaded pest_derive v2.8.6
3662026-06-09T15:16:27.271Z Downloaded tempfile v3.25.0
3672026-06-09T15:16:27.271Z Downloaded pest_generator v2.8.6
3682026-06-09T15:16:27.275Z Downloaded icu_properties v2.1.2
3692026-06-09T15:16:27.278Z Downloaded semver v1.0.28
3702026-06-09T15:16:27.281Z Downloaded num-traits v0.2.19
3712026-06-09T15:16:27.290Z Downloaded displaydoc v0.2.5
3722026-06-09T15:16:27.297Z Downloaded once_cell v1.21.3
3732026-06-09T15:16:27.300Z Downloaded papergrid v0.11.0
3742026-06-09T15:16:27.304Z Downloaded serde_core v1.0.228
3752026-06-09T15:16:27.310Z Downloaded proc-macro2 v1.0.106
3762026-06-09T15:16:27.313Z Downloaded serde v1.0.228
3772026-06-09T15:16:27.319Z Downloaded getrandom v0.4.1
3782026-06-09T15:16:27.322Z Downloaded icu_collections v2.1.1
3792026-06-09T15:16:27.329Z Downloaded icu_normalizer_data v2.1.1
3802026-06-09T15:16:27.332Z Downloaded litemap v0.8.1
3812026-06-09T15:16:27.332Z Downloaded icu_locale_core v2.1.1
3822026-06-09T15:16:27.335Z Downloaded pest_meta v2.8.6
3832026-06-09T15:16:27.339Z Downloaded log v0.4.29
3842026-06-09T15:16:27.346Z Downloaded icu_provider v2.1.1
3852026-06-09T15:16:27.349Z Downloaded icu_normalizer v2.1.1
3862026-06-09T15:16:27.365Z Downloaded memchr v2.8.0
3872026-06-09T15:16:27.369Z Downloaded indexmap v2.14.0
3882026-06-09T15:16:27.385Z Downloaded clap_builder v4.6.0
3892026-06-09T15:16:27.391Z Downloaded pest v2.8.6
3902026-06-09T15:16:27.398Z Downloaded hashbrown v0.17.0
3912026-06-09T15:16:27.405Z Downloaded idna v1.1.0
3922026-06-09T15:16:27.409Z Downloaded serde_json v1.0.149
3932026-06-09T15:16:27.412Z Downloaded icu_properties_data v2.1.2
3942026-06-09T15:16:27.420Z Downloaded goblin v0.8.2
3952026-06-09T15:16:27.439Z Downloaded syn v1.0.109
3962026-06-09T15:16:27.444Z Downloaded tabled v0.15.0
3972026-06-09T15:16:27.453Z Downloaded syn v2.0.117
3982026-06-09T15:16:27.475Z Downloaded rustix v1.1.3
3992026-06-09T15:16:27.505Z Downloaded libc v0.2.185
4002026-06-09T15:16:27.574Z Compiling proc-macro2 v1.0.106
4012026-06-09T15:16:27.574Z Compiling unicode-ident v1.0.24
4022026-06-09T15:16:27.574Z Compiling quote v1.0.45
4032026-06-09T15:16:27.577Z Compiling serde_core v1.0.228
4042026-06-09T15:16:27.577Z Compiling libc v0.2.185
4052026-06-09T15:16:27.577Z Compiling version_check v0.9.5
4062026-06-09T15:16:27.577Z Compiling memchr v2.8.0
4072026-06-09T15:16:27.577Z Compiling stable_deref_trait v1.2.1
4082026-06-09T15:16:27.577Z Compiling serde v1.0.228
4092026-06-09T15:16:27.577Z Compiling zmij v1.0.21
4102026-06-09T15:16:27.577Z Compiling autocfg v1.5.0
4112026-06-09T15:16:27.814Z Compiling itoa v1.0.17
4122026-06-09T15:16:27.818Z Compiling thiserror v1.0.69
4132026-06-09T15:16:27.818Z Compiling ucd-trie v0.1.7
4142026-06-09T15:16:27.818Z Compiling writeable v0.6.2
4152026-06-09T15:16:27.961Z Compiling litemap v0.8.1
4162026-06-09T15:16:27.995Z Compiling byteorder v1.5.0
4172026-06-09T15:16:28.169Z Compiling icu_properties_data v2.1.2
4182026-06-09T15:16:28.205Z Compiling icu_normalizer_data v2.1.1
4192026-06-09T15:16:28.241Z Compiling rustix v1.1.3
4202026-06-09T15:16:28.244Z Compiling serde_json v1.0.149
4212026-06-09T15:16:28.278Z Compiling bitflags v2.11.0
4222026-06-09T15:16:28.315Z Compiling pest v2.8.6
4232026-06-09T15:16:28.318Z Compiling num-traits v0.2.19
4242026-06-09T15:16:28.540Z Compiling smallvec v1.15.1
4252026-06-09T15:16:28.576Z Compiling typeid v1.0.3
4262026-06-09T15:16:28.580Z Compiling equivalent v1.0.2
4272026-06-09T15:16:28.596Z Compiling hashbrown v0.17.0
4282026-06-09T15:16:28.614Z Compiling proc-macro-error-attr v1.0.4
4292026-06-09T15:16:28.664Z Compiling usdt-impl v0.5.0
4302026-06-09T15:16:28.735Z Compiling errno v0.3.14
4312026-06-09T15:16:28.769Z Compiling thread-id v4.2.2
4322026-06-09T15:16:28.773Z Compiling toml_write v0.1.2
4332026-06-09T15:16:28.805Z Compiling winnow v0.7.14
4342026-06-09T15:16:28.824Z Compiling erased-serde v0.4.9
4352026-06-09T15:16:28.888Z Compiling syn v1.0.109
4362026-06-09T15:16:28.924Z Compiling proc-macro-error v1.0.4
4372026-06-09T15:16:29.012Z Compiling utf8_iter v1.0.4
4382026-06-09T15:16:29.016Z Compiling camino v1.2.2
4392026-06-09T15:16:29.125Z Compiling indexmap v2.14.0
4402026-06-09T15:16:29.224Z Compiling syn v2.0.117
4412026-06-09T15:16:29.242Z Compiling plain v0.2.3
4422026-06-09T15:16:29.246Z Compiling thiserror v2.0.18
4432026-06-09T15:16:29.246Z Compiling utf8parse v0.2.2
4442026-06-09T15:16:29.264Z Compiling percent-encoding v2.3.2
4452026-06-09T15:16:29.313Z Compiling log v0.4.29
4462026-06-09T15:16:29.350Z Compiling getrandom v0.4.1
4472026-06-09T15:16:29.408Z Compiling anstyle-parse v1.0.0
4482026-06-09T15:16:29.453Z Compiling pest_meta v2.8.6
4492026-06-09T15:16:29.507Z Compiling ordered-float v2.10.1
4502026-06-09T15:16:29.583Z Compiling form_urlencoded v1.2.2
4512026-06-09T15:16:29.685Z Compiling colorchoice v1.0.4
4522026-06-09T15:16:29.735Z Compiling anstyle-query v1.1.5
4532026-06-09T15:16:29.759Z Compiling is_terminal_polyfill v1.70.2
4542026-06-09T15:16:29.782Z Compiling cfg-if v1.0.4
4552026-06-09T15:16:29.800Z Compiling anstyle v1.0.14
4562026-06-09T15:16:29.804Z Compiling pretty-hex v0.4.1
4572026-06-09T15:16:29.895Z Compiling fs-err v3.3.0
4582026-06-09T15:16:29.899Z Compiling fnv v1.0.7
4592026-06-09T15:16:29.899Z Compiling heck v0.5.0
4602026-06-09T15:16:29.899Z Compiling unicode-xid v0.2.6
4612026-06-09T15:16:29.974Z Compiling terminal_size v0.4.3
4622026-06-09T15:16:29.991Z Compiling anstream v1.0.0
4632026-06-09T15:16:30.048Z Compiling heck v0.4.1
4642026-06-09T15:16:30.067Z Compiling bytecount v0.6.9
4652026-06-09T15:16:30.083Z Compiling once_cell v1.21.3
4662026-06-09T15:16:30.221Z Compiling semver v1.0.28
4672026-06-09T15:16:30.241Z Compiling strsim v0.11.1
4682026-06-09T15:16:30.266Z Compiling clap_lex v1.0.0
4692026-06-09T15:16:30.299Z Compiling anyhow v1.0.102
4702026-06-09T15:16:30.322Z Compiling fastrand v2.3.0
4712026-06-09T15:16:30.326Z Compiling unicode-width v0.1.14
4722026-06-09T15:16:30.364Z Compiling memmap v0.7.0
4732026-06-09T15:16:30.486Z Compiling clap_builder v4.6.0
4742026-06-09T15:16:30.523Z Compiling serde-untagged v0.1.9
4752026-06-09T15:16:30.562Z Compiling tempfile v3.25.0
4762026-06-09T15:16:30.582Z Compiling papergrid v0.11.0
4772026-06-09T15:16:30.602Z Compiling smawk v0.3.2
4782026-06-09T15:16:30.622Z Compiling unicode-linebreak v0.1.5
4792026-06-09T15:16:30.626Z Compiling unicode-width v0.2.0
4802026-06-09T15:16:30.756Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-09T15:16:30.785Z Compiling swrite v0.1.0
4822026-06-09T15:16:30.864Z Compiling camino-tempfile v1.4.1
4832026-06-09T15:16:30.890Z Compiling textwrap v0.16.2
4842026-06-09T15:16:31.180Z Compiling tabled_derive v0.7.0
4852026-06-09T15:16:31.760Z Compiling synstructure v0.13.2
4862026-06-09T15:16:31.760Z Compiling pest_generator v2.8.6
4872026-06-09T15:16:31.845Z Compiling tabled v0.15.0
4882026-06-09T15:16:32.297Z Compiling serde_derive v1.0.228
4892026-06-09T15:16:32.297Z Compiling zerofrom-derive v0.1.6
4902026-06-09T15:16:32.301Z Compiling yoke-derive v0.8.1
4912026-06-09T15:16:32.301Z Compiling zerovec-derive v0.11.2
4922026-06-09T15:16:32.302Z Compiling displaydoc v0.2.5
4932026-06-09T15:16:32.339Z Compiling thiserror-impl v1.0.69
4942026-06-09T15:16:32.358Z Compiling zerocopy-derive v0.7.35
4952026-06-09T15:16:32.405Z Compiling scroll_derive v0.12.1
4962026-06-09T15:16:32.450Z Compiling pest_derive v2.8.6
4972026-06-09T15:16:32.461Z Compiling thiserror-impl v2.0.18
4982026-06-09T15:16:32.461Z Compiling clap_derive v4.6.1
4992026-06-09T15:16:33.107Z Compiling scroll v0.12.0
5002026-06-09T15:16:33.178Z Compiling zerocopy v0.7.35
5012026-06-09T15:16:33.287Z Compiling zerofrom v0.1.6
5022026-06-09T15:16:33.329Z Compiling goblin v0.8.2
5032026-06-09T15:16:33.401Z Compiling yoke v0.8.1
5042026-06-09T15:16:33.475Z Compiling dtrace-parser v0.2.0
5052026-06-09T15:16:33.557Z Compiling zerovec v0.11.5
5062026-06-09T15:16:33.557Z Compiling zerotrie v0.2.3
5072026-06-09T15:16:33.825Z Compiling clap v4.6.1
5082026-06-09T15:16:33.989Z Compiling tinystr v0.8.2
5092026-06-09T15:16:33.989Z Compiling potential_utf v0.1.4
5102026-06-09T15:16:34.100Z Compiling icu_collections v2.1.1
5112026-06-09T15:16:34.154Z Compiling icu_locale_core v2.1.1
5122026-06-09T15:16:34.678Z Compiling icu_provider v2.1.1
5132026-06-09T15:16:34.842Z Compiling dof v0.3.0
5142026-06-09T15:16:34.842Z Compiling serde_tokenstream v0.2.3
5152026-06-09T15:16:34.859Z Compiling toml_datetime v0.6.11
5162026-06-09T15:16:34.863Z Compiling serde_spanned v0.6.9
5172026-06-09T15:16:34.863Z Compiling serde-value v0.7.0
5182026-06-09T15:16:34.863Z Compiling cargo-platform v0.2.0
5192026-06-09T15:16:34.874Z Compiling macaddr v1.0.1
5202026-06-09T15:16:34.890Z Compiling icu_properties v2.1.2
5212026-06-09T15:16:34.894Z Compiling icu_normalizer v2.1.1
5222026-06-09T15:16:35.088Z Compiling toml_edit v0.22.27
5232026-06-09T15:16:35.588Z Compiling usdt-attr-macro v0.5.0
5242026-06-09T15:16:35.588Z Compiling usdt-macro v0.5.0
5252026-06-09T15:16:35.807Z Compiling idna_adapter v1.2.1
5262026-06-09T15:16:35.905Z Compiling idna v1.1.0
5272026-06-09T15:16:36.168Z Compiling url v2.5.8
5282026-06-09T15:16:36.186Z Compiling usdt v0.5.0
5292026-06-09T15:16:36.398Z Compiling toml v0.8.23
5302026-06-09T15:16:36.718Z Compiling cargo-util-schemas v0.8.2
5312026-06-09T15:16:36.718Z Compiling cargo_toml v0.21.0
5322026-06-09T15:16:37.515Z Compiling cargo_metadata v0.21.0
5332026-06-09T15:16:38.448Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-09T15:16:40.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.76s
5352026-06-09T15:16:40.775Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-09T15:16:41.332Z Downloading crates ...
5372026-06-09T15:16:41.427Z Downloaded assert_matches v1.5.0
5382026-06-09T15:16:41.431Z Downloaded array-init v0.0.4
5392026-06-09T15:16:41.431Z Downloaded ascii-canvas v3.0.0
5402026-06-09T15:16:41.431Z Downloaded arrayref v0.3.9
5412026-06-09T15:16:41.434Z Downloaded adler2 v2.0.1
5422026-06-09T15:16:41.438Z Downloaded bitfield-macros v0.19.4
5432026-06-09T15:16:41.441Z Downloaded atomicwrites v0.4.4
5442026-06-09T15:16:41.441Z Downloaded anstyle-parse v0.2.7
5452026-06-09T15:16:41.445Z Downloaded arrayvec v0.7.6
5462026-06-09T15:16:41.448Z Downloaded async-bb8-diesel v0.2.1
5472026-06-09T15:16:41.451Z Downloaded async-recursion v1.1.1
5482026-06-09T15:16:41.454Z Downloaded diesel_table_macro_syntax v0.3.0
5492026-06-09T15:16:41.454Z Downloaded darling_macro v0.20.11
5502026-06-09T15:16:41.455Z Downloaded crunchy v0.2.4
5512026-06-09T15:16:41.458Z Downloaded cfg_aliases v0.2.1
5522026-06-09T15:16:41.458Z Downloaded bit-vec v0.6.3
5532026-06-09T15:16:41.461Z Downloaded ctr v0.9.2
5542026-06-09T15:16:41.465Z Downloaded crossbeam-utils v0.8.21
5552026-06-09T15:16:41.468Z Downloaded dirs-sys-next v0.1.2
5562026-06-09T15:16:41.468Z Downloaded corncobs v0.1.4
5572026-06-09T15:16:41.468Z Downloaded compression-codecs v0.4.37
5582026-06-09T15:16:41.471Z Downloaded convert_case v0.10.0
5592026-06-09T15:16:41.475Z Downloaded bzip2 v0.6.1
5602026-06-09T15:16:41.475Z Downloaded byte-wrapper v0.1.0
5612026-06-09T15:16:41.475Z Downloaded darling v0.23.0
5622026-06-09T15:16:41.478Z Downloaded der v0.7.10
5632026-06-09T15:16:41.481Z Downloaded difflib v0.4.0
5642026-06-09T15:16:41.481Z Downloaded defmt v0.3.100
5652026-06-09T15:16:41.485Z Downloaded darling_macro v0.13.4
5662026-06-09T15:16:41.485Z Downloaded daft v0.1.7
5672026-06-09T15:16:41.485Z Downloaded console v0.16.2
5682026-06-09T15:16:41.488Z Downloaded block-padding v0.3.3
5692026-06-09T15:16:41.488Z Downloaded curve25519-dalek-derive v0.1.1
5702026-06-09T15:16:41.488Z Downloaded crucible-workspace-hack v0.1.0
5712026-06-09T15:16:41.488Z Downloaded derive_builder_macro v0.20.2
5722026-06-09T15:16:41.492Z Downloaded daft-derive v0.1.7
5732026-06-09T15:16:41.497Z Downloaded compression-core v0.4.31
5742026-06-09T15:16:41.501Z Downloaded ciborium v0.2.2
5752026-06-09T15:16:41.501Z Downloaded cfg_aliases v0.1.1
5762026-06-09T15:16:41.501Z Downloaded cexpr v0.6.0
5772026-06-09T15:16:41.501Z Downloaded blowfish v0.9.1
5782026-06-09T15:16:41.504Z Downloaded base64 v0.22.1
5792026-06-09T15:16:41.504Z Downloaded foreign-types-macros v0.2.3
5802026-06-09T15:16:41.508Z Downloaded darling v0.13.4
5812026-06-09T15:16:41.508Z Downloaded cargo-platform v0.3.2
5822026-06-09T15:16:41.508Z Downloaded defmt-parser v1.0.0
5832026-06-09T15:16:41.511Z Downloaded float-cmp v0.10.0
5842026-06-09T15:16:41.511Z Downloaded diesel-dtrace v0.5.0
5852026-06-09T15:16:41.514Z Downloaded csv-core v0.1.13
5862026-06-09T15:16:41.514Z Downloaded crc-catalog v2.4.0
5872026-06-09T15:16:41.518Z Downloaded darling v0.20.11
5882026-06-09T15:16:41.521Z Downloaded darling v0.21.3
5892026-06-09T15:16:41.524Z Downloaded chacha20 v0.9.1
5902026-06-09T15:16:41.524Z Downloaded debug-ignore v1.0.5
5912026-06-09T15:16:41.528Z Downloaded bitfield-struct v0.6.2
5922026-06-09T15:16:41.528Z Downloaded darling_macro v0.23.0
5932026-06-09T15:16:41.531Z Downloaded crc8 v0.1.1
5942026-06-09T15:16:41.531Z Downloaded cobs v0.3.0
5952026-06-09T15:16:41.531Z Downloaded bb8 v0.8.6
5962026-06-09T15:16:41.531Z Downloaded dunce v1.0.5
5972026-06-09T15:16:41.535Z Downloaded fixedbitset v0.4.2
5982026-06-09T15:16:41.535Z Downloaded cstr-argument v0.1.2
5992026-06-09T15:16:41.539Z Downloaded darling_macro v0.21.3
6002026-06-09T15:16:41.539Z Downloaded foreign-types-shared v0.1.1
6012026-06-09T15:16:41.539Z Downloaded async-stream-impl v0.3.6
6022026-06-09T15:16:41.542Z Downloaded flagset v0.4.7
6032026-06-09T15:16:41.542Z Downloaded fallible-iterator v0.2.0
6042026-06-09T15:16:41.542Z Downloaded convert_case v0.4.0
6052026-06-09T15:16:41.542Z Downloaded ciborium-ll v0.2.2
6062026-06-09T15:16:42.548Z Downloaded bit-set v0.8.0
6072026-06-09T15:16:42.548Z Downloaded fd-lock v4.0.4
6082026-06-09T15:16:42.548Z Downloaded derive_builder_core v0.20.2
6092026-06-09T15:16:42.553Z Downloaded base16ct v0.2.0
6102026-06-09T15:16:42.553Z Downloaded dtrace-parser v0.3.0
6112026-06-09T15:16:42.553Z Downloaded atty v0.2.14
6122026-06-09T15:16:42.553Z Downloaded castaway v0.2.4
6132026-06-09T15:16:42.554Z Downloaded dropshot-api-manager-types v0.7.2
6142026-06-09T15:16:42.554Z Downloaded display-error-chain v0.2.2
6152026-06-09T15:16:42.554Z Downloaded float-ord v0.3.2
6162026-06-09T15:16:42.554Z Downloaded env_filter v1.0.0
6172026-06-09T15:16:42.554Z Downloaded dsl_auto_type v0.2.0
6182026-06-09T15:16:42.554Z Downloaded crc v3.4.0
6192026-06-09T15:16:42.554Z Downloaded futures-task v0.3.32
6202026-06-09T15:16:42.554Z Downloaded cpufeatures v0.3.0
6212026-06-09T15:16:42.554Z Downloaded enum-as-inner v0.6.1
6222026-06-09T15:16:42.554Z Downloaded embedded-io v0.6.1
6232026-06-09T15:16:42.554Z Downloaded ciborium-io v0.2.2
6242026-06-09T15:16:42.554Z Downloaded bcrypt-pbkdf v0.10.0
6252026-06-09T15:16:42.554Z Downloaded futures-core v0.3.32
6262026-06-09T15:16:42.554Z Downloaded dirs-next v2.0.0
6272026-06-09T15:16:42.554Z Downloaded foreign-types-shared v0.3.1
6282026-06-09T15:16:42.554Z Downloaded document-features v0.2.12
6292026-06-09T15:16:42.554Z Downloaded der_derive v0.7.3
6302026-06-09T15:16:42.554Z Downloaded crossbeam-epoch v0.9.18
6312026-06-09T15:16:42.554Z Downloaded crc-any v2.5.0
6322026-06-09T15:16:42.554Z Downloaded darling_core v0.13.4
6332026-06-09T15:16:42.554Z Downloaded cmake v0.1.57
6342026-06-09T15:16:42.554Z Downloaded bitfield v0.19.4
6352026-06-09T15:16:42.554Z Downloaded async-stream v0.3.6
6362026-06-09T15:16:42.554Z Downloaded downcast-rs v2.0.2
6372026-06-09T15:16:42.554Z Downloaded bit-vec v0.8.0
6382026-06-09T15:16:42.554Z Downloaded bcs v0.1.6
6392026-06-09T15:16:42.555Z Downloaded foreign-types v0.3.2
6402026-06-09T15:16:42.555Z Downloaded atomic-waker v1.1.2
6412026-06-09T15:16:42.555Z Downloaded futures-io v0.3.32
6422026-06-09T15:16:42.555Z Downloaded fxhash v0.2.1
6432026-06-09T15:16:42.555Z Downloaded funty v2.0.0
6442026-06-09T15:16:42.555Z Downloaded foreign-types v0.5.0
6452026-06-09T15:16:42.555Z Downloaded aead v0.5.2
6462026-06-09T15:16:42.555Z Downloaded cbc v0.1.2
6472026-06-09T15:16:42.555Z Downloaded futures-macro v0.3.32
6482026-06-09T15:16:42.555Z Downloaded futures-sink v0.3.32
6492026-06-09T15:16:42.555Z Downloaded endian-type v0.1.2
6502026-06-09T15:16:42.555Z Downloaded embedded-io v0.4.0
6512026-06-09T15:16:42.555Z Downloaded cipher v0.4.4
6522026-06-09T15:16:42.555Z Downloaded cargo_metadata v0.23.1
6532026-06-09T15:16:42.555Z Downloaded bitflags v1.3.2
6542026-06-09T15:16:42.555Z Downloaded ghash v0.5.1
6552026-06-09T15:16:42.555Z Downloaded globwalk v0.9.1
6562026-06-09T15:16:42.555Z Downloaded hash32 v0.3.1
6572026-06-09T15:16:42.555Z Downloaded git-stub v1.0.0
6582026-06-09T15:16:42.555Z Downloaded gethostname v0.5.0
6592026-06-09T15:16:42.555Z Downloaded dyn-clone v1.0.20
6602026-06-09T15:16:42.555Z Downloaded deranged v0.5.8
6612026-06-09T15:16:42.555Z Downloaded headers-core v0.3.0
6622026-06-09T15:16:42.555Z Downloaded hex v0.4.3
6632026-06-09T15:16:42.555Z Downloaded defmt v1.0.1
6642026-06-09T15:16:42.555Z Downloaded derive_builder v0.20.2
6652026-06-09T15:16:42.555Z Downloaded foldhash v0.1.5
6662026-06-09T15:16:42.556Z Downloaded data-encoding v2.10.0
6672026-06-09T15:16:42.556Z Downloaded erased-serde v0.3.31
6682026-06-09T15:16:42.556Z Downloaded cassowary v0.3.0
6692026-06-09T15:16:42.556Z Downloaded hex-literal v0.4.1
6702026-06-09T15:16:42.556Z Downloaded ff v0.13.1
6712026-06-09T15:16:42.556Z Downloaded camino-tempfile-ext v0.3.3
6722026-06-09T15:16:42.556Z Downloaded async-trait v0.1.89
6732026-06-09T15:16:42.556Z Downloaded foldhash v0.2.0
6742026-06-09T15:16:42.556Z Downloaded constant_time_eq v0.4.2
6752026-06-09T15:16:42.556Z Downloaded http-body v1.0.1
6762026-06-09T15:16:42.556Z Downloaded home v0.5.12
6772026-06-09T15:16:42.556Z Downloaded ed25519 v2.2.3
6782026-06-09T15:16:42.556Z Downloaded env_logger v0.11.9
6792026-06-09T15:16:42.556Z Downloaded hostname v0.4.2
6802026-06-09T15:16:42.556Z Downloaded either v1.15.0
6812026-06-09T15:16:42.556Z Downloaded darling_core v0.23.0
6822026-06-09T15:16:42.556Z Downloaded const_format_proc_macros v0.2.34
6832026-06-09T15:16:42.556Z Downloaded crc32fast v1.5.0
6842026-06-09T15:16:42.556Z Downloaded bzip2 v0.4.4
6852026-06-09T15:16:42.556Z Downloaded fs_extra v1.3.0
6862026-06-09T15:16:42.556Z Downloaded fixedbitset v0.5.7
6872026-06-09T15:16:42.556Z Downloaded httpdate v1.0.3
6882026-06-09T15:16:42.556Z Downloaded dof v0.4.0
6892026-06-09T15:16:42.556Z Downloaded cancel-safe-futures v0.1.5
6902026-06-09T15:16:42.556Z Downloaded hostname v0.3.1
6912026-06-09T15:16:42.556Z Downloaded http-range v0.1.5
6922026-06-09T15:16:42.556Z Downloaded fs-err v2.11.0
6932026-06-09T15:16:42.556Z Downloaded des v0.8.1
6942026-06-09T15:16:42.557Z Downloaded derive_more v2.1.1
6952026-06-09T15:16:42.557Z Downloaded hubpack_derive v0.1.1
6962026-06-09T15:16:42.557Z Downloaded hubpack v0.1.2
6972026-06-09T15:16:42.557Z Downloaded crossbeam-deque v0.8.6
6982026-06-09T15:16:42.557Z Downloaded ident_case v1.0.1
6992026-06-09T15:16:42.557Z Downloaded hyper-tls v0.6.0
7002026-06-09T15:16:42.557Z Downloaded internet-checksum v0.2.1
7012026-06-09T15:16:42.557Z Downloaded instant v0.1.13
7022026-06-09T15:16:42.557Z Downloaded is-terminal v0.4.17
7032026-06-09T15:16:42.557Z Downloaded git-stub-vcs v0.1.0
7042026-06-09T15:16:42.557Z Downloaded globset v0.4.18
7052026-06-09T15:16:42.557Z Downloaded keccak v0.1.6
7062026-06-09T15:16:42.557Z Downloaded illumos-nvpair v0.3.0
7072026-06-09T15:16:42.557Z Downloaded glob v0.3.3
7082026-06-09T15:16:42.557Z Downloaded illumos-nvpair-sys v0.2.0
7092026-06-09T15:16:42.562Z Downloaded hash32 v0.2.1
7102026-06-09T15:16:42.562Z Downloaded lazy_static v1.5.0
7112026-06-09T15:16:42.562Z Downloaded indent_write v2.2.0
7122026-06-09T15:16:42.562Z Downloaded inout v0.1.4
7132026-06-09T15:16:42.562Z Downloaded bytes v1.11.1
7142026-06-09T15:16:42.562Z Downloaded indoc v1.0.9
7152026-06-09T15:16:42.562Z Downloaded futures-executor v0.3.32
7162026-06-09T15:16:42.562Z Downloaded ecdsa v0.16.9
7172026-06-09T15:16:42.563Z Downloaded is_ci v1.2.0
7182026-06-09T15:16:42.563Z Downloaded chacha20 v0.10.0
7192026-06-09T15:16:42.563Z Downloaded blake2 v0.10.6
7202026-06-09T15:16:42.563Z Downloaded group v0.13.0
7212026-06-09T15:16:42.563Z Downloaded clang-sys v1.8.1
7222026-06-09T15:16:42.563Z Downloaded cookie v0.18.1
7232026-06-09T15:16:42.563Z Downloaded colored v3.1.1
7242026-06-09T15:16:42.563Z Downloaded find-msvc-tools v0.1.9
7252026-06-09T15:16:42.563Z Downloaded console v0.15.11
7262026-06-09T15:16:42.563Z Downloaded diff v0.1.13
7272026-06-09T15:16:42.563Z Downloaded backoff v0.4.0
7282026-06-09T15:16:42.563Z Downloaded lalrpop-util v0.19.12
7292026-06-09T15:16:42.563Z Downloaded derive-ex v0.1.8
7302026-06-09T15:16:42.563Z Downloaded backon v1.6.0
7312026-06-09T15:16:42.563Z Downloaded buf-list v1.1.2
7322026-06-09T15:16:42.563Z Downloaded bit-set v0.5.3
7332026-06-09T15:16:42.563Z Downloaded argon2 v0.5.3
7342026-06-09T15:16:42.563Z Downloaded libscf-sys v1.1.0
7352026-06-09T15:16:42.563Z Downloaded darling_core v0.20.11
7362026-06-09T15:16:42.563Z Downloaded highway v1.3.0
7372026-06-09T15:16:42.563Z Downloaded cookie_store v0.22.1
7382026-06-09T15:16:42.563Z Downloaded derive-where v1.6.0
7392026-06-09T15:16:42.563Z Downloaded lru-cache v0.1.2
7402026-06-09T15:16:42.563Z Downloaded defmt-macros v1.0.1
7412026-06-09T15:16:42.563Z Downloaded critical-section v1.2.0
7422026-06-09T15:16:42.564Z Downloaded base64ct v1.8.3
7432026-06-09T15:16:42.564Z Downloaded lru v0.12.5
7442026-06-09T15:16:42.564Z Downloaded linked-hash-map v0.5.6
7452026-06-09T15:16:42.564Z Downloaded humantime v2.3.0
7462026-06-09T15:16:42.564Z Downloaded http-body-util v0.1.3
7472026-06-09T15:16:42.564Z Downloaded hyper-staticfile v0.10.1
7482026-06-09T15:16:42.564Z Downloaded ena v0.14.4
7492026-06-09T15:16:42.564Z Downloaded md5 v0.7.0
7502026-06-09T15:16:42.564Z Downloaded mime v0.3.17
7512026-06-09T15:16:42.564Z Downloaded futures-channel v0.3.32
7522026-06-09T15:16:42.564Z Downloaded getrandom v0.2.17
7532026-06-09T15:16:42.564Z Downloaded maybe-uninit v2.0.0
7542026-06-09T15:16:42.564Z Downloaded match_cfg v0.1.0
7552026-06-09T15:16:42.564Z Downloaded lzss v0.8.2
7562026-06-09T15:16:42.564Z Downloaded md-5 v0.10.6
7572026-06-09T15:16:42.564Z Downloaded lru-slab v0.1.2
7582026-06-09T15:16:42.564Z Downloaded maplit v1.0.2
7592026-06-09T15:16:42.564Z Downloaded aes v0.8.4
7602026-06-09T15:16:42.564Z Downloaded newline-converter v0.3.0
7612026-06-09T15:16:42.564Z Downloaded jobserver v0.1.34
7622026-06-09T15:16:42.564Z Downloaded ipnetwork v0.21.1
7632026-06-09T15:16:42.564Z Downloaded anstream v0.6.21
7642026-06-09T15:16:42.564Z Downloaded multimap v0.10.1
7652026-06-09T15:16:42.564Z Downloaded kstat-rs v0.2.4
7662026-06-09T15:16:42.564Z Downloaded newtype_derive v0.1.6
7672026-06-09T15:16:42.564Z Downloaded new_debug_unreachable v1.0.6
7682026-06-09T15:16:42.564Z Downloaded nonempty v0.12.0
7692026-06-09T15:16:42.565Z Downloaded nodrop v0.1.14
7702026-06-09T15:16:42.565Z Downloaded ipnet v2.11.0
7712026-06-09T15:16:42.565Z Downloaded instability v0.3.11
7722026-06-09T15:16:42.565Z Downloaded ingot v0.1.1
7732026-06-09T15:16:42.565Z Downloaded indoc v2.0.7
7742026-06-09T15:16:42.565Z Downloaded nibble_vec v0.1.0
7752026-06-09T15:16:42.565Z Downloaded ahash v0.8.12
7762026-06-09T15:16:42.565Z Downloaded newtype-uuid-macros v0.1.0
7772026-06-09T15:16:42.565Z Downloaded normalize-line-endings v0.3.0
7782026-06-09T15:16:42.565Z Downloaded libefi-sys v0.1.0
7792026-06-09T15:16:42.565Z Downloaded num v0.4.3
7802026-06-09T15:16:42.565Z Downloaded fatfs v0.3.6
7812026-06-09T15:16:42.565Z Downloaded derive_more v0.99.20
7822026-06-09T15:16:42.565Z Downloaded num_threads v0.1.7
7832026-06-09T15:16:42.565Z Downloaded filetime v0.2.27
7842026-06-09T15:16:42.565Z Downloaded allocator-api2 v0.2.21
7852026-06-09T15:16:42.565Z Downloaded num-conv v0.2.0
7862026-06-09T15:16:42.565Z Downloaded libloading v0.8.9
7872026-06-09T15:16:42.565Z Downloaded num-derive v0.4.2
7882026-06-09T15:16:42.565Z Downloaded num-derive v0.3.3
7892026-06-09T15:16:42.565Z Downloaded olpc-cjson v0.1.4
7902026-06-09T15:16:42.565Z Downloaded libsw v3.5.0
7912026-06-09T15:16:42.565Z Downloaded num-iter v0.1.45
7922026-06-09T15:16:42.565Z Downloaded lock_api v0.4.14
7932026-06-09T15:16:42.565Z Downloaded colored v2.2.0
7942026-06-09T15:16:42.565Z Downloaded libsw-core v0.3.2
7952026-06-09T15:16:42.565Z Downloaded oso-derive v0.27.3
7962026-06-09T15:16:42.566Z Downloaded dropshot_endpoint v0.17.0
7972026-06-09T15:16:42.566Z Downloaded openssl-probe v0.2.1
7982026-06-09T15:16:42.566Z Downloaded num_enum_derive v0.5.11
7992026-06-09T15:16:42.566Z Downloaded getrandom v0.3.4
8002026-06-09T15:16:42.566Z Downloaded openssl-probe v0.1.6
8012026-06-09T15:16:42.566Z Downloaded packed_struct_codegen v0.10.1
8022026-06-09T15:16:42.566Z Downloaded managed v0.8.0
8032026-06-09T15:16:42.566Z Downloaded openssl-macros v0.1.1
8042026-06-09T15:16:42.566Z Downloaded httparse v1.10.1
8052026-06-09T15:16:42.566Z Downloaded futures v0.3.32
8062026-06-09T15:16:42.566Z Downloaded hyper-rustls v0.27.7
8072026-06-09T15:16:42.566Z Downloaded drift v0.2.0
8082026-06-09T15:16:42.566Z Downloaded multer v3.1.0
8092026-06-09T15:16:42.572Z Downloaded parse-display v0.10.0
8102026-06-09T15:16:42.572Z Downloaded native-tls v0.2.18
8112026-06-09T15:16:42.572Z Downloaded nanorand v0.7.0
8122026-06-09T15:16:42.572Z Downloaded half v1.8.3
8132026-06-09T15:16:42.572Z Downloaded parse-size v1.1.0
8142026-06-09T15:16:42.572Z Downloaded newtype-uuid v1.3.2
8152026-06-09T15:16:42.572Z Downloaded iana-time-zone v0.1.65
8162026-06-09T15:16:42.572Z Downloaded ingot-types v0.1.2
8172026-06-09T15:16:42.572Z Downloaded mime_guess v2.0.5
8182026-06-09T15:16:42.572Z Downloaded impl-trait-for-tuples v0.2.3
8192026-06-09T15:16:42.572Z Downloaded memoffset v0.9.1
8202026-06-09T15:16:42.572Z Downloaded ingot-macros v0.1.1
8212026-06-09T15:16:42.572Z Downloaded const-oid v0.9.6
8222026-06-09T15:16:42.572Z Downloaded nu-ansi-term v0.50.3
8232026-06-09T15:16:42.572Z Downloaded chacha20poly1305 v0.10.1
8242026-06-09T15:16:42.572Z Downloaded peg-runtime v0.8.5
8252026-06-09T15:16:42.572Z Downloaded opaque-debug v0.3.1
8262026-06-09T15:16:42.572Z Downloaded num_enum v0.5.11
8272026-06-09T15:16:42.572Z Downloaded num-rational v0.4.2
8282026-06-09T15:16:42.572Z Downloaded num-integer v0.1.46
8292026-06-09T15:16:42.573Z Downloaded litrs v1.0.0
8302026-06-09T15:16:42.573Z Downloaded pin-utils v0.1.0
8312026-06-09T15:16:42.573Z Downloaded elliptic-curve v0.13.8
8322026-06-09T15:16:42.573Z Downloaded phf_shared v0.13.1
8332026-06-09T15:16:42.573Z Downloaded phf_shared v0.12.1
8342026-06-09T15:16:42.573Z Downloaded phf_shared v0.11.3
8352026-06-09T15:16:42.573Z Downloaded pbkdf2 v0.12.2
8362026-06-09T15:16:42.573Z Downloaded darling_core v0.21.3
8372026-06-09T15:16:42.573Z Downloaded arc-swap v1.8.2
8382026-06-09T15:16:42.573Z Downloaded crossbeam-channel v0.5.15
8392026-06-09T15:16:42.573Z Downloaded oxnet v0.1.5
8402026-06-09T15:16:42.573Z Downloaded oxide-tokio-rt v0.1.4
8412026-06-09T15:16:42.573Z Downloaded owo-colors v4.3.0
8422026-06-09T15:16:42.573Z Downloaded crossterm v0.28.1
8432026-06-09T15:16:42.573Z Downloaded parking_lot_core v0.8.6
8442026-06-09T15:16:42.573Z Downloaded precomputed-hash v0.1.1
8452026-06-09T15:16:42.573Z Downloaded powerfmt v0.2.0
8462026-06-09T15:16:42.573Z Downloaded indexmap v1.9.3
8472026-06-09T15:16:42.573Z Downloaded headers v0.4.1
8482026-06-09T15:16:42.573Z Downloaded proc-macro-crate v1.3.1
8492026-06-09T15:16:42.573Z Downloaded crypto-bigint v0.5.5
8502026-06-09T15:16:42.573Z Downloaded ignore v0.4.25
8512026-06-09T15:16:42.573Z Downloaded progenitor-client v0.11.2
8522026-06-09T15:16:42.573Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-06-09T15:16:42.573Z Downloaded proc-macro-crate v3.4.0
8542026-06-09T15:16:42.573Z Downloaded predicates-tree v1.0.13
8552026-06-09T15:16:42.573Z Downloaded packed_struct v0.10.1
8562026-06-09T15:16:42.573Z Downloaded pbkdf2 v0.11.0
8572026-06-09T15:16:42.574Z Downloaded password-hash v0.5.0
8582026-06-09T15:16:42.574Z Downloaded progenitor-client v0.10.0
8592026-06-09T15:16:42.574Z Downloaded password-hash v0.4.2
8602026-06-09T15:16:42.574Z Downloaded num-complex v0.4.6
8612026-06-09T15:16:42.574Z Downloaded compact_str v0.8.1
8622026-06-09T15:16:42.574Z Downloaded heapless v0.8.0
8632026-06-09T15:16:42.574Z Downloaded peg-macros v0.8.5
8642026-06-09T15:16:42.574Z Downloaded peg v0.8.5
8652026-06-09T15:16:42.574Z Downloaded psl-types v2.0.11
8662026-06-09T15:16:42.574Z Downloaded progenitor-macro v0.11.2
8672026-06-09T15:16:42.574Z Downloaded progenitor-client v0.14.0
8682026-06-09T15:16:42.574Z Downloaded progenitor-macro v0.13.0
8692026-06-09T15:16:42.574Z Downloaded pin-project-lite v0.2.17
8702026-06-09T15:16:42.574Z Downloaded phf v0.13.1
8712026-06-09T15:16:42.574Z Downloaded phf v0.12.1
8722026-06-09T15:16:42.574Z Downloaded pem-rfc7468 v0.7.0
8732026-06-09T15:16:42.574Z Downloaded rand_chacha v0.3.1
8742026-06-09T15:16:42.574Z Downloaded progenitor-macro v0.14.0
8752026-06-09T15:16:42.574Z Downloaded pem v3.0.6
8762026-06-09T15:16:42.574Z Downloaded const_format v0.2.35
8772026-06-09T15:16:42.574Z Downloaded paste v1.0.15
8782026-06-09T15:16:42.574Z Downloaded pkg-config v0.3.32
8792026-06-09T15:16:42.574Z Downloaded omicron-zone-package v0.12.2
8802026-06-09T15:16:42.574Z Downloaded libbz2-rs-sys v0.2.2
8812026-06-09T15:16:42.574Z Downloaded quick-error v1.2.3
8822026-06-09T15:16:42.574Z Downloaded pin-project-internal v1.1.11
8832026-06-09T15:16:42.574Z Downloaded heapless v0.7.17
8842026-06-09T15:16:42.575Z Downloaded radium v0.7.0
8852026-06-09T15:16:42.575Z Downloaded flate2 v1.1.9
8862026-06-09T15:16:42.575Z Downloaded base64 v0.21.7
8872026-06-09T15:16:42.575Z Downloaded memmap2 v0.9.10
8882026-06-09T15:16:42.575Z Downloaded postgres-protocol v0.6.10
8892026-06-09T15:16:42.575Z Downloaded polyval v0.6.2
8902026-06-09T15:16:42.575Z Downloaded predicates-core v1.0.10
8912026-06-09T15:16:42.575Z Downloaded poly1305 v0.8.0
8922026-06-09T15:16:42.575Z Downloaded parking_lot v0.12.5
8932026-06-09T15:16:42.575Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-06-09T15:16:42.575Z Downloaded recursive v0.1.1
8952026-06-09T15:16:42.575Z Downloaded parking_lot v0.11.2
8962026-06-09T15:16:42.575Z Downloaded ref-cast-impl v1.0.25
8972026-06-09T15:16:42.575Z Downloaded progenitor v0.11.2
8982026-06-09T15:16:42.575Z Downloaded indicatif v0.18.4
8992026-06-09T15:16:42.575Z Downloaded ppv-lite86 v0.2.21
9002026-06-09T15:16:42.575Z Downloaded predicates v3.1.4
9012026-06-09T15:16:42.575Z Downloaded parse-display-derive v0.10.0
9022026-06-09T15:16:42.575Z Downloaded path-slash v0.1.5
9032026-06-09T15:16:42.575Z Downloaded proc-macro-error2 v2.0.1
9042026-06-09T15:16:42.575Z Downloaded progenitor v0.13.0
9052026-06-09T15:16:42.575Z Downloaded num_enum_derive v0.7.6
9062026-06-09T15:16:42.575Z Downloaded linear-map v1.2.0
9072026-06-09T15:16:42.575Z Downloaded hmac v0.12.1
9082026-06-09T15:16:42.575Z Downloaded half v2.7.1
9092026-06-09T15:16:42.582Z Downloaded rfc6979 v0.4.0
9102026-06-09T15:16:42.582Z Downloaded ref-cast v1.0.25
9112026-06-09T15:16:42.582Z Downloaded primeorder v0.13.6
9122026-06-09T15:16:42.582Z Downloaded parking_lot_core v0.9.12
9132026-06-09T15:16:42.582Z Downloaded rand_xorshift v0.4.0
9142026-06-09T15:16:42.582Z Downloaded flume v0.11.1
9152026-06-09T15:16:42.582Z Downloaded rtoolbox v0.0.3
9162026-06-09T15:16:42.582Z Downloaded ar_archive_writer v0.5.1
9172026-06-09T15:16:42.582Z Downloaded progenitor-client v0.13.0
9182026-06-09T15:16:42.582Z Downloaded hickory-resolver v0.25.2
9192026-06-09T15:16:42.582Z Downloaded hickory-resolver v0.24.4
9202026-06-09T15:16:42.582Z Downloaded bumpalo v3.20.2
9212026-06-09T15:16:42.582Z Downloaded psm v0.1.30
9222026-06-09T15:16:42.582Z Downloaded russh-cryptovec v0.7.3
9232026-06-09T15:16:42.582Z Downloaded num_enum v0.7.6
9242026-06-09T15:16:42.582Z Downloaded rustc-hash v2.1.1
9252026-06-09T15:16:42.582Z Downloaded expectorate v1.2.0
9262026-06-09T15:16:42.582Z Downloaded progenitor-extras v0.2.0
9272026-06-09T15:16:42.583Z Downloaded async-compression v0.4.41
9282026-06-09T15:16:42.583Z Downloaded diesel_derives v2.3.7
9292026-06-09T15:16:42.583Z Downloaded rustc_version v0.1.7
9302026-06-09T15:16:42.583Z Downloaded rustc_version v0.4.1
9312026-06-09T15:16:42.583Z Downloaded r2d2 v0.8.10
9322026-06-09T15:16:42.583Z Downloaded rand_core v0.10.0
9332026-06-09T15:16:42.583Z Downloaded pkcs5 v0.7.1
9342026-06-09T15:16:42.583Z Downloaded ed25519-dalek v2.2.0
9352026-06-09T15:16:42.583Z Downloaded oso v0.27.3
9362026-06-09T15:16:42.583Z Downloaded pkcs1 v0.7.5
9372026-06-09T15:16:42.583Z Downloaded crossterm v0.29.0
9382026-06-09T15:16:42.583Z Downloaded sapling-renderdag v0.1.0
9392026-06-09T15:16:42.583Z Downloaded same-file v1.0.6
9402026-06-09T15:16:42.583Z Downloaded rand_core v0.9.5
9412026-06-09T15:16:42.583Z Downloaded scheduled-thread-pool v0.2.7
9422026-06-09T15:16:42.583Z Downloaded salsa20 v0.10.2
9432026-06-09T15:16:42.583Z Downloaded rand_core v0.6.4
9442026-06-09T15:16:42.583Z Downloaded postgres-types v0.2.12
9452026-06-09T15:16:42.583Z Downloaded secrecy v0.8.0
9462026-06-09T15:16:42.583Z Downloaded scrypt v0.11.0
9472026-06-09T15:16:42.583Z Downloaded scopeguard v1.2.0
9482026-06-09T15:16:42.583Z Downloaded postcard v1.1.3
9492026-06-09T15:16:42.583Z Downloaded derive_more-impl v2.1.1
9502026-06-09T15:16:42.583Z Downloaded scroll_derive v0.13.1
9512026-06-09T15:16:42.583Z Downloaded miniz_oxide v0.8.9
9522026-06-09T15:16:42.583Z Downloaded jiff-static v0.2.21
9532026-06-09T15:16:42.583Z Downloaded serde-big-array v0.5.1
9542026-06-09T15:16:42.583Z Downloaded secrecy v0.10.3
9552026-06-09T15:16:42.584Z Downloaded progenitor v0.14.0
9562026-06-09T15:16:42.584Z Downloaded pin-project v1.1.11
9572026-06-09T15:16:42.584Z Downloaded serde_bytes v0.11.19
9582026-06-09T15:16:42.584Z Downloaded serde_spanned v1.0.4
9592026-06-09T15:16:42.584Z Downloaded serde_repr v0.1.20
9602026-06-09T15:16:42.584Z Downloaded serde_plain v1.0.2
9612026-06-09T15:16:42.584Z Downloaded http v1.4.0
9622026-06-09T15:16:42.584Z Downloaded quinn-udp v0.5.14
9632026-06-09T15:16:42.584Z Downloaded semver v0.1.20
9642026-06-09T15:16:42.584Z Downloaded resolv-conf v0.7.6
9652026-06-09T15:16:42.584Z Downloaded rand_seeder v0.4.0
9662026-06-09T15:16:42.584Z Downloaded hashbrown v0.13.2
9672026-06-09T15:16:42.584Z Downloaded serde_urlencoded v0.7.1
9682026-06-09T15:16:42.584Z Downloaded shell-words v1.1.1
9692026-06-09T15:16:42.584Z Downloaded rustls-pemfile v2.2.0
9702026-06-09T15:16:42.584Z Downloaded rustls-pemfile v1.0.4
9712026-06-09T15:16:42.584Z Downloaded pkcs8 v0.10.2
9722026-06-09T15:16:42.584Z Downloaded siphasher v1.0.2
9732026-06-09T15:16:42.584Z Downloaded prefix-trie v0.7.0
9742026-06-09T15:16:42.584Z Downloaded rustversion v1.0.22
9752026-06-09T15:16:42.584Z Downloaded signal-hook-tokio v0.3.1
9762026-06-09T15:16:42.584Z Downloaded signal-hook-mio v0.2.5
9772026-06-09T15:16:42.584Z Downloaded sigpipe v0.1.3
9782026-06-09T15:16:42.584Z Downloaded rustls-native-certs v0.8.3
9792026-06-09T15:16:42.584Z Downloaded signature v2.2.0
9802026-06-09T15:16:42.584Z Downloaded p256 v0.13.2
9812026-06-09T15:16:42.584Z Downloaded papergrid v0.17.0
9822026-06-09T15:16:42.584Z Downloaded sec1 v0.7.3
9832026-06-09T15:16:42.585Z Downloaded schemars_derive v0.8.22
9842026-06-09T15:16:42.585Z Downloaded slog-envlogger v2.2.0
9852026-06-09T15:16:42.585Z Downloaded progenitor-impl v0.13.0
9862026-06-09T15:16:42.585Z Downloaded progenitor-impl v0.11.2
9872026-06-09T15:16:42.585Z Downloaded slog-bunyan v2.5.0
9882026-06-09T15:16:42.585Z Downloaded hashbrown v0.12.3
9892026-06-09T15:16:42.585Z Downloaded seq-macro v0.3.6
9902026-06-09T15:16:42.585Z Downloaded sct v0.7.1
9912026-06-09T15:16:42.585Z Downloaded serde-hex v0.1.0
9922026-06-09T15:16:42.585Z Downloaded hickory-server v0.25.2
9932026-06-09T15:16:42.585Z Downloaded cc v1.2.56
9942026-06-09T15:16:42.585Z Downloaded ssh-encoding v0.2.0
9952026-06-09T15:16:42.585Z Downloaded serde_derive_internals v0.29.1
9962026-06-09T15:16:42.585Z Downloaded sqlparser_derive v0.5.0
9972026-06-09T15:16:42.585Z Downloaded serde_path_to_error v0.1.20
9982026-06-09T15:16:42.585Z Downloaded openssl-sys v0.9.115
9992026-06-09T15:16:42.585Z Downloaded rand_chacha v0.9.0
10002026-06-09T15:16:42.585Z Downloaded strsim v0.10.0
10012026-06-09T15:16:42.585Z Downloaded strum v0.27.2
10022026-06-09T15:16:42.585Z Downloaded strum v0.26.3
10032026-06-09T15:16:42.585Z Downloaded structmeta v0.3.0
10042026-06-09T15:16:42.585Z Downloaded subtle v2.6.1
10052026-06-09T15:16:42.585Z Downloaded shlex v1.3.0
10062026-06-09T15:16:42.585Z Downloaded slab v0.4.12
10072026-06-09T15:16:42.585Z Downloaded rustls-pki-types v1.14.0
10082026-06-09T15:16:42.585Z Downloaded rusty-fork v0.3.1
10092026-06-09T15:16:42.592Z Downloaded hyper-util v0.1.20
10102026-06-09T15:16:42.592Z Downloaded strip-ansi-escapes v0.2.1
10112026-06-09T15:16:42.592Z Downloaded signal-hook-registry v1.4.8
10122026-06-09T15:16:42.592Z Downloaded sha1 v0.10.6
10132026-06-09T15:16:42.592Z Downloaded supports-color v3.0.2
10142026-06-09T15:16:42.592Z Downloaded slog-dtrace v0.3.0
10152026-06-09T15:16:42.592Z Downloaded serde_with_macros v1.5.2
10162026-06-09T15:16:42.592Z Downloaded rcgen v0.12.1
10172026-06-09T15:16:42.592Z Downloaded mio v1.2.0
10182026-06-09T15:16:42.592Z Downloaded structmeta-derive v0.3.0
10192026-06-09T15:16:42.592Z Downloaded scroll v0.13.0
10202026-06-09T15:16:42.592Z Downloaded tabwriter v1.4.1
10212026-06-09T15:16:42.592Z Downloaded slog-stdlog v4.1.1
10222026-06-09T15:16:42.592Z Downloaded minimal-lexical v0.2.1
10232026-06-09T15:16:42.592Z Downloaded slog-async v2.8.0
10242026-06-09T15:16:42.592Z Downloaded hashbrown v0.15.5
10252026-06-09T15:16:42.592Z Downloaded termtree v0.5.1
10262026-06-09T15:16:42.592Z Downloaded slog-term v2.9.2
10272026-06-09T15:16:42.592Z Downloaded take_mut v0.2.2
10282026-06-09T15:16:42.592Z Downloaded tagptr v0.2.0
10292026-06-09T15:16:42.592Z Downloaded tabled_derive v0.11.0
10302026-06-09T15:16:42.592Z Downloaded sync-ptr v0.1.4
10312026-06-09T15:16:42.593Z Downloaded smf v0.2.3
10322026-06-09T15:16:42.593Z Downloaded prettyplease v0.2.37
10332026-06-09T15:16:42.593Z Downloaded testing_table v0.3.0
10342026-06-09T15:16:42.593Z Downloaded serde_cbor v0.11.2
10352026-06-09T15:16:42.593Z Downloaded slog-scope v4.4.1
10362026-06-09T15:16:42.593Z Downloaded progenitor-impl v0.14.0
10372026-06-09T15:16:42.593Z Downloaded aes-gcm v0.10.3
10382026-06-09T15:16:42.593Z Downloaded simd-adler32 v0.3.8
10392026-06-09T15:16:42.593Z Downloaded spki v0.7.3
10402026-06-09T15:16:42.593Z Downloaded time-core v0.1.8
10412026-06-09T15:16:42.593Z Downloaded blake3 v1.8.3
10422026-06-09T15:16:42.593Z Downloaded stringprep v0.1.5
10432026-06-09T15:16:42.593Z Downloaded thread-id v5.1.0
10442026-06-09T15:16:42.593Z Downloaded ron v0.8.1
10452026-06-09T15:16:42.593Z Downloaded static_assertions v1.1.0
10462026-06-09T15:16:42.593Z Downloaded stacker v0.1.23
10472026-06-09T15:16:42.593Z Downloaded tinyvec_macros v0.1.1
10482026-06-09T15:16:42.593Z Downloaded ssh-cipher v0.2.0
10492026-06-09T15:16:42.593Z Downloaded string_cache v0.8.9
10502026-06-09T15:16:42.593Z Downloaded russh-keys v0.45.0
10512026-06-09T15:16:42.593Z Downloaded serde_with_macros v3.17.0
10522026-06-09T15:16:42.593Z Downloaded rustls-platform-verifier v0.6.2
10532026-06-09T15:16:42.593Z Downloaded schemars v0.8.22
10542026-06-09T15:16:42.593Z Downloaded tokio-macros v2.7.0
10552026-06-09T15:16:42.593Z Downloaded support-bundle-viewer v0.1.2
10562026-06-09T15:16:42.593Z Downloaded strum_macros v0.26.4
10572026-06-09T15:16:42.593Z Downloaded sync_wrapper v1.0.2
10582026-06-09T15:16:42.594Z Downloaded strum_macros v0.27.2
10592026-06-09T15:16:42.594Z Downloaded slog-json v2.6.1
10602026-06-09T15:16:42.594Z Downloaded smallvec v0.6.14
10612026-06-09T15:16:42.594Z Downloaded tap v1.0.1
10622026-06-09T15:16:42.594Z Downloaded rayon-core v1.13.0
10632026-06-09T15:16:42.594Z Downloaded ryu v1.0.23
10642026-06-09T15:16:42.594Z Downloaded sqlformat v0.3.5
10652026-06-09T15:16:42.594Z Downloaded snafu-derive v0.8.9
10662026-06-09T15:16:42.594Z Downloaded spin v0.9.8
10672026-06-09T15:16:42.594Z Downloaded thiserror-no-std v2.0.2
10682026-06-09T15:16:42.594Z Downloaded bitvec v1.0.1
10692026-06-09T15:16:42.594Z Downloaded libxml v0.3.3
10702026-06-09T15:16:42.594Z Downloaded tls_codec v0.4.2
10712026-06-09T15:16:42.594Z Downloaded qorb v0.4.1
10722026-06-09T15:16:42.594Z Downloaded tower-layer v0.3.3
10732026-06-09T15:16:42.594Z Downloaded typify-macro v0.6.2
10742026-06-09T15:16:42.594Z Downloaded typify-macro v0.4.3
10752026-06-09T15:16:42.594Z Downloaded topological-sort v0.2.2
10762026-06-09T15:16:42.594Z Downloaded thiserror-impl-no-std v2.0.2
10772026-06-09T15:16:42.594Z Downloaded similar v2.7.0
10782026-06-09T15:16:42.594Z Downloaded try-lock v0.2.5
10792026-06-09T15:16:42.594Z Downloaded trait-variant v0.1.2
10802026-06-09T15:16:42.594Z Downloaded tower-service v0.3.3
10812026-06-09T15:16:42.594Z Downloaded thread_local v1.1.9
10822026-06-09T15:16:42.594Z Downloaded schemars v0.9.0
10832026-06-09T15:16:42.594Z Downloaded unarray v0.1.4
10842026-06-09T15:16:42.594Z Downloaded tiny-keccak v2.0.2
10852026-06-09T15:16:42.595Z Downloaded time-macros v0.2.27
10862026-06-09T15:16:42.595Z Downloaded strum_macros v0.24.3
10872026-06-09T15:16:42.595Z Downloaded serde_yaml v0.9.34+deprecated
10882026-06-09T15:16:42.595Z Downloaded pretty_assertions v1.4.1
10892026-06-09T15:16:42.595Z Downloaded num-bigint v0.4.6
10902026-06-09T15:16:42.595Z Downloaded rand v0.8.6
10912026-06-09T15:16:42.595Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10922026-06-09T15:16:42.595Z Downloaded usdt v0.6.0
10932026-06-09T15:16:42.595Z Downloaded unit-prefix v0.5.2
10942026-06-09T15:16:42.595Z Downloaded tokio-tungstenite v0.23.1
10952026-06-09T15:16:42.595Z Downloaded tokio-dtrace v0.1.1
10962026-06-09T15:16:42.595Z Downloaded slog v2.8.2
10972026-06-09T15:16:42.595Z Downloaded universal-hash v0.5.1
10982026-06-09T15:16:42.595Z Downloaded usdt-macro v0.6.0
10992026-06-09T15:16:42.595Z Downloaded nom v7.1.3
11002026-06-09T15:16:42.595Z Downloaded untrusted v0.9.0
11012026-06-09T15:16:42.595Z Downloaded unicode-truncate v1.1.0
11022026-06-09T15:16:42.595Z Downloaded itertools v0.12.1
11032026-06-09T15:16:42.595Z Downloaded toml_writer v1.0.6+spec-1.1.0
11042026-06-09T15:16:42.595Z Downloaded tokio-rustls v0.25.0
11052026-06-09T15:16:42.595Z Downloaded itertools v0.10.5
11062026-06-09T15:16:42.595Z Downloaded untrusted v0.7.1
11072026-06-09T15:16:42.595Z Downloaded utf-8 v0.7.6
11082026-06-09T15:16:42.595Z Downloaded usdt-attr-macro v0.6.0
11092026-06-09T15:16:42.600Z Downloaded quinn v0.11.9
11102026-06-09T15:16:42.600Z Downloaded dropshot-api-manager v0.7.2
11112026-06-09T15:16:42.600Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-06-09T15:16:42.600Z Downloaded signal-hook v0.3.18
11132026-06-09T15:16:42.600Z Downloaded tui-tree-widget v0.23.1
11142026-06-09T15:16:42.600Z Downloaded publicsuffix v2.3.0
11152026-06-09T15:16:42.600Z Downloaded term v0.7.0
11162026-06-09T15:16:42.600Z Downloaded rsa v0.9.10
11172026-06-09T15:16:42.600Z Downloaded tls_codec_derive v0.4.2
11182026-06-09T15:16:42.600Z Downloaded void v1.0.2
11192026-06-09T15:16:42.600Z Downloaded term v1.2.1
11202026-06-09T15:16:42.600Z Downloaded aho-corasick v1.1.4
11212026-06-09T15:16:42.600Z Downloaded termios v0.3.3
11222026-06-09T15:16:42.600Z Downloaded waitgroup v0.1.2
11232026-06-09T15:16:42.600Z Downloaded wait-timeout v0.2.1
11242026-06-09T15:16:42.600Z Downloaded hyper v1.8.1
11252026-06-09T15:16:42.600Z Downloaded rustls-webpki v0.103.9
11262026-06-09T15:16:42.600Z Downloaded schemars v1.2.1
11272026-06-09T15:16:42.601Z Downloaded want v0.3.1
11282026-06-09T15:16:42.601Z Downloaded snafu v0.8.9
11292026-06-09T15:16:42.601Z Downloaded tokio-stream v0.1.18
11302026-06-09T15:16:42.601Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-06-09T15:16:42.601Z Downloaded xattr v1.6.1
11322026-06-09T15:16:42.601Z Downloaded tokio-tungstenite v0.21.0
11332026-06-09T15:16:42.601Z Downloaded tokio-native-tls v0.3.1
11342026-06-09T15:16:42.601Z Downloaded zeroize_derive v1.4.3
11352026-06-09T15:16:42.601Z Downloaded xshell-macros v0.2.7
11362026-06-09T15:16:42.601Z Downloaded nom v8.0.0
11372026-06-09T15:16:42.601Z Downloaded unicase v2.9.0
11382026-06-09T15:16:42.601Z Downloaded subprocess v0.2.15
11392026-06-09T15:16:42.601Z Downloaded tokio-rustls v0.24.1
11402026-06-09T15:16:42.601Z Downloaded itertools v0.14.0
11412026-06-09T15:16:42.601Z Downloaded tokio-rustls v0.26.4
11422026-06-09T15:16:42.601Z Downloaded usdt-impl v0.6.0
11432026-06-09T15:16:42.601Z Downloaded hashbrown v0.16.1
11442026-06-09T15:16:42.601Z Downloaded test-strategy v0.4.5
11452026-06-09T15:16:42.601Z Downloaded num-bigint-dig v0.8.6
11462026-06-09T15:16:42.601Z Downloaded zone v0.3.1
11472026-06-09T15:16:42.601Z Downloaded uzers v0.12.2
11482026-06-09T15:16:42.601Z Downloaded samael v0.0.19
11492026-06-09T15:16:42.601Z Downloaded zone_cfg_derive v0.3.1
11502026-06-09T15:16:42.601Z Downloaded socket2 v0.5.10
11512026-06-09T15:16:42.601Z Downloaded tracing-attributes v0.1.31
11522026-06-09T15:16:42.601Z Downloaded vergen-lib v9.1.0
11532026-06-09T15:16:42.601Z Downloaded vergen-gitcl v1.0.8
11542026-06-09T15:16:42.602Z Downloaded hkdf v0.12.4
11552026-06-09T15:16:42.602Z Downloaded tinyvec v1.10.0
11562026-06-09T15:16:42.602Z Downloaded socket2 v0.6.3
11572026-06-09T15:16:42.602Z Downloaded iri-string v0.7.10
11582026-06-09T15:16:42.602Z Downloaded vergen-git2 v9.1.0
11592026-06-09T15:16:42.602Z Downloaded vsss-rs v3.3.4
11602026-06-09T15:16:42.602Z Downloaded vergen-lib v0.1.6
11612026-06-09T15:16:42.602Z Downloaded twox-hash v2.1.2
11622026-06-09T15:16:42.602Z Downloaded p521 v0.13.3
11632026-06-09T15:16:42.602Z Downloaded walkdir v2.5.0
11642026-06-09T15:16:42.602Z Downloaded futures-util v0.3.32
11652026-06-09T15:16:42.602Z Downloaded xshell v0.2.7
11662026-06-09T15:16:42.602Z Downloaded wyz v0.5.1
11672026-06-09T15:16:42.602Z Downloaded whoami v2.1.0
11682026-06-09T15:16:42.602Z Downloaded whoami v1.6.1
11692026-06-09T15:16:42.602Z Downloaded zstd v0.13.3
11702026-06-09T15:16:42.602Z Downloaded tar v0.4.45
11712026-06-09T15:16:42.602Z Downloaded toml v1.0.6+spec-1.1.0
11722026-06-09T15:16:42.602Z Downloaded itertools v0.13.0
11732026-06-09T15:16:42.602Z Downloaded steno v0.4.1
11742026-06-09T15:16:42.602Z Downloaded h2 v0.4.13
11752026-06-09T15:16:42.602Z Downloaded russh v0.45.0
11762026-06-09T15:16:42.602Z Downloaded zstd-safe v7.2.4
11772026-06-09T15:16:42.602Z Downloaded toml v0.7.8
11782026-06-09T15:16:42.602Z Downloaded libm v0.2.16
11792026-06-09T15:16:42.602Z Downloaded rand v0.10.0
11802026-06-09T15:16:42.602Z Downloaded vergen v9.1.0
11812026-06-09T15:16:42.603Z Downloaded tungstenite v0.23.0
11822026-06-09T15:16:42.603Z Downloaded typify v0.4.3
11832026-06-09T15:16:42.603Z Downloaded typify v0.6.2
11842026-06-09T15:16:42.603Z Downloaded rand v0.9.2
11852026-06-09T15:16:42.603Z Downloaded tungstenite v0.21.0
11862026-06-09T15:16:42.603Z Downloaded rustyline v14.0.0
11872026-06-09T15:16:42.603Z Downloaded tracing-core v0.1.36
11882026-06-09T15:16:42.603Z Downloaded unicode-bidi v0.3.18
11892026-06-09T15:16:42.603Z Downloaded unicode-properties v0.1.4
11902026-06-09T15:16:42.603Z Downloaded iddqd v0.4.2
11912026-06-09T15:16:42.603Z Downloaded yasna v0.5.2
11922026-06-09T15:16:42.603Z Downloaded zerocopy v0.6.6
11932026-06-09T15:16:42.603Z Downloaded unsafe-libyaml v0.2.11
11942026-06-09T15:16:42.603Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-06-09T15:16:42.619Z Downloaded vte v0.14.1
11962026-06-09T15:16:42.635Z Downloaded toml_edit v0.19.15
11972026-06-09T15:16:42.644Z Downloaded zeroize v1.8.2
11982026-06-09T15:16:42.647Z Downloaded chrono v0.4.44
11992026-06-09T15:16:42.651Z Downloaded uuid v1.23.0
12002026-06-09T15:16:42.651Z Downloaded ssh-key v0.6.7
12012026-06-09T15:16:42.654Z Downloaded zopfli v0.8.3
12022026-06-09T15:16:42.667Z Downloaded rpassword v7.4.0
12032026-06-09T15:16:42.667Z Downloaded reedline v0.40.0
12042026-06-09T15:16:42.670Z Downloaded serde_with v1.14.0
12052026-06-09T15:16:42.682Z Downloaded git2 v0.20.4
12062026-06-09T15:16:42.696Z Downloaded tokio-postgres v0.7.16
12072026-06-09T15:16:42.696Z Downloaded yansi v1.0.1
12082026-06-09T15:16:42.703Z Downloaded unicode_categories v0.1.1
12092026-06-09T15:16:42.703Z Downloaded regex v1.12.3
12102026-06-09T15:16:42.703Z Downloaded zip v0.6.6
12112026-06-09T15:16:42.703Z Downloaded bindgen v0.71.1
12122026-06-09T15:16:42.703Z Downloaded reqwest v0.13.2
12132026-06-09T15:16:42.723Z Downloaded zerocopy-derive v0.8.40
12142026-06-09T15:16:42.727Z Downloaded reqwest v0.12.28
12152026-06-09T15:16:42.730Z Downloaded aws-lc-rs v1.16.3
12162026-06-09T15:16:42.734Z Downloaded quick-xml v0.37.5
12172026-06-09T15:16:42.752Z Downloaded tower v0.5.3
12182026-06-09T15:16:42.780Z Downloaded p384 v0.13.1
12192026-06-09T15:16:42.780Z Downloaded rustls-webpki v0.101.7
12202026-06-09T15:16:42.783Z Downloaded x509-cert v0.2.5
12212026-06-09T15:16:42.783Z Downloaded typed-path v0.9.3
12222026-06-09T15:16:42.783Z Downloaded rayon v1.11.0
12232026-06-09T15:16:42.783Z Downloaded portable-atomic v1.13.1
12242026-06-09T15:16:42.783Z Downloaded lalrpop v0.19.12
12252026-06-09T15:16:42.783Z Downloaded moka v0.12.13
12262026-06-09T15:16:42.788Z Downloaded unicode-segmentation v1.12.0
12272026-06-09T15:16:42.792Z Downloaded salty v0.3.0
12282026-06-09T15:16:42.796Z Downloaded zip v4.6.1
12292026-06-09T15:16:42.799Z Downloaded tokio-util v0.7.18
12302026-06-09T15:16:42.802Z Downloaded unicode-normalization v0.1.25
12312026-06-09T15:16:42.802Z Downloaded goblin v0.10.5
12322026-06-09T15:16:42.812Z Downloaded tower-http v0.6.8
12332026-06-09T15:16:42.816Z Downloaded petname v2.0.2
12342026-06-09T15:16:42.823Z Downloaded tough v0.22.0
12352026-06-09T15:16:42.830Z Downloaded serde_with v3.17.0
12362026-06-09T15:16:42.842Z Downloaded proptest v1.10.0
12372026-06-09T15:16:42.846Z Downloaded curve25519-dalek v4.1.3
12382026-06-09T15:16:42.852Z Downloaded nix v0.27.1
12392026-06-09T15:16:42.857Z Downloaded rustls-webpki v0.102.8
12402026-06-09T15:16:42.867Z Downloaded quinn-proto v0.11.13
12412026-06-09T15:16:42.879Z Downloaded winnow v0.6.26
12422026-06-09T15:16:42.888Z Downloaded bstr v1.12.1
12432026-06-09T15:16:42.892Z Downloaded object v0.30.4
12442026-06-09T15:16:42.896Z Downloaded radix_trie v0.2.1
12452026-06-09T15:16:42.896Z Downloaded winnow v0.5.40
12462026-06-09T15:16:42.906Z Downloaded polar-core v0.27.3
12472026-06-09T15:16:42.909Z Downloaded openssl v0.10.79
12482026-06-09T15:16:42.932Z Downloaded tabled v0.20.0
12492026-06-09T15:16:42.943Z Downloaded time v0.3.47
12502026-06-09T15:16:42.950Z Downloaded rustls v0.21.12
12512026-06-09T15:16:42.958Z Downloaded nix v0.31.2
12522026-06-09T15:16:42.963Z Downloaded object v0.37.3
12532026-06-09T15:16:42.969Z Downloaded nix v0.28.0
12542026-06-09T15:16:42.976Z Downloaded smoltcp v0.9.1
12552026-06-09T15:16:42.982Z Downloaded zlib-rs v0.6.2
12562026-06-09T15:16:42.986Z Downloaded vcpkg v0.2.15
12572026-06-09T15:16:43.007Z Downloaded webpki-roots v1.0.6
12582026-06-09T15:16:43.011Z Downloaded regex-syntax v0.6.29
12592026-06-09T15:16:43.014Z Downloaded dropshot v0.17.0
12602026-06-09T15:16:43.044Z Downloaded zerocopy v0.8.40
12612026-06-09T15:16:43.051Z Downloaded hickory-proto v0.24.4
12622026-06-09T15:16:43.051Z Downloaded openapiv3 v2.2.0
12632026-06-09T15:16:43.051Z Downloaded regress v0.10.5
12642026-06-09T15:16:43.054Z Downloaded rustls v0.22.4
12652026-06-09T15:16:43.060Z Downloaded regex-syntax v0.8.10
12662026-06-09T15:16:43.064Z Downloaded regress v0.11.1
12672026-06-09T15:16:43.069Z Downloaded hickory-proto v0.25.2
12682026-06-09T15:16:43.078Z Downloaded diesel v2.3.7
12692026-06-09T15:16:43.091Z Downloaded smoltcp v0.11.0
12702026-06-09T15:16:43.097Z Downloaded rustix v0.38.44
12712026-06-09T15:16:43.110Z Downloaded rustls v0.23.37
12722026-06-09T15:16:43.140Z Downloaded sqlparser v0.61.0
12732026-06-09T15:16:43.178Z Downloaded sled v0.34.7
12742026-06-09T15:16:43.183Z Downloaded typify-impl v0.6.2
12752026-06-09T15:16:43.191Z Downloaded typify-impl v0.4.3
12762026-06-09T15:16:43.200Z Downloaded zerocopy-derive v0.6.6
12772026-06-09T15:16:43.207Z Downloaded tracing v0.1.44
12782026-06-09T15:16:43.219Z Downloaded ratatui v0.29.0
12792026-06-09T15:16:43.229Z Downloaded regex-automata v0.4.14
12802026-06-09T15:16:43.238Z Downloaded bzip2-sys v0.1.13+1.0.8
12812026-06-09T15:16:43.249Z Downloaded chrono-tz v0.10.4
12822026-06-09T15:16:43.263Z Downloaded petgraph v0.6.5
12832026-06-09T15:16:43.277Z Downloaded jiff v0.2.21
12842026-06-09T15:16:43.297Z Downloaded sha3 v0.10.8
12852026-06-09T15:16:43.300Z Downloaded petgraph v0.8.3
12862026-06-09T15:16:43.313Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-06-09T15:16:43.326Z Downloaded csv v1.4.0
12882026-06-09T15:16:43.335Z Downloaded libz-sys v1.1.24
12892026-06-09T15:16:43.371Z Downloaded tokio v1.52.1
12902026-06-09T15:16:43.410Z Downloaded encoding_rs v0.8.35
12912026-06-09T15:16:43.424Z Downloaded ring v0.17.14
12922026-06-09T15:16:43.500Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-09T15:16:44.013Z Downloaded aws-lc-sys v0.40.0
12942026-06-09T15:16:44.268Z Compiling libc v0.2.185
12952026-06-09T15:16:44.268Z Compiling serde v1.0.228
12962026-06-09T15:16:44.271Z Compiling log v0.4.29
12972026-06-09T15:16:44.271Z Compiling find-msvc-tools v0.1.9
12982026-06-09T15:16:44.271Z Compiling shlex v1.3.0
12992026-06-09T15:16:44.271Z Compiling smallvec v1.15.1
13002026-06-09T15:16:44.271Z Compiling typenum v1.19.0
13012026-06-09T15:16:44.271Z Compiling subtle v2.6.1
13022026-06-09T15:16:44.271Z Compiling generic-array v0.14.7
13032026-06-09T15:16:44.271Z Compiling scopeguard v1.2.0
13042026-06-09T15:16:44.406Z Compiling const-oid v0.9.6
13052026-06-09T15:16:44.454Z Compiling serde_json v1.0.149
13062026-06-09T15:16:44.492Z Compiling syn v2.0.117
13072026-06-09T15:16:44.505Z Compiling zerocopy v0.8.40
13082026-06-09T15:16:44.508Z Compiling parking_lot_core v0.9.12
13092026-06-09T15:16:44.529Z Compiling pin-project-lite v0.2.17
13102026-06-09T15:16:44.593Z Compiling lock_api v0.4.14
13112026-06-09T15:16:44.608Z Compiling portable-atomic v1.13.1
13122026-06-09T15:16:44.631Z Compiling pkg-config v0.3.32
13132026-06-09T15:16:44.663Z Compiling bitflags v2.11.0
13142026-06-09T15:16:44.677Z Compiling futures-core v0.3.32
13152026-06-09T15:16:44.692Z Compiling critical-section v1.2.0
13162026-06-09T15:16:44.707Z Compiling libm v0.2.16
13172026-06-09T15:16:44.746Z Compiling num-traits v0.2.19
13182026-06-09T15:16:44.806Z Compiling percent-encoding v2.3.2
13192026-06-09T15:16:44.823Z Compiling futures-sink v0.3.32
13202026-06-09T15:16:44.877Z Compiling futures-task v0.3.32
13212026-06-09T15:16:44.880Z Compiling slab v0.4.12
13222026-06-09T15:16:44.890Z Compiling futures-io v0.3.32
13232026-06-09T15:16:44.933Z Compiling cpufeatures v0.2.17
13242026-06-09T15:16:44.948Z Compiling futures-channel v0.3.32
13252026-06-09T15:16:45.012Z Compiling getrandom v0.4.1
13262026-06-09T15:16:45.026Z Compiling rand_core v0.10.0
13272026-06-09T15:16:45.038Z Compiling indexmap v2.14.0
13282026-06-09T15:16:45.069Z Compiling getrandom v0.3.4
13292026-06-09T15:16:45.084Z Compiling rustversion v1.0.22
13302026-06-09T15:16:45.100Z Compiling form_urlencoded v1.2.2
13312026-06-09T15:16:45.151Z Compiling dunce v1.0.5
13322026-06-09T15:16:45.192Z Compiling fs_extra v1.3.0
13332026-06-09T15:16:45.207Z Compiling ident_case v1.0.1
13342026-06-09T15:16:45.220Z Compiling base64ct v1.8.3
13352026-06-09T15:16:45.224Z Compiling flagset v0.4.7
13362026-06-09T15:16:45.257Z Compiling regex-syntax v0.8.10
13372026-06-09T15:16:45.300Z Compiling getrandom v0.2.17
13382026-06-09T15:16:45.346Z Compiling jobserver v0.1.34
13392026-06-09T15:16:45.361Z Compiling errno v0.3.14
13402026-06-09T15:16:45.390Z Compiling mio v1.2.0
13412026-06-09T15:16:45.445Z Compiling rand_core v0.6.4
13422026-06-09T15:16:45.471Z Compiling signal-hook-registry v1.4.8
13432026-06-09T15:16:45.506Z Compiling socket2 v0.6.3
13442026-06-09T15:16:45.551Z Compiling pem-rfc7468 v0.7.0
13452026-06-09T15:16:45.564Z Compiling cc v1.2.56
13462026-06-09T15:16:45.589Z Compiling parking_lot v0.12.5
13472026-06-09T15:16:45.671Z Compiling once_cell v1.21.3
13482026-06-09T15:16:45.740Z Compiling iana-time-zone v0.1.65
13492026-06-09T15:16:45.754Z Compiling rustix v1.1.3
13502026-06-09T15:16:45.770Z Compiling vcpkg v0.2.15
13512026-06-09T15:16:45.899Z Compiling aws-lc-rs v1.16.3
13522026-06-09T15:16:45.916Z Compiling tracing-core v0.1.36
13532026-06-09T15:16:45.916Z Compiling uuid v1.23.0
13542026-06-09T15:16:45.943Z Compiling rustc_version v0.4.1
13552026-06-09T15:16:45.959Z Compiling base64 v0.22.1
13562026-06-09T15:16:45.973Z Compiling untrusted v0.7.1
13572026-06-09T15:16:45.987Z Compiling untrusted v0.9.0
13582026-06-09T15:16:46.109Z Compiling rand_core v0.9.5
13592026-06-09T15:16:46.124Z Compiling openssl-probe v0.2.1
13602026-06-09T15:16:46.138Z Compiling tinyvec_macros v0.1.1
13612026-06-09T15:16:46.215Z Compiling httparse v1.10.1
13622026-06-09T15:16:46.229Z Compiling tinyvec v1.10.0
13632026-06-09T15:16:46.242Z Compiling aho-corasick v1.1.4
13642026-06-09T15:16:46.283Z Compiling dyn-clone v1.0.20
13652026-06-09T15:16:46.298Z Compiling schemars v0.8.22
13662026-06-09T15:16:46.315Z Compiling cmake v0.1.57
13672026-06-09T15:16:46.328Z Compiling tower-service v0.3.3
13682026-06-09T15:16:46.409Z Compiling tower-layer v0.3.3
13692026-06-09T15:16:46.431Z Compiling rustls v0.23.37
13702026-06-09T15:16:46.445Z Compiling try-lock v0.2.5
13712026-06-09T15:16:46.489Z Compiling atomic-waker v1.1.2
13722026-06-09T15:16:46.505Z Compiling httpdate v1.0.3
13732026-06-09T15:16:46.539Z Compiling want v0.3.1
13742026-06-09T15:16:46.554Z Compiling foreign-types-shared v0.1.1
13752026-06-09T15:16:46.568Z Compiling pin-utils v0.1.0
13762026-06-09T15:16:46.598Z Compiling openssl v0.10.79
13772026-06-09T15:16:46.598Z Compiling unicode-normalization v0.1.25
13782026-06-09T15:16:46.627Z Compiling foreign-types v0.3.2
13792026-06-09T15:16:46.630Z Compiling spin v0.9.8
13802026-06-09T15:16:46.657Z Compiling num-conv v0.2.0
13812026-06-09T15:16:46.670Z Compiling time-core v0.1.8
13822026-06-09T15:16:46.673Z Compiling native-tls v0.2.18
13832026-06-09T15:16:46.715Z Compiling powerfmt v0.2.0
13842026-06-09T15:16:46.715Z Compiling crc32fast v1.5.0
13852026-06-09T15:16:46.743Z Compiling wait-timeout v0.2.1
13862026-06-09T15:16:46.746Z Compiling sync_wrapper v1.0.2
13872026-06-09T15:16:46.893Z Compiling bit-vec v0.8.0
13882026-06-09T15:16:46.927Z Compiling crossbeam-utils v0.8.21
13892026-06-09T15:16:46.927Z Compiling quick-error v1.2.3
13902026-06-09T15:16:46.954Z Compiling deranged v0.5.8
13912026-06-09T15:16:46.957Z Compiling time-macros v0.2.27
13922026-06-09T15:16:46.982Z Compiling simd-adler32 v0.3.8
13932026-06-09T15:16:47.013Z Compiling num_threads v0.1.7
13942026-06-09T15:16:47.087Z Compiling usdt-impl v0.6.0
13952026-06-09T15:16:47.101Z Compiling siphasher v1.0.2
13962026-06-09T15:16:47.118Z Compiling unicode-segmentation v1.12.0
13972026-06-09T15:16:47.167Z Compiling syn v1.0.109
13982026-06-09T15:16:47.190Z Compiling bit-set v0.8.0
13992026-06-09T15:16:47.218Z Compiling regex-automata v0.4.14
14002026-06-09T15:16:47.286Z Compiling aws-lc-sys v0.40.0
14012026-06-09T15:16:47.301Z Compiling ring v0.17.14
14022026-06-09T15:16:47.316Z Compiling openssl-sys v0.9.115
14032026-06-09T15:16:47.332Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-09T15:16:47.387Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-06-09T15:16:47.401Z Compiling slog v2.8.2
14062026-06-09T15:16:47.417Z Compiling heapless v0.7.17
14072026-06-09T15:16:47.515Z Compiling synstructure v0.13.2
14082026-06-09T15:16:47.545Z Compiling serde_derive_internals v0.29.1
14092026-06-09T15:16:47.618Z Compiling pest_generator v2.8.6
14102026-06-09T15:16:47.696Z Compiling darling_core v0.20.11
14112026-06-09T15:16:47.710Z Compiling tempfile v3.25.0
14122026-06-09T15:16:47.791Z Compiling darling_core v0.21.3
14132026-06-09T15:16:47.807Z Compiling rand_xorshift v0.4.0
14142026-06-09T15:16:47.994Z Compiling rusty-fork v0.3.1
14152026-06-09T15:16:48.073Z Compiling thread-id v5.1.0
14162026-06-09T15:16:48.117Z Compiling cookie v0.18.1
14172026-06-09T15:16:48.168Z Compiling unarray v0.1.4
14182026-06-09T15:16:48.182Z Compiling iri-string v0.7.10
14192026-06-09T15:16:48.186Z Compiling time v0.3.47
14202026-06-09T15:16:48.210Z Compiling ryu v1.0.23
14212026-06-09T15:16:48.297Z Compiling allocator-api2 v0.2.21
14222026-06-09T15:16:48.325Z Compiling unicode-properties v0.1.4
14232026-06-09T15:16:48.342Z Compiling unicode-bidi v0.3.18
14242026-06-09T15:16:48.386Z Compiling adler2 v2.0.1
14252026-06-09T15:16:48.412Z Compiling signal-hook v0.3.18
14262026-06-09T15:16:48.489Z Compiling zstd-safe v7.2.4
14272026-06-09T15:16:48.513Z Compiling paste v1.0.15
14282026-06-09T15:16:48.539Z Compiling anyhow v1.0.102
14292026-06-09T15:16:48.552Z Compiling miniz_oxide v0.8.9
14302026-06-09T15:16:48.678Z Compiling stringprep v0.1.5
14312026-06-09T15:16:48.922Z Compiling heck v0.4.1
14322026-06-09T15:16:49.104Z Compiling num-integer v0.1.46
14332026-06-09T15:16:49.160Z Compiling vergen-lib v9.1.0
14342026-06-09T15:16:49.175Z Compiling curve25519-dalek v4.1.3
14352026-06-09T15:16:49.194Z Compiling ff v0.13.1
14362026-06-09T15:16:49.279Z Compiling serde_derive v1.0.228
14372026-06-09T15:16:49.340Z Compiling zeroize_derive v1.4.3
14382026-06-09T15:16:49.357Z Compiling zerofrom-derive v0.1.6
14392026-06-09T15:16:49.450Z Compiling yoke-derive v0.8.1
14402026-06-09T15:16:49.462Z Compiling zerocopy-derive v0.8.40
14412026-06-09T15:16:49.478Z Compiling zerovec-derive v0.11.2
14422026-06-09T15:16:49.525Z Compiling displaydoc v0.2.5
14432026-06-09T15:16:49.767Z Compiling tokio-macros v2.7.0
14442026-06-09T15:16:49.839Z Compiling futures-macro v0.3.32
14452026-06-09T15:16:50.025Z Compiling zeroize v1.8.2
14462026-06-09T15:16:50.099Z Compiling der_derive v0.7.3
14472026-06-09T15:16:50.308Z Compiling rustls-pki-types v1.14.0
14482026-06-09T15:16:50.425Z Compiling tracing-attributes v0.1.31
14492026-06-09T15:16:50.536Z Compiling thiserror-impl v2.0.18
14502026-06-09T15:16:50.658Z Compiling scroll_derive v0.13.1
14512026-06-09T15:16:50.686Z Compiling pest_derive v2.8.6
14522026-06-09T15:16:50.710Z Compiling futures-util v0.3.32
14532026-06-09T15:16:50.795Z Compiling crypto-common v0.1.7
14542026-06-09T15:16:50.825Z Compiling block-buffer v0.10.4
14552026-06-09T15:16:50.838Z Compiling zerofrom v0.1.6
14562026-06-09T15:16:50.961Z Compiling yoke v0.8.1
14572026-06-09T15:16:50.982Z Compiling digest v0.10.7
14582026-06-09T15:16:51.010Z Compiling block-padding v0.3.3
14592026-06-09T15:16:51.134Z Compiling zerovec v0.11.5
14602026-06-09T15:16:51.169Z Compiling zerotrie v0.2.3
14612026-06-09T15:16:51.183Z Compiling inout v0.1.4
14622026-06-09T15:16:51.197Z Compiling hmac v0.12.1
14632026-06-09T15:16:51.255Z Compiling sha2 v0.10.9
14642026-06-09T15:16:51.368Z Compiling cipher v0.4.4
14652026-06-09T15:16:51.383Z Compiling der v0.7.10
14662026-06-09T15:16:51.496Z Compiling pbkdf2 v0.12.2
14672026-06-09T15:16:51.530Z Compiling schemars_derive v0.8.22
14682026-06-09T15:16:51.533Z Compiling scroll v0.13.0
14692026-06-09T15:16:51.631Z Compiling tinystr v0.8.2
14702026-06-09T15:16:51.654Z Compiling potential_utf v0.1.4
14712026-06-09T15:16:51.654Z Compiling salsa20 v0.10.2
14722026-06-09T15:16:51.825Z Compiling icu_collections v2.1.1
14732026-06-09T15:16:51.852Z Compiling icu_locale_core v2.1.1
14742026-06-09T15:16:51.870Z Compiling tracing v0.1.44
14752026-06-09T15:16:51.884Z Compiling scrypt v0.11.0
14762026-06-09T15:16:51.898Z Compiling cbc v0.1.2
14772026-06-09T15:16:51.928Z Compiling aes v0.8.4
14782026-06-09T15:16:51.999Z Compiling thiserror v2.0.18
14792026-06-09T15:16:52.118Z Compiling darling_macro v0.20.11
14802026-06-09T15:16:52.162Z Compiling openssl-macros v0.1.1
14812026-06-09T15:16:52.176Z Compiling goblin v0.10.5
14822026-06-09T15:16:52.364Z Compiling spki v0.7.3
14832026-06-09T15:16:52.589Z Compiling icu_provider v2.1.1
14842026-06-09T15:16:52.604Z Compiling pkcs5 v0.7.1
14852026-06-09T15:16:52.630Z Compiling darling v0.20.11
14862026-06-09T15:16:52.706Z Compiling rustls-native-certs v0.8.3
14872026-06-09T15:16:52.725Z Compiling derive_builder_core v0.20.2
14882026-06-09T15:16:52.762Z Compiling dtrace-parser v0.3.0
14892026-06-09T15:16:52.777Z Compiling signature v2.2.0
14902026-06-09T15:16:52.894Z Compiling bytes v1.11.1
14912026-06-09T15:16:52.910Z Compiling icu_normalizer v2.1.1
14922026-06-09T15:16:52.924Z Compiling icu_properties v2.1.2
14932026-06-09T15:16:52.977Z Compiling chrono v0.4.44
14942026-06-09T15:16:53.018Z Compiling pkcs8 v0.10.2
14952026-06-09T15:16:53.032Z Compiling ipnet v2.11.0
14962026-06-09T15:16:53.122Z Compiling webpki-roots v1.0.6
14972026-06-09T15:16:53.137Z Compiling thiserror-impl v1.0.69
14982026-06-09T15:16:53.259Z Compiling scroll_derive v0.12.1
14992026-06-09T15:16:53.347Z Compiling serde_spanned v0.6.9
15002026-06-09T15:16:53.434Z Compiling tokio v1.52.1
15012026-06-09T15:16:53.514Z Compiling http v1.4.0
15022026-06-09T15:16:53.533Z Compiling serde_tokenstream v0.2.3
15032026-06-09T15:16:53.559Z Compiling serde_urlencoded v0.7.1
15042026-06-09T15:16:53.573Z Compiling toml_datetime v0.6.11
15052026-06-09T15:16:53.644Z Compiling derive_builder_macro v0.20.2
15062026-06-09T15:16:53.828Z Compiling idna_adapter v1.2.1
15072026-06-09T15:16:53.852Z Compiling erased-serde v0.3.31
15082026-06-09T15:16:53.871Z Compiling md-5 v0.10.6
15092026-06-09T15:16:53.933Z Compiling ppv-lite86 v0.2.21
15102026-06-09T15:16:53.962Z Compiling idna v1.1.0
15112026-06-09T15:16:53.989Z Compiling scroll v0.12.0
15122026-06-09T15:16:54.058Z Compiling darling_macro v0.21.3
15132026-06-09T15:16:54.072Z Compiling bstr v1.12.1
15142026-06-09T15:16:54.147Z Compiling async-trait v0.1.89
15152026-06-09T15:16:54.161Z Compiling http-body v1.0.1
15162026-06-09T15:16:54.270Z Compiling url v2.5.8
15172026-06-09T15:16:54.285Z Compiling rand_chacha v0.9.0
15182026-06-09T15:16:54.329Z Compiling http-body-util v0.1.3
15192026-06-09T15:16:54.359Z Compiling rand_chacha v0.3.1
15202026-06-09T15:16:54.437Z Compiling pin-project-internal v1.1.11
15212026-06-09T15:16:54.468Z Compiling thiserror v1.0.69
15222026-06-09T15:16:54.482Z Compiling zerocopy-derive v0.7.35
15232026-06-09T15:16:54.569Z Compiling rand v0.9.2
15242026-06-09T15:16:54.584Z Compiling hash32 v0.2.1
15252026-06-09T15:16:54.599Z Compiling memoffset v0.9.1
15262026-06-09T15:16:54.651Z Compiling encoding_rs v0.8.35
15272026-06-09T15:16:54.745Z Compiling litrs v1.0.0
15282026-06-09T15:16:54.810Z Compiling rustix v0.38.44
15292026-06-09T15:16:55.102Z Compiling dof v0.4.0
15302026-06-09T15:16:55.181Z Compiling proptest v1.10.0
15312026-06-09T15:16:55.184Z Compiling fallible-iterator v0.2.0
15322026-06-09T15:16:55.220Z Compiling zlib-rs v0.6.2
15332026-06-09T15:16:55.270Z Compiling psl-types v2.0.11
15342026-06-09T15:16:55.335Z Compiling smoltcp v0.9.1
15352026-06-09T15:16:55.378Z Compiling ref-cast v1.0.25
15362026-06-09T15:16:55.393Z Compiling num-bigint-dig v0.8.6
15372026-06-09T15:16:55.408Z Compiling base16ct v0.2.0
15382026-06-09T15:16:55.506Z Compiling mime v0.3.17
15392026-06-09T15:16:55.575Z Compiling ipnetwork v0.21.1
15402026-06-09T15:16:55.598Z Compiling cfg_aliases v0.2.1
15412026-06-09T15:16:55.631Z Compiling pin-project v1.1.11
15422026-06-09T15:16:55.695Z Compiling nix v0.31.2
15432026-06-09T15:16:55.744Z Compiling sec1 v0.7.3
15442026-06-09T15:16:55.747Z Compiling postgres-protocol v0.6.10
15452026-06-09T15:16:55.774Z Compiling zerocopy v0.7.35
15462026-06-09T15:16:55.787Z Compiling publicsuffix v2.3.0
15472026-06-09T15:16:55.801Z Compiling document-features v0.2.12
15482026-06-09T15:16:55.971Z Compiling oxnet v0.1.5
15492026-06-09T15:16:56.102Z Compiling rand v0.8.6
15502026-06-09T15:16:56.117Z Compiling darling v0.21.3
15512026-06-09T15:16:56.180Z Compiling goblin v0.8.2
15522026-06-09T15:16:56.211Z Compiling derive_builder v0.20.2
15532026-06-09T15:16:56.288Z Compiling futures-executor v0.3.32
15542026-06-09T15:16:56.323Z Compiling hex v0.4.3
15552026-06-09T15:16:56.337Z Compiling hubpack_derive v0.1.1
15562026-06-09T15:16:56.353Z Compiling hkdf v0.12.4
15572026-06-09T15:16:56.384Z Compiling crypto-bigint v0.5.5
15582026-06-09T15:16:56.410Z Compiling regex v1.12.3
15592026-06-09T15:16:56.566Z Compiling num-iter v0.1.45
15602026-06-09T15:16:56.580Z Compiling group v0.13.0
15612026-06-09T15:16:56.595Z Compiling ref-cast-impl v1.0.25
15622026-06-09T15:16:56.598Z Compiling snafu-derive v0.8.9
15632026-06-09T15:16:56.624Z Compiling strum_macros v0.27.2
15642026-06-09T15:16:56.640Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-09T15:16:56.701Z Compiling daft-derive v0.1.7
15662026-06-09T15:16:56.980Z Compiling terminal_size v0.4.3
15672026-06-09T15:16:57.123Z Compiling phf_shared v0.13.1
15682026-06-09T15:16:57.139Z Compiling lazy_static v1.5.0
15692026-06-09T15:16:57.193Z Compiling tokio-util v0.7.18
15702026-06-09T15:16:57.208Z Compiling tower v0.5.3
15712026-06-09T15:16:57.236Z Compiling tokio-native-tls v0.3.1
15722026-06-09T15:16:57.251Z Compiling anstyle-parse v0.2.7
15732026-06-09T15:16:57.371Z Compiling vergen v9.1.0
15742026-06-09T15:16:57.394Z Compiling cargo-platform v0.3.2
15752026-06-09T15:16:57.411Z Compiling fs-err v3.3.0
15762026-06-09T15:16:57.430Z Compiling ahash v0.8.12
15772026-06-09T15:16:57.451Z Compiling bumpalo v3.20.2
15782026-06-09T15:16:57.481Z Compiling object v0.37.3
15792026-06-09T15:16:57.570Z Compiling newtype-uuid v1.3.2
15802026-06-09T15:16:57.626Z Compiling tower-http v0.6.8
15812026-06-09T15:16:57.653Z Compiling libbz2-rs-sys v0.2.2
15822026-06-09T15:16:57.682Z Compiling foldhash v0.1.5
15832026-06-09T15:16:57.716Z Compiling same-file v1.0.6
15842026-06-09T15:16:57.730Z Compiling foldhash v0.2.0
15852026-06-09T15:16:57.773Z Compiling managed v0.8.0
15862026-06-09T15:16:57.867Z Compiling bitflags v1.3.2
15872026-06-09T15:16:57.897Z Compiling h2 v0.4.13
15882026-06-09T15:16:57.924Z Compiling winnow v0.5.40
15892026-06-09T15:16:57.970Z Compiling hashbrown v0.16.1
15902026-06-09T15:16:58.005Z Compiling walkdir v2.5.0
15912026-06-09T15:16:58.056Z Compiling hashbrown v0.15.5
15922026-06-09T15:16:58.280Z Compiling flate2 v1.1.9
15932026-06-09T15:16:58.339Z Compiling bzip2 v0.6.1
15942026-06-09T15:16:58.372Z Compiling daft v0.1.7
15952026-06-09T15:16:58.499Z Compiling dof v0.3.0
15962026-06-09T15:16:58.584Z Compiling clap_builder v4.6.0
15972026-06-09T15:16:58.626Z Compiling zopfli v0.8.3
15982026-06-09T15:16:58.668Z Compiling cargo_metadata v0.23.1
15992026-06-09T15:16:58.698Z Compiling snafu v0.8.9
16002026-06-09T15:16:58.699Z Compiling strum v0.27.2
16012026-06-09T15:16:58.725Z Compiling elliptic-curve v0.13.8
16022026-06-09T15:16:58.741Z Compiling anstream v0.6.21
16032026-06-09T15:16:58.794Z Compiling phf v0.13.1
16042026-06-09T15:16:59.067Z Compiling signal-hook-mio v0.2.5
16052026-06-09T15:16:59.096Z Compiling hubpack v0.1.2
16062026-06-09T15:16:59.151Z Compiling cookie_store v0.22.1
16072026-06-09T15:16:59.199Z Compiling bzip2 v0.4.4
16082026-06-09T15:16:59.233Z Compiling usdt-attr-macro v0.6.0
16092026-06-09T15:16:59.247Z Compiling toml_edit v0.19.15
16102026-06-09T15:16:59.324Z Compiling usdt-macro v0.6.0
16112026-06-09T15:16:59.338Z Compiling futures v0.3.32
16122026-06-09T15:16:59.411Z Compiling serde_with_macros v3.17.0
16132026-06-09T15:16:59.440Z Compiling postgres-types v0.2.12
16142026-06-09T15:16:59.539Z Compiling zstd v0.13.3
16152026-06-09T15:16:59.801Z Compiling dtrace-parser v0.2.0
16162026-06-09T15:16:59.816Z Compiling globset v0.4.18
16172026-06-09T15:16:59.835Z Compiling pkcs1 v0.7.5
16182026-06-09T15:17:00.022Z Compiling ed25519 v2.2.3
16192026-06-09T15:17:00.061Z Compiling serde_plain v1.0.2
16202026-06-09T15:17:00.077Z Compiling olpc-cjson v0.1.4
16212026-06-09T15:17:00.107Z Compiling serde-big-array v0.5.1
16222026-06-09T15:17:00.258Z Compiling rfc6979 v0.4.0
16232026-06-09T15:17:00.261Z Compiling async-recursion v1.1.1
16242026-06-09T15:17:00.286Z Compiling enum-as-inner v0.6.1
16252026-06-09T15:17:00.286Z Compiling strum_macros v0.26.4
16262026-06-09T15:17:00.406Z Compiling clap_derive v4.6.1
16272026-06-09T15:17:00.534Z Compiling serde_repr v0.1.20
16282026-06-09T15:17:00.574Z Compiling phf_shared v0.11.3
16292026-06-09T15:17:00.588Z Compiling float-cmp v0.10.0
16302026-06-09T15:17:00.604Z Compiling pem v3.0.6
16312026-06-09T15:17:00.754Z Compiling memmap2 v0.9.10
16322026-06-09T15:17:00.777Z Compiling thread-id v4.2.2
16332026-06-09T15:17:00.820Z Compiling env_filter v1.0.0
16342026-06-09T15:17:00.871Z Compiling hyper v1.8.1
16352026-06-09T15:17:00.939Z Compiling whoami v2.1.0
16362026-06-09T15:17:00.953Z Compiling predicates-core v1.0.10
16372026-06-09T15:17:00.956Z Compiling typed-path v0.9.3
16382026-06-09T15:17:00.989Z Compiling fixedbitset v0.4.2
16392026-06-09T15:17:01.103Z Compiling either v1.15.0
16402026-06-09T15:17:01.149Z Compiling keccak v0.1.6
16412026-06-09T15:17:01.163Z Compiling static_assertions v1.1.0
16422026-06-09T15:17:01.221Z Compiling data-encoding v2.10.0
16432026-06-09T15:17:01.248Z Compiling new_debug_unreachable v1.0.6
16442026-06-09T15:17:01.330Z Compiling difflib v0.4.0
16452026-06-09T15:17:01.334Z Compiling normalize-line-endings v0.3.0
16462026-06-09T15:17:01.358Z Compiling fixedbitset v0.5.7
16472026-06-09T15:17:01.451Z Compiling precomputed-hash v0.1.1
16482026-06-09T15:17:01.550Z Compiling jiff v0.2.21
16492026-06-09T15:17:01.606Z Compiling petgraph v0.8.3
16502026-06-09T15:17:01.673Z Compiling predicates v3.1.4
16512026-06-09T15:17:01.793Z Compiling string_cache v0.8.9
16522026-06-09T15:17:01.950Z Compiling hickory-proto v0.25.2
16532026-06-09T15:17:01.964Z Compiling hyper-util v0.1.20
16542026-06-09T15:17:01.979Z Compiling itertools v0.13.0
16552026-06-09T15:17:01.994Z Compiling sha3 v0.10.8
16562026-06-09T15:17:02.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16572026-06-09T15:17:02.061Z Compiling tokio-postgres v0.7.16
16582026-06-09T15:17:02.100Z Compiling strum v0.26.3
16592026-06-09T15:17:02.242Z Compiling petgraph v0.6.5
16602026-06-09T15:17:02.256Z Compiling toml_edit v0.22.27
16612026-06-09T15:17:02.293Z Compiling clap v4.6.1
16622026-06-09T15:17:02.388Z Compiling env_logger v0.11.9
16632026-06-09T15:17:02.404Z Compiling usdt v0.6.0
16642026-06-09T15:17:02.473Z Compiling usdt-impl v0.5.0
16652026-06-09T15:17:02.507Z Compiling toml v0.7.8
16662026-06-09T15:17:02.682Z Compiling serde_with v3.17.0
16672026-06-09T15:17:02.764Z Compiling ecdsa v0.16.9
16682026-06-09T15:17:03.087Z Compiling crossterm v0.28.1
16692026-06-09T15:17:03.140Z Compiling ed25519-dalek v2.2.0
16702026-06-09T15:17:03.178Z Compiling rsa v0.9.10
16712026-06-09T15:17:03.639Z Compiling hyper-tls v0.6.0
16722026-06-09T15:17:03.745Z Compiling zip v0.6.6
16732026-06-09T15:17:03.771Z Compiling iddqd v0.4.2
16742026-06-09T15:17:04.272Z Compiling zip v4.6.1
16752026-06-09T15:17:04.299Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-09T15:17:04.353Z Compiling tokio-stream v0.1.18
16772026-06-09T15:17:04.422Z Compiling buf-list v1.1.2
16782026-06-09T15:17:04.436Z Compiling similar v2.7.0
16792026-06-09T15:17:04.543Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-09T15:17:04.721Z Compiling openapiv3 v2.2.0
16812026-06-09T15:17:04.832Z Compiling x509-cert v0.2.5
16822026-06-09T15:17:04.863Z Compiling sha1 v0.10.6
16832026-06-09T15:17:04.901Z Compiling crossbeam-epoch v0.9.18
16842026-06-09T15:17:04.951Z Compiling lalrpop-util v0.19.12
16852026-06-09T15:17:05.022Z Compiling peg-runtime v0.8.5
16862026-06-09T15:17:05.073Z Compiling thread_local v1.1.9
16872026-06-09T15:17:05.113Z Compiling slog-async v2.8.0
16882026-06-09T15:17:05.162Z Compiling crossbeam-channel v0.5.15
16892026-06-09T15:17:05.230Z Compiling is-terminal v0.4.17
16902026-06-09T15:17:05.250Z Compiling filetime v0.2.27
16912026-06-09T15:17:05.254Z Compiling take_mut v0.2.2
16922026-06-09T15:17:05.320Z Compiling xattr v1.6.1
16932026-06-09T15:17:05.334Z Compiling term v1.2.1
16942026-06-09T15:17:05.447Z Compiling tar v0.4.45
16952026-06-09T15:17:05.629Z Compiling slog-term v2.9.2
16962026-06-09T15:17:23.250Z Compiling rustls-webpki v0.103.9
16972026-06-09T15:17:26.015Z Compiling tokio-rustls v0.26.4
16982026-06-09T15:17:26.015Z Compiling rustls-platform-verifier v0.6.2
16992026-06-09T15:17:26.217Z Compiling hyper-rustls v0.27.7
17002026-06-09T15:17:26.405Z Compiling reqwest v0.12.28
17012026-06-09T15:17:26.405Z Compiling reqwest v0.13.2
17022026-06-09T15:17:27.641Z Compiling tough v0.22.0
17032026-06-09T15:17:30.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-09T15:17:30.366Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-09T15:17:33.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.34s
17062026-06-09T15:17:33.332Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-09T15:17:33.386ZJun 09 15:17:31.600 INFO Starting download, target: Clickhouse
17082026-06-09T15:17:33.386ZJun 09 15:17:31.601 INFO Starting download, target: Cockroach
17092026-06-09T15:17:33.386ZJun 09 15:17:31.601 INFO Starting download, target: Console
17102026-06-09T15:17:33.386ZJun 09 15:17:31.601 INFO Starting download, target: DendriteStub
17112026-06-09T15:17:33.391ZJun 09 15:17:31.601 INFO Starting download, target: MaghemiteMgd
17122026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Starting download, target: TransceiverControl
17132026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17142026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-06-09T15:17:33.392ZJun 09 15:17:31.601 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-09T15:17:34.405ZJun 09 15:17:32.599 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-06-09T15:17:34.639ZJun 09 15:17:32.841 INFO Download complete, target: Console
17212026-06-09T15:17:34.707ZJun 09 15:17:32.912 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-06-09T15:17:34.920ZJun 09 15:17:33.131 INFO Download complete, target: TransceiverControl
17232026-06-09T15:17:36.253ZJun 09 15:17:34.466 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17242026-06-09T15:17:36.486ZJun 09 15:17:34.702 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-06-09T15:17:36.495ZJun 09 15:17:34.710 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-06-09T15:17:36.543ZJun 09 15:17:34.759 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-09T15:17:36.544ZJun 09 15:17:34.759 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-09T15:17:38.891ZJun 09 15:17:37.106 INFO Download complete, target: MaghemiteMgd
17292026-06-09T15:17:39.009ZJun 09 15:17:37.225 INFO Download complete, target: DendriteStub
17302026-06-09T15:17:41.381ZJun 09 15:17:39.595 INFO Checking that binary works, target: Cockroach
17312026-06-09T15:17:41.530ZJun 09 15:17:39.724 INFO Download complete, target: Cockroach
17322026-06-09T15:17:43.176ZJun 09 15:17:41.390 INFO Checking that binary works, target: Clickhouse
17332026-06-09T15:17:43.270ZJun 09 15:17:41.485 INFO Download complete, target: Clickhouse
17342026-06-09T15:17:43.276ZAll prerequisites installed successfully
17352026-06-09T15:17:43.281Z
17362026-06-09T15:17:43.281Zreal 2:08.788740942
17372026-06-09T15:17:43.281Zuser 6:58.436826701
17382026-06-09T15:17:43.281Zsys 1:39.904905890
17392026-06-09T15:17:43.281Ztrap 0.269446710
17402026-06-09T15:17:43.281Ztflt 1.113840568
17412026-06-09T15:17:43.281Zdflt 1.705633685
17422026-06-09T15:17:43.281Zkflt 0.031077230
17432026-06-09T15:17:43.281Zlock 23:22.555546536
17442026-06-09T15:17:43.281Zslp 19:16.804421236
17452026-06-09T15:17:43.281Zlat 24.319812687
17462026-06-09T15:17:43.281Zstop 2:45.992959974
17472026-06-09T15:17:43.281Z+ ptime -m cargo xtask download softnpu
17482026-06-09T15:17:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17492026-06-09T15:17:43.835Z Running `target/debug/xtask download softnpu`
17502026-06-09T15:17:44.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-06-09T15:17:44.671Z Running `target/debug/xtask-downloader softnpu`
17522026-06-09T15:17:44.710ZJun 09 15:17:42.925 INFO Starting download, target: Softnpu
17532026-06-09T15:17:44.714ZJun 09 15:17:42.926 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-09T15:17:45.996ZJun 09 15:17:44.211 INFO Download complete, target: Softnpu
17552026-06-09T15:17:46.000Z
17562026-06-09T15:17:46.003Zreal 2.716988933
17572026-06-09T15:17:46.003Zuser 1.349307427
17582026-06-09T15:17:46.003Zsys 0.663912973
17592026-06-09T15:17:46.003Ztrap 0.001300510
17602026-06-09T15:17:46.003Ztflt 0.000287158
17612026-06-09T15:17:46.003Zdflt 0.000269388
17622026-06-09T15:17:46.003Zkflt 0.000000000
17632026-06-09T15:17:46.004Zlock 23.412191019
17642026-06-09T15:17:46.004Zslp 1.136696055
17652026-06-09T15:17:46.004Zlat 0.098716926
17662026-06-09T15:17:46.004Zstop 0.000216568
17672026-06-09T15:17:46.004Z+ export CARGO_INCREMENTAL=0
17682026-06-09T15:17:46.004Z+ CARGO_INCREMENTAL=0
17692026-06-09T15:17:46.004Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-09T15:17:46.911Z Compiling proc-macro2 v1.0.106
17712026-06-09T15:17:46.912Z Compiling quote v1.0.45
17722026-06-09T15:17:46.915Z Compiling unicode-ident v1.0.24
17732026-06-09T15:17:46.915Z Compiling libc v0.2.185
17742026-06-09T15:17:46.915Z Compiling serde_core v1.0.228
17752026-06-09T15:17:46.915Z Compiling serde v1.0.228
17762026-06-09T15:17:46.915Z Compiling cfg-if v1.0.4
17772026-06-09T15:17:46.915Z Compiling version_check v0.9.5
17782026-06-09T15:17:46.915Z Compiling find-msvc-tools v0.1.9
17792026-06-09T15:17:47.058Z Compiling shlex v1.3.0
17802026-06-09T15:17:47.061Z Compiling typenum v1.19.0
17812026-06-09T15:17:47.061Z Compiling zmij v1.0.21
17822026-06-09T15:17:47.061Z Compiling autocfg v1.5.0
17832026-06-09T15:17:47.061Z Compiling memchr v2.8.0
17842026-06-09T15:17:47.061Z Compiling serde_json v1.0.149
17852026-06-09T15:17:47.256Z Compiling portable-atomic v1.13.1
17862026-06-09T15:17:47.289Z Compiling libm v0.2.16
17872026-06-09T15:17:47.310Z Compiling zerocopy v0.8.40
17882026-06-09T15:17:47.326Z Compiling parking_lot_core v0.9.12
17892026-06-09T15:17:47.466Z Compiling generic-array v0.14.7
17902026-06-09T15:17:47.593Z Compiling smallvec v1.15.1
17912026-06-09T15:17:47.608Z Compiling icu_normalizer_data v2.1.1
17922026-06-09T15:17:47.653Z Compiling icu_properties_data v2.1.2
17932026-06-09T15:17:47.668Z Compiling num-traits v0.2.19
17942026-06-09T15:17:47.672Z Compiling itoa v1.0.17
17952026-06-09T15:17:47.712Z Compiling getrandom v0.4.1
17962026-06-09T15:17:47.718Z Compiling log v0.4.29
17972026-06-09T15:17:47.718Z Compiling stable_deref_trait v1.2.1
17982026-06-09T15:17:47.718Z Compiling pkg-config v0.3.32
17992026-06-09T15:17:47.841Z Compiling subtle v2.6.1
18002026-06-09T15:17:47.994Z Compiling jobserver v0.1.34
18012026-06-09T15:17:48.011Z Compiling getrandom v0.2.17
18022026-06-09T15:17:48.023Z Compiling scopeguard v1.2.0
18032026-06-09T15:17:48.085Z Compiling percent-encoding v2.3.2
18042026-06-09T15:17:48.220Z Compiling errno v0.3.14
18052026-06-09T15:17:48.235Z Compiling cc v1.2.56
18062026-06-09T15:17:48.260Z Compiling lock_api v0.4.14
18072026-06-09T15:17:48.277Z Compiling rand_core v0.6.4
18082026-06-09T15:17:48.352Z Compiling syn v2.0.117
18092026-06-09T15:17:48.370Z Compiling litemap v0.8.1
18102026-06-09T15:17:48.386Z Compiling writeable v0.6.2
18112026-06-09T15:17:48.448Z Compiling fnv v1.0.7
18122026-06-09T15:17:48.486Z Compiling pin-project-lite v0.2.17
18132026-06-09T15:17:48.555Z Compiling thiserror v2.0.18
18142026-06-09T15:17:48.600Z Compiling getrandom v0.3.4
18152026-06-09T15:17:48.663Z Compiling dunce v1.0.5
18162026-06-09T15:17:48.667Z Compiling equivalent v1.0.2
18172026-06-09T15:17:48.667Z Compiling fs_extra v1.3.0
18182026-06-09T15:17:48.712Z Compiling rustversion v1.0.22
18192026-06-09T15:17:48.716Z Compiling schemars v0.8.22
18202026-06-09T15:17:48.755Z Compiling utf8_iter v1.0.4
18212026-06-09T15:17:48.769Z Compiling rand_core v0.10.0
18222026-06-09T15:17:48.863Z Compiling form_urlencoded v1.2.2
18232026-06-09T15:17:48.969Z Compiling critical-section v1.2.0
18242026-06-09T15:17:48.974Z Compiling cmake v0.1.57
18252026-06-09T15:17:49.047Z Compiling signal-hook-registry v1.4.8
18262026-06-09T15:17:49.106Z Compiling hashbrown v0.17.0
18272026-06-09T15:17:49.140Z Compiling rustix v1.1.3
18282026-06-09T15:17:49.173Z Compiling socket2 v0.6.3
18292026-06-09T15:17:49.258Z Compiling once_cell v1.21.3
18302026-06-09T15:17:49.441Z Compiling bitflags v2.11.0
18312026-06-09T15:17:49.500Z Compiling semver v1.0.28
18322026-06-09T15:17:49.516Z Compiling parking_lot v0.12.5
18332026-06-09T15:17:49.532Z Compiling mio v1.2.0
18342026-06-09T15:17:49.550Z Compiling const-oid v0.9.6
18352026-06-09T15:17:49.581Z Compiling ring v0.17.14
18362026-06-09T15:17:49.657Z Compiling aws-lc-sys v0.40.0
18372026-06-09T15:17:49.673Z Compiling indexmap v2.14.0
18382026-06-09T15:17:49.824Z Compiling aws-lc-rs v1.16.3
18392026-06-09T15:17:49.827Z Compiling futures-core v0.3.32
18402026-06-09T15:17:49.904Z Compiling httparse v1.10.1
18412026-06-09T15:17:50.011Z Compiling thiserror v1.0.69
18422026-06-09T15:17:50.028Z Compiling strsim v0.11.1
18432026-06-09T15:17:50.042Z Compiling vcpkg v0.2.15
18442026-06-09T15:17:50.228Z Compiling iana-time-zone v0.1.65
18452026-06-09T15:17:50.244Z Compiling ucd-trie v0.1.7
18462026-06-09T15:17:50.271Z Compiling byteorder v1.5.0
18472026-06-09T15:17:50.343Z Compiling syn v1.0.109
18482026-06-09T15:17:50.346Z Compiling heck v0.5.0
18492026-06-09T15:17:50.389Z Compiling ident_case v1.0.1
18502026-06-09T15:17:50.427Z Compiling pest v2.8.6
18512026-06-09T15:17:50.447Z Compiling regex-syntax v0.8.10
18522026-06-09T15:17:50.474Z Compiling uuid v1.23.0
18532026-06-09T15:17:50.529Z Compiling rustls v0.23.37
18542026-06-09T15:17:50.533Z Compiling cpufeatures v0.2.17
18552026-06-09T15:17:50.626Z Compiling openssl-sys v0.9.115
18562026-06-09T15:17:50.761Z Compiling futures-sink v0.3.32
18572026-06-09T15:17:50.778Z Compiling rustc_version v0.4.1
18582026-06-09T15:17:50.840Z Compiling futures-io v0.3.32
18592026-06-09T15:17:50.883Z Compiling futures-channel v0.3.32
18602026-06-09T15:17:50.902Z Compiling futures-task v0.3.32
18612026-06-09T15:17:51.046Z Compiling slab v0.4.12
18622026-06-09T15:17:51.118Z Compiling aho-corasick v1.1.4
18632026-06-09T15:17:51.151Z Compiling synstructure v0.13.2
18642026-06-09T15:17:51.154Z Compiling serde_derive_internals v0.29.1
18652026-06-09T15:17:51.293Z Compiling dyn-clone v1.0.20
18662026-06-09T15:17:51.470Z Compiling plain v0.2.3
18672026-06-09T15:17:51.488Z Compiling base64 v0.22.1
18682026-06-09T15:17:51.491Z Compiling crc32fast v1.5.0
18692026-06-09T15:17:51.600Z Compiling pest_meta v2.8.6
18702026-06-09T15:17:51.619Z Compiling openssl v0.10.79
18712026-06-09T15:17:51.700Z Compiling crossbeam-utils v0.8.21
18722026-06-09T15:17:51.731Z Compiling time-core v0.1.8
18732026-06-09T15:17:51.795Z Compiling num-conv v0.2.0
18742026-06-09T15:17:51.936Z Compiling pretty-hex v0.4.1
18752026-06-09T15:17:51.951Z Compiling time-macros v0.2.27
18762026-06-09T15:17:51.954Z Compiling native-tls v0.2.18
18772026-06-09T15:17:51.982Z Compiling regex-automata v0.4.14
18782026-06-09T15:17:52.016Z Compiling anyhow v1.0.102
18792026-06-09T15:17:52.036Z Compiling base64ct v1.8.3
18802026-06-09T15:17:52.054Z Compiling darling_core v0.21.3
18812026-06-09T15:17:52.195Z Compiling pest_generator v2.8.6
18822026-06-09T15:17:52.213Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-06-09T15:17:52.216Z Compiling tracing-core v0.1.36
18842026-06-09T15:17:52.327Z Compiling pem-rfc7468 v0.7.0
18852026-06-09T15:17:52.429Z Compiling serde_derive v1.0.228
18862026-06-09T15:17:52.547Z Compiling zeroize_derive v1.4.3
18872026-06-09T15:17:52.568Z Compiling zerofrom-derive v0.1.6
18882026-06-09T15:17:52.601Z Compiling yoke-derive v0.8.1
18892026-06-09T15:17:52.604Z Compiling zerovec-derive v0.11.2
18902026-06-09T15:17:52.631Z Compiling displaydoc v0.2.5
18912026-06-09T15:17:52.825Z Compiling zerocopy-derive v0.8.40
18922026-06-09T15:17:52.871Z Compiling tokio-macros v2.7.0
18932026-06-09T15:17:52.910Z Compiling futures-macro v0.3.32
18942026-06-09T15:17:53.141Z Compiling zeroize v1.8.2
18952026-06-09T15:17:53.396Z Compiling thiserror-impl v2.0.18
18962026-06-09T15:17:53.549Z Compiling schemars_derive v0.8.22
18972026-06-09T15:17:53.564Z Compiling tracing-attributes v0.1.31
18982026-06-09T15:17:53.643Z Compiling der_derive v0.7.3
18992026-06-09T15:17:53.669Z Compiling thiserror-impl v1.0.69
19002026-06-09T15:17:53.683Z Compiling zerofrom v0.1.6
19012026-06-09T15:17:53.826Z Compiling yoke v0.8.1
19022026-06-09T15:17:53.866Z Compiling crypto-common v0.1.7
19032026-06-09T15:17:54.030Z Compiling zerovec v0.11.5
19042026-06-09T15:17:54.047Z Compiling zerotrie v0.2.3
19052026-06-09T15:17:54.201Z Compiling block-buffer v0.10.4
19062026-06-09T15:17:54.494Z Compiling digest v0.10.7
19072026-06-09T15:17:54.549Z Compiling tinystr v0.8.2
19082026-06-09T15:17:54.552Z Compiling potential_utf v0.1.4
19092026-06-09T15:17:54.680Z Compiling pest_derive v2.8.6
19102026-06-09T15:17:54.717Z Compiling icu_collections v2.1.1
19112026-06-09T15:17:54.732Z Compiling icu_locale_core v2.1.1
19122026-06-09T15:17:54.763Z Compiling futures-util v0.3.32
19132026-06-09T15:17:54.779Z Compiling hmac v0.12.1
19142026-06-09T15:17:54.970Z Compiling block-padding v0.3.3
19152026-06-09T15:17:54.973Z Compiling rustls-pki-types v1.14.0
19162026-06-09T15:17:55.142Z Compiling inout v0.1.4
19172026-06-09T15:17:55.318Z Compiling openssl-macros v0.1.1
19182026-06-09T15:17:55.462Z Compiling icu_provider v2.1.1
19192026-06-09T15:17:55.478Z Compiling cipher v0.4.4
19202026-06-09T15:17:55.569Z Compiling bytes v1.11.1
19212026-06-09T15:17:55.636Z Compiling chrono v0.4.44
19222026-06-09T15:17:55.714Z Compiling serde_tokenstream v0.2.3
19232026-06-09T15:17:55.731Z Compiling icu_normalizer v2.1.1
19242026-06-09T15:17:55.823Z Compiling icu_properties v2.1.2
19252026-06-09T15:17:55.961Z Compiling sha2 v0.10.9
19262026-06-09T15:17:56.221Z Compiling tokio v1.52.1
19272026-06-09T15:17:56.519Z Compiling scroll_derive v0.13.1
19282026-06-09T15:17:56.749Z Compiling idna_adapter v1.2.1
19292026-06-09T15:17:56.900Z Compiling idna v1.1.0
19302026-06-09T15:17:56.935Z Compiling scroll_derive v0.12.1
19312026-06-09T15:17:57.054Z Compiling ppv-lite86 v0.2.21
19322026-06-09T15:17:57.301Z Compiling url v2.5.8
19332026-06-09T15:17:57.413Z Compiling http v1.4.0
19342026-06-09T15:17:57.438Z Compiling untrusted v0.9.0
19352026-06-09T15:17:57.463Z Compiling flagset v0.4.7
19362026-06-09T15:17:57.588Z Compiling der v0.7.10
19372026-06-09T15:17:57.606Z Compiling tracing v0.1.44
19382026-06-09T15:17:57.635Z Compiling regex v1.12.3
19392026-06-09T15:17:57.835Z Compiling darling_macro v0.21.3
19402026-06-09T15:17:58.059Z Compiling zerocopy-derive v0.7.35
19412026-06-09T15:17:58.070Z Compiling rand_core v0.9.5
19422026-06-09T15:17:58.296Z Compiling slog v2.8.2
19432026-06-09T15:17:58.705Z Compiling spki v0.7.3
19442026-06-09T15:17:58.729Z Compiling darling v0.21.3
19452026-06-09T15:17:58.811Z Compiling salsa20 v0.10.2
19462026-06-09T15:17:58.828Z Compiling pbkdf2 v0.12.2
19472026-06-09T15:17:59.209Z Compiling cookie v0.18.1
19482026-06-09T15:17:59.335Z Compiling camino v1.2.2
19492026-06-09T15:17:59.628Z Compiling scrypt v0.11.0
19502026-06-09T15:17:59.645Z Compiling rand_chacha v0.9.0
19512026-06-09T15:17:59.648Z Compiling http-body v1.0.1
19522026-06-09T15:17:59.791Z Compiling aes v0.8.4
19532026-06-09T15:17:59.819Z Compiling cbc v0.1.2
19542026-06-09T15:17:59.896Z Compiling usdt-impl v0.5.0
19552026-06-09T15:17:59.911Z Compiling untrusted v0.7.1
19562026-06-09T15:17:59.968Z Compiling tokio-util v0.7.18
19572026-06-09T15:18:00.021Z Compiling winnow v0.7.14
19582026-06-09T15:18:00.054Z Compiling unicode-segmentation v1.12.0
19592026-06-09T15:18:00.070Z Compiling usdt-impl v0.6.0
19602026-06-09T15:18:00.070Z Compiling tinyvec_macros v0.1.1
19612026-06-09T15:18:00.101Z Compiling either v1.15.0
19622026-06-09T15:18:00.131Z Compiling ref-cast v1.0.25
19632026-06-09T15:18:00.151Z Compiling openssl-probe v0.2.1
19642026-06-09T15:18:00.281Z Compiling paste v1.0.15
19652026-06-09T15:18:00.312Z Compiling atomic-waker v1.1.2
19662026-06-09T15:18:00.328Z Compiling pkcs5 v0.7.1
19672026-06-09T15:18:00.439Z Compiling tinyvec v1.10.0
19682026-06-09T15:18:00.608Z Compiling rand v0.9.2
19692026-06-09T15:18:00.909Z Compiling scroll v0.12.0
19702026-06-09T15:18:01.074Z Compiling scroll v0.13.0
19712026-06-09T15:18:01.127Z Compiling serde_spanned v0.6.9
19722026-06-09T15:18:01.208Z Compiling toml_datetime v0.6.11
19732026-06-09T15:18:01.223Z Compiling async-trait v0.1.89
19742026-06-09T15:18:01.291Z Compiling heapless v0.7.17
19752026-06-09T15:18:01.349Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-09T15:18:01.379Z Compiling try-lock v0.2.5
19772026-06-09T15:18:01.473Z Compiling signal-hook v0.3.18
19782026-06-09T15:18:01.508Z Compiling fastrand v2.3.0
19792026-06-09T15:18:01.647Z Compiling tower-layer v0.3.3
19802026-06-09T15:18:01.680Z Compiling zstd-safe v7.2.4
19812026-06-09T15:18:01.714Z Compiling tower-service v0.3.3
19822026-06-09T15:18:01.821Z Compiling h2 v0.4.13
19832026-06-09T15:18:01.834Z Compiling want v0.3.1
19842026-06-09T15:18:01.913Z Compiling toml_parser v1.0.9+spec-1.1.0
19852026-06-09T15:18:01.916Z Compiling goblin v0.10.5
19862026-06-09T15:18:02.061Z Compiling goblin v0.8.2
19872026-06-09T15:18:02.106Z Compiling pkcs8 v0.10.2
19882026-06-09T15:18:02.198Z Compiling heck v0.4.1
19892026-06-09T15:18:02.421Z Compiling zerocopy v0.7.35
19902026-06-09T15:18:03.443Z Compiling ipnet v2.11.0
19912026-06-09T15:18:03.457Z Compiling ref-cast-impl v1.0.25
19922026-06-09T15:18:03.457Z Compiling darling_core v0.20.11
19932026-06-09T15:18:03.458Z Compiling curve25519-dalek v4.1.3
19942026-06-09T15:18:03.458Z Compiling memoffset v0.9.1
19952026-06-09T15:18:03.458Z Compiling litrs v1.0.0
19962026-06-09T15:18:03.458Z Compiling httpdate v1.0.3
19972026-06-09T15:18:03.458Z Compiling pin-utils v0.1.0
19982026-06-09T15:18:03.458Z Compiling winnow v0.5.40
19992026-06-09T15:18:03.458Z Compiling utf8parse v0.2.2
20002026-06-09T15:18:03.698Z Compiling foreign-types-shared v0.1.1
20012026-06-09T15:18:03.802Z Compiling rustix v0.38.44
20022026-06-09T15:18:03.957Z Compiling tempfile v3.25.0
20032026-06-09T15:18:03.990Z Compiling foreign-types v0.3.2
20042026-06-09T15:18:04.018Z Compiling document-features v0.2.12
20052026-06-09T15:18:04.294Z Compiling dof v0.3.0
20062026-06-09T15:18:04.525Z Compiling unicode-normalization v0.1.25
20072026-06-09T15:18:04.550Z Compiling dtrace-parser v0.2.0
20082026-06-09T15:18:04.587Z Compiling darling_macro v0.20.11
20092026-06-09T15:18:04.784Z Compiling hyper v1.8.1
20102026-06-09T15:18:04.802Z Compiling toml_edit v0.19.15
20112026-06-09T15:18:04.890Z Compiling dof v0.4.0
20122026-06-09T15:18:05.124Z Compiling dtrace-parser v0.3.0
20132026-06-09T15:18:05.154Z Compiling pin-project-internal v1.1.11
20142026-06-09T15:18:05.215Z Compiling daft-derive v0.1.7
20152026-06-09T15:18:05.299Z Compiling spin v0.9.8
20162026-06-09T15:18:05.333Z Compiling thread-id v5.1.0
20172026-06-09T15:18:05.467Z Compiling thread-id v4.2.2
20182026-06-09T15:18:05.507Z Compiling anstyle v1.0.14
20192026-06-09T15:18:05.522Z Compiling smoltcp v0.9.1
20202026-06-09T15:18:05.567Z Compiling cfg_aliases v0.2.1
20212026-06-09T15:18:05.652Z Compiling num-bigint-dig v0.8.6
20222026-06-09T15:18:05.667Z Compiling powerfmt v0.2.0
20232026-06-09T15:18:05.751Z Compiling nix v0.31.2
20242026-06-09T15:18:05.849Z Compiling hyper-util v0.1.20
20252026-06-09T15:18:05.864Z Compiling deranged v0.5.8
20262026-06-09T15:18:06.167Z Compiling darling v0.20.11
20272026-06-09T15:18:06.445Z Compiling rustls-native-certs v0.8.3
20282026-06-09T15:18:06.495Z Compiling ipnetwork v0.21.1
20292026-06-09T15:18:06.971Z Compiling strum_macros v0.26.4
20302026-06-09T15:18:07.032Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-09T15:18:07.139Z Compiling sync_wrapper v1.0.2
20322026-06-09T15:18:07.155Z Compiling wait-timeout v0.2.1
20332026-06-09T15:18:07.264Z Compiling is_terminal_polyfill v1.70.2
20342026-06-09T15:18:07.374Z Compiling quick-error v1.2.3
20352026-06-09T15:18:07.400Z Compiling bit-vec v0.8.0
20362026-06-09T15:18:07.593Z Compiling simd-adler32 v0.3.8
20372026-06-09T15:18:07.645Z Compiling colorchoice v1.0.4
20382026-06-09T15:18:07.667Z Compiling num_threads v0.1.7
20392026-06-09T15:18:07.731Z Compiling siphasher v1.0.2
20402026-06-09T15:18:07.771Z Compiling anstyle-query v1.1.5
20412026-06-09T15:18:07.844Z Compiling time v0.3.47
20422026-06-09T15:18:07.928Z Compiling bit-set v0.8.0
20432026-06-09T15:18:08.094Z Compiling rusty-fork v0.3.1
20442026-06-09T15:18:08.111Z Compiling tower v0.5.3
20452026-06-09T15:18:08.530Z Compiling derive_builder_core v0.20.2
20462026-06-09T15:18:08.583Z Compiling snafu-derive v0.8.9
20472026-06-09T15:18:08.670Z Compiling http-body-util v0.1.3
20482026-06-09T15:18:08.968Z Compiling webpki-roots v1.0.6
20492026-06-09T15:18:08.990Z Compiling rand_xorshift v0.4.0
20502026-06-09T15:18:09.053Z Compiling signature v2.2.0
20512026-06-09T15:18:09.104Z Compiling hubpack_derive v0.1.1
20522026-06-09T15:18:09.151Z Compiling strum_macros v0.27.2
20532026-06-09T15:18:09.316Z Compiling fs-err v3.3.0
20542026-06-09T15:18:09.410Z Compiling ahash v0.8.12
20552026-06-09T15:18:09.450Z Compiling encoding_rs v0.8.35
20562026-06-09T15:18:09.537Z Compiling adler2 v2.0.1
20572026-06-09T15:18:09.563Z Compiling unicode-properties v0.1.4
20582026-06-09T15:18:09.580Z Compiling ryu v1.0.23
20592026-06-09T15:18:09.644Z Compiling unicode-bidi v0.3.18
20602026-06-09T15:18:09.660Z Compiling iri-string v0.7.10
20612026-06-09T15:18:09.761Z Compiling mime v0.3.17
20622026-06-09T15:18:09.786Z Compiling unarray v0.1.4
20632026-06-09T15:18:09.858Z Compiling object v0.37.3
20642026-06-09T15:18:09.934Z Compiling allocator-api2 v0.2.21
20652026-06-09T15:18:10.077Z Compiling serde_urlencoded v0.7.1
20662026-06-09T15:18:10.167Z Compiling stringprep v0.1.5
20672026-06-09T15:18:10.222Z Compiling proptest v1.10.0
20682026-06-09T15:18:10.261Z Compiling miniz_oxide v0.8.9
20692026-06-09T15:18:10.504Z Compiling derive_builder_macro v0.20.2
20702026-06-09T15:18:10.768Z Compiling tokio-native-tls v0.3.1
20712026-06-09T15:18:10.797Z Compiling usdt-attr-macro v0.6.0
20722026-06-09T15:18:10.813Z Compiling tower-http v0.6.8
20732026-06-09T15:18:10.956Z Compiling usdt-macro v0.6.0
20742026-06-09T15:18:11.030Z Compiling anstyle-parse v1.0.0
20752026-06-09T15:18:11.290Z Compiling rand_chacha v0.3.1
20762026-06-09T15:18:11.322Z Compiling erased-serde v0.3.31
20772026-06-09T15:18:11.375Z Compiling md-5 v0.10.6
20782026-06-09T15:18:11.456Z Compiling bstr v1.12.1
20792026-06-09T15:18:11.594Z Compiling num-integer v0.1.46
20802026-06-09T15:18:11.667Z Compiling hash32 v0.2.1
20812026-06-09T15:18:11.683Z Compiling vergen-lib v9.1.0
20822026-06-09T15:18:11.686Z Compiling ff v0.13.1
20832026-06-09T15:18:11.851Z Compiling psl-types v2.0.11
20842026-06-09T15:18:11.883Z Compiling fallible-iterator v0.2.0
20852026-06-09T15:18:11.898Z Compiling base16ct v0.2.0
20862026-06-09T15:18:11.948Z Compiling zlib-rs v0.6.2
20872026-06-09T15:18:11.986Z Compiling publicsuffix v2.3.0
20882026-06-09T15:18:12.073Z Compiling sec1 v0.7.3
20892026-06-09T15:18:12.104Z Compiling num-iter v0.1.45
20902026-06-09T15:18:12.175Z Compiling postgres-protocol v0.6.10
20912026-06-09T15:18:12.207Z Compiling group v0.13.0
20922026-06-09T15:18:12.357Z Compiling newtype-uuid v1.3.2
20932026-06-09T15:18:12.593Z Compiling rand v0.8.6
20942026-06-09T15:18:12.912Z Compiling oxnet v0.1.5
20952026-06-09T15:18:13.099Z Compiling anstream v1.0.0
20962026-06-09T15:18:13.144Z Compiling derive_builder v0.20.2
20972026-06-09T15:18:13.219Z Compiling hyper-tls v0.6.0
20982026-06-09T15:18:13.324Z Compiling phf_shared v0.13.1
20992026-06-09T15:18:13.405Z Compiling pin-project v1.1.11
21002026-06-09T15:18:13.455Z Compiling lazy_static v1.5.0
21012026-06-09T15:18:13.505Z Compiling anstyle-parse v0.2.7
21022026-06-09T15:18:13.596Z Compiling terminal_size v0.4.3
21032026-06-09T15:18:13.612Z Compiling serde_with_macros v3.17.0
21042026-06-09T15:18:13.638Z Compiling futures-executor v0.3.32
21052026-06-09T15:18:13.650Z Compiling hex v0.4.3
21062026-06-09T15:18:13.845Z Compiling hkdf v0.12.4
21072026-06-09T15:18:13.879Z Compiling crypto-bigint v0.5.5
21082026-06-09T15:18:13.894Z Compiling enum-as-inner v0.6.1
21092026-06-09T15:18:13.929Z Compiling serde_repr v0.1.20
21102026-06-09T15:18:14.014Z Compiling flate2 v1.1.9
21112026-06-09T15:18:14.057Z Compiling clap_derive v4.6.1
21122026-06-09T15:18:14.072Z Compiling async-recursion v1.1.1
21132026-06-09T15:18:14.257Z Compiling vergen v9.1.0
21142026-06-09T15:18:14.298Z Compiling cargo-platform v0.3.2
21152026-06-09T15:18:14.418Z Compiling managed v0.8.0
21162026-06-09T15:18:14.465Z Compiling clap_lex v1.0.0
21172026-06-09T15:18:14.650Z Compiling foldhash v0.2.0
21182026-06-09T15:18:14.691Z Compiling bitflags v1.3.2
21192026-06-09T15:18:14.707Z Compiling same-file v1.0.6
21202026-06-09T15:18:14.779Z Compiling libbz2-rs-sys v0.2.2
21212026-06-09T15:18:14.795Z Compiling foldhash v0.1.5
21222026-06-09T15:18:14.798Z Compiling bumpalo v3.20.2
21232026-06-09T15:18:14.873Z Compiling walkdir v2.5.0
21242026-06-09T15:18:14.889Z Compiling hashbrown v0.16.1
21252026-06-09T15:18:14.893Z Compiling elliptic-curve v0.13.8
21262026-06-09T15:18:14.958Z Compiling hashbrown v0.15.5
21272026-06-09T15:18:15.059Z Compiling zopfli v0.8.3
21282026-06-09T15:18:15.262Z Compiling bzip2 v0.6.1
21292026-06-09T15:18:15.355Z Compiling clap_builder v4.6.0
21302026-06-09T15:18:15.477Z Compiling cargo_metadata v0.23.1
21312026-06-09T15:18:15.529Z Compiling futures v0.3.32
21322026-06-09T15:18:15.625Z Compiling anstream v0.6.21
21332026-06-09T15:18:15.778Z Compiling zstd v0.13.3
21342026-06-09T15:18:15.918Z Compiling phf v0.13.1
21352026-06-09T15:18:15.963Z Compiling snafu v0.8.9
21362026-06-09T15:18:16.089Z Compiling signal-hook-mio v0.2.5
21372026-06-09T15:18:16.157Z Compiling daft v0.1.7
21382026-06-09T15:18:16.220Z Compiling cookie_store v0.22.1
21392026-06-09T15:18:16.325Z Compiling postgres-types v0.2.12
21402026-06-09T15:18:16.422Z Compiling bzip2 v0.4.4
21412026-06-09T15:18:16.449Z Compiling globset v0.4.18
21422026-06-09T15:18:16.672Z Compiling strum v0.27.2
21432026-06-09T15:18:16.858Z Compiling hubpack v0.1.2
21442026-06-09T15:18:16.891Z Compiling ed25519 v2.2.3
21452026-06-09T15:18:16.905Z Compiling phf_shared v0.11.3
21462026-06-09T15:18:16.997Z Compiling crossbeam-epoch v0.9.18
21472026-06-09T15:18:17.064Z Compiling olpc-cjson v0.1.4
21482026-06-09T15:18:17.087Z Compiling pkcs1 v0.7.5
21492026-06-09T15:18:17.121Z Compiling pem v3.0.6
21502026-06-09T15:18:17.231Z Compiling serde-big-array v0.5.1
21512026-06-09T15:18:17.247Z Compiling serde_plain v1.0.2
21522026-06-09T15:18:17.356Z Compiling rfc6979 v0.4.0
21532026-06-09T15:18:17.396Z Compiling float-cmp v0.10.0
21542026-06-09T15:18:17.428Z Compiling memmap2 v0.9.10
21552026-06-09T15:18:17.448Z Compiling env_filter v1.0.0
21562026-06-09T15:18:17.478Z Compiling toml_write v0.1.2
21572026-06-09T15:18:17.492Z Compiling keccak v0.1.6
21582026-06-09T15:18:17.509Z Compiling predicates-core v1.0.10
21592026-06-09T15:18:17.512Z Compiling jiff v0.2.21
21602026-06-09T15:18:17.558Z Compiling precomputed-hash v0.1.1
21612026-06-09T15:18:17.646Z Compiling new_debug_unreachable v1.0.6
21622026-06-09T15:18:17.662Z Compiling typed-path v0.9.3
21632026-06-09T15:18:17.695Z Compiling data-encoding v2.10.0
21642026-06-09T15:18:17.712Z Compiling fixedbitset v0.4.2
21652026-06-09T15:18:17.778Z Compiling whoami v2.1.0
21662026-06-09T15:18:17.795Z Compiling difflib v0.4.0
21672026-06-09T15:18:17.902Z Compiling fixedbitset v0.5.7
21682026-06-09T15:18:17.926Z Compiling normalize-line-endings v0.3.0
21692026-06-09T15:18:17.984Z Compiling static_assertions v1.1.0
21702026-06-09T15:18:18.012Z Compiling hickory-proto v0.25.2
21712026-06-09T15:18:18.040Z Compiling predicates v3.1.4
21722026-06-09T15:18:18.072Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-06-09T15:18:18.117Z Compiling petgraph v0.8.3
21742026-06-09T15:18:18.198Z Compiling tokio-postgres v0.7.16
21752026-06-09T15:18:18.255Z Compiling petgraph v0.6.5
21762026-06-09T15:18:18.517Z Compiling string_cache v0.8.9
21772026-06-09T15:18:18.695Z Compiling sha3 v0.10.8
21782026-06-09T15:18:18.748Z Compiling toml_edit v0.22.27
21792026-06-09T15:18:18.802Z Compiling env_logger v0.11.9
21802026-06-09T15:18:19.010Z Compiling usdt v0.6.0
21812026-06-09T15:18:19.037Z Compiling ecdsa v0.16.9
21822026-06-09T15:18:19.260Z Compiling rsa v0.9.10
21832026-06-09T15:18:19.434Z Compiling ed25519-dalek v2.2.0
21842026-06-09T15:18:20.030Z Compiling clap v4.6.1
21852026-06-09T15:18:20.033Z Compiling crossterm v0.28.1
21862026-06-09T15:18:20.119Z Compiling zip v4.6.1
21872026-06-09T15:18:20.135Z Compiling zip v0.6.6
21882026-06-09T15:18:20.264Z Compiling iddqd v0.4.2
21892026-06-09T15:18:21.017Z Compiling serde_with v3.17.0
21902026-06-09T15:18:21.036Z Compiling similar v2.7.0
21912026-06-09T15:18:21.039Z Compiling strum v0.26.3
21922026-06-09T15:18:21.084Z Compiling toml v0.7.8
21932026-06-09T15:18:21.149Z Compiling tokio-stream v0.1.18
21942026-06-09T15:18:21.237Z Compiling itertools v0.13.0
21952026-06-09T15:18:21.237Z Compiling buf-list v1.1.2
21962026-06-09T15:18:21.388Z Compiling x509-cert v0.2.5
21972026-06-09T15:18:21.665Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-09T15:18:21.799Z Compiling openapiv3 v2.2.0
21992026-06-09T15:18:21.959Z Compiling sha1 v0.10.6
22002026-06-09T15:18:22.185Z Compiling lalrpop-util v0.19.12
22012026-06-09T15:18:22.328Z Compiling peg-runtime v0.8.5
22022026-06-09T15:18:37.186Z Compiling rustls-webpki v0.103.9
22032026-06-09T15:18:38.734Z Compiling macaddr v1.0.1
22042026-06-09T15:18:38.775Z Compiling structmeta-derive v0.3.0
22052026-06-09T15:18:38.791Z Compiling crucible-workspace-hack v0.1.0
22062026-06-09T15:18:38.991Z Compiling rayon-core v1.13.0
22072026-06-09T15:18:39.060Z Compiling itertools v0.14.0
22082026-06-09T15:18:39.091Z Compiling secrecy v0.10.3
22092026-06-09T15:18:39.169Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-09T15:18:39.198Z Compiling heapless v0.8.0
22112026-06-09T15:18:39.236Z Compiling rustls v0.22.4
22122026-06-09T15:18:39.272Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-09T15:18:39.463Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-09T15:18:39.580Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-09T15:18:39.617Z Compiling crossbeam-deque v0.8.6
22162026-06-09T15:18:39.679Z Compiling rustls-webpki v0.102.8
22172026-06-09T15:18:39.713Z Compiling hash32 v0.3.1
22182026-06-09T15:18:39.730Z Compiling multer v3.1.0
22192026-06-09T15:18:39.754Z Compiling thread_local v1.1.9
22202026-06-09T15:18:39.772Z Compiling structmeta v0.3.0
22212026-06-09T15:18:39.776Z Compiling slog-async v2.8.0
22222026-06-09T15:18:39.858Z Compiling unicode-width v0.2.0
22232026-06-09T15:18:39.900Z Compiling match_cfg v0.1.0
22242026-06-09T15:18:39.968Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-09T15:18:39.995Z Compiling compression-core v0.4.31
22262026-06-09T15:18:40.015Z Compiling smoltcp v0.11.0
22272026-06-09T15:18:40.063Z Compiling proc-macro-crate v3.4.0
22282026-06-09T15:18:40.115Z Compiling hostname v0.3.1
22292026-06-09T15:18:40.131Z Compiling compression-codecs v0.4.37
22302026-06-09T15:18:40.184Z Compiling derive-ex v0.1.8
22312026-06-09T15:18:40.329Z Compiling ingot-macros v0.1.1
22322026-06-09T15:18:40.371Z Compiling slog-json v2.6.1
22332026-06-09T15:18:40.390Z Compiling crossbeam-channel v0.5.15
22342026-06-09T15:18:40.517Z Compiling half v2.7.1
22352026-06-09T15:18:40.532Z Compiling newtype-uuid-macros v0.1.0
22362026-06-09T15:18:40.638Z Compiling cobs v0.3.0
22372026-06-09T15:18:40.802Z Compiling tokio-rustls v0.26.4
22382026-06-09T15:18:40.882Z Compiling rustls-platform-verifier v0.6.2
22392026-06-09T15:18:40.924Z Compiling thiserror-impl-no-std v2.0.2
22402026-06-09T15:18:41.077Z Compiling hyper-rustls v0.27.7
22412026-06-09T15:18:41.120Z Compiling universal-hash v0.5.1
22422026-06-09T15:18:41.136Z Compiling async-stream-impl v0.3.6
22432026-06-09T15:18:41.260Z Compiling serde_spanned v1.0.4
22442026-06-09T15:18:41.283Z Compiling toml_datetime v1.0.0+spec-1.1.0
22452026-06-09T15:18:41.412Z Compiling reqwest v0.12.28
22462026-06-09T15:18:41.447Z Compiling reqwest v0.13.2
22472026-06-09T15:18:41.549Z Compiling is-terminal v0.4.17
22482026-06-09T15:18:41.671Z Compiling proc-macro-error-attr v1.0.4
22492026-06-09T15:18:41.705Z Compiling dropshot v0.17.0
22502026-06-09T15:18:41.742Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-06-09T15:18:41.757Z Compiling ciborium-io v0.2.2
22522026-06-09T15:18:41.845Z Compiling take_mut v0.2.2
22532026-06-09T15:18:41.878Z Compiling convert_case v0.4.0
22542026-06-09T15:18:41.896Z Compiling toml_writer v1.0.6+spec-1.1.0
22552026-06-09T15:18:41.924Z Compiling term v1.2.1
22562026-06-09T15:18:41.958Z Compiling opaque-debug v0.3.1
22572026-06-09T15:18:42.006Z Compiling thiserror-no-std v2.0.2
22582026-06-09T15:18:42.050Z Compiling poly1305 v0.8.0
22592026-06-09T15:18:42.118Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-09T15:18:42.216Z Compiling derive_more v0.99.20
22612026-06-09T15:18:42.260Z Compiling slog-term v2.9.2
22622026-06-09T15:18:42.397Z Compiling tokio-rustls v0.25.0
22632026-06-09T15:18:42.695Z Compiling ciborium-ll v0.2.2
22642026-06-09T15:18:42.722Z Compiling test-strategy v0.4.5
22652026-06-09T15:18:42.741Z Compiling async-stream v0.3.6
22662026-06-09T15:18:42.956Z Compiling tough v0.22.0
22672026-06-09T15:18:42.975Z Compiling ingot-types v0.1.2
22682026-06-09T15:18:42.978Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-06-09T15:18:43.262Z Compiling postcard v1.1.3
22702026-06-09T15:18:43.455Z Compiling ingot v0.1.1
22712026-06-09T15:18:43.657Z Compiling slog-bunyan v2.5.0
22722026-06-09T15:18:43.731Z Compiling num_enum_derive v0.7.6
22732026-06-09T15:18:43.863Z Compiling async-compression v0.4.41
22742026-06-09T15:18:44.030Z Compiling parse-display-derive v0.10.0
22752026-06-09T15:18:44.342Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-09T15:18:44.383Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-09T15:18:44.649Z Compiling proc-macro-crate v1.3.1
22782026-06-09T15:18:44.709Z Compiling backon v1.6.0
22792026-06-09T15:18:44.727Z Compiling waitgroup v0.1.2
22802026-06-09T15:18:44.741Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-09T15:18:44.784Z Compiling password-hash v0.5.0
22822026-06-09T15:18:44.947Z Compiling chacha20 v0.9.1
22832026-06-09T15:18:44.992Z Compiling dropshot_endpoint v0.17.0
22842026-06-09T15:18:45.012Z Compiling rustls-pemfile v2.2.0
22852026-06-09T15:18:45.221Z Compiling blake2 v0.10.6
22862026-06-09T15:18:45.311Z Compiling aead v0.5.2
22872026-06-09T15:18:45.314Z Compiling foreign-types-macros v0.2.3
22882026-06-09T15:18:45.476Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-09T15:18:45.524Z Compiling serde_path_to_error v0.1.20
22902026-06-09T15:18:45.606Z Compiling hostname v0.4.2
22912026-06-09T15:18:45.696Z Compiling proc-macro-error v1.0.4
22922026-06-09T15:18:45.736Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-09T15:18:45.769Z Compiling instant v0.1.13
22942026-06-09T15:18:45.790Z Compiling foreign-types-shared v0.3.1
22952026-06-09T15:18:45.864Z Compiling typeid v1.0.3
22962026-06-09T15:18:45.894Z Compiling debug-ignore v1.0.5
22972026-06-09T15:18:45.911Z Compiling cpufeatures v0.3.0
22982026-06-09T15:18:45.911Z Compiling foreign-types v0.5.0
22992026-06-09T15:18:45.912Z Compiling backoff v0.4.0
23002026-06-09T15:18:46.015Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23012026-06-09T15:18:46.030Z Compiling chacha20 v0.10.0
23022026-06-09T15:18:46.048Z Compiling parse-display v0.10.0
23032026-06-09T15:18:46.062Z Compiling argon2 v0.5.3
23042026-06-09T15:18:46.066Z Compiling chacha20poly1305 v0.10.1
23052026-06-09T15:18:46.125Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-09T15:18:46.224Z Compiling num_enum_derive v0.5.11
23072026-06-09T15:18:46.239Z Compiling num_enum v0.7.6
23082026-06-09T15:18:46.255Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-06-09T15:18:46.255Z Compiling ciborium v0.2.2
23102026-06-09T15:18:46.504Z Compiling vsss-rs v3.3.4
23112026-06-09T15:18:46.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-09T15:18:46.661Z Compiling tabwriter v1.4.1
23132026-06-09T15:18:46.749Z Compiling regress v0.10.5
23142026-06-09T15:18:46.916Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-06-09T15:18:46.955Z Compiling byte-wrapper v0.1.0
23162026-06-09T15:18:47.051Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23172026-06-09T15:18:47.109Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-09T15:18:47.124Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23192026-06-09T15:18:47.179Z Compiling cstr-argument v0.1.2
23202026-06-09T15:18:47.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-09T15:18:47.341Z Compiling humantime v2.3.0
23222026-06-09T15:18:47.372Z Compiling erased-serde v0.4.9
23232026-06-09T15:18:47.510Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-06-09T15:18:47.548Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-06-09T15:18:47.699Z Compiling num_enum v0.5.11
23262026-06-09T15:18:47.760Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-09T15:18:47.780Z Compiling rand v0.10.0
23282026-06-09T15:18:47.843Z Compiling rayon v1.11.0
23292026-06-09T15:18:47.885Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-09T15:18:47.945Z Compiling libefi-sys v0.1.0
23312026-06-09T15:18:47.948Z Compiling colored v3.1.1
23322026-06-09T15:18:48.010Z Compiling indent_write v2.2.0
23332026-06-09T15:18:48.026Z Compiling zone_cfg_derive v0.3.1
23342026-06-09T15:18:48.053Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23352026-06-09T15:18:48.156Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-09T15:18:48.275Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-09T15:18:48.290Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-09T15:18:48.329Z Compiling camino-tempfile v1.4.1
23392026-06-09T15:18:48.521Z Compiling itertools v0.12.1
23402026-06-09T15:18:48.575Z Compiling usdt-macro v0.5.0
23412026-06-09T15:18:48.642Z Compiling usdt-attr-macro v0.5.0
23422026-06-09T15:18:48.665Z Compiling num-derive v0.4.2
23432026-06-09T15:18:48.732Z Compiling bitfield-struct v0.6.2
23442026-06-09T15:18:48.809Z Compiling blake3 v1.8.3
23452026-06-09T15:18:48.836Z Compiling ordered-float v2.10.1
23462026-06-09T15:18:49.133Z Compiling sigpipe v0.1.3
23472026-06-09T15:18:49.173Z Compiling memmap v0.7.0
23482026-06-09T15:18:49.248Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-09T15:18:49.265Z Compiling swrite v0.1.0
23502026-06-09T15:18:49.341Z Compiling glob v0.3.3
23512026-06-09T15:18:49.391Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-09T15:18:49.406Z Compiling usdt v0.5.0
23532026-06-09T15:18:49.485Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-09T15:18:49.557Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-09T15:18:49.725Z Compiling serde-value v0.7.0
23562026-06-09T15:18:49.916Z Compiling zone v0.3.1
23572026-06-09T15:18:49.954Z Compiling serde-untagged v0.1.9
23582026-06-09T15:18:50.049Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-09T15:18:50.208Z Compiling toml v0.8.23
23602026-06-09T15:18:50.257Z Compiling smf v0.2.3
23612026-06-09T15:18:50.277Z Compiling filetime v0.2.27
23622026-06-09T15:18:50.293Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-09T15:18:50.333Z Compiling whoami v1.6.1
23642026-06-09T15:18:50.364Z Compiling arrayref v0.3.9
23652026-06-09T15:18:50.390Z Compiling constant_time_eq v0.4.2
23662026-06-09T15:18:50.437Z Compiling xattr v1.6.1
23672026-06-09T15:18:50.453Z Compiling unicode-xid v0.2.6
23682026-06-09T15:18:50.495Z Compiling arrayvec v0.7.6
23692026-06-09T15:18:50.552Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-09T15:18:50.605Z Compiling tar v0.4.45
23712026-06-09T15:18:50.623Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-09T15:18:50.645Z Compiling tokio-dtrace v0.1.1
23732026-06-09T15:18:50.797Z Compiling cargo-util-schemas v0.8.2
23742026-06-09T15:18:50.875Z Compiling console v0.16.2
23752026-06-09T15:18:51.019Z Compiling gethostname v0.5.0
23762026-06-09T15:18:51.170Z Compiling cargo-platform v0.2.0
23772026-06-09T15:18:51.237Z Compiling topological-sort v0.2.2
23782026-06-09T15:18:51.425Z Compiling unit-prefix v0.5.2
23792026-06-09T15:18:51.441Z Compiling oxide-tokio-rt v0.1.4
23802026-06-09T15:18:51.477Z Compiling shell-words v1.1.1
23812026-06-09T15:18:51.498Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-09T15:18:51.605Z Compiling indicatif v0.18.4
23832026-06-09T15:18:52.031Z Compiling cargo_metadata v0.21.0
23842026-06-09T15:19:01.239Z Compiling progenitor-client v0.10.0
23852026-06-09T15:19:01.239Z Compiling omicron-zone-package v0.12.2
23862026-06-09T15:19:01.258Z Compiling progenitor-client v0.14.0
23872026-06-09T15:19:01.732Z Compiling progenitor-extras v0.2.0
23882026-06-09T15:19:04.015Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-09T15:19:04.091Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-06-09T15:19:04.203Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-09T15:19:04.237Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-09T15:19:04.264Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-09T15:19:04.282Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-09T15:19:04.297Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-09T15:19:04.324Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-09T15:19:04.566Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-09T15:19:08.361Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-09T15:19:16.108Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-09T15:19:19.167Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-09T15:19:20.138Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-09T15:19:29.868Z Finished `release` profile [optimized] target(s) in 1m 43s
24022026-06-09T15:19:30.019Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-09T15:19:30.080ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-09T15:19:30.084ZCreated new build target 'test' and set it as active
24052026-06-09T15:19:30.087Z
24062026-06-09T15:19:30.087Zreal 1:44.079281673
24072026-06-09T15:19:30.087Zuser 17:03.027771134
24082026-06-09T15:19:30.087Zsys 2:33.628781435
24092026-06-09T15:19:30.087Ztrap 0.465697574
24102026-06-09T15:19:30.087Ztflt 2.763119091
24112026-06-09T15:19:30.087Zdflt 4.350317969
24122026-06-09T15:19:30.087Zkflt 0.000743040
24132026-06-09T15:19:30.087Zlock 52:49.579991764
24142026-06-09T15:19:30.087Zslp 43:08.522578520
24152026-06-09T15:19:30.087Zlat 43.987607632
24162026-06-09T15:19:30.087Zstop 5:31.434467061
24172026-06-09T15:19:30.087Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-09T15:19:30.970Z Finished `release` profile [optimized] target(s) in 0.87s
24192026-06-09T15:19:31.040Z Running `target/release/omicron-package -t test package`
24202026-06-09T15:19:31.098ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-09T15:19:32.535Z Compiling heck v0.5.0
24222026-06-09T15:19:32.538Z Compiling regress v0.11.1
24232026-06-09T15:19:32.538Z Compiling unsafe-libyaml v0.2.11
24242026-06-09T15:19:32.791Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-09T15:19:32.822Z Compiling regress v0.10.5
24262026-06-09T15:19:32.844Z Compiling is-terminal v0.4.17
24272026-06-09T15:19:32.863Z Compiling unicode-width v0.1.14
24282026-06-09T15:19:32.864Z Compiling prettyplease v0.2.37
24292026-06-09T15:19:32.867Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-09T15:19:32.867Z Compiling bytecount v0.6.9
24312026-06-09T15:19:32.867Z Compiling rustls v0.22.4
24322026-06-09T15:19:32.867Z Compiling rustls-webpki v0.102.8
24332026-06-09T15:19:32.883Z Compiling derive-where v1.6.0
24342026-06-09T15:19:32.925Z Compiling thread_local v1.1.9
24352026-06-09T15:19:32.944Z Compiling match_cfg v0.1.0
24362026-06-09T15:19:32.966Z Compiling compression-core v0.4.31
24372026-06-09T15:19:33.009Z Compiling multer v3.1.0
24382026-06-09T15:19:33.095Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-09T15:19:33.136Z Compiling compression-codecs v0.4.37
24402026-06-09T15:19:33.157Z Compiling hostname v0.3.1
24412026-06-09T15:19:33.178Z Compiling slog-async v2.8.0
24422026-06-09T15:19:33.202Z Compiling crossbeam-channel v0.5.15
24432026-06-09T15:19:33.206Z Compiling slog-json v2.6.1
24442026-06-09T15:19:33.240Z Compiling serde_spanned v1.0.4
24452026-06-09T15:19:33.262Z Compiling toml_datetime v1.0.0+spec-1.1.0
24462026-06-09T15:19:33.283Z Compiling serde_yaml v0.9.34+deprecated
24472026-06-09T15:19:33.311Z Compiling term v1.2.1
24482026-06-09T15:19:33.331Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-06-09T15:19:33.420Z Compiling take_mut v0.2.2
24502026-06-09T15:19:33.443Z Compiling slog-bunyan v2.5.0
24512026-06-09T15:19:33.446Z Compiling async-compression v0.4.41
24522026-06-09T15:19:33.580Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-09T15:19:33.622Z Compiling slog-term v2.9.2
24542026-06-09T15:19:33.669Z Compiling dropshot v0.17.0
24552026-06-09T15:19:33.672Z Compiling async-stream v0.3.6
24562026-06-09T15:19:33.739Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-06-09T15:19:33.791Z Compiling num-rational v0.4.2
24582026-06-09T15:19:33.829Z Compiling progenitor-client v0.14.0
24592026-06-09T15:19:33.888Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-06-09T15:19:33.910Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24612026-06-09T15:19:33.975Z Compiling waitgroup v0.1.2
24622026-06-09T15:19:34.078Z Compiling backon v1.6.0
24632026-06-09T15:19:34.111Z Compiling rustls-pemfile v2.2.0
24642026-06-09T15:19:34.133Z Compiling num-complex v0.4.6
24652026-06-09T15:19:34.155Z Compiling serde_path_to_error v0.1.20
24662026-06-09T15:19:34.159Z Compiling hostname v0.4.2
24672026-06-09T15:19:34.201Z Compiling instant v0.1.13
24682026-06-09T15:19:34.226Z Compiling debug-ignore v1.0.5
24692026-06-09T15:19:34.305Z Compiling typify-impl v0.6.2
24702026-06-09T15:19:34.327Z Compiling backoff v0.4.0
24712026-06-09T15:19:34.330Z Compiling progenitor-extras v0.2.0
24722026-06-09T15:19:34.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-09T15:19:34.370Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-09T15:19:34.603Z Compiling num v0.4.3
24752026-06-09T15:19:34.659Z Compiling parse-display v0.10.0
24762026-06-09T15:19:34.682Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-09T15:19:34.687Z Compiling progenitor-client v0.10.0
24782026-06-09T15:19:34.727Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-09T15:19:34.730Z Compiling macaddr v1.0.1
24802026-06-09T15:19:34.770Z Compiling float-ord v0.3.2
24812026-06-09T15:19:34.837Z Compiling humantime v2.3.0
24822026-06-09T15:19:34.947Z Compiling console v0.15.11
24832026-06-09T15:19:34.990Z Compiling newline-converter v0.3.0
24842026-06-09T15:19:35.026Z Compiling atomicwrites v0.4.4
24852026-06-09T15:19:35.109Z Compiling slog-dtrace v0.3.0
24862026-06-09T15:19:35.129Z Compiling owo-colors v4.3.0
24872026-06-09T15:19:35.157Z Compiling cancel-safe-futures v0.1.5
24882026-06-09T15:19:35.305Z Compiling tokio-rustls v0.25.0
24892026-06-09T15:19:35.371Z Compiling expectorate v1.2.0
24902026-06-09T15:19:35.395Z Compiling resolv-conf v0.7.6
24912026-06-09T15:19:35.444Z Compiling toml v0.8.23
24922026-06-09T15:19:35.487Z Compiling libsw-core v0.3.2
24932026-06-09T15:19:35.648Z Compiling libsw v3.5.0
24942026-06-09T15:19:35.758Z Compiling linear-map v1.2.0
24952026-06-09T15:19:35.863Z Compiling linked-hash-map v0.5.6
24962026-06-09T15:19:35.959Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-06-09T15:19:36.015Z Compiling minimal-lexical v0.2.1
24982026-06-09T15:19:36.051Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-06-09T15:19:36.072Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-06-09T15:19:36.125Z Compiling lru-cache v0.1.2
25012026-06-09T15:19:36.166Z Compiling hickory-proto v0.24.4
25022026-06-09T15:19:36.255Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-06-09T15:19:36.291Z Compiling nom v7.1.3
25042026-06-09T15:19:36.313Z Compiling unicode-xid v0.2.6
25052026-06-09T15:19:36.317Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-06-09T15:19:36.466Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-06-09T15:19:36.563Z Compiling convert_case v0.10.0
25082026-06-09T15:19:36.857Z Compiling derive_more-impl v2.1.1
25092026-06-09T15:19:37.206Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-09T15:19:37.654Z Compiling derive_more v2.1.1
25112026-06-09T15:19:37.677Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-06-09T15:19:38.683Z Compiling papergrid v0.11.0
25132026-06-09T15:19:38.688Z Compiling tabled_derive v0.7.0
25142026-06-09T15:19:38.688Z Compiling termtree v0.5.1
25152026-06-09T15:19:38.688Z Compiling typify-macro v0.6.2
25162026-06-09T15:19:38.688Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25172026-06-09T15:19:38.688Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-06-09T15:19:38.688Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-06-09T15:19:38.688Z Compiling hickory-resolver v0.24.4
25202026-06-09T15:19:38.866Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-06-09T15:19:38.954Z Compiling tabled v0.15.0
25222026-06-09T15:19:39.082Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-09T15:19:39.354Z Compiling crossterm v0.29.0
25242026-06-09T15:19:39.378Z Compiling typify v0.6.2
25252026-06-09T15:19:39.659Z Compiling progenitor-impl v0.14.0
25262026-06-09T15:19:40.229Z Compiling qorb v0.4.1
25272026-06-09T15:19:41.884Z Compiling progenitor-macro v0.14.0
25282026-06-09T15:19:42.143Z Compiling phf_shared v0.12.1
25292026-06-09T15:19:42.306Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-09T15:19:42.398Z Compiling csv-core v0.1.13
25312026-06-09T15:19:42.850Z Compiling vte v0.14.1
25322026-06-09T15:19:42.989Z Compiling chrono-tz v0.10.4
25332026-06-09T15:19:43.099Z Compiling highway v1.3.0
25342026-06-09T15:19:43.271Z Compiling strip-ansi-escapes v0.2.1
25352026-06-09T15:19:43.825Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-09T15:19:43.847Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-06-09T15:19:44.125Z Compiling csv v1.4.0
25382026-06-09T15:19:44.277Z Compiling phf v0.12.1
25392026-06-09T15:19:44.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-06-09T15:19:44.477Z Compiling const_format_proc_macros v0.2.34
25412026-06-09T15:19:44.679Z Compiling fd-lock v4.0.4
25422026-06-09T15:19:44.775Z Compiling peg-macros v0.8.5
25432026-06-09T15:19:44.849Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-06-09T15:19:45.111Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-06-09T15:19:45.247Z Compiling nu-ansi-term v0.50.3
25462026-06-09T15:19:45.553Z Compiling reedline v0.40.0
25472026-06-09T15:19:45.814Z Compiling const_format v0.2.35
25482026-06-09T15:19:45.921Z Compiling progenitor v0.14.0
25492026-06-09T15:19:46.040Z Compiling peg v0.8.5
25502026-06-09T15:19:46.129Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-06-09T15:19:46.182Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-09T15:19:46.203Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25532026-06-09T15:19:46.896Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-09T15:19:46.982Z Compiling bcs v0.1.6
25552026-06-09T15:19:47.207Z Compiling nom v8.0.0
25562026-06-09T15:19:47.422Z Compiling semver v0.1.20
25572026-06-09T15:19:47.719Z Compiling rustc_version v0.1.7
25582026-06-09T15:19:47.953Z Compiling newtype_derive v0.1.6
25592026-06-09T15:19:48.197Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-09T15:19:48.466Z Compiling smawk v0.3.2
25612026-06-09T15:19:48.667Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25622026-06-09T15:19:48.771Z Compiling unicode-linebreak v0.1.5
25632026-06-09T15:19:49.000Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-06-09T15:19:49.048Z Compiling textwrap v0.16.2
25652026-06-09T15:19:49.097Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-06-09T15:19:49.248Z Compiling base64 v0.21.7
25672026-06-09T15:19:49.295Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-09T15:19:49.619Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25692026-06-09T15:19:49.749Z Compiling steno v0.4.1
25702026-06-09T15:19:49.784Z Compiling dropshot-api-manager-types v0.7.2
25712026-06-09T15:19:49.809Z Compiling tagptr v0.2.0
25722026-06-09T15:19:49.882Z Compiling utf-8 v0.7.6
25732026-06-09T15:19:50.032Z Compiling moka v0.12.13
25742026-06-09T15:19:50.125Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-09T15:19:50.383Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-09T15:19:50.406Z Compiling tungstenite v0.21.0
25772026-06-09T15:19:50.555Z Compiling radium v0.7.0
25782026-06-09T15:19:50.883Z Compiling tap v1.0.1
25792026-06-09T15:19:51.070Z Compiling tokio-tungstenite v0.21.0
25802026-06-09T15:19:51.230Z Compiling hickory-resolver v0.25.2
25812026-06-09T15:19:51.255Z Compiling display-error-chain v0.2.2
25822026-06-09T15:19:51.258Z Compiling maybe-uninit v2.0.0
25832026-06-09T15:19:51.438Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-09T15:19:51.475Z Compiling wyz v0.5.1
25852026-06-09T15:19:51.908Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-09T15:19:51.929Z Compiling num-derive v0.3.3
25872026-06-09T15:19:52.569Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-09T15:19:52.618Z Compiling zerocopy-derive v0.6.6
25892026-06-09T15:19:52.885Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-09T15:19:53.285Z Compiling crc-catalog v2.4.0
25912026-06-09T15:19:53.409Z Compiling packed_struct v0.10.1
25922026-06-09T15:19:53.412Z Compiling funty v2.0.0
25932026-06-09T15:19:53.702Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-06-09T15:19:54.271Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25952026-06-09T15:19:54.369Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25962026-06-09T15:19:54.507Z Compiling bitvec v1.0.1
25972026-06-09T15:19:54.840Z Compiling zerocopy v0.6.6
25982026-06-09T15:19:55.226Z Compiling crc v3.4.0
25992026-06-09T15:19:55.315Z Compiling proc-macro-error2 v2.0.1
26002026-06-09T15:19:55.457Z Compiling libscf-sys v1.1.0
26012026-06-09T15:19:55.629Z Compiling packed_struct_codegen v0.10.1
26022026-06-09T15:19:55.732Z Compiling vergen-lib v0.1.6
26032026-06-09T15:19:55.865Z Compiling bitfield-macros v0.19.4
26042026-06-09T15:19:55.960Z Compiling indexmap v1.9.3
26052026-06-09T15:19:56.194Z Compiling nodrop v0.1.14
26062026-06-09T15:19:56.333Z Compiling array-init v0.0.4
26072026-06-09T15:19:56.421Z Compiling smallvec v0.6.14
26082026-06-09T15:19:56.443Z Compiling tabled_derive v0.11.0
26092026-06-09T15:19:56.635Z Compiling bitfield v0.19.4
26102026-06-09T15:19:56.730Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-06-09T15:19:56.914Z Compiling papergrid v0.17.0
26122026-06-09T15:19:56.963Z Compiling testing_table v0.3.0
26132026-06-09T15:19:57.305Z Compiling vergen-gitcl v1.0.8
26142026-06-09T15:19:57.399Z Compiling dirs-sys-next v0.1.2
26152026-06-09T15:19:57.421Z Compiling hashbrown v0.12.3
26162026-06-09T15:19:57.442Z Compiling diesel_derives v2.3.7
26172026-06-09T15:19:57.483Z Compiling maplit v1.0.2
26182026-06-09T15:19:57.539Z Compiling crunchy v0.2.4
26192026-06-09T15:19:57.603Z Compiling glob v0.3.3
26202026-06-09T15:19:57.671Z Compiling dirs-next v2.0.0
26212026-06-09T15:19:57.730Z Compiling serde-hex v0.1.0
26222026-06-09T15:19:57.818Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-06-09T15:19:57.867Z Compiling ron v0.8.1
26242026-06-09T15:19:57.963Z Compiling clang-sys v1.8.1
26252026-06-09T15:19:58.008Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26262026-06-09T15:19:58.081Z Compiling tabled v0.20.0
26272026-06-09T15:19:58.131Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26282026-06-09T15:19:58.316Z Compiling hashbrown v0.13.2
26292026-06-09T15:19:58.350Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-09T15:19:58.793Z Compiling dsl_auto_type v0.2.0
26312026-06-09T15:19:58.937Z Compiling scheduled-thread-pool v0.2.7
26322026-06-09T15:19:59.347Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-09T15:19:59.542Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-09T15:19:59.580Z Compiling crc-any v2.5.0
26352026-06-09T15:19:59.770Z Compiling tiny-keccak v2.0.2
26362026-06-09T15:19:59.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-09T15:20:00.022Z Compiling r2d2 v0.8.10
26382026-06-09T15:20:00.052Z Compiling object v0.30.4
26392026-06-09T15:20:00.279Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26402026-06-09T15:20:00.554Z Compiling term v0.7.0
26412026-06-09T15:20:00.872Z Compiling bit-vec v0.6.3
26422026-06-09T15:20:00.991Z Compiling path-slash v0.1.5
26432026-06-09T15:20:01.072Z Compiling xshell-macros v0.2.7
26442026-06-09T15:20:01.113Z Compiling downcast-rs v2.0.2
26452026-06-09T15:20:01.135Z Compiling bit-set v0.5.3
26462026-06-09T15:20:01.247Z Compiling ascii-canvas v3.0.0
26472026-06-09T15:20:01.322Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-06-09T15:20:01.464Z Compiling xshell v0.2.7
26492026-06-09T15:20:01.760Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-09T15:20:02.258Z Compiling itertools v0.10.5
26512026-06-09T15:20:02.567Z Compiling ena v0.14.4
26522026-06-09T15:20:02.780Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-09T15:20:02.812Z Compiling libloading v0.8.9
26542026-06-09T15:20:03.051Z Compiling unicase v2.9.0
26552026-06-09T15:20:03.334Z Compiling crc8 v0.1.1
26562026-06-09T15:20:03.357Z Compiling bindgen v0.71.1
26572026-06-09T15:20:03.477Z Compiling regex-syntax v0.6.29
26582026-06-09T15:20:03.643Z Compiling diff v0.1.13
26592026-06-09T15:20:03.901Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-09T15:20:03.923Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-09T15:20:04.244Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-09T15:20:04.576Z Compiling diesel v2.3.7
26632026-06-09T15:20:04.856Z Compiling lalrpop v0.19.12
26642026-06-09T15:20:04.875Z Compiling cexpr v0.6.0
26652026-06-09T15:20:05.104Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-09T15:20:05.198Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-09T15:20:05.342Z Compiling rustc-hash v2.1.1
26682026-06-09T15:20:05.399Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-09T15:20:05.430Z Compiling headers-core v0.3.0
26702026-06-09T15:20:05.501Z Compiling libxml v0.3.3
26712026-06-09T15:20:05.527Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-06-09T15:20:05.587Z Compiling headers v0.4.1
26732026-06-09T15:20:05.819Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-09T15:20:05.882Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-09T15:20:06.061Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-09T15:20:06.346Z Compiling git-stub v1.0.0
26772026-06-09T15:20:06.547Z Compiling strum_macros v0.24.3
26782026-06-09T15:20:06.622Z Compiling indoc v1.0.9
26792026-06-09T15:20:06.737Z Compiling git-stub-vcs v0.1.0
26802026-06-09T15:20:07.052Z Compiling progenitor-impl v0.13.0
26812026-06-09T15:20:07.103Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-09T15:20:07.309Z Compiling derive_builder v0.20.2
26832026-06-09T15:20:07.332Z Compiling quick-xml v0.37.5
26842026-06-09T15:20:07.481Z Compiling oso-derive v0.27.3
26852026-06-09T15:20:07.801Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-09T15:20:07.945Z Compiling openssl-probe v0.1.6
26872026-06-09T15:20:08.017Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-09T15:20:08.636Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-09T15:20:08.726Z Compiling progenitor-client v0.13.0
26902026-06-09T15:20:08.747Z Compiling half v1.8.3
26912026-06-09T15:20:08.944Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-09T15:20:09.075Z Compiling serde_cbor v0.11.2
26932026-06-09T15:20:09.163Z Compiling bb8 v0.8.6
26942026-06-09T15:20:09.192Z Compiling trait-variant v0.1.2
26952026-06-09T15:20:09.214Z Compiling progenitor-macro v0.13.0
26962026-06-09T15:20:09.324Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-09T15:20:09.539Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-09T15:20:09.727Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-09T15:20:09.871Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-09T15:20:10.039Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-09T15:20:10.084Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-09T15:20:10.108Z Compiling samael v0.0.19
27032026-06-09T15:20:10.159Z Compiling typify-impl v0.4.3
27042026-06-09T15:20:10.273Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27052026-06-09T15:20:10.623Z Compiling fxhash v0.2.1
27062026-06-09T15:20:10.796Z Compiling libz-sys v1.1.24
27072026-06-09T15:20:11.237Z Compiling salty v0.3.0
27082026-06-09T15:20:11.502Z Compiling nonempty v0.12.0
27092026-06-09T15:20:11.653Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-09T15:20:11.730Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-09T15:20:11.752Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-09T15:20:11.888Z Compiling kstat-rs v0.2.4
27132026-06-09T15:20:12.010Z Compiling arc-swap v1.8.2
27142026-06-09T15:20:12.330Z Compiling polar-core v0.27.3
27152026-06-09T15:20:12.378Z Compiling fs-err v2.11.0
27162026-06-09T15:20:12.635Z Compiling mime_guess v2.0.5
27172026-06-09T15:20:12.741Z Compiling slog-scope v4.4.1
27182026-06-09T15:20:13.183Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-09T15:20:13.229Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-09T15:20:13.313Z Compiling progenitor v0.13.0
27212026-06-09T15:20:13.492Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-09T15:20:13.633Z Compiling typify-macro v0.4.3
27232026-06-09T15:20:14.269Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-09T15:20:14.731Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-09T15:20:14.935Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-09T15:20:15.025Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-09T15:20:15.148Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-09T15:20:15.505Z Compiling nanorand v0.7.0
27292026-06-09T15:20:15.692Z Compiling darling_core v0.23.0
27302026-06-09T15:20:15.887Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-09T15:20:16.113Z Compiling parking_lot_core v0.8.6
27322026-06-09T15:20:16.448Z Compiling flume v0.11.1
27332026-06-09T15:20:16.829Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27342026-06-09T15:20:16.856Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-09T15:20:17.908Z Compiling darling_macro v0.23.0
27362026-06-09T15:20:18.009Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-06-09T15:20:18.235Z Compiling slog-stdlog v4.1.1
27382026-06-09T15:20:18.552Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-09T15:20:18.695Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-09T15:20:19.281Z Compiling primeorder v0.13.6
27412026-06-09T15:20:19.606Z Compiling atty v0.2.14
27422026-06-09T15:20:19.755Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-06-09T15:20:19.845Z Compiling instability v0.3.11
27442026-06-09T15:20:19.987Z Compiling http-range v0.1.5
27452026-06-09T15:20:20.067Z Compiling parse-size v1.1.0
27462026-06-09T15:20:20.284Z Compiling strsim v0.10.0
27472026-06-09T15:20:20.312Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-09T15:20:20.411Z Compiling p384 v0.13.1
27492026-06-09T15:20:20.591Z Compiling darling_core v0.13.4
27502026-06-09T15:20:22.253Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-09T15:20:23.666Z Compiling oso v0.27.3
27522026-06-09T15:20:24.521Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-09T15:20:24.597Z Compiling async-bb8-diesel v0.2.1
27542026-06-09T15:20:25.023Z Compiling diesel-dtrace v0.5.0
27552026-06-09T15:20:25.058Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-09T15:20:25.601Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-09T15:20:26.631Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-06-09T15:20:26.886Z Compiling darling v0.23.0
27592026-06-09T15:20:27.015Z Compiling slog-envlogger v2.2.0
27602026-06-09T15:20:28.198Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-09T15:20:28.792Z Compiling typify v0.4.3
27622026-06-09T15:20:28.937Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-09T15:20:29.222Z Compiling ignore v0.4.25
27642026-06-09T15:20:30.022Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-09T15:20:30.837Z Compiling castaway v0.2.4
27662026-06-09T15:20:31.005Z Compiling vergen-git2 v9.1.0
27672026-06-09T15:20:31.237Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-09T15:20:31.427Z Compiling indoc v2.0.7
27692026-06-09T15:20:31.555Z Compiling compact_str v0.8.1
27702026-06-09T15:20:31.673Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-09T15:20:31.695Z Compiling globwalk v0.9.1
27722026-06-09T15:20:32.386Z Compiling progenitor-impl v0.11.2
27732026-06-09T15:20:32.433Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-09T15:20:32.472Z Compiling parking_lot v0.11.2
27752026-06-09T15:20:32.553Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-09T15:20:32.701Z Compiling hyper-staticfile v0.10.1
27772026-06-09T15:20:33.112Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-09T15:20:33.387Z Compiling darling_macro v0.13.4
27792026-06-09T15:20:33.915Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-09T15:20:33.997Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-09T15:20:34.184Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-09T15:20:34.207Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-09T15:20:34.541Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-09T15:20:34.586Z Compiling predicates-tree v1.0.13
27852026-06-09T15:20:34.648Z Compiling unicode-truncate v1.1.0
27862026-06-09T15:20:34.794Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27872026-06-09T15:20:34.860Z Compiling lru v0.12.5
27882026-06-09T15:20:35.026Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-09T15:20:35.057Z Compiling rand_seeder v0.4.0
27902026-06-09T15:20:35.093Z Compiling prefix-trie v0.7.0
27912026-06-09T15:20:35.327Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-09T15:20:35.568Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-09T15:20:35.590Z Compiling cassowary v0.3.0
27942026-06-09T15:20:35.789Z Compiling rustls v0.21.12
27952026-06-09T15:20:35.811Z Compiling corncobs v0.1.4
27962026-06-09T15:20:35.833Z Compiling illumos-nvpair-sys v0.2.0
27972026-06-09T15:20:35.956Z Compiling ratatui v0.29.0
27982026-06-09T15:20:36.059Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-06-09T15:20:36.128Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28002026-06-09T15:20:36.147Z Compiling hickory-server v0.25.2
28012026-06-09T15:20:36.170Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-06-09T15:20:36.436Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-09T15:20:36.685Z Compiling camino-tempfile-ext v0.3.3
28042026-06-09T15:20:36.752Z Compiling progenitor-macro v0.11.2
28052026-06-09T15:20:36.805Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-06-09T15:20:37.233Z Compiling darling v0.13.4
28072026-06-09T15:20:37.355Z Compiling sled v0.34.7
28082026-06-09T15:20:38.524Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-09T15:20:39.919Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-09T15:20:40.722Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-09T15:20:40.988Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-09T15:20:41.218Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-06-09T15:20:41.442Z Compiling git2 v0.20.4
28142026-06-09T15:20:41.466Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-06-09T15:20:41.599Z Compiling progenitor-client v0.11.2
28162026-06-09T15:20:41.690Z Compiling sct v0.7.1
28172026-06-09T15:20:41.879Z Compiling rustls-webpki v0.101.7
28182026-06-09T15:20:41.959Z Compiling secrecy v0.8.0
28192026-06-09T15:20:42.137Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-09T15:20:43.586Z Compiling progenitor v0.11.2
28212026-06-09T15:20:43.841Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-09T15:20:44.234Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-09T15:20:44.294Z Compiling serde_with_macros v1.5.2
28242026-06-09T15:20:44.527Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-09T15:20:45.109Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-06-09T15:20:45.242Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-06-09T15:20:46.142Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-09T15:20:47.054Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-09T15:20:47.160Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-09T15:20:47.537Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-06-09T15:20:47.628Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-06-09T15:20:47.774Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-06-09T15:20:47.857Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-06-09T15:20:48.007Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-06-09T15:20:48.093Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-09T15:20:48.254Z Compiling void v1.0.2
28372026-06-09T15:20:48.441Z Compiling lzss v0.8.2
28382026-06-09T15:20:48.925Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-06-09T15:20:49.613Z Compiling illumos-nvpair v0.3.0
28402026-06-09T15:20:50.109Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-09T15:20:51.123Z Compiling serde_with v1.14.0
28422026-06-09T15:20:51.946Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-09T15:20:52.276Z Compiling tokio-rustls v0.24.1
28442026-06-09T15:20:52.748Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-09T15:20:52.774Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-06-09T15:20:52.869Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28472026-06-09T15:20:53.017Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-09T15:20:53.736Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-09T15:20:53.996Z Compiling tungstenite v0.23.0
28502026-06-09T15:20:54.621Z Compiling rustls-pemfile v1.0.4
28512026-06-09T15:20:54.712Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-09T15:20:55.001Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-09T15:20:55.027Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-06-09T15:20:55.239Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-09T15:20:55.277Z Compiling nix v0.27.1
28562026-06-09T15:20:56.401Z Compiling twox-hash v2.1.2
28572026-06-09T15:20:56.481Z Compiling serde_bytes v0.11.19
28582026-06-09T15:20:56.791Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28592026-06-09T15:20:56.912Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-09T15:20:56.937Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-06-09T15:20:57.423Z Compiling tokio-tungstenite v0.23.1
28622026-06-09T15:20:57.525Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28632026-06-09T15:20:57.800Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-09T15:20:57.938Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-09T15:20:59.718Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-09T15:21:01.101Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-09T15:21:01.163Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-09T15:21:01.633Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-09T15:21:01.796Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-09T15:21:02.088Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28712026-06-09T15:21:02.245Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-06-09T15:21:02.593Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-06-09T15:21:02.624Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-09T15:21:03.116Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-09T15:21:04.912Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-09T15:21:05.902Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-06-09T15:21:06.369Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-06-09T15:21:06.976Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-06-09T15:21:07.149Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28802026-06-09T15:21:08.038Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-09T15:21:08.733Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-09T15:21:08.758Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-09T15:21:10.101Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-06-09T15:21:10.125Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-06-09T15:21:10.148Z Compiling signal-hook-tokio v0.3.1
28862026-06-09T15:21:10.230Z Compiling fatfs v0.3.6
28872026-06-09T15:21:10.321Z Compiling yasna v0.5.2
28882026-06-09T15:21:10.344Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-09T15:21:10.777Z Compiling assert_matches v1.5.0
28902026-06-09T15:21:10.889Z Compiling seq-macro v0.3.6
28912026-06-09T15:21:11.090Z Compiling is_ci v1.2.0
28922026-06-09T15:21:11.300Z Compiling supports-color v3.0.2
28932026-06-09T15:21:11.417Z Compiling rcgen v0.12.1
28942026-06-09T15:21:11.468Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-09T15:21:11.813Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-09T15:21:12.008Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-09T15:21:12.334Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-06-09T15:21:12.387Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-06-09T15:21:12.567Z Compiling rtoolbox v0.0.3
29002026-06-09T15:21:12.625Z Compiling subprocess v0.2.15
29012026-06-09T15:21:12.859Z Compiling rpassword v7.4.0
29022026-06-09T15:21:13.146Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29032026-06-09T15:21:14.285Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-09T15:21:14.850Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29052026-06-09T15:21:14.992Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-06-09T15:21:15.792Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-09T15:21:15.819Z Compiling tui-tree-widget v0.23.1
29082026-06-09T15:21:16.099Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-09T15:21:16.121Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-09T15:21:16.894Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-09T15:21:17.476Z Compiling uzers v0.12.2
29122026-06-09T15:21:18.264Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-09T15:21:18.925Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-09T15:21:19.953Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-09T15:21:20.688Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-09T15:21:24.758Z Compiling support-bundle-viewer v0.1.2
29172026-06-09T15:21:25.151Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29182026-06-09T15:21:26.647Z Compiling multimap v0.10.1
29192026-06-09T15:21:35.161Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29202026-06-09T15:21:41.156Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29212026-06-09T15:21:44.183Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29222026-06-09T15:21:47.560Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-09T15:21:47.608Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-09T15:28:08.426Z Finished `release` profile [optimized] target(s) in 8m 37s
29252026-06-09T15:28:55.502Z
29262026-06-09T15:28:55.506Zreal 9:25.389259973
29272026-06-09T15:28:55.506Zuser 1:20:10.179856398
29282026-06-09T15:28:55.506Zsys 3:34.032860814
29292026-06-09T15:28:55.506Ztrap 1.748374176
29302026-06-09T15:28:55.506Ztflt 2.612480092
29312026-06-09T15:28:55.506Zdflt 17.660813848
29322026-06-09T15:28:55.506Zkflt 0.007029703
29332026-06-09T15:28:55.506Zlock 6:53:50.627192124
29342026-06-09T15:28:55.506Zslp 2:15:56.285594093
29352026-06-09T15:28:55.506Zlat 2:30.116132402
29362026-06-09T15:28:55.506Zstop 5:30.547848126
29372026-06-09T15:28:55.506Z+ mapfile -t packages
29382026-06-09T15:28:55.506Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-09T15:28:56.456Z Finished `release` profile [optimized] target(s) in 0.94s
29402026-06-09T15:28:56.526Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-09T15:28:56.588ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-09T15:28:56.591Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-09T15:28:57.136Z Compiling libc v0.2.185
29442026-06-09T15:28:57.136Z Compiling serde v1.0.228
29452026-06-09T15:28:57.139Z Compiling serde_core v1.0.228
29462026-06-09T15:28:57.139Z Compiling rustix v1.1.3
29472026-06-09T15:28:57.229Z Compiling serde_json v1.0.149
29482026-06-09T15:28:57.240Z Compiling bitflags v2.11.0
29492026-06-09T15:28:57.278Z Compiling num-traits v0.2.19
29502026-06-09T15:28:57.286Z Compiling syn v2.0.117
29512026-06-09T15:28:57.306Z Compiling smallvec v1.15.1
29522026-06-09T15:28:57.309Z Compiling indexmap v2.14.0
29532026-06-09T15:28:57.327Z Compiling usdt-impl v0.5.0
29542026-06-09T15:28:57.330Z Compiling syn v1.0.109
29552026-06-09T15:28:57.352Z Compiling percent-encoding v2.3.2
29562026-06-09T15:28:57.355Z Compiling log v0.4.29
29572026-06-09T15:28:57.471Z Compiling getrandom v0.4.1
29582026-06-09T15:28:57.651Z Compiling form_urlencoded v1.2.2
29592026-06-09T15:28:57.690Z Compiling fs-err v3.3.0
29602026-06-09T15:28:57.693Z Compiling heck v0.4.1
29612026-06-09T15:28:57.693Z Compiling anyhow v1.0.102
29622026-06-09T15:28:57.790Z Compiling once_cell v1.21.3
29632026-06-09T15:28:57.966Z Compiling errno v0.3.14
29642026-06-09T15:28:57.966Z Compiling thread-id v4.2.2
29652026-06-09T15:28:57.969Z Compiling memmap v0.7.0
29662026-06-09T15:28:58.361Z Compiling ordered-float v2.10.1
29672026-06-09T15:28:58.839Z Compiling proc-macro-error v1.0.4
29682026-06-09T15:28:58.964Z Compiling terminal_size v0.4.3
29692026-06-09T15:28:58.964Z Compiling tempfile v3.25.0
29702026-06-09T15:28:59.067Z Compiling clap_builder v4.6.0
29712026-06-09T15:28:59.068Z Compiling textwrap v0.16.2
29722026-06-09T15:28:59.093Z Compiling tabled_derive v0.7.0
29732026-06-09T15:28:59.201Z Compiling camino-tempfile v1.4.1
29742026-06-09T15:28:59.734Z Compiling tabled v0.15.0
29752026-06-09T15:28:59.808Z Compiling synstructure v0.13.2
29762026-06-09T15:28:59.808Z Compiling pest_generator v2.8.6
29772026-06-09T15:29:00.189Z Compiling serde_derive v1.0.228
29782026-06-09T15:29:00.189Z Compiling zerofrom-derive v0.1.6
29792026-06-09T15:29:00.192Z Compiling yoke-derive v0.8.1
29802026-06-09T15:29:00.192Z Compiling zerovec-derive v0.11.2
29812026-06-09T15:29:00.192Z Compiling displaydoc v0.2.5
29822026-06-09T15:29:00.192Z Compiling thiserror-impl v1.0.69
29832026-06-09T15:29:00.193Z Compiling zerocopy-derive v0.7.35
29842026-06-09T15:29:00.193Z Compiling scroll_derive v0.12.1
29852026-06-09T15:29:00.193Z Compiling thiserror-impl v2.0.18
29862026-06-09T15:29:00.193Z Compiling clap_derive v4.6.1
29872026-06-09T15:29:00.330Z Compiling pest_derive v2.8.6
29882026-06-09T15:29:00.859Z Compiling scroll v0.12.0
29892026-06-09T15:29:01.055Z Compiling zerocopy v0.7.35
29902026-06-09T15:29:01.197Z Compiling goblin v0.8.2
29912026-06-09T15:29:01.326Z Compiling thiserror v1.0.69
29922026-06-09T15:29:01.365Z Compiling zerofrom v0.1.6
29932026-06-09T15:29:01.420Z Compiling dtrace-parser v0.2.0
29942026-06-09T15:29:01.443Z Compiling thiserror v2.0.18
29952026-06-09T15:29:01.485Z Compiling yoke v0.8.1
29962026-06-09T15:29:01.700Z Compiling zerovec v0.11.5
29972026-06-09T15:29:01.851Z Compiling zerotrie v0.2.3
29982026-06-09T15:29:01.875Z Compiling clap v4.6.1
29992026-06-09T15:29:02.302Z Compiling tinystr v0.8.2
30002026-06-09T15:29:02.316Z Compiling potential_utf v0.1.4
30012026-06-09T15:29:02.531Z Compiling icu_locale_core v2.1.1
30022026-06-09T15:29:02.550Z Compiling icu_collections v2.1.1
30032026-06-09T15:29:03.312Z Compiling icu_provider v2.1.1
30042026-06-09T15:29:03.663Z Compiling icu_normalizer v2.1.1
30052026-06-09T15:29:03.738Z Compiling icu_properties v2.1.2
30062026-06-09T15:29:03.751Z Compiling toml_datetime v0.6.11
30072026-06-09T15:29:03.795Z Compiling serde_spanned v0.6.9
30082026-06-09T15:29:03.872Z Compiling dof v0.3.0
30092026-06-09T15:29:04.007Z Compiling toml_edit v0.22.27
30102026-06-09T15:29:04.018Z Compiling serde_tokenstream v0.2.3
30112026-06-09T15:29:04.056Z Compiling serde-value v0.7.0
30122026-06-09T15:29:04.339Z Compiling cargo-platform v0.2.0
30132026-06-09T15:29:04.413Z Compiling macaddr v1.0.1
30142026-06-09T15:29:04.633Z Compiling idna_adapter v1.2.1
30152026-06-09T15:29:04.737Z Compiling usdt-attr-macro v0.5.0
30162026-06-09T15:29:04.740Z Compiling usdt-macro v0.5.0
30172026-06-09T15:29:04.775Z Compiling idna v1.1.0
30182026-06-09T15:29:05.284Z Compiling url v2.5.8
30192026-06-09T15:29:05.410Z Compiling usdt v0.5.0
30202026-06-09T15:29:05.586Z Compiling toml v0.8.23
30212026-06-09T15:29:06.027Z Compiling cargo-util-schemas v0.8.2
30222026-06-09T15:29:06.028Z Compiling cargo_toml v0.21.0
30232026-06-09T15:29:07.055Z Compiling cargo_metadata v0.21.0
30242026-06-09T15:29:10.131Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-09T15:29:13.128Z Finished `release` profile [optimized] target(s) in 16.52s
30262026-06-09T15:29:13.290Z
30272026-06-09T15:29:13.290Zreal 16.661265509
30282026-06-09T15:29:13.290Zuser 2:21.931062288
30292026-06-09T15:29:13.290Zsys 16.726732635
30302026-06-09T15:29:13.290Ztrap 0.093605290
30312026-06-09T15:29:13.290Ztflt 0.603611208
30322026-06-09T15:29:13.290Zdflt 1.453320963
30332026-06-09T15:29:13.290Zkflt 0.000984804
30342026-06-09T15:29:13.293Zlock 5:24.533739318
30352026-06-09T15:29:13.293Zslp 3:29.862832547
30362026-06-09T15:29:13.293Zlat 6.289836892
30372026-06-09T15:29:13.293Zstop 19.817268434
30382026-06-09T15:29:13.293Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-09T15:29:13.293Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-09T15:29:13.293Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-09T15:29:13.293Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-09T15:29:13.293Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-09T15:29:14.242Z Compiling progenitor-client v0.14.0
30442026-06-09T15:29:14.242Z Compiling newtype-uuid-macros v0.1.0
30452026-06-09T15:29:14.242Z Compiling structmeta-derive v0.3.0
30462026-06-09T15:29:14.245Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-09T15:29:14.245Z Compiling rustls v0.22.4
30482026-06-09T15:29:14.245Z Compiling rustls-webpki v0.102.8
30492026-06-09T15:29:14.245Z Compiling multer v3.1.0
30502026-06-09T15:29:14.390Z Compiling debug-ignore v1.0.5
30512026-06-09T15:29:14.393Z Compiling match_cfg v0.1.0
30522026-06-09T15:29:14.393Z Compiling compression-core v0.4.31
30532026-06-09T15:29:14.404Z Compiling slog-json v2.6.1
30542026-06-09T15:29:14.407Z Compiling async-stream-impl v0.3.6
30552026-06-09T15:29:14.518Z Compiling serde_spanned v1.0.4
30562026-06-09T15:29:14.534Z Compiling toml_datetime v1.0.0+spec-1.1.0
30572026-06-09T15:29:14.553Z Compiling dropshot v0.17.0
30582026-06-09T15:29:14.556Z Compiling toml_writer v1.0.6+spec-1.1.0
30592026-06-09T15:29:14.570Z Compiling hostname v0.3.1
30602026-06-09T15:29:14.588Z Compiling itertools v0.14.0
30612026-06-09T15:29:14.672Z Compiling compression-codecs v0.4.37
30622026-06-09T15:29:14.672Z Compiling waitgroup v0.1.2
30632026-06-09T15:29:14.708Z Compiling slog-bunyan v2.5.0
30642026-06-09T15:29:14.743Z Compiling rustls-pemfile v2.2.0
30652026-06-09T15:29:14.760Z Compiling dropshot_endpoint v0.17.0
30662026-06-09T15:29:14.846Z Compiling async-compression v0.4.41
30672026-06-09T15:29:14.846Z Compiling toml v1.0.6+spec-1.1.0
30682026-06-09T15:29:14.893Z Compiling serde_path_to_error v0.1.20
30692026-06-09T15:29:14.896Z Compiling hostname v0.4.2
30702026-06-09T15:29:14.946Z Compiling regress v0.10.5
30712026-06-09T15:29:14.965Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-09T15:29:14.986Z Compiling macaddr v1.0.1
30732026-06-09T15:29:15.002Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-09T15:29:15.059Z Compiling async-stream v0.3.6
30752026-06-09T15:29:15.075Z Compiling instant v0.1.13
30762026-06-09T15:29:15.146Z Compiling backon v1.6.0
30772026-06-09T15:29:15.169Z Compiling backoff v0.4.0
30782026-06-09T15:29:15.200Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-06-09T15:29:15.217Z Compiling progenitor-client v0.10.0
30802026-06-09T15:29:15.232Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-09T15:29:15.249Z Compiling humantime v2.3.0
30822026-06-09T15:29:15.267Z Compiling universal-hash v0.5.1
30832026-06-09T15:29:15.304Z Compiling opaque-debug v0.3.1
30842026-06-09T15:29:15.368Z Compiling progenitor-extras v0.2.0
30852026-06-09T15:29:15.396Z Compiling half v2.7.1
30862026-06-09T15:29:15.414Z Compiling crucible-workspace-hack v0.1.0
30872026-06-09T15:29:15.429Z Compiling ciborium-io v0.2.2
30882026-06-09T15:29:15.448Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-06-09T15:29:15.448Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-06-09T15:29:15.538Z Compiling convert_case v0.4.0
30912026-06-09T15:29:15.555Z Compiling aead v0.5.2
30922026-06-09T15:29:15.555Z Compiling secrecy v0.10.3
30932026-06-09T15:29:15.623Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30942026-06-09T15:29:15.656Z Compiling ciborium-ll v0.2.2
30952026-06-09T15:29:15.677Z Compiling poly1305 v0.8.0
30962026-06-09T15:29:15.712Z Compiling structmeta v0.3.0
30972026-06-09T15:29:15.728Z Compiling chacha20 v0.9.1
30982026-06-09T15:29:15.743Z Compiling regress v0.11.1
30992026-06-09T15:29:15.783Z Compiling unsafe-libyaml v0.2.11
31002026-06-09T15:29:15.799Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31012026-06-09T15:29:15.881Z Compiling ciborium v0.2.2
31022026-06-09T15:29:15.900Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31032026-06-09T15:29:15.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31042026-06-09T15:29:15.938Z Compiling derive_more v0.99.20
31052026-06-09T15:29:15.957Z Compiling derive-ex v0.1.8
31062026-06-09T15:29:16.006Z Compiling parse-display-derive v0.10.0
31072026-06-09T15:29:16.116Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-09T15:29:16.141Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-09T15:29:16.193Z Compiling byte-wrapper v0.1.0
31102026-06-09T15:29:16.268Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31112026-06-09T15:29:16.294Z Compiling blake2 v0.10.6
31122026-06-09T15:29:16.460Z Compiling serde_yaml v0.9.34+deprecated
31132026-06-09T15:29:16.482Z Compiling password-hash v0.5.0
31142026-06-09T15:29:16.500Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-09T15:29:16.559Z Compiling chacha20poly1305 v0.10.1
31162026-06-09T15:29:16.563Z Compiling indent_write v2.2.0
31172026-06-09T15:29:16.602Z Compiling tokio-rustls v0.25.0
31182026-06-09T15:29:16.741Z Compiling toml_edit v0.23.10+spec-1.0.0
31192026-06-09T15:29:16.757Z Compiling argon2 v0.5.3
31202026-06-09T15:29:16.781Z Compiling heapless v0.8.0
31212026-06-09T15:29:16.879Z Compiling ingot-macros v0.1.1
31222026-06-09T15:29:16.915Z Compiling tabwriter v1.4.1
31232026-06-09T15:29:17.171Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-09T15:29:17.302Z Compiling proc-macro-crate v3.4.0
31252026-06-09T15:29:17.354Z Compiling typify-impl v0.6.2
31262026-06-09T15:29:17.469Z Compiling thiserror-no-std v2.0.2
31272026-06-09T15:29:17.588Z Compiling vsss-rs v3.3.4
31282026-06-09T15:29:17.699Z Compiling test-strategy v0.4.5
31292026-06-09T15:29:17.752Z Compiling parse-display v0.10.0
31302026-06-09T15:29:17.856Z Compiling hash32 v0.3.1
31312026-06-09T15:29:17.893Z Compiling num_enum_derive v0.7.6
31322026-06-09T15:29:17.972Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31332026-06-09T15:29:17.994Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31342026-06-09T15:29:18.036Z Compiling smoltcp v0.11.0
31352026-06-09T15:29:18.125Z Compiling num-rational v0.4.2
31362026-06-09T15:29:18.189Z Compiling cobs v0.3.0
31372026-06-09T15:29:18.206Z Compiling num-complex v0.4.6
31382026-06-09T15:29:18.247Z Compiling colored v3.1.1
31392026-06-09T15:29:18.426Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-09T15:29:18.447Z Compiling postcard v1.1.3
31412026-06-09T15:29:18.533Z Compiling proc-macro-error v1.0.4
31422026-06-09T15:29:18.581Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-06-09T15:29:18.620Z Compiling num v0.4.3
31442026-06-09T15:29:18.638Z Compiling proc-macro-crate v1.3.1
31452026-06-09T15:29:18.676Z Compiling atomicwrites v0.4.4
31462026-06-09T15:29:18.721Z Compiling foreign-types-macros v0.2.3
31472026-06-09T15:29:18.744Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-09T15:29:18.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31492026-06-09T15:29:18.816Z Compiling float-ord v0.3.2
31502026-06-09T15:29:18.878Z Compiling cpufeatures v0.3.0
31512026-06-09T15:29:18.893Z Compiling rayon-core v1.13.0
31522026-06-09T15:29:19.004Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31532026-06-09T15:29:19.020Z Compiling num_enum v0.7.6
31542026-06-09T15:29:19.023Z Compiling foreign-types-shared v0.3.1
31552026-06-09T15:29:19.077Z Compiling chacha20 v0.10.0
31562026-06-09T15:29:19.111Z Compiling num_enum_derive v0.5.11
31572026-06-09T15:29:19.167Z Compiling crossbeam-deque v0.8.6
31582026-06-09T15:29:19.201Z Compiling camino-tempfile v1.4.1
31592026-06-09T15:29:19.221Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-06-09T15:29:19.242Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31612026-06-09T15:29:19.275Z Compiling cstr-argument v0.1.2
31622026-06-09T15:29:19.293Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31632026-06-09T15:29:19.296Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-06-09T15:29:19.407Z Compiling foreign-types v0.5.0
31652026-06-09T15:29:19.455Z Compiling rand v0.10.0
31662026-06-09T15:29:19.458Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31672026-06-09T15:29:19.489Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-06-09T15:29:19.505Z Compiling toml v0.8.23
31692026-06-09T15:29:19.546Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-09T15:29:19.694Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-06-09T15:29:19.711Z Compiling zone_cfg_derive v0.3.1
31722026-06-09T15:29:19.731Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31732026-06-09T15:29:19.760Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31742026-06-09T15:29:19.792Z Compiling rayon v1.11.0
31752026-06-09T15:29:19.818Z Compiling ingot-types v0.1.2
31762026-06-09T15:29:19.854Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31772026-06-09T15:29:19.906Z Compiling itertools v0.12.1
31782026-06-09T15:29:19.925Z Compiling num-derive v0.4.2
31792026-06-09T15:29:19.943Z Compiling sigpipe v0.1.3
31802026-06-09T15:29:20.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-06-09T15:29:20.094Z Compiling glob v0.3.3
31822026-06-09T15:29:20.165Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31832026-06-09T15:29:20.222Z Compiling ingot v0.1.1
31842026-06-09T15:29:20.273Z Compiling num_enum v0.5.11
31852026-06-09T15:29:20.346Z Compiling smf v0.2.3
31862026-06-09T15:29:20.370Z Compiling whoami v1.6.1
31872026-06-09T15:29:20.421Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-06-09T15:29:20.439Z Compiling prettyplease v0.2.37
31892026-06-09T15:29:20.439Z Compiling usdt-attr-macro v0.5.0
31902026-06-09T15:29:20.442Z Compiling usdt-macro v0.5.0
31912026-06-09T15:29:20.524Z Compiling gethostname v0.5.0
31922026-06-09T15:29:20.688Z Compiling memmap v0.7.0
31932026-06-09T15:29:20.755Z Compiling derive-where v1.6.0
31942026-06-09T15:29:20.905Z Compiling resolv-conf v0.7.6
31952026-06-09T15:29:20.909Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-06-09T15:29:20.938Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31972026-06-09T15:29:20.958Z Compiling cancel-safe-futures v0.1.5
31982026-06-09T15:29:21.086Z Compiling zone v0.3.1
31992026-06-09T15:29:21.180Z Compiling owo-colors v4.3.0
32002026-06-09T15:29:21.229Z Compiling libsw-core v0.3.2
32012026-06-09T15:29:21.293Z Compiling console v0.15.11
32022026-06-09T15:29:21.324Z Compiling usdt v0.5.0
32032026-06-09T15:29:21.361Z Compiling hickory-proto v0.24.4
32042026-06-09T15:29:21.430Z Compiling libsw v3.5.0
32052026-06-09T15:29:21.539Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-09T15:29:21.630Z Compiling newline-converter v0.3.0
32072026-06-09T15:29:21.648Z Compiling linear-map v1.2.0
32082026-06-09T15:29:21.668Z Compiling linked-hash-map v0.5.6
32092026-06-09T15:29:21.685Z Compiling libefi-sys v0.1.0
32102026-06-09T15:29:21.772Z Compiling expectorate v1.2.0
32112026-06-09T15:29:21.792Z Compiling git-stub v1.0.0
32122026-06-09T15:29:21.883Z Compiling lru-cache v0.1.2
32132026-06-09T15:29:21.906Z Compiling bitfield-struct v0.6.2
32142026-06-09T15:29:21.924Z Compiling nom v8.0.0
32152026-06-09T15:29:21.959Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32162026-06-09T15:29:21.976Z Compiling semver v0.1.20
32172026-06-09T15:29:22.037Z Compiling git-stub-vcs v0.1.0
32182026-06-09T15:29:22.080Z Compiling tokio-dtrace v0.1.1
32192026-06-09T15:29:22.097Z Compiling typify-macro v0.6.2
32202026-06-09T15:29:22.125Z Compiling dropshot-api-manager-types v0.7.2
32212026-06-09T15:29:22.145Z Compiling slog-dtrace v0.3.0
32222026-06-09T15:29:22.163Z Compiling minimal-lexical v0.2.1
32232026-06-09T15:29:22.210Z Compiling rustc_version v0.1.7
32242026-06-09T15:29:22.298Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32252026-06-09T15:29:22.369Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-06-09T15:29:22.387Z Compiling nom v7.1.3
32272026-06-09T15:29:22.438Z Compiling oxide-tokio-rt v0.1.4
32282026-06-09T15:29:22.441Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32292026-06-09T15:29:22.473Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-06-09T15:29:22.476Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-09T15:29:22.477Z Compiling newtype_derive v0.1.6
32322026-06-09T15:29:22.511Z Compiling phf_shared v0.12.1
32332026-06-09T15:29:22.546Z Compiling csv-core v0.1.13
32342026-06-09T15:29:22.604Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-09T15:29:22.689Z Compiling chrono-tz v0.10.4
32362026-06-09T15:29:22.731Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32372026-06-09T15:29:22.748Z Compiling highway v1.3.0
32382026-06-09T15:29:22.767Z Compiling xshell-macros v0.2.7
32392026-06-09T15:29:22.829Z Compiling const_format_proc_macros v0.2.34
32402026-06-09T15:29:22.897Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-06-09T15:29:23.010Z Compiling csv v1.4.0
32422026-06-09T15:29:23.083Z Compiling phf v0.12.1
32432026-06-09T15:29:23.159Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-06-09T15:29:23.192Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-09T15:29:23.263Z Compiling xshell v0.2.7
32462026-06-09T15:29:23.306Z Compiling primeorder v0.13.6
32472026-06-09T15:29:23.467Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-06-09T15:29:23.580Z Compiling hickory-resolver v0.24.4
32492026-06-09T15:29:23.725Z Compiling const_format v0.2.35
32502026-06-09T15:29:23.743Z Compiling tabled_derive v0.7.0
32512026-06-09T15:29:23.803Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-06-09T15:29:23.828Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32532026-06-09T15:29:23.845Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32542026-06-09T15:29:24.001Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-06-09T15:29:24.004Z Compiling typify v0.6.2
32562026-06-09T15:29:24.122Z Compiling progenitor-impl v0.14.0
32572026-06-09T15:29:24.157Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32582026-06-09T15:29:24.294Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-09T15:29:24.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32602026-06-09T15:29:24.522Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32612026-06-09T15:29:24.652Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-06-09T15:29:24.673Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-06-09T15:29:24.754Z Compiling qorb v0.4.1
32642026-06-09T15:29:24.861Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-06-09T15:29:24.960Z Compiling bcs v0.1.6
32662026-06-09T15:29:25.003Z Compiling salty v0.3.0
32672026-06-09T15:29:25.136Z Compiling termtree v0.5.1
32682026-06-09T15:29:25.169Z Compiling tagptr v0.2.0
32692026-06-09T15:29:25.311Z Compiling moka v0.12.13
32702026-06-09T15:29:25.329Z Compiling textwrap v0.16.2
32712026-06-09T15:29:25.332Z Compiling tabled v0.15.0
32722026-06-09T15:29:25.362Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-09T15:29:25.548Z Compiling steno v0.4.1
32742026-06-09T15:29:25.613Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-09T15:29:25.668Z Compiling radium v0.7.0
32762026-06-09T15:29:25.761Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32772026-06-09T15:29:25.793Z Compiling base64 v0.21.7
32782026-06-09T15:29:25.939Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-09T15:29:26.003Z Compiling p384 v0.13.1
32802026-06-09T15:29:26.094Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-06-09T15:29:26.144Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-06-09T15:29:26.162Z Compiling hickory-resolver v0.25.2
32832026-06-09T15:29:26.296Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32842026-06-09T15:29:26.560Z Compiling typify-impl v0.4.3
32852026-06-09T15:29:26.596Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32862026-06-09T15:29:26.782Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-06-09T15:29:26.882Z Compiling maybe-uninit v2.0.0
32882026-06-09T15:29:26.900Z Compiling progenitor-macro v0.14.0
32892026-06-09T15:29:26.921Z Compiling tap v1.0.1
32902026-06-09T15:29:27.052Z Compiling wyz v0.5.1
32912026-06-09T15:29:27.106Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-09T15:29:27.284Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-09T15:29:27.509Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-09T15:29:27.548Z Compiling funty v2.0.0
32952026-06-09T15:29:27.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-06-09T15:29:27.649Z Compiling parking_lot_core v0.8.6
32972026-06-09T15:29:27.726Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-06-09T15:29:27.917Z Compiling utf-8 v0.7.6
32992026-06-09T15:29:27.937Z Compiling packed_struct v0.10.1
33002026-06-09T15:29:27.954Z Compiling proc-macro-error2 v2.0.1
33012026-06-09T15:29:28.033Z Compiling bitvec v1.0.1
33022026-06-09T15:29:28.110Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33032026-06-09T15:29:28.133Z Compiling tungstenite v0.21.0
33042026-06-09T15:29:28.186Z Compiling polyval v0.6.2
33052026-06-09T15:29:28.204Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-09T15:29:28.249Z Compiling num-derive v0.3.3
33072026-06-09T15:29:28.252Z Compiling packed_struct_codegen v0.10.1
33082026-06-09T15:29:28.283Z Compiling zerocopy-derive v0.6.6
33092026-06-09T15:29:28.306Z Compiling bitfield-macros v0.19.4
33102026-06-09T15:29:28.432Z Compiling indexmap v1.9.3
33112026-06-09T15:29:28.449Z Compiling nodrop v0.1.14
33122026-06-09T15:29:28.578Z Compiling crc-catalog v2.4.0
33132026-06-09T15:29:28.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-06-09T15:29:28.701Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33152026-06-09T15:29:28.888Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-06-09T15:29:28.996Z Compiling crc v3.4.0
33172026-06-09T15:29:29.039Z Compiling tokio-tungstenite v0.21.0
33182026-06-09T15:29:29.060Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-09T15:29:29.108Z Compiling bitfield v0.19.4
33202026-06-09T15:29:29.224Z Compiling zerocopy v0.6.6
33212026-06-09T15:29:29.242Z Compiling array-init v0.0.4
33222026-06-09T15:29:29.261Z Compiling libscf-sys v1.1.0
33232026-06-09T15:29:29.397Z Compiling ghash v0.5.1
33242026-06-09T15:29:29.415Z Compiling tabled_derive v0.11.0
33252026-06-09T15:29:29.431Z Compiling smallvec v0.6.14
33262026-06-09T15:29:29.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-09T15:29:29.585Z Compiling papergrid v0.17.0
33282026-06-09T15:29:29.624Z Compiling testing_table v0.3.0
33292026-06-09T15:29:29.674Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-09T15:29:29.767Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-09T15:29:29.814Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-09T15:29:29.839Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-09T15:29:29.857Z Compiling ctr v0.9.2
33342026-06-09T15:29:29.971Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-09T15:29:30.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-09T15:29:30.108Z Compiling unicase v2.9.0
33372026-06-09T15:29:30.157Z Compiling hashbrown v0.12.3
33382026-06-09T15:29:30.261Z Compiling corncobs v0.1.4
33392026-06-09T15:29:30.317Z Compiling illumos-nvpair-sys v0.2.0
33402026-06-09T15:29:30.351Z Compiling mime_guess v2.0.5
33412026-06-09T15:29:30.392Z Compiling aes-gcm v0.10.3
33422026-06-09T15:29:30.408Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-06-09T15:29:30.428Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-06-09T15:29:30.457Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-06-09T15:29:30.563Z Compiling parking_lot v0.11.2
33462026-06-09T15:29:30.655Z Compiling tabled v0.20.0
33472026-06-09T15:29:30.689Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33482026-06-09T15:29:30.828Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33492026-06-09T15:29:30.868Z Compiling serde-hex v0.1.0
33502026-06-09T15:29:30.886Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-06-09T15:29:30.953Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33522026-06-09T15:29:31.043Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-06-09T15:29:31.069Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-06-09T15:29:31.115Z Compiling ron v0.8.1
33552026-06-09T15:29:31.178Z Compiling typify-macro v0.4.3
33562026-06-09T15:29:31.213Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33572026-06-09T15:29:31.347Z Compiling hashbrown v0.13.2
33582026-06-09T15:29:31.374Z Compiling progenitor-client v0.11.2
33592026-06-09T15:29:31.487Z Compiling blowfish v0.9.1
33602026-06-09T15:29:31.717Z Compiling prefix-trie v0.7.0
33612026-06-09T15:29:31.734Z Compiling ssh-encoding v0.2.0
33622026-06-09T15:29:31.760Z Compiling fxhash v0.2.1
33632026-06-09T15:29:31.865Z Compiling secrecy v0.8.0
33642026-06-09T15:29:31.926Z Compiling crc-any v2.5.0
33652026-06-09T15:29:32.026Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33662026-06-09T15:29:32.052Z Compiling hickory-server v0.25.2
33672026-06-09T15:29:32.069Z Compiling progenitor v0.14.0
33682026-06-09T15:29:32.132Z Compiling ssh-cipher v0.2.0
33692026-06-09T15:29:32.227Z Compiling sled v0.34.7
33702026-06-09T15:29:32.251Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33712026-06-09T15:29:32.268Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-06-09T15:29:32.471Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-06-09T15:29:32.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33742026-06-09T15:29:32.834Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-06-09T15:29:33.005Z Compiling typify v0.4.3
33762026-06-09T15:29:33.135Z Compiling progenitor-impl v0.11.2
33772026-06-09T15:29:33.153Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33782026-06-09T15:29:33.183Z Compiling object v0.30.4
33792026-06-09T15:29:33.214Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33802026-06-09T15:29:33.492Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33812026-06-09T15:29:33.513Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33822026-06-09T15:29:33.547Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33832026-06-09T15:29:33.753Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33842026-06-09T15:29:33.970Z Compiling bcrypt-pbkdf v0.10.0
33852026-06-09T15:29:34.071Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33862026-06-09T15:29:34.287Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33872026-06-09T15:29:34.382Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33882026-06-09T15:29:34.599Z Compiling password-hash v0.4.2
33892026-06-09T15:29:34.817Z Compiling http-range v0.1.5
33902026-06-09T15:29:35.026Z Compiling crc8 v0.1.1
33912026-06-09T15:29:35.049Z Compiling half v1.8.3
33922026-06-09T15:29:35.175Z Compiling path-slash v0.1.5
33932026-06-09T15:29:35.193Z Compiling pbkdf2 v0.11.0
33942026-06-09T15:29:35.300Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-06-09T15:29:35.345Z Compiling serde_cbor v0.11.2
33962026-06-09T15:29:35.435Z Compiling illumos-nvpair v0.3.0
33972026-06-09T15:29:35.702Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-06-09T15:29:35.720Z Compiling ssh-key v0.6.7
33992026-06-09T15:29:35.931Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34002026-06-09T15:29:35.969Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-09T15:29:35.990Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-06-09T15:29:36.049Z Compiling progenitor-macro v0.11.2
34032026-06-09T15:29:36.227Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34042026-06-09T15:29:36.255Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34052026-06-09T15:29:36.307Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-09T15:29:36.630Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-09T15:29:36.714Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-09T15:29:36.734Z Compiling p256 v0.13.2
34092026-06-09T15:29:36.754Z Compiling p521 v0.13.3
34102026-06-09T15:29:36.793Z Compiling yasna v0.5.2
34112026-06-09T15:29:37.008Z Compiling kstat-rs v0.2.4
34122026-06-09T15:29:37.140Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34132026-06-09T15:29:37.184Z Compiling headers-core v0.3.0
34142026-06-09T15:29:37.214Z Compiling nanorand v0.7.0
34152026-06-09T15:29:37.232Z Compiling russh-cryptovec v0.7.3
34162026-06-09T15:29:37.334Z Compiling atty v0.2.14
34172026-06-09T15:29:37.337Z Compiling home v0.5.12
34182026-06-09T15:29:37.447Z Compiling md5 v0.7.0
34192026-06-09T15:29:37.464Z Compiling flume v0.11.1
34202026-06-09T15:29:37.497Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34212026-06-09T15:29:37.515Z Compiling headers v0.4.1
34222026-06-09T15:29:37.537Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34232026-06-09T15:29:37.537Z Compiling rcgen v0.12.1
34242026-06-09T15:29:37.572Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-06-09T15:29:37.610Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-06-09T15:29:37.758Z Compiling russh-keys v0.45.0
34272026-06-09T15:29:37.761Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-06-09T15:29:37.829Z Compiling hyper-staticfile v0.10.1
34292026-06-09T15:29:37.846Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-09T15:29:38.038Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-09T15:29:38.100Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-06-09T15:29:38.123Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-06-09T15:29:38.245Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-09T15:29:38.319Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-06-09T15:29:38.380Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34362026-06-09T15:29:38.447Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-09T15:29:38.631Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-06-09T15:29:38.742Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-06-09T15:29:38.799Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-09T15:29:38.864Z Compiling num-bigint v0.4.6
34412026-06-09T15:29:38.886Z Compiling des v0.8.1
34422026-06-09T15:29:38.904Z Compiling subprocess v0.2.15
34432026-06-09T15:29:38.962Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-09T15:29:39.096Z Compiling display-error-chain v0.2.2
34452026-06-09T15:29:39.159Z Compiling hex-literal v0.4.1
34462026-06-09T15:29:39.245Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-09T15:29:39.269Z Compiling colored v2.2.0
34482026-06-09T15:29:39.300Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-09T15:29:39.374Z Compiling socket2 v0.5.10
34502026-06-09T15:29:39.393Z Compiling internet-checksum v0.2.1
34512026-06-09T15:29:39.410Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-09T15:29:39.636Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-09T15:29:40.224Z Compiling russh v0.45.0
34542026-06-09T15:29:40.720Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34552026-06-09T15:29:40.741Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34562026-06-09T15:29:40.978Z Compiling progenitor v0.11.2
34572026-06-09T15:29:41.108Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-09T15:29:43.188Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-09T15:29:43.845Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-09T15:29:44.329Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-09T15:29:46.331Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-09T15:29:46.758Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-09T15:29:54.362Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-06-09T15:29:54.362Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-06-09T15:29:54.362Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-06-09T15:29:54.365Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-09T15:29:56.086Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-09T15:29:56.183Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-09T15:30:00.344Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-09T15:30:39.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-06-09T15:30:40.077Z
34722026-06-09T15:30:40.077Zreal 1:26.720210846
34732026-06-09T15:30:40.077Zuser 8:12.254423823
34742026-06-09T15:30:40.081Zsys 1:40.042743877
34752026-06-09T15:30:40.081Ztrap 0.244255705
34762026-06-09T15:30:40.081Ztflt 0.492922953
34772026-06-09T15:30:40.081Zdflt 1.701511942
34782026-06-09T15:30:40.081Zkflt 0.000303065
34792026-06-09T15:30:40.081Zlock 27:38.359366398
34802026-06-09T15:30:40.081Zslp 18:43.113958413
34812026-06-09T15:30:40.081Zlat 37.830212863
34822026-06-09T15:30:40.081Zstop 2:40.122265513
34832026-06-09T15:30:40.081Z+ mkdir tests
34842026-06-09T15:30:40.085Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-09T15:30:40.085Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-09T15:30:40.111Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-09T15:30:40.132Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-09T15:30:40.152Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-09T15:30:40.173Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-09T15:30:40.413Z+ 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-09T15:30:40.416Z+ 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-09T15:32:02.932ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-09T15:32:02.932Za .github/buildomat/ci-env.sh 1K
34942026-06-09T15:32:02.932Za out/target/test 1K
34952026-06-09T15:32:02.932Za out/npuzone/npuzone 27402K
34962026-06-09T15:32:02.932Za package-manifest.toml 35K
34972026-06-09T15:32:02.932Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-09T15:32:02.932Za target/release/omicron-package 46204K
34992026-06-09T15:32:02.932Za target/release/xtask 11453K
35002026-06-09T15:32:02.933Za target/debug/bootstrap 354822K
35012026-06-09T15:32:02.933Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-09T15:32:02.933Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-09T15:32:02.933Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-09T15:32:02.933Za tests/end_to_end_tests-6c7bc3bbe97020e4 395902K
35052026-06-09T15:32:02.933Za tools/opte_version 1K
35062026-06-09T15:32:02.933Za tools/opte_version_override 2K
35072026-06-09T15:32:02.933Za out/clickhouse.tar.gz 321869K
35082026-06-09T15:32:02.933Za out/clickhouse_keeper.tar.gz 306936K
35092026-06-09T15:32:02.933Za out/clickhouse_server.tar.gz 321866K
35102026-06-09T15:32:02.933Za out/cockroachdb.tar.gz 166139K
35112026-06-09T15:32:02.933Za out/crucible-pantry-zone.tar.gz 41124K
35122026-06-09T15:32:02.933Za out/crucible-utils.tar 16478K
35132026-06-09T15:32:02.933Za out/crucible-zone.tar.gz 56695K
35142026-06-09T15:32:02.933Za out/external-dns.tar.gz 51255K
35152026-06-09T15:32:02.933Za out/internal-dns.tar.gz 51254K
35162026-06-09T15:32:02.933Za out/mg-ddm-gz.tar 97912K
35172026-06-09T15:32:02.933Za out/nexus.tar.gz 279734K
35182026-06-09T15:32:02.933Za out/ntp.tar.gz 32796K
35192026-06-09T15:32:02.933Za out/omicron-gateway-softnpu.tar.gz 29795K
35202026-06-09T15:32:02.933Za out/omicron-sled-agent.tar 206683K
35212026-06-09T15:32:02.933Za out/overlay.tar.gz 3K
35222026-06-09T15:32:02.933Za out/oximeter.tar.gz 68172K
35232026-06-09T15:32:02.933Za out/oxlog.tar 3782K
35242026-06-09T15:32:02.933Za out/probe.tar.gz 3037K
35252026-06-09T15:32:02.933Za out/propolis-server.tar.gz 34918K
35262026-06-09T15:32:02.933Za out/pumpkind-gz.tar 26647K
35272026-06-09T15:32:02.933Za out/switch-softnpu.tar.gz 454668K
35282026-06-09T15:32:02.937Z
35292026-06-09T15:32:02.937Zreal 1:22.516397651
35302026-06-09T15:32:02.937Zuser 1:19.738831577
35312026-06-09T15:32:02.937Zsys 4.589628064
35322026-06-09T15:32:02.937Ztrap 0.007038886
35332026-06-09T15:32:02.937Ztflt 0.000000000
35342026-06-09T15:32:02.937Zdflt 0.000000000
35352026-06-09T15:32:02.937Zkflt 0.000000000
35362026-06-09T15:32:02.937Zlock 0.000000000
35372026-06-09T15:32:02.937Zslp 1:19.690040036
35382026-06-09T15:32:02.937Zlat 1.003122299
35392026-06-09T15:32:02.937Zstop 0.000226868
35402026-06-09T15:32:02.937Zprocess exited: duration 988498 ms, exit code 0
 
35412026-06-09T15:32:02.950Zfound 1 output files
35422026-06-09T15:32:02.950Zuploading: /work/package.tar.gz (2566757251 bytes)
35432026-06-09T15:32:31.599Zuploaded: /work/package.tar.gz