01KSP0BGWSSFMFA4Y62GKB5GP7: 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: 01KSP0BZ9MH9N7DPBY9RZMKBNR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T00:40:50.557Zjob assigned to worker 01KSP0C53TKWN6B6NP9F4TB5Y4 [factory aws, i-0b79b804d0aea36c5] (queued for 58 s)
 
22026-05-28T00:40:58.121Zstarting task 0: "setup"
32026-05-28T00:40:58.126Z++ uname -s
42026-05-28T00:40:58.130Z+ kern=SunOS
52026-05-28T00:40:58.130Z+ build_user=build
62026-05-28T00:40:58.130Z+ build_uid=12345
72026-05-28T00:40:58.130Z+ work_dir=/work
82026-05-28T00:40:58.130Z+ input_dir=/input
92026-05-28T00:40:58.130Z+ [[ 0 == 12345 ]]
102026-05-28T00:40:58.130Z+ case "$kern" in
112026-05-28T00:40:58.130Z+ groupadd -g 12345 build
122026-05-28T00:40:58.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T00:41:00.139Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T00:41:00.258Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T00:41:00.261Z+ home_fs=zfs
162026-05-28T00:41:00.261Z+ [[ zfs == autofs ]]
172026-05-28T00:41:00.261Z+ mkdir -p /home/build
182026-05-28T00:41:00.261Z+ chown build:build /home/build /work
192026-05-28T00:41:02.265Z+ chmod 0700 /home/build /work
202026-05-28T00:41:02.268Zprocess exited: duration 4150 ms, exit code 0
 
212026-05-28T00:41:02.275Zstarting task 1: "rust-toolchain"
222026-05-28T00:41:02.281Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T00:41:02.281Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T00:41:02.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T00:41:02.281Z * rust toolchain channel = "1.94.0"
262026-05-28T00:41:02.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T00:41:02.281Z * rust toolchain profile = "default"
282026-05-28T00:41:02.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T00:41:02.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T00:41:02.394Zinfo: downloading installer
312026-05-28T00:41:03.757Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T00:41:03.757Zwarn: /home/build/.rustup/settings.toml
332026-05-28T00:41:03.758Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T00:41:03.758Zwarn: instead of the one inferred from the default host triple.
352026-05-28T00:41:03.765Zinfo: profile set to default
362026-05-28T00:41:03.765Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T00:41:03.768Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T00:41:03.901Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T00:41:03.904Zinfo: downloading 6 components
402026-05-28T00:41:18.648Z
412026-05-28T00:41:18.648Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-28T00:41:18.679Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T00:41:18.679Z
442026-05-28T00:41:18.679Z
452026-05-28T00:41:18.679ZRust is installed now. Great!
462026-05-28T00:41:18.679Z
472026-05-28T00:41:18.679ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T00:41:18.683Zenvironment variable. This has not been done automatically.
492026-05-28T00:41:18.683Z
502026-05-28T00:41:18.683ZTo configure your current shell, you need to source
512026-05-28T00:41:18.683Zthe corresponding env file under $HOME/.cargo.
522026-05-28T00:41:18.683Z
532026-05-28T00:41:18.683ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T00:41:18.683Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T00:41:18.683Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T00:41:18.683Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T00:41:18.683Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T00:41:18.683Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T00:41:18.683Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T00:41:18.683Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T00:41:18.683Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T00:41:18.774Z+ rustup --version
632026-05-28T00:41:18.781Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T00:41:18.784Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T00:41:18.803Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T00:41:18.806Z+ cargo --version
672026-05-28T00:41:18.814Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T00:41:18.817Z+ rustc --version
692026-05-28T00:41:18.837Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T00:41:18.840Zprocess exited: duration 16564 ms, exit code 0
 
712026-05-28T00:41:18.847Zstarting task 2: "authentication"
722026-05-28T00:41:18.865Zprocess exited: duration 18 ms, exit code 0
 
732026-05-28T00:41:18.872Zstarting task 3: "clone repository"
742026-05-28T00:41:18.877Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T00:41:18.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T00:41:18.919ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T00:41:28.821Z+ cd /work/oxidecomputer/omicron
782026-05-28T00:41:28.821Z+ git fetch origin f331e2d2335f7c3da6b6223f64736f3d5f2f860a
792026-05-28T00:41:29.128ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T00:41:29.128Z * branch f331e2d2335f7c3da6b6223f64736f3d5f2f860a -> FETCH_HEAD
812026-05-28T00:41:29.143Z+ [[ -n ry/opte-984 ]]
822026-05-28T00:41:29.147Z++ git branch --show-current
832026-05-28T00:41:29.147Z+ current=main
842026-05-28T00:41:29.147Z+ [[ main != ry/opte-984 ]]
852026-05-28T00:41:29.148Z+ git branch -f ry/opte-984 f331e2d2335f7c3da6b6223f64736f3d5f2f860a
862026-05-28T00:41:29.151Z+ git checkout -f ry/opte-984
872026-05-28T00:41:29.389ZSwitched to branch 'ry/opte-984'
882026-05-28T00:41:29.392Z+ git reset --hard f331e2d2335f7c3da6b6223f64736f3d5f2f860a
892026-05-28T00:41:29.406ZHEAD is now at f331e2d23 kyle's review feedback
902026-05-28T00:41:29.410Zprocess exited: duration 10535 ms, exit code 0
 
912026-05-28T00:41:29.416Zstarting task 4: "build"
922026-05-28T00:41:29.422Z+ source .github/buildomat/ci-env.sh
932026-05-28T00:41:29.423Z++ export CARGO_TERM_COLOR=always
942026-05-28T00:41:29.423Z++ CARGO_TERM_COLOR=always
952026-05-28T00:41:29.423Z+ cargo --version
962026-05-28T00:41:29.433Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T00:41:29.437Z+ rustc --version
982026-05-28T00:41:29.458Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T00:41:29.462Z+ WORK=/work
1002026-05-28T00:41:29.462Z+ pfexec mkdir -p /work
1012026-05-28T00:41:29.467Z+ pfexec chown build /work
1022026-05-28T00:41:29.471Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T00:41:31.025Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T00:41:31.096Z Startup: Caching catalogs ... Done
1052026-05-28T00:41:31.368ZPlanning: Solver setup ... Done (0.229s)
1062026-05-28T00:41:31.386ZPlanning: Running solver ... Done (0.019s)
1072026-05-28T00:41:31.393ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-28T00:41:31.405ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T00:41:31.422ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T00:41:31.436ZPlanning: Package planning ... Done (0.015s)
1112026-05-28T00:41:31.440ZPlanning: Merging actions ... Done (0.002s)
1122026-05-28T00:41:31.627ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-05-28T00:41:31.630ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T00:41:32.515ZPlanning: Evaluating mediators ... Done (0.887s)
1152026-05-28T00:41:32.518ZPlanning: Planning completed in 1.40 seconds
1162026-05-28T00:41:32.525Z Packages to install: 2
1172026-05-28T00:41:32.525Z Estimated space available: 156.10 GB
1182026-05-28T00:41:32.525ZEstimated space to be consumed: 22.53 MB
1192026-05-28T00:41:32.525Z Create boot environment: No
1202026-05-28T00:41:32.525ZCreate backup boot environment: No
1212026-05-28T00:41:32.525Z Rebuild boot archive: No
1222026-05-28T00:41:32.529Z
1232026-05-28T00:41:32.529ZChanged packages:
1242026-05-28T00:41:32.529Zhelios
1252026-05-28T00:41:32.529Z developer/build-essential
1262026-05-28T00:41:32.529Z None -> 11-3.0
1272026-05-28T00:41:32.529Z library/libxmlsec1
1282026-05-28T00:41:32.529Z None -> 1.2.35-3.0
1292026-05-28T00:41:32.552Z
1302026-05-28T00:41:32.552ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T00:41:33.161ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1322026-05-28T00:41:33.227Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T00:41:33.267Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-28T00:41:33.301ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-28T00:41:33.301ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T00:41:33.320ZFinalize: Updating image state ... Done (0.019s)
1372026-05-28T00:41:35.883ZFinalize: Creating fast lookup database ... Done (2.540s)
1382026-05-28T00:41:35.948ZFinalize: Reading search index ... Done (0.013s)
1392026-05-28T00:41:35.951ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T00:41:36.057ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T00:41:36.364ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T00:41:36.473ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T00:41:36.476ZPlanning: Consolidating action changes ... Done
1442026-05-28T00:41:36.637ZPlanning: Evaluating mediators ... Done
1452026-05-28T00:41:36.640ZPlanning: Planning completed in 0.27 seconds
1462026-05-28T00:41:36.663Z Mediators to change: 2
1472026-05-28T00:41:36.663Z Create boot environment: No
1482026-05-28T00:41:36.663ZCreate backup boot environment: No
1492026-05-28T00:41:36.740ZFinalize: Updating package state database ... Done
1502026-05-28T00:41:36.740ZFinalize: Updating package cache ... Done
1512026-05-28T00:41:36.751ZFinalize: Updating image state ... Done
1522026-05-28T00:41:38.720ZFinalize: Creating fast lookup database ... Done
1532026-05-28T00:41:38.781ZFinalize: Reading search index ... Done
1542026-05-28T00:41:38.782ZFinalize: Updating search index ... Done
1552026-05-28T00:41:38.869ZFinalize: Updating package cache ... Done
1562026-05-28T00:41:39.157ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T00:41:39.262ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T00:41:39.265ZPlanning: Consolidating action changes ... Done
1592026-05-28T00:41:39.425ZPlanning: Evaluating mediators ... Done
1602026-05-28T00:41:39.428ZPlanning: Planning completed in 0.27 seconds
1612026-05-28T00:41:39.450Z Mediators to change: 1
1622026-05-28T00:41:39.450Z Create boot environment: No
1632026-05-28T00:41:39.450ZCreate backup boot environment: No
1642026-05-28T00:41:39.509ZFinalize: Updating package state database ... Done
1652026-05-28T00:41:39.509ZFinalize: Updating package cache ... Done
1662026-05-28T00:41:39.521ZFinalize: Updating image state ... Done
1672026-05-28T00:41:41.485ZFinalize: Creating fast lookup database ... Done
1682026-05-28T00:41:41.551ZFinalize: Reading search index ... Done
1692026-05-28T00:41:41.554ZFinalize: Updating search index ... Done
1702026-05-28T00:41:41.625ZFinalize: Updating package cache ... Done
1712026-05-28T00:41:41.946ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T00:41:41.946Zapache system 2.4 system
1732026-05-28T00:41:41.946Zclang system 15 system
1742026-05-28T00:41:41.946Zcsh system system illumos
1752026-05-28T00:41:41.946Zctags system system illumos
1762026-05-28T00:41:41.946Zfile vendor vendor darwinsys
1772026-05-28T00:41:41.946Zfile system system illumos
1782026-05-28T00:41:41.946Zgcc vendor 14 vendor
1792026-05-28T00:41:41.946Zgcc system 13 system
1802026-05-28T00:41:41.946Zgcc system 10 system
1812026-05-28T00:41:41.946Zgo system 1.25 system
1822026-05-28T00:41:41.946Zllvm system 15 system
1832026-05-28T00:41:41.947Zmariadb system 11.4 system
1842026-05-28T00:41:41.947Zmta vendor vendor dma
1852026-05-28T00:41:41.947Zopenjdk system 17 system
1862026-05-28T00:41:41.947Zopenjdk system 11 system
1872026-05-28T00:41:41.947Zopenssl vendor 3 vendor
1882026-05-28T00:41:41.947Zperl system 5.40 system
1892026-05-28T00:41:41.947Zpostgresql system 18 system
1902026-05-28T00:41:41.947Zpostgresql system 17 system
1912026-05-28T00:41:41.947Zpython vendor 3 vendor
1922026-05-28T00:41:41.947Zpython system 2 system
1932026-05-28T00:41:41.947Zpython3 vendor 3.13 vendor
1942026-05-28T00:41:41.947Zruby system 3.4 system
1952026-05-28T00:41:41.947Zruby system 3.0 system
1962026-05-28T00:41:41.947Zwords vendor vendor american-english
1972026-05-28T00:41:41.947Zwords system system australian-english
1982026-05-28T00:41:41.947Zwords system system british-english
1992026-05-28T00:41:41.947Zwords system system canadian-english
2002026-05-28T00:41:41.947Zwords system system french
2012026-05-28T00:41:41.947Zwords system system italian
2022026-05-28T00:41:41.947Zwords system system ngerman
2032026-05-28T00:41:41.947Zwords system system ogerman
2042026-05-28T00:41:41.947Zwords system system spanish
2052026-05-28T00:41:42.204ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T00:41:42.204Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T00:41:42.490ZFMRI IFO
2082026-05-28T00:41:42.490Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T00:41:42.490Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T00:41:42.490Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T00:41:42.490Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T00:41:42.490Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T00:41:42.490Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T00:41:42.490Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T00:41:42.490Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T00:41:42.490Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T00:41:42.738Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T00:41:43.003Z Updating crates.io index
2192026-05-28T00:41:43.040Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T00:41:43.283Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T00:41:44.097Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T00:41:44.836Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T00:41:45.593Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T00:41:46.105Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T00:41:47.430Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T00:41:48.124Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T00:41:48.450Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T00:41:49.682Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T00:41:49.988Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T00:41:50.404Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T00:41:50.630Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T00:41:51.646Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T00:41:52.138Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T00:41:52.373Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T00:41:52.800Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T00:41:53.135Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T00:41:53.541Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T00:41:53.811Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T00:41:54.017Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T00:41:54.254Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T00:41:54.664Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T00:41:55.220Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-28T00:41:55.825Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-28T00:41:56.129Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-28T00:41:56.436Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-28T00:41:56.752Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-28T00:41:57.768Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-28T00:41:58.712Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T00:41:59.164Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-28T00:41:59.541Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-28T00:41:59.755Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-28T00:42:00.153Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-28T00:42:00.497Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-28T00:42:01.261Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-28T00:42:01.527Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-28T00:42:01.787Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-28T00:42:02.020Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-28T00:42:02.441Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T00:42:12.774Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-05-28T00:42:14.723Z Downloading crates ...
2612026-05-28T00:42:14.795Z Downloaded dtrace-parser v0.2.0
2622026-05-28T00:42:14.798Z Downloaded errno v0.3.14
2632026-05-28T00:42:14.801Z Downloaded colorchoice v1.0.4
2642026-05-28T00:42:14.801Z Downloaded writeable v0.6.2
2652026-05-28T00:42:14.806Z Downloaded proc-macro-error-attr v1.0.4
2662026-05-28T00:42:14.811Z Downloaded stable_deref_trait v1.2.1
2672026-05-28T00:42:14.811Z Downloaded serde-value v0.7.0
2682026-05-28T00:42:14.811Z Downloaded ordered-float v2.10.1
2692026-05-28T00:42:14.814Z Downloaded anstyle-query v1.1.5
2702026-05-28T00:42:14.817Z Downloaded anstyle v1.0.14
2712026-05-28T00:42:14.820Z Downloaded cargo-platform v0.2.0
2722026-05-28T00:42:14.820Z Downloaded synstructure v0.13.2
2732026-05-28T00:42:14.820Z Downloaded sha2 v0.10.9
2742026-05-28T00:42:14.820Z Downloaded cargo_toml v0.21.0
2752026-05-28T00:42:14.825Z Downloaded log v0.4.29
2762026-05-28T00:42:14.825Z Downloaded anyhow v1.0.102
2772026-05-28T00:42:14.828Z Downloaded semver v1.0.28
2782026-05-28T00:42:14.828Z Downloaded equivalent v1.0.2
2792026-05-28T00:42:14.828Z Downloaded block-buffer v0.10.4
2802026-05-28T00:42:14.828Z Downloaded cfg-if v1.0.4
2812026-05-28T00:42:14.828Z Downloaded camino v1.2.2
2822026-05-28T00:42:14.831Z Downloaded fnv v1.0.7
2832026-05-28T00:42:14.834Z Downloaded icu_provider v2.1.1
2842026-05-28T00:42:14.837Z Downloaded form_urlencoded v1.2.2
2852026-05-28T00:42:14.840Z Downloaded icu_normalizer_data v2.1.1
2862026-05-28T00:42:14.844Z Downloaded quote v1.0.45
2872026-05-28T00:42:14.847Z Downloaded crypto-common v0.1.7
2882026-05-28T00:42:14.850Z Downloaded utf8parse v0.2.2
2892026-05-28T00:42:14.853Z Downloaded zerotrie v0.2.3
2902026-05-28T00:42:14.853Z Downloaded erased-serde v0.4.9
2912026-05-28T00:42:14.856Z Downloaded camino-tempfile v1.4.1
2922026-05-28T00:42:14.856Z Downloaded typeid v1.0.3
2932026-05-28T00:42:14.856Z Downloaded proc-macro-error v1.0.4
2942026-05-28T00:42:14.859Z Downloaded toml_datetime v0.6.11
2952026-05-28T00:42:14.859Z Downloaded tempfile v3.25.0
2962026-05-28T00:42:14.862Z Downloaded zmij v1.0.21
2972026-05-28T00:42:14.862Z Downloaded thiserror v1.0.69
2982026-05-28T00:42:14.866Z Downloaded yoke v0.8.1
2992026-05-28T00:42:14.866Z Downloaded zerocopy-derive v0.7.35
3002026-05-28T00:42:14.869Z Downloaded unicode-ident v1.0.24
3012026-05-28T00:42:14.869Z Downloaded url v2.5.8
3022026-05-28T00:42:14.872Z Downloaded clap_lex v1.0.0
3032026-05-28T00:42:14.872Z Downloaded potential_utf v0.1.4
3042026-05-28T00:42:14.872Z Downloaded smawk v0.3.2
3052026-05-28T00:42:14.876Z Downloaded zerovec-derive v0.11.2
3062026-05-28T00:42:14.876Z Downloaded strsim v0.11.1
3072026-05-28T00:42:14.876Z Downloaded utf8_iter v1.0.4
3082026-05-28T00:42:14.876Z Downloaded plain v0.2.3
3092026-05-28T00:42:14.879Z Downloaded cpufeatures v0.2.17
3102026-05-28T00:42:14.879Z Downloaded thiserror-impl v2.0.18
3112026-05-28T00:42:14.879Z Downloaded usdt-impl v0.5.0
3122026-05-28T00:42:14.879Z Downloaded heck v0.4.1
3132026-05-28T00:42:14.879Z Downloaded cargo-util-schemas v0.8.2
3142026-05-28T00:42:14.883Z Downloaded toml_write v0.1.2
3152026-05-28T00:42:14.883Z Downloaded pretty-hex v0.4.1
3162026-05-28T00:42:14.883Z Downloaded autocfg v1.5.0
3172026-05-28T00:42:14.883Z Downloaded heck v0.5.0
3182026-05-28T00:42:14.886Z Downloaded textwrap v0.16.2
3192026-05-28T00:42:14.886Z Downloaded itoa v1.0.17
3202026-05-28T00:42:14.886Z Downloaded idna_adapter v1.2.1
3212026-05-28T00:42:14.889Z Downloaded zerofrom-derive v0.1.6
3222026-05-28T00:42:14.889Z Downloaded usdt-attr-macro v0.5.0
3232026-05-28T00:42:14.889Z Downloaded unicode-xid v0.2.6
3242026-05-28T00:42:14.889Z Downloaded is_terminal_polyfill v1.70.2
3252026-05-28T00:42:14.889Z Downloaded cargo_metadata v0.21.0
3262026-05-28T00:42:14.893Z Downloaded memmap v0.7.0
3272026-05-28T00:42:14.893Z Downloaded scroll_derive v0.12.1
3282026-05-28T00:42:14.893Z Downloaded macaddr v1.0.1
3292026-05-28T00:42:14.896Z Downloaded ucd-trie v0.1.7
3302026-05-28T00:42:14.896Z Downloaded toml v0.8.23
3312026-05-28T00:42:14.899Z Downloaded unicode-linebreak v0.1.5
3322026-05-28T00:42:14.899Z Downloaded serde_spanned v0.6.9
3332026-05-28T00:42:14.902Z Downloaded zerofrom v0.1.6
3342026-05-28T00:42:14.902Z Downloaded percent-encoding v2.3.2
3352026-05-28T00:42:14.903Z Downloaded usdt-macro v0.5.0
3362026-05-28T00:42:14.903Z Downloaded typenum v1.19.0
3372026-05-28T00:42:14.907Z Downloaded thiserror-impl v1.0.69
3382026-05-28T00:42:14.907Z Downloaded dof v0.3.0
3392026-05-28T00:42:14.907Z Downloaded tabled_derive v0.7.0
3402026-05-28T00:42:14.907Z Downloaded zerocopy v0.7.35
3412026-05-28T00:42:14.915Z Downloaded thread-id v4.2.2
3422026-05-28T00:42:14.918Z Downloaded fastrand v2.3.0
3432026-05-28T00:42:14.918Z Downloaded displaydoc v0.2.5
3442026-05-28T00:42:14.918Z Downloaded digest v0.10.7
3452026-05-28T00:42:14.922Z Downloaded bytecount v0.6.9
3462026-05-28T00:42:14.922Z Downloaded terminal_size v0.4.3
3472026-05-28T00:42:14.922Z Downloaded swrite v0.1.0
3482026-05-28T00:42:14.925Z Downloaded winnow v0.7.14
3492026-05-28T00:42:14.929Z Downloaded yoke-derive v0.8.1
3502026-05-28T00:42:14.929Z Downloaded anstream v1.0.0
3512026-05-28T00:42:14.932Z Downloaded generic-array v0.14.7
3522026-05-28T00:42:14.935Z Downloaded thiserror v2.0.18
3532026-05-28T00:42:14.938Z Downloaded unicode-width v0.2.0
3542026-05-28T00:42:14.941Z Downloaded anstyle-parse v1.0.0
3552026-05-28T00:42:14.945Z Downloaded byteorder v1.5.0
3562026-05-28T00:42:14.945Z Downloaded version_check v0.9.5
3572026-05-28T00:42:14.945Z Downloaded usdt v0.5.0
3582026-05-28T00:42:14.949Z Downloaded toml_edit v0.22.27
3592026-05-28T00:42:14.954Z Downloaded once_cell v1.21.3
3602026-05-28T00:42:14.957Z Downloaded litemap v0.8.1
3612026-05-28T00:42:14.957Z Downloaded fs-err v3.3.0
3622026-05-28T00:42:14.960Z Downloaded clap_derive v4.6.1
3632026-05-28T00:42:14.960Z Downloaded unicode-width v0.1.14
3642026-05-28T00:42:14.963Z Downloaded scroll v0.12.0
3652026-05-28T00:42:14.966Z Downloaded tinystr v0.8.2
3662026-05-28T00:42:14.966Z Downloaded papergrid v0.11.0
3672026-05-28T00:42:14.969Z Downloaded zerovec v0.11.5
3682026-05-28T00:42:14.973Z Downloaded bitflags v2.11.0
3692026-05-28T00:42:14.976Z Downloaded pest_derive v2.8.6
3702026-05-28T00:42:14.976Z Downloaded serde-untagged v0.1.9
3712026-05-28T00:42:14.979Z Downloaded pest v2.8.6
3722026-05-28T00:42:14.982Z Downloaded smallvec v1.15.1
3732026-05-28T00:42:14.982Z Downloaded pest_generator v2.8.6
3742026-05-28T00:42:14.982Z Downloaded serde_tokenstream v0.2.3
3752026-05-28T00:42:14.987Z Downloaded icu_properties v2.1.2
3762026-05-28T00:42:14.987Z Downloaded proc-macro2 v1.0.106
3772026-05-28T00:42:14.987Z Downloaded num-traits v0.2.19
3782026-05-28T00:42:14.991Z Downloaded clap v4.6.1
3792026-05-28T00:42:14.995Z Downloaded icu_normalizer v2.1.1
3802026-05-28T00:42:14.998Z Downloaded hashbrown v0.17.0
3812026-05-28T00:42:15.001Z Downloaded serde_core v1.0.228
3822026-05-28T00:42:15.008Z Downloaded pest_meta v2.8.6
3832026-05-28T00:42:15.011Z Downloaded icu_locale_core v2.1.1
3842026-05-28T00:42:15.014Z Downloaded serde_derive v1.0.228
3852026-05-28T00:42:15.014Z Downloaded getrandom v0.4.1
3862026-05-28T00:42:15.021Z Downloaded serde v1.0.228
3872026-05-28T00:42:15.025Z Downloaded icu_collections v2.1.1
3882026-05-28T00:42:15.036Z Downloaded memchr v2.8.0
3892026-05-28T00:42:15.046Z Downloaded icu_properties_data v2.1.2
3902026-05-28T00:42:15.052Z Downloaded indexmap v2.14.0
3912026-05-28T00:42:15.059Z Downloaded idna v1.1.0
3922026-05-28T00:42:15.085Z Downloaded goblin v0.8.2
3932026-05-28T00:42:15.090Z Downloaded serde_json v1.0.149
3942026-05-28T00:42:15.094Z Downloaded tabled v0.15.0
3952026-05-28T00:42:15.101Z Downloaded clap_builder v4.6.0
3962026-05-28T00:42:15.107Z Downloaded syn v1.0.109
3972026-05-28T00:42:15.116Z Downloaded syn v2.0.117
3982026-05-28T00:42:15.125Z Downloaded rustix v1.1.3
3992026-05-28T00:42:15.153Z Downloaded libc v0.2.185
4002026-05-28T00:42:15.220Z Compiling proc-macro2 v1.0.106
4012026-05-28T00:42:15.220Z Compiling quote v1.0.45
4022026-05-28T00:42:15.220Z Compiling unicode-ident v1.0.24
4032026-05-28T00:42:15.223Z Compiling serde_core v1.0.228
4042026-05-28T00:42:15.223Z Compiling libc v0.2.185
4052026-05-28T00:42:15.223Z Compiling version_check v0.9.5
4062026-05-28T00:42:15.224Z Compiling serde v1.0.228
4072026-05-28T00:42:15.224Z Compiling stable_deref_trait v1.2.1
4082026-05-28T00:42:15.224Z Compiling memchr v2.8.0
4092026-05-28T00:42:15.224Z Compiling zmij v1.0.21
4102026-05-28T00:42:15.224Z Compiling autocfg v1.5.0
4112026-05-28T00:42:15.409Z Compiling itoa v1.0.17
4122026-05-28T00:42:15.412Z Compiling ucd-trie v0.1.7
4132026-05-28T00:42:15.412Z Compiling thiserror v1.0.69
4142026-05-28T00:42:15.412Z Compiling writeable v0.6.2
4152026-05-28T00:42:15.647Z Compiling litemap v0.8.1
4162026-05-28T00:42:15.723Z Compiling icu_normalizer_data v2.1.1
4172026-05-28T00:42:15.744Z Compiling byteorder v1.5.0
4182026-05-28T00:42:15.808Z Compiling rustix v1.1.3
4192026-05-28T00:42:15.947Z Compiling pest v2.8.6
4202026-05-28T00:42:15.950Z Compiling icu_properties_data v2.1.2
4212026-05-28T00:42:16.000Z Compiling bitflags v2.11.0
4222026-05-28T00:42:16.050Z Compiling serde_json v1.0.149
4232026-05-28T00:42:16.068Z Compiling num-traits v0.2.19
4242026-05-28T00:42:16.210Z Compiling equivalent v1.0.2
4252026-05-28T00:42:16.213Z Compiling hashbrown v0.17.0
4262026-05-28T00:42:16.248Z Compiling smallvec v1.15.1
4272026-05-28T00:42:16.298Z Compiling typeid v1.0.3
4282026-05-28T00:42:16.335Z Compiling usdt-impl v0.5.0
4292026-05-28T00:42:16.339Z Compiling proc-macro-error-attr v1.0.4
4302026-05-28T00:42:16.405Z Compiling errno v0.3.14
4312026-05-28T00:42:16.439Z Compiling thread-id v4.2.2
4322026-05-28T00:42:16.476Z Compiling toml_write v0.1.2
4332026-05-28T00:42:16.516Z Compiling winnow v0.7.14
4342026-05-28T00:42:16.520Z Compiling syn v1.0.109
4352026-05-28T00:42:16.596Z Compiling erased-serde v0.4.9
4362026-05-28T00:42:16.628Z Compiling proc-macro-error v1.0.4
4372026-05-28T00:42:16.631Z Compiling percent-encoding v2.3.2
4382026-05-28T00:42:16.703Z Compiling plain v0.2.3
4392026-05-28T00:42:16.906Z Compiling indexmap v2.14.0
4402026-05-28T00:42:16.925Z Compiling thiserror v2.0.18
4412026-05-28T00:42:16.928Z Compiling getrandom v0.4.1
4422026-05-28T00:42:16.928Z Compiling camino v1.2.2
4432026-05-28T00:42:16.977Z Compiling utf8_iter v1.0.4
4442026-05-28T00:42:16.981Z Compiling log v0.4.29
4452026-05-28T00:42:17.070Z Compiling syn v2.0.117
4462026-05-28T00:42:17.088Z Compiling pest_meta v2.8.6
4472026-05-28T00:42:17.119Z Compiling utf8parse v0.2.2
4482026-05-28T00:42:17.260Z Compiling anstyle-parse v1.0.0
4492026-05-28T00:42:17.342Z Compiling ordered-float v2.10.1
4502026-05-28T00:42:17.361Z Compiling form_urlencoded v1.2.2
4512026-05-28T00:42:17.412Z Compiling pretty-hex v0.4.1
4522026-05-28T00:42:17.434Z Compiling anstyle v1.0.14
4532026-05-28T00:42:17.482Z Compiling terminal_size v0.4.3
4542026-05-28T00:42:17.536Z Compiling is_terminal_polyfill v1.70.2
4552026-05-28T00:42:17.555Z Compiling anstyle-query v1.1.5
4562026-05-28T00:42:17.578Z Compiling colorchoice v1.0.4
4572026-05-28T00:42:17.598Z Compiling cfg-if v1.0.4
4582026-05-28T00:42:17.638Z Compiling fs-err v3.3.0
4592026-05-28T00:42:17.657Z Compiling anyhow v1.0.102
4602026-05-28T00:42:17.661Z Compiling once_cell v1.21.3
4612026-05-28T00:42:17.714Z Compiling anstream v1.0.0
4622026-05-28T00:42:17.753Z Compiling unicode-xid v0.2.6
4632026-05-28T00:42:17.773Z Compiling unicode-width v0.1.14
4642026-05-28T00:42:17.853Z Compiling semver v1.0.28
4652026-05-28T00:42:17.934Z Compiling strsim v0.11.1
4662026-05-28T00:42:17.937Z Compiling fastrand v2.3.0
4672026-05-28T00:42:18.002Z Compiling bytecount v0.6.9
4682026-05-28T00:42:18.053Z Compiling fnv v1.0.7
4692026-05-28T00:42:18.085Z Compiling clap_lex v1.0.0
4702026-05-28T00:42:18.153Z Compiling heck v0.5.0
4712026-05-28T00:42:18.172Z Compiling heck v0.4.1
4722026-05-28T00:42:18.172Z Compiling tempfile v3.25.0
4732026-05-28T00:42:18.207Z Compiling serde-untagged v0.1.9
4742026-05-28T00:42:18.227Z Compiling papergrid v0.11.0
4752026-05-28T00:42:18.250Z Compiling clap_builder v4.6.0
4762026-05-28T00:42:18.357Z Compiling memmap v0.7.0
4772026-05-28T00:42:18.422Z Compiling smawk v0.3.2
4782026-05-28T00:42:18.442Z Compiling unicode-width v0.2.0
4792026-05-28T00:42:18.469Z Compiling unicode-linebreak v0.1.5
4802026-05-28T00:42:18.589Z Compiling camino-tempfile v1.4.1
4812026-05-28T00:42:18.593Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-05-28T00:42:18.623Z Compiling swrite v0.1.0
4832026-05-28T00:42:18.678Z Compiling textwrap v0.16.2
4842026-05-28T00:42:18.982Z Compiling tabled_derive v0.7.0
4852026-05-28T00:42:19.632Z Compiling synstructure v0.13.2
4862026-05-28T00:42:19.632Z Compiling pest_generator v2.8.6
4872026-05-28T00:42:19.664Z Compiling tabled v0.15.0
4882026-05-28T00:42:20.156Z Compiling serde_derive v1.0.228
4892026-05-28T00:42:20.156Z Compiling zerofrom-derive v0.1.6
4902026-05-28T00:42:20.160Z Compiling yoke-derive v0.8.1
4912026-05-28T00:42:20.160Z Compiling zerovec-derive v0.11.2
4922026-05-28T00:42:20.160Z Compiling displaydoc v0.2.5
4932026-05-28T00:42:20.160Z Compiling thiserror-impl v1.0.69
4942026-05-28T00:42:20.160Z Compiling zerocopy-derive v0.7.35
4952026-05-28T00:42:20.160Z Compiling scroll_derive v0.12.1
4962026-05-28T00:42:20.160Z Compiling thiserror-impl v2.0.18
4972026-05-28T00:42:20.174Z Compiling clap_derive v4.6.1
4982026-05-28T00:42:20.265Z Compiling pest_derive v2.8.6
4992026-05-28T00:42:20.799Z Compiling scroll v0.12.0
5002026-05-28T00:42:20.950Z Compiling zerocopy v0.7.35
5012026-05-28T00:42:21.025Z Compiling goblin v0.8.2
5022026-05-28T00:42:21.333Z Compiling zerofrom v0.1.6
5032026-05-28T00:42:21.343Z Compiling dtrace-parser v0.2.0
5042026-05-28T00:42:21.422Z Compiling yoke v0.8.1
5052026-05-28T00:42:21.560Z Compiling clap v4.6.1
5062026-05-28T00:42:21.590Z Compiling zerovec v0.11.5
5072026-05-28T00:42:21.590Z Compiling zerotrie v0.2.3
5082026-05-28T00:42:22.100Z Compiling tinystr v0.8.2
5092026-05-28T00:42:22.100Z Compiling potential_utf v0.1.4
5102026-05-28T00:42:22.227Z Compiling icu_collections v2.1.1
5112026-05-28T00:42:22.250Z Compiling icu_locale_core v2.1.1
5122026-05-28T00:42:22.786Z Compiling icu_provider v2.1.1
5132026-05-28T00:42:22.856Z Compiling toml_datetime v0.6.11
5142026-05-28T00:42:22.857Z Compiling serde_spanned v0.6.9
5152026-05-28T00:42:22.860Z Compiling serde-value v0.7.0
5162026-05-28T00:42:22.860Z Compiling cargo-platform v0.2.0
5172026-05-28T00:42:22.860Z Compiling macaddr v1.0.1
5182026-05-28T00:42:22.875Z Compiling dof v0.3.0
5192026-05-28T00:42:22.878Z Compiling serde_tokenstream v0.2.3
5202026-05-28T00:42:23.011Z Compiling icu_normalizer v2.1.1
5212026-05-28T00:42:23.011Z Compiling icu_properties v2.1.2
5222026-05-28T00:42:23.069Z Compiling toml_edit v0.22.27
5232026-05-28T00:42:23.630Z Compiling usdt-attr-macro v0.5.0
5242026-05-28T00:42:23.630Z Compiling usdt-macro v0.5.0
5252026-05-28T00:42:23.836Z Compiling idna_adapter v1.2.1
5262026-05-28T00:42:23.942Z Compiling idna v1.1.0
5272026-05-28T00:42:24.200Z Compiling usdt v0.5.0
5282026-05-28T00:42:24.203Z Compiling url v2.5.8
5292026-05-28T00:42:24.354Z Compiling toml v0.8.23
5302026-05-28T00:42:24.688Z Compiling cargo-util-schemas v0.8.2
5312026-05-28T00:42:24.688Z Compiling cargo_toml v0.21.0
5322026-05-28T00:42:25.494Z Compiling cargo_metadata v0.21.0
5332026-05-28T00:42:26.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-28T00:42:28.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.96s
5352026-05-28T00:42:28.783Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-05-28T00:42:29.342Z Downloading crates ...
5372026-05-28T00:42:29.440Z Downloaded anstream v0.6.21
5382026-05-28T00:42:29.444Z Downloaded byte-wrapper v0.1.0
5392026-05-28T00:42:29.448Z Downloaded cassowary v0.3.0
5402026-05-28T00:42:29.452Z Downloaded ahash v0.8.12
5412026-05-28T00:42:29.455Z Downloaded allocator-api2 v0.2.21
5422026-05-28T00:42:29.459Z Downloaded backon v1.6.0
5432026-05-28T00:42:29.460Z Downloaded crucible-workspace-hack v0.1.0
5442026-05-28T00:42:29.463Z Downloaded darling_macro v0.20.11
5452026-05-28T00:42:29.463Z Downloaded castaway v0.2.4
5462026-05-28T00:42:29.467Z Downloaded cstr-argument v0.1.2
5472026-05-28T00:42:29.467Z Downloaded adler2 v2.0.1
5482026-05-28T00:42:29.470Z Downloaded base64ct v1.8.3
5492026-05-28T00:42:29.470Z Downloaded argon2 v0.5.3
5502026-05-28T00:42:29.470Z Downloaded backoff v0.4.0
5512026-05-28T00:42:29.474Z Downloaded cargo_metadata v0.19.2
5522026-05-28T00:42:29.477Z Downloaded bit-vec v0.8.0
5532026-05-28T00:42:29.477Z Downloaded arrayref v0.3.9
5542026-05-28T00:42:29.481Z Downloaded aead v0.5.2
5552026-05-28T00:42:29.481Z Downloaded camino-tempfile-ext v0.3.3
5562026-05-28T00:42:29.481Z Downloaded crossbeam-utils v0.8.21
5572026-05-28T00:42:29.484Z Downloaded cookie v0.18.1
5582026-05-28T00:42:29.484Z Downloaded crc-catalog v2.4.0
5592026-05-28T00:42:29.484Z Downloaded dof v0.4.0
5602026-05-28T00:42:29.487Z Downloaded cexpr v0.6.0
5612026-05-28T00:42:29.487Z Downloaded bitfield-macros v0.19.4
5622026-05-28T00:42:29.487Z Downloaded bit-set v0.8.0
5632026-05-28T00:42:29.493Z Downloaded darling v0.20.11
5642026-05-28T00:42:29.496Z Downloaded aho-corasick v1.1.4
5652026-05-28T00:42:29.496Z Downloaded const-oid v0.9.6
5662026-05-28T00:42:29.500Z Downloaded difflib v0.4.0
5672026-05-28T00:42:29.500Z Downloaded flume v0.11.1
5682026-05-28T00:42:29.504Z Downloaded display-error-chain v0.2.2
5692026-05-28T00:42:29.504Z Downloaded ascii-canvas v3.0.0
5702026-05-28T00:42:29.504Z Downloaded diesel-dtrace v0.5.0
5712026-05-28T00:42:29.504Z Downloaded des v0.8.1
5722026-05-28T00:42:29.508Z Downloaded document-features v0.2.12
5732026-05-28T00:42:29.508Z Downloaded atomicwrites v0.4.4
5742026-05-28T00:42:29.508Z Downloaded block-padding v0.3.3
5752026-05-28T00:42:29.509Z Downloaded buf-list v1.1.2
5762026-05-28T00:42:29.512Z Downloaded foreign-types-macros v0.2.3
5772026-05-28T00:42:29.515Z Downloaded const_format_proc_macros v0.2.34
5782026-05-28T00:42:29.515Z Downloaded ciborium-io v0.2.2
5792026-05-28T00:42:29.515Z Downloaded cfg_aliases v0.1.1
5802026-05-28T00:42:29.515Z Downloaded atty v0.2.14
5812026-05-28T00:42:29.518Z Downloaded async-recursion v1.1.1
5822026-05-28T00:42:29.518Z Downloaded convert_case v0.4.0
5832026-05-28T00:42:29.521Z Downloaded dropshot v0.16.7
5842026-05-28T00:42:29.531Z Downloaded embedded-io v0.4.0
5852026-05-28T00:42:29.534Z Downloaded daft-derive v0.1.7
5862026-05-28T00:42:29.537Z Downloaded enum-as-inner v0.6.1
5872026-05-28T00:42:29.537Z Downloaded crunchy v0.2.4
5882026-05-28T00:42:29.537Z Downloaded cpufeatures v0.3.0
5892026-05-28T00:42:29.544Z Downloaded bitfield v0.19.4
5902026-05-28T00:42:29.544Z Downloaded base64 v0.21.7
5912026-05-28T00:42:29.544Z Downloaded bit-set v0.5.3
5922026-05-28T00:42:29.547Z Downloaded foreign-types v0.5.0
5932026-05-28T00:42:29.547Z Downloaded crc8 v0.1.1
5942026-05-28T00:42:29.547Z Downloaded convert_case v0.10.0
5952026-05-28T00:42:29.547Z Downloaded cipher v0.4.4
5962026-05-28T00:42:29.547Z Downloaded env_filter v1.0.0
5972026-05-28T00:42:29.547Z Downloaded defmt v0.3.100
5982026-05-28T00:42:29.550Z Downloaded base16ct v0.2.0
5992026-05-28T00:42:29.550Z Downloaded float-ord v0.3.2
6002026-05-28T00:42:29.550Z Downloaded cbc v0.1.2
6012026-05-28T00:42:29.553Z Downloaded bitflags v1.3.2
6022026-05-28T00:42:29.553Z Downloaded async-stream v0.3.6
6032026-05-28T00:42:29.557Z Downloaded arrayvec v0.7.6
6042026-05-28T00:42:29.557Z Downloaded daft v0.1.7
6052026-05-28T00:42:29.561Z Downloaded futures-task v0.3.32
6062026-05-28T00:42:29.561Z Downloaded foreign-types-shared v0.1.1
6072026-05-28T00:42:29.561Z Downloaded cancel-safe-futures v0.1.5
6082026-05-28T00:42:29.564Z Downloaded erased-serde v0.3.31
6092026-05-28T00:42:29.564Z Downloaded dunce v1.0.5
6102026-05-28T00:42:29.564Z Downloaded futures-macro v0.3.32
6112026-05-28T00:42:29.567Z Downloaded futures-io v0.3.32
6122026-05-28T00:42:29.567Z Downloaded ciborium-ll v0.2.2
6132026-05-28T00:42:29.567Z Downloaded dirs-next v2.0.0
6142026-05-28T00:42:29.567Z Downloaded diff v0.1.13
6152026-05-28T00:42:29.570Z Downloaded futures-sink v0.3.32
6162026-05-28T00:42:29.570Z Downloaded cobs v0.3.0
6172026-05-28T00:42:29.574Z Downloaded bb8 v0.8.6
6182026-05-28T00:42:29.574Z Downloaded foreign-types-shared v0.3.1
6192026-05-28T00:42:29.574Z Downloaded downcast-rs v2.0.2
6202026-05-28T00:42:29.574Z Downloaded cargo-platform v0.1.9
6212026-05-28T00:42:29.577Z Downloaded flagset v0.4.7
6222026-05-28T00:42:29.577Z Downloaded blowfish v0.9.1
6232026-05-28T00:42:29.577Z Downloaded atomic-waker v1.1.2
6242026-05-28T00:42:29.577Z Downloaded foldhash v0.1.5
6252026-05-28T00:42:29.581Z Downloaded compression-codecs v0.4.37
6262026-05-28T00:42:29.584Z Downloaded ecdsa v0.16.9
6272026-05-28T00:42:29.584Z Downloaded anstyle-parse v0.2.7
6282026-05-28T00:42:29.585Z Downloaded csv-core v0.1.13
6292026-05-28T00:42:29.585Z Downloaded globwalk v0.9.1
6302026-05-28T00:42:29.588Z Downloaded chacha20 v0.9.1
6312026-05-28T00:42:29.588Z Downloaded async-trait v0.1.89
6322026-05-28T00:42:29.591Z Downloaded endian-type v0.1.2
6332026-05-28T00:42:29.591Z Downloaded dsl_auto_type v0.2.0
6342026-05-28T00:42:29.591Z Downloaded darling_macro v0.23.0
6352026-05-28T00:42:29.591Z Downloaded colored v3.1.1
6362026-05-28T00:42:29.594Z Downloaded blake2 v0.10.6
6372026-05-28T00:42:29.597Z Downloaded fd-lock v4.0.4
6382026-05-28T00:42:29.597Z Downloaded bitfield-struct v0.6.2
6392026-05-28T00:42:29.597Z Downloaded dyn-clone v1.0.20
6402026-05-28T00:42:29.600Z Downloaded dtrace-parser v0.3.0
6412026-05-28T00:42:29.600Z Downloaded debug-ignore v1.0.5
6422026-05-28T00:42:29.600Z Downloaded bcs v0.1.6
6432026-05-28T00:42:29.603Z Downloaded der_derive v0.7.3
6442026-05-28T00:42:29.603Z Downloaded crc v3.4.0
6452026-05-28T00:42:29.603Z Downloaded drift v0.1.4
6462026-05-28T00:42:29.608Z Downloaded headers-core v0.3.0
6472026-05-28T00:42:29.611Z Downloaded hex-literal v0.4.1
6482026-05-28T00:42:29.611Z Downloaded foreign-types v0.3.2
6492026-05-28T00:42:29.611Z Downloaded derive_builder_macro v0.20.2
6502026-05-28T00:42:29.611Z Downloaded darling v0.23.0
6512026-05-28T00:42:29.615Z Downloaded git-stub v1.0.0
6522026-05-28T00:42:29.618Z Downloaded constant_time_eq v0.4.2
6532026-05-28T00:42:29.618Z Downloaded funty v2.0.0
6542026-05-28T00:42:29.618Z Downloaded cmake v0.1.57
6552026-05-28T00:42:29.621Z Downloaded bit-vec v0.6.3
6562026-05-28T00:42:29.621Z Downloaded embedded-io v0.6.1
6572026-05-28T00:42:29.621Z Downloaded dropshot-api-manager-types v0.7.1
6582026-05-28T00:42:29.621Z Downloaded fxhash v0.2.1
6592026-05-28T00:42:29.624Z Downloaded darling_macro v0.21.3
6602026-05-28T00:42:29.624Z Downloaded futures-core v0.3.32
6612026-05-28T00:42:29.624Z Downloaded ghash v0.5.1
6622026-05-28T00:42:29.624Z Downloaded curve25519-dalek-derive v0.1.1
6632026-05-28T00:42:29.636Z Downloaded hex v0.4.3
6642026-05-28T00:42:29.636Z Downloaded ena v0.14.4
6652026-05-28T00:42:29.636Z Downloaded fallible-iterator v0.2.0
6662026-05-28T00:42:29.640Z Downloaded hash32 v0.2.1
6672026-05-28T00:42:29.640Z Downloaded data-encoding v2.10.0
6682026-05-28T00:42:29.640Z Downloaded ed25519 v2.2.3
6692026-05-28T00:42:29.640Z Downloaded console v0.16.2
6702026-05-28T00:42:29.640Z Downloaded ciborium v0.2.2
6712026-05-28T00:42:29.641Z Downloaded hubpack_derive v0.1.1
6722026-05-28T00:42:29.641Z Downloaded http-body v1.0.1
6732026-05-28T00:42:29.641Z Downloaded hostname v0.3.1
6742026-05-28T00:42:29.641Z Downloaded http-range v0.1.5
6752026-05-28T00:42:29.641Z Downloaded gethostname v0.5.0
6762026-05-28T00:42:29.641Z Downloaded cfg_aliases v0.2.1
6772026-05-28T00:42:29.641Z Downloaded futures-executor v0.3.32
6782026-05-28T00:42:29.644Z Downloaded hubpack v0.1.2
6792026-05-28T00:42:29.644Z Downloaded glob v0.3.3
6802026-05-28T00:42:29.644Z Downloaded either v1.15.0
6812026-05-28T00:42:29.644Z Downloaded env_logger v0.11.9
6822026-05-28T00:42:29.648Z Downloaded deranged v0.5.8
6832026-05-28T00:42:29.648Z Downloaded ctr v0.9.2
6842026-05-28T00:42:29.651Z Downloaded hostname v0.4.2
6852026-05-28T00:42:29.651Z Downloaded httpdate v1.0.3
6862026-05-28T00:42:29.651Z Downloaded defmt-parser v1.0.0
6872026-05-28T00:42:29.654Z Downloaded fixedbitset v0.5.7
6882026-05-28T00:42:29.654Z Downloaded crossbeam-deque v0.8.6
6892026-05-28T00:42:29.654Z Downloaded hyper-tls v0.6.0
6902026-05-28T00:42:29.658Z Downloaded fixedbitset v0.4.2
6912026-05-28T00:42:29.658Z Downloaded derive-ex v0.1.8
6922026-05-28T00:42:29.658Z Downloaded indent_write v2.2.0
6932026-05-28T00:42:29.658Z Downloaded illumos-nvpair-sys v0.2.0
6942026-05-28T00:42:29.661Z Downloaded illumos-nvpair v0.3.0
6952026-05-28T00:42:29.661Z Downloaded ident_case v1.0.1
6962026-05-28T00:42:29.661Z Downloaded darling v0.21.3
6972026-05-28T00:42:29.664Z Downloaded filetime v0.2.27
6982026-05-28T00:42:29.665Z Downloaded dropshot_endpoint v0.16.7
6992026-05-28T00:42:29.669Z Downloaded hash32 v0.3.1
7002026-05-28T00:42:29.669Z Downloaded globset v0.4.18
7012026-05-28T00:42:29.669Z Downloaded corncobs v0.1.4
7022026-05-28T00:42:29.673Z Downloaded inout v0.1.4
7032026-05-28T00:42:29.673Z Downloaded critical-section v1.2.0
7042026-05-28T00:42:29.673Z Downloaded cookie_store v0.22.1
7052026-05-28T00:42:29.673Z Downloaded async-stream-impl v0.3.6
7062026-05-28T00:42:29.677Z Downloaded ff v0.13.1
7072026-05-28T00:42:29.677Z Downloaded indoc v1.0.9
7082026-05-28T00:42:29.677Z Downloaded float-cmp v0.10.0
7092026-05-28T00:42:29.677Z Downloaded getrandom v0.2.17
7102026-05-28T00:42:29.680Z Downloaded defmt v1.0.1
7112026-05-28T00:42:29.683Z Downloaded crc32fast v1.5.0
7122026-05-28T00:42:29.683Z Downloaded instant v0.1.13
7132026-05-28T00:42:29.687Z Downloaded fs_extra v1.3.0
7142026-05-28T00:42:29.687Z Downloaded instability v0.3.11
7152026-05-28T00:42:29.688Z Downloaded is_ci v1.2.0
7162026-05-28T00:42:29.692Z Downloaded internet-checksum v0.2.1
7172026-05-28T00:42:29.692Z Downloaded derive_builder_core v0.20.2
7182026-05-28T00:42:29.692Z Downloaded foldhash v0.2.0
7192026-05-28T00:42:29.692Z Downloaded assert_matches v1.5.0
7202026-05-28T00:42:29.692Z Downloaded lazy_static v1.5.0
7212026-05-28T00:42:29.696Z Downloaded lalrpop-util v0.19.12
7222026-05-28T00:42:29.696Z Downloaded http-body-util v0.1.3
7232026-05-28T00:42:29.696Z Downloaded colored v2.2.0
7242026-05-28T00:42:29.696Z Downloaded git-stub-vcs v0.1.0
7252026-05-28T00:42:29.699Z Downloaded keccak v0.1.6
7262026-05-28T00:42:29.699Z Downloaded highway v1.3.0
7272026-05-28T00:42:29.701Z Downloaded futures-channel v0.3.32
7282026-05-28T00:42:29.701Z Downloaded group v0.13.0
7292026-05-28T00:42:29.702Z Downloaded defmt-macros v1.0.1
7302026-05-28T00:42:29.705Z Downloaded bcrypt-pbkdf v0.10.0
7312026-05-28T00:42:29.705Z Downloaded array-init v0.0.4
7322026-05-28T00:42:29.705Z Downloaded dirs-sys-next v0.1.2
7332026-05-28T00:42:29.713Z Downloaded find-msvc-tools v0.1.9
7342026-05-28T00:42:29.713Z Downloaded diesel_table_macro_syntax v0.3.0
7352026-05-28T00:42:29.713Z Downloaded console v0.15.11
7362026-05-28T00:42:29.713Z Downloaded chacha20poly1305 v0.10.1
7372026-05-28T00:42:29.713Z Downloaded arc-swap v1.8.2
7382026-05-28T00:42:29.718Z Downloaded hyper-staticfile v0.10.1
7392026-05-28T00:42:29.718Z Downloaded linked-hash-map v0.5.6
7402026-05-28T00:42:29.718Z Downloaded const_format v0.2.35
7412026-05-28T00:42:29.721Z Downloaded home v0.5.12
7422026-05-28T00:42:29.721Z Downloaded derive-where v1.6.0
7432026-05-28T00:42:29.724Z Downloaded lru-cache v0.1.2
7442026-05-28T00:42:29.724Z Downloaded lru v0.12.5
7452026-05-28T00:42:29.724Z Downloaded maplit v1.0.2
7462026-05-28T00:42:29.724Z Downloaded libscf-sys v1.1.0
7472026-05-28T00:42:29.727Z Downloaded humantime v2.3.0
7482026-05-28T00:42:29.727Z Downloaded lru-slab v0.1.2
7492026-05-28T00:42:29.727Z Downloaded impl-trait-for-tuples v0.2.3
7502026-05-28T00:42:29.731Z Downloaded ipnetwork v0.21.1
7512026-05-28T00:42:29.731Z Downloaded clang-sys v1.8.1
7522026-05-28T00:42:29.733Z Downloaded bzip2 v0.4.4
7532026-05-28T00:42:29.733Z Downloaded indoc v2.0.7
7542026-05-28T00:42:29.737Z Downloaded compression-core v0.4.31
7552026-05-28T00:42:29.737Z Downloaded chacha20 v0.10.0
7562026-05-28T00:42:29.740Z Downloaded new_debug_unreachable v1.0.6
7572026-05-28T00:42:29.740Z Downloaded memoffset v0.9.1
7582026-05-28T00:42:29.740Z Downloaded md5 v0.7.0
7592026-05-28T00:42:29.740Z Downloaded maybe-uninit v2.0.0
7602026-05-28T00:42:29.743Z Downloaded multimap v0.10.1
7612026-05-28T00:42:29.743Z Downloaded match_cfg v0.1.0
7622026-05-28T00:42:29.743Z Downloaded md-5 v0.10.6
7632026-05-28T00:42:29.743Z Downloaded newline-converter v0.3.0
7642026-05-28T00:42:29.746Z Downloaded newtype-uuid-macros v0.1.0
7652026-05-28T00:42:29.746Z Downloaded nodrop v0.1.14
7662026-05-28T00:42:29.746Z Downloaded futures v0.3.32
7672026-05-28T00:42:29.750Z Downloaded derive_builder v0.20.2
7682026-05-28T00:42:29.753Z Downloaded is-terminal v0.4.17
7692026-05-28T00:42:29.756Z Downloaded jobserver v0.1.34
7702026-05-28T00:42:29.756Z Downloaded crossbeam-epoch v0.9.18
7712026-05-28T00:42:29.756Z Downloaded newtype_derive v0.1.6
7722026-05-28T00:42:29.760Z Downloaded fs-err v2.11.0
7732026-05-28T00:42:29.760Z Downloaded mime v0.3.17
7742026-05-28T00:42:29.760Z Downloaded nibble_vec v0.1.0
7752026-05-28T00:42:29.763Z Downloaded num-iter v0.1.45
7762026-05-28T00:42:29.763Z Downloaded num-conv v0.2.0
7772026-05-28T00:42:29.763Z Downloaded num v0.4.3
7782026-05-28T00:42:29.763Z Downloaded normalize-line-endings v0.3.0
7792026-05-28T00:42:29.766Z Downloaded lzss v0.8.2
7802026-05-28T00:42:29.766Z Downloaded nonempty v0.12.0
7812026-05-28T00:42:29.766Z Downloaded kstat-rs v0.2.4
7822026-05-28T00:42:29.767Z Downloaded ingot-types v0.1.2
7832026-05-28T00:42:29.770Z Downloaded bzip2 v0.6.1
7842026-05-28T00:42:29.770Z Downloaded async-bb8-diesel v0.2.1
7852026-05-28T00:42:29.770Z Downloaded num-derive v0.4.2
7862026-05-28T00:42:29.773Z Downloaded num-derive v0.3.3
7872026-05-28T00:42:29.773Z Downloaded num_enum_derive v0.5.11
7882026-05-28T00:42:29.778Z Downloaded libefi-sys v0.1.0
7892026-05-28T00:42:29.782Z Downloaded httparse v1.10.1
7902026-05-28T00:42:29.782Z Downloaded iana-time-zone v0.1.65
7912026-05-28T00:42:29.785Z Downloaded opaque-debug v0.3.1
7922026-05-28T00:42:29.785Z Downloaded fatfs v0.3.6
7932026-05-28T00:42:29.787Z Downloaded olpc-cjson v0.1.4
7942026-05-28T00:42:29.787Z Downloaded crc-any v2.5.0
7952026-05-28T00:42:29.791Z Downloaded openssl-probe v0.2.1
7962026-05-28T00:42:29.791Z Downloaded openssl-probe v0.1.6
7972026-05-28T00:42:29.791Z Downloaded base64 v0.22.1
7982026-05-28T00:42:29.794Z Downloaded ingot v0.1.1
7992026-05-28T00:42:29.794Z Downloaded libsw v3.5.0
8002026-05-28T00:42:29.794Z Downloaded linear-map v1.2.0
8012026-05-28T00:42:29.797Z Downloaded dropshot_endpoint v0.17.0
8022026-05-28T00:42:29.800Z Downloaded openssl-macros v0.1.1
8032026-05-28T00:42:29.800Z Downloaded derive_more-impl v2.1.1
8042026-05-28T00:42:29.804Z Downloaded libsw-core v0.3.2
8052026-05-28T00:42:29.806Z Downloaded oso-derive v0.27.3
8062026-05-28T00:42:29.806Z Downloaded ingot-macros v0.1.1
8072026-05-28T00:42:29.809Z Downloaded half v1.8.3
8082026-05-28T00:42:29.809Z Downloaded nanorand v0.7.0
8092026-05-28T00:42:29.810Z Downloaded managed v0.8.0
8102026-05-28T00:42:29.812Z Downloaded ipnet v2.11.0
8112026-05-28T00:42:29.813Z Downloaded packed_struct_codegen v0.10.1
8122026-05-28T00:42:29.816Z Downloaded getrandom v0.3.4
8132026-05-28T00:42:29.816Z Downloaded elliptic-curve v0.13.8
8142026-05-28T00:42:29.819Z Downloaded newtype-uuid v1.3.2
8152026-05-28T00:42:29.819Z Downloaded parse-size v1.1.0
8162026-05-28T00:42:29.822Z Downloaded path-slash v0.1.5
8172026-05-28T00:42:29.822Z Downloaded multer v3.1.0
8182026-05-28T00:42:29.824Z Downloaded native-tls v0.2.18
8192026-05-28T00:42:29.827Z Downloaded derive_more v0.99.20
8202026-05-28T00:42:29.832Z Downloaded half v2.7.1
8212026-05-28T00:42:29.832Z Downloaded hmac v0.12.1
8222026-05-28T00:42:29.835Z Downloaded hyper-rustls v0.27.7
8232026-05-28T00:42:29.838Z Downloaded nu-ansi-term v0.50.3
8242026-05-28T00:42:29.841Z Downloaded num-integer v0.1.46
8252026-05-28T00:42:29.841Z Downloaded num-complex v0.4.6
8262026-05-28T00:42:29.844Z Downloaded pbkdf2 v0.11.0
8272026-05-28T00:42:29.848Z Downloaded darling_core v0.23.0
8282026-05-28T00:42:29.851Z Downloaded num_enum_derive v0.7.6
8292026-05-28T00:42:29.851Z Downloaded num_enum v0.7.6
8302026-05-28T00:42:29.867Z Downloaded pin-utils v0.1.0
8312026-05-28T00:42:29.870Z Downloaded der v0.7.10
8322026-05-28T00:42:29.874Z Downloaded phf_shared v0.12.1
8332026-05-28T00:42:29.874Z Downloaded phf_shared v0.11.3
8342026-05-28T00:42:29.874Z Downloaded peg-runtime v0.8.5
8352026-05-28T00:42:29.874Z Downloaded num_threads v0.1.7
8362026-05-28T00:42:29.878Z Downloaded precomputed-hash v0.1.1
8372026-05-28T00:42:29.878Z Downloaded powerfmt v0.2.0
8382026-05-28T00:42:29.878Z Downloaded phf_shared v0.13.1
8392026-05-28T00:42:29.878Z Downloaded owo-colors v4.3.0
8402026-05-28T00:42:29.881Z Downloaded memmap2 v0.9.10
8412026-05-28T00:42:29.881Z Downloaded litrs v1.0.0
8422026-05-28T00:42:29.881Z Downloaded indexmap v1.9.3
8432026-05-28T00:42:29.885Z Downloaded mime_guess v2.0.5
8442026-05-28T00:42:29.885Z Downloaded compact_str v0.8.1
8452026-05-28T00:42:29.888Z Downloaded expectorate v1.2.0
8462026-05-28T00:42:29.888Z Downloaded password-hash v0.4.2
8472026-05-28T00:42:29.896Z Downloaded progenitor-client v0.10.0
8482026-05-28T00:42:29.896Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-28T00:42:29.896Z Downloaded proc-macro-crate v3.4.0
8502026-05-28T00:42:29.896Z Downloaded proc-macro-crate v1.3.1
8512026-05-28T00:42:29.896Z Downloaded predicates-tree v1.0.13
8522026-05-28T00:42:29.896Z Downloaded predicates-core v1.0.10
8532026-05-28T00:42:29.896Z Downloaded oxnet v0.1.5
8542026-05-28T00:42:29.900Z Downloaded paste v1.0.15
8552026-05-28T00:42:29.900Z Downloaded pbkdf2 v0.12.2
8562026-05-28T00:42:29.900Z Downloaded parse-display-derive v0.10.0
8572026-05-28T00:42:29.900Z Downloaded ed25519-dalek v2.2.0
8582026-05-28T00:42:29.906Z Downloaded password-hash v0.5.0
8592026-05-28T00:42:29.906Z Downloaded libbz2-rs-sys v0.2.2
8602026-05-28T00:42:29.910Z Downloaded async-compression v0.4.41
8612026-05-28T00:42:29.910Z Downloaded heapless v0.7.17
8622026-05-28T00:42:29.914Z Downloaded psl-types v2.0.11
8632026-05-28T00:42:29.914Z Downloaded progenitor-macro v0.14.0
8642026-05-28T00:42:29.914Z Downloaded progenitor-client v0.11.2
8652026-05-28T00:42:29.914Z Downloaded peg-macros v0.8.5
8662026-05-28T00:42:29.917Z Downloaded peg v0.8.5
8672026-05-28T00:42:29.917Z Downloaded quick-error v1.2.3
8682026-05-28T00:42:29.920Z Downloaded progenitor-macro v0.13.0
8692026-05-28T00:42:29.920Z Downloaded progenitor-macro v0.10.0
8702026-05-28T00:42:29.920Z Downloaded pem-rfc7468 v0.7.0
8712026-05-28T00:42:29.923Z Downloaded num-rational v0.4.2
8722026-05-28T00:42:29.923Z Downloaded diesel_derives v2.3.7
8732026-05-28T00:42:29.927Z Downloaded pin-project-lite v0.2.17
8742026-05-28T00:42:29.930Z Downloaded pkg-config v0.3.32
8752026-05-28T00:42:29.930Z Downloaded radium v0.7.0
8762026-05-28T00:42:29.933Z Downloaded polyval v0.6.2
8772026-05-28T00:42:29.933Z Downloaded ppv-lite86 v0.2.21
8782026-05-28T00:42:29.933Z Downloaded poly1305 v0.8.0
8792026-05-28T00:42:29.936Z Downloaded pkcs8 v0.10.2
8802026-05-28T00:42:29.937Z Downloaded rand_chacha v0.3.1
8812026-05-28T00:42:29.939Z Downloaded crossbeam-channel v0.5.15
8822026-05-28T00:42:29.943Z Downloaded ignore v0.4.25
8832026-05-28T00:42:29.943Z Downloaded predicates v3.1.4
8842026-05-28T00:42:29.946Z Downloaded postgres-protocol v0.6.10
8852026-05-28T00:42:29.946Z Downloaded primeorder v0.13.6
8862026-05-28T00:42:29.946Z Downloaded indicatif v0.18.4
8872026-05-28T00:42:29.949Z Downloaded bumpalo v3.20.2
8882026-05-28T00:42:29.952Z Downloaded rand_xorshift v0.4.0
8892026-05-28T00:42:29.952Z Downloaded recursive v0.1.1
8902026-05-28T00:42:29.952Z Downloaded packed_struct v0.10.1
8912026-05-28T00:42:29.956Z Downloaded ar_archive_writer v0.5.1
8922026-05-28T00:42:29.956Z Downloaded crossterm v0.29.0
8932026-05-28T00:42:29.959Z Downloaded progenitor v0.11.2
8942026-05-28T00:42:29.963Z Downloaded parking_lot v0.12.5
8952026-05-28T00:42:29.963Z Downloaded parking_lot_core v0.8.6
8962026-05-28T00:42:29.966Z Downloaded phf v0.13.1
8972026-05-28T00:42:29.966Z Downloaded hickory-resolver v0.24.4
8982026-05-28T00:42:29.970Z Downloaded ref-cast-impl v1.0.25
8992026-05-28T00:42:29.970Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-05-28T00:42:29.970Z Downloaded progenitor v0.14.0
9012026-05-28T00:42:29.970Z Downloaded progenitor v0.10.0
9022026-05-28T00:42:29.973Z Downloaded rfc6979 v0.4.0
9032026-05-28T00:42:29.973Z Downloaded progenitor-macro v0.11.2
9042026-05-28T00:42:29.973Z Downloaded progenitor-client v0.13.0
9052026-05-28T00:42:29.977Z Downloaded progenitor-client v0.14.0
9062026-05-28T00:42:29.977Z Downloaded ref-cast v1.0.25
9072026-05-28T00:42:29.977Z Downloaded pkcs1 v0.7.5
9082026-05-28T00:42:29.980Z Downloaded progenitor v0.13.0
9092026-05-28T00:42:29.980Z Downloaded parking_lot_core v0.9.12
9102026-05-28T00:42:29.980Z Downloaded phf v0.12.1
9112026-05-28T00:42:29.984Z Downloaded russh-cryptovec v0.7.3
9122026-05-28T00:42:29.984Z Downloaded hickory-resolver v0.25.2
9132026-05-28T00:42:29.988Z Downloaded rustc_version v0.1.7
9142026-05-28T00:42:29.988Z Downloaded progenitor-extras v0.2.0
9152026-05-28T00:42:29.988Z Downloaded r2d2 v0.8.10
9162026-05-28T00:42:29.992Z Downloaded rustc-hash v2.1.1
9172026-05-28T00:42:29.992Z Downloaded rtoolbox v0.0.3
9182026-05-28T00:42:29.992Z Downloaded pem v3.0.6
9192026-05-28T00:42:29.992Z Downloaded omicron-zone-package v0.12.2
9202026-05-28T00:42:29.995Z Downloaded pin-project-internal v1.1.11
9212026-05-28T00:42:29.995Z Downloaded dropshot-api-manager v0.7.1
9222026-05-28T00:42:29.995Z Downloaded rustc_version v0.4.1
9232026-05-28T00:42:29.998Z Downloaded postgres-types v0.2.12
9242026-05-28T00:42:29.998Z Downloaded psm v0.1.30
9252026-05-28T00:42:30.002Z Downloaded oso v0.27.3
9262026-05-28T00:42:30.002Z Downloaded rand_chacha v0.9.0
9272026-05-28T00:42:30.006Z Downloaded postcard v1.1.3
9282026-05-28T00:42:30.006Z Downloaded derive_more v2.1.1
9292026-05-28T00:42:30.011Z Downloaded papergrid v0.17.0
9302026-05-28T00:42:30.015Z Downloaded miniz_oxide v0.8.9
9312026-05-28T00:42:30.018Z Downloaded salsa20 v0.10.2
9322026-05-28T00:42:30.018Z Downloaded rand_core v0.6.4
9332026-05-28T00:42:30.018Z Downloaded p256 v0.13.2
9342026-05-28T00:42:30.021Z Downloaded rand_seeder v0.4.0
9352026-05-28T00:42:30.021Z Downloaded rand_core v0.9.5
9362026-05-28T00:42:30.026Z Downloaded proc-macro-error2 v2.0.1
9372026-05-28T00:42:30.026Z Downloaded rand_core v0.10.0
9382026-05-28T00:42:30.029Z Downloaded parking_lot v0.11.2
9392026-05-28T00:42:30.029Z Downloaded cc v1.2.56
9402026-05-28T00:42:30.029Z Downloaded same-file v1.0.6
9412026-05-28T00:42:30.032Z Downloaded hashbrown v0.13.2
9422026-05-28T00:42:30.032Z Downloaded crypto-bigint v0.5.5
9432026-05-28T00:42:30.036Z Downloaded scheduled-thread-pool v0.2.7
9442026-05-28T00:42:30.039Z Downloaded parse-display v0.10.0
9452026-05-28T00:42:30.039Z Downloaded bytes v1.11.1
9462026-05-28T00:42:30.043Z Downloaded secrecy v0.10.3
9472026-05-28T00:42:30.043Z Downloaded secrecy v0.8.0
9482026-05-28T00:42:30.043Z Downloaded pkcs5 v0.7.1
9492026-05-28T00:42:30.046Z Downloaded serde-big-array v0.5.1
9502026-05-28T00:42:30.046Z Downloaded scrypt v0.11.0
9512026-05-28T00:42:30.050Z Downloaded scroll_derive v0.13.1
9522026-05-28T00:42:30.050Z Downloaded aes-gcm v0.10.3
9532026-05-28T00:42:30.054Z Downloaded headers v0.4.1
9542026-05-28T00:42:30.055Z Downloaded serde_bytes v0.11.19
9552026-05-28T00:42:30.058Z Downloaded serde_plain v1.0.2
9562026-05-28T00:42:30.058Z Downloaded scopeguard v1.2.0
9572026-05-28T00:42:30.058Z Downloaded serde_urlencoded v0.7.1
9582026-05-28T00:42:30.058Z Downloaded serde_repr v0.1.20
9592026-05-28T00:42:30.058Z Downloaded aes v0.8.4
9602026-05-28T00:42:30.061Z Downloaded resolv-conf v0.7.6
9612026-05-28T00:42:30.061Z Downloaded seq-macro v0.3.6
9622026-05-28T00:42:30.064Z Downloaded pin-project v1.1.11
9632026-05-28T00:42:30.068Z Downloaded quinn-udp v0.5.14
9642026-05-28T00:42:30.071Z Downloaded serde_spanned v1.0.4
9652026-05-28T00:42:30.071Z Downloaded semver v0.1.20
9662026-05-28T00:42:30.074Z Downloaded signal-hook-mio v0.2.5
9672026-05-28T00:42:30.074Z Downloaded shell-words v1.1.1
9682026-05-28T00:42:30.075Z Downloaded sha1 v0.10.6
9692026-05-28T00:42:30.078Z Downloaded oxide-tokio-rt v0.1.4
9702026-05-28T00:42:30.078Z Downloaded sigpipe v0.1.3
9712026-05-28T00:42:30.078Z Downloaded signature v2.2.0
9722026-05-28T00:42:30.078Z Downloaded lock_api v0.4.14
9732026-05-28T00:42:30.081Z Downloaded siphasher v1.0.2
9742026-05-28T00:42:30.081Z Downloaded openssl-sys v0.9.115
9752026-05-28T00:42:30.084Z Downloaded rustls-pemfile v1.0.4
9762026-05-28T00:42:30.084Z Downloaded rustls-native-certs v0.8.3
9772026-05-28T00:42:30.087Z Downloaded prefix-trie v0.7.0
9782026-05-28T00:42:30.091Z Downloaded rustls-pemfile v2.2.0
9792026-05-28T00:42:30.091Z Downloaded signal-hook-tokio v0.3.1
9802026-05-28T00:42:30.091Z Downloaded minimal-lexical v0.2.1
9812026-05-28T00:42:30.094Z Downloaded flate2 v1.1.9
9822026-05-28T00:42:30.097Z Downloaded heapless v0.8.0
9832026-05-28T00:42:30.100Z Downloaded num_enum v0.5.11
9842026-05-28T00:42:30.103Z Downloaded libloading v0.8.9
9852026-05-28T00:42:30.103Z Downloaded slog-bunyan v2.5.0
9862026-05-28T00:42:30.106Z Downloaded jiff-static v0.2.21
9872026-05-28T00:42:30.106Z Downloaded schemars_derive v0.8.22
9882026-05-28T00:42:30.109Z Downloaded darling_core v0.21.3
9892026-05-28T00:42:30.112Z Downloaded slog-envlogger v2.2.0
9902026-05-28T00:42:30.112Z Downloaded darling_core v0.20.11
9912026-05-28T00:42:30.121Z Downloaded progenitor-impl v0.13.0
9922026-05-28T00:42:30.125Z Downloaded serde-hex v0.1.0
9932026-05-28T00:42:30.125Z Downloaded sec1 v0.7.3
9942026-05-28T00:42:30.127Z Downloaded sct v0.7.1
9952026-05-28T00:42:30.128Z Downloaded sqlparser_derive v0.5.0
9962026-05-28T00:42:30.131Z Downloaded scroll v0.13.0
9972026-05-28T00:42:30.131Z Downloaded ssh-cipher v0.2.0
9982026-05-28T00:42:30.131Z Downloaded http v1.4.0
9992026-05-28T00:42:30.134Z Downloaded sapling-renderdag v0.1.0
10002026-05-28T00:42:30.134Z Downloaded rusty-fork v0.3.1
10012026-05-28T00:42:30.137Z Downloaded rustversion v1.0.22
10022026-05-28T00:42:30.137Z Downloaded ssh-encoding v0.2.0
10032026-05-28T00:42:30.141Z Downloaded strip-ansi-escapes v0.2.1
10042026-05-28T00:42:30.141Z Downloaded serde_path_to_error v0.1.20
10052026-05-28T00:42:30.144Z Downloaded serde_derive_internals v0.29.1
10062026-05-28T00:42:30.148Z Downloaded signal-hook-registry v1.4.8
10072026-05-28T00:42:30.151Z Downloaded shlex v1.3.0
10082026-05-28T00:42:30.151Z Downloaded strum v0.27.2
10092026-05-28T00:42:30.154Z Downloaded structmeta-derive v0.3.0
10102026-05-28T00:42:30.154Z Downloaded structmeta v0.3.0
10112026-05-28T00:42:30.157Z Downloaded slog-dtrace v0.3.0
10122026-05-28T00:42:30.160Z Downloaded prettyplease v0.2.37
10132026-05-28T00:42:30.163Z Downloaded rustls-pki-types v1.14.0
10142026-05-28T00:42:30.163Z Downloaded hashbrown v0.12.3
10152026-05-28T00:42:30.166Z Downloaded tabled_derive v0.11.0
10162026-05-28T00:42:30.166Z Downloaded rcgen v0.12.1
10172026-05-28T00:42:30.171Z Downloaded slab v0.4.12
10182026-05-28T00:42:30.171Z Downloaded slog-async v2.8.0
10192026-05-28T00:42:30.174Z Downloaded strum v0.26.3
10202026-05-28T00:42:30.174Z Downloaded sync_wrapper v1.0.2
10212026-05-28T00:42:30.174Z Downloaded slog-term v2.9.2
10222026-05-28T00:42:30.174Z Downloaded slog-stdlog v4.1.1
10232026-05-28T00:42:30.177Z Downloaded subtle v2.6.1
10242026-05-28T00:42:30.177Z Downloaded crossterm v0.28.1
10252026-05-28T00:42:30.180Z Downloaded termtree v0.5.1
10262026-05-28T00:42:30.180Z Downloaded tap v1.0.1
10272026-05-28T00:42:30.185Z Downloaded tagptr v0.2.0
10282026-05-28T00:42:30.185Z Downloaded smf v0.2.3
10292026-05-28T00:42:30.185Z Downloaded smallvec v0.6.14
10302026-05-28T00:42:30.185Z Downloaded slog-scope v4.4.1
10312026-05-28T00:42:30.188Z Downloaded progenitor-impl v0.14.0
10322026-05-28T00:42:30.188Z Downloaded progenitor-impl v0.11.2
10332026-05-28T00:42:30.188Z Downloaded itertools v0.10.5
10342026-05-28T00:42:30.191Z Downloaded sync-ptr v0.1.4
10352026-05-28T00:42:30.194Z Downloaded take_mut v0.2.2
10362026-05-28T00:42:30.194Z Downloaded tabwriter v1.4.1
10372026-05-28T00:42:30.194Z Downloaded supports-color v3.0.2
10382026-05-28T00:42:30.194Z Downloaded slog-json v2.6.1
10392026-05-28T00:42:30.199Z Downloaded mio v1.2.0
10402026-05-28T00:42:30.199Z Downloaded time-core v0.1.8
10412026-05-28T00:42:30.202Z Downloaded hyper-util v0.1.20
10422026-05-28T00:42:30.205Z Downloaded ron v0.8.1
10432026-05-28T00:42:30.208Z Downloaded stringprep v0.1.5
10442026-05-28T00:42:30.208Z Downloaded spki v0.7.3
10452026-05-28T00:42:30.208Z Downloaded snafu-derive v0.8.9
10462026-05-28T00:42:30.212Z Downloaded thiserror-impl-no-std v2.0.2
10472026-05-28T00:42:30.212Z Downloaded testing_table v0.3.0
10482026-05-28T00:42:30.212Z Downloaded serde_cbor v0.11.2
10492026-05-28T00:42:30.216Z Downloaded tinyvec_macros v0.1.1
10502026-05-28T00:42:30.216Z Downloaded thread-id v5.1.0
10512026-05-28T00:42:30.219Z Downloaded russh-keys v0.45.0
10522026-05-28T00:42:30.219Z Downloaded serde_with_macros v3.17.0
10532026-05-28T00:42:30.219Z Downloaded hickory-server v0.25.2
10542026-05-28T00:42:30.222Z Downloaded string_cache v0.8.9
10552026-05-28T00:42:30.222Z Downloaded simd-adler32 v0.3.8
10562026-05-28T00:42:30.225Z Downloaded progenitor-impl v0.10.0
10572026-05-28T00:42:30.225Z Downloaded static_assertions v1.1.0
10582026-05-28T00:42:30.228Z Downloaded strum_macros v0.27.2
10592026-05-28T00:42:30.232Z Downloaded strum_macros v0.24.3
10602026-05-28T00:42:30.235Z Downloaded strum_macros v0.26.4
10612026-05-28T00:42:30.235Z Downloaded rustls-platform-verifier v0.6.2
10622026-05-28T00:42:30.238Z Downloaded hashbrown v0.16.1
10632026-05-28T00:42:30.241Z Downloaded rayon-core v1.13.0
10642026-05-28T00:42:30.244Z Downloaded pretty_assertions v1.4.1
10652026-05-28T00:42:30.248Z Downloaded tokio-macros v2.7.0
10662026-05-28T00:42:30.251Z Downloaded ryu v1.0.23
10672026-05-28T00:42:30.251Z Downloaded num-bigint v0.4.6
10682026-05-28T00:42:30.257Z Downloaded schemars v0.8.22
10692026-05-28T00:42:30.263Z Downloaded support-bundle-viewer v0.1.2
10702026-05-28T00:42:30.266Z Downloaded hashbrown v0.15.5
10712026-05-28T00:42:30.269Z Downloaded thiserror-no-std v2.0.2
10722026-05-28T00:42:30.274Z Downloaded thread_local v1.1.9
10732026-05-28T00:42:30.274Z Downloaded termios v0.3.3
10742026-05-28T00:42:30.280Z Downloaded stacker v0.1.23
10752026-05-28T00:42:30.283Z Downloaded tower-layer v0.3.3
10762026-05-28T00:42:30.283Z Downloaded topological-sort v0.2.2
10772026-05-28T00:42:30.283Z Downloaded sqlformat v0.3.5
10782026-05-28T00:42:30.286Z Downloaded serde_yaml v0.9.34+deprecated
10792026-05-28T00:42:30.286Z Downloaded trait-variant v0.1.2
10802026-05-28T00:42:30.290Z Downloaded spin v0.9.8
10812026-05-28T00:42:30.290Z Downloaded qorb v0.4.1
10822026-05-28T00:42:30.293Z Downloaded publicsuffix v2.3.0
10832026-05-28T00:42:30.297Z Downloaded libxml v0.3.3
10842026-05-28T00:42:30.301Z Downloaded tiny-keccak v2.0.2
10852026-05-28T00:42:30.301Z Downloaded signal-hook v0.3.18
10862026-05-28T00:42:30.301Z Downloaded unarray v0.1.4
10872026-05-28T00:42:30.304Z Downloaded typify-macro v0.6.2
10882026-05-28T00:42:30.304Z Downloaded iri-string v0.7.10
10892026-05-28T00:42:30.307Z Downloaded typify-macro v0.4.3
10902026-05-28T00:42:30.307Z Downloaded tokio-native-tls v0.3.1
10912026-05-28T00:42:30.310Z Downloaded tls_codec v0.4.2
10922026-05-28T00:42:30.310Z Downloaded rand v0.8.6
10932026-05-28T00:42:30.313Z Downloaded quinn v0.11.9
10942026-05-28T00:42:30.316Z Downloaded tls_codec_derive v0.4.2
10952026-05-28T00:42:30.316Z Downloaded slog v2.8.2
10962026-05-28T00:42:30.319Z Downloaded usdt v0.6.0
10972026-05-28T00:42:30.319Z Downloaded unicode-truncate v1.1.0
10982026-05-28T00:42:30.319Z Downloaded nom v7.1.3
10992026-05-28T00:42:30.323Z Downloaded universal-hash v0.5.1
11002026-05-28T00:42:30.324Z Downloaded tower-service v0.3.3
11012026-05-28T00:42:30.327Z Downloaded tokio-tungstenite v0.21.0
11022026-05-28T00:42:30.330Z Downloaded untrusted v0.7.1
11032026-05-28T00:42:30.330Z Downloaded tokio-dtrace v0.1.1
11042026-05-28T00:42:30.330Z Downloaded num-bigint-dig v0.8.6
11052026-05-28T00:42:30.333Z Downloaded term v0.7.0
11062026-05-28T00:42:30.336Z Downloaded unit-prefix v0.5.2
11072026-05-28T00:42:30.336Z Downloaded socket2 v0.5.10
11082026-05-28T00:42:30.339Z Downloaded utf-8 v0.7.6
11092026-05-28T00:42:30.339Z Downloaded usdt-attr-macro v0.6.0
11102026-05-28T00:42:30.339Z Downloaded untrusted v0.9.0
11112026-05-28T00:42:30.339Z Downloaded futures-util v0.3.32
11122026-05-28T00:42:30.345Z Downloaded wait-timeout v0.2.1
11132026-05-28T00:42:30.349Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-05-28T00:42:30.349Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-28T00:42:30.349Z Downloaded time-macros v0.2.27
11162026-05-28T00:42:30.352Z Downloaded socket2 v0.6.3
11172026-05-28T00:42:30.352Z Downloaded rsa v0.9.10
11182026-05-28T00:42:30.356Z Downloaded try-lock v0.2.5
11192026-05-28T00:42:30.359Z Downloaded rand v0.9.2
11202026-05-28T00:42:30.359Z Downloaded iddqd v0.4.1
11212026-05-28T00:42:30.362Z Downloaded waitgroup v0.1.2
11222026-05-28T00:42:30.367Z Downloaded void v1.0.2
11232026-05-28T00:42:30.367Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-28T00:42:30.367Z Downloaded h2 v0.4.13
11252026-05-28T00:42:30.380Z Downloaded subprocess v0.2.15
11262026-05-28T00:42:30.383Z Downloaded similar v2.7.0
11272026-05-28T00:42:30.386Z Downloaded unicase v2.9.0
11282026-05-28T00:42:30.386Z Downloaded tokio-tungstenite v0.23.1
11292026-05-28T00:42:30.389Z Downloaded samael v0.0.19
11302026-05-28T00:42:30.393Z Downloaded tokio-stream v0.1.18
11312026-05-28T00:42:30.396Z Downloaded tokio-rustls v0.26.4
11322026-05-28T00:42:30.396Z Downloaded tokio-rustls v0.25.0
11332026-05-28T00:42:30.399Z Downloaded tokio-rustls v0.24.1
11342026-05-28T00:42:30.399Z Downloaded libm v0.2.16
11352026-05-28T00:42:30.404Z Downloaded zeroize_derive v1.4.3
11362026-05-28T00:42:30.408Z Downloaded xshell-macros v0.2.7
11372026-05-28T00:42:30.408Z Downloaded schemars v0.9.0
11382026-05-28T00:42:30.412Z Downloaded tui-tree-widget v0.23.1
11392026-05-28T00:42:30.419Z Downloaded toml_parser v1.0.9+spec-1.1.0
11402026-05-28T00:42:30.419Z Downloaded rustls-webpki v0.103.9
11412026-05-28T00:42:30.419Z Downloaded vergen-gitcl v1.0.8
11422026-05-28T00:42:30.419Z Downloaded zone v0.3.1
11432026-05-28T00:42:30.419Z Downloaded want v0.3.1
11442026-05-28T00:42:30.419Z Downloaded usdt-impl v0.6.0
11452026-05-28T00:42:30.424Z Downloaded vergen-git2 v1.0.7
11462026-05-28T00:42:30.424Z Downloaded uzers v0.12.2
11472026-05-28T00:42:30.424Z Downloaded usdt-macro v0.6.0
11482026-05-28T00:42:30.424Z Downloaded tracing-attributes v0.1.31
11492026-05-28T00:42:30.427Z Downloaded test-strategy v0.4.5
11502026-05-28T00:42:30.427Z Downloaded hyper v1.8.1
11512026-05-28T00:42:30.430Z Downloaded blake3 v1.8.3
11522026-05-28T00:42:30.435Z Downloaded xattr v1.6.1
11532026-05-28T00:42:30.440Z Downloaded whoami v1.6.1
11542026-05-28T00:42:30.440Z Downloaded walkdir v2.5.0
11552026-05-28T00:42:30.443Z Downloaded vergen-lib v0.1.6
11562026-05-28T00:42:30.443Z Downloaded vsss-rs v3.3.4
11572026-05-28T00:42:30.443Z Downloaded tinyvec v1.10.0
11582026-05-28T00:42:30.444Z Downloaded russh v0.45.0
11592026-05-28T00:42:30.447Z Downloaded term v1.2.1
11602026-05-28T00:42:30.450Z Downloaded itertools v0.12.1
11612026-05-28T00:42:30.453Z Downloaded twox-hash v2.1.2
11622026-05-28T00:42:30.457Z Downloaded itertools v0.14.0
11632026-05-28T00:42:30.460Z Downloaded whoami v2.1.0
11642026-05-28T00:42:30.460Z Downloaded zeroize v1.8.2
11652026-05-28T00:42:30.460Z Downloaded wyz v0.5.1
11662026-05-28T00:42:30.465Z Downloaded toml v0.7.8
11672026-05-28T00:42:30.465Z Downloaded nom v8.0.0
11682026-05-28T00:42:30.469Z Downloaded tar v0.4.45
11692026-05-28T00:42:30.469Z Downloaded zone_cfg_derive v0.3.1
11702026-05-28T00:42:30.469Z Downloaded toml v1.0.6+spec-1.1.0
11712026-05-28T00:42:30.473Z Downloaded schemars v1.2.1
11722026-05-28T00:42:30.479Z Downloaded zstd v0.13.3
11732026-05-28T00:42:30.483Z Downloaded snafu v0.8.9
11742026-05-28T00:42:30.497Z Downloaded vergen v9.0.6
11752026-05-28T00:42:30.497Z Downloaded tungstenite v0.21.0
11762026-05-28T00:42:30.497Z Downloaded hkdf v0.12.4
11772026-05-28T00:42:30.497Z Downloaded rand v0.10.0
11782026-05-28T00:42:30.497Z Downloaded xshell v0.2.7
11792026-05-28T00:42:30.497Z Downloaded unicode-properties v0.1.4
11802026-05-28T00:42:30.497Z Downloaded tungstenite v0.23.0
11812026-05-28T00:42:30.497Z Downloaded itertools v0.13.0
11822026-05-28T00:42:30.501Z Downloaded typify v0.4.3
11832026-05-28T00:42:30.504Z Downloaded rustyline v14.0.0
11842026-05-28T00:42:30.512Z Downloaded zerocopy v0.6.6
11852026-05-28T00:42:30.516Z Downloaded unsafe-libyaml v0.2.11
11862026-05-28T00:42:30.516Z Downloaded toml v0.9.12+spec-1.1.0
11872026-05-28T00:42:30.520Z Downloaded yasna v0.5.2
11882026-05-28T00:42:30.523Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-28T00:42:30.530Z Downloaded vte v0.14.1
11902026-05-28T00:42:30.533Z Downloaded zstd-safe v7.2.4
11912026-05-28T00:42:30.536Z Downloaded steno v0.4.1
11922026-05-28T00:42:30.541Z Downloaded tracing-core v0.1.36
11932026-05-28T00:42:30.546Z Downloaded p521 v0.13.3
11942026-05-28T00:42:30.549Z Downloaded typify v0.6.2
11952026-05-28T00:42:30.549Z Downloaded bindgen v0.71.1
11962026-05-28T00:42:30.554Z Downloaded rpassword v7.4.0
11972026-05-28T00:42:30.558Z Downloaded reedline v0.40.0
11982026-05-28T00:42:30.564Z Downloaded unicode-bidi v0.3.18
11992026-05-28T00:42:30.567Z Downloaded bitvec v1.0.1
12002026-05-28T00:42:30.573Z Downloaded uuid v1.23.0
12012026-05-28T00:42:30.576Z Downloaded toml_edit v0.19.15
12022026-05-28T00:42:30.585Z Downloaded ssh-key v0.6.7
12032026-05-28T00:42:30.589Z Downloaded aws-lc-rs v1.16.3
12042026-05-28T00:42:30.597Z Downloaded unicode_categories v0.1.1
12052026-05-28T00:42:30.600Z Downloaded tokio-postgres v0.7.16
12062026-05-28T00:42:30.600Z Downloaded p384 v0.13.1
12072026-05-28T00:42:30.603Z Downloaded reqwest v0.13.2
12082026-05-28T00:42:30.606Z Downloaded chrono v0.4.44
12092026-05-28T00:42:30.610Z Downloaded zopfli v0.8.3
12102026-05-28T00:42:30.613Z Downloaded portable-atomic v1.13.1
12112026-05-28T00:42:30.619Z Downloaded git2 v0.20.4
12122026-05-28T00:42:30.622Z Downloaded regex v1.12.3
12132026-05-28T00:42:30.638Z Downloaded zip v0.6.6
12142026-05-28T00:42:30.641Z Downloaded tower v0.5.3
12152026-05-28T00:42:30.646Z Downloaded reqwest v0.12.28
12162026-05-28T00:42:30.650Z Downloaded quick-xml v0.37.5
12172026-05-28T00:42:30.653Z Downloaded yansi v1.0.1
12182026-05-28T00:42:30.656Z Downloaded typed-path v0.9.3
12192026-05-28T00:42:30.659Z Downloaded lalrpop v0.19.12
12202026-05-28T00:42:30.664Z Downloaded x509-cert v0.2.5
12212026-05-28T00:42:30.668Z Downloaded zerocopy-derive v0.8.40
12222026-05-28T00:42:30.673Z Downloaded goblin v0.10.5
12232026-05-28T00:42:30.677Z Downloaded moka v0.12.13
12242026-05-28T00:42:30.682Z Downloaded rustls-webpki v0.101.7
12252026-05-28T00:42:30.691Z Downloaded unicode-segmentation v1.12.0
12262026-05-28T00:42:30.694Z Downloaded tower-http v0.6.8
12272026-05-28T00:42:30.697Z Downloaded salty v0.3.0
12282026-05-28T00:42:30.701Z Downloaded petname v2.0.2
12292026-05-28T00:42:30.704Z Downloaded tough v0.22.0
12302026-05-28T00:42:30.709Z Downloaded rayon v1.11.0
12312026-05-28T00:42:30.716Z Downloaded tokio-util v0.7.18
12322026-05-28T00:42:30.725Z Downloaded unicode-normalization v0.1.25
12332026-05-28T00:42:30.733Z Downloaded nix v0.27.1
12342026-05-28T00:42:30.754Z Downloaded serde_with v3.17.0
12352026-05-28T00:42:30.760Z Downloaded zip v4.6.1
12362026-05-28T00:42:30.764Z Downloaded quinn-proto v0.11.13
12372026-05-28T00:42:30.769Z Downloaded proptest v1.10.0
12382026-05-28T00:42:30.775Z Downloaded polar-core v0.27.3
12392026-05-28T00:42:30.781Z Downloaded rustls-webpki v0.102.8
12402026-05-28T00:42:30.792Z Downloaded winnow v0.6.26
12412026-05-28T00:42:30.796Z Downloaded curve25519-dalek v4.1.3
12422026-05-28T00:42:30.801Z Downloaded bstr v1.12.1
12432026-05-28T00:42:30.806Z Downloaded time v0.3.47
12442026-05-28T00:42:30.815Z Downloaded winnow v0.5.40
12452026-05-28T00:42:30.818Z Downloaded nix v0.28.0
12462026-05-28T00:42:30.824Z Downloaded smoltcp v0.9.1
12472026-05-28T00:42:30.830Z Downloaded vcpkg v0.2.15
12482026-05-28T00:42:30.853Z Downloaded radix_trie v0.2.1
12492026-05-28T00:42:30.856Z Downloaded openssl v0.10.79
12502026-05-28T00:42:30.862Z Downloaded object v0.30.4
12512026-05-28T00:42:30.887Z Downloaded tabled v0.20.0
12522026-05-28T00:42:30.899Z Downloaded rustls v0.23.37
12532026-05-28T00:42:30.906Z Downloaded nix v0.29.0
12542026-05-28T00:42:30.913Z Downloaded smoltcp v0.11.0
12552026-05-28T00:42:30.920Z Downloaded rustix v0.38.44
12562026-05-28T00:42:30.933Z Downloaded rustls v0.21.12
12572026-05-28T00:42:30.939Z Downloaded regex-syntax v0.6.29
12582026-05-28T00:42:30.943Z Downloaded nix v0.31.2
12592026-05-28T00:42:30.949Z Downloaded object v0.37.3
12602026-05-28T00:42:30.956Z Downloaded webpki-roots v1.0.6
12612026-05-28T00:42:30.961Z Downloaded hickory-proto v0.24.4
12622026-05-28T00:42:30.967Z Downloaded zlib-rs v0.6.2
12632026-05-28T00:42:30.970Z Downloaded dropshot v0.17.0
12642026-05-28T00:42:30.983Z Downloaded diesel v2.3.7
12652026-05-28T00:42:30.995Z Downloaded typify-impl v0.6.2
12662026-05-28T00:42:31.004Z Downloaded typify-impl v0.4.3
12672026-05-28T00:42:31.013Z Downloaded zerocopy v0.8.40
12682026-05-28T00:42:31.017Z Downloaded regress v0.10.5
12692026-05-28T00:42:31.022Z Downloaded rustls v0.22.4
12702026-05-28T00:42:31.032Z Downloaded regress v0.11.1
12712026-05-28T00:42:31.035Z Downloaded regex-syntax v0.8.10
12722026-05-28T00:42:31.040Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-28T00:42:31.047Z Downloaded hickory-proto v0.25.2
12742026-05-28T00:42:31.057Z Downloaded chrono-tz v0.10.4
12752026-05-28T00:42:31.067Z Downloaded openapiv3 v2.2.0
12762026-05-28T00:42:31.091Z Downloaded petgraph v0.8.3
12772026-05-28T00:42:31.113Z Downloaded libz-sys v1.1.24
12782026-05-28T00:42:31.125Z Downloaded sqlparser v0.61.0
12792026-05-28T00:42:31.131Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-05-28T00:42:31.142Z Downloaded sled v0.34.7
12812026-05-28T00:42:31.148Z Downloaded ratatui v0.29.0
12822026-05-28T00:42:31.160Z Downloaded tracing v0.1.44
12832026-05-28T00:42:31.172Z Downloaded tokio v1.52.1
12842026-05-28T00:42:31.195Z Downloaded zerocopy-derive v0.6.6
12852026-05-28T00:42:31.203Z Downloaded regex-automata v0.4.14
12862026-05-28T00:42:31.223Z Downloaded petgraph v0.6.5
12872026-05-28T00:42:31.235Z Downloaded jiff v0.2.21
12882026-05-28T00:42:31.255Z Downloaded csv v1.4.0
12892026-05-28T00:42:31.275Z Downloaded sha3 v0.10.8
12902026-05-28T00:42:31.283Z Downloaded ring v0.17.14
12912026-05-28T00:42:31.334Z Downloaded encoding_rs v0.8.35
12922026-05-28T00:42:31.363Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-05-28T00:42:31.809Z Downloaded aws-lc-sys v0.40.0
12942026-05-28T00:42:32.053Z Compiling libc v0.2.185
12952026-05-28T00:42:32.053Z Compiling serde v1.0.228
12962026-05-28T00:42:32.056Z Compiling log v0.4.29
12972026-05-28T00:42:32.056Z Compiling shlex v1.3.0
12982026-05-28T00:42:32.056Z Compiling find-msvc-tools v0.1.9
12992026-05-28T00:42:32.056Z Compiling smallvec v1.15.1
13002026-05-28T00:42:32.056Z Compiling typenum v1.19.0
13012026-05-28T00:42:32.056Z Compiling subtle v2.6.1
13022026-05-28T00:42:32.211Z Compiling generic-array v0.14.7
13032026-05-28T00:42:32.222Z Compiling scopeguard v1.2.0
13042026-05-28T00:42:32.316Z Compiling const-oid v0.9.6
13052026-05-28T00:42:32.320Z Compiling serde_json v1.0.149
13062026-05-28T00:42:32.324Z Compiling syn v2.0.117
13072026-05-28T00:42:32.341Z Compiling zerocopy v0.8.40
13082026-05-28T00:42:32.344Z Compiling pin-project-lite v0.2.17
13092026-05-28T00:42:32.344Z Compiling portable-atomic v1.13.1
13102026-05-28T00:42:32.437Z Compiling lock_api v0.4.14
13112026-05-28T00:42:32.452Z Compiling parking_lot_core v0.9.12
13122026-05-28T00:42:32.501Z Compiling pkg-config v0.3.32
13132026-05-28T00:42:32.515Z Compiling bitflags v2.11.0
13142026-05-28T00:42:32.530Z Compiling libm v0.2.16
13152026-05-28T00:42:32.543Z Compiling futures-core v0.3.32
13162026-05-28T00:42:32.546Z Compiling critical-section v1.2.0
13172026-05-28T00:42:32.631Z Compiling num-traits v0.2.19
13182026-05-28T00:42:32.659Z Compiling percent-encoding v2.3.2
13192026-05-28T00:42:32.705Z Compiling futures-sink v0.3.32
13202026-05-28T00:42:32.709Z Compiling futures-task v0.3.32
13212026-05-28T00:42:32.734Z Compiling cpufeatures v0.2.17
13222026-05-28T00:42:32.775Z Compiling futures-io v0.3.32
13232026-05-28T00:42:32.790Z Compiling slab v0.4.12
13242026-05-28T00:42:32.825Z Compiling futures-channel v0.3.32
13252026-05-28T00:42:32.862Z Compiling getrandom v0.4.1
13262026-05-28T00:42:32.880Z Compiling rand_core v0.10.0
13272026-05-28T00:42:32.906Z Compiling indexmap v2.14.0
13282026-05-28T00:42:32.918Z Compiling rustversion v1.0.22
13292026-05-28T00:42:32.961Z Compiling getrandom v0.3.4
13302026-05-28T00:42:32.992Z Compiling form_urlencoded v1.2.2
13312026-05-28T00:42:33.034Z Compiling dunce v1.0.5
13322026-05-28T00:42:33.053Z Compiling fs_extra v1.3.0
13332026-05-28T00:42:33.071Z Compiling ident_case v1.0.1
13342026-05-28T00:42:33.099Z Compiling base64ct v1.8.3
13352026-05-28T00:42:33.128Z Compiling flagset v0.4.7
13362026-05-28T00:42:33.145Z Compiling regex-syntax v0.8.10
13372026-05-28T00:42:33.192Z Compiling getrandom v0.2.17
13382026-05-28T00:42:33.210Z Compiling jobserver v0.1.34
13392026-05-28T00:42:33.227Z Compiling errno v0.3.14
13402026-05-28T00:42:33.272Z Compiling mio v1.2.0
13412026-05-28T00:42:33.309Z Compiling socket2 v0.6.3
13422026-05-28T00:42:33.343Z Compiling rand_core v0.6.4
13432026-05-28T00:42:33.357Z Compiling signal-hook-registry v1.4.8
13442026-05-28T00:42:33.423Z Compiling cc v1.2.56
13452026-05-28T00:42:33.444Z Compiling once_cell v1.21.3
13462026-05-28T00:42:33.515Z Compiling parking_lot v0.12.5
13472026-05-28T00:42:33.602Z Compiling pem-rfc7468 v0.7.0
13482026-05-28T00:42:33.617Z Compiling iana-time-zone v0.1.65
13492026-05-28T00:42:33.660Z Compiling rustix v1.1.3
13502026-05-28T00:42:33.664Z Compiling vcpkg v0.2.15
13512026-05-28T00:42:33.686Z Compiling aws-lc-rs v1.16.3
13522026-05-28T00:42:33.698Z Compiling tracing-core v0.1.36
13532026-05-28T00:42:33.759Z Compiling uuid v1.23.0
13542026-05-28T00:42:33.836Z Compiling rustc_version v0.4.1
13552026-05-28T00:42:33.849Z Compiling base64 v0.22.1
13562026-05-28T00:42:33.920Z Compiling rand_core v0.9.5
13572026-05-28T00:42:33.935Z Compiling httparse v1.10.1
13582026-05-28T00:42:34.002Z Compiling openssl-probe v0.2.1
13592026-05-28T00:42:34.020Z Compiling untrusted v0.7.1
13602026-05-28T00:42:34.100Z Compiling tinyvec_macros v0.1.1
13612026-05-28T00:42:34.166Z Compiling untrusted v0.9.0
13622026-05-28T00:42:34.181Z Compiling cmake v0.1.57
13632026-05-28T00:42:34.194Z Compiling tinyvec v1.10.0
13642026-05-28T00:42:34.209Z Compiling aho-corasick v1.1.4
13652026-05-28T00:42:34.213Z Compiling atomic-waker v1.1.2
13662026-05-28T00:42:34.240Z Compiling schemars v0.8.22
13672026-05-28T00:42:34.278Z Compiling try-lock v0.2.5
13682026-05-28T00:42:34.292Z Compiling tower-layer v0.3.3
13692026-05-28T00:42:34.322Z Compiling rustls v0.23.37
13702026-05-28T00:42:34.367Z Compiling dyn-clone v1.0.20
13712026-05-28T00:42:34.390Z Compiling tower-service v0.3.3
13722026-05-28T00:42:34.404Z Compiling want v0.3.1
13732026-05-28T00:42:34.462Z Compiling httpdate v1.0.3
13742026-05-28T00:42:34.474Z Compiling pin-utils v0.1.0
13752026-05-28T00:42:34.502Z Compiling foreign-types-shared v0.1.1
13762026-05-28T00:42:34.507Z Compiling openssl v0.10.79
13772026-05-28T00:42:34.533Z Compiling unicode-normalization v0.1.25
13782026-05-28T00:42:34.537Z Compiling spin v0.9.8
13792026-05-28T00:42:34.537Z Compiling crc32fast v1.5.0
13802026-05-28T00:42:34.576Z Compiling num-conv v0.2.0
13812026-05-28T00:42:34.576Z Compiling native-tls v0.2.18
13822026-05-28T00:42:34.606Z Compiling foreign-types v0.3.2
13832026-05-28T00:42:34.620Z Compiling time-core v0.1.8
13842026-05-28T00:42:34.623Z Compiling powerfmt v0.2.0
13852026-05-28T00:42:34.689Z Compiling wait-timeout v0.2.1
13862026-05-28T00:42:34.706Z Compiling sync_wrapper v1.0.2
13872026-05-28T00:42:34.724Z Compiling syn v1.0.109
13882026-05-28T00:42:34.739Z Compiling usdt-impl v0.6.0
13892026-05-28T00:42:34.774Z Compiling deranged v0.5.8
13902026-05-28T00:42:34.789Z Compiling unicode-segmentation v1.12.0
13912026-05-28T00:42:34.806Z Compiling time-macros v0.2.27
13922026-05-28T00:42:34.823Z Compiling siphasher v1.0.2
13932026-05-28T00:42:34.838Z Compiling simd-adler32 v0.3.8
13942026-05-28T00:42:34.853Z Compiling bit-vec v0.8.0
13952026-05-28T00:42:34.925Z Compiling quick-error v1.2.3
13962026-05-28T00:42:34.976Z Compiling crossbeam-utils v0.8.21
13972026-05-28T00:42:34.992Z Compiling num_threads v0.1.7
13982026-05-28T00:42:35.050Z Compiling regex-automata v0.4.14
13992026-05-28T00:42:35.061Z Compiling bit-set v0.8.0
14002026-05-28T00:42:35.080Z Compiling aws-lc-sys v0.40.0
14012026-05-28T00:42:35.094Z Compiling ring v0.17.14
14022026-05-28T00:42:35.117Z Compiling openssl-sys v0.9.115
14032026-05-28T00:42:35.121Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-28T00:42:35.199Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-28T00:42:35.214Z Compiling slog v2.8.2
14062026-05-28T00:42:35.240Z Compiling tempfile v3.25.0
14072026-05-28T00:42:35.302Z Compiling synstructure v0.13.2
14082026-05-28T00:42:35.320Z Compiling pest_generator v2.8.6
14092026-05-28T00:42:35.442Z Compiling serde_derive_internals v0.29.1
14102026-05-28T00:42:35.537Z Compiling darling_core v0.20.11
14112026-05-28T00:42:35.558Z Compiling rusty-fork v0.3.1
14122026-05-28T00:42:35.626Z Compiling darling_core v0.21.3
14132026-05-28T00:42:35.664Z Compiling heapless v0.7.17
14142026-05-28T00:42:35.813Z Compiling rand_xorshift v0.4.0
14152026-05-28T00:42:35.931Z Compiling thread-id v5.1.0
14162026-05-28T00:42:35.948Z Compiling cookie v0.18.1
14172026-05-28T00:42:35.951Z Compiling time v0.3.47
14182026-05-28T00:42:35.962Z Compiling ryu v1.0.23
14192026-05-28T00:42:35.997Z Compiling anyhow v1.0.102
14202026-05-28T00:42:36.011Z Compiling iri-string v0.7.10
14212026-05-28T00:42:36.029Z Compiling signal-hook v0.3.18
14222026-05-28T00:42:36.058Z Compiling unicode-properties v0.1.4
14232026-05-28T00:42:36.155Z Compiling unicode-bidi v0.3.18
14242026-05-28T00:42:36.171Z Compiling allocator-api2 v0.2.21
14252026-05-28T00:42:36.217Z Compiling adler2 v2.0.1
14262026-05-28T00:42:36.271Z Compiling unarray v0.1.4
14272026-05-28T00:42:36.285Z Compiling paste v1.0.15
14282026-05-28T00:42:36.327Z Compiling zstd-safe v7.2.4
14292026-05-28T00:42:36.369Z Compiling miniz_oxide v0.8.9
14302026-05-28T00:42:36.508Z Compiling stringprep v0.1.5
14312026-05-28T00:42:36.671Z Compiling heck v0.4.1
14322026-05-28T00:42:36.755Z Compiling num-integer v0.1.46
14332026-05-28T00:42:36.912Z Compiling vergen-lib v0.1.6
14342026-05-28T00:42:37.018Z Compiling curve25519-dalek v4.1.3
14352026-05-28T00:42:37.033Z Compiling ff v0.13.1
14362026-05-28T00:42:37.049Z Compiling serde_derive v1.0.228
14372026-05-28T00:42:37.071Z Compiling zeroize_derive v1.4.3
14382026-05-28T00:42:37.101Z Compiling zerofrom-derive v0.1.6
14392026-05-28T00:42:37.117Z Compiling yoke-derive v0.8.1
14402026-05-28T00:42:37.187Z Compiling zerovec-derive v0.11.2
14412026-05-28T00:42:37.349Z Compiling zerocopy-derive v0.8.40
14422026-05-28T00:42:37.377Z Compiling displaydoc v0.2.5
14432026-05-28T00:42:37.611Z Compiling tokio-macros v2.7.0
14442026-05-28T00:42:37.640Z Compiling futures-macro v0.3.32
14452026-05-28T00:42:37.752Z Compiling zeroize v1.8.2
14462026-05-28T00:42:37.974Z Compiling der_derive v0.7.3
14472026-05-28T00:42:38.145Z Compiling rustls-pki-types v1.14.0
14482026-05-28T00:42:38.249Z Compiling thiserror-impl v2.0.18
14492026-05-28T00:42:38.332Z Compiling tracing-attributes v0.1.31
14502026-05-28T00:42:38.366Z Compiling schemars_derive v0.8.22
14512026-05-28T00:42:38.379Z Compiling scroll_derive v0.13.1
14522026-05-28T00:42:38.478Z Compiling crypto-common v0.1.7
14532026-05-28T00:42:38.502Z Compiling block-buffer v0.10.4
14542026-05-28T00:42:38.549Z Compiling zerofrom v0.1.6
14552026-05-28T00:42:38.629Z Compiling futures-util v0.3.32
14562026-05-28T00:42:38.644Z Compiling digest v0.10.7
14572026-05-28T00:42:38.686Z Compiling yoke v0.8.1
14582026-05-28T00:42:38.702Z Compiling block-padding v0.3.3
14592026-05-28T00:42:38.886Z Compiling zerovec v0.11.5
14602026-05-28T00:42:38.901Z Compiling zerotrie v0.2.3
14612026-05-28T00:42:38.914Z Compiling hmac v0.12.1
14622026-05-28T00:42:38.968Z Compiling inout v0.1.4
14632026-05-28T00:42:39.088Z Compiling sha2 v0.10.9
14642026-05-28T00:42:39.153Z Compiling cipher v0.4.4
14652026-05-28T00:42:39.227Z Compiling der v0.7.10
14662026-05-28T00:42:39.244Z Compiling pbkdf2 v0.12.2
14672026-05-28T00:42:39.315Z Compiling pest_derive v2.8.6
14682026-05-28T00:42:39.374Z Compiling tinystr v0.8.2
14692026-05-28T00:42:39.408Z Compiling potential_utf v0.1.4
14702026-05-28T00:42:39.434Z Compiling salsa20 v0.10.2
14712026-05-28T00:42:39.604Z Compiling icu_locale_core v2.1.1
14722026-05-28T00:42:39.618Z Compiling icu_collections v2.1.1
14732026-05-28T00:42:39.618Z Compiling scrypt v0.11.0
14742026-05-28T00:42:39.678Z Compiling thiserror v2.0.18
14752026-05-28T00:42:39.694Z Compiling cbc v0.1.2
14762026-05-28T00:42:39.715Z Compiling tracing v0.1.44
14772026-05-28T00:42:39.731Z Compiling aes v0.8.4
14782026-05-28T00:42:39.806Z Compiling scroll v0.13.0
14792026-05-28T00:42:39.859Z Compiling darling_macro v0.20.11
14802026-05-28T00:42:39.905Z Compiling openssl-macros v0.1.1
14812026-05-28T00:42:40.004Z Compiling rustls-native-certs v0.8.3
14822026-05-28T00:42:40.089Z Compiling spki v0.7.3
14832026-05-28T00:42:40.122Z Compiling goblin v0.10.5
14842026-05-28T00:42:40.326Z Compiling icu_provider v2.1.1
14852026-05-28T00:42:40.329Z Compiling pkcs5 v0.7.1
14862026-05-28T00:42:40.372Z Compiling darling v0.20.11
14872026-05-28T00:42:40.466Z Compiling derive_builder_core v0.20.2
14882026-05-28T00:42:40.481Z Compiling dtrace-parser v0.3.0
14892026-05-28T00:42:40.496Z Compiling bytes v1.11.1
14902026-05-28T00:42:40.518Z Compiling chrono v0.4.44
14912026-05-28T00:42:40.577Z Compiling icu_normalizer v2.1.1
14922026-05-28T00:42:40.592Z Compiling icu_properties v2.1.2
14932026-05-28T00:42:40.644Z Compiling pkcs8 v0.10.2
14942026-05-28T00:42:40.807Z Compiling ipnet v2.11.0
14952026-05-28T00:42:40.849Z Compiling signature v2.2.0
14962026-05-28T00:42:40.961Z Compiling webpki-roots v1.0.6
14972026-05-28T00:42:40.977Z Compiling tokio v1.52.1
14982026-05-28T00:42:41.053Z Compiling http v1.4.0
14992026-05-28T00:42:41.098Z Compiling thiserror-impl v1.0.69
15002026-05-28T00:42:41.119Z Compiling scroll_derive v0.12.1
15012026-05-28T00:42:41.139Z Compiling erased-serde v0.3.31
15022026-05-28T00:42:41.252Z Compiling serde_tokenstream v0.2.3
15032026-05-28T00:42:41.343Z Compiling serde_urlencoded v0.7.1
15042026-05-28T00:42:41.368Z Compiling derive_builder_macro v0.20.2
15052026-05-28T00:42:41.577Z Compiling idna_adapter v1.2.1
15062026-05-28T00:42:41.612Z Compiling serde_spanned v0.6.9
15072026-05-28T00:42:41.652Z Compiling toml_datetime v0.6.11
15082026-05-28T00:42:41.692Z Compiling idna v1.1.0
15092026-05-28T00:42:41.738Z Compiling ppv-lite86 v0.2.21
15102026-05-28T00:42:41.753Z Compiling http-body v1.0.1
15112026-05-28T00:42:41.798Z Compiling md-5 v0.10.6
15122026-05-28T00:42:41.854Z Compiling scroll v0.12.0
15132026-05-28T00:42:41.928Z Compiling http-body-util v0.1.3
15142026-05-28T00:42:41.943Z Compiling darling_macro v0.21.3
15152026-05-28T00:42:41.946Z Compiling bstr v1.12.1
15162026-05-28T00:42:41.972Z Compiling zerocopy-derive v0.7.35
15172026-05-28T00:42:41.989Z Compiling async-trait v0.1.89
15182026-05-28T00:42:41.990Z Compiling pin-project-internal v1.1.11
15192026-05-28T00:42:42.033Z Compiling url v2.5.8
15202026-05-28T00:42:42.079Z Compiling rand_chacha v0.9.0
15212026-05-28T00:42:42.138Z Compiling rand_chacha v0.3.1
15222026-05-28T00:42:42.188Z Compiling hash32 v0.2.1
15232026-05-28T00:42:42.390Z Compiling rand v0.9.2
15242026-05-28T00:42:42.405Z Compiling memoffset v0.9.1
15252026-05-28T00:42:42.454Z Compiling encoding_rs v0.8.35
15262026-05-28T00:42:42.480Z Compiling thiserror v1.0.69
15272026-05-28T00:42:42.636Z Compiling ref-cast v1.0.25
15282026-05-28T00:42:42.799Z Compiling litrs v1.0.0
15292026-05-28T00:42:42.870Z Compiling base16ct v0.2.0
15302026-05-28T00:42:42.891Z Compiling num-bigint-dig v0.8.6
15312026-05-28T00:42:42.951Z Compiling dof v0.4.0
15322026-05-28T00:42:42.966Z Compiling proptest v1.10.0
15332026-05-28T00:42:42.979Z Compiling fallible-iterator v0.2.0
15342026-05-28T00:42:43.068Z Compiling smoltcp v0.9.1
15352026-05-28T00:42:43.072Z Compiling psl-types v2.0.11
15362026-05-28T00:42:43.099Z Compiling zlib-rs v0.6.2
15372026-05-28T00:42:43.162Z Compiling mime v0.3.17
15382026-05-28T00:42:43.227Z Compiling cfg_aliases v0.2.1
15392026-05-28T00:42:43.241Z Compiling rustix v0.38.44
15402026-05-28T00:42:43.306Z Compiling postgres-protocol v0.6.10
15412026-05-28T00:42:43.320Z Compiling nix v0.31.2
15422026-05-28T00:42:43.370Z Compiling document-features v0.2.12
15432026-05-28T00:42:43.409Z Compiling ipnetwork v0.21.1
15442026-05-28T00:42:43.459Z Compiling publicsuffix v2.3.0
15452026-05-28T00:42:43.490Z Compiling pin-project v1.1.11
15462026-05-28T00:42:43.636Z Compiling sec1 v0.7.3
15472026-05-28T00:42:43.650Z Compiling oxnet v0.1.5
15482026-05-28T00:42:43.727Z Compiling zerocopy v0.7.35
15492026-05-28T00:42:43.827Z Compiling darling v0.21.3
15502026-05-28T00:42:43.881Z Compiling rand v0.8.6
15512026-05-28T00:42:43.926Z Compiling goblin v0.8.2
15522026-05-28T00:42:43.942Z Compiling derive_builder v0.20.2
15532026-05-28T00:42:43.989Z Compiling futures-executor v0.3.32
15542026-05-28T00:42:44.015Z Compiling hubpack_derive v0.1.1
15552026-05-28T00:42:44.072Z Compiling cargo-platform v0.1.9
15562026-05-28T00:42:44.087Z Compiling hex v0.4.3
15572026-05-28T00:42:44.175Z Compiling hkdf v0.12.4
15582026-05-28T00:42:44.260Z Compiling crypto-bigint v0.5.5
15592026-05-28T00:42:44.311Z Compiling regex v1.12.3
15602026-05-28T00:42:44.374Z Compiling group v0.13.0
15612026-05-28T00:42:44.377Z Compiling snafu-derive v0.8.9
15622026-05-28T00:42:44.404Z Compiling ref-cast-impl v1.0.25
15632026-05-28T00:42:44.439Z Compiling daft-derive v0.1.7
15642026-05-28T00:42:44.458Z Compiling strum_macros v0.27.2
15652026-05-28T00:42:44.501Z Compiling curve25519-dalek-derive v0.1.1
15662026-05-28T00:42:44.516Z Compiling num-iter v0.1.45
15672026-05-28T00:42:44.756Z Compiling terminal_size v0.4.3
15682026-05-28T00:42:44.902Z Compiling tokio-util v0.7.18
15692026-05-28T00:42:44.917Z Compiling tower v0.5.3
15702026-05-28T00:42:44.989Z Compiling tokio-native-tls v0.3.1
15712026-05-28T00:42:45.017Z Compiling phf_shared v0.13.1
15722026-05-28T00:42:45.059Z Compiling lazy_static v1.5.0
15732026-05-28T00:42:45.105Z Compiling anstyle-parse v0.2.7
15742026-05-28T00:42:45.170Z Compiling vergen v9.0.6
15752026-05-28T00:42:45.184Z Compiling fs-err v3.3.0
15762026-05-28T00:42:45.200Z Compiling ahash v0.8.12
15772026-05-28T00:42:45.218Z Compiling foldhash v0.1.5
15782026-05-28T00:42:45.276Z Compiling newtype-uuid v1.3.2
15792026-05-28T00:42:45.305Z Compiling foldhash v0.2.0
15802026-05-28T00:42:45.371Z Compiling tower-http v0.6.8
15812026-05-28T00:42:45.396Z Compiling libbz2-rs-sys v0.2.2
15822026-05-28T00:42:45.411Z Compiling same-file v1.0.6
15832026-05-28T00:42:45.427Z Compiling bitflags v1.3.2
15842026-05-28T00:42:45.442Z Compiling winnow v0.5.40
15852026-05-28T00:42:45.512Z Compiling managed v0.8.0
15862026-05-28T00:42:45.542Z Compiling bumpalo v3.20.2
15872026-05-28T00:42:45.591Z Compiling h2 v0.4.13
15882026-05-28T00:42:45.635Z Compiling object v0.37.3
15892026-05-28T00:42:45.742Z Compiling zopfli v0.8.3
15902026-05-28T00:42:45.813Z Compiling bzip2 v0.6.1
15912026-05-28T00:42:45.987Z Compiling flate2 v1.1.9
15922026-05-28T00:42:46.003Z Compiling clap_builder v4.6.0
15932026-05-28T00:42:46.061Z Compiling walkdir v2.5.0
15942026-05-28T00:42:46.125Z Compiling daft v0.1.7
15952026-05-28T00:42:46.334Z Compiling snafu v0.8.9
15962026-05-28T00:42:46.350Z Compiling dof v0.3.0
15972026-05-28T00:42:46.387Z Compiling hashbrown v0.16.1
15982026-05-28T00:42:46.452Z Compiling hashbrown v0.15.5
15992026-05-28T00:42:46.469Z Compiling anstream v0.6.21
16002026-05-28T00:42:46.484Z Compiling phf v0.13.1
16012026-05-28T00:42:46.487Z Compiling strum v0.27.2
16022026-05-28T00:42:46.537Z Compiling elliptic-curve v0.13.8
16032026-05-28T00:42:46.761Z Compiling signal-hook-mio v0.2.5
16042026-05-28T00:42:46.841Z Compiling toml_edit v0.19.15
16052026-05-28T00:42:46.856Z Compiling cargo_metadata v0.19.2
16062026-05-28T00:42:46.891Z Compiling cookie_store v0.22.1
16072026-05-28T00:42:46.968Z Compiling usdt-attr-macro v0.6.0
16082026-05-28T00:42:46.990Z Compiling usdt-macro v0.6.0
16092026-05-28T00:42:47.029Z Compiling hubpack v0.1.2
16102026-05-28T00:42:47.066Z Compiling bzip2 v0.4.4
16112026-05-28T00:42:47.150Z Compiling futures v0.3.32
16122026-05-28T00:42:47.176Z Compiling serde_with_macros v3.17.0
16132026-05-28T00:42:47.302Z Compiling postgres-types v0.2.12
16142026-05-28T00:42:47.345Z Compiling zstd v0.13.3
16152026-05-28T00:42:47.453Z Compiling dtrace-parser v0.2.0
16162026-05-28T00:42:47.570Z Compiling globset v0.4.18
16172026-05-28T00:42:47.634Z Compiling ed25519 v2.2.3
16182026-05-28T00:42:47.764Z Compiling pkcs1 v0.7.5
16192026-05-28T00:42:47.799Z Compiling olpc-cjson v0.1.4
16202026-05-28T00:42:47.883Z Compiling serde-big-array v0.5.1
16212026-05-28T00:42:47.978Z Compiling serde_plain v1.0.2
16222026-05-28T00:42:48.042Z Compiling rfc6979 v0.4.0
16232026-05-28T00:42:48.182Z Compiling enum-as-inner v0.6.1
16242026-05-28T00:42:48.197Z Compiling clap_derive v4.6.1
16252026-05-28T00:42:48.201Z Compiling strum_macros v0.26.4
16262026-05-28T00:42:48.247Z Compiling async-recursion v1.1.1
16272026-05-28T00:42:48.257Z Compiling serde_repr v0.1.20
16282026-05-28T00:42:48.288Z Compiling phf_shared v0.11.3
16292026-05-28T00:42:48.348Z Compiling float-cmp v0.10.0
16302026-05-28T00:42:48.421Z Compiling pem v3.0.6
16312026-05-28T00:42:48.496Z Compiling thread-id v4.2.2
16322026-05-28T00:42:48.515Z Compiling memmap2 v0.9.10
16332026-05-28T00:42:48.576Z Compiling env_filter v1.0.0
16342026-05-28T00:42:48.593Z Compiling hyper v1.8.1
16352026-05-28T00:42:48.736Z Compiling either v1.15.0
16362026-05-28T00:42:48.758Z Compiling static_assertions v1.1.0
16372026-05-28T00:42:48.794Z Compiling typed-path v0.9.3
16382026-05-28T00:42:48.825Z Compiling data-encoding v2.10.0
16392026-05-28T00:42:48.846Z Compiling fixedbitset v0.4.2
16402026-05-28T00:42:48.919Z Compiling normalize-line-endings v0.3.0
16412026-05-28T00:42:48.934Z Compiling keccak v0.1.6
16422026-05-28T00:42:48.966Z Compiling difflib v0.4.0
16432026-05-28T00:42:49.031Z Compiling predicates-core v1.0.10
16442026-05-28T00:42:49.089Z Compiling new_debug_unreachable v1.0.6
16452026-05-28T00:42:49.114Z Compiling jiff v0.2.21
16462026-05-28T00:42:49.175Z Compiling precomputed-hash v0.1.1
16472026-05-28T00:42:49.226Z Compiling whoami v2.1.0
16482026-05-28T00:42:49.276Z Compiling fixedbitset v0.5.7
16492026-05-28T00:42:49.521Z Compiling petgraph v0.8.3
16502026-05-28T00:42:49.555Z Compiling tokio-postgres v0.7.16
16512026-05-28T00:42:49.570Z Compiling string_cache v0.8.9
16522026-05-28T00:42:49.601Z Compiling predicates v3.1.4
16532026-05-28T00:42:49.617Z Compiling hickory-proto v0.25.2
16542026-05-28T00:42:49.660Z Compiling sha3 v0.10.8
16552026-05-28T00:42:49.752Z Compiling hyper-util v0.1.20
16562026-05-28T00:42:49.766Z Compiling petgraph v0.6.5
16572026-05-28T00:42:49.821Z Compiling itertools v0.13.0
16582026-05-28T00:42:50.028Z Compiling strum v0.26.3
16592026-05-28T00:42:50.053Z Compiling clap v4.6.1
16602026-05-28T00:42:50.068Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16612026-05-28T00:42:50.133Z Compiling toml_edit v0.22.27
16622026-05-28T00:42:50.151Z Compiling env_logger v0.11.9
16632026-05-28T00:42:50.177Z Compiling usdt v0.6.0
16642026-05-28T00:42:50.245Z Compiling usdt-impl v0.5.0
16652026-05-28T00:42:50.271Z Compiling serde_with v3.17.0
16662026-05-28T00:42:50.458Z Compiling toml v0.7.8
16672026-05-28T00:42:50.515Z Compiling crossterm v0.28.1
16682026-05-28T00:42:50.862Z Compiling ecdsa v0.16.9
16692026-05-28T00:42:51.069Z Compiling rsa v0.9.10
16702026-05-28T00:42:51.085Z Compiling ed25519-dalek v2.2.0
16712026-05-28T00:42:51.253Z Compiling hyper-tls v0.6.0
16722026-05-28T00:42:51.503Z Compiling zip v0.6.6
16732026-05-28T00:42:51.535Z Compiling iddqd v0.4.1
16742026-05-28T00:42:51.734Z Compiling zip v4.6.1
16752026-05-28T00:42:52.032Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-28T00:42:52.054Z Compiling tokio-stream v0.1.18
16772026-05-28T00:42:52.124Z Compiling buf-list v1.1.2
16782026-05-28T00:42:52.198Z Compiling similar v2.7.0
16792026-05-28T00:42:52.420Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16802026-05-28T00:42:52.436Z Compiling openapiv3 v2.2.0
16812026-05-28T00:42:52.540Z Compiling x509-cert v0.2.5
16822026-05-28T00:42:52.683Z Compiling sha1 v0.10.6
16832026-05-28T00:42:52.736Z Compiling crossbeam-epoch v0.9.18
16842026-05-28T00:42:52.757Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-28T00:42:52.823Z Compiling peg-runtime v0.8.5
16862026-05-28T00:42:52.938Z Compiling lalrpop-util v0.19.12
16872026-05-28T00:42:52.954Z Compiling thread_local v1.1.9
16882026-05-28T00:42:52.972Z Compiling slog-async v2.8.0
16892026-05-28T00:42:53.007Z Compiling crossbeam-channel v0.5.15
16902026-05-28T00:42:53.070Z Compiling is-terminal v0.4.17
16912026-05-28T00:42:53.092Z Compiling filetime v0.2.27
16922026-05-28T00:42:53.107Z Compiling term v1.2.1
16932026-05-28T00:42:53.128Z Compiling take_mut v0.2.2
16942026-05-28T00:42:53.148Z Compiling xattr v1.6.1
16952026-05-28T00:42:53.291Z Compiling tar v0.4.45
16962026-05-28T00:42:53.408Z Compiling slog-term v2.9.2
16972026-05-28T00:43:10.841Z Compiling rustls-webpki v0.103.9
16982026-05-28T00:43:13.628Z Compiling tokio-rustls v0.26.4
16992026-05-28T00:43:13.628Z Compiling rustls-platform-verifier v0.6.2
17002026-05-28T00:43:13.834Z Compiling hyper-rustls v0.27.7
17012026-05-28T00:43:14.024Z Compiling reqwest v0.12.28
17022026-05-28T00:43:14.028Z Compiling reqwest v0.13.2
17032026-05-28T00:43:15.229Z Compiling tough v0.22.0
17042026-05-28T00:43:17.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17052026-05-28T00:43:17.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17062026-05-28T00:43:20.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.93s
17072026-05-28T00:43:20.937Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17082026-05-28T00:43:20.998ZMay 28 00:43:20.641 INFO Starting download, target: Clickhouse
17092026-05-28T00:43:20.999ZMay 28 00:43:20.642 INFO Starting download, target: Cockroach
17102026-05-28T00:43:20.999ZMay 28 00:43:20.642 INFO Starting download, target: Console
17112026-05-28T00:43:20.999ZMay 28 00:43:20.642 INFO Starting download, target: DendriteStub
17122026-05-28T00:43:20.999ZMay 28 00:43:20.642 INFO Starting download, target: MaghemiteMgd
17132026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Starting download, target: TransceiverControl
17142026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-05-28T00:43:21.004ZMay 28 00:43:20.642 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-05-28T00:43:21.004ZMay 28 00:43:20.643 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-28T00:43:21.422ZMay 28 00:43:21.043 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-05-28T00:43:21.616ZMay 28 00:43:21.259 INFO Download complete, target: TransceiverControl
17222026-05-28T00:43:22.076ZMay 28 00:43:21.717 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-05-28T00:43:22.320ZMay 28 00:43:21.960 INFO Download complete, target: Console
17242026-05-28T00:43:22.462ZMay 28 00:43:22.105 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-05-28T00:43:22.819ZMay 28 00:43:22.458 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-05-28T00:43:23.081ZMay 28 00:43:22.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-05-28T00:43:23.081ZMay 28 00:43:22.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-05-28T00:43:23.285ZMay 28 00:43:22.929 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292026-05-28T00:43:24.918ZMay 28 00:43:24.562 INFO Download complete, target: DendriteStub
17302026-05-28T00:43:25.240ZMay 28 00:43:24.884 INFO Download complete, target: MaghemiteMgd
17312026-05-28T00:43:27.990ZMay 28 00:43:27.634 INFO Checking that binary works, target: Cockroach
17322026-05-28T00:43:28.123ZMay 28 00:43:27.763 INFO Download complete, target: Cockroach
17332026-05-28T00:43:30.293ZMay 28 00:43:29.936 INFO Checking that binary works, target: Clickhouse
17342026-05-28T00:43:30.386ZMay 28 00:43:30.029 INFO Download complete, target: Clickhouse
17352026-05-28T00:43:30.392ZAll prerequisites installed successfully
17362026-05-28T00:43:30.397Z
17372026-05-28T00:43:30.397Zreal 2:00.919937910
17382026-05-28T00:43:30.397Zuser 6:56.956028689
17392026-05-28T00:43:30.397Zsys 1:41.360321001
17402026-05-28T00:43:30.397Ztrap 0.266827116
17412026-05-28T00:43:30.397Ztflt 1.128857861
17422026-05-28T00:43:30.397Zdflt 1.683993273
17432026-05-28T00:43:30.397Zkflt 0.031919281
17442026-05-28T00:43:30.397Zlock 23:25.368838053
17452026-05-28T00:43:30.397Zslp 18:55.284958989
17462026-05-28T00:43:30.397Zlat 24.233973947
17472026-05-28T00:43:30.397Zstop 2:54.268049499
17482026-05-28T00:43:30.397Z+ ptime -m cargo xtask download softnpu
17492026-05-28T00:43:30.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17502026-05-28T00:43:30.954Z Running `target/debug/xtask download softnpu`
17512026-05-28T00:43:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17522026-05-28T00:43:31.823Z Running `target/debug/xtask-downloader softnpu`
17532026-05-28T00:43:31.868ZMay 28 00:43:31.511 INFO Starting download, target: Softnpu
17542026-05-28T00:43:31.873ZMay 28 00:43:31.512 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17552026-05-28T00:43:32.444ZMay 28 00:43:32.088 INFO Download complete, target: Softnpu
17562026-05-28T00:43:32.447Z
17572026-05-28T00:43:32.451Zreal 2.049296148
17582026-05-28T00:43:32.451Zuser 1.384536365
17592026-05-28T00:43:32.451Zsys 0.671258208
17602026-05-28T00:43:32.451Ztrap 0.000603280
17612026-05-28T00:43:32.451Ztflt 0.000215370
17622026-05-28T00:43:32.451Zdflt 0.000098510
17632026-05-28T00:43:32.451Zkflt 0.000000000
17642026-05-28T00:43:32.451Zlock 10.602950669
17652026-05-28T00:43:32.451Zslp 0.436236351
17662026-05-28T00:43:32.451Zlat 0.084127571
17672026-05-28T00:43:32.451Zstop 0.000182100
17682026-05-28T00:43:32.452Z+ export CARGO_INCREMENTAL=0
17692026-05-28T00:43:32.452Z+ CARGO_INCREMENTAL=0
17702026-05-28T00:43:32.452Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17712026-05-28T00:43:33.348Z Compiling proc-macro2 v1.0.106
17722026-05-28T00:43:33.348Z Compiling quote v1.0.45
17732026-05-28T00:43:33.348Z Compiling unicode-ident v1.0.24
17742026-05-28T00:43:33.348Z Compiling libc v0.2.185
17752026-05-28T00:43:33.351Z Compiling serde_core v1.0.228
17762026-05-28T00:43:33.351Z Compiling serde v1.0.228
17772026-05-28T00:43:33.351Z Compiling cfg-if v1.0.4
17782026-05-28T00:43:33.496Z Compiling version_check v0.9.5
17792026-05-28T00:43:33.499Z Compiling shlex v1.3.0
17802026-05-28T00:43:33.499Z Compiling find-msvc-tools v0.1.9
17812026-05-28T00:43:33.499Z Compiling typenum v1.19.0
17822026-05-28T00:43:33.511Z Compiling zmij v1.0.21
17832026-05-28T00:43:33.514Z Compiling autocfg v1.5.0
17842026-05-28T00:43:33.514Z Compiling serde_json v1.0.149
17852026-05-28T00:43:33.514Z Compiling memchr v2.8.0
17862026-05-28T00:43:33.793Z Compiling portable-atomic v1.13.1
17872026-05-28T00:43:33.796Z Compiling libm v0.2.16
17882026-05-28T00:43:33.815Z Compiling zerocopy v0.8.40
17892026-05-28T00:43:33.851Z Compiling parking_lot_core v0.9.12
17902026-05-28T00:43:33.866Z Compiling smallvec v1.15.1
17912026-05-28T00:43:33.883Z Compiling icu_properties_data v2.1.2
17922026-05-28T00:43:33.944Z Compiling icu_normalizer_data v2.1.1
17932026-05-28T00:43:34.038Z Compiling generic-array v0.14.7
17942026-05-28T00:43:34.099Z Compiling num-traits v0.2.19
17952026-05-28T00:43:34.127Z Compiling itoa v1.0.17
17962026-05-28T00:43:34.142Z Compiling getrandom v0.4.1
17972026-05-28T00:43:34.159Z Compiling log v0.4.29
17982026-05-28T00:43:34.174Z Compiling stable_deref_trait v1.2.1
17992026-05-28T00:43:34.205Z Compiling pkg-config v0.3.32
18002026-05-28T00:43:34.271Z Compiling subtle v2.6.1
18012026-05-28T00:43:34.389Z Compiling scopeguard v1.2.0
18022026-05-28T00:43:34.421Z Compiling jobserver v0.1.34
18032026-05-28T00:43:34.421Z Compiling getrandom v0.2.17
18042026-05-28T00:43:34.471Z Compiling errno v0.3.14
18052026-05-28T00:43:34.539Z Compiling lock_api v0.4.14
18062026-05-28T00:43:34.647Z Compiling rand_core v0.6.4
18072026-05-28T00:43:34.711Z Compiling cc v1.2.56
18082026-05-28T00:43:34.789Z Compiling litemap v0.8.1
18092026-05-28T00:43:34.789Z Compiling writeable v0.6.2
18102026-05-28T00:43:34.789Z Compiling percent-encoding v2.3.2
18112026-05-28T00:43:34.842Z Compiling syn v2.0.117
18122026-05-28T00:43:34.868Z Compiling fnv v1.0.7
18132026-05-28T00:43:34.911Z Compiling pin-project-lite v0.2.17
18142026-05-28T00:43:34.959Z Compiling thiserror v2.0.18
18152026-05-28T00:43:34.999Z Compiling getrandom v0.3.4
18162026-05-28T00:43:35.051Z Compiling equivalent v1.0.2
18172026-05-28T00:43:35.069Z Compiling dunce v1.0.5
18182026-05-28T00:43:35.087Z Compiling fs_extra v1.3.0
18192026-05-28T00:43:35.140Z Compiling schemars v0.8.22
18202026-05-28T00:43:35.247Z Compiling rustversion v1.0.22
18212026-05-28T00:43:35.247Z Compiling rand_core v0.10.0
18222026-05-28T00:43:35.247Z Compiling utf8_iter v1.0.4
18232026-05-28T00:43:35.372Z Compiling form_urlencoded v1.2.2
18242026-05-28T00:43:35.460Z Compiling cmake v0.1.57
18252026-05-28T00:43:35.460Z Compiling critical-section v1.2.0
18262026-05-28T00:43:35.511Z Compiling signal-hook-registry v1.4.8
18272026-05-28T00:43:35.586Z Compiling hashbrown v0.17.0
18282026-05-28T00:43:35.621Z Compiling rustix v1.1.3
18292026-05-28T00:43:35.621Z Compiling mio v1.2.0
18302026-05-28T00:43:35.710Z Compiling socket2 v0.6.3
18312026-05-28T00:43:35.776Z Compiling once_cell v1.21.3
18322026-05-28T00:43:35.929Z Compiling semver v1.0.28
18332026-05-28T00:43:35.966Z Compiling ring v0.17.14
18342026-05-28T00:43:36.020Z Compiling bitflags v2.11.0
18352026-05-28T00:43:36.020Z Compiling aws-lc-sys v0.40.0
18362026-05-28T00:43:36.047Z Compiling indexmap v2.14.0
18372026-05-28T00:43:36.152Z Compiling parking_lot v0.12.5
18382026-05-28T00:43:36.174Z Compiling const-oid v0.9.6
18392026-05-28T00:43:36.236Z Compiling aws-lc-rs v1.16.3
18402026-05-28T00:43:36.284Z Compiling futures-core v0.3.32
18412026-05-28T00:43:36.340Z Compiling httparse v1.10.1
18422026-05-28T00:43:36.463Z Compiling thiserror v1.0.69
18432026-05-28T00:43:36.497Z Compiling strsim v0.11.1
18442026-05-28T00:43:36.498Z Compiling vcpkg v0.2.15
18452026-05-28T00:43:36.654Z Compiling ucd-trie v0.1.7
18462026-05-28T00:43:36.800Z Compiling byteorder v1.5.0
18472026-05-28T00:43:36.816Z Compiling iana-time-zone v0.1.65
18482026-05-28T00:43:36.816Z Compiling pest v2.8.6
18492026-05-28T00:43:36.816Z Compiling syn v1.0.109
18502026-05-28T00:43:36.817Z Compiling ident_case v1.0.1
18512026-05-28T00:43:36.867Z Compiling regex-syntax v0.8.10
18522026-05-28T00:43:36.911Z Compiling heck v0.5.0
18532026-05-28T00:43:36.932Z Compiling uuid v1.23.0
18542026-05-28T00:43:36.967Z Compiling cpufeatures v0.2.17
18552026-05-28T00:43:37.059Z Compiling rustls v0.23.37
18562026-05-28T00:43:37.065Z Compiling openssl-sys v0.9.115
18572026-05-28T00:43:37.238Z Compiling futures-sink v0.3.32
18582026-05-28T00:43:37.257Z Compiling rustc_version v0.4.1
18592026-05-28T00:43:37.314Z Compiling futures-task v0.3.32
18602026-05-28T00:43:37.349Z Compiling futures-channel v0.3.32
18612026-05-28T00:43:37.362Z Compiling futures-io v0.3.32
18622026-05-28T00:43:37.496Z Compiling slab v0.4.12
18632026-05-28T00:43:37.543Z Compiling aho-corasick v1.1.4
18642026-05-28T00:43:37.614Z Compiling synstructure v0.13.2
18652026-05-28T00:43:37.631Z Compiling serde_derive_internals v0.29.1
18662026-05-28T00:43:37.751Z Compiling dyn-clone v1.0.20
18672026-05-28T00:43:37.888Z Compiling pest_meta v2.8.6
18682026-05-28T00:43:37.933Z Compiling crc32fast v1.5.0
18692026-05-28T00:43:37.964Z Compiling base64 v0.22.1
18702026-05-28T00:43:38.034Z Compiling plain v0.2.3
18712026-05-28T00:43:38.057Z Compiling openssl v0.10.79
18722026-05-28T00:43:38.130Z Compiling time-core v0.1.8
18732026-05-28T00:43:38.174Z Compiling crossbeam-utils v0.8.21
18742026-05-28T00:43:38.280Z Compiling num-conv v0.2.0
18752026-05-28T00:43:38.333Z Compiling native-tls v0.2.18
18762026-05-28T00:43:38.370Z Compiling pretty-hex v0.4.1
18772026-05-28T00:43:38.415Z Compiling regex-automata v0.4.14
18782026-05-28T00:43:38.430Z Compiling time-macros v0.2.27
18792026-05-28T00:43:38.481Z Compiling pest_generator v2.8.6
18802026-05-28T00:43:38.481Z Compiling base64ct v1.8.3
18812026-05-28T00:43:38.485Z Compiling anyhow v1.0.102
18822026-05-28T00:43:38.529Z Compiling darling_core v0.21.3
18832026-05-28T00:43:38.678Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-05-28T00:43:38.695Z Compiling tracing-core v0.1.36
18852026-05-28T00:43:38.804Z Compiling pem-rfc7468 v0.7.0
18862026-05-28T00:43:38.884Z Compiling serde_derive v1.0.228
18872026-05-28T00:43:38.993Z Compiling zeroize_derive v1.4.3
18882026-05-28T00:43:38.997Z Compiling zerofrom-derive v0.1.6
18892026-05-28T00:43:39.044Z Compiling yoke-derive v0.8.1
18902026-05-28T00:43:39.064Z Compiling zerovec-derive v0.11.2
18912026-05-28T00:43:39.086Z Compiling displaydoc v0.2.5
18922026-05-28T00:43:39.127Z Compiling zerocopy-derive v0.8.40
18932026-05-28T00:43:39.167Z Compiling tokio-macros v2.7.0
18942026-05-28T00:43:39.406Z Compiling futures-macro v0.3.32
18952026-05-28T00:43:39.605Z Compiling zeroize v1.8.2
18962026-05-28T00:43:39.844Z Compiling thiserror-impl v2.0.18
18972026-05-28T00:43:39.859Z Compiling schemars_derive v0.8.22
18982026-05-28T00:43:39.979Z Compiling tracing-attributes v0.1.31
18992026-05-28T00:43:40.111Z Compiling der_derive v0.7.3
19002026-05-28T00:43:40.128Z Compiling zerofrom v0.1.6
19012026-05-28T00:43:40.280Z Compiling yoke v0.8.1
19022026-05-28T00:43:40.336Z Compiling crypto-common v0.1.7
19032026-05-28T00:43:40.462Z Compiling zerovec v0.11.5
19042026-05-28T00:43:40.493Z Compiling zerotrie v0.2.3
19052026-05-28T00:43:40.634Z Compiling block-buffer v0.10.4
19062026-05-28T00:43:40.804Z Compiling digest v0.10.7
19072026-05-28T00:43:40.951Z Compiling thiserror-impl v1.0.69
19082026-05-28T00:43:41.040Z Compiling tinystr v0.8.2
19092026-05-28T00:43:41.058Z Compiling potential_utf v0.1.4
19102026-05-28T00:43:41.075Z Compiling pest_derive v2.8.6
19112026-05-28T00:43:41.079Z Compiling futures-util v0.3.32
19122026-05-28T00:43:41.133Z Compiling hmac v0.12.1
19132026-05-28T00:43:41.188Z Compiling icu_collections v2.1.1
19142026-05-28T00:43:41.263Z Compiling icu_locale_core v2.1.1
19152026-05-28T00:43:41.579Z Compiling block-padding v0.3.3
19162026-05-28T00:43:41.737Z Compiling inout v0.1.4
19172026-05-28T00:43:41.871Z Compiling rustls-pki-types v1.14.0
19182026-05-28T00:43:41.903Z Compiling openssl-macros v0.1.1
19192026-05-28T00:43:41.922Z Compiling cipher v0.4.4
19202026-05-28T00:43:41.952Z Compiling sha2 v0.10.9
19212026-05-28T00:43:42.066Z Compiling bytes v1.11.1
19222026-05-28T00:43:42.081Z Compiling icu_provider v2.1.1
19232026-05-28T00:43:42.170Z Compiling chrono v0.4.44
19242026-05-28T00:43:42.304Z Compiling serde_tokenstream v0.2.3
19252026-05-28T00:43:42.490Z Compiling icu_normalizer v2.1.1
19262026-05-28T00:43:42.506Z Compiling icu_properties v2.1.2
19272026-05-28T00:43:42.608Z Compiling tokio v1.52.1
19282026-05-28T00:43:42.962Z Compiling scroll_derive v0.12.1
19292026-05-28T00:43:43.073Z Compiling scroll_derive v0.13.1
19302026-05-28T00:43:43.520Z Compiling idna_adapter v1.2.1
19312026-05-28T00:43:43.613Z Compiling ppv-lite86 v0.2.21
19322026-05-28T00:43:43.682Z Compiling idna v1.1.0
19332026-05-28T00:43:43.750Z Compiling http v1.4.0
19342026-05-28T00:43:43.799Z Compiling flagset v0.4.7
19352026-05-28T00:43:43.815Z Compiling untrusted v0.9.0
19362026-05-28T00:43:43.947Z Compiling der v0.7.10
19372026-05-28T00:43:43.972Z Compiling tracing v0.1.44
19382026-05-28T00:43:44.033Z Compiling url v2.5.8
19392026-05-28T00:43:44.139Z Compiling darling_macro v0.21.3
19402026-05-28T00:43:44.237Z Compiling regex v1.12.3
19412026-05-28T00:43:44.253Z Compiling zerocopy-derive v0.7.35
19422026-05-28T00:43:44.422Z Compiling rand_core v0.9.5
19432026-05-28T00:43:44.648Z Compiling slog v2.8.2
19442026-05-28T00:43:45.033Z Compiling spki v0.7.3
19452026-05-28T00:43:45.066Z Compiling darling v0.21.3
19462026-05-28T00:43:45.083Z Compiling salsa20 v0.10.2
19472026-05-28T00:43:45.162Z Compiling pbkdf2 v0.12.2
19482026-05-28T00:43:45.677Z Compiling cookie v0.18.1
19492026-05-28T00:43:45.707Z Compiling camino v1.2.2
19502026-05-28T00:43:46.058Z Compiling scrypt v0.11.0
19512026-05-28T00:43:46.071Z Compiling http-body v1.0.1
19522026-05-28T00:43:46.089Z Compiling rand_chacha v0.9.0
19532026-05-28T00:43:46.242Z Compiling cbc v0.1.2
19542026-05-28T00:43:46.283Z Compiling aes v0.8.4
19552026-05-28T00:43:46.361Z Compiling usdt-impl v0.5.0
19562026-05-28T00:43:46.390Z Compiling tokio-util v0.7.18
19572026-05-28T00:43:46.478Z Compiling tinyvec_macros v0.1.1
19582026-05-28T00:43:46.481Z Compiling unicode-segmentation v1.12.0
19592026-05-28T00:43:46.523Z Compiling either v1.15.0
19602026-05-28T00:43:46.557Z Compiling atomic-waker v1.1.2
19612026-05-28T00:43:46.600Z Compiling winnow v0.7.14
19622026-05-28T00:43:46.711Z Compiling openssl-probe v0.2.1
19632026-05-28T00:43:46.728Z Compiling paste v1.0.15
19642026-05-28T00:43:46.748Z Compiling ref-cast v1.0.25
19652026-05-28T00:43:46.871Z Compiling usdt-impl v0.6.0
19662026-05-28T00:43:46.894Z Compiling untrusted v0.7.1
19672026-05-28T00:43:47.037Z Compiling pkcs5 v0.7.1
19682026-05-28T00:43:47.053Z Compiling tinyvec v1.10.0
19692026-05-28T00:43:47.224Z Compiling rand v0.9.2
19702026-05-28T00:43:47.489Z Compiling scroll v0.13.0
19712026-05-28T00:43:47.598Z Compiling scroll v0.12.0
19722026-05-28T00:43:47.685Z Compiling serde_spanned v0.6.9
19732026-05-28T00:43:47.749Z Compiling toml_datetime v0.6.11
19742026-05-28T00:43:47.781Z Compiling async-trait v0.1.89
19752026-05-28T00:43:47.796Z Compiling heapless v0.7.17
19762026-05-28T00:43:47.847Z Compiling bzip2-sys v0.1.13+1.0.8
19772026-05-28T00:43:47.889Z Compiling zstd-safe v7.2.4
19782026-05-28T00:43:48.068Z Compiling signal-hook v0.3.18
19792026-05-28T00:43:48.084Z Compiling tower-layer v0.3.3
19802026-05-28T00:43:48.088Z Compiling try-lock v0.2.5
19812026-05-28T00:43:48.151Z Compiling fastrand v2.3.0
19822026-05-28T00:43:48.224Z Compiling tower-service v0.3.3
19832026-05-28T00:43:48.336Z Compiling want v0.3.1
19842026-05-28T00:43:48.351Z Compiling h2 v0.4.13
19852026-05-28T00:43:48.421Z Compiling toml_parser v1.0.9+spec-1.1.0
19862026-05-28T00:43:48.503Z Compiling goblin v0.8.2
19872026-05-28T00:43:48.518Z Compiling goblin v0.10.5
19882026-05-28T00:43:48.680Z Compiling pkcs8 v0.10.2
19892026-05-28T00:43:48.792Z Compiling heck v0.4.1
19902026-05-28T00:43:48.918Z Compiling zerocopy v0.7.35
19912026-05-28T00:43:48.991Z Compiling ipnet v2.11.0
19922026-05-28T00:43:49.022Z Compiling ref-cast-impl v1.0.25
19932026-05-28T00:43:49.192Z Compiling darling_core v0.20.11
19942026-05-28T00:43:49.471Z Compiling curve25519-dalek v4.1.3
19952026-05-28T00:43:49.484Z Compiling toml_datetime v0.7.5+spec-1.1.0
19962026-05-28T00:43:49.583Z Compiling memoffset v0.9.1
19972026-05-28T00:43:49.801Z Compiling rustix v0.38.44
19982026-05-28T00:43:49.812Z Compiling httpdate v1.0.3
19992026-05-28T00:43:49.961Z Compiling foreign-types-shared v0.1.1
20002026-05-28T00:43:50.068Z Compiling utf8parse v0.2.2
20012026-05-28T00:43:50.214Z Compiling winnow v0.5.40
20022026-05-28T00:43:50.239Z Compiling litrs v1.0.0
20032026-05-28T00:43:50.330Z Compiling pin-utils v0.1.0
20042026-05-28T00:43:50.417Z Compiling foreign-types v0.3.2
20052026-05-28T00:43:50.505Z Compiling tempfile v3.25.0
20062026-05-28T00:43:50.752Z Compiling document-features v0.2.12
20072026-05-28T00:43:50.854Z Compiling dof v0.3.0
20082026-05-28T00:43:51.140Z Compiling unicode-normalization v0.1.25
20092026-05-28T00:43:51.173Z Compiling darling_macro v0.20.11
20102026-05-28T00:43:51.274Z Compiling dof v0.4.0
20112026-05-28T00:43:51.289Z Compiling dtrace-parser v0.2.0
20122026-05-28T00:43:51.467Z Compiling hyper v1.8.1
20132026-05-28T00:43:51.626Z Compiling toml_edit v0.19.15
20142026-05-28T00:43:51.689Z Compiling dtrace-parser v0.3.0
20152026-05-28T00:43:51.719Z Compiling daft-derive v0.1.7
20162026-05-28T00:43:51.874Z Compiling pin-project-internal v1.1.11
20172026-05-28T00:43:51.902Z Compiling spin v0.9.8
20182026-05-28T00:43:51.946Z Compiling thread-id v4.2.2
20192026-05-28T00:43:52.052Z Compiling thread-id v5.1.0
20202026-05-28T00:43:52.084Z Compiling smoltcp v0.9.1
20212026-05-28T00:43:52.125Z Compiling anstyle v1.0.14
20222026-05-28T00:43:52.165Z Compiling cfg_aliases v0.2.1
20232026-05-28T00:43:52.257Z Compiling powerfmt v0.2.0
20242026-05-28T00:43:52.284Z Compiling num-bigint-dig v0.8.6
20252026-05-28T00:43:52.323Z Compiling nix v0.31.2
20262026-05-28T00:43:52.413Z Compiling deranged v0.5.8
20272026-05-28T00:43:52.695Z Compiling hyper-util v0.1.20
20282026-05-28T00:43:52.849Z Compiling darling v0.20.11
20292026-05-28T00:43:52.951Z Compiling rustls-native-certs v0.8.3
20302026-05-28T00:43:52.968Z Compiling ipnetwork v0.21.1
20312026-05-28T00:43:53.217Z Compiling strum_macros v0.26.4
20322026-05-28T00:43:53.231Z Compiling curve25519-dalek-derive v0.1.1
20332026-05-28T00:43:53.668Z Compiling sync_wrapper v1.0.2
20342026-05-28T00:43:53.783Z Compiling wait-timeout v0.2.1
20352026-05-28T00:43:53.874Z Compiling colorchoice v1.0.4
20362026-05-28T00:43:54.037Z Compiling siphasher v1.0.2
20372026-05-28T00:43:54.042Z Compiling quick-error v1.2.3
20382026-05-28T00:43:54.140Z Compiling is_terminal_polyfill v1.70.2
20392026-05-28T00:43:54.177Z Compiling bit-vec v0.8.0
20402026-05-28T00:43:54.209Z Compiling anstyle-query v1.1.5
20412026-05-28T00:43:54.250Z Compiling num_threads v0.1.7
20422026-05-28T00:43:54.362Z Compiling simd-adler32 v0.3.8
20432026-05-28T00:43:54.365Z Compiling time v0.3.47
20442026-05-28T00:43:54.422Z Compiling bit-set v0.8.0
20452026-05-28T00:43:54.601Z Compiling rusty-fork v0.3.1
20462026-05-28T00:43:54.616Z Compiling tower v0.5.3
20472026-05-28T00:43:54.963Z Compiling derive_builder_core v0.20.2
20482026-05-28T00:43:54.985Z Compiling snafu-derive v0.8.9
20492026-05-28T00:43:55.095Z Compiling http-body-util v0.1.3
20502026-05-28T00:43:55.421Z Compiling webpki-roots v1.0.6
20512026-05-28T00:43:55.503Z Compiling rand_xorshift v0.4.0
20522026-05-28T00:43:55.556Z Compiling signature v2.2.0
20532026-05-28T00:43:55.580Z Compiling hubpack_derive v0.1.1
20542026-05-28T00:43:55.667Z Compiling strum_macros v0.27.2
20552026-05-28T00:43:55.791Z Compiling fs-err v3.3.0
20562026-05-28T00:43:55.880Z Compiling ahash v0.8.12
20572026-05-28T00:43:55.963Z Compiling encoding_rs v0.8.35
20582026-05-28T00:43:56.046Z Compiling adler2 v2.0.1
20592026-05-28T00:43:56.114Z Compiling unicode-properties v0.1.4
20602026-05-28T00:43:56.130Z Compiling ryu v1.0.23
20612026-05-28T00:43:56.148Z Compiling iri-string v0.7.10
20622026-05-28T00:43:56.163Z Compiling mime v0.3.17
20632026-05-28T00:43:56.198Z Compiling allocator-api2 v0.2.21
20642026-05-28T00:43:56.308Z Compiling object v0.37.3
20652026-05-28T00:43:56.381Z Compiling unarray v0.1.4
20662026-05-28T00:43:56.551Z Compiling unicode-bidi v0.3.18
20672026-05-28T00:43:56.569Z Compiling proptest v1.10.0
20682026-05-28T00:43:56.632Z Compiling serde_urlencoded v0.7.1
20692026-05-28T00:43:56.745Z Compiling miniz_oxide v0.8.9
20702026-05-28T00:43:56.921Z Compiling stringprep v0.1.5
20712026-05-28T00:43:57.096Z Compiling derive_builder_macro v0.20.2
20722026-05-28T00:43:57.288Z Compiling tower-http v0.6.8
20732026-05-28T00:43:57.326Z Compiling tokio-native-tls v0.3.1
20742026-05-28T00:43:57.342Z Compiling usdt-attr-macro v0.6.0
20752026-05-28T00:43:57.464Z Compiling usdt-macro v0.6.0
20762026-05-28T00:43:57.570Z Compiling anstyle-parse v1.0.0
20772026-05-28T00:43:57.825Z Compiling rand_chacha v0.3.1
20782026-05-28T00:43:57.854Z Compiling erased-serde v0.3.31
20792026-05-28T00:43:57.926Z Compiling md-5 v0.10.6
20802026-05-28T00:43:57.976Z Compiling bstr v1.12.1
20812026-05-28T00:43:58.124Z Compiling num-integer v0.1.46
20822026-05-28T00:43:58.153Z Compiling hash32 v0.2.1
20832026-05-28T00:43:58.186Z Compiling vergen-lib v0.1.6
20842026-05-28T00:43:58.219Z Compiling ff v0.13.1
20852026-05-28T00:43:58.407Z Compiling base16ct v0.2.0
20862026-05-28T00:43:58.440Z Compiling zlib-rs v0.6.2
20872026-05-28T00:43:58.480Z Compiling psl-types v2.0.11
20882026-05-28T00:43:58.484Z Compiling fallible-iterator v0.2.0
20892026-05-28T00:43:58.556Z Compiling sec1 v0.7.3
20902026-05-28T00:43:58.591Z Compiling publicsuffix v2.3.0
20912026-05-28T00:43:58.610Z Compiling newtype-uuid v1.3.2
20922026-05-28T00:43:58.663Z Compiling num-iter v0.1.45
20932026-05-28T00:43:58.763Z Compiling postgres-protocol v0.6.10
20942026-05-28T00:43:58.799Z Compiling group v0.13.0
20952026-05-28T00:43:59.007Z Compiling rand v0.8.6
20962026-05-28T00:43:59.412Z Compiling oxnet v0.1.5
20972026-05-28T00:43:59.472Z Compiling anstream v1.0.0
20982026-05-28T00:43:59.692Z Compiling derive_builder v0.20.2
20992026-05-28T00:43:59.768Z Compiling hyper-tls v0.6.0
21002026-05-28T00:43:59.800Z Compiling phf_shared v0.13.1
21012026-05-28T00:43:59.828Z Compiling pin-project v1.1.11
21022026-05-28T00:43:59.931Z Compiling lazy_static v1.5.0
21032026-05-28T00:43:59.963Z Compiling anstyle-parse v0.2.7
21042026-05-28T00:44:00.061Z Compiling terminal_size v0.4.3
21052026-05-28T00:44:00.084Z Compiling serde_with_macros v3.17.0
21062026-05-28T00:44:00.089Z Compiling futures-executor v0.3.32
21072026-05-28T00:44:00.125Z Compiling hex v0.4.3
21082026-05-28T00:44:00.263Z Compiling cargo-platform v0.1.9
21092026-05-28T00:44:00.319Z Compiling hkdf v0.12.4
21102026-05-28T00:44:00.391Z Compiling crypto-bigint v0.5.5
21112026-05-28T00:44:00.434Z Compiling enum-as-inner v0.6.1
21122026-05-28T00:44:00.483Z Compiling flate2 v1.1.9
21132026-05-28T00:44:00.519Z Compiling clap_derive v4.6.1
21142026-05-28T00:44:00.603Z Compiling async-recursion v1.1.1
21152026-05-28T00:44:00.614Z Compiling serde_repr v0.1.20
21162026-05-28T00:44:00.750Z Compiling vergen v9.0.6
21172026-05-28T00:44:00.891Z Compiling clap_lex v1.0.0
21182026-05-28T00:44:00.910Z Compiling same-file v1.0.6
21192026-05-28T00:44:00.951Z Compiling managed v0.8.0
21202026-05-28T00:44:00.967Z Compiling bumpalo v3.20.2
21212026-05-28T00:44:01.095Z Compiling bitflags v1.3.2
21222026-05-28T00:44:01.137Z Compiling libbz2-rs-sys v0.2.2
21232026-05-28T00:44:01.154Z Compiling foldhash v0.1.5
21242026-05-28T00:44:01.248Z Compiling foldhash v0.2.0
21252026-05-28T00:44:01.315Z Compiling hashbrown v0.15.5
21262026-05-28T00:44:01.354Z Compiling elliptic-curve v0.13.8
21272026-05-28T00:44:01.443Z Compiling hashbrown v0.16.1
21282026-05-28T00:44:01.557Z Compiling bzip2 v0.6.1
21292026-05-28T00:44:01.684Z Compiling zopfli v0.8.3
21302026-05-28T00:44:01.720Z Compiling clap_builder v4.6.0
21312026-05-28T00:44:01.737Z Compiling walkdir v2.5.0
21322026-05-28T00:44:02.033Z Compiling cargo_metadata v0.19.2
21332026-05-28T00:44:02.057Z Compiling futures v0.3.32
21342026-05-28T00:44:02.186Z Compiling anstream v0.6.21
21352026-05-28T00:44:02.376Z Compiling phf v0.13.1
21362026-05-28T00:44:02.391Z Compiling snafu v0.8.9
21372026-05-28T00:44:02.394Z Compiling signal-hook-mio v0.2.5
21382026-05-28T00:44:02.489Z Compiling zstd v0.13.3
21392026-05-28T00:44:02.558Z Compiling daft v0.1.7
21402026-05-28T00:44:02.765Z Compiling cookie_store v0.22.1
21412026-05-28T00:44:02.765Z Compiling postgres-types v0.2.12
21422026-05-28T00:44:02.851Z Compiling bzip2 v0.4.4
21432026-05-28T00:44:02.857Z Compiling globset v0.4.18
21442026-05-28T00:44:03.069Z Compiling strum v0.27.2
21452026-05-28T00:44:03.266Z Compiling hubpack v0.1.2
21462026-05-28T00:44:03.310Z Compiling ed25519 v2.2.3
21472026-05-28T00:44:03.375Z Compiling phf_shared v0.11.3
21482026-05-28T00:44:03.478Z Compiling crossbeam-epoch v0.9.18
21492026-05-28T00:44:03.559Z Compiling olpc-cjson v0.1.4
21502026-05-28T00:44:03.646Z Compiling pkcs1 v0.7.5
21512026-05-28T00:44:03.646Z Compiling pem v3.0.6
21522026-05-28T00:44:03.736Z Compiling serde_plain v1.0.2
21532026-05-28T00:44:03.743Z Compiling serde-big-array v0.5.1
21542026-05-28T00:44:03.970Z Compiling rfc6979 v0.4.0
21552026-05-28T00:44:04.025Z Compiling float-cmp v0.10.0
21562026-05-28T00:44:04.025Z Compiling memmap2 v0.9.10
21572026-05-28T00:44:04.026Z Compiling env_filter v1.0.0
21582026-05-28T00:44:04.026Z Compiling toml_write v0.1.2
21592026-05-28T00:44:04.026Z Compiling normalize-line-endings v0.3.0
21602026-05-28T00:44:04.049Z Compiling whoami v2.1.0
21612026-05-28T00:44:04.049Z Compiling new_debug_unreachable v1.0.6
21622026-05-28T00:44:04.101Z Compiling difflib v0.4.0
21632026-05-28T00:44:04.174Z Compiling precomputed-hash v0.1.1
21642026-05-28T00:44:04.242Z Compiling fixedbitset v0.4.2
21652026-05-28T00:44:04.242Z Compiling typed-path v0.9.3
21662026-05-28T00:44:04.242Z Compiling static_assertions v1.1.0
21672026-05-28T00:44:04.286Z Compiling predicates-core v1.0.10
21682026-05-28T00:44:04.286Z Compiling keccak v0.1.6
21692026-05-28T00:44:04.324Z Compiling jiff v0.2.21
21702026-05-28T00:44:04.418Z Compiling fixedbitset v0.5.7
21712026-05-28T00:44:04.575Z Compiling data-encoding v2.10.0
21722026-05-28T00:44:04.575Z Compiling sha3 v0.10.8
21732026-05-28T00:44:04.575Z Compiling predicates v3.1.4
21742026-05-28T00:44:04.575Z Compiling petgraph v0.6.5
21752026-05-28T00:44:04.575Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21762026-05-28T00:44:04.770Z Compiling tokio-postgres v0.7.16
21772026-05-28T00:44:04.864Z Compiling petgraph v0.8.3
21782026-05-28T00:44:04.864Z Compiling hickory-proto v0.25.2
21792026-05-28T00:44:04.972Z Compiling string_cache v0.8.9
21802026-05-28T00:44:05.065Z Compiling toml_edit v0.22.27
21812026-05-28T00:44:05.374Z Compiling env_logger v0.11.9
21822026-05-28T00:44:05.535Z Compiling usdt v0.6.0
21832026-05-28T00:44:05.611Z Compiling ecdsa v0.16.9
21842026-05-28T00:44:05.839Z Compiling rsa v0.9.10
21852026-05-28T00:44:05.982Z Compiling ed25519-dalek v2.2.0
21862026-05-28T00:44:06.506Z Compiling clap v4.6.1
21872026-05-28T00:44:06.667Z Compiling crossterm v0.28.1
21882026-05-28T00:44:06.783Z Compiling zip v0.6.6
21892026-05-28T00:44:06.783Z Compiling iddqd v0.4.1
21902026-05-28T00:44:07.040Z Compiling zip v4.6.1
21912026-05-28T00:44:07.391Z Compiling serde_with v3.17.0
21922026-05-28T00:44:07.439Z Compiling similar v2.7.0
21932026-05-28T00:44:07.486Z Compiling strum v0.26.3
21942026-05-28T00:44:07.539Z Compiling toml v0.7.8
21952026-05-28T00:44:07.644Z Compiling tokio-stream v0.1.18
21962026-05-28T00:44:07.860Z Compiling itertools v0.13.0
21972026-05-28T00:44:07.898Z Compiling buf-list v1.1.2
21982026-05-28T00:44:08.090Z Compiling x509-cert v0.2.5
21992026-05-28T00:44:08.190Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22002026-05-28T00:44:08.227Z Compiling openapiv3 v2.2.0
22012026-05-28T00:44:08.462Z Compiling sha1 v0.10.6
22022026-05-28T00:44:08.699Z Compiling peg-runtime v0.8.5
22032026-05-28T00:44:08.893Z Compiling lalrpop-util v0.19.12
22042026-05-28T00:44:23.705Z Compiling rustls-webpki v0.103.9
22052026-05-28T00:44:25.438Z Compiling macaddr v1.0.1
22062026-05-28T00:44:25.479Z Compiling structmeta-derive v0.3.0
22072026-05-28T00:44:25.556Z Compiling rayon-core v1.13.0
22082026-05-28T00:44:25.625Z Compiling crucible-workspace-hack v0.1.0
22092026-05-28T00:44:25.645Z Compiling itertools v0.14.0
22102026-05-28T00:44:25.754Z Compiling secrecy v0.10.3
22112026-05-28T00:44:25.785Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-05-28T00:44:25.819Z Compiling rustls v0.22.4
22132026-05-28T00:44:25.849Z Compiling heapless v0.8.0
22142026-05-28T00:44:26.035Z Compiling crossbeam-deque v0.8.6
22152026-05-28T00:44:26.050Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-05-28T00:44:26.159Z Compiling rustls-webpki v0.102.8
22172026-05-28T00:44:26.218Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-28T00:44:26.235Z Compiling hash32 v0.3.1
22192026-05-28T00:44:26.276Z Compiling multer v3.1.0
22202026-05-28T00:44:26.284Z Compiling thread_local v1.1.9
22212026-05-28T00:44:26.337Z Compiling match_cfg v0.1.0
22222026-05-28T00:44:26.388Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-28T00:44:26.421Z Compiling compression-core v0.4.31
22242026-05-28T00:44:26.437Z Compiling slog-async v2.8.0
22252026-05-28T00:44:26.479Z Compiling smoltcp v0.11.0
22262026-05-28T00:44:26.494Z Compiling structmeta v0.3.0
22272026-05-28T00:44:26.626Z Compiling unicode-width v0.2.0
22282026-05-28T00:44:26.686Z Compiling proc-macro-crate v3.4.0
22292026-05-28T00:44:26.738Z Compiling derive-ex v0.1.8
22302026-05-28T00:44:26.781Z Compiling compression-codecs v0.4.37
22312026-05-28T00:44:26.891Z Compiling hostname v0.3.1
22322026-05-28T00:44:26.931Z Compiling ingot-macros v0.1.1
22332026-05-28T00:44:27.079Z Compiling slog-json v2.6.1
22342026-05-28T00:44:27.125Z Compiling crossbeam-channel v0.5.15
22352026-05-28T00:44:27.168Z Compiling half v2.7.1
22362026-05-28T00:44:27.247Z Compiling newtype-uuid-macros v0.1.0
22372026-05-28T00:44:27.341Z Compiling cobs v0.3.0
22382026-05-28T00:44:27.474Z Compiling thiserror-impl-no-std v2.0.2
22392026-05-28T00:44:27.545Z Compiling tokio-rustls v0.26.4
22402026-05-28T00:44:27.632Z Compiling rustls-platform-verifier v0.6.2
22412026-05-28T00:44:27.815Z Compiling hyper-rustls v0.27.7
22422026-05-28T00:44:27.832Z Compiling universal-hash v0.5.1
22432026-05-28T00:44:27.858Z Compiling async-stream-impl v0.3.6
22442026-05-28T00:44:27.976Z Compiling serde_spanned v1.0.4
22452026-05-28T00:44:27.996Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-05-28T00:44:28.011Z Compiling is-terminal v0.4.17
22472026-05-28T00:44:28.133Z Compiling reqwest v0.12.28
22482026-05-28T00:44:28.149Z Compiling reqwest v0.13.2
22492026-05-28T00:44:28.167Z Compiling proc-macro-error-attr v1.0.4
22502026-05-28T00:44:28.259Z Compiling dropshot v0.17.0
22512026-05-28T00:44:28.447Z Compiling term v1.2.1
22522026-05-28T00:44:28.455Z Compiling ciborium-io v0.2.2
22532026-05-28T00:44:28.466Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-05-28T00:44:28.486Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-05-28T00:44:28.503Z Compiling opaque-debug v0.3.1
22562026-05-28T00:44:28.521Z Compiling take_mut v0.2.2
22572026-05-28T00:44:28.570Z Compiling convert_case v0.4.0
22582026-05-28T00:44:28.595Z Compiling poly1305 v0.8.0
22592026-05-28T00:44:28.724Z Compiling tokio-rustls v0.25.0
22602026-05-28T00:44:28.751Z Compiling slog-term v2.9.2
22612026-05-28T00:44:28.798Z Compiling toml v1.0.6+spec-1.1.0
22622026-05-28T00:44:28.902Z Compiling derive_more v0.99.20
22632026-05-28T00:44:28.988Z Compiling ciborium-ll v0.2.2
22642026-05-28T00:44:29.164Z Compiling thiserror-no-std v2.0.2
22652026-05-28T00:44:29.281Z Compiling async-stream v0.3.6
22662026-05-28T00:44:29.296Z Compiling test-strategy v0.4.5
22672026-05-28T00:44:29.353Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-05-28T00:44:29.502Z Compiling postcard v1.1.3
22692026-05-28T00:44:29.521Z Compiling ingot-types v0.1.2
22702026-05-28T00:44:29.898Z Compiling tough v0.22.0
22712026-05-28T00:44:29.927Z Compiling ingot v0.1.1
22722026-05-28T00:44:30.037Z Compiling slog-bunyan v2.5.0
22732026-05-28T00:44:30.078Z Compiling num_enum_derive v0.7.6
22742026-05-28T00:44:30.188Z Compiling async-compression v0.4.41
22752026-05-28T00:44:30.626Z Compiling parse-display-derive v0.10.0
22762026-05-28T00:44:30.687Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-05-28T00:44:31.058Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-05-28T00:44:31.122Z Compiling proc-macro-crate v1.3.1
22792026-05-28T00:44:31.149Z Compiling backon v1.6.0
22802026-05-28T00:44:31.305Z Compiling waitgroup v0.1.2
22812026-05-28T00:44:31.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22822026-05-28T00:44:31.446Z Compiling password-hash v0.5.0
22832026-05-28T00:44:31.460Z Compiling chacha20 v0.9.1
22842026-05-28T00:44:31.585Z Compiling dropshot_endpoint v0.17.0
22852026-05-28T00:44:31.602Z Compiling rustls-pemfile v2.2.0
22862026-05-28T00:44:31.602Z Compiling blake2 v0.10.6
22872026-05-28T00:44:31.761Z Compiling aead v0.5.2
22882026-05-28T00:44:31.818Z Compiling foreign-types-macros v0.2.3
22892026-05-28T00:44:31.978Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
22902026-05-28T00:44:32.098Z Compiling serde_path_to_error v0.1.20
22912026-05-28T00:44:32.151Z Compiling hostname v0.4.2
22922026-05-28T00:44:32.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
22932026-05-28T00:44:32.268Z Compiling proc-macro-error v1.0.4
22942026-05-28T00:44:32.302Z Compiling instant v0.1.13
22952026-05-28T00:44:32.346Z Compiling cpufeatures v0.3.0
22962026-05-28T00:44:32.407Z Compiling typeid v1.0.3
22972026-05-28T00:44:32.410Z Compiling debug-ignore v1.0.5
22982026-05-28T00:44:32.442Z Compiling foreign-types-shared v0.3.1
22992026-05-28T00:44:32.446Z Compiling chacha20 v0.10.0
23002026-05-28T00:44:32.446Z Compiling backoff v0.4.0
23012026-05-28T00:44:32.523Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23022026-05-28T00:44:32.544Z Compiling parse-display v0.10.0
23032026-05-28T00:44:32.544Z Compiling chacha20poly1305 v0.10.1
23042026-05-28T00:44:32.574Z Compiling foreign-types v0.5.0
23052026-05-28T00:44:32.587Z Compiling argon2 v0.5.3
23062026-05-28T00:44:32.636Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23072026-05-28T00:44:32.680Z Compiling num_enum_derive v0.5.11
23082026-05-28T00:44:32.726Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-05-28T00:44:32.741Z Compiling num_enum v0.7.6
23102026-05-28T00:44:32.808Z Compiling vsss-rs v3.3.4
23112026-05-28T00:44:32.884Z Compiling ciborium v0.2.2
23122026-05-28T00:44:33.089Z Compiling tabwriter v1.4.1
23132026-05-28T00:44:33.300Z Compiling regress v0.10.5
23142026-05-28T00:44:33.437Z Compiling byte-wrapper v0.1.0
23152026-05-28T00:44:33.474Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23162026-05-28T00:44:33.512Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23172026-05-28T00:44:33.592Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-05-28T00:44:33.613Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23192026-05-28T00:44:33.717Z Compiling cstr-argument v0.1.2
23202026-05-28T00:44:33.855Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-05-28T00:44:33.909Z Compiling erased-serde v0.4.9
23222026-05-28T00:44:34.033Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-05-28T00:44:34.056Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-05-28T00:44:34.203Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-05-28T00:44:34.217Z Compiling num_enum v0.5.11
23262026-05-28T00:44:34.248Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-05-28T00:44:34.303Z Compiling rand v0.10.0
23282026-05-28T00:44:34.331Z Compiling rayon v1.11.0
23292026-05-28T00:44:34.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-05-28T00:44:34.367Z Compiling libefi-sys v0.1.0
23312026-05-28T00:44:34.431Z Compiling colored v3.1.1
23322026-05-28T00:44:34.493Z Compiling indent_write v2.2.0
23332026-05-28T00:44:34.531Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-28T00:44:34.611Z Compiling zone_cfg_derive v0.3.1
23352026-05-28T00:44:34.638Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23362026-05-28T00:44:34.670Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-05-28T00:44:34.743Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-05-28T00:44:34.902Z Compiling camino-tempfile v1.4.1
23392026-05-28T00:44:34.983Z Compiling itertools v0.12.1
23402026-05-28T00:44:35.110Z Compiling usdt-macro v0.5.0
23412026-05-28T00:44:35.126Z Compiling usdt-attr-macro v0.5.0
23422026-05-28T00:44:35.262Z Compiling num-derive v0.4.2
23432026-05-28T00:44:35.289Z Compiling bitfield-struct v0.6.2
23442026-05-28T00:44:35.317Z Compiling ordered-float v2.10.1
23452026-05-28T00:44:35.346Z Compiling blake3 v1.8.3
23462026-05-28T00:44:35.659Z Compiling memmap v0.7.0
23472026-05-28T00:44:35.720Z Compiling sigpipe v0.1.3
23482026-05-28T00:44:35.836Z Compiling swrite v0.1.0
23492026-05-28T00:44:35.853Z Compiling glob v0.3.3
23502026-05-28T00:44:35.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-05-28T00:44:35.901Z Compiling usdt v0.5.0
23522026-05-28T00:44:35.929Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-05-28T00:44:36.125Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
23542026-05-28T00:44:36.176Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-05-28T00:44:36.260Z Compiling serde-value v0.7.0
23562026-05-28T00:44:36.461Z Compiling zone v0.3.1
23572026-05-28T00:44:36.495Z Compiling serde-untagged v0.1.9
23582026-05-28T00:44:36.514Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23592026-05-28T00:44:36.793Z Compiling toml v0.8.23
23602026-05-28T00:44:36.812Z Compiling smf v0.2.3
23612026-05-28T00:44:36.852Z Compiling filetime v0.2.27
23622026-05-28T00:44:36.864Z Compiling unicode-xid v0.2.6
23632026-05-28T00:44:36.879Z Compiling arrayref v0.3.9
23642026-05-28T00:44:36.896Z Compiling constant_time_eq v0.4.2
23652026-05-28T00:44:36.977Z Compiling whoami v1.6.1
23662026-05-28T00:44:36.994Z Compiling arrayvec v0.7.6
23672026-05-28T00:44:37.023Z Compiling xattr v1.6.1
23682026-05-28T00:44:37.078Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-05-28T00:44:37.103Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-05-28T00:44:37.119Z Compiling tokio-dtrace v0.1.1
23712026-05-28T00:44:37.178Z Compiling tar v0.4.45
23722026-05-28T00:44:37.255Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-05-28T00:44:37.356Z Compiling cargo-util-schemas v0.8.2
23742026-05-28T00:44:37.448Z Compiling console v0.16.2
23752026-05-28T00:44:37.464Z Compiling gethostname v0.5.0
23762026-05-28T00:44:37.628Z Compiling cargo-platform v0.2.0
23772026-05-28T00:44:37.927Z Compiling topological-sort v0.2.2
23782026-05-28T00:44:37.958Z Compiling unit-prefix v0.5.2
23792026-05-28T00:44:38.013Z Compiling oxide-tokio-rt v0.1.4
23802026-05-28T00:44:38.031Z Compiling shell-words v1.1.1
23812026-05-28T00:44:38.120Z Compiling indicatif v0.18.4
23822026-05-28T00:44:38.155Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-05-28T00:44:38.561Z Compiling cargo_metadata v0.21.0
23842026-05-28T00:44:47.663Z Compiling progenitor-client v0.10.0
23852026-05-28T00:44:47.664Z Compiling omicron-zone-package v0.12.2
23862026-05-28T00:44:47.696Z Compiling progenitor-client v0.14.0
23872026-05-28T00:44:48.157Z Compiling progenitor-extras v0.2.0
23882026-05-28T00:44:50.340Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-05-28T00:44:50.357Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-05-28T00:44:50.373Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-28T00:44:50.448Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-05-28T00:44:50.542Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-05-28T00:44:50.646Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-05-28T00:44:50.667Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-05-28T00:44:50.739Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-05-28T00:44:50.791Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-05-28T00:44:54.692Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-05-28T00:45:02.389Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-05-28T00:45:05.463Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-05-28T00:45:06.431Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-05-28T00:45:16.162Z Finished `release` profile [optimized] target(s) in 1m 43s
24022026-05-28T00:45:16.317Z Running `target/release/omicron-package -t test target create -p dev`
24032026-05-28T00:45:16.382ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-05-28T00:45:16.386ZCreated new build target 'test' and set it as active
24052026-05-28T00:45:16.386Z
24062026-05-28T00:45:16.386Zreal 1:43.931415005
24072026-05-28T00:45:16.386Zuser 17:00.134259104
24082026-05-28T00:45:16.386Zsys 2:36.404856770
24092026-05-28T00:45:16.386Ztrap 0.461263508
24102026-05-28T00:45:16.387Ztflt 2.939846660
24112026-05-28T00:45:16.387Zdflt 4.517151455
24122026-05-28T00:45:16.387Zkflt 0.000556480
24132026-05-28T00:45:16.387Zlock 52:50.321067232
24142026-05-28T00:45:16.387Zslp 43:17.167709413
24152026-05-28T00:45:16.387Zlat 42.878972529
24162026-05-28T00:45:16.387Zstop 5:29.881491110
24172026-05-28T00:45:16.392Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-05-28T00:45:17.291Z Finished `release` profile [optimized] target(s) in 0.89s
24192026-05-28T00:45:17.365Z Running `target/release/omicron-package -t test package`
24202026-05-28T00:45:17.423ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-05-28T00:45:18.868Z Compiling heck v0.5.0
24222026-05-28T00:45:18.868Z Compiling regress v0.11.1
24232026-05-28T00:45:18.871Z Compiling unsafe-libyaml v0.2.11
24242026-05-28T00:45:19.127Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-05-28T00:45:19.148Z Compiling regress v0.10.5
24262026-05-28T00:45:19.173Z Compiling is-terminal v0.4.17
24272026-05-28T00:45:19.175Z Compiling unicode-width v0.1.14
24282026-05-28T00:45:19.214Z Compiling prettyplease v0.2.37
24292026-05-28T00:45:19.236Z Compiling bytecount v0.6.9
24302026-05-28T00:45:19.236Z Compiling rustls v0.22.4
24312026-05-28T00:45:19.239Z Compiling rustls-webpki v0.102.8
24322026-05-28T00:45:19.239Z Compiling derive-where v1.6.0
24332026-05-28T00:45:19.239Z Compiling thread_local v1.1.9
24342026-05-28T00:45:19.259Z Compiling compression-core v0.4.31
24352026-05-28T00:45:19.280Z Compiling match_cfg v0.1.0
24362026-05-28T00:45:19.337Z Compiling multer v3.1.0
24372026-05-28T00:45:19.403Z Compiling hostname v0.3.1
24382026-05-28T00:45:19.424Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-05-28T00:45:19.450Z Compiling compression-codecs v0.4.37
24402026-05-28T00:45:19.455Z Compiling slog-async v2.8.0
24412026-05-28T00:45:19.455Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24422026-05-28T00:45:19.515Z Compiling crossbeam-channel v0.5.15
24432026-05-28T00:45:19.518Z Compiling slog-json v2.6.1
24442026-05-28T00:45:19.559Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-05-28T00:45:19.562Z Compiling serde_spanned v1.0.4
24462026-05-28T00:45:19.562Z Compiling term v1.2.1
24472026-05-28T00:45:19.656Z Compiling serde_yaml v0.9.34+deprecated
24482026-05-28T00:45:19.680Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-05-28T00:45:19.708Z Compiling take_mut v0.2.2
24502026-05-28T00:45:19.768Z Compiling slog-bunyan v2.5.0
24512026-05-28T00:45:19.790Z Compiling async-compression v0.4.41
24522026-05-28T00:45:19.919Z Compiling slog-term v2.9.2
24532026-05-28T00:45:19.940Z Compiling toml v1.0.6+spec-1.1.0
24542026-05-28T00:45:19.979Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-05-28T00:45:20.019Z Compiling async-stream v0.3.6
24562026-05-28T00:45:20.119Z Compiling dropshot v0.17.0
24572026-05-28T00:45:20.119Z Compiling num-rational v0.4.2
24582026-05-28T00:45:20.165Z Compiling progenitor-client v0.14.0
24592026-05-28T00:45:20.199Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-05-28T00:45:20.238Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-05-28T00:45:20.301Z Compiling waitgroup v0.1.2
24622026-05-28T00:45:20.322Z Compiling backon v1.6.0
24632026-05-28T00:45:20.403Z Compiling rustls-pemfile v2.2.0
24642026-05-28T00:45:20.453Z Compiling num-complex v0.4.6
24652026-05-28T00:45:20.475Z Compiling hostname v0.4.2
24662026-05-28T00:45:20.499Z Compiling serde_path_to_error v0.1.20
24672026-05-28T00:45:20.503Z Compiling instant v0.1.13
24682026-05-28T00:45:20.521Z Compiling debug-ignore v1.0.5
24692026-05-28T00:45:20.564Z Compiling progenitor-extras v0.2.0
24702026-05-28T00:45:20.626Z Compiling typify-impl v0.6.2
24712026-05-28T00:45:20.648Z Compiling backoff v0.4.0
24722026-05-28T00:45:20.668Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-05-28T00:45:20.687Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-05-28T00:45:20.917Z Compiling num v0.4.3
24752026-05-28T00:45:20.938Z Compiling parse-display v0.10.0
24762026-05-28T00:45:20.990Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-05-28T00:45:21.013Z Compiling progenitor-client v0.10.0
24782026-05-28T00:45:21.034Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-05-28T00:45:21.058Z Compiling macaddr v1.0.1
24802026-05-28T00:45:21.178Z Compiling float-ord v0.3.2
24812026-05-28T00:45:21.268Z Compiling console v0.15.11
24822026-05-28T00:45:21.314Z Compiling atomicwrites v0.4.4
24832026-05-28T00:45:21.334Z Compiling newline-converter v0.3.0
24842026-05-28T00:45:21.337Z Compiling slog-dtrace v0.3.0
24852026-05-28T00:45:21.432Z Compiling cancel-safe-futures v0.1.5
24862026-05-28T00:45:21.536Z Compiling resolv-conf v0.7.6
24872026-05-28T00:45:21.612Z Compiling tokio-rustls v0.25.0
24882026-05-28T00:45:21.653Z Compiling expectorate v1.2.0
24892026-05-28T00:45:21.674Z Compiling owo-colors v4.3.0
24902026-05-28T00:45:21.745Z Compiling toml v0.8.23
24912026-05-28T00:45:21.771Z Compiling libsw-core v0.3.2
24922026-05-28T00:45:21.925Z Compiling linked-hash-map v0.5.6
24932026-05-28T00:45:21.979Z Compiling libsw v3.5.0
24942026-05-28T00:45:22.164Z Compiling linear-map v1.2.0
24952026-05-28T00:45:22.187Z Compiling lru-cache v0.1.2
24962026-05-28T00:45:22.234Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24972026-05-28T00:45:22.258Z Compiling minimal-lexical v0.2.1
24982026-05-28T00:45:22.329Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-05-28T00:45:22.353Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-05-28T00:45:22.407Z Compiling hickory-proto v0.24.4
25012026-05-28T00:45:22.449Z Compiling unicode-xid v0.2.6
25022026-05-28T00:45:22.521Z Compiling nom v7.1.3
25032026-05-28T00:45:22.571Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-05-28T00:45:22.599Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-05-28T00:45:22.682Z Compiling convert_case v0.10.0
25062026-05-28T00:45:22.981Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-05-28T00:45:23.049Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25082026-05-28T00:45:23.562Z Compiling derive_more-impl v2.1.1
25092026-05-28T00:45:23.895Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-05-28T00:45:23.954Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-05-28T00:45:24.119Z Compiling papergrid v0.11.0
25122026-05-28T00:45:24.147Z Compiling typify-macro v0.6.2
25132026-05-28T00:45:24.172Z Compiling tabled_derive v0.7.0
25142026-05-28T00:45:24.338Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25152026-05-28T00:45:24.586Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-28T00:45:24.804Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-05-28T00:45:24.953Z Compiling hickory-resolver v0.24.4
25182026-05-28T00:45:25.073Z Compiling derive_more v2.1.1
25192026-05-28T00:45:25.106Z Compiling termtree v0.5.1
25202026-05-28T00:45:25.196Z Compiling crossterm v0.29.0
25212026-05-28T00:45:25.347Z Compiling tabled v0.15.0
25222026-05-28T00:45:25.700Z Compiling typify v0.6.2
25232026-05-28T00:45:25.989Z Compiling progenitor-impl v0.14.0
25242026-05-28T00:45:26.175Z Compiling qorb v0.4.1
25252026-05-28T00:45:26.522Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-05-28T00:45:28.206Z Compiling progenitor-macro v0.14.0
25272026-05-28T00:45:28.229Z Compiling phf_shared v0.12.1
25282026-05-28T00:45:28.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-05-28T00:45:28.477Z Compiling vte v0.14.1
25302026-05-28T00:45:28.735Z Compiling csv-core v0.1.13
25312026-05-28T00:45:28.873Z Compiling chrono-tz v0.10.4
25322026-05-28T00:45:29.209Z Compiling highway v1.3.0
25332026-05-28T00:45:29.356Z Compiling csv v1.4.0
25342026-05-28T00:45:29.570Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-05-28T00:45:29.937Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-05-28T00:45:30.222Z Compiling strip-ansi-escapes v0.2.1
25372026-05-28T00:45:30.357Z Compiling phf v0.12.1
25382026-05-28T00:45:30.464Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-28T00:45:30.563Z Compiling const_format_proc_macros v0.2.34
25402026-05-28T00:45:30.793Z Compiling fd-lock v4.0.4
25412026-05-28T00:45:30.945Z Compiling peg-macros v0.8.5
25422026-05-28T00:45:30.973Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432026-05-28T00:45:31.348Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25442026-05-28T00:45:31.738Z Compiling nu-ansi-term v0.50.3
25452026-05-28T00:45:31.966Z Compiling const_format v0.2.35
25462026-05-28T00:45:32.210Z Compiling peg v0.8.5
25472026-05-28T00:45:32.261Z Compiling progenitor v0.14.0
25482026-05-28T00:45:32.313Z Compiling reedline v0.40.0
25492026-05-28T00:45:32.447Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-05-28T00:45:32.468Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-05-28T00:45:32.494Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-05-28T00:45:33.187Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-05-28T00:45:33.219Z Compiling bcs v0.1.6
25542026-05-28T00:45:33.471Z Compiling nom v8.0.0
25552026-05-28T00:45:33.662Z Compiling semver v0.1.20
25562026-05-28T00:45:33.948Z Compiling rustc_version v0.1.7
25572026-05-28T00:45:34.181Z Compiling newtype_derive v0.1.6
25582026-05-28T00:45:34.406Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-05-28T00:45:34.668Z Compiling smawk v0.3.2
25602026-05-28T00:45:34.863Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25612026-05-28T00:45:34.909Z Compiling humantime v2.3.0
25622026-05-28T00:45:34.971Z Compiling unicode-linebreak v0.1.5
25632026-05-28T00:45:35.274Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-05-28T00:45:35.306Z Compiling textwrap v0.16.2
25652026-05-28T00:45:35.426Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-05-28T00:45:35.508Z Compiling dropshot-api-manager-types v0.7.1
25672026-05-28T00:45:35.580Z Compiling base64 v0.21.7
25682026-05-28T00:45:35.669Z Compiling steno v0.4.1
25692026-05-28T00:45:35.790Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-05-28T00:45:36.117Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25712026-05-28T00:45:36.149Z Compiling progenitor-impl v0.13.0
25722026-05-28T00:45:36.242Z Compiling progenitor-client v0.13.0
25732026-05-28T00:45:36.968Z Compiling tagptr v0.2.0
25742026-05-28T00:45:37.163Z Compiling moka v0.12.13
25752026-05-28T00:45:37.339Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-05-28T00:45:37.545Z Compiling utf-8 v0.7.6
25772026-05-28T00:45:37.612Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-05-28T00:45:37.786Z Compiling tungstenite v0.21.0
25792026-05-28T00:45:37.815Z Compiling radium v0.7.0
25802026-05-28T00:45:38.135Z Compiling maybe-uninit v2.0.0
25812026-05-28T00:45:38.316Z Compiling progenitor-macro v0.13.0
25822026-05-28T00:45:38.394Z Compiling hickory-resolver v0.25.2
25832026-05-28T00:45:38.431Z Compiling tokio-tungstenite v0.21.0
25842026-05-28T00:45:38.852Z Compiling tap v1.0.1
25852026-05-28T00:45:39.011Z Compiling wyz v0.5.1
25862026-05-28T00:45:39.207Z Compiling zerocopy-derive v0.6.6
25872026-05-28T00:45:39.287Z Compiling packed_struct v0.10.1
25882026-05-28T00:45:39.561Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-05-28T00:45:39.915Z Compiling funty v2.0.0
25902026-05-28T00:45:39.990Z Compiling display-error-chain v0.2.2
25912026-05-28T00:45:40.166Z Compiling crc-catalog v2.4.0
25922026-05-28T00:45:40.305Z Compiling bitvec v1.0.1
25932026-05-28T00:45:40.478Z Compiling crc v3.4.0
25942026-05-28T00:45:40.714Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25952026-05-28T00:45:40.886Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
25962026-05-28T00:45:41.025Z Compiling zerocopy v0.6.6
25972026-05-28T00:45:41.412Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25982026-05-28T00:45:41.509Z Compiling packed_struct_codegen v0.10.1
25992026-05-28T00:45:42.129Z Compiling num-derive v0.3.3
26002026-05-28T00:45:42.493Z Compiling progenitor v0.13.0
26012026-05-28T00:45:42.542Z Compiling bitfield-macros v0.19.4
26022026-05-28T00:45:42.563Z Compiling proc-macro-error-attr2 v2.0.0
26032026-05-28T00:45:42.674Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26042026-05-28T00:45:43.002Z Compiling indexmap v1.9.3
26052026-05-28T00:45:43.026Z Compiling nodrop v0.1.14
26062026-05-28T00:45:43.154Z Compiling array-init v0.0.4
26072026-05-28T00:45:43.245Z Compiling bitfield v0.19.4
26082026-05-28T00:45:43.301Z Compiling libscf-sys v1.1.0
26092026-05-28T00:45:43.346Z Compiling proc-macro-error2 v2.0.1
26102026-05-28T00:45:43.551Z Compiling smallvec v0.6.14
26112026-05-28T00:45:43.591Z Compiling hashbrown v0.12.3
26122026-05-28T00:45:43.671Z Compiling tabled_derive v0.11.0
26132026-05-28T00:45:43.772Z Compiling serde-hex v0.1.0
26142026-05-28T00:45:43.825Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26152026-05-28T00:45:44.222Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-05-28T00:45:44.388Z Compiling ron v0.8.1
26172026-05-28T00:45:44.489Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26182026-05-28T00:45:44.519Z Compiling typify-impl v0.4.3
26192026-05-28T00:45:44.718Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26202026-05-28T00:45:44.758Z Compiling papergrid v0.17.0
26212026-05-28T00:45:44.854Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-05-28T00:45:45.016Z Compiling testing_table v0.3.0
26232026-05-28T00:45:45.452Z Compiling hashbrown v0.13.2
26242026-05-28T00:45:45.909Z Compiling vergen-gitcl v1.0.8
26252026-05-28T00:45:46.077Z Compiling dirs-sys-next v0.1.2
26262026-05-28T00:45:46.142Z Compiling crunchy v0.2.4
26272026-05-28T00:45:46.369Z Compiling crc-any v2.5.0
26282026-05-28T00:45:46.438Z Compiling glob v0.3.3
26292026-05-28T00:45:46.627Z Compiling maplit v1.0.2
26302026-05-28T00:45:46.748Z Compiling diesel_derives v2.3.7
26312026-05-28T00:45:46.802Z Compiling dirs-next v2.0.0
26322026-05-28T00:45:46.823Z Compiling clang-sys v1.8.1
26332026-05-28T00:45:46.877Z Compiling object v0.30.4
26342026-05-28T00:45:46.953Z Compiling tabled v0.20.0
26352026-05-28T00:45:47.006Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-28T00:45:47.213Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-05-28T00:45:47.256Z Compiling dsl_auto_type v0.2.0
26382026-05-28T00:45:47.434Z Compiling scheduled-thread-pool v0.2.7
26392026-05-28T00:45:47.688Z Compiling diesel_table_macro_syntax v0.3.0
26402026-05-28T00:45:47.814Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26412026-05-28T00:45:47.914Z Compiling path-slash v0.1.5
26422026-05-28T00:45:47.991Z Compiling typify-macro v0.4.3
26432026-05-28T00:45:48.041Z Compiling xshell-macros v0.2.7
26442026-05-28T00:45:48.062Z Compiling tiny-keccak v2.0.2
26452026-05-28T00:45:48.165Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-05-28T00:45:48.442Z Compiling xshell v0.2.7
26472026-05-28T00:45:48.632Z Compiling r2d2 v0.8.10
26482026-05-28T00:45:48.918Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-05-28T00:45:49.521Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-05-28T00:45:49.781Z Compiling term v0.7.0
26512026-05-28T00:45:50.427Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-05-28T00:45:50.458Z Compiling downcast-rs v2.0.2
26532026-05-28T00:45:50.594Z Compiling bit-vec v0.6.3
26542026-05-28T00:45:50.820Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26552026-05-28T00:45:50.843Z Compiling bit-set v0.5.3
26562026-05-28T00:45:51.039Z Compiling ascii-canvas v3.0.0
26572026-05-28T00:45:51.306Z Compiling itertools v0.10.5
26582026-05-28T00:45:51.508Z Compiling ena v0.14.4
26592026-05-28T00:45:51.722Z Compiling libloading v0.8.9
26602026-05-28T00:45:51.768Z Compiling unicase v2.9.0
26612026-05-28T00:45:51.957Z Compiling bindgen v0.71.1
26622026-05-28T00:45:52.090Z Compiling diff v0.1.13
26632026-05-28T00:45:52.123Z Compiling crc8 v0.1.1
26642026-05-28T00:45:52.246Z Compiling regex-syntax v0.6.29
26652026-05-28T00:45:52.352Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-05-28T00:45:52.382Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-05-28T00:45:52.432Z Compiling cexpr v0.6.0
26682026-05-28T00:45:52.940Z Compiling diesel v2.3.7
26692026-05-28T00:45:52.982Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-05-28T00:45:53.042Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-05-28T00:45:53.084Z Compiling rustc-hash v2.1.1
26722026-05-28T00:45:53.235Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-05-28T00:45:53.257Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-05-28T00:45:53.281Z Compiling typify v0.4.3
26752026-05-28T00:45:53.418Z Compiling headers-core v0.3.0
26762026-05-28T00:45:53.577Z Compiling lalrpop v0.19.12
26772026-05-28T00:45:53.665Z Compiling git-stub v1.0.0
26782026-05-28T00:45:53.841Z Compiling libxml v0.3.3
26792026-05-28T00:45:53.923Z Compiling git-stub-vcs v0.1.0
26802026-05-28T00:45:54.151Z Compiling headers v0.4.1
26812026-05-28T00:45:54.222Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-05-28T00:45:54.271Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-05-28T00:45:54.514Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-05-28T00:45:54.760Z Compiling strum_macros v0.24.3
26852026-05-28T00:45:54.983Z Compiling indoc v1.0.9
26862026-05-28T00:45:55.330Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-05-28T00:45:55.436Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-05-28T00:45:55.470Z Compiling derive_builder v0.20.2
26892026-05-28T00:45:55.491Z Compiling oso-derive v0.27.3
26902026-05-28T00:45:55.555Z Compiling quick-xml v0.37.5
26912026-05-28T00:45:55.642Z Compiling impl-trait-for-tuples v0.2.3
26922026-05-28T00:45:55.845Z Compiling half v1.8.3
26932026-05-28T00:45:56.024Z Compiling openssl-probe v0.1.6
26942026-05-28T00:45:56.093Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-05-28T00:45:56.325Z Compiling serde_cbor v0.11.2
26962026-05-28T00:45:56.379Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-05-28T00:45:56.802Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-05-28T00:45:57.050Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-05-28T00:45:57.183Z Compiling bb8 v0.8.6
27002026-05-28T00:45:57.271Z Compiling trait-variant v0.1.2
27012026-05-28T00:45:57.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-05-28T00:45:57.402Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27032026-05-28T00:45:57.563Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-05-28T00:45:57.616Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-05-28T00:45:57.758Z Compiling fxhash v0.2.1
27062026-05-28T00:45:57.806Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27072026-05-28T00:45:57.858Z Compiling salty v0.3.0
27082026-05-28T00:45:58.168Z Compiling progenitor-impl v0.10.0
27092026-05-28T00:45:58.221Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-05-28T00:45:58.270Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-05-28T00:45:58.296Z Compiling kstat-rs v0.2.4
27122026-05-28T00:45:58.392Z Compiling samael v0.0.19
27132026-05-28T00:45:58.595Z Compiling libz-sys v1.1.24
27142026-05-28T00:45:58.787Z Compiling nonempty v0.12.0
27152026-05-28T00:45:58.966Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-28T00:45:59.013Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-05-28T00:46:00.096Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-05-28T00:46:00.274Z Compiling progenitor-macro v0.10.0
27192026-05-28T00:46:00.523Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27202026-05-28T00:46:00.601Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-05-28T00:46:01.056Z Compiling polar-core v0.27.3
27222026-05-28T00:46:01.480Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-05-28T00:46:01.942Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27242026-05-28T00:46:02.063Z Compiling darling_core v0.23.0
27252026-05-28T00:46:02.607Z Compiling nanorand v0.7.0
27262026-05-28T00:46:02.978Z Compiling arc-swap v1.8.2
27272026-05-28T00:46:03.346Z Compiling fs-err v2.11.0
27282026-05-28T00:46:03.587Z Compiling parking_lot_core v0.8.6
27292026-05-28T00:46:04.060Z Compiling slog-scope v4.4.1
27302026-05-28T00:46:04.097Z Compiling mime_guess v2.0.5
27312026-05-28T00:46:04.280Z Compiling progenitor v0.10.0
27322026-05-28T00:46:04.300Z Compiling darling_macro v0.23.0
27332026-05-28T00:46:04.462Z Compiling flume v0.11.1
27342026-05-28T00:46:04.511Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-28T00:46:04.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27362026-05-28T00:46:04.845Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-28T00:46:05.321Z Compiling primeorder v0.13.6
27382026-05-28T00:46:05.644Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
27392026-05-28T00:46:06.495Z Compiling libgit2-sys v0.18.3+1.9.2
27402026-05-28T00:46:06.739Z Compiling instability v0.3.11
27412026-05-28T00:46:06.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-05-28T00:46:07.019Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-28T00:46:07.174Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
27442026-05-28T00:46:07.283Z Compiling p384 v0.13.1
27452026-05-28T00:46:07.990Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-05-28T00:46:08.285Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-05-28T00:46:08.542Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-05-28T00:46:12.356Z Compiling oso v0.27.3
27492026-05-28T00:46:12.980Z Compiling diesel-dtrace v0.5.0
27502026-05-28T00:46:13.299Z Compiling async-bb8-diesel v0.2.1
27512026-05-28T00:46:13.403Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-05-28T00:46:13.895Z Compiling darling v0.23.0
27532026-05-28T00:46:14.051Z Compiling slog-stdlog v4.1.1
27542026-05-28T00:46:15.086Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27552026-05-28T00:46:15.109Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27562026-05-28T00:46:15.182Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-05-28T00:46:15.371Z Compiling ignore v0.4.25
27582026-05-28T00:46:16.097Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-28T00:46:16.303Z Compiling castaway v0.2.4
27602026-05-28T00:46:16.459Z Compiling atty v0.2.14
27612026-05-28T00:46:16.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-28T00:46:16.607Z Compiling parse-size v1.1.0
27632026-05-28T00:46:16.734Z Compiling indoc v2.0.7
27642026-05-28T00:46:16.867Z Compiling http-range v0.1.5
27652026-05-28T00:46:17.198Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-05-28T00:46:17.514Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27672026-05-28T00:46:17.999Z Compiling compact_str v0.8.1
27682026-05-28T00:46:18.022Z Compiling globwalk v0.9.1
27692026-05-28T00:46:18.683Z Compiling parking_lot v0.11.2
27702026-05-28T00:46:18.708Z Compiling slog-envlogger v2.2.0
27712026-05-28T00:46:18.731Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27722026-05-28T00:46:19.877Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-28T00:46:19.899Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-05-28T00:46:20.387Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-05-28T00:46:20.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-28T00:46:20.500Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-05-28T00:46:20.958Z Compiling progenitor-impl v0.11.2
27782026-05-28T00:46:21.152Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-05-28T00:46:21.215Z Compiling predicates-tree v1.0.13
27802026-05-28T00:46:21.259Z Compiling unicode-truncate v1.1.0
27812026-05-28T00:46:21.470Z Compiling lru v0.12.5
27822026-05-28T00:46:21.492Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-28T00:46:21.672Z Compiling rand_seeder v0.4.0
27842026-05-28T00:46:21.698Z Compiling prefix-trie v0.7.0
27852026-05-28T00:46:21.933Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27862026-05-28T00:46:22.039Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-05-28T00:46:22.195Z Compiling vergen-git2 v1.0.7
27882026-05-28T00:46:22.216Z Compiling illumos-nvpair-sys v0.2.0
27892026-05-28T00:46:22.362Z Compiling corncobs v0.1.4
27902026-05-28T00:46:22.432Z Compiling cassowary v0.3.0
27912026-05-28T00:46:22.505Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-05-28T00:46:22.563Z Compiling hickory-server v0.25.2
27932026-05-28T00:46:22.601Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-05-28T00:46:22.623Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-05-28T00:46:22.742Z Compiling ratatui v0.29.0
27962026-05-28T00:46:22.838Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-05-28T00:46:22.906Z Compiling camino-tempfile-ext v0.3.3
27982026-05-28T00:46:23.085Z Compiling progenitor-macro v0.11.2
27992026-05-28T00:46:23.257Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-05-28T00:46:23.554Z Compiling hyper-staticfile v0.10.1
28012026-05-28T00:46:24.012Z Compiling sled v0.34.7
28022026-05-28T00:46:24.757Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28032026-05-28T00:46:25.510Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28042026-05-28T00:46:26.862Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28052026-05-28T00:46:27.081Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-05-28T00:46:27.312Z Compiling progenitor-client v0.11.2
28072026-05-28T00:46:27.561Z Compiling secrecy v0.8.0
28082026-05-28T00:46:27.638Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28092026-05-28T00:46:27.754Z Compiling rustls v0.21.12
28102026-05-28T00:46:27.901Z Compiling progenitor v0.11.2
28112026-05-28T00:46:28.086Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-05-28T00:46:28.149Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28132026-05-28T00:46:28.323Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-05-28T00:46:29.819Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28152026-05-28T00:46:30.138Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28162026-05-28T00:46:30.768Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28172026-05-28T00:46:30.937Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28182026-05-28T00:46:32.742Z Compiling git2 v0.20.4
28192026-05-28T00:46:33.182Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28202026-05-28T00:46:33.215Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-05-28T00:46:33.434Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-05-28T00:46:33.656Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28232026-05-28T00:46:33.745Z Compiling sct v0.7.1
28242026-05-28T00:46:33.876Z Compiling rustls-webpki v0.101.7
28252026-05-28T00:46:34.015Z Compiling nix v0.29.0
28262026-05-28T00:46:34.435Z Compiling dropshot v0.16.7
28272026-05-28T00:46:34.666Z Compiling void v1.0.2
28282026-05-28T00:46:34.820Z Compiling lzss v0.8.2
28292026-05-28T00:46:35.659Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28302026-05-28T00:46:35.680Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-05-28T00:46:35.703Z Compiling illumos-nvpair v0.3.0
28322026-05-28T00:46:35.808Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-28T00:46:36.421Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-05-28T00:46:36.771Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-05-28T00:46:36.839Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-28T00:46:36.947Z Compiling tungstenite v0.23.0
28372026-05-28T00:46:37.086Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-05-28T00:46:37.108Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392026-05-28T00:46:37.330Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28402026-05-28T00:46:37.489Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-05-28T00:46:37.558Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-05-28T00:46:37.716Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28432026-05-28T00:46:37.779Z Compiling toml v0.9.12+spec-1.1.0
28442026-05-28T00:46:37.802Z Compiling nix v0.27.1
28452026-05-28T00:46:37.936Z Compiling dropshot_endpoint v0.16.7
28462026-05-28T00:46:38.953Z Compiling serde_bytes v0.11.19
28472026-05-28T00:46:39.208Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28482026-05-28T00:46:39.272Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-05-28T00:46:39.431Z Compiling tokio-tungstenite v0.23.1
28502026-05-28T00:46:39.821Z Compiling tokio-rustls v0.24.1
28512026-05-28T00:46:40.146Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-05-28T00:46:42.034Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-28T00:46:43.157Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-05-28T00:46:43.700Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-05-28T00:46:44.194Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562026-05-28T00:46:44.782Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28572026-05-28T00:46:45.269Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28582026-05-28T00:46:45.312Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28592026-05-28T00:46:45.867Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28602026-05-28T00:46:46.944Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28612026-05-28T00:46:47.317Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28622026-05-28T00:46:47.631Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-28T00:46:48.407Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-05-28T00:46:48.587Z Compiling rustls-pemfile v1.0.4
28652026-05-28T00:46:49.012Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-05-28T00:46:49.072Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-05-28T00:46:49.095Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28682026-05-28T00:46:49.358Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28692026-05-28T00:46:50.366Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-05-28T00:46:50.480Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-05-28T00:46:52.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28722026-05-28T00:46:52.280Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28732026-05-28T00:46:52.432Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-05-28T00:46:53.281Z Compiling signal-hook-tokio v0.3.1
28752026-05-28T00:46:53.388Z Compiling twox-hash v2.1.2
28762026-05-28T00:46:53.471Z Compiling yasna v0.5.2
28772026-05-28T00:46:53.834Z Compiling is_ci v1.2.0
28782026-05-28T00:46:53.949Z Compiling supports-color v3.0.2
28792026-05-28T00:46:54.034Z Compiling rcgen v0.12.1
28802026-05-28T00:46:54.208Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-28T00:46:54.239Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28822026-05-28T00:46:54.375Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28832026-05-28T00:46:54.414Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28842026-05-28T00:46:54.974Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28852026-05-28T00:46:55.236Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-05-28T00:46:56.300Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28872026-05-28T00:46:57.192Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28882026-05-28T00:46:58.419Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-05-28T00:46:58.731Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-05-28T00:46:58.935Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-05-28T00:46:58.963Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28922026-05-28T00:46:59.168Z Compiling fatfs v0.3.6
28932026-05-28T00:46:59.171Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28942026-05-28T00:46:59.215Z Compiling rtoolbox v0.0.3
28952026-05-28T00:46:59.400Z Compiling subprocess v0.2.15
28962026-05-28T00:46:59.497Z Compiling seq-macro v0.3.6
28972026-05-28T00:46:59.984Z Compiling assert_matches v1.5.0
28982026-05-28T00:47:00.113Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-05-28T00:47:00.368Z Compiling rpassword v7.4.0
29002026-05-28T00:47:00.764Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-05-28T00:47:01.625Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-05-28T00:47:01.763Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29032026-05-28T00:47:02.133Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29042026-05-28T00:47:02.921Z Compiling tui-tree-widget v0.23.1
29052026-05-28T00:47:03.209Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29062026-05-28T00:47:03.569Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29072026-05-28T00:47:04.093Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29082026-05-28T00:47:04.249Z Compiling uzers v0.12.2
29092026-05-28T00:47:04.787Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29102026-05-28T00:47:05.147Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29112026-05-28T00:47:06.284Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29122026-05-28T00:47:07.699Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29132026-05-28T00:47:09.020Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29142026-05-28T00:47:11.054Z Compiling support-bundle-viewer v0.1.2
29152026-05-28T00:47:11.232Z Compiling multimap v0.10.1
29162026-05-28T00:47:20.461Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-05-28T00:47:20.866Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-05-28T00:47:21.862Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-05-28T00:47:30.501Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202026-05-28T00:53:15.028Z Finished `release` profile [optimized] target(s) in 7m 57s
29212026-05-28T00:54:00.819Z
29222026-05-28T00:54:00.819Zreal 8:44.403641885
29232026-05-28T00:54:00.819Zuser 1:18:21.937912424
29242026-05-28T00:54:00.822Zsys 3:30.918472368
29252026-05-28T00:54:00.822Ztrap 1.781101964
29262026-05-28T00:54:00.822Ztflt 2.313651640
29272026-05-28T00:54:00.822Zdflt 15.194575215
29282026-05-28T00:54:00.822Zkflt 0.027644267
29292026-05-28T00:54:00.822Zlock 6:40:22.346081303
29302026-05-28T00:54:00.822Zslp 2:13:55.620689949
29312026-05-28T00:54:00.822Zlat 2:30.056466988
29322026-05-28T00:54:00.822Zstop 5:29.653263352
29332026-05-28T00:54:00.822Z+ mapfile -t packages
29342026-05-28T00:54:00.822Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29352026-05-28T00:54:01.787Z Finished `release` profile [optimized] target(s) in 0.95s
29362026-05-28T00:54:01.868Z Running `target/release/omicron-package -t test list-outputs`
29372026-05-28T00:54:01.927ZLogging to: /work/oxidecomputer/omicron/out/LOG
29382026-05-28T00:54:01.931Z+ ptime -m cargo build --locked --release -p xtask
29392026-05-28T00:54:02.475Z Compiling libc v0.2.185
29402026-05-28T00:54:02.475Z Compiling serde v1.0.228
29412026-05-28T00:54:02.475Z Compiling serde_core v1.0.228
29422026-05-28T00:54:02.478Z Compiling rustix v1.1.3
29432026-05-28T00:54:02.479Z Compiling bitflags v2.11.0
29442026-05-28T00:54:02.479Z Compiling serde_json v1.0.149
29452026-05-28T00:54:02.609Z Compiling num-traits v0.2.19
29462026-05-28T00:54:02.620Z Compiling syn v2.0.117
29472026-05-28T00:54:02.652Z Compiling smallvec v1.15.1
29482026-05-28T00:54:02.655Z Compiling indexmap v2.14.0
29492026-05-28T00:54:02.674Z Compiling usdt-impl v0.5.0
29502026-05-28T00:54:02.685Z Compiling syn v1.0.109
29512026-05-28T00:54:02.698Z Compiling percent-encoding v2.3.2
29522026-05-28T00:54:02.698Z Compiling log v0.4.29
29532026-05-28T00:54:02.882Z Compiling getrandom v0.4.1
29542026-05-28T00:54:02.945Z Compiling form_urlencoded v1.2.2
29552026-05-28T00:54:03.066Z Compiling fs-err v3.3.0
29562026-05-28T00:54:03.070Z Compiling once_cell v1.21.3
29572026-05-28T00:54:03.101Z Compiling heck v0.4.1
29582026-05-28T00:54:03.103Z Compiling anyhow v1.0.102
29592026-05-28T00:54:03.324Z Compiling thread-id v4.2.2
29602026-05-28T00:54:03.333Z Compiling errno v0.3.14
29612026-05-28T00:54:03.369Z Compiling memmap v0.7.0
29622026-05-28T00:54:03.629Z Compiling ordered-float v2.10.1
29632026-05-28T00:54:04.155Z Compiling proc-macro-error v1.0.4
29642026-05-28T00:54:04.364Z Compiling terminal_size v0.4.3
29652026-05-28T00:54:04.364Z Compiling tempfile v3.25.0
29662026-05-28T00:54:04.397Z Compiling tabled_derive v0.7.0
29672026-05-28T00:54:04.458Z Compiling clap_builder v4.6.0
29682026-05-28T00:54:04.458Z Compiling textwrap v0.16.2
29692026-05-28T00:54:04.599Z Compiling camino-tempfile v1.4.1
29702026-05-28T00:54:05.050Z Compiling tabled v0.15.0
29712026-05-28T00:54:05.141Z Compiling synstructure v0.13.2
29722026-05-28T00:54:05.141Z Compiling pest_generator v2.8.6
29732026-05-28T00:54:05.530Z Compiling serde_derive v1.0.228
29742026-05-28T00:54:05.530Z Compiling zerovec-derive v0.11.2
29752026-05-28T00:54:05.533Z Compiling displaydoc v0.2.5
29762026-05-28T00:54:05.533Z Compiling thiserror-impl v1.0.69
29772026-05-28T00:54:05.533Z Compiling zerocopy-derive v0.7.35
29782026-05-28T00:54:05.533Z Compiling scroll_derive v0.12.1
29792026-05-28T00:54:05.533Z Compiling thiserror-impl v2.0.18
29802026-05-28T00:54:05.533Z Compiling clap_derive v4.6.1
29812026-05-28T00:54:05.564Z Compiling zerofrom-derive v0.1.6
29822026-05-28T00:54:05.567Z Compiling yoke-derive v0.8.1
29832026-05-28T00:54:05.660Z Compiling pest_derive v2.8.6
29842026-05-28T00:54:06.253Z Compiling scroll v0.12.0
29852026-05-28T00:54:06.397Z Compiling zerocopy v0.7.35
29862026-05-28T00:54:06.578Z Compiling goblin v0.8.2
29872026-05-28T00:54:06.650Z Compiling thiserror v1.0.69
29882026-05-28T00:54:06.673Z Compiling thiserror v2.0.18
29892026-05-28T00:54:06.685Z Compiling zerofrom v0.1.6
29902026-05-28T00:54:06.756Z Compiling dtrace-parser v0.2.0
29912026-05-28T00:54:06.800Z Compiling yoke v0.8.1
29922026-05-28T00:54:06.984Z Compiling zerovec v0.11.5
29932026-05-28T00:54:07.014Z Compiling zerotrie v0.2.3
29942026-05-28T00:54:07.210Z Compiling clap v4.6.1
29952026-05-28T00:54:07.601Z Compiling tinystr v0.8.2
29962026-05-28T00:54:07.834Z Compiling icu_locale_core v2.1.1
29972026-05-28T00:54:07.866Z Compiling potential_utf v0.1.4
29982026-05-28T00:54:08.073Z Compiling icu_collections v2.1.1
29992026-05-28T00:54:08.714Z Compiling icu_provider v2.1.1
30002026-05-28T00:54:08.803Z Compiling toml_datetime v0.6.11
30012026-05-28T00:54:08.957Z Compiling serde_spanned v0.6.9
30022026-05-28T00:54:08.970Z Compiling dof v0.3.0
30032026-05-28T00:54:09.156Z Compiling icu_properties v2.1.2
30042026-05-28T00:54:09.169Z Compiling icu_normalizer v2.1.1
30052026-05-28T00:54:09.210Z Compiling toml_edit v0.22.27
30062026-05-28T00:54:09.433Z Compiling serde_tokenstream v0.2.3
30072026-05-28T00:54:09.504Z Compiling serde-value v0.7.0
30082026-05-28T00:54:09.569Z Compiling cargo-platform v0.2.0
30092026-05-28T00:54:09.688Z Compiling macaddr v1.0.1
30102026-05-28T00:54:09.892Z Compiling usdt-macro v0.5.0
30112026-05-28T00:54:09.920Z Compiling usdt-attr-macro v0.5.0
30122026-05-28T00:54:10.053Z Compiling idna_adapter v1.2.1
30132026-05-28T00:54:10.185Z Compiling idna v1.1.0
30142026-05-28T00:54:10.542Z Compiling url v2.5.8
30152026-05-28T00:54:10.586Z Compiling usdt v0.5.0
30162026-05-28T00:54:10.770Z Compiling toml v0.8.23
30172026-05-28T00:54:11.216Z Compiling cargo-util-schemas v0.8.2
30182026-05-28T00:54:11.232Z Compiling cargo_toml v0.21.0
30192026-05-28T00:54:12.241Z Compiling cargo_metadata v0.21.0
30202026-05-28T00:54:15.295Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-05-28T00:54:18.293Z Finished `release` profile [optimized] target(s) in 16.35s
30222026-05-28T00:54:18.419Z
30232026-05-28T00:54:18.419Zreal 16.454187694
30242026-05-28T00:54:18.419Zuser 2:21.422174114
30252026-05-28T00:54:18.419Zsys 16.345945092
30262026-05-28T00:54:18.419Ztrap 0.086627856
30272026-05-28T00:54:18.419Ztflt 0.440222408
30282026-05-28T00:54:18.419Zdflt 1.518570064
30292026-05-28T00:54:18.422Zkflt 0.000029870
30302026-05-28T00:54:18.422Zlock 5:04.760571157
30312026-05-28T00:54:18.422Zslp 3:18.491384277
30322026-05-28T00:54:18.422Zlat 6.302362903
30332026-05-28T00:54:18.422Zstop 19.309737660
30342026-05-28T00:54:18.422Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-05-28T00:54:18.422Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-05-28T00:54:18.422Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-05-28T00:54:18.422Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-05-28T00:54:18.422Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-05-28T00:54:19.380Z Compiling newtype-uuid-macros v0.1.0
30402026-05-28T00:54:19.382Z Compiling regress v0.10.5
30412026-05-28T00:54:19.383Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-05-28T00:54:19.383Z Compiling structmeta-derive v0.3.0
30432026-05-28T00:54:19.383Z Compiling rustls v0.22.4
30442026-05-28T00:54:19.383Z Compiling progenitor-client v0.14.0
30452026-05-28T00:54:19.383Z Compiling rustls-webpki v0.102.8
30462026-05-28T00:54:19.530Z Compiling multer v3.1.0
30472026-05-28T00:54:19.533Z Compiling match_cfg v0.1.0
30482026-05-28T00:54:19.533Z Compiling debug-ignore v1.0.5
30492026-05-28T00:54:19.533Z Compiling compression-core v0.4.31
30502026-05-28T00:54:19.545Z Compiling slog-json v2.6.1
30512026-05-28T00:54:19.567Z Compiling async-stream-impl v0.3.6
30522026-05-28T00:54:19.570Z Compiling serde_spanned v1.0.4
30532026-05-28T00:54:19.570Z Compiling toml_datetime v1.0.0+spec-1.1.0
30542026-05-28T00:54:19.570Z Compiling dropshot v0.17.0
30552026-05-28T00:54:19.739Z Compiling compression-codecs v0.4.37
30562026-05-28T00:54:19.821Z Compiling hostname v0.3.1
30572026-05-28T00:54:19.837Z Compiling toml_writer v1.0.6+spec-1.1.0
30582026-05-28T00:54:19.840Z Compiling itertools v0.14.0
30592026-05-28T00:54:19.857Z Compiling waitgroup v0.1.2
30602026-05-28T00:54:19.876Z Compiling rustls-pemfile v2.2.0
30612026-05-28T00:54:19.945Z Compiling async-compression v0.4.41
30622026-05-28T00:54:19.984Z Compiling slog-bunyan v2.5.0
30632026-05-28T00:54:20.006Z Compiling dropshot_endpoint v0.17.0
30642026-05-28T00:54:20.041Z Compiling serde_path_to_error v0.1.20
30652026-05-28T00:54:20.056Z Compiling hostname v0.4.2
30662026-05-28T00:54:20.095Z Compiling toml v1.0.6+spec-1.1.0
30672026-05-28T00:54:20.148Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-05-28T00:54:20.168Z Compiling macaddr v1.0.1
30692026-05-28T00:54:20.207Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-05-28T00:54:20.235Z Compiling instant v0.1.13
30712026-05-28T00:54:20.285Z Compiling progenitor-client v0.10.0
30722026-05-28T00:54:20.302Z Compiling async-stream v0.3.6
30732026-05-28T00:54:20.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-05-28T00:54:20.345Z Compiling backon v1.6.0
30752026-05-28T00:54:20.362Z Compiling backoff v0.4.0
30762026-05-28T00:54:20.404Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30772026-05-28T00:54:20.420Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30782026-05-28T00:54:20.435Z Compiling universal-hash v0.5.1
30792026-05-28T00:54:20.496Z Compiling unsafe-libyaml v0.2.11
30802026-05-28T00:54:20.512Z Compiling progenitor-extras v0.2.0
30812026-05-28T00:54:20.569Z Compiling opaque-debug v0.3.1
30822026-05-28T00:54:20.587Z Compiling half v2.7.1
30832026-05-28T00:54:20.590Z Compiling ciborium-io v0.2.2
30842026-05-28T00:54:20.619Z Compiling crucible-workspace-hack v0.1.0
30852026-05-28T00:54:20.643Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30862026-05-28T00:54:20.659Z Compiling regress v0.11.1
30872026-05-28T00:54:20.718Z Compiling convert_case v0.4.0
30882026-05-28T00:54:20.783Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30892026-05-28T00:54:20.803Z Compiling aead v0.5.2
30902026-05-28T00:54:20.851Z Compiling ciborium-ll v0.2.2
30912026-05-28T00:54:20.883Z Compiling structmeta v0.3.0
30922026-05-28T00:54:20.911Z Compiling secrecy v0.10.3
30932026-05-28T00:54:20.955Z Compiling poly1305 v0.8.0
30942026-05-28T00:54:20.987Z Compiling chacha20 v0.9.1
30952026-05-28T00:54:21.029Z Compiling ciborium v0.2.2
30962026-05-28T00:54:21.061Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-28T00:54:21.090Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30982026-05-28T00:54:21.107Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-05-28T00:54:21.126Z Compiling derive_more v0.99.20
31002026-05-28T00:54:21.129Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31012026-05-28T00:54:21.129Z Compiling derive-ex v0.1.8
31022026-05-28T00:54:21.263Z Compiling parse-display-derive v0.10.0
31032026-05-28T00:54:21.281Z Compiling thiserror-impl-no-std v2.0.2
31042026-05-28T00:54:21.335Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31052026-05-28T00:54:21.423Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31062026-05-28T00:54:21.491Z Compiling byte-wrapper v0.1.0
31072026-05-28T00:54:21.510Z Compiling password-hash v0.5.0
31082026-05-28T00:54:21.582Z Compiling blake2 v0.10.6
31092026-05-28T00:54:21.621Z Compiling chacha20poly1305 v0.10.1
31102026-05-28T00:54:21.716Z Compiling toml_edit v0.23.10+spec-1.0.0
31112026-05-28T00:54:21.797Z Compiling indent_write v2.2.0
31122026-05-28T00:54:21.825Z Compiling heapless v0.8.0
31132026-05-28T00:54:21.864Z Compiling argon2 v0.5.3
31142026-05-28T00:54:21.935Z Compiling tokio-rustls v0.25.0
31152026-05-28T00:54:21.956Z Compiling ingot-macros v0.1.1
31162026-05-28T00:54:22.185Z Compiling tabwriter v1.4.1
31172026-05-28T00:54:22.352Z Compiling typify-impl v0.6.2
31182026-05-28T00:54:22.436Z Compiling proc-macro-crate v3.4.0
31192026-05-28T00:54:22.516Z Compiling thiserror-no-std v2.0.2
31202026-05-28T00:54:22.548Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31212026-05-28T00:54:22.636Z Compiling vsss-rs v3.3.4
31222026-05-28T00:54:22.806Z Compiling num-rational v0.4.2
31232026-05-28T00:54:22.840Z Compiling hash32 v0.3.1
31242026-05-28T00:54:22.863Z Compiling test-strategy v0.4.5
31252026-05-28T00:54:22.980Z Compiling num-complex v0.4.6
31262026-05-28T00:54:23.015Z Compiling parse-display v0.10.0
31272026-05-28T00:54:23.032Z Compiling num_enum_derive v0.7.6
31282026-05-28T00:54:23.049Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-28T00:54:23.085Z Compiling smoltcp v0.11.0
31302026-05-28T00:54:23.294Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31312026-05-28T00:54:23.338Z Compiling num v0.4.3
31322026-05-28T00:54:23.432Z Compiling atomicwrites v0.4.4
31332026-05-28T00:54:23.433Z Compiling cobs v0.3.0
31342026-05-28T00:54:23.465Z Compiling float-ord v0.3.2
31352026-05-28T00:54:23.504Z Compiling colored v3.1.1
31362026-05-28T00:54:23.522Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31372026-05-28T00:54:23.608Z Compiling postcard v1.1.3
31382026-05-28T00:54:23.657Z Compiling proc-macro-error v1.0.4
31392026-05-28T00:54:23.682Z Compiling proc-macro-crate v1.3.1
31402026-05-28T00:54:23.697Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31412026-05-28T00:54:23.758Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31422026-05-28T00:54:23.774Z Compiling foreign-types-macros v0.2.3
31432026-05-28T00:54:23.895Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31442026-05-28T00:54:23.943Z Compiling cpufeatures v0.3.0
31452026-05-28T00:54:23.965Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462026-05-28T00:54:23.982Z Compiling rayon-core v1.13.0
31472026-05-28T00:54:24.001Z Compiling foreign-types-shared v0.3.1
31482026-05-28T00:54:24.018Z Compiling chacha20 v0.10.0
31492026-05-28T00:54:24.133Z Compiling num_enum v0.7.6
31502026-05-28T00:54:24.192Z Compiling num_enum_derive v0.5.11
31512026-05-28T00:54:24.210Z Compiling toml v0.8.23
31522026-05-28T00:54:24.226Z Compiling crossbeam-deque v0.8.6
31532026-05-28T00:54:24.271Z Compiling camino-tempfile v1.4.1
31542026-05-28T00:54:24.286Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-28T00:54:24.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
31562026-05-28T00:54:24.318Z Compiling cstr-argument v0.1.2
31572026-05-28T00:54:24.415Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31582026-05-28T00:54:24.431Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31592026-05-28T00:54:24.468Z Compiling foreign-types v0.5.0
31602026-05-28T00:54:24.499Z Compiling rand v0.10.0
31612026-05-28T00:54:24.528Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-05-28T00:54:24.567Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31632026-05-28T00:54:24.681Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-05-28T00:54:24.755Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31652026-05-28T00:54:24.771Z Compiling zone_cfg_derive v0.3.1
31662026-05-28T00:54:24.795Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-05-28T00:54:24.855Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-05-28T00:54:24.893Z Compiling rayon v1.11.0
31692026-05-28T00:54:24.912Z Compiling itertools v0.12.1
31702026-05-28T00:54:24.915Z Compiling ingot-types v0.1.2
31712026-05-28T00:54:24.948Z Compiling num-derive v0.4.2
31722026-05-28T00:54:24.983Z Compiling sigpipe v0.1.3
31732026-05-28T00:54:25.019Z Compiling prettyplease v0.2.37
31742026-05-28T00:54:25.046Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31752026-05-28T00:54:25.083Z Compiling glob v0.3.3
31762026-05-28T00:54:25.172Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-05-28T00:54:25.281Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-28T00:54:25.310Z Compiling ingot v0.1.1
31792026-05-28T00:54:25.377Z Compiling num_enum v0.5.11
31802026-05-28T00:54:25.418Z Compiling smf v0.2.3
31812026-05-28T00:54:25.451Z Compiling whoami v1.6.1
31822026-05-28T00:54:25.502Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31832026-05-28T00:54:25.525Z Compiling usdt-attr-macro v0.5.0
31842026-05-28T00:54:25.560Z Compiling usdt-macro v0.5.0
31852026-05-28T00:54:25.793Z Compiling gethostname v0.5.0
31862026-05-28T00:54:25.842Z Compiling memmap v0.7.0
31872026-05-28T00:54:25.938Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31882026-05-28T00:54:25.957Z Compiling derive-where v1.6.0
31892026-05-28T00:54:25.989Z Compiling resolv-conf v0.7.6
31902026-05-28T00:54:26.058Z Compiling zone v0.3.1
31912026-05-28T00:54:26.076Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31922026-05-28T00:54:26.180Z Compiling cancel-safe-futures v0.1.5
31932026-05-28T00:54:26.245Z Compiling owo-colors v4.3.0
31942026-05-28T00:54:26.372Z Compiling libsw-core v0.3.2
31952026-05-28T00:54:26.388Z Compiling console v0.15.11
31962026-05-28T00:54:26.391Z Compiling hickory-proto v0.24.4
31972026-05-28T00:54:26.425Z Compiling usdt v0.5.0
31982026-05-28T00:54:26.568Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31992026-05-28T00:54:26.699Z Compiling libsw v3.5.0
32002026-05-28T00:54:26.717Z Compiling newline-converter v0.3.0
32012026-05-28T00:54:26.734Z Compiling linked-hash-map v0.5.6
32022026-05-28T00:54:26.750Z Compiling libefi-sys v0.1.0
32032026-05-28T00:54:26.782Z Compiling linear-map v1.2.0
32042026-05-28T00:54:26.802Z Compiling git-stub v1.0.0
32052026-05-28T00:54:26.861Z Compiling expectorate v1.2.0
32062026-05-28T00:54:26.906Z Compiling lru-cache v0.1.2
32072026-05-28T00:54:26.954Z Compiling bitfield-struct v0.6.2
32082026-05-28T00:54:26.996Z Compiling nom v8.0.0
32092026-05-28T00:54:26.999Z Compiling typify-macro v0.6.2
32102026-05-28T00:54:27.032Z Compiling semver v0.1.20
32112026-05-28T00:54:27.064Z Compiling git-stub-vcs v0.1.0
32122026-05-28T00:54:27.067Z Compiling tokio-dtrace v0.1.1
32132026-05-28T00:54:27.101Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32142026-05-28T00:54:27.188Z Compiling dropshot-api-manager-types v0.7.1
32152026-05-28T00:54:27.265Z Compiling rustc_version v0.1.7
32162026-05-28T00:54:27.293Z Compiling slog-dtrace v0.3.0
32172026-05-28T00:54:27.347Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32182026-05-28T00:54:27.365Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-05-28T00:54:27.416Z Compiling minimal-lexical v0.2.1
32202026-05-28T00:54:27.434Z Compiling oxide-tokio-rt v0.1.4
32212026-05-28T00:54:27.459Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32222026-05-28T00:54:27.477Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-28T00:54:27.535Z Compiling newtype_derive v0.1.6
32242026-05-28T00:54:27.552Z Compiling typify-impl v0.4.3
32252026-05-28T00:54:27.582Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32262026-05-28T00:54:27.662Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-28T00:54:27.679Z Compiling nom v7.1.3
32282026-05-28T00:54:27.697Z Compiling phf_shared v0.12.1
32292026-05-28T00:54:27.726Z Compiling csv-core v0.1.13
32302026-05-28T00:54:27.756Z Compiling highway v1.3.0
32312026-05-28T00:54:27.774Z Compiling chrono-tz v0.10.4
32322026-05-28T00:54:27.898Z Compiling xshell-macros v0.2.7
32332026-05-28T00:54:27.987Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-05-28T00:54:28.021Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32352026-05-28T00:54:28.144Z Compiling csv v1.4.0
32362026-05-28T00:54:28.161Z Compiling phf v0.12.1
32372026-05-28T00:54:28.176Z Compiling const_format_proc_macros v0.2.34
32382026-05-28T00:54:28.323Z Compiling xshell v0.2.7
32392026-05-28T00:54:28.356Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-28T00:54:28.409Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32412026-05-28T00:54:28.523Z Compiling hickory-resolver v0.24.4
32422026-05-28T00:54:28.688Z Compiling primeorder v0.13.6
32432026-05-28T00:54:28.706Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-28T00:54:28.883Z Compiling typify v0.6.2
32452026-05-28T00:54:28.986Z Compiling progenitor-impl v0.14.0
32462026-05-28T00:54:28.989Z Compiling tabled_derive v0.7.0
32472026-05-28T00:54:29.030Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-05-28T00:54:29.032Z Compiling bcs v0.1.6
32492026-05-28T00:54:29.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-05-28T00:54:29.065Z Compiling const_format v0.2.35
32512026-05-28T00:54:29.308Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32522026-05-28T00:54:29.396Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32532026-05-28T00:54:29.450Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-28T00:54:29.609Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
32552026-05-28T00:54:29.674Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=84e91b62621406f38e4d0870a92bafacad96536e#84e91b62)
32562026-05-28T00:54:29.706Z Compiling qorb v0.4.1
32572026-05-28T00:54:29.756Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-05-28T00:54:29.884Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-05-28T00:54:29.977Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-05-28T00:54:30.096Z Compiling tagptr v0.2.0
32612026-05-28T00:54:30.277Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-05-28T00:54:30.343Z Compiling salty v0.3.0
32632026-05-28T00:54:30.417Z Compiling termtree v0.5.1
32642026-05-28T00:54:30.456Z Compiling textwrap v0.16.2
32652026-05-28T00:54:30.601Z Compiling moka v0.12.13
32662026-05-28T00:54:30.651Z Compiling tabled v0.15.0
32672026-05-28T00:54:30.696Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-05-28T00:54:30.852Z Compiling steno v0.4.1
32692026-05-28T00:54:30.886Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-05-28T00:54:30.946Z Compiling humantime v2.3.0
32712026-05-28T00:54:30.966Z Compiling radium v0.7.0
32722026-05-28T00:54:31.053Z Compiling base64 v0.21.7
32732026-05-28T00:54:31.249Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32742026-05-28T00:54:31.351Z Compiling hickory-resolver v0.25.2
32752026-05-28T00:54:31.412Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-05-28T00:54:31.430Z Compiling p384 v0.13.1
32772026-05-28T00:54:31.514Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-05-28T00:54:31.758Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-05-28T00:54:31.802Z Compiling progenitor-macro v0.14.0
32802026-05-28T00:54:31.805Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-05-28T00:54:32.056Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-05-28T00:54:32.075Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-05-28T00:54:32.093Z Compiling tap v1.0.1
32842026-05-28T00:54:32.216Z Compiling typify-macro v0.4.3
32852026-05-28T00:54:32.238Z Compiling maybe-uninit v2.0.0
32862026-05-28T00:54:32.256Z Compiling wyz v0.5.1
32872026-05-28T00:54:32.408Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-05-28T00:54:32.591Z Compiling progenitor-impl v0.13.0
32892026-05-28T00:54:32.634Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32902026-05-28T00:54:32.719Z Compiling proc-macro-error-attr2 v2.0.0
32912026-05-28T00:54:32.992Z Compiling funty v2.0.0
32922026-05-28T00:54:33.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-05-28T00:54:33.077Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32942026-05-28T00:54:33.152Z Compiling packed_struct v0.10.1
32952026-05-28T00:54:33.309Z Compiling utf-8 v0.7.6
32962026-05-28T00:54:33.326Z Compiling parking_lot_core v0.8.6
32972026-05-28T00:54:33.464Z Compiling tungstenite v0.21.0
32982026-05-28T00:54:33.513Z Compiling bitvec v1.0.1
32992026-05-28T00:54:33.530Z Compiling proc-macro-error2 v2.0.1
33002026-05-28T00:54:33.623Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33012026-05-28T00:54:33.659Z Compiling polyval v0.6.2
33022026-05-28T00:54:33.684Z Compiling progenitor-client v0.13.0
33032026-05-28T00:54:33.738Z Compiling num-derive v0.3.3
33042026-05-28T00:54:33.766Z Compiling packed_struct_codegen v0.10.1
33052026-05-28T00:54:33.884Z Compiling zerocopy-derive v0.6.6
33062026-05-28T00:54:33.917Z Compiling bitfield-macros v0.19.4
33072026-05-28T00:54:33.936Z Compiling indexmap v1.9.3
33082026-05-28T00:54:34.033Z Compiling typify v0.4.3
33092026-05-28T00:54:34.050Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-28T00:54:34.190Z Compiling crc-catalog v2.4.0
33112026-05-28T00:54:34.208Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-05-28T00:54:34.311Z Compiling nodrop v0.1.14
33132026-05-28T00:54:34.377Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33142026-05-28T00:54:34.431Z Compiling array-init v0.0.4
33152026-05-28T00:54:34.468Z Compiling crc v3.4.0
33162026-05-28T00:54:34.648Z Compiling progenitor-impl v0.11.2
33172026-05-28T00:54:34.710Z Compiling tokio-tungstenite v0.21.0
33182026-05-28T00:54:34.746Z Compiling libscf-sys v1.1.0
33192026-05-28T00:54:34.763Z Compiling bitfield v0.19.4
33202026-05-28T00:54:34.825Z Compiling zerocopy v0.6.6
33212026-05-28T00:54:34.842Z Compiling tabled_derive v0.11.0
33222026-05-28T00:54:34.923Z Compiling ghash v0.5.1
33232026-05-28T00:54:35.081Z Compiling smallvec v0.6.14
33242026-05-28T00:54:35.114Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-28T00:54:35.177Z Compiling papergrid v0.17.0
33262026-05-28T00:54:35.195Z Compiling testing_table v0.3.0
33272026-05-28T00:54:35.330Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-05-28T00:54:35.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33292026-05-28T00:54:35.353Z Compiling progenitor-macro v0.13.0
33302026-05-28T00:54:35.386Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33312026-05-28T00:54:35.389Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-05-28T00:54:35.553Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-05-28T00:54:35.581Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-05-28T00:54:35.707Z Compiling ctr v0.9.2
33352026-05-28T00:54:35.776Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-05-28T00:54:35.795Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-05-28T00:54:35.905Z Compiling illumos-nvpair-sys v0.2.0
33382026-05-28T00:54:35.922Z Compiling corncobs v0.1.4
33392026-05-28T00:54:35.942Z Compiling unicase v2.9.0
33402026-05-28T00:54:36.037Z Compiling hashbrown v0.12.3
33412026-05-28T00:54:36.104Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-05-28T00:54:36.123Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33432026-05-28T00:54:36.142Z Compiling tabled v0.20.0
33442026-05-28T00:54:36.184Z Compiling mime_guess v2.0.5
33452026-05-28T00:54:36.296Z Compiling aes-gcm v0.10.3
33462026-05-28T00:54:36.345Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33472026-05-28T00:54:36.513Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-05-28T00:54:36.571Z Compiling serde-hex v0.1.0
33492026-05-28T00:54:36.590Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-05-28T00:54:36.609Z Compiling parking_lot v0.11.2
33512026-05-28T00:54:36.817Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-05-28T00:54:36.929Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33532026-05-28T00:54:36.982Z Compiling progenitor v0.14.0
33542026-05-28T00:54:37.029Z Compiling progenitor-impl v0.10.0
33552026-05-28T00:54:37.047Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-05-28T00:54:37.158Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33572026-05-28T00:54:37.180Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33582026-05-28T00:54:37.371Z Compiling progenitor-macro v0.11.2
33592026-05-28T00:54:37.391Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b27bea5344fb21b3b88af6717b969e31ee6a9ccb#b27bea53)
33602026-05-28T00:54:37.531Z Compiling ron v0.8.1
33612026-05-28T00:54:37.842Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33622026-05-28T00:54:37.881Z Compiling hashbrown v0.13.2
33632026-05-28T00:54:38.165Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-05-28T00:54:38.370Z Compiling progenitor-client v0.11.2
33652026-05-28T00:54:38.386Z Compiling prefix-trie v0.7.0
33662026-05-28T00:54:38.431Z Compiling blowfish v0.9.1
33672026-05-28T00:54:38.572Z Compiling ssh-encoding v0.2.0
33682026-05-28T00:54:38.652Z Compiling fxhash v0.2.1
33692026-05-28T00:54:38.710Z Compiling secrecy v0.8.0
33702026-05-28T00:54:38.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33712026-05-28T00:54:38.806Z Compiling crc-any v2.5.0
33722026-05-28T00:54:38.829Z Compiling ssh-cipher v0.2.0
33732026-05-28T00:54:38.882Z Compiling sled v0.34.7
33742026-05-28T00:54:38.901Z Compiling hickory-server v0.25.2
33752026-05-28T00:54:38.963Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-05-28T00:54:39.008Z Compiling bcrypt-pbkdf v0.10.0
33772026-05-28T00:54:39.304Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-05-28T00:54:39.416Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-05-28T00:54:39.540Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33802026-05-28T00:54:39.727Z Compiling progenitor-macro v0.10.0
33812026-05-28T00:54:40.031Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-05-28T00:54:40.230Z Compiling object v0.30.4
33832026-05-28T00:54:40.452Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33842026-05-28T00:54:40.500Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33852026-05-28T00:54:40.564Z Compiling progenitor v0.13.0
33862026-05-28T00:54:40.748Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33872026-05-28T00:54:40.794Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33882026-05-28T00:54:40.928Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33892026-05-28T00:54:41.150Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902026-05-28T00:54:41.590Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-05-28T00:54:41.629Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-05-28T00:54:41.727Z Compiling password-hash v0.4.2
33932026-05-28T00:54:41.959Z Compiling http-range v0.1.5
33942026-05-28T00:54:42.016Z Compiling path-slash v0.1.5
33952026-05-28T00:54:42.056Z Compiling half v1.8.3
33962026-05-28T00:54:42.113Z Compiling crc8 v0.1.1
33972026-05-28T00:54:42.145Z Compiling pbkdf2 v0.11.0
33982026-05-28T00:54:42.191Z Compiling illumos-nvpair v0.3.0
33992026-05-28T00:54:42.296Z Compiling serde_cbor v0.11.2
34002026-05-28T00:54:42.362Z Compiling ssh-key v0.6.7
34012026-05-28T00:54:42.469Z Compiling progenitor v0.11.2
34022026-05-28T00:54:42.492Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-05-28T00:54:42.632Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34042026-05-28T00:54:42.648Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34052026-05-28T00:54:42.667Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34062026-05-28T00:54:42.754Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-05-28T00:54:42.796Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34082026-05-28T00:54:42.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092026-05-28T00:54:43.140Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-05-28T00:54:43.187Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-05-28T00:54:43.276Z Compiling p256 v0.13.2
34122026-05-28T00:54:43.327Z Compiling p521 v0.13.3
34132026-05-28T00:54:43.346Z Compiling yasna v0.5.2
34142026-05-28T00:54:43.422Z Compiling kstat-rs v0.2.4
34152026-05-28T00:54:43.445Z Compiling headers-core v0.3.0
34162026-05-28T00:54:43.596Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-05-28T00:54:43.682Z Compiling nanorand v0.7.0
34182026-05-28T00:54:43.705Z Compiling russh-cryptovec v0.7.3
34192026-05-28T00:54:43.722Z Compiling atty v0.2.14
34202026-05-28T00:54:43.746Z Compiling home v0.5.12
34212026-05-28T00:54:43.857Z Compiling md5 v0.7.0
34222026-05-28T00:54:43.913Z Compiling flume v0.11.1
34232026-05-28T00:54:43.930Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34242026-05-28T00:54:43.975Z Compiling rcgen v0.12.1
34252026-05-28T00:54:43.996Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34262026-05-28T00:54:44.050Z Compiling russh-keys v0.45.0
34272026-05-28T00:54:44.104Z Compiling headers v0.4.1
34282026-05-28T00:54:44.176Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34292026-05-28T00:54:44.201Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34302026-05-28T00:54:44.279Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-05-28T00:54:44.370Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34322026-05-28T00:54:44.631Z Compiling hyper-staticfile v0.10.1
34332026-05-28T00:54:44.664Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-05-28T00:54:44.719Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-05-28T00:54:44.850Z Compiling progenitor v0.10.0
34362026-05-28T00:54:44.919Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372026-05-28T00:54:44.937Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34382026-05-28T00:54:45.027Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34392026-05-28T00:54:45.057Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34402026-05-28T00:54:45.201Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34412026-05-28T00:54:45.240Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34422026-05-28T00:54:45.361Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34432026-05-28T00:54:45.517Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-05-28T00:54:45.582Z Compiling num-bigint v0.4.6
34452026-05-28T00:54:45.647Z Compiling des v0.8.1
34462026-05-28T00:54:45.688Z Compiling subprocess v0.2.15
34472026-05-28T00:54:45.722Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-05-28T00:54:45.740Z Compiling display-error-chain v0.2.2
34492026-05-28T00:54:45.761Z Compiling hex-literal v0.4.1
34502026-05-28T00:54:45.861Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-05-28T00:54:45.878Z Compiling colored v2.2.0
34522026-05-28T00:54:45.904Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532026-05-28T00:54:45.920Z Compiling socket2 v0.5.10
34542026-05-28T00:54:46.171Z Compiling internet-checksum v0.2.1
34552026-05-28T00:54:46.174Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-05-28T00:54:46.265Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34572026-05-28T00:54:46.284Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34582026-05-28T00:54:46.738Z Compiling russh v0.45.0
34592026-05-28T00:54:48.845Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-05-28T00:54:48.962Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34612026-05-28T00:54:49.584Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34622026-05-28T00:54:50.060Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34632026-05-28T00:54:51.229Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-05-28T00:54:59.341Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-05-28T00:54:59.341Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-05-28T00:54:59.341Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-05-28T00:54:59.344Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-05-28T00:55:01.084Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-05-28T00:55:01.136Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-05-28T00:55:05.445Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34712026-05-28T00:55:44.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34722026-05-28T00:55:44.383Z
34732026-05-28T00:55:44.383Zreal 1:25.896514937
34742026-05-28T00:55:44.383Zuser 8:22.749478361
34752026-05-28T00:55:44.384Zsys 1:42.936059093
34762026-05-28T00:55:44.384Ztrap 0.260088799
34772026-05-28T00:55:44.387Ztflt 0.443583702
34782026-05-28T00:55:44.387Zdflt 1.910749092
34792026-05-28T00:55:44.387Zkflt 0.000330630
34802026-05-28T00:55:44.387Zlock 29:48.765742927
34812026-05-28T00:55:44.387Zslp 19:24.501644463
34822026-05-28T00:55:44.387Zlat 41.802150098
34832026-05-28T00:55:44.388Zstop 2:56.662266142
34842026-05-28T00:55:44.388Z+ mkdir tests
34852026-05-28T00:55:44.391Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-05-28T00:55:44.391Z+ xargs -I '{}' -t cp '{}' tests/
34872026-05-28T00:55:44.423Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8e30062213f4d334 tests/
34882026-05-28T00:55:44.439Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ca117ff035fd5b1 tests/
34892026-05-28T00:55:44.460Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8dfd692fd374cfa2 tests/
34902026-05-28T00:55:44.482Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b24d43f04cf15e8 tests/
34912026-05-28T00:55:44.713Z+ 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)
34922026-05-28T00:55:44.716Z+ 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-7ca117ff035fd5b1 tests/commtest-8dfd692fd374cfa2 tests/dhcp_server-8e30062213f4d334 tests/end_to_end_tests-8b24d43f04cf15e8 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
34932026-05-28T00:57:04.346ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-05-28T00:57:04.346Za .github/buildomat/ci-env.sh 1K
34952026-05-28T00:57:04.346Za out/target/test 1K
34962026-05-28T00:57:04.346Za out/npuzone/npuzone 27402K
34972026-05-28T00:57:04.346Za package-manifest.toml 35K
34982026-05-28T00:57:04.346Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-05-28T00:57:04.346Za target/release/omicron-package 44919K
35002026-05-28T00:57:04.346Za target/release/xtask 11453K
35012026-05-28T00:57:04.346Za target/debug/bootstrap 353747K
35022026-05-28T00:57:04.346Za tests/bootstrap-7ca117ff035fd5b1 31215K
35032026-05-28T00:57:04.346Za tests/commtest-8dfd692fd374cfa2 32300K
35042026-05-28T00:57:04.346Za tests/dhcp_server-8e30062213f4d334 31215K
35052026-05-28T00:57:04.347Za tests/end_to_end_tests-8b24d43f04cf15e8 394811K
35062026-05-28T00:57:04.347Za tools/opte_version 1K
35072026-05-28T00:57:04.347Za tools/opte_version_override 2K
35082026-05-28T00:57:04.347Za out/clickhouse.tar.gz 320676K
35092026-05-28T00:57:04.347Za out/clickhouse_keeper.tar.gz 305763K
35102026-05-28T00:57:04.347Za out/clickhouse_server.tar.gz 320674K
35112026-05-28T00:57:04.347Za out/cockroachdb.tar.gz 165450K
35122026-05-28T00:57:04.347Za out/crucible-pantry-zone.tar.gz 43956K
35132026-05-28T00:57:04.347Za out/crucible-utils.tar 17744K
35142026-05-28T00:57:04.347Za out/crucible-zone.tar.gz 58094K
35152026-05-28T00:57:04.347Za out/external-dns.tar.gz 50091K
35162026-05-28T00:57:04.347Za out/internal-dns.tar.gz 50090K
35172026-05-28T00:57:04.347Za out/mg-ddm-gz.tar 102570K
35182026-05-28T00:57:04.347Za out/nexus.tar.gz 217781K
35192026-05-28T00:57:04.347Za out/ntp.tar.gz 32187K
35202026-05-28T00:57:04.347Za out/omicron-gateway-softnpu.tar.gz 29625K
35212026-05-28T00:57:04.347Za out/omicron-sled-agent.tar 202409K
35222026-05-28T00:57:04.348Za out/overlay.tar.gz 3K
35232026-05-28T00:57:04.348Za out/oximeter.tar.gz 65263K
35242026-05-28T00:57:04.348Za out/oxlog.tar 3782K
35252026-05-28T00:57:04.348Za out/probe.tar.gz 3037K
35262026-05-28T00:57:04.348Za out/propolis-server.tar.gz 38727K
35272026-05-28T00:57:04.348Za out/pumpkind-gz.tar 26647K
35282026-05-28T00:57:04.348Za out/switch-softnpu.tar.gz 398921K
35292026-05-28T00:57:04.352Z
35302026-05-28T00:57:04.352Zreal 1:19.628197656
35312026-05-28T00:57:04.352Zuser 1:16.928870718
35322026-05-28T00:57:04.352Zsys 4.441464309
35332026-05-28T00:57:04.352Ztrap 0.006617647
35342026-05-28T00:57:04.352Ztflt 0.000000000
35352026-05-28T00:57:04.352Zdflt 0.000000000
35362026-05-28T00:57:04.352Zkflt 0.000000000
35372026-05-28T00:57:04.352Zlock 0.000000000
35382026-05-28T00:57:04.352Zslp 1:16.863803503
35392026-05-28T00:57:04.352Zlat 1.011378683
35402026-05-28T00:57:04.352Zstop 0.000196950
35412026-05-28T00:57:04.352Zprocess exited: duration 934917 ms, exit code 0
 
35422026-05-28T00:57:04.367Zfound 1 output files
35432026-05-28T00:57:04.367Zuploading: /work/package.tar.gz (2447837318 bytes)
35442026-05-28T00:57:34.254Zuploaded: /work/package.tar.gz