01KWF3ZHG08XE5C0P71M0SY8NB: 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: 01KWF404BK05AKCSPK66512BJN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T15:16:32.896Zjob assigned to worker 01KWF40B145DB0TBXZSBPMVSTD [factory aws, i-0a8ebb5914a8d15af] (queued for 49 s)
 
22026-07-01T15:16:39.693Zstarting task 0: "setup"
32026-07-01T15:16:39.700Z++ uname -s
42026-07-01T15:16:39.703Z+ kern=SunOS
52026-07-01T15:16:39.703Z+ build_user=build
62026-07-01T15:16:39.703Z+ build_uid=12345
72026-07-01T15:16:39.703Z+ work_dir=/work
82026-07-01T15:16:39.703Z+ input_dir=/input
92026-07-01T15:16:39.703Z+ [[ 0 == 12345 ]]
102026-07-01T15:16:39.704Z+ case "$kern" in
112026-07-01T15:16:39.705Z+ groupadd -g 12345 build
122026-07-01T15:16:39.708Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T15:16:41.711Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T15:16:41.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T15:16:41.859Z+ home_fs=zfs
162026-07-01T15:16:41.859Z+ [[ zfs == autofs ]]
172026-07-01T15:16:41.859Z+ mkdir -p /home/build
182026-07-01T15:16:41.862Z+ chown build:build /home/build /work
192026-07-01T15:16:43.862Z+ chmod 0700 /home/build /work
202026-07-01T15:16:43.865Zprocess exited: duration 4171 ms, exit code 0
 
212026-07-01T15:16:43.872Zstarting task 1: "rust-toolchain"
222026-07-01T15:16:43.877Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T15:16:43.877Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T15:16:43.877Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-01T15:16:43.877Z * rust toolchain channel = "1.96.1"
262026-07-01T15:16:43.877Z * rust toolchain profile = "default"
272026-07-01T15:16:43.877Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T15:16:43.881Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T15:16:43.881Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T15:16:43.987Zinfo: downloading installer
312026-07-01T15:16:45.561Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T15:16:45.561Zwarn: /home/build/.rustup/settings.toml
332026-07-01T15:16:45.561Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T15:16:45.561Zwarn: instead of the one inferred from the default host triple.
352026-07-01T15:16:45.573Zinfo: profile set to default
362026-07-01T15:16:45.573Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T15:16:45.576Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T15:16:45.751Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T15:16:45.754Zinfo: downloading 6 components
402026-07-01T15:17:00.819Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T15:17:00.819Z
422026-07-01T15:17:00.847Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T15:17:00.848Z
442026-07-01T15:17:00.848Z
452026-07-01T15:17:00.848ZRust is installed now. Great!
462026-07-01T15:17:00.848Z
472026-07-01T15:17:00.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T15:17:00.851Zenvironment variable. This has not been done automatically.
492026-07-01T15:17:00.851Z
502026-07-01T15:17:00.851ZTo configure your current shell, you need to source
512026-07-01T15:17:00.851Zthe corresponding env file under $HOME/.cargo.
522026-07-01T15:17:00.851Z
532026-07-01T15:17:00.851ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T15:17:00.851Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T15:17:00.851Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T15:17:00.851Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T15:17:00.851Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T15:17:00.851Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T15:17:00.851Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T15:17:00.851Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T15:17:00.851Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T15:17:00.954Z+ rustup --version
632026-07-01T15:17:00.960Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T15:17:00.964Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T15:17:00.983Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T15:17:00.987Z+ cargo --version
672026-07-01T15:17:00.997Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T15:17:01.001Z+ rustc --version
692026-07-01T15:17:01.017Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T15:17:01.020Zprocess exited: duration 17148 ms, exit code 0
 
712026-07-01T15:17:01.026Zstarting task 2: "authentication"
722026-07-01T15:17:01.043Zprocess exited: duration 17 ms, exit code 0
 
732026-07-01T15:17:01.050Zstarting task 3: "clone repository"
742026-07-01T15:17:01.055Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T15:17:01.058Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T15:17:01.089ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T15:17:11.181Z+ cd /work/oxidecomputer/omicron
782026-07-01T15:17:11.181Z+ git fetch origin 8de5eb2049b6d1a1e1c410a1d986955eb8042557
792026-07-01T15:17:11.497ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T15:17:11.497Z * branch 8de5eb2049b6d1a1e1c410a1d986955eb8042557 -> FETCH_HEAD
812026-07-01T15:17:11.510Z+ [[ -n add-skywalking-scanner ]]
822026-07-01T15:17:11.513Z++ git branch --show-current
832026-07-01T15:17:11.515Z+ current=main
842026-07-01T15:17:11.515Z+ [[ main != add-skywalking-scanner ]]
852026-07-01T15:17:11.516Z+ git branch -f add-skywalking-scanner 8de5eb2049b6d1a1e1c410a1d986955eb8042557
862026-07-01T15:17:11.518Z+ git checkout -f add-skywalking-scanner
872026-07-01T15:17:11.766ZSwitched to branch 'add-skywalking-scanner'
882026-07-01T15:17:11.769Z+ git reset --hard 8de5eb2049b6d1a1e1c410a1d986955eb8042557
892026-07-01T15:17:11.785ZHEAD is now at 8de5eb204 fix buildomat frontmatter broken by license header insertion
902026-07-01T15:17:11.788Zprocess exited: duration 10735 ms, exit code 0
 
912026-07-01T15:17:11.794Zstarting task 4: "build"
922026-07-01T15:17:11.799Z+ source .github/buildomat/ci-env.sh
932026-07-01T15:17:11.799Z++ export CARGO_TERM_COLOR=always
942026-07-01T15:17:11.799Z++ CARGO_TERM_COLOR=always
952026-07-01T15:17:11.799Z+ cargo --version
962026-07-01T15:17:11.809Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-01T15:17:11.813Z+ rustc --version
982026-07-01T15:17:11.832Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-01T15:17:11.835Z+ WORK=/work
1002026-07-01T15:17:11.835Z+ pfexec mkdir -p /work
1012026-07-01T15:17:11.838Z+ pfexec chown build /work
1022026-07-01T15:17:11.841Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-01T15:17:13.428Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-01T15:17:13.620Z Startup: Caching catalogs ... Done
1052026-07-01T15:17:14.034ZPlanning: Solver setup ... Done (0.445s)
1062026-07-01T15:17:14.062ZPlanning: Running solver ... Done (0.029s)
1072026-07-01T15:17:14.079ZPlanning: Finding local manifests ... Done (0.004s)
1082026-07-01T15:17:14.091ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-01T15:17:14.119ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-01T15:17:14.135ZPlanning: Package planning ... Done (0.016s)
1112026-07-01T15:17:14.138ZPlanning: Merging actions ... Done (0.002s)
1122026-07-01T15:17:14.302ZPlanning: Checking for conflicting actions ... Done (0.165s)
1132026-07-01T15:17:14.305ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-01T15:17:15.181ZPlanning: Evaluating mediators ... Done (0.878s)
1152026-07-01T15:17:15.184ZPlanning: Planning completed in 1.62 seconds
1162026-07-01T15:17:15.191Z Packages to install: 2
1172026-07-01T15:17:15.191Z Estimated space available: 156.06 GB
1182026-07-01T15:17:15.191ZEstimated space to be consumed: 30.98 MB
1192026-07-01T15:17:15.191Z Create boot environment: No
1202026-07-01T15:17:15.191ZCreate backup boot environment: No
1212026-07-01T15:17:15.191Z Rebuild boot archive: No
1222026-07-01T15:17:15.194Z
1232026-07-01T15:17:15.194ZChanged packages:
1242026-07-01T15:17:15.194Zhelios
1252026-07-01T15:17:15.194Z developer/build-essential
1262026-07-01T15:17:15.194Z None -> 11-3.0
1272026-07-01T15:17:15.195Z library/libxmlsec1
1282026-07-01T15:17:15.195Z None -> 1.2.35-3.0
1292026-07-01T15:17:15.217Z
1302026-07-01T15:17:15.217ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-01T15:17:16.719ZDownload: Completed 1.28 MB in 1.44 seconds (912k/s)
1322026-07-01T15:17:16.772Z Actions: 1/268 actions (Installing new actions)
1332026-07-01T15:17:16.778Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-01T15:17:16.778ZFinalize: Updating package state database ... Done (0.012s)
1352026-07-01T15:17:16.778ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-01T15:17:16.793ZFinalize: Updating image state ... Done (0.029s)
1372026-07-01T15:17:19.374ZFinalize: Creating fast lookup database ... Done (2.554s)
1382026-07-01T15:17:19.447ZFinalize: Reading search index ... Done (0.012s)
1392026-07-01T15:17:19.454ZFinalize: Updating search index ... Done (0.000s)
1402026-07-01T15:17:19.560ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-01T15:17:19.875ZPlanning: Evaluating mediator changes ... Done
1422026-07-01T15:17:19.981ZPlanning: Checking for conflicting actions ... Done
1432026-07-01T15:17:19.988ZPlanning: Consolidating action changes ... Done
1442026-07-01T15:17:20.148ZPlanning: Evaluating mediators ... Done
1452026-07-01T15:17:20.162ZPlanning: Planning completed in 0.26 seconds
1462026-07-01T15:17:20.162Z Mediators to change: 2
1472026-07-01T15:17:20.162Z Create boot environment: No
1482026-07-01T15:17:20.162ZCreate backup boot environment: No
1492026-07-01T15:17:20.219ZFinalize: Updating package state database ... Done
1502026-07-01T15:17:20.219ZFinalize: Updating package cache ... Done
1512026-07-01T15:17:20.243ZFinalize: Updating image state ... Done
1522026-07-01T15:17:22.146ZFinalize: Creating fast lookup database ... Done
1532026-07-01T15:17:22.210ZFinalize: Reading search index ... Done
1542026-07-01T15:17:22.214ZFinalize: Updating search index ... Done
1552026-07-01T15:17:22.269ZFinalize: Updating package cache ... Done
1562026-07-01T15:17:22.558ZPlanning: Evaluating mediator changes ... Done
1572026-07-01T15:17:22.657ZPlanning: Checking for conflicting actions ... Done
1582026-07-01T15:17:22.666ZPlanning: Consolidating action changes ... Done
1592026-07-01T15:17:22.812ZPlanning: Evaluating mediators ... Done
1602026-07-01T15:17:22.817ZPlanning: Planning completed in 0.26 seconds
1612026-07-01T15:17:22.834Z Mediators to change: 1
1622026-07-01T15:17:22.834Z Create boot environment: No
1632026-07-01T15:17:22.834ZCreate backup boot environment: No
1642026-07-01T15:17:22.871ZFinalize: Updating package state database ... Done
1652026-07-01T15:17:22.872ZFinalize: Updating package cache ... Done
1662026-07-01T15:17:22.889ZFinalize: Updating image state ... Done
1672026-07-01T15:17:24.822ZFinalize: Creating fast lookup database ... Done
1682026-07-01T15:17:24.891ZFinalize: Reading search index ... Done
1692026-07-01T15:17:24.899ZFinalize: Updating search index ... Done
1702026-07-01T15:17:24.942ZFinalize: Updating package cache ... Done
1712026-07-01T15:17:25.247ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-01T15:17:25.247Zapache system 2.4 system
1732026-07-01T15:17:25.247Zclang system 15 system
1742026-07-01T15:17:25.247Zcsh system system illumos
1752026-07-01T15:17:25.247Zctags system system illumos
1762026-07-01T15:17:25.247Zfile vendor vendor darwinsys
1772026-07-01T15:17:25.248Zfile system system illumos
1782026-07-01T15:17:25.248Zgcc vendor 14 vendor
1792026-07-01T15:17:25.248Zgcc system 13 system
1802026-07-01T15:17:25.248Zgcc system 10 system
1812026-07-01T15:17:25.248Zgo system 1.25 system
1822026-07-01T15:17:25.248Zllvm system 15 system
1832026-07-01T15:17:25.248Zmariadb system 11.4 system
1842026-07-01T15:17:25.248Zmta vendor vendor dma
1852026-07-01T15:17:25.248Zopenjdk system 17 system
1862026-07-01T15:17:25.249Zopenjdk system 11 system
1872026-07-01T15:17:25.249Zopenssl vendor 3 vendor
1882026-07-01T15:17:25.249Zperl system 5.40 system
1892026-07-01T15:17:25.249Zpostgresql system 18 system
1902026-07-01T15:17:25.249Zpostgresql system 17 system
1912026-07-01T15:17:25.249Zpython vendor 3 vendor
1922026-07-01T15:17:25.249Zpython system 2 system
1932026-07-01T15:17:25.249Zpython3 vendor 3.13 vendor
1942026-07-01T15:17:25.249Zruby system 3.4 system
1952026-07-01T15:17:25.249Zruby system 3.0 system
1962026-07-01T15:17:25.249Zwords vendor vendor american-english
1972026-07-01T15:17:25.249Zwords system system australian-english
1982026-07-01T15:17:25.249Zwords system system british-english
1992026-07-01T15:17:25.249Zwords system system canadian-english
2002026-07-01T15:17:25.249Zwords system system french
2012026-07-01T15:17:25.249Zwords system system italian
2022026-07-01T15:17:25.249Zwords system system ngerman
2032026-07-01T15:17:25.249Zwords system system ogerman
2042026-07-01T15:17:25.249Zwords system system spanish
2052026-07-01T15:17:25.496ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-01T15:17:25.496Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-01T15:17:25.793ZFMRI IFO
2082026-07-01T15:17:25.793Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-01T15:17:25.793Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-01T15:17:25.793Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-01T15:17:25.794Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-01T15:17:25.794Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-01T15:17:25.794Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-01T15:17:25.794Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-01T15:17:25.794Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-01T15:17:25.794Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-01T15:17:26.042Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-01T15:17:26.337Z Updating crates.io index
2192026-07-01T15:17:26.342Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-01T15:17:26.607Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-01T15:17:26.868Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-01T15:17:27.849Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-01T15:17:28.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-01T15:17:30.003Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-01T15:17:30.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-01T15:17:31.056Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-01T15:17:31.391Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-01T15:17:32.375Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-01T15:17:32.669Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-01T15:17:32.987Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-01T15:17:33.235Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-01T15:17:33.664Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-01T15:17:34.238Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-01T15:17:34.502Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-01T15:17:34.823Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-01T15:17:35.070Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-01T15:17:35.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-01T15:17:35.601Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-01T15:17:35.884Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-01T15:17:36.113Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-01T15:17:36.518Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-01T15:17:36.863Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-01T15:17:37.318Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-01T15:17:37.722Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-01T15:17:37.964Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-01T15:17:38.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-01T15:17:38.561Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-01T15:17:38.803Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-01T15:17:39.122Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-01T15:17:39.514Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-01T15:17:39.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-01T15:17:40.037Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-01T15:17:40.344Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-01T15:17:40.612Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-01T15:17:40.974Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-07-01T15:17:41.150Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-07-01T15:17:41.439Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-07-01T15:17:41.684Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-07-01T15:17:45.941Z Downloading crates ...
2602026-07-01T15:17:45.942Z Downloaded cfg-if v1.0.4
2612026-07-01T15:17:45.943Z Downloaded anstyle v1.0.14
2622026-07-01T15:17:45.943Z Downloaded anstyle-parse v1.0.0
2632026-07-01T15:17:45.943Z Downloaded clap v4.6.1
2642026-07-01T15:17:45.943Z Downloaded errno v0.3.14
2652026-07-01T15:17:45.943Z Downloaded crypto-common v0.1.7
2662026-07-01T15:17:45.943Z Downloaded cargo_toml v0.21.0
2672026-07-01T15:17:45.943Z Downloaded block-buffer v0.10.4
2682026-07-01T15:17:45.943Z Downloaded once_cell v1.21.3
2692026-07-01T15:17:45.943Z Downloaded anstyle-query v1.1.5
2702026-07-01T15:17:45.943Z Downloaded cargo_metadata v0.23.1
2712026-07-01T15:17:45.943Z Downloaded fnv v1.0.7
2722026-07-01T15:17:45.943Z Downloaded anstream v1.0.0
2732026-07-01T15:17:45.944Z Downloaded heck v0.5.0
2742026-07-01T15:17:45.945Z Downloaded heck v0.4.1
2752026-07-01T15:17:45.945Z Downloaded autocfg v1.5.0
2762026-07-01T15:17:45.945Z Downloaded zerocopy v0.7.35
2772026-07-01T15:17:45.945Z Downloaded digest v0.10.7
2782026-07-01T15:17:45.945Z Downloaded byteorder v1.5.0
2792026-07-01T15:17:45.945Z Downloaded memmap v0.7.0
2802026-07-01T15:17:45.945Z Downloaded dtrace-parser v0.2.0
2812026-07-01T15:17:45.945Z Downloaded cpufeatures v0.2.17
2822026-07-01T15:17:45.945Z Downloaded clap_lex v1.0.0
2832026-07-01T15:17:45.945Z Downloaded generic-array v0.14.7
2842026-07-01T15:17:45.945Z Downloaded bytecount v0.6.9
2852026-07-01T15:17:45.945Z Downloaded is_terminal_polyfill v1.70.2
2862026-07-01T15:17:45.945Z Downloaded dof v0.3.0
2872026-07-01T15:17:45.945Z Downloaded version_check v0.9.5
2882026-07-01T15:17:45.945Z Downloaded itoa v1.0.17
2892026-07-01T15:17:45.945Z Downloaded clap_derive v4.6.1
2902026-07-01T15:17:45.945Z Downloaded camino-tempfile v1.4.1
2912026-07-01T15:17:45.945Z Downloaded equivalent v1.0.2
2922026-07-01T15:17:45.945Z Downloaded swrite v0.1.0
2932026-07-01T15:17:45.945Z Downloaded colorchoice v1.0.4
2942026-07-01T15:17:45.945Z Downloaded macaddr v1.0.1
2952026-07-01T15:17:45.945Z Downloaded smawk v0.3.2
2962026-07-01T15:17:45.945Z Downloaded strsim v0.11.1
2972026-07-01T15:17:45.945Z Downloaded fastrand v2.3.0
2982026-07-01T15:17:45.945Z Downloaded toml_write v0.1.2
2992026-07-01T15:17:45.947Z Downloaded anyhow v1.0.102
3002026-07-01T15:17:45.947Z Downloaded usdt-macro v0.5.0
3012026-07-01T15:17:45.947Z Downloaded scroll_derive v0.12.1
3022026-07-01T15:17:45.947Z Downloaded toml_datetime v0.6.11
3032026-07-01T15:17:45.947Z Downloaded terminal_size v0.4.3
3042026-07-01T15:17:45.947Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-01T15:17:45.947Z Downloaded usdt v0.5.0
3062026-07-01T15:17:45.947Z Downloaded plain v0.2.3
3072026-07-01T15:17:45.947Z Downloaded unicode-linebreak v0.1.5
3082026-07-01T15:17:45.947Z Downloaded thread-id v4.2.2
3092026-07-01T15:17:45.947Z Downloaded pretty-hex v0.4.1
3102026-07-01T15:17:45.947Z Downloaded cargo-platform v0.3.2
3112026-07-01T15:17:45.947Z Downloaded fs-err v3.3.0
3122026-07-01T15:17:45.947Z Downloaded quote v1.0.45
3132026-07-01T15:17:45.947Z Downloaded thiserror-impl v2.0.18
3142026-07-01T15:17:45.948Z Downloaded utf8parse v0.2.2
3152026-07-01T15:17:45.948Z Downloaded tabled_derive v0.7.0
3162026-07-01T15:17:45.948Z Downloaded serde_spanned v0.6.9
3172026-07-01T15:17:45.948Z Downloaded usdt-attr-macro v0.5.0
3182026-07-01T15:17:45.948Z Downloaded usdt-impl v0.5.0
3192026-07-01T15:17:45.948Z Downloaded bitflags v2.11.0
3202026-07-01T15:17:45.948Z Downloaded camino v1.2.2
3212026-07-01T15:17:45.948Z Downloaded sha2 v0.10.9
3222026-07-01T15:17:45.948Z Downloaded zmij v1.0.21
3232026-07-01T15:17:45.948Z Downloaded thiserror v1.0.69
3242026-07-01T15:17:45.948Z Downloaded semver v1.0.28
3252026-07-01T15:17:45.949Z Downloaded pest_derive v2.8.6
3262026-07-01T15:17:45.949Z Downloaded serde_tokenstream v0.2.3
3272026-07-01T15:17:45.949Z Downloaded tempfile v3.25.0
3282026-07-01T15:17:45.949Z Downloaded scroll v0.12.0
3292026-07-01T15:17:45.949Z Downloaded getrandom v0.4.1
3302026-07-01T15:17:45.949Z Downloaded thiserror-impl v1.0.69
3312026-07-01T15:17:45.949Z Downloaded papergrid v0.11.0
3322026-07-01T15:17:45.949Z Downloaded ucd-trie v0.1.7
3332026-07-01T15:17:45.949Z Downloaded log v0.4.29
3342026-07-01T15:17:45.949Z Downloaded thiserror v2.0.18
3352026-07-01T15:17:45.949Z Downloaded pest_generator v2.8.6
3362026-07-01T15:17:45.949Z Downloaded proc-macro-error v1.0.4
3372026-07-01T15:17:45.949Z Downloaded toml v0.8.23
3382026-07-01T15:17:45.949Z Downloaded serde_derive v1.0.228
3392026-07-01T15:17:45.949Z Downloaded serde_core v1.0.228
3402026-07-01T15:17:45.949Z Downloaded zerocopy-derive v0.7.35
3412026-07-01T15:17:45.949Z Downloaded proc-macro2 v1.0.106
3422026-07-01T15:17:45.949Z Downloaded unicode-ident v1.0.24
3432026-07-01T15:17:45.949Z Downloaded typenum v1.19.0
3442026-07-01T15:17:45.949Z Downloaded pest_meta v2.8.6
3452026-07-01T15:17:45.949Z Downloaded textwrap v0.16.2
3462026-07-01T15:17:45.949Z Downloaded toml_edit v0.22.27
3472026-07-01T15:17:45.949Z Downloaded serde v1.0.228
3482026-07-01T15:17:45.949Z Downloaded indexmap v2.14.0
3492026-07-01T15:17:45.949Z Downloaded memchr v2.8.0
3502026-07-01T15:17:45.949Z Downloaded pest v2.8.6
3512026-07-01T15:17:45.951Z Downloaded serde_json v1.0.150
3522026-07-01T15:17:45.951Z Downloaded clap_builder v4.6.0
3532026-07-01T15:17:45.951Z Downloaded goblin v0.8.2
3542026-07-01T15:17:45.951Z Downloaded hashbrown v0.17.0
3552026-07-01T15:17:45.951Z Downloaded winnow v0.7.14
3562026-07-01T15:17:45.951Z Downloaded tabled v0.15.0
3572026-07-01T15:17:45.951Z Downloaded syn v1.0.109
3582026-07-01T15:17:45.951Z Downloaded unicode-width v0.2.0
3592026-07-01T15:17:46.033Z Downloaded unicode-width v0.1.14
3602026-07-01T15:17:46.033Z Downloaded syn v2.0.117
3612026-07-01T15:17:46.033Z Downloaded rustix v1.1.3
3622026-07-01T15:17:46.033Z Downloaded libc v0.2.185
3632026-07-01T15:17:46.034Z Compiling proc-macro2 v1.0.106
3642026-07-01T15:17:46.035Z Compiling quote v1.0.45
3652026-07-01T15:17:46.035Z Compiling unicode-ident v1.0.24
3662026-07-01T15:17:46.035Z Compiling libc v0.2.185
3672026-07-01T15:17:46.035Z Compiling serde_core v1.0.228
3682026-07-01T15:17:46.035Z Compiling version_check v0.9.5
3692026-07-01T15:17:46.035Z Compiling memchr v2.8.0
3702026-07-01T15:17:46.035Z Compiling serde v1.0.228
3712026-07-01T15:17:46.035Z Compiling zmij v1.0.21
3722026-07-01T15:17:46.035Z Compiling ucd-trie v0.1.7
3732026-07-01T15:17:46.035Z Compiling thiserror v1.0.69
3742026-07-01T15:17:46.035Z Compiling itoa v1.0.17
3752026-07-01T15:17:46.035Z Compiling byteorder v1.5.0
3762026-07-01T15:17:46.035Z Compiling rustix v1.1.3
3772026-07-01T15:17:46.035Z Compiling serde_json v1.0.150
3782026-07-01T15:17:46.035Z Compiling bitflags v2.11.0
3792026-07-01T15:17:46.035Z Compiling usdt-impl v0.5.0
3802026-07-01T15:17:46.035Z Compiling proc-macro-error-attr v1.0.4
3812026-07-01T15:17:46.164Z Compiling syn v1.0.109
3822026-07-01T15:17:46.182Z Compiling proc-macro-error v1.0.4
3832026-07-01T15:17:46.188Z Compiling pest v2.8.6
3842026-07-01T15:17:46.188Z Compiling camino v1.2.2
3852026-07-01T15:17:46.245Z Compiling getrandom v0.4.1
3862026-07-01T15:17:46.299Z Compiling utf8parse v0.2.2
3872026-07-01T15:17:46.357Z Compiling equivalent v1.0.2
3882026-07-01T15:17:46.369Z Compiling hashbrown v0.17.0
3892026-07-01T15:17:46.411Z Compiling plain v0.2.3
3902026-07-01T15:17:46.421Z Compiling log v0.4.29
3912026-07-01T15:17:46.471Z Compiling anstyle-parse v1.0.0
3922026-07-01T15:17:46.487Z Compiling anstyle-query v1.1.5
3932026-07-01T15:17:46.529Z Compiling autocfg v1.5.0
3942026-07-01T15:17:46.570Z Compiling pretty-hex v0.4.1
3952026-07-01T15:17:46.570Z Compiling cfg-if v1.0.4
3962026-07-01T15:17:46.593Z Compiling thiserror v2.0.18
3972026-07-01T15:17:46.644Z Compiling anstyle v1.0.14
3982026-07-01T15:17:46.659Z Compiling winnow v0.7.14
3992026-07-01T15:17:46.680Z Compiling is_terminal_polyfill v1.70.2
4002026-07-01T15:17:46.705Z Compiling toml_write v0.1.2
4012026-07-01T15:17:46.713Z Compiling colorchoice v1.0.4
4022026-07-01T15:17:46.713Z Compiling fastrand v2.3.0
4032026-07-01T15:17:46.789Z Compiling fnv v1.0.7
4042026-07-01T15:17:46.807Z Compiling strsim v0.11.1
4052026-07-01T15:17:46.851Z Compiling errno v0.3.14
4062026-07-01T15:17:46.882Z Compiling thread-id v4.2.2
4072026-07-01T15:17:46.892Z Compiling indexmap v2.14.0
4082026-07-01T15:17:46.893Z Compiling anstream v1.0.0
4092026-07-01T15:17:46.924Z Compiling heck v0.4.1
4102026-07-01T15:17:47.023Z Compiling fs-err v3.3.0
4112026-07-01T15:17:47.030Z Compiling anyhow v1.0.102
4122026-07-01T15:17:47.030Z Compiling once_cell v1.21.3
4132026-07-01T15:17:47.116Z Compiling clap_lex v1.0.0
4142026-07-01T15:17:47.179Z Compiling syn v2.0.117
4152026-07-01T15:17:47.224Z Compiling pest_meta v2.8.6
4162026-07-01T15:17:47.253Z Compiling heck v0.5.0
4172026-07-01T15:17:47.270Z Compiling bytecount v0.6.9
4182026-07-01T15:17:47.306Z Compiling unicode-width v0.1.14
4192026-07-01T15:17:47.415Z Compiling memmap v0.7.0
4202026-07-01T15:17:47.469Z Compiling unicode-width v0.2.0
4212026-07-01T15:17:47.474Z Compiling smawk v0.3.2
4222026-07-01T15:17:47.514Z Compiling unicode-linebreak v0.1.5
4232026-07-01T15:17:47.569Z Compiling papergrid v0.11.0
4242026-07-01T15:17:47.616Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4252026-07-01T15:17:47.634Z Compiling swrite v0.1.0
4262026-07-01T15:17:47.840Z Compiling terminal_size v0.4.3
4272026-07-01T15:17:47.840Z Compiling tempfile v3.25.0
4282026-07-01T15:17:47.857Z Compiling semver v1.0.28
4292026-07-01T15:17:47.901Z Compiling cargo-platform v0.3.2
4302026-07-01T15:17:48.020Z Compiling clap_builder v4.6.0
4312026-07-01T15:17:48.051Z Compiling textwrap v0.16.2
4322026-07-01T15:17:48.164Z Compiling camino-tempfile v1.4.1
4332026-07-01T15:17:48.624Z Compiling tabled_derive v0.7.0
4342026-07-01T15:17:49.305Z Compiling tabled v0.15.0
4352026-07-01T15:17:49.364Z Compiling pest_generator v2.8.6
4362026-07-01T15:17:49.842Z Compiling serde_derive v1.0.228
4372026-07-01T15:17:49.861Z Compiling thiserror-impl v1.0.69
4382026-07-01T15:17:49.861Z Compiling zerocopy-derive v0.7.35
4392026-07-01T15:17:49.861Z Compiling scroll_derive v0.12.1
4402026-07-01T15:17:49.861Z Compiling thiserror-impl v2.0.18
4412026-07-01T15:17:49.861Z Compiling clap_derive v4.6.1
4422026-07-01T15:17:49.928Z Compiling pest_derive v2.8.6
4432026-07-01T15:17:50.533Z Compiling scroll v0.12.0
4442026-07-01T15:17:50.590Z Compiling zerocopy v0.7.35
4452026-07-01T15:17:50.735Z Compiling goblin v0.8.2
4462026-07-01T15:17:50.977Z Compiling dtrace-parser v0.2.0
4472026-07-01T15:17:51.172Z Compiling clap v4.6.1
4482026-07-01T15:17:52.339Z Compiling dof v0.3.0
4492026-07-01T15:17:52.339Z Compiling serde_tokenstream v0.2.3
4502026-07-01T15:17:52.355Z Compiling toml_datetime v0.6.11
4512026-07-01T15:17:52.359Z Compiling serde_spanned v0.6.9
4522026-07-01T15:17:52.359Z Compiling macaddr v1.0.1
4532026-07-01T15:17:52.359Z Compiling cargo_metadata v0.23.1
4542026-07-01T15:17:52.568Z Compiling toml_edit v0.22.27
4552026-07-01T15:17:52.994Z Compiling usdt-attr-macro v0.5.0
4562026-07-01T15:17:52.998Z Compiling usdt-macro v0.5.0
4572026-07-01T15:17:53.593Z Compiling usdt v0.5.0
4582026-07-01T15:17:53.829Z Compiling toml v0.8.23
4592026-07-01T15:17:54.151Z Compiling cargo_toml v0.21.0
4602026-07-01T15:17:55.455Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-07-01T15:17:57.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.57s
4622026-07-01T15:17:57.663Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-07-01T15:17:58.139Z Downloading crates ...
4642026-07-01T15:17:58.226Z Downloaded adler2 v2.0.1
4652026-07-01T15:17:58.233Z Downloaded aead v0.5.2
4662026-07-01T15:17:58.237Z Downloaded backoff v0.4.0
4672026-07-01T15:17:58.241Z Downloaded ahash v0.8.12
4682026-07-01T15:17:58.245Z Downloaded anstyle-parse v0.2.7
4692026-07-01T15:17:58.249Z Downloaded bitfield-struct v0.6.2
4702026-07-01T15:17:58.253Z Downloaded array-init v0.0.4
4712026-07-01T15:17:58.260Z Downloaded assert_matches v1.5.0
4722026-07-01T15:17:58.265Z Downloaded arrayref v0.3.9
4732026-07-01T15:17:58.269Z Downloaded bb8 v0.8.6
4742026-07-01T15:17:58.269Z Downloaded bcrypt-pbkdf v0.10.0
4752026-07-01T15:17:58.269Z Downloaded async-stream-impl v0.3.6
4762026-07-01T15:17:58.269Z Downloaded defmt-macros v1.0.1
4772026-07-01T15:17:58.273Z Downloaded der_derive v0.7.3
4782026-07-01T15:17:58.273Z Downloaded csv-core v0.1.13
4792026-07-01T15:17:58.273Z Downloaded bitfield-macros v0.19.4
4802026-07-01T15:17:58.277Z Downloaded atty v0.2.14
4812026-07-01T15:17:58.278Z Downloaded crc-any v2.5.0
4822026-07-01T15:17:58.278Z Downloaded ascii-canvas v3.0.0
4832026-07-01T15:17:58.278Z Downloaded dirs-sys-next v0.1.2
4842026-07-01T15:17:58.281Z Downloaded crossbeam-deque v0.8.6
4852026-07-01T15:17:58.281Z Downloaded async-trait v0.1.89
4862026-07-01T15:17:58.281Z Downloaded anstream v0.6.21
4872026-07-01T15:17:58.285Z Downloaded darling v0.23.0
4882026-07-01T15:17:58.289Z Downloaded embedded-io v0.4.0
4892026-07-01T15:17:58.289Z Downloaded dropshot-api-manager-types v0.7.2
4902026-07-01T15:17:58.289Z Downloaded atomic-waker v1.1.2
4912026-07-01T15:17:58.289Z Downloaded darling_core v0.20.11
4922026-07-01T15:17:58.293Z Downloaded bitfield v0.19.4
4932026-07-01T15:17:58.293Z Downloaded filetime v0.2.27
4942026-07-01T15:17:58.297Z Downloaded derive_more v2.1.1
4952026-07-01T15:17:58.303Z Downloaded bit-vec v0.8.0
4962026-07-01T15:17:58.307Z Downloaded base64ct v1.8.3
4972026-07-01T15:17:58.307Z Downloaded arrayvec v0.7.6
4982026-07-01T15:17:58.311Z Downloaded atomicwrites v0.4.4
4992026-07-01T15:17:58.311Z Downloaded crossterm v0.28.1
5002026-07-01T15:17:58.316Z Downloaded compression-core v0.4.31
5012026-07-01T15:17:58.316Z Downloaded ciborium-ll v0.2.2
5022026-07-01T15:17:58.316Z Downloaded defmt v1.0.1
5032026-07-01T15:17:58.319Z Downloaded defmt-parser v1.0.0
5042026-07-01T15:17:58.319Z Downloaded darling v0.13.4
5052026-07-01T15:17:58.319Z Downloaded crossbeam-epoch v0.9.18
5062026-07-01T15:17:58.323Z Downloaded cfg_aliases v0.2.1
5072026-07-01T15:17:58.323Z Downloaded darling_core v0.13.4
5082026-07-01T15:17:58.327Z Downloaded argon2 v0.5.3
5092026-07-01T15:17:58.327Z Downloaded enum-as-inner v0.6.1
5102026-07-01T15:17:58.327Z Downloaded darling_macro v0.21.3
5112026-07-01T15:17:58.331Z Downloaded cfg_aliases v0.1.1
5122026-07-01T15:17:58.331Z Downloaded env_filter v1.0.0
5132026-07-01T15:17:58.331Z Downloaded cobs v0.3.0
5142026-07-01T15:17:58.331Z Downloaded darling_macro v0.20.11
5152026-07-01T15:17:58.331Z Downloaded async-stream v0.3.6
5162026-07-01T15:17:58.335Z Downloaded daft-derive v0.1.7
5172026-07-01T15:17:58.337Z Downloaded ciborium-io v0.2.2
5182026-07-01T15:17:58.341Z Downloaded async-bb8-diesel v0.2.1
5192026-07-01T15:17:58.341Z Downloaded critical-section v1.2.0
5202026-07-01T15:17:58.341Z Downloaded fixedbitset v0.4.2
5212026-07-01T15:17:58.341Z Downloaded document-features v0.2.12
5222026-07-01T15:17:58.345Z Downloaded darling_macro v0.23.0
5232026-07-01T15:17:58.345Z Downloaded darling_macro v0.13.4
5242026-07-01T15:17:58.345Z Downloaded bit-set v0.8.0
5252026-07-01T15:17:58.345Z Downloaded crunchy v0.2.4
5262026-07-01T15:17:58.349Z Downloaded crc v3.4.0
5272026-07-01T15:17:58.349Z Downloaded ctr v0.9.2
5282026-07-01T15:17:58.353Z Downloaded embedded-io v0.6.1
5292026-07-01T15:17:58.353Z Downloaded cmake v0.1.57
5302026-07-01T15:17:58.356Z Downloaded chacha20 v0.9.1
5312026-07-01T15:17:58.356Z Downloaded futures-io v0.3.32
5322026-07-01T15:17:58.361Z Downloaded crc8 v0.1.1
5332026-07-01T15:17:58.362Z Downloaded async-recursion v1.1.1
5342026-07-01T15:17:58.365Z Downloaded block-padding v0.3.3
5352026-07-01T15:17:58.365Z Downloaded debug-ignore v1.0.5
5362026-07-01T15:17:58.370Z Downloaded fd-lock v4.0.4
5372026-07-01T15:17:58.370Z Downloaded curve25519-dalek-derive v0.1.1
5382026-07-01T15:17:58.373Z Downloaded cstr-argument v0.1.2
5392026-07-01T15:17:58.374Z Downloaded dirs-next v2.0.0
5402026-07-01T15:17:58.374Z Downloaded base16ct v0.2.0
5412026-07-01T15:17:58.377Z Downloaded dsl_auto_type v0.2.0
5422026-07-01T15:17:58.377Z Downloaded foreign-types v0.3.2
5432026-07-01T15:17:58.381Z Downloaded convert_case v0.4.0
5442026-07-01T15:17:58.381Z Downloaded castaway v0.2.4
5452026-07-01T15:17:58.385Z Downloaded funty v2.0.0
5462026-07-01T15:17:58.385Z Downloaded crossbeam-utils v0.8.21
5472026-07-01T15:17:58.385Z Downloaded cpufeatures v0.3.0
5482026-07-01T15:17:58.389Z Downloaded foreign-types-shared v0.3.1
5492026-07-01T15:17:58.389Z Downloaded derive_builder v0.20.2
5502026-07-01T15:17:58.393Z Downloaded constant_time_eq v0.4.2
5512026-07-01T15:17:58.393Z Downloaded flagset v0.4.7
5522026-07-01T15:17:58.393Z Downloaded diesel_table_macro_syntax v0.3.0
5532026-07-01T15:17:58.397Z Downloaded blowfish v0.9.1
5542026-07-01T15:17:58.397Z Downloaded dyn-clone v1.0.20
5552026-07-01T15:17:58.397Z Downloaded foreign-types-shared v0.1.1
5562026-07-01T15:17:58.400Z Downloaded foreign-types v0.5.0
5572026-07-01T15:17:58.400Z Downloaded float-ord v0.3.2
5582026-07-01T15:17:58.400Z Downloaded form_urlencoded v1.2.2
5592026-07-01T15:17:58.401Z Downloaded derive_builder_macro v0.20.2
5602026-07-01T15:17:58.401Z Downloaded futures-task v0.3.32
5612026-07-01T15:17:58.404Z Downloaded futures-core v0.3.32
5622026-07-01T15:17:58.405Z Downloaded difflib v0.4.0
5632026-07-01T15:17:58.405Z Downloaded futures-sink v0.3.32
5642026-07-01T15:17:58.405Z Downloaded crucible-workspace-hack v0.1.0
5652026-07-01T15:17:58.405Z Downloaded crc-catalog v2.4.0
5662026-07-01T15:17:58.408Z Downloaded display-error-chain v0.2.2
5672026-07-01T15:17:58.408Z Downloaded ghash v0.5.1
5682026-07-01T15:17:58.408Z Downloaded endian-type v0.1.2
5692026-07-01T15:17:58.408Z Downloaded colored v2.2.0
5702026-07-01T15:17:58.413Z Downloaded cexpr v0.6.0
5712026-07-01T15:17:58.413Z Downloaded backon v1.6.0
5722026-07-01T15:17:58.413Z Downloaded gethostname v0.5.0
5732026-07-01T15:17:58.413Z Downloaded float-cmp v0.10.0
5742026-07-01T15:17:58.417Z Downloaded cassowary v0.3.0
5752026-07-01T15:17:58.417Z Downloaded git-stub v1.0.0
5762026-07-01T15:17:58.417Z Downloaded downcast-rs v2.0.2
5772026-07-01T15:17:58.422Z Downloaded block-buffer v0.12.1
5782026-07-01T15:17:58.422Z Downloaded buf-list v1.1.2
5792026-07-01T15:17:58.423Z Downloaded dof v0.4.0
5802026-07-01T15:17:58.423Z Downloaded fxhash v0.2.1
5812026-07-01T15:17:58.428Z Downloaded dunce v1.0.5
5822026-07-01T15:17:58.428Z Downloaded defmt v0.3.100
5832026-07-01T15:17:58.428Z Downloaded byte-wrapper v0.1.0
5842026-07-01T15:17:58.428Z Downloaded bitflags v1.3.2
5852026-07-01T15:17:58.428Z Downloaded clang-sys v1.8.1
5862026-07-01T15:17:58.436Z Downloaded globwalk v0.9.1
5872026-07-01T15:17:58.436Z Downloaded ciborium v0.2.2
5882026-07-01T15:17:58.436Z Downloaded displaydoc v0.2.5
5892026-07-01T15:17:58.440Z Downloaded derive-ex v0.1.8
5902026-07-01T15:17:58.440Z Downloaded hash32 v0.2.1
5912026-07-01T15:17:58.440Z Downloaded bit-vec v0.6.3
5922026-07-01T15:17:58.440Z Downloaded headers-core v0.3.0
5932026-07-01T15:17:58.440Z Downloaded fallible-iterator v0.2.0
5942026-07-01T15:17:58.440Z Downloaded crypto-common v0.2.2
5952026-07-01T15:17:58.440Z Downloaded futures-macro v0.3.32
5962026-07-01T15:17:58.440Z Downloaded either v1.15.0
5972026-07-01T15:17:58.444Z Downloaded convert_case v0.10.0
5982026-07-01T15:17:58.444Z Downloaded const_format_proc_macros v0.2.34
5992026-07-01T15:17:58.444Z Downloaded cipher v0.4.4
6002026-07-01T15:17:58.444Z Downloaded ed25519 v2.2.3
6012026-07-01T15:17:58.448Z Downloaded derive_builder_core v0.20.2
6022026-07-01T15:17:58.448Z Downloaded fixedbitset v0.5.7
6032026-07-01T15:17:58.451Z Downloaded derive-where v1.6.0
6042026-07-01T15:17:58.451Z Downloaded camino-tempfile-ext v0.3.3
6052026-07-01T15:17:58.456Z Downloaded bcs v0.1.6
6062026-07-01T15:17:58.456Z Downloaded deranged v0.5.8
6072026-07-01T15:17:58.456Z Downloaded hex v0.4.3
6082026-07-01T15:17:58.456Z Downloaded foldhash v0.1.5
6092026-07-01T15:17:58.459Z Downloaded data-encoding v2.10.0
6102026-07-01T15:17:58.459Z Downloaded hostname v0.3.1
6112026-07-01T15:17:58.459Z Downloaded hex-literal v0.4.1
6122026-07-01T15:17:58.463Z Downloaded daft v0.1.7
6132026-07-01T15:17:58.463Z Downloaded crossbeam-channel v0.5.15
6142026-07-01T15:17:58.515Z Downloaded http-body v1.0.1
6152026-07-01T15:17:58.515Z Downloaded home v0.5.12
6162026-07-01T15:17:58.515Z Downloaded foldhash v0.2.0
6172026-07-01T15:17:58.516Z Downloaded hostname v0.4.2
6182026-07-01T15:17:58.516Z Downloaded http-range v0.1.5
6192026-07-01T15:17:58.516Z Downloaded futures-executor v0.3.32
6202026-07-01T15:17:58.516Z Downloaded corncobs v0.1.4
6212026-07-01T15:17:58.516Z Downloaded httpdate v1.0.3
6222026-07-01T15:17:58.517Z Downloaded fs-err v2.11.0
6232026-07-01T15:17:58.517Z Downloaded digest v0.11.3
6242026-07-01T15:17:58.517Z Downloaded chacha20 v0.10.0
6252026-07-01T15:17:58.517Z Downloaded compression-codecs v0.4.37
6262026-07-01T15:17:58.517Z Downloaded ff v0.13.1
6272026-07-01T15:17:58.517Z Downloaded env_logger v0.11.9
6282026-07-01T15:17:58.517Z Downloaded cookie_store v0.22.1
6292026-07-01T15:17:58.517Z Downloaded hyper-tls v0.6.0
6302026-07-01T15:17:58.517Z Downloaded hubpack_derive v0.1.1
6312026-07-01T15:17:58.517Z Downloaded hubpack v0.1.2
6322026-07-01T15:17:58.517Z Downloaded bzip2 v0.4.4
6332026-07-01T15:17:58.517Z Downloaded glob v0.3.3
6342026-07-01T15:17:58.517Z Downloaded git-stub-vcs v0.1.0
6352026-07-01T15:17:58.517Z Downloaded base64 v0.21.7
6362026-07-01T15:17:58.517Z Downloaded group v0.13.0
6372026-07-01T15:17:58.517Z Downloaded ar_archive_writer v0.5.1
6382026-07-01T15:17:58.517Z Downloaded ena v0.14.4
6392026-07-01T15:17:58.517Z Downloaded diesel-dtrace v0.5.0
6402026-07-01T15:17:58.517Z Downloaded darling v0.21.3
6412026-07-01T15:17:58.517Z Downloaded is-terminal v0.4.17
6422026-07-01T15:17:58.517Z Downloaded idna_adapter v1.2.1
6432026-07-01T15:17:58.518Z Downloaded darling v0.20.11
6442026-07-01T15:17:58.518Z Downloaded ident_case v1.0.1
6452026-07-01T15:17:58.518Z Downloaded crc32fast v1.5.0
6462026-07-01T15:17:58.518Z Downloaded bit-set v0.5.3
6472026-07-01T15:17:58.518Z Downloaded console v0.15.11
6482026-07-01T15:17:58.518Z Downloaded cancel-safe-futures v0.1.5
6492026-07-01T15:17:58.522Z Downloaded hash32 v0.3.1
6502026-07-01T15:17:58.522Z Downloaded aes-gcm v0.10.3
6512026-07-01T15:17:58.522Z Downloaded illumos-nvpair-sys v0.2.0
6522026-07-01T15:17:58.522Z Downloaded const-oid v0.9.6
6532026-07-01T15:17:58.522Z Downloaded colored v3.1.1
6542026-07-01T15:17:58.522Z Downloaded cbc v0.1.2
6552026-07-01T15:17:58.522Z Downloaded instant v0.1.13
6562026-07-01T15:17:58.522Z Downloaded inout v0.1.4
6572026-07-01T15:17:58.522Z Downloaded internet-checksum v0.2.1
6582026-07-01T15:17:58.522Z Downloaded is_ci v1.2.0
6592026-07-01T15:17:58.526Z Downloaded instability v0.3.11
6602026-07-01T15:17:58.526Z Downloaded illumos-nvpair v0.3.0
6612026-07-01T15:17:58.526Z Downloaded bzip2 v0.6.1
6622026-07-01T15:17:58.526Z Downloaded blake2 v0.10.6
6632026-07-01T15:17:58.530Z Downloaded foreign-types-macros v0.2.3
6642026-07-01T15:17:58.530Z Downloaded http-body-util v0.1.3
6652026-07-01T15:17:58.530Z Downloaded lalrpop-util v0.19.12
6662026-07-01T15:17:58.530Z Downloaded indent_write v2.2.0
6672026-07-01T15:17:58.534Z Downloaded diff v0.1.13
6682026-07-01T15:17:58.534Z Downloaded futures-channel v0.3.32
6692026-07-01T15:17:58.534Z Downloaded fs_extra v1.3.0
6702026-07-01T15:17:58.538Z Downloaded cookie v0.18.1
6712026-07-01T15:17:58.538Z Downloaded lazy_static v1.5.0
6722026-07-01T15:17:58.541Z Downloaded keccak v0.1.6
6732026-07-01T15:17:58.545Z Downloaded libscf-sys v1.1.0
6742026-07-01T15:17:58.549Z Downloaded kstat-rs v0.2.4
6752026-07-01T15:17:58.549Z Downloaded ecdsa v0.16.9
6762026-07-01T15:17:58.549Z Downloaded highway v1.3.0
6772026-07-01T15:17:58.552Z Downloaded find-msvc-tools v0.1.9
6782026-07-01T15:17:58.557Z Downloaded des v0.8.1
6792026-07-01T15:17:58.562Z Downloaded erased-serde v0.3.31
6802026-07-01T15:17:58.562Z Downloaded indoc v1.0.9
6812026-07-01T15:17:58.562Z Downloaded dtrace-parser v0.3.0
6822026-07-01T15:17:58.566Z Downloaded md-5 v0.10.6
6832026-07-01T15:17:58.567Z Downloaded lzss v0.8.2
6842026-07-01T15:17:58.567Z Downloaded half v1.8.3
6852026-07-01T15:17:58.567Z Downloaded mime v0.3.17
6862026-07-01T15:17:58.571Z Downloaded memoffset v0.9.1
6872026-07-01T15:17:58.571Z Downloaded md5 v0.7.0
6882026-07-01T15:17:58.571Z Downloaded hyper-staticfile v0.10.1
6892026-07-01T15:17:58.571Z Downloaded humantime v2.3.0
6902026-07-01T15:17:58.577Z Downloaded const-oid v0.10.2
6912026-07-01T15:17:58.577Z Downloaded lru-slab v0.1.2
6922026-07-01T15:17:58.577Z Downloaded lru-cache v0.1.2
6932026-07-01T15:17:58.581Z Downloaded console v0.16.2
6942026-07-01T15:17:58.582Z Downloaded lru v0.12.5
6952026-07-01T15:17:58.582Z Downloaded indoc v2.0.7
6962026-07-01T15:17:58.586Z Downloaded const_format v0.2.35
6972026-07-01T15:17:58.591Z Downloaded ingot-types v0.1.2
6982026-07-01T15:17:58.591Z Downloaded fatfs v0.3.6
6992026-07-01T15:17:58.591Z Downloaded dropshot_endpoint v0.17.1
7002026-07-01T15:17:58.596Z Downloaded newline-converter v0.3.0
7012026-07-01T15:17:58.596Z Downloaded new_debug_unreachable v1.0.6
7022026-07-01T15:17:58.596Z Downloaded managed v0.8.0
7032026-07-01T15:17:58.600Z Downloaded num v0.4.3
7042026-07-01T15:17:58.600Z Downloaded match_cfg v0.1.0
7052026-07-01T15:17:58.601Z Downloaded nodrop v0.1.14
7062026-07-01T15:17:58.601Z Downloaded nonempty v0.12.0
7072026-07-01T15:17:58.605Z Downloaded libefi-sys v0.1.0
7082026-07-01T15:17:58.605Z Downloaded maybe-uninit v2.0.0
7092026-07-01T15:17:58.605Z Downloaded linked-hash-map v0.5.6
7102026-07-01T15:17:58.605Z Downloaded multimap v0.10.1
7112026-07-01T15:17:58.611Z Downloaded darling_core v0.21.3
7122026-07-01T15:17:58.611Z Downloaded getrandom v0.2.17
7132026-07-01T15:17:58.614Z Downloaded compact_str v0.8.1
7142026-07-01T15:17:58.615Z Downloaded maplit v1.0.2
7152026-07-01T15:17:58.615Z Downloaded ipnetwork v0.21.1
7162026-07-01T15:17:58.615Z Downloaded ipnet v2.11.0
7172026-07-01T15:17:58.619Z Downloaded num-derive v0.3.3
7182026-07-01T15:17:58.619Z Downloaded num-derive v0.4.2
7192026-07-01T15:17:58.619Z Downloaded newtype-uuid-macros v0.1.0
7202026-07-01T15:17:58.624Z Downloaded globset v0.4.18
7212026-07-01T15:17:58.624Z Downloaded num-conv v0.2.0
7222026-07-01T15:17:58.624Z Downloaded libsw-core v0.3.2
7232026-07-01T15:17:58.624Z Downloaded ingot v0.1.1
7242026-07-01T15:17:58.625Z Downloaded libsw v3.5.0
7252026-07-01T15:17:58.630Z Downloaded iana-time-zone v0.1.65
7262026-07-01T15:17:58.630Z Downloaded der v0.7.10
7272026-07-01T15:17:58.630Z Downloaded async-compression v0.4.41
7282026-07-01T15:17:58.635Z Downloaded num-iter v0.1.45
7292026-07-01T15:17:58.635Z Downloaded nibble_vec v0.1.0
7302026-07-01T15:17:58.640Z Downloaded newtype_derive v0.1.6
7312026-07-01T15:17:58.640Z Downloaded hmac v0.12.1
7322026-07-01T15:17:58.640Z Downloaded libloading v0.8.9
7332026-07-01T15:17:58.640Z Downloaded httparse v1.10.1
7342026-07-01T15:17:58.645Z Downloaded num_enum_derive v0.5.11
7352026-07-01T15:17:58.645Z Downloaded openssl-probe v0.1.6
7362026-07-01T15:17:58.645Z Downloaded num_threads v0.1.7
7372026-07-01T15:17:58.645Z Downloaded derive_more v0.99.20
7382026-07-01T15:17:58.650Z Downloaded futures v0.3.32
7392026-07-01T15:17:58.650Z Downloaded hybrid-array v0.4.10
7402026-07-01T15:17:58.660Z Downloaded flume v0.11.1
7412026-07-01T15:17:58.660Z Downloaded olpc-cjson v0.1.4
7422026-07-01T15:17:58.660Z Downloaded getrandom v0.3.4
7432026-07-01T15:17:58.665Z Downloaded jobserver v0.1.34
7442026-07-01T15:17:58.665Z Downloaded opaque-debug v0.3.1
7452026-07-01T15:17:58.667Z Downloaded multer v3.1.0
7462026-07-01T15:17:58.667Z Downloaded oso-derive v0.27.3
7472026-07-01T15:17:58.667Z Downloaded linear-map v1.2.0
7482026-07-01T15:17:58.667Z Downloaded allocator-api2 v0.2.21
7492026-07-01T15:17:58.667Z Downloaded openssl-probe v0.2.1
7502026-07-01T15:17:58.667Z Downloaded openssl-macros v0.1.1
7512026-07-01T15:17:58.672Z Downloaded drift v0.2.0
7522026-07-01T15:17:58.672Z Downloaded nu-ansi-term v0.50.3
7532026-07-01T15:17:58.673Z Downloaded normalize-line-endings v0.3.0
7542026-07-01T15:17:58.678Z Downloaded elliptic-curve v0.13.8
7552026-07-01T15:17:58.678Z Downloaded num-complex v0.4.6
7562026-07-01T15:17:58.678Z Downloaded lock_api v0.4.14
7572026-07-01T15:17:58.680Z Downloaded impl-trait-for-tuples v0.2.3
7582026-07-01T15:17:58.685Z Downloaded cc v1.2.56
7592026-07-01T15:17:58.685Z Downloaded bytes v1.11.1
7602026-07-01T15:17:58.685Z Downloaded packed_struct_codegen v0.10.1
7612026-07-01T15:17:58.690Z Downloaded chacha20poly1305 v0.10.1
7622026-07-01T15:17:58.690Z Downloaded hyper-rustls v0.27.7
7632026-07-01T15:17:58.691Z Downloaded parse-display v0.10.0
7642026-07-01T15:17:58.691Z Downloaded pbkdf2 v0.12.2
7652026-07-01T15:17:58.691Z Downloaded arc-swap v1.8.2
7662026-07-01T15:17:58.694Z Downloaded ingot-macros v0.1.1
7672026-07-01T15:17:58.694Z Downloaded path-slash v0.1.5
7682026-07-01T15:17:58.694Z Downloaded pbkdf2 v0.11.0
7692026-07-01T15:17:58.700Z Downloaded percent-encoding v2.3.2
7702026-07-01T15:17:58.700Z Downloaded newtype-uuid v1.3.2
7712026-07-01T15:17:58.700Z Downloaded nanorand v0.7.0
7722026-07-01T15:17:58.705Z Downloaded half v2.7.1
7732026-07-01T15:17:58.710Z Downloaded icu_provider v2.1.1
7742026-07-01T15:17:58.710Z Downloaded peg-runtime v0.8.5
7752026-07-01T15:17:58.713Z Downloaded num_enum v0.7.6
7762026-07-01T15:17:58.721Z Downloaded phf_shared v0.11.3
7772026-07-01T15:17:58.721Z Downloaded num_enum v0.5.11
7782026-07-01T15:17:58.727Z Downloaded num-integer v0.1.46
7792026-07-01T15:17:58.728Z Downloaded indexmap v1.9.3
7802026-07-01T15:17:58.728Z Downloaded native-tls v0.2.18
7812026-07-01T15:17:58.728Z Downloaded num-rational v0.4.2
7822026-07-01T15:17:58.735Z Downloaded potential_utf v0.1.4
7832026-07-01T15:17:58.740Z Downloaded phf_shared v0.12.1
7842026-07-01T15:17:58.741Z Downloaded num_enum_derive v0.7.6
7852026-07-01T15:17:58.741Z Downloaded crypto-bigint v0.5.5
7862026-07-01T15:17:58.745Z Downloaded packed_struct v0.10.1
7872026-07-01T15:17:58.745Z Downloaded oxide-tokio-rt v0.1.4
7882026-07-01T15:17:58.749Z Downloaded phf_shared v0.13.1
7892026-07-01T15:17:58.749Z Downloaded flate2 v1.1.9
7902026-07-01T15:17:58.749Z Downloaded darling_core v0.23.0
7912026-07-01T15:17:58.754Z Downloaded owo-colors v4.3.0
7922026-07-01T15:17:58.754Z Downloaded litrs v1.0.0
7932026-07-01T15:17:58.759Z Downloaded memmap2 v0.9.10
7942026-07-01T15:17:58.759Z Downloaded litemap v0.8.1
7952026-07-01T15:17:58.759Z Downloaded mime_guess v2.0.5
7962026-07-01T15:17:58.763Z Downloaded base64 v0.22.1
7972026-07-01T15:17:58.763Z Downloaded ignore v0.4.25
7982026-07-01T15:17:58.767Z Downloaded oxnet v0.1.6
7992026-07-01T15:17:58.771Z Downloaded predicates-core v1.0.10
8002026-07-01T15:17:58.771Z Downloaded precomputed-hash v0.1.1
8012026-07-01T15:17:58.771Z Downloaded parking_lot_core v0.8.6
8022026-07-01T15:17:58.777Z Downloaded proc-macro-crate v3.4.0
8032026-07-01T15:17:58.777Z Downloaded bumpalo v3.20.2
8042026-07-01T15:17:58.781Z Downloaded proc-macro-error-attr2 v2.0.0
8052026-07-01T15:17:58.781Z Downloaded progenitor-macro v0.14.0
8062026-07-01T15:17:58.781Z Downloaded peg-macros v0.8.5
8072026-07-01T15:17:58.781Z Downloaded peg v0.8.5
8082026-07-01T15:17:58.786Z Downloaded password-hash v0.5.0
8092026-07-01T15:17:58.786Z Downloaded parse-display-derive v0.10.0
8102026-07-01T15:17:58.786Z Downloaded progenitor-macro v0.13.0
8112026-07-01T15:17:58.793Z Downloaded paste v1.0.15
8122026-07-01T15:17:58.793Z Downloaded progenitor-client v0.14.0
8132026-07-01T15:17:58.793Z Downloaded proc-macro-crate v1.3.1
8142026-07-01T15:17:58.793Z Downloaded password-hash v0.4.2
8152026-07-01T15:17:58.798Z Downloaded parse-size v1.1.0
8162026-07-01T15:17:58.798Z Downloaded libbz2-rs-sys v0.2.2
8172026-07-01T15:17:58.798Z Downloaded icu_normalizer v2.1.1
8182026-07-01T15:17:58.805Z Downloaded quick-error v1.2.3
8192026-07-01T15:17:58.805Z Downloaded radium v0.7.0
8202026-07-01T15:17:58.805Z Downloaded psl-types v2.0.11
8212026-07-01T15:17:58.805Z Downloaded pem-rfc7468 v0.7.0
8222026-07-01T15:17:58.805Z Downloaded pem v3.0.6
8232026-07-01T15:17:58.809Z Downloaded pin-project-lite v0.2.17
8242026-07-01T15:17:58.809Z Downloaded phf v0.13.1
8252026-07-01T15:17:58.818Z Downloaded powerfmt v0.2.0
8262026-07-01T15:17:58.822Z Downloaded polyval v0.6.2
8272026-07-01T15:17:58.823Z Downloaded pkg-config v0.3.32
8282026-07-01T15:17:58.823Z Downloaded pin-project-internal v1.1.11
8292026-07-01T15:17:58.823Z Downloaded ppv-lite86 v0.2.21
8302026-07-01T15:17:58.826Z Downloaded indicatif v0.18.4
8312026-07-01T15:17:58.826Z Downloaded heapless v0.8.0
8322026-07-01T15:17:58.831Z Downloaded postgres-protocol v0.6.10
8332026-07-01T15:17:58.831Z Downloaded poly1305 v0.8.0
8342026-07-01T15:17:58.836Z Downloaded pkcs8 v0.10.2
8352026-07-01T15:17:58.836Z Downloaded ed25519-dalek v2.2.0
8362026-07-01T15:17:58.836Z Downloaded rand_chacha v0.3.1
8372026-07-01T15:17:58.840Z Downloaded icu_properties v2.1.2
8382026-07-01T15:17:58.840Z Downloaded recursive v0.1.1
8392026-07-01T15:17:58.840Z Downloaded rand_xorshift v0.4.0
8402026-07-01T15:17:58.841Z Downloaded icu_normalizer_data v2.1.1
8412026-07-01T15:17:58.841Z Downloaded diesel_derives v2.3.7
8422026-07-01T15:17:58.845Z Downloaded recursive-proc-macro-impl v0.1.1
8432026-07-01T15:17:58.850Z Downloaded derive_more-impl v2.1.1
8442026-07-01T15:17:58.855Z Downloaded parking_lot_core v0.9.12
8452026-07-01T15:17:58.855Z Downloaded progenitor-client v0.13.0
8462026-07-01T15:17:58.855Z Downloaded progenitor v0.13.0
8472026-07-01T15:17:58.855Z Downloaded progenitor-extras v0.2.0
8482026-07-01T15:17:58.860Z Downloaded progenitor v0.14.0
8492026-07-01T15:17:58.860Z Downloaded ref-cast-impl v1.0.25
8502026-07-01T15:17:58.860Z Downloaded ref-cast v1.0.25
8512026-07-01T15:17:58.860Z Downloaded russh-cryptovec v0.7.3
8522026-07-01T15:17:58.860Z Downloaded predicates v3.1.4
8532026-07-01T15:17:58.865Z Downloaded primeorder v0.13.6
8542026-07-01T15:17:58.865Z Downloaded rtoolbox v0.0.3
8552026-07-01T15:17:58.865Z Downloaded psm v0.1.30
8562026-07-01T15:17:58.870Z Downloaded proc-macro-error2 v2.0.1
8572026-07-01T15:17:58.870Z Downloaded predicates-tree v1.0.13
8582026-07-01T15:17:58.870Z Downloaded parking_lot v0.12.5
8592026-07-01T15:17:58.870Z Downloaded parking_lot v0.11.2
8602026-07-01T15:17:58.876Z Downloaded heapless v0.7.17
8612026-07-01T15:17:58.876Z Downloaded num-traits v0.2.19
8622026-07-01T15:17:58.881Z Downloaded rustc-hash v2.1.1
8632026-07-01T15:17:58.881Z Downloaded rustc_version v0.1.7
8642026-07-01T15:17:58.885Z Downloaded rustc_version v0.4.1
8652026-07-01T15:17:58.885Z Downloaded icu_locale_core v2.1.1
8662026-07-01T15:17:58.885Z Downloaded r2d2 v0.8.10
8672026-07-01T15:17:58.888Z Downloaded expectorate v1.2.0
8682026-07-01T15:17:58.889Z Downloaded rfc6979 v0.4.0
8692026-07-01T15:17:58.892Z Downloaded omicron-zone-package v0.12.3
8702026-07-01T15:17:58.897Z Downloaded phf v0.12.1
8712026-07-01T15:17:58.897Z Downloaded rand_seeder v0.4.0
8722026-07-01T15:17:58.898Z Downloaded rand_core v0.6.4
8732026-07-01T15:17:58.898Z Downloaded rand_chacha v0.9.0
8742026-07-01T15:17:58.903Z Downloaded rand_core v0.9.5
8752026-07-01T15:17:58.904Z Downloaded sapling-renderdag v0.1.0
8762026-07-01T15:17:58.904Z Downloaded same-file v1.0.6
8772026-07-01T15:17:58.904Z Downloaded pkcs1 v0.7.5
8782026-07-01T15:17:58.907Z Downloaded headers v0.4.1
8792026-07-01T15:17:58.907Z Downloaded hickory-resolver v0.24.4
8802026-07-01T15:17:58.911Z Downloaded miniz_oxide v0.8.9
8812026-07-01T15:17:58.916Z Downloaded rand_core v0.10.0
8822026-07-01T15:17:58.916Z Downloaded postgres-types v0.2.12
8832026-07-01T15:17:58.920Z Downloaded scopeguard v1.2.0
8842026-07-01T15:17:58.920Z Downloaded scheduled-thread-pool v0.2.7
8852026-07-01T15:17:58.924Z Downloaded salsa20 v0.10.2
8862026-07-01T15:17:58.924Z Downloaded scrypt v0.11.0
8872026-07-01T15:17:58.929Z Downloaded secrecy v0.10.3
8882026-07-01T15:17:58.929Z Downloaded postcard v1.1.3
8892026-07-01T15:17:58.929Z Downloaded serde-big-array v0.5.1
8902026-07-01T15:17:58.938Z Downloaded pkcs5 v0.7.1
8912026-07-01T15:17:58.938Z Downloaded secrecy v0.8.0
8922026-07-01T15:17:58.938Z Downloaded resolv-conf v0.7.6
8932026-07-01T15:17:58.938Z Downloaded serde_bytes v0.11.19
8942026-07-01T15:17:58.942Z Downloaded hickory-resolver v0.25.2
8952026-07-01T15:17:58.942Z Downloaded semver v0.1.20
8962026-07-01T15:17:58.942Z Downloaded scroll_derive v0.13.1
8972026-07-01T15:17:58.942Z Downloaded seq-macro v0.3.6
8982026-07-01T15:17:58.942Z Downloaded jiff-static v0.2.21
8992026-07-01T15:17:58.948Z Downloaded crossterm v0.29.0
9002026-07-01T15:17:58.956Z Downloaded aes v0.8.4
9012026-07-01T15:17:58.961Z Downloaded serde_repr v0.1.20
9022026-07-01T15:17:58.964Z Downloaded icu_collections v2.1.1
9032026-07-01T15:17:58.968Z Downloaded aho-corasick v1.1.4
9042026-07-01T15:17:58.972Z Downloaded quinn-udp v0.5.14
9052026-07-01T15:17:58.975Z Downloaded sha1 v0.10.6
9062026-07-01T15:17:58.977Z Downloaded shell-words v1.1.1
9072026-07-01T15:17:58.977Z Downloaded rustls-pemfile v2.2.0
9082026-07-01T15:17:58.981Z Downloaded serde_urlencoded v0.7.1
9092026-07-01T15:17:58.981Z Downloaded signal-hook-mio v0.2.5
9102026-07-01T15:17:58.981Z Downloaded serde_spanned v1.1.1
9112026-07-01T15:17:58.981Z Downloaded rustversion v1.0.22
9122026-07-01T15:17:58.984Z Downloaded signal-hook-tokio v0.3.1
9132026-07-01T15:17:58.984Z Downloaded sha1 v0.11.0
9142026-07-01T15:17:58.988Z Downloaded bitvec v1.0.1
9152026-07-01T15:17:58.993Z Downloaded prefix-trie v0.7.0
9162026-07-01T15:17:58.997Z Downloaded sigpipe v0.1.3
9172026-07-01T15:17:58.997Z Downloaded openssl-sys v0.9.115
9182026-07-01T15:17:59.002Z Downloaded oso v0.27.3
9192026-07-01T15:17:59.005Z Downloaded slog-envlogger v2.2.0
9202026-07-01T15:17:59.005Z Downloaded siphasher v1.0.2
9212026-07-01T15:17:59.005Z Downloaded papergrid v0.17.0
9222026-07-01T15:17:59.009Z Downloaded hashbrown v0.13.2
9232026-07-01T15:17:59.012Z Downloaded serde_plain v1.0.2
9242026-07-01T15:17:59.012Z Downloaded serde_path_to_error v0.1.20
9252026-07-01T15:17:59.018Z Downloaded serde_derive_internals v0.29.1
9262026-07-01T15:17:59.018Z Downloaded serde-hex v0.1.0
9272026-07-01T15:17:59.018Z Downloaded sec1 v0.7.3
9282026-07-01T15:17:59.018Z Downloaded signature v2.2.0
9292026-07-01T15:17:59.023Z Downloaded rusty-fork v0.3.1
9302026-07-01T15:17:59.023Z Downloaded p256 v0.13.2
9312026-07-01T15:17:59.024Z Downloaded schemars_derive v0.8.22
9322026-07-01T15:17:59.027Z Downloaded sqlparser_derive v0.5.0
9332026-07-01T15:17:59.034Z Downloaded progenitor-impl v0.13.0
9342026-07-01T15:17:59.038Z Downloaded rustls-native-certs v0.8.3
9352026-07-01T15:17:59.038Z Downloaded stable_deref_trait v1.2.1
9362026-07-01T15:17:59.045Z Downloaded hashbrown v0.12.3
9372026-07-01T15:17:59.052Z Downloaded structmeta v0.3.0
9382026-07-01T15:17:59.057Z Downloaded pin-project v1.1.11
9392026-07-01T15:17:59.064Z Downloaded strsim v0.10.0
9402026-07-01T15:17:59.068Z Downloaded slab v0.4.12
9412026-07-01T15:17:59.068Z Downloaded shlex v1.3.0
9422026-07-01T15:17:59.068Z Downloaded strum v0.26.3
9432026-07-01T15:17:59.068Z Downloaded slog-bunyan v2.5.0
9442026-07-01T15:17:59.072Z Downloaded rustls-pki-types v1.14.0
9452026-07-01T15:17:59.072Z Downloaded dropshot-api-manager v0.7.2
9462026-07-01T15:17:59.076Z Downloaded simd-adler32 v0.3.8
9472026-07-01T15:17:59.076Z Downloaded signal-hook-registry v1.4.8
9482026-07-01T15:17:59.079Z Downloaded serde_with_macros v1.5.2
9492026-07-01T15:17:59.079Z Downloaded structmeta-derive v0.3.0
9502026-07-01T15:17:59.079Z Downloaded strip-ansi-escapes v0.2.1
9512026-07-01T15:17:59.081Z Downloaded slog-async v2.8.0
9522026-07-01T15:17:59.085Z Downloaded russh-keys v0.45.0
9532026-07-01T15:17:59.085Z Downloaded ssh-encoding v0.2.0
9542026-07-01T15:17:59.085Z Downloaded strum v0.27.2
9552026-07-01T15:17:59.085Z Downloaded ssh-cipher v0.2.0
9562026-07-01T15:17:59.089Z Downloaded hyper-util v0.1.20
9572026-07-01T15:17:59.089Z Downloaded slog-dtrace v0.3.0
9582026-07-01T15:17:59.092Z Downloaded sync_wrapper v1.0.2
9592026-07-01T15:17:59.092Z Downloaded smf v0.2.3
9602026-07-01T15:17:59.093Z Downloaded smallvec v0.6.14
9612026-07-01T15:17:59.096Z Downloaded tabled_derive v0.11.0
9622026-07-01T15:17:59.096Z Downloaded subtle v2.6.1
9632026-07-01T15:17:59.096Z Downloaded slog-json v2.6.1
9642026-07-01T15:17:59.096Z Downloaded slog-stdlog v4.1.1
9652026-07-01T15:17:59.154Z Downloaded slog-scope v4.4.1
9662026-07-01T15:17:59.154Z Downloaded prettyplease v0.2.37
9672026-07-01T15:17:59.154Z Downloaded sync-ptr v0.1.4
9682026-07-01T15:17:59.154Z Downloaded supports-color v3.0.2
9692026-07-01T15:17:59.154Z Downloaded http v1.4.2
9702026-07-01T15:17:59.154Z Downloaded scroll v0.13.0
9712026-07-01T15:17:59.154Z Downloaded itertools v0.10.5
9722026-07-01T15:17:59.154Z Downloaded tagptr v0.2.0
9732026-07-01T15:17:59.154Z Downloaded hickory-server v0.25.2
9742026-07-01T15:17:59.154Z Downloaded termtree v0.5.1
9752026-07-01T15:17:59.154Z Downloaded spki v0.7.3
9762026-07-01T15:17:59.155Z Downloaded snafu-derive v0.8.9
9772026-07-01T15:17:59.155Z Downloaded thread-id v5.1.0
9782026-07-01T15:17:59.155Z Downloaded tap v1.0.1
9792026-07-01T15:17:59.155Z Downloaded progenitor-impl v0.14.0
9802026-07-01T15:17:59.155Z Downloaded take_mut v0.2.2
9812026-07-01T15:17:59.155Z Downloaded tabwriter v1.4.1
9822026-07-01T15:17:59.155Z Downloaded serde_with_macros v3.17.0
9832026-07-01T15:17:59.155Z Downloaded sqlformat v0.3.5
9842026-07-01T15:17:59.155Z Downloaded static_assertions v1.1.0
9852026-07-01T15:17:59.155Z Downloaded testing_table v0.3.0
9862026-07-01T15:17:59.155Z Downloaded time-core v0.1.8
9872026-07-01T15:17:59.157Z Downloaded thiserror-impl-no-std v2.0.2
9882026-07-01T15:17:59.166Z Downloaded tinyvec_macros v0.1.1
9892026-07-01T15:17:59.166Z Downloaded minimal-lexical v0.2.1
9902026-07-01T15:17:59.166Z Downloaded pretty_assertions v1.4.1
9912026-07-01T15:17:59.166Z Downloaded strum_macros v0.27.2
9922026-07-01T15:17:59.166Z Downloaded rustls-platform-verifier v0.6.2
9932026-07-01T15:17:59.167Z Downloaded tokio-macros v2.7.0
9942026-07-01T15:17:59.167Z Downloaded string_cache v0.8.9
9952026-07-01T15:17:59.167Z Downloaded stringprep v0.1.5
9962026-07-01T15:17:59.173Z Downloaded support-bundle-viewer v0.1.2
9972026-07-01T15:17:59.173Z Downloaded serde_cbor v0.11.2
9982026-07-01T15:17:59.173Z Downloaded ron v0.8.1
9992026-07-01T15:17:59.173Z Downloaded strum_macros v0.24.3
10002026-07-01T15:17:59.173Z Downloaded schemars v0.8.22
10012026-07-01T15:17:59.177Z Downloaded mio v1.2.0
10022026-07-01T15:17:59.181Z Downloaded num-bigint v0.4.6
10032026-07-01T15:17:59.184Z Downloaded nom v7.1.3
10042026-07-01T15:17:59.188Z Downloaded slog-term v2.9.2
10052026-07-01T15:17:59.188Z Downloaded ryu v1.0.23
10062026-07-01T15:17:59.198Z Downloaded synstructure v0.13.2
10072026-07-01T15:17:59.198Z Downloaded hashbrown v0.15.5
10082026-07-01T15:17:59.207Z Downloaded tokio-test v0.4.5
10092026-07-01T15:17:59.208Z Downloaded termios v0.3.3
10102026-07-01T15:17:59.208Z Downloaded rcgen v0.12.1
10112026-07-01T15:17:59.208Z Downloaded tower-service v0.3.3
10122026-07-01T15:17:59.208Z Downloaded smallvec v1.15.1
10132026-07-01T15:17:59.212Z Downloaded tower-layer v0.3.3
10142026-07-01T15:17:59.212Z Downloaded spin v0.9.8
10152026-07-01T15:17:59.217Z Downloaded thread_local v1.1.9
10162026-07-01T15:17:59.220Z Downloaded try-lock v0.2.5
10172026-07-01T15:17:59.221Z Downloaded topological-sort v0.2.2
10182026-07-01T15:17:59.221Z Downloaded serde_yaml v0.9.34+deprecated
10192026-07-01T15:17:59.221Z Downloaded thiserror-no-std v2.0.2
10202026-07-01T15:17:59.226Z Downloaded tinystr v0.8.2
10212026-07-01T15:17:59.226Z Downloaded tls_codec_derive v0.4.2
10222026-07-01T15:17:59.231Z Downloaded stacker v0.1.23
10232026-07-01T15:17:59.231Z Downloaded quinn v0.11.9
10242026-07-01T15:17:59.231Z Downloaded idna v1.1.0
10252026-07-01T15:17:59.235Z Downloaded tiny-keccak v2.0.2
10262026-07-01T15:17:59.235Z Downloaded rayon-core v1.13.0
10272026-07-01T15:17:59.238Z Downloaded unicode-xid v0.2.6
10282026-07-01T15:17:59.238Z Downloaded unarray v0.1.4
10292026-07-01T15:17:59.239Z Downloaded typify-macro v0.6.2
10302026-07-01T15:17:59.239Z Downloaded tokio-dtrace v0.1.1
10312026-07-01T15:17:59.243Z Downloaded tls_codec v0.4.2
10322026-07-01T15:17:59.243Z Downloaded time-macros v0.2.27
10332026-07-01T15:17:59.243Z Downloaded slog v2.8.2
10342026-07-01T15:17:59.247Z Downloaded rand v0.8.6
10352026-07-01T15:17:59.251Z Downloaded signal-hook v0.3.18
10362026-07-01T15:17:59.251Z Downloaded hashbrown v0.16.1
10372026-07-01T15:17:59.255Z Downloaded untrusted v0.9.0
10382026-07-01T15:17:59.255Z Downloaded unicode-truncate v1.1.0
10392026-07-01T15:17:59.255Z Downloaded unit-prefix v0.5.2
10402026-07-01T15:17:59.260Z Downloaded universal-hash v0.5.1
10412026-07-01T15:17:59.260Z Downloaded untrusted v0.7.1
10422026-07-01T15:17:59.260Z Downloaded usdt-macro v0.6.0
10432026-07-01T15:17:59.260Z Downloaded usdt v0.6.0
10442026-07-01T15:17:59.260Z Downloaded iri-string v0.7.10
10452026-07-01T15:17:59.264Z Downloaded tokio-native-tls v0.3.1
10462026-07-01T15:17:59.264Z Downloaded strum_macros v0.26.4
10472026-07-01T15:17:59.267Z Downloaded rsa v0.9.10
10482026-07-01T15:17:59.271Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10492026-07-01T15:17:59.271Z Downloaded term v1.2.1
10502026-07-01T15:17:59.276Z Downloaded utf-8 v0.7.6
10512026-07-01T15:17:59.276Z Downloaded usdt-attr-macro v0.6.0
10522026-07-01T15:17:59.276Z Downloaded qorb v0.4.1
10532026-07-01T15:17:59.276Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10542026-07-01T15:17:59.280Z Downloaded tokio-tungstenite v0.21.0
10552026-07-01T15:17:59.285Z Downloaded libxml v0.3.3
10562026-07-01T15:17:59.295Z Downloaded toml_writer v1.1.1+spec-1.1.0
10572026-07-01T15:17:59.301Z Downloaded hyper v1.10.1
10582026-07-01T15:17:59.306Z Downloaded futures-util v0.3.32
10592026-07-01T15:17:59.310Z Downloaded want v0.3.1
10602026-07-01T15:17:59.310Z Downloaded rustls-webpki v0.103.9
10612026-07-01T15:17:59.314Z Downloaded tui-tree-widget v0.23.1
10622026-07-01T15:17:59.314Z Downloaded trait-variant v0.1.2
10632026-07-01T15:17:59.314Z Downloaded publicsuffix v2.3.0
10642026-07-01T15:17:59.324Z Downloaded void v1.0.2
10652026-07-01T15:17:59.328Z Downloaded rand v0.9.2
10662026-07-01T15:17:59.328Z Downloaded waitgroup v0.1.2
10672026-07-01T15:17:59.331Z Downloaded wait-timeout v0.2.1
10682026-07-01T15:17:59.332Z Downloaded subprocess v0.2.15
10692026-07-01T15:17:59.338Z Downloaded schemars v0.9.0
10702026-07-01T15:17:59.342Z Downloaded similar v2.7.0
10712026-07-01T15:17:59.345Z Downloaded unicase v2.9.0
10722026-07-01T15:17:59.345Z Downloaded tokio-rustls v0.26.4
10732026-07-01T15:17:59.349Z Downloaded itertools v0.12.1
10742026-07-01T15:17:59.353Z Downloaded xattr v1.6.1
10752026-07-01T15:17:59.358Z Downloaded zerofrom v0.1.6
10762026-07-01T15:17:59.358Z Downloaded utf8_iter v1.0.4
10772026-07-01T15:17:59.358Z Downloaded xshell-macros v0.2.7
10782026-07-01T15:17:59.358Z Downloaded schemars v1.2.1
10792026-07-01T15:17:59.363Z Downloaded zerofrom-derive v0.1.6
10802026-07-01T15:17:59.367Z Downloaded itertools v0.13.0
10812026-07-01T15:17:59.373Z Downloaded vergen-git2 v9.1.0
10822026-07-01T15:17:59.373Z Downloaded term v0.7.0
10832026-07-01T15:17:59.377Z Downloaded snafu v0.8.9
10842026-07-01T15:17:59.381Z Downloaded rand v0.10.0
10852026-07-01T15:17:59.381Z Downloaded tokio-tungstenite v0.23.1
10862026-07-01T15:17:59.385Z Downloaded walkdir v2.5.0
10872026-07-01T15:17:59.385Z Downloaded zeroize_derive v1.4.3
10882026-07-01T15:17:59.385Z Downloaded vergen-lib v9.1.0
10892026-07-01T15:17:59.388Z Downloaded vergen-gitcl v1.0.8
10902026-07-01T15:17:59.388Z Downloaded uzers v0.12.2
10912026-07-01T15:17:59.388Z Downloaded zone_cfg_derive v0.3.1
10922026-07-01T15:17:59.392Z Downloaded zone v0.3.1
10932026-07-01T15:17:59.392Z Downloaded icu_properties_data v2.1.2
10942026-07-01T15:17:59.396Z Downloaded hkdf v0.12.4
10952026-07-01T15:17:59.399Z Downloaded usdt-impl v0.6.0
10962026-07-01T15:17:59.399Z Downloaded whoami v2.1.0
10972026-07-01T15:17:59.403Z Downloaded tracing-attributes v0.1.31
10982026-07-01T15:17:59.403Z Downloaded toml_parser v1.1.2+spec-1.1.0
10992026-07-01T15:17:59.406Z Downloaded tokio-stream v0.1.18
11002026-07-01T15:17:59.409Z Downloaded test-strategy v0.4.5
11012026-07-01T15:17:59.410Z Downloaded socket2 v0.6.3
11022026-07-01T15:17:59.414Z Downloaded wyz v0.5.1
11032026-07-01T15:17:59.414Z Downloaded twox-hash v2.1.2
11042026-07-01T15:17:59.418Z Downloaded vergen-lib v0.1.6
11052026-07-01T15:17:59.418Z Downloaded socket2 v0.5.10
11062026-07-01T15:17:59.418Z Downloaded h2 v0.4.15
11072026-07-01T15:17:59.423Z Downloaded russh v0.45.0
11082026-07-01T15:17:59.427Z Downloaded whoami v1.6.1
11092026-07-01T15:17:59.427Z Downloaded xshell v0.2.7
11102026-07-01T15:17:59.427Z Downloaded unicode-properties v0.1.4
11112026-07-01T15:17:59.430Z Downloaded p521 v0.13.3
11122026-07-01T15:17:59.430Z Downloaded yoke-derive v0.8.1
11132026-07-01T15:17:59.434Z Downloaded aws-lc-rs v1.16.3
11142026-07-01T15:17:59.440Z Downloaded nom v8.0.0
11152026-07-01T15:17:59.444Z Downloaded yoke v0.8.1
11162026-07-01T15:17:59.444Z Downloaded tar v0.4.45
11172026-07-01T15:17:59.444Z Downloaded vergen v9.1.0
11182026-07-01T15:17:59.448Z Downloaded toml v1.1.2+spec-1.1.0
11192026-07-01T15:17:59.451Z Downloaded num-bigint-dig v0.8.6
11202026-07-01T15:17:59.455Z Downloaded toml v0.7.8
11212026-07-01T15:17:59.455Z Downloaded libm v0.2.16
11222026-07-01T15:17:59.460Z Downloaded zstd-safe v7.2.4
11232026-07-01T15:17:59.464Z Downloaded steno v0.4.1
11242026-07-01T15:17:59.467Z Downloaded zerovec-derive v0.11.2
11252026-07-01T15:17:59.467Z Downloaded writeable v0.6.2
11262026-07-01T15:17:59.467Z Downloaded tinyvec v1.10.0
11272026-07-01T15:17:59.471Z Downloaded itertools v0.14.0
11282026-07-01T15:17:59.474Z Downloaded tracing-core v0.1.36
11292026-07-01T15:17:59.474Z Downloaded samael v0.0.19
11302026-07-01T15:17:59.478Z Downloaded vsss-rs v3.3.4
11312026-07-01T15:17:59.484Z Downloaded typify v0.6.2
11322026-07-01T15:17:59.487Z Downloaded tungstenite v0.23.0
11332026-07-01T15:17:59.487Z Downloaded iddqd v0.4.2
11342026-07-01T15:17:59.493Z Downloaded rustyline v14.0.0
11352026-07-01T15:17:59.499Z Downloaded unsafe-libyaml v0.2.11
11362026-07-01T15:17:59.503Z Downloaded rpassword v7.4.0
11372026-07-01T15:17:59.503Z Downloaded zeroize v1.8.2
11382026-07-01T15:17:59.503Z Downloaded yasna v0.5.2
11392026-07-01T15:17:59.508Z Downloaded toml_edit v0.23.10+spec-1.0.0
11402026-07-01T15:17:59.508Z Downloaded zerocopy v0.6.6
11412026-07-01T15:17:59.516Z Downloaded vte v0.14.1
11422026-07-01T15:17:59.519Z Downloaded uuid v1.23.4
11432026-07-01T15:17:59.524Z Downloaded tungstenite v0.21.0
11442026-07-01T15:17:59.532Z Downloaded reedline v0.40.0
11452026-07-01T15:17:59.538Z Downloaded unicode-bidi v0.3.18
11462026-07-01T15:17:59.541Z Downloaded tokio-postgres v0.7.16
11472026-07-01T15:17:59.545Z Downloaded blake3 v1.8.5
11482026-07-01T15:17:59.556Z Downloaded bindgen v0.71.1
11492026-07-01T15:17:59.562Z Downloaded zopfli v0.8.3
11502026-07-01T15:17:59.572Z Downloaded serde_with v1.14.0
11512026-07-01T15:17:59.577Z Downloaded ssh-key v0.6.7
11522026-07-01T15:17:59.581Z Downloaded git2 v0.20.4
11532026-07-01T15:17:59.585Z Downloaded url v2.5.8
11542026-07-01T15:17:59.588Z Downloaded regex v1.12.3
11552026-07-01T15:17:59.599Z Downloaded unicode_categories v0.1.1
11562026-07-01T15:17:59.612Z Downloaded p384 v0.13.1
11572026-07-01T15:17:59.616Z Downloaded zerotrie v0.2.3
11582026-07-01T15:17:59.616Z Downloaded toml_edit v0.19.15
11592026-07-01T15:17:59.625Z Downloaded zstd v0.13.3
11602026-07-01T15:17:59.629Z Downloaded zip v0.6.6
11612026-07-01T15:17:59.629Z Downloaded zerocopy-derive v0.8.40
11622026-07-01T15:17:59.634Z Downloaded tower v0.5.3
11632026-07-01T15:17:59.639Z Downloaded chrono v0.4.44
11642026-07-01T15:17:59.643Z Downloaded typed-path v0.9.3
11652026-07-01T15:17:59.648Z Downloaded yansi v1.0.1
11662026-07-01T15:17:59.651Z Downloaded moka v0.12.13
11672026-07-01T15:17:59.655Z Downloaded x509-cert v0.2.5
11682026-07-01T15:17:59.658Z Downloaded rayon v1.11.0
11692026-07-01T15:17:59.665Z Downloaded reqwest v0.12.28
11702026-07-01T15:17:59.672Z Downloaded reqwest v0.13.2
11712026-07-01T15:17:59.676Z Downloaded goblin v0.10.5
11722026-07-01T15:17:59.681Z Downloaded quick-xml v0.37.5
11732026-07-01T15:17:59.685Z Downloaded tokio-util v0.7.18
11742026-07-01T15:17:59.689Z Downloaded tower-http v0.6.8
11752026-07-01T15:17:59.693Z Downloaded tough v0.22.0
11762026-07-01T15:17:59.703Z Downloaded salty v0.3.0
11772026-07-01T15:17:59.706Z Downloaded curve25519-dalek v4.1.3
11782026-07-01T15:17:59.710Z Downloaded lalrpop v0.19.12
11792026-07-01T15:17:59.718Z Downloaded petname v2.0.2
11802026-07-01T15:17:59.722Z Downloaded zerovec v0.11.5
11812026-07-01T15:17:59.726Z Downloaded unicode-segmentation v1.12.0
11822026-07-01T15:17:59.730Z Downloaded unicode-normalization v0.1.25
11832026-07-01T15:17:59.735Z Downloaded portable-atomic v1.13.1
11842026-07-01T15:17:59.742Z Downloaded serde_with v3.17.0
11852026-07-01T15:17:59.750Z Downloaded zip v4.6.1
11862026-07-01T15:17:59.755Z Downloaded radix_trie v0.2.1
11872026-07-01T15:17:59.762Z Downloaded nix v0.27.1
11882026-07-01T15:17:59.774Z Downloaded proptest v1.10.0
11892026-07-01T15:17:59.782Z Downloaded polar-core v0.27.3
11902026-07-01T15:17:59.787Z Downloaded object v0.30.4
11912026-07-01T15:17:59.799Z Downloaded openssl v0.10.79
11922026-07-01T15:17:59.809Z Downloaded time v0.3.47
11932026-07-01T15:17:59.816Z Downloaded quinn-proto v0.11.13
11942026-07-01T15:17:59.820Z Downloaded dropshot v0.17.1
11952026-07-01T15:17:59.841Z Downloaded hickory-proto v0.24.4
11962026-07-01T15:17:59.853Z Downloaded winnow v0.5.40
11972026-07-01T15:17:59.857Z Downloaded winnow v0.6.26
11982026-07-01T15:17:59.864Z Downloaded zerocopy v0.8.40
11992026-07-01T15:17:59.882Z Downloaded smoltcp v0.11.0
12002026-07-01T15:17:59.890Z Downloaded diesel v2.3.7
12012026-07-01T15:17:59.902Z Downloaded tabled v0.20.0
12022026-07-01T15:17:59.913Z Downloaded rustls v0.23.41
12032026-07-01T15:17:59.954Z Downloaded winnow v1.0.3
12042026-07-01T15:17:59.973Z Downloaded smoltcp v0.9.1
12052026-07-01T15:17:59.973Z Downloaded regex-syntax v0.6.29
12062026-07-01T15:17:59.973Z Downloaded vcpkg v0.2.15
12072026-07-01T15:17:59.982Z Downloaded zlib-rs v0.6.2
12082026-07-01T15:17:59.983Z Downloaded nix v0.31.2
12092026-07-01T15:17:59.987Z Downloaded object v0.37.3
12102026-07-01T15:17:59.994Z Downloaded bstr v1.12.1
12112026-07-01T15:17:59.998Z Downloaded typify-impl v0.6.2
12122026-07-01T15:18:00.006Z Downloaded nix v0.28.0
12132026-07-01T15:18:00.011Z Downloaded rustix v0.38.44
12142026-07-01T15:18:00.019Z Downloaded tracing v0.1.44
12152026-07-01T15:18:00.028Z Downloaded hickory-proto v0.25.2
12162026-07-01T15:18:00.037Z Downloaded regress v0.11.1
12172026-07-01T15:18:00.042Z Downloaded openapiv3 v2.2.0
12182026-07-01T15:18:00.047Z Downloaded regress v0.10.5
12192026-07-01T15:18:00.052Z Downloaded regex-syntax v0.8.10
12202026-07-01T15:18:00.057Z Downloaded zerocopy-derive v0.6.6
12212026-07-01T15:18:00.100Z Downloaded libz-sys v1.1.24
12222026-07-01T15:18:00.114Z Downloaded csv v1.4.0
12232026-07-01T15:18:00.131Z Downloaded tokio v1.52.1
12242026-07-01T15:18:00.155Z Downloaded sqlparser v0.61.0
12252026-07-01T15:18:00.169Z Downloaded encoding_rs v0.8.35
12262026-07-01T15:18:00.197Z Downloaded sled v0.34.7
12272026-07-01T15:18:00.205Z Downloaded bzip2-sys v0.1.13+1.0.8
12282026-07-01T15:18:00.222Z Downloaded ratatui v0.29.0
12292026-07-01T15:18:00.313Z Downloaded regex-automata v0.4.14
12302026-07-01T15:18:00.324Z Downloaded petgraph v0.6.5
12312026-07-01T15:18:00.343Z Downloaded chrono-tz v0.10.4
12322026-07-01T15:18:00.356Z Downloaded jiff v0.2.21
12332026-07-01T15:18:00.397Z Downloaded petgraph v0.8.3
12342026-07-01T15:18:00.432Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12352026-07-01T15:18:00.440Z Downloaded sha3 v0.10.8
12362026-07-01T15:18:00.601Z Downloaded ring v0.17.14
12372026-07-01T15:18:00.640Z Downloaded libgit2-sys v0.18.3+1.9.2
12382026-07-01T15:18:01.215Z Downloaded aws-lc-sys v0.40.0
12392026-07-01T15:18:01.492Z Compiling libc v0.2.185
12402026-07-01T15:18:01.492Z Compiling serde_core v1.0.228
12412026-07-01T15:18:01.492Z Compiling serde v1.0.228
12422026-07-01T15:18:01.502Z Compiling log v0.4.29
12432026-07-01T15:18:01.502Z Compiling smallvec v1.15.1
12442026-07-01T15:18:01.504Z Compiling shlex v1.3.0
12452026-07-01T15:18:01.504Z Compiling find-msvc-tools v0.1.9
12462026-07-01T15:18:01.504Z Compiling typenum v1.19.0
12472026-07-01T15:18:01.504Z Compiling subtle v2.6.1
12482026-07-01T15:18:01.624Z Compiling generic-array v0.14.7
12492026-07-01T15:18:01.636Z Compiling scopeguard v1.2.0
12502026-07-01T15:18:01.640Z Compiling stable_deref_trait v1.2.1
12512026-07-01T15:18:01.640Z Compiling const-oid v0.9.6
12522026-07-01T15:18:01.708Z Compiling serde_json v1.0.150
12532026-07-01T15:18:01.733Z Compiling syn v2.0.117
12542026-07-01T15:18:01.745Z Compiling portable-atomic v1.13.1
12552026-07-01T15:18:01.781Z Compiling zerocopy v0.8.40
12562026-07-01T15:18:01.822Z Compiling lock_api v0.4.14
12572026-07-01T15:18:01.835Z Compiling pin-project-lite v0.2.17
12582026-07-01T15:18:01.848Z Compiling parking_lot_core v0.9.12
12592026-07-01T15:18:01.862Z Compiling critical-section v1.2.0
12602026-07-01T15:18:01.865Z Compiling pkg-config v0.3.32
12612026-07-01T15:18:01.949Z Compiling futures-core v0.3.32
12622026-07-01T15:18:01.953Z Compiling libm v0.2.16
12632026-07-01T15:18:01.991Z Compiling num-traits v0.2.19
12642026-07-01T15:18:02.017Z Compiling litemap v0.8.1
12652026-07-01T15:18:02.032Z Compiling percent-encoding v2.3.2
12662026-07-01T15:18:02.087Z Compiling writeable v0.6.2
12672026-07-01T15:18:02.091Z Compiling icu_normalizer_data v2.1.1
12682026-07-01T15:18:02.128Z Compiling icu_properties_data v2.1.2
12692026-07-01T15:18:02.182Z Compiling futures-sink v0.3.32
12702026-07-01T15:18:02.258Z Compiling getrandom v0.4.1
12712026-07-01T15:18:02.262Z Compiling rand_core v0.10.0
12722026-07-01T15:18:02.300Z Compiling futures-channel v0.3.32
12732026-07-01T15:18:02.304Z Compiling slab v0.4.12
12742026-07-01T15:18:02.304Z Compiling cpufeatures v0.2.17
12752026-07-01T15:18:02.425Z Compiling futures-io v0.3.32
12762026-07-01T15:18:02.452Z Compiling futures-task v0.3.32
12772026-07-01T15:18:02.469Z Compiling utf8_iter v1.0.4
12782026-07-01T15:18:02.483Z Compiling getrandom v0.3.4
12792026-07-01T15:18:02.497Z Compiling rustversion v1.0.22
12802026-07-01T15:18:02.535Z Compiling form_urlencoded v1.2.2
12812026-07-01T15:18:02.550Z Compiling rustix v1.1.3
12822026-07-01T15:18:02.570Z Compiling ident_case v1.0.1
12832026-07-01T15:18:02.587Z Compiling fs_extra v1.3.0
12842026-07-01T15:18:02.605Z Compiling jobserver v0.1.34
12852026-07-01T15:18:02.629Z Compiling getrandom v0.2.17
12862026-07-01T15:18:02.644Z Compiling errno v0.3.14
12872026-07-01T15:18:02.689Z Compiling mio v1.2.0
12882026-07-01T15:18:02.711Z Compiling socket2 v0.6.3
12892026-07-01T15:18:02.758Z Compiling signal-hook-registry v1.4.8
12902026-07-01T15:18:02.834Z Compiling rand_core v0.6.4
12912026-07-01T15:18:02.907Z Compiling cc v1.2.56
12922026-07-01T15:18:02.921Z Compiling once_cell v1.21.3
12932026-07-01T15:18:02.925Z Compiling parking_lot v0.12.5
12942026-07-01T15:18:02.993Z Compiling base64ct v1.8.3
12952026-07-01T15:18:03.007Z Compiling dunce v1.0.5
12962026-07-01T15:18:03.075Z Compiling flagset v0.4.7
12972026-07-01T15:18:03.110Z Compiling iana-time-zone v0.1.65
12982026-07-01T15:18:03.125Z Compiling regex-syntax v0.8.10
12992026-07-01T15:18:03.151Z Compiling vcpkg v0.2.15
13002026-07-01T15:18:03.166Z Compiling tracing-core v0.1.36
13012026-07-01T15:18:03.181Z Compiling aws-lc-rs v1.16.3
13022026-07-01T15:18:03.215Z Compiling base64 v0.22.1
13032026-07-01T15:18:03.274Z Compiling pem-rfc7468 v0.7.0
13042026-07-01T15:18:03.297Z Compiling openssl-probe v0.2.1
13052026-07-01T15:18:03.312Z Compiling httparse v1.10.1
13062026-07-01T15:18:03.329Z Compiling tinyvec_macros v0.1.1
13072026-07-01T15:18:03.407Z Compiling rand_core v0.9.5
13082026-07-01T15:18:03.492Z Compiling tinyvec v1.10.0
13092026-07-01T15:18:03.505Z Compiling aho-corasick v1.1.4
13102026-07-01T15:18:03.518Z Compiling tower-service v0.3.3
13112026-07-01T15:18:03.538Z Compiling schemars v0.8.22
13122026-07-01T15:18:03.597Z Compiling try-lock v0.2.5
13132026-07-01T15:18:03.604Z Compiling dyn-clone v1.0.20
13142026-07-01T15:18:03.625Z Compiling untrusted v0.7.1
13152026-07-01T15:18:03.667Z Compiling cmake v0.1.57
13162026-07-01T15:18:03.698Z Compiling tower-layer v0.3.3
13172026-07-01T15:18:03.712Z Compiling atomic-waker v1.1.2
13182026-07-01T15:18:03.743Z Compiling want v0.3.1
13192026-07-01T15:18:03.743Z Compiling untrusted v0.9.0
13202026-07-01T15:18:03.769Z Compiling foreign-types-shared v0.1.1
13212026-07-01T15:18:03.834Z Compiling bitflags v2.11.0
13222026-07-01T15:18:03.854Z Compiling semver v1.0.28
13232026-07-01T15:18:03.859Z Compiling indexmap v2.14.0
13242026-07-01T15:18:03.882Z Compiling uuid v1.23.4
13252026-07-01T15:18:03.886Z Compiling rustls v0.23.41
13262026-07-01T15:18:03.898Z Compiling httpdate v1.0.3
13272026-07-01T15:18:03.910Z Compiling openssl v0.10.79
13282026-07-01T15:18:03.940Z Compiling foreign-types v0.3.2
13292026-07-01T15:18:04.017Z Compiling unicode-normalization v0.1.25
13302026-07-01T15:18:04.076Z Compiling spin v0.9.8
13312026-07-01T15:18:04.090Z Compiling rustc_version v0.4.1
13322026-07-01T15:18:04.102Z Compiling native-tls v0.2.18
13332026-07-01T15:18:04.116Z Compiling time-core v0.1.8
13342026-07-01T15:18:04.153Z Compiling powerfmt v0.2.0
13352026-07-01T15:18:04.204Z Compiling crc32fast v1.5.0
13362026-07-01T15:18:04.217Z Compiling num-conv v0.2.0
13372026-07-01T15:18:04.272Z Compiling wait-timeout v0.2.1
13382026-07-01T15:18:04.297Z Compiling deranged v0.5.8
13392026-07-01T15:18:04.339Z Compiling sync_wrapper v1.0.2
13402026-07-01T15:18:04.356Z Compiling time-macros v0.2.27
13412026-07-01T15:18:04.371Z Compiling num_threads v0.1.7
13422026-07-01T15:18:04.424Z Compiling simd-adler32 v0.3.8
13432026-07-01T15:18:04.458Z Compiling quick-error v1.2.3
13442026-07-01T15:18:04.480Z Compiling syn v1.0.109
13452026-07-01T15:18:04.493Z Compiling aws-lc-sys v0.40.0
13462026-07-01T15:18:04.509Z Compiling openssl-sys v0.9.115
13472026-07-01T15:18:04.523Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13482026-07-01T15:18:04.558Z Compiling bit-vec v0.8.0
13492026-07-01T15:18:04.575Z Compiling synstructure v0.13.2
13502026-07-01T15:18:04.590Z Compiling pest_generator v2.8.6
13512026-07-01T15:18:04.629Z Compiling serde_derive_internals v0.29.1
13522026-07-01T15:18:04.687Z Compiling regex-automata v0.4.14
13532026-07-01T15:18:04.813Z Compiling darling_core v0.20.11
13542026-07-01T15:18:04.828Z Compiling crossbeam-utils v0.8.21
13552026-07-01T15:18:05.021Z Compiling tempfile v3.25.0
13562026-07-01T15:18:05.168Z Compiling usdt-impl v0.6.0
13572026-07-01T15:18:05.220Z Compiling siphasher v1.0.2
13582026-07-01T15:18:05.292Z Compiling rusty-fork v0.3.1
13592026-07-01T15:18:05.350Z Compiling bit-set v0.8.0
13602026-07-01T15:18:05.365Z Compiling darling_core v0.21.3
13612026-07-01T15:18:05.421Z Compiling bzip2-sys v0.1.13+1.0.8
13622026-07-01T15:18:05.435Z Compiling heapless v0.7.17
13632026-07-01T15:18:05.470Z Compiling slog v2.8.2
13642026-07-01T15:18:05.530Z Compiling rand_xorshift v0.4.0
13652026-07-01T15:18:05.553Z Compiling time v0.3.47
13662026-07-01T15:18:05.572Z Compiling thread-id v5.1.0
13672026-07-01T15:18:05.585Z Compiling cookie v0.18.1
13682026-07-01T15:18:05.607Z Compiling allocator-api2 v0.2.21
13692026-07-01T15:18:05.638Z Compiling anyhow v1.0.102
13702026-07-01T15:18:05.668Z Compiling iri-string v0.7.10
13712026-07-01T15:18:05.702Z Compiling unicode-bidi v0.3.18
13722026-07-01T15:18:05.715Z Compiling paste v1.0.15
13732026-07-01T15:18:05.736Z Compiling adler2 v2.0.1
13742026-07-01T15:18:05.740Z Compiling unicode-properties v0.1.4
13752026-07-01T15:18:05.757Z Compiling zstd-safe v7.2.4
13762026-07-01T15:18:05.810Z Compiling ryu v1.0.23
13772026-07-01T15:18:05.879Z Compiling unarray v0.1.4
13782026-07-01T15:18:05.962Z Compiling signal-hook v0.3.18
13792026-07-01T15:18:05.975Z Compiling miniz_oxide v0.8.9
13802026-07-01T15:18:06.066Z Compiling stringprep v0.1.5
13812026-07-01T15:18:06.106Z Compiling camino v1.2.2
13822026-07-01T15:18:06.224Z Compiling curve25519-dalek v4.1.3
13832026-07-01T15:18:06.272Z Compiling num-integer v0.1.46
13842026-07-01T15:18:06.352Z Compiling serde_derive v1.0.228
13852026-07-01T15:18:06.505Z Compiling zeroize_derive v1.4.3
13862026-07-01T15:18:06.529Z Compiling zerofrom-derive v0.1.6
13872026-07-01T15:18:06.595Z Compiling yoke-derive v0.8.1
13882026-07-01T15:18:06.613Z Compiling zerocopy-derive v0.8.40
13892026-07-01T15:18:06.627Z Compiling zerovec-derive v0.11.2
13902026-07-01T15:18:06.705Z Compiling displaydoc v0.2.5
13912026-07-01T15:18:06.785Z Compiling tokio-macros v2.7.0
13922026-07-01T15:18:07.222Z Compiling futures-macro v0.3.32
13932026-07-01T15:18:07.225Z Compiling zeroize v1.8.2
13942026-07-01T15:18:07.251Z Compiling der_derive v0.7.3
13952026-07-01T15:18:07.256Z Compiling tracing-attributes v0.1.31
13962026-07-01T15:18:07.523Z Compiling thiserror-impl v2.0.18
13972026-07-01T15:18:07.577Z Compiling rustls-pki-types v1.14.0
13982026-07-01T15:18:07.815Z Compiling pest_derive v2.8.6
13992026-07-01T15:18:07.833Z Compiling schemars_derive v0.8.22
14002026-07-01T15:18:07.998Z Compiling crypto-common v0.1.7
14012026-07-01T15:18:08.024Z Compiling zerofrom v0.1.6
14022026-07-01T15:18:08.068Z Compiling block-buffer v0.10.4
14032026-07-01T15:18:08.072Z Compiling block-padding v0.3.3
14042026-07-01T15:18:08.108Z Compiling futures-util v0.3.32
14052026-07-01T15:18:08.170Z Compiling yoke v0.8.1
14062026-07-01T15:18:08.170Z Compiling scroll_derive v0.13.1
14072026-07-01T15:18:08.253Z Compiling digest v0.10.7
14082026-07-01T15:18:08.275Z Compiling inout v0.1.4
14092026-07-01T15:18:08.292Z Compiling der v0.7.10
14102026-07-01T15:18:08.322Z Compiling darling_macro v0.20.11
14112026-07-01T15:18:08.371Z Compiling zerovec v0.11.5
14122026-07-01T15:18:08.463Z Compiling zerotrie v0.2.3
14132026-07-01T15:18:08.522Z Compiling hmac v0.12.1
14142026-07-01T15:18:08.684Z Compiling sha2 v0.10.9
14152026-07-01T15:18:08.699Z Compiling cipher v0.4.4
14162026-07-01T15:18:08.777Z Compiling pbkdf2 v0.12.2
14172026-07-01T15:18:08.844Z Compiling tinystr v0.8.2
14182026-07-01T15:18:08.901Z Compiling potential_utf v0.1.4
14192026-07-01T15:18:08.917Z Compiling tracing v0.1.44
14202026-07-01T15:18:08.965Z Compiling salsa20 v0.10.2
14212026-07-01T15:18:08.988Z Compiling thiserror v2.0.18
14222026-07-01T15:18:08.991Z Compiling aes v0.8.4
14232026-07-01T15:18:09.029Z Compiling icu_locale_core v2.1.1
14242026-07-01T15:18:09.064Z Compiling icu_collections v2.1.1
14252026-07-01T15:18:09.085Z Compiling scrypt v0.11.0
14262026-07-01T15:18:09.104Z Compiling cbc v0.1.2
14272026-07-01T15:18:09.119Z Compiling scroll v0.13.0
14282026-07-01T15:18:09.166Z Compiling spki v0.7.3
14292026-07-01T15:18:09.213Z Compiling openssl-macros v0.1.1
14302026-07-01T15:18:09.270Z Compiling darling v0.20.11
14312026-07-01T15:18:09.363Z Compiling goblin v0.10.5
14322026-07-01T15:18:09.367Z Compiling derive_builder_core v0.20.2
14332026-07-01T15:18:09.392Z Compiling pkcs5 v0.7.1
14342026-07-01T15:18:09.412Z Compiling dtrace-parser v0.3.0
14352026-07-01T15:18:09.546Z Compiling signature v2.2.0
14362026-07-01T15:18:09.560Z Compiling scroll_derive v0.12.1
14372026-07-01T15:18:09.664Z Compiling icu_provider v2.1.1
14382026-07-01T15:18:09.752Z Compiling pkcs8 v0.10.2
14392026-07-01T15:18:09.889Z Compiling bytes v1.11.1
14402026-07-01T15:18:09.913Z Compiling chrono v0.4.44
14412026-07-01T15:18:10.028Z Compiling icu_properties v2.1.2
14422026-07-01T15:18:10.043Z Compiling icu_normalizer v2.1.1
14432026-07-01T15:18:10.107Z Compiling ipnet v2.11.0
14442026-07-01T15:18:10.148Z Compiling thiserror-impl v1.0.69
14452026-07-01T15:18:10.195Z Compiling toml_datetime v0.6.11
14462026-07-01T15:18:10.242Z Compiling serde_tokenstream v0.2.3
14472026-07-01T15:18:10.277Z Compiling derive_builder_macro v0.20.2
14482026-07-01T15:18:10.340Z Compiling scroll v0.12.0
14492026-07-01T15:18:10.466Z Compiling tokio v1.52.1
14502026-07-01T15:18:10.481Z Compiling http v1.4.2
14512026-07-01T15:18:10.578Z Compiling serde_spanned v0.6.9
14522026-07-01T15:18:10.602Z Compiling serde_urlencoded v0.7.1
14532026-07-01T15:18:10.619Z Compiling erased-serde v0.3.31
14542026-07-01T15:18:10.635Z Compiling md-5 v0.10.6
14552026-07-01T15:18:10.638Z Compiling darling_macro v0.21.3
14562026-07-01T15:18:10.747Z Compiling rustls-native-certs v0.8.3
14572026-07-01T15:18:10.795Z Compiling bstr v1.12.1
14582026-07-01T15:18:10.814Z Compiling zerocopy-derive v0.7.35
14592026-07-01T15:18:10.868Z Compiling pin-project-internal v1.1.11
14602026-07-01T15:18:11.074Z Compiling idna_adapter v1.2.1
14612026-07-01T15:18:11.156Z Compiling ppv-lite86 v0.2.21
14622026-07-01T15:18:11.171Z Compiling http-body v1.0.1
14632026-07-01T15:18:11.197Z Compiling idna v1.1.0
14642026-07-01T15:18:11.230Z Compiling async-trait v0.1.89
14652026-07-01T15:18:11.322Z Compiling http-body-util v0.1.3
14662026-07-01T15:18:11.341Z Compiling vergen-lib v9.1.0
14672026-07-01T15:18:11.368Z Compiling ff v0.13.1
14682026-07-01T15:18:11.454Z Compiling rand_chacha v0.9.0
14692026-07-01T15:18:11.487Z Compiling rand_chacha v0.3.1
14702026-07-01T15:18:11.505Z Compiling url v2.5.8
14712026-07-01T15:18:11.519Z Compiling thiserror v1.0.69
14722026-07-01T15:18:11.536Z Compiling hash32 v0.2.1
14732026-07-01T15:18:11.566Z Compiling memoffset v0.9.1
14742026-07-01T15:18:11.581Z Compiling encoding_rs v0.8.35
14752026-07-01T15:18:11.636Z Compiling zlib-rs v0.6.2
14762026-07-01T15:18:11.741Z Compiling rand v0.9.2
14772026-07-01T15:18:11.769Z Compiling base16ct v0.2.0
14782026-07-01T15:18:11.795Z Compiling num-bigint-dig v0.8.6
14792026-07-01T15:18:11.889Z Compiling psl-types v2.0.11
14802026-07-01T15:18:11.961Z Compiling smoltcp v0.9.1
14812026-07-01T15:18:12.039Z Compiling ref-cast v1.0.25
14822026-07-01T15:18:12.061Z Compiling fallible-iterator v0.2.0
14832026-07-01T15:18:12.177Z Compiling litrs v1.0.0
14842026-07-01T15:18:12.320Z Compiling dof v0.4.0
14852026-07-01T15:18:12.334Z Compiling proptest v1.10.0
14862026-07-01T15:18:12.338Z Compiling mime v0.3.17
14872026-07-01T15:18:12.338Z Compiling rustix v0.38.44
14882026-07-01T15:18:12.397Z Compiling cfg_aliases v0.2.1
14892026-07-01T15:18:12.481Z Compiling nix v0.31.2
14902026-07-01T15:18:12.617Z Compiling postgres-protocol v0.6.10
14912026-07-01T15:18:12.650Z Compiling pin-project v1.1.11
14922026-07-01T15:18:12.722Z Compiling document-features v0.2.12
14932026-07-01T15:18:12.776Z Compiling publicsuffix v2.3.0
14942026-07-01T15:18:12.798Z Compiling sec1 v0.7.3
14952026-07-01T15:18:12.844Z Compiling ipnetwork v0.21.1
14962026-07-01T15:18:12.958Z Compiling zerocopy v0.7.35
14972026-07-01T15:18:12.990Z Compiling rand v0.8.6
14982026-07-01T15:18:13.132Z Compiling oxnet v0.1.6
14992026-07-01T15:18:13.184Z Compiling group v0.13.0
15002026-07-01T15:18:13.197Z Compiling darling v0.21.3
15012026-07-01T15:18:13.292Z Compiling derive_builder v0.20.2
15022026-07-01T15:18:13.356Z Compiling goblin v0.8.2
15032026-07-01T15:18:13.372Z Compiling futures-executor v0.3.32
15042026-07-01T15:18:13.385Z Compiling hubpack_derive v0.1.1
15052026-07-01T15:18:13.434Z Compiling hex v0.4.3
15062026-07-01T15:18:13.491Z Compiling hkdf v0.12.4
15072026-07-01T15:18:13.510Z Compiling crypto-bigint v0.5.5
15082026-07-01T15:18:13.525Z Compiling regex v1.12.3
15092026-07-01T15:18:13.675Z Compiling num-iter v0.1.45
15102026-07-01T15:18:13.705Z Compiling ref-cast-impl v1.0.25
15112026-07-01T15:18:13.760Z Compiling snafu-derive v0.8.9
15122026-07-01T15:18:13.764Z Compiling curve25519-dalek-derive v0.1.1
15132026-07-01T15:18:13.767Z Compiling strum_macros v0.27.2
15142026-07-01T15:18:13.767Z Compiling daft-derive v0.1.7
15152026-07-01T15:18:13.971Z Compiling phf_shared v0.13.1
15162026-07-01T15:18:14.116Z Compiling terminal_size v0.4.3
15172026-07-01T15:18:14.156Z Compiling lazy_static v1.5.0
15182026-07-01T15:18:14.176Z Compiling anstyle-parse v0.2.7
15192026-07-01T15:18:14.231Z Compiling tokio-util v0.7.18
15202026-07-01T15:18:14.264Z Compiling tower v0.5.3
15212026-07-01T15:18:14.268Z Compiling tokio-native-tls v0.3.1
15222026-07-01T15:18:14.297Z Compiling cargo-platform v0.3.2
15232026-07-01T15:18:14.381Z Compiling vergen v9.1.0
15242026-07-01T15:18:14.436Z Compiling fs-err v3.3.0
15252026-07-01T15:18:14.450Z Compiling ahash v0.8.12
15262026-07-01T15:18:14.471Z Compiling bitflags v1.3.2
15272026-07-01T15:18:14.545Z Compiling flate2 v1.1.9
15282026-07-01T15:18:14.559Z Compiling foldhash v0.1.5
15292026-07-01T15:18:14.586Z Compiling unicode-segmentation v1.12.0
15302026-07-01T15:18:14.600Z Compiling object v0.37.3
15312026-07-01T15:18:14.668Z Compiling tower-http v0.6.8
15322026-07-01T15:18:14.698Z Compiling same-file v1.0.6
15332026-07-01T15:18:14.742Z Compiling newtype-uuid v1.3.2
15342026-07-01T15:18:14.763Z Compiling bumpalo v3.20.2
15352026-07-01T15:18:14.881Z Compiling managed v0.8.0
15362026-07-01T15:18:14.917Z Compiling winnow v0.5.40
15372026-07-01T15:18:14.994Z Compiling h2 v0.4.15
15382026-07-01T15:18:15.020Z Compiling foldhash v0.2.0
15392026-07-01T15:18:15.052Z Compiling libbz2-rs-sys v0.2.2
15402026-07-01T15:18:15.115Z Compiling zopfli v0.8.3
15412026-07-01T15:18:15.118Z Compiling daft v0.1.7
15422026-07-01T15:18:15.195Z Compiling hashbrown v0.16.1
15432026-07-01T15:18:15.259Z Compiling walkdir v2.5.0
15442026-07-01T15:18:15.401Z Compiling hashbrown v0.15.5
15452026-07-01T15:18:15.543Z Compiling bzip2 v0.6.1
15462026-07-01T15:18:15.610Z Compiling dof v0.3.0
15472026-07-01T15:18:15.660Z Compiling clap_builder v4.6.0
15482026-07-01T15:18:15.678Z Compiling snafu v0.8.9
15492026-07-01T15:18:15.771Z Compiling cargo_metadata v0.23.1
15502026-07-01T15:18:15.774Z Compiling elliptic-curve v0.13.8
15512026-07-01T15:18:15.806Z Compiling strum v0.27.2
15522026-07-01T15:18:15.836Z Compiling anstream v0.6.21
15532026-07-01T15:18:15.980Z Compiling phf v0.13.1
15542026-07-01T15:18:16.060Z Compiling signal-hook-mio v0.2.5
15552026-07-01T15:18:16.161Z Compiling hubpack v0.1.2
15562026-07-01T15:18:16.177Z Compiling cookie_store v0.22.1
15572026-07-01T15:18:16.200Z Compiling usdt-attr-macro v0.6.0
15582026-07-01T15:18:16.226Z Compiling usdt-macro v0.6.0
15592026-07-01T15:18:16.242Z Compiling bzip2 v0.4.4
15602026-07-01T15:18:16.360Z Compiling toml_edit v0.19.15
15612026-07-01T15:18:16.400Z Compiling futures v0.3.32
15622026-07-01T15:18:16.461Z Compiling serde_with_macros v3.17.0
15632026-07-01T15:18:16.474Z Compiling postgres-types v0.2.12
15642026-07-01T15:18:16.504Z Compiling zstd v0.13.3
15652026-07-01T15:18:16.787Z Compiling dtrace-parser v0.2.0
15662026-07-01T15:18:16.850Z Compiling globset v0.4.18
15672026-07-01T15:18:16.912Z Compiling ed25519 v2.2.3
15682026-07-01T15:18:17.049Z Compiling pkcs1 v0.7.5
15692026-07-01T15:18:17.074Z Compiling serde-big-array v0.5.1
15702026-07-01T15:18:17.074Z Compiling serde_plain v1.0.2
15712026-07-01T15:18:17.180Z Compiling olpc-cjson v0.1.4
15722026-07-01T15:18:17.233Z Compiling rfc6979 v0.4.0
15732026-07-01T15:18:17.300Z Compiling clap_derive v4.6.1
15742026-07-01T15:18:17.372Z Compiling async-recursion v1.1.1
15752026-07-01T15:18:17.382Z Compiling enum-as-inner v0.6.1
15762026-07-01T15:18:17.470Z Compiling strum_macros v0.26.4
15772026-07-01T15:18:17.554Z Compiling serde_repr v0.1.20
15782026-07-01T15:18:17.574Z Compiling phf_shared v0.11.3
15792026-07-01T15:18:17.649Z Compiling float-cmp v0.10.0
15802026-07-01T15:18:17.726Z Compiling pem v3.0.6
15812026-07-01T15:18:17.776Z Compiling memmap2 v0.9.10
15822026-07-01T15:18:17.816Z Compiling thread-id v4.2.2
15832026-07-01T15:18:17.846Z Compiling env_filter v1.0.0
15842026-07-01T15:18:17.914Z Compiling new_debug_unreachable v1.0.6
15852026-07-01T15:18:17.931Z Compiling either v1.15.0
15862026-07-01T15:18:18.001Z Compiling predicates-core v1.0.10
15872026-07-01T15:18:18.015Z Compiling data-encoding v2.10.0
15882026-07-01T15:18:18.071Z Compiling winnow v1.0.3
15892026-07-01T15:18:18.085Z Compiling static_assertions v1.1.0
15902026-07-01T15:18:18.145Z Compiling hyper v1.10.1
15912026-07-01T15:18:18.160Z Compiling whoami v2.1.0
15922026-07-01T15:18:18.172Z Compiling keccak v0.1.6
15932026-07-01T15:18:18.186Z Compiling jiff v0.2.21
15942026-07-01T15:18:18.209Z Compiling normalize-line-endings v0.3.0
15952026-07-01T15:18:18.329Z Compiling fixedbitset v0.4.2
15962026-07-01T15:18:18.438Z Compiling typed-path v0.9.3
15972026-07-01T15:18:18.552Z Compiling difflib v0.4.0
15982026-07-01T15:18:18.567Z Compiling fixedbitset v0.5.7
15992026-07-01T15:18:18.693Z Compiling precomputed-hash v0.1.1
16002026-07-01T15:18:18.726Z Compiling toml_edit v0.22.27
16012026-07-01T15:18:18.795Z Compiling predicates v3.1.4
16022026-07-01T15:18:18.874Z Compiling petgraph v0.8.3
16032026-07-01T15:18:18.893Z Compiling string_cache v0.8.9
16042026-07-01T15:18:18.933Z Compiling petgraph v0.6.5
16052026-07-01T15:18:19.054Z Compiling toml_parser v1.1.2+spec-1.1.0
16062026-07-01T15:18:19.129Z Compiling clap v4.6.1
16072026-07-01T15:18:19.145Z Compiling tokio-postgres v0.7.16
16082026-07-01T15:18:19.148Z Compiling sha3 v0.10.8
16092026-07-01T15:18:19.197Z Compiling hickory-proto v0.25.2
16102026-07-01T15:18:19.225Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16112026-07-01T15:18:19.286Z Compiling hyper-util v0.1.20
16122026-07-01T15:18:19.466Z Compiling strum v0.26.3
16132026-07-01T15:18:19.612Z Compiling itertools v0.13.0
16142026-07-01T15:18:19.616Z Compiling env_logger v0.11.9
16152026-07-01T15:18:19.685Z Compiling usdt v0.6.0
16162026-07-01T15:18:19.708Z Compiling usdt-impl v0.5.0
16172026-07-01T15:18:19.805Z Compiling toml v0.7.8
16182026-07-01T15:18:19.993Z Compiling serde_with v3.17.0
16192026-07-01T15:18:20.033Z Compiling crossterm v0.28.1
16202026-07-01T15:18:20.394Z Compiling ecdsa v0.16.9
16212026-07-01T15:18:20.494Z Compiling rsa v0.9.10
16222026-07-01T15:18:20.524Z Compiling ed25519-dalek v2.2.0
16232026-07-01T15:18:20.831Z Compiling hyper-tls v0.6.0
16242026-07-01T15:18:20.961Z Compiling zip v4.6.1
16252026-07-01T15:18:21.081Z Compiling reqwest v0.12.28
16262026-07-01T15:18:21.209Z Compiling zip v0.6.6
16272026-07-01T15:18:21.414Z Compiling iddqd v0.4.2
16282026-07-01T15:18:21.660Z Compiling tokio-stream v0.1.18
16292026-07-01T15:18:21.781Z Compiling similar v2.7.0
16302026-07-01T15:18:21.824Z Compiling heck v0.4.1
16312026-07-01T15:18:21.839Z Compiling buf-list v1.1.2
16322026-07-01T15:18:21.872Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16332026-07-01T15:18:21.969Z Compiling openapiv3 v2.2.0
16342026-07-01T15:18:22.070Z Compiling x509-cert v0.2.5
16352026-07-01T15:18:22.140Z Compiling sha1 v0.10.6
16362026-07-01T15:18:22.163Z Compiling crossbeam-epoch v0.9.18
16372026-07-01T15:18:22.200Z Compiling lalrpop-util v0.19.12
16382026-07-01T15:18:22.215Z Compiling peg-runtime v0.8.5
16392026-07-01T15:18:22.376Z Compiling thread_local v1.1.9
16402026-07-01T15:18:22.416Z Compiling slog-async v2.8.0
16412026-07-01T15:18:22.515Z Compiling crossbeam-channel v0.5.15
16422026-07-01T15:18:22.518Z Compiling is-terminal v0.4.17
16432026-07-01T15:18:22.518Z Compiling filetime v0.2.27
16442026-07-01T15:18:22.633Z Compiling take_mut v0.2.2
16452026-07-01T15:18:22.655Z Compiling xattr v1.6.1
16462026-07-01T15:18:22.681Z Compiling term v1.2.1
16472026-07-01T15:18:22.697Z Compiling camino-tempfile v1.4.1
16482026-07-01T15:18:22.787Z Compiling tar v0.4.45
16492026-07-01T15:18:23.014Z Compiling slog-term v2.9.2
16502026-07-01T15:18:40.677Z Compiling rustls-webpki v0.103.9
16512026-07-01T15:18:43.365Z Compiling tokio-rustls v0.26.4
16522026-07-01T15:18:43.365Z Compiling rustls-platform-verifier v0.6.2
16532026-07-01T15:18:43.365Z Compiling tough v0.22.0
16542026-07-01T15:18:43.569Z Compiling hyper-rustls v0.27.7
16552026-07-01T15:18:43.756Z Compiling reqwest v0.13.2
16562026-07-01T15:18:45.887Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16572026-07-01T15:18:46.140Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16582026-07-01T15:18:48.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.25s
16592026-07-01T15:18:49.109Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16602026-07-01T15:18:49.162ZJul 01 15:18:48.663 INFO Starting download, target: Clickhouse
16612026-07-01T15:18:49.162ZJul 01 15:18:48.663 INFO Starting download, target: Cockroach
16622026-07-01T15:18:49.166ZJul 01 15:18:48.663 INFO Starting download, target: Console
16632026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Starting download, target: DendriteStub
16642026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Starting download, target: MaghemiteMgd
16652026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Starting download, target: MaghemiteDdmd
16662026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Starting download, target: TransceiverControl
16672026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16682026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16692026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
16702026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16712026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16722026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
16732026-07-01T15:18:49.166ZJul 01 15:18:48.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16742026-07-01T15:18:49.508ZJul 01 15:18:49.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16752026-07-01T15:18:49.727ZJul 01 15:18:49.223 INFO Download complete, target: TransceiverControl
16762026-07-01T15:18:50.965ZJul 01 15:18:50.461 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
16772026-07-01T15:18:50.987ZJul 01 15:18:50.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16782026-07-01T15:18:51.036ZJul 01 15:18:50.534 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16792026-07-01T15:18:51.244ZJul 01 15:18:50.740 INFO Download complete, target: Console
16802026-07-01T15:18:51.492ZJul 01 15:18:50.992 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16812026-07-01T15:18:51.819ZJul 01 15:18:51.320 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16822026-07-01T15:18:51.819ZJul 01 15:18:51.320 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16832026-07-01T15:18:52.577ZJul 01 15:18:52.078 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
16842026-07-01T15:18:52.886ZJul 01 15:18:52.386 INFO Download complete, target: MaghemiteDdmd
16852026-07-01T15:18:53.570ZJul 01 15:18:53.069 INFO Download complete, target: DendriteStub
16862026-07-01T15:18:54.019ZJul 01 15:18:53.519 INFO Download complete, target: MaghemiteMgd
16872026-07-01T15:18:56.543ZJul 01 15:18:56.035 INFO Checking that binary works, target: Cockroach
16882026-07-01T15:18:56.656ZJul 01 15:18:56.156 INFO Download complete, target: Cockroach
16892026-07-01T15:18:59.253ZJul 01 15:18:58.753 INFO Checking that binary works, target: Clickhouse
16902026-07-01T15:18:59.336ZJul 01 15:18:58.835 INFO Download complete, target: Clickhouse
16912026-07-01T15:18:59.340ZAll prerequisites installed successfully
16922026-07-01T15:18:59.344Z
16932026-07-01T15:18:59.344Zreal 1:47.496840014
16942026-07-01T15:18:59.344Zuser 6:35.130823246
16952026-07-01T15:18:59.344Zsys 1:39.257722920
16962026-07-01T15:18:59.344Ztrap 0.256231082
16972026-07-01T15:18:59.344Ztflt 0.742633243
16982026-07-01T15:18:59.344Zdflt 1.675966671
16992026-07-01T15:18:59.344Zkflt 0.023759780
17002026-07-01T15:18:59.344Zlock 23:36.405706634
17012026-07-01T15:18:59.344Zslp 18:16.364069582
17022026-07-01T15:18:59.344Zlat 22.166034943
17032026-07-01T15:18:59.344Zstop 2:37.882142975
17042026-07-01T15:18:59.344Z+ ptime -m cargo xtask download softnpu
17052026-07-01T15:18:59.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17062026-07-01T15:18:59.787Z Running `target/debug/xtask download softnpu`
17072026-07-01T15:19:00.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17082026-07-01T15:19:00.529Z Running `target/debug/xtask-downloader softnpu`
17092026-07-01T15:19:00.566ZJul 01 15:19:00.066 INFO Starting download, target: Softnpu
17102026-07-01T15:19:00.570ZJul 01 15:19:00.067 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17112026-07-01T15:19:01.139ZJul 01 15:19:00.639 INFO Download complete, target: Softnpu
17122026-07-01T15:19:01.143Z
17132026-07-01T15:19:01.143Zreal 1.795242560
17142026-07-01T15:19:01.143Zuser 1.207322634
17152026-07-01T15:19:01.143Zsys 0.570369182
17162026-07-01T15:19:01.143Ztrap 0.000679630
17172026-07-01T15:19:01.143Ztflt 0.000200520
17182026-07-01T15:19:01.143Zdflt 0.000163320
17192026-07-01T15:19:01.143Zkflt 0.000000000
17202026-07-01T15:19:01.143Zlock 10.587877148
17212026-07-01T15:19:01.143Zslp 0.450122654
17222026-07-01T15:19:01.143Zlat 0.071298109
17232026-07-01T15:19:01.143Zstop 0.000189200
17242026-07-01T15:19:01.151Z+ export CARGO_INCREMENTAL=0
17252026-07-01T15:19:01.151Z+ CARGO_INCREMENTAL=0
17262026-07-01T15:19:01.151Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17272026-07-01T15:19:01.977Z Compiling proc-macro2 v1.0.106
17282026-07-01T15:19:01.977Z Compiling quote v1.0.45
17292026-07-01T15:19:01.978Z Compiling unicode-ident v1.0.24
17302026-07-01T15:19:01.978Z Compiling libc v0.2.185
17312026-07-01T15:19:01.978Z Compiling serde_core v1.0.228
17322026-07-01T15:19:01.982Z Compiling serde v1.0.228
17332026-07-01T15:19:01.982Z Compiling cfg-if v1.0.4
17342026-07-01T15:19:01.982Z Compiling version_check v0.9.5
17352026-07-01T15:19:01.982Z Compiling typenum v1.19.0
17362026-07-01T15:19:02.120Z Compiling shlex v1.3.0
17372026-07-01T15:19:02.124Z Compiling find-msvc-tools v0.1.9
17382026-07-01T15:19:02.124Z Compiling memchr v2.8.0
17392026-07-01T15:19:02.124Z Compiling zmij v1.0.21
17402026-07-01T15:19:02.124Z Compiling serde_json v1.0.150
17412026-07-01T15:19:02.281Z Compiling autocfg v1.5.0
17422026-07-01T15:19:02.294Z Compiling portable-atomic v1.13.1
17432026-07-01T15:19:02.442Z Compiling zerocopy v0.8.40
17442026-07-01T15:19:02.522Z Compiling libm v0.2.16
17452026-07-01T15:19:02.538Z Compiling parking_lot_core v0.9.12
17462026-07-01T15:19:02.538Z Compiling smallvec v1.15.1
17472026-07-01T15:19:02.581Z Compiling icu_properties_data v2.1.2
17482026-07-01T15:19:02.596Z Compiling icu_normalizer_data v2.1.1
17492026-07-01T15:19:02.604Z Compiling itoa v1.0.17
17502026-07-01T15:19:02.652Z Compiling generic-array v0.14.7
17512026-07-01T15:19:02.834Z Compiling num-traits v0.2.19
17522026-07-01T15:19:02.874Z Compiling getrandom v0.4.1
17532026-07-01T15:19:02.874Z Compiling log v0.4.29
17542026-07-01T15:19:02.935Z Compiling pkg-config v0.3.32
17552026-07-01T15:19:02.949Z Compiling stable_deref_trait v1.2.1
17562026-07-01T15:19:02.956Z Compiling subtle v2.6.1
17572026-07-01T15:19:03.123Z Compiling scopeguard v1.2.0
17582026-07-01T15:19:03.133Z Compiling fnv v1.0.7
17592026-07-01T15:19:03.228Z Compiling jobserver v0.1.34
17602026-07-01T15:19:03.240Z Compiling getrandom v0.2.17
17612026-07-01T15:19:03.265Z Compiling lock_api v0.4.14
17622026-07-01T15:19:03.275Z Compiling errno v0.3.14
17632026-07-01T15:19:03.381Z Compiling rand_core v0.6.4
17642026-07-01T15:19:03.421Z Compiling getrandom v0.3.4
17652026-07-01T15:19:03.454Z Compiling cc v1.2.56
17662026-07-01T15:19:03.477Z Compiling pin-project-lite v0.2.17
17672026-07-01T15:19:03.490Z Compiling thiserror v2.0.18
17682026-07-01T15:19:03.522Z Compiling syn v2.0.117
17692026-07-01T15:19:03.574Z Compiling writeable v0.6.2
17702026-07-01T15:19:03.595Z Compiling percent-encoding v2.3.2
17712026-07-01T15:19:03.596Z Compiling litemap v0.8.1
17722026-07-01T15:19:03.623Z Compiling equivalent v1.0.2
17732026-07-01T15:19:03.712Z Compiling rand_core v0.10.0
17742026-07-01T15:19:03.743Z Compiling rustversion v1.0.22
17752026-07-01T15:19:03.857Z Compiling critical-section v1.2.0
17762026-07-01T15:19:03.863Z Compiling rustix v1.1.3
17772026-07-01T15:19:03.863Z Compiling fs_extra v1.3.0
17782026-07-01T15:19:03.905Z Compiling dunce v1.0.5
17792026-07-01T15:19:03.933Z Compiling schemars v0.8.22
17802026-07-01T15:19:04.026Z Compiling hashbrown v0.17.0
17812026-07-01T15:19:04.079Z Compiling const-oid v0.9.6
17822026-07-01T15:19:04.155Z Compiling signal-hook-registry v1.4.8
17832026-07-01T15:19:04.217Z Compiling cmake v0.1.57
17842026-07-01T15:19:04.250Z Compiling once_cell v1.21.3
17852026-07-01T15:19:04.257Z Compiling heck v0.5.0
17862026-07-01T15:19:04.517Z Compiling bitflags v2.11.0
17872026-07-01T15:19:04.559Z Compiling semver v1.0.28
17882026-07-01T15:19:04.584Z Compiling indexmap v2.14.0
17892026-07-01T15:19:04.610Z Compiling utf8_iter v1.0.4
17902026-07-01T15:19:04.673Z Compiling parking_lot v0.12.5
17912026-07-01T15:19:04.688Z Compiling form_urlencoded v1.2.2
17922026-07-01T15:19:04.753Z Compiling mio v1.2.0
17932026-07-01T15:19:04.782Z Compiling aws-lc-sys v0.40.0
17942026-07-01T15:19:04.809Z Compiling socket2 v0.6.3
17952026-07-01T15:19:04.832Z Compiling aws-lc-rs v1.16.3
17962026-07-01T15:19:04.881Z Compiling futures-core v0.3.32
17972026-07-01T15:19:04.974Z Compiling httparse v1.10.1
17982026-07-01T15:19:04.989Z Compiling strsim v0.11.1
17992026-07-01T15:19:05.159Z Compiling byteorder v1.5.0
18002026-07-01T15:19:05.247Z Compiling thiserror v1.0.69
18012026-07-01T15:19:05.311Z Compiling ucd-trie v0.1.7
18022026-07-01T15:19:05.340Z Compiling iana-time-zone v0.1.65
18032026-07-01T15:19:05.402Z Compiling syn v1.0.109
18042026-07-01T15:19:05.419Z Compiling ident_case v1.0.1
18052026-07-01T15:19:05.437Z Compiling vcpkg v0.2.15
18062026-07-01T15:19:05.485Z Compiling pest v2.8.6
18072026-07-01T15:19:05.499Z Compiling regex-syntax v0.8.10
18082026-07-01T15:19:05.612Z Compiling uuid v1.23.4
18092026-07-01T15:19:05.739Z Compiling rustc_version v0.4.1
18102026-07-01T15:19:05.808Z Compiling rustls v0.23.41
18112026-07-01T15:19:05.833Z Compiling futures-sink v0.3.32
18122026-07-01T15:19:05.860Z Compiling cpufeatures v0.2.17
18132026-07-01T15:19:05.949Z Compiling futures-channel v0.3.32
18142026-07-01T15:19:06.009Z Compiling aho-corasick v1.1.4
18152026-07-01T15:19:06.041Z Compiling openssl-sys v0.9.115
18162026-07-01T15:19:06.056Z Compiling futures-io v0.3.32
18172026-07-01T15:19:06.056Z Compiling futures-task v0.3.32
18182026-07-01T15:19:06.145Z Compiling slab v0.4.12
18192026-07-01T15:19:06.269Z Compiling crc32fast v1.5.0
18202026-07-01T15:19:06.286Z Compiling num-conv v0.2.0
18212026-07-01T15:19:06.379Z Compiling synstructure v0.13.2
18222026-07-01T15:19:06.405Z Compiling serde_derive_internals v0.29.1
18232026-07-01T15:19:06.449Z Compiling dyn-clone v1.0.20
18242026-07-01T15:19:06.453Z Compiling time-core v0.1.8
18252026-07-01T15:19:06.487Z Compiling plain v0.2.3
18262026-07-01T15:19:06.597Z Compiling pest_meta v2.8.6
18272026-07-01T15:19:06.657Z Compiling time-macros v0.2.27
18282026-07-01T15:19:06.721Z Compiling base64 v0.22.1
18292026-07-01T15:19:06.789Z Compiling crossbeam-utils v0.8.21
18302026-07-01T15:19:06.918Z Compiling pretty-hex v0.4.1
18312026-07-01T15:19:06.943Z Compiling openssl v0.10.79
18322026-07-01T15:19:07.033Z Compiling base64ct v1.8.3
18332026-07-01T15:19:07.068Z Compiling regex-automata v0.4.14
18342026-07-01T15:19:07.105Z Compiling darling_core v0.21.3
18352026-07-01T15:19:07.113Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18362026-07-01T15:19:07.209Z Compiling pest_generator v2.8.6
18372026-07-01T15:19:07.226Z Compiling flagset v0.4.7
18382026-07-01T15:19:07.253Z Compiling native-tls v0.2.18
18392026-07-01T15:19:07.353Z Compiling pem-rfc7468 v0.7.0
18402026-07-01T15:19:07.353Z Compiling anyhow v1.0.102
18412026-07-01T15:19:07.392Z Compiling rand_core v0.9.5
18422026-07-01T15:19:07.523Z Compiling slog v2.8.2
18432026-07-01T15:19:07.530Z Compiling tracing-core v0.1.36
18442026-07-01T15:19:07.642Z Compiling serde_derive v1.0.228
18452026-07-01T15:19:07.647Z Compiling zeroize_derive v1.4.3
18462026-07-01T15:19:07.687Z Compiling zerofrom-derive v0.1.6
18472026-07-01T15:19:07.714Z Compiling yoke-derive v0.8.1
18482026-07-01T15:19:07.717Z Compiling zerovec-derive v0.11.2
18492026-07-01T15:19:07.770Z Compiling displaydoc v0.2.5
18502026-07-01T15:19:07.856Z Compiling zerocopy-derive v0.8.40
18512026-07-01T15:19:07.868Z Compiling tokio-macros v2.7.0
18522026-07-01T15:19:07.873Z Compiling futures-macro v0.3.32
18532026-07-01T15:19:08.125Z Compiling thiserror-impl v2.0.18
18542026-07-01T15:19:08.285Z Compiling zeroize v1.8.2
18552026-07-01T15:19:08.566Z Compiling schemars_derive v0.8.22
18562026-07-01T15:19:08.620Z Compiling tracing-attributes v0.1.31
18572026-07-01T15:19:08.699Z Compiling der_derive v0.7.3
18582026-07-01T15:19:08.734Z Compiling thiserror-impl v1.0.69
18592026-07-01T15:19:08.789Z Compiling pest_derive v2.8.6
18602026-07-01T15:19:08.846Z Compiling zerofrom v0.1.6
18612026-07-01T15:19:08.962Z Compiling yoke v0.8.1
18622026-07-01T15:19:09.119Z Compiling zerovec v0.11.5
18632026-07-01T15:19:09.167Z Compiling crypto-common v0.1.7
18642026-07-01T15:19:09.208Z Compiling zerotrie v0.2.3
18652026-07-01T15:19:09.330Z Compiling block-buffer v0.10.4
18662026-07-01T15:19:09.399Z Compiling futures-util v0.3.32
18672026-07-01T15:19:09.499Z Compiling digest v0.10.7
18682026-07-01T15:19:09.665Z Compiling tinystr v0.8.2
18692026-07-01T15:19:09.734Z Compiling potential_utf v0.1.4
18702026-07-01T15:19:09.749Z Compiling hmac v0.12.1
18712026-07-01T15:19:09.781Z Compiling block-padding v0.3.3
18722026-07-01T15:19:09.816Z Compiling sha2 v0.10.9
18732026-07-01T15:19:09.900Z Compiling icu_locale_core v2.1.1
18742026-07-01T15:19:09.916Z Compiling icu_collections v2.1.1
18752026-07-01T15:19:09.916Z Compiling inout v0.1.4
18762026-07-01T15:19:09.949Z Compiling scroll_derive v0.12.1
18772026-07-01T15:19:09.961Z Compiling scroll_derive v0.13.1
18782026-07-01T15:19:10.124Z Compiling cipher v0.4.4
18792026-07-01T15:19:10.483Z Compiling openssl-macros v0.1.1
18802026-07-01T15:19:10.629Z Compiling icu_provider v2.1.1
18812026-07-01T15:19:10.673Z Compiling der v0.7.10
18822026-07-01T15:19:10.732Z Compiling bytes v1.11.1
18832026-07-01T15:19:10.814Z Compiling chrono v0.4.44
18842026-07-01T15:19:10.858Z Compiling serde_tokenstream v0.2.3
18852026-07-01T15:19:10.937Z Compiling icu_normalizer v2.1.1
18862026-07-01T15:19:10.995Z Compiling icu_properties v2.1.2
18872026-07-01T15:19:11.153Z Compiling regex v1.12.3
18882026-07-01T15:19:11.176Z Compiling darling_macro v0.21.3
18892026-07-01T15:19:11.380Z Compiling tokio v1.52.1
18902026-07-01T15:19:11.694Z Compiling http v1.4.2
18912026-07-01T15:19:11.848Z Compiling zerocopy-derive v0.7.35
18922026-07-01T15:19:12.072Z Compiling idna_adapter v1.2.1
18932026-07-01T15:19:12.152Z Compiling ppv-lite86 v0.2.21
18942026-07-01T15:19:12.229Z Compiling idna v1.1.0
18952026-07-01T15:19:12.498Z Compiling cookie v0.18.1
18962026-07-01T15:19:12.600Z Compiling url v2.5.8
18972026-07-01T15:19:12.726Z Compiling darling v0.21.3
18982026-07-01T15:19:12.741Z Compiling spki v0.7.3
18992026-07-01T15:19:12.745Z Compiling salsa20 v0.10.2
19002026-07-01T15:19:12.821Z Compiling pbkdf2 v0.12.2
19012026-07-01T15:19:12.917Z Compiling tracing v0.1.44
19022026-07-01T15:19:13.601Z Compiling camino v1.2.2
19032026-07-01T15:19:13.706Z Compiling scrypt v0.11.0
19042026-07-01T15:19:13.846Z Compiling rand_chacha v0.9.0
19052026-07-01T15:19:13.926Z Compiling http-body v1.0.1
19062026-07-01T15:19:13.962Z Compiling cbc v0.1.2
19072026-07-01T15:19:13.978Z Compiling aes v0.8.4
19082026-07-01T15:19:13.981Z Compiling rustls-pki-types v1.14.0
19092026-07-01T15:19:14.178Z Compiling usdt-impl v0.5.0
19102026-07-01T15:19:14.225Z Compiling fastrand v2.3.0
19112026-07-01T15:19:14.309Z Compiling openssl-probe v0.2.1
19122026-07-01T15:19:14.321Z Compiling tinyvec_macros v0.1.1
19132026-07-01T15:19:14.337Z Compiling paste v1.0.15
19142026-07-01T15:19:14.352Z Compiling either v1.15.0
19152026-07-01T15:19:14.415Z Compiling usdt-impl v0.6.0
19162026-07-01T15:19:14.425Z Compiling ref-cast v1.0.25
19172026-07-01T15:19:14.460Z Compiling tinyvec v1.10.0
19182026-07-01T15:19:14.476Z Compiling pkcs5 v0.7.1
19192026-07-01T15:19:14.583Z Compiling rand v0.9.2
19202026-07-01T15:19:14.706Z Compiling scroll v0.13.0
19212026-07-01T15:19:14.743Z Compiling toml_datetime v0.6.11
19222026-07-01T15:19:14.823Z Compiling serde_spanned v0.6.9
19232026-07-01T15:19:14.869Z Compiling scroll v0.12.0
19242026-07-01T15:19:14.889Z Compiling async-trait v0.1.89
19252026-07-01T15:19:14.921Z Compiling heapless v0.7.17
19262026-07-01T15:19:14.999Z Compiling bzip2-sys v0.1.13+1.0.8
19272026-07-01T15:19:15.003Z Compiling tower-layer v0.3.3
19282026-07-01T15:19:15.043Z Compiling atomic-waker v1.1.2
19292026-07-01T15:19:15.077Z Compiling winnow v1.0.3
19302026-07-01T15:19:16.152Z Compiling tokio-util v0.7.18
19312026-07-01T15:19:16.156Z Compiling untrusted v0.7.1
19322026-07-01T15:19:16.157Z Compiling try-lock v0.2.5
19332026-07-01T15:19:16.157Z Compiling tower-service v0.3.3
19342026-07-01T15:19:16.157Z Compiling rustix v0.38.44
19352026-07-01T15:19:16.157Z Compiling winnow v0.7.14
19362026-07-01T15:19:16.157Z Compiling litrs v1.0.0
19372026-07-01T15:19:16.157Z Compiling signal-hook v0.3.18
19382026-07-01T15:19:16.158Z Compiling zstd-safe v7.2.4
19392026-07-01T15:19:16.158Z Compiling toml_parser v1.1.2+spec-1.1.0
19402026-07-01T15:19:16.158Z Compiling want v0.3.1
19412026-07-01T15:19:16.158Z Compiling goblin v0.8.2
19422026-07-01T15:19:16.158Z Compiling document-features v0.2.12
19432026-07-01T15:19:16.158Z Compiling goblin v0.10.5
19442026-07-01T15:19:16.158Z Compiling h2 v0.4.15
19452026-07-01T15:19:16.158Z Compiling pkcs8 v0.10.2
19462026-07-01T15:19:16.158Z Compiling zerocopy v0.7.35
19472026-07-01T15:19:16.324Z Compiling ipnet v2.11.0
19482026-07-01T15:19:16.358Z Compiling ref-cast-impl v1.0.25
19492026-07-01T15:19:16.491Z Compiling darling_core v0.20.11
19502026-07-01T15:19:16.636Z Compiling curve25519-dalek v4.1.3
19512026-07-01T15:19:16.757Z Compiling memoffset v0.9.1
19522026-07-01T15:19:16.852Z Compiling untrusted v0.9.0
19532026-07-01T15:19:16.952Z Compiling powerfmt v0.2.0
19542026-07-01T15:19:17.076Z Compiling utf8parse v0.2.2
19552026-07-01T15:19:17.146Z Compiling winnow v0.5.40
19562026-07-01T15:19:17.211Z Compiling foreign-types-shared v0.1.1
19572026-07-01T15:19:17.235Z Compiling httpdate v1.0.3
19582026-07-01T15:19:17.317Z Compiling foreign-types v0.3.2
19592026-07-01T15:19:17.360Z Compiling tempfile v3.25.0
19602026-07-01T15:19:17.385Z Compiling deranged v0.5.8
19612026-07-01T15:19:17.782Z Compiling unicode-normalization v0.1.25
19622026-07-01T15:19:17.821Z Compiling dof v0.3.0
19632026-07-01T15:19:18.272Z Compiling dtrace-parser v0.2.0
19642026-07-01T15:19:18.452Z Compiling toml_edit v0.19.15
19652026-07-01T15:19:18.484Z Compiling darling_macro v0.20.11
19662026-07-01T15:19:18.546Z Compiling dof v0.4.0
19672026-07-01T15:19:18.595Z Compiling dtrace-parser v0.3.0
19682026-07-01T15:19:18.873Z Compiling daft-derive v0.1.7
19692026-07-01T15:19:18.901Z Compiling pin-project-internal v1.1.11
19702026-07-01T15:19:18.995Z Compiling spin v0.9.8
19712026-07-01T15:19:19.010Z Compiling thread-id v4.2.2
19722026-07-01T15:19:19.108Z Compiling hyper v1.10.1
19732026-07-01T15:19:19.190Z Compiling thread-id v5.1.0
19742026-07-01T15:19:19.220Z Compiling anstyle v1.0.14
19752026-07-01T15:19:19.287Z Compiling num_threads v0.1.7
19762026-07-01T15:19:19.403Z Compiling num-bigint-dig v0.8.6
19772026-07-01T15:19:19.441Z Compiling cfg_aliases v0.2.1
19782026-07-01T15:19:19.605Z Compiling smoltcp v0.9.1
19792026-07-01T15:19:19.635Z Compiling nix v0.31.2
19802026-07-01T15:19:19.701Z Compiling time v0.3.47
19812026-07-01T15:19:19.826Z Compiling darling v0.20.11
19822026-07-01T15:19:19.974Z Compiling ipnetwork v0.21.1
19832026-07-01T15:19:20.277Z Compiling hyper-util v0.1.20
19842026-07-01T15:19:20.345Z Compiling curve25519-dalek-derive v0.1.1
19852026-07-01T15:19:20.458Z Compiling strum_macros v0.26.4
19862026-07-01T15:19:20.658Z Compiling sync_wrapper v1.0.2
19872026-07-01T15:19:20.717Z Compiling wait-timeout v0.2.1
19882026-07-01T15:19:20.811Z Compiling colorchoice v1.0.4
19892026-07-01T15:19:20.997Z Compiling anstyle-query v1.1.5
19902026-07-01T15:19:21.043Z Compiling siphasher v1.0.2
19912026-07-01T15:19:21.129Z Compiling is_terminal_polyfill v1.70.2
19922026-07-01T15:19:21.145Z Compiling quick-error v1.2.3
19932026-07-01T15:19:21.194Z Compiling simd-adler32 v0.3.8
19942026-07-01T15:19:21.230Z Compiling bit-vec v0.8.0
19952026-07-01T15:19:21.246Z Compiling rusty-fork v0.3.1
19962026-07-01T15:19:21.439Z Compiling bit-set v0.8.0
19972026-07-01T15:19:21.595Z Compiling tower v0.5.3
19982026-07-01T15:19:21.832Z Compiling derive_builder_core v0.20.2
19992026-07-01T15:19:22.004Z Compiling http-body-util v0.1.3
20002026-07-01T15:19:22.084Z Compiling signature v2.2.0
20012026-07-01T15:19:22.101Z Compiling hubpack_derive v0.1.1
20022026-07-01T15:19:22.272Z Compiling snafu-derive v0.8.9
20032026-07-01T15:19:22.560Z Compiling strum_macros v0.27.2
20042026-07-01T15:19:22.588Z Compiling rand_xorshift v0.4.0
20052026-07-01T15:19:22.665Z Compiling fs-err v3.3.0
20062026-07-01T15:19:22.704Z Compiling ahash v0.8.12
20072026-07-01T15:19:22.774Z Compiling unicode-segmentation v1.12.0
20082026-07-01T15:19:22.806Z Compiling object v0.37.3
20092026-07-01T15:19:22.915Z Compiling unicode-properties v0.1.4
20102026-07-01T15:19:22.946Z Compiling ryu v1.0.23
20112026-07-01T15:19:22.958Z Compiling unarray v0.1.4
20122026-07-01T15:19:23.088Z Compiling unicode-bidi v0.3.18
20132026-07-01T15:19:23.110Z Compiling iri-string v0.7.10
20142026-07-01T15:19:23.151Z Compiling adler2 v2.0.1
20152026-07-01T15:19:23.178Z Compiling allocator-api2 v0.2.21
20162026-07-01T15:19:23.323Z Compiling miniz_oxide v0.8.9
20172026-07-01T15:19:23.506Z Compiling stringprep v0.1.5
20182026-07-01T15:19:23.578Z Compiling serde_urlencoded v0.7.1
20192026-07-01T15:19:23.598Z Compiling proptest v1.10.0
20202026-07-01T15:19:23.836Z Compiling derive_builder_macro v0.20.2
20212026-07-01T15:19:23.876Z Compiling tokio-native-tls v0.3.1
20222026-07-01T15:19:23.965Z Compiling usdt-attr-macro v0.6.0
20232026-07-01T15:19:24.027Z Compiling usdt-macro v0.6.0
20242026-07-01T15:19:24.357Z Compiling tower-http v0.6.8
20252026-07-01T15:19:24.373Z Compiling anstyle-parse v1.0.0
20262026-07-01T15:19:24.560Z Compiling rustls-native-certs v0.8.3
20272026-07-01T15:19:24.682Z Compiling rand_chacha v0.3.1
20282026-07-01T15:19:24.756Z Compiling erased-serde v0.3.31
20292026-07-01T15:19:24.772Z Compiling md-5 v0.10.6
20302026-07-01T15:19:24.804Z Compiling bstr v1.12.1
20312026-07-01T15:19:24.857Z Compiling num-integer v0.1.46
20322026-07-01T15:19:24.934Z Compiling hash32 v0.2.1
20332026-07-01T15:19:25.032Z Compiling vergen-lib v9.1.0
20342026-07-01T15:19:25.063Z Compiling ff v0.13.1
20352026-07-01T15:19:25.156Z Compiling encoding_rs v0.8.35
20362026-07-01T15:19:25.214Z Compiling base16ct v0.2.0
20372026-07-01T15:19:25.229Z Compiling mime v0.3.17
20382026-07-01T15:19:25.255Z Compiling fallible-iterator v0.2.0
20392026-07-01T15:19:25.329Z Compiling zlib-rs v0.6.2
20402026-07-01T15:19:25.403Z Compiling psl-types v2.0.11
20412026-07-01T15:19:25.496Z Compiling sec1 v0.7.3
20422026-07-01T15:19:25.540Z Compiling postgres-protocol v0.6.10
20432026-07-01T15:19:25.603Z Compiling newtype-uuid v1.3.2
20442026-07-01T15:19:25.730Z Compiling publicsuffix v2.3.0
20452026-07-01T15:19:25.840Z Compiling group v0.13.0
20462026-07-01T15:19:25.930Z Compiling num-iter v0.1.45
20472026-07-01T15:19:26.030Z Compiling rand v0.8.6
20482026-07-01T15:19:26.453Z Compiling anstream v1.0.0
20492026-07-01T15:19:26.491Z Compiling derive_builder v0.20.2
20502026-07-01T15:19:26.509Z Compiling oxnet v0.1.6
20512026-07-01T15:19:26.526Z Compiling hyper-tls v0.6.0
20522026-07-01T15:19:26.558Z Compiling heck v0.4.1
20532026-07-01T15:19:26.636Z Compiling phf_shared v0.13.1
20542026-07-01T15:19:26.702Z Compiling pin-project v1.1.11
20552026-07-01T15:19:26.769Z Compiling lazy_static v1.5.0
20562026-07-01T15:19:26.773Z Compiling anstyle-parse v0.2.7
20572026-07-01T15:19:26.895Z Compiling terminal_size v0.4.3
20582026-07-01T15:19:26.909Z Compiling serde_with_macros v3.17.0
20592026-07-01T15:19:26.923Z Compiling futures-executor v0.3.32
20602026-07-01T15:19:26.939Z Compiling hex v0.4.3
20612026-07-01T15:19:26.942Z Compiling hkdf v0.12.4
20622026-07-01T15:19:26.985Z Compiling crypto-bigint v0.5.5
20632026-07-01T15:19:27.132Z Compiling serde_repr v0.1.20
20642026-07-01T15:19:27.146Z Compiling async-recursion v1.1.1
20652026-07-01T15:19:27.175Z Compiling enum-as-inner v0.6.1
20662026-07-01T15:19:27.258Z Compiling clap_derive v4.6.1
20672026-07-01T15:19:27.287Z Compiling vergen v9.1.0
20682026-07-01T15:19:27.318Z Compiling cargo-platform v0.3.2
20692026-07-01T15:19:27.496Z Compiling flate2 v1.1.9
20702026-07-01T15:19:27.667Z Compiling bitflags v1.3.2
20712026-07-01T15:19:27.855Z Compiling libbz2-rs-sys v0.2.2
20722026-07-01T15:19:27.873Z Compiling foldhash v0.1.5
20732026-07-01T15:19:27.917Z Compiling foldhash v0.2.0
20742026-07-01T15:19:27.920Z Compiling managed v0.8.0
20752026-07-01T15:19:28.016Z Compiling clap_lex v1.0.0
20762026-07-01T15:19:28.062Z Compiling same-file v1.0.6
20772026-07-01T15:19:28.076Z Compiling bumpalo v3.20.2
20782026-07-01T15:19:28.140Z Compiling hashbrown v0.16.1
20792026-07-01T15:19:28.209Z Compiling walkdir v2.5.0
20802026-07-01T15:19:28.243Z Compiling clap_builder v4.6.0
20812026-07-01T15:19:28.274Z Compiling bzip2 v0.6.1
20822026-07-01T15:19:28.336Z Compiling zopfli v0.8.3
20832026-07-01T15:19:28.433Z Compiling hashbrown v0.15.5
20842026-07-01T15:19:28.490Z Compiling elliptic-curve v0.13.8
20852026-07-01T15:19:28.830Z Compiling cargo_metadata v0.23.1
20862026-07-01T15:19:28.862Z Compiling zstd v0.13.3
20872026-07-01T15:19:28.990Z Compiling futures v0.3.32
20882026-07-01T15:19:29.125Z Compiling anstream v0.6.21
20892026-07-01T15:19:29.507Z Compiling phf v0.13.1
20902026-07-01T15:19:29.545Z Compiling snafu v0.8.9
20912026-07-01T15:19:29.584Z Compiling daft v0.1.7
20922026-07-01T15:19:29.683Z Compiling reqwest v0.12.28
20932026-07-01T15:19:29.892Z Compiling signal-hook-mio v0.2.5
20942026-07-01T15:19:30.051Z Compiling cookie_store v0.22.1
20952026-07-01T15:19:30.134Z Compiling postgres-types v0.2.12
20962026-07-01T15:19:30.207Z Compiling bzip2 v0.4.4
20972026-07-01T15:19:30.346Z Compiling globset v0.4.18
20982026-07-01T15:19:30.363Z Compiling strum v0.27.2
20992026-07-01T15:19:30.523Z Compiling hubpack v0.1.2
21002026-07-01T15:19:30.526Z Compiling ed25519 v2.2.3
21012026-07-01T15:19:30.552Z Compiling phf_shared v0.11.3
21022026-07-01T15:19:30.569Z Compiling crossbeam-epoch v0.9.18
21032026-07-01T15:19:30.661Z Compiling olpc-cjson v0.1.4
21042026-07-01T15:19:30.757Z Compiling pkcs1 v0.7.5
21052026-07-01T15:19:30.803Z Compiling pem v3.0.6
21062026-07-01T15:19:30.932Z Compiling serde_plain v1.0.2
21072026-07-01T15:19:30.947Z Compiling serde-big-array v0.5.1
21082026-07-01T15:19:31.050Z Compiling rfc6979 v0.4.0
21092026-07-01T15:19:31.113Z Compiling float-cmp v0.10.0
21102026-07-01T15:19:31.144Z Compiling memmap2 v0.9.10
21112026-07-01T15:19:31.149Z Compiling env_filter v1.0.0
21122026-07-01T15:19:31.149Z Compiling toml_write v0.1.2
21132026-07-01T15:19:31.161Z Compiling data-encoding v2.10.0
21142026-07-01T15:19:31.207Z Compiling precomputed-hash v0.1.1
21152026-07-01T15:19:31.326Z Compiling fixedbitset v0.5.7
21162026-07-01T15:19:31.376Z Compiling keccak v0.1.6
21172026-07-01T15:19:31.399Z Compiling new_debug_unreachable v1.0.6
21182026-07-01T15:19:31.437Z Compiling difflib v0.4.0
21192026-07-01T15:19:31.502Z Compiling typed-path v0.9.3
21202026-07-01T15:19:31.521Z Compiling fixedbitset v0.4.2
21212026-07-01T15:19:31.540Z Compiling whoami v2.1.0
21222026-07-01T15:19:31.591Z Compiling normalize-line-endings v0.3.0
21232026-07-01T15:19:31.595Z Compiling static_assertions v1.1.0
21242026-07-01T15:19:31.646Z Compiling predicates-core v1.0.10
21252026-07-01T15:19:31.695Z Compiling jiff v0.2.21
21262026-07-01T15:19:31.713Z Compiling petgraph v0.6.5
21272026-07-01T15:19:31.745Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21282026-07-01T15:19:31.774Z Compiling predicates v3.1.4
21292026-07-01T15:19:31.831Z Compiling tokio-postgres v0.7.16
21302026-07-01T15:19:31.912Z Compiling petgraph v0.8.3
21312026-07-01T15:19:31.993Z Compiling sha3 v0.10.8
21322026-07-01T15:19:32.126Z Compiling hickory-proto v0.25.2
21332026-07-01T15:19:32.276Z Compiling string_cache v0.8.9
21342026-07-01T15:19:32.366Z Compiling toml_edit v0.22.27
21352026-07-01T15:19:32.509Z Compiling env_logger v0.11.9
21362026-07-01T15:19:32.673Z Compiling usdt v0.6.0
21372026-07-01T15:19:32.744Z Compiling ecdsa v0.16.9
21382026-07-01T15:19:32.851Z Compiling rsa v0.9.10
21392026-07-01T15:19:33.193Z Compiling ed25519-dalek v2.2.0
21402026-07-01T15:19:33.909Z Compiling zip v0.6.6
21412026-07-01T15:19:34.327Z Compiling zip v4.6.1
21422026-07-01T15:19:34.405Z Compiling crossterm v0.28.1
21432026-07-01T15:19:34.451Z Compiling iddqd v0.4.2
21442026-07-01T15:19:34.499Z Compiling clap v4.6.1
21452026-07-01T15:19:34.675Z Compiling serde_with v3.17.0
21462026-07-01T15:19:34.903Z Compiling similar v2.7.0
21472026-07-01T15:19:34.941Z Compiling strum v0.26.3
21482026-07-01T15:19:35.083Z Compiling toml v0.7.8
21492026-07-01T15:19:35.239Z Compiling tokio-stream v0.1.18
21502026-07-01T15:19:35.338Z Compiling buf-list v1.1.2
21512026-07-01T15:19:35.618Z Compiling itertools v0.13.0
21522026-07-01T15:19:35.651Z Compiling x509-cert v0.2.5
21532026-07-01T15:19:35.698Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21542026-07-01T15:19:36.027Z Compiling openapiv3 v2.2.0
21552026-07-01T15:19:36.296Z Compiling sha1 v0.10.6
21562026-07-01T15:19:36.364Z Compiling lalrpop-util v0.19.12
21572026-07-01T15:19:36.531Z Compiling peg-runtime v0.8.5
21582026-07-01T15:19:52.808Z Compiling rustls-webpki v0.103.9
21592026-07-01T15:19:53.920Z Compiling cpufeatures v0.3.0
21602026-07-01T15:19:53.988Z Compiling macaddr v1.0.1
21612026-07-01T15:19:54.015Z Compiling structmeta-derive v0.3.0
21622026-07-01T15:19:54.058Z Compiling hybrid-array v0.4.10
21632026-07-01T15:19:54.291Z Compiling rayon-core v1.13.0
21642026-07-01T15:19:54.454Z Compiling crucible-workspace-hack v0.1.0
21652026-07-01T15:19:54.469Z Compiling itertools v0.14.0
21662026-07-01T15:19:54.501Z Compiling secrecy v0.10.3
21672026-07-01T15:19:54.545Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682026-07-01T15:19:54.564Z Compiling toml_datetime v0.7.5+spec-1.1.0
21692026-07-01T15:19:54.646Z Compiling heapless v0.8.0
21702026-07-01T15:19:54.690Z Compiling block-buffer v0.12.1
21712026-07-01T15:19:54.798Z Compiling toml_edit v0.23.10+spec-1.0.0
21722026-07-01T15:19:54.818Z Compiling crypto-common v0.2.2
21732026-07-01T15:19:54.877Z Compiling crossbeam-deque v0.8.6
21742026-07-01T15:19:54.895Z Compiling hash32 v0.3.1
21752026-07-01T15:19:54.992Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762026-07-01T15:19:55.036Z Compiling structmeta v0.3.0
21772026-07-01T15:19:55.079Z Compiling multer v3.1.0
21782026-07-01T15:19:55.128Z Compiling thread_local v1.1.9
21792026-07-01T15:19:55.156Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21802026-07-01T15:19:55.173Z Compiling unicode-width v0.2.0
21812026-07-01T15:19:55.261Z Compiling compression-core v0.4.31
21822026-07-01T15:19:55.327Z Compiling slog-async v2.8.0
21832026-07-01T15:19:55.404Z Compiling match_cfg v0.1.0
21842026-07-01T15:19:55.456Z Compiling smoltcp v0.11.0
21852026-07-01T15:19:55.496Z Compiling const-oid v0.10.2
21862026-07-01T15:19:55.499Z Compiling hostname v0.3.1
21872026-07-01T15:19:55.544Z Compiling compression-codecs v0.4.37
21882026-07-01T15:19:55.662Z Compiling proc-macro-crate v3.4.0
21892026-07-01T15:19:55.678Z Compiling digest v0.11.3
21902026-07-01T15:19:55.728Z Compiling derive-ex v0.1.8
21912026-07-01T15:19:55.744Z Compiling ingot-macros v0.1.1
21922026-07-01T15:19:55.850Z Compiling atomicwrites v0.4.4
21932026-07-01T15:19:55.917Z Compiling slog-json v2.6.1
21942026-07-01T15:19:55.956Z Compiling crossbeam-channel v0.5.15
21952026-07-01T15:19:56.116Z Compiling half v2.7.1
21962026-07-01T15:19:56.139Z Compiling newtype-uuid-macros v0.1.0
21972026-07-01T15:19:56.167Z Compiling cobs v0.3.0
21982026-07-01T15:19:56.185Z Compiling universal-hash v0.5.1
21992026-07-01T15:19:56.306Z Compiling thiserror-impl-no-std v2.0.2
22002026-07-01T15:19:56.345Z Compiling tokio-rustls v0.26.4
22012026-07-01T15:19:56.464Z Compiling rustls-platform-verifier v0.6.2
22022026-07-01T15:19:56.492Z Compiling tough v0.22.0
22032026-07-01T15:19:56.634Z Compiling hyper-rustls v0.27.7
22042026-07-01T15:19:56.667Z Compiling async-stream-impl v0.3.6
22052026-07-01T15:19:56.688Z Compiling toml_datetime v1.1.1+spec-1.1.0
22062026-07-01T15:19:56.893Z Compiling reqwest v0.13.2
22072026-07-01T15:19:56.959Z Compiling serde_spanned v1.1.1
22082026-07-01T15:19:57.120Z Compiling is-terminal v0.4.17
22092026-07-01T15:19:57.135Z Compiling dropshot v0.17.1
22102026-07-01T15:19:57.240Z Compiling proc-macro-error-attr v1.0.4
22112026-07-01T15:19:57.268Z Compiling toml_writer v1.1.1+spec-1.1.0
22122026-07-01T15:19:57.286Z Compiling term v1.2.1
22132026-07-01T15:19:57.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22142026-07-01T15:19:57.383Z Compiling ciborium-io v0.2.2
22152026-07-01T15:19:57.399Z Compiling opaque-debug v0.3.1
22162026-07-01T15:19:57.472Z Compiling convert_case v0.4.0
22172026-07-01T15:19:57.493Z Compiling take_mut v0.2.2
22182026-07-01T15:19:57.557Z Compiling ciborium-ll v0.2.2
22192026-07-01T15:19:57.572Z Compiling toml v1.1.2+spec-1.1.0
22202026-07-01T15:19:57.623Z Compiling slog-term v2.9.2
22212026-07-01T15:19:57.679Z Compiling poly1305 v0.8.0
22222026-07-01T15:19:57.757Z Compiling thiserror-no-std v2.0.2
22232026-07-01T15:19:57.803Z Compiling derive_more v0.99.20
22242026-07-01T15:19:57.842Z Compiling test-strategy v0.4.5
22252026-07-01T15:19:57.871Z Compiling async-stream v0.3.6
22262026-07-01T15:19:57.933Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22272026-07-01T15:19:58.084Z Compiling postcard v1.1.3
22282026-07-01T15:19:58.386Z Compiling ingot-types v0.1.2
22292026-07-01T15:19:58.485Z Compiling num_enum_derive v0.7.6
22302026-07-01T15:19:58.858Z Compiling ingot v0.1.1
22312026-07-01T15:19:58.904Z Compiling slog-bunyan v2.5.0
22322026-07-01T15:19:58.922Z Compiling sha1 v0.11.0
22332026-07-01T15:19:59.102Z Compiling async-compression v0.4.41
22342026-07-01T15:19:59.170Z Compiling parse-display-derive v0.10.0
22352026-07-01T15:19:59.343Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22362026-07-01T15:19:59.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22372026-07-01T15:19:59.711Z Compiling proc-macro-crate v1.3.1
22382026-07-01T15:19:59.727Z Compiling waitgroup v0.1.2
22392026-07-01T15:19:59.731Z Compiling backon v1.6.0
22402026-07-01T15:19:59.756Z Compiling rustls-pemfile v2.2.0
22412026-07-01T15:19:59.908Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22422026-07-01T15:19:59.995Z Compiling password-hash v0.5.0
22432026-07-01T15:20:00.017Z Compiling dropshot_endpoint v0.17.1
22442026-07-01T15:20:00.065Z Compiling chacha20 v0.9.1
22452026-07-01T15:20:00.082Z Compiling blake2 v0.10.6
22462026-07-01T15:20:00.085Z Compiling aead v0.5.2
22472026-07-01T15:20:00.117Z Compiling foreign-types-macros v0.2.3
22482026-07-01T15:20:00.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22492026-07-01T15:20:00.286Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22502026-07-01T15:20:00.311Z Compiling serde_path_to_error v0.1.20
22512026-07-01T15:20:00.333Z Compiling hostname v0.4.2
22522026-07-01T15:20:00.503Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22532026-07-01T15:20:00.529Z Compiling proc-macro-error v1.0.4
22542026-07-01T15:20:00.612Z Compiling instant v0.1.13
22552026-07-01T15:20:00.668Z Compiling debug-ignore v1.0.5
22562026-07-01T15:20:00.729Z Compiling foreign-types-shared v0.3.1
22572026-07-01T15:20:00.748Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22582026-07-01T15:20:00.764Z Compiling backoff v0.4.0
22592026-07-01T15:20:00.824Z Compiling foreign-types v0.5.0
22602026-07-01T15:20:00.827Z Compiling parse-display v0.10.0
22612026-07-01T15:20:00.871Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-07-01T15:20:00.875Z Compiling argon2 v0.5.3
22632026-07-01T15:20:00.927Z Compiling chacha20poly1305 v0.10.1
22642026-07-01T15:20:00.969Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22652026-07-01T15:20:00.998Z Compiling num_enum_derive v0.5.11
22662026-07-01T15:20:01.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22672026-07-01T15:20:01.078Z Compiling num_enum v0.7.6
22682026-07-01T15:20:01.097Z Compiling vsss-rs v3.3.4
22692026-07-01T15:20:01.128Z Compiling ciborium v0.2.2
22702026-07-01T15:20:01.483Z Compiling tabwriter v1.4.1
22712026-07-01T15:20:01.502Z Compiling chacha20 v0.10.0
22722026-07-01T15:20:01.598Z Compiling regress v0.10.5
22732026-07-01T15:20:01.678Z Compiling byte-wrapper v0.1.0
22742026-07-01T15:20:01.735Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22752026-07-01T15:20:01.750Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22762026-07-01T15:20:01.764Z Compiling cstr-argument v0.1.2
22772026-07-01T15:20:01.816Z Compiling humantime v2.3.0
22782026-07-01T15:20:01.874Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22792026-07-01T15:20:01.940Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802026-07-01T15:20:01.974Z Compiling num_enum v0.5.11
22812026-07-01T15:20:02.025Z Compiling rand v0.10.0
22822026-07-01T15:20:02.123Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22832026-07-01T15:20:02.142Z Compiling rayon v1.11.0
22842026-07-01T15:20:02.204Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-07-01T15:20:02.253Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22862026-07-01T15:20:02.285Z Compiling colored v3.1.1
22872026-07-01T15:20:02.353Z Compiling indent_write v2.2.0
22882026-07-01T15:20:02.377Z Compiling libefi-sys v0.1.0
22892026-07-01T15:20:02.392Z Compiling zone_cfg_derive v0.3.1
22902026-07-01T15:20:02.479Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22912026-07-01T15:20:02.528Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-01T15:20:02.595Z Compiling camino-tempfile v1.4.1
22932026-07-01T15:20:02.626Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22942026-07-01T15:20:02.644Z Compiling itertools v0.12.1
22952026-07-01T15:20:02.674Z Compiling usdt-macro v0.5.0
22962026-07-01T15:20:02.770Z Compiling usdt-attr-macro v0.5.0
22972026-07-01T15:20:02.840Z Compiling num-derive v0.4.2
22982026-07-01T15:20:02.981Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-01T15:20:03.033Z Compiling bitfield-struct v0.6.2
23002026-07-01T15:20:03.047Z Compiling blake3 v1.8.5
23012026-07-01T15:20:03.050Z Compiling memmap v0.7.0
23022026-07-01T15:20:03.091Z Compiling sigpipe v0.1.3
23032026-07-01T15:20:03.108Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23042026-07-01T15:20:03.189Z Compiling swrite v0.1.0
23052026-07-01T15:20:03.206Z Compiling glob v0.3.3
23062026-07-01T15:20:03.322Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-01T15:20:03.400Z Compiling smf v0.2.3
23082026-07-01T15:20:03.553Z Compiling usdt v0.5.0
23092026-07-01T15:20:03.595Z Compiling filetime v0.2.27
23102026-07-01T15:20:03.630Z Compiling arrayvec v0.7.6
23112026-07-01T15:20:03.692Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23122026-07-01T15:20:03.777Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23132026-07-01T15:20:03.826Z Compiling constant_time_eq v0.4.2
23142026-07-01T15:20:03.883Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23152026-07-01T15:20:03.899Z Compiling arrayref v0.3.9
23162026-07-01T15:20:03.928Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23172026-07-01T15:20:03.981Z Compiling zone v0.3.1
23182026-07-01T15:20:03.997Z Compiling xattr v1.6.1
23192026-07-01T15:20:04.019Z Compiling whoami v1.6.1
23202026-07-01T15:20:04.133Z Compiling tar v0.4.45
23212026-07-01T15:20:04.147Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23222026-07-01T15:20:04.190Z Compiling tokio-dtrace v0.1.1
23232026-07-01T15:20:04.211Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23242026-07-01T15:20:04.321Z Compiling console v0.16.2
23252026-07-01T15:20:04.466Z Compiling gethostname v0.5.0
23262026-07-01T15:20:04.501Z Compiling topological-sort v0.2.2
23272026-07-01T15:20:04.534Z Compiling unit-prefix v0.5.2
23282026-07-01T15:20:04.556Z Compiling oxide-tokio-rt v0.1.4
23292026-07-01T15:20:04.618Z Compiling toml v0.8.23
23302026-07-01T15:20:04.688Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23312026-07-01T15:20:04.726Z Compiling indicatif v0.18.4
23322026-07-01T15:20:04.827Z Compiling shell-words v1.1.1
23332026-07-01T15:20:14.030Z Compiling progenitor-client v0.14.0
23342026-07-01T15:20:14.030Z Compiling omicron-zone-package v0.12.3
23352026-07-01T15:20:14.281Z Compiling progenitor-extras v0.2.0
23362026-07-01T15:20:14.635Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23372026-07-01T15:20:14.653Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23382026-07-01T15:20:14.733Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23392026-07-01T15:20:14.746Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23402026-07-01T15:20:14.793Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23412026-07-01T15:20:14.819Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23422026-07-01T15:20:14.959Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432026-07-01T15:20:15.075Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23442026-07-01T15:20:15.403Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23452026-07-01T15:20:19.390Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-01T15:20:27.382Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472026-07-01T15:20:30.519Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23482026-07-01T15:20:31.557Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23492026-07-01T15:20:40.892Z Finished `release` profile [optimized] target(s) in 1m 39s
23502026-07-01T15:20:41.029Z Running `target/release/omicron-package -t test target create -p dev`
23512026-07-01T15:20:41.085ZLogging to: /work/oxidecomputer/omicron/out/LOG
23522026-07-01T15:20:41.089ZCreated new build target 'test' and set it as active
23532026-07-01T15:20:41.089Z
23542026-07-01T15:20:41.089Zreal 1:39.941202288
23552026-07-01T15:20:41.089Zuser 16:23.463917345
23562026-07-01T15:20:41.089Zsys 2:36.666898619
23572026-07-01T15:20:41.089Ztrap 0.473095915
23582026-07-01T15:20:41.089Ztflt 2.168310598
23592026-07-01T15:20:41.089Zdflt 4.047469835
23602026-07-01T15:20:41.089Zkflt 0.016374439
23612026-07-01T15:20:41.089Zlock 51:48.864372226
23622026-07-01T15:20:41.089Zslp 42:25.497213906
23632026-07-01T15:20:41.089Zlat 44.181383017
23642026-07-01T15:20:41.089Zstop 5:08.902353030
23652026-07-01T15:20:41.089Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23662026-07-01T15:20:41.891Z Finished `release` profile [optimized] target(s) in 0.79s
23672026-07-01T15:20:41.954Z Running `target/release/omicron-package -t test package`
23682026-07-01T15:20:42.007ZLogging to: /work/oxidecomputer/omicron/out/LOG
23692026-07-01T15:20:43.369Z Compiling heck v0.5.0
23702026-07-01T15:20:43.369Z Compiling regress v0.11.1
23712026-07-01T15:20:43.598Z Compiling unsafe-libyaml v0.2.11
23722026-07-01T15:20:43.617Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-07-01T15:20:43.639Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23742026-07-01T15:20:43.658Z Compiling unicode-width v0.1.14
23752026-07-01T15:20:43.663Z Compiling atomicwrites v0.4.4
23762026-07-01T15:20:43.678Z Compiling derive-where v1.6.0
23772026-07-01T15:20:43.718Z Compiling bytecount v0.6.9
23782026-07-01T15:20:43.721Z Compiling is-terminal v0.4.17
23792026-07-01T15:20:43.721Z Compiling prettyplease v0.2.37
23802026-07-01T15:20:43.739Z Compiling console v0.15.11
23812026-07-01T15:20:43.742Z Compiling newline-converter v0.3.0
23822026-07-01T15:20:43.742Z Compiling hybrid-array v0.4.10
23832026-07-01T15:20:43.838Z Compiling slog-dtrace v0.3.0
23842026-07-01T15:20:43.861Z Compiling owo-colors v4.3.0
23852026-07-01T15:20:43.861Z Compiling cancel-safe-futures v0.1.5
23862026-07-01T15:20:43.924Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-07-01T15:20:43.944Z Compiling resolv-conf v0.7.6
23882026-07-01T15:20:43.969Z Compiling num-rational v0.4.2
23892026-07-01T15:20:44.005Z Compiling libsw-core v0.3.2
23902026-07-01T15:20:44.053Z Compiling num-complex v0.4.6
23912026-07-01T15:20:44.135Z Compiling serde_yaml v0.9.34+deprecated
23922026-07-01T15:20:44.135Z Compiling expectorate v1.2.0
23932026-07-01T15:20:44.251Z Compiling block-buffer v0.12.1
23942026-07-01T15:20:44.271Z Compiling crypto-common v0.2.2
23952026-07-01T15:20:44.274Z Compiling thread_local v1.1.9
23962026-07-01T15:20:44.274Z Compiling const-oid v0.10.2
23972026-07-01T15:20:44.389Z Compiling match_cfg v0.1.0
23982026-07-01T15:20:44.436Z Compiling compression-core v0.4.31
23992026-07-01T15:20:44.485Z Compiling hostname v0.3.1
24002026-07-01T15:20:44.519Z Compiling num v0.4.3
24012026-07-01T15:20:44.585Z Compiling compression-codecs v0.4.37
24022026-07-01T15:20:44.616Z Compiling libsw v3.5.0
24032026-07-01T15:20:44.640Z Compiling slog-async v2.8.0
24042026-07-01T15:20:44.643Z Compiling multer v3.1.0
24052026-07-01T15:20:44.709Z Compiling crossbeam-channel v0.5.15
24062026-07-01T15:20:44.730Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-07-01T15:20:44.833Z Compiling slog-json v2.6.1
24082026-07-01T15:20:44.856Z Compiling digest v0.11.3
24092026-07-01T15:20:44.880Z Compiling serde_spanned v1.1.1
24102026-07-01T15:20:44.920Z Compiling toml_datetime v1.1.1+spec-1.1.0
24112026-07-01T15:20:44.942Z Compiling cpufeatures v0.3.0
24122026-07-01T15:20:44.964Z Compiling linear-map v1.2.0
24132026-07-01T15:20:44.987Z Compiling float-ord v0.3.2
24142026-07-01T15:20:45.009Z Compiling linked-hash-map v0.5.6
24152026-07-01T15:20:45.042Z Compiling toml_writer v1.1.1+spec-1.1.0
24162026-07-01T15:20:45.065Z Compiling term v1.2.1
24172026-07-01T15:20:45.068Z Compiling take_mut v0.2.2
24182026-07-01T15:20:45.068Z Compiling sha1 v0.11.0
24192026-07-01T15:20:45.129Z Compiling typify-impl v0.6.2
24202026-07-01T15:20:45.152Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24212026-07-01T15:20:45.176Z Compiling slog-bunyan v2.5.0
24222026-07-01T15:20:45.211Z Compiling lru-cache v0.1.2
24232026-07-01T15:20:45.232Z Compiling toml v1.1.2+spec-1.1.0
24242026-07-01T15:20:45.275Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24252026-07-01T15:20:45.347Z Compiling async-compression v0.4.41
24262026-07-01T15:20:45.387Z Compiling slog-term v2.9.2
24272026-07-01T15:20:45.487Z Compiling dropshot v0.17.1
24282026-07-01T15:20:45.551Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292026-07-01T15:20:45.582Z Compiling async-stream v0.3.6
24302026-07-01T15:20:45.618Z Compiling progenitor-client v0.14.0
24312026-07-01T15:20:45.674Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24322026-07-01T15:20:45.695Z Compiling waitgroup v0.1.2
24332026-07-01T15:20:45.717Z Compiling rustls-pemfile v2.2.0
24342026-07-01T15:20:45.776Z Compiling backon v1.6.0
24352026-07-01T15:20:45.809Z Compiling serde_path_to_error v0.1.20
24362026-07-01T15:20:45.868Z Compiling hostname v0.4.2
24372026-07-01T15:20:45.889Z Compiling instant v0.1.13
24382026-07-01T15:20:45.923Z Compiling minimal-lexical v0.2.1
24392026-07-01T15:20:45.946Z Compiling debug-ignore v1.0.5
24402026-07-01T15:20:45.965Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24412026-07-01T15:20:46.015Z Compiling backoff v0.4.0
24422026-07-01T15:20:46.035Z Compiling progenitor-extras v0.2.0
24432026-07-01T15:20:46.039Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24442026-07-01T15:20:46.122Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24452026-07-01T15:20:46.219Z Compiling nom v7.1.3
24462026-07-01T15:20:46.254Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24472026-07-01T15:20:46.323Z Compiling parse-display v0.10.0
24482026-07-01T15:20:46.347Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24492026-07-01T15:20:46.415Z Compiling hickory-proto v0.24.4
24502026-07-01T15:20:46.543Z Compiling regress v0.10.5
24512026-07-01T15:20:46.976Z Compiling macaddr v1.0.1
24522026-07-01T15:20:47.041Z Compiling humantime v2.3.0
24532026-07-01T15:20:47.064Z Compiling unicode-xid v0.2.6
24542026-07-01T15:20:47.261Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-01T15:20:47.362Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562026-07-01T15:20:47.488Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24572026-07-01T15:20:47.630Z Compiling convert_case v0.10.0
24582026-07-01T15:20:47.681Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24592026-07-01T15:20:47.924Z Compiling derive_more-impl v2.1.1
24602026-07-01T15:20:48.033Z Compiling toml v0.8.23
24612026-07-01T15:20:48.341Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24622026-07-01T15:20:48.580Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24632026-07-01T15:20:48.603Z Compiling papergrid v0.11.0
24642026-07-01T15:20:48.603Z Compiling typify-macro v0.6.2
24652026-07-01T15:20:48.645Z Compiling tabled_derive v0.7.0
24662026-07-01T15:20:48.718Z Compiling derive_more v2.1.1
24672026-07-01T15:20:48.741Z Compiling termtree v0.5.1
24682026-07-01T15:20:48.827Z Compiling crossterm v0.29.0
24692026-07-01T15:20:48.921Z Compiling hickory-resolver v0.24.4
24702026-07-01T15:20:48.943Z Compiling phf_shared v0.12.1
24712026-07-01T15:20:49.233Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24722026-07-01T15:20:49.570Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24732026-07-01T15:20:49.784Z Compiling tabled v0.15.0
24742026-07-01T15:20:49.905Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24752026-07-01T15:20:50.153Z Compiling typify v0.6.2
24762026-07-01T15:20:50.440Z Compiling progenitor-impl v0.14.0
24772026-07-01T15:20:50.943Z Compiling qorb v0.4.1
24782026-07-01T15:20:51.767Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24792026-07-01T15:20:52.308Z Compiling csv-core v0.1.13
24802026-07-01T15:20:52.678Z Compiling progenitor-macro v0.14.0
24812026-07-01T15:20:52.754Z Compiling vte v0.14.1
24822026-07-01T15:20:53.005Z Compiling highway v1.3.0
24832026-07-01T15:20:53.729Z Compiling chrono-tz v0.10.4
24842026-07-01T15:20:53.815Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24852026-07-01T15:20:54.042Z Compiling strip-ansi-escapes v0.2.1
24862026-07-01T15:20:54.099Z Compiling csv v1.4.0
24872026-07-01T15:20:54.311Z Compiling phf v0.12.1
24882026-07-01T15:20:54.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892026-07-01T15:20:54.454Z Compiling const_format_proc_macros v0.2.34
24902026-07-01T15:20:54.513Z Compiling fd-lock v4.0.4
24912026-07-01T15:20:54.603Z Compiling peg-macros v0.8.5
24922026-07-01T15:20:54.685Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24932026-07-01T15:20:55.146Z Compiling nu-ansi-term v0.50.3
24942026-07-01T15:20:55.260Z Compiling const_format v0.2.35
24952026-07-01T15:20:55.597Z Compiling reedline v0.40.0
24962026-07-01T15:20:55.688Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24972026-07-01T15:20:55.755Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24982026-07-01T15:20:55.886Z Compiling peg v0.8.5
24992026-07-01T15:20:56.031Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25002026-07-01T15:20:56.347Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25012026-07-01T15:20:56.734Z Compiling progenitor v0.14.0
25022026-07-01T15:20:56.904Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25032026-07-01T15:20:57.024Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25042026-07-01T15:20:57.371Z Compiling bcs v0.1.6
25052026-07-01T15:20:57.726Z Compiling nom v8.0.0
25062026-07-01T15:20:57.812Z Compiling semver v0.1.20
25072026-07-01T15:20:58.107Z Compiling rustc_version v0.1.7
25082026-07-01T15:20:58.343Z Compiling newtype_derive v0.1.6
25092026-07-01T15:20:58.599Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102026-07-01T15:20:58.851Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25112026-07-01T15:20:58.950Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25122026-07-01T15:20:59.269Z Compiling unicode-linebreak v0.1.5
25132026-07-01T15:20:59.404Z Compiling smawk v0.3.2
25142026-07-01T15:20:59.546Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25152026-07-01T15:20:59.582Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25162026-07-01T15:20:59.603Z Compiling textwrap v0.16.2
25172026-07-01T15:20:59.677Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25182026-07-01T15:20:59.760Z Compiling base64 v0.21.7
25192026-07-01T15:20:59.819Z Compiling steno v0.4.1
25202026-07-01T15:21:00.021Z Compiling dropshot-api-manager-types v0.7.2
25212026-07-01T15:21:00.298Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25222026-07-01T15:21:00.487Z Compiling utf-8 v0.7.6
25232026-07-01T15:21:00.607Z Compiling tagptr v0.2.0
25242026-07-01T15:21:00.742Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25252026-07-01T15:21:00.828Z Compiling moka v0.12.13
25262026-07-01T15:21:01.045Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25272026-07-01T15:21:01.223Z Compiling tungstenite v0.21.0
25282026-07-01T15:21:01.246Z Compiling display-error-chain v0.2.2
25292026-07-01T15:21:01.601Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25302026-07-01T15:21:01.871Z Compiling tokio-tungstenite v0.21.0
25312026-07-01T15:21:01.895Z Compiling radium v0.7.0
25322026-07-01T15:21:02.125Z Compiling hickory-resolver v0.25.2
25332026-07-01T15:21:02.204Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25342026-07-01T15:21:02.300Z Compiling tap v1.0.1
25352026-07-01T15:21:02.447Z Compiling maybe-uninit v2.0.0
25362026-07-01T15:21:02.772Z Compiling wyz v0.5.1
25372026-07-01T15:21:03.020Z Compiling vergen-lib v0.1.6
25382026-07-01T15:21:03.160Z Compiling zerocopy-derive v0.6.6
25392026-07-01T15:21:03.268Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25402026-07-01T15:21:03.447Z Compiling funty v2.0.0
25412026-07-01T15:21:03.939Z Compiling packed_struct v0.10.1
25422026-07-01T15:21:04.232Z Compiling diesel_derives v2.3.7
25432026-07-01T15:21:04.411Z Compiling crc-catalog v2.4.0
25442026-07-01T15:21:04.521Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25452026-07-01T15:21:04.543Z Compiling crc v3.4.0
25462026-07-01T15:21:04.548Z Compiling zerocopy v0.6.6
25472026-07-01T15:21:04.789Z Compiling bitvec v1.0.1
25482026-07-01T15:21:05.237Z Compiling scheduled-thread-pool v0.2.7
25492026-07-01T15:21:05.290Z Compiling dsl_auto_type v0.2.0
25502026-07-01T15:21:05.646Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-01T15:21:05.827Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25522026-07-01T15:21:05.865Z Compiling packed_struct_codegen v0.10.1
25532026-07-01T15:21:05.919Z Compiling vergen-gitcl v1.0.8
25542026-07-01T15:21:05.979Z Compiling bitfield-macros v0.19.4
25552026-07-01T15:21:06.165Z Compiling diesel_table_macro_syntax v0.3.0
25562026-07-01T15:21:06.395Z Compiling dirs-sys-next v0.1.2
25572026-07-01T15:21:06.678Z Compiling proc-macro-error-attr2 v2.0.0
25582026-07-01T15:21:06.716Z Compiling indexmap v1.9.3
25592026-07-01T15:21:06.737Z Compiling nodrop v0.1.14
25602026-07-01T15:21:06.871Z Compiling maplit v1.0.2
25612026-07-01T15:21:06.933Z Compiling crunchy v0.2.4
25622026-07-01T15:21:06.972Z Compiling glob v0.3.3
25632026-07-01T15:21:07.121Z Compiling proc-macro-error2 v2.0.1
25642026-07-01T15:21:07.153Z Compiling array-init v0.0.4
25652026-07-01T15:21:07.315Z Compiling bitfield v0.19.4
25662026-07-01T15:21:07.340Z Compiling clang-sys v1.8.1
25672026-07-01T15:21:07.433Z Compiling dirs-next v2.0.0
25682026-07-01T15:21:07.614Z Compiling r2d2 v0.8.10
25692026-07-01T15:21:07.636Z Compiling smallvec v0.6.14
25702026-07-01T15:21:07.904Z Compiling num-derive v0.3.3
25712026-07-01T15:21:07.908Z Compiling hashbrown v0.12.3
25722026-07-01T15:21:07.959Z Compiling tiny-keccak v2.0.2
25732026-07-01T15:21:08.073Z Compiling downcast-rs v2.0.2
25742026-07-01T15:21:08.245Z Compiling serde-hex v0.1.0
25752026-07-01T15:21:08.309Z Compiling term v0.7.0
25762026-07-01T15:21:08.330Z Compiling tabled_derive v0.11.0
25772026-07-01T15:21:08.530Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-07-01T15:21:08.676Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25792026-07-01T15:21:08.727Z Compiling ron v0.8.1
25802026-07-01T15:21:08.810Z Compiling papergrid v0.17.0
25812026-07-01T15:21:08.832Z Compiling libscf-sys v1.1.0
25822026-07-01T15:21:08.933Z Compiling testing_table v0.3.0
25832026-07-01T15:21:09.002Z Compiling hashbrown v0.13.2
25842026-07-01T15:21:09.034Z Compiling crc-any v2.5.0
25852026-07-01T15:21:09.343Z Compiling bit-vec v0.6.3
25862026-07-01T15:21:09.386Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25872026-07-01T15:21:09.461Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25882026-07-01T15:21:09.591Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-07-01T15:21:09.616Z Compiling object v0.30.4
25902026-07-01T15:21:10.082Z Compiling tabled v0.20.0
25912026-07-01T15:21:10.115Z Compiling bit-set v0.5.3
25922026-07-01T15:21:10.303Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25932026-07-01T15:21:10.640Z Compiling ascii-canvas v3.0.0
25942026-07-01T15:21:10.840Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25952026-07-01T15:21:10.926Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-07-01T15:21:11.122Z Compiling progenitor-impl v0.13.0
25972026-07-01T15:21:11.143Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25982026-07-01T15:21:11.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25992026-07-01T15:21:11.413Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26002026-07-01T15:21:11.564Z Compiling itertools v0.10.5
26012026-07-01T15:21:11.609Z Compiling ena v0.14.4
26022026-07-01T15:21:11.865Z Compiling libloading v0.8.9
26032026-07-01T15:21:12.125Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26042026-07-01T15:21:12.187Z Compiling xshell-macros v0.2.7
26052026-07-01T15:21:12.245Z Compiling diesel v2.3.7
26062026-07-01T15:21:12.483Z Compiling regex-syntax v0.6.29
26072026-07-01T15:21:12.600Z Compiling path-slash v0.1.5
26082026-07-01T15:21:12.705Z Compiling bindgen v0.71.1
26092026-07-01T15:21:12.789Z Compiling unicase v2.9.0
26102026-07-01T15:21:12.863Z Compiling diff v0.1.13
26112026-07-01T15:21:13.044Z Compiling xshell v0.2.7
26122026-07-01T15:21:13.182Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26132026-07-01T15:21:13.189Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-07-01T15:21:13.283Z Compiling progenitor-macro v0.13.0
26152026-07-01T15:21:14.272Z Compiling lalrpop v0.19.12
26162026-07-01T15:21:14.463Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26172026-07-01T15:21:15.146Z Compiling cexpr v0.6.0
26182026-07-01T15:21:15.797Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26192026-07-01T15:21:16.080Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202026-07-01T15:21:16.556Z Compiling progenitor-client v0.13.0
26212026-07-01T15:21:17.087Z Compiling rustc-hash v2.1.1
26222026-07-01T15:21:17.237Z Compiling progenitor v0.13.0
26232026-07-01T15:21:17.320Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26242026-07-01T15:21:17.689Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26252026-07-01T15:21:18.001Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26262026-07-01T15:21:18.468Z Compiling headers-core v0.3.0
26272026-07-01T15:21:18.530Z Compiling libxml v0.3.3
26282026-07-01T15:21:18.579Z Compiling crc8 v0.1.1
26292026-07-01T15:21:18.625Z Compiling headers v0.4.1
26302026-07-01T15:21:18.716Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26312026-07-01T15:21:18.841Z Compiling strum_macros v0.24.3
26322026-07-01T15:21:18.894Z Compiling indoc v1.0.9
26332026-07-01T15:21:19.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26342026-07-01T15:21:19.134Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26352026-07-01T15:21:19.358Z Compiling git-stub v1.0.0
26362026-07-01T15:21:19.384Z Compiling derive_builder v0.20.2
26372026-07-01T15:21:19.555Z Compiling oso-derive v0.27.3
26382026-07-01T15:21:19.626Z Compiling quick-xml v0.37.5
26392026-07-01T15:21:19.912Z Compiling impl-trait-for-tuples v0.2.3
26402026-07-01T15:21:20.116Z Compiling openssl-probe v0.1.6
26412026-07-01T15:21:20.164Z Compiling git-stub-vcs v0.1.0
26422026-07-01T15:21:20.298Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26432026-07-01T15:21:20.427Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26442026-07-01T15:21:20.531Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26452026-07-01T15:21:20.769Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26462026-07-01T15:21:20.858Z Compiling bb8 v0.8.6
26472026-07-01T15:21:21.057Z Compiling trait-variant v0.1.2
26482026-07-01T15:21:21.210Z Compiling half v1.8.3
26492026-07-01T15:21:21.275Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26502026-07-01T15:21:21.520Z Compiling serde_cbor v0.11.2
26512026-07-01T15:21:21.643Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26522026-07-01T15:21:21.703Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532026-07-01T15:21:21.735Z Compiling polar-core v0.27.3
26542026-07-01T15:21:22.292Z Compiling samael v0.0.19
26552026-07-01T15:21:22.296Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26562026-07-01T15:21:22.397Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26572026-07-01T15:21:22.537Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26582026-07-01T15:21:22.640Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26592026-07-01T15:21:22.729Z Compiling nonempty v0.12.0
26602026-07-01T15:21:22.931Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612026-07-01T15:21:22.967Z Compiling fxhash v0.2.1
26622026-07-01T15:21:23.134Z Compiling libz-sys v1.1.24
26632026-07-01T15:21:23.157Z Compiling salty v0.3.0
26642026-07-01T15:21:23.643Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26652026-07-01T15:21:23.784Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26662026-07-01T15:21:23.943Z Compiling kstat-rs v0.2.4
26672026-07-01T15:21:24.306Z Compiling arc-swap v1.8.2
26682026-07-01T15:21:24.433Z Compiling fs-err v2.11.0
26692026-07-01T15:21:24.779Z Compiling slog-scope v4.4.1
26702026-07-01T15:21:24.839Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26712026-07-01T15:21:24.918Z Compiling mime_guess v2.0.5
26722026-07-01T15:21:25.179Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26732026-07-01T15:21:25.463Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26742026-07-01T15:21:25.892Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26752026-07-01T15:21:25.939Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26762026-07-01T15:21:26.389Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26772026-07-01T15:21:26.502Z Compiling nanorand v0.7.0
26782026-07-01T15:21:26.913Z Compiling darling_core v0.23.0
26792026-07-01T15:21:26.955Z Compiling libgit2-sys v0.18.3+1.9.2
26802026-07-01T15:21:27.217Z Compiling parking_lot_core v0.8.6
26812026-07-01T15:21:27.552Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26822026-07-01T15:21:27.718Z Compiling flume v0.11.1
26832026-07-01T15:21:28.159Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26842026-07-01T15:21:28.491Z Compiling slog-stdlog v4.1.1
26852026-07-01T15:21:29.034Z Compiling darling_macro v0.23.0
26862026-07-01T15:21:29.195Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26872026-07-01T15:21:29.343Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26882026-07-01T15:21:29.391Z Compiling primeorder v0.13.6
26892026-07-01T15:21:29.703Z Compiling diesel-dtrace v0.5.0
26902026-07-01T15:21:29.745Z Compiling async-bb8-diesel v0.2.1
26912026-07-01T15:21:30.025Z Compiling atty v0.2.14
26922026-07-01T15:21:30.177Z Compiling parse-size v1.1.0
26932026-07-01T15:21:30.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26942026-07-01T15:21:30.408Z Compiling instability v0.3.11
26952026-07-01T15:21:30.450Z Compiling http-range v0.1.5
26962026-07-01T15:21:30.583Z Compiling strsim v0.10.0
26972026-07-01T15:21:30.685Z Compiling oso v0.27.3
26982026-07-01T15:21:30.834Z Compiling darling_core v0.13.4
26992026-07-01T15:21:30.917Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-07-01T15:21:32.493Z Compiling p384 v0.13.1
27012026-07-01T15:21:33.083Z Compiling darling v0.23.0
27022026-07-01T15:21:33.200Z Compiling slog-envlogger v2.2.0
27032026-07-01T15:21:34.363Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-07-01T15:21:34.623Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-07-01T15:21:35.226Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27062026-07-01T15:21:37.259Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27072026-07-01T15:21:37.359Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27082026-07-01T15:21:37.703Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-07-01T15:21:37.942Z Compiling ignore v0.4.25
27102026-07-01T15:21:38.099Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27112026-07-01T15:21:38.123Z Compiling castaway v0.2.4
27122026-07-01T15:21:38.286Z Compiling vergen-git2 v9.1.0
27132026-07-01T15:21:38.527Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27142026-07-01T15:21:38.809Z Compiling indoc v2.0.7
27152026-07-01T15:21:38.901Z Compiling globwalk v0.9.1
27162026-07-01T15:21:39.566Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27172026-07-01T15:21:39.619Z Compiling compact_str v0.8.1
27182026-07-01T15:21:39.989Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27192026-07-01T15:21:40.319Z Compiling parking_lot v0.11.2
27202026-07-01T15:21:40.680Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27212026-07-01T15:21:40.777Z Compiling hyper-staticfile v0.10.1
27222026-07-01T15:21:41.201Z Compiling darling_macro v0.13.4
27232026-07-01T15:21:41.572Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-07-01T15:21:41.636Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-07-01T15:21:41.714Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27262026-07-01T15:21:41.968Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27272026-07-01T15:21:42.184Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27282026-07-01T15:21:42.212Z Compiling predicates-tree v1.0.13
27292026-07-01T15:21:42.434Z Compiling unicode-truncate v1.1.0
27302026-07-01T15:21:42.584Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27312026-07-01T15:21:42.646Z Compiling lru v0.12.5
27322026-07-01T15:21:42.675Z Compiling rand_seeder v0.4.0
27332026-07-01T15:21:42.829Z Compiling prefix-trie v0.7.0
27342026-07-01T15:21:42.865Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-07-01T15:21:42.886Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-07-01T15:21:42.930Z Compiling illumos-nvpair-sys v0.2.0
27372026-07-01T15:21:43.173Z Compiling corncobs v0.1.4
27382026-07-01T15:21:43.177Z Compiling cassowary v0.3.0
27392026-07-01T15:21:43.285Z Compiling hickory-server v0.25.2
27402026-07-01T15:21:43.323Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-07-01T15:21:43.373Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27422026-07-01T15:21:43.420Z Compiling camino-tempfile-ext v0.3.3
27432026-07-01T15:21:43.580Z Compiling ratatui v0.29.0
27442026-07-01T15:21:43.843Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27452026-07-01T15:21:44.037Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27462026-07-01T15:21:44.084Z Compiling darling v0.13.4
27472026-07-01T15:21:44.201Z Compiling sled v0.34.7
27482026-07-01T15:21:44.696Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27492026-07-01T15:21:44.764Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27502026-07-01T15:21:45.126Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27512026-07-01T15:21:46.652Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-07-01T15:21:47.150Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27532026-07-01T15:21:47.387Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27542026-07-01T15:21:47.626Z Compiling secrecy v0.8.0
27552026-07-01T15:21:47.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27562026-07-01T15:21:47.975Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27572026-07-01T15:21:48.354Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27582026-07-01T15:21:48.590Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27592026-07-01T15:21:49.204Z Compiling serde_with_macros v1.5.2
27602026-07-01T15:21:49.750Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27612026-07-01T15:21:50.201Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27622026-07-01T15:21:50.223Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27632026-07-01T15:21:51.254Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27642026-07-01T15:21:51.505Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27652026-07-01T15:21:51.749Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27662026-07-01T15:21:51.933Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27672026-07-01T15:21:51.992Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27682026-07-01T15:21:52.184Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27692026-07-01T15:21:52.228Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27702026-07-01T15:21:52.250Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27712026-07-01T15:21:52.426Z Compiling void v1.0.2
27722026-07-01T15:21:52.554Z Compiling lzss v0.8.2
27732026-07-01T15:21:52.814Z Compiling git2 v0.20.4
27742026-07-01T15:21:52.911Z Compiling illumos-nvpair v0.3.0
27752026-07-01T15:21:53.123Z Compiling serde_with v1.14.0
27762026-07-01T15:21:53.411Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27772026-07-01T15:21:53.796Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27782026-07-01T15:21:53.985Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
27792026-07-01T15:21:54.293Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27802026-07-01T15:21:54.982Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27812026-07-01T15:21:56.409Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27822026-07-01T15:21:56.501Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27832026-07-01T15:21:56.954Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27842026-07-01T15:21:57.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27852026-07-01T15:21:57.682Z Compiling tungstenite v0.23.0
27862026-07-01T15:21:57.886Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27872026-07-01T15:21:57.969Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27882026-07-01T15:21:59.531Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27892026-07-01T15:21:59.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-07-01T15:21:59.929Z Compiling nix v0.27.1
27912026-07-01T15:22:00.023Z Compiling twox-hash v2.1.2
27922026-07-01T15:22:00.044Z Compiling serde_bytes v0.11.19
27932026-07-01T15:22:00.131Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27942026-07-01T15:22:00.348Z Compiling tokio-tungstenite v0.23.1
27952026-07-01T15:22:00.372Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27962026-07-01T15:22:00.548Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27972026-07-01T15:22:00.632Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27982026-07-01T15:22:00.733Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27992026-07-01T15:22:01.110Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28002026-07-01T15:22:02.479Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28012026-07-01T15:22:03.134Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28022026-07-01T15:22:04.309Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28032026-07-01T15:22:04.717Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28042026-07-01T15:22:04.812Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28052026-07-01T15:22:05.214Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28062026-07-01T15:22:05.481Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28072026-07-01T15:22:05.739Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28082026-07-01T15:22:05.765Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28092026-07-01T15:22:05.955Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28102026-07-01T15:22:06.154Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28112026-07-01T15:22:06.873Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28122026-07-01T15:22:07.469Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28132026-07-01T15:22:09.268Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28142026-07-01T15:22:09.328Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28152026-07-01T15:22:09.578Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28162026-07-01T15:22:11.461Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28172026-07-01T15:22:11.681Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28182026-07-01T15:22:11.940Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28192026-07-01T15:22:12.656Z Compiling signal-hook-tokio v0.3.1
28202026-07-01T15:22:12.766Z Compiling fatfs v0.3.6
28212026-07-01T15:22:12.853Z Compiling yasna v0.5.2
28222026-07-01T15:22:12.892Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-07-01T15:22:12.913Z Compiling is_ci v1.2.0
28242026-07-01T15:22:13.135Z Compiling assert_matches v1.5.0
28252026-07-01T15:22:13.255Z Compiling seq-macro v0.3.6
28262026-07-01T15:22:13.807Z Compiling rcgen v0.12.1
28272026-07-01T15:22:14.013Z Compiling supports-color v3.0.2
28282026-07-01T15:22:14.299Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28292026-07-01T15:22:14.502Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28302026-07-01T15:22:15.153Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28312026-07-01T15:22:16.011Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28322026-07-01T15:22:16.261Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28332026-07-01T15:22:16.517Z Compiling rtoolbox v0.0.3
28342026-07-01T15:22:16.687Z Compiling subprocess v0.2.15
28352026-07-01T15:22:16.811Z Compiling rpassword v7.4.0
28362026-07-01T15:22:17.140Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28372026-07-01T15:22:18.504Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28382026-07-01T15:22:18.966Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28392026-07-01T15:22:18.989Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28402026-07-01T15:22:19.113Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28412026-07-01T15:22:21.555Z Compiling tui-tree-widget v0.23.1
28422026-07-01T15:22:21.602Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28432026-07-01T15:22:21.854Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28442026-07-01T15:22:22.025Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28452026-07-01T15:22:22.276Z Compiling uzers v0.12.2
28462026-07-01T15:22:22.426Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28472026-07-01T15:22:23.048Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28482026-07-01T15:22:24.058Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28492026-07-01T15:22:26.008Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28502026-07-01T15:22:26.705Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28512026-07-01T15:22:28.113Z Compiling support-bundle-viewer v0.1.2
28522026-07-01T15:22:28.874Z Compiling multimap v0.10.1
28532026-07-01T15:22:43.532Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28542026-07-01T15:22:44.766Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28552026-07-01T15:22:50.597Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28562026-07-01T15:22:51.032Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28572026-07-01T15:22:51.036Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-07-01T15:29:13.531Z Finished `release` profile [optimized] target(s) in 8m 31s
28592026-07-01T15:30:32.498Z
28602026-07-01T15:30:32.498Zreal 9:51.381105496
28612026-07-01T15:30:32.502Zuser 1:18:08.867772278
28622026-07-01T15:30:32.502Zsys 3:30.533194407
28632026-07-01T15:30:32.502Ztrap 1.769195954
28642026-07-01T15:30:32.502Ztflt 2.137824866
28652026-07-01T15:30:32.502Zdflt 17.857497456
28662026-07-01T15:30:32.502Zkflt 0.026644747
28672026-07-01T15:30:32.502Zlock 6:59:09.726367681
28682026-07-01T15:30:32.502Zslp 2:12:57.960019997
28692026-07-01T15:30:32.502Zlat 2:20.219438062
28702026-07-01T15:30:32.502Zstop 5:06.829479787
28712026-07-01T15:30:32.502Z+ mapfile -t packages
28722026-07-01T15:30:32.502Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28732026-07-01T15:30:33.379Z Finished `release` profile [optimized] target(s) in 0.87s
28742026-07-01T15:30:33.443Z Running `target/release/omicron-package -t test list-outputs`
28752026-07-01T15:30:33.502ZLogging to: /work/oxidecomputer/omicron/out/LOG
28762026-07-01T15:30:33.505Z+ ptime -m cargo build --locked --release -p xtask
28772026-07-01T15:30:33.962Z Compiling libc v0.2.185
28782026-07-01T15:30:33.962Z Compiling serde_core v1.0.228
28792026-07-01T15:30:33.965Z Compiling serde v1.0.228
28802026-07-01T15:30:33.965Z Compiling rustix v1.1.3
28812026-07-01T15:30:33.965Z Compiling serde_json v1.0.150
28822026-07-01T15:30:34.088Z Compiling bitflags v2.11.0
28832026-07-01T15:30:34.099Z Compiling usdt-impl v0.5.0
28842026-07-01T15:30:34.108Z Compiling syn v2.0.117
28852026-07-01T15:30:34.128Z Compiling syn v1.0.109
28862026-07-01T15:30:34.138Z Compiling getrandom v0.4.1
28872026-07-01T15:30:34.142Z Compiling log v0.4.29
28882026-07-01T15:30:34.162Z Compiling indexmap v2.14.0
28892026-07-01T15:30:34.176Z Compiling fs-err v3.3.0
28902026-07-01T15:30:34.365Z Compiling heck v0.4.1
28912026-07-01T15:30:34.424Z Compiling anyhow v1.0.102
28922026-07-01T15:30:34.434Z Compiling once_cell v1.21.3
28932026-07-01T15:30:34.854Z Compiling errno v0.3.14
28942026-07-01T15:30:34.854Z Compiling thread-id v4.2.2
28952026-07-01T15:30:34.857Z Compiling memmap v0.7.0
28962026-07-01T15:30:35.614Z Compiling proc-macro-error v1.0.4
28972026-07-01T15:30:35.855Z Compiling terminal_size v0.4.3
28982026-07-01T15:30:35.855Z Compiling tempfile v3.25.0
28992026-07-01T15:30:35.875Z Compiling tabled_derive v0.7.0
29002026-07-01T15:30:35.956Z Compiling clap_builder v4.6.0
29012026-07-01T15:30:35.956Z Compiling textwrap v0.16.2
29022026-07-01T15:30:36.304Z Compiling pest_generator v2.8.6
29032026-07-01T15:30:36.334Z Compiling camino v1.2.2
29042026-07-01T15:30:36.354Z Compiling cargo-platform v0.3.2
29052026-07-01T15:30:36.369Z Compiling semver v1.0.28
29062026-07-01T15:30:36.589Z Compiling tabled v0.15.0
29072026-07-01T15:30:36.658Z Compiling camino-tempfile v1.4.1
29082026-07-01T15:30:36.818Z Compiling serde_derive v1.0.228
29092026-07-01T15:30:36.818Z Compiling thiserror-impl v1.0.69
29102026-07-01T15:30:36.821Z Compiling zerocopy-derive v0.7.35
29112026-07-01T15:30:36.821Z Compiling scroll_derive v0.12.1
29122026-07-01T15:30:36.822Z Compiling thiserror-impl v2.0.18
29132026-07-01T15:30:36.822Z Compiling clap_derive v4.6.1
29142026-07-01T15:30:36.891Z Compiling pest_derive v2.8.6
29152026-07-01T15:30:37.566Z Compiling scroll v0.12.0
29162026-07-01T15:30:37.693Z Compiling zerocopy v0.7.35
29172026-07-01T15:30:37.893Z Compiling goblin v0.8.2
29182026-07-01T15:30:37.971Z Compiling thiserror v1.0.69
29192026-07-01T15:30:38.017Z Compiling thiserror v2.0.18
29202026-07-01T15:30:38.094Z Compiling dtrace-parser v0.2.0
29212026-07-01T15:30:38.562Z Compiling clap v4.6.1
29222026-07-01T15:30:40.009Z Compiling serde_spanned v0.6.9
29232026-07-01T15:30:40.084Z Compiling dof v0.3.0
29242026-07-01T15:30:40.094Z Compiling serde_tokenstream v0.2.3
29252026-07-01T15:30:40.106Z Compiling toml_datetime v0.6.11
29262026-07-01T15:30:40.196Z Compiling cargo_metadata v0.23.1
29272026-07-01T15:30:40.315Z Compiling macaddr v1.0.1
29282026-07-01T15:30:40.325Z Compiling toml_edit v0.22.27
29292026-07-01T15:30:40.798Z Compiling usdt-attr-macro v0.5.0
29302026-07-01T15:30:40.802Z Compiling usdt-macro v0.5.0
29312026-07-01T15:30:41.472Z Compiling usdt v0.5.0
29322026-07-01T15:30:41.878Z Compiling toml v0.8.23
29332026-07-01T15:30:42.326Z Compiling cargo_toml v0.21.0
29342026-07-01T15:30:46.805Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29352026-07-01T15:30:49.843Z Finished `release` profile [optimized] target(s) in 16.32s
29362026-07-01T15:30:49.983Z
29372026-07-01T15:30:49.983Zreal 16.442898345
29382026-07-01T15:30:49.983Zuser 2:06.345623610
29392026-07-01T15:30:49.983Zsys 14.170782071
29402026-07-01T15:30:49.983Ztrap 0.061530145
29412026-07-01T15:30:49.983Ztflt 0.523689360
29422026-07-01T15:30:49.984Zdflt 1.664474339
29432026-07-01T15:30:49.987Zkflt 0.000823181
29442026-07-01T15:30:49.987Zlock 4:32.110986873
29452026-07-01T15:30:49.987Zslp 2:43.638203370
29462026-07-01T15:30:49.987Zlat 3.933674266
29472026-07-01T15:30:49.987Zstop 15.607908378
29482026-07-01T15:30:49.987Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29492026-07-01T15:30:49.987Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29502026-07-01T15:30:49.987Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29512026-07-01T15:30:49.987Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29522026-07-01T15:30:49.987Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29532026-07-01T15:30:50.869Z Compiling progenitor-client v0.14.0
29542026-07-01T15:30:50.869Z Compiling cpufeatures v0.3.0
29552026-07-01T15:30:50.872Z Compiling newtype-uuid-macros v0.1.0
29562026-07-01T15:30:50.872Z Compiling hybrid-array v0.4.10
29572026-07-01T15:30:50.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29582026-07-01T15:30:51.057Z Compiling match_cfg v0.1.0
29592026-07-01T15:30:51.072Z Compiling slog-json v2.6.1
29602026-07-01T15:30:51.075Z Compiling structmeta-derive v0.3.0
29612026-07-01T15:30:51.075Z Compiling multer v3.1.0
29622026-07-01T15:30:51.075Z Compiling debug-ignore v1.0.5
29632026-07-01T15:30:51.075Z Compiling compression-core v0.4.31
29642026-07-01T15:30:51.075Z Compiling const-oid v0.10.2
29652026-07-01T15:30:51.095Z Compiling atomicwrites v0.4.4
29662026-07-01T15:30:51.098Z Compiling itertools v0.14.0
29672026-07-01T15:30:51.120Z Compiling async-stream-impl v0.3.6
29682026-07-01T15:30:51.137Z Compiling toml_datetime v1.1.1+spec-1.1.0
29692026-07-01T15:30:51.151Z Compiling serde_spanned v1.1.1
29702026-07-01T15:30:51.180Z Compiling hostname v0.3.1
29712026-07-01T15:30:51.277Z Compiling dropshot v0.17.1
29722026-07-01T15:30:51.317Z Compiling compression-codecs v0.4.37
29732026-07-01T15:30:51.333Z Compiling toml_writer v1.1.1+spec-1.1.0
29742026-07-01T15:30:51.336Z Compiling rustls-pemfile v2.2.0
29752026-07-01T15:30:51.369Z Compiling waitgroup v0.1.2
29762026-07-01T15:30:51.372Z Compiling dropshot_endpoint v0.17.1
29772026-07-01T15:30:51.372Z Compiling hostname v0.4.2
29782026-07-01T15:30:51.469Z Compiling slog-bunyan v2.5.0
29792026-07-01T15:30:51.487Z Compiling crypto-common v0.2.2
29802026-07-01T15:30:51.489Z Compiling block-buffer v0.12.1
29812026-07-01T15:30:51.536Z Compiling toml v1.1.2+spec-1.1.0
29822026-07-01T15:30:51.555Z Compiling async-compression v0.4.41
29832026-07-01T15:30:51.589Z Compiling serde_path_to_error v0.1.20
29842026-07-01T15:30:51.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29852026-07-01T15:30:51.605Z Compiling macaddr v1.0.1
29862026-07-01T15:30:51.605Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29872026-07-01T15:30:51.623Z Compiling instant v0.1.13
29882026-07-01T15:30:51.640Z Compiling regress v0.10.5
29892026-07-01T15:30:51.705Z Compiling backon v1.6.0
29902026-07-01T15:30:51.772Z Compiling backoff v0.4.0
29912026-07-01T15:30:51.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29922026-07-01T15:30:51.842Z Compiling async-stream v0.3.6
29932026-07-01T15:30:51.859Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29942026-07-01T15:30:51.893Z Compiling progenitor-extras v0.2.0
29952026-07-01T15:30:51.919Z Compiling humantime v2.3.0
29962026-07-01T15:30:51.948Z Compiling universal-hash v0.5.1
29972026-07-01T15:30:52.014Z Compiling opaque-debug v0.3.1
29982026-07-01T15:30:52.014Z Compiling regress v0.11.1
29992026-07-01T15:30:52.048Z Compiling half v2.7.1
30002026-07-01T15:30:52.101Z Compiling ciborium-io v0.2.2
30012026-07-01T15:30:52.186Z Compiling crucible-workspace-hack v0.1.0
30022026-07-01T15:30:52.279Z Compiling convert_case v0.4.0
30032026-07-01T15:30:52.279Z Compiling digest v0.11.3
30042026-07-01T15:30:52.279Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30052026-07-01T15:30:52.286Z Compiling aead v0.5.2
30062026-07-01T15:30:52.286Z Compiling secrecy v0.10.3
30072026-07-01T15:30:52.286Z Compiling structmeta v0.3.0
30082026-07-01T15:30:52.290Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30092026-07-01T15:30:52.323Z Compiling sha1 v0.11.0
30102026-07-01T15:30:52.357Z Compiling ciborium-ll v0.2.2
30112026-07-01T15:30:52.395Z Compiling poly1305 v0.8.0
30122026-07-01T15:30:52.399Z Compiling chacha20 v0.9.1
30132026-07-01T15:30:52.427Z Compiling unsafe-libyaml v0.2.11
30142026-07-01T15:30:52.468Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30152026-07-01T15:30:52.491Z Compiling derive-ex v0.1.8
30162026-07-01T15:30:52.527Z Compiling parse-display-derive v0.10.0
30172026-07-01T15:30:52.546Z Compiling ciborium v0.2.2
30182026-07-01T15:30:52.563Z Compiling derive_more v0.99.20
30192026-07-01T15:30:52.583Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30202026-07-01T15:30:52.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-01T15:30:52.616Z Compiling thiserror-impl-no-std v2.0.2
30222026-07-01T15:30:52.696Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30232026-07-01T15:30:52.898Z Compiling byte-wrapper v0.1.0
30242026-07-01T15:30:52.975Z Compiling serde_yaml v0.9.34+deprecated
30252026-07-01T15:30:52.994Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30262026-07-01T15:30:53.153Z Compiling blake2 v0.10.6
30272026-07-01T15:30:53.171Z Compiling password-hash v0.5.0
30282026-07-01T15:30:53.171Z Compiling toml_datetime v0.7.5+spec-1.1.0
30292026-07-01T15:30:53.210Z Compiling chacha20poly1305 v0.10.1
30302026-07-01T15:30:53.272Z Compiling indent_write v2.2.0
30312026-07-01T15:30:53.290Z Compiling heapless v0.8.0
30322026-07-01T15:30:53.388Z Compiling toml_edit v0.23.10+spec-1.0.0
30332026-07-01T15:30:53.443Z Compiling argon2 v0.5.3
30342026-07-01T15:30:53.459Z Compiling ingot-macros v0.1.1
30352026-07-01T15:30:53.628Z Compiling tabwriter v1.4.1
30362026-07-01T15:30:53.743Z Compiling typify-impl v0.6.2
30372026-07-01T15:30:53.847Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30382026-07-01T15:30:53.876Z Compiling thiserror-no-std v2.0.2
30392026-07-01T15:30:53.901Z Compiling hash32 v0.3.1
30402026-07-01T15:30:53.991Z Compiling vsss-rs v3.3.4
30412026-07-01T15:30:54.082Z Compiling proc-macro-crate v3.4.0
30422026-07-01T15:30:54.146Z Compiling smoltcp v0.11.0
30432026-07-01T15:30:54.288Z Compiling test-strategy v0.4.5
30442026-07-01T15:30:54.338Z Compiling parse-display v0.10.0
30452026-07-01T15:30:54.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30462026-07-01T15:30:54.568Z Compiling cobs v0.3.0
30472026-07-01T15:30:54.659Z Compiling colored v3.1.1
30482026-07-01T15:30:54.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30492026-07-01T15:30:54.695Z Compiling num_enum_derive v0.7.6
30502026-07-01T15:30:54.755Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30512026-07-01T15:30:54.822Z Compiling postcard v1.1.3
30522026-07-01T15:30:54.882Z Compiling proc-macro-error v1.0.4
30532026-07-01T15:30:54.974Z Compiling proc-macro-crate v1.3.1
30542026-07-01T15:30:54.991Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30552026-07-01T15:30:55.052Z Compiling foreign-types-macros v0.2.3
30562026-07-01T15:30:55.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30572026-07-01T15:30:55.195Z Compiling rayon-core v1.13.0
30582026-07-01T15:30:55.261Z Compiling foreign-types-shared v0.3.1
30592026-07-01T15:30:55.278Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30602026-07-01T15:30:55.380Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-07-01T15:30:55.450Z Compiling num_enum_derive v0.5.11
30622026-07-01T15:30:55.499Z Compiling chacha20 v0.10.0
30632026-07-01T15:30:55.502Z Compiling crossbeam-deque v0.8.6
30642026-07-01T15:30:55.561Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30652026-07-01T15:30:55.603Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30662026-07-01T15:30:55.634Z Compiling cstr-argument v0.1.2
30672026-07-01T15:30:55.656Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30682026-07-01T15:30:55.745Z Compiling foreign-types v0.5.0
30692026-07-01T15:30:55.821Z Compiling rand v0.10.0
30702026-07-01T15:30:55.850Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30712026-07-01T15:30:55.868Z Compiling num_enum v0.7.6
30722026-07-01T15:30:55.887Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30732026-07-01T15:30:55.929Z Compiling zone_cfg_derive v0.3.1
30742026-07-01T15:30:55.945Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30752026-07-01T15:30:56.023Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30762026-07-01T15:30:56.068Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30772026-07-01T15:30:56.130Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30782026-07-01T15:30:56.147Z Compiling rayon v1.11.0
30792026-07-01T15:30:56.223Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30802026-07-01T15:30:56.263Z Compiling itertools v0.12.1
30812026-07-01T15:30:56.287Z Compiling num-derive v0.4.2
30822026-07-01T15:30:56.287Z Compiling sigpipe v0.1.3
30832026-07-01T15:30:56.423Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30842026-07-01T15:30:56.472Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30852026-07-01T15:30:56.492Z Compiling ingot-types v0.1.2
30862026-07-01T15:30:56.509Z Compiling glob v0.3.3
30872026-07-01T15:30:56.575Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-01T15:30:56.595Z Compiling num_enum v0.5.11
30892026-07-01T15:30:56.656Z Compiling smf v0.2.3
30902026-07-01T15:30:56.715Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30912026-07-01T15:30:56.771Z Compiling whoami v1.6.1
30922026-07-01T15:30:56.794Z Compiling usdt-attr-macro v0.5.0
30932026-07-01T15:30:56.825Z Compiling usdt-macro v0.5.0
30942026-07-01T15:30:56.866Z Compiling gethostname v0.5.0
30952026-07-01T15:30:56.944Z Compiling ingot v0.1.1
30962026-07-01T15:30:57.016Z Compiling num-rational v0.4.2
30972026-07-01T15:30:57.062Z Compiling num-complex v0.4.6
30982026-07-01T15:30:57.099Z Compiling memmap v0.7.0
30992026-07-01T15:30:57.245Z Compiling derive-where v1.6.0
31002026-07-01T15:30:57.266Z Compiling float-ord v0.3.2
31012026-07-01T15:30:57.334Z Compiling toml v0.8.23
31022026-07-01T15:30:57.353Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31032026-07-01T15:30:57.417Z Compiling resolv-conf v0.7.6
31042026-07-01T15:30:57.512Z Compiling zone v0.3.1
31052026-07-01T15:30:57.590Z Compiling num v0.4.3
31062026-07-01T15:30:57.651Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31072026-07-01T15:30:57.654Z Compiling owo-colors v4.3.0
31082026-07-01T15:30:57.687Z Compiling cancel-safe-futures v0.1.5
31092026-07-01T15:30:57.705Z Compiling usdt v0.5.0
31102026-07-01T15:30:57.769Z Compiling libsw-core v0.3.2
31112026-07-01T15:30:57.805Z Compiling prettyplease v0.2.37
31122026-07-01T15:30:57.822Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31132026-07-01T15:30:57.974Z Compiling libsw v3.5.0
31142026-07-01T15:30:58.018Z Compiling console v0.15.11
31152026-07-01T15:30:58.024Z Compiling hickory-proto v0.24.4
31162026-07-01T15:30:58.050Z Compiling newline-converter v0.3.0
31172026-07-01T15:30:58.102Z Compiling linear-map v1.2.0
31182026-07-01T15:30:58.125Z Compiling linked-hash-map v0.5.6
31192026-07-01T15:30:58.178Z Compiling libefi-sys v0.1.0
31202026-07-01T15:30:58.231Z Compiling git-stub v1.0.0
31212026-07-01T15:30:58.323Z Compiling lru-cache v0.1.2
31222026-07-01T15:30:58.340Z Compiling bitfield-struct v0.6.2
31232026-07-01T15:30:58.357Z Compiling expectorate v1.2.0
31242026-07-01T15:30:58.440Z Compiling nom v8.0.0
31252026-07-01T15:30:58.458Z Compiling semver v0.1.20
31262026-07-01T15:30:58.477Z Compiling typify-macro v0.6.2
31272026-07-01T15:30:58.522Z Compiling git-stub-vcs v0.1.0
31282026-07-01T15:30:58.545Z Compiling tokio-dtrace v0.1.1
31292026-07-01T15:30:58.647Z Compiling dropshot-api-manager-types v0.7.2
31302026-07-01T15:30:58.684Z Compiling rustc_version v0.1.7
31312026-07-01T15:30:58.719Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31322026-07-01T15:30:58.780Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31332026-07-01T15:30:58.849Z Compiling slog-dtrace v0.3.0
31342026-07-01T15:30:58.917Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31352026-07-01T15:30:58.920Z Compiling minimal-lexical v0.2.1
31362026-07-01T15:30:58.950Z Compiling oxide-tokio-rt v0.1.4
31372026-07-01T15:30:58.953Z Compiling newtype_derive v0.1.6
31382026-07-01T15:30:58.999Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31392026-07-01T15:30:59.022Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31402026-07-01T15:30:59.068Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31412026-07-01T15:30:59.099Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31422026-07-01T15:30:59.179Z Compiling nom v7.1.3
31432026-07-01T15:30:59.221Z Compiling phf_shared v0.12.1
31442026-07-01T15:30:59.224Z Compiling csv-core v0.1.13
31452026-07-01T15:30:59.256Z Compiling chrono-tz v0.10.4
31462026-07-01T15:30:59.279Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31472026-07-01T15:30:59.381Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31482026-07-01T15:30:59.400Z Compiling unicode-xid v0.2.6
31492026-07-01T15:30:59.417Z Compiling highway v1.3.0
31502026-07-01T15:30:59.435Z Compiling xshell-macros v0.2.7
31512026-07-01T15:30:59.504Z Compiling csv v1.4.0
31522026-07-01T15:30:59.524Z Compiling phf v0.12.1
31532026-07-01T15:30:59.553Z Compiling const_format_proc_macros v0.2.34
31542026-07-01T15:30:59.818Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31552026-07-01T15:30:59.821Z Compiling primeorder v0.13.6
31562026-07-01T15:30:59.896Z Compiling xshell v0.2.7
31572026-07-01T15:31:00.009Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31582026-07-01T15:31:00.077Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31592026-07-01T15:31:00.153Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31602026-07-01T15:31:00.216Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31612026-07-01T15:31:00.338Z Compiling typify v0.6.2
31622026-07-01T15:31:00.468Z Compiling progenitor-impl v0.14.0
31632026-07-01T15:31:00.484Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31642026-07-01T15:31:00.524Z Compiling hickory-resolver v0.24.4
31652026-07-01T15:31:00.543Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31662026-07-01T15:31:00.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31672026-07-01T15:31:00.622Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31682026-07-01T15:31:00.858Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31692026-07-01T15:31:00.937Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31702026-07-01T15:31:01.043Z Compiling const_format v0.2.35
31712026-07-01T15:31:01.185Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31722026-07-01T15:31:01.231Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31732026-07-01T15:31:01.362Z Compiling tabled_derive v0.7.0
31742026-07-01T15:31:01.380Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31752026-07-01T15:31:01.408Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31762026-07-01T15:31:01.482Z Compiling bcs v0.1.6
31772026-07-01T15:31:01.602Z Compiling qorb v0.4.1
31782026-07-01T15:31:01.846Z Compiling termtree v0.5.1
31792026-07-01T15:31:01.916Z Compiling salty v0.3.0
31802026-07-01T15:31:02.039Z Compiling tagptr v0.2.0
31812026-07-01T15:31:02.221Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31822026-07-01T15:31:02.226Z Compiling textwrap v0.16.2
31832026-07-01T15:31:02.284Z Compiling moka v0.12.13
31842026-07-01T15:31:02.378Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31852026-07-01T15:31:02.402Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31862026-07-01T15:31:02.419Z Compiling tabled v0.15.0
31872026-07-01T15:31:02.486Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31882026-07-01T15:31:02.550Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31892026-07-01T15:31:02.604Z Compiling steno v0.4.1
31902026-07-01T15:31:02.656Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31912026-07-01T15:31:02.752Z Compiling radium v0.7.0
31922026-07-01T15:31:02.830Z Compiling base64 v0.21.7
31932026-07-01T15:31:03.099Z Compiling hickory-resolver v0.25.2
31942026-07-01T15:31:03.133Z Compiling p384 v0.13.1
31952026-07-01T15:31:03.202Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
31962026-07-01T15:31:03.263Z Compiling progenitor-macro v0.14.0
31972026-07-01T15:31:03.283Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31982026-07-01T15:31:03.292Z Compiling tap v1.0.1
31992026-07-01T15:31:03.316Z Compiling maybe-uninit v2.0.0
32002026-07-01T15:31:03.432Z Compiling wyz v0.5.1
32012026-07-01T15:31:03.715Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32022026-07-01T15:31:03.733Z Compiling proc-macro-error-attr2 v2.0.0
32032026-07-01T15:31:03.751Z Compiling parking_lot_core v0.8.6
32042026-07-01T15:31:03.784Z Compiling packed_struct v0.10.1
32052026-07-01T15:31:03.909Z Compiling funty v2.0.0
32062026-07-01T15:31:03.998Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32072026-07-01T15:31:04.072Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32082026-07-01T15:31:04.104Z Compiling utf-8 v0.7.6
32092026-07-01T15:31:04.207Z Compiling proc-macro-error2 v2.0.1
32102026-07-01T15:31:04.253Z Compiling tungstenite v0.21.0
32112026-07-01T15:31:04.298Z Compiling bitvec v1.0.1
32122026-07-01T15:31:04.330Z Compiling polyval v0.6.2
32132026-07-01T15:31:04.351Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32142026-07-01T15:31:04.543Z Compiling packed_struct_codegen v0.10.1
32152026-07-01T15:31:04.560Z Compiling num-derive v0.3.3
32162026-07-01T15:31:04.587Z Compiling zerocopy-derive v0.6.6
32172026-07-01T15:31:04.859Z Compiling bitfield-macros v0.19.4
32182026-07-01T15:31:05.064Z Compiling indexmap v1.9.3
32192026-07-01T15:31:05.081Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32202026-07-01T15:31:05.157Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32212026-07-01T15:31:05.174Z Compiling crc-catalog v2.4.0
32222026-07-01T15:31:05.177Z Compiling nodrop v0.1.14
32232026-07-01T15:31:05.232Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32242026-07-01T15:31:05.330Z Compiling array-init v0.0.4
32252026-07-01T15:31:05.334Z Compiling crc v3.4.0
32262026-07-01T15:31:05.401Z Compiling tokio-tungstenite v0.21.0
32272026-07-01T15:31:05.416Z Compiling tabled_derive v0.11.0
32282026-07-01T15:31:05.461Z Compiling ghash v0.5.1
32292026-07-01T15:31:05.538Z Compiling zerocopy v0.6.6
32302026-07-01T15:31:05.575Z Compiling libscf-sys v1.1.0
32312026-07-01T15:31:05.626Z Compiling smallvec v0.6.14
32322026-07-01T15:31:05.704Z Compiling bitfield v0.19.4
32332026-07-01T15:31:05.724Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32342026-07-01T15:31:05.752Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-07-01T15:31:05.770Z Compiling progenitor-impl v0.13.0
32362026-07-01T15:31:05.831Z Compiling papergrid v0.17.0
32372026-07-01T15:31:05.852Z Compiling testing_table v0.3.0
32382026-07-01T15:31:05.872Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32392026-07-01T15:31:05.890Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32402026-07-01T15:31:05.907Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32412026-07-01T15:31:06.033Z Compiling ctr v0.9.2
32422026-07-01T15:31:06.051Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32432026-07-01T15:31:06.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32442026-07-01T15:31:06.085Z Compiling unicase v2.9.0
32452026-07-01T15:31:06.177Z Compiling corncobs v0.1.4
32462026-07-01T15:31:06.279Z Compiling hashbrown v0.12.3
32472026-07-01T15:31:06.296Z Compiling illumos-nvpair-sys v0.2.0
32482026-07-01T15:31:06.333Z Compiling mime_guess v2.0.5
32492026-07-01T15:31:06.380Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32502026-07-01T15:31:06.397Z Compiling aes-gcm v0.10.3
32512026-07-01T15:31:06.438Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32522026-07-01T15:31:06.555Z Compiling parking_lot v0.11.2
32532026-07-01T15:31:06.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32542026-07-01T15:31:06.703Z Compiling serde-hex v0.1.0
32552026-07-01T15:31:06.813Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32562026-07-01T15:31:06.830Z Compiling tabled v0.20.0
32572026-07-01T15:31:06.964Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32582026-07-01T15:31:06.981Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32592026-07-01T15:31:07.064Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32602026-07-01T15:31:07.180Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32612026-07-01T15:31:07.233Z Compiling ron v0.8.1
32622026-07-01T15:31:07.347Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32632026-07-01T15:31:07.381Z Compiling hashbrown v0.13.2
32642026-07-01T15:31:07.502Z Compiling progenitor-client v0.13.0
32652026-07-01T15:31:07.609Z Compiling blowfish v0.9.1
32662026-07-01T15:31:07.859Z Compiling prefix-trie v0.7.0
32672026-07-01T15:31:07.862Z Compiling ssh-encoding v0.2.0
32682026-07-01T15:31:07.898Z Compiling fxhash v0.2.1
32692026-07-01T15:31:07.917Z Compiling secrecy v0.8.0
32702026-07-01T15:31:08.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
32712026-07-01T15:31:08.106Z Compiling crc-any v2.5.0
32722026-07-01T15:31:08.177Z Compiling ssh-cipher v0.2.0
32732026-07-01T15:31:08.246Z Compiling hickory-server v0.25.2
32742026-07-01T15:31:08.357Z Compiling sled v0.34.7
32752026-07-01T15:31:08.376Z Compiling progenitor v0.14.0
32762026-07-01T15:31:08.380Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-07-01T15:31:08.450Z Compiling object v0.30.4
32782026-07-01T15:31:08.496Z Compiling bcrypt-pbkdf v0.10.0
32792026-07-01T15:31:08.513Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32802026-07-01T15:31:08.542Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32812026-07-01T15:31:08.799Z Compiling progenitor-macro v0.13.0
32822026-07-01T15:31:08.860Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-07-01T15:31:08.882Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32842026-07-01T15:31:08.914Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32852026-07-01T15:31:09.257Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32862026-07-01T15:31:09.337Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32872026-07-01T15:31:09.519Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32882026-07-01T15:31:09.591Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32892026-07-01T15:31:09.607Z Compiling password-hash v0.4.2
32902026-07-01T15:31:09.668Z Compiling half v1.8.3
32912026-07-01T15:31:09.978Z Compiling crc8 v0.1.1
32922026-07-01T15:31:10.044Z Compiling http-range v0.1.5
32932026-07-01T15:31:10.073Z Compiling path-slash v0.1.5
32942026-07-01T15:31:10.163Z Compiling serde_cbor v0.11.2
32952026-07-01T15:31:10.313Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-07-01T15:31:10.383Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32972026-07-01T15:31:10.876Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-07-01T15:31:11.384Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32992026-07-01T15:31:11.410Z Compiling pbkdf2 v0.11.0
33002026-07-01T15:31:11.527Z Compiling illumos-nvpair v0.3.0
33012026-07-01T15:31:11.569Z Compiling ssh-key v0.6.7
33022026-07-01T15:31:11.658Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33032026-07-01T15:31:11.676Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33042026-07-01T15:31:11.897Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33052026-07-01T15:31:12.080Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33062026-07-01T15:31:12.140Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-07-01T15:31:12.211Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33082026-07-01T15:31:12.232Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33092026-07-01T15:31:12.249Z Compiling p256 v0.13.2
33102026-07-01T15:31:12.617Z Compiling p521 v0.13.3
33112026-07-01T15:31:12.641Z Compiling yasna v0.5.2
33122026-07-01T15:31:12.660Z Compiling kstat-rs v0.2.4
33132026-07-01T15:31:12.663Z Compiling headers-core v0.3.0
33142026-07-01T15:31:12.822Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33152026-07-01T15:31:12.843Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33162026-07-01T15:31:13.007Z Compiling nanorand v0.7.0
33172026-07-01T15:31:13.027Z Compiling atty v0.2.14
33182026-07-01T15:31:13.087Z Compiling russh-cryptovec v0.7.3
33192026-07-01T15:31:13.178Z Compiling home v0.5.12
33202026-07-01T15:31:13.310Z Compiling md5 v0.7.0
33212026-07-01T15:31:13.337Z Compiling flume v0.11.1
33222026-07-01T15:31:13.340Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33232026-07-01T15:31:13.373Z Compiling rcgen v0.12.1
33242026-07-01T15:31:13.394Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33252026-07-01T15:31:13.397Z Compiling headers v0.4.1
33262026-07-01T15:31:13.612Z Compiling russh-keys v0.45.0
33272026-07-01T15:31:13.629Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33282026-07-01T15:31:13.678Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33292026-07-01T15:31:13.720Z Compiling hyper-staticfile v0.10.1
33302026-07-01T15:31:13.868Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33312026-07-01T15:31:13.903Z Compiling progenitor v0.13.0
33322026-07-01T15:31:14.017Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33332026-07-01T15:31:14.091Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33342026-07-01T15:31:14.209Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33352026-07-01T15:31:14.250Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33362026-07-01T15:31:14.269Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33372026-07-01T15:31:14.287Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33382026-07-01T15:31:14.304Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33392026-07-01T15:31:14.555Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33402026-07-01T15:31:14.650Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33412026-07-01T15:31:14.688Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33422026-07-01T15:31:14.705Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33432026-07-01T15:31:14.776Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33442026-07-01T15:31:14.930Z Compiling num-bigint v0.4.6
33452026-07-01T15:31:14.955Z Compiling des v0.8.1
33462026-07-01T15:31:14.982Z Compiling subprocess v0.2.15
33472026-07-01T15:31:15.001Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33482026-07-01T15:31:15.004Z Compiling hex-literal v0.4.1
33492026-07-01T15:31:15.019Z Compiling display-error-chain v0.2.2
33502026-07-01T15:31:15.176Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33512026-07-01T15:31:15.216Z Compiling colored v2.2.0
33522026-07-01T15:31:15.219Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33532026-07-01T15:31:15.262Z Compiling socket2 v0.5.10
33542026-07-01T15:31:15.394Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33552026-07-01T15:31:15.474Z Compiling internet-checksum v0.2.1
33562026-07-01T15:31:15.504Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33572026-07-01T15:31:16.212Z Compiling russh v0.45.0
33582026-07-01T15:31:16.291Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33592026-07-01T15:31:17.291Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33602026-07-01T15:31:17.291Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33612026-07-01T15:31:19.760Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33622026-07-01T15:31:20.426Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33632026-07-01T15:31:20.847Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33642026-07-01T15:31:20.892Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33652026-07-01T15:31:22.987Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33662026-07-01T15:31:31.424Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33672026-07-01T15:31:31.424Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33682026-07-01T15:31:31.424Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33692026-07-01T15:31:31.427Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33702026-07-01T15:31:33.176Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33712026-07-01T15:31:33.345Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-07-01T15:31:37.452Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33732026-07-01T15:32:17.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
33742026-07-01T15:32:17.817Z
33752026-07-01T15:32:17.817Zreal 1:27.770650608
33762026-07-01T15:32:17.817Zuser 8:05.236487039
33772026-07-01T15:32:17.817Zsys 1:38.683681091
33782026-07-01T15:32:17.817Ztrap 0.237904015
33792026-07-01T15:32:17.817Ztflt 0.322657713
33802026-07-01T15:32:17.821Zdflt 1.684177364
33812026-07-01T15:32:17.821Zkflt 0.006655532
33822026-07-01T15:32:17.821Zlock 27:11.263770937
33832026-07-01T15:32:17.822Zslp 18:16.204079671
33842026-07-01T15:32:17.822Zlat 37.535838175
33852026-07-01T15:32:17.822Zstop 2:39.400439009
33862026-07-01T15:32:17.822Z+ mkdir tests
33872026-07-01T15:32:17.822Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
33882026-07-01T15:32:17.825Z+ xargs -I '{}' -t cp '{}' tests/
33892026-07-01T15:32:17.845Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2418a96003d56dd tests/
33902026-07-01T15:32:17.874Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2f9b05eaa7f9fa43 tests/
33912026-07-01T15:32:17.905Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5cb70ea80f2c657e tests/
33922026-07-01T15:32:17.935Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4286466062a8d251 tests/
33932026-07-01T15:32:18.277Z+ 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)
33942026-07-01T15:32:18.280Z+ 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-2f9b05eaa7f9fa43 tests/commtest-5cb70ea80f2c657e tests/dhcp_server-f2418a96003d56dd tests/end_to_end_tests-4286466062a8d251 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
33952026-07-01T15:33:37.522ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
33962026-07-01T15:33:37.522Za .github/buildomat/ci-env.sh 1K
33972026-07-01T15:33:37.522Za out/target/test 1K
33982026-07-01T15:33:37.522Za out/npuzone/npuzone 27402K
33992026-07-01T15:33:37.522Za package-manifest.toml 35K
34002026-07-01T15:33:37.522Za smf/sled-agent/non-gimlet/config.toml 6K
34012026-07-01T15:33:37.522Za target/release/omicron-package 40865K
34022026-07-01T15:33:37.522Za target/release/xtask 10412K
34032026-07-01T15:33:37.522Za target/debug/bootstrap 349063K
34042026-07-01T15:33:37.522Za tests/bootstrap-2f9b05eaa7f9fa43 31974K
34052026-07-01T15:33:37.522Za tests/commtest-5cb70ea80f2c657e 33328K
34062026-07-01T15:33:37.522Za tests/dhcp_server-f2418a96003d56dd 31974K
34072026-07-01T15:33:37.522Za tests/end_to_end_tests-4286466062a8d251 391208K
34082026-07-01T15:33:37.522Za tools/opte_version 1K
34092026-07-01T15:33:37.522Za tools/opte_version_override 2K
34102026-07-01T15:33:37.522Za out/clickhouse.tar.gz 308418K
34112026-07-01T15:33:37.522Za out/clickhouse_keeper.tar.gz 294902K
34122026-07-01T15:33:37.522Za out/clickhouse_server.tar.gz 308415K
34132026-07-01T15:33:37.522Za out/cockroachdb.tar.gz 158672K
34142026-07-01T15:33:37.522Za out/crucible-pantry-zone.tar.gz 37402K
34152026-07-01T15:33:37.522Za out/crucible-utils.tar 18900K
34162026-07-01T15:33:37.523Za out/crucible-zone.tar.gz 52097K
34172026-07-01T15:33:37.523Za out/external-dns.tar.gz 43177K
34182026-07-01T15:33:37.523Za out/internal-dns.tar.gz 43176K
34192026-07-01T15:33:37.523Za out/mg-ddm-gz.tar 97917K
34202026-07-01T15:33:37.523Za out/nexus.tar.gz 269658K
34212026-07-01T15:33:37.523Za out/ntp.tar.gz 26540K
34222026-07-01T15:33:37.523Za out/omicron-gateway-softnpu.tar.gz 28322K
34232026-07-01T15:33:37.523Za out/omicron-sled-agent.tar 194237K
34242026-07-01T15:33:37.523Za out/overlay.tar.gz 3K
34252026-07-01T15:33:37.523Za out/oximeter.tar.gz 59181K
34262026-07-01T15:33:37.523Za out/oxlog.tar 3808K
34272026-07-01T15:33:37.523Za out/probe.tar.gz 3037K
34282026-07-01T15:33:37.523Za out/propolis-server.tar.gz 34372K
34292026-07-01T15:33:37.523Za out/pumpkind-gz.tar 26647K
34302026-07-01T15:33:37.524Za out/switch-softnpu.tar.gz 444278K
34312026-07-01T15:33:37.527Z
34322026-07-01T15:33:37.527Zreal 1:19.240792955
34332026-07-01T15:33:37.527Zuser 1:16.648182159
34342026-07-01T15:33:37.527Zsys 4.331509610
34352026-07-01T15:33:37.527Ztrap 0.006279502
34362026-07-01T15:33:37.527Ztflt 0.000000000
34372026-07-01T15:33:37.527Zdflt 0.000000000
34382026-07-01T15:33:37.527Zkflt 0.000000000
34392026-07-01T15:33:37.527Zlock 0.000000000
34402026-07-01T15:33:37.527Zslp 1:16.573599226
34412026-07-01T15:33:37.527Zlat 0.916497315
34422026-07-01T15:33:37.527Zstop 0.000525590
34432026-07-01T15:33:37.527Zprocess exited: duration 985722 ms, exit code 0
 
34442026-07-01T15:33:37.541Zfound 1 output files
34452026-07-01T15:33:37.590Zuploading: /work/package.tar.gz (2447597301 bytes)
34462026-07-01T15:34:09.838Zuploaded: /work/package.tar.gz