01KTQ4R9FJHJRWDZ1EQ9AVJWCZ: 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: 01KTQ4RRDHK6D88ED9477G9HVP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-09T21:32:27.875Zjob assigned to worker 01KTQ4RW1H5JQWQTFAVZRCZC8W [factory aws, i-0521db2782a211792] (queued for 46 s)
 
22026-06-09T21:32:35.724Zstarting task 0: "setup"
32026-06-09T21:32:35.729Z++ uname -s
42026-06-09T21:32:35.732Z+ kern=SunOS
52026-06-09T21:32:35.732Z+ build_user=build
62026-06-09T21:32:35.732Z+ build_uid=12345
72026-06-09T21:32:35.732Z+ work_dir=/work
82026-06-09T21:32:35.732Z+ input_dir=/input
92026-06-09T21:32:35.732Z+ [[ 0 == 12345 ]]
102026-06-09T21:32:35.732Z+ case "$kern" in
112026-06-09T21:32:35.732Z+ groupadd -g 12345 build
122026-06-09T21:32:35.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-09T21:32:37.742Z+ zfs create -o mountpoint=/work rpool/work
142026-06-09T21:32:37.804Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-09T21:32:37.807Z+ home_fs=zfs
162026-06-09T21:32:37.807Z+ [[ zfs == autofs ]]
172026-06-09T21:32:37.807Z+ mkdir -p /home/build
182026-06-09T21:32:37.812Z+ chown build:build /home/build /work
192026-06-09T21:32:38.810Z+ chmod 0700 /home/build /work
202026-06-09T21:32:38.874Zprocess exited: duration 3092 ms, exit code 0
 
212026-06-09T21:32:38.880Zstarting task 1: "rust-toolchain"
222026-06-09T21:32:38.887Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-09T21:32:38.887Z * rust toolchain channel = "1.94.0"
242026-06-09T21:32:38.887Z * rust toolchain profile = "default"
252026-06-09T21:32:38.887Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-09T21:32:38.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-09T21:32:38.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-09T21:32:38.890Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-09T21:32:38.890Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-09T21:32:39.002Zinfo: downloading installer
312026-06-09T21:32:40.440Zwarn: It looks like you have an existing rustup settings file at:
322026-06-09T21:32:40.440Zwarn: /home/build/.rustup/settings.toml
332026-06-09T21:32:40.440Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-09T21:32:40.440Zwarn: instead of the one inferred from the default host triple.
352026-06-09T21:32:40.452Zinfo: profile set to default
362026-06-09T21:32:40.452Zinfo: default host triple is x86_64-unknown-illumos
372026-06-09T21:32:40.456Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-09T21:32:40.591Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-09T21:32:40.594Zinfo: downloading 6 components
402026-06-09T21:32:56.766Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-09T21:32:56.766Z
422026-06-09T21:32:56.795Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-09T21:32:56.795Z
442026-06-09T21:32:56.795Z
452026-06-09T21:32:56.795ZRust is installed now. Great!
462026-06-09T21:32:56.795Z
472026-06-09T21:32:56.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-09T21:32:56.795Zenvironment variable. This has not been done automatically.
492026-06-09T21:32:56.795Z
502026-06-09T21:32:56.795ZTo configure your current shell, you need to source
512026-06-09T21:32:56.795Zthe corresponding env file under $HOME/.cargo.
522026-06-09T21:32:56.799Z
532026-06-09T21:32:56.799ZThis is usually done by running one of the following (note the leading DOT):
542026-06-09T21:32:56.799Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-09T21:32:56.799Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-09T21:32:56.799Zsource "~/.cargo/env.nu" # For nushell
572026-06-09T21:32:56.799Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-09T21:32:56.799Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-09T21:32:56.799Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-09T21:32:56.799Zwarn: no default linker (`cc`) was found in your PATH
612026-06-09T21:32:56.799Zwarn: many Rust crates require a system C toolchain to build
622026-06-09T21:32:56.891Z+ rustup --version
632026-06-09T21:32:56.898Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-09T21:32:56.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-09T21:32:56.920Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-09T21:32:56.923Z+ cargo --version
672026-06-09T21:32:56.933Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-09T21:32:56.936Z+ rustc --version
692026-06-09T21:32:56.954Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-09T21:32:56.957Zprocess exited: duration 18076 ms, exit code 0
 
712026-06-09T21:32:56.964Zstarting task 2: "authentication"
722026-06-09T21:32:56.983Zprocess exited: duration 19 ms, exit code 0
 
732026-06-09T21:32:56.990Zstarting task 3: "clone repository"
742026-06-09T21:32:56.994Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-09T21:32:56.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-09T21:32:57.030ZCloning into '/work/oxidecomputer/omicron'...
772026-06-09T21:33:10.270Z+ cd /work/oxidecomputer/omicron
782026-06-09T21:33:10.270Z+ git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162
792026-06-09T21:33:10.592ZFrom https://github.com/oxidecomputer/omicron
802026-06-09T21:33:10.592Z * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD
812026-06-09T21:33:10.605Z+ [[ -n '' ]]
822026-06-09T21:33:10.605Z+ git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162
832026-06-09T21:33:10.841ZHEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs
842026-06-09T21:33:10.844Zprocess exited: duration 13853 ms, exit code 0
 
852026-06-09T21:33:10.851Zstarting task 4: "build"
862026-06-09T21:33:10.857Z+ source .github/buildomat/ci-env.sh
872026-06-09T21:33:10.857Z++ export CARGO_TERM_COLOR=always
882026-06-09T21:33:10.857Z++ CARGO_TERM_COLOR=always
892026-06-09T21:33:10.857Z+ cargo --version
902026-06-09T21:33:10.868Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-09T21:33:10.871Z+ rustc --version
922026-06-09T21:33:10.892Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-09T21:33:10.895Z+ WORK=/work
942026-06-09T21:33:10.896Z+ pfexec mkdir -p /work
952026-06-09T21:33:10.899Z+ pfexec chown build /work
962026-06-09T21:33:10.902Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-09T21:33:12.441Z Startup: Refreshing catalog 'helios' ... Done
982026-06-09T21:33:12.523Z Startup: Caching catalogs ... Done
992026-06-09T21:33:12.847ZPlanning: Solver setup ... Done (0.283s)
1002026-06-09T21:33:12.869ZPlanning: Running solver ... Done (0.021s)
1012026-06-09T21:33:12.876ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-09T21:33:12.900ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-09T21:33:12.938ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-09T21:33:12.953ZPlanning: Package planning ... Done (0.015s)
1052026-06-09T21:33:12.956ZPlanning: Merging actions ... Done (0.002s)
1062026-06-09T21:33:13.150ZPlanning: Checking for conflicting actions ... Done (0.195s)
1072026-06-09T21:33:13.154ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-09T21:33:14.111ZPlanning: Evaluating mediators ... Done (0.959s)
1092026-06-09T21:33:14.114ZPlanning: Planning completed in 1.57 seconds
1102026-06-09T21:33:14.141Z Packages to install: 2
1112026-06-09T21:33:14.141Z Estimated space available: 156.07 GB
1122026-06-09T21:33:14.144ZEstimated space to be consumed: 25.34 MB
1132026-06-09T21:33:14.144Z Create boot environment: No
1142026-06-09T21:33:14.144ZCreate backup boot environment: No
1152026-06-09T21:33:14.144Z Rebuild boot archive: No
1162026-06-09T21:33:14.144Z
1172026-06-09T21:33:14.144ZChanged packages:
1182026-06-09T21:33:14.144Zhelios
1192026-06-09T21:33:14.144Z developer/build-essential
1202026-06-09T21:33:14.144Z None -> 11-3.0
1212026-06-09T21:33:14.144Z library/libxmlsec1
1222026-06-09T21:33:14.144Z None -> 1.2.35-3.0
1232026-06-09T21:33:14.166Z
1242026-06-09T21:33:14.166ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-09T21:33:14.745ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1262026-06-09T21:33:14.792Z Actions: 1/268 actions (Installing new actions)
1272026-06-09T21:33:14.830Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-09T21:33:14.839ZFinalize: Updating package state database ... Done (0.009s)
1292026-06-09T21:33:14.839ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-09T21:33:14.862ZFinalize: Updating image state ... Done (0.022s)
1312026-06-09T21:33:17.437ZFinalize: Creating fast lookup database ... Done (2.553s)
1322026-06-09T21:33:17.508ZFinalize: Reading search index ... Done (0.012s)
1332026-06-09T21:33:17.511ZFinalize: Updating search index ... Done (0.000s)
1342026-06-09T21:33:17.593ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-09T21:33:17.901ZPlanning: Evaluating mediator changes ... Done
1362026-06-09T21:33:18.005ZPlanning: Checking for conflicting actions ... Done
1372026-06-09T21:33:18.008ZPlanning: Consolidating action changes ... Done
1382026-06-09T21:33:18.162ZPlanning: Evaluating mediators ... Done
1392026-06-09T21:33:18.165ZPlanning: Planning completed in 0.26 seconds
1402026-06-09T21:33:18.186Z Mediators to change: 2
1412026-06-09T21:33:18.186Z Create boot environment: No
1422026-06-09T21:33:18.186ZCreate backup boot environment: No
1432026-06-09T21:33:18.227ZFinalize: Updating package state database ... Done
1442026-06-09T21:33:18.227ZFinalize: Updating package cache ... Done
1452026-06-09T21:33:18.242ZFinalize: Updating image state ... Done
1462026-06-09T21:33:20.201ZFinalize: Creating fast lookup database ... Done
1472026-06-09T21:33:20.262ZFinalize: Reading search index ... Done
1482026-06-09T21:33:20.268ZFinalize: Updating search index ... Done
1492026-06-09T21:33:20.333ZFinalize: Updating package cache ... Done
1502026-06-09T21:33:20.621ZPlanning: Evaluating mediator changes ... Done
1512026-06-09T21:33:20.726ZPlanning: Checking for conflicting actions ... Done
1522026-06-09T21:33:20.730ZPlanning: Consolidating action changes ... Done
1532026-06-09T21:33:20.887ZPlanning: Evaluating mediators ... Done
1542026-06-09T21:33:20.891ZPlanning: Planning completed in 0.27 seconds
1552026-06-09T21:33:20.911Z Mediators to change: 1
1562026-06-09T21:33:20.911Z Create boot environment: No
1572026-06-09T21:33:20.911ZCreate backup boot environment: No
1582026-06-09T21:33:20.954ZFinalize: Updating package state database ... Done
1592026-06-09T21:33:20.954ZFinalize: Updating package cache ... Done
1602026-06-09T21:33:20.968ZFinalize: Updating image state ... Done
1612026-06-09T21:33:22.931ZFinalize: Creating fast lookup database ... Done
1622026-06-09T21:33:22.992ZFinalize: Reading search index ... Done
1632026-06-09T21:33:22.995ZFinalize: Updating search index ... Done
1642026-06-09T21:33:23.083ZFinalize: Updating package cache ... Done
1652026-06-09T21:33:23.364ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-09T21:33:23.364Zapache system 2.4 system
1672026-06-09T21:33:23.364Zclang system 15 system
1682026-06-09T21:33:23.364Zcsh system system illumos
1692026-06-09T21:33:23.364Zctags system system illumos
1702026-06-09T21:33:23.364Zfile vendor vendor darwinsys
1712026-06-09T21:33:23.364Zfile system system illumos
1722026-06-09T21:33:23.364Zgcc vendor 14 vendor
1732026-06-09T21:33:23.364Zgcc system 13 system
1742026-06-09T21:33:23.364Zgcc system 10 system
1752026-06-09T21:33:23.364Zgo system 1.25 system
1762026-06-09T21:33:23.364Zllvm system 15 system
1772026-06-09T21:33:23.364Zmariadb system 11.4 system
1782026-06-09T21:33:23.364Zmta vendor vendor dma
1792026-06-09T21:33:23.364Zopenjdk system 17 system
1802026-06-09T21:33:23.364Zopenjdk system 11 system
1812026-06-09T21:33:23.364Zopenssl vendor 3 vendor
1822026-06-09T21:33:23.364Zperl system 5.40 system
1832026-06-09T21:33:23.364Zpostgresql system 18 system
1842026-06-09T21:33:23.364Zpostgresql system 17 system
1852026-06-09T21:33:23.364Zpython vendor 3 vendor
1862026-06-09T21:33:23.364Zpython system 2 system
1872026-06-09T21:33:23.364Zpython3 vendor 3.13 vendor
1882026-06-09T21:33:23.364Zruby system 3.4 system
1892026-06-09T21:33:23.364Zruby system 3.0 system
1902026-06-09T21:33:23.364Zwords vendor vendor american-english
1912026-06-09T21:33:23.364Zwords system system australian-english
1922026-06-09T21:33:23.364Zwords system system british-english
1932026-06-09T21:33:23.364Zwords system system canadian-english
1942026-06-09T21:33:23.364Zwords system system french
1952026-06-09T21:33:23.364Zwords system system italian
1962026-06-09T21:33:23.364Zwords system system ngerman
1972026-06-09T21:33:23.364Zwords system system ogerman
1982026-06-09T21:33:23.365Zwords system system spanish
1992026-06-09T21:33:23.616ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-09T21:33:23.616Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-09T21:33:23.908ZFMRI IFO
2022026-06-09T21:33:23.908Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-09T21:33:23.908Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-09T21:33:23.908Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-09T21:33:23.908Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-09T21:33:23.908Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-09T21:33:23.908Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-09T21:33:23.908Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-09T21:33:23.908Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-09T21:33:23.908Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-09T21:33:24.147Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-09T21:33:24.440Z Updating crates.io index
2132026-06-09T21:33:24.474Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-09T21:33:25.303Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-09T21:33:25.877Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-09T21:33:26.186Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-09T21:33:27.579Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-09T21:33:28.179Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-09T21:33:30.805Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-09T21:33:31.725Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-09T21:33:31.970Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-09T21:33:33.215Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-09T21:33:33.481Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-09T21:33:33.952Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-09T21:33:34.264Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-09T21:33:35.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-09T21:33:36.012Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-09T21:33:36.293Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-09T21:33:36.810Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-09T21:33:37.063Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-09T21:33:37.631Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-09T21:33:37.893Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-09T21:33:38.116Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-09T21:33:38.388Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-09T21:33:38.881Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-09T21:33:39.201Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-09T21:33:39.725Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-09T21:33:40.137Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-09T21:33:40.509Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-09T21:33:41.076Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-09T21:33:42.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-09T21:33:43.148Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-09T21:33:43.547Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-09T21:33:44.011Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-09T21:33:44.337Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-09T21:33:44.639Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-09T21:33:44.949Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-09T21:33:45.275Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-09T21:33:45.816Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-09T21:33:46.052Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-09T21:33:46.353Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-09T21:33:46.654Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-09T21:33:47.017Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-06-09T21:34:01.488Z Downloading crates ...
2552026-06-09T21:34:01.548Z Downloaded memmap v0.7.0
2562026-06-09T21:34:01.551Z Downloaded errno v0.3.14
2572026-06-09T21:34:01.558Z Downloaded thiserror-impl v1.0.69
2582026-06-09T21:34:01.562Z Downloaded icu_collections v2.1.1
2592026-06-09T21:34:01.573Z Downloaded toml_datetime v0.6.11
2602026-06-09T21:34:01.576Z Downloaded utf8parse v0.2.2
2612026-06-09T21:34:01.584Z Downloaded bytecount v0.6.9
2622026-06-09T21:34:01.588Z Downloaded is_terminal_polyfill v1.70.2
2632026-06-09T21:34:01.588Z Downloaded clap_lex v1.0.0
2642026-06-09T21:34:01.588Z Downloaded serde-untagged v0.1.9
2652026-06-09T21:34:01.591Z Downloaded zerofrom v0.1.6
2662026-06-09T21:34:01.591Z Downloaded unicode-linebreak v0.1.5
2672026-06-09T21:34:01.595Z Downloaded zerofrom-derive v0.1.6
2682026-06-09T21:34:01.595Z Downloaded heck v0.4.1
2692026-06-09T21:34:01.595Z Downloaded proc-macro2 v1.0.106
2702026-06-09T21:34:01.599Z Downloaded typeid v1.0.3
2712026-06-09T21:34:01.599Z Downloaded yoke-derive v0.8.1
2722026-06-09T21:34:01.602Z Downloaded pretty-hex v0.4.1
2732026-06-09T21:34:01.605Z Downloaded anyhow v1.0.102
2742026-06-09T21:34:01.605Z Downloaded usdt-attr-macro v0.5.0
2752026-06-09T21:34:01.608Z Downloaded unicode-xid v0.2.6
2762026-06-09T21:34:01.608Z Downloaded thiserror v2.0.18
2772026-06-09T21:34:01.611Z Downloaded usdt-macro v0.5.0
2782026-06-09T21:34:01.611Z Downloaded toml_write v0.1.2
2792026-06-09T21:34:01.611Z Downloaded once_cell v1.21.3
2802026-06-09T21:34:01.614Z Downloaded ordered-float v2.10.1
2812026-06-09T21:34:01.614Z Downloaded cfg-if v1.0.4
2822026-06-09T21:34:01.614Z Downloaded block-buffer v0.10.4
2832026-06-09T21:34:01.614Z Downloaded getrandom v0.4.1
2842026-06-09T21:34:01.617Z Downloaded version_check v0.9.5
2852026-06-09T21:34:01.617Z Downloaded thread-id v4.2.2
2862026-06-09T21:34:01.617Z Downloaded usdt v0.5.0
2872026-06-09T21:34:01.620Z Downloaded form_urlencoded v1.2.2
2882026-06-09T21:34:01.620Z Downloaded utf8_iter v1.0.4
2892026-06-09T21:34:01.623Z Downloaded smallvec v1.15.1
2902026-06-09T21:34:01.626Z Downloaded tinystr v0.8.2
2912026-06-09T21:34:01.626Z Downloaded usdt-impl v0.5.0
2922026-06-09T21:34:01.626Z Downloaded typenum v1.19.0
2932026-06-09T21:34:01.629Z Downloaded serde_core v1.0.228
2942026-06-09T21:34:01.633Z Downloaded byteorder v1.5.0
2952026-06-09T21:34:01.636Z Downloaded tempfile v3.25.0
2962026-06-09T21:34:01.639Z Downloaded idna v1.1.0
2972026-06-09T21:34:01.642Z Downloaded zerotrie v0.2.3
2982026-06-09T21:34:01.642Z Downloaded zmij v1.0.21
2992026-06-09T21:34:01.645Z Downloaded stable_deref_trait v1.2.1
3002026-06-09T21:34:01.645Z Downloaded potential_utf v0.1.4
3012026-06-09T21:34:01.645Z Downloaded macaddr v1.0.1
3022026-06-09T21:34:01.645Z Downloaded dtrace-parser v0.2.0
3032026-06-09T21:34:01.645Z Downloaded idna_adapter v1.2.1
3042026-06-09T21:34:01.648Z Downloaded dof v0.3.0
3052026-06-09T21:34:01.648Z Downloaded thiserror v1.0.69
3062026-06-09T21:34:01.651Z Downloaded yoke v0.8.1
3072026-06-09T21:34:01.651Z Downloaded zerovec-derive v0.11.2
3082026-06-09T21:34:01.651Z Downloaded thiserror-impl v2.0.18
3092026-06-09T21:34:01.657Z Downloaded serde_spanned v0.6.9
3102026-06-09T21:34:01.658Z Downloaded anstyle-query v1.1.5
3112026-06-09T21:34:01.658Z Downloaded ucd-trie v0.1.7
3122026-06-09T21:34:01.658Z Downloaded textwrap v0.16.2
3132026-06-09T21:34:01.658Z Downloaded writeable v0.6.2
3142026-06-09T21:34:01.662Z Downloaded cpufeatures v0.2.17
3152026-06-09T21:34:01.662Z Downloaded plain v0.2.3
3162026-06-09T21:34:01.662Z Downloaded equivalent v1.0.2
3172026-06-09T21:34:01.666Z Downloaded proc-macro-error-attr v1.0.4
3182026-06-09T21:34:01.672Z Downloaded itoa v1.0.17
3192026-06-09T21:34:01.672Z Downloaded colorchoice v1.0.4
3202026-06-09T21:34:01.672Z Downloaded generic-array v0.14.7
3212026-06-09T21:34:01.672Z Downloaded unicode-ident v1.0.24
3222026-06-09T21:34:01.675Z Downloaded toml v0.8.23
3232026-06-09T21:34:01.675Z Downloaded serde-value v0.7.0
3242026-06-09T21:34:01.675Z Downloaded pest_meta v2.8.6
3252026-06-09T21:34:01.679Z Downloaded tabled_derive v0.7.0
3262026-06-09T21:34:01.679Z Downloaded zerocopy-derive v0.7.35
3272026-06-09T21:34:01.679Z Downloaded toml_edit v0.22.27
3282026-06-09T21:34:01.682Z Downloaded terminal_size v0.4.3
3292026-06-09T21:34:01.682Z Downloaded url v2.5.8
3302026-06-09T21:34:01.685Z Downloaded autocfg v1.5.0
3312026-06-09T21:34:01.685Z Downloaded strsim v0.11.1
3322026-06-09T21:34:01.687Z Downloaded fnv v1.0.7
3332026-06-09T21:34:01.694Z Downloaded zerovec v0.11.5
3342026-06-09T21:34:01.697Z Downloaded heck v0.5.0
3352026-06-09T21:34:01.709Z Downloaded anstyle v1.0.14
3362026-06-09T21:34:01.712Z Downloaded zerocopy v0.7.35
3372026-06-09T21:34:01.717Z Downloaded winnow v0.7.14
3382026-06-09T21:34:01.724Z Downloaded pest_derive v2.8.6
3392026-06-09T21:34:01.728Z Downloaded smawk v0.3.2
3402026-06-09T21:34:01.728Z Downloaded swrite v0.1.0
3412026-06-09T21:34:01.728Z Downloaded scroll_derive v0.12.1
3422026-06-09T21:34:01.729Z Downloaded fastrand v2.3.0
3432026-06-09T21:34:01.729Z Downloaded percent-encoding v2.3.2
3442026-06-09T21:34:01.729Z Downloaded proc-macro-error v1.0.4
3452026-06-09T21:34:01.733Z Downloaded icu_normalizer v2.1.1
3462026-06-09T21:34:01.733Z Downloaded crypto-common v0.1.7
3472026-06-09T21:34:01.735Z Downloaded unicode-width v0.2.0
3482026-06-09T21:34:01.738Z Downloaded digest v0.10.7
3492026-06-09T21:34:01.738Z Downloaded unicode-width v0.1.14
3502026-06-09T21:34:01.741Z Downloaded displaydoc v0.2.5
3512026-06-09T21:34:01.744Z Downloaded scroll v0.12.0
3522026-06-09T21:34:01.745Z Downloaded cargo_metadata v0.21.0
3532026-06-09T21:34:01.748Z Downloaded erased-serde v0.4.9
3542026-06-09T21:34:01.750Z Downloaded camino-tempfile v1.4.1
3552026-06-09T21:34:01.750Z Downloaded cargo-platform v0.2.0
3562026-06-09T21:34:01.751Z Downloaded quote v1.0.45
3572026-06-09T21:34:01.751Z Downloaded anstyle-parse v1.0.0
3582026-06-09T21:34:01.757Z Downloaded synstructure v0.13.2
3592026-06-09T21:34:01.766Z Downloaded cargo-util-schemas v0.8.2
3602026-06-09T21:34:01.770Z Downloaded sha2 v0.10.9
3612026-06-09T21:34:01.773Z Downloaded bitflags v2.11.0
3622026-06-09T21:34:01.778Z Downloaded anstream v1.0.0
3632026-06-09T21:34:01.782Z Downloaded serde_tokenstream v0.2.3
3642026-06-09T21:34:01.782Z Downloaded fs-err v3.3.0
3652026-06-09T21:34:01.789Z Downloaded pest_generator v2.8.6
3662026-06-09T21:34:01.792Z Downloaded camino v1.2.2
3672026-06-09T21:34:01.792Z Downloaded cargo_toml v0.21.0
3682026-06-09T21:34:01.797Z Downloaded litemap v0.8.1
3692026-06-09T21:34:01.800Z Downloaded serde_derive v1.0.228
3702026-06-09T21:34:01.806Z Downloaded clap v4.6.1
3712026-06-09T21:34:01.818Z Downloaded papergrid v0.11.0
3722026-06-09T21:34:01.823Z Downloaded icu_provider v2.1.1
3732026-06-09T21:34:01.829Z Downloaded icu_locale_core v2.1.1
3742026-06-09T21:34:01.832Z Downloaded semver v1.0.28
3752026-06-09T21:34:01.835Z Downloaded num-traits v0.2.19
3762026-06-09T21:34:01.835Z Downloaded log v0.4.29
3772026-06-09T21:34:01.838Z Downloaded clap_derive v4.6.1
3782026-06-09T21:34:01.855Z Downloaded serde v1.0.228
3792026-06-09T21:34:01.858Z Downloaded icu_properties v2.1.2
3802026-06-09T21:34:01.863Z Downloaded indexmap v2.14.0
3812026-06-09T21:34:01.866Z Downloaded icu_normalizer_data v2.1.1
3822026-06-09T21:34:01.871Z Downloaded memchr v2.8.0
3832026-06-09T21:34:01.904Z Downloaded pest v2.8.6
3842026-06-09T21:34:01.921Z Downloaded clap_builder v4.6.0
3852026-06-09T21:34:01.924Z Downloaded hashbrown v0.17.0
3862026-06-09T21:34:01.927Z Downloaded serde_json v1.0.149
3872026-06-09T21:34:01.931Z Downloaded icu_properties_data v2.1.2
3882026-06-09T21:34:01.944Z Downloaded goblin v0.8.2
3892026-06-09T21:34:01.949Z Downloaded tabled v0.15.0
3902026-06-09T21:34:01.957Z Downloaded syn v1.0.109
3912026-06-09T21:34:01.974Z Downloaded syn v2.0.117
3922026-06-09T21:34:01.993Z Downloaded rustix v1.1.3
3932026-06-09T21:34:02.026Z Downloaded libc v0.2.185
3942026-06-09T21:34:02.091Z Compiling proc-macro2 v1.0.106
3952026-06-09T21:34:02.092Z Compiling unicode-ident v1.0.24
3962026-06-09T21:34:02.092Z Compiling quote v1.0.45
3972026-06-09T21:34:02.095Z Compiling serde_core v1.0.228
3982026-06-09T21:34:02.095Z Compiling libc v0.2.185
3992026-06-09T21:34:02.095Z Compiling version_check v0.9.5
4002026-06-09T21:34:02.095Z Compiling serde v1.0.228
4012026-06-09T21:34:02.095Z Compiling memchr v2.8.0
4022026-06-09T21:34:02.095Z Compiling stable_deref_trait v1.2.1
4032026-06-09T21:34:02.095Z Compiling zmij v1.0.21
4042026-06-09T21:34:02.095Z Compiling ucd-trie v0.1.7
4052026-06-09T21:34:02.275Z Compiling thiserror v1.0.69
4062026-06-09T21:34:02.278Z Compiling autocfg v1.5.0
4072026-06-09T21:34:02.278Z Compiling itoa v1.0.17
4082026-06-09T21:34:02.278Z Compiling litemap v0.8.1
4092026-06-09T21:34:02.473Z Compiling writeable v0.6.2
4102026-06-09T21:34:02.489Z Compiling icu_properties_data v2.1.2
4112026-06-09T21:34:02.621Z Compiling icu_normalizer_data v2.1.1
4122026-06-09T21:34:02.638Z Compiling byteorder v1.5.0
4132026-06-09T21:34:02.696Z Compiling rustix v1.1.3
4142026-06-09T21:34:02.734Z Compiling serde_json v1.0.149
4152026-06-09T21:34:02.739Z Compiling bitflags v2.11.0
4162026-06-09T21:34:02.879Z Compiling pest v2.8.6
4172026-06-09T21:34:02.914Z Compiling num-traits v0.2.19
4182026-06-09T21:34:02.928Z Compiling typeid v1.0.3
4192026-06-09T21:34:03.060Z Compiling equivalent v1.0.2
4202026-06-09T21:34:03.078Z Compiling hashbrown v0.17.0
4212026-06-09T21:34:03.095Z Compiling smallvec v1.15.1
4222026-06-09T21:34:03.112Z Compiling usdt-impl v0.5.0
4232026-06-09T21:34:03.130Z Compiling proc-macro-error-attr v1.0.4
4242026-06-09T21:34:03.146Z Compiling toml_write v0.1.2
4252026-06-09T21:34:03.230Z Compiling erased-serde v0.4.9
4262026-06-09T21:34:03.264Z Compiling errno v0.3.14
4272026-06-09T21:34:03.317Z Compiling thread-id v4.2.2
4282026-06-09T21:34:03.340Z Compiling winnow v0.7.14
4292026-06-09T21:34:03.358Z Compiling syn v1.0.109
4302026-06-09T21:34:03.424Z Compiling proc-macro-error v1.0.4
4312026-06-09T21:34:03.491Z Compiling log v0.4.29
4322026-06-09T21:34:03.494Z Compiling utf8_iter v1.0.4
4332026-06-09T21:34:03.548Z Compiling percent-encoding v2.3.2
4342026-06-09T21:34:03.551Z Compiling getrandom v0.4.1
4352026-06-09T21:34:03.629Z Compiling indexmap v2.14.0
4362026-06-09T21:34:03.649Z Compiling camino v1.2.2
4372026-06-09T21:34:03.666Z Compiling thiserror v2.0.18
4382026-06-09T21:34:03.682Z Compiling plain v0.2.3
4392026-06-09T21:34:03.741Z Compiling utf8parse v0.2.2
4402026-06-09T21:34:03.772Z Compiling syn v2.0.117
4412026-06-09T21:34:03.827Z Compiling form_urlencoded v1.2.2
4422026-06-09T21:34:03.887Z Compiling anstyle-parse v1.0.0
4432026-06-09T21:34:04.022Z Compiling pest_meta v2.8.6
4442026-06-09T21:34:04.060Z Compiling ordered-float v2.10.1
4452026-06-09T21:34:04.106Z Compiling pretty-hex v0.4.1
4462026-06-09T21:34:04.128Z Compiling colorchoice v1.0.4
4472026-06-09T21:34:04.150Z Compiling is_terminal_polyfill v1.70.2
4482026-06-09T21:34:04.242Z Compiling cfg-if v1.0.4
4492026-06-09T21:34:04.260Z Compiling anstyle-query v1.1.5
4502026-06-09T21:34:04.278Z Compiling anstyle v1.0.14
4512026-06-09T21:34:04.333Z Compiling fs-err v3.3.0
4522026-06-09T21:34:04.350Z Compiling fastrand v2.3.0
4532026-06-09T21:34:04.384Z Compiling strsim v0.11.1
4542026-06-09T21:34:04.387Z Compiling unicode-xid v0.2.6
4552026-06-09T21:34:04.419Z Compiling terminal_size v0.4.3
4562026-06-09T21:34:04.424Z Compiling heck v0.5.0
4572026-06-09T21:34:04.524Z Compiling anstream v1.0.0
4582026-06-09T21:34:04.550Z Compiling fnv v1.0.7
4592026-06-09T21:34:04.554Z Compiling heck v0.4.1
4602026-06-09T21:34:04.584Z Compiling unicode-width v0.1.14
4612026-06-09T21:34:04.599Z Compiling bytecount v0.6.9
4622026-06-09T21:34:04.687Z Compiling semver v1.0.28
4632026-06-09T21:34:04.750Z Compiling clap_lex v1.0.0
4642026-06-09T21:34:04.775Z Compiling anyhow v1.0.102
4652026-06-09T21:34:04.833Z Compiling once_cell v1.21.3
4662026-06-09T21:34:04.867Z Compiling papergrid v0.11.0
4672026-06-09T21:34:04.935Z Compiling clap_builder v4.6.0
4682026-06-09T21:34:04.958Z Compiling memmap v0.7.0
4692026-06-09T21:34:05.012Z Compiling tempfile v3.25.0
4702026-06-09T21:34:05.039Z Compiling smawk v0.3.2
4712026-06-09T21:34:05.069Z Compiling serde-untagged v0.1.9
4722026-06-09T21:34:05.106Z Compiling unicode-linebreak v0.1.5
4732026-06-09T21:34:05.160Z Compiling unicode-width v0.2.0
4742026-06-09T21:34:05.195Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-06-09T21:34:05.332Z Compiling camino-tempfile v1.4.1
4762026-06-09T21:34:05.348Z Compiling swrite v0.1.0
4772026-06-09T21:34:05.404Z Compiling textwrap v0.16.2
4782026-06-09T21:34:05.672Z Compiling tabled_derive v0.7.0
4792026-06-09T21:34:06.320Z Compiling tabled v0.15.0
4802026-06-09T21:34:06.336Z Compiling synstructure v0.13.2
4812026-06-09T21:34:06.339Z Compiling pest_generator v2.8.6
4822026-06-09T21:34:06.909Z Compiling serde_derive v1.0.228
4832026-06-09T21:34:06.909Z Compiling zerofrom-derive v0.1.6
4842026-06-09T21:34:06.912Z Compiling yoke-derive v0.8.1
4852026-06-09T21:34:06.912Z Compiling zerovec-derive v0.11.2
4862026-06-09T21:34:06.912Z Compiling displaydoc v0.2.5
4872026-06-09T21:34:06.912Z Compiling thiserror-impl v1.0.69
4882026-06-09T21:34:06.912Z Compiling zerocopy-derive v0.7.35
4892026-06-09T21:34:06.912Z Compiling scroll_derive v0.12.1
4902026-06-09T21:34:06.912Z Compiling thiserror-impl v2.0.18
4912026-06-09T21:34:06.912Z Compiling clap_derive v4.6.1
4922026-06-09T21:34:06.993Z Compiling pest_derive v2.8.6
4932026-06-09T21:34:07.616Z Compiling scroll v0.12.0
4942026-06-09T21:34:07.679Z Compiling zerocopy v0.7.35
4952026-06-09T21:34:07.849Z Compiling goblin v0.8.2
4962026-06-09T21:34:07.868Z Compiling zerofrom v0.1.6
4972026-06-09T21:34:07.979Z Compiling yoke v0.8.1
4982026-06-09T21:34:08.145Z Compiling dtrace-parser v0.2.0
4992026-06-09T21:34:08.176Z Compiling zerovec v0.11.5
5002026-06-09T21:34:08.176Z Compiling zerotrie v0.2.3
5012026-06-09T21:34:08.325Z Compiling clap v4.6.1
5022026-06-09T21:34:08.602Z Compiling tinystr v0.8.2
5032026-06-09T21:34:08.603Z Compiling potential_utf v0.1.4
5042026-06-09T21:34:08.724Z Compiling icu_collections v2.1.1
5052026-06-09T21:34:08.747Z Compiling icu_locale_core v2.1.1
5062026-06-09T21:34:09.293Z Compiling icu_provider v2.1.1
5072026-06-09T21:34:09.395Z Compiling toml_datetime v0.6.11
5082026-06-09T21:34:09.395Z Compiling serde_spanned v0.6.9
5092026-06-09T21:34:09.399Z Compiling serde-value v0.7.0
5102026-06-09T21:34:09.399Z Compiling cargo-platform v0.2.0
5112026-06-09T21:34:09.399Z Compiling macaddr v1.0.1
5122026-06-09T21:34:09.412Z Compiling dof v0.3.0
5132026-06-09T21:34:09.415Z Compiling serde_tokenstream v0.2.3
5142026-06-09T21:34:09.508Z Compiling icu_normalizer v2.1.1
5152026-06-09T21:34:09.508Z Compiling icu_properties v2.1.2
5162026-06-09T21:34:09.582Z Compiling toml_edit v0.22.27
5172026-06-09T21:34:10.164Z Compiling usdt-attr-macro v0.5.0
5182026-06-09T21:34:10.167Z Compiling usdt-macro v0.5.0
5192026-06-09T21:34:10.339Z Compiling idna_adapter v1.2.1
5202026-06-09T21:34:10.444Z Compiling idna v1.1.0
5212026-06-09T21:34:10.706Z Compiling url v2.5.8
5222026-06-09T21:34:10.753Z Compiling usdt v0.5.0
5232026-06-09T21:34:10.892Z Compiling toml v0.8.23
5242026-06-09T21:34:11.218Z Compiling cargo-util-schemas v0.8.2
5252026-06-09T21:34:11.218Z Compiling cargo_toml v0.21.0
5262026-06-09T21:34:11.994Z Compiling cargo_metadata v0.21.0
5272026-06-09T21:34:12.908Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-09T21:34:15.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s
5292026-06-09T21:34:15.265Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5302026-06-09T21:34:15.817Z Downloading crates ...
5312026-06-09T21:34:15.929Z Downloaded arrayref v0.3.9
5322026-06-09T21:34:15.933Z Downloaded crc8 v0.1.1
5332026-06-09T21:34:15.936Z Downloaded async-trait v0.1.89
5342026-06-09T21:34:15.939Z Downloaded bcrypt-pbkdf v0.10.0
5352026-06-09T21:34:15.939Z Downloaded array-init v0.0.4
5362026-06-09T21:34:15.939Z Downloaded anstream v0.6.21
5372026-06-09T21:34:15.943Z Downloaded atty v0.2.14
5382026-06-09T21:34:15.946Z Downloaded adler2 v2.0.1
5392026-06-09T21:34:15.946Z Downloaded crc-any v2.5.0
5402026-06-09T21:34:15.949Z Downloaded darling_macro v0.21.3
5412026-06-09T21:34:15.953Z Downloaded async-stream-impl v0.3.6
5422026-06-09T21:34:15.953Z Downloaded env_logger v0.11.9
5432026-06-09T21:34:15.957Z Downloaded bit-set v0.8.0
5442026-06-09T21:34:15.957Z Downloaded dunce v1.0.5
5452026-06-09T21:34:15.957Z Downloaded darling v0.13.4
5462026-06-09T21:34:15.960Z Downloaded crucible-workspace-hack v0.1.0
5472026-06-09T21:34:15.960Z Downloaded derive_builder_core v0.20.2
5482026-06-09T21:34:15.960Z Downloaded base16ct v0.2.0
5492026-06-09T21:34:15.964Z Downloaded atomic-waker v1.1.2
5502026-06-09T21:34:15.964Z Downloaded assert_matches v1.5.0
5512026-06-09T21:34:15.964Z Downloaded float-cmp v0.10.0
5522026-06-09T21:34:15.967Z Downloaded crunchy v0.2.4
5532026-06-09T21:34:15.970Z Downloaded async-stream v0.3.6
5542026-06-09T21:34:15.970Z Downloaded filetime v0.2.27
5552026-06-09T21:34:15.974Z Downloaded bitfield-struct v0.6.2
5562026-06-09T21:34:15.977Z Downloaded fatfs v0.3.6
5572026-06-09T21:34:15.977Z Downloaded cstr-argument v0.1.2
5582026-06-09T21:34:15.980Z Downloaded cfg_aliases v0.1.1
5592026-06-09T21:34:15.980Z Downloaded block-padding v0.3.3
5602026-06-09T21:34:15.980Z Downloaded bit-set v0.5.3
5612026-06-09T21:34:15.980Z Downloaded ascii-canvas v3.0.0
5622026-06-09T21:34:15.983Z Downloaded darling v0.20.11
5632026-06-09T21:34:15.986Z Downloaded cbc v0.1.2
5642026-06-09T21:34:15.987Z Downloaded defmt v0.3.100
5652026-06-09T21:34:15.987Z Downloaded blowfish v0.9.1
5662026-06-09T21:34:15.991Z Downloaded async-recursion v1.1.1
5672026-06-09T21:34:15.991Z Downloaded anstyle-parse v0.2.7
5682026-06-09T21:34:15.994Z Downloaded crossterm v0.28.1
5692026-06-09T21:34:15.997Z Downloaded dsl_auto_type v0.2.0
5702026-06-09T21:34:15.997Z Downloaded crc-catalog v2.4.0
5712026-06-09T21:34:15.997Z Downloaded bb8 v0.8.6
5722026-06-09T21:34:16.002Z Downloaded darling_macro v0.13.4
5732026-06-09T21:34:16.002Z Downloaded daft-derive v0.1.7
5742026-06-09T21:34:16.006Z Downloaded derive_builder_macro v0.20.2
5752026-06-09T21:34:16.006Z Downloaded darling_macro v0.20.11
5762026-06-09T21:34:16.006Z Downloaded env_filter v1.0.0
5772026-06-09T21:34:16.006Z Downloaded convert_case v0.4.0
5782026-06-09T21:34:16.006Z Downloaded darling_macro v0.23.0
5792026-06-09T21:34:16.009Z Downloaded embedded-io v0.4.0
5802026-06-09T21:34:16.009Z Downloaded cpufeatures v0.3.0
5812026-06-09T21:34:16.009Z Downloaded cipher v0.4.4
5822026-06-09T21:34:16.013Z Downloaded arrayvec v0.7.6
5832026-06-09T21:34:16.013Z Downloaded difflib v0.4.0
5842026-06-09T21:34:16.016Z Downloaded dtrace-parser v0.3.0
5852026-06-09T21:34:16.019Z Downloaded convert_case v0.10.0
5862026-06-09T21:34:16.019Z Downloaded camino-tempfile-ext v0.3.3
5872026-06-09T21:34:16.019Z Downloaded cargo-platform v0.3.2
5882026-06-09T21:34:16.023Z Downloaded ahash v0.8.12
5892026-06-09T21:34:16.023Z Downloaded data-encoding v2.10.0
5902026-06-09T21:34:16.023Z Downloaded castaway v0.2.4
5912026-06-09T21:34:16.026Z Downloaded csv-core v0.1.13
5922026-06-09T21:34:16.026Z Downloaded dropshot-api-manager-types v0.7.2
5932026-06-09T21:34:16.026Z Downloaded compression-core v0.4.31
5942026-06-09T21:34:16.029Z Downloaded bitfield-macros v0.19.4
5952026-06-09T21:34:16.029Z Downloaded atomicwrites v0.4.4
5962026-06-09T21:34:16.029Z Downloaded aead v0.5.2
5972026-06-09T21:34:16.032Z Downloaded downcast-rs v2.0.2
5982026-06-09T21:34:16.033Z Downloaded dirs-sys-next v0.1.2
5992026-06-09T21:34:16.037Z Downloaded compression-codecs v0.4.37
6002026-06-09T21:34:16.037Z Downloaded allocator-api2 v0.2.21
6012026-06-09T21:34:16.041Z Downloaded cfg_aliases v0.2.1
6022026-06-09T21:34:16.041Z Downloaded dyn-clone v1.0.20
6032026-06-09T21:34:16.041Z Downloaded cobs v0.3.0
6042026-06-09T21:34:16.044Z Downloaded curve25519-dalek-derive v0.1.1
6052026-06-09T21:34:16.048Z Downloaded document-features v0.2.12
6062026-06-09T21:34:16.051Z Downloaded foreign-types v0.5.0
6072026-06-09T21:34:16.051Z Downloaded dirs-next v2.0.0
6082026-06-09T21:34:16.051Z Downloaded crc v3.4.0
6092026-06-09T21:34:16.055Z Downloaded enum-as-inner v0.6.1
6102026-06-09T21:34:16.055Z Downloaded endian-type v0.1.2
6112026-06-09T21:34:16.058Z Downloaded foreign-types-shared v0.3.1
6122026-06-09T21:34:16.058Z Downloaded foreign-types-macros v0.2.3
6132026-06-09T21:34:16.058Z Downloaded defmt-parser v1.0.0
6142026-06-09T21:34:16.062Z Downloaded ciborium-ll v0.2.2
6152026-06-09T21:34:16.062Z Downloaded futures-io v0.3.32
6162026-06-09T21:34:16.062Z Downloaded foreign-types-shared v0.1.1
6172026-06-09T21:34:16.066Z Downloaded futures-sink v0.3.32
6182026-06-09T21:34:16.066Z Downloaded bit-vec v0.8.0
6192026-06-09T21:34:16.066Z Downloaded flagset v0.4.7
6202026-06-09T21:34:16.073Z Downloaded byte-wrapper v0.1.0
6212026-06-09T21:34:16.073Z Downloaded cmake v0.1.57
6222026-06-09T21:34:16.073Z Downloaded cexpr v0.6.0
6232026-06-09T21:34:16.077Z Downloaded float-ord v0.3.2
6242026-06-09T21:34:16.077Z Downloaded argon2 v0.5.3
6252026-06-09T21:34:16.077Z Downloaded dof v0.4.0
6262026-06-09T21:34:16.077Z Downloaded buf-list v1.1.2
6272026-06-09T21:34:16.080Z Downloaded funty v2.0.0
6282026-06-09T21:34:16.080Z Downloaded fixedbitset v0.4.2
6292026-06-09T21:34:16.080Z Downloaded futures-task v0.3.32
6302026-06-09T21:34:16.083Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-06-09T21:34:16.083Z Downloaded fd-lock v4.0.4
6322026-06-09T21:34:16.086Z Downloaded display-error-chain v0.2.2
6332026-06-09T21:34:16.087Z Downloaded const_format_proc_macros v0.2.34
6342026-06-09T21:34:16.090Z Downloaded bitflags v1.3.2
6352026-06-09T21:34:16.090Z Downloaded ghash v0.5.1
6362026-06-09T21:34:16.090Z Downloaded cookie v0.18.1
6372026-06-09T21:34:16.093Z Downloaded console v0.16.2
6382026-06-09T21:34:16.093Z Downloaded erased-serde v0.3.31
6392026-06-09T21:34:16.096Z Downloaded embedded-io v0.6.1
6402026-06-09T21:34:16.097Z Downloaded diesel-dtrace v0.5.0
6412026-06-09T21:34:16.097Z Downloaded ciborium-io v0.2.2
6422026-06-09T21:34:16.103Z Downloaded daft v0.1.7
6432026-06-09T21:34:16.103Z Downloaded backoff v0.4.0
6442026-06-09T21:34:16.103Z Downloaded hash32 v0.2.1
6452026-06-09T21:34:16.103Z Downloaded git-stub v1.0.0
6462026-06-09T21:34:16.107Z Downloaded derive_builder v0.20.2
6472026-06-09T21:34:16.107Z Downloaded hex-literal v0.4.1
6482026-06-09T21:34:16.107Z Downloaded futures-macro v0.3.32
6492026-06-09T21:34:16.107Z Downloaded futures-core v0.3.32
6502026-06-09T21:34:16.107Z Downloaded debug-ignore v1.0.5
6512026-06-09T21:34:16.110Z Downloaded async-bb8-diesel v0.2.1
6522026-06-09T21:34:16.110Z Downloaded darling_core v0.20.11
6532026-06-09T21:34:16.114Z Downloaded gethostname v0.5.0
6542026-06-09T21:34:16.114Z Downloaded cassowary v0.3.0
6552026-06-09T21:34:16.114Z Downloaded globwalk v0.9.1
6562026-06-09T21:34:16.118Z Downloaded fxhash v0.2.1
6572026-06-09T21:34:16.118Z Downloaded bit-vec v0.6.3
6582026-06-09T21:34:16.118Z Downloaded hash32 v0.3.1
6592026-06-09T21:34:16.118Z Downloaded foreign-types v0.3.2
6602026-06-09T21:34:16.121Z Downloaded hex v0.4.3
6612026-06-09T21:34:16.125Z Downloaded foldhash v0.2.0
6622026-06-09T21:34:16.125Z Downloaded headers-core v0.3.0
6632026-06-09T21:34:16.128Z Downloaded constant_time_eq v0.4.2
6642026-06-09T21:34:16.128Z Downloaded cargo_metadata v0.23.1
6652026-06-09T21:34:16.133Z Downloaded http-body v1.0.1
6662026-06-09T21:34:16.133Z Downloaded crossbeam-deque v0.8.6
6672026-06-09T21:34:16.139Z Downloaded hostname v0.3.1
6682026-06-09T21:34:16.140Z Downloaded der_derive v0.7.3
6692026-06-09T21:34:16.140Z Downloaded hostname v0.4.2
6702026-06-09T21:34:16.140Z Downloaded home v0.5.12
6712026-06-09T21:34:16.143Z Downloaded hubpack v0.1.2
6722026-06-09T21:34:16.143Z Downloaded cookie_store v0.22.1
6732026-06-09T21:34:16.143Z Downloaded either v1.15.0
6742026-06-09T21:34:16.143Z Downloaded ctr v0.9.2
6752026-06-09T21:34:16.143Z Downloaded fixedbitset v0.5.7
6762026-06-09T21:34:16.143Z Downloaded bzip2 v0.4.4
6772026-06-09T21:34:16.146Z Downloaded bitfield v0.19.4
6782026-06-09T21:34:16.146Z Downloaded ciborium v0.2.2
6792026-06-09T21:34:16.150Z Downloaded bcs v0.1.6
6802026-06-09T21:34:16.150Z Downloaded fallible-iterator v0.2.0
6812026-06-09T21:34:16.153Z Downloaded http-range v0.1.5
6822026-06-09T21:34:16.153Z Downloaded httpdate v1.0.3
6832026-06-09T21:34:16.153Z Downloaded ecdsa v0.16.9
6842026-06-09T21:34:16.157Z Downloaded defmt v1.0.1
6852026-06-09T21:34:16.157Z Downloaded ed25519 v2.2.3
6862026-06-09T21:34:16.157Z Downloaded defmt-macros v1.0.1
6872026-06-09T21:34:16.164Z Downloaded arc-swap v1.8.2
6882026-06-09T21:34:16.167Z Downloaded ff v0.13.1
6892026-06-09T21:34:16.167Z Downloaded ena v0.14.4
6902026-06-09T21:34:16.167Z Downloaded glob v0.3.3
6912026-06-09T21:34:16.167Z Downloaded git-stub-vcs v0.1.0
6922026-06-09T21:34:16.167Z Downloaded derive-ex v0.1.8
6932026-06-09T21:34:16.167Z Downloaded deranged v0.5.8
6942026-06-09T21:34:16.170Z Downloaded corncobs v0.1.4
6952026-06-09T21:34:16.174Z Downloaded hubpack_derive v0.1.1
6962026-06-09T21:34:16.174Z Downloaded indent_write v2.2.0
6972026-06-09T21:34:16.174Z Downloaded futures-executor v0.3.32
6982026-06-09T21:34:16.174Z Downloaded is-terminal v0.4.17
6992026-06-09T21:34:16.177Z Downloaded indoc v1.0.9
7002026-06-09T21:34:16.177Z Downloaded fs_extra v1.3.0
7012026-06-09T21:34:16.181Z Downloaded fs-err v2.11.0
7022026-06-09T21:34:16.181Z Downloaded is_ci v1.2.0
7032026-06-09T21:34:16.181Z Downloaded drift v0.2.0
7042026-06-09T21:34:16.187Z Downloaded illumos-nvpair-sys v0.2.0
7052026-06-09T21:34:16.191Z Downloaded clang-sys v1.8.1
7062026-06-09T21:34:16.191Z Downloaded const-oid v0.9.6
7072026-06-09T21:34:16.191Z Downloaded group v0.13.0
7082026-06-09T21:34:16.191Z Downloaded globset v0.4.18
7092026-06-09T21:34:16.195Z Downloaded console v0.15.11
7102026-06-09T21:34:16.195Z Downloaded colored v3.1.1
7112026-06-09T21:34:16.199Z Downloaded kstat-rs v0.2.4
7122026-06-09T21:34:16.199Z Downloaded chacha20 v0.9.1
7132026-06-09T21:34:16.199Z Downloaded colored v2.2.0
7142026-06-09T21:34:16.203Z Downloaded chacha20 v0.10.0
7152026-06-09T21:34:16.203Z Downloaded bzip2 v0.6.1
7162026-06-09T21:34:16.203Z Downloaded lalrpop-util v0.19.12
7172026-06-09T21:34:16.207Z Downloaded keccak v0.1.6
7182026-06-09T21:34:16.207Z Downloaded base64ct v1.8.3
7192026-06-09T21:34:16.208Z Downloaded illumos-nvpair v0.3.0
7202026-06-09T21:34:16.211Z Downloaded inout v0.1.4
7212026-06-09T21:34:16.211Z Downloaded ident_case v1.0.1
7222026-06-09T21:34:16.211Z Downloaded derive_more v0.99.20
7232026-06-09T21:34:16.214Z Downloaded cancel-safe-futures v0.1.5
7242026-06-09T21:34:16.214Z Downloaded blake2 v0.10.6
7252026-06-09T21:34:16.217Z Downloaded backon v1.6.0
7262026-06-09T21:34:16.217Z Downloaded internet-checksum v0.2.1
7272026-06-09T21:34:16.221Z Downloaded libscf-sys v1.1.0
7282026-06-09T21:34:16.221Z Downloaded getrandom v0.2.17
7292026-06-09T21:34:16.221Z Downloaded linked-hash-map v0.5.6
7302026-06-09T21:34:16.221Z Downloaded base64 v0.22.1
7312026-06-09T21:34:16.226Z Downloaded aes v0.8.4
7322026-06-09T21:34:16.229Z Downloaded md-5 v0.10.6
7332026-06-09T21:34:16.229Z Downloaded crc32fast v1.5.0
7342026-06-09T21:34:16.229Z Downloaded maplit v1.0.2
7352026-06-09T21:34:16.229Z Downloaded lru-slab v0.1.2
7362026-06-09T21:34:16.229Z Downloaded darling v0.21.3
7372026-06-09T21:34:16.232Z Downloaded half v1.8.3
7382026-06-09T21:34:16.236Z Downloaded crossbeam-epoch v0.9.18
7392026-06-09T21:34:16.236Z Downloaded find-msvc-tools v0.1.9
7402026-06-09T21:34:16.239Z Downloaded des v0.8.1
7412026-06-09T21:34:16.239Z Downloaded critical-section v1.2.0
7422026-06-09T21:34:16.239Z Downloaded darling v0.23.0
7432026-06-09T21:34:16.242Z Downloaded ingot-types v0.1.2
7442026-06-09T21:34:16.246Z Downloaded instant v0.1.13
7452026-06-09T21:34:16.246Z Downloaded ingot v0.1.1
7462026-06-09T21:34:16.246Z Downloaded diff v0.1.13
7472026-06-09T21:34:16.249Z Downloaded indoc v2.0.7
7482026-06-09T21:34:16.249Z Downloaded newline-converter v0.3.0
7492026-06-09T21:34:16.249Z Downloaded new_debug_unreachable v1.0.6
7502026-06-09T21:34:16.253Z Downloaded foldhash v0.1.5
7512026-06-09T21:34:16.253Z Downloaded newtype-uuid-macros v0.1.0
7522026-06-09T21:34:16.253Z Downloaded humantime v2.3.0
7532026-06-09T21:34:16.257Z Downloaded nodrop v0.1.14
7542026-06-09T21:34:16.257Z Downloaded ipnet v2.11.0
7552026-06-09T21:34:16.257Z Downloaded instability v0.3.11
7562026-06-09T21:34:16.262Z Downloaded lru-cache v0.1.2
7572026-06-09T21:34:16.265Z Downloaded managed v0.8.0
7582026-06-09T21:34:16.265Z Downloaded lzss v0.8.2
7592026-06-09T21:34:16.265Z Downloaded lru v0.12.5
7602026-06-09T21:34:16.269Z Downloaded futures-channel v0.3.32
7612026-06-09T21:34:16.269Z Downloaded jobserver v0.1.34
7622026-06-09T21:34:16.272Z Downloaded impl-trait-for-tuples v0.2.3
7632026-06-09T21:34:16.272Z Downloaded mime v0.3.17
7642026-06-09T21:34:16.277Z Downloaded memoffset v0.9.1
7652026-06-09T21:34:16.277Z Downloaded maybe-uninit v2.0.0
7662026-06-09T21:34:16.277Z Downloaded hyper-tls v0.6.0
7672026-06-09T21:34:16.280Z Downloaded libloading v0.8.9
7682026-06-09T21:34:16.280Z Downloaded multimap v0.10.1
7692026-06-09T21:34:16.280Z Downloaded libsw-core v0.3.2
7702026-06-09T21:34:16.283Z Downloaded normalize-line-endings v0.3.0
7712026-06-09T21:34:16.284Z Downloaded nibble_vec v0.1.0
7722026-06-09T21:34:16.284Z Downloaded newtype_derive v0.1.6
7732026-06-09T21:34:16.284Z Downloaded bytes v1.11.1
7742026-06-09T21:34:16.287Z Downloaded httparse v1.10.1
7752026-06-09T21:34:16.290Z Downloaded num-derive v0.3.3
7762026-06-09T21:34:16.292Z Downloaded base64 v0.21.7
7772026-06-09T21:34:16.296Z Downloaded md5 v0.7.0
7782026-06-09T21:34:16.296Z Downloaded lock_api v0.4.14
7792026-06-09T21:34:16.296Z Downloaded http-body-util v0.1.3
7802026-06-09T21:34:16.296Z Downloaded num_threads v0.1.7
7812026-06-09T21:34:16.296Z Downloaded num-iter v0.1.45
7822026-06-09T21:34:16.299Z Downloaded highway v1.3.0
7832026-06-09T21:34:16.299Z Downloaded num_enum_derive v0.5.11
7842026-06-09T21:34:16.299Z Downloaded ipnetwork v0.21.1
7852026-06-09T21:34:16.302Z Downloaded openssl-probe v0.2.1
7862026-06-09T21:34:16.305Z Downloaded hyper-rustls v0.27.7
7872026-06-09T21:34:16.309Z Downloaded libefi-sys v0.1.0
7882026-06-09T21:34:16.309Z Downloaded lazy_static v1.5.0
7892026-06-09T21:34:16.312Z Downloaded num-conv v0.2.0
7902026-06-09T21:34:16.312Z Downloaded hyper-staticfile v0.10.1
7912026-06-09T21:34:16.316Z Downloaded openssl-macros v0.1.1
7922026-06-09T21:34:16.320Z Downloaded darling_core v0.13.4
7932026-06-09T21:34:16.323Z Downloaded openssl-probe v0.1.6
7942026-06-09T21:34:16.323Z Downloaded olpc-cjson v0.1.4
7952026-06-09T21:34:16.323Z Downloaded newtype-uuid v1.3.2
7962026-06-09T21:34:16.323Z Downloaded num-derive v0.4.2
7972026-06-09T21:34:16.327Z Downloaded oso-derive v0.27.3
7982026-06-09T21:34:16.330Z Downloaded packed_struct_codegen v0.10.1
7992026-06-09T21:34:16.343Z Downloaded parse-display v0.10.0
8002026-06-09T21:34:16.346Z Downloaded opaque-debug v0.3.1
8012026-06-09T21:34:16.346Z Downloaded multer v3.1.0
8022026-06-09T21:34:16.346Z Downloaded libsw v3.5.0
8032026-06-09T21:34:16.349Z Downloaded hmac v0.12.1
8042026-06-09T21:34:16.349Z Downloaded nonempty v0.12.0
8052026-06-09T21:34:16.349Z Downloaded dropshot_endpoint v0.17.0
8062026-06-09T21:34:16.353Z Downloaded parse-size v1.1.0
8072026-06-09T21:34:16.353Z Downloaded linear-map v1.2.0
8082026-06-09T21:34:16.353Z Downloaded iana-time-zone v0.1.65
8092026-06-09T21:34:16.356Z Downloaded const_format v0.2.35
8102026-06-09T21:34:16.360Z Downloaded match_cfg v0.1.0
8112026-06-09T21:34:16.360Z Downloaded derive_more v2.1.1
8122026-06-09T21:34:16.365Z Downloaded pbkdf2 v0.11.0
8132026-06-09T21:34:16.368Z Downloaded peg-runtime v0.8.5
8142026-06-09T21:34:16.368Z Downloaded pbkdf2 v0.12.2
8152026-06-09T21:34:16.371Z Downloaded path-slash v0.1.5
8162026-06-09T21:34:16.372Z Downloaded phf_shared v0.13.1
8172026-06-09T21:34:16.372Z Downloaded getrandom v0.3.4
8182026-06-09T21:34:16.375Z Downloaded num_enum_derive v0.7.6
8192026-06-09T21:34:16.375Z Downloaded num_enum v0.7.6
8202026-06-09T21:34:16.378Z Downloaded phf_shared v0.12.1
8212026-06-09T21:34:16.378Z Downloaded crypto-bigint v0.5.5
8222026-06-09T21:34:16.381Z Downloaded compact_str v0.8.1
8232026-06-09T21:34:16.385Z Downloaded half v2.7.1
8242026-06-09T21:34:16.389Z Downloaded crossterm v0.29.0
8252026-06-09T21:34:16.392Z Downloaded mime_guess v2.0.5
8262026-06-09T21:34:16.392Z Downloaded memmap2 v0.9.10
8272026-06-09T21:34:16.392Z Downloaded ingot-macros v0.1.1
8282026-06-09T21:34:16.395Z Downloaded indexmap v1.9.3
8292026-06-09T21:34:16.395Z Downloaded oxide-tokio-rt v0.1.4
8302026-06-09T21:34:16.398Z Downloaded packed_struct v0.10.1
8312026-06-09T21:34:16.399Z Downloaded num v0.4.3
8322026-06-09T21:34:16.399Z Downloaded pin-utils v0.1.0
8332026-06-09T21:34:16.402Z Downloaded num_enum v0.5.11
8342026-06-09T21:34:16.405Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-06-09T21:34:16.405Z Downloaded proc-macro-crate v1.3.1
8362026-06-09T21:34:16.405Z Downloaded precomputed-hash v0.1.1
8372026-06-09T21:34:16.405Z Downloaded powerfmt v0.2.0
8382026-06-09T21:34:16.405Z Downloaded owo-colors v4.3.0
8392026-06-09T21:34:16.408Z Downloaded proc-macro-crate v3.4.0
8402026-06-09T21:34:16.408Z Downloaded ignore v0.4.25
8412026-06-09T21:34:16.411Z Downloaded headers v0.4.1
8422026-06-09T21:34:16.415Z Downloaded predicates-tree v1.0.13
8432026-06-09T21:34:16.415Z Downloaded darling_core v0.21.3
8442026-06-09T21:34:16.418Z Downloaded num-integer v0.1.46
8452026-06-09T21:34:16.418Z Downloaded flume v0.11.1
8462026-06-09T21:34:16.421Z Downloaded darling_core v0.23.0
8472026-06-09T21:34:16.424Z Downloaded crossbeam-utils v0.8.21
8482026-06-09T21:34:16.427Z Downloaded chacha20poly1305 v0.10.1
8492026-06-09T21:34:16.428Z Downloaded derive-where v1.6.0
8502026-06-09T21:34:16.431Z Downloaded progenitor-client v0.10.0
8512026-06-09T21:34:16.431Z Downloaded parking_lot_core v0.8.6
8522026-06-09T21:34:16.431Z Downloaded progenitor-macro v0.13.0
8532026-06-09T21:34:16.435Z Downloaded bumpalo v3.20.2
8542026-06-09T21:34:16.435Z Downloaded predicates-core v1.0.10
8552026-06-09T21:34:16.435Z Downloaded num-rational v0.4.2
8562026-06-09T21:34:16.438Z Downloaded oxnet v0.1.5
8572026-06-09T21:34:16.438Z Downloaded ar_archive_writer v0.5.1
8582026-06-09T21:34:16.441Z Downloaded litrs v1.0.0
8592026-06-09T21:34:16.441Z Downloaded peg v0.8.5
8602026-06-09T21:34:16.444Z Downloaded phf_shared v0.11.3
8612026-06-09T21:34:16.445Z Downloaded pem-rfc7468 v0.7.0
8622026-06-09T21:34:16.448Z Downloaded progenitor-macro v0.11.2
8632026-06-09T21:34:16.448Z Downloaded password-hash v0.4.2
8642026-06-09T21:34:16.448Z Downloaded num-complex v0.4.6
8652026-06-09T21:34:16.448Z Downloaded native-tls v0.2.18
8662026-06-09T21:34:16.451Z Downloaded nanorand v0.7.0
8672026-06-09T21:34:16.452Z Downloaded progenitor-client v0.11.2
8682026-06-09T21:34:16.452Z Downloaded pin-project-internal v1.1.11
8692026-06-09T21:34:16.455Z Downloaded parse-display-derive v0.10.0
8702026-06-09T21:34:16.455Z Downloaded nu-ansi-term v0.50.3
8712026-06-09T21:34:16.455Z Downloaded quick-error v1.2.3
8722026-06-09T21:34:16.458Z Downloaded peg-macros v0.8.5
8732026-06-09T21:34:16.459Z Downloaded phf v0.13.1
8742026-06-09T21:34:16.459Z Downloaded paste v1.0.15
8752026-06-09T21:34:16.463Z Downloaded radium v0.7.0
8762026-06-09T21:34:16.463Z Downloaded progenitor-client v0.14.0
8772026-06-09T21:34:16.463Z Downloaded futures v0.3.32
8782026-06-09T21:34:16.466Z Downloaded psl-types v2.0.11
8792026-06-09T21:34:16.466Z Downloaded elliptic-curve v0.13.8
8802026-06-09T21:34:16.470Z Downloaded postgres-protocol v0.6.10
8812026-06-09T21:34:16.470Z Downloaded pkg-config v0.3.32
8822026-06-09T21:34:16.473Z Downloaded phf v0.12.1
8832026-06-09T21:34:16.478Z Downloaded heapless v0.7.17
8842026-06-09T21:34:16.481Z Downloaded ppv-lite86 v0.2.21
8852026-06-09T21:34:16.484Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-06-09T21:34:16.484Z Downloaded recursive v0.1.1
8872026-06-09T21:34:16.484Z Downloaded rand_chacha v0.3.1
8882026-06-09T21:34:16.488Z Downloaded progenitor v0.14.0
8892026-06-09T21:34:16.491Z Downloaded progenitor v0.11.2
8902026-06-09T21:34:16.491Z Downloaded hickory-resolver v0.25.2
8912026-06-09T21:34:16.494Z Downloaded cc v1.2.56
8922026-06-09T21:34:16.498Z Downloaded pkcs8 v0.10.2
8932026-06-09T21:34:16.498Z Downloaded pin-project-lite v0.2.17
8942026-06-09T21:34:16.501Z Downloaded progenitor-macro v0.14.0
8952026-06-09T21:34:16.501Z Downloaded async-compression v0.4.41
8962026-06-09T21:34:16.504Z Downloaded polyval v0.6.2
8972026-06-09T21:34:16.509Z Downloaded progenitor-extras v0.2.0
8982026-06-09T21:34:16.509Z Downloaded password-hash v0.5.0
8992026-06-09T21:34:16.509Z Downloaded parking_lot_core v0.9.12
9002026-06-09T21:34:16.510Z Downloaded parking_lot v0.12.5
9012026-06-09T21:34:16.513Z Downloaded rand_xorshift v0.4.0
9022026-06-09T21:34:16.517Z Downloaded russh-cryptovec v0.7.3
9032026-06-09T21:34:16.517Z Downloaded rfc6979 v0.4.0
9042026-06-09T21:34:16.520Z Downloaded omicron-zone-package v0.12.2
9052026-06-09T21:34:16.523Z Downloaded psm v0.1.30
9062026-06-09T21:34:16.527Z Downloaded r2d2 v0.8.10
9072026-06-09T21:34:16.527Z Downloaded predicates v3.1.4
9082026-06-09T21:34:16.530Z Downloaded crossbeam-channel v0.5.15
9092026-06-09T21:34:16.530Z Downloaded rtoolbox v0.0.3
9102026-06-09T21:34:16.533Z Downloaded libbz2-rs-sys v0.2.2
9112026-06-09T21:34:16.540Z Downloaded expectorate v1.2.0
9122026-06-09T21:34:16.543Z Downloaded der v0.7.10
9132026-06-09T21:34:16.546Z Downloaded miniz_oxide v0.8.9
9142026-06-09T21:34:16.550Z Downloaded ref-cast v1.0.25
9152026-06-09T21:34:16.550Z Downloaded ref-cast-impl v1.0.25
9162026-06-09T21:34:16.553Z Downloaded progenitor-client v0.13.0
9172026-06-09T21:34:16.553Z Downloaded proc-macro-error2 v2.0.1
9182026-06-09T21:34:16.553Z Downloaded papergrid v0.17.0
9192026-06-09T21:34:16.556Z Downloaded primeorder v0.13.6
9202026-06-09T21:34:16.560Z Downloaded salsa20 v0.10.2
9212026-06-09T21:34:16.560Z Downloaded pem v3.0.6
9222026-06-09T21:34:16.560Z Downloaded hickory-resolver v0.24.4
9232026-06-09T21:34:16.563Z Downloaded indicatif v0.18.4
9242026-06-09T21:34:16.566Z Downloaded rustc_version v0.4.1
9252026-06-09T21:34:16.566Z Downloaded progenitor v0.13.0
9262026-06-09T21:34:16.570Z Downloaded rustc_version v0.1.7
9272026-06-09T21:34:16.570Z Downloaded parking_lot v0.11.2
9282026-06-09T21:34:16.574Z Downloaded scheduled-thread-pool v0.2.7
9292026-06-09T21:34:16.577Z Downloaded same-file v1.0.6
9302026-06-09T21:34:16.577Z Downloaded derive_more-impl v2.1.1
9312026-06-09T21:34:16.582Z Downloaded jiff-static v0.2.21
9322026-06-09T21:34:16.592Z Downloaded rustc-hash v2.1.1
9332026-06-09T21:34:16.595Z Downloaded resolv-conf v0.7.6
9342026-06-09T21:34:16.599Z Downloaded serde-big-array v0.5.1
9352026-06-09T21:34:16.602Z Downloaded pkcs1 v0.7.5
9362026-06-09T21:34:16.605Z Downloaded pin-project v1.1.11
9372026-06-09T21:34:16.609Z Downloaded poly1305 v0.8.0
9382026-06-09T21:34:16.612Z Downloaded serde_bytes v0.11.19
9392026-06-09T21:34:16.612Z Downloaded seq-macro v0.3.6
9402026-06-09T21:34:16.615Z Downloaded postgres-types v0.2.12
9412026-06-09T21:34:16.615Z Downloaded scopeguard v1.2.0
9422026-06-09T21:34:16.618Z Downloaded postcard v1.1.3
9432026-06-09T21:34:16.618Z Downloaded pkcs5 v0.7.1
9442026-06-09T21:34:16.621Z Downloaded serde_repr v0.1.20
9452026-06-09T21:34:16.622Z Downloaded sapling-renderdag v0.1.0
9462026-06-09T21:34:16.622Z Downloaded rand_chacha v0.9.0
9472026-06-09T21:34:16.625Z Downloaded rand_seeder v0.4.0
9482026-06-09T21:34:16.626Z Downloaded rand_core v0.6.4
9492026-06-09T21:34:16.630Z Downloaded oso v0.27.3
9502026-06-09T21:34:16.630Z Downloaded flate2 v1.1.9
9512026-06-09T21:34:16.630Z Downloaded ed25519-dalek v2.2.0
9522026-06-09T21:34:16.634Z Downloaded openssl-sys v0.9.115
9532026-06-09T21:34:16.637Z Downloaded prefix-trie v0.7.0
9542026-06-09T21:34:16.640Z Downloaded secrecy v0.8.0
9552026-06-09T21:34:16.640Z Downloaded scrypt v0.11.0
9562026-06-09T21:34:16.643Z Downloaded scroll_derive v0.13.1
9572026-06-09T21:34:16.643Z Downloaded signal-hook-tokio v0.3.1
9582026-06-09T21:34:16.643Z Downloaded shell-words v1.1.1
9592026-06-09T21:34:16.643Z Downloaded rand_core v0.10.0
9602026-06-09T21:34:16.647Z Downloaded rand_core v0.9.5
9612026-06-09T21:34:16.647Z Downloaded serde_plain v1.0.2
9622026-06-09T21:34:16.677Z Downloaded serde_urlencoded v0.7.1
9632026-06-09T21:34:16.678Z Downloaded schemars_derive v0.8.22
9642026-06-09T21:34:16.678Z Downloaded rusty-fork v0.3.1
9652026-06-09T21:34:16.678Z Downloaded secrecy v0.10.3
9662026-06-09T21:34:16.678Z Downloaded rustls-native-certs v0.8.3
9672026-06-09T21:34:16.678Z Downloaded sigpipe v0.1.3
9682026-06-09T21:34:16.678Z Downloaded rustls-pemfile v2.2.0
9692026-06-09T21:34:16.678Z Downloaded rustls-pemfile v1.0.4
9702026-06-09T21:34:16.678Z Downloaded sct v0.7.1
9712026-06-09T21:34:16.678Z Downloaded sha1 v0.10.6
9722026-06-09T21:34:16.678Z Downloaded scroll v0.13.0
9732026-06-09T21:34:16.678Z Downloaded aes-gcm v0.10.3
9742026-06-09T21:34:16.678Z Downloaded signature v2.2.0
9752026-06-09T21:34:16.678Z Downloaded signal-hook-mio v0.2.5
9762026-06-09T21:34:16.682Z Downloaded siphasher v1.0.2
9772026-06-09T21:34:16.682Z Downloaded semver v0.1.20
9782026-06-09T21:34:16.682Z Downloaded sec1 v0.7.3
9792026-06-09T21:34:16.685Z Downloaded heapless v0.8.0
9802026-06-09T21:34:16.689Z Downloaded quinn-udp v0.5.14
9812026-06-09T21:34:16.692Z Downloaded serde_derive_internals v0.29.1
9822026-06-09T21:34:16.695Z Downloaded serde_spanned v1.0.4
9832026-06-09T21:34:16.695Z Downloaded serde_path_to_error v0.1.20
9842026-06-09T21:34:16.695Z Downloaded serde-hex v0.1.0
9852026-06-09T21:34:16.700Z Downloaded serde_with_macros v1.5.2
9862026-06-09T21:34:16.708Z Downloaded hyper-util v0.1.20
9872026-06-09T21:34:16.711Z Downloaded slog-bunyan v2.5.0
9882026-06-09T21:34:16.714Z Downloaded prettyplease v0.2.37
9892026-06-09T21:34:16.714Z Downloaded pretty_assertions v1.4.1
9902026-06-09T21:34:16.718Z Downloaded aho-corasick v1.1.4
9912026-06-09T21:34:16.722Z Downloaded diesel_derives v2.3.7
9922026-06-09T21:34:16.733Z Downloaded shlex v1.3.0
9932026-06-09T21:34:16.737Z Downloaded ssh-encoding v0.2.0
9942026-06-09T21:34:16.740Z Downloaded structmeta-derive v0.3.0
9952026-06-09T21:34:16.751Z Downloaded progenitor-impl v0.14.0
9962026-06-09T21:34:16.759Z Downloaded slog-stdlog v4.1.1
9972026-06-09T21:34:16.762Z Downloaded rustversion v1.0.22
9982026-06-09T21:34:16.765Z Downloaded slog-term v2.9.2
9992026-06-09T21:34:16.765Z Downloaded slog-envlogger v2.2.0
10002026-06-09T21:34:16.765Z Downloaded ssh-cipher v0.2.0
10012026-06-09T21:34:16.769Z Downloaded strsim v0.10.0
10022026-06-09T21:34:16.769Z Downloaded strum v0.27.2
10032026-06-09T21:34:16.769Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-09T21:34:16.769Z Downloaded russh-keys v0.45.0
10052026-06-09T21:34:16.772Z Downloaded supports-color v3.0.2
10062026-06-09T21:34:16.772Z Downloaded structmeta v0.3.0
10072026-06-09T21:34:16.772Z Downloaded subtle v2.6.1
10082026-06-09T21:34:16.775Z Downloaded serde_cbor v0.11.2
10092026-06-09T21:34:16.775Z Downloaded testing_table v0.3.0
10102026-06-09T21:34:16.775Z Downloaded tabwriter v1.4.1
10112026-06-09T21:34:16.779Z Downloaded take_mut v0.2.2
10122026-06-09T21:34:16.779Z Downloaded tagptr v0.2.0
10132026-06-09T21:34:16.779Z Downloaded sync_wrapper v1.0.2
10142026-06-09T21:34:16.779Z Downloaded sync-ptr v0.1.4
10152026-06-09T21:34:16.782Z Downloaded rustls-platform-verifier v0.6.2
10162026-06-09T21:34:16.782Z Downloaded slog-json v2.6.1
10172026-06-09T21:34:16.785Z Downloaded slog-dtrace v0.3.0
10182026-06-09T21:34:16.785Z Downloaded hickory-server v0.25.2
10192026-06-09T21:34:16.789Z Downloaded hashbrown v0.12.3
10202026-06-09T21:34:16.792Z Downloaded mio v1.2.0
10212026-06-09T21:34:16.795Z Downloaded serde_with_macros v3.17.0
10222026-06-09T21:34:16.795Z Downloaded hashbrown v0.13.2
10232026-06-09T21:34:16.798Z Downloaded spki v0.7.3
10242026-06-09T21:34:16.798Z Downloaded thread-id v5.1.0
10252026-06-09T21:34:16.798Z Downloaded slab v0.4.12
10262026-06-09T21:34:16.801Z Downloaded signal-hook-registry v1.4.8
10272026-06-09T21:34:16.801Z Downloaded simd-adler32 v0.3.8
10282026-06-09T21:34:16.801Z Downloaded smf v0.2.3
10292026-06-09T21:34:16.805Z Downloaded tabled_derive v0.11.0
10302026-06-09T21:34:16.805Z Downloaded smallvec v0.6.14
10312026-06-09T21:34:16.805Z Downloaded rustls-pki-types v1.14.0
10322026-06-09T21:34:16.808Z Downloaded termtree v0.5.1
10332026-06-09T21:34:16.808Z Downloaded slog-scope v4.4.1
10342026-06-09T21:34:16.808Z Downloaded slog-async v2.8.0
10352026-06-09T21:34:16.811Z Downloaded rayon-core v1.13.0
10362026-06-09T21:34:16.814Z Downloaded thiserror-impl-no-std v2.0.2
10372026-06-09T21:34:16.814Z Downloaded p256 v0.13.2
10382026-06-09T21:34:16.817Z Downloaded ryu v1.0.23
10392026-06-09T21:34:16.820Z Downloaded tinyvec_macros v0.1.1
10402026-06-09T21:34:16.820Z Downloaded strum v0.26.3
10412026-06-09T21:34:16.821Z Downloaded string_cache v0.8.9
10422026-06-09T21:34:16.824Z Downloaded http v1.4.0
10432026-06-09T21:34:16.830Z Downloaded time-core v0.1.8
10442026-06-09T21:34:16.833Z Downloaded snafu-derive v0.8.9
10452026-06-09T21:34:16.836Z Downloaded static_assertions v1.1.0
10462026-06-09T21:34:16.836Z Downloaded minimal-lexical v0.2.1
10472026-06-09T21:34:16.840Z Downloaded sqlformat v0.3.5
10482026-06-09T21:34:16.840Z Downloaded progenitor-impl v0.13.0
10492026-06-09T21:34:16.843Z Downloaded progenitor-impl v0.11.2
10502026-06-09T21:34:16.843Z Downloaded stringprep v0.1.5
10512026-06-09T21:34:16.846Z Downloaded tokio-macros v2.7.0
10522026-06-09T21:34:16.846Z Downloaded ron v0.8.1
10532026-06-09T21:34:16.850Z Downloaded stacker v0.1.23
10542026-06-09T21:34:16.853Z Downloaded sqlparser_derive v0.5.0
10552026-06-09T21:34:16.853Z Downloaded publicsuffix v2.3.0
10562026-06-09T21:34:16.853Z Downloaded support-bundle-viewer v0.1.2
10572026-06-09T21:34:16.856Z Downloaded strum_macros v0.27.2
10582026-06-09T21:34:16.856Z Downloaded strum_macros v0.24.3
10592026-06-09T21:34:16.867Z Downloaded itertools v0.10.5
10602026-06-09T21:34:16.871Z Downloaded num-bigint v0.4.6
10612026-06-09T21:34:16.879Z Downloaded schemars v0.8.22
10622026-06-09T21:34:16.885Z Downloaded thread_local v1.1.9
10632026-06-09T21:34:16.888Z Downloaded tap v1.0.1
10642026-06-09T21:34:16.889Z Downloaded rcgen v0.12.1
10652026-06-09T21:34:16.889Z Downloaded tower-service v0.3.3
10662026-06-09T21:34:16.892Z Downloaded tower-layer v0.3.3
10672026-06-09T21:34:16.892Z Downloaded spin v0.9.8
10682026-06-09T21:34:16.896Z Downloaded termios v0.3.3
10692026-06-09T21:34:16.897Z Downloaded dropshot-api-manager v0.7.2
10702026-06-09T21:34:16.904Z Downloaded signal-hook v0.3.18
10712026-06-09T21:34:16.907Z Downloaded tiny-keccak v2.0.2
10722026-06-09T21:34:16.910Z Downloaded thiserror-no-std v2.0.2
10732026-06-09T21:34:16.913Z Downloaded try-lock v0.2.5
10742026-06-09T21:34:16.913Z Downloaded trait-variant v0.1.2
10752026-06-09T21:34:16.916Z Downloaded topological-sort v0.2.2
10762026-06-09T21:34:16.920Z Downloaded tls_codec_derive v0.4.2
10772026-06-09T21:34:16.923Z Downloaded quinn v0.11.9
10782026-06-09T21:34:16.926Z Downloaded futures-util v0.3.32
10792026-06-09T21:34:16.930Z Downloaded tokio-native-tls v0.3.1
10802026-06-09T21:34:16.934Z Downloaded unarray v0.1.4
10812026-06-09T21:34:16.934Z Downloaded typify-macro v0.4.3
10822026-06-09T21:34:16.934Z Downloaded qorb v0.4.1
10832026-06-09T21:34:16.939Z Downloaded strum_macros v0.26.4
10842026-06-09T21:34:16.939Z Downloaded similar v2.7.0
10852026-06-09T21:34:16.942Z Downloaded tokio-dtrace v0.1.1
10862026-06-09T21:34:16.943Z Downloaded tokio-rustls v0.25.0
10872026-06-09T21:34:16.943Z Downloaded serde_yaml v0.9.34+deprecated
10882026-06-09T21:34:16.947Z Downloaded universal-hash v0.5.1
10892026-06-09T21:34:16.947Z Downloaded unit-prefix v0.5.2
10902026-06-09T21:34:16.947Z Downloaded usdt v0.6.0
10912026-06-09T21:34:16.947Z Downloaded untrusted v0.7.1
10922026-06-09T21:34:16.950Z Downloaded term v0.7.0
10932026-06-09T21:34:16.950Z Downloaded hashbrown v0.15.5
10942026-06-09T21:34:16.954Z Downloaded unicode-truncate v1.1.0
10952026-06-09T21:34:16.954Z Downloaded socket2 v0.5.10
10962026-06-09T21:34:16.957Z Downloaded nom v7.1.3
10972026-06-09T21:34:16.961Z Downloaded socket2 v0.6.3
10982026-06-09T21:34:16.964Z Downloaded rustls-webpki v0.103.9
10992026-06-09T21:34:16.967Z Downloaded tokio-tungstenite v0.21.0
11002026-06-09T21:34:16.971Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-06-09T21:34:16.971Z Downloaded usdt-macro v0.6.0
11022026-06-09T21:34:16.975Z Downloaded tokio-tungstenite v0.23.1
11032026-06-09T21:34:16.978Z Downloaded utf-8 v0.7.6
11042026-06-09T21:34:16.981Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-06-09T21:34:16.981Z Downloaded itertools v0.13.0
11062026-06-09T21:34:16.987Z Downloaded schemars v0.9.0
11072026-06-09T21:34:16.995Z Downloaded tui-tree-widget v0.23.1
11082026-06-09T21:34:16.998Z Downloaded tls_codec v0.4.2
11092026-06-09T21:34:16.998Z Downloaded samael v0.0.19
11102026-06-09T21:34:17.003Z Downloaded blake3 v1.8.3
11112026-06-09T21:34:17.006Z Downloaded wait-timeout v0.2.1
11122026-06-09T21:34:17.009Z Downloaded typify-macro v0.6.2
11132026-06-09T21:34:17.013Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-06-09T21:34:17.017Z Downloaded void v1.0.2
11152026-06-09T21:34:17.017Z Downloaded unicase v2.9.0
11162026-06-09T21:34:17.017Z Downloaded snafu v0.8.9
11172026-06-09T21:34:17.020Z Downloaded want v0.3.1
11182026-06-09T21:34:17.024Z Downloaded waitgroup v0.1.2
11192026-06-09T21:34:17.024Z Downloaded untrusted v0.9.0
11202026-06-09T21:34:17.024Z Downloaded xshell-macros v0.2.7
11212026-06-09T21:34:17.024Z Downloaded rsa v0.9.10
11222026-06-09T21:34:17.027Z Downloaded libxml v0.3.3
11232026-06-09T21:34:17.030Z Downloaded tokio-rustls v0.26.4
11242026-06-09T21:34:17.030Z Downloaded hyper v1.8.1
11252026-06-09T21:34:17.034Z Downloaded h2 v0.4.13
11262026-06-09T21:34:17.038Z Downloaded usdt-attr-macro v0.6.0
11272026-06-09T21:34:17.041Z Downloaded tokio-stream v0.1.18
11282026-06-09T21:34:17.041Z Downloaded term v1.2.1
11292026-06-09T21:34:17.044Z Downloaded xattr v1.6.1
11302026-06-09T21:34:17.044Z Downloaded p521 v0.13.3
11312026-06-09T21:34:17.047Z Downloaded zone_cfg_derive v0.3.1
11322026-06-09T21:34:17.047Z Downloaded tokio-rustls v0.24.1
11332026-06-09T21:34:17.050Z Downloaded subprocess v0.2.15
11342026-06-09T21:34:17.054Z Downloaded vergen-lib v9.1.0
11352026-06-09T21:34:17.059Z Downloaded tinyvec v1.10.0
11362026-06-09T21:34:17.062Z Downloaded itertools v0.12.1
11372026-06-09T21:34:17.067Z Downloaded slog v2.8.2
11382026-06-09T21:34:17.070Z Downloaded rand v0.8.6
11392026-06-09T21:34:17.074Z Downloaded usdt-impl v0.6.0
11402026-06-09T21:34:17.077Z Downloaded whoami v2.1.0
11412026-06-09T21:34:17.077Z Downloaded whoami v1.6.1
11422026-06-09T21:34:17.077Z Downloaded zone v0.3.1
11432026-06-09T21:34:17.081Z Downloaded zeroize_derive v1.4.3
11442026-06-09T21:34:17.081Z Downloaded libm v0.2.16
11452026-06-09T21:34:17.084Z Downloaded russh v0.45.0
11462026-06-09T21:34:17.087Z Downloaded aws-lc-rs v1.16.3
11472026-06-09T21:34:17.092Z Downloaded test-strategy v0.4.5
11482026-06-09T21:34:17.096Z Downloaded serde_with v1.14.0
11492026-06-09T21:34:17.099Z Downloaded tar v0.4.45
11502026-06-09T21:34:17.102Z Downloaded iddqd v0.4.2
11512026-06-09T21:34:17.106Z Downloaded zeroize v1.8.2
11522026-06-09T21:34:17.106Z Downloaded vergen-lib v0.1.6
11532026-06-09T21:34:17.110Z Downloaded time-macros v0.2.27
11542026-06-09T21:34:17.110Z Downloaded vergen-git2 v9.1.0
11552026-06-09T21:34:17.110Z Downloaded uzers v0.12.2
11562026-06-09T21:34:17.113Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-06-09T21:34:17.113Z Downloaded tracing-attributes v0.1.31
11582026-06-09T21:34:17.113Z Downloaded toml v0.7.8
11592026-06-09T21:34:17.117Z Downloaded vsss-rs v3.3.4
11602026-06-09T21:34:17.117Z Downloaded twox-hash v2.1.2
11612026-06-09T21:34:17.121Z Downloaded rustyline v14.0.0
11622026-06-09T21:34:17.121Z Downloaded tungstenite v0.23.0
11632026-06-09T21:34:17.124Z Downloaded zstd-safe v7.2.4
11642026-06-09T21:34:17.124Z Downloaded num-bigint-dig v0.8.6
11652026-06-09T21:34:17.127Z Downloaded tungstenite v0.21.0
11662026-06-09T21:34:17.133Z Downloaded unicode-properties v0.1.4
11672026-06-09T21:34:17.136Z Downloaded xshell v0.2.7
11682026-06-09T21:34:17.139Z Downloaded schemars v1.2.1
11692026-06-09T21:34:17.144Z Downloaded zerocopy v0.6.6
11702026-06-09T21:34:17.148Z Downloaded unicode-bidi v0.3.18
11712026-06-09T21:34:17.148Z Downloaded nom v8.0.0
11722026-06-09T21:34:17.151Z Downloaded itertools v0.14.0
11732026-06-09T21:34:17.154Z Downloaded toml v1.0.6+spec-1.1.0
11742026-06-09T21:34:17.157Z Downloaded bitvec v1.0.1
11752026-06-09T21:34:17.165Z Downloaded zstd v0.13.3
11762026-06-09T21:34:17.168Z Downloaded vergen-gitcl v1.0.8
11772026-06-09T21:34:17.168Z Downloaded rand v0.9.2
11782026-06-09T21:34:17.172Z Downloaded vergen v9.1.0
11792026-06-09T21:34:17.172Z Downloaded bindgen v0.71.1
11802026-06-09T21:34:17.175Z Downloaded rand v0.10.0
11812026-06-09T21:34:17.179Z Downloaded iri-string v0.7.10
11822026-06-09T21:34:17.184Z Downloaded hkdf v0.12.4
11832026-06-09T21:34:17.187Z Downloaded hashbrown v0.16.1
11842026-06-09T21:34:17.187Z Downloaded tracing-core v0.1.36
11852026-06-09T21:34:17.191Z Downloaded wyz v0.5.1
11862026-06-09T21:34:17.195Z Downloaded unsafe-libyaml v0.2.11
11872026-06-09T21:34:17.199Z Downloaded walkdir v2.5.0
11882026-06-09T21:34:17.199Z Downloaded typify v0.4.3
11892026-06-09T21:34:17.203Z Downloaded typify v0.6.2
11902026-06-09T21:34:17.203Z Downloaded git2 v0.20.4
11912026-06-09T21:34:17.209Z Downloaded yasna v0.5.2
11922026-06-09T21:34:17.212Z Downloaded zopfli v0.8.3
11932026-06-09T21:34:17.216Z Downloaded ssh-key v0.6.7
11942026-06-09T21:34:17.219Z Downloaded regex v1.12.3
11952026-06-09T21:34:17.222Z Downloaded toml_edit v0.23.10+spec-1.0.0
11962026-06-09T21:34:17.225Z Downloaded reedline v0.40.0
11972026-06-09T21:34:17.231Z Downloaded reqwest v0.13.2
11982026-06-09T21:34:17.234Z Downloaded tokio-postgres v0.7.16
11992026-06-09T21:34:17.238Z Downloaded unicode_categories v0.1.1
12002026-06-09T21:34:17.241Z Downloaded chrono v0.4.44
12012026-06-09T21:34:17.247Z Downloaded zip v0.6.6
12022026-06-09T21:34:17.251Z Downloaded steno v0.4.1
12032026-06-09T21:34:17.254Z Downloaded vte v0.14.1
12042026-06-09T21:34:17.257Z Downloaded rpassword v7.4.0
12052026-06-09T21:34:18.267Z Downloaded reqwest v0.12.28
12062026-06-09T21:34:18.272Z Downloaded yansi v1.0.1
12072026-06-09T21:34:18.272Z Downloaded zerocopy-derive v0.8.40
12082026-06-09T21:34:18.272Z Downloaded p384 v0.13.1
12092026-06-09T21:34:18.272Z Downloaded tower v0.5.3
12102026-06-09T21:34:18.272Z Downloaded salty v0.3.0
12112026-06-09T21:34:18.272Z Downloaded lalrpop v0.19.12
12122026-06-09T21:34:18.272Z Downloaded typed-path v0.9.3
12132026-06-09T21:34:18.272Z Downloaded toml_edit v0.19.15
12142026-06-09T21:34:18.272Z Downloaded rustls-webpki v0.101.7
12152026-06-09T21:34:18.272Z Downloaded quick-xml v0.37.5
12162026-06-09T21:34:18.272Z Downloaded proptest v1.10.0
12172026-06-09T21:34:18.272Z Downloaded moka v0.12.13
12182026-06-09T21:34:18.272Z Downloaded x509-cert v0.2.5
12192026-06-09T21:34:18.272Z Downloaded uuid v1.23.0
12202026-06-09T21:34:18.272Z Downloaded rustls-webpki v0.102.8
12212026-06-09T21:34:18.272Z Downloaded tokio-util v0.7.18
12222026-06-09T21:34:18.272Z Downloaded serde_with v3.17.0
12232026-06-09T21:34:18.272Z Downloaded nix v0.27.1
12242026-06-09T21:34:18.272Z Downloaded unicode-segmentation v1.12.0
12252026-06-09T21:34:18.272Z Downloaded portable-atomic v1.13.1
12262026-06-09T21:34:18.272Z Downloaded bstr v1.12.1
12272026-06-09T21:34:18.272Z Downloaded goblin v0.10.5
12282026-06-09T21:34:18.272Z Downloaded nix v0.28.0
12292026-06-09T21:34:18.272Z Downloaded time v0.3.47
12302026-06-09T21:34:18.272Z Downloaded zip v4.6.1
12312026-06-09T21:34:18.272Z Downloaded regex-syntax v0.6.29
12322026-06-09T21:34:18.272Z Downloaded rayon v1.11.0
12332026-06-09T21:34:18.272Z Downloaded unicode-normalization v0.1.25
12342026-06-09T21:34:18.272Z Downloaded tough v0.22.0
12352026-06-09T21:34:18.272Z Downloaded object v0.37.3
12362026-06-09T21:34:18.272Z Downloaded tower-http v0.6.8
12372026-06-09T21:34:18.272Z Downloaded rustls v0.22.4
12382026-06-09T21:34:18.272Z Downloaded regress v0.10.5
12392026-06-09T21:34:18.273Z Downloaded object v0.30.4
12402026-06-09T21:34:18.273Z Downloaded hickory-proto v0.25.2
12412026-06-09T21:34:18.273Z Downloaded zerocopy v0.8.40
12422026-06-09T21:34:18.273Z Downloaded regress v0.11.1
12432026-06-09T21:34:18.273Z Downloaded petname v2.0.2
12442026-06-09T21:34:18.273Z Downloaded rustix v0.38.44
12452026-06-09T21:34:18.273Z Downloaded radix_trie v0.2.1
12462026-06-09T21:34:18.273Z Downloaded rustls v0.23.37
12472026-06-09T21:34:18.273Z Downloaded quinn-proto v0.11.13
12482026-06-09T21:34:18.273Z Downloaded winnow v0.5.40
12492026-06-09T21:34:18.273Z Downloaded regex-syntax v0.8.10
12502026-06-09T21:34:18.273Z Downloaded winnow v0.6.26
12512026-06-09T21:34:18.273Z Downloaded curve25519-dalek v4.1.3
12522026-06-09T21:34:18.273Z Downloaded polar-core v0.27.3
12532026-06-09T21:34:18.273Z Downloaded tabled v0.20.0
12542026-06-09T21:34:18.273Z Downloaded sqlparser v0.61.0
12552026-06-09T21:34:18.273Z Downloaded openssl v0.10.79
12562026-06-09T21:34:18.273Z Downloaded smoltcp v0.9.1
12572026-06-09T21:34:18.273Z Downloaded bzip2-sys v0.1.13+1.0.8
12582026-06-09T21:34:18.273Z Downloaded zlib-rs v0.6.2
12592026-06-09T21:34:18.273Z Downloaded rustls v0.21.12
12602026-06-09T21:34:18.273Z Downloaded vcpkg v0.2.15
12612026-06-09T21:34:18.273Z Downloaded webpki-roots v1.0.6
12622026-06-09T21:34:18.273Z Downloaded nix v0.31.2
12632026-06-09T21:34:18.273Z Downloaded dropshot v0.17.0
12642026-06-09T21:34:18.274Z Downloaded hickory-proto v0.24.4
12652026-06-09T21:34:18.274Z Downloaded diesel v2.3.7
12662026-06-09T21:34:18.274Z Downloaded smoltcp v0.11.0
12672026-06-09T21:34:18.274Z Downloaded regex-automata v0.4.14
12682026-06-09T21:34:18.274Z Downloaded chrono-tz v0.10.4
12692026-06-09T21:34:18.274Z Downloaded petgraph v0.6.5
12702026-06-09T21:34:18.274Z Downloaded openapiv3 v2.2.0
12712026-06-09T21:34:18.274Z Downloaded petgraph v0.8.3
12722026-06-09T21:34:18.276Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12732026-06-09T21:34:18.276Z Downloaded sha3 v0.10.8
12742026-06-09T21:34:18.276Z Downloaded tokio v1.52.1
12752026-06-09T21:34:18.276Z Downloaded typify-impl v0.6.2
12762026-06-09T21:34:18.276Z Downloaded sled v0.34.7
12772026-06-09T21:34:18.276Z Downloaded tracing v0.1.44
12782026-06-09T21:34:18.276Z Downloaded typify-impl v0.4.3
12792026-06-09T21:34:18.276Z Downloaded ratatui v0.29.0
12802026-06-09T21:34:18.276Z Downloaded zerocopy-derive v0.6.6
12812026-06-09T21:34:18.276Z Downloaded ring v0.17.14
12822026-06-09T21:34:18.276Z Downloaded jiff v0.2.21
12832026-06-09T21:34:18.276Z Downloaded libz-sys v1.1.24
12842026-06-09T21:34:18.276Z Downloaded csv v1.4.0
12852026-06-09T21:34:18.276Z Downloaded encoding_rs v0.8.35
12862026-06-09T21:34:18.276Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-06-09T21:34:18.616Z Downloaded aws-lc-sys v0.40.0
12882026-06-09T21:34:18.860Z Compiling libc v0.2.185
12892026-06-09T21:34:18.860Z Compiling serde v1.0.228
12902026-06-09T21:34:18.863Z Compiling log v0.4.29
12912026-06-09T21:34:18.863Z Compiling find-msvc-tools v0.1.9
12922026-06-09T21:34:18.863Z Compiling shlex v1.3.0
12932026-06-09T21:34:18.864Z Compiling smallvec v1.15.1
12942026-06-09T21:34:18.864Z Compiling typenum v1.19.0
12952026-06-09T21:34:18.864Z Compiling subtle v2.6.1
12962026-06-09T21:34:19.049Z Compiling generic-array v0.14.7
12972026-06-09T21:34:19.052Z Compiling scopeguard v1.2.0
12982026-06-09T21:34:19.113Z Compiling const-oid v0.9.6
12992026-06-09T21:34:19.117Z Compiling serde_json v1.0.149
13002026-06-09T21:34:19.140Z Compiling syn v2.0.117
13012026-06-09T21:34:19.144Z Compiling zerocopy v0.8.40
13022026-06-09T21:34:19.144Z Compiling parking_lot_core v0.9.12
13032026-06-09T21:34:19.144Z Compiling pin-project-lite v0.2.17
13042026-06-09T21:34:19.202Z Compiling lock_api v0.4.14
13052026-06-09T21:34:19.217Z Compiling portable-atomic v1.13.1
13062026-06-09T21:34:19.243Z Compiling pkg-config v0.3.32
13072026-06-09T21:34:19.256Z Compiling bitflags v2.11.0
13082026-06-09T21:34:19.286Z Compiling critical-section v1.2.0
13092026-06-09T21:34:19.301Z Compiling futures-core v0.3.32
13102026-06-09T21:34:19.315Z Compiling libm v0.2.16
13112026-06-09T21:34:19.405Z Compiling num-traits v0.2.19
13122026-06-09T21:34:19.435Z Compiling percent-encoding v2.3.2
13132026-06-09T21:34:19.479Z Compiling futures-sink v0.3.32
13142026-06-09T21:34:19.485Z Compiling slab v0.4.12
13152026-06-09T21:34:19.534Z Compiling futures-io v0.3.32
13162026-06-09T21:34:19.537Z Compiling getrandom v0.4.1
13172026-06-09T21:34:19.562Z Compiling cpufeatures v0.2.17
13182026-06-09T21:34:19.620Z Compiling futures-channel v0.3.32
13192026-06-09T21:34:19.648Z Compiling futures-task v0.3.32
13202026-06-09T21:34:19.663Z Compiling rand_core v0.10.0
13212026-06-09T21:34:19.693Z Compiling indexmap v2.14.0
13222026-06-09T21:34:19.711Z Compiling rustversion v1.0.22
13232026-06-09T21:34:19.714Z Compiling getrandom v0.3.4
13242026-06-09T21:34:19.803Z Compiling form_urlencoded v1.2.2
13252026-06-09T21:34:19.844Z Compiling dunce v1.0.5
13262026-06-09T21:34:19.857Z Compiling fs_extra v1.3.0
13272026-06-09T21:34:19.873Z Compiling ident_case v1.0.1
13282026-06-09T21:34:19.888Z Compiling base64ct v1.8.3
13292026-06-09T21:34:19.921Z Compiling getrandom v0.2.17
13302026-06-09T21:34:19.941Z Compiling jobserver v0.1.34
13312026-06-09T21:34:19.954Z Compiling errno v0.3.14
13322026-06-09T21:34:20.020Z Compiling mio v1.2.0
13332026-06-09T21:34:20.037Z Compiling socket2 v0.6.3
13342026-06-09T21:34:20.103Z Compiling rand_core v0.6.4
13352026-06-09T21:34:20.125Z Compiling signal-hook-registry v1.4.8
13362026-06-09T21:34:20.153Z Compiling cc v1.2.56
13372026-06-09T21:34:20.203Z Compiling pem-rfc7468 v0.7.0
13382026-06-09T21:34:20.242Z Compiling parking_lot v0.12.5
13392026-06-09T21:34:20.317Z Compiling once_cell v1.21.3
13402026-06-09T21:34:20.363Z Compiling regex-syntax v0.8.10
13412026-06-09T21:34:20.385Z Compiling rustix v1.1.3
13422026-06-09T21:34:20.388Z Compiling iana-time-zone v0.1.65
13432026-06-09T21:34:20.388Z Compiling flagset v0.4.7
13442026-06-09T21:34:20.428Z Compiling vcpkg v0.2.15
13452026-06-09T21:34:20.480Z Compiling aws-lc-rs v1.16.3
13462026-06-09T21:34:20.524Z Compiling tracing-core v0.1.36
13472026-06-09T21:34:20.563Z Compiling uuid v1.23.0
13482026-06-09T21:34:20.577Z Compiling rustc_version v0.4.1
13492026-06-09T21:34:20.605Z Compiling base64 v0.22.1
13502026-06-09T21:34:20.622Z Compiling untrusted v0.7.1
13512026-06-09T21:34:20.664Z Compiling rand_core v0.9.5
13522026-06-09T21:34:20.747Z Compiling untrusted v0.9.0
13532026-06-09T21:34:20.762Z Compiling tinyvec_macros v0.1.1
13542026-06-09T21:34:20.802Z Compiling httparse v1.10.1
13552026-06-09T21:34:20.841Z Compiling openssl-probe v0.2.1
13562026-06-09T21:34:20.881Z Compiling tinyvec v1.10.0
13572026-06-09T21:34:20.927Z Compiling aho-corasick v1.1.4
13582026-06-09T21:34:20.943Z Compiling cmake v0.1.57
13592026-06-09T21:34:20.960Z Compiling rustls v0.23.37
13602026-06-09T21:34:20.974Z Compiling tower-layer v0.3.3
13612026-06-09T21:34:21.000Z Compiling try-lock v0.2.5
13622026-06-09T21:34:21.038Z Compiling tower-service v0.3.3
13632026-06-09T21:34:21.126Z Compiling schemars v0.8.22
13642026-06-09T21:34:21.141Z Compiling dyn-clone v1.0.20
13652026-06-09T21:34:21.154Z Compiling atomic-waker v1.1.2
13662026-06-09T21:34:21.169Z Compiling want v0.3.1
13672026-06-09T21:34:21.172Z Compiling openssl v0.10.79
13682026-06-09T21:34:21.227Z Compiling pin-utils v0.1.0
13692026-06-09T21:34:21.227Z Compiling foreign-types-shared v0.1.1
13702026-06-09T21:34:21.270Z Compiling httpdate v1.0.3
13712026-06-09T21:34:21.295Z Compiling unicode-normalization v0.1.25
13722026-06-09T21:34:21.309Z Compiling spin v0.9.8
13732026-06-09T21:34:21.312Z Compiling num-conv v0.2.0
13742026-06-09T21:34:21.336Z Compiling foreign-types v0.3.2
13752026-06-09T21:34:21.353Z Compiling crc32fast v1.5.0
13762026-06-09T21:34:21.367Z Compiling native-tls v0.2.18
13772026-06-09T21:34:21.371Z Compiling time-core v0.1.8
13782026-06-09T21:34:21.408Z Compiling powerfmt v0.2.0
13792026-06-09T21:34:21.423Z Compiling wait-timeout v0.2.1
13802026-06-09T21:34:21.440Z Compiling sync_wrapper v1.0.2
13812026-06-09T21:34:21.466Z Compiling siphasher v1.0.2
13822026-06-09T21:34:21.516Z Compiling num_threads v0.1.7
13832026-06-09T21:34:21.536Z Compiling unicode-segmentation v1.12.0
13842026-06-09T21:34:21.550Z Compiling time-macros v0.2.27
13852026-06-09T21:34:21.566Z Compiling deranged v0.5.8
13862026-06-09T21:34:21.580Z Compiling quick-error v1.2.3
13872026-06-09T21:34:21.616Z Compiling bit-vec v0.8.0
13882026-06-09T21:34:21.631Z Compiling simd-adler32 v0.3.8
13892026-06-09T21:34:21.634Z Compiling syn v1.0.109
13902026-06-09T21:34:21.673Z Compiling usdt-impl v0.6.0
13912026-06-09T21:34:21.699Z Compiling crossbeam-utils v0.8.21
13922026-06-09T21:34:21.714Z Compiling slog v2.8.2
13932026-06-09T21:34:21.778Z Compiling heapless v0.7.17
13942026-06-09T21:34:21.838Z Compiling aws-lc-sys v0.40.0
13952026-06-09T21:34:21.861Z Compiling ring v0.17.14
13962026-06-09T21:34:21.898Z Compiling openssl-sys v0.9.115
13972026-06-09T21:34:21.915Z Compiling regex-automata v0.4.14
13982026-06-09T21:34:21.918Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-06-09T21:34:21.946Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-06-09T21:34:21.980Z Compiling tempfile v3.25.0
14012026-06-09T21:34:22.035Z Compiling synstructure v0.13.2
14022026-06-09T21:34:22.049Z Compiling serde_derive_internals v0.29.1
14032026-06-09T21:34:22.064Z Compiling pest_generator v2.8.6
14042026-06-09T21:34:22.257Z Compiling darling_core v0.20.11
14052026-06-09T21:34:22.273Z Compiling rusty-fork v0.3.1
14062026-06-09T21:34:22.395Z Compiling darling_core v0.21.3
14072026-06-09T21:34:22.577Z Compiling bit-set v0.8.0
14082026-06-09T21:34:22.651Z Compiling rand_xorshift v0.4.0
14092026-06-09T21:34:22.669Z Compiling thread-id v5.1.0
14102026-06-09T21:34:22.672Z Compiling time v0.3.47
14112026-06-09T21:34:22.702Z Compiling cookie v0.18.1
14122026-06-09T21:34:22.755Z Compiling signal-hook v0.3.18
14132026-06-09T21:34:22.770Z Compiling anyhow v1.0.102
14142026-06-09T21:34:22.803Z Compiling ryu v1.0.23
14152026-06-09T21:34:22.818Z Compiling zstd-safe v7.2.4
14162026-06-09T21:34:22.833Z Compiling allocator-api2 v0.2.21
14172026-06-09T21:34:22.902Z Compiling unicode-properties v0.1.4
14182026-06-09T21:34:22.949Z Compiling iri-string v0.7.10
14192026-06-09T21:34:22.997Z Compiling adler2 v2.0.1
14202026-06-09T21:34:23.011Z Compiling paste v1.0.15
14212026-06-09T21:34:23.036Z Compiling unicode-bidi v0.3.18
14222026-06-09T21:34:23.094Z Compiling unarray v0.1.4
14232026-06-09T21:34:23.168Z Compiling miniz_oxide v0.8.9
14242026-06-09T21:34:23.398Z Compiling heck v0.4.1
14252026-06-09T21:34:23.417Z Compiling stringprep v0.1.5
14262026-06-09T21:34:23.632Z Compiling num-integer v0.1.46
14272026-06-09T21:34:23.646Z Compiling vergen-lib v9.1.0
14282026-06-09T21:34:23.806Z Compiling curve25519-dalek v4.1.3
14292026-06-09T21:34:23.822Z Compiling ff v0.13.1
14302026-06-09T21:34:23.825Z Compiling serde_derive v1.0.228
14312026-06-09T21:34:23.852Z Compiling zeroize_derive v1.4.3
14322026-06-09T21:34:23.879Z Compiling zerofrom-derive v0.1.6
14332026-06-09T21:34:23.967Z Compiling yoke-derive v0.8.1
14342026-06-09T21:34:23.982Z Compiling zerocopy-derive v0.8.40
14352026-06-09T21:34:23.986Z Compiling zerovec-derive v0.11.2
14362026-06-09T21:34:24.159Z Compiling displaydoc v0.2.5
14372026-06-09T21:34:24.343Z Compiling tokio-macros v2.7.0
14382026-06-09T21:34:24.529Z Compiling zeroize v1.8.2
14392026-06-09T21:34:24.565Z Compiling futures-macro v0.3.32
14402026-06-09T21:34:24.619Z Compiling der_derive v0.7.3
14412026-06-09T21:34:24.943Z Compiling rustls-pki-types v1.14.0
14422026-06-09T21:34:25.024Z Compiling thiserror-impl v2.0.18
14432026-06-09T21:34:25.107Z Compiling tracing-attributes v0.1.31
14442026-06-09T21:34:25.162Z Compiling pest_derive v2.8.6
14452026-06-09T21:34:25.179Z Compiling schemars_derive v0.8.22
14462026-06-09T21:34:25.329Z Compiling crypto-common v0.1.7
14472026-06-09T21:34:25.343Z Compiling zerofrom v0.1.6
14482026-06-09T21:34:25.416Z Compiling block-buffer v0.10.4
14492026-06-09T21:34:25.436Z Compiling futures-util v0.3.32
14502026-06-09T21:34:25.483Z Compiling yoke v0.8.1
14512026-06-09T21:34:25.499Z Compiling block-padding v0.3.3
14522026-06-09T21:34:25.609Z Compiling digest v0.10.7
14532026-06-09T21:34:25.626Z Compiling inout v0.1.4
14542026-06-09T21:34:25.641Z Compiling der v0.7.10
14552026-06-09T21:34:25.673Z Compiling zerovec v0.11.5
14562026-06-09T21:34:25.688Z Compiling zerotrie v0.2.3
14572026-06-09T21:34:25.809Z Compiling cipher v0.4.4
14582026-06-09T21:34:25.879Z Compiling hmac v0.12.1
14592026-06-09T21:34:26.010Z Compiling sha2 v0.10.9
14602026-06-09T21:34:26.053Z Compiling salsa20 v0.10.2
14612026-06-09T21:34:26.095Z Compiling pbkdf2 v0.12.2
14622026-06-09T21:34:26.198Z Compiling tinystr v0.8.2
14632026-06-09T21:34:26.201Z Compiling potential_utf v0.1.4
14642026-06-09T21:34:26.227Z Compiling aes v0.8.4
14652026-06-09T21:34:26.230Z Compiling cbc v0.1.2
14662026-06-09T21:34:26.390Z Compiling icu_locale_core v2.1.1
14672026-06-09T21:34:26.410Z Compiling icu_collections v2.1.1
14682026-06-09T21:34:26.425Z Compiling thiserror v2.0.18
14692026-06-09T21:34:26.447Z Compiling scrypt v0.11.0
14702026-06-09T21:34:26.490Z Compiling spki v0.7.3
14712026-06-09T21:34:26.514Z Compiling tracing v0.1.44
14722026-06-09T21:34:26.550Z Compiling scroll_derive v0.13.1
14732026-06-09T21:34:26.711Z Compiling pkcs5 v0.7.1
14742026-06-09T21:34:26.727Z Compiling darling_macro v0.20.11
14752026-06-09T21:34:26.810Z Compiling openssl-macros v0.1.1
14762026-06-09T21:34:26.907Z Compiling rustls-native-certs v0.8.3
14772026-06-09T21:34:26.922Z Compiling dtrace-parser v0.3.0
14782026-06-09T21:34:27.213Z Compiling icu_provider v2.1.1
14792026-06-09T21:34:27.228Z Compiling pkcs8 v0.10.2
14802026-06-09T21:34:27.228Z Compiling signature v2.2.0
14812026-06-09T21:34:27.257Z Compiling darling v0.20.11
14822026-06-09T21:34:27.290Z Compiling webpki-roots v1.0.6
14832026-06-09T21:34:27.313Z Compiling thiserror-impl v1.0.69
14842026-06-09T21:34:27.353Z Compiling bytes v1.11.1
14852026-06-09T21:34:27.402Z Compiling chrono v0.4.44
14862026-06-09T21:34:27.417Z Compiling ipnet v2.11.0
14872026-06-09T21:34:27.433Z Compiling scroll v0.13.0
14882026-06-09T21:34:27.436Z Compiling derive_builder_core v0.20.2
14892026-06-09T21:34:27.463Z Compiling icu_normalizer v2.1.1
14902026-06-09T21:34:27.531Z Compiling icu_properties v2.1.2
14912026-06-09T21:34:27.561Z Compiling scroll_derive v0.12.1
14922026-06-09T21:34:27.721Z Compiling goblin v0.10.5
14932026-06-09T21:34:27.736Z Compiling serde_tokenstream v0.2.3
14942026-06-09T21:34:27.757Z Compiling toml_datetime v0.6.11
14952026-06-09T21:34:27.938Z Compiling tokio v1.52.1
14962026-06-09T21:34:27.978Z Compiling http v1.4.0
14972026-06-09T21:34:28.011Z Compiling serde_urlencoded v0.7.1
14982026-06-09T21:34:28.034Z Compiling erased-serde v0.3.31
14992026-06-09T21:34:28.127Z Compiling serde_spanned v0.6.9
15002026-06-09T21:34:28.286Z Compiling md-5 v0.10.6
15012026-06-09T21:34:28.300Z Compiling darling_macro v0.21.3
15022026-06-09T21:34:28.314Z Compiling scroll v0.12.0
15032026-06-09T21:34:28.357Z Compiling bstr v1.12.1
15042026-06-09T21:34:28.412Z Compiling ppv-lite86 v0.2.21
15052026-06-09T21:34:28.469Z Compiling idna_adapter v1.2.1
15062026-06-09T21:34:28.571Z Compiling derive_builder_macro v0.20.2
15072026-06-09T21:34:28.595Z Compiling idna v1.1.0
15082026-06-09T21:34:28.609Z Compiling pin-project-internal v1.1.11
15092026-06-09T21:34:28.626Z Compiling zerocopy-derive v0.7.35
15102026-06-09T21:34:28.681Z Compiling http-body v1.0.1
15112026-06-09T21:34:28.708Z Compiling rand_chacha v0.9.0
15122026-06-09T21:34:28.749Z Compiling rand_chacha v0.3.1
15132026-06-09T21:34:28.820Z Compiling http-body-util v0.1.3
15142026-06-09T21:34:28.849Z Compiling thiserror v1.0.69
15152026-06-09T21:34:28.896Z Compiling url v2.5.8
15162026-06-09T21:34:28.966Z Compiling rand v0.9.2
15172026-06-09T21:34:28.980Z Compiling async-trait v0.1.89
15182026-06-09T21:34:29.035Z Compiling hash32 v0.2.1
15192026-06-09T21:34:29.073Z Compiling memoffset v0.9.1
15202026-06-09T21:34:29.086Z Compiling encoding_rs v0.8.35
15212026-06-09T21:34:29.244Z Compiling ref-cast v1.0.25
15222026-06-09T21:34:29.276Z Compiling smoltcp v0.9.1
15232026-06-09T21:34:29.290Z Compiling psl-types v2.0.11
15242026-06-09T21:34:29.449Z Compiling base16ct v0.2.0
15252026-06-09T21:34:29.535Z Compiling proptest v1.10.0
15262026-06-09T21:34:29.583Z Compiling cfg_aliases v0.2.1
15272026-06-09T21:34:29.641Z Compiling litrs v1.0.0
15282026-06-09T21:34:29.656Z Compiling rustix v0.38.44
15292026-06-09T21:34:29.671Z Compiling zlib-rs v0.6.2
15302026-06-09T21:34:29.742Z Compiling num-bigint-dig v0.8.6
15312026-06-09T21:34:29.780Z Compiling fallible-iterator v0.2.0
15322026-06-09T21:34:29.797Z Compiling mime v0.3.17
15332026-06-09T21:34:29.901Z Compiling pin-project v1.1.11
15342026-06-09T21:34:29.970Z Compiling nix v0.31.2
15352026-06-09T21:34:30.046Z Compiling sec1 v0.7.3
15362026-06-09T21:34:30.075Z Compiling postgres-protocol v0.6.10
15372026-06-09T21:34:30.125Z Compiling zerocopy v0.7.35
15382026-06-09T21:34:30.140Z Compiling publicsuffix v2.3.0
15392026-06-09T21:34:30.172Z Compiling document-features v0.2.12
15402026-06-09T21:34:30.229Z Compiling ipnetwork v0.21.1
15412026-06-09T21:34:30.347Z Compiling derive_builder v0.20.2
15422026-06-09T21:34:30.362Z Compiling rand v0.8.6
15432026-06-09T21:34:30.377Z Compiling darling v0.21.3
15442026-06-09T21:34:30.472Z Compiling oxnet v0.1.5
15452026-06-09T21:34:30.491Z Compiling goblin v0.8.2
15462026-06-09T21:34:30.636Z Compiling dof v0.4.0
15472026-06-09T21:34:30.658Z Compiling futures-executor v0.3.32
15482026-06-09T21:34:30.673Z Compiling hex v0.4.3
15492026-06-09T21:34:30.704Z Compiling hubpack_derive v0.1.1
15502026-06-09T21:34:30.773Z Compiling hkdf v0.12.4
15512026-06-09T21:34:30.795Z Compiling crypto-bigint v0.5.5
15522026-06-09T21:34:30.818Z Compiling regex v1.12.3
15532026-06-09T21:34:30.956Z Compiling group v0.13.0
15542026-06-09T21:34:30.970Z Compiling num-iter v0.1.45
15552026-06-09T21:34:31.007Z Compiling snafu-derive v0.8.9
15562026-06-09T21:34:31.021Z Compiling daft-derive v0.1.7
15572026-06-09T21:34:31.103Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-09T21:34:31.148Z Compiling strum_macros v0.27.2
15592026-06-09T21:34:31.183Z Compiling ref-cast-impl v1.0.25
15602026-06-09T21:34:31.782Z Compiling tokio-util v0.7.18
15612026-06-09T21:34:31.797Z Compiling tower v0.5.3
15622026-06-09T21:34:31.800Z Compiling tokio-native-tls v0.3.1
15632026-06-09T21:34:31.827Z Compiling terminal_size v0.4.3
15642026-06-09T21:34:31.843Z Compiling phf_shared v0.13.1
15652026-06-09T21:34:31.902Z Compiling newtype-uuid v1.3.2
15662026-06-09T21:34:31.982Z Compiling lazy_static v1.5.0
15672026-06-09T21:34:32.005Z Compiling anstyle-parse v0.2.7
15682026-06-09T21:34:32.087Z Compiling vergen v9.1.0
15692026-06-09T21:34:32.100Z Compiling cargo-platform v0.3.2
15702026-06-09T21:34:32.116Z Compiling fs-err v3.3.0
15712026-06-09T21:34:32.120Z Compiling ahash v0.8.12
15722026-06-09T21:34:32.204Z Compiling tower-http v0.6.8
15732026-06-09T21:34:32.270Z Compiling bitflags v1.3.2
15742026-06-09T21:34:32.287Z Compiling same-file v1.0.6
15752026-06-09T21:34:32.302Z Compiling libbz2-rs-sys v0.2.2
15762026-06-09T21:34:32.326Z Compiling foldhash v0.2.0
15772026-06-09T21:34:32.342Z Compiling winnow v0.5.40
15782026-06-09T21:34:32.355Z Compiling foldhash v0.1.5
15792026-06-09T21:34:32.396Z Compiling object v0.37.3
15802026-06-09T21:34:32.463Z Compiling h2 v0.4.13
15812026-06-09T21:34:32.548Z Compiling flate2 v1.1.9
15822026-06-09T21:34:32.569Z Compiling bumpalo v3.20.2
15832026-06-09T21:34:32.626Z Compiling managed v0.8.0
15842026-06-09T21:34:32.738Z Compiling bzip2 v0.6.1
15852026-06-09T21:34:32.874Z Compiling zopfli v0.8.3
15862026-06-09T21:34:32.877Z Compiling dof v0.3.0
15872026-06-09T21:34:32.907Z Compiling hashbrown v0.15.5
15882026-06-09T21:34:32.924Z Compiling hashbrown v0.16.1
15892026-06-09T21:34:32.958Z Compiling snafu v0.8.9
15902026-06-09T21:34:32.978Z Compiling walkdir v2.5.0
15912026-06-09T21:34:33.022Z Compiling clap_builder v4.6.0
15922026-06-09T21:34:33.225Z Compiling strum v0.27.2
15932026-06-09T21:34:33.242Z Compiling cargo_metadata v0.23.1
15942026-06-09T21:34:33.354Z Compiling anstream v0.6.21
15952026-06-09T21:34:33.373Z Compiling usdt-macro v0.6.0
15962026-06-09T21:34:33.376Z Compiling usdt-attr-macro v0.6.0
15972026-06-09T21:34:33.528Z Compiling daft v0.1.7
15982026-06-09T21:34:33.618Z Compiling phf v0.13.1
15992026-06-09T21:34:33.691Z Compiling toml_edit v0.19.15
16002026-06-09T21:34:33.790Z Compiling signal-hook-mio v0.2.5
16012026-06-09T21:34:33.807Z Compiling elliptic-curve v0.13.8
16022026-06-09T21:34:33.859Z Compiling cookie_store v0.22.1
16032026-06-09T21:34:33.874Z Compiling hubpack v0.1.2
16042026-06-09T21:34:33.933Z Compiling bzip2 v0.4.4
16052026-06-09T21:34:34.041Z Compiling futures v0.3.32
16062026-06-09T21:34:34.115Z Compiling serde_with_macros v3.17.0
16072026-06-09T21:34:34.140Z Compiling postgres-types v0.2.12
16082026-06-09T21:34:34.169Z Compiling zstd v0.13.3
16092026-06-09T21:34:34.230Z Compiling dtrace-parser v0.2.0
16102026-06-09T21:34:34.259Z Compiling globset v0.4.18
16112026-06-09T21:34:34.299Z Compiling pkcs1 v0.7.5
16122026-06-09T21:34:34.449Z Compiling ed25519 v2.2.3
16132026-06-09T21:34:34.551Z Compiling olpc-cjson v0.1.4
16142026-06-09T21:34:34.647Z Compiling serde_plain v1.0.2
16152026-06-09T21:34:34.725Z Compiling serde-big-array v0.5.1
16162026-06-09T21:34:34.729Z Compiling rfc6979 v0.4.0
16172026-06-09T21:34:34.753Z Compiling async-recursion v1.1.1
16182026-06-09T21:34:34.863Z Compiling clap_derive v4.6.1
16192026-06-09T21:34:34.882Z Compiling strum_macros v0.26.4
16202026-06-09T21:34:34.896Z Compiling enum-as-inner v0.6.1
16212026-06-09T21:34:34.964Z Compiling serde_repr v0.1.20
16222026-06-09T21:34:35.008Z Compiling phf_shared v0.11.3
16232026-06-09T21:34:35.220Z Compiling float-cmp v0.10.0
16242026-06-09T21:34:35.292Z Compiling pem v3.0.6
16252026-06-09T21:34:35.386Z Compiling memmap2 v0.9.10
16262026-06-09T21:34:35.401Z Compiling thread-id v4.2.2
16272026-06-09T21:34:35.407Z Compiling env_filter v1.0.0
16282026-06-09T21:34:35.432Z Compiling keccak v0.1.6
16292026-06-09T21:34:35.452Z Compiling whoami v2.1.0
16302026-06-09T21:34:35.514Z Compiling hyper v1.8.1
16312026-06-09T21:34:35.532Z Compiling fixedbitset v0.4.2
16322026-06-09T21:34:35.628Z Compiling jiff v0.2.21
16332026-06-09T21:34:35.654Z Compiling fixedbitset v0.5.7
16342026-06-09T21:34:35.800Z Compiling static_assertions v1.1.0
16352026-06-09T21:34:35.800Z Compiling precomputed-hash v0.1.1
16362026-06-09T21:34:35.831Z Compiling new_debug_unreachable v1.0.6
16372026-06-09T21:34:35.888Z Compiling difflib v0.4.0
16382026-06-09T21:34:35.888Z Compiling typed-path v0.9.3
16392026-06-09T21:34:35.907Z Compiling normalize-line-endings v0.3.0
16402026-06-09T21:34:36.002Z Compiling data-encoding v2.10.0
16412026-06-09T21:34:36.037Z Compiling predicates-core v1.0.10
16422026-06-09T21:34:36.163Z Compiling either v1.15.0
16432026-06-09T21:34:36.246Z Compiling predicates v3.1.4
16442026-06-09T21:34:36.315Z Compiling string_cache v0.8.9
16452026-06-09T21:34:36.398Z Compiling itertools v0.13.0
16462026-06-09T21:34:36.441Z Compiling hickory-proto v0.25.2
16472026-06-09T21:34:36.504Z Compiling petgraph v0.8.3
16482026-06-09T21:34:36.548Z Compiling toml_edit v0.22.27
16492026-06-09T21:34:36.592Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16502026-06-09T21:34:36.672Z Compiling hyper-util v0.1.20
16512026-06-09T21:34:36.707Z Compiling strum v0.26.3
16522026-06-09T21:34:36.726Z Compiling clap v4.6.1
16532026-06-09T21:34:36.741Z Compiling petgraph v0.6.5
16542026-06-09T21:34:36.819Z Compiling tokio-postgres v0.7.16
16552026-06-09T21:34:36.851Z Compiling sha3 v0.10.8
16562026-06-09T21:34:36.875Z Compiling env_logger v0.11.9
16572026-06-09T21:34:37.107Z Compiling usdt v0.6.0
16582026-06-09T21:34:37.136Z Compiling usdt-impl v0.5.0
16592026-06-09T21:34:37.245Z Compiling serde_with v3.17.0
16602026-06-09T21:34:37.317Z Compiling crossterm v0.28.1
16612026-06-09T21:34:37.381Z Compiling toml v0.7.8
16622026-06-09T21:34:37.631Z Compiling ecdsa v0.16.9
16632026-06-09T21:34:37.746Z Compiling ed25519-dalek v2.2.0
16642026-06-09T21:34:38.006Z Compiling rsa v0.9.10
16652026-06-09T21:34:38.238Z Compiling hyper-tls v0.6.0
16662026-06-09T21:34:38.448Z Compiling zip v4.6.1
16672026-06-09T21:34:38.495Z Compiling zip v0.6.6
16682026-06-09T21:34:38.513Z Compiling iddqd v0.4.2
16692026-06-09T21:34:39.089Z Compiling tokio-stream v0.1.18
16702026-06-09T21:34:39.092Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-06-09T21:34:39.118Z Compiling buf-list v1.1.2
16722026-06-09T21:34:39.164Z Compiling similar v2.7.0
16732026-06-09T21:34:39.215Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-09T21:34:39.297Z Compiling openapiv3 v2.2.0
16752026-06-09T21:34:39.422Z Compiling x509-cert v0.2.5
16762026-06-09T21:34:39.426Z Compiling sha1 v0.10.6
16772026-06-09T21:34:39.468Z Compiling crossbeam-epoch v0.9.18
16782026-06-09T21:34:39.540Z Compiling peg-runtime v0.8.5
16792026-06-09T21:34:39.600Z Compiling lalrpop-util v0.19.12
16802026-06-09T21:34:39.622Z Compiling thread_local v1.1.9
16812026-06-09T21:34:39.695Z Compiling slog-async v2.8.0
16822026-06-09T21:34:39.775Z Compiling crossbeam-channel v0.5.15
16832026-06-09T21:34:39.800Z Compiling filetime v0.2.27
16842026-06-09T21:34:39.832Z Compiling is-terminal v0.4.17
16852026-06-09T21:34:39.843Z Compiling xattr v1.6.1
16862026-06-09T21:34:39.858Z Compiling term v1.2.1
16872026-06-09T21:34:39.887Z Compiling take_mut v0.2.2
16882026-06-09T21:34:40.012Z Compiling tar v0.4.45
16892026-06-09T21:34:40.331Z Compiling slog-term v2.9.2
16902026-06-09T21:34:57.809Z Compiling rustls-webpki v0.103.9
16912026-06-09T21:35:00.594Z Compiling tokio-rustls v0.26.4
16922026-06-09T21:35:00.594Z Compiling rustls-platform-verifier v0.6.2
16932026-06-09T21:35:00.785Z Compiling hyper-rustls v0.27.7
16942026-06-09T21:35:00.977Z Compiling reqwest v0.12.28
16952026-06-09T21:35:00.977Z Compiling reqwest v0.13.2
16962026-06-09T21:35:02.177Z Compiling tough v0.22.0
16972026-06-09T21:35:04.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-09T21:35:04.906Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-09T21:35:07.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.41s
17002026-06-09T21:35:07.889Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: Clickhouse
17022026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: Cockroach
17032026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: Console
17042026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: DendriteStub
17052026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: MaghemiteMgd
17062026-06-09T21:35:07.945ZJun 09 21:35:07.197 INFO Starting download, target: TransceiverControl
17072026-06-09T21:35:07.949ZJun 09 21:35:07.198 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-09T21:35:07.949ZJun 09 21:35:07.198 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-09T21:35:07.949ZJun 09 21:35:07.198 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-09T21:35:07.950ZJun 09 21:35:07.198 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-09T21:35:07.950ZJun 09 21:35:07.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-09T21:35:07.950ZJun 09 21:35:07.198 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-09T21:35:08.404ZJun 09 21:35:07.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-09T21:35:08.619ZJun 09 21:35:07.870 INFO Download complete, target: TransceiverControl
17152026-06-09T21:35:08.915ZJun 09 21:35:08.164 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-09T21:35:09.215ZJun 09 21:35:08.461 INFO Download complete, target: Console
17172026-06-09T21:35:09.393ZJun 09 21:35:08.639 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-06-09T21:35:09.567ZJun 09 21:35:08.809 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-09T21:35:10.067ZJun 09 21:35:09.319 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-06-09T21:35:10.067ZJun 09 21:35:09.319 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-06-09T21:35:11.325ZJun 09 21:35:10.577 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-09T21:35:11.928ZJun 09 21:35:11.181 INFO Download complete, target: MaghemiteMgd
17232026-06-09T21:35:11.932ZJun 09 21:35:11.181 INFO Download complete, target: DendriteStub
17242026-06-09T21:35:14.994ZJun 09 21:35:14.246 INFO Checking that binary works, target: Cockroach
17252026-06-09T21:35:15.117ZJun 09 21:35:14.369 INFO Download complete, target: Cockroach
17262026-06-09T21:35:18.226ZJun 09 21:35:17.477 INFO Checking that binary works, target: Clickhouse
17272026-06-09T21:35:18.316ZJun 09 21:35:17.568 INFO Download complete, target: Clickhouse
17282026-06-09T21:35:18.322ZAll prerequisites installed successfully
17292026-06-09T21:35:18.326Z
17302026-06-09T21:35:18.326Zreal 2:07.419033556
17312026-06-09T21:35:18.326Zuser 6:57.487272906
17322026-06-09T21:35:18.326Zsys 1:40.071562496
17332026-06-09T21:35:18.326Ztrap 0.254012332
17342026-06-09T21:35:18.326Ztflt 1.242859057
17352026-06-09T21:35:18.326Zdflt 1.998258597
17362026-06-09T21:35:18.326Zkflt 0.023691105
17372026-06-09T21:35:18.327Zlock 23:32.018426351
17382026-06-09T21:35:18.327Zslp 19:09.217383314
17392026-06-09T21:35:18.327Zlat 24.258365947
17402026-06-09T21:35:18.327Zstop 2:47.166890419
17412026-06-09T21:35:18.327Z+ ptime -m cargo xtask download softnpu
17422026-06-09T21:35:18.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-06-09T21:35:18.872Z Running `target/debug/xtask download softnpu`
17442026-06-09T21:35:19.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-06-09T21:35:19.710Z Running `target/debug/xtask-downloader softnpu`
17462026-06-09T21:35:19.753ZJun 09 21:35:19.005 INFO Starting download, target: Softnpu
17472026-06-09T21:35:19.756ZJun 09 21:35:19.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-09T21:35:20.531ZJun 09 21:35:19.770 INFO Download complete, target: Softnpu
17492026-06-09T21:35:20.536Z
17502026-06-09T21:35:20.536Zreal 2.192042812
17512026-06-09T21:35:20.537Zuser 1.339143716
17522026-06-09T21:35:20.537Zsys 0.664475229
17532026-06-09T21:35:20.537Ztrap 0.000497820
17542026-06-09T21:35:20.537Ztflt 0.000050830
17552026-06-09T21:35:20.537Zdflt 0.000182860
17562026-06-09T21:35:20.537Zkflt 0.000000000
17572026-06-09T21:35:20.537Zlock 13.754341857
17582026-06-09T21:35:20.537Zslp 0.632481328
17592026-06-09T21:35:20.537Zlat 0.094697191
17602026-06-09T21:35:20.537Zstop 0.000172990
17612026-06-09T21:35:20.537Z+ export CARGO_INCREMENTAL=0
17622026-06-09T21:35:20.537Z+ CARGO_INCREMENTAL=0
17632026-06-09T21:35:20.539Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-09T21:35:21.463Z Compiling proc-macro2 v1.0.106
17652026-06-09T21:35:21.463Z Compiling quote v1.0.45
17662026-06-09T21:35:21.464Z Compiling unicode-ident v1.0.24
17672026-06-09T21:35:21.476Z Compiling libc v0.2.185
17682026-06-09T21:35:21.476Z Compiling serde_core v1.0.228
17692026-06-09T21:35:21.476Z Compiling serde v1.0.228
17702026-06-09T21:35:21.476Z Compiling cfg-if v1.0.4
17712026-06-09T21:35:21.476Z Compiling version_check v0.9.5
17722026-06-09T21:35:21.476Z Compiling shlex v1.3.0
17732026-06-09T21:35:21.476Z Compiling find-msvc-tools v0.1.9
17742026-06-09T21:35:21.476Z Compiling typenum v1.19.0
17752026-06-09T21:35:21.476Z Compiling zmij v1.0.21
17762026-06-09T21:35:21.476Z Compiling autocfg v1.5.0
17772026-06-09T21:35:21.477Z Compiling memchr v2.8.0
17782026-06-09T21:35:21.477Z Compiling serde_json v1.0.149
17792026-06-09T21:35:21.849Z Compiling portable-atomic v1.13.1
17802026-06-09T21:35:22.015Z Compiling libm v0.2.16
17812026-06-09T21:35:22.029Z Compiling zerocopy v0.8.40
17822026-06-09T21:35:22.089Z Compiling num-traits v0.2.19
17832026-06-09T21:35:22.093Z Compiling parking_lot_core v0.9.12
17842026-06-09T21:35:22.093Z Compiling smallvec v1.15.1
17852026-06-09T21:35:22.093Z Compiling icu_properties_data v2.1.2
17862026-06-09T21:35:22.116Z Compiling icu_normalizer_data v2.1.1
17872026-06-09T21:35:22.146Z Compiling generic-array v0.14.7
17882026-06-09T21:35:22.334Z Compiling itoa v1.0.17
17892026-06-09T21:35:22.349Z Compiling getrandom v0.4.1
17902026-06-09T21:35:22.353Z Compiling log v0.4.29
17912026-06-09T21:35:22.380Z Compiling stable_deref_trait v1.2.1
17922026-06-09T21:35:22.410Z Compiling pkg-config v0.3.32
17932026-06-09T21:35:22.442Z Compiling jobserver v0.1.34
17942026-06-09T21:35:22.442Z Compiling getrandom v0.2.17
17952026-06-09T21:35:22.449Z Compiling subtle v2.6.1
17962026-06-09T21:35:22.596Z Compiling errno v0.3.14
17972026-06-09T21:35:22.657Z Compiling cc v1.2.56
17982026-06-09T21:35:22.660Z Compiling scopeguard v1.2.0
17992026-06-09T21:35:22.698Z Compiling rand_core v0.6.4
18002026-06-09T21:35:22.789Z Compiling lock_api v0.4.14
18012026-06-09T21:35:22.814Z Compiling syn v2.0.117
18022026-06-09T21:35:22.871Z Compiling percent-encoding v2.3.2
18032026-06-09T21:35:22.886Z Compiling litemap v0.8.1
18042026-06-09T21:35:22.904Z Compiling writeable v0.6.2
18052026-06-09T21:35:22.993Z Compiling fnv v1.0.7
18062026-06-09T21:35:23.024Z Compiling pin-project-lite v0.2.17
18072026-06-09T21:35:23.086Z Compiling thiserror v2.0.18
18082026-06-09T21:35:23.163Z Compiling getrandom v0.3.4
18092026-06-09T21:35:23.194Z Compiling equivalent v1.0.2
18102026-06-09T21:35:23.197Z Compiling fs_extra v1.3.0
18112026-06-09T21:35:23.197Z Compiling dunce v1.0.5
18122026-06-09T21:35:23.254Z Compiling utf8_iter v1.0.4
18132026-06-09T21:35:23.258Z Compiling schemars v0.8.22
18142026-06-09T21:35:23.286Z Compiling rand_core v0.10.0
18152026-06-09T21:35:23.303Z Compiling rustversion v1.0.22
18162026-06-09T21:35:23.410Z Compiling cmake v0.1.57
18172026-06-09T21:35:23.439Z Compiling form_urlencoded v1.2.2
18182026-06-09T21:35:23.503Z Compiling critical-section v1.2.0
18192026-06-09T21:35:23.546Z Compiling signal-hook-registry v1.4.8
18202026-06-09T21:35:23.622Z Compiling hashbrown v0.17.0
18212026-06-09T21:35:23.636Z Compiling rustix v1.1.3
18222026-06-09T21:35:23.734Z Compiling mio v1.2.0
18232026-06-09T21:35:23.749Z Compiling parking_lot v0.12.5
18242026-06-09T21:35:23.776Z Compiling socket2 v0.6.3
18252026-06-09T21:35:23.974Z Compiling bitflags v2.11.0
18262026-06-09T21:35:23.988Z Compiling ring v0.17.14
18272026-06-09T21:35:24.043Z Compiling aws-lc-sys v0.40.0
18282026-06-09T21:35:24.065Z Compiling semver v1.0.28
18292026-06-09T21:35:24.088Z Compiling once_cell v1.21.3
18302026-06-09T21:35:24.180Z Compiling indexmap v2.14.0
18312026-06-09T21:35:24.199Z Compiling const-oid v0.9.6
18322026-06-09T21:35:24.400Z Compiling aws-lc-rs v1.16.3
18332026-06-09T21:35:24.418Z Compiling futures-core v0.3.32
18342026-06-09T21:35:24.469Z Compiling httparse v1.10.1
18352026-06-09T21:35:24.526Z Compiling strsim v0.11.1
18362026-06-09T21:35:24.546Z Compiling thiserror v1.0.69
18372026-06-09T21:35:24.561Z Compiling vcpkg v0.2.15
18382026-06-09T21:35:24.728Z Compiling iana-time-zone v0.1.65
18392026-06-09T21:35:24.734Z Compiling ucd-trie v0.1.7
18402026-06-09T21:35:24.844Z Compiling byteorder v1.5.0
18412026-06-09T21:35:24.893Z Compiling syn v1.0.109
18422026-06-09T21:35:24.920Z Compiling pest v2.8.6
18432026-06-09T21:35:24.927Z Compiling regex-syntax v0.8.10
18442026-06-09T21:35:24.944Z Compiling ident_case v1.0.1
18452026-06-09T21:35:24.970Z Compiling heck v0.5.0
18462026-06-09T21:35:24.984Z Compiling uuid v1.23.0
18472026-06-09T21:35:25.031Z Compiling rustls v0.23.37
18482026-06-09T21:35:25.101Z Compiling cpufeatures v0.2.17
18492026-06-09T21:35:25.127Z Compiling openssl-sys v0.9.115
18502026-06-09T21:35:25.299Z Compiling futures-sink v0.3.32
18512026-06-09T21:35:25.437Z Compiling rustc_version v0.4.1
18522026-06-09T21:35:25.475Z Compiling futures-task v0.3.32
18532026-06-09T21:35:25.475Z Compiling futures-channel v0.3.32
18542026-06-09T21:35:25.475Z Compiling slab v0.4.12
18552026-06-09T21:35:25.952Z Compiling futures-io v0.3.32
18562026-06-09T21:35:26.016Z Compiling synstructure v0.13.2
18572026-06-09T21:35:26.016Z Compiling serde_derive_internals v0.29.1
18582026-06-09T21:35:26.016Z Compiling aho-corasick v1.1.4
18592026-06-09T21:35:26.017Z Compiling dyn-clone v1.0.20
18602026-06-09T21:35:26.017Z Compiling plain v0.2.3
18612026-06-09T21:35:26.017Z Compiling base64 v0.22.1
18622026-06-09T21:35:26.058Z Compiling pest_meta v2.8.6
18632026-06-09T21:35:26.058Z Compiling openssl v0.10.79
18642026-06-09T21:35:26.143Z Compiling crc32fast v1.5.0
18652026-06-09T21:35:26.172Z Compiling time-core v0.1.8
18662026-06-09T21:35:26.274Z Compiling num-conv v0.2.0
18672026-06-09T21:35:26.327Z Compiling crossbeam-utils v0.8.21
18682026-06-09T21:35:26.436Z Compiling time-macros v0.2.27
18692026-06-09T21:35:26.455Z Compiling native-tls v0.2.18
18702026-06-09T21:35:26.475Z Compiling pretty-hex v0.4.1
18712026-06-09T21:35:26.498Z Compiling base64ct v1.8.3
18722026-06-09T21:35:26.553Z Compiling anyhow v1.0.102
18732026-06-09T21:35:26.586Z Compiling regex-automata v0.4.14
18742026-06-09T21:35:26.635Z Compiling pest_generator v2.8.6
18752026-06-09T21:35:26.661Z Compiling darling_core v0.21.3
18762026-06-09T21:35:26.693Z Compiling tracing-core v0.1.36
18772026-06-09T21:35:26.741Z Compiling pem-rfc7468 v0.7.0
18782026-06-09T21:35:26.794Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-09T21:35:26.884Z Compiling serde_derive v1.0.228
18802026-06-09T21:35:27.022Z Compiling zeroize_derive v1.4.3
18812026-06-09T21:35:27.047Z Compiling zerofrom-derive v0.1.6
18822026-06-09T21:35:27.061Z Compiling yoke-derive v0.8.1
18832026-06-09T21:35:27.108Z Compiling zerovec-derive v0.11.2
18842026-06-09T21:35:27.153Z Compiling displaydoc v0.2.5
18852026-06-09T21:35:27.248Z Compiling zerocopy-derive v0.8.40
18862026-06-09T21:35:27.295Z Compiling tokio-macros v2.7.0
18872026-06-09T21:35:27.396Z Compiling futures-macro v0.3.32
18882026-06-09T21:35:27.668Z Compiling zeroize v1.8.2
18892026-06-09T21:35:27.923Z Compiling thiserror-impl v2.0.18
18902026-06-09T21:35:28.015Z Compiling schemars_derive v0.8.22
18912026-06-09T21:35:28.050Z Compiling tracing-attributes v0.1.31
18922026-06-09T21:35:28.164Z Compiling der_derive v0.7.3
18932026-06-09T21:35:28.180Z Compiling thiserror-impl v1.0.69
18942026-06-09T21:35:28.207Z Compiling zerofrom v0.1.6
18952026-06-09T21:35:28.350Z Compiling yoke v0.8.1
18962026-06-09T21:35:28.446Z Compiling crypto-common v0.1.7
18972026-06-09T21:35:28.520Z Compiling zerovec v0.11.5
18982026-06-09T21:35:28.557Z Compiling zerotrie v0.2.3
18992026-06-09T21:35:28.836Z Compiling block-buffer v0.10.4
19002026-06-09T21:35:29.003Z Compiling digest v0.10.7
19012026-06-09T21:35:29.080Z Compiling tinystr v0.8.2
19022026-06-09T21:35:29.098Z Compiling potential_utf v0.1.4
19032026-06-09T21:35:29.206Z Compiling pest_derive v2.8.6
19042026-06-09T21:35:29.221Z Compiling futures-util v0.3.32
19052026-06-09T21:35:29.240Z Compiling icu_collections v2.1.1
19062026-06-09T21:35:29.291Z Compiling icu_locale_core v2.1.1
19072026-06-09T21:35:29.305Z Compiling hmac v0.12.1
19082026-06-09T21:35:29.449Z Compiling block-padding v0.3.3
19092026-06-09T21:35:29.466Z Compiling rustls-pki-types v1.14.0
19102026-06-09T21:35:29.659Z Compiling inout v0.1.4
19112026-06-09T21:35:29.830Z Compiling openssl-macros v0.1.1
19122026-06-09T21:35:29.984Z Compiling icu_provider v2.1.1
19132026-06-09T21:35:30.084Z Compiling bytes v1.11.1
19142026-06-09T21:35:30.147Z Compiling chrono v0.4.44
19152026-06-09T21:35:30.242Z Compiling icu_properties v2.1.2
19162026-06-09T21:35:30.272Z Compiling icu_normalizer v2.1.1
19172026-06-09T21:35:30.299Z Compiling serde_tokenstream v0.2.3
19182026-06-09T21:35:30.404Z Compiling cipher v0.4.4
19192026-06-09T21:35:30.606Z Compiling tokio v1.52.1
19202026-06-09T21:35:30.675Z Compiling sha2 v0.10.9
19212026-06-09T21:35:31.197Z Compiling idna_adapter v1.2.1
19222026-06-09T21:35:31.347Z Compiling idna v1.1.0
19232026-06-09T21:35:31.445Z Compiling scroll_derive v0.12.1
19242026-06-09T21:35:31.484Z Compiling scroll_derive v0.13.1
19252026-06-09T21:35:31.520Z Compiling ppv-lite86 v0.2.21
19262026-06-09T21:35:31.742Z Compiling url v2.5.8
19272026-06-09T21:35:31.817Z Compiling http v1.4.0
19282026-06-09T21:35:31.960Z Compiling flagset v0.4.7
19292026-06-09T21:35:31.996Z Compiling untrusted v0.9.0
19302026-06-09T21:35:32.095Z Compiling der v0.7.10
19312026-06-09T21:35:32.124Z Compiling tracing v0.1.44
19322026-06-09T21:35:32.315Z Compiling darling_macro v0.21.3
19332026-06-09T21:35:32.525Z Compiling regex v1.12.3
19342026-06-09T21:35:32.583Z Compiling zerocopy-derive v0.7.35
19352026-06-09T21:35:32.805Z Compiling rand_core v0.9.5
19362026-06-09T21:35:32.937Z Compiling slog v2.8.2
19372026-06-09T21:35:33.258Z Compiling spki v0.7.3
19382026-06-09T21:35:33.362Z Compiling darling v0.21.3
19392026-06-09T21:35:33.377Z Compiling salsa20 v0.10.2
19402026-06-09T21:35:33.414Z Compiling pbkdf2 v0.12.2
19412026-06-09T21:35:33.737Z Compiling cookie v0.18.1
19422026-06-09T21:35:33.896Z Compiling camino v1.2.2
19432026-06-09T21:35:34.193Z Compiling scrypt v0.11.0
19442026-06-09T21:35:34.196Z Compiling rand_chacha v0.9.0
19452026-06-09T21:35:34.225Z Compiling http-body v1.0.1
19462026-06-09T21:35:34.260Z Compiling aes v0.8.4
19472026-06-09T21:35:34.345Z Compiling tokio-util v0.7.18
19482026-06-09T21:35:34.396Z Compiling cbc v0.1.2
19492026-06-09T21:35:34.494Z Compiling usdt-impl v0.5.0
19502026-06-09T21:35:34.532Z Compiling atomic-waker v1.1.2
19512026-06-09T21:35:34.585Z Compiling openssl-probe v0.2.1
19522026-06-09T21:35:34.639Z Compiling ref-cast v1.0.25
19532026-06-09T21:35:34.684Z Compiling winnow v0.7.14
19542026-06-09T21:35:34.712Z Compiling either v1.15.0
19552026-06-09T21:35:34.744Z Compiling tinyvec_macros v0.1.1
19562026-06-09T21:35:34.761Z Compiling untrusted v0.7.1
19572026-06-09T21:35:34.866Z Compiling unicode-segmentation v1.12.0
19582026-06-09T21:35:34.897Z Compiling paste v1.0.15
19592026-06-09T21:35:34.935Z Compiling usdt-impl v0.6.0
19602026-06-09T21:35:34.952Z Compiling tinyvec v1.10.0
19612026-06-09T21:35:35.226Z Compiling pkcs5 v0.7.1
19622026-06-09T21:35:35.301Z Compiling rand v0.9.2
19632026-06-09T21:35:35.605Z Compiling scroll v0.13.0
19642026-06-09T21:35:35.687Z Compiling scroll v0.12.0
19652026-06-09T21:35:35.705Z Compiling toml_datetime v0.6.11
19662026-06-09T21:35:35.739Z Compiling serde_spanned v0.6.9
19672026-06-09T21:35:35.789Z Compiling async-trait v0.1.89
19682026-06-09T21:35:35.872Z Compiling heapless v0.7.17
19692026-06-09T21:35:35.907Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-06-09T21:35:35.945Z Compiling tower-layer v0.3.3
19712026-06-09T21:35:35.960Z Compiling try-lock v0.2.5
19722026-06-09T21:35:35.964Z Compiling signal-hook v0.3.18
19732026-06-09T21:35:36.086Z Compiling zstd-safe v7.2.4
19742026-06-09T21:35:36.173Z Compiling tower-service v0.3.3
19752026-06-09T21:35:36.201Z Compiling fastrand v2.3.0
19762026-06-09T21:35:36.351Z Compiling want v0.3.1
19772026-06-09T21:35:36.403Z Compiling h2 v0.4.13
19782026-06-09T21:35:36.442Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-06-09T21:35:36.546Z Compiling goblin v0.8.2
19802026-06-09T21:35:36.556Z Compiling goblin v0.10.5
19812026-06-09T21:35:36.590Z Compiling pkcs8 v0.10.2
19822026-06-09T21:35:36.806Z Compiling heck v0.4.1
19832026-06-09T21:35:36.886Z Compiling zerocopy v0.7.35
19842026-06-09T21:35:36.937Z Compiling ipnet v2.11.0
19852026-06-09T21:35:37.026Z Compiling ref-cast-impl v1.0.25
19862026-06-09T21:35:37.142Z Compiling curve25519-dalek v4.1.3
19872026-06-09T21:35:37.423Z Compiling darling_core v0.20.11
19882026-06-09T21:35:37.478Z Compiling memoffset v0.9.1
19892026-06-09T21:35:37.481Z Compiling pin-utils v0.1.0
19902026-06-09T21:35:37.595Z Compiling httpdate v1.0.3
19912026-06-09T21:35:37.697Z Compiling utf8parse v0.2.2
19922026-06-09T21:35:37.836Z Compiling foreign-types-shared v0.1.1
19932026-06-09T21:35:37.850Z Compiling rustix v0.38.44
19942026-06-09T21:35:37.937Z Compiling litrs v1.0.0
19952026-06-09T21:35:38.206Z Compiling winnow v0.5.40
19962026-06-09T21:35:38.295Z Compiling foreign-types v0.3.2
19972026-06-09T21:35:38.312Z Compiling tempfile v3.25.0
19982026-06-09T21:35:38.412Z Compiling document-features v0.2.12
19992026-06-09T21:35:38.690Z Compiling dtrace-parser v0.2.0
20002026-06-09T21:35:38.932Z Compiling dof v0.3.0
20012026-06-09T21:35:39.175Z Compiling unicode-normalization v0.1.25
20022026-06-09T21:35:39.290Z Compiling dof v0.4.0
20032026-06-09T21:35:39.414Z Compiling darling_macro v0.20.11
20042026-06-09T21:35:39.532Z Compiling toml_edit v0.19.15
20052026-06-09T21:35:39.548Z Compiling hyper v1.8.1
20062026-06-09T21:35:39.585Z Compiling dtrace-parser v0.3.0
20072026-06-09T21:35:39.622Z Compiling daft-derive v0.1.7
20082026-06-09T21:35:39.652Z Compiling pin-project-internal v1.1.11
20092026-06-09T21:35:39.793Z Compiling spin v0.9.8
20102026-06-09T21:35:39.843Z Compiling thread-id v4.2.2
20112026-06-09T21:35:39.892Z Compiling thread-id v5.1.0
20122026-06-09T21:35:39.941Z Compiling anstyle v1.0.14
20132026-06-09T21:35:39.989Z Compiling smoltcp v0.9.1
20142026-06-09T21:35:40.123Z Compiling num-bigint-dig v0.8.6
20152026-06-09T21:35:40.195Z Compiling powerfmt v0.2.0
20162026-06-09T21:35:40.324Z Compiling cfg_aliases v0.2.1
20172026-06-09T21:35:40.375Z Compiling deranged v0.5.8
20182026-06-09T21:35:40.380Z Compiling darling v0.20.11
20192026-06-09T21:35:40.421Z Compiling nix v0.31.2
20202026-06-09T21:35:40.670Z Compiling hyper-util v0.1.20
20212026-06-09T21:35:40.893Z Compiling rustls-native-certs v0.8.3
20222026-06-09T21:35:40.931Z Compiling ipnetwork v0.21.1
20232026-06-09T21:35:41.287Z Compiling strum_macros v0.26.4
20242026-06-09T21:35:41.307Z Compiling curve25519-dalek-derive v0.1.1
20252026-06-09T21:35:41.578Z Compiling sync_wrapper v1.0.2
20262026-06-09T21:35:41.702Z Compiling wait-timeout v0.2.1
20272026-06-09T21:35:41.773Z Compiling anstyle-query v1.1.5
20282026-06-09T21:35:41.895Z Compiling colorchoice v1.0.4
20292026-06-09T21:35:41.927Z Compiling is_terminal_polyfill v1.70.2
20302026-06-09T21:35:41.949Z Compiling quick-error v1.2.3
20312026-06-09T21:35:41.967Z Compiling siphasher v1.0.2
20322026-06-09T21:35:42.027Z Compiling simd-adler32 v0.3.8
20332026-06-09T21:35:42.108Z Compiling num_threads v0.1.7
20342026-06-09T21:35:42.213Z Compiling bit-vec v0.8.0
20352026-06-09T21:35:42.339Z Compiling time v0.3.47
20362026-06-09T21:35:42.354Z Compiling rusty-fork v0.3.1
20372026-06-09T21:35:42.488Z Compiling bit-set v0.8.0
20382026-06-09T21:35:42.653Z Compiling tower v0.5.3
20392026-06-09T21:35:42.914Z Compiling derive_builder_core v0.20.2
20402026-06-09T21:35:42.966Z Compiling snafu-derive v0.8.9
20412026-06-09T21:35:43.150Z Compiling http-body-util v0.1.3
20422026-06-09T21:35:43.355Z Compiling webpki-roots v1.0.6
20432026-06-09T21:35:43.487Z Compiling rand_xorshift v0.4.0
20442026-06-09T21:35:43.500Z Compiling signature v2.2.0
20452026-06-09T21:35:43.595Z Compiling hubpack_derive v0.1.1
20462026-06-09T21:35:43.647Z Compiling strum_macros v0.27.2
20472026-06-09T21:35:43.734Z Compiling ahash v0.8.12
20482026-06-09T21:35:43.846Z Compiling fs-err v3.3.0
20492026-06-09T21:35:43.974Z Compiling encoding_rs v0.8.35
20502026-06-09T21:35:44.013Z Compiling iri-string v0.7.10
20512026-06-09T21:35:44.062Z Compiling unicode-properties v0.1.4
20522026-06-09T21:35:44.067Z Compiling unarray v0.1.4
20532026-06-09T21:35:44.114Z Compiling ryu v1.0.23
20542026-06-09T21:35:44.194Z Compiling unicode-bidi v0.3.18
20552026-06-09T21:35:44.233Z Compiling adler2 v2.0.1
20562026-06-09T21:35:44.249Z Compiling allocator-api2 v0.2.21
20572026-06-09T21:35:44.442Z Compiling object v0.37.3
20582026-06-09T21:35:44.479Z Compiling mime v0.3.17
20592026-06-09T21:35:44.584Z Compiling stringprep v0.1.5
20602026-06-09T21:35:44.635Z Compiling serde_urlencoded v0.7.1
20612026-06-09T21:35:44.681Z Compiling miniz_oxide v0.8.9
20622026-06-09T21:35:44.896Z Compiling proptest v1.10.0
20632026-06-09T21:35:45.056Z Compiling derive_builder_macro v0.20.2
20642026-06-09T21:35:45.238Z Compiling tower-http v0.6.8
20652026-06-09T21:35:45.256Z Compiling tokio-native-tls v0.3.1
20662026-06-09T21:35:45.330Z Compiling usdt-macro v0.6.0
20672026-06-09T21:35:45.398Z Compiling usdt-attr-macro v0.6.0
20682026-06-09T21:35:45.524Z Compiling anstyle-parse v1.0.0
20692026-06-09T21:35:45.795Z Compiling rand_chacha v0.3.1
20702026-06-09T21:35:45.808Z Compiling erased-serde v0.3.31
20712026-06-09T21:35:45.840Z Compiling md-5 v0.10.6
20722026-06-09T21:35:45.906Z Compiling bstr v1.12.1
20732026-06-09T21:35:46.029Z Compiling num-integer v0.1.46
20742026-06-09T21:35:46.147Z Compiling hash32 v0.2.1
20752026-06-09T21:35:46.163Z Compiling vergen-lib v9.1.0
20762026-06-09T21:35:46.181Z Compiling ff v0.13.1
20772026-06-09T21:35:46.259Z Compiling zlib-rs v0.6.2
20782026-06-09T21:35:46.334Z Compiling base16ct v0.2.0
20792026-06-09T21:35:46.378Z Compiling fallible-iterator v0.2.0
20802026-06-09T21:35:46.416Z Compiling psl-types v2.0.11
20812026-06-09T21:35:46.508Z Compiling sec1 v0.7.3
20822026-06-09T21:35:46.524Z Compiling publicsuffix v2.3.0
20832026-06-09T21:35:46.556Z Compiling group v0.13.0
20842026-06-09T21:35:46.651Z Compiling num-iter v0.1.45
20852026-06-09T21:35:46.701Z Compiling postgres-protocol v0.6.10
20862026-06-09T21:35:46.798Z Compiling rand v0.8.6
20872026-06-09T21:35:47.052Z Compiling newtype-uuid v1.3.2
20882026-06-09T21:35:47.449Z Compiling oxnet v0.1.5
20892026-06-09T21:35:47.535Z Compiling anstream v1.0.0
20902026-06-09T21:35:47.569Z Compiling derive_builder v0.20.2
20912026-06-09T21:35:47.708Z Compiling hyper-tls v0.6.0
20922026-06-09T21:35:47.802Z Compiling phf_shared v0.13.1
20932026-06-09T21:35:47.835Z Compiling pin-project v1.1.11
20942026-06-09T21:35:47.921Z Compiling lazy_static v1.5.0
20952026-06-09T21:35:47.957Z Compiling anstyle-parse v0.2.7
20962026-06-09T21:35:48.074Z Compiling terminal_size v0.4.3
20972026-06-09T21:35:48.117Z Compiling serde_with_macros v3.17.0
20982026-06-09T21:35:48.120Z Compiling futures-executor v0.3.32
20992026-06-09T21:35:48.171Z Compiling hex v0.4.3
21002026-06-09T21:35:48.381Z Compiling flate2 v1.1.9
21012026-06-09T21:35:48.381Z Compiling hkdf v0.12.4
21022026-06-09T21:35:48.412Z Compiling crypto-bigint v0.5.5
21032026-06-09T21:35:48.491Z Compiling serde_repr v0.1.20
21042026-06-09T21:35:48.517Z Compiling enum-as-inner v0.6.1
21052026-06-09T21:35:48.547Z Compiling async-recursion v1.1.1
21062026-06-09T21:35:48.563Z Compiling clap_derive v4.6.1
21072026-06-09T21:35:48.611Z Compiling vergen v9.1.0
21082026-06-09T21:35:48.809Z Compiling cargo-platform v0.3.2
21092026-06-09T21:35:48.826Z Compiling managed v0.8.0
21102026-06-09T21:35:48.984Z Compiling libbz2-rs-sys v0.2.2
21112026-06-09T21:35:49.040Z Compiling foldhash v0.1.5
21122026-06-09T21:35:49.083Z Compiling foldhash v0.2.0
21132026-06-09T21:35:49.110Z Compiling clap_lex v1.0.0
21142026-06-09T21:35:49.199Z Compiling bitflags v1.3.2
21152026-06-09T21:35:49.310Z Compiling bumpalo v3.20.2
21162026-06-09T21:35:49.324Z Compiling same-file v1.0.6
21172026-06-09T21:35:49.357Z Compiling elliptic-curve v0.13.8
21182026-06-09T21:35:49.378Z Compiling clap_builder v4.6.0
21192026-06-09T21:35:49.501Z Compiling walkdir v2.5.0
21202026-06-09T21:35:49.535Z Compiling zopfli v0.8.3
21212026-06-09T21:35:49.571Z Compiling bzip2 v0.6.1
21222026-06-09T21:35:49.587Z Compiling hashbrown v0.16.1
21232026-06-09T21:35:49.715Z Compiling hashbrown v0.15.5
21242026-06-09T21:35:49.753Z Compiling cargo_metadata v0.23.1
21252026-06-09T21:35:50.170Z Compiling futures v0.3.32
21262026-06-09T21:35:50.185Z Compiling zstd v0.13.3
21272026-06-09T21:35:50.282Z Compiling anstream v0.6.21
21282026-06-09T21:35:50.420Z Compiling phf v0.13.1
21292026-06-09T21:35:50.584Z Compiling snafu v0.8.9
21302026-06-09T21:35:50.597Z Compiling daft v0.1.7
21312026-06-09T21:35:50.644Z Compiling signal-hook-mio v0.2.5
21322026-06-09T21:35:50.794Z Compiling cookie_store v0.22.1
21332026-06-09T21:35:50.893Z Compiling postgres-types v0.2.12
21342026-06-09T21:35:50.923Z Compiling bzip2 v0.4.4
21352026-06-09T21:35:50.975Z Compiling globset v0.4.18
21362026-06-09T21:35:51.007Z Compiling strum v0.27.2
21372026-06-09T21:35:51.384Z Compiling hubpack v0.1.2
21382026-06-09T21:35:51.425Z Compiling ed25519 v2.2.3
21392026-06-09T21:35:51.457Z Compiling phf_shared v0.11.3
21402026-06-09T21:35:51.499Z Compiling crossbeam-epoch v0.9.18
21412026-06-09T21:35:51.537Z Compiling olpc-cjson v0.1.4
21422026-06-09T21:35:51.566Z Compiling pkcs1 v0.7.5
21432026-06-09T21:35:51.660Z Compiling pem v3.0.6
21442026-06-09T21:35:51.733Z Compiling serde_plain v1.0.2
21452026-06-09T21:35:51.736Z Compiling serde-big-array v0.5.1
21462026-06-09T21:35:51.763Z Compiling rfc6979 v0.4.0
21472026-06-09T21:35:51.795Z Compiling float-cmp v0.10.0
21482026-06-09T21:35:51.903Z Compiling env_filter v1.0.0
21492026-06-09T21:35:51.919Z Compiling memmap2 v0.9.10
21502026-06-09T21:35:51.936Z Compiling difflib v0.4.0
21512026-06-09T21:35:51.954Z Compiling typed-path v0.9.3
21522026-06-09T21:35:51.958Z Compiling normalize-line-endings v0.3.0
21532026-06-09T21:35:52.011Z Compiling precomputed-hash v0.1.1
21542026-06-09T21:35:52.036Z Compiling new_debug_unreachable v1.0.6
21552026-06-09T21:35:52.083Z Compiling keccak v0.1.6
21562026-06-09T21:35:52.117Z Compiling static_assertions v1.1.0
21572026-06-09T21:35:52.131Z Compiling jiff v0.2.21
21582026-06-09T21:35:52.178Z Compiling predicates-core v1.0.10
21592026-06-09T21:35:52.202Z Compiling data-encoding v2.10.0
21602026-06-09T21:35:52.205Z Compiling fixedbitset v0.5.7
21612026-06-09T21:35:52.233Z Compiling fixedbitset v0.4.2
21622026-06-09T21:35:52.323Z Compiling toml_write v0.1.2
21632026-06-09T21:35:52.338Z Compiling whoami v2.1.0
21642026-06-09T21:35:52.422Z Compiling petgraph v0.8.3
21652026-06-09T21:35:52.478Z Compiling petgraph v0.6.5
21662026-06-09T21:35:52.507Z Compiling toml_edit v0.22.27
21672026-06-09T21:35:52.543Z Compiling hickory-proto v0.25.2
21682026-06-09T21:35:52.640Z Compiling tokio-postgres v0.7.16
21692026-06-09T21:35:52.688Z Compiling predicates v3.1.4
21702026-06-09T21:35:53.030Z Compiling sha3 v0.10.8
21712026-06-09T21:35:53.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-06-09T21:35:53.281Z Compiling string_cache v0.8.9
21732026-06-09T21:35:53.314Z Compiling usdt v0.6.0
21742026-06-09T21:35:53.517Z Compiling env_logger v0.11.9
21752026-06-09T21:35:53.601Z Compiling ecdsa v0.16.9
21762026-06-09T21:35:53.847Z Compiling rsa v0.9.10
21772026-06-09T21:35:53.948Z Compiling ed25519-dalek v2.2.0
21782026-06-09T21:35:54.339Z Compiling crossterm v0.28.1
21792026-06-09T21:35:54.513Z Compiling zip v0.6.6
21802026-06-09T21:35:54.720Z Compiling zip v4.6.1
21812026-06-09T21:35:54.854Z Compiling iddqd v0.4.2
21822026-06-09T21:35:55.027Z Compiling clap v4.6.1
21832026-06-09T21:35:55.252Z Compiling serde_with v3.17.0
21842026-06-09T21:35:55.402Z Compiling similar v2.7.0
21852026-06-09T21:35:55.449Z Compiling strum v0.26.3
21862026-06-09T21:35:55.513Z Compiling toml v0.7.8
21872026-06-09T21:35:55.600Z Compiling tokio-stream v0.1.18
21882026-06-09T21:35:55.674Z Compiling itertools v0.13.0
21892026-06-09T21:35:55.839Z Compiling buf-list v1.1.2
21902026-06-09T21:35:56.018Z Compiling x509-cert v0.2.5
21912026-06-09T21:35:56.118Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21922026-06-09T21:35:56.169Z Compiling openapiv3 v2.2.0
21932026-06-09T21:35:56.404Z Compiling sha1 v0.10.6
21942026-06-09T21:35:56.675Z Compiling lalrpop-util v0.19.12
21952026-06-09T21:35:56.917Z Compiling peg-runtime v0.8.5
21962026-06-09T21:36:11.455Z Compiling rustls-webpki v0.103.9
21972026-06-09T21:36:13.219Z Compiling macaddr v1.0.1
21982026-06-09T21:36:13.338Z Compiling structmeta-derive v0.3.0
21992026-06-09T21:36:13.342Z Compiling rayon-core v1.13.0
22002026-06-09T21:36:13.455Z Compiling crucible-workspace-hack v0.1.0
22012026-06-09T21:36:13.510Z Compiling itertools v0.14.0
22022026-06-09T21:36:13.523Z Compiling secrecy v0.10.3
22032026-06-09T21:36:13.577Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-06-09T21:36:13.679Z Compiling heapless v0.8.0
22052026-06-09T21:36:13.707Z Compiling toml_datetime v0.7.5+spec-1.1.0
22062026-06-09T21:36:13.779Z Compiling rustls v0.22.4
22072026-06-09T21:36:13.961Z Compiling toml_edit v0.23.10+spec-1.0.0
22082026-06-09T21:36:14.000Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-06-09T21:36:14.132Z Compiling crossbeam-deque v0.8.6
22102026-06-09T21:36:14.176Z Compiling rustls-webpki v0.102.8
22112026-06-09T21:36:14.192Z Compiling hash32 v0.3.1
22122026-06-09T21:36:14.196Z Compiling multer v3.1.0
22132026-06-09T21:36:14.211Z Compiling thread_local v1.1.9
22142026-06-09T21:36:14.246Z Compiling structmeta v0.3.0
22152026-06-09T21:36:14.317Z Compiling slog-async v2.8.0
22162026-06-09T21:36:14.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-06-09T21:36:14.383Z Compiling match_cfg v0.1.0
22182026-06-09T21:36:14.427Z Compiling unicode-width v0.2.0
22192026-06-09T21:36:14.471Z Compiling smoltcp v0.11.0
22202026-06-09T21:36:14.486Z Compiling compression-core v0.4.31
22212026-06-09T21:36:14.587Z Compiling proc-macro-crate v3.4.0
22222026-06-09T21:36:14.659Z Compiling compression-codecs v0.4.37
22232026-06-09T21:36:14.674Z Compiling derive-ex v0.1.8
22242026-06-09T21:36:14.752Z Compiling hostname v0.3.1
22252026-06-09T21:36:14.775Z Compiling ingot-macros v0.1.1
22262026-06-09T21:36:14.933Z Compiling slog-json v2.6.1
22272026-06-09T21:36:15.029Z Compiling crossbeam-channel v0.5.15
22282026-06-09T21:36:15.045Z Compiling half v2.7.1
22292026-06-09T21:36:15.062Z Compiling newtype-uuid-macros v0.1.0
22302026-06-09T21:36:15.199Z Compiling cobs v0.3.0
22312026-06-09T21:36:15.394Z Compiling tokio-rustls v0.26.4
22322026-06-09T21:36:15.412Z Compiling rustls-platform-verifier v0.6.2
22332026-06-09T21:36:15.497Z Compiling thiserror-impl-no-std v2.0.2
22342026-06-09T21:36:15.634Z Compiling hyper-rustls v0.27.7
22352026-06-09T21:36:15.677Z Compiling universal-hash v0.5.1
22362026-06-09T21:36:15.713Z Compiling async-stream-impl v0.3.6
22372026-06-09T21:36:15.797Z Compiling toml_datetime v1.0.0+spec-1.1.0
22382026-06-09T21:36:15.841Z Compiling serde_spanned v1.0.4
22392026-06-09T21:36:15.972Z Compiling reqwest v0.12.28
22402026-06-09T21:36:15.994Z Compiling reqwest v0.13.2
22412026-06-09T21:36:16.023Z Compiling is-terminal v0.4.17
22422026-06-09T21:36:16.139Z Compiling dropshot v0.17.0
22432026-06-09T21:36:16.200Z Compiling proc-macro-error-attr v1.0.4
22442026-06-09T21:36:16.248Z Compiling opaque-debug v0.3.1
22452026-06-09T21:36:16.284Z Compiling ciborium-io v0.2.2
22462026-06-09T21:36:16.340Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-06-09T21:36:16.365Z Compiling term v1.2.1
22482026-06-09T21:36:16.389Z Compiling convert_case v0.4.0
22492026-06-09T21:36:16.407Z Compiling take_mut v0.2.2
22502026-06-09T21:36:16.422Z Compiling toml_writer v1.0.6+spec-1.1.0
22512026-06-09T21:36:16.525Z Compiling thiserror-no-std v2.0.2
22522026-06-09T21:36:16.636Z Compiling toml v1.0.6+spec-1.1.0
22532026-06-09T21:36:16.653Z Compiling ciborium-ll v0.2.2
22542026-06-09T21:36:16.704Z Compiling tokio-rustls v0.25.0
22552026-06-09T21:36:16.717Z Compiling derive_more v0.99.20
22562026-06-09T21:36:16.836Z Compiling slog-term v2.9.2
22572026-06-09T21:36:16.965Z Compiling poly1305 v0.8.0
22582026-06-09T21:36:16.981Z Compiling async-stream v0.3.6
22592026-06-09T21:36:17.001Z Compiling test-strategy v0.4.5
22602026-06-09T21:36:17.190Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-09T21:36:17.387Z Compiling ingot-types v0.1.2
22622026-06-09T21:36:17.663Z Compiling tough v0.22.0
22632026-06-09T21:36:17.814Z Compiling ingot v0.1.1
22642026-06-09T21:36:18.121Z Compiling postcard v1.1.3
22652026-06-09T21:36:18.207Z Compiling slog-bunyan v2.5.0
22662026-06-09T21:36:18.276Z Compiling num_enum_derive v0.7.6
22672026-06-09T21:36:18.428Z Compiling async-compression v0.4.41
22682026-06-09T21:36:18.533Z Compiling parse-display-derive v0.10.0
22692026-06-09T21:36:18.901Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22702026-06-09T21:36:18.917Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-06-09T21:36:19.002Z Compiling proc-macro-crate v1.3.1
22722026-06-09T21:36:19.179Z Compiling backon v1.6.0
22732026-06-09T21:36:19.225Z Compiling waitgroup v0.1.2
22742026-06-09T21:36:19.360Z Compiling password-hash v0.5.0
22752026-06-09T21:36:19.378Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22762026-06-09T21:36:19.394Z Compiling chacha20 v0.9.1
22772026-06-09T21:36:19.411Z Compiling dropshot_endpoint v0.17.0
22782026-06-09T21:36:19.452Z Compiling rustls-pemfile v2.2.0
22792026-06-09T21:36:19.493Z Compiling blake2 v0.10.6
22802026-06-09T21:36:19.751Z Compiling aead v0.5.2
22812026-06-09T21:36:19.768Z Compiling foreign-types-macros v0.2.3
22822026-06-09T21:36:19.962Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22832026-06-09T21:36:20.001Z Compiling serde_path_to_error v0.1.20
22842026-06-09T21:36:20.018Z Compiling hostname v0.4.2
22852026-06-09T21:36:20.062Z Compiling proc-macro-error v1.0.4
22862026-06-09T21:36:20.189Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-09T21:36:20.203Z Compiling instant v0.1.13
22882026-06-09T21:36:20.273Z Compiling cpufeatures v0.3.0
22892026-06-09T21:36:20.339Z Compiling typeid v1.0.3
22902026-06-09T21:36:20.352Z Compiling foreign-types-shared v0.3.1
22912026-06-09T21:36:20.369Z Compiling debug-ignore v1.0.5
22922026-06-09T21:36:20.386Z Compiling chacha20 v0.10.0
22932026-06-09T21:36:20.404Z Compiling backoff v0.4.0
22942026-06-09T21:36:20.458Z Compiling foreign-types v0.5.0
22952026-06-09T21:36:20.473Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-09T21:36:20.478Z Compiling parse-display v0.10.0
22972026-06-09T21:36:20.520Z Compiling chacha20poly1305 v0.10.1
22982026-06-09T21:36:20.555Z Compiling argon2 v0.5.3
22992026-06-09T21:36:20.597Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-06-09T21:36:20.665Z Compiling num_enum_derive v0.5.11
23012026-06-09T21:36:20.681Z Compiling num_enum v0.7.6
23022026-06-09T21:36:20.697Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-09T21:36:20.711Z Compiling ciborium v0.2.2
23042026-06-09T21:36:20.822Z Compiling vsss-rs v3.3.4
23052026-06-09T21:36:21.157Z Compiling tabwriter v1.4.1
23062026-06-09T21:36:21.195Z Compiling regress v0.10.5
23072026-06-09T21:36:21.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-06-09T21:36:21.376Z Compiling byte-wrapper v0.1.0
23092026-06-09T21:36:21.550Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23102026-06-09T21:36:21.564Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-09T21:36:21.586Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-06-09T21:36:21.653Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23132026-06-09T21:36:21.653Z Compiling cstr-argument v0.1.2
23142026-06-09T21:36:21.669Z Compiling erased-serde v0.4.9
23152026-06-09T21:36:21.808Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-06-09T21:36:21.954Z Compiling humantime v2.3.0
23172026-06-09T21:36:22.038Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-06-09T21:36:22.088Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-06-09T21:36:22.104Z Compiling num_enum v0.5.11
23202026-06-09T21:36:22.202Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-06-09T21:36:22.280Z Compiling rand v0.10.0
23222026-06-09T21:36:22.304Z Compiling rayon v1.11.0
23232026-06-09T21:36:22.365Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-06-09T21:36:22.392Z Compiling indent_write v2.2.0
23252026-06-09T21:36:22.443Z Compiling colored v3.1.1
23262026-06-09T21:36:22.468Z Compiling libefi-sys v0.1.0
23272026-06-09T21:36:22.516Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23282026-06-09T21:36:22.546Z Compiling zone_cfg_derive v0.3.1
23292026-06-09T21:36:22.566Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23302026-06-09T21:36:22.700Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-06-09T21:36:22.735Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-09T21:36:22.950Z Compiling camino-tempfile v1.4.1
23332026-06-09T21:36:22.976Z Compiling itertools v0.12.1
23342026-06-09T21:36:23.109Z Compiling usdt-attr-macro v0.5.0
23352026-06-09T21:36:23.143Z Compiling usdt-macro v0.5.0
23362026-06-09T21:36:23.179Z Compiling num-derive v0.4.2
23372026-06-09T21:36:23.246Z Compiling bitfield-struct v0.6.2
23382026-06-09T21:36:23.266Z Compiling ordered-float v2.10.1
23392026-06-09T21:36:23.380Z Compiling blake3 v1.8.3
23402026-06-09T21:36:23.574Z Compiling memmap v0.7.0
23412026-06-09T21:36:23.751Z Compiling sigpipe v0.1.3
23422026-06-09T21:36:23.828Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-09T21:36:23.855Z Compiling swrite v0.1.0
23442026-06-09T21:36:23.872Z Compiling glob v0.3.3
23452026-06-09T21:36:23.876Z Compiling usdt v0.5.0
23462026-06-09T21:36:23.902Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-06-09T21:36:23.984Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-09T21:36:24.091Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23492026-06-09T21:36:24.238Z Compiling serde-value v0.7.0
23502026-06-09T21:36:24.441Z Compiling zone v0.3.1
23512026-06-09T21:36:24.498Z Compiling serde-untagged v0.1.9
23522026-06-09T21:36:24.532Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23532026-06-09T21:36:24.776Z Compiling toml v0.8.23
23542026-06-09T21:36:24.804Z Compiling smf v0.2.3
23552026-06-09T21:36:24.820Z Compiling filetime v0.2.27
23562026-06-09T21:36:24.835Z Compiling whoami v1.6.1
23572026-06-09T21:36:24.849Z Compiling xattr v1.6.1
23582026-06-09T21:36:24.872Z Compiling arrayref v0.3.9
23592026-06-09T21:36:24.937Z Compiling constant_time_eq v0.4.2
23602026-06-09T21:36:24.964Z Compiling arrayvec v0.7.6
23612026-06-09T21:36:25.037Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-09T21:36:25.060Z Compiling unicode-xid v0.2.6
23632026-06-09T21:36:25.128Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-09T21:36:25.146Z Compiling tar v0.4.45
23652026-06-09T21:36:25.160Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-06-09T21:36:25.239Z Compiling cargo-util-schemas v0.8.2
23672026-06-09T21:36:25.385Z Compiling tokio-dtrace v0.1.1
23682026-06-09T21:36:25.402Z Compiling console v0.16.2
23692026-06-09T21:36:25.643Z Compiling gethostname v0.5.0
23702026-06-09T21:36:25.799Z Compiling cargo-platform v0.2.0
23712026-06-09T21:36:25.813Z Compiling unit-prefix v0.5.2
23722026-06-09T21:36:25.942Z Compiling topological-sort v0.2.2
23732026-06-09T21:36:25.957Z Compiling oxide-tokio-rt v0.1.4
23742026-06-09T21:36:26.007Z Compiling indicatif v0.18.4
23752026-06-09T21:36:26.022Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-06-09T21:36:26.125Z Compiling shell-words v1.1.1
23772026-06-09T21:36:26.393Z Compiling cargo_metadata v0.21.0
23782026-06-09T21:36:35.673Z Compiling progenitor-client v0.10.0
23792026-06-09T21:36:35.673Z Compiling omicron-zone-package v0.12.2
23802026-06-09T21:36:35.690Z Compiling progenitor-client v0.14.0
23812026-06-09T21:36:36.200Z Compiling progenitor-extras v0.2.0
23822026-06-09T21:36:38.458Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-06-09T21:36:38.476Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-06-09T21:36:38.552Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-06-09T21:36:38.621Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-06-09T21:36:38.694Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-09T21:36:38.724Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-06-09T21:36:38.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-06-09T21:36:38.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-06-09T21:36:38.856Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-06-09T21:36:42.759Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23922026-06-09T21:36:50.409Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23932026-06-09T21:36:53.458Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-06-09T21:36:54.441Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-06-09T21:37:04.147Z Finished `release` profile [optimized] target(s) in 1m 43s
23962026-06-09T21:37:04.296Z Running `target/release/omicron-package -t test target create -p dev`
23972026-06-09T21:37:04.358ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-06-09T21:37:04.361ZCreated new build target 'test' and set it as active
23992026-06-09T21:37:04.365Z
24002026-06-09T21:37:04.365Zreal 1:43.835631273
24012026-06-09T21:37:04.365Zuser 17:00.662225616
24022026-06-09T21:37:04.365Zsys 2:34.768265671
24032026-06-09T21:37:04.365Ztrap 0.481000922
24042026-06-09T21:37:04.365Ztflt 2.728364250
24052026-06-09T21:37:04.365Zdflt 4.369539829
24062026-06-09T21:37:04.365Zkflt 0.000466920
24072026-06-09T21:37:04.365Zlock 52:51.002457886
24082026-06-09T21:37:04.365Zslp 43:24.457937190
24092026-06-09T21:37:04.365Zlat 40.275207508
24102026-06-09T21:37:04.365Zstop 5:18.377930816
24112026-06-09T21:37:04.365Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-06-09T21:37:05.249Z Finished `release` profile [optimized] target(s) in 0.87s
24132026-06-09T21:37:05.318Z Running `target/release/omicron-package -t test package`
24142026-06-09T21:37:05.374ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-06-09T21:37:06.811Z Compiling heck v0.5.0
24162026-06-09T21:37:06.815Z Compiling regress v0.11.1
24172026-06-09T21:37:07.029Z Compiling unsafe-libyaml v0.2.11
24182026-06-09T21:37:07.065Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24192026-06-09T21:37:07.096Z Compiling regress v0.10.5
24202026-06-09T21:37:07.117Z Compiling is-terminal v0.4.17
24212026-06-09T21:37:07.136Z Compiling unicode-width v0.1.14
24222026-06-09T21:37:07.139Z Compiling prettyplease v0.2.37
24232026-06-09T21:37:07.139Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-09T21:37:07.139Z Compiling bytecount v0.6.9
24252026-06-09T21:37:07.140Z Compiling rustls v0.22.4
24262026-06-09T21:37:07.140Z Compiling rustls-webpki v0.102.8
24272026-06-09T21:37:07.154Z Compiling derive-where v1.6.0
24282026-06-09T21:37:07.194Z Compiling thread_local v1.1.9
24292026-06-09T21:37:07.198Z Compiling match_cfg v0.1.0
24302026-06-09T21:37:07.307Z Compiling compression-core v0.4.31
24312026-06-09T21:37:07.348Z Compiling hostname v0.3.1
24322026-06-09T21:37:07.373Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-06-09T21:37:07.399Z Compiling multer v3.1.0
24342026-06-09T21:37:07.464Z Compiling compression-codecs v0.4.37
24352026-06-09T21:37:07.467Z Compiling slog-async v2.8.0
24362026-06-09T21:37:07.508Z Compiling crossbeam-channel v0.5.15
24372026-06-09T21:37:07.512Z Compiling slog-json v2.6.1
24382026-06-09T21:37:07.512Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-06-09T21:37:07.553Z Compiling serde_yaml v0.9.34+deprecated
24402026-06-09T21:37:07.576Z Compiling serde_spanned v1.0.4
24412026-06-09T21:37:07.579Z Compiling take_mut v0.2.2
24422026-06-09T21:37:07.696Z Compiling term v1.2.1
24432026-06-09T21:37:07.721Z Compiling toml_writer v1.0.6+spec-1.1.0
24442026-06-09T21:37:07.753Z Compiling slog-bunyan v2.5.0
24452026-06-09T21:37:07.774Z Compiling async-compression v0.4.41
24462026-06-09T21:37:07.855Z Compiling async-stream v0.3.6
24472026-06-09T21:37:07.914Z Compiling toml v1.0.6+spec-1.1.0
24482026-06-09T21:37:07.954Z Compiling dropshot v0.17.0
24492026-06-09T21:37:07.974Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-06-09T21:37:08.021Z Compiling slog-term v2.9.2
24512026-06-09T21:37:08.042Z Compiling num-rational v0.4.2
24522026-06-09T21:37:08.111Z Compiling progenitor-client v0.14.0
24532026-06-09T21:37:08.134Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-06-09T21:37:08.217Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-09T21:37:08.259Z Compiling waitgroup v0.1.2
24562026-06-09T21:37:08.311Z Compiling backon v1.6.0
24572026-06-09T21:37:08.332Z Compiling rustls-pemfile v2.2.0
24582026-06-09T21:37:08.422Z Compiling num-complex v0.4.6
24592026-06-09T21:37:08.445Z Compiling serde_path_to_error v0.1.20
24602026-06-09T21:37:08.448Z Compiling hostname v0.4.2
24612026-06-09T21:37:08.487Z Compiling instant v0.1.13
24622026-06-09T21:37:08.547Z Compiling typify-impl v0.6.2
24632026-06-09T21:37:08.550Z Compiling debug-ignore v1.0.5
24642026-06-09T21:37:08.550Z Compiling progenitor-extras v0.2.0
24652026-06-09T21:37:08.616Z Compiling backoff v0.4.0
24662026-06-09T21:37:08.637Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24672026-06-09T21:37:08.681Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-06-09T21:37:08.837Z Compiling num v0.4.3
24692026-06-09T21:37:08.858Z Compiling parse-display v0.10.0
24702026-06-09T21:37:08.898Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-06-09T21:37:08.919Z Compiling progenitor-client v0.10.0
24722026-06-09T21:37:08.944Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24732026-06-09T21:37:08.965Z Compiling macaddr v1.0.1
24742026-06-09T21:37:09.046Z Compiling humantime v2.3.0
24752026-06-09T21:37:09.068Z Compiling float-ord v0.3.2
24762026-06-09T21:37:09.199Z Compiling console v0.15.11
24772026-06-09T21:37:09.221Z Compiling atomicwrites v0.4.4
24782026-06-09T21:37:09.265Z Compiling newline-converter v0.3.0
24792026-06-09T21:37:09.344Z Compiling slog-dtrace v0.3.0
24802026-06-09T21:37:09.368Z Compiling owo-colors v4.3.0
24812026-06-09T21:37:09.432Z Compiling resolv-conf v0.7.6
24822026-06-09T21:37:09.520Z Compiling tokio-rustls v0.25.0
24832026-06-09T21:37:09.575Z Compiling cancel-safe-futures v0.1.5
24842026-06-09T21:37:09.653Z Compiling expectorate v1.2.0
24852026-06-09T21:37:09.674Z Compiling toml v0.8.23
24862026-06-09T21:37:09.788Z Compiling libsw-core v0.3.2
24872026-06-09T21:37:09.919Z Compiling linear-map v1.2.0
24882026-06-09T21:37:10.036Z Compiling libsw v3.5.0
24892026-06-09T21:37:10.081Z Compiling linked-hash-map v0.5.6
24902026-06-09T21:37:10.202Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-09T21:37:10.252Z Compiling minimal-lexical v0.2.1
24922026-06-09T21:37:10.285Z Compiling lru-cache v0.1.2
24932026-06-09T21:37:10.325Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-06-09T21:37:10.328Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-06-09T21:37:10.443Z Compiling hickory-proto v0.24.4
24962026-06-09T21:37:10.463Z Compiling unicode-xid v0.2.6
24972026-06-09T21:37:10.510Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24982026-06-09T21:37:10.532Z Compiling nom v7.1.3
24992026-06-09T21:37:10.536Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-06-09T21:37:10.696Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-09T21:37:10.787Z Compiling convert_case v0.10.0
25022026-06-09T21:37:11.081Z Compiling derive_more-impl v2.1.1
25032026-06-09T21:37:11.466Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25042026-06-09T21:37:11.844Z Compiling derive_more v2.1.1
25052026-06-09T21:37:11.898Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-06-09T21:37:11.919Z Compiling papergrid v0.11.0
25072026-06-09T21:37:11.957Z Compiling tabled_derive v0.7.0
25082026-06-09T21:37:12.062Z Compiling termtree v0.5.1
25092026-06-09T21:37:12.085Z Compiling typify-macro v0.6.2
25102026-06-09T21:37:12.267Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-06-09T21:37:12.527Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-06-09T21:37:12.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-06-09T21:37:12.881Z Compiling hickory-resolver v0.24.4
25142026-06-09T21:37:13.165Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-06-09T21:37:13.201Z Compiling tabled v0.15.0
25162026-06-09T21:37:13.389Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-09T21:37:13.636Z Compiling crossterm v0.29.0
25182026-06-09T21:37:13.667Z Compiling typify v0.6.2
25192026-06-09T21:37:13.956Z Compiling progenitor-impl v0.14.0
25202026-06-09T21:37:14.538Z Compiling qorb v0.4.1
25212026-06-09T21:37:16.099Z Compiling progenitor-macro v0.14.0
25222026-06-09T21:37:16.334Z Compiling phf_shared v0.12.1
25232026-06-09T21:37:16.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-06-09T21:37:16.616Z Compiling csv-core v0.1.13
25252026-06-09T21:37:17.119Z Compiling vte v0.14.1
25262026-06-09T21:37:17.265Z Compiling highway v1.3.0
25272026-06-09T21:37:17.400Z Compiling chrono-tz v0.10.4
25282026-06-09T21:37:17.647Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-09T21:37:17.997Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-06-09T21:37:19.040Z Compiling strip-ansi-escapes v0.2.1
25312026-06-09T21:37:19.052Z Compiling csv v1.4.0
25322026-06-09T21:37:19.052Z Compiling phf v0.12.1
25332026-06-09T21:37:19.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-06-09T21:37:19.052Z Compiling const_format_proc_macros v0.2.34
25352026-06-09T21:37:19.052Z Compiling fd-lock v4.0.4
25362026-06-09T21:37:19.097Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-06-09T21:37:19.260Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-06-09T21:37:19.356Z Compiling peg-macros v0.8.5
25392026-06-09T21:37:19.547Z Compiling nu-ansi-term v0.50.3
25402026-06-09T21:37:19.715Z Compiling const_format v0.2.35
25412026-06-09T21:37:20.105Z Compiling reedline v0.40.0
25422026-06-09T21:37:20.195Z Compiling progenitor v0.14.0
25432026-06-09T21:37:20.249Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-06-09T21:37:20.381Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-06-09T21:37:20.510Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-06-09T21:37:20.609Z Compiling peg v0.8.5
25472026-06-09T21:37:21.057Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-09T21:37:21.121Z Compiling bcs v0.1.6
25492026-06-09T21:37:21.549Z Compiling nom v8.0.0
25502026-06-09T21:37:21.782Z Compiling semver v0.1.20
25512026-06-09T21:37:22.075Z Compiling rustc_version v0.1.7
25522026-06-09T21:37:22.315Z Compiling newtype_derive v0.1.6
25532026-06-09T21:37:22.593Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-09T21:37:22.850Z Compiling smawk v0.3.2
25552026-06-09T21:37:23.050Z Compiling unicode-linebreak v0.1.5
25562026-06-09T21:37:23.157Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25572026-06-09T21:37:23.312Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-06-09T21:37:23.333Z Compiling textwrap v0.16.2
25592026-06-09T21:37:23.378Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-06-09T21:37:23.464Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-06-09T21:37:23.621Z Compiling base64 v0.21.7
25622026-06-09T21:37:23.643Z Compiling steno v0.4.1
25632026-06-09T21:37:23.668Z Compiling dropshot-api-manager-types v0.7.2
25642026-06-09T21:37:23.886Z Compiling tagptr v0.2.0
25652026-06-09T21:37:24.076Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25662026-06-09T21:37:24.154Z Compiling moka v0.12.13
25672026-06-09T21:37:24.247Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-09T21:37:24.284Z Compiling utf-8 v0.7.6
25692026-06-09T21:37:24.500Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-09T21:37:24.557Z Compiling tungstenite v0.21.0
25712026-06-09T21:37:24.673Z Compiling radium v0.7.0
25722026-06-09T21:37:24.946Z Compiling display-error-chain v0.2.2
25732026-06-09T21:37:24.999Z Compiling maybe-uninit v2.0.0
25742026-06-09T21:37:25.315Z Compiling hickory-resolver v0.25.2
25752026-06-09T21:37:25.366Z Compiling tokio-tungstenite v0.21.0
25762026-06-09T21:37:25.395Z Compiling tap v1.0.1
25772026-06-09T21:37:25.551Z Compiling wyz v0.5.1
25782026-06-09T21:37:25.758Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-09T21:37:25.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-06-09T21:37:26.051Z Compiling num-derive v0.3.3
25812026-06-09T21:37:26.708Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-06-09T21:37:26.837Z Compiling zerocopy-derive v0.6.6
25832026-06-09T21:37:26.970Z Compiling proc-macro-error-attr2 v2.0.0
25842026-06-09T21:37:27.415Z Compiling crc-catalog v2.4.0
25852026-06-09T21:37:27.542Z Compiling packed_struct v0.10.1
25862026-06-09T21:37:27.644Z Compiling funty v2.0.0
25872026-06-09T21:37:27.880Z Compiling zerocopy v0.6.6
25882026-06-09T21:37:28.277Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-06-09T21:37:28.461Z Compiling bitvec v1.0.1
25902026-06-09T21:37:28.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25912026-06-09T21:37:28.880Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25922026-06-09T21:37:29.017Z Compiling crc v3.4.0
25932026-06-09T21:37:29.239Z Compiling proc-macro-error2 v2.0.1
25942026-06-09T21:37:29.513Z Compiling libscf-sys v1.1.0
25952026-06-09T21:37:29.652Z Compiling packed_struct_codegen v0.10.1
25962026-06-09T21:37:29.687Z Compiling vergen-lib v0.1.6
25972026-06-09T21:37:29.905Z Compiling bitfield-macros v0.19.4
25982026-06-09T21:37:30.285Z Compiling indexmap v1.9.3
25992026-06-09T21:37:30.358Z Compiling nodrop v0.1.14
26002026-06-09T21:37:30.493Z Compiling array-init v0.0.4
26012026-06-09T21:37:30.596Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-06-09T21:37:30.638Z Compiling bitfield v0.19.4
26032026-06-09T21:37:30.695Z Compiling smallvec v0.6.14
26042026-06-09T21:37:30.880Z Compiling tabled_derive v0.11.0
26052026-06-09T21:37:30.992Z Compiling papergrid v0.17.0
26062026-06-09T21:37:31.133Z Compiling testing_table v0.3.0
26072026-06-09T21:37:31.304Z Compiling vergen-gitcl v1.0.8
26082026-06-09T21:37:31.523Z Compiling dirs-sys-next v0.1.2
26092026-06-09T21:37:31.547Z Compiling diesel_derives v2.3.7
26102026-06-09T21:37:31.569Z Compiling hashbrown v0.12.3
26112026-06-09T21:37:31.672Z Compiling glob v0.3.3
26122026-06-09T21:37:31.761Z Compiling maplit v1.0.2
26132026-06-09T21:37:31.806Z Compiling crunchy v0.2.4
26142026-06-09T21:37:31.911Z Compiling dirs-next v2.0.0
26152026-06-09T21:37:31.958Z Compiling serde-hex v0.1.0
26162026-06-09T21:37:32.029Z Compiling clang-sys v1.8.1
26172026-06-09T21:37:32.070Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-09T21:37:32.160Z Compiling tabled v0.20.0
26192026-06-09T21:37:32.185Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-09T21:37:32.221Z Compiling ron v0.8.1
26212026-06-09T21:37:32.322Z Compiling hashbrown v0.13.2
26222026-06-09T21:37:32.426Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26232026-06-09T21:37:32.447Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-06-09T21:37:32.673Z Compiling dsl_auto_type v0.2.0
26252026-06-09T21:37:32.950Z Compiling scheduled-thread-pool v0.2.7
26262026-06-09T21:37:33.237Z Compiling diesel_table_macro_syntax v0.3.0
26272026-06-09T21:37:33.453Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26282026-06-09T21:37:33.543Z Compiling crc-any v2.5.0
26292026-06-09T21:37:33.689Z Compiling tiny-keccak v2.0.2
26302026-06-09T21:37:33.961Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-06-09T21:37:33.983Z Compiling r2d2 v0.8.10
26322026-06-09T21:37:34.190Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-09T21:37:34.271Z Compiling object v0.30.4
26342026-06-09T21:37:34.775Z Compiling term v0.7.0
26352026-06-09T21:37:34.891Z Compiling bit-vec v0.6.3
26362026-06-09T21:37:35.071Z Compiling downcast-rs v2.0.2
26372026-06-09T21:37:35.150Z Compiling xshell-macros v0.2.7
26382026-06-09T21:37:35.170Z Compiling path-slash v0.1.5
26392026-06-09T21:37:35.281Z Compiling bit-set v0.5.3
26402026-06-09T21:37:35.363Z Compiling ascii-canvas v3.0.0
26412026-06-09T21:37:35.546Z Compiling xshell v0.2.7
26422026-06-09T21:37:35.621Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-06-09T21:37:35.722Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26442026-06-09T21:37:36.209Z Compiling itertools v0.10.5
26452026-06-09T21:37:36.694Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-06-09T21:37:36.845Z Compiling ena v0.14.4
26472026-06-09T21:37:37.090Z Compiling libloading v0.8.9
26482026-06-09T21:37:37.305Z Compiling diff v0.1.13
26492026-06-09T21:37:37.330Z Compiling crc8 v0.1.1
26502026-06-09T21:37:37.473Z Compiling unicase v2.9.0
26512026-06-09T21:37:37.569Z Compiling regex-syntax v0.6.29
26522026-06-09T21:37:37.781Z Compiling bindgen v0.71.1
26532026-06-09T21:37:38.116Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26542026-06-09T21:37:38.260Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-06-09T21:37:38.293Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-09T21:37:38.678Z Compiling diesel v2.3.7
26572026-06-09T21:37:38.902Z Compiling cexpr v0.6.0
26582026-06-09T21:37:39.107Z Compiling lalrpop v0.19.12
26592026-06-09T21:37:39.350Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26602026-06-09T21:37:39.481Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26612026-06-09T21:37:39.548Z Compiling rustc-hash v2.1.1
26622026-06-09T21:37:39.608Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-06-09T21:37:39.638Z Compiling headers-core v0.3.0
26642026-06-09T21:37:39.681Z Compiling libxml v0.3.3
26652026-06-09T21:37:39.739Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-09T21:37:39.827Z Compiling headers v0.4.1
26672026-06-09T21:37:39.974Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-06-09T21:37:40.022Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-09T21:37:40.230Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-09T21:37:40.458Z Compiling git-stub v1.0.0
26712026-06-09T21:37:40.693Z Compiling strum_macros v0.24.3
26722026-06-09T21:37:40.727Z Compiling indoc v1.0.9
26732026-06-09T21:37:40.815Z Compiling git-stub-vcs v0.1.0
26742026-06-09T21:37:41.168Z Compiling progenitor-impl v0.13.0
26752026-06-09T21:37:41.192Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-09T21:37:41.406Z Compiling derive_builder v0.20.2
26772026-06-09T21:37:41.471Z Compiling oso-derive v0.27.3
26782026-06-09T21:37:41.572Z Compiling quick-xml v0.37.5
26792026-06-09T21:37:41.952Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-09T21:37:41.976Z Compiling openssl-probe v0.1.6
26812026-06-09T21:37:42.312Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-09T21:37:42.517Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-09T21:37:42.666Z Compiling progenitor-client v0.13.0
26842026-06-09T21:37:42.912Z Compiling half v1.8.3
26852026-06-09T21:37:43.041Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-09T21:37:43.220Z Compiling serde_cbor v0.11.2
26872026-06-09T21:37:43.248Z Compiling bb8 v0.8.6
26882026-06-09T21:37:43.284Z Compiling trait-variant v0.1.2
26892026-06-09T21:37:43.385Z Compiling progenitor-macro v0.13.0
26902026-06-09T21:37:43.495Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-06-09T21:37:43.626Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-09T21:37:43.816Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-09T21:37:43.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-09T21:37:44.175Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-09T21:37:44.264Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-09T21:37:44.294Z Compiling typify-impl v0.4.3
26972026-06-09T21:37:44.433Z Compiling samael v0.0.19
26982026-06-09T21:37:44.460Z Compiling fxhash v0.2.1
26992026-06-09T21:37:44.500Z Compiling libz-sys v1.1.24
27002026-06-09T21:37:44.632Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-09T21:37:44.902Z Compiling nonempty v0.12.0
27022026-06-09T21:37:45.132Z Compiling salty v0.3.0
27032026-06-09T21:37:45.669Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-09T21:37:45.736Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27052026-06-09T21:37:45.830Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-06-09T21:37:45.996Z Compiling kstat-rs v0.2.4
27072026-06-09T21:37:46.154Z Compiling arc-swap v1.8.2
27082026-06-09T21:37:46.488Z Compiling fs-err v2.11.0
27092026-06-09T21:37:46.627Z Compiling polar-core v0.27.3
27102026-06-09T21:37:46.762Z Compiling mime_guess v2.0.5
27112026-06-09T21:37:46.867Z Compiling slog-scope v4.4.1
27122026-06-09T21:37:47.311Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27132026-06-09T21:37:47.349Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-06-09T21:37:47.470Z Compiling progenitor v0.13.0
27152026-06-09T21:37:47.660Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27162026-06-09T21:37:47.725Z Compiling typify-macro v0.4.3
27172026-06-09T21:37:48.915Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-06-09T21:37:49.027Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-06-09T21:37:49.084Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-06-09T21:37:49.222Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-09T21:37:49.381Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27222026-06-09T21:37:49.647Z Compiling nanorand v0.7.0
27232026-06-09T21:37:49.822Z Compiling darling_core v0.23.0
27242026-06-09T21:37:50.019Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-09T21:37:50.346Z Compiling parking_lot_core v0.8.6
27262026-06-09T21:37:50.713Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27272026-06-09T21:37:50.976Z Compiling flume v0.11.1
27282026-06-09T21:37:51.362Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-06-09T21:37:51.988Z Compiling darling_macro v0.23.0
27302026-06-09T21:37:52.018Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-09T21:37:52.210Z Compiling slog-stdlog v4.1.1
27322026-06-09T21:37:52.658Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27332026-06-09T21:37:52.710Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-06-09T21:37:53.798Z Compiling primeorder v0.13.6
27352026-06-09T21:37:53.955Z Compiling atty v0.2.14
27362026-06-09T21:37:54.107Z Compiling parse-size v1.1.0
27372026-06-09T21:37:54.130Z Compiling http-range v0.1.5
27382026-06-09T21:37:54.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-09T21:37:54.457Z Compiling strsim v0.10.0
27402026-06-09T21:37:54.523Z Compiling instability v0.3.11
27412026-06-09T21:37:54.594Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-09T21:37:54.771Z Compiling darling_core v0.13.4
27432026-06-09T21:37:54.797Z Compiling p384 v0.13.1
27442026-06-09T21:37:56.418Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-06-09T21:37:57.657Z Compiling oso v0.27.3
27462026-06-09T21:37:58.715Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-06-09T21:37:58.861Z Compiling async-bb8-diesel v0.2.1
27482026-06-09T21:37:59.193Z Compiling diesel-dtrace v0.5.0
27492026-06-09T21:37:59.301Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-06-09T21:37:59.747Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-06-09T21:38:00.857Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-06-09T21:38:01.005Z Compiling darling v0.23.0
27532026-06-09T21:38:01.123Z Compiling slog-envlogger v2.2.0
27542026-06-09T21:38:02.305Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27552026-06-09T21:38:02.905Z Compiling typify v0.4.3
27562026-06-09T21:38:03.051Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-06-09T21:38:03.437Z Compiling ignore v0.4.25
27582026-06-09T21:38:04.092Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-09T21:38:04.947Z Compiling castaway v0.2.4
27602026-06-09T21:38:05.105Z Compiling vergen-git2 v9.1.0
27612026-06-09T21:38:05.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-09T21:38:05.488Z Compiling indoc v2.0.7
27632026-06-09T21:38:05.700Z Compiling compact_str v0.8.1
27642026-06-09T21:38:05.821Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-09T21:38:05.845Z Compiling globwalk v0.9.1
27662026-06-09T21:38:06.514Z Compiling progenitor-impl v0.11.2
27672026-06-09T21:38:06.538Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-06-09T21:38:06.575Z Compiling parking_lot v0.11.2
27692026-06-09T21:38:06.616Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-06-09T21:38:06.828Z Compiling hyper-staticfile v0.10.1
27712026-06-09T21:38:07.442Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-06-09T21:38:07.504Z Compiling darling_macro v0.13.4
27732026-06-09T21:38:08.047Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-06-09T21:38:08.156Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-06-09T21:38:08.310Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27762026-06-09T21:38:08.496Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-06-09T21:38:08.676Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27782026-06-09T21:38:08.710Z Compiling predicates-tree v1.0.13
27792026-06-09T21:38:08.779Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-06-09T21:38:08.926Z Compiling unicode-truncate v1.1.0
27812026-06-09T21:38:09.012Z Compiling lru v0.12.5
27822026-06-09T21:38:09.135Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-06-09T21:38:09.173Z Compiling rand_seeder v0.4.0
27842026-06-09T21:38:09.237Z Compiling prefix-trie v0.7.0
27852026-06-09T21:38:09.425Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-09T21:38:09.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-06-09T21:38:09.743Z Compiling rustls v0.21.12
27882026-06-09T21:38:09.889Z Compiling cassowary v0.3.0
27892026-06-09T21:38:09.949Z Compiling corncobs v0.1.4
27902026-06-09T21:38:09.971Z Compiling illumos-nvpair-sys v0.2.0
27912026-06-09T21:38:10.127Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-09T21:38:10.149Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-06-09T21:38:10.219Z Compiling ratatui v0.29.0
27942026-06-09T21:38:10.308Z Compiling hickory-server v0.25.2
27952026-06-09T21:38:10.461Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-06-09T21:38:10.562Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-06-09T21:38:10.803Z Compiling camino-tempfile-ext v0.3.3
27982026-06-09T21:38:10.864Z Compiling progenitor-macro v0.11.2
27992026-06-09T21:38:10.894Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-09T21:38:11.450Z Compiling darling v0.13.4
28012026-06-09T21:38:11.561Z Compiling sled v0.34.7
28022026-06-09T21:38:12.573Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-06-09T21:38:14.023Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-09T21:38:14.839Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052026-06-09T21:38:15.300Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28062026-06-09T21:38:15.346Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-06-09T21:38:15.570Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082026-06-09T21:38:15.653Z Compiling progenitor-client v0.11.2
28092026-06-09T21:38:15.821Z Compiling rustls-webpki v0.101.7
28102026-06-09T21:38:15.964Z Compiling sct v0.7.1
28112026-06-09T21:38:16.102Z Compiling git2 v0.20.4
28122026-06-09T21:38:16.201Z Compiling secrecy v0.8.0
28132026-06-09T21:38:16.235Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-06-09T21:38:17.524Z Compiling progenitor v0.11.2
28152026-06-09T21:38:17.782Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28162026-06-09T21:38:18.568Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-06-09T21:38:18.976Z Compiling serde_with_macros v1.5.2
28182026-06-09T21:38:19.224Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-09T21:38:19.803Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-06-09T21:38:19.949Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28212026-06-09T21:38:20.193Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28222026-06-09T21:38:21.474Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28232026-06-09T21:38:21.596Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28242026-06-09T21:38:21.761Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252026-06-09T21:38:21.992Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-06-09T21:38:22.214Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28272026-06-09T21:38:22.411Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-06-09T21:38:22.462Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-06-09T21:38:22.648Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-06-09T21:38:22.711Z Compiling void v1.0.2
28312026-06-09T21:38:22.927Z Compiling lzss v0.8.2
28322026-06-09T21:38:23.396Z Compiling illumos-nvpair v0.3.0
28332026-06-09T21:38:23.885Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28342026-06-09T21:38:24.680Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28352026-06-09T21:38:25.251Z Compiling serde_with v1.14.0
28362026-06-09T21:38:25.994Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-06-09T21:38:26.397Z Compiling tokio-rustls v0.24.1
28382026-06-09T21:38:26.844Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28392026-06-09T21:38:26.972Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28402026-06-09T21:38:26.994Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-06-09T21:38:27.134Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-06-09T21:38:27.854Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28432026-06-09T21:38:28.092Z Compiling tungstenite v0.23.0
28442026-06-09T21:38:28.771Z Compiling rustls-pemfile v1.0.4
28452026-06-09T21:38:28.804Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28462026-06-09T21:38:29.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28472026-06-09T21:38:29.204Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-06-09T21:38:29.269Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28492026-06-09T21:38:29.444Z Compiling nix v0.27.1
28502026-06-09T21:38:30.428Z Compiling twox-hash v2.1.2
28512026-06-09T21:38:30.646Z Compiling serde_bytes v0.11.19
28522026-06-09T21:38:30.924Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28532026-06-09T21:38:30.949Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-06-09T21:38:30.973Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-09T21:38:31.389Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28562026-06-09T21:38:31.441Z Compiling tokio-tungstenite v0.23.1
28572026-06-09T21:38:31.810Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28582026-06-09T21:38:31.965Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-06-09T21:38:33.838Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-06-09T21:38:35.166Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28612026-06-09T21:38:35.287Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-06-09T21:38:35.763Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-06-09T21:38:35.847Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28642026-06-09T21:38:36.144Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-06-09T21:38:36.212Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28662026-06-09T21:38:36.320Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-06-09T21:38:37.170Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28682026-06-09T21:38:37.242Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-06-09T21:38:39.007Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-06-09T21:38:40.002Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28712026-06-09T21:38:40.504Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28722026-06-09T21:38:40.770Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-06-09T21:38:41.791Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-06-09T21:38:42.156Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28752026-06-09T21:38:42.574Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28762026-06-09T21:38:42.831Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28772026-06-09T21:38:43.681Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28782026-06-09T21:38:43.776Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-06-09T21:38:43.996Z Compiling signal-hook-tokio v0.3.1
28802026-06-09T21:38:44.111Z Compiling fatfs v0.3.6
28812026-06-09T21:38:44.192Z Compiling yasna v0.5.2
28822026-06-09T21:38:44.374Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-06-09T21:38:44.637Z Compiling seq-macro v0.3.6
28842026-06-09T21:38:45.113Z Compiling assert_matches v1.5.0
28852026-06-09T21:38:45.222Z Compiling is_ci v1.2.0
28862026-06-09T21:38:45.285Z Compiling rcgen v0.12.1
28872026-06-09T21:38:45.387Z Compiling supports-color v3.0.2
28882026-06-09T21:38:45.434Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-06-09T21:38:45.696Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-06-09T21:38:46.126Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28912026-06-09T21:38:46.164Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-06-09T21:38:46.401Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28932026-06-09T21:38:46.469Z Compiling rtoolbox v0.0.3
28942026-06-09T21:38:46.644Z Compiling subprocess v0.2.15
28952026-06-09T21:38:46.780Z Compiling rpassword v7.4.0
28962026-06-09T21:38:47.063Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-06-09T21:38:48.079Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-06-09T21:38:49.280Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28992026-06-09T21:38:49.421Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-06-09T21:38:49.643Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29012026-06-09T21:38:49.835Z Compiling tui-tree-widget v0.23.1
29022026-06-09T21:38:50.119Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-06-09T21:38:50.345Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-06-09T21:38:50.885Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-06-09T21:38:51.919Z Compiling uzers v0.12.2
29062026-06-09T21:38:53.112Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-06-09T21:38:53.390Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-06-09T21:38:54.495Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-06-09T21:38:55.982Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-06-09T21:38:58.640Z Compiling support-bundle-viewer v0.1.2
29112026-06-09T21:38:59.746Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-06-09T21:39:00.545Z Compiling multimap v0.10.1
29132026-06-09T21:39:08.739Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-06-09T21:39:14.866Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29152026-06-09T21:39:21.320Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29162026-06-09T21:39:21.344Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29172026-06-09T21:39:24.155Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29182026-06-09T21:45:10.935Z Finished `release` profile [optimized] target(s) in 8m 05s
29192026-06-09T21:45:57.660Z
29202026-06-09T21:45:57.663Zreal 8:53.270206727
29212026-06-09T21:45:57.663Zuser 1:19:24.214280388
29222026-06-09T21:45:57.663Zsys 3:35.165887080
29232026-06-09T21:45:57.663Ztrap 1.766230497
29242026-06-09T21:45:57.663Ztflt 2.480174211
29252026-06-09T21:45:57.663Zdflt 17.777466813
29262026-06-09T21:45:57.663Zkflt 0.027536937
29272026-06-09T21:45:57.663Zlock 6:40:45.005656465
29282026-06-09T21:45:57.663Zslp 2:15:02.533637776
29292026-06-09T21:45:57.664Zlat 2:32.682162082
29302026-06-09T21:45:57.664Zstop 5:20.935335319
29312026-06-09T21:45:57.664Z+ mapfile -t packages
29322026-06-09T21:45:57.664Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29332026-06-09T21:45:58.620Z Finished `release` profile [optimized] target(s) in 0.94s
29342026-06-09T21:45:58.698Z Running `target/release/omicron-package -t test list-outputs`
29352026-06-09T21:45:58.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
29362026-06-09T21:45:58.765Z+ ptime -m cargo build --locked --release -p xtask
29372026-06-09T21:45:59.306Z Compiling libc v0.2.185
29382026-06-09T21:45:59.306Z Compiling serde v1.0.228
29392026-06-09T21:45:59.306Z Compiling serde_core v1.0.228
29402026-06-09T21:45:59.311Z Compiling rustix v1.1.3
29412026-06-09T21:45:59.311Z Compiling serde_json v1.0.149
29422026-06-09T21:45:59.410Z Compiling bitflags v2.11.0
29432026-06-09T21:45:59.459Z Compiling num-traits v0.2.19
29442026-06-09T21:45:59.470Z Compiling syn v2.0.117
29452026-06-09T21:45:59.489Z Compiling smallvec v1.15.1
29462026-06-09T21:45:59.502Z Compiling usdt-impl v0.5.0
29472026-06-09T21:45:59.505Z Compiling indexmap v2.14.0
29482026-06-09T21:45:59.513Z Compiling syn v1.0.109
29492026-06-09T21:45:59.540Z Compiling getrandom v0.4.1
29502026-06-09T21:45:59.543Z Compiling log v0.4.29
29512026-06-09T21:45:59.670Z Compiling percent-encoding v2.3.2
29522026-06-09T21:45:59.815Z Compiling form_urlencoded v1.2.2
29532026-06-09T21:45:59.853Z Compiling fs-err v3.3.0
29542026-06-09T21:45:59.900Z Compiling anyhow v1.0.102
29552026-06-09T21:45:59.931Z Compiling heck v0.4.1
29562026-06-09T21:45:59.934Z Compiling once_cell v1.21.3
29572026-06-09T21:46:00.156Z Compiling thread-id v4.2.2
29582026-06-09T21:46:00.182Z Compiling errno v0.3.14
29592026-06-09T21:46:00.217Z Compiling memmap v0.7.0
29602026-06-09T21:46:00.491Z Compiling ordered-float v2.10.1
29612026-06-09T21:46:01.029Z Compiling proc-macro-error v1.0.4
29622026-06-09T21:46:01.192Z Compiling terminal_size v0.4.3
29632026-06-09T21:46:01.192Z Compiling tempfile v3.25.0
29642026-06-09T21:46:01.278Z Compiling tabled_derive v0.7.0
29652026-06-09T21:46:01.294Z Compiling clap_builder v4.6.0
29662026-06-09T21:46:01.294Z Compiling textwrap v0.16.2
29672026-06-09T21:46:01.429Z Compiling camino-tempfile v1.4.1
29682026-06-09T21:46:01.967Z Compiling tabled v0.15.0
29692026-06-09T21:46:01.997Z Compiling synstructure v0.13.2
29702026-06-09T21:46:01.997Z Compiling pest_generator v2.8.6
29712026-06-09T21:46:02.397Z Compiling serde_derive v1.0.228
29722026-06-09T21:46:02.397Z Compiling zerofrom-derive v0.1.6
29732026-06-09T21:46:02.401Z Compiling yoke-derive v0.8.1
29742026-06-09T21:46:02.401Z Compiling zerovec-derive v0.11.2
29752026-06-09T21:46:02.401Z Compiling displaydoc v0.2.5
29762026-06-09T21:46:02.401Z Compiling thiserror-impl v1.0.69
29772026-06-09T21:46:02.401Z Compiling zerocopy-derive v0.7.35
29782026-06-09T21:46:02.520Z Compiling pest_derive v2.8.6
29792026-06-09T21:46:02.977Z Compiling scroll_derive v0.12.1
29802026-06-09T21:46:03.134Z Compiling thiserror-impl v2.0.18
29812026-06-09T21:46:03.149Z Compiling clap_derive v4.6.1
29822026-06-09T21:46:03.246Z Compiling zerocopy v0.7.35
29832026-06-09T21:46:03.547Z Compiling zerofrom v0.1.6
29842026-06-09T21:46:03.569Z Compiling thiserror v1.0.69
29852026-06-09T21:46:03.646Z Compiling scroll v0.12.0
29862026-06-09T21:46:03.690Z Compiling yoke v0.8.1
29872026-06-09T21:46:03.694Z Compiling dtrace-parser v0.2.0
29882026-06-09T21:46:03.898Z Compiling zerovec v0.11.5
29892026-06-09T21:46:03.915Z Compiling zerotrie v0.2.3
29902026-06-09T21:46:03.927Z Compiling goblin v0.8.2
29912026-06-09T21:46:04.339Z Compiling thiserror v2.0.18
29922026-06-09T21:46:04.467Z Compiling tinystr v0.8.2
29932026-06-09T21:46:04.512Z Compiling potential_utf v0.1.4
29942026-06-09T21:46:04.721Z Compiling icu_locale_core v2.1.1
29952026-06-09T21:46:04.733Z Compiling icu_collections v2.1.1
29962026-06-09T21:46:04.821Z Compiling clap v4.6.1
29972026-06-09T21:46:05.499Z Compiling icu_provider v2.1.1
29982026-06-09T21:46:05.823Z Compiling icu_properties v2.1.2
29992026-06-09T21:46:05.853Z Compiling icu_normalizer v2.1.1
30002026-06-09T21:46:05.866Z Compiling serde_spanned v0.6.9
30012026-06-09T21:46:05.926Z Compiling toml_datetime v0.6.11
30022026-06-09T21:46:05.975Z Compiling dof v0.3.0
30032026-06-09T21:46:05.999Z Compiling serde_tokenstream v0.2.3
30042026-06-09T21:46:06.049Z Compiling serde-value v0.7.0
30052026-06-09T21:46:06.062Z Compiling cargo-platform v0.2.0
30062026-06-09T21:46:06.231Z Compiling toml_edit v0.22.27
30072026-06-09T21:46:06.342Z Compiling macaddr v1.0.1
30082026-06-09T21:46:06.714Z Compiling idna_adapter v1.2.1
30092026-06-09T21:46:06.795Z Compiling usdt-attr-macro v0.5.0
30102026-06-09T21:46:06.839Z Compiling idna v1.1.0
30112026-06-09T21:46:06.880Z Compiling usdt-macro v0.5.0
30122026-06-09T21:46:07.203Z Compiling url v2.5.8
30132026-06-09T21:46:07.514Z Compiling usdt v0.5.0
30142026-06-09T21:46:07.810Z Compiling toml v0.8.23
30152026-06-09T21:46:08.263Z Compiling cargo-util-schemas v0.8.2
30162026-06-09T21:46:08.263Z Compiling cargo_toml v0.21.0
30172026-06-09T21:46:09.286Z Compiling cargo_metadata v0.21.0
30182026-06-09T21:46:12.325Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-06-09T21:46:15.330Z Finished `release` profile [optimized] target(s) in 16.55s
30202026-06-09T21:46:15.459Z
30212026-06-09T21:46:15.459Zreal 16.655026576
30222026-06-09T21:46:15.462Zuser 2:21.918602469
30232026-06-09T21:46:15.462Zsys 16.778801912
30242026-06-09T21:46:15.462Ztrap 0.092703300
30252026-06-09T21:46:15.462Ztflt 0.565411342
30262026-06-09T21:46:15.462Zdflt 1.496273242
30272026-06-09T21:46:15.462Zkflt 0.000075120
30282026-06-09T21:46:15.462Zlock 5:14.352664543
30292026-06-09T21:46:15.462Zslp 3:22.666378676
30302026-06-09T21:46:15.462Zlat 6.386391504
30312026-06-09T21:46:15.462Zstop 19.761692192
30322026-06-09T21:46:15.462Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-06-09T21:46:15.462Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-06-09T21:46:15.462Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-06-09T21:46:15.462Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-06-09T21:46:15.462Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-06-09T21:46:16.415Z Compiling progenitor-client v0.14.0
30382026-06-09T21:46:16.415Z Compiling newtype-uuid-macros v0.1.0
30392026-06-09T21:46:16.419Z Compiling structmeta-derive v0.3.0
30402026-06-09T21:46:16.419Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-06-09T21:46:16.579Z Compiling rustls v0.22.4
30422026-06-09T21:46:16.605Z Compiling rustls-webpki v0.102.8
30432026-06-09T21:46:16.621Z Compiling multer v3.1.0
30442026-06-09T21:46:16.624Z Compiling compression-core v0.4.31
30452026-06-09T21:46:16.624Z Compiling debug-ignore v1.0.5
30462026-06-09T21:46:16.624Z Compiling match_cfg v0.1.0
30472026-06-09T21:46:16.639Z Compiling slog-json v2.6.1
30482026-06-09T21:46:16.642Z Compiling async-stream-impl v0.3.6
30492026-06-09T21:46:16.642Z Compiling toml_datetime v1.0.0+spec-1.1.0
30502026-06-09T21:46:16.642Z Compiling serde_spanned v1.0.4
30512026-06-09T21:46:16.645Z Compiling dropshot v0.17.0
30522026-06-09T21:46:16.645Z Compiling toml_writer v1.0.6+spec-1.1.0
30532026-06-09T21:46:16.834Z Compiling itertools v0.14.0
30542026-06-09T21:46:16.888Z Compiling hostname v0.3.1
30552026-06-09T21:46:16.892Z Compiling waitgroup v0.1.2
30562026-06-09T21:46:16.909Z Compiling rustls-pemfile v2.2.0
30572026-06-09T21:46:16.912Z Compiling dropshot_endpoint v0.17.0
30582026-06-09T21:46:16.960Z Compiling compression-codecs v0.4.37
30592026-06-09T21:46:17.038Z Compiling slog-bunyan v2.5.0
30602026-06-09T21:46:17.056Z Compiling toml v1.0.6+spec-1.1.0
30612026-06-09T21:46:17.101Z Compiling hostname v0.4.2
30622026-06-09T21:46:17.120Z Compiling serde_path_to_error v0.1.20
30632026-06-09T21:46:17.123Z Compiling regress v0.10.5
30642026-06-09T21:46:17.173Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30652026-06-09T21:46:17.214Z Compiling async-compression v0.4.41
30662026-06-09T21:46:17.234Z Compiling macaddr v1.0.1
30672026-06-09T21:46:17.270Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-09T21:46:17.286Z Compiling instant v0.1.13
30692026-06-09T21:46:17.362Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-06-09T21:46:17.391Z Compiling backon v1.6.0
30712026-06-09T21:46:17.408Z Compiling backoff v0.4.0
30722026-06-09T21:46:17.424Z Compiling async-stream v0.3.6
30732026-06-09T21:46:17.427Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-06-09T21:46:17.491Z Compiling progenitor-client v0.10.0
30752026-06-09T21:46:17.521Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30762026-06-09T21:46:17.560Z Compiling progenitor-extras v0.2.0
30772026-06-09T21:46:17.619Z Compiling humantime v2.3.0
30782026-06-09T21:46:17.637Z Compiling universal-hash v0.5.1
30792026-06-09T21:46:17.654Z Compiling opaque-debug v0.3.1
30802026-06-09T21:46:17.670Z Compiling half v2.7.1
30812026-06-09T21:46:17.688Z Compiling structmeta v0.3.0
30822026-06-09T21:46:17.712Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-06-09T21:46:17.745Z Compiling crucible-workspace-hack v0.1.0
30842026-06-09T21:46:17.792Z Compiling ciborium-io v0.2.2
30852026-06-09T21:46:17.815Z Compiling convert_case v0.4.0
30862026-06-09T21:46:17.837Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30872026-06-09T21:46:17.866Z Compiling aead v0.5.2
30882026-06-09T21:46:17.888Z Compiling secrecy v0.10.3
30892026-06-09T21:46:17.913Z Compiling poly1305 v0.8.0
30902026-06-09T21:46:17.932Z Compiling ciborium-ll v0.2.2
30912026-06-09T21:46:17.932Z Compiling derive-ex v0.1.8
30922026-06-09T21:46:17.965Z Compiling parse-display-derive v0.10.0
30932026-06-09T21:46:18.040Z Compiling chacha20 v0.9.1
30942026-06-09T21:46:18.072Z Compiling regress v0.11.1
30952026-06-09T21:46:18.097Z Compiling unsafe-libyaml v0.2.11
30962026-06-09T21:46:18.117Z Compiling ciborium v0.2.2
30972026-06-09T21:46:18.134Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30982026-06-09T21:46:18.159Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-06-09T21:46:18.177Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31002026-06-09T21:46:18.228Z Compiling derive_more v0.99.20
31012026-06-09T21:46:18.329Z Compiling thiserror-impl-no-std v2.0.2
31022026-06-09T21:46:18.456Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31032026-06-09T21:46:18.473Z Compiling byte-wrapper v0.1.0
31042026-06-09T21:46:18.527Z Compiling blake2 v0.10.6
31052026-06-09T21:46:18.550Z Compiling password-hash v0.5.0
31062026-06-09T21:46:18.693Z Compiling serde_yaml v0.9.34+deprecated
31072026-06-09T21:46:18.723Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31082026-06-09T21:46:18.742Z Compiling toml_datetime v0.7.5+spec-1.1.0
31092026-06-09T21:46:18.833Z Compiling argon2 v0.5.3
31102026-06-09T21:46:18.857Z Compiling tokio-rustls v0.25.0
31112026-06-09T21:46:18.874Z Compiling chacha20poly1305 v0.10.1
31122026-06-09T21:46:18.988Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-06-09T21:46:19.030Z Compiling indent_write v2.2.0
31142026-06-09T21:46:19.060Z Compiling heapless v0.8.0
31152026-06-09T21:46:19.133Z Compiling ingot-macros v0.1.1
31162026-06-09T21:46:19.198Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31172026-06-09T21:46:19.499Z Compiling tabwriter v1.4.1
31182026-06-09T21:46:19.578Z Compiling proc-macro-crate v3.4.0
31192026-06-09T21:46:19.614Z Compiling thiserror-no-std v2.0.2
31202026-06-09T21:46:19.733Z Compiling typify-impl v0.6.2
31212026-06-09T21:46:19.751Z Compiling test-strategy v0.4.5
31222026-06-09T21:46:19.771Z Compiling parse-display v0.10.0
31232026-06-09T21:46:19.774Z Compiling vsss-rs v3.3.4
31242026-06-09T21:46:20.090Z Compiling hash32 v0.3.1
31252026-06-09T21:46:20.123Z Compiling smoltcp v0.11.0
31262026-06-09T21:46:20.140Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-06-09T21:46:20.174Z Compiling num_enum_derive v0.7.6
31282026-06-09T21:46:20.278Z Compiling num-rational v0.4.2
31292026-06-09T21:46:20.362Z Compiling cobs v0.3.0
31302026-06-09T21:46:20.405Z Compiling num-complex v0.4.6
31312026-06-09T21:46:20.460Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31322026-06-09T21:46:20.529Z Compiling colored v3.1.1
31332026-06-09T21:46:20.587Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31342026-06-09T21:46:20.604Z Compiling postcard v1.1.3
31352026-06-09T21:46:20.778Z Compiling num v0.4.3
31362026-06-09T21:46:20.834Z Compiling proc-macro-error v1.0.4
31372026-06-09T21:46:20.850Z Compiling proc-macro-crate v1.3.1
31382026-06-09T21:46:20.886Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31392026-06-09T21:46:20.903Z Compiling atomicwrites v0.4.4
31402026-06-09T21:46:20.906Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-09T21:46:20.938Z Compiling foreign-types-macros v0.2.3
31422026-06-09T21:46:20.984Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31432026-06-09T21:46:21.127Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31442026-06-09T21:46:21.182Z Compiling foreign-types-shared v0.3.1
31452026-06-09T21:46:21.220Z Compiling float-ord v0.3.2
31462026-06-09T21:46:21.241Z Compiling rayon-core v1.13.0
31472026-06-09T21:46:21.291Z Compiling cpufeatures v0.3.0
31482026-06-09T21:46:21.295Z Compiling num_enum v0.7.6
31492026-06-09T21:46:21.326Z Compiling num_enum_derive v0.5.11
31502026-06-09T21:46:21.364Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31512026-06-09T21:46:21.400Z Compiling chacha20 v0.10.0
31522026-06-09T21:46:21.420Z Compiling crossbeam-deque v0.8.6
31532026-06-09T21:46:21.455Z Compiling camino-tempfile v1.4.1
31542026-06-09T21:46:21.458Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-06-09T21:46:21.510Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31562026-06-09T21:46:21.528Z Compiling cstr-argument v0.1.2
31572026-06-09T21:46:21.576Z Compiling foreign-types v0.5.0
31582026-06-09T21:46:21.593Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31592026-06-09T21:46:21.640Z Compiling rand v0.10.0
31602026-06-09T21:46:21.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31612026-06-09T21:46:21.732Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-06-09T21:46:21.760Z Compiling toml v0.8.23
31632026-06-09T21:46:21.843Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-06-09T21:46:21.960Z Compiling zone_cfg_derive v0.3.1
31652026-06-09T21:46:21.978Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31662026-06-09T21:46:21.979Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31672026-06-09T21:46:21.982Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31682026-06-09T21:46:22.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-06-09T21:46:22.055Z Compiling itertools v0.12.1
31702026-06-09T21:46:22.122Z Compiling ingot-types v0.1.2
31712026-06-09T21:46:22.186Z Compiling rayon v1.11.0
31722026-06-09T21:46:22.205Z Compiling num-derive v0.4.2
31732026-06-09T21:46:22.251Z Compiling sigpipe v0.1.3
31742026-06-09T21:46:22.287Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-06-09T21:46:22.454Z Compiling glob v0.3.3
31762026-06-09T21:46:22.487Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31772026-06-09T21:46:22.505Z Compiling num_enum v0.5.11
31782026-06-09T21:46:22.551Z Compiling ingot v0.1.1
31792026-06-09T21:46:22.568Z Compiling smf v0.2.3
31802026-06-09T21:46:22.612Z Compiling whoami v1.6.1
31812026-06-09T21:46:22.653Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31822026-06-09T21:46:22.671Z Compiling prettyplease v0.2.37
31832026-06-09T21:46:22.732Z Compiling usdt-macro v0.5.0
31842026-06-09T21:46:22.767Z Compiling usdt-attr-macro v0.5.0
31852026-06-09T21:46:22.952Z Compiling gethostname v0.5.0
31862026-06-09T21:46:22.995Z Compiling memmap v0.7.0
31872026-06-09T21:46:23.103Z Compiling derive-where v1.6.0
31882026-06-09T21:46:23.134Z Compiling resolv-conf v0.7.6
31892026-06-09T21:46:23.177Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31902026-06-09T21:46:23.208Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31912026-06-09T21:46:23.225Z Compiling cancel-safe-futures v0.1.5
31922026-06-09T21:46:23.346Z Compiling zone v0.3.1
31932026-06-09T21:46:23.394Z Compiling owo-colors v4.3.0
31942026-06-09T21:46:23.504Z Compiling libsw-core v0.3.2
31952026-06-09T21:46:23.549Z Compiling console v0.15.11
31962026-06-09T21:46:23.629Z Compiling hickory-proto v0.24.4
31972026-06-09T21:46:23.646Z Compiling usdt v0.5.0
31982026-06-09T21:46:23.713Z Compiling libsw v3.5.0
31992026-06-09T21:46:23.876Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32002026-06-09T21:46:23.929Z Compiling newline-converter v0.3.0
32012026-06-09T21:46:23.951Z Compiling linear-map v1.2.0
32022026-06-09T21:46:23.976Z Compiling linked-hash-map v0.5.6
32032026-06-09T21:46:24.030Z Compiling libefi-sys v0.1.0
32042026-06-09T21:46:24.067Z Compiling expectorate v1.2.0
32052026-06-09T21:46:24.082Z Compiling git-stub v1.0.0
32062026-06-09T21:46:24.138Z Compiling bitfield-struct v0.6.2
32072026-06-09T21:46:24.171Z Compiling lru-cache v0.1.2
32082026-06-09T21:46:24.187Z Compiling nom v8.0.0
32092026-06-09T21:46:24.205Z Compiling semver v0.1.20
32102026-06-09T21:46:24.251Z Compiling tokio-dtrace v0.1.1
32112026-06-09T21:46:24.326Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32122026-06-09T21:46:24.378Z Compiling git-stub-vcs v0.1.0
32132026-06-09T21:46:24.378Z Compiling typify-macro v0.6.2
32142026-06-09T21:46:24.499Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32152026-06-09T21:46:24.519Z Compiling rustc_version v0.1.7
32162026-06-09T21:46:24.520Z Compiling dropshot-api-manager-types v0.7.2
32172026-06-09T21:46:24.554Z Compiling slog-dtrace v0.3.0
32182026-06-09T21:46:24.569Z Compiling minimal-lexical v0.2.1
32192026-06-09T21:46:24.590Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-09T21:46:24.610Z Compiling oxide-tokio-rt v0.1.4
32212026-06-09T21:46:24.702Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32222026-06-09T21:46:24.746Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-09T21:46:24.797Z Compiling nom v7.1.3
32242026-06-09T21:46:24.816Z Compiling newtype_derive v0.1.6
32252026-06-09T21:46:24.846Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-06-09T21:46:24.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32272026-06-09T21:46:24.882Z Compiling phf_shared v0.12.1
32282026-06-09T21:46:24.885Z Compiling csv-core v0.1.13
32292026-06-09T21:46:24.942Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32302026-06-09T21:46:24.942Z Compiling chrono-tz v0.10.4
32312026-06-09T21:46:25.038Z Compiling xshell-macros v0.2.7
32322026-06-09T21:46:25.054Z Compiling highway v1.3.0
32332026-06-09T21:46:25.107Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-06-09T21:46:25.165Z Compiling const_format_proc_macros v0.2.34
32352026-06-09T21:46:25.183Z Compiling csv v1.4.0
32362026-06-09T21:46:25.455Z Compiling phf v0.12.1
32372026-06-09T21:46:25.490Z Compiling xshell v0.2.7
32382026-06-09T21:46:25.524Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-09T21:46:25.539Z Compiling primeorder v0.13.6
32402026-06-09T21:46:25.655Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32412026-06-09T21:46:25.757Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-06-09T21:46:25.827Z Compiling hickory-resolver v0.24.4
32432026-06-09T21:46:25.958Z Compiling tabled_derive v0.7.0
32442026-06-09T21:46:26.046Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-06-09T21:46:26.064Z Compiling const_format v0.2.35
32462026-06-09T21:46:26.154Z Compiling bcs v0.1.6
32472026-06-09T21:46:26.157Z Compiling tagptr v0.2.0
32482026-06-09T21:46:26.215Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-06-09T21:46:26.272Z Compiling typify v0.6.2
32502026-06-09T21:46:26.342Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-06-09T21:46:26.406Z Compiling progenitor-impl v0.14.0
32522026-06-09T21:46:26.409Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-06-09T21:46:26.499Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32542026-06-09T21:46:26.517Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-06-09T21:46:26.610Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-06-09T21:46:26.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32572026-06-09T21:46:26.931Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32582026-06-09T21:46:27.003Z Compiling qorb v0.4.1
32592026-06-09T21:46:27.020Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32602026-06-09T21:46:27.111Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-06-09T21:46:27.211Z Compiling salty v0.3.0
32622026-06-09T21:46:27.263Z Compiling termtree v0.5.1
32632026-06-09T21:46:27.336Z Compiling textwrap v0.16.2
32642026-06-09T21:46:27.444Z Compiling tabled v0.15.0
32652026-06-09T21:46:27.463Z Compiling moka v0.12.13
32662026-06-09T21:46:27.517Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-09T21:46:27.765Z Compiling steno v0.4.1
32682026-06-09T21:46:27.847Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-06-09T21:46:28.001Z Compiling base64 v0.21.7
32702026-06-09T21:46:28.019Z Compiling radium v0.7.0
32712026-06-09T21:46:28.148Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-06-09T21:46:28.242Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-06-09T21:46:28.291Z Compiling hickory-resolver v0.25.2
32742026-06-09T21:46:28.353Z Compiling p384 v0.13.1
32752026-06-09T21:46:28.370Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32762026-06-09T21:46:28.490Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-06-09T21:46:28.576Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-06-09T21:46:28.777Z Compiling typify-impl v0.4.3
32792026-06-09T21:46:28.859Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-06-09T21:46:28.946Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-06-09T21:46:29.128Z Compiling tap v1.0.1
32822026-06-09T21:46:29.147Z Compiling maybe-uninit v2.0.0
32832026-06-09T21:46:29.174Z Compiling progenitor-macro v0.14.0
32842026-06-09T21:46:29.279Z Compiling wyz v0.5.1
32852026-06-09T21:46:29.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-06-09T21:46:29.535Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-06-09T21:46:29.720Z Compiling proc-macro-error-attr2 v2.0.0
32882026-06-09T21:46:29.759Z Compiling parking_lot_core v0.8.6
32892026-06-09T21:46:29.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-06-09T21:46:29.897Z Compiling funty v2.0.0
32912026-06-09T21:46:30.038Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-06-09T21:46:30.061Z Compiling packed_struct v0.10.1
32932026-06-09T21:46:30.103Z Compiling utf-8 v0.7.6
32942026-06-09T21:46:30.166Z Compiling proc-macro-error2 v2.0.1
32952026-06-09T21:46:30.257Z Compiling bitvec v1.0.1
32962026-06-09T21:46:30.316Z Compiling tungstenite v0.21.0
32972026-06-09T21:46:30.394Z Compiling polyval v0.6.2
32982026-06-09T21:46:30.414Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32992026-06-09T21:46:30.481Z Compiling packed_struct_codegen v0.10.1
33002026-06-09T21:46:30.522Z Compiling num-derive v0.3.3
33012026-06-09T21:46:30.538Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33022026-06-09T21:46:30.554Z Compiling bitfield-macros v0.19.4
33032026-06-09T21:46:30.660Z Compiling zerocopy-derive v0.6.6
33042026-06-09T21:46:30.678Z Compiling indexmap v1.9.3
33052026-06-09T21:46:30.794Z Compiling crc-catalog v2.4.0
33062026-06-09T21:46:30.917Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33072026-06-09T21:46:30.917Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33082026-06-09T21:46:31.135Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-06-09T21:46:31.166Z Compiling nodrop v0.1.14
33102026-06-09T21:46:31.262Z Compiling crc v3.4.0
33112026-06-09T21:46:31.287Z Compiling array-init v0.0.4
33122026-06-09T21:46:31.304Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33132026-06-09T21:46:31.325Z Compiling bitfield v0.19.4
33142026-06-09T21:46:31.494Z Compiling libscf-sys v1.1.0
33152026-06-09T21:46:31.520Z Compiling tokio-tungstenite v0.21.0
33162026-06-09T21:46:31.596Z Compiling zerocopy v0.6.6
33172026-06-09T21:46:31.636Z Compiling ghash v0.5.1
33182026-06-09T21:46:31.692Z Compiling tabled_derive v0.11.0
33192026-06-09T21:46:31.696Z Compiling smallvec v0.6.14
33202026-06-09T21:46:31.808Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-06-09T21:46:31.875Z Compiling papergrid v0.17.0
33222026-06-09T21:46:31.937Z Compiling testing_table v0.3.0
33232026-06-09T21:46:31.961Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-06-09T21:46:31.995Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33252026-06-09T21:46:32.069Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-06-09T21:46:32.100Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33272026-06-09T21:46:32.169Z Compiling ctr v0.9.2
33282026-06-09T21:46:32.237Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-06-09T21:46:32.381Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-06-09T21:46:32.404Z Compiling hashbrown v0.12.3
33312026-06-09T21:46:32.422Z Compiling corncobs v0.1.4
33322026-06-09T21:46:32.557Z Compiling illumos-nvpair-sys v0.2.0
33332026-06-09T21:46:32.584Z Compiling unicase v2.9.0
33342026-06-09T21:46:32.634Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-09T21:46:32.704Z Compiling aes-gcm v0.10.3
33362026-06-09T21:46:32.722Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-06-09T21:46:32.725Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-06-09T21:46:32.816Z Compiling parking_lot v0.11.2
33392026-06-09T21:46:32.832Z Compiling mime_guess v2.0.5
33402026-06-09T21:46:32.933Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-06-09T21:46:32.976Z Compiling tabled v0.20.0
33422026-06-09T21:46:33.077Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-06-09T21:46:33.095Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-06-09T21:46:33.142Z Compiling serde-hex v0.1.0
33452026-06-09T21:46:33.231Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33462026-06-09T21:46:33.377Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33472026-06-09T21:46:33.426Z Compiling ron v0.8.1
33482026-06-09T21:46:33.443Z Compiling typify-macro v0.4.3
33492026-06-09T21:46:33.518Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-06-09T21:46:33.573Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33512026-06-09T21:46:33.650Z Compiling progenitor-client v0.11.2
33522026-06-09T21:46:33.670Z Compiling hashbrown v0.13.2
33532026-06-09T21:46:33.768Z Compiling prefix-trie v0.7.0
33542026-06-09T21:46:34.013Z Compiling blowfish v0.9.1
33552026-06-09T21:46:34.083Z Compiling ssh-encoding v0.2.0
33562026-06-09T21:46:34.200Z Compiling fxhash v0.2.1
33572026-06-09T21:46:34.219Z Compiling secrecy v0.8.0
33582026-06-09T21:46:34.298Z Compiling crc-any v2.5.0
33592026-06-09T21:46:34.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-06-09T21:46:34.398Z Compiling progenitor v0.14.0
33612026-06-09T21:46:34.415Z Compiling sled v0.34.7
33622026-06-09T21:46:34.452Z Compiling ssh-cipher v0.2.0
33632026-06-09T21:46:34.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33642026-06-09T21:46:34.583Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33652026-06-09T21:46:34.689Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33662026-06-09T21:46:34.741Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33672026-06-09T21:46:34.965Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-06-09T21:46:35.082Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33692026-06-09T21:46:35.154Z Compiling bcrypt-pbkdf v0.10.0
33702026-06-09T21:46:35.274Z Compiling typify v0.4.3
33712026-06-09T21:46:35.394Z Compiling progenitor-impl v0.11.2
33722026-06-09T21:46:35.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33732026-06-09T21:46:35.437Z Compiling hickory-server v0.25.2
33742026-06-09T21:46:35.480Z Compiling object v0.30.4
33752026-06-09T21:46:35.556Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33762026-06-09T21:46:35.768Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-06-09T21:46:35.841Z Compiling password-hash v0.4.2
33782026-06-09T21:46:35.887Z Compiling http-range v0.1.5
33792026-06-09T21:46:36.102Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-06-09T21:46:36.268Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33812026-06-09T21:46:36.381Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33822026-06-09T21:46:36.553Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33832026-06-09T21:46:36.693Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-06-09T21:46:37.337Z Compiling half v1.8.3
33852026-06-09T21:46:37.363Z Compiling path-slash v0.1.5
33862026-06-09T21:46:37.406Z Compiling crc8 v0.1.1
33872026-06-09T21:46:37.512Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-06-09T21:46:37.561Z Compiling serde_cbor v0.11.2
33892026-06-09T21:46:37.579Z Compiling pbkdf2 v0.11.0
33902026-06-09T21:46:37.656Z Compiling illumos-nvpair v0.3.0
33912026-06-09T21:46:37.830Z Compiling ssh-key v0.6.7
33922026-06-09T21:46:37.940Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-06-09T21:46:38.130Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33942026-06-09T21:46:38.197Z Compiling progenitor-macro v0.11.2
33952026-06-09T21:46:38.267Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33962026-06-09T21:46:38.498Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33972026-06-09T21:46:38.520Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33982026-06-09T21:46:38.711Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-06-09T21:46:38.728Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34002026-06-09T21:46:38.749Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-06-09T21:46:39.020Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-06-09T21:46:39.057Z Compiling p256 v0.13.2
34032026-06-09T21:46:39.104Z Compiling p521 v0.13.3
34042026-06-09T21:46:39.192Z Compiling yasna v0.5.2
34052026-06-09T21:46:39.301Z Compiling kstat-rs v0.2.4
34062026-06-09T21:46:39.319Z Compiling headers-core v0.3.0
34072026-06-09T21:46:39.460Z Compiling nanorand v0.7.0
34082026-06-09T21:46:39.478Z Compiling atty v0.2.14
34092026-06-09T21:46:39.495Z Compiling russh-cryptovec v0.7.3
34102026-06-09T21:46:39.589Z Compiling home v0.5.12
34112026-06-09T21:46:39.620Z Compiling md5 v0.7.0
34122026-06-09T21:46:39.636Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34132026-06-09T21:46:39.714Z Compiling flume v0.11.1
34142026-06-09T21:46:39.748Z Compiling rcgen v0.12.1
34152026-06-09T21:46:39.766Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-06-09T21:46:39.790Z Compiling headers v0.4.1
34172026-06-09T21:46:39.831Z Compiling russh-keys v0.45.0
34182026-06-09T21:46:39.912Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34192026-06-09T21:46:39.930Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-06-09T21:46:40.067Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34212026-06-09T21:46:40.119Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34222026-06-09T21:46:40.324Z Compiling hyper-staticfile v0.10.1
34232026-06-09T21:46:40.473Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34242026-06-09T21:46:40.507Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-06-09T21:46:40.603Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-06-09T21:46:40.628Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-06-09T21:46:40.698Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34282026-06-09T21:46:40.877Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34292026-06-09T21:46:40.895Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34302026-06-09T21:46:40.916Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34312026-06-09T21:46:40.972Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-06-09T21:46:41.192Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-06-09T21:46:41.215Z Compiling num-bigint v0.4.6
34342026-06-09T21:46:41.284Z Compiling des v0.8.1
34352026-06-09T21:46:41.330Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34362026-06-09T21:46:41.358Z Compiling subprocess v0.2.15
34372026-06-09T21:46:41.412Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-06-09T21:46:41.467Z Compiling display-error-chain v0.2.2
34392026-06-09T21:46:41.514Z Compiling hex-literal v0.4.1
34402026-06-09T21:46:41.629Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-06-09T21:46:41.647Z Compiling colored v2.2.0
34422026-06-09T21:46:41.666Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-06-09T21:46:41.669Z Compiling socket2 v0.5.10
34442026-06-09T21:46:41.740Z Compiling internet-checksum v0.2.1
34452026-06-09T21:46:41.865Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-06-09T21:46:42.196Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34472026-06-09T21:46:42.539Z Compiling russh v0.45.0
34482026-06-09T21:46:43.216Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34492026-06-09T21:46:43.241Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-06-09T21:46:43.258Z Compiling progenitor v0.11.2
34512026-06-09T21:46:43.443Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34522026-06-09T21:46:45.666Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-06-09T21:46:46.321Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-06-09T21:46:46.776Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-06-09T21:46:48.418Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-06-09T21:46:49.042Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34572026-06-09T21:46:56.517Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34582026-06-09T21:46:56.517Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34592026-06-09T21:46:56.521Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-06-09T21:46:56.521Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34612026-06-09T21:46:58.214Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34622026-06-09T21:46:58.323Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34632026-06-09T21:47:02.542Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34642026-06-09T21:47:42.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34652026-06-09T21:47:42.360Z
34662026-06-09T21:47:42.360Zreal 1:26.834174151
34672026-06-09T21:47:42.361Zuser 8:12.764008284
34682026-06-09T21:47:42.361Zsys 1:41.814447598
34692026-06-09T21:47:42.361Ztrap 0.251587941
34702026-06-09T21:47:42.361Ztflt 0.582277399
34712026-06-09T21:47:42.361Zdflt 1.639627462
34722026-06-09T21:47:42.364Zkflt 0.000396570
34732026-06-09T21:47:42.364Zlock 29:03.127275405
34742026-06-09T21:47:42.364Zslp 18:48.070937140
34752026-06-09T21:47:42.364Zlat 38.487110541
34762026-06-09T21:47:42.364Zstop 2:55.004828614
34772026-06-09T21:47:42.364Z+ mkdir tests
34782026-06-09T21:47:42.369Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-06-09T21:47:42.369Z+ xargs -I '{}' -t cp '{}' tests/
34802026-06-09T21:47:42.387Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34812026-06-09T21:47:42.408Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34822026-06-09T21:47:42.428Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34832026-06-09T21:47:42.450Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34842026-06-09T21:47:42.689Z+ 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)
34852026-06-09T21:47:42.693Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34862026-06-09T21:49:05.387ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-06-09T21:49:05.387Za .github/buildomat/ci-env.sh 1K
34882026-06-09T21:49:05.387Za out/target/test 1K
34892026-06-09T21:49:05.387Za out/npuzone/npuzone 27402K
34902026-06-09T21:49:05.387Za package-manifest.toml 35K
34912026-06-09T21:49:05.387Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-06-09T21:49:05.387Za target/release/omicron-package 46205K
34932026-06-09T21:49:05.387Za target/release/xtask 11453K
34942026-06-09T21:49:05.387Za target/debug/bootstrap 354751K
34952026-06-09T21:49:05.387Za tests/bootstrap-5cb81a4442024e3b 31215K
34962026-06-09T21:49:05.387Za tests/commtest-0f6493148f0d4209 32300K
34972026-06-09T21:49:05.387Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
34982026-06-09T21:49:05.387Za tests/end_to_end_tests-6c7bc3bbe97020e4 395826K
34992026-06-09T21:49:05.387Za tools/opte_version 1K
35002026-06-09T21:49:05.387Za tools/opte_version_override 2K
35012026-06-09T21:49:05.387Za out/clickhouse.tar.gz 321897K
35022026-06-09T21:49:05.387Za out/clickhouse_keeper.tar.gz 306962K
35032026-06-09T21:49:05.387Za out/clickhouse_server.tar.gz 321895K
35042026-06-09T21:49:05.387Za out/cockroachdb.tar.gz 166143K
35052026-06-09T21:49:05.387Za out/crucible-pantry-zone.tar.gz 41125K
35062026-06-09T21:49:05.387Za out/crucible-utils.tar 16478K
35072026-06-09T21:49:05.387Za out/crucible-zone.tar.gz 56695K
35082026-06-09T21:49:05.387Za out/external-dns.tar.gz 51260K
35092026-06-09T21:49:05.387Za out/internal-dns.tar.gz 51259K
35102026-06-09T21:49:05.387Za out/mg-ddm-gz.tar 97912K
35112026-06-09T21:49:05.387Za out/nexus.tar.gz 281181K
35122026-06-09T21:49:05.387Za out/ntp.tar.gz 32798K
35132026-06-09T21:49:05.387Za out/omicron-gateway-softnpu.tar.gz 29800K
35142026-06-09T21:49:05.387Za out/omicron-sled-agent.tar 206659K
35152026-06-09T21:49:05.387Za out/overlay.tar.gz 3K
35162026-06-09T21:49:05.387Za out/oximeter.tar.gz 68163K
35172026-06-09T21:49:05.387Za out/oxlog.tar 3782K
35182026-06-09T21:49:05.387Za out/probe.tar.gz 3037K
35192026-06-09T21:49:05.388Za out/propolis-server.tar.gz 34918K
35202026-06-09T21:49:05.388Za out/pumpkind-gz.tar 26647K
35212026-06-09T21:49:05.388Za out/switch-softnpu.tar.gz 455407K
35222026-06-09T21:49:05.391Z
35232026-06-09T21:49:05.392Zreal 1:22.695080527
35242026-06-09T21:49:05.392Zuser 1:19.873852498
35252026-06-09T21:49:05.392Zsys 4.627624705
35262026-06-09T21:49:05.392Ztrap 0.006823802
35272026-06-09T21:49:05.392Ztflt 0.000000000
35282026-06-09T21:49:05.392Zdflt 0.000000000
35292026-06-09T21:49:05.392Zkflt 0.000000000
35302026-06-09T21:49:05.392Zlock 0.000000000
35312026-06-09T21:49:05.392Zslp 1:19.822444679
35322026-06-09T21:49:05.392Zlat 1.054442016
35332026-06-09T21:49:05.392Zstop 0.000224860
35342026-06-09T21:49:05.392Zprocess exited: duration 954533 ms, exit code 0
 
35352026-06-09T21:49:05.407Zfound 1 output files
35362026-06-09T21:49:05.407Zuploading: /work/package.tar.gz (2568912332 bytes)
35372026-06-09T21:49:35.024Zuploaded: /work/package.tar.gz