01KWD1A1DQFT84RMA92ZMJPMC7: 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: 01KWD1AMAGK4570Z8M4CVNZCKS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T19:51:31.783Zjob assigned to worker 01KWD1AT31QMG5N7TFCCRSXKWN [factory aws, i-01cec2d925343ee52] (queued for 59 s)
 
22026-06-30T19:51:39.120Zstarting task 0: "setup"
32026-06-30T19:51:39.125Z++ uname -s
42026-06-30T19:51:39.128Z+ kern=SunOS
52026-06-30T19:51:39.128Z+ build_user=build
62026-06-30T19:51:39.128Z+ build_uid=12345
72026-06-30T19:51:39.128Z+ work_dir=/work
82026-06-30T19:51:39.128Z+ input_dir=/input
92026-06-30T19:51:39.128Z+ [[ 0 == 12345 ]]
102026-06-30T19:51:39.128Z+ case "$kern" in
112026-06-30T19:51:39.128Z+ groupadd -g 12345 build
122026-06-30T19:51:39.131Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T19:51:41.136Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T19:51:41.213Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T19:51:41.216Z+ home_fs=zfs
162026-06-30T19:51:41.216Z+ [[ zfs == autofs ]]
172026-06-30T19:51:41.216Z+ mkdir -p /home/build
182026-06-30T19:51:41.219Z+ chown build:build /home/build /work
192026-06-30T19:51:43.219Z+ chmod 0700 /home/build /work
202026-06-30T19:51:43.224Zprocess exited: duration 4104 ms, exit code 0
 
212026-06-30T19:51:43.230Zstarting task 1: "rust-toolchain"
222026-06-30T19:51:43.235Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-06-30T19:51:43.235Z * rust toolchain channel = "1.96.1"
242026-06-30T19:51:43.235Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-30T19:51:43.235Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-30T19:51:43.235Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T19:51:43.235Z * rust toolchain profile = "default"
282026-06-30T19:51:43.238Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T19:51:43.238Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-06-30T19:51:43.326Zinfo: downloading installer
312026-06-30T19:51:44.740Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T19:51:44.740Zwarn: /home/build/.rustup/settings.toml
332026-06-30T19:51:44.740Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T19:51:44.740Zwarn: instead of the one inferred from the default host triple.
352026-06-30T19:51:44.751Zinfo: profile set to default
362026-06-30T19:51:44.751Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T19:51:44.754Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-06-30T19:51:44.890Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-06-30T19:51:44.893Zinfo: downloading 6 components
402026-06-30T19:51:59.141Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-06-30T19:51:59.141Z
422026-06-30T19:51:59.171Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-06-30T19:51:59.171Z
442026-06-30T19:51:59.171Z
452026-06-30T19:51:59.171ZRust is installed now. Great!
462026-06-30T19:51:59.171Z
472026-06-30T19:51:59.171ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T19:51:59.171Zenvironment variable. This has not been done automatically.
492026-06-30T19:51:59.171Z
502026-06-30T19:51:59.171ZTo configure your current shell, you need to source
512026-06-30T19:51:59.171Zthe corresponding env file under $HOME/.cargo.
522026-06-30T19:51:59.171Z
532026-06-30T19:51:59.171ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T19:51:59.171Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T19:51:59.171Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T19:51:59.171Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T19:51:59.171Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T19:51:59.171Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T19:51:59.171Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T19:51:59.194Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T19:51:59.194Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T19:51:59.265Z+ rustup --version
632026-06-30T19:51:59.271Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T19:51:59.274Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T19:51:59.291Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-06-30T19:51:59.293Z+ cargo --version
672026-06-30T19:51:59.302Zcargo 1.96.1 (356927216 2026-06-26)
682026-06-30T19:51:59.304Z+ rustc --version
692026-06-30T19:51:59.323Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-06-30T19:51:59.325Zprocess exited: duration 16095 ms, exit code 0
 
712026-06-30T19:51:59.331Zstarting task 2: "authentication"
722026-06-30T19:51:59.348Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T19:51:59.353Zstarting task 3: "clone repository"
742026-06-30T19:51:59.358Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-30T19:51:59.360Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-30T19:51:59.392ZCloning into '/work/oxidecomputer/omicron'...
772026-06-30T19:52:09.284Z+ cd /work/oxidecomputer/omicron
782026-06-30T19:52:09.284Z+ git fetch origin 242cb66c96a79b2d9320cb6f84e6ad29aab26280
792026-06-30T19:52:09.576ZFrom https://github.com/oxidecomputer/omicron
802026-06-30T19:52:09.576Z * branch 242cb66c96a79b2d9320cb6f84e6ad29aab26280 -> FETCH_HEAD
812026-06-30T19:52:09.588Z+ [[ -n john/uplink-address-type ]]
822026-06-30T19:52:09.590Z++ git branch --show-current
832026-06-30T19:52:09.593Z+ current=main
842026-06-30T19:52:09.593Z+ [[ main != john/uplink-address-type ]]
852026-06-30T19:52:09.593Z+ git branch -f john/uplink-address-type 242cb66c96a79b2d9320cb6f84e6ad29aab26280
862026-06-30T19:52:09.596Z+ git checkout -f john/uplink-address-type
872026-06-30T19:52:09.836ZSwitched to branch 'john/uplink-address-type'
882026-06-30T19:52:09.839Z+ git reset --hard 242cb66c96a79b2d9320cb6f84e6ad29aab26280
892026-06-30T19:52:09.862ZHEAD is now at 242cb66c9 cargo fmt
902026-06-30T19:52:09.866Zprocess exited: duration 10510 ms, exit code 0
 
912026-06-30T19:52:09.873Zstarting task 4: "build"
922026-06-30T19:52:09.878Z+ source .github/buildomat/ci-env.sh
932026-06-30T19:52:09.878Z++ export CARGO_TERM_COLOR=always
942026-06-30T19:52:09.880Z++ CARGO_TERM_COLOR=always
952026-06-30T19:52:09.880Z+ cargo --version
962026-06-30T19:52:09.889Zcargo 1.96.1 (356927216 2026-06-26)
972026-06-30T19:52:09.892Z+ rustc --version
982026-06-30T19:52:09.913Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-06-30T19:52:09.916Z+ WORK=/work
1002026-06-30T19:52:09.916Z+ pfexec mkdir -p /work
1012026-06-30T19:52:09.919Z+ pfexec chown build /work
1022026-06-30T19:52:09.921Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-30T19:52:11.507Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-30T19:52:11.619Z Startup: Caching catalogs ... Done
1052026-06-30T19:52:12.116ZPlanning: Solver setup ... Done (0.442s)
1062026-06-30T19:52:12.140ZPlanning: Running solver ... Done (0.025s)
1072026-06-30T19:52:12.152ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-30T19:52:12.162ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-30T19:52:12.185ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-30T19:52:12.197ZPlanning: Package planning ... Done (0.013s)
1112026-06-30T19:52:12.200ZPlanning: Merging actions ... Done (0.001s)
1122026-06-30T19:52:12.361ZPlanning: Checking for conflicting actions ... Done (0.162s)
1132026-06-30T19:52:12.364ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-30T19:52:13.319ZPlanning: Evaluating mediators ... Done (0.930s)
1152026-06-30T19:52:13.328ZPlanning: Planning completed in 1.65 seconds
1162026-06-30T19:52:13.328Z Packages to install: 2
1172026-06-30T19:52:13.328Z Estimated space available: 156.06 GB
1182026-06-30T19:52:13.328ZEstimated space to be consumed: 30.97 MB
1192026-06-30T19:52:13.328Z Create boot environment: No
1202026-06-30T19:52:13.328ZCreate backup boot environment: No
1212026-06-30T19:52:13.328Z Rebuild boot archive: No
1222026-06-30T19:52:13.328Z
1232026-06-30T19:52:13.328ZChanged packages:
1242026-06-30T19:52:13.328Zhelios
1252026-06-30T19:52:13.328Z developer/build-essential
1262026-06-30T19:52:13.328Z None -> 11-3.0
1272026-06-30T19:52:13.328Z library/libxmlsec1
1282026-06-30T19:52:13.328Z None -> 1.2.35-3.0
1292026-06-30T19:52:13.341Z
1302026-06-30T19:52:13.341ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-30T19:52:13.924ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1322026-06-30T19:52:13.985Z Actions: 1/268 actions (Installing new actions)
1332026-06-30T19:52:14.024Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-30T19:52:14.036ZFinalize: Updating package state database ... Done (0.012s)
1352026-06-30T19:52:14.036ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-30T19:52:14.065ZFinalize: Updating image state ... Done (0.029s)
1372026-06-30T19:52:16.602ZFinalize: Creating fast lookup database ... Done (2.511s)
1382026-06-30T19:52:16.677ZFinalize: Reading search index ... Done (0.011s)
1392026-06-30T19:52:16.680ZFinalize: Updating search index ... Done (0.000s)
1402026-06-30T19:52:16.783ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-30T19:52:17.101ZPlanning: Evaluating mediator changes ... Done
1422026-06-30T19:52:17.203ZPlanning: Checking for conflicting actions ... Done
1432026-06-30T19:52:17.206ZPlanning: Consolidating action changes ... Done
1442026-06-30T19:52:17.361ZPlanning: Evaluating mediators ... Done
1452026-06-30T19:52:17.364ZPlanning: Planning completed in 0.26 seconds
1462026-06-30T19:52:17.385Z Mediators to change: 2
1472026-06-30T19:52:17.385Z Create boot environment: No
1482026-06-30T19:52:17.385ZCreate backup boot environment: No
1492026-06-30T19:52:17.458ZFinalize: Updating package state database ... Done
1502026-06-30T19:52:17.458ZFinalize: Updating package cache ... Done
1512026-06-30T19:52:17.474ZFinalize: Updating image state ... Done
1522026-06-30T19:52:19.391ZFinalize: Creating fast lookup database ... Done
1532026-06-30T19:52:19.455ZFinalize: Reading search index ... Done
1542026-06-30T19:52:19.460ZFinalize: Updating search index ... Done
1552026-06-30T19:52:19.505ZFinalize: Updating package cache ... Done
1562026-06-30T19:52:19.788ZPlanning: Evaluating mediator changes ... Done
1572026-06-30T19:52:19.894ZPlanning: Checking for conflicting actions ... Done
1582026-06-30T19:52:19.898ZPlanning: Consolidating action changes ... Done
1592026-06-30T19:52:20.047ZPlanning: Evaluating mediators ... Done
1602026-06-30T19:52:20.050ZPlanning: Planning completed in 0.26 seconds
1612026-06-30T19:52:20.070Z Mediators to change: 1
1622026-06-30T19:52:20.070Z Create boot environment: No
1632026-06-30T19:52:20.070ZCreate backup boot environment: No
1642026-06-30T19:52:20.111ZFinalize: Updating package state database ... Done
1652026-06-30T19:52:20.111ZFinalize: Updating package cache ... Done
1662026-06-30T19:52:20.126ZFinalize: Updating image state ... Done
1672026-06-30T19:52:22.061ZFinalize: Creating fast lookup database ... Done
1682026-06-30T19:52:22.121ZFinalize: Reading search index ... Done
1692026-06-30T19:52:22.124ZFinalize: Updating search index ... Done
1702026-06-30T19:52:22.175ZFinalize: Updating package cache ... Done
1712026-06-30T19:52:22.481ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-30T19:52:22.481Zapache system 2.4 system
1732026-06-30T19:52:22.481Zclang system 15 system
1742026-06-30T19:52:22.481Zcsh system system illumos
1752026-06-30T19:52:22.481Zctags system system illumos
1762026-06-30T19:52:22.481Zfile vendor vendor darwinsys
1772026-06-30T19:52:22.481Zfile system system illumos
1782026-06-30T19:52:22.481Zgcc vendor 14 vendor
1792026-06-30T19:52:22.481Zgcc system 13 system
1802026-06-30T19:52:22.481Zgcc system 10 system
1812026-06-30T19:52:22.481Zgo system 1.25 system
1822026-06-30T19:52:22.481Zllvm system 15 system
1832026-06-30T19:52:22.481Zmariadb system 11.4 system
1842026-06-30T19:52:22.481Zmta vendor vendor dma
1852026-06-30T19:52:22.481Zopenjdk system 17 system
1862026-06-30T19:52:22.481Zopenjdk system 11 system
1872026-06-30T19:52:22.481Zopenssl vendor 3 vendor
1882026-06-30T19:52:22.481Zperl system 5.40 system
1892026-06-30T19:52:22.482Zpostgresql system 18 system
1902026-06-30T19:52:22.482Zpostgresql system 17 system
1912026-06-30T19:52:22.482Zpython vendor 3 vendor
1922026-06-30T19:52:22.482Zpython system 2 system
1932026-06-30T19:52:22.482Zpython3 vendor 3.13 vendor
1942026-06-30T19:52:22.482Zruby system 3.4 system
1952026-06-30T19:52:22.482Zruby system 3.0 system
1962026-06-30T19:52:22.482Zwords vendor vendor american-english
1972026-06-30T19:52:22.482Zwords system system australian-english
1982026-06-30T19:52:22.482Zwords system system british-english
1992026-06-30T19:52:22.482Zwords system system canadian-english
2002026-06-30T19:52:22.482Zwords system system french
2012026-06-30T19:52:22.482Zwords system system italian
2022026-06-30T19:52:22.482Zwords system system ngerman
2032026-06-30T19:52:22.482Zwords system system ogerman
2042026-06-30T19:52:22.482Zwords system system spanish
2052026-06-30T19:52:22.735ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-30T19:52:22.735Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-30T19:52:23.041ZFMRI IFO
2082026-06-30T19:52:23.041Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-30T19:52:23.041Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-30T19:52:23.041Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-30T19:52:23.041Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-30T19:52:23.041Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-30T19:52:23.041Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-30T19:52:23.041Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-30T19:52:23.041Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-30T19:52:23.041Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-30T19:52:23.296Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-30T19:52:23.579Z Updating crates.io index
2192026-06-30T19:52:23.582Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-30T19:52:23.845Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-06-30T19:52:24.164Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-06-30T19:52:25.179Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-06-30T19:52:25.675Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-06-30T19:52:27.526Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-06-30T19:52:28.323Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-06-30T19:52:28.582Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-06-30T19:52:28.921Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-30T19:52:29.935Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-30T19:52:30.186Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-30T19:52:30.509Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-30T19:52:30.774Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-30T19:52:31.228Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-30T19:52:31.712Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-30T19:52:31.973Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-30T19:52:32.216Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-30T19:52:32.503Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-30T19:52:32.815Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-30T19:52:33.121Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-30T19:52:33.388Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-30T19:52:33.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-30T19:52:34.046Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-30T19:52:34.381Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-30T19:52:34.648Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-30T19:52:35.087Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-30T19:52:35.349Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-30T19:52:35.667Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-30T19:52:35.918Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-30T19:52:36.172Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-30T19:52:36.513Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-30T19:52:36.924Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-30T19:52:37.167Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-30T19:52:37.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-30T19:52:37.736Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-30T19:52:37.998Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-30T19:52:38.343Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-30T19:52:38.583Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-30T19:52:38.843Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-30T19:52:39.106Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-30T19:52:41.710Z Downloading crates ...
2602026-06-30T19:52:41.774Z Downloaded anstream v1.0.0
2612026-06-30T19:52:41.777Z Downloaded cfg-if v1.0.4
2622026-06-30T19:52:41.780Z Downloaded byteorder v1.5.0
2632026-06-30T19:52:41.783Z Downloaded anstyle v1.0.14
2642026-06-30T19:52:41.787Z Downloaded usdt v0.5.0
2652026-06-30T19:52:41.789Z Downloaded clap v4.6.1
2662026-06-30T19:52:41.794Z Downloaded fnv v1.0.7
2672026-06-30T19:52:41.796Z Downloaded cargo-util-schemas v0.8.2
2682026-06-30T19:52:41.796Z Downloaded cargo-platform v0.2.0
2692026-06-30T19:52:41.796Z Downloaded anstyle-query v1.1.5
2702026-06-30T19:52:41.799Z Downloaded cargo_metadata v0.21.0
2712026-06-30T19:52:41.802Z Downloaded anstyle-parse v1.0.0
2722026-06-30T19:52:41.806Z Downloaded typenum v1.19.0
2732026-06-30T19:52:41.808Z Downloaded icu_properties v2.1.2
2742026-06-30T19:52:41.811Z Downloaded utf8parse v0.2.2
2752026-06-30T19:52:41.811Z Downloaded icu_normalizer v2.1.1
2762026-06-30T19:52:41.814Z Downloaded autocfg v1.5.0
2772026-06-30T19:52:41.814Z Downloaded zerofrom-derive v0.1.6
2782026-06-30T19:52:41.814Z Downloaded toml_write v0.1.2
2792026-06-30T19:52:41.814Z Downloaded yoke-derive v0.8.1
2802026-06-30T19:52:41.816Z Downloaded toml_datetime v0.6.11
2812026-06-30T19:52:41.816Z Downloaded dtrace-parser v0.2.0
2822026-06-30T19:52:41.817Z Downloaded version_check v0.9.5
2832026-06-30T19:52:41.819Z Downloaded zerofrom v0.1.6
2842026-06-30T19:52:41.819Z Downloaded equivalent v1.0.2
2852026-06-30T19:52:41.819Z Downloaded displaydoc v0.2.5
2862026-06-30T19:52:41.821Z Downloaded usdt-attr-macro v0.5.0
2872026-06-30T19:52:41.824Z Downloaded url v2.5.8
2882026-06-30T19:52:41.827Z Downloaded zerocopy-derive v0.7.35
2892026-06-30T19:52:41.831Z Downloaded idna_adapter v1.2.1
2902026-06-30T19:52:41.834Z Downloaded yoke v0.8.1
2912026-06-30T19:52:41.834Z Downloaded icu_provider v2.1.1
2922026-06-30T19:52:41.842Z Downloaded bitflags v2.11.0
2932026-06-30T19:52:41.847Z Downloaded dof v0.3.0
2942026-06-30T19:52:41.847Z Downloaded anyhow v1.0.102
2952026-06-30T19:52:41.853Z Downloaded zerovec v0.11.5
2962026-06-30T19:52:41.853Z Downloaded unicode-xid v0.2.6
2972026-06-30T19:52:41.856Z Downloaded unicode-linebreak v0.1.5
2982026-06-30T19:52:41.856Z Downloaded heck v0.4.1
2992026-06-30T19:52:41.856Z Downloaded fastrand v2.3.0
3002026-06-30T19:52:41.856Z Downloaded thiserror-impl v2.0.18
3012026-06-30T19:52:41.856Z Downloaded ordered-float v2.10.1
3022026-06-30T19:52:41.859Z Downloaded icu_normalizer_data v2.1.1
3032026-06-30T19:52:41.859Z Downloaded thiserror v1.0.69
3042026-06-30T19:52:41.863Z Downloaded clap_lex v1.0.0
3052026-06-30T19:52:41.868Z Downloaded errno v0.3.14
3062026-06-30T19:52:41.868Z Downloaded thread-id v4.2.2
3072026-06-30T19:52:41.868Z Downloaded scroll_derive v0.12.1
3082026-06-30T19:52:41.871Z Downloaded tinystr v0.8.2
3092026-06-30T19:52:41.871Z Downloaded thiserror v2.0.18
3102026-06-30T19:52:41.875Z Downloaded serde-value v0.7.0
3112026-06-30T19:52:41.877Z Downloaded smawk v0.3.2
3122026-06-30T19:52:41.877Z Downloaded usdt-macro v0.5.0
3132026-06-30T19:52:41.878Z Downloaded utf8_iter v1.0.4
3142026-06-30T19:52:41.880Z Downloaded typeid v1.0.3
3152026-06-30T19:52:41.883Z Downloaded terminal_size v0.4.3
3162026-06-30T19:52:41.883Z Downloaded zerovec-derive v0.11.2
3172026-06-30T19:52:41.887Z Downloaded usdt-impl v0.5.0
3182026-06-30T19:52:41.887Z Downloaded writeable v0.6.2
3192026-06-30T19:52:41.890Z Downloaded proc-macro-error-attr v1.0.4
3202026-06-30T19:52:41.890Z Downloaded crypto-common v0.1.7
3212026-06-30T19:52:41.890Z Downloaded unicode-ident v1.0.24
3222026-06-30T19:52:41.890Z Downloaded toml v0.8.23
3232026-06-30T19:52:41.893Z Downloaded cpufeatures v0.2.17
3242026-06-30T19:52:41.893Z Downloaded idna v1.1.0
3252026-06-30T19:52:41.896Z Downloaded cargo_toml v0.21.0
3262026-06-30T19:52:41.896Z Downloaded form_urlencoded v1.2.2
3272026-06-30T19:52:41.896Z Downloaded colorchoice v1.0.4
3282026-06-30T19:52:41.899Z Downloaded strsim v0.11.1
3292026-06-30T19:52:41.899Z Downloaded ucd-trie v0.1.7
3302026-06-30T19:52:41.899Z Downloaded block-buffer v0.10.4
3312026-06-30T19:52:41.902Z Downloaded plain v0.2.3
3322026-06-30T19:52:41.906Z Downloaded zmij v1.0.21
3332026-06-30T19:52:41.909Z Downloaded thiserror-impl v1.0.69
3342026-06-30T19:52:41.909Z Downloaded textwrap v0.16.2
3352026-06-30T19:52:41.912Z Downloaded toml_edit v0.22.27
3362026-06-30T19:52:41.915Z Downloaded zerotrie v0.2.3
3372026-06-30T19:52:41.917Z Downloaded winnow v0.7.14
3382026-06-30T19:52:41.921Z Downloaded tabled_derive v0.7.0
3392026-06-30T19:52:41.924Z Downloaded potential_utf v0.1.4
3402026-06-30T19:52:41.924Z Downloaded sha2 v0.10.9
3412026-06-30T19:52:41.924Z Downloaded bytecount v0.6.9
3422026-06-30T19:52:41.927Z Downloaded heck v0.5.0
3432026-06-30T19:52:41.927Z Downloaded generic-array v0.14.7
3442026-06-30T19:52:41.929Z Downloaded proc-macro-error v1.0.4
3452026-06-30T19:52:41.932Z Downloaded itoa v1.0.17
3462026-06-30T19:52:41.938Z Downloaded pretty-hex v0.4.1
3472026-06-30T19:52:41.940Z Downloaded zerocopy v0.7.35
3482026-06-30T19:52:41.947Z Downloaded swrite v0.1.0
3492026-06-30T19:52:41.950Z Downloaded stable_deref_trait v1.2.1
3502026-06-30T19:52:41.950Z Downloaded serde_spanned v0.6.9
3512026-06-30T19:52:41.950Z Downloaded percent-encoding v2.3.2
3522026-06-30T19:52:41.950Z Downloaded memmap v0.7.0
3532026-06-30T19:52:41.955Z Downloaded is_terminal_polyfill v1.70.2
3542026-06-30T19:52:41.955Z Downloaded unicode-width v0.2.0
3552026-06-30T19:52:41.955Z Downloaded unicode-width v0.1.14
3562026-06-30T19:52:41.958Z Downloaded macaddr v1.0.1
3572026-06-30T19:52:41.961Z Downloaded camino-tempfile v1.4.1
3582026-06-30T19:52:41.963Z Downloaded quote v1.0.45
3592026-06-30T19:52:41.966Z Downloaded synstructure v0.13.2
3602026-06-30T19:52:41.966Z Downloaded scroll v0.12.0
3612026-06-30T19:52:41.969Z Downloaded serde_tokenstream v0.2.3
3622026-06-30T19:52:41.972Z Downloaded fs-err v3.3.0
3632026-06-30T19:52:41.975Z Downloaded camino v1.2.2
3642026-06-30T19:52:41.978Z Downloaded semver v1.0.28
3652026-06-30T19:52:41.980Z Downloaded litemap v0.8.1
3662026-06-30T19:52:41.980Z Downloaded digest v0.10.7
3672026-06-30T19:52:41.983Z Downloaded clap_derive v4.6.1
3682026-06-30T19:52:41.986Z Downloaded serde-untagged v0.1.9
3692026-06-30T19:52:41.994Z Downloaded smallvec v1.15.1
3702026-06-30T19:52:42.004Z Downloaded tempfile v3.25.0
3712026-06-30T19:52:42.007Z Downloaded erased-serde v0.4.9
3722026-06-30T19:52:42.010Z Downloaded pest_generator v2.8.6
3732026-06-30T19:52:42.010Z Downloaded num-traits v0.2.19
3742026-06-30T19:52:42.010Z Downloaded log v0.4.29
3752026-06-30T19:52:42.012Z Downloaded pest_derive v2.8.6
3762026-06-30T19:52:42.012Z Downloaded once_cell v1.21.3
3772026-06-30T19:52:42.024Z Downloaded proc-macro2 v1.0.106
3782026-06-30T19:52:42.026Z Downloaded getrandom v0.4.1
3792026-06-30T19:52:42.029Z Downloaded papergrid v0.11.0
3802026-06-30T19:52:42.032Z Downloaded serde_derive v1.0.228
3812026-06-30T19:52:42.041Z Downloaded icu_locale_core v2.1.1
3822026-06-30T19:52:42.044Z Downloaded icu_collections v2.1.1
3832026-06-30T19:52:42.047Z Downloaded pest_meta v2.8.6
3842026-06-30T19:52:42.050Z Downloaded memchr v2.8.0
3852026-06-30T19:52:42.067Z Downloaded indexmap v2.14.0
3862026-06-30T19:52:42.067Z Downloaded serde v1.0.228
3872026-06-30T19:52:42.067Z Downloaded serde_core v1.0.228
3882026-06-30T19:52:42.080Z Downloaded icu_properties_data v2.1.2
3892026-06-30T19:52:42.108Z Downloaded hashbrown v0.17.0
3902026-06-30T19:52:42.118Z Downloaded pest v2.8.6
3912026-06-30T19:52:42.120Z Downloaded clap_builder v4.6.0
3922026-06-30T19:52:42.124Z Downloaded goblin v0.8.2
3932026-06-30T19:52:42.128Z Downloaded serde_json v1.0.150
3942026-06-30T19:52:42.138Z Downloaded tabled v0.15.0
3952026-06-30T19:52:42.150Z Downloaded syn v1.0.109
3962026-06-30T19:52:42.164Z Downloaded syn v2.0.117
3972026-06-30T19:52:42.180Z Downloaded rustix v1.1.3
3982026-06-30T19:52:42.211Z Downloaded libc v0.2.185
3992026-06-30T19:52:42.282Z Compiling proc-macro2 v1.0.106
4002026-06-30T19:52:42.286Z Compiling unicode-ident v1.0.24
4012026-06-30T19:52:42.286Z Compiling quote v1.0.45
4022026-06-30T19:52:42.286Z Compiling serde_core v1.0.228
4032026-06-30T19:52:42.286Z Compiling libc v0.2.185
4042026-06-30T19:52:42.286Z Compiling version_check v0.9.5
4052026-06-30T19:52:42.286Z Compiling serde v1.0.228
4062026-06-30T19:52:42.286Z Compiling stable_deref_trait v1.2.1
4072026-06-30T19:52:42.286Z Compiling memchr v2.8.0
4082026-06-30T19:52:42.461Z Compiling zmij v1.0.21
4092026-06-30T19:52:42.470Z Compiling itoa v1.0.17
4102026-06-30T19:52:42.470Z Compiling ucd-trie v0.1.7
4112026-06-30T19:52:42.470Z Compiling autocfg v1.5.0
4122026-06-30T19:52:42.470Z Compiling thiserror v1.0.69
4132026-06-30T19:52:42.470Z Compiling writeable v0.6.2
4142026-06-30T19:52:42.687Z Compiling litemap v0.8.1
4152026-06-30T19:52:42.736Z Compiling byteorder v1.5.0
4162026-06-30T19:52:42.739Z Compiling icu_properties_data v2.1.2
4172026-06-30T19:52:42.770Z Compiling icu_normalizer_data v2.1.1
4182026-06-30T19:52:42.966Z Compiling pest v2.8.6
4192026-06-30T19:52:42.984Z Compiling rustix v1.1.3
4202026-06-30T19:52:43.057Z Compiling bitflags v2.11.0
4212026-06-30T19:52:43.149Z Compiling serde_json v1.0.150
4222026-06-30T19:52:43.155Z Compiling num-traits v0.2.19
4232026-06-30T19:52:43.292Z Compiling smallvec v1.15.1
4242026-06-30T19:52:43.361Z Compiling hashbrown v0.17.0
4252026-06-30T19:52:43.406Z Compiling equivalent v1.0.2
4262026-06-30T19:52:43.415Z Compiling typeid v1.0.3
4272026-06-30T19:52:43.452Z Compiling usdt-impl v0.5.0
4282026-06-30T19:52:43.516Z Compiling proc-macro-error-attr v1.0.4
4292026-06-30T19:52:43.549Z Compiling syn v1.0.109
4302026-06-30T19:52:43.564Z Compiling erased-serde v0.4.9
4312026-06-30T19:52:43.600Z Compiling toml_write v0.1.2
4322026-06-30T19:52:43.654Z Compiling errno v0.3.14
4332026-06-30T19:52:43.699Z Compiling thread-id v4.2.2
4342026-06-30T19:52:43.708Z Compiling winnow v0.7.14
4352026-06-30T19:52:43.803Z Compiling proc-macro-error v1.0.4
4362026-06-30T19:52:43.835Z Compiling utf8parse v0.2.2
4372026-06-30T19:52:43.835Z Compiling log v0.4.29
4382026-06-30T19:52:43.870Z Compiling plain v0.2.3
4392026-06-30T19:52:43.965Z Compiling indexmap v2.14.0
4402026-06-30T19:52:43.982Z Compiling thiserror v2.0.18
4412026-06-30T19:52:43.999Z Compiling utf8_iter v1.0.4
4422026-06-30T19:52:44.015Z Compiling getrandom v0.4.1
4432026-06-30T19:52:44.030Z Compiling camino v1.2.2
4442026-06-30T19:52:44.033Z Compiling percent-encoding v2.3.2
4452026-06-30T19:52:44.062Z Compiling pest_meta v2.8.6
4462026-06-30T19:52:44.149Z Compiling syn v2.0.117
4472026-06-30T19:52:44.241Z Compiling form_urlencoded v1.2.2
4482026-06-30T19:52:44.261Z Compiling anstyle-parse v1.0.0
4492026-06-30T19:52:44.408Z Compiling ordered-float v2.10.1
4502026-06-30T19:52:44.445Z Compiling is_terminal_polyfill v1.70.2
4512026-06-30T19:52:44.462Z Compiling anstyle v1.0.14
4522026-06-30T19:52:44.481Z Compiling anstyle-query v1.1.5
4532026-06-30T19:52:44.484Z Compiling cfg-if v1.0.4
4542026-06-30T19:52:44.555Z Compiling colorchoice v1.0.4
4552026-06-30T19:52:44.573Z Compiling pretty-hex v0.4.1
4562026-06-30T19:52:44.623Z Compiling terminal_size v0.4.3
4572026-06-30T19:52:44.681Z Compiling anstream v1.0.0
4582026-06-30T19:52:44.701Z Compiling fs-err v3.3.0
4592026-06-30T19:52:44.701Z Compiling heck v0.4.1
4602026-06-30T19:52:44.736Z Compiling fnv v1.0.7
4612026-06-30T19:52:44.740Z Compiling bytecount v0.6.9
4622026-06-30T19:52:44.740Z Compiling unicode-xid v0.2.6
4632026-06-30T19:52:44.878Z Compiling semver v1.0.28
4642026-06-30T19:52:44.933Z Compiling clap_lex v1.0.0
4652026-06-30T19:52:44.953Z Compiling anyhow v1.0.102
4662026-06-30T19:52:44.953Z Compiling once_cell v1.21.3
4672026-06-30T19:52:44.988Z Compiling unicode-width v0.1.14
4682026-06-30T19:52:45.014Z Compiling strsim v0.11.1
4692026-06-30T19:52:45.088Z Compiling heck v0.5.0
4702026-06-30T19:52:45.184Z Compiling fastrand v2.3.0
4712026-06-30T19:52:45.203Z Compiling clap_builder v4.6.0
4722026-06-30T19:52:45.222Z Compiling serde-untagged v0.1.9
4732026-06-30T19:52:45.240Z Compiling papergrid v0.11.0
4742026-06-30T19:52:45.317Z Compiling memmap v0.7.0
4752026-06-30T19:52:45.364Z Compiling unicode-linebreak v0.1.5
4762026-06-30T19:52:45.384Z Compiling unicode-width v0.2.0
4772026-06-30T19:52:45.410Z Compiling tempfile v3.25.0
4782026-06-30T19:52:45.466Z Compiling smawk v0.3.2
4792026-06-30T19:52:45.509Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-06-30T19:52:45.622Z Compiling textwrap v0.16.2
4812026-06-30T19:52:45.639Z Compiling swrite v0.1.0
4822026-06-30T19:52:45.656Z Compiling camino-tempfile v1.4.1
4832026-06-30T19:52:45.946Z Compiling tabled_derive v0.7.0
4842026-06-30T19:52:46.624Z Compiling tabled v0.15.0
4852026-06-30T19:52:46.665Z Compiling synstructure v0.13.2
4862026-06-30T19:52:46.666Z Compiling pest_generator v2.8.6
4872026-06-30T19:52:47.180Z Compiling serde_derive v1.0.228
4882026-06-30T19:52:47.180Z Compiling zerofrom-derive v0.1.6
4892026-06-30T19:52:47.180Z Compiling yoke-derive v0.8.1
4902026-06-30T19:52:47.180Z Compiling zerovec-derive v0.11.2
4912026-06-30T19:52:47.180Z Compiling displaydoc v0.2.5
4922026-06-30T19:52:47.180Z Compiling thiserror-impl v1.0.69
4932026-06-30T19:52:47.180Z Compiling zerocopy-derive v0.7.35
4942026-06-30T19:52:47.180Z Compiling scroll_derive v0.12.1
4952026-06-30T19:52:47.201Z Compiling thiserror-impl v2.0.18
4962026-06-30T19:52:47.220Z Compiling clap_derive v4.6.1
4972026-06-30T19:52:47.279Z Compiling pest_derive v2.8.6
4982026-06-30T19:52:47.982Z Compiling scroll v0.12.0
4992026-06-30T19:52:48.090Z Compiling zerocopy v0.7.35
5002026-06-30T19:52:48.223Z Compiling goblin v0.8.2
5012026-06-30T19:52:48.239Z Compiling zerofrom v0.1.6
5022026-06-30T19:52:48.344Z Compiling yoke v0.8.1
5032026-06-30T19:52:48.379Z Compiling dtrace-parser v0.2.0
5042026-06-30T19:52:48.493Z Compiling zerovec v0.11.5
5052026-06-30T19:52:48.493Z Compiling zerotrie v0.2.3
5062026-06-30T19:52:48.679Z Compiling clap v4.6.1
5072026-06-30T19:52:48.935Z Compiling tinystr v0.8.2
5082026-06-30T19:52:48.935Z Compiling potential_utf v0.1.4
5092026-06-30T19:52:49.035Z Compiling icu_collections v2.1.1
5102026-06-30T19:52:49.064Z Compiling icu_locale_core v2.1.1
5112026-06-30T19:52:49.591Z Compiling icu_provider v2.1.1
5122026-06-30T19:52:49.843Z Compiling icu_properties v2.1.2
5132026-06-30T19:52:49.843Z Compiling icu_normalizer v2.1.1
5142026-06-30T19:52:49.877Z Compiling dof v0.3.0
5152026-06-30T19:52:49.877Z Compiling serde_tokenstream v0.2.3
5162026-06-30T19:52:49.911Z Compiling serde_spanned v0.6.9
5172026-06-30T19:52:49.917Z Compiling toml_datetime v0.6.11
5182026-06-30T19:52:49.917Z Compiling serde-value v0.7.0
5192026-06-30T19:52:49.917Z Compiling cargo-platform v0.2.0
5202026-06-30T19:52:49.917Z Compiling macaddr v1.0.1
5212026-06-30T19:52:50.129Z Compiling toml_edit v0.22.27
5222026-06-30T19:52:50.545Z Compiling usdt-macro v0.5.0
5232026-06-30T19:52:50.545Z Compiling usdt-attr-macro v0.5.0
5242026-06-30T19:52:50.636Z Compiling idna_adapter v1.2.1
5252026-06-30T19:52:50.741Z Compiling idna v1.1.0
5262026-06-30T19:52:50.997Z Compiling url v2.5.8
5272026-06-30T19:52:51.154Z Compiling usdt v0.5.0
5282026-06-30T19:52:51.365Z Compiling toml v0.8.23
5292026-06-30T19:52:51.686Z Compiling cargo-util-schemas v0.8.2
5302026-06-30T19:52:51.686Z Compiling cargo_toml v0.21.0
5312026-06-30T19:52:52.485Z Compiling cargo_metadata v0.21.0
5322026-06-30T19:52:53.400Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-30T19:52:55.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s
5342026-06-30T19:52:55.752Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-30T19:52:56.228Z Downloading crates ...
5362026-06-30T19:52:56.323Z Downloaded adler2 v2.0.1
5372026-06-30T19:52:56.326Z Downloaded array-init v0.0.4
5382026-06-30T19:52:56.329Z Downloaded convert_case v0.4.0
5392026-06-30T19:52:56.333Z Downloaded compression-codecs v0.4.37
5402026-06-30T19:52:56.336Z Downloaded colored v3.1.1
5412026-06-30T19:52:56.339Z Downloaded cfg_aliases v0.1.1
5422026-06-30T19:52:56.342Z Downloaded console v0.16.2
5432026-06-30T19:52:56.342Z Downloaded ciborium-ll v0.2.2
5442026-06-30T19:52:56.342Z Downloaded bcrypt-pbkdf v0.10.0
5452026-06-30T19:52:56.345Z Downloaded arrayref v0.3.9
5462026-06-30T19:52:56.345Z Downloaded darling v0.13.4
5472026-06-30T19:52:56.348Z Downloaded cpufeatures v0.3.0
5482026-06-30T19:52:56.363Z Downloaded crossterm v0.29.0
5492026-06-30T19:52:56.368Z Downloaded aead v0.5.2
5502026-06-30T19:52:56.373Z Downloaded crossbeam-channel v0.5.15
5512026-06-30T19:52:56.373Z Downloaded crucible-workspace-hack v0.1.0
5522026-06-30T19:52:56.373Z Downloaded crossbeam-utils v0.8.21
5532026-06-30T19:52:56.376Z Downloaded data-encoding v2.10.0
5542026-06-30T19:52:56.376Z Downloaded ctr v0.9.2
5552026-06-30T19:52:56.376Z Downloaded debug-ignore v1.0.5
5562026-06-30T19:52:56.376Z Downloaded darling_macro v0.20.11
5572026-06-30T19:52:56.376Z Downloaded crossbeam-epoch v0.9.18
5582026-06-30T19:52:56.381Z Downloaded darling v0.21.3
5592026-06-30T19:52:56.384Z Downloaded flate2 v1.1.9
5602026-06-30T19:52:56.389Z Downloaded derive-where v1.6.0
5612026-06-30T19:52:56.392Z Downloaded float-ord v0.3.2
5622026-06-30T19:52:56.392Z Downloaded bb8 v0.8.6
5632026-06-30T19:52:56.392Z Downloaded anstyle-parse v0.2.7
5642026-06-30T19:52:56.392Z Downloaded bit-set v0.5.3
5652026-06-30T19:52:56.393Z Downloaded const_format v0.2.35
5662026-06-30T19:52:56.397Z Downloaded crc-any v2.5.0
5672026-06-30T19:52:56.402Z Downloaded foreign-types v0.3.2
5682026-06-30T19:52:56.402Z Downloaded crypto-bigint v0.5.5
5692026-06-30T19:52:56.406Z Downloaded defmt-parser v1.0.0
5702026-06-30T19:52:56.406Z Downloaded atomic-waker v1.1.2
5712026-06-30T19:52:56.410Z Downloaded daft-derive v0.1.7
5722026-06-30T19:52:56.413Z Downloaded assert_matches v1.5.0
5732026-06-30T19:52:56.416Z Downloaded critical-section v1.2.0
5742026-06-30T19:52:56.417Z Downloaded bitfield-macros v0.19.4
5752026-06-30T19:52:56.417Z Downloaded async-stream-impl v0.3.6
5762026-06-30T19:52:56.419Z Downloaded darling_core v0.20.11
5772026-06-30T19:52:56.423Z Downloaded curve25519-dalek-derive v0.1.1
5782026-06-30T19:52:56.423Z Downloaded cfg_aliases v0.2.1
5792026-06-30T19:52:56.423Z Downloaded atomicwrites v0.4.4
5802026-06-30T19:52:56.423Z Downloaded crc8 v0.1.1
5812026-06-30T19:52:56.427Z Downloaded dsl_auto_type v0.2.0
5822026-06-30T19:52:56.427Z Downloaded base16ct v0.2.0
5832026-06-30T19:52:56.427Z Downloaded async-stream v0.3.6
5842026-06-30T19:52:56.432Z Downloaded crunchy v0.2.4
5852026-06-30T19:52:56.435Z Downloaded cobs v0.3.0
5862026-06-30T19:52:56.435Z Downloaded futures-core v0.3.32
5872026-06-30T19:52:56.435Z Downloaded derive_builder_macro v0.20.2
5882026-06-30T19:52:56.439Z Downloaded darling_macro v0.21.3
5892026-06-30T19:52:56.439Z Downloaded downcast-rs v2.0.2
5902026-06-30T19:52:56.443Z Downloaded fixedbitset v0.4.2
5912026-06-30T19:52:56.444Z Downloaded document-features v0.2.12
5922026-06-30T19:52:56.444Z Downloaded dirs-next v2.0.0
5932026-06-30T19:52:56.449Z Downloaded crossterm v0.28.1
5942026-06-30T19:52:56.449Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-06-30T19:52:56.454Z Downloaded deranged v0.5.8
5962026-06-30T19:52:56.455Z Downloaded darling_core v0.21.3
5972026-06-30T19:52:56.455Z Downloaded castaway v0.2.4
5982026-06-30T19:52:56.463Z Downloaded bitfield-struct v0.6.2
5992026-06-30T19:52:56.463Z Downloaded crc v3.4.0
6002026-06-30T19:52:56.463Z Downloaded csv-core v0.1.13
6012026-06-30T19:52:56.463Z Downloaded darling_macro v0.23.0
6022026-06-30T19:52:56.463Z Downloaded crypto-common v0.2.2
6032026-06-30T19:52:56.463Z Downloaded atty v0.2.14
6042026-06-30T19:52:56.483Z Downloaded async-recursion v1.1.1
6052026-06-30T19:52:56.483Z Downloaded enum-as-inner v0.6.1
6062026-06-30T19:52:56.483Z Downloaded defmt v1.0.1
6072026-06-30T19:52:56.483Z Downloaded daft v0.1.7
6082026-06-30T19:52:56.483Z Downloaded embedded-io v0.4.0
6092026-06-30T19:52:56.483Z Downloaded dunce v1.0.5
6102026-06-30T19:52:56.483Z Downloaded defmt v0.3.100
6112026-06-30T19:52:56.483Z Downloaded flagset v0.4.7
6122026-06-30T19:52:56.491Z Downloaded bit-set v0.8.0
6132026-06-30T19:52:56.491Z Downloaded dtrace-parser v0.3.0
6142026-06-30T19:52:56.491Z Downloaded difflib v0.4.0
6152026-06-30T19:52:56.491Z Downloaded block-padding v0.3.3
6162026-06-30T19:52:56.491Z Downloaded embedded-io v0.6.1
6172026-06-30T19:52:56.491Z Downloaded display-error-chain v0.2.2
6182026-06-30T19:52:56.491Z Downloaded crc-catalog v2.4.0
6192026-06-30T19:52:56.491Z Downloaded fd-lock v4.0.4
6202026-06-30T19:52:56.491Z Downloaded ciborium-io v0.2.2
6212026-06-30T19:52:56.491Z Downloaded ascii-canvas v3.0.0
6222026-06-30T19:52:56.491Z Downloaded dirs-sys-next v0.1.2
6232026-06-30T19:52:56.491Z Downloaded darling_macro v0.13.4
6242026-06-30T19:52:56.491Z Downloaded bitflags v1.3.2
6252026-06-30T19:52:56.491Z Downloaded endian-type v0.1.2
6262026-06-30T19:52:56.491Z Downloaded bcs v0.1.6
6272026-06-30T19:52:56.491Z Downloaded base64ct v1.8.3
6282026-06-30T19:52:56.491Z Downloaded foreign-types-macros v0.2.3
6292026-06-30T19:52:56.491Z Downloaded either v1.15.0
6302026-06-30T19:52:56.509Z Downloaded dropshot-api-manager-types v0.7.2
6312026-06-30T19:52:56.509Z Downloaded foreign-types-shared v0.1.1
6322026-06-30T19:52:56.509Z Downloaded derive_builder_core v0.20.2
6332026-06-30T19:52:56.509Z Downloaded crossbeam-deque v0.8.6
6342026-06-30T19:52:56.509Z Downloaded compression-core v0.4.31
6352026-06-30T19:52:56.509Z Downloaded backoff v0.4.0
6362026-06-30T19:52:56.509Z Downloaded corncobs v0.1.4
6372026-06-30T19:52:56.509Z Downloaded env_filter v1.0.0
6382026-06-30T19:52:56.517Z Downloaded foreign-types-shared v0.3.1
6392026-06-30T19:52:56.517Z Downloaded constant_time_eq v0.4.2
6402026-06-30T19:52:56.517Z Downloaded dyn-clone v1.0.20
6412026-06-30T19:52:56.517Z Downloaded defmt-macros v1.0.1
6422026-06-30T19:52:56.517Z Downloaded ff v0.13.1
6432026-06-30T19:52:56.517Z Downloaded filetime v0.2.27
6442026-06-30T19:52:56.517Z Downloaded der_derive v0.7.3
6452026-06-30T19:52:56.517Z Downloaded futures-io v0.3.32
6462026-06-30T19:52:56.517Z Downloaded funty v2.0.0
6472026-06-30T19:52:56.518Z Downloaded foreign-types v0.5.0
6482026-06-30T19:52:56.518Z Downloaded cstr-argument v0.1.2
6492026-06-30T19:52:56.518Z Downloaded cargo-platform v0.3.2
6502026-06-30T19:52:56.518Z Downloaded futures-task v0.3.32
6512026-06-30T19:52:56.518Z Downloaded crc32fast v1.5.0
6522026-06-30T19:52:56.518Z Downloaded futures-macro v0.3.32
6532026-06-30T19:52:56.522Z Downloaded globwalk v0.9.1
6542026-06-30T19:52:56.522Z Downloaded hash32 v0.3.1
6552026-06-30T19:52:56.522Z Downloaded ghash v0.5.1
6562026-06-30T19:52:56.522Z Downloaded fxhash v0.2.1
6572026-06-30T19:52:56.522Z Downloaded gethostname v0.5.0
6582026-06-30T19:52:56.522Z Downloaded darling v0.23.0
6592026-06-30T19:52:56.526Z Downloaded ed25519 v2.2.3
6602026-06-30T19:52:56.526Z Downloaded dof v0.4.0
6612026-06-30T19:52:56.529Z Downloaded cargo_metadata v0.23.1
6622026-06-30T19:52:56.529Z Downloaded find-msvc-tools v0.1.9
6632026-06-30T19:52:56.529Z Downloaded argon2 v0.5.3
6642026-06-30T19:52:56.532Z Downloaded anstream v0.6.21
6652026-06-30T19:52:56.533Z Downloaded fixedbitset v0.5.7
6662026-06-30T19:52:56.533Z Downloaded derive-ex v0.1.8
6672026-06-30T19:52:56.536Z Downloaded env_logger v0.11.9
6682026-06-30T19:52:56.536Z Downloaded futures-sink v0.3.32
6692026-06-30T19:52:56.540Z Downloaded const_format_proc_macros v0.2.34
6702026-06-30T19:52:56.541Z Downloaded cassowary v0.3.0
6712026-06-30T19:52:56.541Z Downloaded hex-literal v0.4.1
6722026-06-30T19:52:56.541Z Downloaded hex v0.4.3
6732026-06-30T19:52:56.544Z Downloaded git-stub v1.0.0
6742026-06-30T19:52:56.544Z Downloaded camino-tempfile-ext v0.3.3
6752026-06-30T19:52:56.544Z Downloaded arrayvec v0.7.6
6762026-06-30T19:52:56.546Z Downloaded hostname v0.4.2
6772026-06-30T19:52:56.547Z Downloaded hostname v0.3.1
6782026-06-30T19:52:56.547Z Downloaded fallible-iterator v0.2.0
6792026-06-30T19:52:56.550Z Downloaded diesel-dtrace v0.5.0
6802026-06-30T19:52:56.550Z Downloaded headers-core v0.3.0
6812026-06-30T19:52:56.550Z Downloaded digest v0.11.3
6822026-06-30T19:52:56.553Z Downloaded chacha20 v0.9.1
6832026-06-30T19:52:56.553Z Downloaded ena v0.14.4
6842026-06-30T19:52:56.555Z Downloaded async-trait v0.1.89
6852026-06-30T19:52:56.559Z Downloaded home v0.5.12
6862026-06-30T19:52:56.559Z Downloaded bit-vec v0.8.0
6872026-06-30T19:52:56.559Z Downloaded buf-list v1.1.2
6882026-06-30T19:52:56.561Z Downloaded fs-err v2.11.0
6892026-06-30T19:52:56.562Z Downloaded hash32 v0.2.1
6902026-06-30T19:52:56.566Z Downloaded des v0.8.1
6912026-06-30T19:52:56.566Z Downloaded derive_builder v0.20.2
6922026-06-30T19:52:56.571Z Downloaded hyper-tls v0.6.0
6932026-06-30T19:52:56.571Z Downloaded cexpr v0.6.0
6942026-06-30T19:52:56.571Z Downloaded bitfield v0.19.4
6952026-06-30T19:52:56.575Z Downloaded http-body v1.0.1
6962026-06-30T19:52:56.575Z Downloaded git-stub-vcs v0.1.0
6972026-06-30T19:52:56.575Z Downloaded indoc v1.0.9
6982026-06-30T19:52:56.575Z Downloaded glob v0.3.3
6992026-06-30T19:52:56.579Z Downloaded allocator-api2 v0.2.21
7002026-06-30T19:52:56.579Z Downloaded hubpack_derive v0.1.1
7012026-06-30T19:52:56.579Z Downloaded http-range v0.1.5
7022026-06-30T19:52:56.579Z Downloaded block-buffer v0.12.1
7032026-06-30T19:52:56.579Z Downloaded ecdsa v0.16.9
7042026-06-30T19:52:56.582Z Downloaded backon v1.6.0
7052026-06-30T19:52:56.582Z Downloaded foldhash v0.1.5
7062026-06-30T19:52:56.585Z Downloaded cmake v0.1.57
7072026-06-30T19:52:56.585Z Downloaded fs_extra v1.3.0
7082026-06-30T19:52:56.588Z Downloaded illumos-nvpair v0.3.0
7092026-06-30T19:52:56.588Z Downloaded ident_case v1.0.1
7102026-06-30T19:52:56.588Z Downloaded float-cmp v0.10.0
7112026-06-30T19:52:56.588Z Downloaded cipher v0.4.4
7122026-06-30T19:52:56.592Z Downloaded async-bb8-diesel v0.2.1
7132026-06-30T19:52:56.592Z Downloaded illumos-nvpair-sys v0.2.0
7142026-06-30T19:52:56.592Z Downloaded darling_core v0.13.4
7152026-06-30T19:52:56.598Z Downloaded hubpack v0.1.2
7162026-06-30T19:52:56.598Z Downloaded highway v1.3.0
7172026-06-30T19:52:56.598Z Downloaded inout v0.1.4
7182026-06-30T19:52:56.602Z Downloaded darling v0.20.11
7192026-06-30T19:52:56.602Z Downloaded diff v0.1.13
7202026-06-30T19:52:56.605Z Downloaded foldhash v0.2.0
7212026-06-30T19:52:56.605Z Downloaded ahash v0.8.12
7222026-06-30T19:52:56.605Z Downloaded erased-serde v0.3.31
7232026-06-30T19:52:56.608Z Downloaded is-terminal v0.4.17
7242026-06-30T19:52:56.608Z Downloaded indent_write v2.2.0
7252026-06-30T19:52:56.608Z Downloaded bit-vec v0.6.3
7262026-06-30T19:52:56.608Z Downloaded internet-checksum v0.2.1
7272026-06-30T19:52:56.612Z Downloaded convert_case v0.10.0
7282026-06-30T19:52:56.612Z Downloaded fatfs v0.3.6
7292026-06-30T19:52:56.615Z Downloaded instability v0.3.11
7302026-06-30T19:52:56.615Z Downloaded group v0.13.0
7312026-06-30T19:52:56.615Z Downloaded is_ci v1.2.0
7322026-06-30T19:52:56.618Z Downloaded instant v0.1.13
7332026-06-30T19:52:56.618Z Downloaded getrandom v0.2.17
7342026-06-30T19:52:56.618Z Downloaded futures-channel v0.3.32
7352026-06-30T19:52:56.621Z Downloaded dropshot_endpoint v0.17.1
7362026-06-30T19:52:56.621Z Downloaded lalrpop-util v0.19.12
7372026-06-30T19:52:56.625Z Downloaded md-5 v0.10.6
7382026-06-30T19:52:56.626Z Downloaded blake2 v0.10.6
7392026-06-30T19:52:56.632Z Downloaded cookie v0.18.1
7402026-06-30T19:52:56.632Z Downloaded cbc v0.1.2
7412026-06-30T19:52:56.632Z Downloaded blowfish v0.9.1
7422026-06-30T19:52:56.635Z Downloaded curve25519-dalek v4.1.3
7432026-06-30T19:52:56.635Z Downloaded drift v0.2.0
7442026-06-30T19:52:56.640Z Downloaded memoffset v0.9.1
7452026-06-30T19:52:56.643Z Downloaded kstat-rs v0.2.4
7462026-06-30T19:52:56.643Z Downloaded libscf-sys v1.1.0
7472026-06-30T19:52:56.643Z Downloaded linked-hash-map v0.5.6
7482026-06-30T19:52:56.645Z Downloaded der v0.7.10
7492026-06-30T19:52:56.648Z Downloaded maplit v1.0.2
7502026-06-30T19:52:56.649Z Downloaded httpdate v1.0.3
7512026-06-30T19:52:56.649Z Downloaded match_cfg v0.1.0
7522026-06-30T19:52:56.651Z Downloaded cookie_store v0.22.1
7532026-06-30T19:52:56.651Z Downloaded md5 v0.7.0
7542026-06-30T19:52:56.654Z Downloaded managed v0.8.0
7552026-06-30T19:52:56.654Z Downloaded lzss v0.8.2
7562026-06-30T19:52:56.654Z Downloaded lru-slab v0.1.2
7572026-06-30T19:52:56.654Z Downloaded compact_str v0.8.1
7582026-06-30T19:52:56.697Z Downloaded newtype_derive v0.1.6
7592026-06-30T19:52:56.697Z Downloaded new_debug_unreachable v1.0.6
7602026-06-30T19:52:56.697Z Downloaded lazy_static v1.5.0
7612026-06-30T19:52:56.697Z Downloaded ingot v0.1.1
7622026-06-30T19:52:56.697Z Downloaded indoc v2.0.7
7632026-06-30T19:52:56.697Z Downloaded ingot-types v0.1.2
7642026-06-30T19:52:56.697Z Downloaded ipnetwork v0.21.1
7652026-06-30T19:52:56.697Z Downloaded maybe-uninit v2.0.0
7662026-06-30T19:52:56.697Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-30T19:52:56.697Z Downloaded humantime v2.3.0
7682026-06-30T19:52:56.697Z Downloaded newtype-uuid-macros v0.1.0
7692026-06-30T19:52:56.697Z Downloaded http-body-util v0.1.3
7702026-06-30T19:52:56.697Z Downloaded nodrop v0.1.14
7712026-06-30T19:52:56.697Z Downloaded const-oid v0.9.6
7722026-06-30T19:52:56.697Z Downloaded ipnet v2.11.0
7732026-06-30T19:52:56.698Z Downloaded hyper-staticfile v0.10.1
7742026-06-30T19:52:56.698Z Downloaded httparse v1.10.1
7752026-06-30T19:52:56.698Z Downloaded futures-executor v0.3.32
7762026-06-30T19:52:56.698Z Downloaded normalize-line-endings v0.3.0
7772026-06-30T19:52:56.698Z Downloaded lru-cache v0.1.2
7782026-06-30T19:52:56.698Z Downloaded multimap v0.10.1
7792026-06-30T19:52:56.698Z Downloaded newline-converter v0.3.0
7802026-06-30T19:52:56.698Z Downloaded globset v0.4.18
7812026-06-30T19:52:56.698Z Downloaded cancel-safe-futures v0.1.5
7822026-06-30T19:52:56.698Z Downloaded ciborium v0.2.2
7832026-06-30T19:52:56.698Z Downloaded chacha20 v0.10.0
7842026-06-30T19:52:56.698Z Downloaded jobserver v0.1.34
7852026-06-30T19:52:56.698Z Downloaded half v1.8.3
7862026-06-30T19:52:56.706Z Downloaded darling_core v0.23.0
7872026-06-30T19:52:56.706Z Downloaded const-oid v0.10.2
7882026-06-30T19:52:56.706Z Downloaded nonempty v0.12.0
7892026-06-30T19:52:56.706Z Downloaded nibble_vec v0.1.0
7902026-06-30T19:52:56.706Z Downloaded libloading v0.8.9
7912026-06-30T19:52:56.706Z Downloaded byte-wrapper v0.1.0
7922026-06-30T19:52:56.709Z Downloaded num-derive v0.3.3
7932026-06-30T19:52:56.709Z Downloaded lru v0.12.5
7942026-06-30T19:52:56.709Z Downloaded keccak v0.1.6
7952026-06-30T19:52:56.709Z Downloaded num v0.4.3
7962026-06-30T19:52:56.709Z Downloaded derive_more v0.99.20
7972026-06-30T19:52:56.710Z Downloaded console v0.15.11
7982026-06-30T19:52:56.714Z Downloaded num-iter v0.1.45
7992026-06-30T19:52:56.714Z Downloaded num-conv v0.2.0
8002026-06-30T19:52:56.717Z Downloaded mime_guess v2.0.5
8012026-06-30T19:52:56.717Z Downloaded colored v2.2.0
8022026-06-30T19:52:56.717Z Downloaded num_threads v0.1.7
8032026-06-30T19:52:56.717Z Downloaded libsw-core v0.3.2
8042026-06-30T19:52:56.720Z Downloaded opaque-debug v0.3.1
8052026-06-30T19:52:56.720Z Downloaded olpc-cjson v0.1.4
8062026-06-30T19:52:56.720Z Downloaded lock_api v0.4.14
8072026-06-30T19:52:56.724Z Downloaded libsw v3.5.0
8082026-06-30T19:52:56.724Z Downloaded futures v0.3.32
8092026-06-30T19:52:56.726Z Downloaded num_enum_derive v0.5.11
8102026-06-30T19:52:56.726Z Downloaded multer v3.1.0
8112026-06-30T19:52:56.729Z Downloaded libefi-sys v0.1.0
8122026-06-30T19:52:56.729Z Downloaded elliptic-curve v0.13.8
8132026-06-30T19:52:56.732Z Downloaded openssl-macros v0.1.1
8142026-06-30T19:52:56.732Z Downloaded indexmap v1.9.3
8152026-06-30T19:52:56.736Z Downloaded bzip2 v0.6.1
8162026-06-30T19:52:56.736Z Downloaded bzip2 v0.4.4
8172026-06-30T19:52:56.738Z Downloaded openssl-probe v0.2.1
8182026-06-30T19:52:56.738Z Downloaded parse-display v0.10.0
8192026-06-30T19:52:56.738Z Downloaded openssl-probe v0.1.6
8202026-06-30T19:52:56.741Z Downloaded mime v0.3.17
8212026-06-30T19:52:56.741Z Downloaded hyper-rustls v0.27.7
8222026-06-30T19:52:56.744Z Downloaded hybrid-array v0.4.10
8232026-06-30T19:52:56.744Z Downloaded oso-derive v0.27.3
8242026-06-30T19:52:56.744Z Downloaded heapless v0.7.17
8252026-06-30T19:52:56.748Z Downloaded getrandom v0.3.4
8262026-06-30T19:52:56.751Z Downloaded linear-map v1.2.0
8272026-06-30T19:52:56.751Z Downloaded ed25519-dalek v2.2.0
8282026-06-30T19:52:56.754Z Downloaded derive_more v2.1.1
8292026-06-30T19:52:56.761Z Downloaded path-slash v0.1.5
8302026-06-30T19:52:56.764Z Downloaded parse-size v1.1.0
8312026-06-30T19:52:56.764Z Downloaded num_enum_derive v0.7.6
8322026-06-30T19:52:56.764Z Downloaded num-integer v0.1.46
8332026-06-30T19:52:56.764Z Downloaded headers v0.4.1
8342026-06-30T19:52:56.767Z Downloaded phf_shared v0.11.3
8352026-06-30T19:52:56.767Z Downloaded peg-runtime v0.8.5
8362026-06-30T19:52:56.767Z Downloaded nu-ansi-term v0.50.3
8372026-06-30T19:52:56.770Z Downloaded nanorand v0.7.0
8382026-06-30T19:52:56.770Z Downloaded iana-time-zone v0.1.65
8392026-06-30T19:52:56.775Z Downloaded base64 v0.22.1
8402026-06-30T19:52:56.780Z Downloaded half v2.7.1
8412026-06-30T19:52:56.780Z Downloaded proc-macro-crate v1.3.1
8422026-06-30T19:52:56.780Z Downloaded clang-sys v1.8.1
8432026-06-30T19:52:56.783Z Downloaded chacha20poly1305 v0.10.1
8442026-06-30T19:52:56.783Z Downloaded arc-swap v1.8.2
8452026-06-30T19:52:56.787Z Downloaded packed_struct_codegen v0.10.1
8462026-06-30T19:52:56.787Z Downloaded num-derive v0.4.2
8472026-06-30T19:52:56.790Z Downloaded num-complex v0.4.6
8482026-06-30T19:52:56.790Z Downloaded newtype-uuid v1.3.2
8492026-06-30T19:52:56.790Z Downloaded precomputed-hash v0.1.1
8502026-06-30T19:52:56.790Z Downloaded pbkdf2 v0.11.0
8512026-06-30T19:52:56.790Z Downloaded predicates-core v1.0.10
8522026-06-30T19:52:56.794Z Downloaded phf_shared v0.13.1
8532026-06-30T19:52:56.794Z Downloaded phf_shared v0.12.1
8542026-06-30T19:52:56.797Z Downloaded predicates-tree v1.0.13
8552026-06-30T19:52:56.800Z Downloaded num_enum v0.7.6
8562026-06-30T19:52:56.802Z Downloaded num_enum v0.5.11
8572026-06-30T19:52:56.805Z Downloaded ignore v0.4.25
8582026-06-30T19:52:56.808Z Downloaded num-rational v0.4.2
8592026-06-30T19:52:56.808Z Downloaded powerfmt v0.2.0
8602026-06-30T19:52:56.808Z Downloaded litrs v1.0.0
8612026-06-30T19:52:56.811Z Downloaded pkg-config v0.3.32
8622026-06-30T19:52:56.814Z Downloaded oxnet v0.1.6
8632026-06-30T19:52:56.828Z Downloaded psl-types v2.0.11
8642026-06-30T19:52:56.833Z Downloaded progenitor-client v0.14.0
8652026-06-30T19:52:56.834Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-06-30T19:52:56.834Z Downloaded owo-colors v4.3.0
8672026-06-30T19:52:56.837Z Downloaded bytes v1.11.1
8682026-06-30T19:52:56.837Z Downloaded base64 v0.21.7
8692026-06-30T19:52:56.840Z Downloaded proc-macro-crate v3.4.0
8702026-06-30T19:52:56.840Z Downloaded parse-display-derive v0.10.0
8712026-06-30T19:52:56.840Z Downloaded packed_struct v0.10.1
8722026-06-30T19:52:56.846Z Downloaded pbkdf2 v0.12.2
8732026-06-30T19:52:56.846Z Downloaded oxide-tokio-rt v0.1.4
8742026-06-30T19:52:56.846Z Downloaded poly1305 v0.8.0
8752026-06-30T19:52:56.849Z Downloaded quick-error v1.2.3
8762026-06-30T19:52:56.849Z Downloaded pem v3.0.6
8772026-06-30T19:52:56.849Z Downloaded peg v0.8.5
8782026-06-30T19:52:56.849Z Downloaded progenitor-macro v0.14.0
8792026-06-30T19:52:56.853Z Downloaded paste v1.0.15
8802026-06-30T19:52:56.853Z Downloaded password-hash v0.4.2
8812026-06-30T19:52:56.853Z Downloaded parking_lot_core v0.8.6
8822026-06-30T19:52:56.856Z Downloaded memmap2 v0.9.10
8832026-06-30T19:52:56.856Z Downloaded diesel_derives v2.3.7
8842026-06-30T19:52:56.860Z Downloaded pkcs8 v0.10.2
8852026-06-30T19:52:56.863Z Downloaded recursive v0.1.1
8862026-06-30T19:52:56.863Z Downloaded progenitor-client v0.13.0
8872026-06-30T19:52:56.867Z Downloaded primeorder v0.13.6
8882026-06-30T19:52:56.867Z Downloaded pin-project-internal v1.1.11
8892026-06-30T19:52:56.867Z Downloaded phf v0.13.1
8902026-06-30T19:52:56.870Z Downloaded peg-macros v0.8.5
8912026-06-30T19:52:56.870Z Downloaded password-hash v0.5.0
8922026-06-30T19:52:56.870Z Downloaded predicates v3.1.4
8932026-06-30T19:52:56.874Z Downloaded rand_xorshift v0.4.0
8942026-06-30T19:52:56.874Z Downloaded parking_lot_core v0.9.12
8952026-06-30T19:52:56.874Z Downloaded pem-rfc7468 v0.7.0
8962026-06-30T19:52:56.877Z Downloaded ref-cast-impl v1.0.25
8972026-06-30T19:52:56.877Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-30T19:52:56.877Z Downloaded pin-project-lite v0.2.17
8992026-06-30T19:52:56.883Z Downloaded phf v0.12.1
9002026-06-30T19:52:56.883Z Downloaded postgres-protocol v0.6.10
9012026-06-30T19:52:56.888Z Downloaded polyval v0.6.2
9022026-06-30T19:52:56.888Z Downloaded libbz2-rs-sys v0.2.2
9032026-06-30T19:52:56.888Z Downloaded derive_more-impl v2.1.1
9042026-06-30T19:52:56.892Z Downloaded ref-cast v1.0.25
9052026-06-30T19:52:56.892Z Downloaded rustc-hash v2.1.1
9062026-06-30T19:52:56.892Z Downloaded native-tls v0.2.18
9072026-06-30T19:52:56.895Z Downloaded flume v0.11.1
9082026-06-30T19:52:56.895Z Downloaded russh-cryptovec v0.7.3
9092026-06-30T19:52:56.895Z Downloaded rfc6979 v0.4.0
9102026-06-30T19:52:56.899Z Downloaded ingot-macros v0.1.1
9112026-06-30T19:52:56.899Z Downloaded indicatif v0.18.4
9122026-06-30T19:52:56.902Z Downloaded miniz_oxide v0.8.9
9132026-06-30T19:52:56.902Z Downloaded hickory-resolver v0.25.2
9142026-06-30T19:52:56.905Z Downloaded rustc_version v0.4.1
9152026-06-30T19:52:56.905Z Downloaded rtoolbox v0.0.3
9162026-06-30T19:52:56.909Z Downloaded rustc_version v0.1.7
9172026-06-30T19:52:56.909Z Downloaded parking_lot v0.12.5
9182026-06-30T19:52:56.909Z Downloaded rand_chacha v0.3.1
9192026-06-30T19:52:56.913Z Downloaded rand_core v0.6.4
9202026-06-30T19:52:56.913Z Downloaded omicron-zone-package v0.12.3
9212026-06-30T19:52:56.913Z Downloaded proc-macro-error2 v2.0.1
9222026-06-30T19:52:56.937Z Downloaded radium v0.7.0
9232026-06-30T19:52:56.937Z Downloaded ppv-lite86 v0.2.21
9242026-06-30T19:52:56.937Z Downloaded rand_core v0.9.5
9252026-06-30T19:52:56.937Z Downloaded postgres-types v0.2.12
9262026-06-30T19:52:56.937Z Downloaded rand_chacha v0.9.0
9272026-06-30T19:52:56.937Z Downloaded progenitor-macro v0.13.0
9282026-06-30T19:52:56.937Z Downloaded parking_lot v0.11.2
9292026-06-30T19:52:56.937Z Downloaded progenitor v0.13.0
9302026-06-30T19:52:56.937Z Downloaded pkcs5 v0.7.1
9312026-06-30T19:52:56.937Z Downloaded r2d2 v0.8.10
9322026-06-30T19:52:56.937Z Downloaded psm v0.1.30
9332026-06-30T19:52:56.937Z Downloaded papergrid v0.17.0
9342026-06-30T19:52:56.937Z Downloaded scheduled-thread-pool v0.2.7
9352026-06-30T19:52:56.937Z Downloaded async-compression v0.4.41
9362026-06-30T19:52:56.941Z Downloaded sapling-renderdag v0.1.0
9372026-06-30T19:52:56.941Z Downloaded ar_archive_writer v0.5.1
9382026-06-30T19:52:56.941Z Downloaded rand_seeder v0.4.0
9392026-06-30T19:52:56.944Z Downloaded pkcs1 v0.7.5
9402026-06-30T19:52:56.944Z Downloaded hickory-resolver v0.24.4
9412026-06-30T19:52:56.948Z Downloaded hmac v0.12.1
9422026-06-30T19:52:56.948Z Downloaded same-file v1.0.6
9432026-06-30T19:52:56.950Z Downloaded salsa20 v0.10.2
9442026-06-30T19:52:56.951Z Downloaded secrecy v0.10.3
9452026-06-30T19:52:56.951Z Downloaded secrecy v0.8.0
9462026-06-30T19:52:56.954Z Downloaded serde_spanned v1.1.1
9472026-06-30T19:52:56.954Z Downloaded resolv-conf v0.7.6
9482026-06-30T19:52:56.954Z Downloaded progenitor-extras v0.2.0
9492026-06-30T19:52:56.958Z Downloaded serde_repr v0.1.20
9502026-06-30T19:52:56.959Z Downloaded heapless v0.8.0
9512026-06-30T19:52:56.962Z Downloaded dropshot-api-manager v0.7.2
9522026-06-30T19:52:56.962Z Downloaded scopeguard v1.2.0
9532026-06-30T19:52:56.965Z Downloaded postcard v1.1.3
9542026-06-30T19:52:56.965Z Downloaded expectorate v1.2.0
9552026-06-30T19:52:56.968Z Downloaded quinn-udp v0.5.14
9562026-06-30T19:52:56.972Z Downloaded scroll_derive v0.13.1
9572026-06-30T19:52:56.978Z Downloaded oso v0.27.3
9582026-06-30T19:52:56.978Z Downloaded bumpalo v3.20.2
9592026-06-30T19:52:56.981Z Downloaded rustversion v1.0.22
9602026-06-30T19:52:56.981Z Downloaded rusty-fork v0.3.1
9612026-06-30T19:52:56.984Z Downloaded serde_urlencoded v0.7.1
9622026-06-30T19:52:56.985Z Downloaded shell-words v1.1.1
9632026-06-30T19:52:56.988Z Downloaded serde_bytes v0.11.19
9642026-06-30T19:52:56.988Z Downloaded serde-big-array v0.5.1
9652026-06-30T19:52:56.991Z Downloaded semver v0.1.20
9662026-06-30T19:52:56.991Z Downloaded prefix-trie v0.7.0
9672026-06-30T19:52:56.994Z Downloaded sha1 v0.10.6
9682026-06-30T19:52:56.994Z Downloaded seq-macro v0.3.6
9692026-06-30T19:52:56.994Z Downloaded progenitor v0.14.0
9702026-06-30T19:52:56.997Z Downloaded schemars_derive v0.8.22
9712026-06-30T19:52:57.000Z Downloaded sigpipe v0.1.3
9722026-06-30T19:52:57.000Z Downloaded hashbrown v0.13.2
9732026-06-30T19:52:57.004Z Downloaded minimal-lexical v0.2.1
9742026-06-30T19:52:57.009Z Downloaded signal-hook-mio v0.2.5
9752026-06-30T19:52:57.013Z Downloaded serde_plain v1.0.2
9762026-06-30T19:52:57.013Z Downloaded sec1 v0.7.3
9772026-06-30T19:52:57.016Z Downloaded sha1 v0.11.0
9782026-06-30T19:52:57.016Z Downloaded signal-hook-tokio v0.3.1
9792026-06-30T19:52:57.016Z Downloaded siphasher v1.0.2
9802026-06-30T19:52:57.023Z Downloaded hashbrown v0.12.3
9812026-06-30T19:52:57.027Z Downloaded progenitor-impl v0.13.0
9822026-06-30T19:52:57.031Z Downloaded openssl-sys v0.9.115
9832026-06-30T19:52:57.031Z Downloaded serde_derive_internals v0.29.1
9842026-06-30T19:52:57.036Z Downloaded rustls-pemfile v2.2.0
9852026-06-30T19:52:57.036Z Downloaded sqlparser_derive v0.5.0
9862026-06-30T19:52:57.036Z Downloaded rand_core v0.10.0
9872026-06-30T19:52:57.039Z Downloaded hyper-util v0.1.20
9882026-06-30T19:52:57.041Z Downloaded scroll v0.13.0
9892026-06-30T19:52:57.042Z Downloaded hickory-server v0.25.2
9902026-06-30T19:52:57.046Z Downloaded strum v0.27.2
9912026-06-30T19:52:57.050Z Downloaded structmeta-derive v0.3.0
9922026-06-30T19:52:57.050Z Downloaded strsim v0.10.0
9932026-06-30T19:52:57.050Z Downloaded shlex v1.3.0
9942026-06-30T19:52:57.050Z Downloaded serde_with_macros v1.5.2
9952026-06-30T19:52:57.050Z Downloaded http v1.4.2
9962026-06-30T19:52:57.058Z Downloaded slog-bunyan v2.5.0
9972026-06-30T19:52:57.062Z Downloaded slab v0.4.12
9982026-06-30T19:52:57.067Z Downloaded simd-adler32 v0.3.8
9992026-06-30T19:52:57.067Z Downloaded strum v0.26.3
10002026-06-30T19:52:57.070Z Downloaded sync_wrapper v1.0.2
10012026-06-30T19:52:57.070Z Downloaded subtle v2.6.1
10022026-06-30T19:52:57.073Z Downloaded p256 v0.13.2
10032026-06-30T19:52:57.077Z Downloaded slog-json v2.6.1
10042026-06-30T19:52:57.080Z Downloaded serde-hex v0.1.0
10052026-06-30T19:52:57.080Z Downloaded scrypt v0.11.0
10062026-06-30T19:52:57.080Z Downloaded ssh-encoding v0.2.0
10072026-06-30T19:52:57.080Z Downloaded ssh-cipher v0.2.0
10082026-06-30T19:52:57.084Z Downloaded smf v0.2.3
10092026-06-30T19:52:57.084Z Downloaded slog-envlogger v2.2.0
10102026-06-30T19:52:57.084Z Downloaded serde_path_to_error v0.1.20
10112026-06-30T19:52:57.087Z Downloaded cc v1.2.56
10122026-06-30T19:52:57.087Z Downloaded tabwriter v1.4.1
10132026-06-30T19:52:57.089Z Downloaded progenitor-impl v0.14.0
10142026-06-30T19:52:57.090Z Downloaded tabled_derive v0.11.0
10152026-06-30T19:52:57.090Z Downloaded slog-scope v4.4.1
10162026-06-30T19:52:57.095Z Downloaded mio v1.2.0
10172026-06-30T19:52:57.098Z Downloaded serde_cbor v0.11.2
10182026-06-30T19:52:57.102Z Downloaded russh-keys v0.45.0
10192026-06-30T19:52:57.104Z Downloaded termtree v0.5.1
10202026-06-30T19:52:57.104Z Downloaded signature v2.2.0
10212026-06-30T19:52:57.105Z Downloaded rustls-platform-verifier v0.6.2
10222026-06-30T19:52:57.108Z Downloaded strip-ansi-escapes v0.2.1
10232026-06-30T19:52:57.109Z Downloaded spki v0.7.3
10242026-06-30T19:52:57.111Z Downloaded jiff-static v0.2.21
10252026-06-30T19:52:57.111Z Downloaded testing_table v0.3.0
10262026-06-30T19:52:57.114Z Downloaded thiserror-impl-no-std v2.0.2
10272026-06-30T19:52:57.120Z Downloaded rustls-pki-types v1.14.0
10282026-06-30T19:52:57.123Z Downloaded stacker v0.1.23
10292026-06-30T19:52:57.123Z Downloaded supports-color v3.0.2
10302026-06-30T19:52:57.126Z Downloaded signal-hook-registry v1.4.8
10312026-06-30T19:52:57.126Z Downloaded take_mut v0.2.2
10322026-06-30T19:52:57.126Z Downloaded sync-ptr v0.1.4
10332026-06-30T19:52:57.129Z Downloaded pin-project v1.1.11
10342026-06-30T19:52:57.132Z Downloaded tap v1.0.1
10352026-06-30T19:52:57.139Z Downloaded tagptr v0.2.0
10362026-06-30T19:52:57.139Z Downloaded strum_macros v0.24.3
10372026-06-30T19:52:57.142Z Downloaded structmeta v0.3.0
10382026-06-30T19:52:57.142Z Downloaded schemars v0.8.22
10392026-06-30T19:52:57.145Z Downloaded tinyvec_macros v0.1.1
10402026-06-30T19:52:57.145Z Downloaded strum_macros v0.27.2
10412026-06-30T19:52:57.149Z Downloaded slog-dtrace v0.3.0
10422026-06-30T19:52:57.151Z Downloaded smallvec v0.6.14
10432026-06-30T19:52:57.155Z Downloaded tokio-macros v2.7.0
10442026-06-30T19:52:57.155Z Downloaded time-core v0.1.8
10452026-06-30T19:52:57.158Z Downloaded thread-id v5.1.0
10462026-06-30T19:52:57.158Z Downloaded snafu-derive v0.8.9
10472026-06-30T19:52:57.161Z Downloaded qorb v0.4.1
10482026-06-30T19:52:57.164Z Downloaded pretty_assertions v1.4.1
10492026-06-30T19:52:57.164Z Downloaded slog-term v2.9.2
10502026-06-30T19:52:57.167Z Downloaded slog-stdlog v4.1.1
10512026-06-30T19:52:57.167Z Downloaded libxml v0.3.3
10522026-06-30T19:52:57.170Z Downloaded sqlformat v0.3.5
10532026-06-30T19:52:57.174Z Downloaded slog-async v2.8.0
10542026-06-30T19:52:57.177Z Downloaded tokio-test v0.4.5
10552026-06-30T19:52:57.180Z Downloaded static_assertions v1.1.0
10562026-06-30T19:52:57.183Z Downloaded itertools v0.12.1
10572026-06-30T19:52:57.186Z Downloaded signal-hook v0.3.18
10582026-06-30T19:52:57.189Z Downloaded itertools v0.10.5
10592026-06-30T19:52:57.192Z Downloaded tiny-keccak v2.0.2
10602026-06-30T19:52:57.195Z Downloaded strum_macros v0.26.4
10612026-06-30T19:52:57.198Z Downloaded itertools v0.13.0
10622026-06-30T19:52:57.200Z Downloaded num-bigint v0.4.6
10632026-06-30T19:52:57.204Z Downloaded try-lock v0.2.5
10642026-06-30T19:52:57.207Z Downloaded trait-variant v0.1.2
10652026-06-30T19:52:57.207Z Downloaded tower-service v0.3.3
10662026-06-30T19:52:57.207Z Downloaded tower-layer v0.3.3
10672026-06-30T19:52:57.207Z Downloaded support-bundle-viewer v0.1.2
10682026-06-30T19:52:57.207Z Downloaded similar v2.7.0
10692026-06-30T19:52:57.210Z Downloaded typify-macro v0.6.2
10702026-06-30T19:52:57.212Z Downloaded topological-sort v0.2.2
10712026-06-30T19:52:57.213Z Downloaded ryu v1.0.23
10722026-06-30T19:52:57.215Z Downloaded rustls-native-certs v0.8.3
10732026-06-30T19:52:57.215Z Downloaded slog v2.8.2
10742026-06-30T19:52:57.218Z Downloaded tokio-dtrace v0.1.1
10752026-06-30T19:52:57.221Z Downloaded tokio-native-tls v0.3.1
10762026-06-30T19:52:57.221Z Downloaded rayon-core v1.13.0
10772026-06-30T19:52:57.224Z Downloaded rcgen v0.12.1
10782026-06-30T19:52:57.227Z Downloaded schemars v0.9.0
10792026-06-30T19:52:57.234Z Downloaded tokio-tungstenite v0.21.0
10802026-06-30T19:52:57.237Z Downloaded socket2 v0.6.3
10812026-06-30T19:52:57.237Z Downloaded unarray v0.1.4
10822026-06-30T19:52:57.239Z Downloaded termios v0.3.3
10832026-06-30T19:52:57.239Z Downloaded spin v0.9.8
10842026-06-30T19:52:57.242Z Downloaded usdt v0.6.0
10852026-06-30T19:52:57.242Z Downloaded aes-gcm v0.10.3
10862026-06-30T19:52:57.245Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10872026-06-30T19:52:57.245Z Downloaded ron v0.8.1
10882026-06-30T19:52:57.249Z Downloaded thiserror-no-std v2.0.2
10892026-06-30T19:52:57.251Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-06-30T19:52:57.252Z Downloaded tokio-tungstenite v0.23.1
10912026-06-30T19:52:57.254Z Downloaded usdt-attr-macro v0.6.0
10922026-06-30T19:52:57.254Z Downloaded utf-8 v0.7.6
10932026-06-30T19:52:57.254Z Downloaded tls_codec_derive v0.4.2
10942026-06-30T19:52:57.257Z Downloaded void v1.0.2
10952026-06-30T19:52:57.257Z Downloaded untrusted v0.7.1
10962026-06-30T19:52:57.257Z Downloaded toml_writer v1.1.1+spec-1.1.0
10972026-06-30T19:52:57.260Z Downloaded unit-prefix v0.5.2
10982026-06-30T19:52:57.260Z Downloaded serde_yaml v0.9.34+deprecated
10992026-06-30T19:52:57.263Z Downloaded itertools v0.14.0
11002026-06-30T19:52:57.265Z Downloaded quinn v0.11.9
11012026-06-30T19:52:57.268Z Downloaded publicsuffix v2.3.0
11022026-06-30T19:52:57.270Z Downloaded rand v0.8.6
11032026-06-30T19:52:57.271Z Downloaded wait-timeout v0.2.1
11042026-06-30T19:52:57.273Z Downloaded serde_with_macros v3.17.0
11052026-06-30T19:52:57.273Z Downloaded h2 v0.4.15
11062026-06-30T19:52:57.276Z Downloaded universal-hash v0.5.1
11072026-06-30T19:52:57.279Z Downloaded untrusted v0.9.0
11082026-06-30T19:52:57.280Z Downloaded prettyplease v0.2.37
11092026-06-30T19:52:57.282Z Downloaded usdt-macro v0.6.0
11102026-06-30T19:52:57.282Z Downloaded num-bigint-dig v0.8.6
11112026-06-30T19:52:57.285Z Downloaded thread_local v1.1.9
11122026-06-30T19:52:57.287Z Downloaded nom v7.1.3
11132026-06-30T19:52:57.291Z Downloaded aes v0.8.4
11142026-06-30T19:52:57.292Z Downloaded stringprep v0.1.5
11152026-06-30T19:52:57.294Z Downloaded string_cache v0.8.9
11162026-06-30T19:52:57.294Z Downloaded tokio-rustls v0.26.4
11172026-06-30T19:52:57.297Z Downloaded hkdf v0.12.4
11182026-06-30T19:52:57.297Z Downloaded libm v0.2.16
11192026-06-30T19:52:57.302Z Downloaded want v0.3.1
11202026-06-30T19:52:57.305Z Downloaded waitgroup v0.1.2
11212026-06-30T19:52:57.305Z Downloaded term v1.2.1
11222026-06-30T19:52:57.308Z Downloaded term v0.7.0
11232026-06-30T19:52:57.308Z Downloaded hashbrown v0.16.1
11242026-06-30T19:52:57.311Z Downloaded iri-string v0.7.10
11252026-06-30T19:52:57.315Z Downloaded test-strategy v0.4.5
11262026-06-30T19:52:57.318Z Downloaded tui-tree-widget v0.23.1
11272026-06-30T19:52:57.321Z Downloaded zeroize_derive v1.4.3
11282026-06-30T19:52:57.321Z Downloaded unicode-truncate v1.1.0
11292026-06-30T19:52:57.321Z Downloaded socket2 v0.5.10
11302026-06-30T19:52:57.323Z Downloaded zone v0.3.1
11312026-06-30T19:52:57.323Z Downloaded rand v0.10.0
11322026-06-30T19:52:57.326Z Downloaded zone_cfg_derive v0.3.1
11332026-06-30T19:52:57.329Z Downloaded toml_parser v1.1.2+spec-1.1.0
11342026-06-30T19:52:57.329Z Downloaded unicase v2.9.0
11352026-06-30T19:52:57.331Z Downloaded usdt-impl v0.6.0
11362026-06-30T19:52:57.334Z Downloaded rsa v0.9.10
11372026-06-30T19:52:57.337Z Downloaded tls_codec v0.4.2
11382026-06-30T19:52:57.337Z Downloaded time-macros v0.2.27
11392026-06-30T19:52:57.341Z Downloaded schemars v1.2.1
11402026-06-30T19:52:57.346Z Downloaded xshell-macros v0.2.7
11412026-06-30T19:52:57.348Z Downloaded walkdir v2.5.0
11422026-06-30T19:52:57.348Z Downloaded vergen-git2 v9.1.0
11432026-06-30T19:52:57.348Z Downloaded tinyvec v1.10.0
11442026-06-30T19:52:57.351Z Downloaded iddqd v0.4.2
11452026-06-30T19:52:57.356Z Downloaded whoami v1.6.1
11462026-06-30T19:52:57.359Z Downloaded tokio-stream v0.1.18
11472026-06-30T19:52:57.361Z Downloaded subprocess v0.2.15
11482026-06-30T19:52:57.364Z Downloaded rand v0.9.2
11492026-06-30T19:52:57.367Z Downloaded xshell v0.2.7
11502026-06-30T19:52:57.369Z Downloaded zeroize v1.8.2
11512026-06-30T19:52:57.370Z Downloaded whoami v2.1.0
11522026-06-30T19:52:57.372Z Downloaded vergen-lib v0.1.6
11532026-06-30T19:52:57.372Z Downloaded wyz v0.5.1
11542026-06-30T19:52:57.372Z Downloaded tar v0.4.45
11552026-06-30T19:52:57.375Z Downloaded rustls-webpki v0.103.9
11562026-06-30T19:52:57.378Z Downloaded toml v1.1.2+spec-1.1.0
11572026-06-30T19:52:57.383Z Downloaded vergen-lib v9.1.0
11582026-06-30T19:52:57.388Z Downloaded vergen-gitcl v1.0.8
11592026-06-30T19:52:57.388Z Downloaded uzers v0.12.2
11602026-06-30T19:52:57.391Z Downloaded aho-corasick v1.1.4
11612026-06-30T19:52:57.393Z Downloaded steno v0.4.1
11622026-06-30T19:52:57.396Z Downloaded vsss-rs v3.3.4
11632026-06-30T19:52:57.396Z Downloaded tungstenite v0.21.0
11642026-06-30T19:52:57.400Z Downloaded snafu v0.8.9
11652026-06-30T19:52:57.404Z Downloaded tracing-core v0.1.36
11662026-06-30T19:52:57.404Z Downloaded tracing-attributes v0.1.31
11672026-06-30T19:52:57.406Z Downloaded hyper v1.10.1
11682026-06-30T19:52:57.409Z Downloaded xattr v1.6.1
11692026-06-30T19:52:57.409Z Downloaded unicode-bidi v0.3.18
11702026-06-30T19:52:57.411Z Downloaded typify v0.6.2
11712026-06-30T19:52:57.414Z Downloaded unicode-properties v0.1.4
11722026-06-30T19:52:57.415Z Downloaded twox-hash v2.1.2
11732026-06-30T19:52:57.417Z Downloaded futures-util v0.3.32
11742026-06-30T19:52:57.422Z Downloaded samael v0.0.19
11752026-06-30T19:52:57.426Z Downloaded zerocopy v0.6.6
11762026-06-30T19:52:57.429Z Downloaded toml v0.7.8
11772026-06-30T19:52:57.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
11782026-06-30T19:52:57.437Z Downloaded hashbrown v0.15.5
11792026-06-30T19:52:57.438Z Downloaded zstd-safe v7.2.4
11802026-06-30T19:52:57.440Z Downloaded uuid v1.23.4
11812026-06-30T19:52:57.440Z Downloaded nom v8.0.0
11822026-06-30T19:52:57.459Z Downloaded tungstenite v0.23.0
11832026-06-30T19:52:57.469Z Downloaded serde_with v1.14.0
11842026-06-30T19:52:57.476Z Downloaded ssh-key v0.6.7
11852026-06-30T19:52:57.480Z Downloaded yasna v0.5.2
11862026-06-30T19:52:57.483Z Downloaded p521 v0.13.3
11872026-06-30T19:52:57.486Z Downloaded unsafe-libyaml v0.2.11
11882026-06-30T19:52:57.489Z Downloaded zstd v0.13.3
11892026-06-30T19:52:57.489Z Downloaded russh v0.45.0
11902026-06-30T19:52:57.492Z Downloaded blake3 v1.8.5
11912026-06-30T19:52:57.498Z Downloaded vergen v9.1.0
11922026-06-30T19:52:57.508Z Downloaded rustyline v14.0.0
11932026-06-30T19:52:57.511Z Downloaded rayon v1.11.0
11942026-06-30T19:52:57.515Z Downloaded toml_edit v0.19.15
11952026-06-30T19:52:57.527Z Downloaded zopfli v0.8.3
11962026-06-30T19:52:57.529Z Downloaded tokio-postgres v0.7.16
11972026-06-30T19:52:57.533Z Downloaded rpassword v7.4.0
11982026-06-30T19:52:57.533Z Downloaded regex v1.12.3
11992026-06-30T19:52:57.536Z Downloaded p384 v0.13.1
12002026-06-30T19:52:57.539Z Downloaded goblin v0.10.5
12012026-06-30T19:52:57.542Z Downloaded quick-xml v0.37.5
12022026-06-30T19:52:57.548Z Downloaded vte v0.14.1
12032026-06-30T19:52:57.553Z Downloaded reedline v0.40.0
12042026-06-30T19:52:57.557Z Downloaded lalrpop v0.19.12
12052026-06-30T19:52:57.567Z Downloaded x509-cert v0.2.5
12062026-06-30T19:52:57.570Z Downloaded yansi v1.0.1
12072026-06-30T19:52:57.573Z Downloaded unicode_categories v0.1.1
12082026-06-30T19:52:57.573Z Downloaded zip v0.6.6
12092026-06-30T19:52:57.576Z Downloaded typed-path v0.9.3
12102026-06-30T19:52:57.579Z Downloaded zerocopy-derive v0.8.40
12112026-06-30T19:52:57.583Z Downloaded bitvec v1.0.1
12122026-06-30T19:52:57.603Z Downloaded unicode-normalization v0.1.25
12132026-06-30T19:52:57.606Z Downloaded petname v2.0.2
12142026-06-30T19:52:57.610Z Downloaded aws-lc-rs v1.16.3
12152026-06-30T19:52:57.619Z Downloaded unicode-segmentation v1.12.0
12162026-06-30T19:52:57.622Z Downloaded reqwest v0.13.2
12172026-06-30T19:52:57.630Z Downloaded serde_with v3.17.0
12182026-06-30T19:52:57.650Z Downloaded tower v0.5.3
12192026-06-30T19:52:57.655Z Downloaded git2 v0.20.4
12202026-06-30T19:52:57.660Z Downloaded tokio-util v0.7.18
12212026-06-30T19:52:57.663Z Downloaded salty v0.3.0
12222026-06-30T19:52:57.666Z Downloaded radix_trie v0.2.1
12232026-06-30T19:52:57.672Z Downloaded chrono v0.4.44
12242026-06-30T19:52:57.676Z Downloaded reqwest v0.12.28
12252026-06-30T19:52:57.685Z Downloaded bindgen v0.71.1
12262026-06-30T19:52:57.690Z Downloaded quinn-proto v0.11.13
12272026-06-30T19:52:57.694Z Downloaded zip v4.6.1
12282026-06-30T19:52:57.696Z Downloaded tough v0.22.0
12292026-06-30T19:52:57.701Z Downloaded portable-atomic v1.13.1
12302026-06-30T19:52:57.705Z Downloaded tower-http v0.6.8
12312026-06-30T19:52:57.709Z Downloaded chrono-tz v0.10.4
12322026-06-30T19:52:57.719Z Downloaded proptest v1.10.0
12332026-06-30T19:52:57.725Z Downloaded moka v0.12.13
12342026-06-30T19:52:57.735Z Downloaded dropshot v0.17.1
12352026-06-30T19:52:57.747Z Downloaded time v0.3.47
12362026-06-30T19:52:57.753Z Downloaded winnow v0.5.40
12372026-06-30T19:52:57.759Z Downloaded tabled v0.20.0
12382026-06-30T19:52:57.769Z Downloaded object v0.30.4
12392026-06-30T19:52:57.773Z Downloaded nix v0.28.0
12402026-06-30T19:52:57.780Z Downloaded regex-syntax v0.6.29
12412026-06-30T19:52:57.783Z Downloaded nix v0.27.1
12422026-06-30T19:52:57.789Z Downloaded smoltcp v0.9.1
12432026-06-30T19:52:57.795Z Downloaded winnow v1.0.3
12442026-06-30T19:52:57.800Z Downloaded winnow v0.6.26
12452026-06-30T19:52:57.808Z Downloaded openssl v0.10.79
12462026-06-30T19:52:57.810Z Downloaded bstr v1.12.1
12472026-06-30T19:52:57.816Z Downloaded hickory-proto v0.24.4
12482026-06-30T19:52:57.824Z Downloaded hickory-proto v0.25.2
12492026-06-30T19:52:57.832Z Downloaded regress v0.10.5
12502026-06-30T19:52:57.837Z Downloaded zlib-rs v0.6.2
12512026-06-30T19:52:57.840Z Downloaded diesel v2.3.7
12522026-06-30T19:52:57.853Z Downloaded zerocopy v0.8.40
12532026-06-30T19:52:57.858Z Downloaded rustix v0.38.44
12542026-06-30T19:52:57.871Z Downloaded vcpkg v0.2.15
12552026-06-30T19:52:57.895Z Downloaded regex-syntax v0.8.10
12562026-06-30T19:52:57.898Z Downloaded object v0.37.3
12572026-06-30T19:52:57.905Z Downloaded smoltcp v0.11.0
12582026-06-30T19:52:57.912Z Downloaded regress v0.11.1
12592026-06-30T19:52:57.917Z Downloaded openapiv3 v2.2.0
12602026-06-30T19:52:57.925Z Downloaded rustls v0.23.41
12612026-06-30T19:52:57.932Z Downloaded nix v0.31.2
12622026-06-30T19:52:57.940Z Downloaded polar-core v0.27.3
12632026-06-30T19:52:57.965Z Downloaded sled v0.34.7
12642026-06-30T19:52:57.971Z Downloaded sqlparser v0.61.0
12652026-06-30T19:52:57.986Z Downloaded typify-impl v0.6.2
12662026-06-30T19:52:57.995Z Downloaded tracing v0.1.44
12672026-06-30T19:52:58.008Z Downloaded ratatui v0.29.0
12682026-06-30T19:52:58.019Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-06-30T19:52:58.030Z Downloaded zerocopy-derive v0.6.6
12702026-06-30T19:52:58.048Z Downloaded regex-automata v0.4.14
12712026-06-30T19:52:58.069Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-06-30T19:52:58.081Z Downloaded sha3 v0.10.8
12732026-06-30T19:52:58.084Z Downloaded petgraph v0.6.5
12742026-06-30T19:52:58.096Z Downloaded jiff v0.2.21
12752026-06-30T19:52:58.109Z Downloaded petgraph v0.8.3
12762026-06-30T19:52:58.123Z Downloaded csv v1.4.0
12772026-06-30T19:52:58.143Z Downloaded libz-sys v1.1.24
12782026-06-30T19:52:58.169Z Downloaded tokio v1.52.1
12792026-06-30T19:52:58.242Z Downloaded encoding_rs v0.8.35
12802026-06-30T19:52:58.257Z Downloaded ring v0.17.14
12812026-06-30T19:52:58.304Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-06-30T19:52:58.794Z Downloaded aws-lc-sys v0.40.0
12832026-06-30T19:52:59.049Z Compiling libc v0.2.185
12842026-06-30T19:52:59.049Z Compiling serde v1.0.228
12852026-06-30T19:52:59.052Z Compiling log v0.4.29
12862026-06-30T19:52:59.052Z Compiling smallvec v1.15.1
12872026-06-30T19:52:59.052Z Compiling shlex v1.3.0
12882026-06-30T19:52:59.052Z Compiling find-msvc-tools v0.1.9
12892026-06-30T19:52:59.052Z Compiling typenum v1.19.0
12902026-06-30T19:52:59.052Z Compiling subtle v2.6.1
12912026-06-30T19:52:59.210Z Compiling generic-array v0.14.7
12922026-06-30T19:52:59.221Z Compiling scopeguard v1.2.0
12932026-06-30T19:52:59.224Z Compiling const-oid v0.9.6
12942026-06-30T19:52:59.292Z Compiling serde_json v1.0.150
12952026-06-30T19:52:59.306Z Compiling syn v2.0.117
12962026-06-30T19:52:59.310Z Compiling zerocopy v0.8.40
12972026-06-30T19:52:59.310Z Compiling portable-atomic v1.13.1
12982026-06-30T19:52:59.329Z Compiling pin-project-lite v0.2.17
12992026-06-30T19:52:59.385Z Compiling lock_api v0.4.14
13002026-06-30T19:52:59.399Z Compiling parking_lot_core v0.9.12
13012026-06-30T19:52:59.400Z Compiling bitflags v2.11.0
13022026-06-30T19:52:59.445Z Compiling pkg-config v0.3.32
13032026-06-30T19:52:59.460Z Compiling critical-section v1.2.0
13042026-06-30T19:52:59.463Z Compiling libm v0.2.16
13052026-06-30T19:52:59.485Z Compiling futures-core v0.3.32
13062026-06-30T19:52:59.558Z Compiling num-traits v0.2.19
13072026-06-30T19:52:59.573Z Compiling percent-encoding v2.3.2
13082026-06-30T19:52:59.617Z Compiling getrandom v0.4.1
13092026-06-30T19:52:59.634Z Compiling futures-sink v0.3.32
13102026-06-30T19:52:59.665Z Compiling futures-io v0.3.32
13112026-06-30T19:52:59.665Z Compiling slab v0.4.12
13122026-06-30T19:52:59.734Z Compiling rand_core v0.10.0
13132026-06-30T19:52:59.777Z Compiling futures-channel v0.3.32
13142026-06-30T19:52:59.803Z Compiling cpufeatures v0.2.17
13152026-06-30T19:52:59.831Z Compiling futures-task v0.3.32
13162026-06-30T19:52:59.875Z Compiling indexmap v2.14.0
13172026-06-30T19:52:59.899Z Compiling rustversion v1.0.22
13182026-06-30T19:52:59.902Z Compiling getrandom v0.3.4
13192026-06-30T19:52:59.928Z Compiling form_urlencoded v1.2.2
13202026-06-30T19:52:59.995Z Compiling ident_case v1.0.1
13212026-06-30T19:53:00.032Z Compiling base64ct v1.8.3
13222026-06-30T19:53:00.046Z Compiling dunce v1.0.5
13232026-06-30T19:53:00.049Z Compiling fs_extra v1.3.0
13242026-06-30T19:53:00.083Z Compiling rustix v1.1.3
13252026-06-30T19:53:00.099Z Compiling jobserver v0.1.34
13262026-06-30T19:53:00.126Z Compiling getrandom v0.2.17
13272026-06-30T19:53:00.129Z Compiling errno v0.3.14
13282026-06-30T19:53:00.177Z Compiling mio v1.2.0
13292026-06-30T19:53:00.284Z Compiling rand_core v0.6.4
13302026-06-30T19:53:00.299Z Compiling signal-hook-registry v1.4.8
13312026-06-30T19:53:00.339Z Compiling cc v1.2.56
13322026-06-30T19:53:00.370Z Compiling once_cell v1.21.3
13332026-06-30T19:53:00.379Z Compiling parking_lot v0.12.5
13342026-06-30T19:53:00.406Z Compiling socket2 v0.6.3
13352026-06-30T19:53:00.492Z Compiling pem-rfc7468 v0.7.0
13362026-06-30T19:53:00.550Z Compiling regex-syntax v0.8.10
13372026-06-30T19:53:00.574Z Compiling iana-time-zone v0.1.65
13382026-06-30T19:53:00.590Z Compiling flagset v0.4.7
13392026-06-30T19:53:00.593Z Compiling vcpkg v0.2.15
13402026-06-30T19:53:00.703Z Compiling uuid v1.23.4
13412026-06-30T19:53:00.717Z Compiling tracing-core v0.1.36
13422026-06-30T19:53:00.731Z Compiling rustc_version v0.4.1
13432026-06-30T19:53:00.777Z Compiling base64 v0.22.1
13442026-06-30T19:53:00.791Z Compiling aws-lc-rs v1.16.3
13452026-06-30T19:53:00.809Z Compiling openssl-probe v0.2.1
13462026-06-30T19:53:00.822Z Compiling rand_core v0.9.5
13472026-06-30T19:53:00.921Z Compiling tinyvec_macros v0.1.1
13482026-06-30T19:53:00.998Z Compiling httparse v1.10.1
13492026-06-30T19:53:01.012Z Compiling tinyvec v1.10.0
13502026-06-30T19:53:01.014Z Compiling aho-corasick v1.1.4
13512026-06-30T19:53:01.075Z Compiling cmake v0.1.57
13522026-06-30T19:53:01.110Z Compiling atomic-waker v1.1.2
13532026-06-30T19:53:01.123Z Compiling try-lock v0.2.5
13542026-06-30T19:53:01.138Z Compiling tower-layer v0.3.3
13552026-06-30T19:53:01.161Z Compiling untrusted v0.7.1
13562026-06-30T19:53:01.251Z Compiling tower-service v0.3.3
13572026-06-30T19:53:01.254Z Compiling schemars v0.8.22
13582026-06-30T19:53:01.278Z Compiling dyn-clone v1.0.20
13592026-06-30T19:53:01.294Z Compiling want v0.3.1
13602026-06-30T19:53:01.307Z Compiling httpdate v1.0.3
13612026-06-30T19:53:01.319Z Compiling rustls v0.23.41
13622026-06-30T19:53:01.346Z Compiling foreign-types-shared v0.1.1
13632026-06-30T19:53:01.365Z Compiling openssl v0.10.79
13642026-06-30T19:53:01.379Z Compiling untrusted v0.9.0
13652026-06-30T19:53:01.438Z Compiling foreign-types v0.3.2
13662026-06-30T19:53:01.452Z Compiling unicode-normalization v0.1.25
13672026-06-30T19:53:01.483Z Compiling spin v0.9.8
13682026-06-30T19:53:01.489Z Compiling time-core v0.1.8
13692026-06-30T19:53:01.511Z Compiling powerfmt v0.2.0
13702026-06-30T19:53:01.521Z Compiling crc32fast v1.5.0
13712026-06-30T19:53:01.526Z Compiling num-conv v0.2.0
13722026-06-30T19:53:01.561Z Compiling native-tls v0.2.18
13732026-06-30T19:53:01.561Z Compiling wait-timeout v0.2.1
13742026-06-30T19:53:01.588Z Compiling sync_wrapper v1.0.2
13752026-06-30T19:53:01.631Z Compiling siphasher v1.0.2
13762026-06-30T19:53:01.647Z Compiling tempfile v3.25.0
13772026-06-30T19:53:01.677Z Compiling time-macros v0.2.27
13782026-06-30T19:53:01.702Z Compiling deranged v0.5.8
13792026-06-30T19:53:01.715Z Compiling crossbeam-utils v0.8.21
13802026-06-30T19:53:01.728Z Compiling quick-error v1.2.3
13812026-06-30T19:53:01.765Z Compiling syn v1.0.109
13822026-06-30T19:53:01.832Z Compiling bit-vec v0.8.0
13832026-06-30T19:53:01.847Z Compiling num_threads v0.1.7
13842026-06-30T19:53:01.847Z Compiling simd-adler32 v0.3.8
13852026-06-30T19:53:01.862Z Compiling usdt-impl v0.6.0
13862026-06-30T19:53:01.916Z Compiling aws-lc-sys v0.40.0
13872026-06-30T19:53:01.916Z Compiling openssl-sys v0.9.115
13882026-06-30T19:53:01.945Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13892026-06-30T19:53:01.959Z Compiling bzip2-sys v0.1.13+1.0.8
13902026-06-30T19:53:02.049Z Compiling regex-automata v0.4.14
13912026-06-30T19:53:02.084Z Compiling synstructure v0.13.2
13922026-06-30T19:53:02.096Z Compiling serde_derive_internals v0.29.1
13932026-06-30T19:53:02.114Z Compiling pest_generator v2.8.6
13942026-06-30T19:53:02.117Z Compiling darling_core v0.20.11
13952026-06-30T19:53:02.263Z Compiling darling_core v0.21.3
13962026-06-30T19:53:02.277Z Compiling bit-set v0.8.0
13972026-06-30T19:53:02.356Z Compiling rusty-fork v0.3.1
13982026-06-30T19:53:02.460Z Compiling slog v2.8.2
13992026-06-30T19:53:02.717Z Compiling heapless v0.7.17
14002026-06-30T19:53:02.734Z Compiling rand_xorshift v0.4.0
14012026-06-30T19:53:02.793Z Compiling thread-id v5.1.0
14022026-06-30T19:53:02.815Z Compiling cookie v0.18.1
14032026-06-30T19:53:02.848Z Compiling ryu v1.0.23
14042026-06-30T19:53:02.879Z Compiling anyhow v1.0.102
14052026-06-30T19:53:02.893Z Compiling allocator-api2 v0.2.21
14062026-06-30T19:53:02.927Z Compiling unarray v0.1.4
14072026-06-30T19:53:02.929Z Compiling time v0.3.47
14082026-06-30T19:53:03.006Z Compiling paste v1.0.15
14092026-06-30T19:53:03.044Z Compiling unicode-bidi v0.3.18
14102026-06-30T19:53:03.058Z Compiling signal-hook v0.3.18
14112026-06-30T19:53:03.061Z Compiling zstd-safe v7.2.4
14122026-06-30T19:53:03.061Z Compiling unicode-properties v0.1.4
14132026-06-30T19:53:03.100Z Compiling adler2 v2.0.1
14142026-06-30T19:53:03.116Z Compiling iri-string v0.7.10
14152026-06-30T19:53:03.258Z Compiling miniz_oxide v0.8.9
14162026-06-30T19:53:03.384Z Compiling num-integer v0.1.46
14172026-06-30T19:53:03.397Z Compiling stringprep v0.1.5
14182026-06-30T19:53:03.489Z Compiling vergen-lib v9.1.0
14192026-06-30T19:53:03.632Z Compiling curve25519-dalek v4.1.3
14202026-06-30T19:53:03.708Z Compiling ff v0.13.1
14212026-06-30T19:53:03.746Z Compiling hash32 v0.2.1
14222026-06-30T19:53:03.868Z Compiling memoffset v0.9.1
14232026-06-30T19:53:03.893Z Compiling encoding_rs v0.8.35
14242026-06-30T19:53:03.923Z Compiling litrs v1.0.0
14252026-06-30T19:53:03.937Z Compiling ref-cast v1.0.25
14262026-06-30T19:53:03.952Z Compiling serde_derive v1.0.228
14272026-06-30T19:53:03.968Z Compiling zeroize_derive v1.4.3
14282026-06-30T19:53:04.015Z Compiling zerofrom-derive v0.1.6
14292026-06-30T19:53:04.102Z Compiling yoke-derive v0.8.1
14302026-06-30T19:53:04.116Z Compiling zerovec-derive v0.11.2
14312026-06-30T19:53:04.288Z Compiling zerocopy-derive v0.8.40
14322026-06-30T19:53:04.469Z Compiling displaydoc v0.2.5
14332026-06-30T19:53:04.547Z Compiling tokio-macros v2.7.0
14342026-06-30T19:53:04.614Z Compiling futures-macro v0.3.32
14352026-06-30T19:53:04.677Z Compiling zeroize v1.8.2
14362026-06-30T19:53:04.701Z Compiling der_derive v0.7.3
14372026-06-30T19:53:04.905Z Compiling tracing-attributes v0.1.31
14382026-06-30T19:53:05.306Z Compiling thiserror-impl v2.0.18
14392026-06-30T19:53:05.325Z Compiling rustls-pki-types v1.14.0
14402026-06-30T19:53:05.366Z Compiling schemars_derive v0.8.22
14412026-06-30T19:53:05.380Z Compiling pest_derive v2.8.6
14422026-06-30T19:53:05.499Z Compiling crypto-common v0.1.7
14432026-06-30T19:53:05.514Z Compiling block-buffer v0.10.4
14442026-06-30T19:53:05.517Z Compiling futures-util v0.3.32
14452026-06-30T19:53:05.540Z Compiling zerofrom v0.1.6
14462026-06-30T19:53:05.674Z Compiling yoke v0.8.1
14472026-06-30T19:53:05.688Z Compiling digest v0.10.7
14482026-06-30T19:53:05.711Z Compiling block-padding v0.3.3
14492026-06-30T19:53:05.753Z Compiling der v0.7.10
14502026-06-30T19:53:05.816Z Compiling scroll_derive v0.13.1
14512026-06-30T19:53:05.883Z Compiling zerovec v0.11.5
14522026-06-30T19:53:05.897Z Compiling zerotrie v0.2.3
14532026-06-30T19:53:05.912Z Compiling hmac v0.12.1
14542026-06-30T19:53:05.975Z Compiling inout v0.1.4
14552026-06-30T19:53:06.100Z Compiling sha2 v0.10.9
14562026-06-30T19:53:06.157Z Compiling cipher v0.4.4
14572026-06-30T19:53:06.214Z Compiling pbkdf2 v0.12.2
14582026-06-30T19:53:06.306Z Compiling tracing v0.1.44
14592026-06-30T19:53:06.349Z Compiling tinystr v0.8.2
14602026-06-30T19:53:06.406Z Compiling potential_utf v0.1.4
14612026-06-30T19:53:06.422Z Compiling salsa20 v0.10.2
14622026-06-30T19:53:06.442Z Compiling aes v0.8.4
14632026-06-30T19:53:06.575Z Compiling icu_locale_core v2.1.1
14642026-06-30T19:53:06.591Z Compiling icu_collections v2.1.1
14652026-06-30T19:53:06.605Z Compiling spki v0.7.3
14662026-06-30T19:53:06.608Z Compiling scrypt v0.11.0
14672026-06-30T19:53:06.720Z Compiling cbc v0.1.2
14682026-06-30T19:53:06.733Z Compiling scroll v0.13.0
14692026-06-30T19:53:06.746Z Compiling thiserror v2.0.18
14702026-06-30T19:53:06.829Z Compiling darling_macro v0.20.11
14712026-06-30T19:53:06.861Z Compiling pkcs5 v0.7.1
14722026-06-30T19:53:06.882Z Compiling openssl-macros v0.1.1
14732026-06-30T19:53:06.900Z Compiling dtrace-parser v0.3.0
14742026-06-30T19:53:06.994Z Compiling goblin v0.10.5
14752026-06-30T19:53:07.011Z Compiling signature v2.2.0
14762026-06-30T19:53:07.106Z Compiling scroll_derive v0.12.1
14772026-06-30T19:53:07.271Z Compiling icu_provider v2.1.1
14782026-06-30T19:53:07.353Z Compiling pkcs8 v0.10.2
14792026-06-30T19:53:07.410Z Compiling darling v0.20.11
14802026-06-30T19:53:07.424Z Compiling thiserror-impl v1.0.69
14812026-06-30T19:53:07.503Z Compiling derive_builder_core v0.20.2
14822026-06-30T19:53:07.536Z Compiling bytes v1.11.1
14832026-06-30T19:53:07.564Z Compiling icu_normalizer v2.1.1
14842026-06-30T19:53:07.581Z Compiling icu_properties v2.1.2
14852026-06-30T19:53:07.594Z Compiling chrono v0.4.44
14862026-06-30T19:53:07.625Z Compiling ipnet v2.11.0
14872026-06-30T19:53:07.682Z Compiling erased-serde v0.3.31
14882026-06-30T19:53:07.748Z Compiling serde_urlencoded v0.7.1
14892026-06-30T19:53:07.814Z Compiling scroll v0.12.0
14902026-06-30T19:53:07.915Z Compiling serde_spanned v0.6.9
14912026-06-30T19:53:08.013Z Compiling tokio v1.52.1
14922026-06-30T19:53:08.079Z Compiling http v1.4.2
14932026-06-30T19:53:08.102Z Compiling serde_tokenstream v0.2.3
14942026-06-30T19:53:08.124Z Compiling toml_datetime v0.6.11
14952026-06-30T19:53:08.150Z Compiling md-5 v0.10.6
14962026-06-30T19:53:08.179Z Compiling rustls-native-certs v0.8.3
14972026-06-30T19:53:08.198Z Compiling darling_macro v0.21.3
14982026-06-30T19:53:08.331Z Compiling bstr v1.12.1
14992026-06-30T19:53:08.402Z Compiling pin-project-internal v1.1.11
15002026-06-30T19:53:08.405Z Compiling derive_builder_macro v0.20.2
15012026-06-30T19:53:08.438Z Compiling async-trait v0.1.89
15022026-06-30T19:53:08.491Z Compiling idna_adapter v1.2.1
15032026-06-30T19:53:08.647Z Compiling idna v1.1.0
15042026-06-30T19:53:08.725Z Compiling http-body v1.0.1
15052026-06-30T19:53:08.743Z Compiling zerocopy-derive v0.7.35
15062026-06-30T19:53:08.758Z Compiling ppv-lite86 v0.2.21
15072026-06-30T19:53:08.903Z Compiling http-body-util v0.1.3
15082026-06-30T19:53:08.932Z Compiling thiserror v1.0.69
15092026-06-30T19:53:08.982Z Compiling url v2.5.8
15102026-06-30T19:53:09.018Z Compiling zlib-rs v0.6.2
15112026-06-30T19:53:09.033Z Compiling num-bigint-dig v0.8.6
15122026-06-30T19:53:09.048Z Compiling rand_chacha v0.9.0
15132026-06-30T19:53:09.059Z Compiling rand_chacha v0.3.1
15142026-06-30T19:53:09.097Z Compiling rustix v0.38.44
15152026-06-30T19:53:09.160Z Compiling cfg_aliases v0.2.1
15162026-06-30T19:53:09.244Z Compiling base16ct v0.2.0
15172026-06-30T19:53:09.257Z Compiling rand v0.9.2
15182026-06-30T19:53:09.340Z Compiling fallible-iterator v0.2.0
15192026-06-30T19:53:09.439Z Compiling smoltcp v0.9.1
15202026-06-30T19:53:09.509Z Compiling mime v0.3.17
15212026-06-30T19:53:09.591Z Compiling psl-types v2.0.11
15222026-06-30T19:53:09.677Z Compiling zerocopy v0.7.35
15232026-06-30T19:53:09.726Z Compiling publicsuffix v2.3.0
15242026-06-30T19:53:09.762Z Compiling pin-project v1.1.11
15252026-06-30T19:53:09.816Z Compiling sec1 v0.7.3
15262026-06-30T19:53:09.829Z Compiling dof v0.4.0
15272026-06-30T19:53:09.873Z Compiling proptest v1.10.0
15282026-06-30T19:53:09.888Z Compiling postgres-protocol v0.6.10
15292026-06-30T19:53:09.916Z Compiling rand v0.8.6
15302026-06-30T19:53:09.949Z Compiling nix v0.31.2
15312026-06-30T19:53:10.002Z Compiling derive_builder v0.20.2
15322026-06-30T19:53:10.074Z Compiling darling v0.21.3
15332026-06-30T19:53:10.140Z Compiling goblin v0.8.2
15342026-06-30T19:53:10.167Z Compiling futures-executor v0.3.32
15352026-06-30T19:53:10.245Z Compiling hex v0.4.3
15362026-06-30T19:53:10.349Z Compiling ipnetwork v0.21.1
15372026-06-30T19:53:10.415Z Compiling hubpack_derive v0.1.1
15382026-06-30T19:53:10.438Z Compiling hkdf v0.12.4
15392026-06-30T19:53:10.474Z Compiling crypto-bigint v0.5.5
15402026-06-30T19:53:10.549Z Compiling document-features v0.2.12
15412026-06-30T19:53:10.614Z Compiling oxnet v0.1.6
15422026-06-30T19:53:10.729Z Compiling regex v1.12.3
15432026-06-30T19:53:10.928Z Compiling snafu-derive v0.8.9
15442026-06-30T19:53:10.945Z Compiling strum_macros v0.27.2
15452026-06-30T19:53:10.990Z Compiling daft-derive v0.1.7
15462026-06-30T19:53:11.006Z Compiling curve25519-dalek-derive v0.1.1
15472026-06-30T19:53:11.071Z Compiling ref-cast-impl v1.0.25
15482026-06-30T19:53:11.172Z Compiling group v0.13.0
15492026-06-30T19:53:11.206Z Compiling num-iter v0.1.45
15502026-06-30T19:53:11.379Z Compiling phf_shared v0.13.1
15512026-06-30T19:53:11.602Z Compiling lazy_static v1.5.0
15522026-06-30T19:53:11.647Z Compiling terminal_size v0.4.3
15532026-06-30T19:53:11.665Z Compiling anstyle-parse v0.2.7
15542026-06-30T19:53:11.683Z Compiling vergen v9.1.0
15552026-06-30T19:53:11.697Z Compiling cargo-platform v0.3.2
15562026-06-30T19:53:11.711Z Compiling fs-err v3.3.0
15572026-06-30T19:53:11.714Z Compiling ahash v0.8.12
15582026-06-30T19:53:11.766Z Compiling tokio-util v0.7.18
15592026-06-30T19:53:11.798Z Compiling tower v0.5.3
15602026-06-30T19:53:11.863Z Compiling tokio-native-tls v0.3.1
15612026-06-30T19:53:11.896Z Compiling foldhash v0.2.0
15622026-06-30T19:53:11.909Z Compiling object v0.37.3
15632026-06-30T19:53:11.942Z Compiling managed v0.8.0
15642026-06-30T19:53:11.970Z Compiling flate2 v1.1.9
15652026-06-30T19:53:11.983Z Compiling unicode-segmentation v1.12.0
15662026-06-30T19:53:12.051Z Compiling libbz2-rs-sys v0.2.2
15672026-06-30T19:53:12.132Z Compiling bumpalo v3.20.2
15682026-06-30T19:53:12.236Z Compiling newtype-uuid v1.3.2
15692026-06-30T19:53:12.270Z Compiling tower-http v0.6.8
15702026-06-30T19:53:12.357Z Compiling winnow v0.5.40
15712026-06-30T19:53:12.397Z Compiling foldhash v0.1.5
15722026-06-30T19:53:12.427Z Compiling bitflags v1.3.2
15732026-06-30T19:53:12.441Z Compiling same-file v1.0.6
15742026-06-30T19:53:12.454Z Compiling daft v0.1.7
15752026-06-30T19:53:12.515Z Compiling h2 v0.4.15
15762026-06-30T19:53:12.585Z Compiling walkdir v2.5.0
15772026-06-30T19:53:12.604Z Compiling hashbrown v0.15.5
15782026-06-30T19:53:12.618Z Compiling bzip2 v0.6.1
15792026-06-30T19:53:12.710Z Compiling zopfli v0.8.3
15802026-06-30T19:53:12.771Z Compiling dof v0.3.0
15812026-06-30T19:53:12.845Z Compiling clap_builder v4.6.0
15822026-06-30T19:53:12.858Z Compiling hashbrown v0.16.1
15832026-06-30T19:53:12.932Z Compiling snafu v0.8.9
15842026-06-30T19:53:12.962Z Compiling cargo_metadata v0.23.1
15852026-06-30T19:53:12.998Z Compiling strum v0.27.2
15862026-06-30T19:53:13.032Z Compiling anstream v0.6.21
15872026-06-30T19:53:13.360Z Compiling phf v0.13.1
15882026-06-30T19:53:13.410Z Compiling signal-hook-mio v0.2.5
15892026-06-30T19:53:13.465Z Compiling elliptic-curve v0.13.8
15902026-06-30T19:53:13.480Z Compiling usdt-attr-macro v0.6.0
15912026-06-30T19:53:13.518Z Compiling usdt-macro v0.6.0
15922026-06-30T19:53:13.537Z Compiling cookie_store v0.22.1
15932026-06-30T19:53:13.649Z Compiling hubpack v0.1.2
15942026-06-30T19:53:13.663Z Compiling bzip2 v0.4.4
15952026-06-30T19:53:13.769Z Compiling toml_edit v0.19.15
15962026-06-30T19:53:13.822Z Compiling zstd v0.13.3
15972026-06-30T19:53:13.868Z Compiling futures v0.3.32
15982026-06-30T19:53:13.883Z Compiling postgres-types v0.2.12
15992026-06-30T19:53:13.896Z Compiling serde_with_macros v3.17.0
16002026-06-30T19:53:13.962Z Compiling dtrace-parser v0.2.0
16012026-06-30T19:53:14.101Z Compiling globset v0.4.18
16022026-06-30T19:53:14.218Z Compiling pkcs1 v0.7.5
16032026-06-30T19:53:14.334Z Compiling ed25519 v2.2.3
16042026-06-30T19:53:14.362Z Compiling serde_plain v1.0.2
16052026-06-30T19:53:14.376Z Compiling olpc-cjson v0.1.4
16062026-06-30T19:53:14.462Z Compiling serde-big-array v0.5.1
16072026-06-30T19:53:14.557Z Compiling rfc6979 v0.4.0
16082026-06-30T19:53:14.578Z Compiling enum-as-inner v0.6.1
16092026-06-30T19:53:14.622Z Compiling strum_macros v0.26.4
16102026-06-30T19:53:14.643Z Compiling async-recursion v1.1.1
16112026-06-30T19:53:14.699Z Compiling clap_derive v4.6.1
16122026-06-30T19:53:14.747Z Compiling serde_repr v0.1.20
16132026-06-30T19:53:14.813Z Compiling phf_shared v0.11.3
16142026-06-30T19:53:15.015Z Compiling float-cmp v0.10.0
16152026-06-30T19:53:15.039Z Compiling pem v3.0.6
16162026-06-30T19:53:15.079Z Compiling memmap2 v0.9.10
16172026-06-30T19:53:15.132Z Compiling thread-id v4.2.2
16182026-06-30T19:53:15.178Z Compiling env_filter v1.0.0
16192026-06-30T19:53:15.229Z Compiling fixedbitset v0.4.2
16202026-06-30T19:53:15.282Z Compiling keccak v0.1.6
16212026-06-30T19:53:15.312Z Compiling whoami v2.1.0
16222026-06-30T19:53:15.340Z Compiling static_assertions v1.1.0
16232026-06-30T19:53:15.353Z Compiling data-encoding v2.10.0
16242026-06-30T19:53:15.393Z Compiling new_debug_unreachable v1.0.6
16252026-06-30T19:53:15.424Z Compiling predicates-core v1.0.10
16262026-06-30T19:53:15.462Z Compiling precomputed-hash v0.1.1
16272026-06-30T19:53:15.475Z Compiling normalize-line-endings v0.3.0
16282026-06-30T19:53:15.502Z Compiling typed-path v0.9.3
16292026-06-30T19:53:15.563Z Compiling difflib v0.4.0
16302026-06-30T19:53:15.582Z Compiling either v1.15.0
16312026-06-30T19:53:15.616Z Compiling jiff v0.2.21
16322026-06-30T19:53:15.717Z Compiling hyper v1.10.1
16332026-06-30T19:53:15.805Z Compiling winnow v1.0.3
16342026-06-30T19:53:15.884Z Compiling fixedbitset v0.5.7
16352026-06-30T19:53:16.035Z Compiling predicates v3.1.4
16362026-06-30T19:53:16.072Z Compiling itertools v0.13.0
16372026-06-30T19:53:16.145Z Compiling toml_parser v1.1.2+spec-1.1.0
16382026-06-30T19:53:16.181Z Compiling petgraph v0.8.3
16392026-06-30T19:53:16.196Z Compiling hickory-proto v0.25.2
16402026-06-30T19:53:16.210Z Compiling string_cache v0.8.9
16412026-06-30T19:53:16.452Z Compiling strum v0.26.3
16422026-06-30T19:53:16.483Z Compiling tokio-postgres v0.7.16
16432026-06-30T19:53:16.497Z Compiling toml_edit v0.22.27
16442026-06-30T19:53:16.570Z Compiling clap v4.6.1
16452026-06-30T19:53:16.595Z Compiling sha3 v0.10.8
16462026-06-30T19:53:16.664Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16472026-06-30T19:53:16.731Z Compiling petgraph v0.6.5
16482026-06-30T19:53:16.745Z Compiling env_logger v0.11.9
16492026-06-30T19:53:16.785Z Compiling usdt v0.6.0
16502026-06-30T19:53:16.834Z Compiling usdt-impl v0.5.0
16512026-06-30T19:53:17.064Z Compiling hyper-util v0.1.20
16522026-06-30T19:53:17.067Z Compiling toml v0.7.8
16532026-06-30T19:53:17.104Z Compiling serde_with v3.17.0
16542026-06-30T19:53:17.403Z Compiling crossterm v0.28.1
16552026-06-30T19:53:17.417Z Compiling ecdsa v0.16.9
16562026-06-30T19:53:17.491Z Compiling ed25519-dalek v2.2.0
16572026-06-30T19:53:17.702Z Compiling rsa v0.9.10
16582026-06-30T19:53:18.224Z Compiling zip v0.6.6
16592026-06-30T19:53:18.307Z Compiling zip v4.6.1
16602026-06-30T19:53:18.599Z Compiling hyper-tls v0.6.0
16612026-06-30T19:53:18.732Z Compiling iddqd v0.4.2
16622026-06-30T19:53:18.833Z Compiling reqwest v0.12.28
16632026-06-30T19:53:18.913Z Compiling tokio-stream v0.1.18
16642026-06-30T19:53:18.933Z Compiling heck v0.4.1
16652026-06-30T19:53:19.110Z Compiling similar v2.7.0
16662026-06-30T19:53:19.179Z Compiling buf-list v1.1.2
16672026-06-30T19:53:19.205Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-06-30T19:53:19.328Z Compiling openapiv3 v2.2.0
16692026-06-30T19:53:19.345Z Compiling x509-cert v0.2.5
16702026-06-30T19:53:19.366Z Compiling sha1 v0.10.6
16712026-06-30T19:53:19.420Z Compiling crossbeam-epoch v0.9.18
16722026-06-30T19:53:19.473Z Compiling lalrpop-util v0.19.12
16732026-06-30T19:53:19.524Z Compiling peg-runtime v0.8.5
16742026-06-30T19:53:19.595Z Compiling thread_local v1.1.9
16752026-06-30T19:53:19.610Z Compiling slog-async v2.8.0
16762026-06-30T19:53:19.681Z Compiling crossbeam-channel v0.5.15
16772026-06-30T19:53:19.766Z Compiling filetime v0.2.27
16782026-06-30T19:53:19.839Z Compiling is-terminal v0.4.17
16792026-06-30T19:53:19.876Z Compiling term v1.2.1
16802026-06-30T19:53:19.938Z Compiling take_mut v0.2.2
16812026-06-30T19:53:19.950Z Compiling xattr v1.6.1
16822026-06-30T19:53:19.965Z Compiling camino-tempfile v1.4.1
16832026-06-30T19:53:20.136Z Compiling tar v0.4.45
16842026-06-30T19:53:20.160Z Compiling slog-term v2.9.2
16852026-06-30T19:53:37.922Z Compiling rustls-webpki v0.103.9
16862026-06-30T19:53:40.586Z Compiling tokio-rustls v0.26.4
16872026-06-30T19:53:40.586Z Compiling rustls-platform-verifier v0.6.2
16882026-06-30T19:53:40.586Z Compiling tough v0.22.0
16892026-06-30T19:53:40.781Z Compiling hyper-rustls v0.27.7
16902026-06-30T19:53:40.965Z Compiling reqwest v0.13.2
16912026-06-30T19:53:43.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-06-30T19:53:43.375Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-06-30T19:53:46.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.33s
16942026-06-30T19:53:46.280Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16952026-06-30T19:53:46.372ZJun 30 19:53:44.677 INFO Starting download, target: Cockroach
16962026-06-30T19:53:46.372ZJun 30 19:53:44.678 INFO Starting download, target: MaghemiteMgd
16972026-06-30T19:53:46.376ZJun 30 19:53:44.678 INFO Starting download, target: Clickhouse
16982026-06-30T19:53:46.376ZJun 30 19:53:44.678 INFO Starting download, target: DendriteStub
16992026-06-30T19:53:46.376ZJun 30 19:53:44.678 INFO Starting download, target: Console
17002026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Starting download, target: MaghemiteDdmd
17012026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Starting download, target: TransceiverControl
17022026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17052026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17062026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17082026-06-30T19:53:46.377ZJun 30 19:53:44.678 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17092026-06-30T19:53:46.646ZJun 30 19:53:44.988 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17102026-06-30T19:53:46.898ZJun 30 19:53:45.233 INFO Download complete, target: TransceiverControl
17112026-06-30T19:53:47.897ZJun 30 19:53:46.225 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17122026-06-30T19:53:47.968ZJun 30 19:53:46.312 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17132026-06-30T19:53:48.131ZJun 30 19:53:46.464 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-06-30T19:53:48.158ZJun 30 19:53:46.502 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17152026-06-30T19:53:48.405ZJun 30 19:53:46.748 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-30T19:53:48.566ZJun 30 19:53:46.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17172026-06-30T19:53:48.566ZJun 30 19:53:46.910 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17182026-06-30T19:53:48.658ZJun 30 19:53:47.002 INFO Download complete, target: Console
17192026-06-30T19:53:49.863ZJun 30 19:53:48.195 INFO Download complete, target: MaghemiteDdmd
17202026-06-30T19:53:50.539ZJun 30 19:53:48.881 INFO Download complete, target: DendriteStub
17212026-06-30T19:53:50.629ZJun 30 19:53:48.971 INFO Download complete, target: MaghemiteMgd
17222026-06-30T19:53:53.288ZJun 30 19:53:51.632 INFO Checking that binary works, target: Cockroach
17232026-06-30T19:53:53.407ZJun 30 19:53:51.752 INFO Download complete, target: Cockroach
17242026-06-30T19:53:54.922ZJun 30 19:53:53.266 INFO Checking that binary works, target: Clickhouse
17252026-06-30T19:53:55.005ZJun 30 19:53:53.349 INFO Download complete, target: Clickhouse
17262026-06-30T19:53:55.012ZAll prerequisites installed successfully
17272026-06-30T19:53:55.015Z
17282026-06-30T19:53:55.015Zreal 1:45.087466280
17292026-06-30T19:53:55.015Zuser 6:48.510655260
17302026-06-30T19:53:55.015Zsys 1:43.013639416
17312026-06-30T19:53:55.015Ztrap 0.265559953
17322026-06-30T19:53:55.015Ztflt 0.865330695
17332026-06-30T19:53:55.015Zdflt 1.634658891
17342026-06-30T19:53:55.015Zkflt 0.022549447
17352026-06-30T19:53:55.015Zlock 24:00.344652812
17362026-06-30T19:53:55.015Zslp 18:46.541733947
17372026-06-30T19:53:55.015Zlat 23.263242310
17382026-06-30T19:53:55.015Zstop 2:44.770701224
17392026-06-30T19:53:55.015Z+ ptime -m cargo xtask download softnpu
17402026-06-30T19:53:55.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17412026-06-30T19:53:55.478Z Running `target/debug/xtask download softnpu`
17422026-06-30T19:53:56.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17432026-06-30T19:53:56.247Z Running `target/debug/xtask-downloader softnpu`
17442026-06-30T19:53:56.287ZJun 30 19:53:54.629 INFO Starting download, target: Softnpu
17452026-06-30T19:53:56.290ZJun 30 19:53:54.629 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-06-30T19:53:58.697ZJun 30 19:53:57.041 INFO Download complete, target: Softnpu
17472026-06-30T19:53:58.700Z
17482026-06-30T19:53:58.703Zreal 3.681602962
17492026-06-30T19:53:58.703Zuser 1.248099218
17502026-06-30T19:53:58.703Zsys 0.581747689
17512026-06-30T19:53:58.703Ztrap 0.000579979
17522026-06-30T19:53:58.703Ztflt 0.000065281
17532026-06-30T19:53:58.703Zdflt 0.000119684
17542026-06-30T19:53:58.704Zkflt 0.000000000
17552026-06-30T19:53:58.704Zlock 43.546026097
17562026-06-30T19:53:58.704Zslp 2.293169969
17572026-06-30T19:53:58.704Zlat 0.088092379
17582026-06-30T19:53:58.704Zstop 0.000200189
17592026-06-30T19:53:58.704Z+ export CARGO_INCREMENTAL=0
17602026-06-30T19:53:58.704Z+ CARGO_INCREMENTAL=0
17612026-06-30T19:53:58.704Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-06-30T19:53:59.540Z Compiling proc-macro2 v1.0.106
17632026-06-30T19:53:59.540Z Compiling quote v1.0.45
17642026-06-30T19:53:59.543Z Compiling unicode-ident v1.0.24
17652026-06-30T19:53:59.543Z Compiling libc v0.2.185
17662026-06-30T19:53:59.543Z Compiling serde_core v1.0.228
17672026-06-30T19:53:59.543Z Compiling serde v1.0.228
17682026-06-30T19:53:59.543Z Compiling cfg-if v1.0.4
17692026-06-30T19:53:59.543Z Compiling version_check v0.9.5
17702026-06-30T19:53:59.543Z Compiling typenum v1.19.0
17712026-06-30T19:53:59.543Z Compiling find-msvc-tools v0.1.9
17722026-06-30T19:53:59.684Z Compiling shlex v1.3.0
17732026-06-30T19:53:59.687Z Compiling autocfg v1.5.0
17742026-06-30T19:53:59.687Z Compiling zmij v1.0.21
17752026-06-30T19:53:59.687Z Compiling memchr v2.8.0
17762026-06-30T19:53:59.687Z Compiling serde_json v1.0.150
17772026-06-30T19:53:59.916Z Compiling portable-atomic v1.13.1
17782026-06-30T19:54:00.067Z Compiling zerocopy v0.8.40
17792026-06-30T19:54:00.118Z Compiling generic-array v0.14.7
17802026-06-30T19:54:00.162Z Compiling libm v0.2.16
17812026-06-30T19:54:00.210Z Compiling parking_lot_core v0.9.12
17822026-06-30T19:54:00.212Z Compiling icu_normalizer_data v2.1.1
17832026-06-30T19:54:00.255Z Compiling icu_properties_data v2.1.2
17842026-06-30T19:54:00.321Z Compiling smallvec v1.15.1
17852026-06-30T19:54:00.325Z Compiling num-traits v0.2.19
17862026-06-30T19:54:00.363Z Compiling itoa v1.0.17
17872026-06-30T19:54:00.456Z Compiling getrandom v0.4.1
17882026-06-30T19:54:00.476Z Compiling log v0.4.29
17892026-06-30T19:54:00.537Z Compiling stable_deref_trait v1.2.1
17902026-06-30T19:54:00.552Z Compiling pkg-config v0.3.32
17912026-06-30T19:54:00.598Z Compiling subtle v2.6.1
17922026-06-30T19:54:00.703Z Compiling jobserver v0.1.34
17932026-06-30T19:54:00.706Z Compiling getrandom v0.2.17
17942026-06-30T19:54:00.753Z Compiling errno v0.3.14
17952026-06-30T19:54:00.799Z Compiling scopeguard v1.2.0
17962026-06-30T19:54:00.933Z Compiling cc v1.2.56
17972026-06-30T19:54:00.952Z Compiling rand_core v0.6.4
17982026-06-30T19:54:01.024Z Compiling lock_api v0.4.14
17992026-06-30T19:54:01.061Z Compiling fnv v1.0.7
18002026-06-30T19:54:01.083Z Compiling percent-encoding v2.3.2
18012026-06-30T19:54:01.132Z Compiling litemap v0.8.1
18022026-06-30T19:54:01.151Z Compiling syn v2.0.117
18032026-06-30T19:54:01.575Z Compiling thiserror v2.0.18
18042026-06-30T19:54:01.586Z Compiling writeable v0.6.2
18052026-06-30T19:54:01.586Z Compiling pin-project-lite v0.2.17
18062026-06-30T19:54:01.586Z Compiling getrandom v0.3.4
18072026-06-30T19:54:01.586Z Compiling equivalent v1.0.2
18082026-06-30T19:54:01.586Z Compiling rand_core v0.10.0
18092026-06-30T19:54:01.586Z Compiling rustversion v1.0.22
18102026-06-30T19:54:01.586Z Compiling schemars v0.8.22
18112026-06-30T19:54:01.586Z Compiling critical-section v1.2.0
18122026-06-30T19:54:01.586Z Compiling dunce v1.0.5
18132026-06-30T19:54:01.587Z Compiling fs_extra v1.3.0
18142026-06-30T19:54:01.587Z Compiling rustix v1.1.3
18152026-06-30T19:54:01.651Z Compiling utf8_iter v1.0.4
18162026-06-30T19:54:01.695Z Compiling cmake v0.1.57
18172026-06-30T19:54:01.715Z Compiling hashbrown v0.17.0
18182026-06-30T19:54:01.789Z Compiling form_urlencoded v1.2.2
18192026-06-30T19:54:01.864Z Compiling const-oid v0.9.6
18202026-06-30T19:54:01.965Z Compiling semver v1.0.28
18212026-06-30T19:54:02.069Z Compiling bitflags v2.11.0
18222026-06-30T19:54:02.083Z Compiling once_cell v1.21.3
18232026-06-30T19:54:02.215Z Compiling indexmap v2.14.0
18242026-06-30T19:54:02.234Z Compiling aws-lc-sys v0.40.0
18252026-06-30T19:54:02.265Z Compiling signal-hook-registry v1.4.8
18262026-06-30T19:54:02.295Z Compiling heck v0.5.0
18272026-06-30T19:54:02.334Z Compiling parking_lot v0.12.5
18282026-06-30T19:54:02.356Z Compiling mio v1.2.0
18292026-06-30T19:54:02.419Z Compiling socket2 v0.6.3
18302026-06-30T19:54:02.438Z Compiling aws-lc-rs v1.16.3
18312026-06-30T19:54:02.482Z Compiling futures-core v0.3.32
18322026-06-30T19:54:02.538Z Compiling httparse v1.10.1
18332026-06-30T19:54:02.579Z Compiling strsim v0.11.1
18342026-06-30T19:54:02.745Z Compiling byteorder v1.5.0
18352026-06-30T19:54:02.762Z Compiling ucd-trie v0.1.7
18362026-06-30T19:54:02.885Z Compiling thiserror v1.0.69
18372026-06-30T19:54:02.942Z Compiling pest v2.8.6
18382026-06-30T19:54:02.966Z Compiling syn v1.0.109
18392026-06-30T19:54:02.983Z Compiling ident_case v1.0.1
18402026-06-30T19:54:02.997Z Compiling vcpkg v0.2.15
18412026-06-30T19:54:03.013Z Compiling regex-syntax v0.8.10
18422026-06-30T19:54:03.065Z Compiling iana-time-zone v0.1.65
18432026-06-30T19:54:03.215Z Compiling uuid v1.23.4
18442026-06-30T19:54:03.332Z Compiling rustc_version v0.4.1
18452026-06-30T19:54:03.411Z Compiling futures-sink v0.3.32
18462026-06-30T19:54:03.430Z Compiling rustls v0.23.41
18472026-06-30T19:54:03.457Z Compiling cpufeatures v0.2.17
18482026-06-30T19:54:03.557Z Compiling futures-channel v0.3.32
18492026-06-30T19:54:03.593Z Compiling openssl-sys v0.9.115
18502026-06-30T19:54:03.658Z Compiling aho-corasick v1.1.4
18512026-06-30T19:54:03.687Z Compiling slab v0.4.12
18522026-06-30T19:54:03.800Z Compiling futures-task v0.3.32
18532026-06-30T19:54:03.821Z Compiling futures-io v0.3.32
18542026-06-30T19:54:03.991Z Compiling synstructure v0.13.2
18552026-06-30T19:54:04.027Z Compiling serde_derive_internals v0.29.1
18562026-06-30T19:54:04.060Z Compiling pest_meta v2.8.6
18572026-06-30T19:54:04.093Z Compiling crc32fast v1.5.0
18582026-06-30T19:54:04.111Z Compiling dyn-clone v1.0.20
18592026-06-30T19:54:04.181Z Compiling plain v0.2.3
18602026-06-30T19:54:04.219Z Compiling time-core v0.1.8
18612026-06-30T19:54:04.249Z Compiling num-conv v0.2.0
18622026-06-30T19:54:04.309Z Compiling base64 v0.22.1
18632026-06-30T19:54:04.324Z Compiling crossbeam-utils v0.8.21
18642026-06-30T19:54:04.416Z Compiling time-macros v0.2.27
18652026-06-30T19:54:04.546Z Compiling pretty-hex v0.4.1
18662026-06-30T19:54:04.559Z Compiling openssl v0.10.79
18672026-06-30T19:54:04.595Z Compiling regex-automata v0.4.14
18682026-06-30T19:54:04.691Z Compiling pest_generator v2.8.6
18692026-06-30T19:54:04.706Z Compiling base64ct v1.8.3
18702026-06-30T19:54:04.760Z Compiling darling_core v0.21.3
18712026-06-30T19:54:04.783Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18722026-06-30T19:54:04.834Z Compiling flagset v0.4.7
18732026-06-30T19:54:04.850Z Compiling anyhow v1.0.102
18742026-06-30T19:54:04.853Z Compiling native-tls v0.2.18
18752026-06-30T19:54:04.984Z Compiling pem-rfc7468 v0.7.0
18762026-06-30T19:54:05.019Z Compiling rand_core v0.9.5
18772026-06-30T19:54:05.119Z Compiling slog v2.8.2
18782026-06-30T19:54:05.134Z Compiling tracing-core v0.1.36
18792026-06-30T19:54:05.258Z Compiling cookie v0.18.1
18802026-06-30T19:54:05.276Z Compiling serde_derive v1.0.228
18812026-06-30T19:54:05.293Z Compiling zeroize_derive v1.4.3
18822026-06-30T19:54:05.296Z Compiling zerofrom-derive v0.1.6
18832026-06-30T19:54:05.332Z Compiling yoke-derive v0.8.1
18842026-06-30T19:54:05.347Z Compiling zerovec-derive v0.11.2
18852026-06-30T19:54:05.368Z Compiling displaydoc v0.2.5
18862026-06-30T19:54:05.424Z Compiling zerocopy-derive v0.8.40
18872026-06-30T19:54:05.439Z Compiling tokio-macros v2.7.0
18882026-06-30T19:54:05.461Z Compiling futures-macro v0.3.32
18892026-06-30T19:54:05.490Z Compiling thiserror-impl v2.0.18
18902026-06-30T19:54:05.921Z Compiling zeroize v1.8.2
18912026-06-30T19:54:06.186Z Compiling schemars_derive v0.8.22
18922026-06-30T19:54:06.186Z Compiling tracing-attributes v0.1.31
18932026-06-30T19:54:06.296Z Compiling der_derive v0.7.3
18942026-06-30T19:54:06.311Z Compiling thiserror-impl v1.0.69
18952026-06-30T19:54:06.400Z Compiling pest_derive v2.8.6
18962026-06-30T19:54:06.435Z Compiling zerofrom v0.1.6
18972026-06-30T19:54:06.583Z Compiling yoke v0.8.1
18982026-06-30T19:54:06.660Z Compiling crypto-common v0.1.7
18992026-06-30T19:54:06.760Z Compiling zerovec v0.11.5
19002026-06-30T19:54:07.182Z Compiling zerotrie v0.2.3
19012026-06-30T19:54:07.185Z Compiling block-buffer v0.10.4
19022026-06-30T19:54:07.185Z Compiling futures-util v0.3.32
19032026-06-30T19:54:07.185Z Compiling digest v0.10.7
19042026-06-30T19:54:07.242Z Compiling hmac v0.12.1
19052026-06-30T19:54:07.339Z Compiling tinystr v0.8.2
19062026-06-30T19:54:07.360Z Compiling potential_utf v0.1.4
19072026-06-30T19:54:07.376Z Compiling block-padding v0.3.3
19082026-06-30T19:54:07.410Z Compiling sha2 v0.10.9
19092026-06-30T19:54:07.526Z Compiling icu_locale_core v2.1.1
19102026-06-30T19:54:07.543Z Compiling icu_collections v2.1.1
19112026-06-30T19:54:07.574Z Compiling inout v0.1.4
19122026-06-30T19:54:07.577Z Compiling scroll_derive v0.12.1
19132026-06-30T19:54:07.618Z Compiling scroll_derive v0.13.1
19142026-06-30T19:54:07.772Z Compiling cipher v0.4.4
19152026-06-30T19:54:08.043Z Compiling openssl-macros v0.1.1
19162026-06-30T19:54:08.213Z Compiling icu_provider v2.1.1
19172026-06-30T19:54:08.268Z Compiling der v0.7.10
19182026-06-30T19:54:08.328Z Compiling darling_macro v0.21.3
19192026-06-30T19:54:08.454Z Compiling bytes v1.11.1
19202026-06-30T19:54:08.505Z Compiling icu_properties v2.1.2
19212026-06-30T19:54:08.522Z Compiling icu_normalizer v2.1.1
19222026-06-30T19:54:08.542Z Compiling chrono v0.4.44
19232026-06-30T19:54:08.642Z Compiling serde_tokenstream v0.2.3
19242026-06-30T19:54:08.838Z Compiling regex v1.12.3
19252026-06-30T19:54:09.093Z Compiling tokio v1.52.1
19262026-06-30T19:54:09.360Z Compiling http v1.4.2
19272026-06-30T19:54:09.406Z Compiling idna_adapter v1.2.1
19282026-06-30T19:54:09.564Z Compiling idna v1.1.0
19292026-06-30T19:54:09.655Z Compiling zerocopy-derive v0.7.35
19302026-06-30T19:54:09.715Z Compiling ppv-lite86 v0.2.21
19312026-06-30T19:54:10.043Z Compiling url v2.5.8
19322026-06-30T19:54:10.080Z Compiling spki v0.7.3
19332026-06-30T19:54:10.114Z Compiling darling v0.21.3
19342026-06-30T19:54:10.117Z Compiling salsa20 v0.10.2
19352026-06-30T19:54:10.264Z Compiling tracing v0.1.44
19362026-06-30T19:54:10.280Z Compiling pbkdf2 v0.12.2
19372026-06-30T19:54:11.006Z Compiling camino v1.2.2
19382026-06-30T19:54:11.251Z Compiling scrypt v0.11.0
19392026-06-30T19:54:11.335Z Compiling http-body v1.0.1
19402026-06-30T19:54:11.416Z Compiling rand_chacha v0.9.0
19412026-06-30T19:54:11.453Z Compiling aes v0.8.4
19422026-06-30T19:54:11.498Z Compiling cbc v0.1.2
19432026-06-30T19:54:11.505Z Compiling rustls-pki-types v1.14.0
19442026-06-30T19:54:11.645Z Compiling usdt-impl v0.5.0
19452026-06-30T19:54:11.679Z Compiling paste v1.0.15
19462026-06-30T19:54:11.741Z Compiling usdt-impl v0.6.0
19472026-06-30T19:54:11.794Z Compiling ref-cast v1.0.25
19482026-06-30T19:54:11.808Z Compiling fastrand v2.3.0
19492026-06-30T19:54:11.911Z Compiling tinyvec_macros v0.1.1
19502026-06-30T19:54:11.937Z Compiling either v1.15.0
19512026-06-30T19:54:11.955Z Compiling openssl-probe v0.2.1
19522026-06-30T19:54:12.010Z Compiling tinyvec v1.10.0
19532026-06-30T19:54:12.027Z Compiling pkcs5 v0.7.1
19542026-06-30T19:54:12.136Z Compiling rand v0.9.2
19552026-06-30T19:54:12.197Z Compiling scroll v0.13.0
19562026-06-30T19:54:12.236Z Compiling serde_spanned v0.6.9
19572026-06-30T19:54:12.368Z Compiling toml_datetime v0.6.11
19582026-06-30T19:54:12.383Z Compiling scroll v0.12.0
19592026-06-30T19:54:12.400Z Compiling async-trait v0.1.89
19602026-06-30T19:54:12.404Z Compiling heapless v0.7.17
19612026-06-30T19:54:12.500Z Compiling bzip2-sys v0.1.13+1.0.8
19622026-06-30T19:54:12.549Z Compiling tower-service v0.3.3
19632026-06-30T19:54:12.629Z Compiling atomic-waker v1.1.2
19642026-06-30T19:54:12.663Z Compiling litrs v1.0.0
19652026-06-30T19:54:12.679Z Compiling rustix v0.38.44
19662026-06-30T19:54:12.683Z Compiling try-lock v0.2.5
19672026-06-30T19:54:12.711Z Compiling signal-hook v0.3.18
19682026-06-30T19:54:12.712Z Compiling tower-layer v0.3.3
19692026-06-30T19:54:12.728Z Compiling zstd-safe v7.2.4
19702026-06-30T19:54:12.772Z Compiling untrusted v0.7.1
19712026-06-30T19:54:12.823Z Compiling winnow v0.7.14
19722026-06-30T19:54:12.885Z Compiling winnow v1.0.3
19732026-06-30T19:54:12.900Z Compiling want v0.3.1
19742026-06-30T19:54:12.967Z Compiling goblin v0.8.2
19752026-06-30T19:54:12.998Z Compiling tokio-util v0.7.18
19762026-06-30T19:54:13.084Z Compiling goblin v0.10.5
19772026-06-30T19:54:13.137Z Compiling document-features v0.2.12
19782026-06-30T19:54:13.269Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-06-30T19:54:13.307Z Compiling pkcs8 v0.10.2
19802026-06-30T19:54:13.620Z Compiling zerocopy v0.7.35
19812026-06-30T19:54:13.736Z Compiling h2 v0.4.15
19822026-06-30T19:54:13.843Z Compiling ipnet v2.11.0
19832026-06-30T19:54:13.859Z Compiling ref-cast-impl v1.0.25
19842026-06-30T19:54:14.038Z Compiling darling_core v0.20.11
19852026-06-30T19:54:14.228Z Compiling curve25519-dalek v4.1.3
19862026-06-30T19:54:14.359Z Compiling memoffset v0.9.1
19872026-06-30T19:54:14.393Z Compiling untrusted v0.9.0
19882026-06-30T19:54:14.479Z Compiling httpdate v1.0.3
19892026-06-30T19:54:14.520Z Compiling foreign-types-shared v0.1.1
19902026-06-30T19:54:14.649Z Compiling powerfmt v0.2.0
19912026-06-30T19:54:14.708Z Compiling utf8parse v0.2.2
19922026-06-30T19:54:14.841Z Compiling winnow v0.5.40
19932026-06-30T19:54:14.874Z Compiling tempfile v3.25.0
19942026-06-30T19:54:14.897Z Compiling deranged v0.5.8
19952026-06-30T19:54:14.930Z Compiling foreign-types v0.3.2
19962026-06-30T19:54:15.234Z Compiling dof v0.3.0
19972026-06-30T19:54:15.755Z Compiling unicode-normalization v0.1.25
19982026-06-30T19:54:15.830Z Compiling dtrace-parser v0.2.0
19992026-06-30T19:54:15.943Z Compiling dof v0.4.0
20002026-06-30T19:54:16.010Z Compiling darling_macro v0.20.11
20012026-06-30T19:54:16.168Z Compiling toml_edit v0.19.15
20022026-06-30T19:54:16.240Z Compiling dtrace-parser v0.3.0
20032026-06-30T19:54:16.443Z Compiling daft-derive v0.1.7
20042026-06-30T19:54:16.518Z Compiling pin-project-internal v1.1.11
20052026-06-30T19:54:16.586Z Compiling spin v0.9.8
20062026-06-30T19:54:16.609Z Compiling thread-id v4.2.2
20072026-06-30T19:54:16.710Z Compiling thread-id v5.1.0
20082026-06-30T19:54:16.810Z Compiling anstyle v1.0.14
20092026-06-30T19:54:16.878Z Compiling hyper v1.10.1
20102026-06-30T19:54:16.903Z Compiling num_threads v0.1.7
20112026-06-30T19:54:17.050Z Compiling num-bigint-dig v0.8.6
20122026-06-30T19:54:17.120Z Compiling cfg_aliases v0.2.1
20132026-06-30T19:54:17.157Z Compiling smoltcp v0.9.1
20142026-06-30T19:54:17.160Z Compiling time v0.3.47
20152026-06-30T19:54:17.212Z Compiling nix v0.31.2
20162026-06-30T19:54:17.562Z Compiling darling v0.20.11
20172026-06-30T19:54:17.627Z Compiling ipnetwork v0.21.1
20182026-06-30T19:54:17.775Z Compiling curve25519-dalek-derive v0.1.1
20192026-06-30T19:54:17.868Z Compiling strum_macros v0.26.4
20202026-06-30T19:54:17.984Z Compiling hyper-util v0.1.20
20212026-06-30T19:54:18.410Z Compiling sync_wrapper v1.0.2
20222026-06-30T19:54:18.454Z Compiling wait-timeout v0.2.1
20232026-06-30T19:54:18.470Z Compiling colorchoice v1.0.4
20242026-06-30T19:54:18.542Z Compiling siphasher v1.0.2
20252026-06-30T19:54:18.704Z Compiling anstyle-query v1.1.5
20262026-06-30T19:54:18.763Z Compiling quick-error v1.2.3
20272026-06-30T19:54:18.829Z Compiling bit-vec v0.8.0
20282026-06-30T19:54:18.850Z Compiling is_terminal_polyfill v1.70.2
20292026-06-30T19:54:18.865Z Compiling simd-adler32 v0.3.8
20302026-06-30T19:54:19.099Z Compiling bit-set v0.8.0
20312026-06-30T19:54:19.286Z Compiling rusty-fork v0.3.1
20322026-06-30T19:54:19.289Z Compiling tower v0.5.3
20332026-06-30T19:54:19.543Z Compiling derive_builder_core v0.20.2
20342026-06-30T19:54:19.595Z Compiling http-body-util v0.1.3
20352026-06-30T19:54:19.723Z Compiling signature v2.2.0
20362026-06-30T19:54:19.809Z Compiling hubpack_derive v0.1.1
20372026-06-30T19:54:19.889Z Compiling strum_macros v0.27.2
20382026-06-30T19:54:20.152Z Compiling snafu-derive v0.8.9
20392026-06-30T19:54:20.182Z Compiling rand_xorshift v0.4.0
20402026-06-30T19:54:20.362Z Compiling fs-err v3.3.0
20412026-06-30T19:54:20.385Z Compiling ahash v0.8.12
20422026-06-30T19:54:20.450Z Compiling unicode-properties v0.1.4
20432026-06-30T19:54:20.582Z Compiling allocator-api2 v0.2.21
20442026-06-30T19:54:20.598Z Compiling iri-string v0.7.10
20452026-06-30T19:54:20.639Z Compiling object v0.37.3
20462026-06-30T19:54:20.660Z Compiling unicode-bidi v0.3.18
20472026-06-30T19:54:20.677Z Compiling unicode-segmentation v1.12.0
20482026-06-30T19:54:20.905Z Compiling adler2 v2.0.1
20492026-06-30T19:54:20.930Z Compiling unarray v0.1.4
20502026-06-30T19:54:21.051Z Compiling ryu v1.0.23
20512026-06-30T19:54:21.066Z Compiling proptest v1.10.0
20522026-06-30T19:54:21.080Z Compiling miniz_oxide v0.8.9
20532026-06-30T19:54:21.153Z Compiling stringprep v0.1.5
20542026-06-30T19:54:21.232Z Compiling serde_urlencoded v0.7.1
20552026-06-30T19:54:21.579Z Compiling derive_builder_macro v0.20.2
20562026-06-30T19:54:21.607Z Compiling tokio-native-tls v0.3.1
20572026-06-30T19:54:21.670Z Compiling usdt-macro v0.6.0
20582026-06-30T19:54:21.801Z Compiling tower-http v0.6.8
20592026-06-30T19:54:21.826Z Compiling usdt-attr-macro v0.6.0
20602026-06-30T19:54:21.976Z Compiling anstyle-parse v1.0.0
20612026-06-30T19:54:22.245Z Compiling rustls-native-certs v0.8.3
20622026-06-30T19:54:22.317Z Compiling rand_chacha v0.3.1
20632026-06-30T19:54:22.333Z Compiling erased-serde v0.3.31
20642026-06-30T19:54:22.407Z Compiling md-5 v0.10.6
20652026-06-30T19:54:22.502Z Compiling bstr v1.12.1
20662026-06-30T19:54:22.614Z Compiling num-integer v0.1.46
20672026-06-30T19:54:22.627Z Compiling hash32 v0.2.1
20682026-06-30T19:54:22.753Z Compiling vergen-lib v9.1.0
20692026-06-30T19:54:22.756Z Compiling ff v0.13.1
20702026-06-30T19:54:22.842Z Compiling encoding_rs v0.8.35
20712026-06-30T19:54:22.887Z Compiling fallible-iterator v0.2.0
20722026-06-30T19:54:22.890Z Compiling psl-types v2.0.11
20732026-06-30T19:54:22.961Z Compiling mime v0.3.17
20742026-06-30T19:54:22.982Z Compiling base16ct v0.2.0
20752026-06-30T19:54:23.069Z Compiling zlib-rs v0.6.2
20762026-06-30T19:54:23.109Z Compiling sec1 v0.7.3
20772026-06-30T19:54:23.167Z Compiling newtype-uuid v1.3.2
20782026-06-30T19:54:23.207Z Compiling postgres-protocol v0.6.10
20792026-06-30T19:54:23.262Z Compiling publicsuffix v2.3.0
20802026-06-30T19:54:23.344Z Compiling group v0.13.0
20812026-06-30T19:54:23.460Z Compiling num-iter v0.1.45
20822026-06-30T19:54:23.601Z Compiling rand v0.8.6
20832026-06-30T19:54:23.803Z Compiling anstream v1.0.0
20842026-06-30T19:54:24.027Z Compiling oxnet v0.1.6
20852026-06-30T19:54:24.086Z Compiling derive_builder v0.20.2
20862026-06-30T19:54:24.101Z Compiling hyper-tls v0.6.0
20872026-06-30T19:54:24.170Z Compiling heck v0.4.1
20882026-06-30T19:54:24.223Z Compiling phf_shared v0.13.1
20892026-06-30T19:54:24.240Z Compiling pin-project v1.1.11
20902026-06-30T19:54:24.302Z Compiling lazy_static v1.5.0
20912026-06-30T19:54:24.339Z Compiling anstyle-parse v0.2.7
20922026-06-30T19:54:24.469Z Compiling terminal_size v0.4.3
20932026-06-30T19:54:24.472Z Compiling serde_with_macros v3.17.0
20942026-06-30T19:54:24.500Z Compiling futures-executor v0.3.32
20952026-06-30T19:54:24.518Z Compiling hex v0.4.3
20962026-06-30T19:54:24.641Z Compiling hkdf v0.12.4
20972026-06-30T19:54:24.684Z Compiling crypto-bigint v0.5.5
20982026-06-30T19:54:24.723Z Compiling serde_repr v0.1.20
20992026-06-30T19:54:24.765Z Compiling async-recursion v1.1.1
21002026-06-30T19:54:24.798Z Compiling clap_derive v4.6.1
21012026-06-30T19:54:24.814Z Compiling enum-as-inner v0.6.1
21022026-06-30T19:54:24.909Z Compiling vergen v9.1.0
21032026-06-30T19:54:24.959Z Compiling cargo-platform v0.3.2
21042026-06-30T19:54:25.150Z Compiling flate2 v1.1.9
21052026-06-30T19:54:25.239Z Compiling foldhash v0.2.0
21062026-06-30T19:54:25.344Z Compiling clap_lex v1.0.0
21072026-06-30T19:54:25.411Z Compiling bitflags v1.3.2
21082026-06-30T19:54:25.505Z Compiling libbz2-rs-sys v0.2.2
21092026-06-30T19:54:25.528Z Compiling foldhash v0.1.5
21102026-06-30T19:54:25.562Z Compiling managed v0.8.0
21112026-06-30T19:54:25.578Z Compiling same-file v1.0.6
21122026-06-30T19:54:25.725Z Compiling bumpalo v3.20.2
21132026-06-30T19:54:25.774Z Compiling walkdir v2.5.0
21142026-06-30T19:54:25.841Z Compiling hashbrown v0.15.5
21152026-06-30T19:54:25.856Z Compiling elliptic-curve v0.13.8
21162026-06-30T19:54:25.994Z Compiling zopfli v0.8.3
21172026-06-30T19:54:26.067Z Compiling bzip2 v0.6.1
21182026-06-30T19:54:26.085Z Compiling clap_builder v4.6.0
21192026-06-30T19:54:26.237Z Compiling hashbrown v0.16.1
21202026-06-30T19:54:26.304Z Compiling cargo_metadata v0.23.1
21212026-06-30T19:54:26.555Z Compiling zstd v0.13.3
21222026-06-30T19:54:26.731Z Compiling futures v0.3.32
21232026-06-30T19:54:26.838Z Compiling anstream v0.6.21
21242026-06-30T19:54:27.057Z Compiling phf v0.13.1
21252026-06-30T19:54:27.158Z Compiling snafu v0.8.9
21262026-06-30T19:54:27.241Z Compiling daft v0.1.7
21272026-06-30T19:54:27.257Z Compiling reqwest v0.12.28
21282026-06-30T19:54:27.546Z Compiling signal-hook-mio v0.2.5
21292026-06-30T19:54:27.678Z Compiling cookie_store v0.22.1
21302026-06-30T19:54:27.861Z Compiling postgres-types v0.2.12
21312026-06-30T19:54:27.877Z Compiling bzip2 v0.4.4
21322026-06-30T19:54:27.921Z Compiling globset v0.4.18
21332026-06-30T19:54:28.047Z Compiling strum v0.27.2
21342026-06-30T19:54:28.193Z Compiling hubpack v0.1.2
21352026-06-30T19:54:28.221Z Compiling ed25519 v2.2.3
21362026-06-30T19:54:28.261Z Compiling phf_shared v0.11.3
21372026-06-30T19:54:28.300Z Compiling crossbeam-epoch v0.9.18
21382026-06-30T19:54:28.413Z Compiling olpc-cjson v0.1.4
21392026-06-30T19:54:28.466Z Compiling pkcs1 v0.7.5
21402026-06-30T19:54:28.496Z Compiling pem v3.0.6
21412026-06-30T19:54:28.537Z Compiling serde-big-array v0.5.1
21422026-06-30T19:54:28.661Z Compiling serde_plain v1.0.2
21432026-06-30T19:54:28.706Z Compiling rfc6979 v0.4.0
21442026-06-30T19:54:28.807Z Compiling float-cmp v0.10.0
21452026-06-30T19:54:28.821Z Compiling memmap2 v0.9.10
21462026-06-30T19:54:28.836Z Compiling env_filter v1.0.0
21472026-06-30T19:54:28.853Z Compiling predicates-core v1.0.10
21482026-06-30T19:54:28.868Z Compiling precomputed-hash v0.1.1
21492026-06-30T19:54:28.988Z Compiling new_debug_unreachable v1.0.6
21502026-06-30T19:54:29.015Z Compiling fixedbitset v0.4.2
21512026-06-30T19:54:29.055Z Compiling whoami v2.1.0
21522026-06-30T19:54:29.103Z Compiling keccak v0.1.6
21532026-06-30T19:54:29.117Z Compiling jiff v0.2.21
21542026-06-30T19:54:29.231Z Compiling difflib v0.4.0
21552026-06-30T19:54:29.248Z Compiling toml_write v0.1.2
21562026-06-30T19:54:29.248Z Compiling fixedbitset v0.5.7
21572026-06-30T19:54:29.279Z Compiling normalize-line-endings v0.3.0
21582026-06-30T19:54:29.282Z Compiling data-encoding v2.10.0
21592026-06-30T19:54:29.330Z Compiling static_assertions v1.1.0
21602026-06-30T19:54:29.398Z Compiling typed-path v0.9.3
21612026-06-30T19:54:29.414Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21622026-06-30T19:54:29.429Z Compiling toml_edit v0.22.27
21632026-06-30T19:54:29.481Z Compiling predicates v3.1.4
21642026-06-30T19:54:29.545Z Compiling petgraph v0.8.3
21652026-06-30T19:54:29.575Z Compiling tokio-postgres v0.7.16
21662026-06-30T19:54:29.706Z Compiling hickory-proto v0.25.2
21672026-06-30T19:54:29.840Z Compiling sha3 v0.10.8
21682026-06-30T19:54:30.122Z Compiling petgraph v0.6.5
21692026-06-30T19:54:30.292Z Compiling string_cache v0.8.9
21702026-06-30T19:54:30.539Z Compiling env_logger v0.11.9
21712026-06-30T19:54:30.559Z Compiling usdt v0.6.0
21722026-06-30T19:54:30.823Z Compiling ecdsa v0.16.9
21732026-06-30T19:54:30.945Z Compiling rsa v0.9.10
21742026-06-30T19:54:31.602Z Compiling ed25519-dalek v2.2.0
21752026-06-30T19:54:31.751Z Compiling zip v4.6.1
21762026-06-30T19:54:31.913Z Compiling zip v0.6.6
21772026-06-30T19:54:32.160Z Compiling crossterm v0.28.1
21782026-06-30T19:54:32.268Z Compiling clap v4.6.1
21792026-06-30T19:54:32.365Z Compiling iddqd v0.4.2
21802026-06-30T19:54:32.451Z Compiling serde_with v3.17.0
21812026-06-30T19:54:32.654Z Compiling similar v2.7.0
21822026-06-30T19:54:32.750Z Compiling strum v0.26.3
21832026-06-30T19:54:32.768Z Compiling toml v0.7.8
21842026-06-30T19:54:32.877Z Compiling tokio-stream v0.1.18
21852026-06-30T19:54:32.926Z Compiling buf-list v1.1.2
21862026-06-30T19:54:33.183Z Compiling itertools v0.13.0
21872026-06-30T19:54:33.402Z Compiling x509-cert v0.2.5
21882026-06-30T19:54:33.418Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-30T19:54:33.752Z Compiling openapiv3 v2.2.0
21902026-06-30T19:54:33.955Z Compiling sha1 v0.10.6
21912026-06-30T19:54:34.013Z Compiling peg-runtime v0.8.5
21922026-06-30T19:54:34.203Z Compiling lalrpop-util v0.19.12
21932026-06-30T19:54:49.578Z Compiling rustls-webpki v0.103.9
21942026-06-30T19:54:51.709Z Compiling cpufeatures v0.3.0
21952026-06-30T19:54:51.712Z Compiling macaddr v1.0.1
21962026-06-30T19:54:51.811Z Compiling structmeta-derive v0.3.0
21972026-06-30T19:54:51.826Z Compiling hybrid-array v0.4.10
21982026-06-30T19:54:51.882Z Compiling crucible-workspace-hack v0.1.0
21992026-06-30T19:54:52.035Z Compiling rayon-core v1.13.0
22002026-06-30T19:54:52.056Z Compiling itertools v0.14.0
22012026-06-30T19:54:52.123Z Compiling secrecy v0.10.3
22022026-06-30T19:54:52.144Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-06-30T19:54:52.258Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-06-30T19:54:52.298Z Compiling heapless v0.8.0
22052026-06-30T19:54:52.315Z Compiling block-buffer v0.12.1
22062026-06-30T19:54:52.331Z Compiling crypto-common v0.2.2
22072026-06-30T19:54:52.424Z Compiling crossbeam-deque v0.8.6
22082026-06-30T19:54:52.442Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-06-30T19:54:52.512Z Compiling hash32 v0.3.1
22102026-06-30T19:54:52.528Z Compiling multer v3.1.0
22112026-06-30T19:54:52.581Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-06-30T19:54:52.668Z Compiling thread_local v1.1.9
22132026-06-30T19:54:52.703Z Compiling compression-core v0.4.31
22142026-06-30T19:54:52.747Z Compiling slog-async v2.8.0
22152026-06-30T19:54:52.762Z Compiling smoltcp v0.11.0
22162026-06-30T19:54:52.800Z Compiling const-oid v0.10.2
22172026-06-30T19:54:52.835Z Compiling structmeta v0.3.0
22182026-06-30T19:54:52.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-06-30T19:54:53.039Z Compiling unicode-width v0.2.0
22202026-06-30T19:54:53.057Z Compiling match_cfg v0.1.0
22212026-06-30T19:54:53.079Z Compiling derive-ex v0.1.8
22222026-06-30T19:54:53.121Z Compiling hostname v0.3.1
22232026-06-30T19:54:53.156Z Compiling proc-macro-crate v3.4.0
22242026-06-30T19:54:53.192Z Compiling digest v0.11.3
22252026-06-30T19:54:53.207Z Compiling compression-codecs v0.4.37
22262026-06-30T19:54:53.317Z Compiling tokio-rustls v0.26.4
22272026-06-30T19:54:53.370Z Compiling rustls-platform-verifier v0.6.2
22282026-06-30T19:54:53.397Z Compiling tough v0.22.0
22292026-06-30T19:54:53.413Z Compiling ingot-macros v0.1.1
22302026-06-30T19:54:53.591Z Compiling hyper-rustls v0.27.7
22312026-06-30T19:54:53.655Z Compiling atomicwrites v0.4.4
22322026-06-30T19:54:53.670Z Compiling slog-json v2.6.1
22332026-06-30T19:54:53.673Z Compiling crossbeam-channel v0.5.15
22342026-06-30T19:54:53.910Z Compiling reqwest v0.13.2
22352026-06-30T19:54:53.950Z Compiling half v2.7.1
22362026-06-30T19:54:53.966Z Compiling newtype-uuid-macros v0.1.0
22372026-06-30T19:54:53.980Z Compiling cobs v0.3.0
22382026-06-30T19:54:54.296Z Compiling universal-hash v0.5.1
22392026-06-30T19:54:54.327Z Compiling thiserror-impl-no-std v2.0.2
22402026-06-30T19:54:54.413Z Compiling async-stream-impl v0.3.6
22412026-06-30T19:54:54.462Z Compiling toml_datetime v1.1.1+spec-1.1.0
22422026-06-30T19:54:54.674Z Compiling serde_spanned v1.1.1
22432026-06-30T19:54:54.728Z Compiling is-terminal v0.4.17
22442026-06-30T19:54:54.852Z Compiling proc-macro-error-attr v1.0.4
22452026-06-30T19:54:54.868Z Compiling dropshot v0.17.1
22462026-06-30T19:54:54.914Z Compiling toml_writer v1.1.1+spec-1.1.0
22472026-06-30T19:54:54.929Z Compiling ciborium-io v0.2.2
22482026-06-30T19:54:55.009Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22492026-06-30T19:54:55.049Z Compiling term v1.2.1
22502026-06-30T19:54:55.086Z Compiling convert_case v0.4.0
22512026-06-30T19:54:55.106Z Compiling take_mut v0.2.2
22522026-06-30T19:54:55.168Z Compiling opaque-debug v0.3.1
22532026-06-30T19:54:55.203Z Compiling toml v1.1.2+spec-1.1.0
22542026-06-30T19:54:55.256Z Compiling poly1305 v0.8.0
22552026-06-30T19:54:55.351Z Compiling ciborium-ll v0.2.2
22562026-06-30T19:54:55.366Z Compiling async-stream v0.3.6
22572026-06-30T19:54:55.381Z Compiling thiserror-no-std v2.0.2
22582026-06-30T19:54:55.412Z Compiling derive_more v0.99.20
22592026-06-30T19:54:55.495Z Compiling slog-term v2.9.2
22602026-06-30T19:54:55.577Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-30T19:54:55.648Z Compiling test-strategy v0.4.5
22622026-06-30T19:54:55.706Z Compiling postcard v1.1.3
22632026-06-30T19:54:56.084Z Compiling ingot-types v0.1.2
22642026-06-30T19:54:56.109Z Compiling slog-bunyan v2.5.0
22652026-06-30T19:54:56.313Z Compiling num_enum_derive v0.7.6
22662026-06-30T19:54:56.558Z Compiling ingot v0.1.1
22672026-06-30T19:54:56.760Z Compiling async-compression v0.4.41
22682026-06-30T19:54:56.847Z Compiling sha1 v0.11.0
22692026-06-30T19:54:56.968Z Compiling parse-display-derive v0.10.0
22702026-06-30T19:54:57.003Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22712026-06-30T19:54:57.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722026-06-30T19:54:57.273Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22732026-06-30T19:54:57.295Z Compiling proc-macro-crate v1.3.1
22742026-06-30T19:54:57.354Z Compiling waitgroup v0.1.2
22752026-06-30T19:54:57.383Z Compiling backon v1.6.0
22762026-06-30T19:54:57.518Z Compiling rustls-pemfile v2.2.0
22772026-06-30T19:54:57.536Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22782026-06-30T19:54:57.552Z Compiling password-hash v0.5.0
22792026-06-30T19:54:57.604Z Compiling dropshot_endpoint v0.17.1
22802026-06-30T19:54:57.660Z Compiling chacha20 v0.9.1
22812026-06-30T19:54:57.663Z Compiling blake2 v0.10.6
22822026-06-30T19:54:57.794Z Compiling aead v0.5.2
22832026-06-30T19:54:57.826Z Compiling foreign-types-macros v0.2.3
22842026-06-30T19:54:57.902Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22852026-06-30T19:54:57.928Z Compiling serde_path_to_error v0.1.20
22862026-06-30T19:54:58.011Z Compiling hostname v0.4.2
22872026-06-30T19:54:58.096Z Compiling proc-macro-error v1.0.4
22882026-06-30T19:54:58.196Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22892026-06-30T19:54:58.211Z Compiling instant v0.1.13
22902026-06-30T19:54:58.338Z Compiling typeid v1.0.3
22912026-06-30T19:54:58.358Z Compiling foreign-types-shared v0.3.1
22922026-06-30T19:54:58.373Z Compiling debug-ignore v1.0.5
22932026-06-30T19:54:58.473Z Compiling foreign-types v0.5.0
22942026-06-30T19:54:58.504Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-06-30T19:54:58.507Z Compiling parse-display v0.10.0
22962026-06-30T19:54:58.531Z Compiling backoff v0.4.0
22972026-06-30T19:54:58.534Z Compiling chacha20poly1305 v0.10.1
22982026-06-30T19:54:58.566Z Compiling argon2 v0.5.3
22992026-06-30T19:54:58.570Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23002026-06-30T19:54:58.596Z Compiling num_enum_derive v0.5.11
23012026-06-30T19:54:58.669Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23022026-06-30T19:54:58.696Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-30T19:54:58.722Z Compiling num_enum v0.7.6
23042026-06-30T19:54:58.783Z Compiling ciborium v0.2.2
23052026-06-30T19:54:58.857Z Compiling vsss-rs v3.3.4
23062026-06-30T19:54:59.155Z Compiling tabwriter v1.4.1
23072026-06-30T19:54:59.239Z Compiling chacha20 v0.10.0
23082026-06-30T19:54:59.256Z Compiling regress v0.10.5
23092026-06-30T19:54:59.327Z Compiling byte-wrapper v0.1.0
23102026-06-30T19:54:59.349Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-30T19:54:59.364Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-06-30T19:54:59.392Z Compiling cstr-argument v0.1.2
23132026-06-30T19:54:59.562Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-30T19:54:59.580Z Compiling erased-serde v0.4.9
23152026-06-30T19:54:59.585Z Compiling humantime v2.3.0
23162026-06-30T19:54:59.610Z Compiling num_enum v0.5.11
23172026-06-30T19:54:59.627Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-06-30T19:54:59.684Z Compiling rand v0.10.0
23192026-06-30T19:54:59.812Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-30T19:54:59.826Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-06-30T19:54:59.973Z Compiling rayon v1.11.0
23222026-06-30T19:55:00.043Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-30T19:55:00.059Z Compiling libefi-sys v0.1.0
23242026-06-30T19:55:00.073Z Compiling indent_write v2.2.0
23252026-06-30T19:55:00.077Z Compiling colored v3.1.1
23262026-06-30T19:55:00.104Z Compiling zone_cfg_derive v0.3.1
23272026-06-30T19:55:00.225Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-06-30T19:55:00.271Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-30T19:55:00.290Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-06-30T19:55:00.326Z Compiling camino-tempfile v1.4.1
23312026-06-30T19:55:00.462Z Compiling itertools v0.12.1
23322026-06-30T19:55:00.524Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-06-30T19:55:00.540Z Compiling usdt-attr-macro v0.5.0
23342026-06-30T19:55:00.645Z Compiling usdt-macro v0.5.0
23352026-06-30T19:55:00.697Z Compiling num-derive v0.4.2
23362026-06-30T19:55:00.759Z Compiling bitfield-struct v0.6.2
23372026-06-30T19:55:00.763Z Compiling blake3 v1.8.5
23382026-06-30T19:55:00.788Z Compiling ordered-float v2.10.1
23392026-06-30T19:55:00.837Z Compiling sigpipe v0.1.3
23402026-06-30T19:55:00.853Z Compiling memmap v0.7.0
23412026-06-30T19:55:00.867Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-30T19:55:00.950Z Compiling swrite v0.1.0
23432026-06-30T19:55:01.079Z Compiling glob v0.3.3
23442026-06-30T19:55:01.096Z Compiling serde-value v0.7.0
23452026-06-30T19:55:01.113Z Compiling serde-untagged v0.1.9
23462026-06-30T19:55:01.323Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23472026-06-30T19:55:01.378Z Compiling usdt v0.5.0
23482026-06-30T19:55:01.411Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-06-30T19:55:01.585Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23502026-06-30T19:55:01.643Z Compiling toml v0.8.23
23512026-06-30T19:55:01.658Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23522026-06-30T19:55:01.707Z Compiling smf v0.2.3
23532026-06-30T19:55:01.722Z Compiling filetime v0.2.27
23542026-06-30T19:55:01.743Z Compiling zone v0.3.1
23552026-06-30T19:55:01.847Z Compiling whoami v1.6.1
23562026-06-30T19:55:01.907Z Compiling unicode-xid v0.2.6
23572026-06-30T19:55:01.963Z Compiling arrayref v0.3.9
23582026-06-30T19:55:02.025Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-06-30T19:55:02.040Z Compiling arrayvec v0.7.6
23602026-06-30T19:55:02.061Z Compiling xattr v1.6.1
23612026-06-30T19:55:02.079Z Compiling constant_time_eq v0.4.2
23622026-06-30T19:55:02.119Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-30T19:55:02.182Z Compiling cargo-util-schemas v0.8.2
23642026-06-30T19:55:02.292Z Compiling tar v0.4.45
23652026-06-30T19:55:02.297Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-06-30T19:55:02.336Z Compiling tokio-dtrace v0.1.1
23672026-06-30T19:55:02.373Z Compiling console v0.16.2
23682026-06-30T19:55:02.412Z Compiling gethostname v0.5.0
23692026-06-30T19:55:02.557Z Compiling cargo-platform v0.2.0
23702026-06-30T19:55:02.572Z Compiling unit-prefix v0.5.2
23712026-06-30T19:55:02.673Z Compiling topological-sort v0.2.2
23722026-06-30T19:55:02.750Z Compiling oxide-tokio-rt v0.1.4
23732026-06-30T19:55:02.821Z Compiling indicatif v0.18.4
23742026-06-30T19:55:02.871Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-30T19:55:02.886Z Compiling shell-words v1.1.1
23762026-06-30T19:55:03.379Z Compiling cargo_metadata v0.21.0
23772026-06-30T19:55:12.021Z Compiling progenitor-client v0.14.0
23782026-06-30T19:55:12.021Z Compiling omicron-zone-package v0.12.3
23792026-06-30T19:55:12.251Z Compiling progenitor-extras v0.2.0
23802026-06-30T19:55:12.594Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-30T19:55:12.633Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-30T19:55:12.738Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-30T19:55:12.753Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-30T19:55:12.791Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-30T19:55:12.828Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-06-30T19:55:12.924Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-30T19:55:13.083Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-30T19:55:13.625Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-30T19:55:17.561Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-30T19:55:25.345Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-30T19:55:28.462Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-30T19:55:29.462Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-30T19:55:38.588Z Finished `release` profile [optimized] target(s) in 1m 39s
23942026-06-30T19:55:38.724Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-30T19:55:38.787ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-30T19:55:38.790ZCreated new build target 'test' and set it as active
23972026-06-30T19:55:38.790Z
23982026-06-30T19:55:38.790Zreal 1:40.083979350
23992026-06-30T19:55:38.790Zuser 16:27.346846231
24002026-06-30T19:55:38.790Zsys 2:38.915504266
24012026-06-30T19:55:38.790Ztrap 0.469865557
24022026-06-30T19:55:38.790Ztflt 2.525727394
24032026-06-30T19:55:38.790Zdflt 3.775485513
24042026-06-30T19:55:38.790Zkflt 0.000480944
24052026-06-30T19:55:38.790Zlock 52:04.388874801
24062026-06-30T19:55:38.790Zslp 42:35.119113970
24072026-06-30T19:55:38.790Zlat 44.053834388
24082026-06-30T19:55:38.790Zstop 5:13.454020934
24092026-06-30T19:55:38.794Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-30T19:55:39.599Z Finished `release` profile [optimized] target(s) in 0.79s
24112026-06-30T19:55:39.668Z Running `target/release/omicron-package -t test package`
24122026-06-30T19:55:39.723ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-30T19:55:41.078Z Compiling heck v0.5.0
24142026-06-30T19:55:41.078Z Compiling regress v0.11.1
24152026-06-30T19:55:41.311Z Compiling unsafe-libyaml v0.2.11
24162026-06-30T19:55:41.332Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-30T19:55:41.356Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-06-30T19:55:41.377Z Compiling unicode-width v0.1.14
24192026-06-30T19:55:41.380Z Compiling atomicwrites v0.4.4
24202026-06-30T19:55:41.418Z Compiling derive-where v1.6.0
24212026-06-30T19:55:41.439Z Compiling bytecount v0.6.9
24222026-06-30T19:55:41.442Z Compiling is-terminal v0.4.17
24232026-06-30T19:55:41.442Z Compiling prettyplease v0.2.37
24242026-06-30T19:55:41.442Z Compiling console v0.15.11
24252026-06-30T19:55:41.458Z Compiling newline-converter v0.3.0
24262026-06-30T19:55:41.461Z Compiling hybrid-array v0.4.10
24272026-06-30T19:55:41.558Z Compiling slog-dtrace v0.3.0
24282026-06-30T19:55:41.581Z Compiling cancel-safe-futures v0.1.5
24292026-06-30T19:55:41.604Z Compiling owo-colors v4.3.0
24302026-06-30T19:55:41.607Z Compiling resolv-conf v0.7.6
24312026-06-30T19:55:41.644Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-06-30T19:55:41.662Z Compiling num-rational v0.4.2
24332026-06-30T19:55:41.708Z Compiling libsw-core v0.3.2
24342026-06-30T19:55:41.760Z Compiling num-complex v0.4.6
24352026-06-30T19:55:41.845Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-30T19:55:41.911Z Compiling thread_local v1.1.9
24372026-06-30T19:55:41.936Z Compiling expectorate v1.2.0
24382026-06-30T19:55:41.982Z Compiling block-buffer v0.12.1
24392026-06-30T19:55:42.004Z Compiling crypto-common v0.2.2
24402026-06-30T19:55:42.033Z Compiling match_cfg v0.1.0
24412026-06-30T19:55:42.134Z Compiling compression-core v0.4.31
24422026-06-30T19:55:42.171Z Compiling const-oid v0.10.2
24432026-06-30T19:55:42.174Z Compiling num v0.4.3
24442026-06-30T19:55:42.212Z Compiling hostname v0.3.1
24452026-06-30T19:55:42.289Z Compiling compression-codecs v0.4.37
24462026-06-30T19:55:42.315Z Compiling libsw v3.5.0
24472026-06-30T19:55:42.379Z Compiling multer v3.1.0
24482026-06-30T19:55:42.401Z Compiling slog-async v2.8.0
24492026-06-30T19:55:42.446Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-06-30T19:55:42.467Z Compiling crossbeam-channel v0.5.15
24512026-06-30T19:55:42.527Z Compiling slog-json v2.6.1
24522026-06-30T19:55:42.573Z Compiling digest v0.11.3
24532026-06-30T19:55:42.573Z Compiling toml_datetime v1.1.1+spec-1.1.0
24542026-06-30T19:55:42.630Z Compiling serde_spanned v1.1.1
24552026-06-30T19:55:42.650Z Compiling term v1.2.1
24562026-06-30T19:55:42.654Z Compiling linear-map v1.2.0
24572026-06-30T19:55:42.695Z Compiling take_mut v0.2.2
24582026-06-30T19:55:42.753Z Compiling float-ord v0.3.2
24592026-06-30T19:55:42.774Z Compiling linked-hash-map v0.5.6
24602026-06-30T19:55:42.813Z Compiling toml_writer v1.1.1+spec-1.1.0
24612026-06-30T19:55:42.834Z Compiling cpufeatures v0.3.0
24622026-06-30T19:55:42.837Z Compiling slog-bunyan v2.5.0
24632026-06-30T19:55:42.837Z Compiling async-compression v0.4.41
24642026-06-30T19:55:42.899Z Compiling typify-impl v0.6.2
24652026-06-30T19:55:42.903Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24662026-06-30T19:55:42.923Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-06-30T19:55:42.966Z Compiling sha1 v0.11.0
24682026-06-30T19:55:42.969Z Compiling lru-cache v0.1.2
24692026-06-30T19:55:43.043Z Compiling toml v1.1.2+spec-1.1.0
24702026-06-30T19:55:43.064Z Compiling slog-term v2.9.2
24712026-06-30T19:55:43.186Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-30T19:55:43.225Z Compiling async-stream v0.3.6
24732026-06-30T19:55:43.258Z Compiling dropshot v0.17.1
24742026-06-30T19:55:43.325Z Compiling progenitor-client v0.14.0
24752026-06-30T19:55:43.372Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-30T19:55:43.392Z Compiling waitgroup v0.1.2
24772026-06-30T19:55:43.433Z Compiling rustls-pemfile v2.2.0
24782026-06-30T19:55:43.560Z Compiling backon v1.6.0
24792026-06-30T19:55:43.583Z Compiling hostname v0.4.2
24802026-06-30T19:55:43.586Z Compiling serde_path_to_error v0.1.20
24812026-06-30T19:55:43.628Z Compiling instant v0.1.13
24822026-06-30T19:55:43.631Z Compiling debug-ignore v1.0.5
24832026-06-30T19:55:43.672Z Compiling minimal-lexical v0.2.1
24842026-06-30T19:55:43.675Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24852026-06-30T19:55:43.754Z Compiling backoff v0.4.0
24862026-06-30T19:55:43.774Z Compiling progenitor-extras v0.2.0
24872026-06-30T19:55:43.794Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-30T19:55:43.797Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24892026-06-30T19:55:43.992Z Compiling nom v7.1.3
24902026-06-30T19:55:44.013Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-30T19:55:44.055Z Compiling parse-display v0.10.0
24922026-06-30T19:55:44.075Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24932026-06-30T19:55:44.226Z Compiling hickory-proto v0.24.4
24942026-06-30T19:55:44.284Z Compiling regress v0.10.5
24952026-06-30T19:55:44.727Z Compiling macaddr v1.0.1
24962026-06-30T19:55:44.784Z Compiling unicode-xid v0.2.6
24972026-06-30T19:55:44.827Z Compiling humantime v2.3.0
24982026-06-30T19:55:44.978Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-06-30T19:55:45.098Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-06-30T19:55:45.178Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25012026-06-30T19:55:45.378Z Compiling convert_case v0.10.0
25022026-06-30T19:55:45.429Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-30T19:55:45.706Z Compiling derive_more-impl v2.1.1
25042026-06-30T19:55:45.756Z Compiling toml v0.8.23
25052026-06-30T19:55:46.101Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-06-30T19:55:46.345Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-06-30T19:55:46.375Z Compiling papergrid v0.11.0
25082026-06-30T19:55:46.422Z Compiling tabled_derive v0.7.0
25092026-06-30T19:55:46.428Z Compiling typify-macro v0.6.2
25102026-06-30T19:55:46.504Z Compiling termtree v0.5.1
25112026-06-30T19:55:46.525Z Compiling derive_more v2.1.1
25122026-06-30T19:55:46.619Z Compiling crossterm v0.29.0
25132026-06-30T19:55:46.641Z Compiling phf_shared v0.12.1
25142026-06-30T19:55:46.705Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25152026-06-30T19:55:46.892Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-06-30T19:55:47.247Z Compiling hickory-resolver v0.24.4
25172026-06-30T19:55:47.313Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-06-30T19:55:47.530Z Compiling tabled v0.15.0
25192026-06-30T19:55:47.554Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-06-30T19:55:47.959Z Compiling typify v0.6.2
25212026-06-30T19:55:48.259Z Compiling progenitor-impl v0.14.0
25222026-06-30T19:55:48.725Z Compiling qorb v0.4.1
25232026-06-30T19:55:49.616Z Compiling csv-core v0.1.13
25242026-06-30T19:55:50.057Z Compiling vte v0.14.1
25252026-06-30T19:55:50.327Z Compiling highway v1.3.0
25262026-06-30T19:55:50.441Z Compiling progenitor-macro v0.14.0
25272026-06-30T19:55:51.045Z Compiling chrono-tz v0.10.4
25282026-06-30T19:55:51.309Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-30T19:55:51.598Z Compiling strip-ansi-escapes v0.2.1
25302026-06-30T19:55:51.778Z Compiling csv v1.4.0
25312026-06-30T19:55:52.047Z Compiling phf v0.12.1
25322026-06-30T19:55:52.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-06-30T19:55:52.175Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-06-30T19:55:52.258Z Compiling const_format_proc_macros v0.2.34
25352026-06-30T19:55:52.321Z Compiling fd-lock v4.0.4
25362026-06-30T19:55:52.492Z Compiling peg-macros v0.8.5
25372026-06-30T19:55:52.761Z Compiling nu-ansi-term v0.50.3
25382026-06-30T19:55:53.048Z Compiling const_format v0.2.35
25392026-06-30T19:55:53.311Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-30T19:55:53.336Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-30T19:55:53.577Z Compiling reedline v0.40.0
25422026-06-30T19:55:53.780Z Compiling peg v0.8.5
25432026-06-30T19:55:53.918Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-06-30T19:55:54.117Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-06-30T19:55:54.475Z Compiling progenitor v0.14.0
25462026-06-30T19:55:54.652Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-30T19:55:55.127Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-06-30T19:55:55.374Z Compiling bcs v0.1.6
25492026-06-30T19:55:55.499Z Compiling nom v8.0.0
25502026-06-30T19:55:55.813Z Compiling semver v0.1.20
25512026-06-30T19:55:56.144Z Compiling rustc_version v0.1.7
25522026-06-30T19:55:56.385Z Compiling newtype_derive v0.1.6
25532026-06-30T19:55:56.641Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-30T19:55:56.744Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-06-30T19:55:56.887Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25562026-06-30T19:55:57.025Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-06-30T19:55:57.225Z Compiling unicode-linebreak v0.1.5
25582026-06-30T19:55:57.248Z Compiling smawk v0.3.2
25592026-06-30T19:55:57.305Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-06-30T19:55:57.406Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-30T19:55:57.451Z Compiling base64 v0.21.7
25622026-06-30T19:55:57.492Z Compiling textwrap v0.16.2
25632026-06-30T19:55:57.512Z Compiling steno v0.4.1
25642026-06-30T19:55:57.531Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-30T19:55:57.970Z Compiling tagptr v0.2.0
25662026-06-30T19:55:58.122Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25672026-06-30T19:55:58.229Z Compiling utf-8 v0.7.6
25682026-06-30T19:55:58.273Z Compiling moka v0.12.13
25692026-06-30T19:55:58.499Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-06-30T19:55:58.771Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-30T19:55:59.136Z Compiling tungstenite v0.21.0
25722026-06-30T19:55:59.451Z Compiling hickory-resolver v0.25.2
25732026-06-30T19:55:59.560Z Compiling display-error-chain v0.2.2
25742026-06-30T19:55:59.747Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-06-30T19:55:59.768Z Compiling radium v0.7.0
25762026-06-30T19:55:59.930Z Compiling tokio-tungstenite v0.21.0
25772026-06-30T19:56:00.109Z Compiling tap v1.0.1
25782026-06-30T19:56:00.288Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25792026-06-30T19:56:00.335Z Compiling maybe-uninit v2.0.0
25802026-06-30T19:56:00.485Z Compiling wyz v0.5.1
25812026-06-30T19:56:00.642Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-06-30T19:56:01.058Z Compiling vergen-lib v0.1.6
25832026-06-30T19:56:01.320Z Compiling zerocopy-derive v0.6.6
25842026-06-30T19:56:01.341Z Compiling packed_struct v0.10.1
25852026-06-30T19:56:01.625Z Compiling diesel_derives v2.3.7
25862026-06-30T19:56:01.864Z Compiling funty v2.0.0
25872026-06-30T19:56:02.105Z Compiling crc-catalog v2.4.0
25882026-06-30T19:56:02.236Z Compiling bitvec v1.0.1
25892026-06-30T19:56:02.517Z Compiling crc v3.4.0
25902026-06-30T19:56:02.563Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-30T19:56:02.743Z Compiling zerocopy v0.6.6
25922026-06-30T19:56:03.126Z Compiling scheduled-thread-pool v0.2.7
25932026-06-30T19:56:03.183Z Compiling dsl_auto_type v0.2.0
25942026-06-30T19:56:03.386Z Compiling packed_struct_codegen v0.10.1
25952026-06-30T19:56:03.758Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25962026-06-30T19:56:03.782Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25972026-06-30T19:56:03.898Z Compiling vergen-gitcl v1.0.8
25982026-06-30T19:56:03.957Z Compiling diesel_table_macro_syntax v0.3.0
25992026-06-30T19:56:04.096Z Compiling bitfield-macros v0.19.4
26002026-06-30T19:56:04.141Z Compiling dirs-sys-next v0.1.2
26012026-06-30T19:56:04.190Z Compiling proc-macro-error-attr2 v2.0.0
26022026-06-30T19:56:04.412Z Compiling indexmap v1.9.3
26032026-06-30T19:56:04.433Z Compiling maplit v1.0.2
26042026-06-30T19:56:04.555Z Compiling glob v0.3.3
26052026-06-30T19:56:04.638Z Compiling nodrop v0.1.14
26062026-06-30T19:56:04.673Z Compiling crunchy v0.2.4
26072026-06-30T19:56:04.774Z Compiling array-init v0.0.4
26082026-06-30T19:56:04.831Z Compiling bitfield v0.19.4
26092026-06-30T19:56:04.932Z Compiling clang-sys v1.8.1
26102026-06-30T19:56:05.031Z Compiling proc-macro-error2 v2.0.1
26112026-06-30T19:56:05.173Z Compiling dirs-next v2.0.0
26122026-06-30T19:56:05.360Z Compiling r2d2 v0.8.10
26132026-06-30T19:56:05.363Z Compiling smallvec v0.6.14
26142026-06-30T19:56:05.656Z Compiling num-derive v0.3.3
26152026-06-30T19:56:05.680Z Compiling downcast-rs v2.0.2
26162026-06-30T19:56:05.727Z Compiling tiny-keccak v2.0.2
26172026-06-30T19:56:05.749Z Compiling hashbrown v0.12.3
26182026-06-30T19:56:05.816Z Compiling serde-hex v0.1.0
26192026-06-30T19:56:05.904Z Compiling tabled_derive v0.11.0
26202026-06-30T19:56:06.024Z Compiling term v0.7.0
26212026-06-30T19:56:06.155Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-30T19:56:06.355Z Compiling ron v0.8.1
26232026-06-30T19:56:06.394Z Compiling papergrid v0.17.0
26242026-06-30T19:56:06.533Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-30T19:56:06.571Z Compiling libscf-sys v1.1.0
26262026-06-30T19:56:06.717Z Compiling testing_table v0.3.0
26272026-06-30T19:56:06.759Z Compiling hashbrown v0.13.2
26282026-06-30T19:56:06.831Z Compiling crc-any v2.5.0
26292026-06-30T19:56:06.978Z Compiling bit-vec v0.6.3
26302026-06-30T19:56:07.161Z Compiling bit-set v0.5.3
26312026-06-30T19:56:07.218Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-06-30T19:56:07.254Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-06-30T19:56:07.348Z Compiling object v0.30.4
26342026-06-30T19:56:07.400Z Compiling ascii-canvas v3.0.0
26352026-06-30T19:56:07.652Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-06-30T19:56:07.875Z Compiling tabled v0.20.0
26372026-06-30T19:56:07.941Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-06-30T19:56:08.202Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-06-30T19:56:08.443Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-06-30T19:56:08.511Z Compiling progenitor-impl v0.13.0
26412026-06-30T19:56:08.763Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-06-30T19:56:08.837Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-06-30T19:56:09.032Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-06-30T19:56:09.061Z Compiling itertools v0.10.5
26452026-06-30T19:56:09.214Z Compiling ena v0.14.4
26462026-06-30T19:56:09.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-06-30T19:56:09.546Z Compiling libloading v0.8.9
26482026-06-30T19:56:09.781Z Compiling xshell-macros v0.2.7
26492026-06-30T19:56:09.801Z Compiling path-slash v0.1.5
26502026-06-30T19:56:09.968Z Compiling diesel v2.3.7
26512026-06-30T19:56:09.989Z Compiling bindgen v0.71.1
26522026-06-30T19:56:10.162Z Compiling regex-syntax v0.6.29
26532026-06-30T19:56:10.183Z Compiling unicase v2.9.0
26542026-06-30T19:56:10.307Z Compiling diff v0.1.13
26552026-06-30T19:56:10.364Z Compiling xshell v0.2.7
26562026-06-30T19:56:10.488Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-06-30T19:56:10.707Z Compiling progenitor-macro v0.13.0
26582026-06-30T19:56:11.659Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-06-30T19:56:11.986Z Compiling lalrpop v0.19.12
26602026-06-30T19:56:12.132Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-06-30T19:56:13.192Z Compiling cexpr v0.6.0
26622026-06-30T19:56:13.594Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-06-30T19:56:13.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-06-30T19:56:13.858Z Compiling progenitor-client v0.13.0
26652026-06-30T19:56:14.357Z Compiling rustc-hash v2.1.1
26662026-06-30T19:56:14.416Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-06-30T19:56:14.730Z Compiling progenitor v0.13.0
26682026-06-30T19:56:15.075Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-06-30T19:56:15.628Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-30T19:56:15.793Z Compiling headers-core v0.3.0
26712026-06-30T19:56:15.952Z Compiling libxml v0.3.3
26722026-06-30T19:56:16.088Z Compiling crc8 v0.1.1
26732026-06-30T19:56:16.228Z Compiling headers v0.4.1
26742026-06-30T19:56:16.282Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-30T19:56:16.304Z Compiling strum_macros v0.24.3
26762026-06-30T19:56:16.343Z Compiling indoc v1.0.9
26772026-06-30T19:56:16.794Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-30T19:56:17.181Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-06-30T19:56:17.426Z Compiling git-stub v1.0.0
26802026-06-30T19:56:17.448Z Compiling derive_builder v0.20.2
26812026-06-30T19:56:17.469Z Compiling quick-xml v0.37.5
26822026-06-30T19:56:17.618Z Compiling oso-derive v0.27.3
26832026-06-30T19:56:17.640Z Compiling impl-trait-for-tuples v0.2.3
26842026-06-30T19:56:17.698Z Compiling openssl-probe v0.1.6
26852026-06-30T19:56:17.854Z Compiling git-stub-vcs v0.1.0
26862026-06-30T19:56:18.031Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-06-30T19:56:18.143Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26882026-06-30T19:56:18.205Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26892026-06-30T19:56:18.388Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-30T19:56:18.465Z Compiling bb8 v0.8.6
26912026-06-30T19:56:18.794Z Compiling trait-variant v0.1.2
26922026-06-30T19:56:18.868Z Compiling half v1.8.3
26932026-06-30T19:56:18.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-30T19:56:19.108Z Compiling samael v0.0.19
26952026-06-30T19:56:19.210Z Compiling serde_cbor v0.11.2
26962026-06-30T19:56:19.381Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-30T19:56:19.408Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-06-30T19:56:19.445Z Compiling polar-core v0.27.3
26992026-06-30T19:56:19.990Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-06-30T19:56:20.201Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27012026-06-30T19:56:20.228Z Compiling nonempty v0.12.0
27022026-06-30T19:56:20.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-06-30T19:56:20.278Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-30T19:56:20.455Z Compiling fxhash v0.2.1
27052026-06-30T19:56:20.527Z Compiling libz-sys v1.1.24
27062026-06-30T19:56:20.547Z Compiling salty v0.3.0
27072026-06-30T19:56:20.844Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-06-30T19:56:20.963Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-30T19:56:21.029Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-30T19:56:21.610Z Compiling kstat-rs v0.2.4
27112026-06-30T19:56:21.645Z Compiling arc-swap v1.8.2
27122026-06-30T19:56:22.028Z Compiling fs-err v2.11.0
27132026-06-30T19:56:22.322Z Compiling mime_guess v2.0.5
27142026-06-30T19:56:22.482Z Compiling slog-scope v4.4.1
27152026-06-30T19:56:22.744Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-30T19:56:22.870Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-30T19:56:22.959Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-06-30T19:56:23.266Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-06-30T19:56:23.469Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-30T19:56:24.083Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27212026-06-30T19:56:24.150Z Compiling nanorand v0.7.0
27222026-06-30T19:56:24.266Z Compiling darling_core v0.23.0
27232026-06-30T19:56:24.522Z Compiling libgit2-sys v0.18.3+1.9.2
27242026-06-30T19:56:24.610Z Compiling parking_lot_core v0.8.6
27252026-06-30T19:56:24.937Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-30T19:56:25.558Z Compiling flume v0.11.1
27272026-06-30T19:56:25.970Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-06-30T19:56:26.464Z Compiling darling_macro v0.23.0
27292026-06-30T19:56:26.468Z Compiling slog-stdlog v4.1.1
27302026-06-30T19:56:26.975Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-06-30T19:56:27.009Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-06-30T19:56:27.073Z Compiling primeorder v0.13.6
27332026-06-30T19:56:27.085Z Compiling atty v0.2.14
27342026-06-30T19:56:27.359Z Compiling async-bb8-diesel v0.2.1
27352026-06-30T19:56:27.426Z Compiling diesel-dtrace v0.5.0
27362026-06-30T19:56:27.751Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-06-30T19:56:27.800Z Compiling parse-size v1.1.0
27382026-06-30T19:56:27.998Z Compiling instability v0.3.11
27392026-06-30T19:56:28.028Z Compiling strsim v0.10.0
27402026-06-30T19:56:28.241Z Compiling http-range v0.1.5
27412026-06-30T19:56:28.304Z Compiling darling_core v0.13.4
27422026-06-30T19:56:28.373Z Compiling oso v0.27.3
27432026-06-30T19:56:28.655Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27442026-06-30T19:56:29.965Z Compiling p384 v0.13.1
27452026-06-30T19:56:30.662Z Compiling darling v0.23.0
27462026-06-30T19:56:30.777Z Compiling slog-envlogger v2.2.0
27472026-06-30T19:56:32.099Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-06-30T19:56:32.771Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-06-30T19:56:32.822Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-06-30T19:56:34.457Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27512026-06-30T19:56:34.856Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-06-30T19:56:35.207Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-30T19:56:35.309Z Compiling ignore v0.4.25
27542026-06-30T19:56:35.544Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-30T19:56:35.817Z Compiling castaway v0.2.4
27562026-06-30T19:56:35.976Z Compiling vergen-git2 v9.1.0
27572026-06-30T19:56:36.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-30T19:56:36.472Z Compiling indoc v2.0.7
27592026-06-30T19:56:36.648Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-30T19:56:37.004Z Compiling globwalk v0.9.1
27612026-06-30T19:56:37.664Z Compiling compact_str v0.8.1
27622026-06-30T19:56:37.710Z Compiling parking_lot v0.11.2
27632026-06-30T19:56:38.188Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-30T19:56:38.629Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-06-30T19:56:38.661Z Compiling hyper-staticfile v0.10.1
27662026-06-30T19:56:38.819Z Compiling darling_macro v0.13.4
27672026-06-30T19:56:39.164Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27682026-06-30T19:56:39.236Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-06-30T19:56:39.349Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-06-30T19:56:39.815Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-06-30T19:56:39.838Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27722026-06-30T19:56:39.841Z Compiling predicates-tree v1.0.13
27732026-06-30T19:56:39.999Z Compiling unicode-truncate v1.1.0
27742026-06-30T19:56:40.211Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-06-30T19:56:40.295Z Compiling lru v0.12.5
27762026-06-30T19:56:40.315Z Compiling rand_seeder v0.4.0
27772026-06-30T19:56:40.456Z Compiling prefix-trie v0.7.0
27782026-06-30T19:56:40.527Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-06-30T19:56:40.571Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27802026-06-30T19:56:40.693Z Compiling corncobs v0.1.4
27812026-06-30T19:56:40.836Z Compiling illumos-nvpair-sys v0.2.0
27822026-06-30T19:56:40.862Z Compiling cassowary v0.3.0
27832026-06-30T19:56:40.938Z Compiling hickory-server v0.25.2
27842026-06-30T19:56:40.987Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-06-30T19:56:41.008Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-06-30T19:56:41.139Z Compiling ratatui v0.29.0
27872026-06-30T19:56:41.214Z Compiling camino-tempfile-ext v0.3.3
27882026-06-30T19:56:41.709Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-06-30T19:56:41.773Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-06-30T19:56:41.823Z Compiling darling v0.13.4
27912026-06-30T19:56:41.845Z Compiling sled v0.34.7
27922026-06-30T19:56:41.938Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-06-30T19:56:42.421Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-06-30T19:56:42.949Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-06-30T19:56:44.369Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27962026-06-30T19:56:44.750Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-06-30T19:56:44.986Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-06-30T19:56:45.061Z Compiling secrecy v0.8.0
27992026-06-30T19:56:45.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-06-30T19:56:45.555Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28012026-06-30T19:56:45.973Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-06-30T19:56:46.469Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-06-30T19:56:46.931Z Compiling serde_with_macros v1.5.2
28042026-06-30T19:56:47.427Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-06-30T19:56:48.087Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28062026-06-30T19:56:48.465Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-06-30T19:56:48.813Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-06-30T19:56:49.060Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-06-30T19:56:49.301Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28102026-06-30T19:56:49.391Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-06-30T19:56:49.563Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-06-30T19:56:49.639Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-06-30T19:56:49.809Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-06-30T19:56:49.885Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28152026-06-30T19:56:50.053Z Compiling void v1.0.2
28162026-06-30T19:56:50.209Z Compiling lzss v0.8.2
28172026-06-30T19:56:50.538Z Compiling illumos-nvpair v0.3.0
28182026-06-30T19:56:50.650Z Compiling serde_with v1.14.0
28192026-06-30T19:56:50.737Z Compiling git2 v0.20.4
28202026-06-30T19:56:51.042Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-06-30T19:56:51.391Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-06-30T19:56:51.842Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-06-30T19:56:52.028Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28242026-06-30T19:56:53.553Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-30T19:56:53.786Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-06-30T19:56:54.188Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28272026-06-30T19:56:55.253Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-06-30T19:56:55.475Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-06-30T19:56:55.720Z Compiling tungstenite v0.23.0
28302026-06-30T19:56:55.950Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-30T19:56:56.127Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-06-30T19:56:56.596Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-30T19:56:56.839Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28342026-06-30T19:56:57.081Z Compiling nix v0.27.1
28352026-06-30T19:56:57.889Z Compiling twox-hash v2.1.2
28362026-06-30T19:56:57.955Z Compiling serde_bytes v0.11.19
28372026-06-30T19:56:58.140Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-30T19:56:58.226Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-06-30T19:56:58.251Z Compiling tokio-tungstenite v0.23.1
28402026-06-30T19:56:58.254Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-30T19:56:58.293Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-30T19:56:58.396Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-30T19:56:58.629Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-30T19:56:59.997Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-30T19:57:00.620Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-30T19:57:01.888Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-30T19:57:02.286Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-30T19:57:02.861Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-06-30T19:57:02.905Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28502026-06-30T19:57:03.033Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-30T19:57:03.298Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28522026-06-30T19:57:03.433Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-30T19:57:03.737Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-30T19:57:03.872Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-06-30T19:57:04.672Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-06-30T19:57:05.113Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-06-30T19:57:07.002Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-06-30T19:57:07.149Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-06-30T19:57:07.368Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-06-30T19:57:09.034Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-30T19:57:10.161Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-06-30T19:57:10.265Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-06-30T19:57:10.465Z Compiling signal-hook-tokio v0.3.1
28642026-06-30T19:57:10.509Z Compiling fatfs v0.3.6
28652026-06-30T19:57:10.664Z Compiling yasna v0.5.2
28662026-06-30T19:57:10.688Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-30T19:57:11.081Z Compiling seq-macro v0.3.6
28682026-06-30T19:57:11.243Z Compiling is_ci v1.2.0
28692026-06-30T19:57:11.474Z Compiling assert_matches v1.5.0
28702026-06-30T19:57:11.590Z Compiling supports-color v3.0.2
28712026-06-30T19:57:11.617Z Compiling rcgen v0.12.1
28722026-06-30T19:57:11.755Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-30T19:57:12.183Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-30T19:57:12.740Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-30T19:57:13.994Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-30T19:57:14.247Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-30T19:57:14.459Z Compiling rtoolbox v0.0.3
28782026-06-30T19:57:14.500Z Compiling subprocess v0.2.15
28792026-06-30T19:57:14.769Z Compiling rpassword v7.4.0
28802026-06-30T19:57:15.068Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-06-30T19:57:16.256Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-30T19:57:16.538Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-06-30T19:57:16.677Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-06-30T19:57:16.745Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-30T19:57:18.825Z Compiling tui-tree-widget v0.23.1
28862026-06-30T19:57:19.120Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-30T19:57:19.212Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-30T19:57:20.304Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-30T19:57:20.336Z Compiling uzers v0.12.2
28902026-06-30T19:57:20.534Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-30T19:57:21.778Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-30T19:57:21.801Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-30T19:57:23.526Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-30T19:57:24.502Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-06-30T19:57:25.697Z Compiling support-bundle-viewer v0.1.2
28962026-06-30T19:57:26.665Z Compiling multimap v0.10.1
28972026-06-30T19:57:41.381Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-30T19:57:42.180Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-30T19:57:48.369Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-30T19:57:48.806Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-30T19:57:49.832Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-30T20:03:55.857Z Finished `release` profile [optimized] target(s) in 8m 16s
29032026-06-30T20:05:26.466Z
29042026-06-30T20:05:26.470Zreal 9:47.645638755
29052026-06-30T20:05:26.470Zuser 1:17:56.583629495
29062026-06-30T20:05:26.470Zsys 3:28.356702678
29072026-06-30T20:05:26.470Ztrap 1.760925044
29082026-06-30T20:05:26.470Ztflt 2.261589260
29092026-06-30T20:05:26.470Zdflt 18.641904543
29102026-06-30T20:05:26.470Zkflt 0.005587785
29112026-06-30T20:05:26.470Zlock 6:56:57.605449597
29122026-06-30T20:05:26.470Zslp 2:11:15.410666547
29132026-06-30T20:05:26.470Zlat 2:22.624190558
29142026-06-30T20:05:26.470Zstop 5:07.077390536
29152026-06-30T20:05:26.470Z+ mapfile -t packages
29162026-06-30T20:05:26.470Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-06-30T20:05:27.331Z Finished `release` profile [optimized] target(s) in 0.85s
29182026-06-30T20:05:27.442Z Running `target/release/omicron-package -t test list-outputs`
29192026-06-30T20:05:27.452ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-06-30T20:05:27.456Z+ ptime -m cargo build --locked --release -p xtask
29212026-06-30T20:05:27.921Z Compiling libc v0.2.185
29222026-06-30T20:05:27.921Z Compiling serde v1.0.228
29232026-06-30T20:05:27.924Z Compiling serde_core v1.0.228
29242026-06-30T20:05:27.924Z Compiling rustix v1.1.3
29252026-06-30T20:05:28.008Z Compiling bitflags v2.11.0
29262026-06-30T20:05:28.015Z Compiling serde_json v1.0.150
29272026-06-30T20:05:28.056Z Compiling num-traits v0.2.19
29282026-06-30T20:05:28.063Z Compiling syn v2.0.117
29292026-06-30T20:05:28.070Z Compiling smallvec v1.15.1
29302026-06-30T20:05:28.091Z Compiling usdt-impl v0.5.0
29312026-06-30T20:05:28.095Z Compiling indexmap v2.14.0
29322026-06-30T20:05:28.111Z Compiling syn v1.0.109
29332026-06-30T20:05:28.127Z Compiling log v0.4.29
29342026-06-30T20:05:28.127Z Compiling getrandom v0.4.1
29352026-06-30T20:05:28.268Z Compiling percent-encoding v2.3.2
29362026-06-30T20:05:28.430Z Compiling form_urlencoded v1.2.2
29372026-06-30T20:05:28.455Z Compiling fs-err v3.3.0
29382026-06-30T20:05:28.458Z Compiling heck v0.4.1
29392026-06-30T20:05:28.529Z Compiling anyhow v1.0.102
29402026-06-30T20:05:28.529Z Compiling once_cell v1.21.3
29412026-06-30T20:05:28.805Z Compiling errno v0.3.14
29422026-06-30T20:05:28.805Z Compiling thread-id v4.2.2
29432026-06-30T20:05:28.809Z Compiling memmap v0.7.0
29442026-06-30T20:05:29.068Z Compiling ordered-float v2.10.1
29452026-06-30T20:05:29.598Z Compiling proc-macro-error v1.0.4
29462026-06-30T20:05:29.805Z Compiling terminal_size v0.4.3
29472026-06-30T20:05:29.805Z Compiling tempfile v3.25.0
29482026-06-30T20:05:29.843Z Compiling tabled_derive v0.7.0
29492026-06-30T20:05:29.907Z Compiling clap_builder v4.6.0
29502026-06-30T20:05:29.908Z Compiling textwrap v0.16.2
29512026-06-30T20:05:30.030Z Compiling camino-tempfile v1.4.1
29522026-06-30T20:05:30.513Z Compiling tabled v0.15.0
29532026-06-30T20:05:30.560Z Compiling synstructure v0.13.2
29542026-06-30T20:05:30.560Z Compiling pest_generator v2.8.6
29552026-06-30T20:05:30.947Z Compiling serde_derive v1.0.228
29562026-06-30T20:05:30.947Z Compiling zerofrom-derive v0.1.6
29572026-06-30T20:05:30.950Z Compiling yoke-derive v0.8.1
29582026-06-30T20:05:30.950Z Compiling zerovec-derive v0.11.2
29592026-06-30T20:05:30.950Z Compiling displaydoc v0.2.5
29602026-06-30T20:05:30.950Z Compiling thiserror-impl v1.0.69
29612026-06-30T20:05:30.950Z Compiling zerocopy-derive v0.7.35
29622026-06-30T20:05:30.950Z Compiling scroll_derive v0.12.1
29632026-06-30T20:05:30.950Z Compiling thiserror-impl v2.0.18
29642026-06-30T20:05:30.950Z Compiling clap_derive v4.6.1
29652026-06-30T20:05:31.077Z Compiling pest_derive v2.8.6
29662026-06-30T20:05:31.718Z Compiling scroll v0.12.0
29672026-06-30T20:05:31.803Z Compiling zerocopy v0.7.35
29682026-06-30T20:05:32.059Z Compiling goblin v0.8.2
29692026-06-30T20:05:32.131Z Compiling zerofrom v0.1.6
29702026-06-30T20:05:32.189Z Compiling thiserror v2.0.18
29712026-06-30T20:05:32.208Z Compiling thiserror v1.0.69
29722026-06-30T20:05:32.281Z Compiling yoke v0.8.1
29732026-06-30T20:05:32.318Z Compiling dtrace-parser v0.2.0
29742026-06-30T20:05:32.505Z Compiling zerovec v0.11.5
29752026-06-30T20:05:32.528Z Compiling zerotrie v0.2.3
29762026-06-30T20:05:32.635Z Compiling clap v4.6.1
29772026-06-30T20:05:33.106Z Compiling tinystr v0.8.2
29782026-06-30T20:05:33.146Z Compiling potential_utf v0.1.4
29792026-06-30T20:05:33.350Z Compiling icu_locale_core v2.1.1
29802026-06-30T20:05:33.360Z Compiling icu_collections v2.1.1
29812026-06-30T20:05:34.087Z Compiling icu_provider v2.1.1
29822026-06-30T20:05:34.437Z Compiling icu_normalizer v2.1.1
29832026-06-30T20:05:34.511Z Compiling icu_properties v2.1.2
29842026-06-30T20:05:34.698Z Compiling toml_datetime v0.6.11
29852026-06-30T20:05:34.752Z Compiling serde_spanned v0.6.9
29862026-06-30T20:05:34.767Z Compiling dof v0.3.0
29872026-06-30T20:05:34.788Z Compiling serde-value v0.7.0
29882026-06-30T20:05:34.860Z Compiling serde_tokenstream v0.2.3
29892026-06-30T20:05:34.872Z Compiling cargo-platform v0.2.0
29902026-06-30T20:05:34.905Z Compiling toml_edit v0.22.27
29912026-06-30T20:05:34.930Z Compiling macaddr v1.0.1
29922026-06-30T20:05:35.388Z Compiling idna_adapter v1.2.1
29932026-06-30T20:05:35.499Z Compiling idna v1.1.0
29942026-06-30T20:05:35.541Z Compiling usdt-attr-macro v0.5.0
29952026-06-30T20:05:35.752Z Compiling usdt-macro v0.5.0
29962026-06-30T20:05:35.856Z Compiling url v2.5.8
29972026-06-30T20:05:36.369Z Compiling usdt v0.5.0
29982026-06-30T20:05:36.471Z Compiling toml v0.8.23
29992026-06-30T20:05:36.913Z Compiling cargo-util-schemas v0.8.2
30002026-06-30T20:05:36.913Z Compiling cargo_toml v0.21.0
30012026-06-30T20:05:37.957Z Compiling cargo_metadata v0.21.0
30022026-06-30T20:05:41.359Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-06-30T20:05:44.405Z Finished `release` profile [optimized] target(s) in 16.91s
30042026-06-30T20:05:44.525Z
30052026-06-30T20:05:44.525Zreal 17.034193565
30062026-06-30T20:05:44.525Zuser 2:19.642818604
30072026-06-30T20:05:44.525Zsys 17.183559993
30082026-06-30T20:05:44.528Ztrap 0.070059118
30092026-06-30T20:05:44.528Ztflt 0.519788401
30102026-06-30T20:05:44.528Zdflt 1.643567438
30112026-06-30T20:05:44.528Zkflt 0.000041347
30122026-06-30T20:05:44.528Zlock 5:16.902011705
30132026-06-30T20:05:44.528Zslp 3:25.831743945
30142026-06-30T20:05:44.528Zlat 5.689356283
30152026-06-30T20:05:44.528Zstop 18.290966440
30162026-06-30T20:05:44.528Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-06-30T20:05:44.528Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-30T20:05:44.528Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-06-30T20:05:44.528Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-30T20:05:44.528Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-06-30T20:05:45.398Z Compiling progenitor-client v0.14.0
30222026-06-30T20:05:45.399Z Compiling cpufeatures v0.3.0
30232026-06-30T20:05:45.406Z Compiling newtype-uuid-macros v0.1.0
30242026-06-30T20:05:45.406Z Compiling hybrid-array v0.4.10
30252026-06-30T20:05:45.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-06-30T20:05:45.539Z Compiling match_cfg v0.1.0
30272026-06-30T20:05:45.542Z Compiling slog-json v2.6.1
30282026-06-30T20:05:45.542Z Compiling structmeta-derive v0.3.0
30292026-06-30T20:05:45.555Z Compiling multer v3.1.0
30302026-06-30T20:05:45.559Z Compiling compression-core v0.4.31
30312026-06-30T20:05:45.559Z Compiling const-oid v0.10.2
30322026-06-30T20:05:45.559Z Compiling debug-ignore v1.0.5
30332026-06-30T20:05:45.559Z Compiling atomicwrites v0.4.4
30342026-06-30T20:05:45.559Z Compiling itertools v0.14.0
30352026-06-30T20:05:45.594Z Compiling async-stream-impl v0.3.6
30362026-06-30T20:05:45.610Z Compiling serde_spanned v1.1.1
30372026-06-30T20:05:45.751Z Compiling compression-codecs v0.4.37
30382026-06-30T20:05:45.771Z Compiling toml_datetime v1.1.1+spec-1.1.0
30392026-06-30T20:05:45.785Z Compiling hostname v0.3.1
30402026-06-30T20:05:45.804Z Compiling dropshot v0.17.1
30412026-06-30T20:05:45.840Z Compiling toml_writer v1.1.1+spec-1.1.0
30422026-06-30T20:05:45.844Z Compiling rustls-pemfile v2.2.0
30432026-06-30T20:05:45.858Z Compiling waitgroup v0.1.2
30442026-06-30T20:05:45.894Z Compiling dropshot_endpoint v0.17.1
30452026-06-30T20:05:45.894Z Compiling serde_path_to_error v0.1.20
30462026-06-30T20:05:45.943Z Compiling slog-bunyan v2.5.0
30472026-06-30T20:05:46.044Z Compiling toml v1.1.2+spec-1.1.0
30482026-06-30T20:05:46.064Z Compiling async-compression v0.4.41
30492026-06-30T20:05:46.074Z Compiling hostname v0.4.2
30502026-06-30T20:05:46.101Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30512026-06-30T20:05:46.101Z Compiling macaddr v1.0.1
30522026-06-30T20:05:46.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-06-30T20:05:46.155Z Compiling instant v0.1.13
30542026-06-30T20:05:46.172Z Compiling regress v0.10.5
30552026-06-30T20:05:46.217Z Compiling block-buffer v0.12.1
30562026-06-30T20:05:46.234Z Compiling crypto-common v0.2.2
30572026-06-30T20:05:46.249Z Compiling async-stream v0.3.6
30582026-06-30T20:05:46.270Z Compiling backon v1.6.0
30592026-06-30T20:05:46.287Z Compiling backoff v0.4.0
30602026-06-30T20:05:46.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-06-30T20:05:46.338Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-06-30T20:05:46.353Z Compiling humantime v2.3.0
30632026-06-30T20:05:46.377Z Compiling universal-hash v0.5.1
30642026-06-30T20:05:46.418Z Compiling opaque-debug v0.3.1
30652026-06-30T20:05:46.436Z Compiling progenitor-extras v0.2.0
30662026-06-30T20:05:46.495Z Compiling regress v0.11.1
30672026-06-30T20:05:46.529Z Compiling half v2.7.1
30682026-06-30T20:05:46.533Z Compiling ciborium-io v0.2.2
30692026-06-30T20:05:46.533Z Compiling crucible-workspace-hack v0.1.0
30702026-06-30T20:05:46.580Z Compiling convert_case v0.4.0
30712026-06-30T20:05:46.597Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-30T20:05:46.651Z Compiling aead v0.5.2
30732026-06-30T20:05:46.672Z Compiling secrecy v0.10.3
30742026-06-30T20:05:46.707Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-06-30T20:05:46.762Z Compiling poly1305 v0.8.0
30762026-06-30T20:05:46.804Z Compiling ciborium-ll v0.2.2
30772026-06-30T20:05:46.845Z Compiling structmeta v0.3.0
30782026-06-30T20:05:46.862Z Compiling digest v0.11.3
30792026-06-30T20:05:46.876Z Compiling chacha20 v0.9.1
30802026-06-30T20:05:46.891Z Compiling unsafe-libyaml v0.2.11
30812026-06-30T20:05:46.914Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30822026-06-30T20:05:46.945Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-06-30T20:05:48.010Z Compiling derive_more v0.99.20
30842026-06-30T20:05:48.046Z Compiling ciborium v0.2.2
30852026-06-30T20:05:48.046Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30862026-06-30T20:05:48.046Z Compiling sha1 v0.11.0
30872026-06-30T20:05:48.046Z Compiling thiserror-impl-no-std v2.0.2
30882026-06-30T20:05:48.046Z Compiling derive-ex v0.1.8
30892026-06-30T20:05:48.046Z Compiling parse-display-derive v0.10.0
30902026-06-30T20:05:48.046Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-30T20:05:48.046Z Compiling byte-wrapper v0.1.0
30922026-06-30T20:05:48.046Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30932026-06-30T20:05:48.046Z Compiling blake2 v0.10.6
30942026-06-30T20:05:48.046Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-30T20:05:48.046Z Compiling password-hash v0.5.0
30962026-06-30T20:05:48.046Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-30T20:05:48.046Z Compiling chacha20poly1305 v0.10.1
30982026-06-30T20:05:48.046Z Compiling indent_write v2.2.0
30992026-06-30T20:05:48.046Z Compiling toml_edit v0.23.10+spec-1.0.0
31002026-06-30T20:05:48.046Z Compiling argon2 v0.5.3
31012026-06-30T20:05:48.046Z Compiling heapless v0.8.0
31022026-06-30T20:05:48.046Z Compiling ingot-macros v0.1.1
31032026-06-30T20:05:48.046Z Compiling tabwriter v1.4.1
31042026-06-30T20:05:48.078Z Compiling hash32 v0.3.1
31052026-06-30T20:05:52.169Z Compiling typify-impl v0.6.2
31062026-06-30T20:05:52.175Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-06-30T20:05:52.175Z Compiling thiserror-no-std v2.0.2
31082026-06-30T20:05:52.175Z Compiling vsss-rs v3.3.4
31092026-06-30T20:05:52.175Z Compiling proc-macro-crate v3.4.0
31102026-06-30T20:05:52.175Z Compiling smoltcp v0.11.0
31112026-06-30T20:05:52.175Z Compiling test-strategy v0.4.5
31122026-06-30T20:05:52.175Z Compiling parse-display v0.10.0
31132026-06-30T20:05:52.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-06-30T20:05:52.175Z Compiling cobs v0.3.0
31152026-06-30T20:05:52.175Z Compiling num_enum_derive v0.7.6
31162026-06-30T20:05:52.176Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-06-30T20:05:52.176Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-06-30T20:05:52.176Z Compiling colored v3.1.1
31192026-06-30T20:05:52.176Z Compiling postcard v1.1.3
31202026-06-30T20:05:52.176Z Compiling proc-macro-error v1.0.4
31212026-06-30T20:05:52.176Z Compiling proc-macro-crate v1.3.1
31222026-06-30T20:05:52.176Z Compiling foreign-types-macros v0.2.3
31232026-06-30T20:05:52.176Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31242026-06-30T20:05:52.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31252026-06-30T20:05:52.176Z Compiling foreign-types-shared v0.3.1
31262026-06-30T20:05:52.176Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-06-30T20:05:52.176Z Compiling rayon-core v1.13.0
31282026-06-30T20:05:52.176Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292026-06-30T20:05:52.176Z Compiling num_enum_derive v0.5.11
31302026-06-30T20:05:52.176Z Compiling chacha20 v0.10.0
31312026-06-30T20:05:52.176Z Compiling crossbeam-deque v0.8.6
31322026-06-30T20:05:52.176Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-06-30T20:05:52.176Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31342026-06-30T20:05:52.176Z Compiling cstr-argument v0.1.2
31352026-06-30T20:05:52.176Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31362026-06-30T20:05:52.176Z Compiling foreign-types v0.5.0
31372026-06-30T20:05:52.176Z Compiling rand v0.10.0
31382026-06-30T20:05:52.176Z Compiling num_enum v0.7.6
31392026-06-30T20:05:52.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-06-30T20:05:52.176Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-06-30T20:05:52.176Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31422026-06-30T20:05:52.176Z Compiling zone_cfg_derive v0.3.1
31432026-06-30T20:05:52.176Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31442026-06-30T20:05:52.176Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-06-30T20:05:52.176Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-06-30T20:05:52.176Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31472026-06-30T20:05:52.176Z Compiling itertools v0.12.1
31482026-06-30T20:05:52.176Z Compiling rayon v1.11.0
31492026-06-30T20:05:52.176Z Compiling num-derive v0.4.2
31502026-06-30T20:05:52.177Z Compiling sigpipe v0.1.3
31512026-06-30T20:05:52.177Z Compiling glob v0.3.3
31522026-06-30T20:05:52.177Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-06-30T20:05:52.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-06-30T20:05:52.177Z Compiling ingot-types v0.1.2
31552026-06-30T20:05:52.177Z Compiling num_enum v0.5.11
31562026-06-30T20:05:52.177Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31572026-06-30T20:05:52.177Z Compiling smf v0.2.3
31582026-06-30T20:05:52.177Z Compiling whoami v1.6.1
31592026-06-30T20:05:52.177Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-06-30T20:05:52.177Z Compiling usdt-attr-macro v0.5.0
31612026-06-30T20:05:52.177Z Compiling usdt-macro v0.5.0
31622026-06-30T20:05:52.177Z Compiling gethostname v0.5.0
31632026-06-30T20:05:52.177Z Compiling num-rational v0.4.2
31642026-06-30T20:05:52.177Z Compiling ingot v0.1.1
31652026-06-30T20:05:52.177Z Compiling num-complex v0.4.6
31662026-06-30T20:05:52.177Z Compiling memmap v0.7.0
31672026-06-30T20:05:52.177Z Compiling derive-where v1.6.0
31682026-06-30T20:05:52.177Z Compiling float-ord v0.3.2
31692026-06-30T20:05:52.177Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31702026-06-30T20:05:52.177Z Compiling zone v0.3.1
31712026-06-30T20:05:52.177Z Compiling num v0.4.3
31722026-06-30T20:05:52.177Z Compiling toml v0.8.23
31732026-06-30T20:05:52.177Z Compiling resolv-conf v0.7.6
31742026-06-30T20:05:52.177Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-06-30T20:05:52.177Z Compiling cancel-safe-futures v0.1.5
31762026-06-30T20:05:52.177Z Compiling owo-colors v4.3.0
31772026-06-30T20:05:52.177Z Compiling usdt v0.5.0
31782026-06-30T20:05:52.177Z Compiling libsw-core v0.3.2
31792026-06-30T20:05:52.177Z Compiling prettyplease v0.2.37
31802026-06-30T20:05:55.533Z Compiling libsw v3.5.0
31812026-06-30T20:05:56.166Z Compiling console v0.15.11
31822026-06-30T20:05:56.166Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-30T20:05:56.166Z Compiling hickory-proto v0.24.4
31842026-06-30T20:05:56.166Z Compiling newline-converter v0.3.0
31852026-06-30T20:05:56.166Z Compiling linear-map v1.2.0
31862026-06-30T20:05:56.166Z Compiling libefi-sys v0.1.0
31872026-06-30T20:05:56.166Z Compiling linked-hash-map v0.5.6
31882026-06-30T20:05:56.166Z Compiling git-stub v1.0.0
31892026-06-30T20:05:56.166Z Compiling bitfield-struct v0.6.2
31902026-06-30T20:05:56.166Z Compiling lru-cache v0.1.2
31912026-06-30T20:05:56.166Z Compiling expectorate v1.2.0
31922026-06-30T20:05:56.166Z Compiling nom v8.0.0
31932026-06-30T20:05:56.166Z Compiling typify-macro v0.6.2
31942026-06-30T20:05:56.167Z Compiling semver v0.1.20
31952026-06-30T20:05:56.167Z Compiling git-stub-vcs v0.1.0
31962026-06-30T20:05:56.167Z Compiling tokio-dtrace v0.1.1
31972026-06-30T20:05:56.167Z Compiling dropshot-api-manager-types v0.7.2
31982026-06-30T20:05:56.167Z Compiling slog-dtrace v0.3.0
31992026-06-30T20:05:56.167Z Compiling rustc_version v0.1.7
32002026-06-30T20:05:56.167Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32012026-06-30T20:05:56.167Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32022026-06-30T20:05:56.167Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-06-30T20:05:56.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-06-30T20:05:56.167Z Compiling minimal-lexical v0.2.1
32052026-06-30T20:05:56.167Z Compiling oxide-tokio-rt v0.1.4
32062026-06-30T20:05:56.167Z Compiling newtype_derive v0.1.6
32072026-06-30T20:05:56.167Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-06-30T20:05:56.167Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-06-30T20:05:56.167Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-06-30T20:05:56.167Z Compiling phf_shared v0.12.1
32112026-06-30T20:05:56.167Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-30T20:05:56.167Z Compiling nom v7.1.3
32132026-06-30T20:05:56.167Z Compiling csv-core v0.1.13
32142026-06-30T20:05:56.167Z Compiling highway v1.3.0
32152026-06-30T20:05:56.167Z Compiling chrono-tz v0.10.4
32162026-06-30T20:05:56.167Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-06-30T20:05:56.167Z Compiling xshell-macros v0.2.7
32182026-06-30T20:05:56.167Z Compiling const_format_proc_macros v0.2.34
32192026-06-30T20:05:56.167Z Compiling csv v1.4.0
32202026-06-30T20:05:56.167Z Compiling phf v0.12.1
32212026-06-30T20:05:56.167Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-30T20:05:56.211Z Compiling primeorder v0.13.6
32232026-06-30T20:05:56.211Z Compiling xshell v0.2.7
32242026-06-30T20:05:56.211Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-06-30T20:05:56.211Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32262026-06-30T20:05:56.211Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272026-06-30T20:05:56.211Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32282026-06-30T20:05:56.211Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32292026-06-30T20:05:56.211Z Compiling typify v0.6.2
32302026-06-30T20:05:56.211Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32312026-06-30T20:05:56.211Z Compiling hickory-resolver v0.24.4
32322026-06-30T20:05:56.211Z Compiling progenitor-impl v0.14.0
32332026-06-30T20:05:56.211Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-06-30T20:05:56.211Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32352026-06-30T20:05:56.211Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-06-30T20:05:56.211Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-06-30T20:05:56.211Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-06-30T20:05:56.211Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32392026-06-30T20:05:56.211Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32402026-06-30T20:05:56.211Z Compiling const_format v0.2.35
32412026-06-30T20:05:56.211Z Compiling tabled_derive v0.7.0
32422026-06-30T20:05:56.211Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32432026-06-30T20:05:56.211Z Compiling qorb v0.4.1
32442026-06-30T20:05:56.211Z Compiling bcs v0.1.6
32452026-06-30T20:05:56.219Z Compiling tagptr v0.2.0
32462026-06-30T20:05:56.426Z Compiling termtree v0.5.1
32472026-06-30T20:05:56.439Z Compiling salty v0.3.0
32482026-06-30T20:05:56.456Z Compiling textwrap v0.16.2
32492026-06-30T20:05:56.481Z Compiling moka v0.12.13
32502026-06-30T20:05:56.531Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-06-30T20:05:57.659Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32522026-06-30T20:05:57.690Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32532026-06-30T20:05:57.690Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32542026-06-30T20:05:57.690Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32552026-06-30T20:05:57.690Z Compiling tabled v0.15.0
32562026-06-30T20:05:57.691Z Compiling steno v0.4.1
32572026-06-30T20:05:57.691Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-06-30T20:05:57.691Z Compiling base64 v0.21.7
32592026-06-30T20:05:57.691Z Compiling radium v0.7.0
32602026-06-30T20:05:57.691Z Compiling hickory-resolver v0.25.2
32612026-06-30T20:05:57.691Z Compiling p384 v0.13.1
32622026-06-30T20:05:57.691Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-06-30T20:05:57.691Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-06-30T20:05:57.691Z Compiling progenitor-macro v0.14.0
32652026-06-30T20:05:57.691Z Compiling maybe-uninit v2.0.0
32662026-06-30T20:05:57.706Z Compiling tap v1.0.1
32672026-06-30T20:05:57.957Z Compiling wyz v0.5.1
32682026-06-30T20:05:57.997Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-06-30T20:05:58.072Z Compiling proc-macro-error-attr2 v2.0.0
32702026-06-30T20:05:58.081Z Compiling packed_struct v0.10.1
32712026-06-30T20:05:58.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32722026-06-30T20:05:58.194Z Compiling utf-8 v0.7.6
32732026-06-30T20:05:58.297Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-06-30T20:05:58.335Z Compiling funty v2.0.0
32752026-06-30T20:05:58.357Z Compiling parking_lot_core v0.8.6
32762026-06-30T20:05:58.410Z Compiling tungstenite v0.21.0
32772026-06-30T20:05:58.549Z Compiling proc-macro-error2 v2.0.1
32782026-06-30T20:05:58.565Z Compiling polyval v0.6.2
32792026-06-30T20:05:58.596Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32802026-06-30T20:05:58.718Z Compiling bitvec v1.0.1
32812026-06-30T20:05:58.810Z Compiling packed_struct_codegen v0.10.1
32822026-06-30T20:05:58.916Z Compiling num-derive v0.3.3
32832026-06-30T20:05:58.986Z Compiling zerocopy-derive v0.6.6
32842026-06-30T20:05:59.235Z Compiling bitfield-macros v0.19.4
32852026-06-30T20:05:59.283Z Compiling indexmap v1.9.3
32862026-06-30T20:05:59.310Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32872026-06-30T20:05:59.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-06-30T20:05:59.424Z Compiling crc-catalog v2.4.0
32892026-06-30T20:05:59.487Z Compiling nodrop v0.1.14
32902026-06-30T20:05:59.558Z Compiling crc v3.4.0
32912026-06-30T20:05:59.564Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-30T20:05:59.609Z Compiling array-init v0.0.4
32932026-06-30T20:05:59.645Z Compiling tokio-tungstenite v0.21.0
32942026-06-30T20:05:59.659Z Compiling tabled_derive v0.11.0
32952026-06-30T20:05:59.804Z Compiling ghash v0.5.1
32962026-06-30T20:05:59.864Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-06-30T20:05:59.908Z Compiling zerocopy v0.6.6
32982026-06-30T20:05:59.968Z Compiling libscf-sys v1.1.0
32992026-06-30T20:05:59.991Z Compiling smallvec v0.6.14
33002026-06-30T20:06:00.027Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-06-30T20:06:00.039Z Compiling progenitor-impl v0.13.0
33022026-06-30T20:06:00.039Z Compiling papergrid v0.17.0
33032026-06-30T20:06:00.069Z Compiling bitfield v0.19.4
33042026-06-30T20:06:00.078Z Compiling testing_table v0.3.0
33052026-06-30T20:06:00.145Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33062026-06-30T20:06:00.237Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-06-30T20:06:00.261Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33082026-06-30T20:06:00.276Z Compiling ctr v0.9.2
33092026-06-30T20:06:00.288Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-06-30T20:06:00.330Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-06-30T20:06:00.404Z Compiling illumos-nvpair-sys v0.2.0
33122026-06-30T20:06:00.515Z Compiling corncobs v0.1.4
33132026-06-30T20:06:00.527Z Compiling hashbrown v0.12.3
33142026-06-30T20:06:00.574Z Compiling unicase v2.9.0
33152026-06-30T20:06:00.678Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-06-30T20:06:00.688Z Compiling aes-gcm v0.10.3
33172026-06-30T20:06:00.701Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-30T20:06:00.713Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-06-30T20:06:00.809Z Compiling mime_guess v2.0.5
33202026-06-30T20:06:00.895Z Compiling serde-hex v0.1.0
33212026-06-30T20:06:00.905Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33222026-06-30T20:06:00.933Z Compiling parking_lot v0.11.2
33232026-06-30T20:06:01.032Z Compiling tabled v0.20.0
33242026-06-30T20:06:01.104Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-06-30T20:06:01.261Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-06-30T20:06:01.330Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-06-30T20:06:01.417Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-06-30T20:06:01.616Z Compiling ron v0.8.1
33292026-06-30T20:06:01.631Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-30T20:06:01.715Z Compiling hashbrown v0.13.2
33312026-06-30T20:06:01.816Z Compiling progenitor-client v0.13.0
33322026-06-30T20:06:01.832Z Compiling prefix-trie v0.7.0
33332026-06-30T20:06:02.131Z Compiling blowfish v0.9.1
33342026-06-30T20:06:02.172Z Compiling ssh-encoding v0.2.0
33352026-06-30T20:06:02.249Z Compiling fxhash v0.2.1
33362026-06-30T20:06:02.266Z Compiling secrecy v0.8.0
33372026-06-30T20:06:02.413Z Compiling crc-any v2.5.0
33382026-06-30T20:06:02.431Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33392026-06-30T20:06:02.490Z Compiling ssh-cipher v0.2.0
33402026-06-30T20:06:02.632Z Compiling sled v0.34.7
33412026-06-30T20:06:02.689Z Compiling bcrypt-pbkdf v0.10.0
33422026-06-30T20:06:02.723Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-06-30T20:06:02.723Z Compiling object v0.30.4
33442026-06-30T20:06:02.756Z Compiling hickory-server v0.25.2
33452026-06-30T20:06:02.759Z Compiling progenitor v0.14.0
33462026-06-30T20:06:02.788Z Compiling progenitor-macro v0.13.0
33472026-06-30T20:06:02.952Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-30T20:06:03.053Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-06-30T20:06:03.114Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-30T20:06:03.132Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-30T20:06:03.150Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33522026-06-30T20:06:03.485Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33532026-06-30T20:06:03.604Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33542026-06-30T20:06:03.766Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33552026-06-30T20:06:03.784Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-06-30T20:06:03.803Z Compiling password-hash v0.4.2
33572026-06-30T20:06:03.848Z Compiling half v1.8.3
33582026-06-30T20:06:04.138Z Compiling path-slash v0.1.5
33592026-06-30T20:06:04.223Z Compiling http-range v0.1.5
33602026-06-30T20:06:04.285Z Compiling crc8 v0.1.1
33612026-06-30T20:06:04.437Z Compiling pbkdf2 v0.11.0
33622026-06-30T20:06:04.564Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33632026-06-30T20:06:04.667Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33642026-06-30T20:06:04.684Z Compiling serde_cbor v0.11.2
33652026-06-30T20:06:05.311Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-06-30T20:06:05.554Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-06-30T20:06:05.649Z Compiling illumos-nvpair v0.3.0
33682026-06-30T20:06:05.711Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-30T20:06:05.744Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-06-30T20:06:05.765Z Compiling ssh-key v0.6.7
33712026-06-30T20:06:06.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33722026-06-30T20:06:06.198Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33732026-06-30T20:06:06.243Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33742026-06-30T20:06:06.334Z Compiling p521 v0.13.3
33752026-06-30T20:06:06.380Z Compiling p256 v0.13.2
33762026-06-30T20:06:06.397Z Compiling yasna v0.5.2
33772026-06-30T20:06:06.688Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-06-30T20:06:06.791Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-06-30T20:06:06.808Z Compiling kstat-rs v0.2.4
33802026-06-30T20:06:06.888Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33812026-06-30T20:06:07.056Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33822026-06-30T20:06:07.074Z Compiling headers-core v0.3.0
33832026-06-30T20:06:07.140Z Compiling nanorand v0.7.0
33842026-06-30T20:06:07.170Z Compiling russh-cryptovec v0.7.3
33852026-06-30T20:06:07.227Z Compiling atty v0.2.14
33862026-06-30T20:06:07.347Z Compiling md5 v0.7.0
33872026-06-30T20:06:07.366Z Compiling home v0.5.12
33882026-06-30T20:06:07.393Z Compiling flume v0.11.1
33892026-06-30T20:06:07.412Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33902026-06-30T20:06:07.445Z Compiling headers v0.4.1
33912026-06-30T20:06:07.463Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-06-30T20:06:07.517Z Compiling rcgen v0.12.1
33932026-06-30T20:06:07.536Z Compiling russh-keys v0.45.0
33942026-06-30T20:06:07.655Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-06-30T20:06:07.768Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33962026-06-30T20:06:07.888Z Compiling progenitor v0.13.0
33972026-06-30T20:06:08.067Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33982026-06-30T20:06:08.084Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-06-30T20:06:08.111Z Compiling hyper-staticfile v0.10.1
34002026-06-30T20:06:08.241Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34012026-06-30T20:06:08.298Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-06-30T20:06:08.316Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-06-30T20:06:08.444Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-06-30T20:06:08.578Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34052026-06-30T20:06:08.651Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34062026-06-30T20:06:08.669Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34072026-06-30T20:06:08.702Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34082026-06-30T20:06:08.765Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34092026-06-30T20:06:08.971Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-06-30T20:06:09.004Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34112026-06-30T20:06:09.023Z Compiling num-bigint v0.4.6
34122026-06-30T20:06:09.026Z Compiling des v0.8.1
34132026-06-30T20:06:09.027Z Compiling subprocess v0.2.15
34142026-06-30T20:06:09.090Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34152026-06-30T20:06:09.134Z Compiling display-error-chain v0.2.2
34162026-06-30T20:06:09.151Z Compiling hex-literal v0.4.1
34172026-06-30T20:06:09.207Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34182026-06-30T20:06:09.260Z Compiling colored v2.2.0
34192026-06-30T20:06:09.291Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34202026-06-30T20:06:09.307Z Compiling socket2 v0.5.10
34212026-06-30T20:06:09.458Z Compiling internet-checksum v0.2.1
34222026-06-30T20:06:09.549Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-06-30T20:06:09.566Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-30T20:06:10.206Z Compiling russh v0.45.0
34252026-06-30T20:06:10.380Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34262026-06-30T20:06:11.372Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34272026-06-30T20:06:11.372Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34282026-06-30T20:06:13.866Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34292026-06-30T20:06:14.511Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34302026-06-30T20:06:14.714Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34312026-06-30T20:06:14.980Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34322026-06-30T20:06:17.357Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34332026-06-30T20:06:25.503Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-06-30T20:06:25.503Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34352026-06-30T20:06:25.503Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34362026-06-30T20:06:25.506Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34372026-06-30T20:06:27.240Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34382026-06-30T20:06:27.280Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34392026-06-30T20:06:31.258Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34402026-06-30T20:07:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34412026-06-30T20:07:10.917Z
34422026-06-30T20:07:10.917Zreal 1:26.328127578
34432026-06-30T20:07:10.920Zuser 7:56.962734756
34442026-06-30T20:07:10.920Zsys 1:37.515147284
34452026-06-30T20:07:10.920Ztrap 0.227384054
34462026-06-30T20:07:10.920Ztflt 0.340487654
34472026-06-30T20:07:10.920Zdflt 1.841225440
34482026-06-30T20:07:10.920Zkflt 0.000397276
34492026-06-30T20:07:10.920Zlock 26:43.461308277
34502026-06-30T20:07:10.920Zslp 17:59.463228763
34512026-06-30T20:07:10.920Zlat 36.712476199
34522026-06-30T20:07:10.920Zstop 2:31.898037112
34532026-06-30T20:07:10.920Z+ mkdir tests
34542026-06-30T20:07:10.920Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-06-30T20:07:10.920Z+ xargs -I '{}' -t cp '{}' tests/
34562026-06-30T20:07:10.942Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f2418a96003d56dd tests/
34572026-06-30T20:07:10.971Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2f9b05eaa7f9fa43 tests/
34582026-06-30T20:07:11.000Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5cb70ea80f2c657e tests/
34592026-06-30T20:07:11.031Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4286466062a8d251 tests/
34602026-06-30T20:07:11.266Z+ 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)
34612026-06-30T20:07:11.271Z+ 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
34622026-06-30T20:08:29.895ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-06-30T20:08:29.895Za .github/buildomat/ci-env.sh 1K
34642026-06-30T20:08:29.895Za out/target/test 1K
34652026-06-30T20:08:29.895Za out/npuzone/npuzone 27402K
34662026-06-30T20:08:29.895Za package-manifest.toml 35K
34672026-06-30T20:08:29.895Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-06-30T20:08:29.895Za target/release/omicron-package 40882K
34692026-06-30T20:08:29.895Za target/release/xtask 11107K
34702026-06-30T20:08:29.895Za target/debug/bootstrap 349095K
34712026-06-30T20:08:29.895Za tests/bootstrap-2f9b05eaa7f9fa43 31974K
34722026-06-30T20:08:29.895Za tests/commtest-5cb70ea80f2c657e 33328K
34732026-06-30T20:08:29.895Za tests/dhcp_server-f2418a96003d56dd 31974K
34742026-06-30T20:08:29.895Za tests/end_to_end_tests-4286466062a8d251 391244K
34752026-06-30T20:08:29.895Za tools/opte_version 1K
34762026-06-30T20:08:29.895Za tools/opte_version_override 2K
34772026-06-30T20:08:29.895Za out/clickhouse.tar.gz 308346K
34782026-06-30T20:08:29.895Za out/clickhouse_keeper.tar.gz 294831K
34792026-06-30T20:08:29.895Za out/clickhouse_server.tar.gz 308344K
34802026-06-30T20:08:29.895Za out/cockroachdb.tar.gz 158634K
34812026-06-30T20:08:29.895Za out/crucible-pantry-zone.tar.gz 37385K
34822026-06-30T20:08:29.895Za out/crucible-utils.tar 18900K
34832026-06-30T20:08:29.895Za out/crucible-zone.tar.gz 52080K
34842026-06-30T20:08:29.895Za out/external-dns.tar.gz 43160K
34852026-06-30T20:08:29.895Za out/internal-dns.tar.gz 43159K
34862026-06-30T20:08:29.895Za out/mg-ddm-gz.tar 97917K
34872026-06-30T20:08:29.895Za out/nexus.tar.gz 269820K
34882026-06-30T20:08:29.895Za out/ntp.tar.gz 26523K
34892026-06-30T20:08:29.895Za out/omicron-gateway-softnpu.tar.gz 28294K
34902026-06-30T20:08:29.896Za out/omicron-sled-agent.tar 194016K
34912026-06-30T20:08:29.896Za out/overlay.tar.gz 3K
34922026-06-30T20:08:29.896Za out/oximeter.tar.gz 59174K
34932026-06-30T20:08:29.896Za out/oxlog.tar 3808K
34942026-06-30T20:08:29.896Za out/probe.tar.gz 3037K
34952026-06-30T20:08:29.896Za out/propolis-server.tar.gz 34372K
34962026-06-30T20:08:29.896Za out/pumpkind-gz.tar 26647K
34972026-06-30T20:08:29.896Za out/switch-softnpu.tar.gz 444270K
34982026-06-30T20:08:29.902Z
34992026-06-30T20:08:29.902Zreal 1:18.625007503
35002026-06-30T20:08:29.902Zuser 1:15.996185056
35012026-06-30T20:08:29.902Zsys 4.357048223
35022026-06-30T20:08:29.902Ztrap 0.005906388
35032026-06-30T20:08:29.903Ztflt 0.000000000
35042026-06-30T20:08:29.903Zdflt 0.000000000
35052026-06-30T20:08:29.903Zkflt 0.000000000
35062026-06-30T20:08:29.903Zlock 0.000000000
35072026-06-30T20:08:29.903Zslp 1:15.942070136
35082026-06-30T20:08:29.903Zlat 0.944121968
35092026-06-30T20:08:29.903Zstop 0.000219568
35102026-06-30T20:08:29.903Zprocess exited: duration 980013 ms, exit code 0
 
35112026-06-30T20:08:29.918Zfound 1 output files
35122026-06-30T20:08:29.918Zuploading: /work/package.tar.gz (2447653311 bytes)
35132026-06-30T20:09:27.781Zuploaded: /work/package.tar.gz