01KWPXA5PFY0T8DHZX9DNM0QCG: 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: 01KWPXAKBKBMMEN4VBPWTDE6AF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:53:59.519Zjob assigned to worker 01KWPXAQY3CAVCKEW49W89496V [factory aws, i-0ede7b5761763a7b0] (queued for 57 s)
 
22026-07-04T15:54:06.731Zstarting task 0: "setup"
32026-07-04T15:54:06.737Z++ uname -s
42026-07-04T15:54:06.739Z+ kern=SunOS
52026-07-04T15:54:06.740Z+ build_user=build
62026-07-04T15:54:06.740Z+ build_uid=12345
72026-07-04T15:54:06.740Z+ work_dir=/work
82026-07-04T15:54:06.740Z+ input_dir=/input
92026-07-04T15:54:06.740Z+ [[ 0 == 12345 ]]
102026-07-04T15:54:06.740Z+ case "$kern" in
112026-07-04T15:54:06.740Z+ groupadd -g 12345 build
122026-07-04T15:54:06.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:54:08.752Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:54:08.853Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:54:08.856Z+ home_fs=zfs
162026-07-04T15:54:08.856Z+ [[ zfs == autofs ]]
172026-07-04T15:54:08.856Z+ mkdir -p /home/build
182026-07-04T15:54:08.856Z+ chown build:build /home/build /work
192026-07-04T15:54:10.858Z+ chmod 0700 /home/build /work
202026-07-04T15:54:10.861Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-04T15:54:10.867Zstarting task 1: "rust-toolchain"
222026-07-04T15:54:10.873Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:54:10.873Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-04T15:54:10.873Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-04T15:54:10.873Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-04T15:54:10.873Z * rust toolchain channel = "1.96.1"
272026-07-04T15:54:10.873Z * rust toolchain profile = "default"
282026-07-04T15:54:10.878Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:54:10.878Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:54:11.011Zinfo: downloading installer
312026-07-04T15:54:13.068Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:54:13.069Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:54:13.069Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:54:13.069Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:54:13.081Zinfo: profile set to default
362026-07-04T15:54:13.081Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:54:13.087Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:54:13.232Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:54:13.238Zinfo: downloading 6 components
402026-07-04T15:54:28.956Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:54:28.956Z
422026-07-04T15:54:28.986Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:54:28.986Z
442026-07-04T15:54:28.986Z
452026-07-04T15:54:28.986ZRust is installed now. Great!
462026-07-04T15:54:28.986Z
472026-07-04T15:54:28.986ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:54:28.986Zenvironment variable. This has not been done automatically.
492026-07-04T15:54:28.986Z
502026-07-04T15:54:28.990ZTo configure your current shell, you need to source
512026-07-04T15:54:28.990Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:54:28.990Z
532026-07-04T15:54:28.990ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:54:28.990Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:54:28.990Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:54:28.990Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:54:28.990Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:54:28.990Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:54:28.990Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:54:28.990Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:54:28.990Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:54:29.089Z+ rustup --version
632026-07-04T15:54:29.095Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:54:29.095Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:54:29.116Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:54:29.120Z+ cargo --version
672026-07-04T15:54:29.129Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:54:29.132Z+ rustc --version
692026-07-04T15:54:29.153Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:54:29.156Zprocess exited: duration 18288 ms, exit code 0
 
712026-07-04T15:54:29.161Zstarting task 2: "authentication"
722026-07-04T15:54:29.180Zprocess exited: duration 18 ms, exit code 0
 
732026-07-04T15:54:29.185Zstarting task 3: "clone repository"
742026-07-04T15:54:29.190Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:54:29.193Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:54:29.228ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:54:39.384Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:54:39.384Z+ git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839
792026-07-04T15:54:39.669ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:54:39.669Z * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD
812026-07-04T15:54:39.683Z+ [[ -n check-console-api ]]
822026-07-04T15:54:39.685Z++ git branch --show-current
832026-07-04T15:54:39.685Z+ current=main
842026-07-04T15:54:39.685Z+ [[ main != check-console-api ]]
852026-07-04T15:54:39.685Z+ git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839
862026-07-04T15:54:39.689Z+ git checkout -f check-console-api
872026-07-04T15:54:39.940ZSwitched to branch 'check-console-api'
882026-07-04T15:54:39.943Z+ git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839
892026-07-04T15:54:39.958ZHEAD is now at 49c154431 don't need error context, fs_err handles that
902026-07-04T15:54:39.961Zprocess exited: duration 10772 ms, exit code 0
 
912026-07-04T15:54:39.967Zstarting task 4: "build"
922026-07-04T15:54:39.973Z+ source .github/buildomat/ci-env.sh
932026-07-04T15:54:39.973Z++ export CARGO_TERM_COLOR=always
942026-07-04T15:54:39.973Z++ CARGO_TERM_COLOR=always
952026-07-04T15:54:39.976Z+++ uname -s
962026-07-04T15:54:39.977Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-04T15:54:39.977Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-04T15:54:39.979Z+ cargo --version
992026-07-04T15:54:39.989Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-04T15:54:39.992Z+ rustc --version
1012026-07-04T15:54:40.013Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-04T15:54:40.016Z+ WORK=/work
1032026-07-04T15:54:40.016Z+ pfexec mkdir -p /work
1042026-07-04T15:54:40.019Z+ pfexec chown build /work
1052026-07-04T15:54:40.022Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-04T15:54:41.665Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-04T15:54:41.775Z Startup: Caching catalogs ... Done
1082026-07-04T15:54:42.290ZPlanning: Solver setup ... Done (0.468s)
1092026-07-04T15:54:42.317ZPlanning: Running solver ... Done (0.027s)
1102026-07-04T15:54:42.330ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-04T15:54:42.343ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-04T15:54:42.361ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-04T15:54:42.376ZPlanning: Package planning ... Done (0.015s)
1142026-07-04T15:54:42.378ZPlanning: Merging actions ... Done (0.002s)
1152026-07-04T15:54:42.556ZPlanning: Checking for conflicting actions ... Done (0.179s)
1162026-07-04T15:54:42.559ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-04T15:54:43.458ZPlanning: Evaluating mediators ... Done (0.901s)
1182026-07-04T15:54:43.462ZPlanning: Planning completed in 1.66 seconds
1192026-07-04T15:54:43.468Z Packages to install: 2
1202026-07-04T15:54:43.468Z Estimated space available: 156.06 GB
1212026-07-04T15:54:43.468ZEstimated space to be consumed: 30.98 MB
1222026-07-04T15:54:43.469Z Create boot environment: No
1232026-07-04T15:54:43.469ZCreate backup boot environment: No
1242026-07-04T15:54:43.471Z Rebuild boot archive: No
1252026-07-04T15:54:43.472Z
1262026-07-04T15:54:43.472ZChanged packages:
1272026-07-04T15:54:43.472Zhelios
1282026-07-04T15:54:43.472Z developer/build-essential
1292026-07-04T15:54:43.472Z None -> 11-3.0
1302026-07-04T15:54:43.472Z library/libxmlsec1
1312026-07-04T15:54:43.472Z None -> 1.2.35-3.0
1322026-07-04T15:54:43.495Z
1332026-07-04T15:54:43.495ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-04T15:54:43.973ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1352026-07-04T15:54:44.048Z Actions: 1/268 actions (Installing new actions)
1362026-07-04T15:54:44.088Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-04T15:54:44.100ZFinalize: Updating package state database ... Done (0.013s)
1382026-07-04T15:54:44.101ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-04T15:54:44.131ZFinalize: Updating image state ... Done (0.030s)
1402026-07-04T15:54:46.795ZFinalize: Creating fast lookup database ... Done (2.637s)
1412026-07-04T15:54:46.868ZFinalize: Reading search index ... Done (0.013s)
1422026-07-04T15:54:46.872ZFinalize: Updating search index ... Done (0.000s)
1432026-07-04T15:54:46.961ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-04T15:54:47.287ZPlanning: Evaluating mediator changes ... Done
1452026-07-04T15:54:47.391ZPlanning: Checking for conflicting actions ... Done
1462026-07-04T15:54:47.394ZPlanning: Consolidating action changes ... Done
1472026-07-04T15:54:47.552ZPlanning: Evaluating mediators ... Done
1482026-07-04T15:54:47.555ZPlanning: Planning completed in 0.27 seconds
1492026-07-04T15:54:47.575Z Mediators to change: 2
1502026-07-04T15:54:47.576Z Create boot environment: No
1512026-07-04T15:54:47.576ZCreate backup boot environment: No
1522026-07-04T15:54:47.628ZFinalize: Updating package state database ... Done
1532026-07-04T15:54:47.631ZFinalize: Updating package cache ... Done
1542026-07-04T15:54:47.648ZFinalize: Updating image state ... Done
1552026-07-04T15:54:49.619ZFinalize: Creating fast lookup database ... Done
1562026-07-04T15:54:49.677ZFinalize: Reading search index ... Done
1572026-07-04T15:54:49.681ZFinalize: Updating search index ... Done
1582026-07-04T15:54:49.732ZFinalize: Updating package cache ... Done
1592026-07-04T15:54:50.021ZPlanning: Evaluating mediator changes ... Done
1602026-07-04T15:54:50.127ZPlanning: Checking for conflicting actions ... Done
1612026-07-04T15:54:50.131ZPlanning: Consolidating action changes ... Done
1622026-07-04T15:54:50.287ZPlanning: Evaluating mediators ... Done
1632026-07-04T15:54:50.292ZPlanning: Planning completed in 0.27 seconds
1642026-07-04T15:54:50.313Z Mediators to change: 1
1652026-07-04T15:54:50.313Z Create boot environment: No
1662026-07-04T15:54:50.313ZCreate backup boot environment: No
1672026-07-04T15:54:50.357ZFinalize: Updating package state database ... Done
1682026-07-04T15:54:50.358ZFinalize: Updating package cache ... Done
1692026-07-04T15:54:50.374ZFinalize: Updating image state ... Done
1702026-07-04T15:54:52.333ZFinalize: Creating fast lookup database ... Done
1712026-07-04T15:54:52.398ZFinalize: Reading search index ... Done
1722026-07-04T15:54:52.405ZFinalize: Updating search index ... Done
1732026-07-04T15:54:52.460ZFinalize: Updating package cache ... Done
1742026-07-04T15:54:52.796ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-04T15:54:52.796Zapache system 2.4 system
1762026-07-04T15:54:52.796Zclang system 15 system
1772026-07-04T15:54:52.796Zcsh system system illumos
1782026-07-04T15:54:52.797Zctags system system illumos
1792026-07-04T15:54:52.797Zfile vendor vendor darwinsys
1802026-07-04T15:54:52.797Zfile system system illumos
1812026-07-04T15:54:52.797Zgcc vendor 14 vendor
1822026-07-04T15:54:52.797Zgcc system 13 system
1832026-07-04T15:54:52.797Zgcc system 10 system
1842026-07-04T15:54:52.797Zgo system 1.25 system
1852026-07-04T15:54:52.797Zllvm system 15 system
1862026-07-04T15:54:52.797Zmariadb system 11.4 system
1872026-07-04T15:54:52.797Zmta vendor vendor dma
1882026-07-04T15:54:52.797Zopenjdk system 17 system
1892026-07-04T15:54:52.797Zopenjdk system 11 system
1902026-07-04T15:54:52.797Zopenssl vendor 3 vendor
1912026-07-04T15:54:52.797Zperl system 5.40 system
1922026-07-04T15:54:52.797Zpostgresql system 18 system
1932026-07-04T15:54:52.797Zpostgresql system 17 system
1942026-07-04T15:54:52.797Zpython vendor 3 vendor
1952026-07-04T15:54:52.797Zpython system 2 system
1962026-07-04T15:54:52.797Zpython3 vendor 3.13 vendor
1972026-07-04T15:54:52.797Zruby system 3.4 system
1982026-07-04T15:54:52.797Zruby system 3.0 system
1992026-07-04T15:54:52.798Zwords vendor vendor american-english
2002026-07-04T15:54:52.798Zwords system system australian-english
2012026-07-04T15:54:52.798Zwords system system british-english
2022026-07-04T15:54:52.798Zwords system system canadian-english
2032026-07-04T15:54:52.798Zwords system system french
2042026-07-04T15:54:52.798Zwords system system italian
2052026-07-04T15:54:52.798Zwords system system ngerman
2062026-07-04T15:54:52.798Zwords system system ogerman
2072026-07-04T15:54:52.798Zwords system system spanish
2082026-07-04T15:54:53.037ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-04T15:54:53.037Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-04T15:54:53.340ZFMRI IFO
2112026-07-04T15:54:53.341Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-04T15:54:53.341Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-04T15:54:53.341Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-04T15:54:53.344Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-04T15:54:53.344Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-04T15:54:53.344Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-04T15:54:53.344Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-04T15:54:53.344Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-04T15:54:53.345Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-04T15:54:53.636Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-04T15:54:53.892Z Updating crates.io index
2222026-07-04T15:54:53.897Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-04T15:54:54.097Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-04T15:54:54.399Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-04T15:54:55.263Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-04T15:54:55.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-04T15:54:57.264Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-04T15:54:58.003Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-04T15:54:58.240Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-04T15:54:58.531Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-04T15:54:59.525Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-04T15:54:59.789Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-04T15:55:00.100Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-04T15:55:00.331Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-04T15:55:00.747Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-04T15:55:01.184Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-04T15:55:01.409Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-04T15:55:01.605Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-04T15:55:01.854Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-04T15:55:02.195Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-04T15:55:02.434Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-04T15:55:02.656Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-04T15:55:02.908Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-04T15:55:03.261Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-04T15:55:03.540Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-04T15:55:03.787Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-04T15:55:04.183Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-04T15:55:04.399Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-04T15:55:04.774Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-04T15:55:04.995Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-04T15:55:05.215Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-04T15:55:05.515Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-04T15:55:05.856Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-04T15:55:06.091Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-04T15:55:06.370Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-04T15:55:06.620Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-04T15:55:06.904Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-04T15:55:07.130Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-04T15:55:07.354Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-04T15:55:07.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-04T15:55:07.832Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-04T15:55:10.768Z Downloading crates ...
2632026-07-04T15:55:10.821Z Downloaded anstream v1.0.0
2642026-07-04T15:55:10.834Z Downloaded cpufeatures v0.2.17
2652026-07-04T15:55:10.834Z Downloaded byteorder v1.5.0
2662026-07-04T15:55:10.849Z Downloaded dof v0.3.0
2672026-07-04T15:55:10.849Z Downloaded clap_lex v1.0.0
2682026-07-04T15:55:10.865Z Downloaded zmij v1.0.21
2692026-07-04T15:55:10.865Z Downloaded heck v0.5.0
2702026-07-04T15:55:10.865Z Downloaded generic-array v0.14.7
2712026-07-04T15:55:10.865Z Downloaded zerocopy-derive v0.7.35
2722026-07-04T15:55:10.866Z Downloaded macaddr v1.0.1
2732026-07-04T15:55:10.866Z Downloaded equivalent v1.0.2
2742026-07-04T15:55:10.866Z Downloaded block-buffer v0.10.4
2752026-07-04T15:55:10.866Z Downloaded fastrand v2.3.0
2762026-07-04T15:55:10.866Z Downloaded dtrace-parser v0.2.0
2772026-07-04T15:55:10.866Z Downloaded anstyle-query v1.1.5
2782026-07-04T15:55:10.866Z Downloaded errno v0.3.14
2792026-07-04T15:55:10.866Z Downloaded cargo-platform v0.3.2
2802026-07-04T15:55:10.866Z Downloaded zerocopy v0.7.35
2812026-07-04T15:55:10.866Z Downloaded pest_meta v2.8.6
2822026-07-04T15:55:10.866Z Downloaded anstyle v1.0.14
2832026-07-04T15:55:10.866Z Downloaded is_terminal_polyfill v1.70.2
2842026-07-04T15:55:10.866Z Downloaded crypto-common v0.1.7
2852026-07-04T15:55:10.866Z Downloaded thread-id v4.2.2
2862026-07-04T15:55:10.866Z Downloaded usdt-macro v0.5.0
2872026-07-04T15:55:10.866Z Downloaded toml_write v0.1.2
2882026-07-04T15:55:10.866Z Downloaded colorchoice v1.0.4
2892026-07-04T15:55:10.884Z Downloaded version_check v0.9.5
2902026-07-04T15:55:10.884Z Downloaded itoa v1.0.17
2912026-07-04T15:55:10.891Z Downloaded tabled_derive v0.7.0
2922026-07-04T15:55:10.901Z Downloaded terminal_size v0.4.3
2932026-07-04T15:55:10.902Z Downloaded cfg-if v1.0.4
2942026-07-04T15:55:10.902Z Downloaded usdt v0.5.0
2952026-07-04T15:55:10.902Z Downloaded serde_spanned v0.6.9
2962026-07-04T15:55:10.902Z Downloaded strsim v0.11.1
2972026-07-04T15:55:10.902Z Downloaded usdt-attr-macro v0.5.0
2982026-07-04T15:55:10.902Z Downloaded proc-macro-error-attr v1.0.4
2992026-07-04T15:55:10.902Z Downloaded pretty-hex v0.4.1
3002026-07-04T15:55:10.902Z Downloaded fnv v1.0.7
3012026-07-04T15:55:10.902Z Downloaded once_cell v1.21.3
3022026-07-04T15:55:10.902Z Downloaded autocfg v1.5.0
3032026-07-04T15:55:10.920Z Downloaded anyhow v1.0.102
3042026-07-04T15:55:10.920Z Downloaded swrite v0.1.0
3052026-07-04T15:55:10.932Z Downloaded plain v0.2.3
3062026-07-04T15:55:10.932Z Downloaded memmap v0.7.0
3072026-07-04T15:55:10.932Z Downloaded toml_datetime v0.6.11
3082026-07-04T15:55:10.932Z Downloaded unicode-linebreak v0.1.5
3092026-07-04T15:55:10.932Z Downloaded heck v0.4.1
3102026-07-04T15:55:10.942Z Downloaded digest v0.10.7
3112026-07-04T15:55:10.942Z Downloaded anstyle-parse v1.0.0
3122026-07-04T15:55:10.942Z Downloaded quote v1.0.45
3132026-07-04T15:55:10.942Z Downloaded cargo_toml v0.21.0
3142026-07-04T15:55:10.942Z Downloaded bytecount v0.6.9
3152026-07-04T15:55:10.953Z Downloaded scroll_derive v0.12.1
3162026-07-04T15:55:10.953Z Downloaded proc-macro-error v1.0.4
3172026-07-04T15:55:10.961Z Downloaded utf8parse v0.2.2
3182026-07-04T15:55:10.961Z Downloaded thiserror-impl v2.0.18
3192026-07-04T15:55:10.961Z Downloaded thiserror v2.0.18
3202026-07-04T15:55:10.961Z Downloaded pest_derive v2.8.6
3212026-07-04T15:55:11.004Z Downloaded thiserror v1.0.69
3222026-07-04T15:55:11.004Z Downloaded clap_derive v4.6.1
3232026-07-04T15:55:11.004Z Downloaded bitflags v2.11.0
3242026-07-04T15:55:11.004Z Downloaded cargo_metadata v0.23.1
3252026-07-04T15:55:11.004Z Downloaded camino-tempfile v1.4.1
3262026-07-04T15:55:11.019Z Downloaded smawk v0.3.2
3272026-07-04T15:55:11.019Z Downloaded sha2 v0.10.9
3282026-07-04T15:55:11.019Z Downloaded serde_tokenstream v0.2.3
3292026-07-04T15:55:11.020Z Downloaded usdt-impl v0.5.0
3302026-07-04T15:55:11.020Z Downloaded thiserror-impl v1.0.69
3312026-07-04T15:55:11.020Z Downloaded pest_generator v2.8.6
3322026-07-04T15:55:11.020Z Downloaded fs-err v3.3.0
3332026-07-04T15:55:11.020Z Downloaded tempfile v3.25.0
3342026-07-04T15:55:11.020Z Downloaded camino v1.2.2
3352026-07-04T15:55:11.020Z Downloaded semver v1.0.28
3362026-07-04T15:55:11.020Z Downloaded clap v4.6.1
3372026-07-04T15:55:11.020Z Downloaded ucd-trie v0.1.7
3382026-07-04T15:55:11.020Z Downloaded log v0.4.29
3392026-07-04T15:55:11.020Z Downloaded scroll v0.12.0
3402026-07-04T15:55:11.030Z Downloaded papergrid v0.11.0
3412026-07-04T15:55:11.031Z Downloaded textwrap v0.16.2
3422026-07-04T15:55:11.031Z Downloaded unicode-ident v1.0.24
3432026-07-04T15:55:11.039Z Downloaded toml v0.8.23
3442026-07-04T15:55:11.039Z Downloaded getrandom v0.4.1
3452026-07-04T15:55:11.039Z Downloaded serde_derive v1.0.228
3462026-07-04T15:55:11.063Z Downloaded proc-macro2 v1.0.106
3472026-07-04T15:55:11.071Z Downloaded toml_edit v0.22.27
3482026-07-04T15:55:11.078Z Downloaded serde_core v1.0.228
3492026-07-04T15:55:11.087Z Downloaded serde v1.0.228
3502026-07-04T15:55:11.087Z Downloaded memchr v2.8.0
3512026-07-04T15:55:11.114Z Downloaded indexmap v2.14.0
3522026-07-04T15:55:11.128Z Downloaded pest v2.8.6
3532026-07-04T15:55:11.128Z Downloaded typenum v1.20.1
3542026-07-04T15:55:11.142Z Downloaded serde_json v1.0.150
3552026-07-04T15:55:11.156Z Downloaded hashbrown v0.17.0
3562026-07-04T15:55:11.165Z Downloaded clap_builder v4.6.0
3572026-07-04T15:55:11.165Z Downloaded goblin v0.8.2
3582026-07-04T15:55:11.165Z Downloaded winnow v0.7.14
3592026-07-04T15:55:11.173Z Downloaded tabled v0.15.0
3602026-07-04T15:55:11.184Z Downloaded unicode-width v0.2.0
3612026-07-04T15:55:11.184Z Downloaded syn v1.0.109
3622026-07-04T15:55:11.201Z Downloaded unicode-width v0.1.14
3632026-07-04T15:55:11.275Z Downloaded syn v2.0.117
3642026-07-04T15:55:11.275Z Downloaded rustix v1.1.3
3652026-07-04T15:55:11.284Z Downloaded libc v0.2.185
3662026-07-04T15:55:11.315Z Compiling proc-macro2 v1.0.106
3672026-07-04T15:55:11.315Z Compiling unicode-ident v1.0.24
3682026-07-04T15:55:11.315Z Compiling quote v1.0.45
3692026-07-04T15:55:11.332Z Compiling serde_core v1.0.228
3702026-07-04T15:55:11.332Z Compiling libc v0.2.185
3712026-07-04T15:55:11.332Z Compiling version_check v0.9.5
3722026-07-04T15:55:11.333Z Compiling memchr v2.8.0
3732026-07-04T15:55:11.333Z Compiling serde v1.0.228
3742026-07-04T15:55:11.333Z Compiling zmij v1.0.21
3752026-07-04T15:55:11.333Z Compiling ucd-trie v0.1.7
3762026-07-04T15:55:11.333Z Compiling itoa v1.0.17
3772026-07-04T15:55:11.333Z Compiling thiserror v1.0.69
3782026-07-04T15:55:11.333Z Compiling byteorder v1.5.0
3792026-07-04T15:55:11.501Z Compiling rustix v1.1.3
3802026-07-04T15:55:11.712Z Compiling bitflags v2.11.0
3812026-07-04T15:55:11.800Z Compiling serde_json v1.0.150
3822026-07-04T15:55:11.959Z Compiling usdt-impl v0.5.0
3832026-07-04T15:55:11.986Z Compiling pest v2.8.6
3842026-07-04T15:55:12.046Z Compiling proc-macro-error-attr v1.0.4
3852026-07-04T15:55:12.117Z Compiling camino v1.2.2
3862026-07-04T15:55:12.130Z Compiling syn v1.0.109
3872026-07-04T15:55:12.279Z Compiling proc-macro-error v1.0.4
3882026-07-04T15:55:12.324Z Compiling getrandom v0.4.1
3892026-07-04T15:55:12.371Z Compiling utf8parse v0.2.2
3902026-07-04T15:55:12.409Z Compiling plain v0.2.3
3912026-07-04T15:55:12.454Z Compiling hashbrown v0.17.0
3922026-07-04T15:55:12.501Z Compiling equivalent v1.0.2
3932026-07-04T15:55:12.506Z Compiling log v0.4.29
3942026-07-04T15:55:12.506Z Compiling anstyle-parse v1.0.0
3952026-07-04T15:55:12.584Z Compiling errno v0.3.14
3962026-07-04T15:55:12.625Z Compiling thread-id v4.2.2
3972026-07-04T15:55:12.664Z Compiling thiserror v2.0.18
3982026-07-04T15:55:12.683Z Compiling winnow v0.7.14
3992026-07-04T15:55:12.706Z Compiling anstyle v1.0.14
4002026-07-04T15:55:12.802Z Compiling is_terminal_polyfill v1.70.2
4012026-07-04T15:55:12.838Z Compiling toml_write v0.1.2
4022026-07-04T15:55:12.838Z Compiling pretty-hex v0.4.1
4032026-07-04T15:55:12.838Z Compiling anstyle-query v1.1.5
4042026-07-04T15:55:12.838Z Compiling autocfg v1.5.0
4052026-07-04T15:55:12.912Z Compiling cfg-if v1.0.4
4062026-07-04T15:55:12.950Z Compiling colorchoice v1.0.4
4072026-07-04T15:55:12.993Z Compiling fastrand v2.3.0
4082026-07-04T15:55:13.010Z Compiling strsim v0.11.1
4092026-07-04T15:55:13.027Z Compiling unicode-width v0.1.14
4102026-07-04T15:55:13.057Z Compiling indexmap v2.14.0
4112026-07-04T15:55:13.096Z Compiling syn v2.0.117
4122026-07-04T15:55:13.155Z Compiling anstream v1.0.0
4132026-07-04T15:55:13.180Z Compiling pest_meta v2.8.6
4142026-07-04T15:55:13.313Z Compiling anyhow v1.0.102
4152026-07-04T15:55:13.348Z Compiling fs-err v3.3.0
4162026-07-04T15:55:13.364Z Compiling heck v0.5.0
4172026-07-04T15:55:13.416Z Compiling heck v0.4.1
4182026-07-04T15:55:13.429Z Compiling once_cell v1.21.3
4192026-07-04T15:55:13.451Z Compiling clap_lex v1.0.0
4202026-07-04T15:55:13.483Z Compiling fnv v1.0.7
4212026-07-04T15:55:13.545Z Compiling bytecount v0.6.9
4222026-07-04T15:55:13.673Z Compiling terminal_size v0.4.3
4232026-07-04T15:55:13.699Z Compiling tempfile v3.25.0
4242026-07-04T15:55:13.720Z Compiling memmap v0.7.0
4252026-07-04T15:55:13.720Z Compiling smawk v0.3.2
4262026-07-04T15:55:13.762Z Compiling papergrid v0.11.0
4272026-07-04T15:55:14.447Z Compiling unicode-linebreak v0.1.5
4282026-07-04T15:55:14.507Z Compiling unicode-width v0.2.0
4292026-07-04T15:55:14.508Z Compiling clap_builder v4.6.0
4302026-07-04T15:55:14.508Z Compiling swrite v0.1.0
4312026-07-04T15:55:14.508Z Compiling textwrap v0.16.2
4322026-07-04T15:55:14.508Z Compiling cargo-platform v0.3.2
4332026-07-04T15:55:14.508Z Compiling semver v1.0.28
4342026-07-04T15:55:14.522Z Compiling camino-tempfile v1.4.1
4352026-07-04T15:55:14.923Z Compiling tabled_derive v0.7.0
4362026-07-04T15:55:15.391Z Compiling tabled v0.15.0
4372026-07-04T15:55:15.409Z Compiling pest_generator v2.8.6
4382026-07-04T15:55:19.450Z Compiling serde_derive v1.0.228
4392026-07-04T15:55:19.479Z Compiling thiserror-impl v1.0.69
4402026-07-04T15:55:19.479Z Compiling zerocopy-derive v0.7.35
4412026-07-04T15:55:19.479Z Compiling scroll_derive v0.12.1
4422026-07-04T15:55:19.480Z Compiling thiserror-impl v2.0.18
4432026-07-04T15:55:19.480Z Compiling clap_derive v4.6.1
4442026-07-04T15:55:19.480Z Compiling pest_derive v2.8.6
4452026-07-04T15:55:19.480Z Compiling scroll v0.12.0
4462026-07-04T15:55:19.480Z Compiling zerocopy v0.7.35
4472026-07-04T15:55:19.489Z Compiling goblin v0.8.2
4482026-07-04T15:55:19.489Z Compiling dtrace-parser v0.2.0
4492026-07-04T15:55:19.489Z Compiling clap v4.6.1
4502026-07-04T15:55:19.489Z Compiling dof v0.3.0
4512026-07-04T15:55:19.489Z Compiling serde_tokenstream v0.2.3
4522026-07-04T15:55:19.489Z Compiling toml_datetime v0.6.11
4532026-07-04T15:55:19.489Z Compiling serde_spanned v0.6.9
4542026-07-04T15:55:19.489Z Compiling cargo_metadata v0.23.1
4552026-07-04T15:55:19.489Z Compiling macaddr v1.0.1
4562026-07-04T15:55:19.489Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-04T15:55:19.489Z Compiling toml_edit v0.22.27
4582026-07-04T15:55:19.489Z Compiling usdt-attr-macro v0.5.0
4592026-07-04T15:55:19.489Z Compiling usdt-macro v0.5.0
4602026-07-04T15:55:19.811Z Compiling usdt v0.5.0
4612026-07-04T15:55:19.995Z Compiling toml v0.8.23
4622026-07-04T15:55:20.332Z Compiling cargo_toml v0.21.0
4632026-07-04T15:55:21.650Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-04T15:55:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.23s
4652026-07-04T15:55:23.891Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-04T15:55:24.398Z Downloading crates ...
4672026-07-04T15:55:24.500Z Downloaded anstyle-parse v0.2.7
4682026-07-04T15:55:24.504Z Downloaded aead v0.5.2
4692026-07-04T15:55:24.507Z Downloaded atomicwrites v0.4.4
4702026-07-04T15:55:24.507Z Downloaded aead v0.6.1
4712026-07-04T15:55:24.507Z Downloaded ahash v0.8.12
4722026-07-04T15:55:24.510Z Downloaded bcrypt-pbkdf v0.11.0
4732026-07-04T15:55:24.515Z Downloaded cpufeatures v0.3.0
4742026-07-04T15:55:24.518Z Downloaded arrayref v0.3.9
4752026-07-04T15:55:24.518Z Downloaded atty v0.2.14
4762026-07-04T15:55:24.518Z Downloaded async-recursion v1.1.1
4772026-07-04T15:55:24.523Z Downloaded base16ct v1.0.0
4782026-07-04T15:55:24.526Z Downloaded cpubits v0.1.1
4792026-07-04T15:55:24.526Z Downloaded async-stream v0.3.6
4802026-07-04T15:55:24.526Z Downloaded convert_case v0.10.0
4812026-07-04T15:55:24.529Z Downloaded bitfield-macros v0.19.4
4822026-07-04T15:55:24.529Z Downloaded assert_matches v1.5.0
4832026-07-04T15:55:24.529Z Downloaded data-encoding v2.10.0
4842026-07-04T15:55:24.532Z Downloaded array-init v0.0.4
4852026-07-04T15:55:24.532Z Downloaded cookie v0.18.1
4862026-07-04T15:55:24.532Z Downloaded defmt v0.3.100
4872026-07-04T15:55:24.534Z Downloaded anstream v0.6.21
4882026-07-04T15:55:24.535Z Downloaded atomic-waker v1.1.2
4892026-07-04T15:55:24.538Z Downloaded daft v0.1.7
4902026-07-04T15:55:24.538Z Downloaded crucible-workspace-hack v0.1.0
4912026-07-04T15:55:24.541Z Downloaded darling_macro v0.13.4
4922026-07-04T15:55:24.541Z Downloaded critical-section v1.2.0
4932026-07-04T15:55:24.541Z Downloaded block-buffer v0.12.1
4942026-07-04T15:55:24.544Z Downloaded bit-set v0.8.0
4952026-07-04T15:55:24.544Z Downloaded async-stream-impl v0.3.6
4962026-07-04T15:55:24.548Z Downloaded bitfield-struct v0.6.2
4972026-07-04T15:55:24.548Z Downloaded base16ct v0.2.0
4982026-07-04T15:55:24.551Z Downloaded crc8 v0.1.1
4992026-07-04T15:55:24.556Z Downloaded darling_macro v0.23.0
5002026-07-04T15:55:24.560Z Downloaded cstr-argument v0.1.2
5012026-07-04T15:55:24.563Z Downloaded document-features v0.2.12
5022026-07-04T15:55:24.563Z Downloaded cobs v0.3.0
5032026-07-04T15:55:24.566Z Downloaded cfg_aliases v0.1.1
5042026-07-04T15:55:24.566Z Downloaded adler2 v2.0.1
5052026-07-04T15:55:24.566Z Downloaded debug-ignore v1.0.5
5062026-07-04T15:55:24.569Z Downloaded darling v0.21.3
5072026-07-04T15:55:24.572Z Downloaded bcs v0.1.6
5082026-07-04T15:55:24.575Z Downloaded ctr v0.10.1
5092026-07-04T15:55:24.577Z Downloaded darling v0.13.4
5102026-07-04T15:55:24.577Z Downloaded crossbeam-utils v0.8.21
5112026-07-04T15:55:24.580Z Downloaded crossbeam-deque v0.8.6
5122026-07-04T15:55:24.580Z Downloaded bit-vec v0.8.0
5132026-07-04T15:55:24.584Z Downloaded dsl_auto_type v0.2.0
5142026-07-04T15:55:24.584Z Downloaded embedded-io v0.6.1
5152026-07-04T15:55:24.584Z Downloaded cfg_aliases v0.2.1
5162026-07-04T15:55:24.586Z Downloaded darling_macro v0.21.3
5172026-07-04T15:55:24.587Z Downloaded crypto-common v0.2.2
5182026-07-04T15:55:24.587Z Downloaded block-padding v0.4.2
5192026-07-04T15:55:24.587Z Downloaded bb8 v0.8.6
5202026-07-04T15:55:24.590Z Downloaded backoff v0.4.0
5212026-07-04T15:55:24.590Z Downloaded ascii-canvas v3.0.0
5222026-07-04T15:55:24.593Z Downloaded dirs-sys-next v0.1.2
5232026-07-04T15:55:24.593Z Downloaded ciborium-io v0.2.2
5242026-07-04T15:55:24.598Z Downloaded downcast-rs v2.0.2
5252026-07-04T15:55:24.601Z Downloaded convert_case v0.4.0
5262026-07-04T15:55:24.604Z Downloaded dunce v1.0.5
5272026-07-04T15:55:24.604Z Downloaded dirs-next v2.0.0
5282026-07-04T15:55:24.604Z Downloaded curve25519-dalek-derive v0.1.1
5292026-07-04T15:55:24.606Z Downloaded crc-catalog v2.4.0
5302026-07-04T15:55:24.607Z Downloaded crunchy v0.2.4
5312026-07-04T15:55:24.607Z Downloaded derive_builder_macro v0.20.2
5322026-07-04T15:55:24.607Z Downloaded darling_macro v0.20.11
5332026-07-04T15:55:24.610Z Downloaded castaway v0.2.4
5342026-07-04T15:55:24.610Z Downloaded either v1.15.0
5352026-07-04T15:55:24.611Z Downloaded ed25519 v3.0.0
5362026-07-04T15:55:24.616Z Downloaded compression-core v0.4.31
5372026-07-04T15:55:24.621Z Downloaded async-trait v0.1.89
5382026-07-04T15:55:24.621Z Downloaded dyn-clone v1.0.20
5392026-07-04T15:55:24.623Z Downloaded display-error-chain v0.2.2
5402026-07-04T15:55:24.623Z Downloaded dof v0.4.0
5412026-07-04T15:55:24.623Z Downloaded bit-set v0.5.3
5422026-07-04T15:55:24.623Z Downloaded dropshot-api-manager-types v0.7.2
5432026-07-04T15:55:24.623Z Downloaded base64ct v1.8.3
5442026-07-04T15:55:24.630Z Downloaded difflib v0.4.0
5452026-07-04T15:55:24.630Z Downloaded arrayvec v0.7.6
5462026-07-04T15:55:24.630Z Downloaded argon2 v0.5.3
5472026-07-04T15:55:24.632Z Downloaded cmov v0.5.4
5482026-07-04T15:55:24.632Z Downloaded cmake v0.1.57
5492026-07-04T15:55:24.632Z Downloaded ciborium-ll v0.2.2
5502026-07-04T15:55:24.632Z Downloaded defmt-parser v1.0.0
5512026-07-04T15:55:24.633Z Downloaded blowfish v0.10.0
5522026-07-04T15:55:24.635Z Downloaded camino-tempfile-ext v0.3.3
5532026-07-04T15:55:24.635Z Downloaded endian-type v0.1.2
5542026-07-04T15:55:24.636Z Downloaded bitfield v0.19.4
5552026-07-04T15:55:24.640Z Downloaded bit-vec v0.6.3
5562026-07-04T15:55:24.640Z Downloaded env_filter v1.0.0
5572026-07-04T15:55:24.640Z Downloaded diesel_table_macro_syntax v0.3.0
5582026-07-04T15:55:24.644Z Downloaded delegate v0.13.5
5592026-07-04T15:55:24.644Z Downloaded csv-core v0.1.13
5602026-07-04T15:55:24.644Z Downloaded ctutils v0.4.2
5612026-07-04T15:55:24.647Z Downloaded cexpr v0.6.0
5622026-07-04T15:55:24.647Z Downloaded bzip2 v0.4.4
5632026-07-04T15:55:24.647Z Downloaded darling_core v0.13.4
5642026-07-04T15:55:24.650Z Downloaded float-cmp v0.10.0
5652026-07-04T15:55:24.651Z Downloaded chacha20 v0.9.1
5662026-07-04T15:55:24.651Z Downloaded flagset v0.4.7
5672026-07-04T15:55:24.654Z Downloaded fd-lock v4.0.4
5682026-07-04T15:55:24.654Z Downloaded fixedbitset v0.4.2
5692026-07-04T15:55:24.657Z Downloaded form_urlencoded v1.2.2
5702026-07-04T15:55:24.657Z Downloaded bitflags v1.3.2
5712026-07-04T15:55:24.660Z Downloaded foreign-types-shared v0.1.1
5722026-07-04T15:55:24.663Z Downloaded futures-core v0.3.32
5732026-07-04T15:55:24.663Z Downloaded foreign-types-shared v0.3.1
5742026-07-04T15:55:24.663Z Downloaded foreign-types v0.5.0
5752026-07-04T15:55:24.663Z Downloaded foreign-types v0.3.2
5762026-07-04T15:55:24.666Z Downloaded float-ord v0.3.2
5772026-07-04T15:55:24.666Z Downloaded ecdsa v0.16.9
5782026-07-04T15:55:24.666Z Downloaded crc v3.4.0
5792026-07-04T15:55:24.669Z Downloaded const_format_proc_macros v0.2.34
5802026-07-04T15:55:24.671Z Downloaded defmt-macros v1.0.1
5812026-07-04T15:55:24.671Z Downloaded ed25519 v2.2.3
5822026-07-04T15:55:24.674Z Downloaded displaydoc v0.2.5
5832026-07-04T15:55:24.677Z Downloaded embedded-io v0.4.0
5842026-07-04T15:55:24.677Z Downloaded buf-list v1.1.2
5852026-07-04T15:55:24.680Z Downloaded defmt v1.0.1
5862026-07-04T15:55:24.680Z Downloaded constant_time_eq v0.4.2
5872026-07-04T15:55:24.683Z Downloaded cassowary v0.3.0
5882026-07-04T15:55:24.683Z Downloaded futures-io v0.3.32
5892026-07-04T15:55:24.686Z Downloaded gethostname v0.5.0
5902026-07-04T15:55:24.686Z Downloaded futures-task v0.3.32
5912026-07-04T15:55:24.686Z Downloaded ena v0.14.4
5922026-07-04T15:55:24.689Z Downloaded futures-macro v0.3.32
5932026-07-04T15:55:24.689Z Downloaded fxhash v0.2.1
5942026-07-04T15:55:24.689Z Downloaded futures-sink v0.3.32
5952026-07-04T15:55:24.692Z Downloaded darling v0.23.0
5962026-07-04T15:55:24.695Z Downloaded corncobs v0.1.4
5972026-07-04T15:55:24.695Z Downloaded async-bb8-diesel v0.2.1
5982026-07-04T15:55:24.697Z Downloaded chacha20 v0.10.0
5992026-07-04T15:55:24.697Z Downloaded dtrace-parser v0.3.0
6002026-07-04T15:55:24.701Z Downloaded filetime v0.2.27
6012026-07-04T15:55:24.701Z Downloaded ff v0.14.0
6022026-07-04T15:55:24.701Z Downloaded env_logger v0.11.9
6032026-07-04T15:55:24.704Z Downloaded enum_dispatch v0.3.13
6042026-07-04T15:55:24.707Z Downloaded ghash v0.6.0
6052026-07-04T15:55:24.707Z Downloaded globwalk v0.9.1
6062026-07-04T15:55:24.707Z Downloaded git-stub v1.0.0
6072026-07-04T15:55:24.707Z Downloaded fallible-iterator v0.2.0
6082026-07-04T15:55:24.711Z Downloaded console v0.16.2
6092026-07-04T15:55:24.711Z Downloaded erased-serde v0.3.31
6102026-07-04T15:55:24.711Z Downloaded blake2 v0.10.6
6112026-07-04T15:55:24.714Z Downloaded hash32 v0.3.1
6122026-07-04T15:55:24.714Z Downloaded daft-derive v0.1.7
6132026-07-04T15:55:24.717Z Downloaded find-msvc-tools v0.1.9
6142026-07-04T15:55:24.721Z Downloaded allocator-api2 v0.2.21
6152026-07-04T15:55:24.721Z Downloaded headers-core v0.3.0
6162026-07-04T15:55:24.723Z Downloaded foldhash v0.2.0
6172026-07-04T15:55:24.723Z Downloaded foreign-types-macros v0.2.3
6182026-07-04T15:55:24.723Z Downloaded fixedbitset v0.5.7
6192026-07-04T15:55:24.723Z Downloaded hash32 v0.2.1
6202026-07-04T15:55:24.726Z Downloaded foldhash v0.1.5
6212026-07-04T15:55:24.726Z Downloaded deranged v0.5.8
6222026-07-04T15:55:24.729Z Downloaded hex-literal v1.1.0
6232026-07-04T15:55:24.729Z Downloaded hex v0.4.3
6242026-07-04T15:55:24.729Z Downloaded der_derive v0.7.3
6252026-07-04T15:55:24.732Z Downloaded darling_core v0.21.3
6262026-07-04T15:55:24.735Z Downloaded home v0.5.12
6272026-07-04T15:55:24.735Z Downloaded crossbeam-epoch v0.9.18
6282026-07-04T15:55:24.737Z Downloaded derive_builder v0.20.2
6292026-07-04T15:55:24.741Z Downloaded clang-sys v1.8.1
6302026-07-04T15:55:24.744Z Downloaded console v0.15.11
6312026-07-04T15:55:24.744Z Downloaded digest v0.11.3
6322026-07-04T15:55:24.747Z Downloaded fs-err v2.11.0
6332026-07-04T15:55:24.747Z Downloaded cookie_store v0.22.1
6342026-07-04T15:55:24.747Z Downloaded const-oid v0.9.6
6352026-07-04T15:55:24.750Z Downloaded hubpack_derive v0.1.1
6362026-07-04T15:55:24.750Z Downloaded hostname v0.3.1
6372026-07-04T15:55:24.750Z Downloaded funty v2.0.0
6382026-07-04T15:55:24.753Z Downloaded colored v2.2.0
6392026-07-04T15:55:24.753Z Downloaded http-body v1.0.1
6402026-07-04T15:55:24.756Z Downloaded hostname v0.4.2
6412026-07-04T15:55:24.756Z Downloaded http-range v0.1.5
6422026-07-04T15:55:24.756Z Downloaded git-stub-vcs v0.1.0
6432026-07-04T15:55:24.759Z Downloaded futures-executor v0.3.32
6442026-07-04T15:55:24.759Z Downloaded hubpack v0.1.2
6452026-07-04T15:55:24.759Z Downloaded fs_extra v1.3.0
6462026-07-04T15:55:24.762Z Downloaded cipher v0.5.2
6472026-07-04T15:55:24.762Z Downloaded blake2 v0.11.0-rc.6
6482026-07-04T15:55:24.765Z Downloaded ff v0.13.1
6492026-07-04T15:55:24.765Z Downloaded des v0.9.0
6502026-07-04T15:55:24.768Z Downloaded colored v3.1.1
6512026-07-04T15:55:24.768Z Downloaded globset v0.4.18
6522026-07-04T15:55:24.772Z Downloaded backon v1.6.0
6532026-07-04T15:55:24.772Z Downloaded ecdsa v0.17.0-rc.18
6542026-07-04T15:55:24.775Z Downloaded hyper-tls v0.6.0
6552026-07-04T15:55:24.775Z Downloaded derive_builder_core v0.20.2
6562026-07-04T15:55:24.775Z Downloaded cancel-safe-futures v0.1.5
6572026-07-04T15:55:24.777Z Downloaded derive-ex v0.1.8
6582026-07-04T15:55:24.778Z Downloaded diesel-dtrace v0.5.0
6592026-07-04T15:55:24.781Z Downloaded derive_more v0.99.20
6602026-07-04T15:55:24.785Z Downloaded indent_write v2.2.0
6612026-07-04T15:55:24.785Z Downloaded ident_case v1.0.1
6622026-07-04T15:55:24.785Z Downloaded group v0.14.0
6632026-07-04T15:55:24.785Z Downloaded inout v0.1.4
6642026-07-04T15:55:24.788Z Downloaded illumos-nvpair-sys v0.2.0
6652026-07-04T15:55:24.788Z Downloaded bzip2 v0.6.1
6662026-07-04T15:55:24.788Z Downloaded illumos-nvpair v0.3.0
6672026-07-04T15:55:24.788Z Downloaded group v0.13.0
6682026-07-04T15:55:24.791Z Downloaded idna_adapter v1.2.1
6692026-07-04T15:55:24.791Z Downloaded argon2 v0.6.0-rc.8
6702026-07-04T15:55:24.794Z Downloaded ar_archive_writer v0.5.1
6712026-07-04T15:55:24.794Z Downloaded futures-channel v0.3.32
6722026-07-04T15:55:24.796Z Downloaded darling v0.20.11
6732026-07-04T15:55:24.800Z Downloaded highway v1.3.0
6742026-07-04T15:55:24.800Z Downloaded cbc v0.2.1
6752026-07-04T15:55:24.803Z Downloaded enum-as-inner v0.6.1
6762026-07-04T15:55:24.803Z Downloaded httpdate v1.0.3
6772026-07-04T15:55:24.803Z Downloaded inout v0.2.2
6782026-07-04T15:55:24.806Z Downloaded instant v0.1.13
6792026-07-04T15:55:24.806Z Downloaded indoc v1.0.9
6802026-07-04T15:55:24.809Z Downloaded internet-checksum v0.2.1
6812026-07-04T15:55:24.809Z Downloaded instability v0.3.11
6822026-07-04T15:55:24.809Z Downloaded elliptic-curve v0.13.8
6832026-07-04T15:55:24.812Z Downloaded keccak v0.1.6
6842026-07-04T15:55:24.812Z Downloaded is_ci v1.2.0
6852026-07-04T15:55:24.812Z Downloaded is-terminal v0.4.17
6862026-07-04T15:55:24.816Z Downloaded diff v0.1.13
6872026-07-04T15:55:24.816Z Downloaded derive-where v1.6.0
6882026-07-04T15:55:24.819Z Downloaded getrandom v0.2.17
6892026-07-04T15:55:24.821Z Downloaded ciborium v0.2.2
6902026-07-04T15:55:24.821Z Downloaded lalrpop-util v0.19.12
6912026-07-04T15:55:24.824Z Downloaded crc-any v2.5.0
6922026-07-04T15:55:24.824Z Downloaded dropshot_endpoint v0.17.1
6932026-07-04T15:55:24.827Z Downloaded libscf-sys v1.1.0
6942026-07-04T15:55:24.827Z Downloaded lazy_static v1.5.0
6952026-07-04T15:55:24.830Z Downloaded kstat-rs v0.2.4
6962026-07-04T15:55:24.830Z Downloaded humantime v2.3.0
6972026-07-04T15:55:24.830Z Downloaded http-body-util v0.1.3
6982026-07-04T15:55:24.833Z Downloaded glob v0.3.3
6992026-07-04T15:55:24.833Z Downloaded darling_core v0.23.0
7002026-07-04T15:55:24.836Z Downloaded arc-swap v1.8.2
7012026-07-04T15:55:24.839Z Downloaded drift v0.2.0
7022026-07-04T15:55:24.843Z Downloaded lru v0.12.5
7032026-07-04T15:55:24.846Z Downloaded lru-cache v0.1.2
7042026-07-04T15:55:24.846Z Downloaded hyper-staticfile v0.10.1
7052026-07-04T15:55:24.849Z Downloaded managed v0.8.0
7062026-07-04T15:55:24.849Z Downloaded lru-slab v0.1.2
7072026-07-04T15:55:24.849Z Downloaded byte-wrapper v0.1.0
7082026-07-04T15:55:24.852Z Downloaded fatfs v0.3.6
7092026-07-04T15:55:24.855Z Downloaded elliptic-curve v0.14.0-rc.33
7102026-07-04T15:55:24.855Z Downloaded half v1.8.3
7112026-07-04T15:55:24.858Z Downloaded crypto-bigint v0.5.5
7122026-07-04T15:55:24.860Z Downloaded md5 v0.8.0
7132026-07-04T15:55:24.863Z Downloaded maplit v1.0.2
7142026-07-04T15:55:24.863Z Downloaded maybe-uninit v2.0.0
7152026-07-04T15:55:24.863Z Downloaded lzss v0.8.2
7162026-07-04T15:55:24.866Z Downloaded md-5 v0.10.6
7172026-07-04T15:55:24.866Z Downloaded mime v0.3.17
7182026-07-04T15:55:24.867Z Downloaded memoffset v0.9.1
7192026-07-04T15:55:24.870Z Downloaded impl-trait-for-tuples v0.2.3
7202026-07-04T15:55:24.870Z Downloaded multimap v0.10.1
7212026-07-04T15:55:24.870Z Downloaded base64 v0.22.1
7222026-07-04T15:55:24.873Z Downloaded indoc v2.0.7
7232026-07-04T15:55:24.875Z Downloaded hmac v0.13.0
7242026-07-04T15:55:24.876Z Downloaded compression-codecs v0.4.37
7252026-07-04T15:55:24.879Z Downloaded cipher v0.4.4
7262026-07-04T15:55:24.883Z Downloaded ingot-types v0.1.2
7272026-07-04T15:55:24.883Z Downloaded ingot v0.1.1
7282026-07-04T15:55:24.883Z Downloaded newline-converter v0.3.0
7292026-07-04T15:55:24.883Z Downloaded ipnet v2.11.0
7302026-07-04T15:55:24.886Z Downloaded keccak v0.2.0
7312026-07-04T15:55:24.886Z Downloaded new_debug_unreachable v1.0.6
7322026-07-04T15:55:24.890Z Downloaded nibble_vec v0.1.0
7332026-07-04T15:55:24.890Z Downloaded newtype_derive v0.1.6
7342026-07-04T15:55:24.890Z Downloaded newtype-uuid-macros v0.1.0
7352026-07-04T15:55:24.893Z Downloaded nodrop v0.1.14
7362026-07-04T15:55:24.893Z Downloaded generic-array v1.4.3
7372026-07-04T15:55:24.893Z Downloaded futures v0.3.32
7382026-07-04T15:55:24.895Z Downloaded httparse v1.10.1
7392026-07-04T15:55:24.898Z Downloaded linked-hash-map v0.5.6
7402026-07-04T15:55:24.898Z Downloaded const_format v0.2.35
7412026-07-04T15:55:24.901Z Downloaded normalize-line-endings v0.3.0
7422026-07-04T15:55:24.901Z Downloaded num v0.4.3
7432026-07-04T15:55:24.904Z Downloaded libefi-sys v0.1.0
7442026-07-04T15:55:24.904Z Downloaded nonempty v0.12.0
7452026-07-04T15:55:24.907Z Downloaded iana-time-zone v0.1.65
7462026-07-04T15:55:24.907Z Downloaded hyper-rustls v0.27.7
7472026-07-04T15:55:24.909Z Downloaded darling_core v0.20.11
7482026-07-04T15:55:24.912Z Downloaded bumpalo v3.20.2
7492026-07-04T15:55:24.915Z Downloaded linear-map v1.2.0
7502026-07-04T15:55:24.915Z Downloaded opaque-debug v0.3.1
7512026-07-04T15:55:24.915Z Downloaded olpc-cjson v0.1.4
7522026-07-04T15:55:24.915Z Downloaded libsw-core v0.3.2
7532026-07-04T15:55:24.918Z Downloaded num-conv v0.2.0
7542026-07-04T15:55:24.918Z Downloaded libsw v3.5.0
7552026-07-04T15:55:24.921Z Downloaded libloading v0.8.9
7562026-07-04T15:55:24.921Z Downloaded getrandom v0.3.4
7572026-07-04T15:55:24.924Z Downloaded base64 v0.21.7
7582026-07-04T15:55:24.926Z Downloaded kem v0.3.0
7592026-07-04T15:55:24.926Z Downloaded crossbeam-channel v0.5.15
7602026-07-04T15:55:24.929Z Downloaded hybrid-array v0.4.13
7612026-07-04T15:55:24.932Z Downloaded multer v3.1.0
7622026-07-04T15:55:24.932Z Downloaded mime_guess v2.0.5
7632026-07-04T15:55:24.935Z Downloaded openssl-probe v0.2.1
7642026-07-04T15:55:24.935Z Downloaded openssl-macros v0.1.1
7652026-07-04T15:55:24.935Z Downloaded match_cfg v0.1.0
7662026-07-04T15:55:24.938Z Downloaded num-derive v0.3.3
7672026-07-04T15:55:24.938Z Downloaded num_threads v0.1.7
7682026-07-04T15:55:24.938Z Downloaded half v2.7.1
7692026-07-04T15:55:24.942Z Downloaded num-iter v0.1.45
7702026-07-04T15:55:24.942Z Downloaded num-derive v0.4.2
7712026-07-04T15:55:24.945Z Downloaded module-lattice v0.2.3
7722026-07-04T15:55:24.945Z Downloaded const-oid v0.10.2
7732026-07-04T15:55:24.949Z Downloaded newtype-uuid v1.3.2
7742026-07-04T15:55:24.949Z Downloaded aes-gcm v0.11.0
7752026-07-04T15:55:24.953Z Downloaded compact_str v0.8.1
7762026-07-04T15:55:24.953Z Downloaded chacha20poly1305 v0.10.1
7772026-07-04T15:55:24.956Z Downloaded ingot-macros v0.1.1
7782026-07-04T15:55:24.956Z Downloaded native-tls v0.2.18
7792026-07-04T15:55:24.956Z Downloaded openssl-probe v0.1.6
7802026-07-04T15:55:24.969Z Downloaded packed_struct_codegen v0.10.1
7812026-07-04T15:55:24.972Z Downloaded oso-derive v0.27.3
7822026-07-04T15:55:24.972Z Downloaded cc v1.2.56
7832026-07-04T15:55:24.976Z Downloaded nanorand v0.7.0
7842026-07-04T15:55:24.976Z Downloaded crc32fast v1.5.0
7852026-07-04T15:55:24.979Z Downloaded jobserver v0.1.34
7862026-07-04T15:55:24.979Z Downloaded nu-ansi-term v0.50.3
7872026-07-04T15:55:24.979Z Downloaded litemap v0.8.1
7882026-07-04T15:55:24.982Z Downloaded bytes v1.11.1
7892026-07-04T15:55:24.985Z Downloaded async-compression v0.4.41
7902026-07-04T15:55:24.988Z Downloaded password-hash v0.6.1
7912026-07-04T15:55:24.990Z Downloaded parse-size v1.1.0
7922026-07-04T15:55:24.990Z Downloaded litrs v1.0.0
7932026-07-04T15:55:24.993Z Downloaded ipnetwork v0.21.1
7942026-07-04T15:55:24.993Z Downloaded percent-encoding v2.3.2
7952026-07-04T15:55:24.994Z Downloaded icu_properties v2.1.2
7962026-07-04T15:55:24.996Z Downloaded path-slash v0.1.5
7972026-07-04T15:55:24.996Z Downloaded num-integer v0.1.46
7982026-07-04T15:55:24.999Z Downloaded derive_more v2.1.1
7992026-07-04T15:55:25.006Z Downloaded num_enum_derive v0.7.6
8002026-07-04T15:55:25.009Z Downloaded num_enum_derive v0.5.11
8012026-07-04T15:55:25.009Z Downloaded memmap2 v0.9.10
8022026-07-04T15:55:25.009Z Downloaded phf_shared v0.13.1
8032026-07-04T15:55:25.009Z Downloaded phf_shared v0.12.1
8042026-07-04T15:55:25.012Z Downloaded phf_shared v0.11.3
8052026-07-04T15:55:25.012Z Downloaded peg-runtime v0.8.5
8062026-07-04T15:55:25.012Z Downloaded num_enum v0.7.6
8072026-07-04T15:55:25.015Z Downloaded num_enum v0.5.11
8082026-07-04T15:55:25.017Z Downloaded heapless v0.7.17
8092026-07-04T15:55:25.020Z Downloaded flate2 v1.1.9
8102026-07-04T15:55:25.023Z Downloaded hmac v0.12.1
8112026-07-04T15:55:25.027Z Downloaded heapless v0.8.0
8122026-07-04T15:55:25.027Z Downloaded headers v0.4.1
8132026-07-04T15:55:25.030Z Downloaded flume v0.11.1
8142026-07-04T15:55:25.033Z Downloaded oxnet v0.1.6
8152026-07-04T15:55:25.037Z Downloaded owo-colors v4.3.0
8162026-07-04T15:55:25.037Z Downloaded packed_struct v0.10.1
8172026-07-04T15:55:25.040Z Downloaded num-rational v0.4.2
8182026-07-04T15:55:25.040Z Downloaded predicates-tree v1.0.13
8192026-07-04T15:55:25.040Z Downloaded potential_utf v0.1.4
8202026-07-04T15:55:25.040Z Downloaded predicates-core v1.0.10
8212026-07-04T15:55:25.043Z Downloaded precomputed-hash v0.1.1
8222026-07-04T15:55:25.043Z Downloaded powerfmt v0.2.0
8232026-07-04T15:55:25.043Z Downloaded der v0.7.10
8242026-07-04T15:55:25.045Z Downloaded indexmap v1.9.3
8252026-07-04T15:55:25.048Z Downloaded num-complex v0.4.6
8262026-07-04T15:55:25.051Z Downloaded lock_api v0.4.14
8272026-07-04T15:55:25.051Z Downloaded libbz2-rs-sys v0.2.2
8282026-07-04T15:55:25.054Z Downloaded ignore v0.4.25
8292026-07-04T15:55:25.054Z Downloaded proc-macro-crate v3.4.0
8302026-07-04T15:55:25.056Z Downloaded proc-macro-crate v1.3.1
8312026-07-04T15:55:25.056Z Downloaded paste v1.0.15
8322026-07-04T15:55:25.059Z Downloaded password-hash v0.5.0
8332026-07-04T15:55:25.059Z Downloaded parking_lot_core v0.8.6
8342026-07-04T15:55:25.062Z Downloaded pbkdf2 v0.13.0
8352026-07-04T15:55:25.062Z Downloaded parse-display-derive v0.10.0
8362026-07-04T15:55:25.062Z Downloaded diesel_derives v2.3.7
8372026-07-04T15:55:25.066Z Downloaded psl-types v2.0.11
8382026-07-04T15:55:25.069Z Downloaded icu_locale_core v2.1.1
8392026-07-04T15:55:25.072Z Downloaded expectorate v1.2.0
8402026-07-04T15:55:25.072Z Downloaded peg v0.8.5
8412026-07-04T15:55:25.075Z Downloaded pem-rfc7468 v1.0.0
8422026-07-04T15:55:25.078Z Downloaded pem-rfc7468 v0.7.0
8432026-07-04T15:55:25.078Z Downloaded progenitor-macro v0.14.0
8442026-07-04T15:55:25.081Z Downloaded phc v0.6.1
8452026-07-04T15:55:25.081Z Downloaded pin-project-lite v0.2.17
8462026-07-04T15:55:25.084Z Downloaded phf v0.12.1
8472026-07-04T15:55:25.087Z Downloaded hickory-resolver v0.25.2
8482026-07-04T15:55:25.089Z Downloaded pin-project-internal v1.1.11
8492026-07-04T15:55:25.090Z Downloaded crossterm v0.28.1
8502026-07-04T15:55:25.092Z Downloaded phf v0.13.1
8512026-07-04T15:55:25.095Z Downloaded pem v3.0.6
8522026-07-04T15:55:25.095Z Downloaded hickory-resolver v0.24.4
8532026-07-04T15:55:25.098Z Downloaded progenitor-macro v0.13.0
8542026-07-04T15:55:25.098Z Downloaded quick-error v1.2.3
8552026-07-04T15:55:25.101Z Downloaded ml-kem v0.3.2
8562026-07-04T15:55:25.101Z Downloaded peg-macros v0.8.5
8572026-07-04T15:55:25.104Z Downloaded ed25519-dalek v2.2.0
8582026-07-04T15:55:25.106Z Downloaded oxide-tokio-rt v0.1.4
8592026-07-04T15:55:25.107Z Downloaded polyval v0.7.1
8602026-07-04T15:55:25.111Z Downloaded poly1305 v0.8.0
8612026-07-04T15:55:25.111Z Downloaded postgres-protocol v0.6.10
8622026-07-04T15:55:25.111Z Downloaded pkg-config v0.3.32
8632026-07-04T15:55:25.114Z Downloaded radium v0.7.0
8642026-07-04T15:55:25.114Z Downloaded aes v0.9.1
8652026-07-04T15:55:25.117Z Downloaded rand_xorshift v0.4.0
8662026-07-04T15:55:25.117Z Downloaded rand_chacha v0.3.1
8672026-07-04T15:55:25.117Z Downloaded progenitor-client v0.14.0
8682026-07-04T15:55:25.117Z Downloaded recursive-proc-macro-impl v0.1.1
8692026-07-04T15:55:25.120Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-07-04T15:55:25.120Z Downloaded parse-display v0.10.0
8712026-07-04T15:55:25.120Z Downloaded icu_normalizer v2.1.1
8722026-07-04T15:55:25.123Z Downloaded ppv-lite86 v0.2.21
8732026-07-04T15:55:25.123Z Downloaded parking_lot v0.11.2
8742026-07-04T15:55:25.126Z Downloaded primeorder v0.13.6
8752026-07-04T15:55:25.126Z Downloaded progenitor-client v0.13.0
8762026-07-04T15:55:25.129Z Downloaded progenitor v0.14.0
8772026-07-04T15:55:25.129Z Downloaded proc-macro-error2 v2.0.1
8782026-07-04T15:55:25.132Z Downloaded recursive v0.1.1
8792026-07-04T15:55:25.132Z Downloaded primefield v0.14.0
8802026-07-04T15:55:25.132Z Downloaded der v0.8.0
8812026-07-04T15:55:25.136Z Downloaded parking_lot_core v0.9.12
8822026-07-04T15:55:25.139Z Downloaded ed25519-dalek v3.0.0-rc.0
8832026-07-04T15:55:25.142Z Downloaded icu_normalizer_data v2.1.1
8842026-07-04T15:55:25.142Z Downloaded derive_more-impl v2.1.1
8852026-07-04T15:55:25.145Z Downloaded num-traits v0.2.19
8862026-07-04T15:55:25.193Z Downloaded omicron-zone-package v0.12.3
8872026-07-04T15:55:25.193Z Downloaded poly1305 v0.9.0
8882026-07-04T15:55:25.193Z Downloaded ref-cast-impl v1.0.25
8892026-07-04T15:55:25.193Z Downloaded ref-cast v1.0.25
8902026-07-04T15:55:25.193Z Downloaded pkcs1 v0.8.0-rc.4
8912026-07-04T15:55:25.193Z Downloaded rtoolbox v0.0.3
8922026-07-04T15:55:25.193Z Downloaded pkcs8 v0.11.0
8932026-07-04T15:55:25.193Z Downloaded indicatif v0.18.4
8942026-07-04T15:55:25.193Z Downloaded rustc_version v0.4.1
8952026-07-04T15:55:25.193Z Downloaded rustc_version v0.1.7
8962026-07-04T15:55:25.193Z Downloaded pkcs8 v0.10.2
8972026-07-04T15:55:25.193Z Downloaded miniz_oxide v0.8.9
8982026-07-04T15:55:25.193Z Downloaded psm v0.1.30
8992026-07-04T15:55:25.193Z Downloaded rfc6979 v0.4.0
9002026-07-04T15:55:25.193Z Downloaded icu_provider v2.1.1
9012026-07-04T15:55:25.193Z Downloaded oso v0.27.3
9022026-07-04T15:55:25.193Z Downloaded rand_seeder v0.4.0
9032026-07-04T15:55:25.193Z Downloaded pkcs1 v0.7.5
9042026-07-04T15:55:25.193Z Downloaded rfc6979 v0.5.0
9052026-07-04T15:55:25.193Z Downloaded rustc-hash v2.1.1
9062026-07-04T15:55:25.194Z Downloaded russh-util v0.52.0
9072026-07-04T15:55:25.194Z Downloaded russh-cryptovec v0.61.0
9082026-07-04T15:55:25.194Z Downloaded r2d2 v0.8.10
9092026-07-04T15:55:25.197Z Downloaded predicates v3.1.4
9102026-07-04T15:55:25.197Z Downloaded rand_core v0.10.0
9112026-07-04T15:55:25.197Z Downloaded rand_core v0.9.5
9122026-07-04T15:55:25.197Z Downloaded jiff-static v0.2.21
9132026-07-04T15:55:25.201Z Downloaded rand_core v0.6.4
9142026-07-04T15:55:25.201Z Downloaded progenitor v0.13.0
9152026-07-04T15:55:25.201Z Downloaded primeorder v0.14.0-rc.10
9162026-07-04T15:55:25.204Z Downloaded parking_lot v0.12.5
9172026-07-04T15:55:25.204Z Downloaded scopeguard v1.2.0
9182026-07-04T15:55:25.204Z Downloaded rand_chacha v0.9.0
9192026-07-04T15:55:25.207Z Downloaded papergrid v0.17.0
9202026-07-04T15:55:25.210Z Downloaded sapling-renderdag v0.1.0
9212026-07-04T15:55:25.210Z Downloaded icu_collections v2.1.1
9222026-07-04T15:55:25.213Z Downloaded progenitor-extras v0.2.0
9232026-07-04T15:55:25.216Z Downloaded secrecy v0.8.0
9242026-07-04T15:55:25.219Z Downloaded seq-macro v0.3.6
9252026-07-04T15:55:25.219Z Downloaded semver v0.1.20
9262026-07-04T15:55:25.221Z Downloaded scroll_derive v0.13.1
9272026-07-04T15:55:25.221Z Downloaded hickory-server v0.25.2
9282026-07-04T15:55:25.224Z Downloaded scheduled-thread-pool v0.2.7
9292026-07-04T15:55:25.227Z Downloaded same-file v1.0.6
9302026-07-04T15:55:25.227Z Downloaded pin-project v1.1.11
9312026-07-04T15:55:25.233Z Downloaded secrecy v0.10.3
9322026-07-04T15:55:25.235Z Downloaded resolv-conf v0.7.6
9332026-07-04T15:55:25.235Z Downloaded serde_repr v0.1.20
9342026-07-04T15:55:25.238Z Downloaded serde_spanned v1.1.1
9352026-07-04T15:55:25.238Z Downloaded serde_plain v1.0.2
9362026-07-04T15:55:25.241Z Downloaded serde_bytes v0.11.19
9372026-07-04T15:55:25.241Z Downloaded serde-big-array v0.5.1
9382026-07-04T15:55:25.244Z Downloaded hashbrown v0.12.3
9392026-07-04T15:55:25.246Z Downloaded quinn-udp v0.5.14
9402026-07-04T15:55:25.246Z Downloaded openssl-sys v0.9.115
9412026-07-04T15:55:25.249Z Downloaded p384 v0.14.0-rc.10
9422026-07-04T15:55:25.251Z Downloaded serde_urlencoded v0.7.1
9432026-07-04T15:55:25.255Z Downloaded rusty-fork v0.3.1
9442026-07-04T15:55:25.255Z Downloaded rustversion v1.0.22
9452026-07-04T15:55:25.258Z Downloaded rustls-native-certs v0.8.3
9462026-07-04T15:55:25.258Z Downloaded postcard v1.1.3
9472026-07-04T15:55:25.261Z Downloaded rustls-pemfile v2.2.0
9482026-07-04T15:55:25.261Z Downloaded p256 v0.14.0-rc.10
9492026-07-04T15:55:25.264Z Downloaded sha1 v0.10.6
9502026-07-04T15:55:25.264Z Downloaded http v1.4.2
9512026-07-04T15:55:25.267Z Downloaded shell-words v1.1.1
9522026-07-04T15:55:25.267Z Downloaded pkcs5 v0.8.1
9532026-07-04T15:55:25.273Z Downloaded sha1 v0.11.0
9542026-07-04T15:55:25.278Z Downloaded signal-hook-mio v0.2.5
9552026-07-04T15:55:25.281Z Downloaded signal-hook-tokio v0.3.1
9562026-07-04T15:55:25.281Z Downloaded dropshot-api-manager v0.7.2
9572026-07-04T15:55:25.284Z Downloaded schemars_derive v0.8.22
9582026-07-04T15:55:25.290Z Downloaded scrypt v0.12.0
9592026-07-04T15:55:25.292Z Downloaded scroll v0.13.0
9602026-07-04T15:55:25.295Z Downloaded sigpipe v0.1.3
9612026-07-04T15:55:25.295Z Downloaded signature v2.2.0
9622026-07-04T15:55:25.295Z Downloaded sec1 v0.7.3
9632026-07-04T15:55:25.297Z Downloaded signature v3.0.0
9642026-07-04T15:55:25.297Z Downloaded progenitor-impl v0.14.0
9652026-07-04T15:55:25.301Z Downloaded postgres-types v0.2.12
9662026-07-04T15:55:25.305Z Downloaded internal-russh-num-bigint v0.5.0
9672026-07-04T15:55:25.308Z Downloaded siphasher v1.0.2
9682026-07-04T15:55:25.311Z Downloaded serde-hex v0.1.0
9692026-07-04T15:55:25.311Z Downloaded sec1 v0.8.1
9702026-07-04T15:55:25.314Z Downloaded serde_path_to_error v0.1.20
9712026-07-04T15:55:25.314Z Downloaded minimal-lexical v0.2.1
9722026-07-04T15:55:25.317Z Downloaded slog-bunyan v2.5.0
9732026-07-04T15:55:25.320Z Downloaded serde_with_macros v1.5.2
9742026-07-04T15:55:25.326Z Downloaded itertools v0.10.5
9752026-07-04T15:55:25.329Z Downloaded prefix-trie v0.7.0
9762026-07-04T15:55:25.335Z Downloaded hashbrown v0.13.2
9772026-07-04T15:55:25.337Z Downloaded rustls-pki-types v1.14.0
9782026-07-04T15:55:25.340Z Downloaded serdect v0.4.3
9792026-07-04T15:55:25.343Z Downloaded stable_deref_trait v1.2.1
9802026-07-04T15:55:25.346Z Downloaded hyper-util v0.1.20
9812026-07-04T15:55:25.349Z Downloaded shlex v1.3.0
9822026-07-04T15:55:25.351Z Downloaded pretty_assertions v1.4.1
9832026-07-04T15:55:25.354Z Downloaded rcgen v0.12.1
9842026-07-04T15:55:25.357Z Downloaded strip-ansi-escapes v0.2.1
9852026-07-04T15:55:25.360Z Downloaded sqlparser_derive v0.5.0
9862026-07-04T15:55:25.363Z Downloaded crypto-bigint v0.7.5
9872026-07-04T15:55:25.372Z Downloaded structmeta v0.3.0
9882026-07-04T15:55:25.375Z Downloaded structmeta-derive v0.3.0
9892026-07-04T15:55:25.376Z Downloaded strsim v0.10.0
9902026-07-04T15:55:25.376Z Downloaded signal-hook-registry v1.4.8
9912026-07-04T15:55:25.378Z Downloaded progenitor-impl v0.13.0
9922026-07-04T15:55:25.380Z Downloaded sync_wrapper v1.0.2
9932026-07-04T15:55:25.380Z Downloaded sync-ptr v0.1.4
9942026-07-04T15:55:25.381Z Downloaded simd-adler32 v0.3.8
9952026-07-04T15:55:25.385Z Downloaded crossterm v0.29.0
9962026-07-04T15:55:25.389Z Downloaded serde_derive_internals v0.29.1
9972026-07-04T15:55:25.394Z Downloaded smallvec v0.6.14
9982026-07-04T15:55:25.395Z Downloaded slog-term v2.9.2
9992026-07-04T15:55:25.399Z Downloaded slog-stdlog v4.1.1
10002026-07-04T15:55:25.399Z Downloaded tap v1.0.1
10012026-07-04T15:55:25.399Z Downloaded slog-json v2.6.1
10022026-07-04T15:55:25.402Z Downloaded strum v0.26.3
10032026-07-04T15:55:25.402Z Downloaded slog-envlogger v2.2.0
10042026-07-04T15:55:25.402Z Downloaded slog-dtrace v0.3.0
10052026-07-04T15:55:25.402Z Downloaded strum v0.27.2
10062026-07-04T15:55:25.402Z Downloaded subtle v2.6.1
10072026-07-04T15:55:25.405Z Downloaded supports-color v3.0.2
10082026-07-04T15:55:25.405Z Downloaded hashbrown v0.15.5
10092026-07-04T15:55:25.407Z Downloaded hashbrown v0.16.1
10102026-07-04T15:55:25.412Z Downloaded slog-scope v4.4.1
10112026-07-04T15:55:25.414Z Downloaded mio v1.2.0
10122026-07-04T15:55:25.417Z Downloaded ryu v1.0.23
10132026-07-04T15:55:25.419Z Downloaded serde_with_macros v3.17.0
10142026-07-04T15:55:25.419Z Downloaded sqlformat v0.3.5
10152026-07-04T15:55:25.422Z Downloaded termtree v0.5.1
10162026-07-04T15:55:25.422Z Downloaded spki v0.8.0
10172026-07-04T15:55:25.422Z Downloaded ron v0.8.1
10182026-07-04T15:55:25.426Z Downloaded tabwriter v1.4.1
10192026-07-04T15:55:25.429Z Downloaded sha2 v0.11.0
10202026-07-04T15:55:25.432Z Downloaded testing_table v0.3.0
10212026-07-04T15:55:25.432Z Downloaded tabled_derive v0.11.0
10222026-07-04T15:55:25.432Z Downloaded snafu-derive v0.8.9
10232026-07-04T15:55:25.435Z Downloaded time-core v0.1.8
10242026-07-04T15:55:25.435Z Downloaded thiserror-impl-no-std v2.0.2
10252026-07-04T15:55:25.435Z Downloaded salsa20 v0.11.0
10262026-07-04T15:55:25.438Z Downloaded nom v7.1.3
10272026-07-04T15:55:25.444Z Downloaded rayon-core v1.13.0
10282026-07-04T15:55:25.444Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-04T15:55:25.447Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-04T15:55:25.448Z Downloaded spki v0.7.3
10312026-07-04T15:55:25.448Z Downloaded prettyplease v0.2.37
10322026-07-04T15:55:25.451Z Downloaded strum_macros v0.24.3
10332026-07-04T15:55:25.451Z Downloaded static_assertions v1.1.0
10342026-07-04T15:55:25.451Z Downloaded tinyvec_macros v0.1.1
10352026-07-04T15:55:25.451Z Downloaded strum_macros v0.27.2
10362026-07-04T15:55:25.454Z Downloaded strum_macros v0.26.4
10372026-07-04T15:55:25.454Z Downloaded idna v1.1.0
10382026-07-04T15:55:25.457Z Downloaded smf v0.2.3
10392026-07-04T15:55:25.460Z Downloaded thread-id v5.1.0
10402026-07-04T15:55:25.460Z Downloaded quinn v0.11.9
10412026-07-04T15:55:25.463Z Downloaded string_cache v0.8.9
10422026-07-04T15:55:25.463Z Downloaded stringprep v0.1.5
10432026-07-04T15:55:25.467Z Downloaded stacker v0.1.23
10442026-07-04T15:55:25.468Z Downloaded synstructure v0.13.2
10452026-07-04T15:55:25.468Z Downloaded itertools v0.13.0
10462026-07-04T15:55:25.472Z Downloaded publicsuffix v2.3.0
10472026-07-04T15:55:25.476Z Downloaded termios v0.3.3
10482026-07-04T15:55:25.476Z Downloaded support-bundle-viewer v0.1.2
10492026-07-04T15:55:25.476Z Downloaded tokio-macros v2.7.0
10502026-07-04T15:55:25.478Z Downloaded iri-string v0.7.10
10512026-07-04T15:55:25.481Z Downloaded rand v0.8.6
10522026-07-04T15:55:25.484Z Downloaded serde_yaml v0.9.34+deprecated
10532026-07-04T15:55:25.487Z Downloaded rustls-platform-verifier v0.6.2
10542026-07-04T15:55:25.487Z Downloaded p521 v0.14.0-rc.10
10552026-07-04T15:55:25.490Z Downloaded itertools v0.12.1
10562026-07-04T15:55:25.494Z Downloaded tokio-test v0.4.5
10572026-07-04T15:55:25.497Z Downloaded smallvec v1.15.1
10582026-07-04T15:55:25.499Z Downloaded num-bigint v0.4.6
10592026-07-04T15:55:25.500Z Downloaded aho-corasick v1.1.4
10602026-07-04T15:55:25.503Z Downloaded topological-sort v0.2.2
10612026-07-04T15:55:25.506Z Downloaded time-macros v0.2.27
10622026-07-04T15:55:25.506Z Downloaded schemars v0.9.0
10632026-07-04T15:55:25.512Z Downloaded tower-layer v0.3.3
10642026-07-04T15:55:25.516Z Downloaded crypto-primes v0.7.2
10652026-07-04T15:55:25.518Z Downloaded thread_local v1.1.9
10662026-07-04T15:55:25.518Z Downloaded signal-hook v0.3.18
10672026-07-04T15:55:25.521Z Downloaded tinystr v0.8.2
10682026-07-04T15:55:25.521Z Downloaded tls_codec v0.4.2
10692026-07-04T15:55:25.524Z Downloaded try-lock v0.2.5
10702026-07-04T15:55:25.524Z Downloaded tower-service v0.3.3
10712026-07-04T15:55:25.524Z Downloaded tiny-keccak v2.0.2
10722026-07-04T15:55:25.527Z Downloaded trait-variant v0.1.2
10732026-07-04T15:55:25.527Z Downloaded unarray v0.1.4
10742026-07-04T15:55:25.530Z Downloaded thiserror-no-std v2.0.2
10752026-07-04T15:55:25.530Z Downloaded qorb v0.4.1
10762026-07-04T15:55:25.533Z Downloaded hkdf v0.13.0
10772026-07-04T15:55:25.535Z Downloaded icu_properties_data v2.1.2
10782026-07-04T15:55:25.541Z Downloaded typify-macro v0.6.2
10792026-07-04T15:55:25.544Z Downloaded tokio-dtrace v0.1.1
10802026-07-04T15:55:25.544Z Downloaded socket2 v0.5.10
10812026-07-04T15:55:25.544Z Downloaded universal-hash v0.6.1
10822026-07-04T15:55:25.547Z Downloaded untrusted v0.9.0
10832026-07-04T15:55:25.547Z Downloaded unicode-xid v0.2.6
10842026-07-04T15:55:25.547Z Downloaded unit-prefix v0.5.2
10852026-07-04T15:55:25.550Z Downloaded unicode-truncate v1.1.0
10862026-07-04T15:55:25.550Z Downloaded libxml v0.3.3
10872026-07-04T15:55:25.553Z Downloaded rsa v0.9.10
10882026-07-04T15:55:25.556Z Downloaded rand v0.9.2
10892026-07-04T15:55:25.559Z Downloaded tokio-tungstenite v0.21.0
10902026-07-04T15:55:25.559Z Downloaded hkdf v0.12.4
10912026-07-04T15:55:25.562Z Downloaded schemars v0.8.22
10922026-07-04T15:55:25.567Z Downloaded utf8_iter v1.0.4
10932026-07-04T15:55:25.570Z Downloaded utf-8 v0.7.6
10942026-07-04T15:55:25.570Z Downloaded usdt-attr-macro v0.6.0
10952026-07-04T15:55:25.570Z Downloaded usdt v0.6.0
10962026-07-04T15:55:25.573Z Downloaded futures-util v0.3.32
10972026-07-04T15:55:25.577Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10982026-07-04T15:55:25.580Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-07-04T15:55:25.580Z Downloaded waitgroup v0.1.2
11002026-07-04T15:55:25.582Z Downloaded aws-lc-rs v1.16.3
11012026-07-04T15:55:25.586Z Downloaded similar v2.7.0
11022026-07-04T15:55:25.589Z Downloaded tui-tree-widget v0.23.1
11032026-07-04T15:55:25.592Z Downloaded slog v2.8.2
11042026-07-04T15:55:25.595Z Downloaded hyper v1.10.1
11052026-07-04T15:55:25.597Z Downloaded void v1.0.2
11062026-07-04T15:55:25.597Z Downloaded h2 v0.4.15
11072026-07-04T15:55:25.601Z Downloaded xattr v1.6.1
11082026-07-04T15:55:25.603Z Downloaded want v0.3.1
11092026-07-04T15:55:25.603Z Downloaded tls_codec_derive v0.4.2
11102026-07-04T15:55:25.606Z Downloaded bitvec v1.0.1
11112026-07-04T15:55:25.613Z Downloaded unicase v2.9.0
11122026-07-04T15:55:25.616Z Downloaded snafu v0.8.9
11132026-07-04T15:55:25.618Z Downloaded xshell-macros v0.2.7
11142026-07-04T15:55:25.618Z Downloaded zerofrom-derive v0.1.6
11152026-07-04T15:55:25.618Z Downloaded tokio-native-tls v0.3.1
11162026-07-04T15:55:25.621Z Downloaded tokio-stream v0.1.18
11172026-07-04T15:55:25.624Z Downloaded blake3 v1.8.5
11182026-07-04T15:55:25.627Z Downloaded wait-timeout v0.2.1
11192026-07-04T15:55:25.631Z Downloaded usdt-macro v0.6.0
11202026-07-04T15:55:25.631Z Downloaded toml_writer v1.1.1+spec-1.1.0
11212026-07-04T15:55:25.631Z Downloaded uzers v0.12.2
11222026-07-04T15:55:25.634Z Downloaded usdt-impl v0.6.0
11232026-07-04T15:55:25.634Z Downloaded tokio-tungstenite v0.23.1
11242026-07-04T15:55:25.634Z Downloaded zerofrom v0.1.6
11252026-07-04T15:55:25.637Z Downloaded yoke-derive v0.8.1
11262026-07-04T15:55:25.637Z Downloaded tokio-rustls v0.26.4
11272026-07-04T15:55:25.637Z Downloaded vergen-gitcl v1.0.8
11282026-07-04T15:55:25.640Z Downloaded nom v8.0.0
11292026-07-04T15:55:25.644Z Downloaded test-strategy v0.4.5
11302026-07-04T15:55:25.650Z Downloaded libm v0.2.16
11312026-07-04T15:55:25.653Z Downloaded zone_cfg_derive v0.3.1
11322026-07-04T15:55:25.653Z Downloaded zone v0.3.1
11332026-07-04T15:55:25.654Z Downloaded zeroize_derive v1.4.3
11342026-07-04T15:55:25.654Z Downloaded vsss-rs v3.3.4
11352026-07-04T15:55:25.654Z Downloaded vergen-git2 v9.1.0
11362026-07-04T15:55:25.657Z Downloaded iddqd v0.4.2
11372026-07-04T15:55:25.659Z Downloaded tinyvec v1.10.0
11382026-07-04T15:55:25.662Z Downloaded socket2 v0.6.3
11392026-07-04T15:55:25.662Z Downloaded twox-hash v2.1.2
11402026-07-04T15:55:25.665Z Downloaded toml_parser v1.1.2+spec-1.1.0
11412026-07-04T15:55:25.665Z Downloaded whoami v1.6.1
11422026-07-04T15:55:25.668Z Downloaded whoami v2.1.0
11432026-07-04T15:55:25.668Z Downloaded writeable v0.6.2
11442026-07-04T15:55:25.671Z Downloaded wyz v0.5.1
11452026-07-04T15:55:25.671Z Downloaded walkdir v2.5.0
11462026-07-04T15:55:25.671Z Downloaded vergen-lib v0.1.6
11472026-07-04T15:55:25.673Z Downloaded unicode-properties v0.1.4
11482026-07-04T15:55:25.673Z Downloaded term v1.2.1
11492026-07-04T15:55:25.676Z Downloaded term v0.7.0
11502026-07-04T15:55:25.679Z Downloaded samael v0.0.19
11512026-07-04T15:55:25.681Z Downloaded subprocess v0.2.15
11522026-07-04T15:55:25.684Z Downloaded num-bigint-dig v0.8.6
11532026-07-04T15:55:25.687Z Downloaded itertools v0.14.0
11542026-07-04T15:55:25.689Z Downloaded tar v0.4.45
11552026-07-04T15:55:25.692Z Downloaded rand v0.10.1
11562026-07-04T15:55:25.695Z Downloaded xshell v0.2.7
11572026-07-04T15:55:25.698Z Downloaded toml v1.1.2+spec-1.1.0
11582026-07-04T15:55:25.698Z Downloaded rustyline v14.0.0
11592026-07-04T15:55:25.701Z Downloaded vergen v9.1.0
11602026-07-04T15:55:25.704Z Downloaded untrusted v0.7.1
11612026-07-04T15:55:25.704Z Downloaded universal-hash v0.5.1
11622026-07-04T15:55:25.704Z Downloaded schemars v1.2.1
11632026-07-04T15:55:25.711Z Downloaded zerovec-derive v0.11.2
11642026-07-04T15:55:25.713Z Downloaded zeroize v1.8.2
11652026-07-04T15:55:25.713Z Downloaded tracing-attributes v0.1.31
11662026-07-04T15:55:25.717Z Downloaded steno v0.4.1
11672026-07-04T15:55:25.720Z Downloaded vergen-lib v9.1.0
11682026-07-04T15:55:25.720Z Downloaded typify v0.6.2
11692026-07-04T15:55:25.722Z Downloaded tungstenite v0.23.0
11702026-07-04T15:55:25.723Z Downloaded zstd v0.13.3
11712026-07-04T15:55:25.726Z Downloaded tungstenite v0.21.0
11722026-07-04T15:55:25.729Z Downloaded rustls-webpki v0.103.13
11732026-07-04T15:55:25.729Z Downloaded spin v0.9.8
11742026-07-04T15:55:25.732Z Downloaded slog-async v2.8.0
11752026-07-04T15:55:25.732Z Downloaded slab v0.4.12
11762026-07-04T15:55:25.735Z Downloaded take_mut v0.2.2
11772026-07-04T15:55:25.735Z Downloaded tagptr v0.2.0
11782026-07-04T15:55:25.735Z Downloaded serde_cbor v0.11.2
11792026-07-04T15:55:25.737Z Downloaded rsa v0.10.0-rc.18
11802026-07-04T15:55:25.740Z Downloaded unicode-bidi v0.3.18
11812026-07-04T15:55:25.740Z Downloaded chrono v0.4.44
11822026-07-04T15:55:25.744Z Downloaded zerocopy v0.6.6
11832026-07-04T15:55:25.748Z Downloaded toml v0.7.8
11842026-07-04T15:55:25.748Z Downloaded rpassword v7.4.0
11852026-07-04T15:55:25.751Z Downloaded bindgen v0.71.1
11862026-07-04T15:55:25.756Z Downloaded reedline v0.40.0
11872026-07-04T15:55:25.761Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-04T15:55:25.764Z Downloaded zstd-safe v7.2.4
11892026-07-04T15:55:25.766Z Downloaded vte v0.14.1
11902026-07-04T15:55:25.769Z Downloaded git2 v0.20.4
11912026-07-04T15:55:25.784Z Downloaded yasna v0.5.2
11922026-07-04T15:55:25.787Z Downloaded tokio-postgres v0.7.16
11932026-07-04T15:55:25.789Z Downloaded serde_with v1.14.0
11942026-07-04T15:55:25.792Z Downloaded unsafe-libyaml v0.2.11
11952026-07-04T15:55:25.795Z Downloaded yoke v0.8.1
11962026-07-04T15:55:25.797Z Downloaded uuid v1.23.4
11972026-07-04T15:55:25.809Z Downloaded toml_edit v0.19.15
11982026-07-04T15:55:25.818Z Downloaded zopfli v0.8.3
11992026-07-04T15:55:25.821Z Downloaded tracing-core v0.1.36
12002026-07-04T15:55:25.824Z Downloaded regex v1.12.3
12012026-07-04T15:55:25.826Z Downloaded yansi v1.0.1
12022026-07-04T15:55:25.831Z Downloaded unicode_categories v0.1.1
12032026-07-04T15:55:25.834Z Downloaded reqwest v0.12.28
12042026-07-04T15:55:25.837Z Downloaded portable-atomic v1.13.1
12052026-07-04T15:55:25.841Z Downloaded lalrpop v0.19.12
12062026-07-04T15:55:25.848Z Downloaded zip v0.6.6
12072026-07-04T15:55:25.852Z Downloaded zerotrie v0.2.3
12082026-07-04T15:55:25.855Z Downloaded p384 v0.13.1
12092026-07-04T15:55:25.858Z Downloaded rayon v1.11.0
12102026-07-04T15:55:25.867Z Downloaded quick-xml v0.37.5
12112026-07-04T15:55:25.870Z Downloaded reqwest v0.13.2
12122026-07-04T15:55:25.874Z Downloaded url v2.5.8
12132026-07-04T15:55:25.879Z Downloaded goblin v0.10.5
12142026-07-04T15:55:25.886Z Downloaded salty v0.3.0
12152026-07-04T15:55:25.891Z Downloaded ssh-key v0.7.0-rc.10
12162026-07-04T15:55:25.900Z Downloaded x509-cert v0.2.5
12172026-07-04T15:55:25.909Z Downloaded unicode-segmentation v1.12.0
12182026-07-04T15:55:25.918Z Downloaded zerocopy-derive v0.8.40
12192026-07-04T15:55:25.928Z Downloaded tower v0.5.3
12202026-07-04T15:55:25.933Z Downloaded typed-path v0.9.3
12212026-07-04T15:55:25.939Z Downloaded unicode-normalization v0.1.25
12222026-07-04T15:55:25.941Z Downloaded petname v2.0.2
12232026-07-04T15:55:25.944Z Downloaded proptest v1.10.0
12242026-07-04T15:55:25.949Z Downloaded curve25519-dalek v4.1.3
12252026-07-04T15:55:25.954Z Downloaded tower-http v0.6.8
12262026-07-04T15:55:25.959Z Downloaded tough v0.22.0
12272026-07-04T15:55:25.964Z Downloaded tokio-util v0.7.18
12282026-07-04T15:55:25.968Z Downloaded serde_with v3.17.0
12292026-07-04T15:55:25.976Z Downloaded moka v0.12.13
12302026-07-04T15:55:25.980Z Downloaded zerovec v0.11.5
12312026-07-04T15:55:25.984Z Downloaded zip v4.6.1
12322026-07-04T15:55:25.993Z Downloaded quinn-proto v0.11.13
12332026-07-04T15:55:26.002Z Downloaded bstr v1.12.1
12342026-07-04T15:55:26.011Z Downloaded nix v0.27.1
12352026-07-04T15:55:26.018Z Downloaded object v0.30.4
12362026-07-04T15:55:26.024Z Downloaded winnow v0.5.40
12372026-07-04T15:55:26.029Z Downloaded russh v0.61.2
12382026-07-04T15:55:26.034Z Downloaded curve25519-dalek v5.0.0-rc.0
12392026-07-04T15:55:26.039Z Downloaded radix_trie v0.2.1
12402026-07-04T15:55:26.042Z Downloaded nix v0.28.0
12412026-07-04T15:55:26.049Z Downloaded openssl v0.10.79
12422026-07-04T15:55:26.054Z Downloaded polar-core v0.27.3
12432026-07-04T15:55:26.060Z Downloaded winnow v0.6.26
12442026-07-04T15:55:26.065Z Downloaded winnow v1.0.3
12452026-07-04T15:55:26.070Z Downloaded tabled v0.20.0
12462026-07-04T15:55:26.082Z Downloaded time v0.3.47
12472026-07-04T15:55:26.089Z Downloaded smoltcp v0.9.1
12482026-07-04T15:55:26.097Z Downloaded hickory-proto v0.24.4
12492026-07-04T15:55:26.106Z Downloaded object v0.37.3
12502026-07-04T15:55:26.114Z Downloaded nix v0.31.2
12512026-07-04T15:55:26.122Z Downloaded vcpkg v0.2.15
12522026-07-04T15:55:26.148Z Downloaded zlib-rs v0.6.2
12532026-07-04T15:55:26.151Z Downloaded smoltcp v0.11.0
12542026-07-04T15:55:26.159Z Downloaded openapiv3 v2.2.0
12552026-07-04T15:55:26.167Z Downloaded hickory-proto v0.25.2
12562026-07-04T15:55:26.178Z Downloaded regress v0.10.5
12572026-07-04T15:55:26.183Z Downloaded regex-syntax v0.8.10
12582026-07-04T15:55:26.188Z Downloaded zerocopy v0.8.40
12592026-07-04T15:55:26.194Z Downloaded rustix v0.38.44
12602026-07-04T15:55:26.209Z Downloaded regress v0.11.1
12612026-07-04T15:55:26.215Z Downloaded diesel v2.3.7
12622026-07-04T15:55:26.230Z Downloaded rustls v0.23.41
12632026-07-04T15:55:26.236Z Downloaded regex-syntax v0.6.29
12642026-07-04T15:55:26.241Z Downloaded dropshot v0.17.1
12652026-07-04T15:55:26.278Z Downloaded sqlparser v0.61.0
12662026-07-04T15:55:26.300Z Downloaded sled v0.34.7
12672026-07-04T15:55:26.306Z Downloaded typify-impl v0.6.2
12682026-07-04T15:55:26.315Z Downloaded tracing v0.1.44
12692026-07-04T15:55:26.328Z Downloaded sha3 v0.11.0
12702026-07-04T15:55:26.331Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-04T15:55:26.338Z Downloaded ratatui v0.29.0
12722026-07-04T15:55:26.351Z Downloaded fiat-crypto v0.3.0
12732026-07-04T15:55:26.358Z Downloaded zerocopy-derive v0.6.6
12742026-07-04T15:55:26.364Z Downloaded regex-automata v0.4.14
12752026-07-04T15:55:26.374Z Downloaded jiff v0.2.21
12762026-07-04T15:55:26.404Z Downloaded csv v1.4.0
12772026-07-04T15:55:26.416Z Downloaded petgraph v0.6.5
12782026-07-04T15:55:26.428Z Downloaded chrono-tz v0.10.4
12792026-07-04T15:55:26.439Z Downloaded libz-sys v1.1.24
12802026-07-04T15:55:26.452Z Downloaded petgraph v0.8.3
12812026-07-04T15:55:26.466Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-07-04T15:55:26.478Z Downloaded sha3 v0.10.8
12832026-07-04T15:55:26.481Z Downloaded tokio v1.52.1
12842026-07-04T15:55:26.602Z Downloaded encoding_rs v0.8.35
12852026-07-04T15:55:26.647Z Downloaded ring v0.17.14
12862026-07-04T15:55:26.693Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-04T15:55:27.220Z Downloaded aws-lc-sys v0.40.0
12882026-07-04T15:55:27.513Z Compiling libc v0.2.185
12892026-07-04T15:55:27.513Z Compiling serde_core v1.0.228
12902026-07-04T15:55:27.516Z Compiling serde v1.0.228
12912026-07-04T15:55:27.516Z Compiling log v0.4.29
12922026-07-04T15:55:27.516Z Compiling smallvec v1.15.1
12932026-07-04T15:55:27.516Z Compiling shlex v1.3.0
12942026-07-04T15:55:27.517Z Compiling find-msvc-tools v0.1.9
12952026-07-04T15:55:27.517Z Compiling subtle v2.6.1
12962026-07-04T15:55:27.517Z Compiling scopeguard v1.2.0
12972026-07-04T15:55:27.677Z Compiling stable_deref_trait v1.2.1
12982026-07-04T15:55:27.679Z Compiling typenum v1.20.1
12992026-07-04T15:55:27.687Z Compiling serde_json v1.0.150
13002026-07-04T15:55:27.718Z Compiling portable-atomic v1.13.1
13012026-07-04T15:55:27.733Z Compiling syn v2.0.117
13022026-07-04T15:55:27.743Z Compiling zerocopy v0.8.40
13032026-07-04T15:55:27.747Z Compiling pin-project-lite v0.2.17
13042026-07-04T15:55:27.823Z Compiling lock_api v0.4.14
13052026-07-04T15:55:27.826Z Compiling parking_lot_core v0.9.12
13062026-07-04T15:55:27.880Z Compiling pkg-config v0.3.32
13072026-07-04T15:55:27.907Z Compiling critical-section v1.2.0
13082026-07-04T15:55:27.928Z Compiling libm v0.2.16
13092026-07-04T15:55:27.942Z Compiling futures-core v0.3.32
13102026-07-04T15:55:27.971Z Compiling getrandom v0.4.1
13112026-07-04T15:55:28.034Z Compiling num-traits v0.2.19
13122026-07-04T15:55:28.037Z Compiling generic-array v0.14.7
13132026-07-04T15:55:28.076Z Compiling const-oid v0.9.6
13142026-07-04T15:55:28.106Z Compiling rand_core v0.10.0
13152026-07-04T15:55:28.122Z Compiling percent-encoding v2.3.2
13162026-07-04T15:55:28.152Z Compiling litemap v0.8.1
13172026-07-04T15:55:28.212Z Compiling writeable v0.6.2
13182026-07-04T15:55:28.323Z Compiling icu_normalizer_data v2.1.1
13192026-07-04T15:55:28.352Z Compiling icu_properties_data v2.1.2
13202026-07-04T15:55:28.356Z Compiling futures-sink v0.3.32
13212026-07-04T15:55:28.396Z Compiling slab v0.4.12
13222026-07-04T15:55:28.399Z Compiling futures-task v0.3.32
13232026-07-04T15:55:28.452Z Compiling futures-io v0.3.32
13242026-07-04T15:55:28.465Z Compiling getrandom v0.3.4
13252026-07-04T15:55:28.465Z Compiling rustversion v1.0.22
13262026-07-04T15:55:28.503Z Compiling futures-channel v0.3.32
13272026-07-04T15:55:28.547Z Compiling utf8_iter v1.0.4
13282026-07-04T15:55:28.640Z Compiling form_urlencoded v1.2.2
13292026-07-04T15:55:28.640Z Compiling dunce v1.0.5
13302026-07-04T15:55:28.668Z Compiling fs_extra v1.3.0
13312026-07-04T15:55:28.708Z Compiling jobserver v0.1.34
13322026-07-04T15:55:28.724Z Compiling errno v0.3.14
13332026-07-04T15:55:28.749Z Compiling getrandom v0.2.17
13342026-07-04T15:55:28.765Z Compiling mio v1.2.0
13352026-07-04T15:55:28.830Z Compiling socket2 v0.6.3
13362026-07-04T15:55:28.853Z Compiling signal-hook-registry v1.4.8
13372026-07-04T15:55:28.906Z Compiling rand_core v0.6.4
13382026-07-04T15:55:28.972Z Compiling cc v1.2.56
13392026-07-04T15:55:29.038Z Compiling once_cell v1.21.3
13402026-07-04T15:55:29.042Z Compiling parking_lot v0.12.5
13412026-07-04T15:55:29.072Z Compiling rustix v1.1.3
13422026-07-04T15:55:29.089Z Compiling ident_case v1.0.1
13432026-07-04T15:55:29.126Z Compiling iana-time-zone v0.1.65
13442026-07-04T15:55:29.159Z Compiling regex-syntax v0.8.10
13452026-07-04T15:55:29.204Z Compiling vcpkg v0.2.15
13462026-07-04T15:55:29.266Z Compiling base64ct v1.8.3
13472026-07-04T15:55:29.304Z Compiling tracing-core v0.1.36
13482026-07-04T15:55:29.394Z Compiling base64 v0.22.1
13492026-07-04T15:55:29.394Z Compiling flagset v0.4.7
13502026-07-04T15:55:29.459Z Compiling aws-lc-rs v1.16.3
13512026-07-04T15:55:29.507Z Compiling openssl-probe v0.2.1
13522026-07-04T15:55:29.508Z Compiling rand_core v0.9.5
13532026-07-04T15:55:29.628Z Compiling pem-rfc7468 v0.7.0
13542026-07-04T15:55:29.682Z Compiling cmov v0.5.4
13552026-07-04T15:55:29.682Z Compiling tinyvec_macros v0.1.1
13562026-07-04T15:55:29.735Z Compiling httparse v1.10.1
13572026-07-04T15:55:29.735Z Compiling aho-corasick v1.1.4
13582026-07-04T15:55:29.811Z Compiling tinyvec v1.10.0
13592026-07-04T15:55:29.811Z Compiling tower-layer v0.3.3
13602026-07-04T15:55:29.811Z Compiling atomic-waker v1.1.2
13612026-07-04T15:55:29.811Z Compiling untrusted v0.7.1
13622026-07-04T15:55:29.872Z Compiling try-lock v0.2.5
13632026-07-04T15:55:29.934Z Compiling cmake v0.1.57
13642026-07-04T15:55:29.934Z Compiling ctutils v0.4.2
13652026-07-04T15:55:30.002Z Compiling tower-service v0.3.3
13662026-07-04T15:55:30.002Z Compiling schemars v0.8.22
13672026-07-04T15:55:30.002Z Compiling dyn-clone v1.0.20
13682026-07-04T15:55:30.002Z Compiling want v0.3.1
13692026-07-04T15:55:30.002Z Compiling cpufeatures v0.2.17
13702026-07-04T15:55:30.002Z Compiling openssl v0.10.79
13712026-07-04T15:55:30.096Z Compiling httpdate v1.0.3
13722026-07-04T15:55:30.096Z Compiling foreign-types-shared v0.1.1
13732026-07-04T15:55:30.262Z Compiling untrusted v0.9.0
13742026-07-04T15:55:30.262Z Compiling rustls v0.23.41
13752026-07-04T15:55:30.262Z Compiling bitflags v2.11.0
13762026-07-04T15:55:30.262Z Compiling semver v1.0.28
13772026-07-04T15:55:30.271Z Compiling indexmap v2.14.0
13782026-07-04T15:55:30.271Z Compiling uuid v1.23.4
13792026-07-04T15:55:30.272Z Compiling foreign-types v0.3.2
13802026-07-04T15:55:30.272Z Compiling unicode-normalization v0.1.25
13812026-07-04T15:55:30.291Z Compiling spin v0.9.8
13822026-07-04T15:55:30.304Z Compiling time-core v0.1.8
13832026-07-04T15:55:30.314Z Compiling crc32fast v1.5.0
13842026-07-04T15:55:30.330Z Compiling num-conv v0.2.0
13852026-07-04T15:55:30.406Z Compiling rustc_version v0.4.1
13862026-07-04T15:55:30.466Z Compiling native-tls v0.2.18
13872026-07-04T15:55:30.495Z Compiling powerfmt v0.2.0
13882026-07-04T15:55:30.506Z Compiling time-macros v0.2.27
13892026-07-04T15:55:30.520Z Compiling wait-timeout v0.2.1
13902026-07-04T15:55:30.550Z Compiling sync_wrapper v1.0.2
13912026-07-04T15:55:30.680Z Compiling deranged v0.5.8
13922026-07-04T15:55:30.731Z Compiling crossbeam-utils v0.8.21
13932026-07-04T15:55:30.740Z Compiling usdt-impl v0.6.0
13942026-07-04T15:55:30.743Z Compiling simd-adler32 v0.3.8
13952026-07-04T15:55:30.767Z Compiling aws-lc-sys v0.40.0
13962026-07-04T15:55:30.783Z Compiling openssl-sys v0.9.115
13972026-07-04T15:55:30.799Z Compiling regex-automata v0.4.14
13982026-07-04T15:55:30.833Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-07-04T15:55:30.908Z Compiling synstructure v0.13.2
14002026-07-04T15:55:30.991Z Compiling serde_derive_internals v0.29.1
14012026-07-04T15:55:31.018Z Compiling pest_generator v2.8.6
14022026-07-04T15:55:31.032Z Compiling darling_core v0.20.11
14032026-07-04T15:55:31.081Z Compiling siphasher v1.0.2
14042026-07-04T15:55:31.316Z Compiling tempfile v3.25.0
14052026-07-04T15:55:31.389Z Compiling num_threads v0.1.7
14062026-07-04T15:55:31.504Z Compiling syn v1.0.109
14072026-07-04T15:55:31.609Z Compiling bit-vec v0.8.0
14082026-07-04T15:55:31.625Z Compiling quick-error v1.2.3
14092026-07-04T15:55:31.683Z Compiling darling_core v0.21.3
14102026-07-04T15:55:31.740Z Compiling rusty-fork v0.3.1
14112026-07-04T15:55:31.758Z Compiling heapless v0.7.17
14122026-07-04T15:55:31.775Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-04T15:55:31.790Z Compiling time v0.3.47
14142026-07-04T15:55:31.820Z Compiling bit-set v0.8.0
14152026-07-04T15:55:31.887Z Compiling slog v2.8.2
14162026-07-04T15:55:31.927Z Compiling rand_xorshift v0.4.0
14172026-07-04T15:55:31.988Z Compiling thread-id v5.1.0
14182026-07-04T15:55:32.016Z Compiling cookie v0.18.1
14192026-07-04T15:55:32.024Z Compiling unarray v0.1.4
14202026-07-04T15:55:32.042Z Compiling unicode-properties v0.1.4
14212026-07-04T15:55:32.060Z Compiling anyhow v1.0.102
14222026-07-04T15:55:32.090Z Compiling allocator-api2 v0.2.21
14232026-07-04T15:55:32.118Z Compiling ryu v1.0.23
14242026-07-04T15:55:32.126Z Compiling paste v1.0.15
14252026-07-04T15:55:32.126Z Compiling signal-hook v0.3.18
14262026-07-04T15:55:32.126Z Compiling unicode-bidi v0.3.18
14272026-07-04T15:55:32.170Z Compiling iri-string v0.7.10
14282026-07-04T15:55:32.241Z Compiling zstd-safe v7.2.4
14292026-07-04T15:55:32.312Z Compiling adler2 v2.0.1
14302026-07-04T15:55:32.389Z Compiling miniz_oxide v0.8.9
14312026-07-04T15:55:32.573Z Compiling stringprep v0.1.5
14322026-07-04T15:55:32.610Z Compiling camino v1.2.2
14332026-07-04T15:55:32.728Z Compiling curve25519-dalek v4.1.3
14342026-07-04T15:55:32.742Z Compiling serde_derive v1.0.228
14352026-07-04T15:55:32.806Z Compiling zeroize_derive v1.4.3
14362026-07-04T15:55:33.017Z Compiling zerofrom-derive v0.1.6
14372026-07-04T15:55:33.062Z Compiling yoke-derive v0.8.1
14382026-07-04T15:55:33.077Z Compiling zerovec-derive v0.11.2
14392026-07-04T15:55:33.080Z Compiling zerocopy-derive v0.8.40
14402026-07-04T15:55:33.114Z Compiling displaydoc v0.2.5
14412026-07-04T15:55:33.181Z Compiling tokio-macros v2.7.0
14422026-07-04T15:55:33.544Z Compiling zeroize v1.8.2
14432026-07-04T15:55:33.560Z Compiling futures-macro v0.3.32
14442026-07-04T15:55:33.586Z Compiling der_derive v0.7.3
14452026-07-04T15:55:33.872Z Compiling thiserror-impl v2.0.18
14462026-07-04T15:55:33.965Z Compiling tracing-attributes v0.1.31
14472026-07-04T15:55:34.005Z Compiling rustls-pki-types v1.14.0
14482026-07-04T15:55:34.333Z Compiling hybrid-array v0.4.13
14492026-07-04T15:55:34.355Z Compiling block-buffer v0.10.4
14502026-07-04T15:55:34.408Z Compiling crypto-common v0.1.7
14512026-07-04T15:55:34.423Z Compiling schemars_derive v0.8.22
14522026-07-04T15:55:34.480Z Compiling futures-util v0.3.32
14532026-07-04T15:55:34.521Z Compiling pest_derive v2.8.6
14542026-07-04T15:55:34.566Z Compiling digest v0.10.7
14552026-07-04T15:55:34.580Z Compiling zerofrom v0.1.6
14562026-07-04T15:55:34.593Z Compiling scroll_derive v0.13.1
14572026-07-04T15:55:34.666Z Compiling der v0.7.10
14582026-07-04T15:55:34.710Z Compiling yoke v0.8.1
14592026-07-04T15:55:34.848Z Compiling darling_macro v0.20.11
14602026-07-04T15:55:34.922Z Compiling zerovec v0.11.5
14612026-07-04T15:55:35.031Z Compiling zerotrie v0.2.3
14622026-07-04T15:55:35.186Z Compiling openssl-macros v0.1.1
14632026-07-04T15:55:35.213Z Compiling hmac v0.12.1
14642026-07-04T15:55:35.344Z Compiling thiserror v2.0.18
14652026-07-04T15:55:35.363Z Compiling sha2 v0.10.9
14662026-07-04T15:55:35.403Z Compiling tinystr v0.8.2
14672026-07-04T15:55:35.419Z Compiling potential_utf v0.1.4
14682026-07-04T15:55:35.419Z Compiling tracing v0.1.44
14692026-07-04T15:55:35.475Z Compiling darling v0.20.11
14702026-07-04T15:55:35.490Z Compiling dtrace-parser v0.3.0
14712026-07-04T15:55:35.507Z Compiling scroll v0.13.0
14722026-07-04T15:55:35.576Z Compiling icu_locale_core v2.1.1
14732026-07-04T15:55:35.610Z Compiling icu_collections v2.1.1
14742026-07-04T15:55:35.641Z Compiling spki v0.7.3
14752026-07-04T15:55:35.740Z Compiling derive_builder_core v0.20.2
14762026-07-04T15:55:35.815Z Compiling pkcs8 v0.10.2
14772026-07-04T15:55:35.831Z Compiling goblin v0.10.5
14782026-07-04T15:55:35.887Z Compiling thiserror-impl v1.0.69
14792026-07-04T15:55:35.979Z Compiling scroll_derive v0.12.1
14802026-07-04T15:55:36.114Z Compiling block-buffer v0.12.1
14812026-07-04T15:55:36.143Z Compiling crypto-common v0.2.2
14822026-07-04T15:55:36.300Z Compiling icu_provider v2.1.1
14832026-07-04T15:55:36.336Z Compiling block-padding v0.4.2
14842026-07-04T15:55:36.492Z Compiling bytes v1.11.1
14852026-07-04T15:55:36.521Z Compiling chrono v0.4.44
14862026-07-04T15:55:36.536Z Compiling ipnet v2.11.0
14872026-07-04T15:55:36.608Z Compiling icu_properties v2.1.2
14882026-07-04T15:55:36.638Z Compiling icu_normalizer v2.1.1
14892026-07-04T15:55:36.676Z Compiling derive_builder_macro v0.20.2
14902026-07-04T15:55:36.725Z Compiling scroll v0.12.0
14912026-07-04T15:55:36.886Z Compiling erased-serde v0.3.31
14922026-07-04T15:55:36.960Z Compiling serde_tokenstream v0.2.3
14932026-07-04T15:55:37.019Z Compiling tokio v1.52.1
14942026-07-04T15:55:37.084Z Compiling http v1.4.2
14952026-07-04T15:55:37.172Z Compiling toml_datetime v0.6.11
14962026-07-04T15:55:37.219Z Compiling serde_spanned v0.6.9
14972026-07-04T15:55:37.238Z Compiling serde_urlencoded v0.7.1
14982026-07-04T15:55:37.289Z Compiling thiserror v1.0.69
14992026-07-04T15:55:37.316Z Compiling signature v2.2.0
15002026-07-04T15:55:37.390Z Compiling md-5 v0.10.6
15012026-07-04T15:55:37.408Z Compiling darling_macro v0.21.3
15022026-07-04T15:55:37.434Z Compiling rustls-native-certs v0.8.3
15032026-07-04T15:55:37.524Z Compiling bstr v1.12.1
15042026-07-04T15:55:37.584Z Compiling async-trait v0.1.89
15052026-07-04T15:55:37.592Z Compiling idna_adapter v1.2.1
15062026-07-04T15:55:37.595Z Compiling zerocopy-derive v0.7.35
15072026-07-04T15:55:37.764Z Compiling ppv-lite86 v0.2.21
15082026-07-04T15:55:37.826Z Compiling idna v1.1.0
15092026-07-04T15:55:37.866Z Compiling http-body v1.0.1
15102026-07-04T15:55:37.979Z Compiling pin-project-internal v1.1.11
15112026-07-04T15:55:37.994Z Compiling num-integer v0.1.46
15122026-07-04T15:55:38.047Z Compiling http-body-util v0.1.3
15132026-07-04T15:55:38.077Z Compiling rand_chacha v0.9.0
15142026-07-04T15:55:38.117Z Compiling rand_chacha v0.3.1
15152026-07-04T15:55:38.132Z Compiling vergen-lib v9.1.0
15162026-07-04T15:55:38.253Z Compiling url v2.5.8
15172026-07-04T15:55:38.329Z Compiling rand v0.9.2
15182026-07-04T15:55:38.354Z Compiling hash32 v0.2.1
15192026-07-04T15:55:38.370Z Compiling memoffset v0.9.1
15202026-07-04T15:55:38.442Z Compiling encoding_rs v0.8.35
15212026-07-04T15:55:38.553Z Compiling fallible-iterator v0.2.0
15222026-07-04T15:55:38.579Z Compiling litrs v1.0.0
15232026-07-04T15:55:38.603Z Compiling num-bigint-dig v0.8.6
15242026-07-04T15:55:38.619Z Compiling zlib-rs v0.6.2
15252026-07-04T15:55:38.732Z Compiling rustix v0.38.44
15262026-07-04T15:55:38.853Z Compiling dof v0.4.0
15272026-07-04T15:55:38.916Z Compiling psl-types v2.0.11
15282026-07-04T15:55:38.931Z Compiling proptest v1.10.0
15292026-07-04T15:55:38.988Z Compiling cfg_aliases v0.2.1
15302026-07-04T15:55:39.060Z Compiling mime v0.3.17
15312026-07-04T15:55:39.076Z Compiling ref-cast v1.0.25
15322026-07-04T15:55:39.150Z Compiling smoltcp v0.9.1
15332026-07-04T15:55:39.179Z Compiling document-features v0.2.12
15342026-07-04T15:55:39.216Z Compiling nix v0.31.2
15352026-07-04T15:55:39.231Z Compiling pin-project v1.1.11
15362026-07-04T15:55:39.262Z Compiling publicsuffix v2.3.0
15372026-07-04T15:55:39.358Z Compiling postgres-protocol v0.6.10
15382026-07-04T15:55:39.457Z Compiling zerocopy v0.7.35
15392026-07-04T15:55:39.569Z Compiling rand v0.8.6
15402026-07-04T15:55:39.584Z Compiling num-iter v0.1.45
15412026-07-04T15:55:39.656Z Compiling darling v0.21.3
15422026-07-04T15:55:39.727Z Compiling ipnetwork v0.21.1
15432026-07-04T15:55:39.864Z Compiling derive_builder v0.20.2
15442026-07-04T15:55:39.973Z Compiling goblin v0.8.2
15452026-07-04T15:55:40.020Z Compiling oxnet v0.1.6
15462026-07-04T15:55:40.034Z Compiling futures-executor v0.3.32
15472026-07-04T15:55:40.072Z Compiling hubpack_derive v0.1.1
15482026-07-04T15:55:40.101Z Compiling inout v0.2.2
15492026-07-04T15:55:40.124Z Compiling hex v0.4.3
15502026-07-04T15:55:40.166Z Compiling regex v1.12.3
15512026-07-04T15:55:40.304Z Compiling ref-cast-impl v1.0.25
15522026-07-04T15:55:40.322Z Compiling snafu-derive v0.8.9
15532026-07-04T15:55:40.336Z Compiling daft-derive v0.1.7
15542026-07-04T15:55:40.368Z Compiling strum_macros v0.27.2
15552026-07-04T15:55:40.429Z Compiling curve25519-dalek-derive v0.1.1
15562026-07-04T15:55:40.592Z Compiling terminal_size v0.4.3
15572026-07-04T15:55:40.633Z Compiling phf_shared v0.13.1
15582026-07-04T15:55:40.756Z Compiling lazy_static v1.5.0
15592026-07-04T15:55:40.826Z Compiling cargo-platform v0.3.2
15602026-07-04T15:55:40.841Z Compiling anstyle-parse v0.2.7
15612026-07-04T15:55:40.858Z Compiling vergen v9.1.0
15622026-07-04T15:55:40.872Z Compiling ff v0.13.1
15632026-07-04T15:55:40.907Z Compiling fs-err v3.3.0
15642026-07-04T15:55:40.946Z Compiling ahash v0.8.12
15652026-07-04T15:55:41.033Z Compiling winnow v0.5.40
15662026-07-04T15:55:41.059Z Compiling unicode-segmentation v1.12.0
15672026-07-04T15:55:41.080Z Compiling libbz2-rs-sys v0.2.2
15682026-07-04T15:55:41.095Z Compiling tokio-util v0.7.18
15692026-07-04T15:55:41.135Z Compiling tower v0.5.3
15702026-07-04T15:55:41.154Z Compiling tokio-native-tls v0.3.1
15712026-07-04T15:55:41.157Z Compiling base16ct v0.2.0
15722026-07-04T15:55:41.181Z Compiling object v0.37.3
15732026-07-04T15:55:41.218Z Compiling same-file v1.0.6
15742026-07-04T15:55:41.354Z Compiling bitflags v1.3.2
15752026-07-04T15:55:41.376Z Compiling foldhash v0.2.0
15762026-07-04T15:55:41.412Z Compiling managed v0.8.0
15772026-07-04T15:55:41.443Z Compiling newtype-uuid v1.3.2
15782026-07-04T15:55:41.495Z Compiling bumpalo v3.20.2
15792026-07-04T15:55:41.511Z Compiling foldhash v0.1.5
15802026-07-04T15:55:41.629Z Compiling tower-http v0.6.8
15812026-07-04T15:55:41.650Z Compiling hashbrown v0.15.5
15822026-07-04T15:55:41.666Z Compiling daft v0.1.7
15832026-07-04T15:55:41.783Z Compiling flate2 v1.1.9
15842026-07-04T15:55:41.817Z Compiling zopfli v0.8.3
15852026-07-04T15:55:41.833Z Compiling h2 v0.4.15
15862026-07-04T15:55:41.991Z Compiling hashbrown v0.16.1
15872026-07-04T15:55:42.138Z Compiling bzip2 v0.6.1
15882026-07-04T15:55:42.153Z Compiling clap_builder v4.6.0
15892026-07-04T15:55:42.236Z Compiling walkdir v2.5.0
15902026-07-04T15:55:42.252Z Compiling sec1 v0.7.3
15912026-07-04T15:55:42.322Z Compiling dof v0.3.0
15922026-07-04T15:55:42.393Z Compiling snafu v0.8.9
15932026-07-04T15:55:42.556Z Compiling strum v0.27.2
15942026-07-04T15:55:42.586Z Compiling toml_edit v0.19.15
15952026-07-04T15:55:42.658Z Compiling cargo_metadata v0.23.1
15962026-07-04T15:55:42.661Z Compiling anstream v0.6.21
15972026-07-04T15:55:42.661Z Compiling group v0.13.0
15982026-07-04T15:55:42.715Z Compiling phf v0.13.1
15992026-07-04T15:55:42.808Z Compiling signal-hook-mio v0.2.5
16002026-07-04T15:55:42.896Z Compiling hubpack v0.1.2
16012026-07-04T15:55:42.909Z Compiling cookie_store v0.22.1
16022026-07-04T15:55:42.944Z Compiling usdt-attr-macro v0.6.0
16032026-07-04T15:55:43.010Z Compiling usdt-macro v0.6.0
16042026-07-04T15:55:43.148Z Compiling bzip2 v0.4.4
16052026-07-04T15:55:43.167Z Compiling cipher v0.5.2
16062026-07-04T15:55:43.234Z Compiling futures v0.3.32
16072026-07-04T15:55:43.252Z Compiling serde_with_macros v3.17.0
16082026-07-04T15:55:43.332Z Compiling postgres-types v0.2.12
16092026-07-04T15:55:43.416Z Compiling zstd v0.13.3
16102026-07-04T15:55:43.638Z Compiling globset v0.4.18
16112026-07-04T15:55:43.720Z Compiling ed25519 v2.2.3
16122026-07-04T15:55:43.734Z Compiling dtrace-parser v0.2.0
16132026-07-04T15:55:43.870Z Compiling serde-big-array v0.5.1
16142026-07-04T15:55:43.885Z Compiling serde_plain v1.0.2
16152026-07-04T15:55:43.951Z Compiling olpc-cjson v0.1.4
16162026-07-04T15:55:44.039Z Compiling pkcs1 v0.7.5
16172026-07-04T15:55:44.109Z Compiling hkdf v0.12.4
16182026-07-04T15:55:44.143Z Compiling crypto-bigint v0.5.5
16192026-07-04T15:55:44.172Z Compiling enum-as-inner v0.6.1
16202026-07-04T15:55:44.306Z Compiling strum_macros v0.26.4
16212026-07-04T15:55:44.397Z Compiling clap_derive v4.6.1
16222026-07-04T15:55:44.477Z Compiling async-recursion v1.1.1
16232026-07-04T15:55:44.507Z Compiling serde_repr v0.1.20
16242026-07-04T15:55:44.561Z Compiling phf_shared v0.11.3
16252026-07-04T15:55:44.715Z Compiling float-cmp v0.10.0
16262026-07-04T15:55:44.751Z Compiling pem v3.0.6
16272026-07-04T15:55:44.776Z Compiling thread-id v4.2.2
16282026-07-04T15:55:44.818Z Compiling memmap2 v0.9.10
16292026-07-04T15:55:44.881Z Compiling env_filter v1.0.0
16302026-07-04T15:55:44.895Z Compiling winnow v1.0.3
16312026-07-04T15:55:45.071Z Compiling normalize-line-endings v0.3.0
16322026-07-04T15:55:45.118Z Compiling fixedbitset v0.4.2
16332026-07-04T15:55:45.134Z Compiling jiff v0.2.21
16342026-07-04T15:55:45.187Z Compiling whoami v2.1.0
16352026-07-04T15:55:45.219Z Compiling static_assertions v1.1.0
16362026-07-04T15:55:45.224Z Compiling keccak v0.1.6
16372026-07-04T15:55:45.297Z Compiling hyper v1.10.1
16382026-07-04T15:55:45.312Z Compiling typed-path v0.9.3
16392026-07-04T15:55:45.366Z Compiling const-oid v0.10.2
16402026-07-04T15:55:45.452Z Compiling either v1.15.0
16412026-07-04T15:55:45.471Z Compiling fixedbitset v0.5.7
16422026-07-04T15:55:45.606Z Compiling new_debug_unreachable v1.0.6
16432026-07-04T15:55:45.621Z Compiling cpufeatures v0.3.0
16442026-07-04T15:55:45.641Z Compiling precomputed-hash v0.1.1
16452026-07-04T15:55:45.691Z Compiling data-encoding v2.10.0
16462026-07-04T15:55:45.706Z Compiling difflib v0.4.0
16472026-07-04T15:55:45.720Z Compiling predicates-core v1.0.10
16482026-07-04T15:55:45.749Z Compiling string_cache v0.8.9
16492026-07-04T15:55:45.815Z Compiling petgraph v0.8.3
16502026-07-04T15:55:45.920Z Compiling chacha20 v0.10.0
16512026-07-04T15:55:46.006Z Compiling hickory-proto v0.25.2
16522026-07-04T15:55:46.063Z Compiling predicates v3.1.4
16532026-07-04T15:55:46.232Z Compiling strum v0.26.3
16542026-07-04T15:55:46.327Z Compiling itertools v0.13.0
16552026-07-04T15:55:46.349Z Compiling digest v0.11.3
16562026-07-04T15:55:46.364Z Compiling clap v4.6.1
16572026-07-04T15:55:46.389Z Compiling tokio-postgres v0.7.16
16582026-07-04T15:55:46.403Z Compiling sha3 v0.10.8
16592026-07-04T15:55:46.419Z Compiling toml_edit v0.22.27
16602026-07-04T15:55:46.459Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-07-04T15:55:46.474Z Compiling petgraph v0.6.5
16622026-07-04T15:55:46.609Z Compiling hyper-util v0.1.20
16632026-07-04T15:55:46.661Z Compiling toml_parser v1.1.2+spec-1.1.0
16642026-07-04T15:55:46.799Z Compiling elliptic-curve v0.13.8
16652026-07-04T15:55:46.900Z Compiling env_logger v0.11.9
16662026-07-04T15:55:47.048Z Compiling usdt v0.6.0
16672026-07-04T15:55:47.241Z Compiling usdt-impl v0.5.0
16682026-07-04T15:55:47.292Z Compiling crossterm v0.28.1
16692026-07-04T15:55:47.347Z Compiling serde_with v3.17.0
16702026-07-04T15:55:47.361Z Compiling rsa v0.9.10
16712026-07-04T15:55:47.713Z Compiling toml v0.7.8
16722026-07-04T15:55:47.886Z Compiling ed25519-dalek v2.2.0
16732026-07-04T15:55:47.968Z Compiling zip v4.6.1
16742026-07-04T15:55:48.089Z Compiling hyper-tls v0.6.0
16752026-07-04T15:55:48.356Z Compiling reqwest v0.12.28
16762026-07-04T15:55:48.611Z Compiling zip v0.6.6
16772026-07-04T15:55:48.765Z Compiling iddqd v0.4.2
16782026-07-04T15:55:49.028Z Compiling tokio-stream v0.1.18
16792026-07-04T15:55:49.111Z Compiling heck v0.4.1
16802026-07-04T15:55:49.280Z Compiling similar v2.7.0
16812026-07-04T15:55:49.283Z Compiling buf-list v1.1.2
16822026-07-04T15:55:49.314Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-04T15:55:49.374Z Compiling openapiv3 v2.2.0
16842026-07-04T15:55:49.389Z Compiling x509-cert v0.2.5
16852026-07-04T15:55:49.538Z Compiling crossbeam-epoch v0.9.18
16862026-07-04T15:55:49.564Z Compiling peg-runtime v0.8.5
16872026-07-04T15:55:49.615Z Compiling lalrpop-util v0.19.12
16882026-07-04T15:55:49.654Z Compiling thread_local v1.1.9
16892026-07-04T15:55:49.671Z Compiling slog-async v2.8.0
16902026-07-04T15:55:49.836Z Compiling crossbeam-channel v0.5.15
16912026-07-04T15:55:49.876Z Compiling is-terminal v0.4.17
16922026-07-04T15:55:49.898Z Compiling filetime v0.2.27
16932026-07-04T15:55:49.938Z Compiling take_mut v0.2.2
16942026-07-04T15:55:50.008Z Compiling xattr v1.6.1
16952026-07-04T15:55:50.048Z Compiling term v1.2.1
16962026-07-04T15:55:50.073Z Compiling camino-tempfile v1.4.1
16972026-07-04T15:55:50.143Z Compiling tar v0.4.45
16982026-07-04T15:55:50.330Z Compiling slog-term v2.9.2
16992026-07-04T15:56:08.195Z Compiling rustls-webpki v0.103.13
17002026-07-04T15:56:10.953Z Compiling tokio-rustls v0.26.4
17012026-07-04T15:56:10.953Z Compiling rustls-platform-verifier v0.6.2
17022026-07-04T15:56:10.957Z Compiling tough v0.22.0
17032026-07-04T15:56:11.162Z Compiling hyper-rustls v0.27.7
17042026-07-04T15:56:11.354Z Compiling reqwest v0.13.2
17052026-07-04T15:56:13.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-04T15:56:13.834Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-04T15:56:16.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.75s
17082026-07-04T15:56:16.855Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-04T15:56:16.910ZJul 04 15:56:16.340 INFO Starting download, target: Console
17102026-07-04T15:56:16.910ZJul 04 15:56:16.341 INFO Starting download, target: Cockroach
17112026-07-04T15:56:16.910ZJul 04 15:56:16.341 INFO Starting download, target: DendriteStub
17122026-07-04T15:56:16.910ZJul 04 15:56:16.341 INFO Starting download, target: Clickhouse
17132026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Starting download, target: MaghemiteMgd
17142026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Starting download, target: MaghemiteDdmd
17152026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Starting download, target: TransceiverControl
17162026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-07-04T15:56:16.914ZJul 04 15:56:16.341 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-07-04T15:56:16.916ZJul 04 15:56:16.341 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-07-04T15:56:16.916ZJul 04 15:56:16.342 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-07-04T15:56:17.934ZJul 04 15:56:17.361 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-04T15:56:18.142ZJul 04 15:56:17.574 INFO Download complete, target: TransceiverControl
17252026-07-04T15:56:18.663ZJul 04 15:56:18.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-04T15:56:18.718ZJul 04 15:56:18.129 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17272026-07-04T15:56:18.923ZJul 04 15:56:18.356 INFO Download complete, target: Console
17282026-07-04T15:56:19.150ZJul 04 15:56:18.580 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17292026-07-04T15:56:19.252ZJul 04 15:56:18.676 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-07-04T15:56:19.364ZJul 04 15:56:18.797 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-07-04T15:56:19.779ZJul 04 15:56:19.163 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17322026-07-04T15:56:19.779ZJul 04 15:56:19.163 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17332026-07-04T15:56:21.049ZJul 04 15:56:20.482 INFO Download complete, target: MaghemiteDdmd
17342026-07-04T15:56:21.970ZJul 04 15:56:21.402 INFO Download complete, target: DendriteStub
17352026-07-04T15:56:22.117ZJul 04 15:56:21.550 INFO Download complete, target: MaghemiteMgd
17362026-07-04T15:56:24.579ZJul 04 15:56:23.974 INFO Checking that binary works, target: Cockroach
17372026-07-04T15:56:24.693ZJul 04 15:56:24.097 INFO Download complete, target: Cockroach
17382026-07-04T15:56:25.713ZJul 04 15:56:25.139 INFO Checking that binary works, target: Clickhouse
17392026-07-04T15:56:25.805ZJul 04 15:56:25.228 INFO Download complete, target: Clickhouse
17402026-07-04T15:56:25.815ZAll prerequisites installed successfully
17412026-07-04T15:56:25.816Z
17422026-07-04T15:56:25.816Zreal 1:45.777758350
17432026-07-04T15:56:25.816Zuser 6:58.799537516
17442026-07-04T15:56:25.816Zsys 1:43.257359764
17452026-07-04T15:56:25.817Ztrap 0.298061323
17462026-07-04T15:56:25.817Ztflt 0.789796561
17472026-07-04T15:56:25.817Zdflt 1.734392466
17482026-07-04T15:56:25.817Zkflt 0.022830619
17492026-07-04T15:56:25.817Zlock 24:40.730669887
17502026-07-04T15:56:25.817Zslp 19:03.938419820
17512026-07-04T15:56:25.817Zlat 25.732802806
17522026-07-04T15:56:25.817Zstop 2:49.512147719
17532026-07-04T15:56:25.817Z+ ptime -m cargo xtask download softnpu
17542026-07-04T15:56:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17552026-07-04T15:56:26.289Z Running `target/debug/xtask download softnpu`
17562026-07-04T15:56:27.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17572026-07-04T15:56:27.151Z Running `target/debug/xtask-downloader softnpu`
17582026-07-04T15:56:27.190ZJul 04 15:56:26.594 INFO Starting download, target: Softnpu
17592026-07-04T15:56:27.190ZJul 04 15:56:26.594 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-04T15:56:31.191ZJul 04 15:56:30.623 INFO Download complete, target: Softnpu
17612026-07-04T15:56:31.196Z
17622026-07-04T15:56:31.196Zreal 5.384273526
17632026-07-04T15:56:31.196Zuser 1.331707442
17642026-07-04T15:56:31.196Zsys 0.627682193
17652026-07-04T15:56:31.196Ztrap 0.000707920
17662026-07-04T15:56:31.196Ztflt 0.000074580
17672026-07-04T15:56:31.196Zdflt 0.000391140
17682026-07-04T15:56:31.196Zkflt 0.000000000
17692026-07-04T15:56:31.196Zlock 1:14.129035718
17702026-07-04T15:56:31.197Zslp 3.888668424
17712026-07-04T15:56:31.197Zlat 0.096722918
17722026-07-04T15:56:31.197Zstop 0.000182310
17732026-07-04T15:56:31.200Z+ export CARGO_INCREMENTAL=0
17742026-07-04T15:56:31.200Z+ CARGO_INCREMENTAL=0
17752026-07-04T15:56:31.200Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-04T15:56:32.084Z Compiling proc-macro2 v1.0.106
17772026-07-04T15:56:32.084Z Compiling quote v1.0.45
17782026-07-04T15:56:32.084Z Compiling unicode-ident v1.0.24
17792026-07-04T15:56:32.088Z Compiling libc v0.2.185
17802026-07-04T15:56:32.088Z Compiling serde_core v1.0.228
17812026-07-04T15:56:32.088Z Compiling serde v1.0.228
17822026-07-04T15:56:32.088Z Compiling cfg-if v1.0.4
17832026-07-04T15:56:32.088Z Compiling version_check v0.9.5
17842026-07-04T15:56:32.088Z Compiling shlex v1.3.0
17852026-07-04T15:56:32.088Z Compiling find-msvc-tools v0.1.9
17862026-07-04T15:56:32.088Z Compiling zmij v1.0.21
17872026-07-04T15:56:32.238Z Compiling memchr v2.8.0
17882026-07-04T15:56:32.244Z Compiling serde_json v1.0.150
17892026-07-04T15:56:32.244Z Compiling autocfg v1.5.0
17902026-07-04T15:56:32.390Z Compiling portable-atomic v1.13.1
17912026-07-04T15:56:32.461Z Compiling zerocopy v0.8.40
17922026-07-04T15:56:32.464Z Compiling getrandom v0.4.1
17932026-07-04T15:56:32.668Z Compiling libm v0.2.16
17942026-07-04T15:56:32.685Z Compiling parking_lot_core v0.9.12
17952026-07-04T15:56:32.701Z Compiling icu_normalizer_data v2.1.1
17962026-07-04T15:56:32.717Z Compiling smallvec v1.15.1
17972026-07-04T15:56:32.840Z Compiling icu_properties_data v2.1.2
17982026-07-04T15:56:32.857Z Compiling num-traits v0.2.19
17992026-07-04T15:56:32.860Z Compiling generic-array v0.14.7
18002026-07-04T15:56:32.907Z Compiling itoa v1.0.17
18012026-07-04T15:56:32.939Z Compiling log v0.4.29
18022026-07-04T15:56:32.981Z Compiling subtle v2.6.1
18032026-07-04T15:56:33.026Z Compiling pkg-config v0.3.32
18042026-07-04T15:56:33.044Z Compiling stable_deref_trait v1.2.1
18052026-07-04T15:56:33.106Z Compiling typenum v1.20.1
18062026-07-04T15:56:33.145Z Compiling scopeguard v1.2.0
18072026-07-04T15:56:33.209Z Compiling jobserver v0.1.34
18082026-07-04T15:56:33.209Z Compiling errno v0.3.14
18092026-07-04T15:56:33.213Z Compiling rand_core v0.10.0
18102026-07-04T15:56:33.256Z Compiling lock_api v0.4.14
18112026-07-04T15:56:33.301Z Compiling fnv v1.0.7
18122026-07-04T15:56:33.453Z Compiling cc v1.2.56
18132026-07-04T15:56:33.469Z Compiling pin-project-lite v0.2.17
18142026-07-04T15:56:33.484Z Compiling getrandom v0.3.4
18152026-07-04T15:56:33.498Z Compiling thiserror v2.0.18
18162026-07-04T15:56:33.571Z Compiling equivalent v1.0.2
18172026-07-04T15:56:33.575Z Compiling percent-encoding v2.3.2
18182026-07-04T15:56:33.575Z Compiling litemap v0.8.1
18192026-07-04T15:56:33.620Z Compiling syn v2.0.117
18202026-07-04T15:56:33.624Z Compiling writeable v0.6.2
18212026-07-04T15:56:33.667Z Compiling getrandom v0.2.17
18222026-07-04T15:56:33.700Z Compiling rustversion v1.0.22
18232026-07-04T15:56:33.841Z Compiling rand_core v0.6.4
18242026-07-04T15:56:33.891Z Compiling rustix v1.1.3
18252026-07-04T15:56:33.907Z Compiling fs_extra v1.3.0
18262026-07-04T15:56:33.922Z Compiling critical-section v1.2.0
18272026-07-04T15:56:33.940Z Compiling dunce v1.0.5
18282026-07-04T15:56:33.943Z Compiling schemars v0.8.22
18292026-07-04T15:56:34.109Z Compiling hashbrown v0.17.0
18302026-07-04T15:56:34.234Z Compiling cmake v0.1.57
18312026-07-04T15:56:34.250Z Compiling signal-hook-registry v1.4.8
18322026-07-04T15:56:34.265Z Compiling once_cell v1.21.3
18332026-07-04T15:56:34.378Z Compiling utf8_iter v1.0.4
18342026-07-04T15:56:34.397Z Compiling heck v0.5.0
18352026-07-04T15:56:34.616Z Compiling semver v1.0.28
18362026-07-04T15:56:34.634Z Compiling parking_lot v0.12.5
18372026-07-04T15:56:34.654Z Compiling form_urlencoded v1.2.2
18382026-07-04T15:56:34.688Z Compiling indexmap v2.14.0
18392026-07-04T15:56:34.771Z Compiling bitflags v2.11.0
18402026-07-04T15:56:34.812Z Compiling socket2 v0.6.3
18412026-07-04T15:56:34.852Z Compiling mio v1.2.0
18422026-07-04T15:56:34.885Z Compiling aws-lc-sys v0.40.0
18432026-07-04T15:56:34.941Z Compiling aws-lc-rs v1.16.3
18442026-07-04T15:56:34.971Z Compiling futures-core v0.3.32
18452026-07-04T15:56:35.084Z Compiling httparse v1.10.1
18462026-07-04T15:56:35.102Z Compiling strsim v0.11.1
18472026-07-04T15:56:35.399Z Compiling thiserror v1.0.69
18482026-07-04T15:56:35.439Z Compiling byteorder v1.5.0
18492026-07-04T15:56:35.454Z Compiling ucd-trie v0.1.7
18502026-07-04T15:56:35.523Z Compiling regex-syntax v0.8.10
18512026-07-04T15:56:35.558Z Compiling ident_case v1.0.1
18522026-07-04T15:56:35.623Z Compiling pest v2.8.6
18532026-07-04T15:56:35.638Z Compiling vcpkg v0.2.15
18542026-07-04T15:56:35.641Z Compiling const-oid v0.9.6
18552026-07-04T15:56:35.668Z Compiling iana-time-zone v0.1.65
18562026-07-04T15:56:35.684Z Compiling syn v1.0.109
18572026-07-04T15:56:35.868Z Compiling uuid v1.23.4
18582026-07-04T15:56:36.055Z Compiling rustc_version v0.4.1
18592026-07-04T15:56:36.129Z Compiling rustls v0.23.41
18602026-07-04T15:56:36.174Z Compiling futures-sink v0.3.32
18612026-07-04T15:56:36.233Z Compiling openssl-sys v0.9.115
18622026-07-04T15:56:36.312Z Compiling futures-channel v0.3.32
18632026-07-04T15:56:36.399Z Compiling aho-corasick v1.1.4
18642026-07-04T15:56:36.444Z Compiling slab v0.4.12
18652026-07-04T15:56:36.527Z Compiling futures-io v0.3.32
18662026-07-04T15:56:36.547Z Compiling futures-task v0.3.32
18672026-07-04T15:56:36.628Z Compiling synstructure v0.13.2
18682026-07-04T15:56:36.652Z Compiling serde_derive_internals v0.29.1
18692026-07-04T15:56:36.759Z Compiling pest_meta v2.8.6
18702026-07-04T15:56:36.764Z Compiling dyn-clone v1.0.20
18712026-07-04T15:56:36.777Z Compiling plain v0.2.3
18722026-07-04T15:56:36.861Z Compiling num-conv v0.2.0
18732026-07-04T15:56:36.923Z Compiling time-core v0.1.8
18742026-07-04T15:56:36.956Z Compiling crc32fast v1.5.0
18752026-07-04T15:56:36.989Z Compiling base64 v0.22.1
18762026-07-04T15:56:37.019Z Compiling crossbeam-utils v0.8.21
18772026-07-04T15:56:37.101Z Compiling time-macros v0.2.27
18782026-07-04T15:56:37.250Z Compiling pretty-hex v0.4.1
18792026-07-04T15:56:37.266Z Compiling openssl v0.10.79
18802026-07-04T15:56:37.292Z Compiling regex-automata v0.4.14
18812026-07-04T15:56:37.399Z Compiling pest_generator v2.8.6
18822026-07-04T15:56:37.418Z Compiling darling_core v0.21.3
18832026-07-04T15:56:37.451Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-04T15:56:37.559Z Compiling anyhow v1.0.102
18852026-07-04T15:56:37.575Z Compiling native-tls v0.2.18
18862026-07-04T15:56:37.615Z Compiling rand_core v0.9.5
18872026-07-04T15:56:37.755Z Compiling slog v2.8.2
18882026-07-04T15:56:37.843Z Compiling tracing-core v0.1.36
18892026-07-04T15:56:37.937Z Compiling cookie v0.18.1
18902026-07-04T15:56:37.955Z Compiling serde_derive v1.0.228
18912026-07-04T15:56:37.970Z Compiling zeroize_derive v1.4.3
18922026-07-04T15:56:38.009Z Compiling zerofrom-derive v0.1.6
18932026-07-04T15:56:38.095Z Compiling yoke-derive v0.8.1
18942026-07-04T15:56:38.095Z Compiling zerovec-derive v0.11.2
18952026-07-04T15:56:38.125Z Compiling displaydoc v0.2.5
18962026-07-04T15:56:38.149Z Compiling zerocopy-derive v0.8.40
18972026-07-04T15:56:38.152Z Compiling tokio-macros v2.7.0
18982026-07-04T15:56:38.179Z Compiling futures-macro v0.3.32
18992026-07-04T15:56:38.426Z Compiling thiserror-impl v2.0.18
19002026-07-04T15:56:38.667Z Compiling zeroize v1.8.2
19012026-07-04T15:56:38.922Z Compiling schemars_derive v0.8.22
19022026-07-04T15:56:38.948Z Compiling tracing-attributes v0.1.31
19032026-07-04T15:56:39.049Z Compiling der_derive v0.7.3
19042026-07-04T15:56:39.116Z Compiling thiserror-impl v1.0.69
19052026-07-04T15:56:39.237Z Compiling zerofrom v0.1.6
19062026-07-04T15:56:39.390Z Compiling yoke v0.8.1
19072026-07-04T15:56:40.333Z Compiling zerovec v0.11.5
19082026-07-04T15:56:40.347Z Compiling zerotrie v0.2.3
19092026-07-04T15:56:40.348Z Compiling crypto-common v0.1.7
19102026-07-04T15:56:40.348Z Compiling pest_derive v2.8.6
19112026-07-04T15:56:40.348Z Compiling futures-util v0.3.32
19122026-07-04T15:56:40.348Z Compiling block-buffer v0.10.4
19132026-07-04T15:56:40.348Z Compiling tinystr v0.8.2
19142026-07-04T15:56:40.348Z Compiling potential_utf v0.1.4
19152026-07-04T15:56:40.348Z Compiling digest v0.10.7
19162026-07-04T15:56:40.348Z Compiling scroll_derive v0.12.1
19172026-07-04T15:56:40.397Z Compiling icu_locale_core v2.1.1
19182026-07-04T15:56:40.414Z Compiling icu_collections v2.1.1
19192026-07-04T15:56:40.479Z Compiling scroll_derive v0.13.1
19202026-07-04T15:56:40.493Z Compiling openssl-macros v0.1.1
19212026-07-04T15:56:40.949Z Compiling darling_macro v0.21.3
19222026-07-04T15:56:40.996Z Compiling regex v1.12.3
19232026-07-04T15:56:41.017Z Compiling zerocopy-derive v0.7.35
19242026-07-04T15:56:41.186Z Compiling icu_provider v2.1.1
19252026-07-04T15:56:41.237Z Compiling bytes v1.11.1
19262026-07-04T15:56:41.299Z Compiling chrono v0.4.44
19272026-07-04T15:56:41.359Z Compiling serde_tokenstream v0.2.3
19282026-07-04T15:56:41.423Z Compiling base64ct v1.8.3
19292026-07-04T15:56:41.480Z Compiling icu_properties v2.1.2
19302026-07-04T15:56:41.628Z Compiling icu_normalizer v2.1.1
19312026-07-04T15:56:41.733Z Compiling camino v1.2.2
19322026-07-04T15:56:41.860Z Compiling tokio v1.52.1
19332026-07-04T15:56:42.080Z Compiling http v1.4.2
19342026-07-04T15:56:42.180Z Compiling pem-rfc7468 v0.7.0
19352026-07-04T15:56:42.422Z Compiling idna_adapter v1.2.1
19362026-07-04T15:56:42.506Z Compiling darling v0.21.3
19372026-07-04T15:56:42.582Z Compiling idna v1.1.0
19382026-07-04T15:56:42.803Z Compiling ppv-lite86 v0.2.21
19392026-07-04T15:56:42.903Z Compiling tracing v0.1.44
19402026-07-04T15:56:43.036Z Compiling url v2.5.8
19412026-07-04T15:56:43.355Z Compiling flagset v0.4.7
19422026-07-04T15:56:43.556Z Compiling der v0.7.10
19432026-07-04T15:56:43.683Z Compiling rand_chacha v0.9.0
19442026-07-04T15:56:43.897Z Compiling http-body v1.0.1
19452026-07-04T15:56:44.033Z Compiling rustls-pki-types v1.14.0
19462026-07-04T15:56:44.167Z Compiling usdt-impl v0.5.0
19472026-07-04T15:56:44.332Z Compiling usdt-impl v0.6.0
19482026-07-04T15:56:44.359Z Compiling openssl-probe v0.2.1
19492026-07-04T15:56:44.439Z Compiling fastrand v2.3.0
19502026-07-04T15:56:44.494Z Compiling either v1.15.0
19512026-07-04T15:56:44.546Z Compiling ref-cast v1.0.25
19522026-07-04T15:56:44.598Z Compiling tinyvec_macros v0.1.1
19532026-07-04T15:56:44.685Z Compiling cmov v0.5.4
19542026-07-04T15:56:44.775Z Compiling paste v1.0.15
19552026-07-04T15:56:44.877Z Compiling tinyvec v1.10.0
19562026-07-04T15:56:44.893Z Compiling ctutils v0.4.2
19572026-07-04T15:56:44.927Z Compiling spki v0.7.3
19582026-07-04T15:56:45.126Z Compiling rand v0.9.2
19592026-07-04T15:56:45.157Z Compiling scroll v0.13.0
19602026-07-04T15:56:45.161Z Compiling serde_spanned v0.6.9
19612026-07-04T15:56:45.204Z Compiling toml_datetime v0.6.11
19622026-07-04T15:56:45.207Z Compiling scroll v0.12.0
19632026-07-04T15:56:45.260Z Compiling async-trait v0.1.89
19642026-07-04T15:56:45.352Z Compiling heapless v0.7.17
19652026-07-04T15:56:45.427Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-04T15:56:45.442Z Compiling signal-hook v0.3.18
19672026-07-04T15:56:45.445Z Compiling winnow v1.0.3
19682026-07-04T15:56:45.475Z Compiling try-lock v0.2.5
19692026-07-04T15:56:45.490Z Compiling litrs v1.0.0
19702026-07-04T15:56:45.519Z Compiling untrusted v0.7.1
19712026-07-04T15:56:45.608Z Compiling zstd-safe v7.2.4
19722026-07-04T15:56:45.647Z Compiling rustix v0.38.44
19732026-07-04T15:56:45.669Z Compiling winnow v0.7.14
19742026-07-04T15:56:45.685Z Compiling tower-layer v0.3.3
19752026-07-04T15:56:45.748Z Compiling atomic-waker v1.1.2
19762026-07-04T15:56:45.780Z Compiling cpufeatures v0.2.17
19772026-07-04T15:56:45.868Z Compiling tower-service v0.3.3
19782026-07-04T15:56:45.885Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-07-04T15:56:45.888Z Compiling want v0.3.1
19802026-07-04T15:56:45.916Z Compiling tokio-util v0.7.18
19812026-07-04T15:56:45.933Z Compiling goblin v0.8.2
19822026-07-04T15:56:45.980Z Compiling document-features v0.2.12
19832026-07-04T15:56:46.027Z Compiling goblin v0.10.5
19842026-07-04T15:56:46.073Z Compiling hybrid-array v0.4.13
19852026-07-04T15:56:46.533Z Compiling zerocopy v0.7.35
19862026-07-04T15:56:46.558Z Compiling ipnet v2.11.0
19872026-07-04T15:56:46.735Z Compiling h2 v0.4.15
19882026-07-04T15:56:46.922Z Compiling ref-cast-impl v1.0.25
19892026-07-04T15:56:46.949Z Compiling darling_core v0.20.11
19902026-07-04T15:56:47.044Z Compiling curve25519-dalek v4.1.3
19912026-07-04T15:56:47.154Z Compiling memoffset v0.9.1
19922026-07-04T15:56:47.183Z Compiling httpdate v1.0.3
19932026-07-04T15:56:47.342Z Compiling untrusted v0.9.0
19942026-07-04T15:56:47.361Z Compiling foreign-types-shared v0.1.1
19952026-07-04T15:56:47.491Z Compiling winnow v0.5.40
19962026-07-04T15:56:47.513Z Compiling powerfmt v0.2.0
19972026-07-04T15:56:47.540Z Compiling utf8parse v0.2.2
19982026-07-04T15:56:47.736Z Compiling deranged v0.5.8
19992026-07-04T15:56:47.790Z Compiling tempfile v3.25.0
20002026-07-04T15:56:47.815Z Compiling foreign-types v0.3.2
20012026-07-04T15:56:48.126Z Compiling unicode-normalization v0.1.25
20022026-07-04T15:56:48.151Z Compiling pkcs8 v0.10.2
20032026-07-04T15:56:48.434Z Compiling dof v0.3.0
20042026-07-04T15:56:48.646Z Compiling dtrace-parser v0.2.0
20052026-07-04T15:56:48.953Z Compiling dof v0.4.0
20062026-07-04T15:56:49.008Z Compiling toml_edit v0.19.15
20072026-07-04T15:56:49.043Z Compiling darling_macro v0.20.11
20082026-07-04T15:56:49.260Z Compiling dtrace-parser v0.3.0
20092026-07-04T15:56:49.299Z Compiling pin-project-internal v1.1.11
20102026-07-04T15:56:49.447Z Compiling daft-derive v0.1.7
20112026-07-04T15:56:49.609Z Compiling spin v0.9.8
20122026-07-04T15:56:49.659Z Compiling thread-id v4.2.2
20132026-07-04T15:56:49.697Z Compiling thread-id v5.1.0
20142026-07-04T15:56:49.798Z Compiling num-bigint-dig v0.8.6
20152026-07-04T15:56:49.849Z Compiling num_threads v0.1.7
20162026-07-04T15:56:50.026Z Compiling anstyle v1.0.14
20172026-07-04T15:56:50.132Z Compiling hyper v1.10.1
20182026-07-04T15:56:50.168Z Compiling smoltcp v0.9.1
20192026-07-04T15:56:50.192Z Compiling cfg_aliases v0.2.1
20202026-07-04T15:56:50.233Z Compiling time v0.3.47
20212026-07-04T15:56:50.288Z Compiling nix v0.31.2
20222026-07-04T15:56:50.526Z Compiling darling v0.20.11
20232026-07-04T15:56:50.694Z Compiling sha2 v0.10.9
20242026-07-04T15:56:50.810Z Compiling ipnetwork v0.21.1
20252026-07-04T15:56:50.848Z Compiling hmac v0.12.1
20262026-07-04T15:56:50.864Z Compiling curve25519-dalek-derive v0.1.1
20272026-07-04T15:56:51.018Z Compiling strum_macros v0.26.4
20282026-07-04T15:56:51.222Z Compiling sync_wrapper v1.0.2
20292026-07-04T15:56:51.355Z Compiling hyper-util v0.1.20
20302026-07-04T15:56:51.380Z Compiling wait-timeout v0.2.1
20312026-07-04T15:56:51.414Z Compiling siphasher v1.0.2
20322026-07-04T15:56:51.537Z Compiling anstyle-query v1.1.5
20332026-07-04T15:56:51.694Z Compiling quick-error v1.2.3
20342026-07-04T15:56:51.813Z Compiling is_terminal_polyfill v1.70.2
20352026-07-04T15:56:51.826Z Compiling simd-adler32 v0.3.8
20362026-07-04T15:56:51.884Z Compiling bit-vec v0.8.0
20372026-07-04T15:56:51.924Z Compiling colorchoice v1.0.4
20382026-07-04T15:56:52.088Z Compiling bit-set v0.8.0
20392026-07-04T15:56:52.282Z Compiling rusty-fork v0.3.1
20402026-07-04T15:56:52.499Z Compiling tower v0.5.3
20412026-07-04T15:56:52.874Z Compiling derive_builder_core v0.20.2
20422026-07-04T15:56:53.029Z Compiling http-body-util v0.1.3
20432026-07-04T15:56:53.100Z Compiling hubpack_derive v0.1.1
20442026-07-04T15:56:53.139Z Compiling snafu-derive v0.8.9
20452026-07-04T15:56:53.301Z Compiling strum_macros v0.27.2
20462026-07-04T15:56:53.317Z Compiling rand_xorshift v0.4.0
20472026-07-04T15:56:53.464Z Compiling fs-err v3.3.0
20482026-07-04T15:56:53.513Z Compiling ahash v0.8.12
20492026-07-04T15:56:53.583Z Compiling unicode-segmentation v1.12.0
20502026-07-04T15:56:53.637Z Compiling allocator-api2 v0.2.21
20512026-07-04T15:56:53.711Z Compiling iri-string v0.7.10
20522026-07-04T15:56:53.776Z Compiling ryu v1.0.23
20532026-07-04T15:56:54.009Z Compiling unicode-properties v0.1.4
20542026-07-04T15:56:54.024Z Compiling unicode-bidi v0.3.18
20552026-07-04T15:56:54.059Z Compiling object v0.37.3
20562026-07-04T15:56:54.163Z Compiling unarray v0.1.4
20572026-07-04T15:56:54.247Z Compiling adler2 v2.0.1
20582026-07-04T15:56:54.294Z Compiling proptest v1.10.0
20592026-07-04T15:56:54.353Z Compiling miniz_oxide v0.8.9
20602026-07-04T15:56:54.396Z Compiling stringprep v0.1.5
20612026-07-04T15:56:54.557Z Compiling serde_urlencoded v0.7.1
20622026-07-04T15:56:54.807Z Compiling derive_builder_macro v0.20.2
20632026-07-04T15:56:54.899Z Compiling tokio-native-tls v0.3.1
20642026-07-04T15:56:54.936Z Compiling usdt-attr-macro v0.6.0
20652026-07-04T15:56:54.967Z Compiling tower-http v0.6.8
20662026-07-04T15:56:55.104Z Compiling usdt-macro v0.6.0
20672026-07-04T15:56:55.213Z Compiling anstyle-parse v1.0.0
20682026-07-04T15:56:55.229Z Compiling crypto-common v0.2.2
20692026-07-04T15:56:55.334Z Compiling block-buffer v0.12.1
20702026-07-04T15:56:55.423Z Compiling block-padding v0.4.2
20712026-07-04T15:56:55.681Z Compiling rustls-native-certs v0.8.3
20722026-07-04T15:56:55.725Z Compiling rand_chacha v0.3.1
20732026-07-04T15:56:55.830Z Compiling erased-serde v0.3.31
20742026-07-04T15:56:55.873Z Compiling signature v2.2.0
20752026-07-04T15:56:55.888Z Compiling md-5 v0.10.6
20762026-07-04T15:56:55.944Z Compiling bstr v1.12.1
20772026-07-04T15:56:56.060Z Compiling num-integer v0.1.46
20782026-07-04T15:56:56.075Z Compiling hash32 v0.2.1
20792026-07-04T15:56:56.126Z Compiling vergen-lib v9.1.0
20802026-07-04T15:56:56.270Z Compiling encoding_rs v0.8.35
20812026-07-04T15:56:56.286Z Compiling mime v0.3.17
20822026-07-04T15:56:56.362Z Compiling zlib-rs v0.6.2
20832026-07-04T15:56:56.388Z Compiling fallible-iterator v0.2.0
20842026-07-04T15:56:56.482Z Compiling psl-types v2.0.11
20852026-07-04T15:56:56.558Z Compiling cpufeatures v0.3.0
20862026-07-04T15:56:56.591Z Compiling publicsuffix v2.3.0
20872026-07-04T15:56:56.644Z Compiling newtype-uuid v1.3.2
20882026-07-04T15:56:56.739Z Compiling postgres-protocol v0.6.10
20892026-07-04T15:56:56.902Z Compiling num-iter v0.1.45
20902026-07-04T15:56:57.041Z Compiling rand v0.8.6
20912026-07-04T15:56:57.375Z Compiling inout v0.2.2
20922026-07-04T15:56:57.460Z Compiling oxnet v0.1.6
20932026-07-04T15:56:57.477Z Compiling anstream v1.0.0
20942026-07-04T15:56:57.559Z Compiling derive_builder v0.20.2
20952026-07-04T15:56:57.578Z Compiling hyper-tls v0.6.0
20962026-07-04T15:56:57.658Z Compiling heck v0.4.1
20972026-07-04T15:56:57.695Z Compiling phf_shared v0.13.1
20982026-07-04T15:56:57.734Z Compiling pin-project v1.1.11
20992026-07-04T15:56:57.814Z Compiling lazy_static v1.5.0
21002026-07-04T15:56:57.829Z Compiling anstyle-parse v0.2.7
21012026-07-04T15:56:57.972Z Compiling terminal_size v0.4.3
21022026-07-04T15:56:57.988Z Compiling serde_with_macros v3.17.0
21032026-07-04T15:56:57.991Z Compiling futures-executor v0.3.32
21042026-07-04T15:56:57.991Z Compiling hex v0.4.3
21052026-07-04T15:56:58.080Z Compiling enum-as-inner v0.6.1
21062026-07-04T15:56:58.130Z Compiling serde_repr v0.1.20
21072026-07-04T15:56:58.262Z Compiling async-recursion v1.1.1
21082026-07-04T15:56:58.304Z Compiling clap_derive v4.6.1
21092026-07-04T15:56:58.378Z Compiling ff v0.13.1
21102026-07-04T15:56:58.447Z Compiling vergen v9.1.0
21112026-07-04T15:56:58.544Z Compiling flate2 v1.1.9
21122026-07-04T15:56:58.569Z Compiling cargo-platform v0.3.2
21132026-07-04T15:56:58.691Z Compiling managed v0.8.0
21142026-07-04T15:56:58.722Z Compiling clap_lex v1.0.0
21152026-07-04T15:56:58.817Z Compiling libbz2-rs-sys v0.2.2
21162026-07-04T15:56:58.987Z Compiling foldhash v0.1.5
21172026-07-04T15:56:58.990Z Compiling bitflags v1.3.2
21182026-07-04T15:56:59.117Z Compiling foldhash v0.2.0
21192026-07-04T15:56:59.122Z Compiling same-file v1.0.6
21202026-07-04T15:56:59.148Z Compiling base16ct v0.2.0
21212026-07-04T15:56:59.151Z Compiling bumpalo v3.20.2
21222026-07-04T15:56:59.305Z Compiling hashbrown v0.16.1
21232026-07-04T15:56:59.327Z Compiling sec1 v0.7.3
21242026-07-04T15:56:59.338Z Compiling bzip2 v0.6.1
21252026-07-04T15:56:59.351Z Compiling walkdir v2.5.0
21262026-07-04T15:56:59.438Z Compiling zopfli v0.8.3
21272026-07-04T15:56:59.469Z Compiling hashbrown v0.15.5
21282026-07-04T15:56:59.653Z Compiling clap_builder v4.6.0
21292026-07-04T15:56:59.884Z Compiling cargo_metadata v0.23.1
21302026-07-04T15:57:00.053Z Compiling group v0.13.0
21312026-07-04T15:57:00.105Z Compiling zstd v0.13.3
21322026-07-04T15:57:00.242Z Compiling futures v0.3.32
21332026-07-04T15:57:00.492Z Compiling anstream v0.6.21
21342026-07-04T15:57:00.602Z Compiling phf v0.13.1
21352026-07-04T15:57:00.693Z Compiling snafu v0.8.9
21362026-07-04T15:57:00.804Z Compiling reqwest v0.12.28
21372026-07-04T15:57:00.934Z Compiling daft v0.1.7
21382026-07-04T15:57:01.242Z Compiling signal-hook-mio v0.2.5
21392026-07-04T15:57:01.364Z Compiling cipher v0.5.2
21402026-07-04T15:57:01.383Z Compiling cookie_store v0.22.1
21412026-07-04T15:57:01.399Z Compiling postgres-types v0.2.12
21422026-07-04T15:57:01.508Z Compiling bzip2 v0.4.4
21432026-07-04T15:57:01.676Z Compiling globset v0.4.18
21442026-07-04T15:57:01.691Z Compiling ed25519 v2.2.3
21452026-07-04T15:57:01.728Z Compiling strum v0.27.2
21462026-07-04T15:57:01.875Z Compiling hubpack v0.1.2
21472026-07-04T15:57:01.933Z Compiling phf_shared v0.11.3
21482026-07-04T15:57:01.973Z Compiling hkdf v0.12.4
21492026-07-04T15:57:01.991Z Compiling crossbeam-epoch v0.9.18
21502026-07-04T15:57:02.035Z Compiling olpc-cjson v0.1.4
21512026-07-04T15:57:02.103Z Compiling pkcs1 v0.7.5
21522026-07-04T15:57:02.301Z Compiling pem v3.0.6
21532026-07-04T15:57:02.381Z Compiling serde_plain v1.0.2
21542026-07-04T15:57:02.416Z Compiling serde-big-array v0.5.1
21552026-07-04T15:57:02.534Z Compiling crypto-bigint v0.5.5
21562026-07-04T15:57:02.639Z Compiling float-cmp v0.10.0
21572026-07-04T15:57:02.653Z Compiling memmap2 v0.9.10
21582026-07-04T15:57:02.680Z Compiling env_filter v1.0.0
21592026-07-04T15:57:02.756Z Compiling normalize-line-endings v0.3.0
21602026-07-04T15:57:02.790Z Compiling typed-path v0.9.3
21612026-07-04T15:57:02.872Z Compiling keccak v0.1.6
21622026-07-04T15:57:02.895Z Compiling fixedbitset v0.5.7
21632026-07-04T15:57:02.929Z Compiling difflib v0.4.0
21642026-07-04T15:57:02.977Z Compiling predicates-core v1.0.10
21652026-07-04T15:57:02.991Z Compiling toml_write v0.1.2
21662026-07-04T15:57:03.097Z Compiling jiff v0.2.21
21672026-07-04T15:57:03.209Z Compiling whoami v2.1.0
21682026-07-04T15:57:03.228Z Compiling data-encoding v2.10.0
21692026-07-04T15:57:03.244Z Compiling new_debug_unreachable v1.0.6
21702026-07-04T15:57:03.334Z Compiling precomputed-hash v0.1.1
21712026-07-04T15:57:03.452Z Compiling static_assertions v1.1.0
21722026-07-04T15:57:03.485Z Compiling fixedbitset v0.4.2
21732026-07-04T15:57:03.502Z Compiling const-oid v0.10.2
21742026-07-04T15:57:03.517Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-07-04T15:57:03.564Z Compiling hickory-proto v0.25.2
21762026-07-04T15:57:03.609Z Compiling elliptic-curve v0.13.8
21772026-07-04T15:57:03.704Z Compiling digest v0.11.3
21782026-07-04T15:57:03.724Z Compiling petgraph v0.6.5
21792026-07-04T15:57:03.727Z Compiling tokio-postgres v0.7.16
21802026-07-04T15:57:03.757Z Compiling string_cache v0.8.9
21812026-07-04T15:57:03.817Z Compiling predicates v3.1.4
21822026-07-04T15:57:03.941Z Compiling toml_edit v0.22.27
21832026-07-04T15:57:03.999Z Compiling petgraph v0.8.3
21842026-07-04T15:57:04.016Z Compiling sha3 v0.10.8
21852026-07-04T15:57:04.052Z Compiling env_logger v0.11.9
21862026-07-04T15:57:04.318Z Compiling usdt v0.6.0
21872026-07-04T15:57:04.406Z Compiling chacha20 v0.10.0
21882026-07-04T15:57:04.727Z Compiling rsa v0.9.10
21892026-07-04T15:57:05.915Z Compiling zip v4.6.1
21902026-07-04T15:57:05.946Z Compiling ed25519-dalek v2.2.0
21912026-07-04T15:57:06.191Z Compiling zip v0.6.6
21922026-07-04T15:57:06.269Z Compiling crossterm v0.28.1
21932026-07-04T15:57:06.446Z Compiling clap v4.6.1
21942026-07-04T15:57:06.547Z Compiling iddqd v0.4.2
21952026-07-04T15:57:06.770Z Compiling serde_with v3.17.0
21962026-07-04T15:57:06.853Z Compiling similar v2.7.0
21972026-07-04T15:57:07.038Z Compiling strum v0.26.3
21982026-07-04T15:57:07.090Z Compiling toml v0.7.8
21992026-07-04T15:57:07.090Z Compiling tokio-stream v0.1.18
22002026-07-04T15:57:07.188Z Compiling buf-list v1.1.2
22012026-07-04T15:57:07.470Z Compiling x509-cert v0.2.5
22022026-07-04T15:57:07.547Z Compiling itertools v0.13.0
22032026-07-04T15:57:07.620Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-04T15:57:08.168Z Compiling openapiv3 v2.2.0
22052026-07-04T15:57:08.371Z Compiling lalrpop-util v0.19.12
22062026-07-04T15:57:08.393Z Compiling peg-runtime v0.8.5
22072026-07-04T15:57:24.929Z Compiling rustls-webpki v0.103.13
22082026-07-04T15:57:26.981Z Compiling macaddr v1.0.1
22092026-07-04T15:57:27.121Z Compiling structmeta-derive v0.3.0
22102026-07-04T15:57:27.124Z Compiling crucible-workspace-hack v0.1.0
22112026-07-04T15:57:27.304Z Compiling rayon-core v1.13.0
22122026-07-04T15:57:27.361Z Compiling itertools v0.14.0
22132026-07-04T15:57:27.408Z Compiling secrecy v0.10.3
22142026-07-04T15:57:27.468Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-04T15:57:27.594Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-04T15:57:27.609Z Compiling heapless v0.8.0
22172026-07-04T15:57:27.862Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-07-04T15:57:27.950Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-07-04T15:57:27.979Z Compiling crossbeam-deque v0.8.6
22202026-07-04T15:57:27.999Z Compiling inout v0.1.4
22212026-07-04T15:57:28.045Z Compiling hash32 v0.3.1
22222026-07-04T15:57:28.129Z Compiling multer v3.1.0
22232026-07-04T15:57:28.167Z Compiling thread_local v1.1.9
22242026-07-04T15:57:28.187Z Compiling structmeta v0.3.0
22252026-07-04T15:57:28.202Z Compiling slog-async v2.8.0
22262026-07-04T15:57:28.239Z Compiling compression-core v0.4.31
22272026-07-04T15:57:28.250Z Compiling unicode-width v0.2.0
22282026-07-04T15:57:28.370Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-07-04T15:57:28.386Z Compiling smoltcp v0.11.0
22302026-07-04T15:57:28.432Z Compiling match_cfg v0.1.0
22312026-07-04T15:57:28.465Z Compiling derive-ex v0.1.8
22322026-07-04T15:57:28.539Z Compiling hostname v0.3.1
22332026-07-04T15:57:28.573Z Compiling proc-macro-crate v3.4.0
22342026-07-04T15:57:28.636Z Compiling compression-codecs v0.4.37
22352026-07-04T15:57:28.739Z Compiling cipher v0.4.4
22362026-07-04T15:57:28.782Z Compiling ingot-macros v0.1.1
22372026-07-04T15:57:28.801Z Compiling atomicwrites v0.4.4
22382026-07-04T15:57:28.902Z Compiling tokio-rustls v0.26.4
22392026-07-04T15:57:29.026Z Compiling rustls-platform-verifier v0.6.2
22402026-07-04T15:57:29.055Z Compiling tough v0.22.0
22412026-07-04T15:57:29.073Z Compiling slog-json v2.6.1
22422026-07-04T15:57:29.113Z Compiling crossbeam-channel v0.5.15
22432026-07-04T15:57:29.203Z Compiling hyper-rustls v0.27.7
22442026-07-04T15:57:29.246Z Compiling half v2.7.1
22452026-07-04T15:57:29.262Z Compiling newtype-uuid-macros v0.1.0
22462026-07-04T15:57:29.371Z Compiling cobs v0.3.0
22472026-07-04T15:57:29.540Z Compiling reqwest v0.13.2
22482026-07-04T15:57:29.636Z Compiling universal-hash v0.5.1
22492026-07-04T15:57:29.694Z Compiling thiserror-impl-no-std v2.0.2
22502026-07-04T15:57:29.811Z Compiling async-stream-impl v0.3.6
22512026-07-04T15:57:29.870Z Compiling toml_datetime v1.1.1+spec-1.1.0
22522026-07-04T15:57:30.071Z Compiling serde_spanned v1.1.1
22532026-07-04T15:57:30.126Z Compiling is-terminal v0.4.17
22542026-07-04T15:57:30.250Z Compiling dropshot v0.17.1
22552026-07-04T15:57:30.268Z Compiling proc-macro-error-attr v1.0.4
22562026-07-04T15:57:30.340Z Compiling term v1.2.1
22572026-07-04T15:57:30.344Z Compiling ciborium-io v0.2.2
22582026-07-04T15:57:30.444Z Compiling take_mut v0.2.2
22592026-07-04T15:57:30.481Z Compiling toml_writer v1.1.1+spec-1.1.0
22602026-07-04T15:57:30.506Z Compiling opaque-debug v0.3.1
22612026-07-04T15:57:30.522Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-07-04T15:57:30.592Z Compiling convert_case v0.4.0
22632026-07-04T15:57:30.607Z Compiling poly1305 v0.8.0
22642026-07-04T15:57:30.787Z Compiling toml v1.1.2+spec-1.1.0
22652026-07-04T15:57:30.800Z Compiling slog-term v2.9.2
22662026-07-04T15:57:30.828Z Compiling thiserror-no-std v2.0.2
22672026-07-04T15:57:30.935Z Compiling derive_more v0.99.20
22682026-07-04T15:57:31.072Z Compiling async-stream v0.3.6
22692026-07-04T15:57:31.299Z Compiling ciborium-ll v0.2.2
22702026-07-04T15:57:31.318Z Compiling test-strategy v0.4.5
22712026-07-04T15:57:31.458Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-04T15:57:31.606Z Compiling ingot-types v0.1.2
22732026-07-04T15:57:31.623Z Compiling postcard v1.1.3
22742026-07-04T15:57:31.896Z Compiling slog-bunyan v2.5.0
22752026-07-04T15:57:32.047Z Compiling ingot v0.1.1
22762026-07-04T15:57:32.116Z Compiling num_enum_derive v0.7.6
22772026-07-04T15:57:32.119Z Compiling chacha20 v0.9.1
22782026-07-04T15:57:32.164Z Compiling async-compression v0.4.41
22792026-07-04T15:57:32.424Z Compiling parse-display-derive v0.10.0
22802026-07-04T15:57:32.722Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-04T15:57:32.722Z Compiling sha1 v0.11.0
22822026-07-04T15:57:32.863Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-04T15:57:33.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-07-04T15:57:33.133Z Compiling proc-macro-crate v1.3.1
22852026-07-04T15:57:33.149Z Compiling waitgroup v0.1.2
22862026-07-04T15:57:33.209Z Compiling password-hash v0.5.0
22872026-07-04T15:57:33.305Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22882026-07-04T15:57:33.342Z Compiling backon v1.6.0
22892026-07-04T15:57:33.389Z Compiling rustls-pemfile v2.2.0
22902026-07-04T15:57:33.482Z Compiling dropshot_endpoint v0.17.1
22912026-07-04T15:57:33.539Z Compiling blake2 v0.10.6
22922026-07-04T15:57:33.631Z Compiling aead v0.5.2
22932026-07-04T15:57:33.672Z Compiling foreign-types-macros v0.2.3
22942026-07-04T15:57:33.726Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-04T15:57:33.810Z Compiling serde_path_to_error v0.1.20
22962026-07-04T15:57:33.866Z Compiling hostname v0.4.2
22972026-07-04T15:57:33.971Z Compiling proc-macro-error v1.0.4
22982026-07-04T15:57:34.028Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-04T15:57:34.080Z Compiling instant v0.1.13
23002026-07-04T15:57:34.113Z Compiling debug-ignore v1.0.5
23012026-07-04T15:57:34.224Z Compiling foreign-types-shared v0.3.1
23022026-07-04T15:57:34.241Z Compiling backoff v0.4.0
23032026-07-04T15:57:34.277Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-04T15:57:34.318Z Compiling parse-display v0.10.0
23052026-07-04T15:57:34.334Z Compiling argon2 v0.5.3
23062026-07-04T15:57:34.350Z Compiling chacha20poly1305 v0.10.1
23072026-07-04T15:57:34.353Z Compiling foreign-types v0.5.0
23082026-07-04T15:57:34.383Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23092026-07-04T15:57:34.383Z Compiling num_enum_derive v0.5.11
23102026-07-04T15:57:34.487Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-07-04T15:57:34.521Z Compiling num_enum v0.7.6
23122026-07-04T15:57:34.539Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-07-04T15:57:34.542Z Compiling ciborium v0.2.2
23142026-07-04T15:57:34.741Z Compiling vsss-rs v3.3.4
23152026-07-04T15:57:35.007Z Compiling tabwriter v1.4.1
23162026-07-04T15:57:35.022Z Compiling regress v0.10.5
23172026-07-04T15:57:35.088Z Compiling byte-wrapper v0.1.0
23182026-07-04T15:57:35.219Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-04T15:57:35.245Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-04T15:57:35.335Z Compiling cstr-argument v0.1.2
23212026-07-04T15:57:35.418Z Compiling humantime v2.3.0
23222026-07-04T15:57:35.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-04T15:57:35.454Z Compiling num_enum v0.5.11
23242026-07-04T15:57:35.506Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-04T15:57:35.546Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-04T15:57:35.605Z Compiling rayon v1.11.0
23272026-07-04T15:57:35.701Z Compiling rand v0.10.1
23282026-07-04T15:57:35.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-07-04T15:57:35.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-04T15:57:35.847Z Compiling libefi-sys v0.1.0
23312026-07-04T15:57:35.881Z Compiling colored v3.1.1
23322026-07-04T15:57:35.901Z Compiling indent_write v2.2.0
23332026-07-04T15:57:35.967Z Compiling zone_cfg_derive v0.3.1
23342026-07-04T15:57:36.074Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-04T15:57:36.089Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-04T15:57:36.123Z Compiling camino-tempfile v1.4.1
23372026-07-04T15:57:36.154Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-04T15:57:36.222Z Compiling itertools v0.12.1
23392026-07-04T15:57:36.238Z Compiling usdt-macro v0.5.0
23402026-07-04T15:57:36.348Z Compiling usdt-attr-macro v0.5.0
23412026-07-04T15:57:36.570Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-04T15:57:36.574Z Compiling bitfield-struct v0.6.2
23432026-07-04T15:57:36.629Z Compiling num-derive v0.4.2
23442026-07-04T15:57:36.667Z Compiling blake3 v1.8.5
23452026-07-04T15:57:36.683Z Compiling memmap v0.7.0
23462026-07-04T15:57:36.697Z Compiling sigpipe v0.1.3
23472026-07-04T15:57:36.715Z Compiling swrite v0.1.0
23482026-07-04T15:57:36.720Z Compiling glob v0.3.3
23492026-07-04T15:57:36.814Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-07-04T15:57:36.947Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-04T15:57:37.102Z Compiling smf v0.2.3
23522026-07-04T15:57:37.173Z Compiling usdt v0.5.0
23532026-07-04T15:57:37.254Z Compiling filetime v0.2.27
23542026-07-04T15:57:37.270Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-04T15:57:37.285Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-07-04T15:57:37.386Z Compiling whoami v1.6.1
23572026-07-04T15:57:37.445Z Compiling arrayvec v0.7.6
23582026-07-04T15:57:37.498Z Compiling constant_time_eq v0.4.2
23592026-07-04T15:57:37.583Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-04T15:57:37.607Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23612026-07-04T15:57:37.623Z Compiling zone v0.3.1
23622026-07-04T15:57:37.715Z Compiling arrayref v0.3.9
23632026-07-04T15:57:37.736Z Compiling xattr v1.6.1
23642026-07-04T15:57:37.739Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-04T15:57:37.770Z Compiling tokio-dtrace v0.1.1
23662026-07-04T15:57:37.856Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-07-04T15:57:37.876Z Compiling console v0.16.2
23682026-07-04T15:57:37.922Z Compiling tar v0.4.45
23692026-07-04T15:57:37.996Z Compiling gethostname v0.5.0
23702026-07-04T15:57:38.146Z Compiling unit-prefix v0.5.2
23712026-07-04T15:57:38.162Z Compiling topological-sort v0.2.2
23722026-07-04T15:57:38.346Z Compiling indicatif v0.18.4
23732026-07-04T15:57:38.362Z Compiling oxide-tokio-rt v0.1.4
23742026-07-04T15:57:38.395Z Compiling toml v0.8.23
23752026-07-04T15:57:38.479Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-07-04T15:57:38.522Z Compiling shell-words v1.1.1
23772026-07-04T15:57:48.276Z Compiling progenitor-client v0.14.0
23782026-07-04T15:57:48.276Z Compiling omicron-zone-package v0.12.3
23792026-07-04T15:57:48.522Z Compiling progenitor-extras v0.2.0
23802026-07-04T15:57:48.883Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-07-04T15:57:48.928Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-07-04T15:57:48.941Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-04T15:57:49.015Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-04T15:57:49.096Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-07-04T15:57:49.122Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-04T15:57:49.246Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-04T15:57:49.265Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-04T15:57:49.758Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-04T15:57:53.919Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-04T15:58:02.133Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-04T15:58:05.389Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-04T15:58:06.444Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-04T15:58:16.287Z Finished `release` profile [optimized] target(s) in 1m 45s
23942026-07-04T15:58:16.433Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-04T15:58:16.495ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-04T15:58:16.499ZCreated new build target 'test' and set it as active
23972026-07-04T15:58:16.502Z
23982026-07-04T15:58:16.502Zreal 1:45.299700214
23992026-07-04T15:58:16.502Zuser 17:29.197582212
24002026-07-04T15:58:16.502Zsys 2:42.660844528
24012026-07-04T15:58:16.502Ztrap 0.489739573
24022026-07-04T15:58:16.502Ztflt 2.443467107
24032026-07-04T15:58:16.502Zdflt 4.398400838
24042026-07-04T15:58:16.502Zkflt 0.002107523
24052026-07-04T15:58:16.502Zlock 55:24.282203395
24062026-07-04T15:58:16.502Zslp 45:09.358817208
24072026-07-04T15:58:16.502Zlat 45.169461853
24082026-07-04T15:58:16.502Zstop 5:16.914286783
24092026-07-04T15:58:16.502Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-04T15:58:17.350Z Finished `release` profile [optimized] target(s) in 0.83s
24112026-07-04T15:58:17.421Z Running `target/release/omicron-package -t test package`
24122026-07-04T15:58:17.479ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-04T15:58:18.877Z Compiling heck v0.5.0
24142026-07-04T15:58:18.877Z Compiling regress v0.11.1
24152026-07-04T15:58:19.100Z Compiling unsafe-libyaml v0.2.11
24162026-07-04T15:58:19.137Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-04T15:58:19.166Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-04T15:58:19.169Z Compiling unicode-width v0.1.14
24192026-07-04T15:58:19.209Z Compiling atomicwrites v0.4.4
24202026-07-04T15:58:19.229Z Compiling derive-where v1.6.0
24212026-07-04T15:58:19.232Z Compiling bytecount v0.6.9
24222026-07-04T15:58:19.247Z Compiling is-terminal v0.4.17
24232026-07-04T15:58:19.285Z Compiling prettyplease v0.2.37
24242026-07-04T15:58:19.288Z Compiling console v0.15.11
24252026-07-04T15:58:19.288Z Compiling newline-converter v0.3.0
24262026-07-04T15:58:19.288Z Compiling slog-dtrace v0.3.0
24272026-07-04T15:58:19.325Z Compiling cancel-safe-futures v0.1.5
24282026-07-04T15:58:19.393Z Compiling resolv-conf v0.7.6
24292026-07-04T15:58:19.416Z Compiling owo-colors v4.3.0
24302026-07-04T15:58:19.419Z Compiling num-rational v0.4.2
24312026-07-04T15:58:19.463Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-04T15:58:19.486Z Compiling libsw-core v0.3.2
24332026-07-04T15:58:19.535Z Compiling num-complex v0.4.6
24342026-07-04T15:58:19.602Z Compiling thread_local v1.1.9
24352026-07-04T15:58:19.647Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-04T15:58:19.698Z Compiling expectorate v1.2.0
24372026-07-04T15:58:19.747Z Compiling compression-core v0.4.31
24382026-07-04T15:58:19.816Z Compiling match_cfg v0.1.0
24392026-07-04T15:58:19.904Z Compiling hostname v0.3.1
24402026-07-04T15:58:19.925Z Compiling compression-codecs v0.4.37
24412026-07-04T15:58:19.968Z Compiling num v0.4.3
24422026-07-04T15:58:20.046Z Compiling libsw v3.5.0
24432026-07-04T15:58:20.066Z Compiling multer v3.1.0
24442026-07-04T15:58:20.069Z Compiling slog-async v2.8.0
24452026-07-04T15:58:20.109Z Compiling crossbeam-channel v0.5.15
24462026-07-04T15:58:20.141Z Compiling slog-json v2.6.1
24472026-07-04T15:58:20.162Z Compiling serde_spanned v1.1.1
24482026-07-04T15:58:20.190Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-04T15:58:20.263Z Compiling take_mut v0.2.2
24502026-07-04T15:58:20.352Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-07-04T15:58:20.356Z Compiling toml_writer v1.1.1+spec-1.1.0
24522026-07-04T15:58:20.394Z Compiling term v1.2.1
24532026-07-04T15:58:20.416Z Compiling linear-map v1.2.0
24542026-07-04T15:58:20.439Z Compiling linked-hash-map v0.5.6
24552026-07-04T15:58:20.507Z Compiling float-ord v0.3.2
24562026-07-04T15:58:20.530Z Compiling slog-bunyan v2.5.0
24572026-07-04T15:58:20.574Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-04T15:58:20.626Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24592026-07-04T15:58:20.659Z Compiling lru-cache v0.1.2
24602026-07-04T15:58:20.663Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24612026-07-04T15:58:20.702Z Compiling slog-term v2.9.2
24622026-07-04T15:58:20.705Z Compiling async-compression v0.4.41
24632026-07-04T15:58:20.744Z Compiling typify-impl v0.6.2
24642026-07-04T15:58:20.853Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-07-04T15:58:20.938Z Compiling async-stream v0.3.6
24662026-07-04T15:58:21.022Z Compiling dropshot v0.17.1
24672026-07-04T15:58:21.045Z Compiling sha1 v0.11.0
24682026-07-04T15:58:21.067Z Compiling progenitor-client v0.14.0
24692026-07-04T15:58:21.087Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-04T15:58:21.110Z Compiling waitgroup v0.1.2
24712026-07-04T15:58:21.139Z Compiling rustls-pemfile v2.2.0
24722026-07-04T15:58:21.262Z Compiling backon v1.6.0
24732026-07-04T15:58:21.283Z Compiling hostname v0.4.2
24742026-07-04T15:58:21.306Z Compiling serde_path_to_error v0.1.20
24752026-07-04T15:58:21.310Z Compiling instant v0.1.13
24762026-07-04T15:58:21.350Z Compiling minimal-lexical v0.2.1
24772026-07-04T15:58:21.373Z Compiling debug-ignore v1.0.5
24782026-07-04T15:58:21.411Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-07-04T15:58:21.449Z Compiling progenitor-extras v0.2.0
24802026-07-04T15:58:21.481Z Compiling backoff v0.4.0
24812026-07-04T15:58:21.621Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-04T15:58:21.628Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-04T15:58:21.632Z Compiling nom v7.1.3
24842026-07-04T15:58:21.727Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-04T15:58:21.747Z Compiling parse-display v0.10.0
24862026-07-04T15:58:21.796Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-04T15:58:21.819Z Compiling hickory-proto v0.24.4
24882026-07-04T15:58:21.988Z Compiling regress v0.10.5
24892026-07-04T15:58:22.501Z Compiling macaddr v1.0.1
24902026-07-04T15:58:22.522Z Compiling humantime v2.3.0
24912026-07-04T15:58:22.542Z Compiling unicode-xid v0.2.6
24922026-07-04T15:58:22.755Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-04T15:58:22.821Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-07-04T15:58:22.952Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24952026-07-04T15:58:23.125Z Compiling convert_case v0.10.0
24962026-07-04T15:58:23.301Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-04T15:58:23.440Z Compiling derive_more-impl v2.1.1
24982026-07-04T15:58:23.845Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-04T15:58:23.990Z Compiling toml v0.8.23
25002026-07-04T15:58:24.194Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-04T15:58:24.236Z Compiling papergrid v0.11.0
25022026-07-04T15:58:24.295Z Compiling derive_more v2.1.1
25032026-07-04T15:58:24.368Z Compiling tabled_derive v0.7.0
25042026-07-04T15:58:24.407Z Compiling termtree v0.5.1
25052026-07-04T15:58:24.465Z Compiling typify-macro v0.6.2
25062026-07-04T15:58:24.621Z Compiling hickory-resolver v0.24.4
25072026-07-04T15:58:24.625Z Compiling crossterm v0.29.0
25082026-07-04T15:58:24.664Z Compiling phf_shared v0.12.1
25092026-07-04T15:58:24.955Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-04T15:58:25.328Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-04T15:58:25.506Z Compiling tabled v0.15.0
25122026-07-04T15:58:25.569Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-04T15:58:26.164Z Compiling typify v0.6.2
25142026-07-04T15:58:26.445Z Compiling progenitor-impl v0.14.0
25152026-07-04T15:58:26.782Z Compiling qorb v0.4.1
25162026-07-04T15:58:27.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-04T15:58:28.372Z Compiling csv-core v0.1.13
25182026-07-04T15:58:28.740Z Compiling progenitor-macro v0.14.0
25192026-07-04T15:58:28.845Z Compiling vte v0.14.1
25202026-07-04T15:58:29.118Z Compiling highway v1.3.0
25212026-07-04T15:58:29.846Z Compiling chrono-tz v0.10.4
25222026-07-04T15:58:29.890Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-04T15:58:30.122Z Compiling strip-ansi-escapes v0.2.1
25242026-07-04T15:58:30.180Z Compiling csv v1.4.0
25252026-07-04T15:58:30.420Z Compiling phf v0.12.1
25262026-07-04T15:58:30.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-04T15:58:30.540Z Compiling const_format_proc_macros v0.2.34
25282026-07-04T15:58:30.625Z Compiling fd-lock v4.0.4
25292026-07-04T15:58:30.716Z Compiling peg-macros v0.8.5
25302026-07-04T15:58:30.979Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-07-04T15:58:31.216Z Compiling nu-ansi-term v0.50.3
25322026-07-04T15:58:31.376Z Compiling const_format v0.2.35
25332026-07-04T15:58:31.714Z Compiling reedline v0.40.0
25342026-07-04T15:58:31.828Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-04T15:58:32.072Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-07-04T15:58:32.419Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-04T15:58:33.121Z Compiling progenitor v0.14.0
25382026-07-04T15:58:33.237Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-07-04T15:58:33.282Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-07-04T15:58:33.313Z Compiling peg v0.8.5
25412026-07-04T15:58:33.416Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-07-04T15:58:33.467Z Compiling bcs v0.1.6
25432026-07-04T15:58:33.956Z Compiling nom v8.0.0
25442026-07-04T15:58:34.030Z Compiling semver v0.1.20
25452026-07-04T15:58:34.350Z Compiling rustc_version v0.1.7
25462026-07-04T15:58:34.602Z Compiling newtype_derive v0.1.6
25472026-07-04T15:58:34.854Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-04T15:58:35.115Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-04T15:58:35.204Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-07-04T15:58:35.395Z Compiling smawk v0.3.2
25512026-07-04T15:58:35.520Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25522026-07-04T15:58:35.604Z Compiling unicode-linebreak v0.1.5
25532026-07-04T15:58:35.935Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25542026-07-04T15:58:36.026Z Compiling textwrap v0.16.2
25552026-07-04T15:58:36.071Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-04T15:58:36.226Z Compiling steno v0.4.1
25572026-07-04T15:58:36.404Z Compiling base64 v0.21.7
25582026-07-04T15:58:36.838Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-07-04T15:58:37.169Z Compiling dropshot-api-manager-types v0.7.2
25602026-07-04T15:58:37.567Z Compiling sha1 v0.10.6
25612026-07-04T15:58:37.771Z Compiling tagptr v0.2.0
25622026-07-04T15:58:37.811Z Compiling utf-8 v0.7.6
25632026-07-04T15:58:37.980Z Compiling moka v0.12.13
25642026-07-04T15:58:38.045Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-07-04T15:58:38.067Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-04T15:58:38.223Z Compiling tungstenite v0.21.0
25672026-07-04T15:58:38.256Z Compiling display-error-chain v0.2.2
25682026-07-04T15:58:38.406Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-04T15:58:38.450Z Compiling radium v0.7.0
25702026-07-04T15:58:38.546Z Compiling tap v1.0.1
25712026-07-04T15:58:38.704Z Compiling maybe-uninit v2.0.0
25722026-07-04T15:58:39.036Z Compiling tokio-tungstenite v0.21.0
25732026-07-04T15:58:39.169Z Compiling wyz v0.5.1
25742026-07-04T15:58:39.382Z Compiling hickory-resolver v0.25.2
25752026-07-04T15:58:39.471Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25762026-07-04T15:58:39.494Z Compiling vergen-lib v0.1.6
25772026-07-04T15:58:39.497Z Compiling zerocopy-derive v0.6.6
25782026-07-04T15:58:39.746Z Compiling crc-catalog v2.4.0
25792026-07-04T15:58:39.879Z Compiling funty v2.0.0
25802026-07-04T15:58:40.362Z Compiling diesel_derives v2.3.7
25812026-07-04T15:58:40.535Z Compiling packed_struct v0.10.1
25822026-07-04T15:58:40.621Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-07-04T15:58:40.941Z Compiling zerocopy v0.6.6
25842026-07-04T15:58:40.968Z Compiling bitvec v1.0.1
25852026-07-04T15:58:41.349Z Compiling crc v3.4.0
25862026-07-04T15:58:41.584Z Compiling scheduled-thread-pool v0.2.7
25872026-07-04T15:58:41.750Z Compiling dsl_auto_type v0.2.0
25882026-07-04T15:58:42.229Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-07-04T15:58:42.316Z Compiling packed_struct_codegen v0.10.1
25902026-07-04T15:58:42.503Z Compiling vergen-gitcl v1.0.8
25912026-07-04T15:58:42.761Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-04T15:58:42.831Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-07-04T15:58:42.901Z Compiling diesel_table_macro_syntax v0.3.0
25942026-07-04T15:58:42.938Z Compiling bitfield-macros v0.19.4
25952026-07-04T15:58:43.082Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-04T15:58:43.168Z Compiling dirs-sys-next v0.1.2
25972026-07-04T15:58:43.448Z Compiling indexmap v1.9.3
25982026-07-04T15:58:43.472Z Compiling nodrop v0.1.14
25992026-07-04T15:58:43.573Z Compiling glob v0.3.3
26002026-07-04T15:58:43.604Z Compiling maplit v1.0.2
26012026-07-04T15:58:43.720Z Compiling crunchy v0.2.4
26022026-07-04T15:58:43.741Z Compiling bitfield v0.19.4
26032026-07-04T15:58:43.796Z Compiling proc-macro-error2 v2.0.1
26042026-07-04T15:58:43.961Z Compiling clang-sys v1.8.1
26052026-07-04T15:58:44.075Z Compiling array-init v0.0.4
26062026-07-04T15:58:44.131Z Compiling dirs-next v2.0.0
26072026-07-04T15:58:44.422Z Compiling r2d2 v0.8.10
26082026-07-04T15:58:44.489Z Compiling smallvec v0.6.14
26092026-07-04T15:58:44.769Z Compiling num-derive v0.3.3
26102026-07-04T15:58:44.801Z Compiling downcast-rs v2.0.2
26112026-07-04T15:58:44.975Z Compiling tiny-keccak v2.0.2
26122026-07-04T15:58:45.041Z Compiling hashbrown v0.12.3
26132026-07-04T15:58:45.254Z Compiling serde-hex v0.1.0
26142026-07-04T15:58:45.480Z Compiling term v0.7.0
26152026-07-04T15:58:45.670Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-07-04T15:58:45.694Z Compiling tabled_derive v0.11.0
26172026-07-04T15:58:45.766Z Compiling libscf-sys v1.1.0
26182026-07-04T15:58:45.843Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-07-04T15:58:45.950Z Compiling ron v0.8.1
26202026-07-04T15:58:46.010Z Compiling papergrid v0.17.0
26212026-07-04T15:58:46.093Z Compiling testing_table v0.3.0
26222026-07-04T15:58:46.269Z Compiling hashbrown v0.13.2
26232026-07-04T15:58:46.362Z Compiling crc-any v2.5.0
26242026-07-04T15:58:46.559Z Compiling bit-vec v0.6.3
26252026-07-04T15:58:46.809Z Compiling object v0.30.4
26262026-07-04T15:58:46.809Z Compiling bit-set v0.5.3
26272026-07-04T15:58:46.850Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-04T15:58:46.876Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-07-04T15:58:47.014Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26302026-07-04T15:58:47.552Z Compiling tabled v0.20.0
26312026-07-04T15:58:47.645Z Compiling ascii-canvas v3.0.0
26322026-07-04T15:58:47.834Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26332026-07-04T15:58:47.929Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-04T15:58:48.442Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-04T15:58:48.529Z Compiling progenitor-impl v0.13.0
26362026-07-04T15:58:49.098Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-04T15:58:49.122Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-04T15:58:49.294Z Compiling diesel v2.3.7
26392026-07-04T15:58:49.317Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26402026-07-04T15:58:49.349Z Compiling itertools v0.10.5
26412026-07-04T15:58:49.371Z Compiling ena v0.14.4
26422026-07-04T15:58:49.499Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-04T15:58:49.623Z Compiling libloading v0.8.9
26442026-07-04T15:58:49.757Z Compiling path-slash v0.1.5
26452026-07-04T15:58:49.865Z Compiling bindgen v0.71.1
26462026-07-04T15:58:49.956Z Compiling xshell-macros v0.2.7
26472026-07-04T15:58:50.181Z Compiling diff v0.1.13
26482026-07-04T15:58:50.390Z Compiling regex-syntax v0.6.29
26492026-07-04T15:58:50.456Z Compiling unicase v2.9.0
26502026-07-04T15:58:50.535Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-07-04T15:58:50.755Z Compiling xshell v0.2.7
26522026-07-04T15:58:50.815Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-07-04T15:58:50.915Z Compiling progenitor-macro v0.13.0
26542026-07-04T15:58:51.998Z Compiling lalrpop v0.19.12
26552026-07-04T15:58:52.360Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-04T15:58:53.188Z Compiling cexpr v0.6.0
26572026-07-04T15:58:53.900Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-04T15:58:54.153Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-04T15:58:54.639Z Compiling progenitor-client v0.13.0
26602026-07-04T15:58:55.154Z Compiling rustc-hash v2.1.1
26612026-07-04T15:58:55.216Z Compiling progenitor v0.13.0
26622026-07-04T15:58:55.344Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-07-04T15:58:55.682Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-07-04T15:58:56.022Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-07-04T15:58:56.534Z Compiling headers-core v0.3.0
26662026-07-04T15:58:56.638Z Compiling libxml v0.3.3
26672026-07-04T15:58:56.707Z Compiling crc8 v0.1.1
26682026-07-04T15:58:56.853Z Compiling headers v0.4.1
26692026-07-04T15:58:56.877Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-04T15:58:56.901Z Compiling strum_macros v0.24.3
26712026-07-04T15:58:56.986Z Compiling indoc v1.0.9
26722026-07-04T15:58:57.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-04T15:58:57.193Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-04T15:58:57.449Z Compiling git-stub v1.0.0
26752026-07-04T15:58:57.471Z Compiling derive_builder v0.20.2
26762026-07-04T15:58:57.643Z Compiling quick-xml v0.37.5
26772026-07-04T15:58:57.721Z Compiling oso-derive v0.27.3
26782026-07-04T15:58:58.011Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-04T15:58:58.237Z Compiling openssl-probe v0.1.6
26802026-07-04T15:58:58.310Z Compiling git-stub-vcs v0.1.0
26812026-07-04T15:58:58.589Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-04T15:58:58.616Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-04T15:58:58.712Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-04T15:58:58.962Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-07-04T15:58:59.018Z Compiling bb8 v0.8.6
26862026-07-04T15:58:59.371Z Compiling trait-variant v0.1.2
26872026-07-04T15:58:59.392Z Compiling half v1.8.3
26882026-07-04T15:58:59.445Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-07-04T15:58:59.690Z Compiling serde_cbor v0.11.2
26902026-07-04T15:58:59.851Z Compiling polar-core v0.27.3
26912026-07-04T15:58:59.912Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-07-04T15:58:59.970Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-04T15:59:00.205Z Compiling samael v0.0.19
26942026-07-04T15:59:00.436Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-07-04T15:59:00.542Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-07-04T15:59:00.778Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-07-04T15:59:00.892Z Compiling nonempty v0.12.0
26982026-07-04T15:59:01.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-07-04T15:59:01.134Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-04T15:59:01.292Z Compiling fxhash v0.2.1
27012026-07-04T15:59:01.478Z Compiling libz-sys v1.1.24
27022026-07-04T15:59:01.914Z Compiling salty v0.3.0
27032026-07-04T15:59:02.249Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-04T15:59:02.292Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-04T15:59:02.371Z Compiling kstat-rs v0.2.4
27062026-07-04T15:59:02.595Z Compiling arc-swap v1.8.2
27072026-07-04T15:59:02.878Z Compiling fs-err v2.11.0
27082026-07-04T15:59:03.224Z Compiling mime_guess v2.0.5
27092026-07-04T15:59:03.280Z Compiling slog-scope v4.4.1
27102026-07-04T15:59:03.624Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-04T15:59:03.771Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-04T15:59:03.880Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-07-04T15:59:04.380Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-07-04T15:59:04.726Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-04T15:59:05.040Z Compiling rfc6979 v0.4.0
27162026-07-04T15:59:05.157Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-07-04T15:59:05.242Z Compiling nanorand v0.7.0
27182026-07-04T15:59:05.648Z Compiling darling_core v0.23.0
27192026-07-04T15:59:05.698Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-04T15:59:05.773Z Compiling parking_lot_core v0.8.6
27212026-07-04T15:59:06.113Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-04T15:59:06.529Z Compiling flume v0.11.1
27232026-07-04T15:59:06.957Z Compiling ecdsa v0.16.9
27242026-07-04T15:59:07.666Z Compiling async-bb8-diesel v0.2.1
27252026-07-04T15:59:07.695Z Compiling diesel-dtrace v0.5.0
27262026-07-04T15:59:08.006Z Compiling darling_macro v0.23.0
27272026-07-04T15:59:08.028Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-07-04T15:59:08.223Z Compiling slog-stdlog v4.1.1
27292026-07-04T15:59:08.737Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-07-04T15:59:08.770Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-07-04T15:59:08.791Z Compiling primeorder v0.13.6
27322026-07-04T15:59:08.870Z Compiling atty v0.2.14
27332026-07-04T15:59:09.032Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-07-04T15:59:09.126Z Compiling strsim v0.10.0
27352026-07-04T15:59:09.285Z Compiling instability v0.3.11
27362026-07-04T15:59:09.448Z Compiling oso v0.27.3
27372026-07-04T15:59:09.540Z Compiling http-range v0.1.5
27382026-07-04T15:59:09.888Z Compiling parse-size v1.1.0
27392026-07-04T15:59:10.111Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-04T15:59:10.165Z Compiling darling_core v0.13.4
27412026-07-04T15:59:11.367Z Compiling p384 v0.13.1
27422026-07-04T15:59:11.923Z Compiling darling v0.23.0
27432026-07-04T15:59:12.039Z Compiling slog-envlogger v2.2.0
27442026-07-04T15:59:13.258Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-04T15:59:13.662Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-04T15:59:14.694Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-04T15:59:16.157Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27482026-07-04T15:59:16.384Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27492026-07-04T15:59:17.177Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-04T15:59:17.330Z Compiling ignore v0.4.25
27512026-07-04T15:59:17.585Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-04T15:59:18.163Z Compiling castaway v0.2.4
27532026-07-04T15:59:18.328Z Compiling vergen-git2 v9.1.0
27542026-07-04T15:59:18.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-04T15:59:18.856Z Compiling indoc v2.0.7
27562026-07-04T15:59:18.982Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-04T15:59:19.096Z Compiling compact_str v0.8.1
27582026-07-04T15:59:19.835Z Compiling globwalk v0.9.1
27592026-07-04T15:59:20.153Z Compiling parking_lot v0.11.2
27602026-07-04T15:59:20.297Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-07-04T15:59:20.540Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-04T15:59:20.872Z Compiling hyper-staticfile v0.10.1
27632026-07-04T15:59:20.974Z Compiling darling_macro v0.13.4
27642026-07-04T15:59:21.459Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-04T15:59:21.541Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-04T15:59:21.564Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-04T15:59:22.063Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27682026-07-04T15:59:22.136Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-07-04T15:59:22.158Z Compiling predicates-tree v1.0.13
27702026-07-04T15:59:22.182Z Compiling unicode-truncate v1.1.0
27712026-07-04T15:59:22.381Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-04T15:59:22.404Z Compiling lru v0.12.5
27732026-07-04T15:59:22.473Z Compiling rand_seeder v0.4.0
27742026-07-04T15:59:22.637Z Compiling prefix-trie v0.7.0
27752026-07-04T15:59:22.640Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-04T15:59:22.678Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-04T15:59:22.682Z Compiling illumos-nvpair-sys v0.2.0
27782026-07-04T15:59:22.737Z Compiling cassowary v0.3.0
27792026-07-04T15:59:22.956Z Compiling corncobs v0.1.4
27802026-07-04T15:59:23.037Z Compiling ratatui v0.29.0
27812026-07-04T15:59:23.146Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-04T15:59:23.168Z Compiling hickory-server v0.25.2
27832026-07-04T15:59:23.246Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-04T15:59:23.492Z Compiling camino-tempfile-ext v0.3.3
27852026-07-04T15:59:23.571Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-04T15:59:23.919Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27872026-07-04T15:59:24.101Z Compiling darling v0.13.4
27882026-07-04T15:59:24.141Z Compiling sled v0.34.7
27892026-07-04T15:59:24.426Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-04T15:59:24.477Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-04T15:59:25.510Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-04T15:59:26.818Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-04T15:59:27.422Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-07-04T15:59:27.631Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27952026-07-04T15:59:27.665Z Compiling secrecy v0.8.0
27962026-07-04T15:59:27.875Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-04T15:59:28.359Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-04T15:59:28.503Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-04T15:59:28.954Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-04T15:59:29.069Z Compiling serde_with_macros v1.5.2
28012026-07-04T15:59:30.183Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-04T15:59:30.429Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-04T15:59:30.675Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-04T15:59:30.901Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-07-04T15:59:31.151Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28062026-07-04T15:59:31.403Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-07-04T15:59:31.656Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-07-04T15:59:31.896Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-04T15:59:31.919Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-07-04T15:59:32.154Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-04T15:59:32.176Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-04T15:59:32.414Z Compiling git2 v0.20.4
28132026-07-04T15:59:32.461Z Compiling void v1.0.2
28142026-07-04T15:59:32.615Z Compiling lzss v0.8.2
28152026-07-04T15:59:33.104Z Compiling illumos-nvpair v0.3.0
28162026-07-04T15:59:33.638Z Compiling serde_with v1.14.0
28172026-07-04T15:59:33.685Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-04T15:59:34.074Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28192026-07-04T15:59:34.456Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-07-04T15:59:35.280Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-04T15:59:35.503Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-04T15:59:35.637Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28232026-07-04T15:59:36.914Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-04T15:59:37.577Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-04T15:59:38.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-04T15:59:38.369Z Compiling tungstenite v0.23.0
28272026-07-04T15:59:38.618Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-04T15:59:38.684Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-04T15:59:40.183Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-07-04T15:59:40.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-07-04T15:59:40.693Z Compiling nix v0.27.1
28322026-07-04T15:59:40.824Z Compiling twox-hash v2.1.2
28332026-07-04T15:59:40.898Z Compiling serde_bytes v0.11.19
28342026-07-04T15:59:40.984Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-07-04T15:59:41.134Z Compiling tokio-tungstenite v0.23.1
28362026-07-04T15:59:41.219Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28372026-07-04T15:59:41.351Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-07-04T15:59:41.401Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-07-04T15:59:41.539Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-04T15:59:41.918Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-04T15:59:43.358Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-04T15:59:44.042Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-04T15:59:45.611Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-04T15:59:46.003Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-04T15:59:46.083Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28462026-07-04T15:59:46.315Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-04T15:59:46.566Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28482026-07-04T15:59:46.970Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-07-04T15:59:47.135Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28502026-07-04T15:59:47.276Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-04T15:59:47.679Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-07-04T15:59:48.268Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-07-04T15:59:48.805Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-07-04T15:59:50.638Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-07-04T15:59:50.827Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28562026-07-04T15:59:52.786Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28572026-07-04T15:59:53.057Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-07-04T15:59:53.854Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-07-04T15:59:54.067Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-04T15:59:54.098Z Compiling signal-hook-tokio v0.3.1
28612026-07-04T15:59:54.304Z Compiling fatfs v0.3.6
28622026-07-04T15:59:54.445Z Compiling yasna v0.5.2
28632026-07-04T15:59:54.881Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-04T15:59:54.907Z Compiling seq-macro v0.3.6
28652026-07-04T15:59:55.143Z Compiling is_ci v1.2.0
28662026-07-04T15:59:55.377Z Compiling assert_matches v1.5.0
28672026-07-04T15:59:55.493Z Compiling supports-color v3.0.2
28682026-07-04T15:59:55.515Z Compiling rcgen v0.12.1
28692026-07-04T15:59:55.702Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-04T15:59:56.202Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-04T15:59:56.502Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-04T15:59:58.980Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-07-04T15:59:59.241Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-04T15:59:59.503Z Compiling subprocess v0.2.15
28752026-07-04T16:00:00.370Z Compiling rtoolbox v0.0.3
28762026-07-04T16:00:00.486Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28772026-07-04T16:00:00.678Z Compiling rpassword v7.4.0
28782026-07-04T16:00:00.791Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-07-04T16:00:01.018Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-07-04T16:00:01.929Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-07-04T16:00:02.737Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-07-04T16:00:02.882Z Compiling tui-tree-widget v0.23.1
28832026-07-04T16:00:03.181Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-07-04T16:00:04.654Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-07-04T16:00:05.165Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-07-04T16:00:05.426Z Compiling uzers v0.12.2
28872026-07-04T16:00:06.201Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-04T16:00:06.250Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-07-04T16:00:07.344Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-07-04T16:00:08.078Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-07-04T16:00:09.827Z Compiling support-bundle-viewer v0.1.2
28922026-07-04T16:00:10.823Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-04T16:00:11.891Z Compiling multimap v0.10.1
28942026-07-04T16:00:24.821Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-07-04T16:00:33.592Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-07-04T16:00:35.718Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-07-04T16:00:35.963Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-07-04T16:00:38.883Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-07-04T16:07:27.986Z Finished `release` profile [optimized] target(s) in 9m 10s
29002026-07-04T16:08:18.012Z
29012026-07-04T16:08:18.012Zreal 10:01.486658779
29022026-07-04T16:08:18.012Zuser 1:24:09.486496999
29032026-07-04T16:08:18.012Zsys 3:38.662201948
29042026-07-04T16:08:18.012Ztrap 1.902623921
29052026-07-04T16:08:18.016Ztflt 2.832100115
29062026-07-04T16:08:18.016Zdflt 18.238199571
29072026-07-04T16:08:18.016Zkflt 0.112992990
29082026-07-04T16:08:18.016Zlock 7:19:15.389001356
29092026-07-04T16:08:18.016Zslp 2:21:59.381183503
29102026-07-04T16:08:18.016Zlat 2:28.897103842
29112026-07-04T16:08:18.016Zstop 5:09.524831599
29122026-07-04T16:08:18.016Z+ mapfile -t packages
29132026-07-04T16:08:18.016Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-07-04T16:08:18.927Z Finished `release` profile [optimized] target(s) in 0.89s
29152026-07-04T16:08:19.001Z Running `target/release/omicron-package -t test list-outputs`
29162026-07-04T16:08:19.060ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-07-04T16:08:19.064Z+ ptime -m cargo build --locked --release -p xtask
29182026-07-04T16:08:19.538Z Compiling libc v0.2.185
29192026-07-04T16:08:19.539Z Compiling serde_core v1.0.228
29202026-07-04T16:08:19.539Z Compiling serde v1.0.228
29212026-07-04T16:08:19.542Z Compiling rustix v1.1.3
29222026-07-04T16:08:19.542Z Compiling bitflags v2.11.0
29232026-07-04T16:08:19.542Z Compiling serde_json v1.0.150
29242026-07-04T16:08:19.693Z Compiling syn v2.0.117
29252026-07-04T16:08:19.693Z Compiling usdt-impl v0.5.0
29262026-07-04T16:08:19.715Z Compiling syn v1.0.109
29272026-07-04T16:08:19.727Z Compiling log v0.4.29
29282026-07-04T16:08:19.730Z Compiling getrandom v0.4.1
29292026-07-04T16:08:19.749Z Compiling indexmap v2.14.0
29302026-07-04T16:08:19.762Z Compiling fs-err v3.3.0
29312026-07-04T16:08:19.963Z Compiling once_cell v1.21.3
29322026-07-04T16:08:20.039Z Compiling heck v0.4.1
29332026-07-04T16:08:20.051Z Compiling anyhow v1.0.102
29342026-07-04T16:08:20.496Z Compiling errno v0.3.14
29352026-07-04T16:08:20.499Z Compiling thread-id v4.2.2
29362026-07-04T16:08:20.499Z Compiling memmap v0.7.0
29372026-07-04T16:08:21.249Z Compiling proc-macro-error v1.0.4
29382026-07-04T16:08:21.501Z Compiling tabled_derive v0.7.0
29392026-07-04T16:08:21.512Z Compiling terminal_size v0.4.3
29402026-07-04T16:08:21.515Z Compiling tempfile v3.25.0
29412026-07-04T16:08:21.612Z Compiling clap_builder v4.6.0
29422026-07-04T16:08:21.612Z Compiling textwrap v0.16.2
29432026-07-04T16:08:21.973Z Compiling pest_generator v2.8.6
29442026-07-04T16:08:21.998Z Compiling camino v1.2.2
29452026-07-04T16:08:22.034Z Compiling cargo-platform v0.3.2
29462026-07-04T16:08:22.046Z Compiling semver v1.0.28
29472026-07-04T16:08:22.262Z Compiling tabled v0.15.0
29482026-07-04T16:08:22.318Z Compiling camino-tempfile v1.4.1
29492026-07-04T16:08:22.539Z Compiling serde_derive v1.0.228
29502026-07-04T16:08:22.543Z Compiling thiserror-impl v1.0.69
29512026-07-04T16:08:22.543Z Compiling zerocopy-derive v0.7.35
29522026-07-04T16:08:22.543Z Compiling scroll_derive v0.12.1
29532026-07-04T16:08:22.543Z Compiling thiserror-impl v2.0.18
29542026-07-04T16:08:22.543Z Compiling clap_derive v4.6.1
29552026-07-04T16:08:22.549Z Compiling pest_derive v2.8.6
29562026-07-04T16:08:23.336Z Compiling scroll v0.12.0
29572026-07-04T16:08:23.500Z Compiling zerocopy v0.7.35
29582026-07-04T16:08:23.625Z Compiling goblin v0.8.2
29592026-07-04T16:08:23.786Z Compiling thiserror v1.0.69
29602026-07-04T16:08:23.906Z Compiling dtrace-parser v0.2.0
29612026-07-04T16:08:24.121Z Compiling thiserror v2.0.18
29622026-07-04T16:08:24.350Z Compiling clap v4.6.1
29632026-07-04T16:08:26.062Z Compiling dof v0.3.0
29642026-07-04T16:08:26.152Z Compiling toml_datetime v0.6.11
29652026-07-04T16:08:26.169Z Compiling serde_spanned v0.6.9
29662026-07-04T16:08:26.180Z Compiling serde_tokenstream v0.2.3
29672026-07-04T16:08:26.183Z Compiling macaddr v1.0.1
29682026-07-04T16:08:26.218Z Compiling cargo_metadata v0.23.1
29692026-07-04T16:08:26.229Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-04T16:08:26.358Z Compiling toml_edit v0.22.27
29712026-07-04T16:08:26.815Z Compiling usdt-attr-macro v0.5.0
29722026-07-04T16:08:26.815Z Compiling usdt-macro v0.5.0
29732026-07-04T16:08:27.510Z Compiling usdt v0.5.0
29742026-07-04T16:08:28.044Z Compiling toml v0.8.23
29752026-07-04T16:08:28.500Z Compiling cargo_toml v0.21.0
29762026-07-04T16:08:33.101Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29772026-07-04T16:08:36.162Z Finished `release` profile [optimized] target(s) in 17.08s
29782026-07-04T16:08:36.269Z
29792026-07-04T16:08:36.269Zreal 17.171686241
29802026-07-04T16:08:36.269Zuser 2:14.677679532
29812026-07-04T16:08:36.269Zsys 14.789054193
29822026-07-04T16:08:36.270Ztrap 0.068502485
29832026-07-04T16:08:36.270Ztflt 0.636387225
29842026-07-04T16:08:36.273Zdflt 1.774007539
29852026-07-04T16:08:36.273Zkflt 0.000041930
29862026-07-04T16:08:36.273Zlock 4:46.289173018
29872026-07-04T16:08:36.273Zslp 2:53.889777550
29882026-07-04T16:08:36.273Zlat 4.562199255
29892026-07-04T16:08:36.273Zstop 15.074833010
29902026-07-04T16:08:36.273Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-04T16:08:36.273Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-04T16:08:36.273Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-04T16:08:36.273Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-04T16:08:36.273Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29952026-07-04T16:08:37.204Z Compiling progenitor-client v0.14.0
29962026-07-04T16:08:37.204Z Compiling newtype-uuid-macros v0.1.0
29972026-07-04T16:08:37.204Z Compiling match_cfg v0.1.0
29982026-07-04T16:08:37.204Z Compiling slog-json v2.6.1
29992026-07-04T16:08:37.207Z Compiling structmeta-derive v0.3.0
30002026-07-04T16:08:37.207Z Compiling sha1 v0.11.0
30012026-07-04T16:08:37.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-04T16:08:37.207Z Compiling multer v3.1.0
30032026-07-04T16:08:37.207Z Compiling debug-ignore v1.0.5
30042026-07-04T16:08:37.207Z Compiling compression-core v0.4.31
30052026-07-04T16:08:37.207Z Compiling atomicwrites v0.4.4
30062026-07-04T16:08:37.355Z Compiling itertools v0.14.0
30072026-07-04T16:08:37.358Z Compiling async-stream-impl v0.3.6
30082026-07-04T16:08:37.373Z Compiling toml_datetime v1.1.1+spec-1.1.0
30092026-07-04T16:08:37.386Z Compiling serde_spanned v1.1.1
30102026-07-04T16:08:37.402Z Compiling dropshot v0.17.1
30112026-07-04T16:08:37.430Z Compiling hostname v0.3.1
30122026-07-04T16:08:37.643Z Compiling compression-codecs v0.4.37
30132026-07-04T16:08:37.647Z Compiling toml_writer v1.1.1+spec-1.1.0
30142026-07-04T16:08:37.647Z Compiling waitgroup v0.1.2
30152026-07-04T16:08:37.647Z Compiling rustls-pemfile v2.2.0
30162026-07-04T16:08:37.708Z Compiling dropshot_endpoint v0.17.1
30172026-07-04T16:08:37.711Z Compiling hostname v0.4.2
30182026-07-04T16:08:37.712Z Compiling serde_path_to_error v0.1.20
30192026-07-04T16:08:37.834Z Compiling slog-bunyan v2.5.0
30202026-07-04T16:08:37.873Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-04T16:08:37.876Z Compiling async-compression v0.4.41
30222026-07-04T16:08:37.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30232026-07-04T16:08:37.926Z Compiling macaddr v1.0.1
30242026-07-04T16:08:37.955Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30252026-07-04T16:08:37.977Z Compiling instant v0.1.13
30262026-07-04T16:08:37.980Z Compiling regress v0.10.5
30272026-07-04T16:08:38.013Z Compiling backon v1.6.0
30282026-07-04T16:08:38.034Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-07-04T16:08:38.111Z Compiling async-stream v0.3.6
30302026-07-04T16:08:38.111Z Compiling backoff v0.4.0
30312026-07-04T16:08:38.147Z Compiling humantime v2.3.0
30322026-07-04T16:08:38.150Z Compiling regress v0.11.1
30332026-07-04T16:08:38.195Z Compiling progenitor-extras v0.2.0
30342026-07-04T16:08:38.247Z Compiling half v2.7.1
30352026-07-04T16:08:38.265Z Compiling crucible-workspace-hack v0.1.0
30362026-07-04T16:08:38.319Z Compiling ciborium-io v0.2.2
30372026-07-04T16:08:38.361Z Compiling convert_case v0.4.0
30382026-07-04T16:08:38.378Z Compiling secrecy v0.10.3
30392026-07-04T16:08:38.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-04T16:08:38.450Z Compiling unsafe-libyaml v0.2.11
30412026-07-04T16:08:38.468Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30422026-07-04T16:08:38.487Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-07-04T16:08:38.506Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30442026-07-04T16:08:38.541Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-07-04T16:08:38.562Z Compiling ciborium-ll v0.2.2
30462026-07-04T16:08:38.599Z Compiling inout v0.1.4
30472026-07-04T16:08:38.614Z Compiling thiserror-impl-no-std v2.0.2
30482026-07-04T16:08:38.674Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30492026-07-04T16:08:38.705Z Compiling universal-hash v0.5.1
30502026-07-04T16:08:38.771Z Compiling derive_more v0.99.20
30512026-07-04T16:08:38.795Z Compiling ciborium v0.2.2
30522026-07-04T16:08:38.813Z Compiling structmeta v0.3.0
30532026-07-04T16:08:38.829Z Compiling cipher v0.4.4
30542026-07-04T16:08:38.850Z Compiling opaque-debug v0.3.1
30552026-07-04T16:08:38.868Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-07-04T16:08:38.887Z Compiling byte-wrapper v0.1.0
30572026-07-04T16:08:38.890Z Compiling blake2 v0.10.6
30582026-07-04T16:08:38.941Z Compiling poly1305 v0.8.0
30592026-07-04T16:08:39.064Z Compiling derive-ex v0.1.8
30602026-07-04T16:08:39.116Z Compiling parse-display-derive v0.10.0
30612026-07-04T16:08:39.218Z Compiling serde_yaml v0.9.34+deprecated
30622026-07-04T16:08:39.254Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30632026-07-04T16:08:39.277Z Compiling chacha20 v0.9.1
30642026-07-04T16:08:39.303Z Compiling aead v0.5.2
30652026-07-04T16:08:39.420Z Compiling password-hash v0.5.0
30662026-07-04T16:08:39.438Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-04T16:08:39.530Z Compiling chacha20poly1305 v0.10.1
30682026-07-04T16:08:39.553Z Compiling indent_write v2.2.0
30692026-07-04T16:08:39.581Z Compiling heapless v0.8.0
30702026-07-04T16:08:39.712Z Compiling argon2 v0.5.3
30712026-07-04T16:08:39.733Z Compiling toml_edit v0.23.10+spec-1.0.0
30722026-07-04T16:08:39.737Z Compiling ingot-macros v0.1.1
30732026-07-04T16:08:39.770Z Compiling tabwriter v1.4.1
30742026-07-04T16:08:39.880Z Compiling typify-impl v0.6.2
30752026-07-04T16:08:39.973Z Compiling thiserror-no-std v2.0.2
30762026-07-04T16:08:40.045Z Compiling hash32 v0.3.1
30772026-07-04T16:08:40.093Z Compiling vsss-rs v3.3.4
30782026-07-04T16:08:40.160Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792026-07-04T16:08:40.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-07-04T16:08:40.478Z Compiling proc-macro-crate v3.4.0
30812026-07-04T16:08:40.511Z Compiling smoltcp v0.11.0
30822026-07-04T16:08:40.937Z Compiling cobs v0.3.0
30832026-07-04T16:08:40.956Z Compiling test-strategy v0.4.5
30842026-07-04T16:08:40.992Z Compiling colored v3.1.1
30852026-07-04T16:08:41.013Z Compiling parse-display v0.10.0
30862026-07-04T16:08:41.030Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30872026-07-04T16:08:41.104Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-04T16:08:41.178Z Compiling num_enum_derive v0.7.6
30892026-07-04T16:08:41.229Z Compiling postcard v1.1.3
30902026-07-04T16:08:41.355Z Compiling proc-macro-error v1.0.4
30912026-07-04T16:08:41.372Z Compiling proc-macro-crate v1.3.1
30922026-07-04T16:08:41.411Z Compiling rand v0.10.1
30932026-07-04T16:08:41.429Z Compiling foreign-types-macros v0.2.3
30942026-07-04T16:08:41.529Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-04T16:08:41.650Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30962026-07-04T16:08:41.670Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-07-04T16:08:41.741Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30982026-07-04T16:08:41.745Z Compiling rayon-core v1.13.0
30992026-07-04T16:08:41.787Z Compiling foreign-types-shared v0.3.1
31002026-07-04T16:08:41.894Z Compiling num_enum_derive v0.5.11
31012026-07-04T16:08:41.993Z Compiling crossbeam-deque v0.8.6
31022026-07-04T16:08:42.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-04T16:08:42.067Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-04T16:08:42.083Z Compiling cstr-argument v0.1.2
31052026-07-04T16:08:42.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-04T16:08:42.188Z Compiling foreign-types v0.5.0
31072026-07-04T16:08:42.277Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-07-04T16:08:42.300Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31092026-07-04T16:08:42.384Z Compiling zone_cfg_derive v0.3.1
31102026-07-04T16:08:42.404Z Compiling num_enum v0.7.6
31112026-07-04T16:08:42.490Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31122026-07-04T16:08:42.566Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31132026-07-04T16:08:42.584Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-07-04T16:08:42.601Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31152026-07-04T16:08:42.626Z Compiling itertools v0.12.1
31162026-07-04T16:08:42.664Z Compiling rayon v1.11.0
31172026-07-04T16:08:42.683Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31182026-07-04T16:08:42.733Z Compiling num-derive v0.4.2
31192026-07-04T16:08:42.810Z Compiling sigpipe v0.1.3
31202026-07-04T16:08:42.847Z Compiling cpubits v0.1.1
31212026-07-04T16:08:42.892Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31222026-07-04T16:08:42.927Z Compiling glob v0.3.3
31232026-07-04T16:08:42.949Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-04T16:08:42.966Z Compiling ingot-types v0.1.2
31252026-07-04T16:08:42.985Z Compiling smf v0.2.3
31262026-07-04T16:08:43.100Z Compiling num_enum v0.5.11
31272026-07-04T16:08:43.159Z Compiling whoami v1.6.1
31282026-07-04T16:08:43.181Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31292026-07-04T16:08:43.237Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31302026-07-04T16:08:43.255Z Compiling usdt-attr-macro v0.5.0
31312026-07-04T16:08:43.259Z Compiling usdt-macro v0.5.0
31322026-07-04T16:08:43.331Z Compiling gethostname v0.5.0
31332026-07-04T16:08:43.382Z Compiling ingot v0.1.1
31342026-07-04T16:08:43.486Z Compiling num-rational v0.4.2
31352026-07-04T16:08:43.504Z Compiling pem-rfc7468 v1.0.0
31362026-07-04T16:08:43.575Z Compiling num-complex v0.4.6
31372026-07-04T16:08:43.593Z Compiling memmap v0.7.0
31382026-07-04T16:08:43.752Z Compiling derive-where v1.6.0
31392026-07-04T16:08:43.811Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-04T16:08:43.829Z Compiling float-ord v0.3.2
31412026-07-04T16:08:43.856Z Compiling toml v0.8.23
31422026-07-04T16:08:43.980Z Compiling zone v0.3.1
31432026-07-04T16:08:44.003Z Compiling num v0.4.3
31442026-07-04T16:08:44.025Z Compiling hmac v0.13.0
31452026-07-04T16:08:44.104Z Compiling universal-hash v0.6.1
31462026-07-04T16:08:44.136Z Compiling resolv-conf v0.7.6
31472026-07-04T16:08:44.159Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-04T16:08:44.182Z Compiling usdt v0.5.0
31492026-07-04T16:08:44.245Z Compiling cancel-safe-futures v0.1.5
31502026-07-04T16:08:44.249Z Compiling owo-colors v4.3.0
31512026-07-04T16:08:44.280Z Compiling polyval v0.7.1
31522026-07-04T16:08:44.322Z Compiling der v0.8.0
31532026-07-04T16:08:44.433Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31542026-07-04T16:08:44.496Z Compiling libsw-core v0.3.2
31552026-07-04T16:08:44.533Z Compiling prettyplease v0.2.37
31562026-07-04T16:08:44.577Z Compiling ghash v0.6.0
31572026-07-04T16:08:44.580Z Compiling pbkdf2 v0.13.0
31582026-07-04T16:08:44.613Z Compiling aes v0.9.1
31592026-07-04T16:08:44.699Z Compiling libsw v3.5.0
31602026-07-04T16:08:44.742Z Compiling console v0.15.11
31612026-07-04T16:08:44.745Z Compiling hickory-proto v0.24.4
31622026-07-04T16:08:44.780Z Compiling newline-converter v0.3.0
31632026-07-04T16:08:44.831Z Compiling typify-macro v0.6.2
31642026-07-04T16:08:44.855Z Compiling ctr v0.10.1
31652026-07-04T16:08:44.910Z Compiling aead v0.6.1
31662026-07-04T16:08:44.928Z Compiling sha2 v0.11.0
31672026-07-04T16:08:44.948Z Compiling libefi-sys v0.1.0
31682026-07-04T16:08:45.065Z Compiling linked-hash-map v0.5.6
31692026-07-04T16:08:45.105Z Compiling linear-map v1.2.0
31702026-07-04T16:08:45.122Z Compiling expectorate v1.2.0
31712026-07-04T16:08:45.206Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31722026-07-04T16:08:45.253Z Compiling lru-cache v0.1.2
31732026-07-04T16:08:45.295Z Compiling spki v0.8.0
31742026-07-04T16:08:45.320Z Compiling aes-gcm v0.11.0
31752026-07-04T16:08:45.408Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-04T16:08:45.426Z Compiling crypto-bigint v0.7.5
31772026-07-04T16:08:45.442Z Compiling git-stub v1.0.0
31782026-07-04T16:08:45.524Z Compiling salsa20 v0.11.0
31792026-07-04T16:08:45.558Z Compiling cbc v0.2.1
31802026-07-04T16:08:45.576Z Compiling bitfield-struct v0.6.2
31812026-07-04T16:08:45.704Z Compiling nom v8.0.0
31822026-07-04T16:08:45.707Z Compiling semver v0.1.20
31832026-07-04T16:08:45.739Z Compiling scrypt v0.12.0
31842026-07-04T16:08:45.760Z Compiling git-stub-vcs v0.1.0
31852026-07-04T16:08:45.842Z Compiling tokio-dtrace v0.1.1
31862026-07-04T16:08:46.011Z Compiling rustc_version v0.1.7
31872026-07-04T16:08:46.061Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-04T16:08:46.080Z Compiling slog-dtrace v0.3.0
31892026-07-04T16:08:46.176Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-04T16:08:46.283Z Compiling minimal-lexical v0.2.1
31912026-07-04T16:08:46.301Z Compiling newtype_derive v0.1.6
31922026-07-04T16:08:46.336Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-04T16:08:46.421Z Compiling oxide-tokio-rt v0.1.4
31942026-07-04T16:08:46.442Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31952026-07-04T16:08:46.478Z Compiling pkcs5 v0.8.1
31962026-07-04T16:08:46.622Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31972026-07-04T16:08:46.644Z Compiling nom v7.1.3
31982026-07-04T16:08:46.692Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-04T16:08:46.739Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-07-04T16:08:46.757Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32012026-07-04T16:08:46.777Z Compiling phf_shared v0.12.1
32022026-07-04T16:08:46.825Z Compiling csv-core v0.1.13
32032026-07-04T16:08:46.847Z Compiling typify v0.6.2
32042026-07-04T16:08:46.990Z Compiling progenitor-impl v0.14.0
32052026-07-04T16:08:47.009Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32062026-07-04T16:08:47.033Z Compiling highway v1.3.0
32072026-07-04T16:08:47.109Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32082026-07-04T16:08:47.112Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32092026-07-04T16:08:47.143Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32102026-07-04T16:08:47.162Z Compiling hickory-resolver v0.24.4
32112026-07-04T16:08:47.205Z Compiling xshell-macros v0.2.7
32122026-07-04T16:08:47.387Z Compiling unicode-xid v0.2.6
32132026-07-04T16:08:47.462Z Compiling chrono-tz v0.10.4
32142026-07-04T16:08:47.554Z Compiling const_format_proc_macros v0.2.34
32152026-07-04T16:08:47.673Z Compiling xshell v0.2.7
32162026-07-04T16:08:47.728Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172026-07-04T16:08:48.145Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32182026-07-04T16:08:48.174Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32192026-07-04T16:08:48.174Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-07-04T16:08:48.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-07-04T16:08:48.254Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32222026-07-04T16:08:48.273Z Compiling qorb v0.4.1
32232026-07-04T16:08:48.312Z Compiling csv v1.4.0
32242026-07-04T16:08:48.545Z Compiling phf v0.12.1
32252026-07-04T16:08:48.744Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32262026-07-04T16:08:48.837Z Compiling pkcs8 v0.11.0
32272026-07-04T16:08:48.949Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-07-04T16:08:49.112Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32292026-07-04T16:08:49.201Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-07-04T16:08:49.279Z Compiling const_format v0.2.35
32312026-07-04T16:08:49.314Z Compiling tabled_derive v0.7.0
32322026-07-04T16:08:49.332Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-07-04T16:08:49.448Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32342026-07-04T16:08:49.565Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32352026-07-04T16:08:49.623Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-04T16:08:49.646Z Compiling bcs v0.1.6
32372026-07-04T16:08:49.850Z Compiling progenitor-macro v0.14.0
32382026-07-04T16:08:50.018Z Compiling ff v0.14.0
32392026-07-04T16:08:50.096Z Compiling termtree v0.5.1
32402026-07-04T16:08:50.199Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-07-04T16:08:50.280Z Compiling tagptr v0.2.0
32422026-07-04T16:08:50.299Z Compiling salty v0.3.0
32432026-07-04T16:08:50.423Z Compiling textwrap v0.16.2
32442026-07-04T16:08:50.466Z Compiling moka v0.12.13
32452026-07-04T16:08:50.486Z Compiling tabled v0.15.0
32462026-07-04T16:08:50.489Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-07-04T16:08:50.640Z Compiling steno v0.4.1
32482026-07-04T16:08:50.643Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-07-04T16:08:50.673Z Compiling sha1 v0.10.6
32502026-07-04T16:08:50.744Z Compiling signature v3.0.0
32512026-07-04T16:08:50.831Z Compiling base16ct v1.0.0
32522026-07-04T16:08:50.958Z Compiling radium v0.7.0
32532026-07-04T16:08:50.961Z Compiling base64 v0.21.7
32542026-07-04T16:08:50.994Z Compiling sec1 v0.8.1
32552026-07-04T16:08:51.022Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-07-04T16:08:51.061Z Compiling group v0.14.0
32572026-07-04T16:08:51.308Z Compiling hickory-resolver v0.25.2
32582026-07-04T16:08:51.331Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32592026-07-04T16:08:51.350Z Compiling hkdf v0.13.0
32602026-07-04T16:08:51.353Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-04T16:08:51.385Z Compiling rfc6979 v0.4.0
32622026-07-04T16:08:51.403Z Compiling maybe-uninit v2.0.0
32632026-07-04T16:08:51.505Z Compiling tap v1.0.1
32642026-07-04T16:08:51.559Z Compiling elliptic-curve v0.14.0-rc.33
32652026-07-04T16:08:51.596Z Compiling ecdsa v0.16.9
32662026-07-04T16:08:51.652Z Compiling wyz v0.5.1
32672026-07-04T16:08:51.916Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-04T16:08:51.972Z Compiling primeorder v0.13.6
32692026-07-04T16:08:52.078Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-04T16:08:52.111Z Compiling utf-8 v0.7.6
32712026-07-04T16:08:52.290Z Compiling parking_lot_core v0.8.6
32722026-07-04T16:08:52.309Z Compiling funty v2.0.0
32732026-07-04T16:08:52.331Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-07-04T16:08:52.348Z Compiling packed_struct v0.10.1
32752026-07-04T16:08:52.568Z Compiling proc-macro-error2 v2.0.1
32762026-07-04T16:08:52.614Z Compiling tungstenite v0.21.0
32772026-07-04T16:08:52.652Z Compiling p384 v0.13.1
32782026-07-04T16:08:52.716Z Compiling bitvec v1.0.1
32792026-07-04T16:08:52.979Z Compiling rfc6979 v0.5.0
32802026-07-04T16:08:53.055Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-04T16:08:53.088Z Compiling packed_struct_codegen v0.10.1
32822026-07-04T16:08:53.171Z Compiling num-derive v0.3.3
32832026-07-04T16:08:53.314Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-07-04T16:08:53.408Z Compiling bitfield-macros v0.19.4
32852026-07-04T16:08:53.427Z Compiling zerocopy-derive v0.6.6
32862026-07-04T16:08:53.431Z Compiling indexmap v1.9.3
32872026-07-04T16:08:53.464Z Compiling nodrop v0.1.14
32882026-07-04T16:08:53.598Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-07-04T16:08:53.614Z Compiling crc-catalog v2.4.0
32902026-07-04T16:08:53.717Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-07-04T16:08:53.768Z Compiling crc v3.4.0
32922026-07-04T16:08:53.879Z Compiling array-init v0.0.4
32932026-07-04T16:08:53.910Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-04T16:08:53.996Z Compiling tokio-tungstenite v0.21.0
32952026-07-04T16:08:54.027Z Compiling ecdsa v0.17.0-rc.18
32962026-07-04T16:08:54.179Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32972026-07-04T16:08:54.219Z Compiling libscf-sys v1.1.0
32982026-07-04T16:08:54.277Z Compiling bitfield v0.19.4
32992026-07-04T16:08:54.294Z Compiling smallvec v0.6.14
33002026-07-04T16:08:54.354Z Compiling tabled_derive v0.11.0
33012026-07-04T16:08:54.409Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-07-04T16:08:54.442Z Compiling zerocopy v0.6.6
33032026-07-04T16:08:54.480Z Compiling primeorder v0.14.0-rc.10
33042026-07-04T16:08:54.517Z Compiling primefield v0.14.0
33052026-07-04T16:08:54.543Z Compiling progenitor-impl v0.13.0
33062026-07-04T16:08:54.635Z Compiling papergrid v0.17.0
33072026-07-04T16:08:54.652Z Compiling testing_table v0.3.0
33082026-07-04T16:08:54.716Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-04T16:08:54.789Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-04T16:08:54.842Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-04T16:08:54.845Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-04T16:08:54.845Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-04T16:08:54.919Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-04T16:08:54.991Z Compiling hashbrown v0.12.3
33152026-07-04T16:08:55.131Z Compiling illumos-nvpair-sys v0.2.0
33162026-07-04T16:08:55.173Z Compiling unicase v2.9.0
33172026-07-04T16:08:55.209Z Compiling corncobs v0.1.4
33182026-07-04T16:08:55.332Z Compiling progenitor v0.14.0
33192026-07-04T16:08:55.401Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-04T16:08:55.419Z Compiling mime_guess v2.0.5
33212026-07-04T16:08:55.478Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33222026-07-04T16:08:55.496Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-07-04T16:08:55.534Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33242026-07-04T16:08:55.675Z Compiling tabled v0.20.0
33252026-07-04T16:08:55.765Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-04T16:08:55.843Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-07-04T16:08:55.863Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-04T16:08:55.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-07-04T16:08:55.910Z Compiling parking_lot v0.11.2
33302026-07-04T16:08:56.054Z Compiling serde-hex v0.1.0
33312026-07-04T16:08:56.079Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-04T16:08:56.129Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-07-04T16:08:56.300Z Compiling ron v0.8.1
33342026-07-04T16:08:56.347Z Compiling ssh-encoding v0.3.0-rc.9
33352026-07-04T16:08:56.365Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33362026-07-04T16:08:56.478Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-07-04T16:08:56.497Z Compiling hashbrown v0.13.2
33382026-07-04T16:08:56.807Z Compiling progenitor-client v0.13.0
33392026-07-04T16:08:56.958Z Compiling prefix-trie v0.7.0
33402026-07-04T16:08:57.002Z Compiling fxhash v0.2.1
33412026-07-04T16:08:57.093Z Compiling secrecy v0.8.0
33422026-07-04T16:08:57.178Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-07-04T16:08:57.178Z Compiling crc-any v2.5.0
33442026-07-04T16:08:57.403Z Compiling hickory-server v0.25.2
33452026-07-04T16:08:57.406Z Compiling sled v0.34.7
33462026-07-04T16:08:57.475Z Compiling object v0.30.4
33472026-07-04T16:08:57.479Z Compiling progenitor-macro v0.13.0
33482026-07-04T16:08:58.071Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33492026-07-04T16:08:58.099Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-07-04T16:08:58.317Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-04T16:08:58.476Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-07-04T16:08:58.495Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-07-04T16:08:58.709Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-07-04T16:08:58.749Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33552026-07-04T16:08:59.191Z Compiling ed25519 v3.0.0
33562026-07-04T16:08:59.235Z Compiling crypto-primes v0.7.2
33572026-07-04T16:08:59.387Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33582026-07-04T16:08:59.461Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-04T16:09:00.134Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-07-04T16:09:00.277Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-07-04T16:09:00.403Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-07-04T16:09:00.438Z Compiling pkcs1 v0.8.0-rc.4
33632026-07-04T16:09:00.677Z Compiling poly1305 v0.9.0
33642026-07-04T16:09:00.747Z Compiling blowfish v0.10.0
33652026-07-04T16:09:00.782Z Compiling blake2 v0.11.0-rc.6
33662026-07-04T16:09:00.882Z Compiling keccak v0.2.0
33672026-07-04T16:09:00.981Z Compiling half v1.8.3
33682026-07-04T16:09:01.002Z Compiling crc8 v0.1.1
33692026-07-04T16:09:01.054Z Compiling fiat-crypto v0.3.0
33702026-07-04T16:09:01.103Z Compiling http-range v0.1.5
33712026-07-04T16:09:01.160Z Compiling path-slash v0.1.5
33722026-07-04T16:09:01.208Z Compiling argon2 v0.6.0-rc.8
33732026-07-04T16:09:01.295Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33742026-07-04T16:09:01.341Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33752026-07-04T16:09:01.345Z Compiling serde_cbor v0.11.2
33762026-07-04T16:09:01.360Z Compiling sha3 v0.11.0
33772026-07-04T16:09:01.457Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-07-04T16:09:01.480Z Compiling ssh-cipher v0.3.0-rc.9
33792026-07-04T16:09:01.508Z Compiling bcrypt-pbkdf v0.11.0
33802026-07-04T16:09:01.882Z Compiling rsa v0.10.0-rc.18
33812026-07-04T16:09:01.902Z Compiling ed25519-dalek v3.0.0-rc.0
33822026-07-04T16:09:01.930Z Compiling illumos-nvpair v0.3.0
33832026-07-04T16:09:02.147Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33842026-07-04T16:09:02.254Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-07-04T16:09:02.357Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-07-04T16:09:02.462Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-07-04T16:09:02.485Z Compiling p521 v0.14.0-rc.10
33882026-07-04T16:09:02.635Z Compiling p256 v0.14.0-rc.10
33892026-07-04T16:09:02.664Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-07-04T16:09:02.718Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-04T16:09:02.830Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33922026-07-04T16:09:02.833Z Compiling yasna v0.5.2
33932026-07-04T16:09:02.998Z Compiling kstat-rs v0.2.4
33942026-07-04T16:09:03.017Z Compiling progenitor v0.13.0
33952026-07-04T16:09:03.204Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33962026-07-04T16:09:03.258Z Compiling headers-core v0.3.0
33972026-07-04T16:09:03.281Z Compiling kem v0.3.0
33982026-07-04T16:09:03.342Z Compiling module-lattice v0.2.3
33992026-07-04T16:09:03.364Z Compiling nanorand v0.7.0
34002026-07-04T16:09:03.412Z Compiling atty v0.2.14
34012026-07-04T16:09:03.441Z Compiling headers v0.4.1
34022026-07-04T16:09:03.541Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34032026-07-04T16:09:03.559Z Compiling rcgen v0.12.1
34042026-07-04T16:09:03.621Z Compiling ml-kem v0.3.2
34052026-07-04T16:09:03.642Z Compiling flume v0.11.1
34062026-07-04T16:09:03.703Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-04T16:09:03.993Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34082026-07-04T16:09:04.012Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-04T16:09:04.289Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-07-04T16:09:04.368Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-07-04T16:09:04.569Z Compiling hyper-staticfile v0.10.1
34122026-07-04T16:09:04.707Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-04T16:09:04.735Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-04T16:09:04.745Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152026-07-04T16:09:05.123Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34162026-07-04T16:09:05.153Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-07-04T16:09:05.171Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-07-04T16:09:05.529Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34192026-07-04T16:09:05.548Z Compiling russh-cryptovec v0.61.0
34202026-07-04T16:09:05.825Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-07-04T16:09:05.850Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34222026-07-04T16:09:05.869Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-07-04T16:09:05.898Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-04T16:09:05.939Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-04T16:09:06.123Z Compiling num-bigint v0.4.6
34262026-07-04T16:09:06.330Z Compiling generic-array v1.4.3
34272026-07-04T16:09:06.365Z Compiling russh-util v0.52.0
34282026-07-04T16:09:06.418Z Compiling enum_dispatch v0.3.13
34292026-07-04T16:09:06.567Z Compiling delegate v0.13.5
34302026-07-04T16:09:06.695Z Compiling p384 v0.14.0-rc.10
34312026-07-04T16:09:06.730Z Compiling subprocess v0.2.15
34322026-07-04T16:09:06.936Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-07-04T16:09:07.129Z Compiling display-error-chain v0.2.2
34342026-07-04T16:09:07.159Z Compiling hex-literal v1.1.0
34352026-07-04T16:09:07.204Z Compiling md5 v0.8.0
34362026-07-04T16:09:07.318Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-07-04T16:09:07.343Z Compiling colored v2.2.0
34382026-07-04T16:09:07.424Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34392026-07-04T16:09:07.444Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-07-04T16:09:07.523Z Compiling socket2 v0.5.10
34412026-07-04T16:09:07.593Z Compiling internet-checksum v0.2.1
34422026-07-04T16:09:08.368Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-04T16:09:09.041Z Compiling ssh-key v0.7.0-rc.10
34442026-07-04T16:09:09.154Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-07-04T16:09:09.632Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-04T16:09:10.366Z Compiling russh v0.61.2
34472026-07-04T16:09:10.663Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-04T16:09:11.311Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-04T16:09:20.133Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-07-04T16:09:20.133Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-07-04T16:09:20.133Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-04T16:09:20.133Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-04T16:09:21.979Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-04T16:09:22.029Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-04T16:09:26.147Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-04T16:10:07.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
34572026-07-04T16:10:07.751Z
34582026-07-04T16:10:07.752Zreal 1:31.417075605
34592026-07-04T16:10:07.752Zuser 9:17.944615590
34602026-07-04T16:10:07.752Zsys 1:49.010094542
34612026-07-04T16:10:07.752Ztrap 0.286978531
34622026-07-04T16:10:07.752Ztflt 0.396180606
34632026-07-04T16:10:07.752Zdflt 1.602609894
34642026-07-04T16:10:07.755Zkflt 0.000348640
34652026-07-04T16:10:07.755Zlock 33:10.366298388
34662026-07-04T16:10:07.755Zslp 21:23.437515297
34672026-07-04T16:10:07.755Zlat 44.545375871
34682026-07-04T16:10:07.755Zstop 3:10.379914789
34692026-07-04T16:10:07.755Z+ mkdir tests
34702026-07-04T16:10:07.758Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-04T16:10:07.758Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-04T16:10:07.780Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34732026-07-04T16:10:07.803Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34742026-07-04T16:10:07.825Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34752026-07-04T16:10:07.847Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34762026-07-04T16:10:08.087Z+ 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)
34772026-07-04T16:10:08.090Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34782026-07-04T16:11:31.004ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-04T16:11:31.004Za .github/buildomat/ci-env.sh 1K
34802026-07-04T16:11:31.004Za out/target/test 1K
34812026-07-04T16:11:31.004Za out/npuzone/npuzone 27402K
34822026-07-04T16:11:31.004Za package-manifest.toml 35K
34832026-07-04T16:11:31.004Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-04T16:11:31.004Za target/release/omicron-package 40719K
34852026-07-04T16:11:31.004Za target/release/xtask 10425K
34862026-07-04T16:11:31.004Za target/debug/bootstrap 349414K
34872026-07-04T16:11:31.005Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34882026-07-04T16:11:31.005Za tests/commtest-de50baf115444d57 32169K
34892026-07-04T16:11:31.005Za tests/dhcp_server-7642b2d57d595135 31974K
34902026-07-04T16:11:31.005Za tests/end_to_end_tests-f893b9f61afabf44 399289K
34912026-07-04T16:11:31.005Za tools/opte_version 1K
34922026-07-04T16:11:31.005Za tools/opte_version_override 2K
34932026-07-04T16:11:31.005Za out/clickhouse.tar.gz 311363K
34942026-07-04T16:11:31.005Za out/clickhouse_keeper.tar.gz 297833K
34952026-07-04T16:11:31.005Za out/clickhouse_server.tar.gz 311360K
34962026-07-04T16:11:31.005Za out/cockroachdb.tar.gz 161734K
34972026-07-04T16:11:31.005Za out/crucible-pantry-zone.tar.gz 39110K
34982026-07-04T16:11:31.005Za out/crucible-utils.tar 18900K
34992026-07-04T16:11:31.005Za out/crucible-zone.tar.gz 53806K
35002026-07-04T16:11:31.005Za out/external-dns.tar.gz 46794K
35012026-07-04T16:11:31.005Za out/internal-dns.tar.gz 46794K
35022026-07-04T16:11:31.005Za out/mg-ddm-gz.tar 97917K
35032026-07-04T16:11:31.005Za out/nexus.tar.gz 274673K
35042026-07-04T16:11:31.005Za out/ntp.tar.gz 29911K
35052026-07-04T16:11:31.005Za out/omicron-gateway-softnpu.tar.gz 27767K
35062026-07-04T16:11:31.005Za out/omicron-sled-agent.tar 197550K
35072026-07-04T16:11:31.005Za out/overlay.tar.gz 3K
35082026-07-04T16:11:31.007Za out/oximeter.tar.gz 62543K
35092026-07-04T16:11:31.007Za out/oxlog.tar 3808K
35102026-07-04T16:11:31.007Za out/probe.tar.gz 3037K
35112026-07-04T16:11:31.007Za out/propolis-server.tar.gz 34372K
35122026-07-04T16:11:31.007Za out/pumpkind-gz.tar 26647K
35132026-07-04T16:11:31.007Za out/switch-softnpu.tar.gz 448364K
35142026-07-04T16:11:31.012Z
35152026-07-04T16:11:31.012Zreal 1:22.913222721
35162026-07-04T16:11:31.012Zuser 1:20.190839508
35172026-07-04T16:11:31.012Zsys 4.543295575
35182026-07-04T16:11:31.012Ztrap 0.006913523
35192026-07-04T16:11:31.012Ztflt 0.000000000
35202026-07-04T16:11:31.012Zdflt 0.000000000
35212026-07-04T16:11:31.012Zkflt 0.000000000
35222026-07-04T16:11:31.012Zlock 0.000000000
35232026-07-04T16:11:31.012Zslp 1:20.054102576
35242026-07-04T16:11:31.012Zlat 1.025901104
35252026-07-04T16:11:31.012Zstop 0.000165860
35262026-07-04T16:11:31.012Zprocess exited: duration 1011035 ms, exit code 0
 
35272026-07-04T16:11:31.026Zfound 1 output files
35282026-07-04T16:11:31.026Zuploading: /work/package.tar.gz (2488902809 bytes)
35292026-07-04T16:11:59.737Zuploaded: /work/package.tar.gz