01M0V5FAD1WKE0XMDFE59HJQ8G: 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: 01M0V5G9S3K3DRRJT28YQJ2NB8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T00:36:32.767Zjob assigned to worker 01M0V5GH93FXCWKRM1ZEW9Y51A [factory aws, i-079aa3e4220d4c388] (queued for 50 s)
 
22026-08-25T00:36:40.049Zstarting task 0: "setup"
32026-08-25T00:36:40.062Z++ uname -s
42026-08-25T00:36:40.063Z+ kern=SunOS
52026-08-25T00:36:40.063Z+ build_user=build
62026-08-25T00:36:40.063Z+ build_uid=12345
72026-08-25T00:36:40.075Z+ work_dir=/work
82026-08-25T00:36:40.075Z+ input_dir=/input
92026-08-25T00:36:40.075Z+ [[ 0 == 12345 ]]
102026-08-25T00:36:40.075Z+ case "$kern" in
112026-08-25T00:36:40.075Z+ groupadd -g 12345 build
122026-08-25T00:36:40.075Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T00:36:42.055Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T00:36:42.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T00:36:42.221Z+ home_fs=zfs
162026-08-25T00:36:42.221Z+ [[ zfs == autofs ]]
172026-08-25T00:36:42.231Z+ mkdir -p /home/build
182026-08-25T00:36:42.231Z+ chown build:build /home/build /work
192026-08-25T00:36:44.209Z+ chmod 0700 /home/build /work
202026-08-25T00:36:44.215Zprocess exited: duration 4178 ms, exit code 0
 
212026-08-25T00:36:44.224Zstarting task 1: "rust-toolchain"
222026-08-25T00:36:44.231Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T00:36:44.232Z * rust toolchain channel = "1.97.1"
242026-08-25T00:36:44.232Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T00:36:44.232Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T00:36:44.232Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T00:36:44.232Z * rust toolchain profile = "default"
282026-08-25T00:36:44.237Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T00:36:44.237Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T00:36:44.334Zinfo: downloading installer
312026-08-25T00:36:45.757Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T00:36:45.757Zwarn: /home/build/.rustup/settings.toml
332026-08-25T00:36:45.757Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T00:36:45.757Zwarn: instead of the one inferred from the default host triple.
352026-08-25T00:36:45.769Zinfo: profile set to default
362026-08-25T00:36:45.769Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T00:36:45.776Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T00:36:45.906Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T00:36:45.914Zinfo: downloading 6 components
402026-08-25T00:37:00.994Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T00:37:00.994Z
422026-08-25T00:37:01.020Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T00:37:01.020Z
442026-08-25T00:37:01.020Z
452026-08-25T00:37:01.020ZRust is installed now. Great!
462026-08-25T00:37:01.020Z
472026-08-25T00:37:01.020ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T00:37:01.020Zenvironment variable. This has not been done automatically.
492026-08-25T00:37:01.020Z
502026-08-25T00:37:01.021ZTo configure your current shell, you need to source
512026-08-25T00:37:01.021Zthe corresponding env file under $HOME/.cargo.
522026-08-25T00:37:01.021Z
532026-08-25T00:37:01.022ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T00:37:01.025Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T00:37:01.025Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T00:37:01.025Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T00:37:01.025Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T00:37:01.025Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T00:37:01.025Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T00:37:01.025Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T00:37:01.025Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T00:37:01.125Z+ rustup --version
632026-08-25T00:37:01.130Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T00:37:01.137Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T00:37:01.152Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T00:37:01.158Z+ cargo --version
672026-08-25T00:37:01.166Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T00:37:01.171Z+ rustc --version
692026-08-25T00:37:01.186Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T00:37:01.189Zprocess exited: duration 16964 ms, exit code 0
 
712026-08-25T00:37:01.198Zstarting task 2: "authentication"
722026-08-25T00:37:01.209ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T00:37:25.271Zprocess exited: duration 24072 ms, exit code 0
 
742026-08-25T00:37:25.279Zstarting task 3: "clone repository"
752026-08-25T00:37:25.285Z+ mkdir -p /work/oxidecomputer/omicron
762026-08-25T00:37:25.288Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-08-25T00:37:25.321ZCloning into '/work/oxidecomputer/omicron'...
782026-08-25T00:37:37.763Z+ cd /work/oxidecomputer/omicron
792026-08-25T00:37:37.763Z+ git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
802026-08-25T00:37:38.134ZFrom https://github.com/oxidecomputer/omicron
812026-08-25T00:37:38.134Z * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD
822026-08-25T00:37:38.207Z+ [[ -n '' ]]
832026-08-25T00:37:38.207Z+ git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d
842026-08-25T00:37:38.207ZHEAD is now at 82b3aa3d9 [spr] initial version
852026-08-25T00:37:38.321Zprocess exited: duration 12874 ms, exit code 0
 
862026-08-25T00:37:38.356Zstarting task 4: "build"
872026-08-25T00:37:38.373Z+ source .github/buildomat/ci-env.sh
882026-08-25T00:37:38.373Z++ export CARGO_TERM_COLOR=always
892026-08-25T00:37:38.374Z++ CARGO_TERM_COLOR=always
902026-08-25T00:37:38.374Z+++ uname -s
912026-08-25T00:37:38.374Z++ [[ SunOS == \S\u\n\O\S ]]
922026-08-25T00:37:38.375Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-08-25T00:37:38.378Z+ cargo --version
942026-08-25T00:37:38.426Zcargo 1.97.1 (c980f4866 2026-06-30)
952026-08-25T00:37:38.427Z+ rustc --version
962026-08-25T00:37:38.442Zrustc 1.97.1 (8bab26f4f 2026-07-14)
972026-08-25T00:37:38.442Z+ WORK=/work
982026-08-25T00:37:38.442Z+ pfexec mkdir -p /work
992026-08-25T00:37:38.442Z+ pfexec chown build /work
1002026-08-25T00:37:38.442Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012026-08-25T00:37:41.161Z Startup: Refreshing catalog 'helios' ... Done
1022026-08-25T00:37:41.537Z Startup: Caching catalogs ... Done
1032026-08-25T00:37:43.694ZPlanning: Solver setup ... Done (2.037s)
1042026-08-25T00:37:43.756ZPlanning: Running solver ... Done (0.062s)
1052026-08-25T00:37:43.810ZPlanning: Finding local manifests ... Done (0.003s)
1062026-08-25T00:37:43.822ZPlanning: Fetching manifests: 0/2 0% complete
1072026-08-25T00:37:43.839ZPlanning: Fetching manifests: 2/2 100% complete
1082026-08-25T00:37:43.854ZPlanning: Package planning ... Done (0.015s)
1092026-08-25T00:37:43.858ZPlanning: Merging actions ... Done (0.001s)
1102026-08-25T00:37:44.083ZPlanning: Checking for conflicting actions ... Done (0.227s)
1112026-08-25T00:37:44.087ZPlanning: Consolidating action changes ... Done (0.001s)
1122026-08-25T00:37:44.986ZPlanning: Evaluating mediators ... Done (0.901s)
1132026-08-25T00:37:44.989ZPlanning: Planning completed in 3.41 seconds
1142026-08-25T00:37:44.995Z Packages to install: 2
1152026-08-25T00:37:44.995Z Estimated space available: 156.01 GB
1162026-08-25T00:37:44.995ZEstimated space to be consumed: 80.56 MB
1172026-08-25T00:37:44.999Z Create boot environment: No
1182026-08-25T00:37:44.999ZCreate backup boot environment: No
1192026-08-25T00:37:44.999Z Rebuild boot archive: No
1202026-08-25T00:37:44.999Z
1212026-08-25T00:37:44.999ZChanged packages:
1222026-08-25T00:37:44.999Zhelios
1232026-08-25T00:37:44.999Z developer/build-essential
1242026-08-25T00:37:44.999Z None -> 11-3.0
1252026-08-25T00:37:44.999Z library/libxmlsec1
1262026-08-25T00:37:44.999Z None -> 1.2.35-3.0
1272026-08-25T00:37:45.022Z
1282026-08-25T00:37:45.022ZDownload: 0/214 items 0.0/1.3MB 0% complete
1292026-08-25T00:37:45.100ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1302026-08-25T00:37:45.161Z Actions: 1/268 actions (Installing new actions)
1312026-08-25T00:37:45.200Z Actions: Completed 268 actions in 0.04 seconds.
1322026-08-25T00:37:45.241ZFinalize: Updating package state database ... Done (0.038s)
1332026-08-25T00:37:45.241ZFinalize: Updating package cache ... Done (0.000s)
1342026-08-25T00:37:45.328ZFinalize: Updating image state ... Done (0.089s)
1352026-08-25T00:37:47.996ZFinalize: Creating fast lookup database ... Done (2.613s)
1362026-08-25T00:37:48.069ZFinalize: Reading search index ... Done (0.013s)
1372026-08-25T00:37:48.073ZFinalize: Updating search index ... Done (0.000s)
1382026-08-25T00:37:48.149ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T00:37:48.522ZPlanning: Evaluating mediator changes ... Done
1402026-08-25T00:37:48.621ZPlanning: Checking for conflicting actions ... Done
1412026-08-25T00:37:48.625ZPlanning: Consolidating action changes ... Done
1422026-08-25T00:37:48.777ZPlanning: Evaluating mediators ... Done
1432026-08-25T00:37:48.780ZPlanning: Planning completed in 0.26 seconds
1442026-08-25T00:37:48.803Z Mediators to change: 2
1452026-08-25T00:37:48.804Z Create boot environment: No
1462026-08-25T00:37:48.804ZCreate backup boot environment: No
1472026-08-25T00:37:48.843ZFinalize: Updating package state database ... Done
1482026-08-25T00:37:48.846ZFinalize: Updating package cache ... Done
1492026-08-25T00:37:48.900ZFinalize: Updating image state ... Done
1502026-08-25T00:37:50.831ZFinalize: Creating fast lookup database ... Done
1512026-08-25T00:37:50.889ZFinalize: Reading search index ... Done
1522026-08-25T00:37:50.894ZFinalize: Updating search index ... Done
1532026-08-25T00:37:50.948ZFinalize: Updating package cache ... Done
1542026-08-25T00:37:51.238ZPlanning: Evaluating mediator changes ... Done
1552026-08-25T00:37:51.342ZPlanning: Checking for conflicting actions ... Done
1562026-08-25T00:37:51.346ZPlanning: Consolidating action changes ... Done
1572026-08-25T00:37:51.500ZPlanning: Evaluating mediators ... Done
1582026-08-25T00:37:51.503ZPlanning: Planning completed in 0.26 seconds
1592026-08-25T00:37:51.523Z Mediators to change: 1
1602026-08-25T00:37:51.523Z Create boot environment: No
1612026-08-25T00:37:51.523ZCreate backup boot environment: No
1622026-08-25T00:37:51.563ZFinalize: Updating package state database ... Done
1632026-08-25T00:37:51.563ZFinalize: Updating package cache ... Done
1642026-08-25T00:37:51.617ZFinalize: Updating image state ... Done
1652026-08-25T00:37:53.563ZFinalize: Creating fast lookup database ... Done
1662026-08-25T00:37:53.625ZFinalize: Reading search index ... Done
1672026-08-25T00:37:53.629ZFinalize: Updating search index ... Done
1682026-08-25T00:37:53.680ZFinalize: Updating package cache ... Done
1692026-08-25T00:37:53.989ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1702026-08-25T00:37:53.989Zapache system 2.4 system
1712026-08-25T00:37:53.989Zclang system 15 system
1722026-08-25T00:37:53.989Zcsh system system illumos
1732026-08-25T00:37:53.989Zctags system system illumos
1742026-08-25T00:37:53.989Zfile vendor vendor darwinsys
1752026-08-25T00:37:53.989Zfile system system illumos
1762026-08-25T00:37:53.989Zgcc vendor 14 vendor
1772026-08-25T00:37:53.989Zgcc system 13 system
1782026-08-25T00:37:53.990Zgcc system 10 system
1792026-08-25T00:37:53.990Zgo system 1.25 system
1802026-08-25T00:37:53.990Zllvm system 15 system
1812026-08-25T00:37:53.990Zmariadb system 11.4 system
1822026-08-25T00:37:53.990Zmta vendor vendor dma
1832026-08-25T00:37:53.990Zopenjdk system 17 system
1842026-08-25T00:37:53.990Zopenjdk system 11 system
1852026-08-25T00:37:53.990Zopenssl vendor 3 vendor
1862026-08-25T00:37:53.990Zperl system 5.40 system
1872026-08-25T00:37:53.990Zpostgresql system 18 system
1882026-08-25T00:37:53.990Zpostgresql system 17 system
1892026-08-25T00:37:53.991Zpython vendor 3 vendor
1902026-08-25T00:37:53.991Zpython system 2 system
1912026-08-25T00:37:53.991Zpython3 vendor 3.13 vendor
1922026-08-25T00:37:53.991Zruby system 3.4 system
1932026-08-25T00:37:53.991Zruby system 3.0 system
1942026-08-25T00:37:53.991Zwords vendor vendor american-english
1952026-08-25T00:37:53.991Zwords system system australian-english
1962026-08-25T00:37:53.991Zwords system system british-english
1972026-08-25T00:37:53.991Zwords system system canadian-english
1982026-08-25T00:37:53.991Zwords system system french
1992026-08-25T00:37:53.991Zwords system system italian
2002026-08-25T00:37:53.991Zwords system system ngerman
2012026-08-25T00:37:53.991Zwords system system ogerman
2022026-08-25T00:37:53.991Zwords system system spanish
2032026-08-25T00:37:54.242ZPUBLISHER TYPE STATUS P LOCATION
2042026-08-25T00:37:54.242Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2052026-08-25T00:37:54.734ZFMRI IFO
2062026-08-25T00:37:54.735Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2072026-08-25T00:37:54.735Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2082026-08-25T00:37:54.735Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2092026-08-25T00:37:54.735Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2102026-08-25T00:37:54.735Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2112026-08-25T00:37:54.735Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2122026-08-25T00:37:54.735Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2132026-08-25T00:37:54.735Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2142026-08-25T00:37:54.736Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2152026-08-25T00:37:55.081Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2162026-08-25T00:37:55.402Z Updating crates.io index
2172026-08-25T00:37:55.406Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2182026-08-25T00:37:55.692Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2192026-08-25T00:37:56.061Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-25T00:37:57.053Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-25T00:37:57.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-25T00:37:59.680Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-25T00:38:00.569Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-25T00:38:00.907Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-25T00:38:01.295Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-25T00:38:02.505Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-25T00:38:02.782Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-25T00:38:03.174Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-25T00:38:03.463Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-25T00:38:03.729Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-25T00:38:03.974Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-25T00:38:04.247Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-25T00:38:04.558Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-25T00:38:04.872Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-25T00:38:05.357Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-25T00:38:05.723Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2372026-08-25T00:38:06.025Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2382026-08-25T00:38:06.512Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2392026-08-25T00:38:06.799Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2402026-08-25T00:38:07.380Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-08-25T00:38:07.691Z Updating git repository `https://github.com/oxidecomputer/erebor`
2422026-08-25T00:38:07.943Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-08-25T00:38:08.384Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-08-25T00:38:08.636Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-25T00:38:09.029Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-08-25T00:38:09.350Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-08-25T00:38:09.647Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2482026-08-25T00:38:09.977Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-08-25T00:38:10.316Z Updating git repository `https://github.com/oxidecomputer/tough`
2502026-08-25T00:38:10.873Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-08-25T00:38:11.156Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-08-25T00:38:11.468Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-08-25T00:38:11.781Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-08-25T00:38:12.508Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552026-08-25T00:38:12.894Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-08-25T00:38:13.105Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-08-25T00:38:13.426Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-08-25T00:38:13.712Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-08-25T00:38:14.016Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2602026-08-25T00:38:16.788Z Downloading crates ...
2612026-08-25T00:38:16.846Z Downloaded cfg-if v1.0.4
2622026-08-25T00:38:16.864Z Downloaded errno v0.3.14
2632026-08-25T00:38:16.864Z Downloaded memmap v0.7.0
2642026-08-25T00:38:16.865Z Downloaded dof v0.3.0
2652026-08-25T00:38:16.865Z Downloaded cargo-platform v0.3.2
2662026-08-25T00:38:16.865Z Downloaded block-buffer v0.10.4
2672026-08-25T00:38:16.865Z Downloaded zmij v1.0.21
2682026-08-25T00:38:16.865Z Downloaded byteorder v1.5.0
2692026-08-25T00:38:16.865Z Downloaded unicode-linebreak v0.1.5
2702026-08-25T00:38:16.865Z Downloaded usdt-macro v0.5.0
2712026-08-25T00:38:16.865Z Downloaded is_terminal_polyfill v1.70.2
2722026-08-25T00:38:16.865Z Downloaded itoa v1.0.17
2732026-08-25T00:38:16.866Z Downloaded macaddr v1.0.1
2742026-08-25T00:38:16.878Z Downloaded heck v0.4.1
2752026-08-25T00:38:16.878Z Downloaded heck v0.5.0
2762026-08-25T00:38:16.878Z Downloaded camino-tempfile v1.4.1
2772026-08-25T00:38:16.878Z Downloaded zerocopy v0.7.35
2782026-08-25T00:38:16.878Z Downloaded zerocopy-derive v0.7.35
2792026-08-25T00:38:16.878Z Downloaded anstream v1.0.0
2802026-08-25T00:38:16.878Z Downloaded anstyle-query v1.1.5
2812026-08-25T00:38:16.889Z Downloaded scroll v0.12.0
2822026-08-25T00:38:16.889Z Downloaded bytecount v0.6.9
2832026-08-25T00:38:16.896Z Downloaded cargo_metadata v0.23.1
2842026-08-25T00:38:16.897Z Downloaded pest_derive v2.8.6
2852026-08-25T00:38:16.926Z Downloaded log v0.4.33
2862026-08-25T00:38:16.927Z Downloaded anstyle v1.0.14
2872026-08-25T00:38:16.927Z Downloaded anstyle-parse v1.0.0
2882026-08-25T00:38:16.927Z Downloaded fnv v1.0.7
2892026-08-25T00:38:16.927Z Downloaded camino v1.2.5
2902026-08-25T00:38:16.927Z Downloaded digest v0.10.7
2912026-08-25T00:38:16.942Z Downloaded cargo_toml v0.21.0
2922026-08-25T00:38:16.942Z Downloaded autocfg v1.5.0
2932026-08-25T00:38:16.942Z Downloaded pest_generator v2.8.6
2942026-08-25T00:38:16.942Z Downloaded fastrand v2.3.0
2952026-08-25T00:38:16.942Z Downloaded generic-array v0.14.7
2962026-08-25T00:38:16.942Z Downloaded equivalent v1.0.2
2972026-08-25T00:38:16.942Z Downloaded toml_datetime v0.6.11
2982026-08-25T00:38:16.942Z Downloaded proc-macro-error-attr v1.0.4
2992026-08-25T00:38:16.942Z Downloaded swrite v0.1.0
3002026-08-25T00:38:16.942Z Downloaded clap_lex v1.0.0
3012026-08-25T00:38:16.954Z Downloaded crypto-common v0.1.7
3022026-08-25T00:38:16.955Z Downloaded colorchoice v1.0.4
3032026-08-25T00:38:16.955Z Downloaded cpufeatures v0.2.17
3042026-08-25T00:38:16.955Z Downloaded dtrace-parser v0.2.0
3052026-08-25T00:38:16.955Z Downloaded pretty-hex v0.4.1
3062026-08-25T00:38:16.955Z Downloaded version_check v0.9.5
3072026-08-25T00:38:16.955Z Downloaded usdt-attr-macro v0.5.0
3082026-08-25T00:38:16.972Z Downloaded smawk v0.3.2
3092026-08-25T00:38:16.972Z Downloaded plain v0.2.3
3102026-08-25T00:38:16.972Z Downloaded terminal_size v0.4.3
3112026-08-25T00:38:16.992Z Downloaded tabled_derive v0.7.0
3122026-08-25T00:38:16.992Z Downloaded usdt v0.5.0
3132026-08-25T00:38:16.992Z Downloaded thread-id v4.2.2
3142026-08-25T00:38:16.992Z Downloaded serde_spanned v0.6.9
3152026-08-25T00:38:16.992Z Downloaded toml_write v0.1.2
3162026-08-25T00:38:16.992Z Downloaded fs-err v3.3.0
3172026-08-25T00:38:16.992Z Downloaded anyhow v1.0.104
3182026-08-25T00:38:16.993Z Downloaded once_cell v1.21.3
3192026-08-25T00:38:16.993Z Downloaded utf8parse v0.2.2
3202026-08-25T00:38:16.993Z Downloaded bitflags v2.11.0
3212026-08-25T00:38:17.013Z Downloaded sha2 v0.10.9
3222026-08-25T00:38:17.013Z Downloaded toml_edit v0.22.27
3232026-08-25T00:38:17.014Z Downloaded quote v1.0.45
3242026-08-25T00:38:17.014Z Downloaded thiserror v2.0.18
3252026-08-25T00:38:17.014Z Downloaded papergrid v0.11.0
3262026-08-25T00:38:17.014Z Downloaded clap_derive v4.6.1
3272026-08-25T00:38:17.014Z Downloaded strsim v0.11.1
3282026-08-25T00:38:17.014Z Downloaded thiserror-impl v2.0.18
3292026-08-25T00:38:17.014Z Downloaded thiserror-impl v1.0.69
3302026-08-25T00:38:17.014Z Downloaded proc-macro-error v1.0.4
3312026-08-25T00:38:17.025Z Downloaded usdt-impl v0.5.0
3322026-08-25T00:38:17.025Z Downloaded thiserror v1.0.69
3332026-08-25T00:38:17.026Z Downloaded scroll_derive v0.12.1
3342026-08-25T00:38:17.026Z Downloaded serde_tokenstream v0.2.3
3352026-08-25T00:38:17.026Z Downloaded pest_meta v2.8.6
3362026-08-25T00:38:17.026Z Downloaded clap v4.6.1
3372026-08-25T00:38:17.033Z Downloaded semver v1.0.28
3382026-08-25T00:38:17.033Z Downloaded toml v0.8.23
3392026-08-25T00:38:17.033Z Downloaded tempfile v3.27.0
3402026-08-25T00:38:17.033Z Downloaded ucd-trie v0.1.7
3412026-08-25T00:38:17.058Z Downloaded memchr v2.8.0
3422026-08-25T00:38:17.066Z Downloaded serde_derive v1.0.228
3432026-08-25T00:38:17.066Z Downloaded indexmap v2.14.0
3442026-08-25T00:38:17.066Z Downloaded textwrap v0.16.2
3452026-08-25T00:38:17.066Z Downloaded getrandom v0.4.3
3462026-08-25T00:38:17.066Z Downloaded proc-macro2 v1.0.106
3472026-08-25T00:38:17.066Z Downloaded serde_core v1.0.228
3482026-08-25T00:38:17.076Z Downloaded unicode-ident v1.0.24
3492026-08-25T00:38:17.080Z Downloaded serde v1.0.228
3502026-08-25T00:38:17.104Z Downloaded typenum v1.20.1
3512026-08-25T00:38:17.108Z Downloaded pest v2.8.6
3522026-08-25T00:38:17.114Z Downloaded hashbrown v0.17.0
3532026-08-25T00:38:17.122Z Downloaded clap_builder v4.6.0
3542026-08-25T00:38:17.141Z Downloaded serde_json v1.0.151
3552026-08-25T00:38:17.151Z Downloaded goblin v0.8.2
3562026-08-25T00:38:17.157Z Downloaded winnow v0.7.14
3572026-08-25T00:38:17.166Z Downloaded tabled v0.15.0
3582026-08-25T00:38:17.191Z Downloaded syn v1.0.109
3592026-08-25T00:38:17.195Z Downloaded unicode-width v0.1.14
3602026-08-25T00:38:17.195Z Downloaded unicode-width v0.2.0
3612026-08-25T00:38:17.202Z Downloaded syn v2.0.117
3622026-08-25T00:38:17.206Z Downloaded rustix v1.1.4
3632026-08-25T00:38:17.238Z Downloaded libc v0.2.185
3642026-08-25T00:38:17.299Z Compiling proc-macro2 v1.0.106
3652026-08-25T00:38:17.299Z Compiling quote v1.0.45
3662026-08-25T00:38:17.305Z Compiling unicode-ident v1.0.24
3672026-08-25T00:38:17.305Z Compiling serde_core v1.0.228
3682026-08-25T00:38:17.305Z Compiling libc v0.2.185
3692026-08-25T00:38:17.305Z Compiling version_check v0.9.5
3702026-08-25T00:38:17.305Z Compiling memchr v2.8.0
3712026-08-25T00:38:17.306Z Compiling serde v1.0.228
3722026-08-25T00:38:17.306Z Compiling zmij v1.0.21
3732026-08-25T00:38:17.306Z Compiling thiserror v1.0.69
3742026-08-25T00:38:17.306Z Compiling itoa v1.0.17
3752026-08-25T00:38:17.306Z Compiling ucd-trie v0.1.7
3762026-08-25T00:38:17.480Z Compiling rustix v1.1.4
3772026-08-25T00:38:17.484Z Compiling byteorder v1.5.0
3782026-08-25T00:38:17.728Z Compiling bitflags v2.11.0
3792026-08-25T00:38:17.898Z Compiling serde_json v1.0.151
3802026-08-25T00:38:17.902Z Compiling syn v1.0.109
3812026-08-25T00:38:17.984Z Compiling pest v2.8.6
3822026-08-25T00:38:18.057Z Compiling proc-macro-error-attr v1.0.4
3832026-08-25T00:38:18.063Z Compiling usdt-impl v0.5.0
3842026-08-25T00:38:18.145Z Compiling camino v1.2.5
3852026-08-25T00:38:18.180Z Compiling proc-macro-error v1.0.4
3862026-08-25T00:38:18.185Z Compiling log v0.4.33
3872026-08-25T00:38:18.233Z Compiling getrandom v0.4.3
3882026-08-25T00:38:18.284Z Compiling plain v0.2.3
3892026-08-25T00:38:18.302Z Compiling hashbrown v0.17.0
3902026-08-25T00:38:18.319Z Compiling utf8parse v0.2.2
3912026-08-25T00:38:18.443Z Compiling equivalent v1.0.2
3922026-08-25T00:38:18.498Z Compiling anstyle-parse v1.0.0
3932026-08-25T00:38:18.502Z Compiling cfg-if v1.0.4
3942026-08-25T00:38:18.502Z Compiling anstyle v1.0.14
3952026-08-25T00:38:18.502Z Compiling is_terminal_polyfill v1.70.2
3962026-08-25T00:38:18.502Z Compiling pretty-hex v0.4.1
3972026-08-25T00:38:18.593Z Compiling errno v0.3.14
3982026-08-25T00:38:18.597Z Compiling thread-id v4.2.2
3992026-08-25T00:38:18.663Z Compiling anstyle-query v1.1.5
4002026-08-25T00:38:18.685Z Compiling toml_write v0.1.2
4012026-08-25T00:38:18.705Z Compiling thiserror v2.0.18
4022026-08-25T00:38:18.730Z Compiling autocfg v1.5.0
4032026-08-25T00:38:18.737Z Compiling colorchoice v1.0.4
4042026-08-25T00:38:18.767Z Compiling winnow v0.7.14
4052026-08-25T00:38:18.823Z Compiling anstream v1.0.0
4062026-08-25T00:38:18.829Z Compiling strsim v0.11.1
4072026-08-25T00:38:18.874Z Compiling indexmap v2.14.0
4082026-08-25T00:38:18.914Z Compiling once_cell v1.21.3
4092026-08-25T00:38:18.924Z Compiling unicode-width v0.1.14
4102026-08-25T00:38:18.964Z Compiling fastrand v2.3.0
4112026-08-25T00:38:19.055Z Compiling syn v2.0.117
4122026-08-25T00:38:19.113Z Compiling pest_meta v2.8.6
4132026-08-25T00:38:19.176Z Compiling fs-err v3.3.0
4142026-08-25T00:38:19.221Z Compiling heck v0.4.1
4152026-08-25T00:38:19.237Z Compiling heck v0.5.0
4162026-08-25T00:38:19.238Z Compiling bytecount v0.6.9
4172026-08-25T00:38:19.246Z Compiling anyhow v1.0.104
4182026-08-25T00:38:19.321Z Compiling fnv v1.0.7
4192026-08-25T00:38:19.386Z Compiling clap_lex v1.0.0
4202026-08-25T00:38:19.424Z Compiling papergrid v0.11.0
4212026-08-25T00:38:19.453Z Compiling memmap v0.7.0
4222026-08-25T00:38:19.474Z Compiling unicode-linebreak v0.1.5
4232026-08-25T00:38:19.490Z Compiling unicode-width v0.2.0
4242026-08-25T00:38:19.553Z Compiling smawk v0.3.2
4252026-08-25T00:38:19.572Z Compiling swrite v0.1.0
4262026-08-25T00:38:19.668Z Compiling terminal_size v0.4.3
4272026-08-25T00:38:19.668Z Compiling tempfile v3.27.0
4282026-08-25T00:38:19.776Z Compiling clap_builder v4.6.0
4292026-08-25T00:38:19.776Z Compiling textwrap v0.16.2
4302026-08-25T00:38:20.048Z Compiling cargo-platform v0.3.2
4312026-08-25T00:38:20.068Z Compiling semver v1.0.28
4322026-08-25T00:38:20.237Z Compiling camino-tempfile v1.4.1
4332026-08-25T00:38:20.576Z Compiling tabled_derive v0.7.0
4342026-08-25T00:38:21.238Z Compiling pest_generator v2.8.6
4352026-08-25T00:38:21.269Z Compiling tabled v0.15.0
4362026-08-25T00:38:21.729Z Compiling serde_derive v1.0.228
4372026-08-25T00:38:21.729Z Compiling thiserror-impl v1.0.69
4382026-08-25T00:38:21.734Z Compiling zerocopy-derive v0.7.35
4392026-08-25T00:38:21.734Z Compiling scroll_derive v0.12.1
4402026-08-25T00:38:21.734Z Compiling thiserror-impl v2.0.18
4412026-08-25T00:38:21.734Z Compiling clap_derive v4.6.1
4422026-08-25T00:38:21.822Z Compiling pest_derive v2.8.6
4432026-08-25T00:38:22.357Z Compiling scroll v0.12.0
4442026-08-25T00:38:22.410Z Compiling zerocopy v0.7.35
4452026-08-25T00:38:22.571Z Compiling goblin v0.8.2
4462026-08-25T00:38:22.832Z Compiling dtrace-parser v0.2.0
4472026-08-25T00:38:23.081Z Compiling clap v4.6.1
4482026-08-25T00:38:24.082Z Compiling serde_spanned v0.6.9
4492026-08-25T00:38:24.082Z Compiling toml_datetime v0.6.11
4502026-08-25T00:38:24.086Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-08-25T00:38:24.086Z Compiling cargo_metadata v0.23.1
4522026-08-25T00:38:24.086Z Compiling macaddr v1.0.1
4532026-08-25T00:38:24.100Z Compiling dof v0.3.0
4542026-08-25T00:38:24.103Z Compiling serde_tokenstream v0.2.3
4552026-08-25T00:38:24.309Z Compiling toml_edit v0.22.27
4562026-08-25T00:38:24.867Z Compiling usdt-macro v0.5.0
4572026-08-25T00:38:24.871Z Compiling usdt-attr-macro v0.5.0
4582026-08-25T00:38:25.489Z Compiling usdt v0.5.0
4592026-08-25T00:38:25.609Z Compiling toml v0.8.23
4602026-08-25T00:38:25.924Z Compiling cargo_toml v0.21.0
4612026-08-25T00:38:27.198Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-08-25T00:38:29.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s
4632026-08-25T00:38:29.476Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-08-25T00:38:29.989Z Downloading crates ...
4652026-08-25T00:38:30.040Z Downloaded addr2line v0.25.1
4662026-08-25T00:38:30.058Z Downloaded backoff v0.4.0
4672026-08-25T00:38:30.058Z Downloaded backon v1.6.0
4682026-08-25T00:38:30.058Z Downloaded aead v0.5.2
4692026-08-25T00:38:30.058Z Downloaded aead v0.6.1
4702026-08-25T00:38:30.059Z Downloaded atty v0.2.14
4712026-08-25T00:38:30.059Z Downloaded ena v0.14.4
4722026-08-25T00:38:30.059Z Downloaded futures-macro v0.3.32
4732026-08-25T00:38:30.059Z Downloaded foreign-types-shared v0.1.1
4742026-08-25T00:38:30.064Z Downloaded aws-lc-rs v1.16.3
4752026-08-25T00:38:30.069Z Downloaded const-oid v0.10.2
4762026-08-25T00:38:30.069Z Downloaded globwalk v0.9.1
4772026-08-25T00:38:30.069Z Downloaded ascii-canvas v3.0.0
4782026-08-25T00:38:30.078Z Downloaded bindgen v0.71.1
4792026-08-25T00:38:30.088Z Downloaded enum-as-inner v0.6.1
4802026-08-25T00:38:30.089Z Downloaded float-ord v0.3.2
4812026-08-25T00:38:30.089Z Downloaded futures-task v0.3.32
4822026-08-25T00:38:30.089Z Downloaded foldhash v0.2.0
4832026-08-25T00:38:30.089Z Downloaded base16ct v0.2.0
4842026-08-25T00:38:30.096Z Downloaded env_filter v2.0.0
4852026-08-25T00:38:30.096Z Downloaded base16ct v1.0.0
4862026-08-25T00:38:30.096Z Downloaded endian-type v0.1.2
4872026-08-25T00:38:30.096Z Downloaded flagset v0.4.7
4882026-08-25T00:38:30.096Z Downloaded funty v2.0.0
4892026-08-25T00:38:30.097Z Downloaded fixedbitset v0.4.2
4902026-08-25T00:38:30.097Z Downloaded async-stream-impl v0.3.6
4912026-08-25T00:38:30.097Z Downloaded foreign-types-macros v0.2.3
4922026-08-25T00:38:30.097Z Downloaded fxhash v0.2.1
4932026-08-25T00:38:30.097Z Downloaded assert_matches v1.5.0
4942026-08-25T00:38:30.101Z Downloaded futures-io v0.3.32
4952026-08-25T00:38:30.101Z Downloaded num_threads v0.1.7
4962026-08-25T00:38:30.101Z Downloaded bb8 v0.8.6
4972026-08-25T00:38:30.102Z Downloaded argon2 v0.5.3
4982026-08-25T00:38:30.102Z Downloaded async-trait v0.1.89
4992026-08-25T00:38:30.109Z Downloaded embedded-io v0.4.0
5002026-08-25T00:38:30.109Z Downloaded futures-core v0.3.32
5012026-08-25T00:38:30.109Z Downloaded foldhash v0.1.5
5022026-08-25T00:38:30.109Z Downloaded futures-sink v0.3.32
5032026-08-25T00:38:30.109Z Downloaded bit-set v0.5.3
5042026-08-25T00:38:30.118Z Downloaded foreign-types v0.3.2
5052026-08-25T00:38:30.118Z Downloaded async-stream v0.3.6
5062026-08-25T00:38:30.124Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-25T00:38:30.124Z Downloaded fixedbitset v0.5.7
5082026-08-25T00:38:30.124Z Downloaded compression-core v0.4.31
5092026-08-25T00:38:30.124Z Downloaded hex v0.4.3
5102026-08-25T00:38:30.124Z Downloaded httpdate v1.0.3
5112026-08-25T00:38:30.124Z Downloaded array-init v0.0.4
5122026-08-25T00:38:30.124Z Downloaded atomic-waker v1.1.2
5132026-08-25T00:38:30.124Z Downloaded atomicwrites v0.4.4
5142026-08-25T00:38:30.129Z Downloaded async-recursion v1.1.1
5152026-08-25T00:38:30.129Z Downloaded adler2 v2.0.1
5162026-08-25T00:38:30.129Z Downloaded anstyle-parse v0.2.7
5172026-08-25T00:38:30.129Z Downloaded bit-vec v0.6.3
5182026-08-25T00:38:30.129Z Downloaded headers-core v0.3.0
5192026-08-25T00:38:30.137Z Downloaded backtrace v0.3.76
5202026-08-25T00:38:30.137Z Downloaded form_urlencoded v1.2.2
5212026-08-25T00:38:30.137Z Downloaded fs_extra v1.3.0
5222026-08-25T00:38:30.137Z Downloaded backtrace-ext v0.2.1
5232026-08-25T00:38:30.137Z Downloaded cfg_aliases v0.1.1
5242026-08-25T00:38:30.138Z Downloaded bitfield-macros v0.19.4
5252026-08-25T00:38:30.138Z Downloaded ff v0.14.0
5262026-08-25T00:38:30.143Z Downloaded embedded-io v0.6.1
5272026-08-25T00:38:30.143Z Downloaded foreign-types-shared v0.3.1
5282026-08-25T00:38:30.143Z Downloaded gethostname v0.5.0
5292026-08-25T00:38:30.143Z Downloaded ghash v0.6.0
5302026-08-25T00:38:30.143Z Downloaded block-padding v0.4.2
5312026-08-25T00:38:30.143Z Downloaded castaway v0.2.4
5322026-08-25T00:38:30.143Z Downloaded nibble_vec v0.1.0
5332026-08-25T00:38:30.143Z Downloaded bit-set v0.8.0
5342026-08-25T00:38:30.147Z Downloaded bitfield-struct v0.6.2
5352026-08-25T00:38:30.147Z Downloaded float-cmp v0.10.0
5362026-08-25T00:38:30.147Z Downloaded foreign-types v0.5.0
5372026-08-25T00:38:30.148Z Downloaded http-range v0.1.5
5382026-08-25T00:38:30.148Z Downloaded git-stub v1.0.0
5392026-08-25T00:38:30.148Z Downloaded cobs v0.3.0
5402026-08-25T00:38:30.148Z Downloaded hubpack v0.1.2
5412026-08-25T00:38:30.153Z Downloaded fd-lock v4.0.4
5422026-08-25T00:38:30.153Z Downloaded hostname v0.3.1
5432026-08-25T00:38:30.153Z Downloaded http-body v1.0.1
5442026-08-25T00:38:30.158Z Downloaded block-buffer v0.12.1
5452026-08-25T00:38:30.158Z Downloaded openssl-macros v0.1.1
5462026-08-25T00:38:30.158Z Downloaded ciborium-io v0.2.2
5472026-08-25T00:38:30.158Z Downloaded nodrop v0.1.14
5482026-08-25T00:38:30.158Z Downloaded hex-literal v1.1.0
5492026-08-25T00:38:30.162Z Downloaded cfg_aliases v0.2.1
5502026-08-25T00:38:30.167Z Downloaded ciborium-ll v0.2.2
5512026-08-25T00:38:30.167Z Downloaded newline-converter v0.3.0
5522026-08-25T00:38:30.167Z Downloaded normalize-line-endings v0.3.0
5532026-08-25T00:38:30.171Z Downloaded enum_dispatch v0.3.13
5542026-08-25T00:38:30.171Z Downloaded erased-serde v0.3.31
5552026-08-25T00:38:30.171Z Downloaded arrayref v0.3.9
5562026-08-25T00:38:30.176Z Downloaded hubpack_derive v0.1.1
5572026-08-25T00:38:30.176Z Downloaded oxide-generation-macros v0.2.0
5582026-08-25T00:38:30.180Z Downloaded hash32 v0.2.1
5592026-08-25T00:38:30.180Z Downloaded hostname v0.4.2
5602026-08-25T00:38:30.180Z Downloaded home v0.5.12
5612026-08-25T00:38:30.180Z Downloaded byte-wrapper v0.1.0
5622026-08-25T00:38:30.185Z Downloaded bit-vec v0.8.0
5632026-08-25T00:38:30.185Z Downloaded hash32 v0.3.1
5642026-08-25T00:38:30.185Z Downloaded bcs v0.1.6
5652026-08-25T00:38:30.190Z Downloaded env_logger v0.11.11
5662026-08-25T00:38:30.190Z Downloaded find-msvc-tools v0.1.9
5672026-08-25T00:38:30.190Z Downloaded filetime v0.2.27
5682026-08-25T00:38:30.204Z Downloaded cipher v0.4.4
5692026-08-25T00:38:30.204Z Downloaded phf_shared v0.13.1
5702026-08-25T00:38:30.204Z Downloaded anstream v0.6.21
5712026-08-25T00:38:30.204Z Downloaded powerfmt v0.2.0
5722026-08-25T00:38:30.215Z Downloaded cipher v0.5.2
5732026-08-25T00:38:30.215Z Downloaded proc-macro-crate v1.3.1
5742026-08-25T00:38:30.215Z Downloaded aes-gcm v0.11.0
5752026-08-25T00:38:30.215Z Downloaded rand_chacha v0.3.1
5762026-08-25T00:38:30.215Z Downloaded progenitor-macro v0.14.0
5772026-08-25T00:38:30.215Z Downloaded fs-err v2.11.0
5782026-08-25T00:38:30.215Z Downloaded futures-channel v0.3.32
5792026-08-25T00:38:30.215Z Downloaded rand_xorshift v0.4.0
5802026-08-25T00:38:30.215Z Downloaded rfc6979 v0.4.0
5812026-08-25T00:38:30.215Z Downloaded ref-cast v1.0.25
5822026-08-25T00:38:30.215Z Downloaded rustc-hash v2.1.1
5832026-08-25T00:38:30.223Z Downloaded ff v0.13.1
5842026-08-25T00:38:30.223Z Downloaded futures-executor v0.3.32
5852026-08-25T00:38:30.223Z Downloaded group v0.13.0
5862026-08-25T00:38:30.223Z Downloaded base64ct v1.8.3
5872026-08-25T00:38:30.223Z Downloaded cexpr v0.6.0
5882026-08-25T00:38:30.223Z Downloaded chacha20 v0.9.1
5892026-08-25T00:38:30.229Z Downloaded fallible-iterator v0.2.0
5902026-08-25T00:38:30.229Z Downloaded cassowary v0.3.0
5912026-08-25T00:38:30.229Z Downloaded compression-codecs v0.4.37
5922026-08-25T00:38:30.229Z Downloaded http-body-util v0.1.3
5932026-08-25T00:38:30.229Z Downloaded group v0.14.0
5942026-08-25T00:38:30.229Z Downloaded blowfish v0.10.0
5952026-08-25T00:38:30.236Z Downloaded cbc v0.2.1
5962026-08-25T00:38:30.236Z Downloaded cmake v0.1.57
5972026-08-25T00:38:30.236Z Downloaded cmov v0.5.4
5982026-08-25T00:38:30.236Z Downloaded bitflags v1.3.2
5992026-08-25T00:38:30.236Z Downloaded generic-array v1.4.3
6002026-08-25T00:38:30.241Z Downloaded bitfield v0.19.4
6012026-08-25T00:38:30.241Z Downloaded num_enum v0.5.11
6022026-08-25T00:38:30.244Z Downloaded num-integer v0.1.46
6032026-08-25T00:38:30.244Z Downloaded signal-hook-mio v0.2.5
6042026-08-25T00:38:30.245Z Downloaded secrecy v0.10.3
6052026-08-25T00:38:30.250Z Downloaded sponge-cursor v0.1.0
6062026-08-25T00:38:30.250Z Downloaded stable_deref_trait v1.2.1
6072026-08-25T00:38:30.258Z Downloaded strip-ansi-escapes v0.2.1
6082026-08-25T00:38:30.258Z Downloaded subtle v2.6.1
6092026-08-25T00:38:30.258Z Downloaded highway v1.3.0
6102026-08-25T00:38:30.258Z Downloaded ahash v0.8.12
6112026-08-25T00:38:30.258Z Downloaded ciborium v0.2.2
6122026-08-25T00:38:30.266Z Downloaded clang-sys v1.8.1
6132026-08-25T00:38:30.266Z Downloaded git-stub-vcs v0.1.0
6142026-08-25T00:38:30.266Z Downloaded pbkdf2 v0.13.0
6152026-08-25T00:38:30.266Z Downloaded camino-tempfile-ext v0.3.3
6162026-08-25T00:38:30.266Z Downloaded pin-project-internal v1.1.11
6172026-08-25T00:38:30.270Z Downloaded pkg-config v0.3.32
6182026-08-25T00:38:30.271Z Downloaded ppv-lite86 v0.2.21
6192026-08-25T00:38:30.271Z Downloaded async-bb8-diesel v0.2.1
6202026-08-25T00:38:30.271Z Downloaded progenitor v0.13.0
6212026-08-25T00:38:30.271Z Downloaded supports-unicode v3.0.0
6222026-08-25T00:38:30.271Z Downloaded sync-ptr v0.1.4
6232026-08-25T00:38:30.271Z Downloaded argon2 v0.6.0-rc.8
6242026-08-25T00:38:30.271Z Downloaded buf-list v1.1.2
6252026-08-25T00:38:30.271Z Downloaded colored v3.1.1
6262026-08-25T00:38:30.275Z Downloaded testing_table v0.3.0
6272026-08-25T00:38:30.275Z Downloaded thread-id v5.1.0
6282026-08-25T00:38:30.275Z Downloaded tokio-macros v2.7.0
6292026-08-25T00:38:30.275Z Downloaded tokio-test v0.4.5
6302026-08-25T00:38:30.275Z Downloaded topological-sort v0.2.2
6312026-08-25T00:38:30.275Z Downloaded unarray v0.1.4
6322026-08-25T00:38:30.275Z Downloaded pem v3.0.6
6332026-08-25T00:38:30.275Z Downloaded phf v0.12.1
6342026-08-25T00:38:30.276Z Downloaded progenitor-extras v0.2.0
6352026-08-25T00:38:30.279Z Downloaded elliptic-curve v0.14.1
6362026-08-25T00:38:30.288Z Downloaded hmac v0.13.0
6372026-08-25T00:38:30.292Z Downloaded glob v0.3.3
6382026-08-25T00:38:30.292Z Downloaded globset v0.4.18
6392026-08-25T00:38:30.292Z Downloaded getrandom v0.2.17
6402026-08-25T00:38:30.292Z Downloaded httparse v1.10.1
6412026-08-25T00:38:30.298Z Downloaded arrayvec v0.7.6
6422026-08-25T00:38:30.298Z Downloaded bzip2 v0.4.4
6432026-08-25T00:38:30.298Z Downloaded colored v2.2.0
6442026-08-25T00:38:30.298Z Downloaded console v0.15.11
6452026-08-25T00:38:30.303Z Downloaded flume v0.11.1
6462026-08-25T00:38:30.303Z Downloaded const-oid v0.9.6
6472026-08-25T00:38:30.303Z Downloaded chacha20 v0.10.0
6482026-08-25T00:38:30.313Z Downloaded futures v0.3.32
6492026-08-25T00:38:30.313Z Downloaded console v0.16.2
6502026-08-25T00:38:30.313Z Downloaded schemars_derive v0.8.22
6512026-08-25T00:38:30.322Z Downloaded serde-hex v0.1.0
6522026-08-25T00:38:30.322Z Downloaded serde_bytes v0.11.19
6532026-08-25T00:38:30.322Z Downloaded want v0.3.1
6542026-08-25T00:38:30.322Z Downloaded slog-envlogger v2.2.0
6552026-08-25T00:38:30.322Z Downloaded yoke-derive v0.8.1
6562026-08-25T00:38:30.322Z Downloaded zeroize_derive v1.5.0
6572026-08-25T00:38:30.323Z Downloaded slog-json v2.6.1
6582026-08-25T00:38:30.323Z Downloaded allocator-api2 v0.2.21
6592026-08-25T00:38:30.323Z Downloaded bs58 v0.5.1
6602026-08-25T00:38:30.329Z Downloaded signal-hook-registry v1.4.8
6612026-08-25T00:38:30.329Z Downloaded serde_tokenstream v0.3.0
6622026-08-25T00:38:30.329Z Downloaded serdect v0.4.3
6632026-08-25T00:38:30.329Z Downloaded slog-dtrace v0.3.0
6642026-08-25T00:38:30.329Z Downloaded crunchy v0.2.4
6652026-08-25T00:38:30.329Z Downloaded convert_case v0.4.0
6662026-08-25T00:38:30.329Z Downloaded cstr-argument v0.1.2
6672026-08-25T00:38:30.329Z Downloaded zone_cfg_derive v0.3.1
6682026-08-25T00:38:30.329Z Downloaded debug-ignore v1.0.5
6692026-08-25T00:38:30.329Z Downloaded hmac v0.12.1
6702026-08-25T00:38:30.331Z Downloaded parking_lot v0.11.2
6712026-08-25T00:38:30.336Z Downloaded stacker v0.1.23
6722026-08-25T00:38:30.336Z Downloaded defmt-parser v1.0.0
6732026-08-25T00:38:30.336Z Downloaded spki v0.8.0
6742026-08-25T00:38:30.336Z Downloaded strum_macros v0.24.3
6752026-08-25T00:38:30.336Z Downloaded thread_local v1.1.9
6762026-08-25T00:38:30.336Z Downloaded diesel_table_macro_syntax v0.3.0
6772026-08-25T00:38:30.336Z Downloaded toml_writer v1.1.1+spec-1.1.0
6782026-08-25T00:38:30.336Z Downloaded postcard v1.1.3
6792026-08-25T00:38:30.348Z Downloaded dtrace-parser v0.3.0
6802026-08-25T00:38:30.348Z Downloaded hyper-tls v0.6.0
6812026-08-25T00:38:30.348Z Downloaded fatfs v0.3.6
6822026-08-25T00:38:30.348Z Downloaded getrandom v0.3.4
6832026-08-25T00:38:30.348Z Downloaded tokio-tungstenite v0.21.0
6842026-08-25T00:38:30.354Z Downloaded unicase v2.9.0
6852026-08-25T00:38:30.354Z Downloaded xshell v0.2.7
6862026-08-25T00:38:30.354Z Downloaded instability v0.3.11
6872026-08-25T00:38:30.354Z Downloaded half v1.8.3
6882026-08-25T00:38:30.360Z Downloaded omicron-zone-package v0.12.3
6892026-08-25T00:38:30.360Z Downloaded blake2 v0.10.6
6902026-08-25T00:38:30.360Z Downloaded usdt v0.6.0
6912026-08-25T00:38:30.367Z Downloaded bzip2 v0.6.1
6922026-08-25T00:38:30.367Z Downloaded cancel-safe-futures v0.1.5
6932026-08-25T00:38:30.367Z Downloaded ident_case v1.0.1
6942026-08-25T00:38:30.367Z Downloaded jiff-static v0.2.34
6952026-08-25T00:38:30.367Z Downloaded blake2 v0.11.0-rc.6
6962026-08-25T00:38:30.429Z Downloaded vergen-lib v0.1.6
6972026-08-25T00:38:30.429Z Downloaded vergen-lib v9.1.0
6982026-08-25T00:38:30.429Z Downloaded http v1.4.2
6992026-08-25T00:38:30.429Z Downloaded wyz v0.5.1
7002026-08-25T00:38:30.434Z Downloaded lalrpop-util v0.19.12
7012026-08-25T00:38:30.436Z Downloaded lazy_static v1.5.0
7022026-08-25T00:38:30.436Z Downloaded critical-section v1.2.0
7032026-08-25T00:38:30.436Z Downloaded lzss v0.8.2
7042026-08-25T00:38:30.436Z Downloaded num-iter v0.1.45
7052026-08-25T00:38:30.436Z Downloaded multimap v0.10.1
7062026-08-25T00:38:30.436Z Downloaded convert_case v0.10.0
7072026-08-25T00:38:30.436Z Downloaded memoffset v0.9.1
7082026-08-25T00:38:30.436Z Downloaded openssl-probe v0.1.6
7092026-08-25T00:38:30.436Z Downloaded bytes v1.11.1
7102026-08-25T00:38:30.436Z Downloaded compact_str v0.8.1
7112026-08-25T00:38:30.436Z Downloaded oxide-update-engine-types v0.1.2
7122026-08-25T00:38:30.436Z Downloaded half v2.7.1
7132026-08-25T00:38:30.436Z Downloaded pin-project v1.1.11
7142026-08-25T00:38:30.436Z Downloaded term v1.2.1
7152026-08-25T00:38:30.436Z Downloaded delegate v0.13.5
7162026-08-25T00:38:30.436Z Downloaded parking_lot v0.12.5
7172026-08-25T00:38:30.436Z Downloaded tui-tree-widget v0.23.1
7182026-08-25T00:38:30.436Z Downloaded derive-ex v0.1.8
7192026-08-25T00:38:30.436Z Downloaded rpassword v7.5.4
7202026-08-25T00:38:30.436Z Downloaded phf_shared v0.11.3
7212026-08-25T00:38:30.436Z Downloaded proc-macro-crate v3.4.0
7222026-08-25T00:38:30.436Z Downloaded psl-types v2.0.11
7232026-08-25T00:38:30.436Z Downloaded tokio-stream v0.1.18
7242026-08-25T00:38:30.436Z Downloaded tracing-attributes v0.1.31
7252026-08-25T00:38:30.436Z Downloaded recursive-proc-macro-impl v0.1.1
7262026-08-25T00:38:30.436Z Downloaded ref-cast-impl v1.0.25
7272026-08-25T00:38:30.437Z Downloaded heapless v0.7.17
7282026-08-25T00:38:30.437Z Downloaded russh-cryptovec v0.62.0
7292026-08-25T00:38:30.437Z Downloaded rustc_version v0.1.7
7302026-08-25T00:38:30.437Z Downloaded russh-util v0.52.0
7312026-08-25T00:38:30.437Z Downloaded signal-hook-tokio v0.3.1
7322026-08-25T00:38:30.437Z Downloaded signature v2.2.0
7332026-08-25T00:38:30.437Z Downloaded progenitor-macro v0.13.0
7342026-08-25T00:38:30.437Z Downloaded rand_pcg v0.10.2
7352026-08-25T00:38:30.437Z Downloaded scroll_derive v0.13.1
7362026-08-25T00:38:30.437Z Downloaded same-file v1.0.6
7372026-08-25T00:38:30.437Z Downloaded ipnetwork v0.21.1
7382026-08-25T00:38:30.437Z Downloaded schemars v0.8.22
7392026-08-25T00:38:30.447Z Downloaded flate2 v1.1.9
7402026-08-25T00:38:30.455Z Downloaded chumsky v0.9.3
7412026-08-25T00:38:30.455Z Downloaded p384 v0.14.0
7422026-08-25T00:38:30.455Z Downloaded lru-slab v0.1.2
7432026-08-25T00:38:30.455Z Downloaded sapling-renderdag v0.1.0
7442026-08-25T00:38:30.455Z Downloaded serde_plain v1.0.2
7452026-08-25T00:38:30.455Z Downloaded headers v0.4.1
7462026-08-25T00:38:30.455Z Downloaded supports-hyperlinks v3.2.0
7472026-08-25T00:38:30.455Z Downloaded oso v0.27.3
7482026-08-25T00:38:30.459Z Downloaded signal-hook v0.3.18
7492026-08-25T00:38:30.459Z Downloaded owo-colors v4.3.0
7502026-08-25T00:38:30.459Z Downloaded packed_struct v0.10.1
7512026-08-25T00:38:30.459Z Downloaded multer v3.1.0
7522026-08-25T00:38:30.459Z Downloaded num_enum_derive v0.7.6
7532026-08-25T00:38:30.472Z Downloaded tabwriter v1.4.1
7542026-08-25T00:38:30.472Z Downloaded tinyvec_macros v0.1.1
7552026-08-25T00:38:30.472Z Downloaded arc-swap v1.8.2
7562026-08-25T00:38:30.472Z Downloaded base64 v0.22.1
7572026-08-25T00:38:30.477Z Downloaded darling v0.20.11
7582026-08-25T00:38:30.477Z Downloaded time-core v0.1.8
7592026-08-25T00:38:30.477Z Downloaded socket2 v0.5.10
7602026-08-25T00:38:30.477Z Downloaded papergrid v0.18.0
7612026-08-25T00:38:30.477Z Downloaded tower-layer v0.3.3
7622026-08-25T00:38:30.477Z Downloaded darling v0.23.0
7632026-08-25T00:38:30.477Z Downloaded diesel-dtrace v0.5.0
7642026-08-25T00:38:30.478Z Downloaded ecdsa v0.17.0
7652026-08-25T00:38:30.488Z Downloaded async-compression v0.4.41
7662026-08-25T00:38:30.488Z Downloaded diff v0.1.13
7672026-08-25T00:38:30.488Z Downloaded tinyvec v1.10.0
7682026-08-25T00:38:30.488Z Downloaded phf v0.13.1
7692026-08-25T00:38:30.488Z Downloaded peg v0.8.5
7702026-08-25T00:38:30.492Z Downloaded trait-variant v0.1.2
7712026-08-25T00:38:30.492Z Downloaded universal-hash v0.6.1
7722026-08-25T00:38:30.492Z Downloaded prefix-trie v0.7.0
7732026-08-25T00:38:30.492Z Downloaded phc v0.6.1
7742026-08-25T00:38:30.492Z Downloaded progenitor-client v0.13.0
7752026-08-25T00:38:30.492Z Downloaded usdt-macro v0.6.0
7762026-08-25T00:38:30.492Z Downloaded void v1.0.2
7772026-08-25T00:38:30.492Z Downloaded unsafe-libyaml v0.2.11
7782026-08-25T00:38:30.492Z Downloaded rand_core v0.10.0
7792026-08-25T00:38:30.497Z Downloaded hickory-resolver v0.25.2
7802026-08-25T00:38:30.497Z Downloaded hybrid-array v0.4.13
7812026-08-25T00:38:30.497Z Downloaded rustc-demangle v0.1.27
7822026-08-25T00:38:30.500Z Downloaded zone v0.3.1
7832026-08-25T00:38:30.505Z Downloaded ingot-macros v0.2.0
7842026-08-25T00:38:30.505Z Downloaded ipnet v2.12.0
7852026-08-25T00:38:30.505Z Downloaded shlex v1.3.0
7862026-08-25T00:38:30.509Z Downloaded snafu-derive v0.8.9
7872026-08-25T00:38:30.509Z Downloaded ar_archive_writer v0.5.1
7882026-08-25T00:38:30.509Z Downloaded bumpalo v3.20.2
7892026-08-25T00:38:30.509Z Downloaded chacha20poly1305 v0.10.1
7902026-08-25T00:38:30.515Z Downloaded serde_with_macros v1.5.2
7912026-08-25T00:38:30.515Z Downloaded scrypt v0.12.0
7922026-08-25T00:38:30.515Z Downloaded gimli v0.32.3
7932026-08-25T00:38:30.520Z Downloaded cc v1.2.56
7942026-08-25T00:38:30.520Z Downloaded serde_path_to_error v0.1.20
7952026-08-25T00:38:30.520Z Downloaded cpubits v0.1.1
7962026-08-25T00:38:30.520Z Downloaded litrs v1.0.0
7972026-08-25T00:38:30.534Z Downloaded crc-any v2.5.0
7982026-08-25T00:38:30.534Z Downloaded crossbeam-utils v0.8.21
7992026-08-25T00:38:30.534Z Downloaded memmap2 v0.9.10
8002026-08-25T00:38:30.535Z Downloaded string_cache v0.8.9
8012026-08-25T00:38:30.535Z Downloaded slog-stdlog v4.1.1
8022026-08-25T00:38:30.543Z Downloaded slog v2.8.2
8032026-08-25T00:38:30.543Z Downloaded smf v0.2.3
8042026-08-25T00:38:30.543Z Downloaded sqlformat v0.3.5
8052026-08-25T00:38:30.543Z Downloaded difflib v0.4.0
8062026-08-25T00:38:30.543Z Downloaded stringprep v0.1.5
8072026-08-25T00:38:30.543Z Downloaded base64 v0.21.7
8082026-08-25T00:38:30.543Z Downloaded curve25519-dalek-derive v0.1.1
8092026-08-25T00:38:30.543Z Downloaded darling v0.21.3
8102026-08-25T00:38:30.543Z Downloaded dirs-sys-next v0.1.2
8112026-08-25T00:38:30.543Z Downloaded num_enum_derive v0.5.11
8122026-08-25T00:38:30.544Z Downloaded oxide-update-engine-display v0.1.2
8132026-08-25T00:38:30.545Z Downloaded tokio-dtrace v0.1.1
8142026-08-25T00:38:30.545Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8152026-08-25T00:38:30.545Z Downloaded display-error-chain v0.2.2
8162026-08-25T00:38:30.545Z Downloaded dyn-clone v1.0.20
8172026-08-25T00:38:30.545Z Downloaded quinn v0.11.11
8182026-08-25T00:38:30.550Z Downloaded pem-rfc7468 v1.0.0
8192026-08-25T00:38:30.556Z Downloaded predicates v3.1.4
8202026-08-25T00:38:30.556Z Downloaded password-hash v0.5.0
8212026-08-25T00:38:30.556Z Downloaded tokio-tungstenite v0.23.1
8222026-08-25T00:38:30.556Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8232026-08-25T00:38:30.556Z Downloaded vergen-gitcl v1.0.8
8242026-08-25T00:38:30.561Z Downloaded usdt-impl v0.6.0
8252026-08-25T00:38:30.561Z Downloaded is-terminal v0.4.17
8262026-08-25T00:38:30.561Z Downloaded dropshot-api-manager-types v0.8.0
8272026-08-25T00:38:30.561Z Downloaded illumos-nvpair v0.3.0
8282026-08-25T00:38:30.561Z Downloaded instant v0.1.13
8292026-08-25T00:38:30.561Z Downloaded illumos-nvpair-sys v0.2.0
8302026-08-25T00:38:30.561Z Downloaded keccak v0.1.6
8312026-08-25T00:38:30.561Z Downloaded newtype-uuid-macros v0.1.0
8322026-08-25T00:38:30.561Z Downloaded writeable v0.6.2
8332026-08-25T00:38:30.562Z Downloaded zeroize v1.9.0
8342026-08-25T00:38:30.565Z Downloaded hickory-server v0.25.2
8352026-08-25T00:38:30.565Z Downloaded vsss-rs v3.3.4
8362026-08-25T00:38:30.565Z Downloaded poly1305 v0.9.0
8372026-08-25T00:38:30.570Z Downloaded expectorate v1.2.0
8382026-08-25T00:38:30.570Z Downloaded rayon-core v1.13.0
8392026-08-25T00:38:30.574Z Downloaded heapless v0.8.0
8402026-08-25T00:38:30.574Z Downloaded openssl-probe v0.2.1
8412026-08-25T00:38:30.574Z Downloaded linked-hash-map v0.5.6
8422026-08-25T00:38:30.574Z Downloaded potential_utf v0.1.4
8432026-08-25T00:38:30.574Z Downloaded icu_provider v2.1.1
8442026-08-25T00:38:30.579Z Downloaded libbz2-rs-sys v0.2.2
8452026-08-25T00:38:30.579Z Downloaded maybe-uninit v2.0.0
8462026-08-25T00:38:30.579Z Downloaded progenitor-client v0.14.0
8472026-08-25T00:38:30.579Z Downloaded newtype_derive v0.1.6
8482026-08-25T00:38:30.579Z Downloaded data-encoding v2.10.0
8492026-08-25T00:38:30.579Z Downloaded phf_shared v0.12.1
8502026-08-25T00:38:30.582Z Downloaded scuffle v0.1.0
8512026-08-25T00:38:30.582Z Downloaded ctr v0.10.1
8522026-08-25T00:38:30.582Z Downloaded hashbrown v0.12.3
8532026-08-25T00:38:30.586Z Downloaded zip v0.6.6
8542026-08-25T00:38:30.590Z Downloaded strum_macros v0.27.2
8552026-08-25T00:38:30.594Z Downloaded recursive v0.1.1
8562026-08-25T00:38:30.594Z Downloaded rfc6979 v0.6.0
8572026-08-25T00:38:30.594Z Downloaded hashbrown v0.13.2
8582026-08-25T00:38:30.598Z Downloaded scheduled-thread-pool v0.2.7
8592026-08-25T00:38:30.602Z Downloaded ecdsa v0.16.9
8602026-08-25T00:38:30.602Z Downloaded yasna v0.5.2
8612026-08-25T00:38:30.610Z Downloaded ingot v0.2.1
8622026-08-25T00:38:30.610Z Downloaded semver v0.1.20
8632026-08-25T00:38:30.627Z Downloaded hyper-staticfile v0.10.1
8642026-08-25T00:38:30.627Z Downloaded signature v3.0.0
8652026-08-25T00:38:30.627Z Downloaded knus-derive v3.4.0
8662026-08-25T00:38:30.627Z Downloaded sha1 v0.11.0
8672026-08-25T00:38:30.628Z Downloaded hickory-resolver v0.24.4
8682026-08-25T00:38:30.628Z Downloaded siphasher v1.0.2
8692026-08-25T00:38:30.628Z Downloaded ron v0.8.1
8702026-08-25T00:38:30.635Z Downloaded publicsuffix v2.3.0
8712026-08-25T00:38:30.635Z Downloaded libsw-core v0.3.2
8722026-08-25T00:38:30.635Z Downloaded miette-derive v7.6.0
8732026-08-25T00:38:30.635Z Downloaded crossbeam-epoch v0.9.18
8742026-08-25T00:38:30.635Z Downloaded usdt-attr-macro v0.6.0
8752026-08-25T00:38:30.639Z Downloaded untrusted v0.9.0
8762026-08-25T00:38:30.639Z Downloaded nanorand v0.7.0
8772026-08-25T00:38:30.639Z Downloaded crc32fast v1.5.0
8782026-08-25T00:38:30.639Z Downloaded oxide-tokio-rt v0.1.4
8792026-08-25T00:38:30.653Z Downloaded oxide-update-engine v0.1.2
8802026-08-25T00:38:30.653Z Downloaded num-rational v0.4.2
8812026-08-25T00:38:30.653Z Downloaded oxnet v0.1.6
8822026-08-25T00:38:30.653Z Downloaded poly1305 v0.8.0
8832026-08-25T00:38:30.653Z Downloaded primefield v0.14.0
8842026-08-25T00:38:30.659Z Downloaded tower-service v0.3.3
8852026-08-25T00:38:30.659Z Downloaded crypto-common v0.2.2
8862026-08-25T00:38:30.659Z Downloaded darling_macro v0.21.3
8872026-08-25T00:38:30.659Z Downloaded zerofrom v0.1.6
8882026-08-25T00:38:30.659Z Downloaded zerofrom-derive v0.1.6
8892026-08-25T00:38:30.659Z Downloaded paste v1.0.15
8902026-08-25T00:38:30.660Z Downloaded unicode-xid v0.2.6
8912026-08-25T00:38:30.660Z Downloaded darling_macro v0.23.0
8922026-08-25T00:38:30.660Z Downloaded wait-timeout v0.2.1
8932026-08-25T00:38:30.660Z Downloaded r2d2 v0.8.10
8942026-08-25T00:38:30.660Z Downloaded cpufeatures v0.3.0
8952026-08-25T00:38:30.666Z Downloaded derive_more v2.1.1
8962026-08-25T00:38:30.676Z Downloaded rand_chacha v0.9.0
8972026-08-25T00:38:30.677Z Downloaded test-strategy v0.4.5
8982026-08-25T00:38:30.677Z Downloaded rusty-fork v0.3.1
8992026-08-25T00:38:30.677Z Downloaded dsl_auto_type v0.2.0
9002026-08-25T00:38:30.677Z Downloaded twox-hash v2.1.2
9012026-08-25T00:38:30.693Z Downloaded litemap v0.8.1
9022026-08-25T00:38:30.693Z Downloaded lru v0.12.5
9032026-08-25T00:38:30.693Z Downloaded serde_derive_internals v0.29.1
9042026-08-25T00:38:30.693Z Downloaded prettyplease v0.2.37
9052026-08-25T00:38:30.694Z Downloaded unicode_categories v0.1.1
9062026-08-25T00:38:30.694Z Downloaded parse-display v0.10.0
9072026-08-25T00:38:30.694Z Downloaded hyper-rustls v0.27.7
9082026-08-25T00:38:30.716Z Downloaded libloading v0.8.9
9092026-08-25T00:38:30.716Z Downloaded slab v0.4.12
9102026-08-25T00:38:30.716Z Downloaded match_cfg v0.1.0
9112026-08-25T00:38:30.716Z Downloaded support-bundle-viewer v0.1.2
9122026-08-25T00:38:30.716Z Downloaded thiserror-no-std v2.0.2
9132026-08-25T00:38:30.716Z Downloaded tiny-keccak v2.0.2
9142026-08-25T00:38:30.716Z Downloaded num-derive v0.4.2
9152026-08-25T00:38:30.716Z Downloaded percent-encoding v2.3.2
9162026-08-25T00:38:30.733Z Downloaded tokio-native-tls v0.3.1
9172026-08-25T00:38:30.733Z Downloaded rustc_version v0.4.1
9182026-08-25T00:38:30.733Z Downloaded olpc-cjson v0.1.4
9192026-08-25T00:38:30.733Z Downloaded url v2.5.8
9202026-08-25T00:38:30.733Z Downloaded path-slash v0.1.5
9212026-08-25T00:38:30.733Z Downloaded darling_core v0.13.4
9222026-08-25T00:38:30.733Z Downloaded rustyline v14.0.0
9232026-08-25T00:38:30.733Z Downloaded icu_locale_core v2.1.1
9242026-08-25T00:38:30.733Z Downloaded derive-where v1.6.0
9252026-08-25T00:38:30.733Z Downloaded pkcs1 v0.8.0-rc.4
9262026-08-25T00:38:30.733Z Downloaded yoke v0.8.1
9272026-08-25T00:38:30.733Z Downloaded pem-rfc7468 v0.7.0
9282026-08-25T00:38:30.733Z Downloaded corncobs v0.1.4
9292026-08-25T00:38:30.742Z Downloaded serde-big-array v0.5.1
9302026-08-25T00:38:30.742Z Downloaded rustls-pki-types v1.14.0
9312026-08-25T00:38:30.742Z Downloaded postgres-types v0.2.12
9322026-08-25T00:38:30.743Z Downloaded ingot-types v0.2.0
9332026-08-25T00:38:30.743Z Downloaded rand v0.10.1
9342026-08-25T00:38:30.743Z Downloaded num-bigint-dig v0.8.6
9352026-08-25T00:38:30.744Z Downloaded slog-bunyan v2.5.0
9362026-08-25T00:38:30.744Z Downloaded libsw v3.5.0
9372026-08-25T00:38:30.744Z Downloaded scroll v0.13.0
9382026-08-25T00:38:30.744Z Downloaded typed-path v0.9.3
9392026-08-25T00:38:30.750Z Downloaded typify v0.6.2
9402026-08-25T00:38:30.750Z Downloaded digest v0.11.3
9412026-08-25T00:38:30.750Z Downloaded tar v0.4.46
9422026-08-25T00:38:30.750Z Downloaded synstructure v0.13.2
9432026-08-25T00:38:30.750Z Downloaded mime_guess v2.0.5
9442026-08-25T00:38:30.750Z Downloaded strsim v0.10.0
9452026-08-25T00:38:30.750Z Downloaded tap v1.0.1
9462026-08-25T00:38:30.761Z Downloaded unit-prefix v0.5.2
9472026-08-25T00:38:30.761Z Downloaded nu-ansi-term v0.50.3
9482026-08-25T00:38:30.761Z Downloaded universal-hash v0.5.1
9492026-08-25T00:38:30.761Z Downloaded waitgroup v0.1.2
9502026-08-25T00:38:30.761Z Downloaded newtype-uuid v1.3.2
9512026-08-25T00:38:30.770Z Downloaded aes v0.9.1
9522026-08-25T00:38:30.770Z Downloaded polyval v0.7.1
9532026-08-25T00:38:30.770Z Downloaded port-file v0.1.0
9542026-08-25T00:38:30.770Z Downloaded postgres-protocol v0.6.10
9552026-08-25T00:38:30.770Z Downloaded strum v0.27.2
9562026-08-25T00:38:30.770Z Downloaded crucible-workspace-hack v0.1.0
9572026-08-25T00:38:30.782Z Downloaded smallvec v1.15.1
9582026-08-25T00:38:30.782Z Downloaded term v0.7.0
9592026-08-25T00:38:30.782Z Downloaded cookie_store v0.22.1
9602026-08-25T00:38:30.782Z Downloaded maplit v1.0.2
9612026-08-25T00:38:30.809Z Downloaded derive_builder v0.20.2
9622026-08-25T00:38:30.809Z Downloaded defmt v0.3.100
9632026-08-25T00:38:30.809Z Downloaded document-features v0.2.12
9642026-08-25T00:38:30.809Z Downloaded yansi v1.0.1
9652026-08-25T00:38:30.823Z Downloaded num-traits v0.2.19
9662026-08-25T00:38:30.824Z Downloaded rustversion v1.0.22
9672026-08-25T00:38:30.824Z Downloaded sec1 v0.7.3
9682026-08-25T00:38:30.824Z Downloaded ed25519-dalek v3.0.0
9692026-08-25T00:38:30.824Z Downloaded serde_urlencoded v0.7.1
9702026-08-25T00:38:30.824Z Downloaded jobserver v0.1.34
9712026-08-25T00:38:30.824Z Downloaded nonempty v0.12.0
9722026-08-25T00:38:30.824Z Downloaded idna_adapter v1.2.1
9732026-08-25T00:38:30.825Z Downloaded inout v0.2.2
9742026-08-25T00:38:30.825Z Downloaded des v0.9.0
9752026-08-25T00:38:30.825Z Downloaded simd-adler32 v0.3.8
9762026-08-25T00:38:30.825Z Downloaded zerocopy-derive v0.8.55
9772026-08-25T00:38:30.825Z Downloaded derive_more v0.99.20
9782026-08-25T00:38:30.825Z Downloaded quick-error v1.2.3
9792026-08-25T00:38:30.825Z Downloaded ssh-encoding v0.3.0
9802026-08-25T00:38:30.841Z Downloaded peg-runtime v0.8.5
9812026-08-25T00:38:30.841Z Downloaded opaque-debug v0.3.1
9822026-08-25T00:38:30.841Z Downloaded packed_struct_codegen v0.10.1
9832026-08-25T00:38:30.841Z Downloaded walkdir v2.5.0
9842026-08-25T00:38:30.842Z Downloaded socket2 v0.6.3
9852026-08-25T00:38:30.843Z Downloaded structmeta v0.3.0
9862026-08-25T00:38:30.843Z Downloaded strum_macros v0.26.4
9872026-08-25T00:38:30.878Z Downloaded aho-corasick v1.1.4
9882026-08-25T00:38:30.878Z Downloaded constant_time_eq v0.4.2
9892026-08-25T00:38:30.878Z Downloaded diesel_derives v2.3.7
9902026-08-25T00:38:30.878Z Downloaded sigpipe v0.1.3
9912026-08-25T00:38:30.878Z Downloaded hashbrown v0.14.5
9922026-08-25T00:38:30.878Z Downloaded hashbrown v0.15.5
9932026-08-25T00:38:30.878Z Downloaded darling_core v0.20.11
9942026-08-25T00:38:30.885Z Downloaded toml v0.7.8
9952026-08-25T00:38:30.885Z Downloaded toml v1.1.2+spec-1.1.0
9962026-08-25T00:38:30.885Z Downloaded darling v0.13.4
9972026-08-25T00:38:30.885Z Downloaded der_derive v0.7.3
9982026-08-25T00:38:30.885Z Downloaded num-bigint v0.4.6
9992026-08-25T00:38:30.885Z Downloaded termtree v0.5.1
10002026-08-25T00:38:30.885Z Downloaded crc8 v0.1.1
10012026-08-25T00:38:30.885Z Downloaded crc-catalog v2.4.0
10022026-08-25T00:38:30.885Z Downloaded supports-color v3.0.2
10032026-08-25T00:38:30.885Z Downloaded sync_wrapper v1.0.2
10042026-08-25T00:38:30.886Z Downloaded rand v0.9.2
10052026-08-25T00:38:30.886Z Downloaded p521 v0.14.0
10062026-08-25T00:38:30.886Z Downloaded vte v0.14.1
10072026-08-25T00:38:30.886Z Downloaded linear-map v1.2.0
10082026-08-25T00:38:30.886Z Downloaded typify-macro v0.6.2
10092026-08-25T00:38:30.886Z Downloaded darling_macro v0.13.4
10102026-08-25T00:38:30.886Z Downloaded darling_macro v0.20.11
10112026-08-25T00:38:30.886Z Downloaded downcast-rs v2.0.2
10122026-08-25T00:38:30.886Z Downloaded futures-util v0.3.32
10132026-08-25T00:38:30.886Z Downloaded serde_with_macros v3.21.0
10142026-08-25T00:38:30.886Z Downloaded h2 v0.4.15
10152026-08-25T00:38:30.887Z Downloaded hkdf v0.12.4
10162026-08-25T00:38:30.887Z Downloaded spin v0.9.8
10172026-08-25T00:38:30.887Z Downloaded tls_codec_derive v0.4.2
10182026-08-25T00:38:30.891Z Downloaded inout v0.1.4
10192026-08-25T00:38:30.891Z Downloaded internet-checksum v0.2.1
10202026-08-25T00:38:30.891Z Downloaded git2 v0.20.4
10212026-08-25T00:38:30.891Z Downloaded miette v7.6.0
10222026-08-25T00:38:30.891Z Downloaded primeorder v0.13.6
10232026-08-25T00:38:30.906Z Downloaded oso-derive v0.27.3
10242026-08-25T00:38:30.906Z Downloaded hkdf v0.13.0
10252026-08-25T00:38:30.906Z Downloaded tungstenite v0.21.0
10262026-08-25T00:38:30.924Z Downloaded toml_parser v1.1.2+spec-1.1.0
10272026-08-25T00:38:30.924Z Downloaded pkcs5 v0.8.1
10282026-08-25T00:38:30.924Z Downloaded rustls-pemfile v2.2.0
10292026-08-25T00:38:30.924Z Downloaded progenitor v0.14.0
10302026-08-25T00:38:30.925Z Downloaded sec1 v0.8.1
10312026-08-25T00:38:30.925Z Downloaded icu_normalizer v2.1.1
10322026-08-25T00:38:30.925Z Downloaded ssh-cipher v0.3.0
10332026-08-25T00:38:30.925Z Downloaded snafu v0.8.9
10342026-08-25T00:38:30.925Z Downloaded scopeguard v1.2.0
10352026-08-25T00:38:30.925Z Downloaded whoami v1.6.1
10362026-08-25T00:38:30.925Z Downloaded qorb v0.4.1
10372026-08-25T00:38:30.925Z Downloaded ed25519 v3.0.0
10382026-08-25T00:38:30.950Z Downloaded shell-words v1.1.1
10392026-08-25T00:38:30.950Z Downloaded strum v0.26.3
10402026-08-25T00:38:30.950Z Downloaded take_mut v0.2.2
10412026-08-25T00:38:30.950Z Downloaded iana-time-zone v0.1.65
10422026-08-25T00:38:30.950Z Downloaded reedline v0.40.0
10432026-08-25T00:38:30.950Z Downloaded icu_normalizer_data v2.1.1
10442026-08-25T00:38:30.956Z Downloaded der v0.7.10
10452026-08-25T00:38:30.956Z Downloaded zstd-safe v7.2.4
10462026-08-25T00:38:30.956Z Downloaded crypto-bigint v0.5.5
10472026-08-25T00:38:30.956Z Downloaded zerotrie v0.2.3
10482026-08-25T00:38:30.956Z Downloaded try-lock v0.2.5
10492026-08-25T00:38:30.956Z Downloaded untrusted v0.7.1
10502026-08-25T00:38:30.956Z Downloaded wnaf v0.14.0
10512026-08-25T00:38:30.956Z Downloaded hashbrown v0.16.1
10522026-08-25T00:38:30.956Z Downloaded native-tls v0.2.18
10532026-08-25T00:38:30.956Z Downloaded ed25519 v2.2.3
10542026-08-25T00:38:30.956Z Downloaded num_enum v0.7.6
10552026-08-25T00:38:30.956Z Downloaded defmt v1.0.1
10562026-08-25T00:38:30.956Z Downloaded libefi-sys v0.1.0
10572026-08-25T00:38:30.957Z Downloaded jiff-core v0.1.0
10582026-08-25T00:38:30.957Z Downloaded parse-display-derive v0.10.0
10592026-08-25T00:38:30.957Z Downloaded pkcs8 v0.11.0
10602026-08-25T00:38:30.982Z Downloaded quinn-udp v0.5.14
10612026-08-25T00:38:30.982Z Downloaded is_ci v1.2.0
10622026-08-25T00:38:30.982Z Downloaded lru-cache v0.1.2
10632026-08-25T00:38:30.982Z Downloaded serde_cbor v0.11.2
10642026-08-25T00:38:31.034Z Downloaded precomputed-hash v0.1.1
10652026-08-25T00:38:31.034Z Downloaded darling_core v0.21.3
10662026-08-25T00:38:31.034Z Downloaded sha2 v0.11.0
10672026-08-25T00:38:31.034Z Downloaded slog-term v2.9.2
10682026-08-25T00:38:31.034Z Downloaded vergen-git2 v9.1.0
10692026-08-25T00:38:31.034Z Downloaded drift v0.2.0
10702026-08-25T00:38:31.035Z Downloaded num-conv v0.2.0
10712026-08-25T00:38:31.035Z Downloaded password-hash v0.6.1
10722026-08-25T00:38:31.035Z Downloaded rand_core v0.6.4
10732026-08-25T00:38:31.035Z Downloaded primeorder v0.14.0
10742026-08-25T00:38:31.035Z Downloaded radium v0.7.0
10752026-08-25T00:38:31.035Z Downloaded rtoolbox v0.0.3
10762026-08-25T00:38:31.035Z Downloaded dropshot-api-manager v0.8.0
10772026-08-25T00:38:31.050Z Downloaded thiserror-impl-no-std v2.0.2
10782026-08-25T00:38:31.050Z Downloaded indicatif v0.18.4
10792026-08-25T00:38:31.050Z Downloaded progenitor-impl v0.13.0
10802026-08-25T00:38:31.050Z Downloaded cookie v0.18.1
10812026-08-25T00:38:31.050Z Downloaded slog-scope v4.4.1
10822026-08-25T00:38:31.052Z Downloaded structmeta-derive v0.3.0
10832026-08-25T00:38:31.052Z Downloaded tokio-rustls v0.26.4
10842026-08-25T00:38:31.052Z Downloaded dirs-next v2.0.0
10852026-08-25T00:38:31.052Z Downloaded time-macros v0.2.27
10862026-08-25T00:38:31.053Z Downloaded utf-8 v0.7.6
10872026-08-25T00:38:31.053Z Downloaded winnow v0.6.26
10882026-08-25T00:38:31.053Z Downloaded crc v3.4.0
10892026-08-25T00:38:31.053Z Downloaded salty v0.3.0
10902026-08-25T00:38:31.053Z Downloaded zip v4.6.1
10912026-08-25T00:38:31.053Z Downloaded icu_properties_data v2.1.2
10922026-08-25T00:38:31.053Z Downloaded uzers v0.12.2
10932026-08-25T00:38:31.053Z Downloaded zerovec-derive v0.11.2
10942026-08-25T00:38:31.053Z Downloaded md5 v0.8.0
10952026-08-25T00:38:31.053Z Downloaded module-lattice v0.2.3
10962026-08-25T00:38:31.053Z Downloaded parse-size v1.1.0
10972026-08-25T00:38:31.053Z Downloaded itertools v0.14.0
10982026-08-25T00:38:31.053Z Downloaded defmt-macros v1.0.1
10992026-08-25T00:38:31.053Z Downloaded mio v1.2.0
11002026-08-25T00:38:31.053Z Downloaded digest-io v0.1.0
11012026-08-25T00:38:31.053Z Downloaded predicates-core v1.0.10
11022026-08-25T00:38:31.053Z Downloaded indoc v2.0.7
11032026-08-25T00:38:31.053Z Downloaded daft v0.1.8
11042026-08-25T00:38:31.053Z Downloaded sqlparser_derive v0.5.0
11052026-08-25T00:38:31.137Z Downloaded lock_api v0.4.14
11062026-08-25T00:38:31.137Z Downloaded rand v0.8.6
11072026-08-25T00:38:31.137Z Downloaded impl-trait-for-tuples v0.2.3
11082026-08-25T00:38:31.137Z Downloaded pkcs8 v0.10.2
11092026-08-25T00:38:31.137Z Downloaded serde_repr v0.1.20
11102026-08-25T00:38:31.137Z Downloaded derive_builder_macro v0.20.2
11112026-08-25T00:38:31.137Z Downloaded dunce v1.0.5
11122026-08-25T00:38:31.137Z Downloaded kstat-rs v0.2.5
11132026-08-25T00:38:31.137Z Downloaded mime v0.3.17
11142026-08-25T00:38:31.137Z Downloaded predicates-tree v1.0.13
11152026-08-25T00:38:31.137Z Downloaded serde_spanned v1.1.1
11162026-08-25T00:38:31.145Z Downloaded unicode-bidi v0.3.18
11172026-08-25T00:38:31.145Z Downloaded termios v0.3.3
11182026-08-25T00:38:31.145Z Downloaded indexmap v1.9.3
11192026-08-25T00:38:31.145Z Downloaded rustls-webpki v0.103.13
11202026-08-25T00:38:31.145Z Downloaded whoami v2.1.0
11212026-08-25T00:38:31.145Z Downloaded icu_properties v2.1.2
11222026-08-25T00:38:31.145Z Downloaded unicode-truncate v1.1.0
11232026-08-25T00:38:31.145Z Downloaded knus v3.4.0
11242026-08-25T00:38:31.145Z Downloaded miniz_oxide v0.8.9
11252026-08-25T00:38:31.145Z Downloaded managed v0.8.0
11262026-08-25T00:38:31.145Z Downloaded md-5 v0.10.6
11272026-08-25T00:38:31.145Z Downloaded xshell-macros v0.2.7
11282026-08-25T00:38:31.145Z Downloaded kem v0.3.0
11292026-08-25T00:38:31.145Z Downloaded dof v0.4.0
11302026-08-25T00:38:31.145Z Downloaded ed25519-dalek v2.2.0
11312026-08-25T00:38:31.145Z Downloaded rand_seeder v0.4.0
11322026-08-25T00:38:31.145Z Downloaded seq-macro v0.3.6
11332026-08-25T00:38:31.145Z Downloaded tagptr v0.2.0
11342026-08-25T00:38:31.145Z Downloaded rustls-native-certs v0.8.3
11352026-08-25T00:38:31.145Z Downloaded ml-kem v0.3.2
11362026-08-25T00:38:31.145Z Downloaded daft-derive v0.1.8
11372026-08-25T00:38:31.146Z Downloaded new_debug_unreachable v1.0.6
11382026-08-25T00:38:31.146Z Downloaded indoc v1.0.9
11392026-08-25T00:38:31.146Z Downloaded indent_write v2.2.0
11402026-08-25T00:38:31.146Z Downloaded num v0.4.3
11412026-08-25T00:38:31.146Z Downloaded zerocopy v0.6.6
11422026-08-25T00:38:31.146Z Downloaded smallvec v0.6.14
11432026-08-25T00:38:31.146Z Downloaded serde_with v1.14.0
11442026-08-25T00:38:31.202Z Downloaded minimal-lexical v0.2.1
11452026-08-25T00:38:31.202Z Downloaded iddqd v0.4.2
11462026-08-25T00:38:31.217Z Downloaded zopfli v0.8.3
11472026-08-25T00:38:31.217Z Downloaded utf8_iter v1.0.4
11482026-08-25T00:38:31.217Z Downloaded ryu v1.0.23
11492026-08-25T00:38:31.217Z Downloaded proc-macro-error-attr2 v2.0.0
11502026-08-25T00:38:31.217Z Downloaded crossbeam-deque v0.8.6
11512026-08-25T00:38:31.217Z Downloaded libscf-sys v1.2.0
11522026-08-25T00:38:31.217Z Downloaded deranged v0.5.8
11532026-08-25T00:38:31.217Z Downloaded derive_builder_core v0.20.2
11542026-08-25T00:38:31.217Z Downloaded dropshot_endpoint v0.17.1
11552026-08-25T00:38:31.217Z Downloaded const_format_proc_macros v0.2.34
11562026-08-25T00:38:31.217Z Downloaded oxide-generation v0.1.3
11572026-08-25T00:38:31.218Z Downloaded zstd v0.13.3
11582026-08-25T00:38:31.218Z Downloaded either v1.15.0
11592026-08-25T00:38:31.218Z Downloaded peg-macros v0.8.5
11602026-08-25T00:38:31.218Z Downloaded pin-project-lite v0.2.17
11612026-08-25T00:38:31.218Z Downloaded xattr v1.6.1
11622026-08-25T00:38:31.218Z Downloaded sha1 v0.10.6
11632026-08-25T00:38:31.218Z Downloaded derive_more-impl v2.1.1
11642026-08-25T00:38:31.218Z Downloaded pretty_assertions v1.4.1
11652026-08-25T00:38:31.218Z Downloaded psm v0.1.30
11662026-08-25T00:38:31.218Z Downloaded num-complex v0.4.6
11672026-08-25T00:38:31.218Z Downloaded hyper-util v0.1.20
11682026-08-25T00:38:31.218Z Downloaded rsa v0.9.10
11692026-08-25T00:38:31.218Z Downloaded secrecy v0.8.0
11702026-08-25T00:38:31.219Z Downloaded tinystr v0.8.2
11712026-08-25T00:38:31.219Z Downloaded slog-async v2.8.0
11722026-08-25T00:38:31.226Z Downloaded proc-macro-error2 v2.0.1
11732026-08-25T00:38:31.226Z Downloaded humantime v2.3.0
11742026-08-25T00:38:31.226Z Downloaded keccak v0.2.0
11752026-08-25T00:38:31.226Z Downloaded spki v0.7.3
11762026-08-25T00:38:31.226Z Downloaded resolv-conf v0.7.6
11772026-08-25T00:38:31.226Z Downloaded itertools v0.13.0
11782026-08-25T00:38:31.226Z Downloaded p256 v0.14.0
11792026-08-25T00:38:31.226Z Downloaded ctutils v0.4.2
11802026-08-25T00:38:31.226Z Downloaded displaydoc v0.2.5
11812026-08-25T00:38:31.240Z Downloaded similar v2.7.0
11822026-08-25T00:38:31.240Z Downloaded samael v0.0.19
11832026-08-25T00:38:31.264Z Downloaded rand_core v0.9.5
11842026-08-25T00:38:31.264Z Downloaded tower v0.5.3
11852026-08-25T00:38:31.264Z Downloaded progenitor-impl v0.14.0
11862026-08-25T00:38:31.264Z Downloaded unicode-normalization v0.1.25
11872026-08-25T00:38:31.264Z Downloaded tls_codec v0.4.2
11882026-08-25T00:38:31.264Z Downloaded static_assertions v1.1.0
11892026-08-25T00:38:31.264Z Downloaded pkcs1 v0.7.5
11902026-08-25T00:38:31.268Z Downloaded crypto-primes v0.7.2
11912026-08-25T00:38:31.268Z Downloaded schemars v1.2.1
11922026-08-25T00:38:31.268Z Downloaded vergen v9.1.0
11932026-08-25T00:38:31.268Z Downloaded blake3 v1.8.5
11942026-08-25T00:38:31.268Z Downloaded parking_lot_core v0.8.6
11952026-08-25T00:38:31.268Z Downloaded elliptic-curve v0.13.8
11962026-08-25T00:38:31.268Z Downloaded csv-core v0.1.13
11972026-08-25T00:38:31.269Z Downloaded quinn-proto v0.11.16
11982026-08-25T00:38:31.285Z Downloaded bitvec v1.0.1
11992026-08-25T00:38:31.296Z Downloaded unicode-properties v0.1.4
12002026-08-25T00:38:31.296Z Downloaded goblin v0.10.5
12012026-08-25T00:38:31.296Z Downloaded icu_collections v2.1.1
12022026-08-25T00:38:31.296Z Downloaded subprocess v0.2.15
12032026-08-25T00:38:31.296Z Downloaded uuid v1.23.4
12042026-08-25T00:38:31.296Z Downloaded portable-atomic v1.13.1
12052026-08-25T00:38:31.337Z Downloaded russh v0.62.4
12062026-08-25T00:38:31.338Z Downloaded x509-cert v0.2.5
12072026-08-25T00:38:31.356Z Downloaded rcgen v0.12.1
12082026-08-25T00:38:31.356Z Downloaded toml_edit v0.19.15
12092026-08-25T00:38:31.356Z Downloaded salsa20 v0.11.0
12102026-08-25T00:38:31.356Z Downloaded openssl-sys v0.9.117
12112026-08-25T00:38:31.356Z Downloaded parking_lot_core v0.9.12
12122026-08-25T00:38:31.356Z Downloaded schemars v0.9.0
12132026-08-25T00:38:31.356Z Downloaded internal-russh-num-bigint v0.5.0
12142026-08-25T00:38:31.356Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-08-25T00:38:31.356Z Downloaded iri-string v0.7.10
12162026-08-25T00:38:31.365Z Downloaded crossbeam-channel v0.5.15
12172026-08-25T00:38:31.365Z Downloaded tungstenite v0.23.0
12182026-08-25T00:38:31.365Z Downloaded ignore v0.4.25
12192026-08-25T00:38:31.365Z Downloaded hyper v1.10.1
12202026-08-25T00:38:31.365Z Downloaded serde_with v3.21.0
12212026-08-25T00:38:31.387Z Downloaded serde_yaml v0.9.34+deprecated
12222026-08-25T00:38:31.387Z Downloaded crossterm v0.29.0
12232026-08-25T00:38:31.387Z Downloaded rustls-platform-verifier v0.6.2
12242026-08-25T00:38:31.387Z Downloaded proptest v1.11.0
12252026-08-25T00:38:31.400Z Downloaded tracing-core v0.1.36
12262026-08-25T00:38:31.400Z Downloaded itertools v0.15.0
12272026-08-25T00:38:31.400Z Downloaded const_format v0.2.35
12282026-08-25T00:38:31.400Z Downloaded vcpkg v0.2.15
12292026-08-25T00:38:31.412Z Downloaded zerovec v0.11.5
12302026-08-25T00:38:31.416Z Downloaded rsa v0.10.0-rc.18
12312026-08-25T00:38:31.423Z Downloaded tower-http v0.6.8
12322026-08-25T00:38:31.427Z Downloaded darling_core v0.23.0
12332026-08-25T00:38:31.427Z Downloaded der v0.8.0
12342026-08-25T00:38:31.433Z Downloaded regex v1.12.3
12352026-08-25T00:38:31.433Z Downloaded reqwest v0.13.2
12362026-08-25T00:38:31.437Z Downloaded winnow v0.5.40
12372026-08-25T00:38:31.442Z Downloaded steno v0.4.1
12382026-08-25T00:38:31.446Z Downloaded chrono v0.4.45
12392026-08-25T00:38:31.450Z Downloaded lalrpop v0.19.12
12402026-08-25T00:38:31.458Z Downloaded unicode-segmentation v1.12.0
12412026-08-25T00:38:31.466Z Downloaded tough v0.22.0
12422026-08-25T00:38:31.466Z Downloaded tokio-postgres v0.7.16
12432026-08-25T00:38:31.474Z Downloaded libm v0.2.16
12442026-08-25T00:38:31.479Z Downloaded rawzip v0.4.4
12452026-08-25T00:38:31.479Z Downloaded itertools v0.10.5
12462026-08-25T00:38:31.479Z Downloaded nom v7.1.3
12472026-08-25T00:38:31.491Z Downloaded p384 v0.13.1
12482026-08-25T00:38:31.500Z Downloaded zlib-rs v0.6.2
12492026-08-25T00:38:31.500Z Downloaded nom v8.0.0
12502026-08-25T00:38:31.500Z Downloaded quick-xml v0.37.5
12512026-08-25T00:38:31.501Z Downloaded itertools v0.12.1
12522026-08-25T00:38:31.515Z Downloaded syn v3.0.3
12532026-08-25T00:38:31.515Z Downloaded crossterm v0.28.1
12542026-08-25T00:38:31.518Z Downloaded libxml v0.3.3
12552026-08-25T00:38:31.518Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-25T00:38:31.518Z Downloaded nix v0.27.1
12572026-08-25T00:38:31.532Z Downloaded time v0.3.47
12582026-08-25T00:38:31.539Z Downloaded reqwest v0.12.28
12592026-08-25T00:38:31.540Z Downloaded rayon v1.11.0
12602026-08-25T00:38:31.545Z Downloaded regress v0.11.1
12612026-08-25T00:38:31.552Z Downloaded idna v1.1.0
12622026-08-25T00:38:31.557Z Downloaded bstr v1.12.1
12632026-08-25T00:38:31.557Z Downloaded winnow v1.0.3
12642026-08-25T00:38:31.567Z Downloaded smoltcp v0.9.1
12652026-08-25T00:38:31.571Z Downloaded hickory-proto v0.24.4
12662026-08-25T00:38:31.580Z Downloaded tokio-util v0.7.18
12672026-08-25T00:38:31.588Z Downloaded regex-syntax v0.6.29
12682026-08-25T00:38:31.595Z Downloaded object v0.30.4
12692026-08-25T00:38:31.600Z Downloaded hickory-proto v0.25.2
12702026-08-25T00:38:31.609Z Downloaded nix v0.28.0
12712026-08-25T00:38:31.619Z Downloaded openssl v0.10.80
12722026-08-25T00:38:31.625Z Downloaded petname v2.0.2
12732026-08-25T00:38:31.625Z Downloaded sha3 v0.12.0
12742026-08-25T00:38:31.625Z Downloaded moka v0.12.13
12752026-08-25T00:38:31.630Z Downloaded nix v0.31.2
12762026-08-25T00:38:31.637Z Downloaded zerocopy v0.8.55
12772026-08-25T00:38:31.644Z Downloaded tabled v0.21.0
12782026-08-25T00:38:31.656Z Downloaded rustix v0.38.44
12792026-08-25T00:38:31.672Z Downloaded typify-impl v0.6.2
12802026-08-25T00:38:31.679Z Downloaded rustls v0.23.41
12812026-08-25T00:38:31.687Z Downloaded sqlparser v0.61.0
12822026-08-25T00:38:31.692Z Downloaded polar-core v0.27.3
12832026-08-25T00:38:31.700Z Downloaded crypto-bigint v0.7.5
12842026-08-25T00:38:31.707Z Downloaded curve25519-dalek v4.1.3
12852026-08-25T00:38:31.713Z Downloaded radix_trie v0.2.1
12862026-08-25T00:38:31.717Z Downloaded dropshot v0.17.1
12872026-08-25T00:38:31.730Z Downloaded regress v0.10.5
12882026-08-25T00:38:31.738Z Downloaded smoltcp v0.11.0
12892026-08-25T00:38:31.743Z Downloaded curve25519-dalek v5.0.0
12902026-08-25T00:38:31.748Z Downloaded openapiv3 v2.2.0
12912026-08-25T00:38:31.758Z Downloaded regex-syntax v0.8.10
12922026-08-25T00:38:31.763Z Downloaded sha3 v0.11.0
12932026-08-25T00:38:31.768Z Downloaded tracing v0.1.44
12942026-08-25T00:38:31.780Z Downloaded object v0.37.3
12952026-08-25T00:38:31.788Z Downloaded petgraph v0.6.5
12962026-08-25T00:38:31.795Z Downloaded diesel v2.3.7
12972026-08-25T00:38:31.810Z Downloaded regex-automata v0.4.14
12982026-08-25T00:38:31.823Z Downloaded csv v1.4.0
12992026-08-25T00:38:31.834Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-08-25T00:38:31.844Z Downloaded ratatui v0.29.0
13012026-08-25T00:38:31.851Z Downloaded tokio v1.52.1
13022026-08-25T00:38:31.876Z Downloaded sled v0.34.7
13032026-08-25T00:38:31.894Z Downloaded zerocopy-derive v0.6.6
13042026-08-25T00:38:31.899Z Downloaded encoding_rs v0.8.35
13052026-08-25T00:38:31.954Z Downloaded jiff v0.2.34
13062026-08-25T00:38:31.962Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-08-25T00:38:31.962Z Downloaded chrono-tz v0.10.4
13082026-08-25T00:38:31.967Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-08-25T00:38:31.975Z Downloaded sha3 v0.10.8
13102026-08-25T00:38:31.979Z Downloaded petgraph v0.8.3
13112026-08-25T00:38:31.996Z Downloaded libz-sys v1.1.24
13122026-08-25T00:38:32.060Z Downloaded ring v0.17.14
13132026-08-25T00:38:32.556Z Downloaded aws-lc-sys v0.40.0
13142026-08-25T00:38:32.825Z Compiling serde_core v1.0.228
13152026-08-25T00:38:32.825Z Compiling libc v0.2.185
13162026-08-25T00:38:32.825Z Compiling serde v1.0.228
13172026-08-25T00:38:32.828Z Compiling log v0.4.33
13182026-08-25T00:38:32.828Z Compiling smallvec v1.15.1
13192026-08-25T00:38:32.828Z Compiling shlex v1.3.0
13202026-08-25T00:38:32.828Z Compiling find-msvc-tools v0.1.9
13212026-08-25T00:38:32.828Z Compiling subtle v2.6.1
13222026-08-25T00:38:32.985Z Compiling scopeguard v1.2.0
13232026-08-25T00:38:32.985Z Compiling stable_deref_trait v1.2.1
13242026-08-25T00:38:32.998Z Compiling zerocopy v0.8.55
13252026-08-25T00:38:33.006Z Compiling typenum v1.20.1
13262026-08-25T00:38:33.007Z Compiling portable-atomic v1.13.1
13272026-08-25T00:38:33.036Z Compiling serde_json v1.0.151
13282026-08-25T00:38:33.065Z Compiling syn v2.0.117
13292026-08-25T00:38:33.079Z Compiling critical-section v1.2.0
13302026-08-25T00:38:33.158Z Compiling lock_api v0.4.14
13312026-08-25T00:38:33.171Z Compiling libm v0.2.16
13322026-08-25T00:38:33.183Z Compiling num-traits v0.2.19
13332026-08-25T00:38:33.198Z Compiling pkg-config v0.3.32
13342026-08-25T00:38:33.216Z Compiling getrandom v0.4.3
13352026-08-25T00:38:33.229Z Compiling generic-array v0.14.7
13362026-08-25T00:38:33.281Z Compiling parking_lot_core v0.9.12
13372026-08-25T00:38:33.309Z Compiling rand_core v0.10.0
13382026-08-25T00:38:33.325Z Compiling const-oid v0.9.6
13392026-08-25T00:38:33.411Z Compiling pin-project-lite v0.2.17
13402026-08-25T00:38:33.428Z Compiling litemap v0.8.1
13412026-08-25T00:38:33.501Z Compiling writeable v0.6.2
13422026-08-25T00:38:33.517Z Compiling percent-encoding v2.3.2
13432026-08-25T00:38:33.545Z Compiling icu_properties_data v2.1.2
13442026-08-25T00:38:33.593Z Compiling icu_normalizer_data v2.1.1
13452026-08-25T00:38:33.620Z Compiling futures-core v0.3.32
13462026-08-25T00:38:33.623Z Compiling rustix v1.1.4
13472026-08-25T00:38:33.764Z Compiling getrandom v0.3.4
13482026-08-25T00:38:33.777Z Compiling utf8_iter v1.0.4
13492026-08-25T00:38:33.793Z Compiling futures-sink v0.3.32
13502026-08-25T00:38:33.826Z Compiling form_urlencoded v1.2.2
13512026-08-25T00:38:33.852Z Compiling futures-task v0.3.32
13522026-08-25T00:38:33.869Z Compiling futures-io v0.3.32
13532026-08-25T00:38:33.915Z Compiling futures-channel v0.3.32
13542026-08-25T00:38:33.947Z Compiling slab v0.4.12
13552026-08-25T00:38:33.998Z Compiling errno v0.3.14
13562026-08-25T00:38:34.020Z Compiling jobserver v0.1.34
13572026-08-25T00:38:34.023Z Compiling getrandom v0.2.17
13582026-08-25T00:38:34.050Z Compiling mio v1.2.0
13592026-08-25T00:38:34.089Z Compiling socket2 v0.6.3
13602026-08-25T00:38:34.124Z Compiling rustversion v1.0.22
13612026-08-25T00:38:34.143Z Compiling signal-hook-registry v1.4.8
13622026-08-25T00:38:34.165Z Compiling iana-time-zone v0.1.65
13632026-08-25T00:38:34.184Z Compiling base64ct v1.8.3
13642026-08-25T00:38:34.310Z Compiling cc v1.2.56
13652026-08-25T00:38:34.336Z Compiling once_cell v1.21.3
13662026-08-25T00:38:34.336Z Compiling rand_core v0.6.4
13672026-08-25T00:38:34.383Z Compiling parking_lot v0.12.5
13682026-08-25T00:38:34.399Z Compiling regex-syntax v0.8.10
13692026-08-25T00:38:34.414Z Compiling flagset v0.4.7
13702026-08-25T00:38:34.460Z Compiling pem-rfc7468 v0.7.0
13712026-08-25T00:38:34.506Z Compiling fs_extra v1.3.0
13722026-08-25T00:38:34.554Z Compiling ident_case v1.0.1
13732026-08-25T00:38:34.572Z Compiling dunce v1.0.5
13742026-08-25T00:38:34.588Z Compiling base64 v0.22.1
13752026-08-25T00:38:34.614Z Compiling vcpkg v0.2.15
13762026-08-25T00:38:34.639Z Compiling rand_core v0.9.5
13772026-08-25T00:38:34.681Z Compiling syn v1.0.109
13782026-08-25T00:38:34.698Z Compiling schemars v0.8.22
13792026-08-25T00:38:34.734Z Compiling dyn-clone v1.0.20
13802026-08-25T00:38:34.786Z Compiling tracing-core v0.1.36
13812026-08-25T00:38:34.809Z Compiling cpufeatures v0.2.17
13822026-08-25T00:38:34.824Z Compiling simd-adler32 v0.3.8
13832026-08-25T00:38:34.839Z Compiling aws-lc-rs v1.16.3
13842026-08-25T00:38:34.888Z Compiling spin v0.9.8
13852026-08-25T00:38:34.903Z Compiling cmov v0.5.4
13862026-08-25T00:38:34.946Z Compiling adler2 v2.0.1
13872026-08-25T00:38:34.959Z Compiling crc32fast v1.5.0
13882026-08-25T00:38:34.974Z Compiling tinyvec_macros v0.1.1
13892026-08-25T00:38:35.058Z Compiling httparse v1.10.1
13902026-08-25T00:38:35.104Z Compiling cmake v0.1.57
13912026-08-25T00:38:35.104Z Compiling openssl-probe v0.2.1
13922026-08-25T00:38:35.129Z Compiling ctutils v0.4.2
13932026-08-25T00:38:35.129Z Compiling miniz_oxide v0.8.9
13942026-08-25T00:38:35.160Z Compiling bitflags v2.11.0
13952026-08-25T00:38:35.215Z Compiling semver v1.0.28
13962026-08-25T00:38:35.260Z Compiling indexmap v2.14.0
13972026-08-25T00:38:35.301Z Compiling uuid v1.23.4
13982026-08-25T00:38:35.413Z Compiling tinyvec v1.10.0
13992026-08-25T00:38:35.420Z Compiling aho-corasick v1.1.4
14002026-08-25T00:38:35.420Z Compiling tower-service v0.3.3
14012026-08-25T00:38:35.455Z Compiling rustc_version v0.4.1
14022026-08-25T00:38:35.526Z Compiling untrusted v0.7.1
14032026-08-25T00:38:35.545Z Compiling atomic-waker v1.1.2
14042026-08-25T00:38:35.563Z Compiling radium v0.7.0
14052026-08-25T00:38:35.571Z Compiling tower-layer v0.3.3
14062026-08-25T00:38:35.697Z Compiling try-lock v0.2.5
14072026-08-25T00:38:35.785Z Compiling want v0.3.1
14082026-08-25T00:38:35.832Z Compiling wait-timeout v0.2.1
14092026-08-25T00:38:35.836Z Compiling bit-vec v0.8.0
14102026-08-25T00:38:35.836Z Compiling rustls v0.23.41
14112026-08-25T00:38:35.899Z Compiling tap v1.0.1
14122026-08-25T00:38:35.980Z Compiling synstructure v0.13.2
14132026-08-25T00:38:36.006Z Compiling serde_derive_internals v0.29.1
14142026-08-25T00:38:36.022Z Compiling aws-lc-sys v0.40.0
14152026-08-25T00:38:36.035Z Compiling openssl-sys v0.9.117
14162026-08-25T00:38:36.081Z Compiling pest_generator v2.8.6
14172026-08-25T00:38:36.081Z Compiling darling_core v0.20.11
14182026-08-25T00:38:36.101Z Compiling foreign-types-shared v0.1.1
14192026-08-25T00:38:36.105Z Compiling maybe-uninit v2.0.0
14202026-08-25T00:38:36.117Z Compiling openssl v0.10.80
14212026-08-25T00:38:36.134Z Compiling httpdate v1.0.3
14222026-08-25T00:38:36.181Z Compiling quick-error v1.2.3
14232026-08-25T00:38:36.308Z Compiling untrusted v0.9.0
14242026-08-25T00:38:36.360Z Compiling tempfile v3.27.0
14252026-08-25T00:38:36.401Z Compiling terminal_size v0.4.3
14262026-08-25T00:38:36.409Z Compiling regex-automata v0.4.14
14272026-08-25T00:38:36.449Z Compiling foreign-types v0.3.2
14282026-08-25T00:38:36.465Z Compiling bit-set v0.8.0
14292026-08-25T00:38:36.533Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-25T00:38:36.558Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-08-25T00:38:36.604Z Compiling rusty-fork v0.3.1
14322026-08-25T00:38:36.641Z Compiling wyz v0.5.1
14332026-08-25T00:38:36.765Z Compiling unicode-normalization v0.1.25
14342026-08-25T00:38:36.798Z Compiling num-integer v0.1.46
14352026-08-25T00:38:36.861Z Compiling rand_xorshift v0.4.0
14362026-08-25T00:38:36.895Z Compiling ahash v0.8.12
14372026-08-25T00:38:36.927Z Compiling powerfmt v0.2.0
14382026-08-25T00:38:36.942Z Compiling unarray v0.1.4
14392026-08-25T00:38:36.959Z Compiling packed_struct v0.10.1
14402026-08-25T00:38:36.979Z Compiling funty v2.0.0
14412026-08-25T00:38:37.000Z Compiling paste v1.0.15
14422026-08-25T00:38:37.062Z Compiling num-conv v0.2.0
14432026-08-25T00:38:37.070Z Compiling native-tls v0.2.18
14442026-08-25T00:38:37.124Z Compiling time-core v0.1.8
14452026-08-25T00:38:37.154Z Compiling num-bigint-dig v0.8.6
14462026-08-25T00:38:37.201Z Compiling deranged v0.5.8
14472026-08-25T00:38:37.217Z Compiling num-iter v0.1.45
14482026-08-25T00:38:37.283Z Compiling clap_builder v4.6.0
14492026-08-25T00:38:37.310Z Compiling time-macros v0.2.27
14502026-08-25T00:38:37.356Z Compiling bitvec v1.0.1
14512026-08-25T00:38:37.369Z Compiling slog v2.8.2
14522026-08-25T00:38:37.417Z Compiling lazy_static v1.5.0
14532026-08-25T00:38:37.435Z Compiling sync_wrapper v1.0.2
14542026-08-25T00:38:37.453Z Compiling syn v3.0.3
14552026-08-25T00:38:37.530Z Compiling indexmap v1.9.3
14562026-08-25T00:38:37.565Z Compiling crc-catalog v2.4.0
14572026-08-25T00:38:37.592Z Compiling unicode-segmentation v1.12.0
14582026-08-25T00:38:37.606Z Compiling siphasher v1.0.2
14592026-08-25T00:38:37.670Z Compiling object v0.37.3
14602026-08-25T00:38:37.742Z Compiling usdt-impl v0.6.0
14612026-08-25T00:38:37.780Z Compiling serde_derive v1.0.228
14622026-08-25T00:38:37.815Z Compiling zeroize_derive v1.5.0
14632026-08-25T00:38:37.962Z Compiling zerofrom-derive v0.1.6
14642026-08-25T00:38:37.979Z Compiling zerocopy-derive v0.8.55
14652026-08-25T00:38:38.010Z Compiling yoke-derive v0.8.1
14662026-08-25T00:38:38.240Z Compiling zerovec-derive v0.11.2
14672026-08-25T00:38:38.254Z Compiling displaydoc v0.2.5
14682026-08-25T00:38:38.426Z Compiling tokio-macros v2.7.0
14692026-08-25T00:38:38.474Z Compiling futures-macro v0.3.32
14702026-08-25T00:38:38.498Z Compiling der_derive v0.7.3
14712026-08-25T00:38:38.984Z Compiling thiserror-impl v2.0.18
14722026-08-25T00:38:39.076Z Compiling tracing-attributes v0.1.31
14732026-08-25T00:38:39.167Z Compiling schemars_derive v0.8.22
14742026-08-25T00:38:39.229Z Compiling scroll_derive v0.13.1
14752026-08-25T00:38:39.243Z Compiling pest_derive v2.8.6
14762026-08-25T00:38:39.338Z Compiling futures-util v0.3.32
14772026-08-25T00:38:39.397Z Compiling darling_macro v0.20.11
14782026-08-25T00:38:39.443Z Compiling zerofrom v0.1.6
14792026-08-25T00:38:39.536Z Compiling openssl-macros v0.1.1
14802026-08-25T00:38:39.585Z Compiling yoke v0.8.1
14812026-08-25T00:38:39.729Z Compiling thiserror-impl v1.0.69
14822026-08-25T00:38:39.793Z Compiling zerovec v0.11.5
14832026-08-25T00:38:39.922Z Compiling zerotrie v0.2.3
14842026-08-25T00:38:40.077Z Compiling scroll v0.13.0
14852026-08-25T00:38:40.255Z Compiling darling v0.20.11
14862026-08-25T00:38:40.274Z Compiling tinystr v0.8.2
14872026-08-25T00:38:40.350Z Compiling potential_utf v0.1.4
14882026-08-25T00:38:40.366Z Compiling thiserror v2.0.18
14892026-08-25T00:38:40.393Z Compiling goblin v0.10.5
14902026-08-25T00:38:40.403Z Compiling packed_struct_codegen v0.10.1
14912026-08-25T00:38:40.458Z Compiling icu_locale_core v2.1.1
14922026-08-25T00:38:40.482Z Compiling icu_collections v2.1.1
14932026-08-25T00:38:40.495Z Compiling tracing v0.1.44
14942026-08-25T00:38:40.511Z Compiling zerocopy-derive v0.6.6
14952026-08-25T00:38:40.535Z Compiling bitfield-macros v0.19.4
14962026-08-25T00:38:40.689Z Compiling clap_derive v4.6.1
14972026-08-25T00:38:40.795Z Compiling crossbeam-utils v0.8.21
14982026-08-25T00:38:41.003Z Compiling zlib-rs v0.6.2
14992026-08-25T00:38:41.025Z Compiling num_threads v0.1.7
15002026-08-25T00:38:41.064Z Compiling thiserror v1.0.69
15012026-08-25T00:38:41.116Z Compiling icu_provider v2.1.1
15022026-08-25T00:38:41.140Z Compiling nodrop v0.1.14
15032026-08-25T00:38:41.201Z Compiling time v0.3.47
15042026-08-25T00:38:41.245Z Compiling array-init v0.0.4
15052026-08-25T00:38:41.289Z Compiling bitfield v0.19.4
15062026-08-25T00:38:41.376Z Compiling zeroize v1.9.0
15072026-08-25T00:38:41.392Z Compiling bytes v1.11.1
15082026-08-25T00:38:41.409Z Compiling icu_properties v2.1.2
15092026-08-25T00:38:41.433Z Compiling icu_normalizer v2.1.1
15102026-08-25T00:38:41.515Z Compiling chrono v0.4.45
15112026-08-25T00:38:41.621Z Compiling der v0.7.10
15122026-08-25T00:38:41.626Z Compiling rustls-pki-types v1.14.0
15132026-08-25T00:38:41.738Z Compiling hybrid-array v0.4.13
15142026-08-25T00:38:41.910Z Compiling tokio v1.52.1
15152026-08-25T00:38:42.018Z Compiling http v1.4.2
15162026-08-25T00:38:42.108Z Compiling ipnet v2.12.0
15172026-08-25T00:38:42.185Z Compiling crypto-common v0.1.7
15182026-08-25T00:38:42.350Z Compiling idna_adapter v1.2.1
15192026-08-25T00:38:42.488Z Compiling ppv-lite86 v0.2.21
15202026-08-25T00:38:42.508Z Compiling block-buffer v0.10.4
15212026-08-25T00:38:42.523Z Compiling idna v1.1.0
15222026-08-25T00:38:42.526Z Compiling spki v0.7.3
15232026-08-25T00:38:42.616Z Compiling hex v0.4.3
15242026-08-25T00:38:42.703Z Compiling digest v0.10.7
15252026-08-25T00:38:42.722Z Compiling pkcs8 v0.10.2
15262026-08-25T00:38:42.765Z Compiling http-body v1.0.1
15272026-08-25T00:38:42.788Z Compiling rand_chacha v0.9.0
15282026-08-25T00:38:42.820Z Compiling url v2.5.8
15292026-08-25T00:38:42.834Z Compiling rand_chacha v0.3.1
15302026-08-25T00:38:42.889Z Compiling serde_spanned v0.6.9
15312026-08-25T00:38:42.919Z Compiling toml_datetime v0.6.11
15322026-08-25T00:38:42.970Z Compiling sha2 v0.10.9
15332026-08-25T00:38:42.978Z Compiling signature v2.2.0
15342026-08-25T00:38:42.978Z Compiling hmac v0.12.1
15352026-08-25T00:38:43.011Z Compiling http-body-util v0.1.3
15362026-08-25T00:38:43.018Z Compiling rand v0.9.2
15372026-08-25T00:38:43.070Z Compiling rand v0.8.6
15382026-08-25T00:38:43.152Z Compiling dof v0.4.0
15392026-08-25T00:38:43.167Z Compiling pkcs1 v0.7.5
15402026-08-25T00:38:43.199Z Compiling clap v4.6.1
15412026-08-25T00:38:43.511Z Compiling zerocopy v0.6.6
15422026-08-25T00:38:43.601Z Compiling proptest v1.11.0
15432026-08-25T00:38:43.622Z Compiling erased-serde v0.3.31
15442026-08-25T00:38:43.639Z Compiling daft-derive v0.1.8
15452026-08-25T00:38:43.838Z Compiling dtrace-parser v0.3.0
15462026-08-25T00:38:43.882Z Compiling derive_builder_core v0.20.2
15472026-08-25T00:38:43.933Z Compiling flate2 v1.1.9
15482026-08-25T00:38:44.320Z Compiling ipnetwork v0.21.1
15492026-08-25T00:38:44.348Z Compiling scroll_derive v0.12.1
15502026-08-25T00:38:44.364Z Compiling structmeta-derive v0.3.0
15512026-08-25T00:38:44.409Z Compiling crc v3.4.0
15522026-08-25T00:38:44.430Z Compiling smallvec v0.6.14
15532026-08-25T00:38:44.449Z Compiling darling_core v0.23.0
15542026-08-25T00:38:44.586Z Compiling oxnet v0.1.6
15552026-08-25T00:38:44.621Z Compiling heapless v0.7.17
15562026-08-25T00:38:44.638Z Compiling thread-id v5.1.0
15572026-08-25T00:38:44.656Z Compiling env_filter v2.0.0
15582026-08-25T00:38:44.693Z Compiling cookie v0.18.1
15592026-08-25T00:38:44.721Z Compiling unicode-bidi v0.3.18
15602026-08-25T00:38:44.735Z Compiling signal-hook v0.3.18
15612026-08-25T00:38:44.777Z Compiling hashbrown v0.12.3
15622026-08-25T00:38:44.819Z Compiling winnow v0.5.40
15632026-08-25T00:38:44.883Z Compiling base64 v0.21.7
15642026-08-25T00:38:44.893Z Compiling iri-string v0.7.10
15652026-08-25T00:38:44.949Z Compiling gimli v0.32.3
15662026-08-25T00:38:44.987Z Compiling zstd-safe v7.2.4
15672026-08-25T00:38:45.009Z Compiling allocator-api2 v0.2.21
15682026-08-25T00:38:45.064Z Compiling anyhow v1.0.104
15692026-08-25T00:38:45.089Z Compiling ryu v1.0.23
15702026-08-25T00:38:45.180Z Compiling unicode-properties v0.1.4
15712026-08-25T00:38:45.210Z Compiling serde_urlencoded v0.7.1
15722026-08-25T00:38:45.296Z Compiling ron v0.8.1
15732026-08-25T00:38:45.321Z Compiling scroll v0.12.0
15742026-08-25T00:38:45.356Z Compiling stringprep v0.1.5
15752026-08-25T00:38:45.488Z Compiling structmeta v0.3.0
15762026-08-25T00:38:45.501Z Compiling env_logger v0.11.11
15772026-08-25T00:38:45.518Z Compiling derive_builder_macro v0.20.2
15782026-08-25T00:38:45.617Z Compiling rsa v0.9.10
15792026-08-25T00:38:45.675Z Compiling serde-hex v0.1.0
15802026-08-25T00:38:45.716Z Compiling tokio-util v0.7.18
15812026-08-25T00:38:45.812Z Compiling tower v0.5.3
15822026-08-25T00:38:45.861Z Compiling tokio-native-tls v0.3.1
15832026-08-25T00:38:46.018Z Compiling newtype-uuid v1.3.2
15842026-08-25T00:38:46.058Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15852026-08-25T00:38:46.240Z Compiling tower-http v0.6.8
15862026-08-25T00:38:46.269Z Compiling daft v0.1.8
15872026-08-25T00:38:46.269Z Compiling toml_edit v0.19.15
15882026-08-25T00:38:46.305Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15892026-08-25T00:38:46.450Z Compiling h2 v0.4.15
15902026-08-25T00:38:46.680Z Compiling addr2line v0.25.1
15912026-08-25T00:38:46.724Z Compiling bzip2 v0.4.4
15922026-08-25T00:38:46.740Z Compiling hashbrown v0.13.2
15932026-08-25T00:38:46.787Z Compiling md-5 v0.10.6
15942026-08-25T00:38:46.878Z Compiling x509-cert v0.2.5
15952026-08-25T00:38:46.950Z Compiling crypto-common v0.2.2
15962026-08-25T00:38:46.975Z Compiling darling_macro v0.23.0
15972026-08-25T00:38:46.975Z Compiling block-buffer v0.12.1
15982026-08-25T00:38:47.037Z Compiling block-padding v0.4.2
15992026-08-25T00:38:47.219Z Compiling rustls-native-certs v0.8.3
16002026-08-25T00:38:47.233Z Compiling serde_tokenstream v0.2.3
16012026-08-25T00:38:47.444Z Compiling camino v1.2.5
16022026-08-25T00:38:47.517Z Compiling bstr v1.12.1
16032026-08-25T00:38:47.528Z Compiling pin-project-internal v1.1.11
16042026-08-25T00:38:47.585Z Compiling async-trait v0.1.89
16052026-08-25T00:38:47.706Z Compiling zerocopy-derive v0.7.35
16062026-08-25T00:38:47.749Z Compiling curve25519-dalek v4.1.3
16072026-08-25T00:38:47.841Z Compiling vergen-lib v9.1.0
16082026-08-25T00:38:48.034Z Compiling hash32 v0.2.1
16092026-08-25T00:38:48.104Z Compiling memoffset v0.9.1
16102026-08-25T00:38:48.164Z Compiling encoding_rs v0.8.35
16112026-08-25T00:38:48.252Z Compiling owo-colors v4.3.0
16122026-08-25T00:38:48.311Z Compiling ref-cast v1.0.25
16132026-08-25T00:38:48.505Z Compiling mime v0.3.17
16142026-08-25T00:38:48.595Z Compiling rustc-demangle v0.1.27
16152026-08-25T00:38:48.610Z Compiling crc-any v2.5.0
16162026-08-25T00:38:48.641Z Compiling psl-types v2.0.11
16172026-08-25T00:38:48.652Z Compiling fallible-iterator v0.2.0
16182026-08-25T00:38:48.717Z Compiling cfg_aliases v0.2.1
16192026-08-25T00:38:48.721Z Compiling litrs v1.0.0
16202026-08-25T00:38:48.721Z Compiling smoltcp v0.9.1
16212026-08-25T00:38:48.819Z Compiling rustix v0.38.44
16222026-08-25T00:38:48.829Z Compiling nix v0.31.2
16232026-08-25T00:38:48.862Z Compiling publicsuffix v2.3.0
16242026-08-25T00:38:48.935Z Compiling backtrace v0.3.76
16252026-08-25T00:38:49.014Z Compiling pin-project v1.1.11
16262026-08-25T00:38:49.072Z Compiling postgres-protocol v0.6.10
16272026-08-25T00:38:49.095Z Compiling zerocopy v0.7.35
16282026-08-25T00:38:49.258Z Compiling toml v0.7.8
16292026-08-25T00:38:49.277Z Compiling darling v0.23.0
16302026-08-25T00:38:49.277Z Compiling inout v0.2.2
16312026-08-25T00:38:49.299Z Compiling object v0.30.4
16322026-08-25T00:38:49.333Z Compiling document-features v0.2.12
16332026-08-25T00:38:49.333Z Compiling zip v0.6.6
16342026-08-25T00:38:49.352Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-25T00:38:49.491Z Compiling derive_builder v0.20.2
16362026-08-25T00:38:49.568Z Compiling derive-ex v0.1.8
16372026-08-25T00:38:49.621Z Compiling hyper v1.10.1
16382026-08-25T00:38:49.689Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16392026-08-25T00:38:49.715Z Compiling goblin v0.8.2
16402026-08-25T00:38:49.879Z Compiling futures-executor v0.3.32
16412026-08-25T00:38:49.930Z Compiling hubpack_derive v0.1.1
16422026-08-25T00:38:49.949Z Compiling regex v1.12.3
16432026-08-25T00:38:50.052Z Compiling convert_case v0.10.0
16442026-08-25T00:38:50.096Z Compiling strum_macros v0.27.2
16452026-08-25T00:38:50.151Z Compiling ref-cast-impl v1.0.25
16462026-08-25T00:38:50.160Z Compiling snafu-derive v0.8.9
16472026-08-25T00:38:50.253Z Compiling curve25519-dalek-derive v0.1.1
16482026-08-25T00:38:50.372Z Compiling phf_shared v0.13.1
16492026-08-25T00:38:50.385Z Compiling vergen v9.1.0
16502026-08-25T00:38:50.405Z Compiling cargo-platform v0.3.2
16512026-08-25T00:38:50.579Z Compiling ff v0.13.1
16522026-08-25T00:38:50.641Z Compiling fs-err v3.3.0
16532026-08-25T00:38:50.678Z Compiling foldhash v0.2.0
16542026-08-25T00:38:50.704Z Compiling is_ci v1.2.0
16552026-08-25T00:38:50.733Z Compiling either v1.15.0
16562026-08-25T00:38:50.749Z Compiling same-file v1.0.6
16572026-08-25T00:38:50.856Z Compiling hyper-util v0.1.20
16582026-08-25T00:38:50.868Z Compiling base16ct v0.2.0
16592026-08-25T00:38:50.922Z Compiling path-slash v0.1.5
16602026-08-25T00:38:50.940Z Compiling jiff-core v0.1.0
16612026-08-25T00:38:50.956Z Compiling managed v0.8.0
16622026-08-25T00:38:50.970Z Compiling bumpalo v3.20.2
16632026-08-25T00:38:51.030Z Compiling bitflags v1.3.2
16642026-08-25T00:38:51.060Z Compiling foldhash v0.1.5
16652026-08-25T00:38:51.075Z Compiling libbz2-rs-sys v0.2.2
16662026-08-25T00:38:51.125Z Compiling sec1 v0.7.3
16672026-08-25T00:38:51.194Z Compiling hashbrown v0.15.5
16682026-08-25T00:38:51.248Z Compiling zopfli v0.8.3
16692026-08-25T00:38:51.285Z Compiling test-strategy v0.4.5
16702026-08-25T00:38:51.428Z Compiling textwrap v0.16.2
16712026-08-25T00:38:51.771Z Compiling jiff v0.2.34
16722026-08-25T00:38:51.781Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-25T00:38:51.906Z Compiling bzip2 v0.6.1
16742026-08-25T00:38:51.927Z Compiling walkdir v2.5.0
16752026-08-25T00:38:52.023Z Compiling dof v0.3.0
16762026-08-25T00:38:52.140Z Compiling hashbrown v0.16.1
16772026-08-25T00:38:52.158Z Compiling snafu v0.8.9
16782026-08-25T00:38:52.165Z Compiling strum v0.27.2
16792026-08-25T00:38:52.218Z Compiling supports-color v3.0.2
16802026-08-25T00:38:52.239Z Compiling hyper-tls v0.6.0
16812026-08-25T00:38:52.338Z Compiling group v0.13.0
16822026-08-25T00:38:52.378Z Compiling cargo_metadata v0.23.1
16832026-08-25T00:38:52.405Z Compiling reqwest v0.12.28
16842026-08-25T00:38:52.521Z Compiling phf v0.13.1
16852026-08-25T00:38:52.539Z Compiling hubpack v0.1.2
16862026-08-25T00:38:52.554Z Compiling derive_more-impl v2.1.1
16872026-08-25T00:38:52.666Z Compiling futures v0.3.32
16882026-08-25T00:38:52.701Z Compiling signal-hook-mio v0.2.5
16892026-08-25T00:38:52.723Z Compiling cookie_store v0.22.1
16902026-08-25T00:38:52.772Z Compiling zstd v0.13.3
16912026-08-25T00:38:52.801Z Compiling postgres-types v0.2.12
16922026-08-25T00:38:52.805Z Compiling cipher v0.5.2
16932026-08-25T00:38:52.829Z Compiling backtrace-ext v0.2.1
16942026-08-25T00:38:53.010Z Compiling serde_with_macros v3.21.0
16952026-08-25T00:38:53.237Z Compiling globset v0.4.18
16962026-08-25T00:38:53.251Z Compiling usdt-attr-macro v0.6.0
16972026-08-25T00:38:53.266Z Compiling usdt-macro v0.6.0
16982026-08-25T00:38:53.361Z Compiling byte-wrapper v0.1.0
16992026-08-25T00:38:53.391Z Compiling hkdf v0.12.4
17002026-08-25T00:38:53.584Z Compiling ed25519 v2.2.3
17012026-08-25T00:38:53.791Z Compiling crypto-bigint v0.5.5
17022026-08-25T00:38:53.799Z Compiling serde-big-array v0.5.1
17032026-08-25T00:38:53.799Z Compiling serde_plain v1.0.2
17042026-08-25T00:38:53.950Z Compiling olpc-cjson v0.1.4
17052026-08-25T00:38:53.968Z Compiling dtrace-parser v0.2.0
17062026-08-25T00:38:53.972Z Compiling miette-derive v7.6.0
17072026-08-25T00:38:54.014Z Compiling enum-as-inner v0.6.1
17082026-08-25T00:38:54.099Z Compiling async-recursion v1.1.1
17092026-08-25T00:38:54.139Z Compiling serde_repr v0.1.20
17102026-08-25T00:38:54.154Z Compiling strum_macros v0.26.4
17112026-08-25T00:38:54.175Z Compiling phf_shared v0.11.3
17122026-08-25T00:38:54.228Z Compiling float-cmp v0.10.0
17132026-08-25T00:38:54.352Z Compiling pem v3.0.6
17142026-08-25T00:38:54.383Z Compiling thread-id v4.2.2
17152026-08-25T00:38:54.397Z Compiling memmap2 v0.9.10
17162026-08-25T00:38:54.482Z Compiling difflib v0.4.0
17172026-08-25T00:38:54.555Z Compiling whoami v2.1.0
17182026-08-25T00:38:54.573Z Compiling cpufeatures v0.3.0
17192026-08-25T00:38:54.638Z Compiling precomputed-hash v0.1.1
17202026-08-25T00:38:54.662Z Compiling winnow v1.0.3
17212026-08-25T00:38:54.709Z Compiling fixedbitset v0.5.7
17222026-08-25T00:38:54.726Z Compiling keccak v0.1.6
17232026-08-25T00:38:54.726Z Compiling normalize-line-endings v0.3.0
17242026-08-25T00:38:54.756Z Compiling new_debug_unreachable v1.0.6
17252026-08-25T00:38:54.774Z Compiling supports-unicode v3.0.0
17262026-08-25T00:38:54.798Z Compiling typed-path v0.9.3
17272026-08-25T00:38:54.839Z Compiling static_assertions v1.1.0
17282026-08-25T00:38:54.854Z Compiling fixedbitset v0.4.2
17292026-08-25T00:38:54.943Z Compiling data-encoding v2.10.0
17302026-08-25T00:38:54.950Z Compiling const-oid v0.10.2
17312026-08-25T00:38:54.962Z Compiling supports-hyperlinks v3.2.0
17322026-08-25T00:38:55.045Z Compiling predicates-core v1.0.10
17332026-08-25T00:38:55.068Z Compiling petgraph v0.6.5
17342026-08-25T00:38:55.101Z Compiling petgraph v0.8.3
17352026-08-25T00:38:55.143Z Compiling digest v0.11.3
17362026-08-25T00:38:55.175Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-25T00:38:55.188Z Compiling miette v7.6.0
17382026-08-25T00:38:55.253Z Compiling hickory-proto v0.25.2
17392026-08-25T00:38:55.385Z Compiling predicates v3.1.4
17402026-08-25T00:38:55.400Z Compiling sha3 v0.10.8
17412026-08-25T00:38:55.496Z Compiling toml_edit v0.22.27
17422026-08-25T00:38:55.688Z Compiling toml_parser v1.1.2+spec-1.1.0
17432026-08-25T00:38:55.784Z Compiling string_cache v0.8.9
17442026-08-25T00:38:55.874Z Compiling tokio-postgres v0.7.16
17452026-08-25T00:38:55.945Z Compiling elliptic-curve v0.13.8
17462026-08-25T00:38:55.960Z Compiling strum v0.26.3
17472026-08-25T00:38:56.031Z Compiling chacha20 v0.10.0
17482026-08-25T00:38:56.051Z Compiling usdt v0.6.0
17492026-08-25T00:38:56.067Z Compiling usdt-impl v0.5.0
17502026-08-25T00:38:56.106Z Compiling serde_with v3.21.0
17512026-08-25T00:38:56.209Z Compiling zip v4.6.1
17522026-08-25T00:38:56.295Z Compiling crossterm v0.28.1
17532026-08-25T00:38:56.335Z Compiling ed25519-dalek v2.2.0
17542026-08-25T00:38:56.368Z Compiling derive_more v2.1.1
17552026-08-25T00:38:56.383Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17562026-08-25T00:38:56.602Z Compiling iddqd v0.4.2
17572026-08-25T00:38:56.839Z Compiling itertools v0.15.0
17582026-08-25T00:38:56.878Z Compiling itertools v0.13.0
17592026-08-25T00:38:57.066Z Compiling similar v2.7.0
17602026-08-25T00:38:57.101Z Compiling crossbeam-epoch v0.9.18
17612026-08-25T00:38:57.168Z Compiling oxide-generation v0.1.3
17622026-08-25T00:38:57.461Z Compiling tokio-stream v0.1.18
17632026-08-25T00:38:57.502Z Compiling buf-list v1.1.2
17642026-08-25T00:38:57.592Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-25T00:38:57.790Z Compiling openapiv3 v2.2.0
17662026-08-25T00:38:57.905Z Compiling heck v0.4.1
17672026-08-25T00:38:57.924Z Compiling lalrpop-util v0.19.12
17682026-08-25T00:38:57.938Z Compiling peg-runtime v0.8.5
17692026-08-25T00:38:57.938Z Compiling thread_local v1.1.9
17702026-08-25T00:38:57.943Z Compiling slog-async v2.8.0
17712026-08-25T00:38:57.943Z Compiling crossbeam-channel v0.5.15
17722026-08-25T00:38:58.015Z Compiling filetime v0.2.27
17732026-08-25T00:38:58.130Z Compiling is-terminal v0.4.17
17742026-08-25T00:38:58.147Z Compiling take_mut v0.2.2
17752026-08-25T00:38:58.163Z Compiling term v1.2.1
17762026-08-25T00:38:58.168Z Compiling xattr v1.6.1
17772026-08-25T00:38:58.192Z Compiling camino-tempfile v1.4.1
17782026-08-25T00:38:58.320Z Compiling tar v0.4.46
17792026-08-25T00:38:58.436Z Compiling slog-term v2.9.2
17802026-08-25T00:39:15.597Z Compiling rustls-webpki v0.103.13
17812026-08-25T00:39:18.285Z Compiling tokio-rustls v0.26.4
17822026-08-25T00:39:18.285Z Compiling rustls-platform-verifier v0.6.2
17832026-08-25T00:39:18.285Z Compiling tough v0.22.0
17842026-08-25T00:39:18.478Z Compiling hyper-rustls v0.27.7
17852026-08-25T00:39:18.667Z Compiling reqwest v0.13.2
17862026-08-25T00:39:20.858Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-08-25T00:39:21.076Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-08-25T00:39:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.42s
17892026-08-25T00:39:24.148Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17902026-08-25T00:39:24.214ZAug 25 00:39:23.437 INFO Starting download, target: Clickhouse
17912026-08-25T00:39:24.215ZAug 25 00:39:23.437 INFO Starting download, target: Cockroach
17922026-08-25T00:39:24.231ZAug 25 00:39:23.437 INFO Starting download, target: MaghemiteMgd
17932026-08-25T00:39:24.231ZAug 25 00:39:23.437 INFO Starting download, target: Console
17942026-08-25T00:39:24.231ZAug 25 00:39:23.437 INFO Starting download, target: DendriteStub
17952026-08-25T00:39:24.231ZAug 25 00:39:23.437 INFO Starting download, target: MaghemiteDdmd
17962026-08-25T00:39:24.231ZAug 25 00:39:23.437 INFO Starting download, target: TransceiverControl
17972026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17992026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18002026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18012026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18032026-08-25T00:39:24.231ZAug 25 00:39:23.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18042026-08-25T00:39:25.010ZAug 25 00:39:24.254 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18052026-08-25T00:39:25.228ZAug 25 00:39:24.470 INFO Download complete, target: TransceiverControl
18062026-08-25T00:39:26.200ZAug 25 00:39:25.456 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18072026-08-25T00:39:26.457ZAug 25 00:39:25.710 INFO Download complete, target: Console
18082026-08-25T00:39:27.494ZAug 25 00:39:26.584 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-25T00:39:27.632ZAug 25 00:39:26.861 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18102026-08-25T00:39:27.809ZAug 25 00:39:27.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18112026-08-25T00:39:29.522ZAug 25 00:39:28.714 INFO Download complete, target: MaghemiteDdmd
18122026-08-25T00:39:29.859ZAug 25 00:39:29.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-08-25T00:39:30.263ZAug 25 00:39:29.511 INFO Download complete, target: DendriteStub
18142026-08-25T00:39:32.387ZAug 25 00:39:31.609 INFO Download complete, target: MaghemiteMgd
18152026-08-25T00:39:33.573ZAug 25 00:39:32.828 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-08-25T00:39:33.573ZAug 25 00:39:32.828 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-08-25T00:39:34.191ZAug 25 00:39:33.381 INFO Checking that binary works, target: Clickhouse
18182026-08-25T00:39:34.230ZAug 25 00:39:33.477 INFO Download complete, target: Clickhouse
18192026-08-25T00:39:38.064ZAug 25 00:39:37.335 INFO Checking that binary works, target: Cockroach
18202026-08-25T00:39:38.380ZAug 25 00:39:37.458 INFO Download complete, target: Cockroach
18212026-08-25T00:39:38.394ZAll prerequisites installed successfully
18222026-08-25T00:39:38.394Z
18232026-08-25T00:39:38.394Zreal 1:59.790653189
18242026-08-25T00:39:38.394Zuser 7:23.642620362
18252026-08-25T00:39:38.394Zsys 1:45.323553783
18262026-08-25T00:39:38.394Ztrap 0.306068465
18272026-08-25T00:39:38.394Ztflt 1.010271547
18282026-08-25T00:39:38.394Zdflt 1.918477157
18292026-08-25T00:39:38.394Zkflt 0.026382826
18302026-08-25T00:39:38.394Zlock 30:41.562604293
18312026-08-25T00:39:38.394Zslp 20:21.618028050
18322026-08-25T00:39:38.395Zlat 30.338351038
18332026-08-25T00:39:38.395Zstop 3:38.303207469
18342026-08-25T00:39:38.395Z+ ptime -m cargo xtask download softnpu
18352026-08-25T00:39:38.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-08-25T00:39:38.679Z Running `target/debug/xtask download softnpu`
18372026-08-25T00:39:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18382026-08-25T00:39:39.560Z Running `target/debug/xtask-downloader softnpu`
18392026-08-25T00:39:39.607ZAug 25 00:39:38.834 INFO Starting download, target: Softnpu
18402026-08-25T00:39:39.607ZAug 25 00:39:38.835 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18412026-08-25T00:39:42.788ZAug 25 00:39:42.044 INFO Download complete, target: Softnpu
18422026-08-25T00:39:42.804Z
18432026-08-25T00:39:42.804Zreal 4.578159262
18442026-08-25T00:39:42.804Zuser 1.363649135
18452026-08-25T00:39:42.804Zsys 0.647828461
18462026-08-25T00:39:42.804Ztrap 0.001029050
18472026-08-25T00:39:42.804Ztflt 0.000126990
18482026-08-25T00:39:42.804Zdflt 0.000360930
18492026-08-25T00:39:42.804Zkflt 0.000000000
18502026-08-25T00:39:42.805Zlock 1:02.603987423
18512026-08-25T00:39:42.805Zslp 3.016610625
18522026-08-25T00:39:42.805Zlat 0.143357877
18532026-08-25T00:39:42.806Zstop 0.000214730
18542026-08-25T00:39:42.806Z+ export CARGO_INCREMENTAL=0
18552026-08-25T00:39:42.806Z+ CARGO_INCREMENTAL=0
18562026-08-25T00:39:42.806Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18572026-08-25T00:39:43.707Z Compiling proc-macro2 v1.0.106
18582026-08-25T00:39:43.711Z Compiling quote v1.0.45
18592026-08-25T00:39:43.711Z Compiling unicode-ident v1.0.24
18602026-08-25T00:39:43.711Z Compiling serde_core v1.0.228
18612026-08-25T00:39:43.712Z Compiling libc v0.2.185
18622026-08-25T00:39:43.726Z Compiling serde v1.0.228
18632026-08-25T00:39:43.726Z Compiling cfg-if v1.0.4
18642026-08-25T00:39:43.730Z Compiling version_check v0.9.5
18652026-08-25T00:39:43.730Z Compiling autocfg v1.5.0
18662026-08-25T00:39:43.730Z Compiling find-msvc-tools v0.1.9
18672026-08-25T00:39:43.731Z Compiling memchr v2.8.0
18682026-08-25T00:39:43.855Z Compiling shlex v1.3.0
18692026-08-25T00:39:43.860Z Compiling zmij v1.0.21
18702026-08-25T00:39:43.860Z Compiling serde_json v1.0.151
18712026-08-25T00:39:44.057Z Compiling portable-atomic v1.13.1
18722026-08-25T00:39:44.100Z Compiling zerocopy v0.8.55
18732026-08-25T00:39:44.145Z Compiling libm v0.2.16
18742026-08-25T00:39:44.158Z Compiling getrandom v0.4.3
18752026-08-25T00:39:44.186Z Compiling icu_normalizer_data v2.1.1
18762026-08-25T00:39:44.300Z Compiling icu_properties_data v2.1.2
18772026-08-25T00:39:44.334Z Compiling num-traits v0.2.19
18782026-08-25T00:39:44.346Z Compiling generic-array v0.14.7
18792026-08-25T00:39:44.423Z Compiling smallvec v1.15.1
18802026-08-25T00:39:44.605Z Compiling parking_lot_core v0.9.12
18812026-08-25T00:39:44.624Z Compiling itoa v1.0.17
18822026-08-25T00:39:44.625Z Compiling log v0.4.33
18832026-08-25T00:39:44.625Z Compiling pkg-config v0.3.32
18842026-08-25T00:39:44.625Z Compiling subtle v2.6.1
18852026-08-25T00:39:44.625Z Compiling stable_deref_trait v1.2.1
18862026-08-25T00:39:44.702Z Compiling rustix v1.1.4
18872026-08-25T00:39:44.723Z Compiling jobserver v0.1.34
18882026-08-25T00:39:44.737Z Compiling typenum v1.20.1
18892026-08-25T00:39:44.737Z Compiling errno v0.3.14
18902026-08-25T00:39:44.760Z Compiling getrandom v0.3.4
18912026-08-25T00:39:44.862Z Compiling scopeguard v1.2.0
18922026-08-25T00:39:44.912Z Compiling thiserror v2.0.18
18932026-08-25T00:39:44.952Z Compiling cc v1.2.56
18942026-08-25T00:39:44.980Z Compiling lock_api v0.4.14
18952026-08-25T00:39:45.064Z Compiling rand_core v0.10.0
18962026-08-25T00:39:45.204Z Compiling getrandom v0.2.17
18972026-08-25T00:39:45.235Z Compiling syn v2.0.117
18982026-08-25T00:39:45.235Z Compiling schemars v0.8.22
18992026-08-25T00:39:45.256Z Compiling equivalent v1.0.2
19002026-08-25T00:39:45.256Z Compiling critical-section v1.2.0
19012026-08-25T00:39:45.273Z Compiling heck v0.5.0
19022026-08-25T00:39:45.299Z Compiling rand_core v0.6.4
19032026-08-25T00:39:45.371Z Compiling litemap v0.8.1
19042026-08-25T00:39:45.420Z Compiling syn v1.0.109
19052026-08-25T00:39:45.452Z Compiling pin-project-lite v0.2.17
19062026-08-25T00:39:45.505Z Compiling percent-encoding v2.3.2
19072026-08-25T00:39:45.545Z Compiling writeable v0.6.2
19082026-08-25T00:39:45.644Z Compiling rustversion v1.0.22
19092026-08-25T00:39:45.703Z Compiling hashbrown v0.17.0
19102026-08-25T00:39:45.714Z Compiling once_cell v1.21.3
19112026-08-25T00:39:45.788Z Compiling cmake v0.1.57
19122026-08-25T00:39:45.822Z Compiling dunce v1.0.5
19132026-08-25T00:39:45.882Z Compiling fs_extra v1.3.0
19142026-08-25T00:39:45.970Z Compiling byteorder v1.5.0
19152026-08-25T00:39:45.982Z Compiling utf8_iter v1.0.4
19162026-08-25T00:39:45.982Z Compiling strsim v0.11.1
19172026-08-25T00:39:46.240Z Compiling semver v1.0.28
19182026-08-25T00:39:46.266Z Compiling bitflags v2.11.0
19192026-08-25T00:39:46.267Z Compiling indexmap v2.14.0
19202026-08-25T00:39:46.267Z Compiling form_urlencoded v1.2.2
19212026-08-25T00:39:46.325Z Compiling aws-lc-sys v0.40.0
19222026-08-25T00:39:46.405Z Compiling signal-hook-registry v1.4.8
19232026-08-25T00:39:46.439Z Compiling thiserror v1.0.69
19242026-08-25T00:39:46.528Z Compiling parking_lot v0.12.5
19252026-08-25T00:39:46.548Z Compiling socket2 v0.6.3
19262026-08-25T00:39:46.548Z Compiling mio v1.2.0
19272026-08-25T00:39:46.790Z Compiling const-oid v0.9.6
19282026-08-25T00:39:46.846Z Compiling futures-core v0.3.32
19292026-08-25T00:39:46.896Z Compiling aws-lc-rs v1.16.3
19302026-08-25T00:39:47.005Z Compiling fnv v1.0.7
19312026-08-25T00:39:47.217Z Compiling httparse v1.10.1
19322026-08-25T00:39:47.244Z Compiling regex-syntax v0.8.10
19332026-08-25T00:39:47.260Z Compiling crc32fast v1.5.0
19342026-08-25T00:39:47.280Z Compiling iana-time-zone v0.1.65
19352026-08-25T00:39:47.327Z Compiling ucd-trie v0.1.7
19362026-08-25T00:39:47.416Z Compiling vcpkg v0.2.15
19372026-08-25T00:39:47.445Z Compiling ident_case v1.0.1
19382026-08-25T00:39:47.510Z Compiling pest v2.8.6
19392026-08-25T00:39:47.576Z Compiling uuid v1.23.4
19402026-08-25T00:39:47.646Z Compiling rustc_version v0.4.1
19412026-08-25T00:39:47.823Z Compiling futures-sink v0.3.32
19422026-08-25T00:39:47.866Z Compiling rustls v0.23.41
19432026-08-25T00:39:47.929Z Compiling synstructure v0.13.2
19442026-08-25T00:39:47.955Z Compiling serde_derive_internals v0.29.1
19452026-08-25T00:39:47.974Z Compiling openssl-sys v0.9.117
19462026-08-25T00:39:48.084Z Compiling futures-channel v0.3.32
19472026-08-25T00:39:48.314Z Compiling aho-corasick v1.1.4
19482026-08-25T00:39:48.344Z Compiling futures-io v0.3.32
19492026-08-25T00:39:48.367Z Compiling dyn-clone v1.0.20
19502026-08-25T00:39:48.390Z Compiling futures-task v0.3.32
19512026-08-25T00:39:48.442Z Compiling slab v0.4.12
19522026-08-25T00:39:48.548Z Compiling pest_meta v2.8.6
19532026-08-25T00:39:48.567Z Compiling radium v0.7.0
19542026-08-25T00:39:48.645Z Compiling time-core v0.1.8
19552026-08-25T00:39:48.645Z Compiling num-conv v0.2.0
19562026-08-25T00:39:48.673Z Compiling plain v0.2.3
19572026-08-25T00:39:48.746Z Compiling crossbeam-utils v0.8.21
19582026-08-25T00:39:48.880Z Compiling openssl v0.10.80
19592026-08-25T00:39:48.891Z Compiling time-macros v0.2.27
19602026-08-25T00:39:48.891Z Compiling base64 v0.22.1
19612026-08-25T00:39:48.891Z Compiling maybe-uninit v2.0.0
19622026-08-25T00:39:48.906Z Compiling base64ct v1.8.3
19632026-08-25T00:39:48.966Z Compiling pretty-hex v0.4.1
19642026-08-25T00:39:49.040Z Compiling rand_core v0.9.5
19652026-08-25T00:39:49.125Z Compiling pest_generator v2.8.6
19662026-08-25T00:39:49.150Z Compiling regex-automata v0.4.14
19672026-08-25T00:39:49.168Z Compiling pem-rfc7468 v0.7.0
19682026-08-25T00:39:49.260Z Compiling serde_derive v1.0.228
19692026-08-25T00:39:49.269Z Compiling zeroize_derive v1.5.0
19702026-08-25T00:39:49.269Z Compiling zerofrom-derive v0.1.6
19712026-08-25T00:39:49.269Z Compiling yoke-derive v0.8.1
19722026-08-25T00:39:49.269Z Compiling zerocopy-derive v0.8.55
19732026-08-25T00:39:49.275Z Compiling zerovec-derive v0.11.2
19742026-08-25T00:39:49.286Z Compiling displaydoc v0.2.5
19752026-08-25T00:39:49.371Z Compiling tokio-macros v2.7.0
19762026-08-25T00:39:49.459Z Compiling futures-macro v0.3.32
19772026-08-25T00:39:49.482Z Compiling thiserror-impl v2.0.18
19782026-08-25T00:39:49.671Z Compiling schemars_derive v0.8.22
19792026-08-25T00:39:49.756Z Compiling der_derive v0.7.3
19802026-08-25T00:39:49.790Z Compiling tracing-attributes v0.1.31
19812026-08-25T00:39:49.803Z Compiling thiserror-impl v1.0.69
19822026-08-25T00:39:49.823Z Compiling pest_derive v2.8.6
19832026-08-25T00:39:50.021Z Compiling scroll_derive v0.12.1
19842026-08-25T00:39:50.103Z Compiling scroll_derive v0.13.1
19852026-08-25T00:39:50.258Z Compiling slog v2.8.2
19862026-08-25T00:39:50.290Z Compiling futures-util v0.3.32
19872026-08-25T00:39:50.358Z Compiling zerofrom v0.1.6
19882026-08-25T00:39:50.410Z Compiling flagset v0.4.7
19892026-08-25T00:39:50.488Z Compiling openssl-macros v0.1.1
19902026-08-25T00:39:50.512Z Compiling yoke v0.8.1
19912026-08-25T00:39:50.569Z Compiling darling_core v0.23.0
19922026-08-25T00:39:50.795Z Compiling zerovec v0.11.5
19932026-08-25T00:39:50.810Z Compiling zerotrie v0.2.3
19942026-08-25T00:39:50.922Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19952026-08-25T00:39:50.966Z Compiling bzip2-sys v0.1.13+1.0.8
19962026-08-25T00:39:51.027Z Compiling ahash v0.8.12
19972026-08-25T00:39:51.042Z Compiling num-bigint-dig v0.8.6
19982026-08-25T00:39:51.094Z Compiling packed_struct v0.10.1
19992026-08-25T00:39:51.260Z Compiling tinystr v0.8.2
20002026-08-25T00:39:51.264Z Compiling potential_utf v0.1.4
20012026-08-25T00:39:51.328Z Compiling paste v1.0.15
20022026-08-25T00:39:51.360Z Compiling native-tls v0.2.18
20032026-08-25T00:39:51.374Z Compiling anyhow v1.0.104
20042026-08-25T00:39:51.378Z Compiling zerocopy-derive v0.7.35
20052026-08-25T00:39:51.460Z Compiling icu_collections v2.1.1
20062026-08-25T00:39:51.492Z Compiling icu_locale_core v2.1.1
20072026-08-25T00:39:51.592Z Compiling regex v1.12.3
20082026-08-25T00:39:52.019Z Compiling tracing-core v0.1.36
20092026-08-25T00:39:52.180Z Compiling icu_provider v2.1.1
20102026-08-25T00:39:52.194Z Compiling cookie v0.18.1
20112026-08-25T00:39:52.351Z Compiling zeroize v1.9.0
20122026-08-25T00:39:52.427Z Compiling bytes v1.11.1
20132026-08-25T00:39:52.510Z Compiling icu_normalizer v2.1.1
20142026-08-25T00:39:52.631Z Compiling icu_properties v2.1.2
20152026-08-25T00:39:52.669Z Compiling chrono v0.4.45
20162026-08-25T00:39:52.948Z Compiling serde_tokenstream v0.2.3
20172026-08-25T00:39:53.022Z Compiling tokio v1.52.1
20182026-08-25T00:39:53.082Z Compiling crypto-common v0.1.7
20192026-08-25T00:39:53.140Z Compiling block-buffer v0.10.4
20202026-08-25T00:39:53.305Z Compiling digest v0.10.7
20212026-08-25T00:39:53.317Z Compiling der v0.7.10
20222026-08-25T00:39:53.339Z Compiling http v1.4.2
20232026-08-25T00:39:53.542Z Compiling idna_adapter v1.2.1
20242026-08-25T00:39:53.695Z Compiling idna v1.1.0
20252026-08-25T00:39:53.727Z Compiling ppv-lite86 v0.2.21
20262026-08-25T00:39:53.869Z Compiling darling_macro v0.23.0
20272026-08-25T00:39:53.945Z Compiling camino v1.2.5
20282026-08-25T00:39:54.073Z Compiling url v2.5.8
20292026-08-25T00:39:54.152Z Compiling spki v0.7.3
20302026-08-25T00:39:54.257Z Compiling rand_chacha v0.9.0
20312026-08-25T00:39:54.378Z Compiling cpufeatures v0.2.17
20322026-08-25T00:39:54.393Z Compiling darling v0.23.0
20332026-08-25T00:39:54.424Z Compiling tracing v0.1.44
20342026-08-25T00:39:54.464Z Compiling rand v0.9.2
20352026-08-25T00:39:54.490Z Compiling serde_spanned v0.6.9
20362026-08-25T00:39:54.510Z Compiling toml_datetime v0.6.11
20372026-08-25T00:39:54.654Z Compiling packed_struct_codegen v0.10.1
20382026-08-25T00:39:54.658Z Compiling bitfield-macros v0.19.4
20392026-08-25T00:39:54.770Z Compiling zerocopy-derive v0.6.6
20402026-08-25T00:39:54.836Z Compiling clap_derive v4.6.1
20412026-08-25T00:39:55.077Z Compiling syn v3.0.3
20422026-08-25T00:39:55.197Z Compiling indexmap v1.9.3
20432026-08-25T00:39:55.363Z Compiling object v0.37.3
20442026-08-25T00:39:55.421Z Compiling simd-adler32 v0.3.8
20452026-08-25T00:39:55.467Z Compiling fastrand v2.3.0
20462026-08-25T00:39:55.676Z Compiling http-body v1.0.1
20472026-08-25T00:39:55.694Z Compiling pkcs8 v0.10.2
20482026-08-25T00:39:55.789Z Compiling rustls-pki-types v1.14.0
20492026-08-25T00:39:56.012Z Compiling spin v0.9.8
20502026-08-25T00:39:56.081Z Compiling usdt-impl v0.5.0
20512026-08-25T00:39:56.136Z Compiling cmov v0.5.4
20522026-08-25T00:39:56.315Z Compiling anstyle v1.0.14
20532026-08-25T00:39:56.507Z Compiling tinyvec_macros v0.1.1
20542026-08-25T00:39:56.526Z Compiling openssl-probe v0.2.1
20552026-08-25T00:39:56.548Z Compiling either v1.15.0
20562026-08-25T00:39:56.562Z Compiling usdt-impl v0.6.0
20572026-08-25T00:39:56.581Z Compiling adler2 v2.0.1
20582026-08-25T00:39:56.620Z Compiling winnow v0.5.40
20592026-08-25T00:39:56.672Z Compiling ref-cast v1.0.25
20602026-08-25T00:39:56.708Z Compiling utf8parse v0.2.2
20612026-08-25T00:39:56.753Z Compiling miniz_oxide v0.8.9
20622026-08-25T00:39:56.779Z Compiling tinyvec v1.10.0
20632026-08-25T00:39:56.801Z Compiling anstyle-parse v1.0.0
20642026-08-25T00:39:56.832Z Compiling tempfile v3.27.0
20652026-08-25T00:39:56.848Z Compiling ctutils v0.4.2
20662026-08-25T00:39:56.968Z Compiling sha2 v0.10.9
20672026-08-25T00:39:57.003Z Compiling tokio-util v0.7.18
20682026-08-25T00:39:57.178Z Compiling scroll v0.13.0
20692026-08-25T00:39:57.188Z Compiling scroll v0.12.0
20702026-08-25T00:39:57.190Z Compiling async-trait v0.1.89
20712026-08-25T00:39:57.291Z Compiling terminal_size v0.4.3
20722026-08-25T00:39:57.305Z Compiling heapless v0.7.17
20732026-08-25T00:39:57.468Z Compiling untrusted v0.7.1
20742026-08-25T00:39:57.484Z Compiling winnow v1.0.3
20752026-08-25T00:39:57.502Z Compiling is_terminal_polyfill v1.70.2
20762026-08-25T00:39:57.567Z Compiling unicode-segmentation v1.12.0
20772026-08-25T00:39:57.625Z Compiling colorchoice v1.0.4
20782026-08-25T00:39:57.641Z Compiling anstyle-query v1.1.5
20792026-08-25T00:39:57.759Z Compiling tower-layer v0.3.3
20802026-08-25T00:39:57.772Z Compiling rustix v0.38.44
20812026-08-25T00:39:57.943Z Compiling toml_edit v0.19.15
20822026-08-25T00:39:57.989Z Compiling try-lock v0.2.5
20832026-08-25T00:39:58.004Z Compiling atomic-waker v1.1.2
20842026-08-25T00:39:58.075Z Compiling winnow v0.7.14
20852026-08-25T00:39:58.128Z Compiling zstd-safe v7.2.4
20862026-08-25T00:39:58.150Z Compiling signal-hook v0.3.18
20872026-08-25T00:39:58.165Z Compiling daft-derive v0.1.8
20882026-08-25T00:39:58.253Z Compiling litrs v1.0.0
20892026-08-25T00:39:58.304Z Compiling tower-service v0.3.3
20902026-08-25T00:39:58.378Z Compiling h2 v0.4.15
20912026-08-25T00:39:58.391Z Compiling want v0.3.1
20922026-08-25T00:39:58.423Z Compiling toml_parser v1.1.2+spec-1.1.0
20932026-08-25T00:39:58.552Z Compiling anstream v1.0.0
20942026-08-25T00:39:58.725Z Compiling document-features v0.2.12
20952026-08-25T00:39:58.944Z Compiling goblin v0.8.2
20962026-08-25T00:39:58.994Z Compiling goblin v0.10.5
20972026-08-25T00:39:59.069Z Compiling hybrid-array v0.4.13
20982026-08-25T00:39:59.259Z Compiling itertools v0.15.0
20992026-08-25T00:39:59.559Z Compiling ipnet v2.12.0
21002026-08-25T00:39:59.573Z Compiling zerocopy v0.7.35
21012026-08-25T00:39:59.734Z Compiling ref-cast-impl v1.0.25
21022026-08-25T00:39:59.885Z Compiling structmeta-derive v0.3.0
21032026-08-25T00:39:59.960Z Compiling curve25519-dalek v4.1.3
21042026-08-25T00:39:59.979Z Compiling darling_core v0.20.11
21052026-08-25T00:40:00.101Z Compiling wait-timeout v0.2.1
21062026-08-25T00:40:00.154Z Compiling memoffset v0.9.1
21072026-08-25T00:40:00.227Z Compiling foreign-types-shared v0.1.1
21082026-08-25T00:40:00.308Z Compiling bit-vec v0.8.0
21092026-08-25T00:40:00.384Z Compiling untrusted v0.9.0
21102026-08-25T00:40:00.481Z Compiling quick-error v1.2.3
21112026-08-25T00:40:00.495Z Compiling httpdate v1.0.3
21122026-08-25T00:40:00.528Z Compiling tap v1.0.1
21132026-08-25T00:40:00.557Z Compiling powerfmt v0.2.0
21142026-08-25T00:40:00.597Z Compiling rusty-fork v0.3.1
21152026-08-25T00:40:00.618Z Compiling bit-set v0.8.0
21162026-08-25T00:40:00.632Z Compiling wyz v0.5.1
21172026-08-25T00:40:00.672Z Compiling foreign-types v0.3.2
21182026-08-25T00:40:00.729Z Compiling deranged v0.5.8
21192026-08-25T00:40:00.876Z Compiling unicode-normalization v0.1.25
21202026-08-25T00:40:00.897Z Compiling structmeta v0.3.0
21212026-08-25T00:40:01.060Z Compiling ipnetwork v0.21.1
21222026-08-25T00:40:01.080Z Compiling dtrace-parser v0.2.0
21232026-08-25T00:40:01.125Z Compiling rand_chacha v0.3.1
21242026-08-25T00:40:01.366Z Compiling dof v0.3.0
21252026-08-25T00:40:01.456Z Compiling signature v2.2.0
21262026-08-25T00:40:01.572Z Compiling hyper v1.10.1
21272026-08-25T00:40:01.627Z Compiling hex v0.4.3
21282026-08-25T00:40:01.680Z Compiling dtrace-parser v0.3.0
21292026-08-25T00:40:01.872Z Compiling dof v0.4.0
21302026-08-25T00:40:01.910Z Compiling rand_xorshift v0.4.0
21312026-08-25T00:40:01.957Z Compiling darling_macro v0.20.11
21322026-08-25T00:40:01.974Z Compiling pin-project-internal v1.1.11
21332026-08-25T00:40:02.095Z Compiling num-integer v0.1.46
21342026-08-25T00:40:02.142Z Compiling thread-id v5.1.0
21352026-08-25T00:40:02.241Z Compiling thread-id v4.2.2
21362026-08-25T00:40:02.257Z Compiling num_threads v0.1.7
21372026-08-25T00:40:02.341Z Compiling unarray v0.1.4
21382026-08-25T00:40:02.369Z Compiling funty v2.0.0
21392026-08-25T00:40:02.382Z Compiling smoltcp v0.9.1
21402026-08-25T00:40:02.428Z Compiling owo-colors v4.3.0
21412026-08-25T00:40:02.478Z Compiling clap_lex v1.0.0
21422026-08-25T00:40:02.606Z Compiling cfg_aliases v0.2.1
21432026-08-25T00:40:02.697Z Compiling nix v0.31.2
21442026-08-25T00:40:02.711Z Compiling bitvec v1.0.1
21452026-08-25T00:40:02.716Z Compiling clap_builder v4.6.0
21462026-08-25T00:40:02.716Z Compiling hyper-util v0.1.20
21472026-08-25T00:40:02.799Z Compiling time v0.3.47
21482026-08-25T00:40:02.821Z Compiling darling v0.20.11
21492026-08-25T00:40:02.894Z Compiling proptest v1.11.0
21502026-08-25T00:40:02.912Z Compiling num-iter v0.1.45
21512026-08-25T00:40:03.058Z Compiling rand v0.8.6
21522026-08-25T00:40:03.288Z Compiling lazy_static v1.5.0
21532026-08-25T00:40:03.418Z Compiling hmac v0.12.1
21542026-08-25T00:40:03.659Z Compiling curve25519-dalek-derive v0.1.1
21552026-08-25T00:40:03.680Z Compiling sync_wrapper v1.0.2
21562026-08-25T00:40:03.818Z Compiling crc-catalog v2.4.0
21572026-08-25T00:40:04.079Z Compiling zlib-rs v0.6.2
21582026-08-25T00:40:04.189Z Compiling siphasher v1.0.2
21592026-08-25T00:40:04.249Z Compiling nodrop v0.1.14
21602026-08-25T00:40:04.357Z Compiling array-init v0.0.4
21612026-08-25T00:40:04.378Z Compiling clap v4.6.1
21622026-08-25T00:40:04.468Z Compiling crc v3.4.0
21632026-08-25T00:40:04.713Z Compiling tower v0.5.3
21642026-08-25T00:40:05.045Z Compiling newtype-uuid v1.3.2
21652026-08-25T00:40:05.547Z Compiling oxnet v0.1.6
21662026-08-25T00:40:05.563Z Compiling smallvec v0.6.14
21672026-08-25T00:40:05.623Z Compiling derive_builder_core v0.20.2
21682026-08-25T00:40:05.645Z Compiling pkcs1 v0.7.5
21692026-08-25T00:40:05.715Z Compiling http-body-util v0.1.3
21702026-08-25T00:40:05.825Z Compiling zerocopy v0.6.6
21712026-08-25T00:40:05.838Z Compiling bitfield v0.19.4
21722026-08-25T00:40:05.975Z Compiling erased-serde v0.3.31
21732026-08-25T00:40:06.015Z Compiling hubpack_derive v0.1.1
21742026-08-25T00:40:06.033Z Compiling snafu-derive v0.8.9
21752026-08-25T00:40:06.108Z Compiling strum_macros v0.27.2
21762026-08-25T00:40:06.135Z Compiling flate2 v1.1.9
21772026-08-25T00:40:06.385Z Compiling strum_macros v0.26.4
21782026-08-25T00:40:06.389Z Compiling env_filter v2.0.0
21792026-08-25T00:40:06.432Z Compiling fs-err v3.3.0
21802026-08-25T00:40:06.492Z Compiling allocator-api2 v0.2.21
21812026-08-25T00:40:06.531Z Compiling gimli v0.32.3
21822026-08-25T00:40:06.545Z Compiling unicode-bidi v0.3.18
21832026-08-25T00:40:06.584Z Compiling unicode-properties v0.1.4
21842026-08-25T00:40:06.736Z Compiling iri-string v0.7.10
21852026-08-25T00:40:06.835Z Compiling hashbrown v0.12.3
21862026-08-25T00:40:06.937Z Compiling ryu v1.0.23
21872026-08-25T00:40:07.095Z Compiling base64 v0.21.7
21882026-08-25T00:40:07.117Z Compiling serde_urlencoded v0.7.1
21892026-08-25T00:40:07.329Z Compiling ron v0.8.1
21902026-08-25T00:40:07.408Z Compiling stringprep v0.1.5
21912026-08-25T00:40:07.792Z Compiling env_logger v0.11.11
21922026-08-25T00:40:07.861Z Compiling tower-http v0.6.8
21932026-08-25T00:40:07.954Z Compiling derive_builder_macro v0.20.2
21942026-08-25T00:40:08.123Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21952026-08-25T00:40:08.155Z Compiling rsa v0.9.10
21962026-08-25T00:40:08.240Z Compiling addr2line v0.25.1
21972026-08-25T00:40:08.292Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21982026-08-25T00:40:08.424Z Compiling daft v0.1.8
21992026-08-25T00:40:08.462Z Compiling serde-hex v0.1.0
22002026-08-25T00:40:08.576Z Compiling hashbrown v0.13.2
22012026-08-25T00:40:08.668Z Compiling tokio-native-tls v0.3.1
22022026-08-25T00:40:08.720Z Compiling bzip2 v0.4.4
22032026-08-25T00:40:08.744Z Compiling usdt-macro v0.6.0
22042026-08-25T00:40:08.760Z Compiling usdt-attr-macro v0.6.0
22052026-08-25T00:40:08.779Z Compiling derive-ex v0.1.8
22062026-08-25T00:40:08.795Z Compiling block-buffer v0.12.1
22072026-08-25T00:40:08.858Z Compiling block-padding v0.4.2
22082026-08-25T00:40:08.879Z Compiling crypto-common v0.2.2
22092026-08-25T00:40:09.049Z Compiling convert_case v0.10.0
22102026-08-25T00:40:09.198Z Compiling rustls-native-certs v0.8.3
22112026-08-25T00:40:09.323Z Compiling x509-cert v0.2.5
22122026-08-25T00:40:09.499Z Compiling md-5 v0.10.6
22132026-08-25T00:40:09.669Z Compiling bstr v1.12.1
22142026-08-25T00:40:09.808Z Compiling vergen-lib v9.1.0
22152026-08-25T00:40:09.838Z Compiling hash32 v0.2.1
22162026-08-25T00:40:10.047Z Compiling encoding_rs v0.8.35
22172026-08-25T00:40:10.111Z Compiling cpufeatures v0.3.0
22182026-08-25T00:40:10.207Z Compiling rustc-demangle v0.1.27
22192026-08-25T00:40:10.273Z Compiling unicode-width v0.2.0
22202026-08-25T00:40:10.307Z Compiling mime v0.3.17
22212026-08-25T00:40:10.343Z Compiling psl-types v2.0.11
22222026-08-25T00:40:10.386Z Compiling crc-any v2.5.0
22232026-08-25T00:40:10.585Z Compiling fallible-iterator v0.2.0
22242026-08-25T00:40:10.689Z Compiling publicsuffix v2.3.0
22252026-08-25T00:40:10.823Z Compiling test-strategy v0.4.5
22262026-08-25T00:40:10.875Z Compiling postgres-protocol v0.6.10
22272026-08-25T00:40:10.891Z Compiling backtrace v0.3.76
22282026-08-25T00:40:11.419Z Compiling derive_more-impl v2.1.1
22292026-08-25T00:40:11.468Z Compiling object v0.30.4
22302026-08-25T00:40:11.575Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22312026-08-25T00:40:11.707Z Compiling inout v0.2.2
22322026-08-25T00:40:11.728Z Compiling zip v0.6.6
22332026-08-25T00:40:11.763Z Compiling hyper-tls v0.6.0
22342026-08-25T00:40:11.778Z Compiling derive_builder v0.20.2
22352026-08-25T00:40:11.828Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362026-08-25T00:40:11.932Z Compiling phf_shared v0.13.1
22372026-08-25T00:40:11.971Z Compiling pin-project v1.1.11
22382026-08-25T00:40:12.120Z Compiling toml v0.7.8
22392026-08-25T00:40:12.208Z Compiling heck v0.4.1
22402026-08-25T00:40:12.275Z Compiling serde_with_macros v3.21.0
22412026-08-25T00:40:12.290Z Compiling futures-executor v0.3.32
22422026-08-25T00:40:12.562Z Compiling enum-as-inner v0.6.1
22432026-08-25T00:40:12.645Z Compiling miette-derive v7.6.0
22442026-08-25T00:40:12.673Z Compiling async-recursion v1.1.1
22452026-08-25T00:40:12.752Z Compiling serde_repr v0.1.20
22462026-08-25T00:40:12.882Z Compiling ff v0.13.1
22472026-08-25T00:40:12.914Z Compiling vergen v9.1.0
22482026-08-25T00:40:12.975Z Compiling cargo-platform v0.3.2
22492026-08-25T00:40:13.043Z Compiling foldhash v0.1.5
22502026-08-25T00:40:13.071Z Compiling bitflags v1.3.2
22512026-08-25T00:40:13.127Z Compiling smawk v0.3.2
22522026-08-25T00:40:13.162Z Compiling managed v0.8.0
22532026-08-25T00:40:13.233Z Compiling path-slash v0.1.5
22542026-08-25T00:40:13.253Z Compiling jiff-core v0.1.0
22552026-08-25T00:40:13.289Z Compiling is_ci v1.2.0
22562026-08-25T00:40:13.321Z Compiling same-file v1.0.6
22572026-08-25T00:40:13.377Z Compiling bumpalo v3.20.2
22582026-08-25T00:40:13.438Z Compiling libbz2-rs-sys v0.2.2
22592026-08-25T00:40:13.580Z Compiling unicode-linebreak v0.1.5
22602026-08-25T00:40:13.638Z Compiling foldhash v0.2.0
22612026-08-25T00:40:13.680Z Compiling base16ct v0.2.0
22622026-08-25T00:40:13.788Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22632026-08-25T00:40:13.849Z Compiling sec1 v0.7.3
22642026-08-25T00:40:13.882Z Compiling bzip2 v0.6.1
22652026-08-25T00:40:13.887Z Compiling hashbrown v0.16.1
22662026-08-25T00:40:13.922Z Compiling textwrap v0.16.2
22672026-08-25T00:40:14.036Z Compiling jiff v0.2.34
22682026-08-25T00:40:14.155Z Compiling zopfli v0.8.3
22692026-08-25T00:40:14.219Z Compiling walkdir v2.5.0
22702026-08-25T00:40:14.237Z Compiling supports-color v3.0.2
22712026-08-25T00:40:14.328Z Compiling hashbrown v0.15.5
22722026-08-25T00:40:14.422Z Compiling cargo_metadata v0.23.1
22732026-08-25T00:40:14.460Z Compiling group v0.13.0
22742026-08-25T00:40:14.763Z Compiling futures v0.3.32
22752026-08-25T00:40:15.016Z Compiling phf v0.13.1
22762026-08-25T00:40:15.161Z Compiling snafu v0.8.9
22772026-08-25T00:40:15.203Z Compiling reqwest v0.12.28
22782026-08-25T00:40:15.409Z Compiling cipher v0.5.2
22792026-08-25T00:40:15.517Z Compiling signal-hook-mio v0.2.5
22802026-08-25T00:40:15.549Z Compiling cookie_store v0.22.1
22812026-08-25T00:40:15.744Z Compiling backtrace-ext v0.2.1
22822026-08-25T00:40:15.757Z Compiling postgres-types v0.2.12
22832026-08-25T00:40:15.757Z Compiling zstd v0.13.3
22842026-08-25T00:40:15.764Z Compiling globset v0.4.18
22852026-08-25T00:40:15.907Z Compiling strum v0.27.2
22862026-08-25T00:40:15.974Z Compiling hubpack v0.1.2
22872026-08-25T00:40:16.055Z Compiling phf_shared v0.11.3
22882026-08-25T00:40:16.068Z Compiling hkdf v0.12.4
22892026-08-25T00:40:16.071Z Compiling crossbeam-epoch v0.9.18
22902026-08-25T00:40:16.185Z Compiling byte-wrapper v0.1.0
22912026-08-25T00:40:16.205Z Compiling ed25519 v2.2.3
22922026-08-25T00:40:16.221Z Compiling olpc-cjson v0.1.4
22932026-08-25T00:40:16.454Z Compiling crypto-bigint v0.5.5
22942026-08-25T00:40:16.472Z Compiling serde-big-array v0.5.1
22952026-08-25T00:40:16.500Z Compiling serde_plain v1.0.2
22962026-08-25T00:40:16.515Z Compiling pem v3.0.6
22972026-08-25T00:40:16.579Z Compiling float-cmp v0.10.0
22982026-08-25T00:40:16.626Z Compiling memmap2 v0.9.10
22992026-08-25T00:40:16.645Z Compiling const-oid v0.10.2
23002026-08-25T00:40:16.702Z Compiling keccak v0.1.6
23012026-08-25T00:40:16.743Z Compiling predicates-core v1.0.10
23022026-08-25T00:40:16.820Z Compiling static_assertions v1.1.0
23032026-08-25T00:40:16.849Z Compiling toml_write v0.1.2
23042026-08-25T00:40:16.908Z Compiling difflib v0.4.0
23052026-08-25T00:40:16.921Z Compiling new_debug_unreachable v1.0.6
23062026-08-25T00:40:16.938Z Compiling precomputed-hash v0.1.1
23072026-08-25T00:40:17.008Z Compiling normalize-line-endings v0.3.0
23082026-08-25T00:40:17.023Z Compiling supports-hyperlinks v3.2.0
23092026-08-25T00:40:17.039Z Compiling fixedbitset v0.4.2
23102026-08-25T00:40:17.072Z Compiling fixedbitset v0.5.7
23112026-08-25T00:40:17.124Z Compiling supports-unicode v3.0.0
23122026-08-25T00:40:17.249Z Compiling typed-path v0.9.3
23132026-08-25T00:40:17.265Z Compiling unicode-width v0.1.14
23142026-08-25T00:40:17.285Z Compiling whoami v2.1.0
23152026-08-25T00:40:17.288Z Compiling data-encoding v2.10.0
23162026-08-25T00:40:17.365Z Compiling elliptic-curve v0.13.8
23172026-08-25T00:40:17.379Z Compiling petgraph v0.8.3
23182026-08-25T00:40:17.424Z Compiling chacha20 v0.10.0
23192026-08-25T00:40:17.549Z Compiling tokio-postgres v0.7.16
23202026-08-25T00:40:17.566Z Compiling miette v7.6.0
23212026-08-25T00:40:17.630Z Compiling hickory-proto v0.25.2
23222026-08-25T00:40:17.751Z Compiling petgraph v0.6.5
23232026-08-25T00:40:17.850Z Compiling predicates v3.1.4
23242026-08-25T00:40:18.079Z Compiling string_cache v0.8.9
23252026-08-25T00:40:18.221Z Compiling toml_edit v0.22.27
23262026-08-25T00:40:18.390Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23272026-08-25T00:40:18.536Z Compiling sha3 v0.10.8
23282026-08-25T00:40:18.572Z Compiling digest v0.11.3
23292026-08-25T00:40:18.584Z Compiling usdt v0.6.0
23302026-08-25T00:40:19.297Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23312026-08-25T00:40:19.666Z Compiling ed25519-dalek v2.2.0
23322026-08-25T00:40:19.843Z Compiling zip v4.6.1
23332026-08-25T00:40:20.276Z Compiling crossterm v0.28.1
23342026-08-25T00:40:20.616Z Compiling iddqd v0.4.2
23352026-08-25T00:40:20.783Z Compiling oxide-generation v0.1.3
23362026-08-25T00:40:20.823Z Compiling serde_with v3.21.0
23372026-08-25T00:40:20.904Z Compiling derive_more v2.1.1
23382026-08-25T00:40:21.028Z Compiling similar v2.7.0
23392026-08-25T00:40:21.115Z Compiling strum v0.26.3
23402026-08-25T00:40:21.278Z Compiling tokio-stream v0.1.18
23412026-08-25T00:40:21.389Z Compiling buf-list v1.1.2
23422026-08-25T00:40:21.503Z Compiling itertools v0.13.0
23432026-08-25T00:40:21.541Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23442026-08-25T00:40:21.648Z Compiling openapiv3 v2.2.0
23452026-08-25T00:40:22.451Z Compiling peg-runtime v0.8.5
23462026-08-25T00:40:22.570Z Compiling lalrpop-util v0.19.12
23472026-08-25T00:40:37.340Z Compiling rustls-webpki v0.103.13
23482026-08-25T00:40:40.614Z Compiling tokio-rustls v0.26.4
23492026-08-25T00:40:40.630Z Compiling rustls-platform-verifier v0.6.2
23502026-08-25T00:40:40.687Z Compiling tough v0.22.0
23512026-08-25T00:40:40.859Z Compiling hyper-rustls v0.27.7
23522026-08-25T00:40:41.189Z Compiling reqwest v0.13.2
23532026-08-25T00:40:44.080Z Compiling macaddr v1.0.1
23542026-08-25T00:40:44.142Z Compiling crucible-workspace-hack v0.1.0
23552026-08-25T00:40:44.227Z Compiling rayon-core v1.13.0
23562026-08-25T00:40:44.248Z Compiling secrecy v0.10.3
23572026-08-25T00:40:44.336Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-08-25T00:40:44.378Z Compiling toml_datetime v0.7.5+spec-1.1.0
23592026-08-25T00:40:44.438Z Compiling heapless v0.8.0
23602026-08-25T00:40:44.487Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23612026-08-25T00:40:44.510Z Compiling crossbeam-deque v0.8.6
23622026-08-25T00:40:44.545Z Compiling toml_edit v0.23.10+spec-1.0.0
23632026-08-25T00:40:44.626Z Compiling ingot-macros v0.2.0
23642026-08-25T00:40:44.663Z Compiling inout v0.1.4
23652026-08-25T00:40:44.680Z Compiling hash32 v0.3.1
23662026-08-25T00:40:44.710Z Compiling multer v3.1.0
23672026-08-25T00:40:44.757Z Compiling thread_local v1.1.9
23682026-08-25T00:40:44.776Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692026-08-25T00:40:44.791Z Compiling compression-core v0.4.31
23702026-08-25T00:40:44.865Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-08-25T00:40:44.934Z Compiling smoltcp v0.11.0
23722026-08-25T00:40:44.952Z Compiling match_cfg v0.1.0
23732026-08-25T00:40:44.968Z Compiling slog-async v2.8.0
23742026-08-25T00:40:45.044Z Compiling hostname v0.3.1
23752026-08-25T00:40:45.061Z Compiling compression-codecs v0.4.37
23762026-08-25T00:40:45.112Z Compiling cipher v0.4.4
23772026-08-25T00:40:45.152Z Compiling proc-macro-crate v3.4.0
23782026-08-25T00:40:45.285Z Compiling atomicwrites v0.4.4
23792026-08-25T00:40:45.315Z Compiling slog-json v2.6.1
23802026-08-25T00:40:45.340Z Compiling crossbeam-channel v0.5.15
23812026-08-25T00:40:45.389Z Compiling half v2.7.1
23822026-08-25T00:40:45.437Z Compiling newtype-uuid-macros v0.1.0
23832026-08-25T00:40:45.501Z Compiling universal-hash v0.5.1
23842026-08-25T00:40:45.521Z Compiling cobs v0.3.0
23852026-08-25T00:40:45.593Z Compiling thiserror-impl-no-std v2.0.2
23862026-08-25T00:40:45.610Z Compiling async-stream-impl v0.3.6
23872026-08-25T00:40:45.612Z Compiling serde_spanned v1.1.1
23882026-08-25T00:40:45.670Z Compiling toml_datetime v1.1.1+spec-1.1.0
23892026-08-25T00:40:45.771Z Compiling is-terminal v0.4.17
23902026-08-25T00:40:45.801Z Compiling dropshot v0.17.1
23912026-08-25T00:40:45.827Z Compiling proc-macro-error-attr v1.0.4
23922026-08-25T00:40:45.899Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23932026-08-25T00:40:46.026Z Compiling term v1.2.1
23942026-08-25T00:40:46.049Z Compiling take_mut v0.2.2
23952026-08-25T00:40:46.052Z Compiling toml_writer v1.1.1+spec-1.1.0
23962026-08-25T00:40:46.112Z Compiling opaque-debug v0.3.1
23972026-08-25T00:40:46.127Z Compiling convert_case v0.4.0
23982026-08-25T00:40:46.174Z Compiling ciborium-io v0.2.2
23992026-08-25T00:40:46.190Z Compiling poly1305 v0.8.0
24002026-08-25T00:40:46.205Z Compiling async-stream v0.3.6
24012026-08-25T00:40:46.218Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24022026-08-25T00:40:46.305Z Compiling toml v1.1.2+spec-1.1.0
24032026-08-25T00:40:46.379Z Compiling slog-term v2.9.2
24042026-08-25T00:40:46.413Z Compiling ciborium-ll v0.2.2
24052026-08-25T00:40:46.454Z Compiling derive_more v0.99.20
24062026-08-25T00:40:46.618Z Compiling postcard v1.1.3
24072026-08-25T00:40:46.635Z Compiling thiserror-no-std v2.0.2
24082026-08-25T00:40:46.701Z Compiling num_enum_derive v0.7.6
24092026-08-25T00:40:46.750Z Compiling slog-bunyan v2.5.0
24102026-08-25T00:40:46.842Z Compiling chacha20 v0.9.1
24112026-08-25T00:40:46.954Z Compiling async-compression v0.4.41
24122026-08-25T00:40:47.021Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-25T00:40:47.136Z Compiling sha1 v0.11.0
24142026-08-25T00:40:47.306Z Compiling ingot-types v0.2.0
24152026-08-25T00:40:47.438Z Compiling parse-display-derive v0.10.0
24162026-08-25T00:40:47.610Z Compiling proc-macro-crate v1.3.1
24172026-08-25T00:40:47.633Z Compiling waitgroup v0.1.2
24182026-08-25T00:40:47.649Z Compiling rustls-pemfile v2.2.0
24192026-08-25T00:40:47.652Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-25T00:40:47.803Z Compiling ingot v0.2.1
24212026-08-25T00:40:47.818Z Compiling backon v1.6.0
24222026-08-25T00:40:47.835Z Compiling blake2 v0.10.6
24232026-08-25T00:40:47.952Z Compiling dropshot_endpoint v0.17.1
24242026-08-25T00:40:47.967Z Compiling aead v0.5.2
24252026-08-25T00:40:48.134Z Compiling password-hash v0.5.0
24262026-08-25T00:40:48.143Z Compiling foreign-types-macros v0.2.3
24272026-08-25T00:40:48.195Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-25T00:40:48.360Z Compiling serde_path_to_error v0.1.20
24292026-08-25T00:40:48.485Z Compiling hostname v0.4.2
24302026-08-25T00:40:48.610Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-25T00:40:48.627Z Compiling proc-macro-error v1.0.4
24322026-08-25T00:40:48.669Z Compiling instant v0.1.13
24332026-08-25T00:40:48.717Z Compiling debug-ignore v1.0.5
24342026-08-25T00:40:48.733Z Compiling foreign-types-shared v0.3.1
24352026-08-25T00:40:48.809Z Compiling backoff v0.4.0
24362026-08-25T00:40:48.825Z Compiling foreign-types v0.5.0
24372026-08-25T00:40:48.858Z Compiling argon2 v0.5.3
24382026-08-25T00:40:48.858Z Compiling chacha20poly1305 v0.10.1
24392026-08-25T00:40:48.901Z Compiling num_enum_derive v0.5.11
24402026-08-25T00:40:48.918Z Compiling parse-display v0.10.0
24412026-08-25T00:40:48.932Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-25T00:40:48.995Z Compiling num_enum v0.7.6
24432026-08-25T00:40:49.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24442026-08-25T00:40:49.070Z Compiling vsss-rs v3.3.4
24452026-08-25T00:40:49.073Z Compiling ciborium v0.2.2
24462026-08-25T00:40:49.425Z Compiling regress v0.10.5
24472026-08-25T00:40:49.483Z Compiling itertools v0.14.0
24482026-08-25T00:40:49.499Z Compiling tabwriter v1.4.1
24492026-08-25T00:40:49.526Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24502026-08-25T00:40:49.722Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24512026-08-25T00:40:49.835Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24522026-08-25T00:40:49.850Z Compiling cstr-argument v0.1.2
24532026-08-25T00:40:49.928Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24542026-08-25T00:40:49.984Z Compiling humantime v2.3.0
24552026-08-25T00:40:49.998Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24562026-08-25T00:40:50.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572026-08-25T00:40:50.072Z Compiling num_enum v0.5.11
24582026-08-25T00:40:50.153Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-25T00:40:50.172Z Compiling rayon v1.11.0
24602026-08-25T00:40:50.218Z Compiling rand v0.10.1
24612026-08-25T00:40:50.346Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24622026-08-25T00:40:50.409Z Compiling libefi-sys v0.1.0
24632026-08-25T00:40:50.421Z Compiling colored v3.1.1
24642026-08-25T00:40:50.421Z Compiling indent_write v2.2.0
24652026-08-25T00:40:50.454Z Compiling zone_cfg_derive v0.3.1
24662026-08-25T00:40:50.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24672026-08-25T00:40:50.609Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24682026-08-25T00:40:50.651Z Compiling camino-tempfile v1.4.1
24692026-08-25T00:40:50.654Z Compiling itertools v0.12.1
24702026-08-25T00:40:50.685Z Compiling usdt-attr-macro v0.5.0
24712026-08-25T00:40:50.712Z Compiling usdt-macro v0.5.0
24722026-08-25T00:40:51.037Z Compiling num-derive v0.4.2
24732026-08-25T00:40:51.052Z Compiling bitfield-struct v0.6.2
24742026-08-25T00:40:51.072Z Compiling blake3 v1.8.5
24752026-08-25T00:40:51.088Z Compiling sigpipe v0.1.3
24762026-08-25T00:40:51.106Z Compiling memmap v0.7.0
24772026-08-25T00:40:51.211Z Compiling swrite v0.1.0
24782026-08-25T00:40:51.303Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24792026-08-25T00:40:51.341Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24802026-08-25T00:40:51.365Z Compiling glob v0.3.3
24812026-08-25T00:40:51.432Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24822026-08-25T00:40:51.473Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24832026-08-25T00:40:51.493Z Compiling usdt v0.5.0
24842026-08-25T00:40:51.669Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24852026-08-25T00:40:51.710Z Compiling smf v0.2.3
24862026-08-25T00:40:51.794Z Compiling filetime v0.2.27
24872026-08-25T00:40:51.896Z Compiling arrayref v0.3.9
24882026-08-25T00:40:51.925Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24892026-08-25T00:40:51.957Z Compiling arrayvec v0.7.6
24902026-08-25T00:40:51.990Z Compiling whoami v1.6.1
24912026-08-25T00:40:52.004Z Compiling xattr v1.6.1
24922026-08-25T00:40:52.020Z Compiling zone v0.3.1
24932026-08-25T00:40:52.035Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-25T00:40:52.198Z Compiling constant_time_eq v0.4.2
24952026-08-25T00:40:52.212Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24962026-08-25T00:40:52.212Z Compiling tar v0.4.46
24972026-08-25T00:40:52.225Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24982026-08-25T00:40:52.235Z Compiling tokio-dtrace v0.1.1
24992026-08-25T00:40:52.336Z Compiling gethostname v0.5.0
25002026-08-25T00:40:52.375Z Compiling console v0.16.2
25012026-08-25T00:40:52.485Z Compiling topological-sort v0.2.2
25022026-08-25T00:40:52.498Z Compiling unit-prefix v0.5.2
25032026-08-25T00:40:52.583Z Compiling oxide-tokio-rt v0.1.4
25042026-08-25T00:40:52.598Z Compiling toml v0.8.23
25052026-08-25T00:40:52.668Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25062026-08-25T00:40:52.824Z Compiling indicatif v0.18.4
25072026-08-25T00:40:52.859Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25082026-08-25T00:40:53.002Z Compiling shell-words v1.1.1
25092026-08-25T00:41:02.132Z Compiling progenitor-client v0.14.0
25102026-08-25T00:41:02.132Z Compiling omicron-zone-package v0.12.3
25112026-08-25T00:41:02.367Z Compiling progenitor-extras v0.2.0
25122026-08-25T00:41:02.657Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25132026-08-25T00:41:02.685Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25142026-08-25T00:41:02.787Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25152026-08-25T00:41:02.806Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25162026-08-25T00:41:02.834Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25172026-08-25T00:41:02.903Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25182026-08-25T00:41:02.989Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25192026-08-25T00:41:03.112Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25202026-08-25T00:41:04.025Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25212026-08-25T00:41:07.491Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25222026-08-25T00:41:16.524Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-08-25T00:41:19.790Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-08-25T00:41:20.861Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25252026-08-25T00:41:31.297Z Finished `release` profile [optimized] target(s) in 1m 48s
25262026-08-25T00:41:31.444Z Running `target/release/omicron-package -t test target create -p dev`
25272026-08-25T00:41:31.505ZLogging to: /work/oxidecomputer/omicron/out/LOG
25282026-08-25T00:41:31.508ZCreated new build target 'test' and set it as active
25292026-08-25T00:41:31.508Z
25302026-08-25T00:41:31.508Zreal 1:48.730377358
25312026-08-25T00:41:31.508Zuser 17:54.565454405
25322026-08-25T00:41:31.508Zsys 2:47.643557627
25332026-08-25T00:41:31.508Ztrap 0.507849270
25342026-08-25T00:41:31.508Ztflt 2.583665731
25352026-08-25T00:41:31.509Zdflt 4.809362250
25362026-08-25T00:41:31.509Zkflt 0.001245981
25372026-08-25T00:41:31.509Zlock 58:48.811563950
25382026-08-25T00:41:31.509Zslp 46:12.572764108
25392026-08-25T00:41:31.509Zlat 48.006527828
25402026-08-25T00:41:31.509Zstop 5:48.000399078
25412026-08-25T00:41:31.512Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25422026-08-25T00:41:32.398Z Finished `release` profile [optimized] target(s) in 0.87s
25432026-08-25T00:41:32.468Z Running `target/release/omicron-package -t test package`
25442026-08-25T00:41:32.522ZLogging to: /work/oxidecomputer/omicron/out/LOG
25452026-08-25T00:41:33.997Z Compiling heck v0.5.0
25462026-08-25T00:41:33.997Z Compiling regress v0.11.1
25472026-08-25T00:41:34.199Z Compiling unsafe-libyaml v0.2.11
25482026-08-25T00:41:34.260Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25492026-08-25T00:41:34.292Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25502026-08-25T00:41:34.293Z Compiling derive-where v1.6.0
25512026-08-25T00:41:34.296Z Compiling bytecount v0.6.9
25522026-08-25T00:41:34.337Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25532026-08-25T00:41:34.358Z Compiling atomicwrites v0.4.4
25542026-08-25T00:41:34.361Z Compiling is-terminal v0.4.17
25552026-08-25T00:41:34.361Z Compiling prettyplease v0.2.37
25562026-08-25T00:41:34.362Z Compiling newline-converter v0.3.0
25572026-08-25T00:41:34.441Z Compiling console v0.15.11
25582026-08-25T00:41:34.462Z Compiling slog-dtrace v0.3.0
25592026-08-25T00:41:34.564Z Compiling cancel-safe-futures v0.1.5
25602026-08-25T00:41:34.564Z Compiling resolv-conf v0.7.6
25612026-08-25T00:41:34.564Z Compiling num-rational v0.4.2
25622026-08-25T00:41:34.576Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25632026-08-25T00:41:34.576Z Compiling num-complex v0.4.6
25642026-08-25T00:41:34.634Z Compiling thread_local v1.1.9
25652026-08-25T00:41:34.663Z Compiling match_cfg v0.1.0
25662026-08-25T00:41:34.747Z Compiling serde_yaml v0.9.34+deprecated
25672026-08-25T00:41:34.795Z Compiling compression-core v0.4.31
25682026-08-25T00:41:34.898Z Compiling expectorate v1.2.0
25692026-08-25T00:41:34.978Z Compiling num v0.4.3
25702026-08-25T00:41:35.052Z Compiling compression-codecs v0.4.37
25712026-08-25T00:41:35.073Z Compiling hostname v0.3.1
25722026-08-25T00:41:35.096Z Compiling multer v3.1.0
25732026-08-25T00:41:35.133Z Compiling slog-async v2.8.0
25742026-08-25T00:41:35.156Z Compiling crossbeam-channel v0.5.15
25752026-08-25T00:41:35.174Z Compiling slog-json v2.6.1
25762026-08-25T00:41:35.201Z Compiling serde_spanned v1.1.1
25772026-08-25T00:41:35.239Z Compiling toml_datetime v1.1.1+spec-1.1.0
25782026-08-25T00:41:35.321Z Compiling linear-map v1.2.0
25792026-08-25T00:41:35.343Z Compiling toml_writer v1.1.1+spec-1.1.0
25802026-08-25T00:41:35.386Z Compiling take_mut v0.2.2
25812026-08-25T00:41:35.419Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25822026-08-25T00:41:35.511Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25832026-08-25T00:41:35.534Z Compiling linked-hash-map v0.5.6
25842026-08-25T00:41:35.556Z Compiling term v1.2.1
25852026-08-25T00:41:35.559Z Compiling float-ord v0.3.2
25862026-08-25T00:41:35.599Z Compiling toml v1.1.2+spec-1.1.0
25872026-08-25T00:41:35.603Z Compiling oxide-update-engine-types v0.1.2
25882026-08-25T00:41:35.603Z Compiling slog-bunyan v2.5.0
25892026-08-25T00:41:35.684Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-08-25T00:41:35.707Z Compiling async-compression v0.4.41
25912026-08-25T00:41:35.768Z Compiling typify-impl v0.6.2
25922026-08-25T00:41:35.791Z Compiling lru-cache v0.1.2
25932026-08-25T00:41:35.966Z Compiling slog-term v2.9.2
25942026-08-25T00:41:36.057Z Compiling dropshot v0.17.1
25952026-08-25T00:41:36.077Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25962026-08-25T00:41:36.099Z Compiling async-stream v0.3.6
25972026-08-25T00:41:36.127Z Compiling sha1 v0.11.0
25982026-08-25T00:41:36.210Z Compiling progenitor-client v0.14.0
25992026-08-25T00:41:36.244Z Compiling waitgroup v0.1.2
26002026-08-25T00:41:36.247Z Compiling rustls-pemfile v2.2.0
26012026-08-25T00:41:36.296Z Compiling backon v1.6.0
26022026-08-25T00:41:36.414Z Compiling hostname v0.4.2
26032026-08-25T00:41:36.436Z Compiling serde_path_to_error v0.1.20
26042026-08-25T00:41:36.473Z Compiling instant v0.1.13
26052026-08-25T00:41:36.496Z Compiling minimal-lexical v0.2.1
26062026-08-25T00:41:36.499Z Compiling debug-ignore v1.0.5
26072026-08-25T00:41:36.543Z Compiling progenitor-extras v0.2.0
26082026-08-25T00:41:36.579Z Compiling backoff v0.4.0
26092026-08-25T00:41:36.608Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26102026-08-25T00:41:36.655Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26112026-08-25T00:41:36.734Z Compiling nom v7.1.3
26122026-08-25T00:41:36.806Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26132026-08-25T00:41:36.828Z Compiling parse-display v0.10.0
26142026-08-25T00:41:36.854Z Compiling oxide-update-engine v0.1.2
26152026-08-25T00:41:36.858Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26162026-08-25T00:41:36.900Z Compiling hickory-proto v0.24.4
26172026-08-25T00:41:37.463Z Compiling regress v0.10.5
26182026-08-25T00:41:37.545Z Compiling itertools v0.14.0
26192026-08-25T00:41:38.063Z Compiling macaddr v1.0.1
26202026-08-25T00:41:38.086Z Compiling unicode-xid v0.2.6
26212026-08-25T00:41:38.191Z Compiling humantime v2.3.0
26222026-08-25T00:41:38.309Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26232026-08-25T00:41:38.484Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26242026-08-25T00:41:38.503Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26252026-08-25T00:41:38.613Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26262026-08-25T00:41:38.768Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26272026-08-25T00:41:38.869Z Compiling toml v0.8.23
26282026-08-25T00:41:39.020Z Compiling papergrid v0.11.0
26292026-08-25T00:41:39.046Z Compiling tabled_derive v0.7.0
26302026-08-25T00:41:39.193Z Compiling typify-macro v0.6.2
26312026-08-25T00:41:39.450Z Compiling hickory-resolver v0.24.4
26322026-08-25T00:41:39.509Z Compiling termtree v0.5.1
26332026-08-25T00:41:39.523Z Compiling crossterm v0.29.0
26342026-08-25T00:41:39.708Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26352026-08-25T00:41:39.950Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26362026-08-25T00:41:40.170Z Compiling tabled v0.15.0
26372026-08-25T00:41:40.696Z Compiling qorb v0.4.1
26382026-08-25T00:41:40.741Z Compiling typify v0.6.2
26392026-08-25T00:41:41.049Z Compiling progenitor-impl v0.14.0
26402026-08-25T00:41:41.667Z Compiling phf_shared v0.12.1
26412026-08-25T00:41:42.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26422026-08-25T00:41:42.384Z Compiling csv-core v0.1.13
26432026-08-25T00:41:42.482Z Compiling vte v0.14.1
26442026-08-25T00:41:42.757Z Compiling highway v1.3.0
26452026-08-25T00:41:42.832Z Compiling chrono-tz v0.10.4
26462026-08-25T00:41:43.191Z Compiling progenitor-macro v0.14.0
26472026-08-25T00:41:43.496Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26482026-08-25T00:41:44.006Z Compiling strip-ansi-escapes v0.2.1
26492026-08-25T00:41:44.304Z Compiling csv v1.4.0
26502026-08-25T00:41:44.603Z Compiling phf v0.12.1
26512026-08-25T00:41:44.796Z Compiling const_format_proc_macros v0.2.34
26522026-08-25T00:41:44.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532026-08-25T00:41:45.185Z Compiling fd-lock v4.0.4
26542026-08-25T00:41:45.214Z Compiling peg-macros v0.8.5
26552026-08-25T00:41:45.326Z Compiling nu-ansi-term v0.50.3
26562026-08-25T00:41:45.612Z Compiling const_format v0.2.35
26572026-08-25T00:41:45.729Z Compiling reedline v0.40.0
26582026-08-25T00:41:45.867Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26592026-08-25T00:41:46.110Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26602026-08-25T00:41:46.436Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26612026-08-25T00:41:46.465Z Compiling peg v0.8.5
26622026-08-25T00:41:46.577Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26632026-08-25T00:41:47.308Z Compiling progenitor v0.14.0
26642026-08-25T00:41:47.366Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26652026-08-25T00:41:47.503Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26662026-08-25T00:41:47.701Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26672026-08-25T00:41:47.725Z Compiling bcs v0.1.6
26682026-08-25T00:41:48.169Z Compiling nom v8.0.0
26692026-08-25T00:41:48.193Z Compiling semver v0.1.20
26702026-08-25T00:41:48.480Z Compiling rustc_version v0.1.7
26712026-08-25T00:41:48.717Z Compiling newtype_derive v0.1.6
26722026-08-25T00:41:49.003Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26732026-08-25T00:41:49.108Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26742026-08-25T00:41:49.251Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-25T00:41:49.348Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26762026-08-25T00:41:49.367Z Compiling serde_tokenstream v0.3.0
26772026-08-25T00:41:49.545Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26782026-08-25T00:41:49.693Z Compiling oxide-generation-macros v0.2.0
26792026-08-25T00:41:50.005Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26802026-08-25T00:41:50.155Z Compiling steno v0.4.1
26812026-08-25T00:41:50.365Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26822026-08-25T00:41:50.434Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26832026-08-25T00:41:50.488Z Compiling dropshot-api-manager-types v0.8.0
26842026-08-25T00:41:50.663Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26852026-08-25T00:41:50.926Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-25T00:41:50.976Z Compiling sha1 v0.10.6
26872026-08-25T00:41:51.080Z Compiling utf-8 v0.7.6
26882026-08-25T00:41:51.319Z Compiling tagptr v0.2.0
26892026-08-25T00:41:51.446Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26902026-08-25T00:41:51.515Z Compiling moka v0.12.13
26912026-08-25T00:41:51.626Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26922026-08-25T00:41:51.886Z Compiling tungstenite v0.21.0
26932026-08-25T00:41:52.245Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26942026-08-25T00:41:52.826Z Compiling hickory-resolver v0.25.2
26952026-08-25T00:41:53.427Z Compiling tokio-tungstenite v0.21.0
26962026-08-25T00:41:53.808Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26972026-08-25T00:41:53.937Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26982026-08-25T00:41:54.890Z Compiling darling_core v0.21.3
26992026-08-25T00:41:56.126Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27002026-08-25T00:41:56.555Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27012026-08-25T00:41:57.103Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-25T00:41:57.242Z Compiling darling_macro v0.21.3
27032026-08-25T00:41:57.649Z Compiling display-error-chain v0.2.2
27042026-08-25T00:41:57.786Z Compiling darling v0.21.3
27052026-08-25T00:41:57.848Z Compiling libscf-sys v1.2.0
27062026-08-25T00:41:57.902Z Compiling vergen-lib v0.1.6
27072026-08-25T00:41:58.028Z Compiling diesel_derives v2.3.7
27082026-08-25T00:41:58.152Z Compiling dsl_auto_type v0.2.0
27092026-08-25T00:41:58.431Z Compiling scheduled-thread-pool v0.2.7
27102026-08-25T00:41:58.524Z Compiling vergen-gitcl v1.0.8
27112026-08-25T00:41:58.553Z Compiling diesel_table_macro_syntax v0.3.0
27122026-08-25T00:41:58.612Z Compiling dirs-sys-next v0.1.2
27132026-08-25T00:41:58.682Z Compiling glob v0.3.3
27142026-08-25T00:41:58.742Z Compiling crunchy v0.2.4
27152026-08-25T00:41:58.766Z Compiling maplit v1.0.2
27162026-08-25T00:41:58.890Z Compiling dirs-next v2.0.0
27172026-08-25T00:41:59.026Z Compiling clang-sys v1.8.1
27182026-08-25T00:41:59.076Z Compiling r2d2 v0.8.10
27192026-08-25T00:41:59.118Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27202026-08-25T00:41:59.429Z Compiling papergrid v0.18.0
27212026-08-25T00:41:59.437Z Compiling downcast-rs v2.0.2
27222026-08-25T00:41:59.437Z Compiling xshell-macros v0.2.7
27232026-08-25T00:41:59.463Z Compiling tiny-keccak v2.0.2
27242026-08-25T00:41:59.696Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252026-08-25T00:41:59.707Z Compiling term v0.7.0
27262026-08-25T00:41:59.806Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27272026-08-25T00:41:59.837Z Compiling xshell v0.2.7
27282026-08-25T00:41:59.876Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27292026-08-25T00:42:00.083Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27302026-08-25T00:42:00.213Z Compiling bit-vec v0.6.3
27312026-08-25T00:42:00.357Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27322026-08-25T00:42:00.375Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27332026-08-25T00:42:00.444Z Compiling bit-set v0.5.3
27342026-08-25T00:42:00.468Z Compiling ascii-canvas v3.0.0
27352026-08-25T00:42:00.631Z Compiling tabled v0.21.0
27362026-08-25T00:42:00.889Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-25T00:42:00.970Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27382026-08-25T00:42:01.110Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27392026-08-25T00:42:01.312Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27402026-08-25T00:42:01.427Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27412026-08-25T00:42:01.597Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27422026-08-25T00:42:01.705Z Compiling itertools v0.10.5
27432026-08-25T00:42:01.773Z Compiling ena v0.14.4
27442026-08-25T00:42:02.040Z Compiling libloading v0.8.9
27452026-08-25T00:42:02.107Z Compiling diff v0.1.13
27462026-08-25T00:42:02.181Z Compiling bindgen v0.71.1
27472026-08-25T00:42:02.275Z Compiling regex-syntax v0.6.29
27482026-08-25T00:42:02.360Z Compiling unicase v2.9.0
27492026-08-25T00:42:02.801Z Compiling cexpr v0.6.0
27502026-08-25T00:42:02.828Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27512026-08-25T00:42:03.057Z Compiling crc8 v0.1.1
27522026-08-25T00:42:03.204Z Compiling rustc-hash v2.1.1
27532026-08-25T00:42:03.474Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27542026-08-25T00:42:03.493Z Compiling diesel v2.3.7
27552026-08-25T00:42:03.634Z Compiling lalrpop v0.19.12
27562026-08-25T00:42:03.954Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27572026-08-25T00:42:04.453Z Compiling headers-core v0.3.0
27582026-08-25T00:42:04.593Z Compiling libxml v0.3.3
27592026-08-25T00:42:04.615Z Compiling headers v0.4.1
27602026-08-25T00:42:04.904Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27612026-08-25T00:42:05.049Z Compiling strum_macros v0.24.3
27622026-08-25T00:42:05.058Z Compiling indoc v1.0.9
27632026-08-25T00:42:05.188Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27642026-08-25T00:42:05.407Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27652026-08-25T00:42:05.471Z Compiling derive_builder v0.20.2
27662026-08-25T00:42:05.535Z Compiling oso-derive v0.27.3
27672026-08-25T00:42:05.642Z Compiling quick-xml v0.37.5
27682026-08-25T00:42:06.067Z Compiling impl-trait-for-tuples v0.2.3
27692026-08-25T00:42:06.088Z Compiling openssl-probe v0.1.6
27702026-08-25T00:42:06.267Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27712026-08-25T00:42:06.323Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-25T00:42:06.389Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27732026-08-25T00:42:06.960Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27742026-08-25T00:42:06.988Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27752026-08-25T00:42:07.204Z Compiling bb8 v0.8.6
27762026-08-25T00:42:07.257Z Compiling trait-variant v0.1.2
27772026-08-25T00:42:07.338Z Compiling proc-macro-error-attr2 v2.0.0
27782026-08-25T00:42:07.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27792026-08-25T00:42:07.632Z Compiling half v1.8.3
27802026-08-25T00:42:07.770Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-25T00:42:07.874Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27822026-08-25T00:42:07.930Z Compiling proc-macro-error2 v2.0.1
27832026-08-25T00:42:08.115Z Compiling serde_cbor v0.11.2
27842026-08-25T00:42:08.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27852026-08-25T00:42:08.318Z Compiling hashbrown v0.14.5
27862026-08-25T00:42:08.477Z Compiling rfc6979 v0.4.0
27872026-08-25T00:42:08.536Z Compiling salty v0.3.0
27882026-08-25T00:42:08.688Z Compiling ecdsa v0.16.9
27892026-08-25T00:42:08.793Z Compiling samael v0.0.19
27902026-08-25T00:42:08.881Z Compiling chumsky v0.9.3
27912026-08-25T00:42:09.443Z Compiling knus-derive v3.4.0
27922026-08-25T00:42:09.484Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27932026-08-25T00:42:09.484Z Compiling progenitor-impl v0.13.0
27942026-08-25T00:42:09.485Z Compiling primeorder v0.13.6
27952026-08-25T00:42:09.770Z Compiling nonempty v0.12.0
27962026-08-25T00:42:09.949Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27972026-08-25T00:42:10.143Z Compiling p384 v0.13.1
27982026-08-25T00:42:10.270Z Compiling knus v3.4.0
27992026-08-25T00:42:11.132Z Compiling polar-core v0.27.3
28002026-08-25T00:42:11.194Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28012026-08-25T00:42:11.361Z Compiling progenitor-macro v0.13.0
28022026-08-25T00:42:11.668Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28032026-08-25T00:42:12.368Z Compiling progenitor-client v0.13.0
28042026-08-25T00:42:12.680Z Compiling fxhash v0.2.1
28052026-08-25T00:42:12.850Z Compiling libz-sys v1.1.24
28062026-08-25T00:42:12.879Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-08-25T00:42:13.056Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28082026-08-25T00:42:13.352Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28092026-08-25T00:42:13.607Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28102026-08-25T00:42:13.786Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28112026-08-25T00:42:14.584Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28122026-08-25T00:42:14.851Z Compiling kstat-rs v0.2.5
28132026-08-25T00:42:15.021Z Compiling mime_guess v2.0.5
28142026-08-25T00:42:15.490Z Compiling progenitor v0.13.0
28152026-08-25T00:42:15.546Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28162026-08-25T00:42:16.787Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28172026-08-25T00:42:16.856Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28182026-08-25T00:42:21.256Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28192026-08-25T00:42:21.398Z Compiling nanorand v0.7.0
28202026-08-25T00:42:21.399Z Compiling libgit2-sys v0.18.3+1.9.2
28212026-08-25T00:42:21.399Z Compiling parking_lot_core v0.8.6
28222026-08-25T00:42:21.399Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-25T00:42:21.399Z Compiling flume v0.11.1
28242026-08-25T00:42:21.399Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28252026-08-25T00:42:21.399Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-25T00:42:21.399Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28272026-08-25T00:42:21.399Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28282026-08-25T00:42:21.399Z Compiling git-stub v1.0.0
28292026-08-25T00:42:21.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28302026-08-25T00:42:21.400Z Compiling strsim v0.10.0
28312026-08-25T00:42:21.423Z Compiling oso v0.27.3
28322026-08-25T00:42:21.423Z Compiling instability v0.3.11
28332026-08-25T00:42:21.423Z Compiling http-range v0.1.5
28342026-08-25T00:42:21.423Z Compiling corncobs v0.1.4
28352026-08-25T00:42:21.423Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-25T00:42:21.423Z Compiling async-bb8-diesel v0.2.1
28372026-08-25T00:42:21.423Z Compiling diesel-dtrace v0.5.0
28382026-08-25T00:42:21.561Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28392026-08-25T00:42:21.682Z Compiling darling_core v0.13.4
28402026-08-25T00:42:23.331Z Compiling git-stub-vcs v0.1.0
28412026-08-25T00:42:24.247Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28422026-08-25T00:42:25.021Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28432026-08-25T00:42:25.109Z Compiling ignore v0.4.25
28442026-08-25T00:42:26.114Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28452026-08-25T00:42:26.239Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28462026-08-25T00:42:26.377Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28472026-08-25T00:42:26.503Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-25T00:42:26.685Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28492026-08-25T00:42:27.129Z Compiling anstyle-parse v0.2.7
28502026-08-25T00:42:27.392Z Compiling secrecy v0.8.0
28512026-08-25T00:42:27.568Z Compiling castaway v0.2.4
28522026-08-25T00:42:27.597Z Compiling vergen-git2 v9.1.0
28532026-08-25T00:42:27.728Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28542026-08-25T00:42:27.823Z Compiling indoc v2.0.7
28552026-08-25T00:42:28.062Z Compiling compact_str v0.8.1
28562026-08-25T00:42:28.974Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28572026-08-25T00:42:29.157Z Compiling anstream v0.6.21
28582026-08-25T00:42:29.478Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-25T00:42:29.677Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28602026-08-25T00:42:29.988Z Compiling globwalk v0.9.1
28612026-08-25T00:42:30.638Z Compiling parking_lot v0.11.2
28622026-08-25T00:42:30.889Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28632026-08-25T00:42:30.913Z Compiling hyper-staticfile v0.10.1
28642026-08-25T00:42:31.543Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28652026-08-25T00:42:31.570Z Compiling darling_macro v0.13.4
28662026-08-25T00:42:31.773Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28672026-08-25T00:42:32.036Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28682026-08-25T00:42:32.065Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28692026-08-25T00:42:32.099Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28702026-08-25T00:42:32.687Z Compiling predicates-tree v1.0.13
28712026-08-25T00:42:33.092Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28722026-08-25T00:42:33.117Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28732026-08-25T00:42:33.307Z Compiling unicode-truncate v1.1.0
28742026-08-25T00:42:33.333Z Compiling lru v0.12.5
28752026-08-25T00:42:33.515Z Compiling digest-io v0.1.0
28762026-08-25T00:42:33.557Z Compiling sha2 v0.11.0
28772026-08-25T00:42:33.652Z Compiling prefix-trie v0.7.0
28782026-08-25T00:42:33.659Z Compiling rand_seeder v0.4.0
28792026-08-25T00:42:33.699Z Compiling illumos-nvpair-sys v0.2.0
28802026-08-25T00:42:33.850Z Compiling cassowary v0.3.0
28812026-08-25T00:42:33.927Z Compiling rawzip v0.4.4
28822026-08-25T00:42:33.976Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28832026-08-25T00:42:34.148Z Compiling ratatui v0.29.0
28842026-08-25T00:42:34.213Z Compiling hickory-server v0.25.2
28852026-08-25T00:42:34.608Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28862026-08-25T00:42:34.668Z Compiling camino-tempfile-ext v0.3.3
28872026-08-25T00:42:35.004Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28882026-08-25T00:42:35.141Z Compiling darling v0.13.4
28892026-08-25T00:42:35.210Z Compiling sled v0.34.7
28902026-08-25T00:42:35.283Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28912026-08-25T00:42:35.538Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28922026-08-25T00:42:37.656Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28932026-08-25T00:42:37.972Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28942026-08-25T00:42:38.191Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28952026-08-25T00:42:39.230Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-25T00:42:40.725Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28972026-08-25T00:42:41.285Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982026-08-25T00:42:42.485Z Compiling serde_with_macros v1.5.2
28992026-08-25T00:42:42.554Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29002026-08-25T00:42:42.711Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29012026-08-25T00:42:42.840Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29022026-08-25T00:42:43.036Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29032026-08-25T00:42:43.262Z Compiling git2 v0.20.4
29042026-08-25T00:42:43.304Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29052026-08-25T00:42:43.327Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29062026-08-25T00:42:43.524Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29072026-08-25T00:42:43.547Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29082026-08-25T00:42:43.743Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-25T00:42:43.768Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29102026-08-25T00:42:43.973Z Compiling arc-swap v1.8.2
29112026-08-25T00:42:44.074Z Compiling void v1.0.2
29122026-08-25T00:42:44.217Z Compiling lzss v0.8.2
29132026-08-25T00:42:44.374Z Compiling slog-scope v4.4.1
29142026-08-25T00:42:44.620Z Compiling serde_with v1.14.0
29152026-08-25T00:42:44.712Z Compiling illumos-nvpair v0.3.0
29162026-08-25T00:42:44.779Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29172026-08-25T00:42:45.255Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29182026-08-25T00:42:45.930Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29192026-08-25T00:42:45.967Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29202026-08-25T00:42:46.312Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29212026-08-25T00:42:46.379Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29222026-08-25T00:42:46.489Z Compiling scuffle v0.1.0
29232026-08-25T00:42:46.691Z Compiling tungstenite v0.23.0
29242026-08-25T00:42:47.181Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-25T00:42:48.569Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-25T00:42:49.242Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29272026-08-25T00:42:49.274Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29282026-08-25T00:42:49.274Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29292026-08-25T00:42:49.274Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-25T00:42:49.427Z Compiling nix v0.27.1
29312026-08-25T00:42:49.494Z Compiling twox-hash v2.1.2
29322026-08-25T00:42:50.012Z Compiling libsw-core v0.3.2
29332026-08-25T00:42:50.148Z Compiling atty v0.2.14
29342026-08-25T00:42:50.241Z Compiling serde_bytes v0.11.19
29352026-08-25T00:42:50.296Z Compiling libsw v3.5.0
29362026-08-25T00:42:50.523Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29372026-08-25T00:42:50.566Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29382026-08-25T00:42:50.633Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29392026-08-25T00:42:50.653Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29402026-08-25T00:42:51.008Z Compiling tokio-tungstenite v0.23.1
29412026-08-25T00:42:51.429Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29422026-08-25T00:42:52.334Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29432026-08-25T00:42:52.356Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29442026-08-25T00:42:52.783Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-08-25T00:42:54.106Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29462026-08-25T00:42:54.772Z Compiling slog-stdlog v4.1.1
29472026-08-25T00:42:54.808Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29482026-08-25T00:42:55.164Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29492026-08-25T00:42:55.462Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29502026-08-25T00:42:55.908Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29512026-08-25T00:42:57.145Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29522026-08-25T00:42:57.506Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29532026-08-25T00:42:57.515Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29542026-08-25T00:43:02.794Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29552026-08-25T00:43:03.200Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29562026-08-25T00:43:03.245Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29572026-08-25T00:43:03.245Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29582026-08-25T00:43:03.246Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29592026-08-25T00:43:03.598Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29602026-08-25T00:43:04.230Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29612026-08-25T00:43:04.400Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29622026-08-25T00:43:06.822Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29632026-08-25T00:43:06.844Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29642026-08-25T00:43:07.045Z Compiling fatfs v0.3.6
29652026-08-25T00:43:07.667Z Compiling signal-hook-tokio v0.3.1
29662026-08-25T00:43:07.704Z Compiling yasna v0.5.2
29672026-08-25T00:43:07.870Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29682026-08-25T00:43:08.308Z Compiling seq-macro v0.3.6
29692026-08-25T00:43:08.656Z Compiling assert_matches v1.5.0
29702026-08-25T00:43:08.774Z Compiling rcgen v0.12.1
29712026-08-25T00:43:08.798Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29722026-08-25T00:43:09.102Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29732026-08-25T00:43:10.185Z Compiling slog-envlogger v2.2.0
29742026-08-25T00:43:10.289Z Compiling oxide-update-engine-display v0.1.2
29752026-08-25T00:43:11.200Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29762026-08-25T00:43:11.281Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772026-08-25T00:43:11.627Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29782026-08-25T00:43:11.856Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29792026-08-25T00:43:12.080Z Compiling port-file v0.1.0
29802026-08-25T00:43:12.400Z Compiling subprocess v0.2.15
29812026-08-25T00:43:13.111Z Compiling rtoolbox v0.0.3
29822026-08-25T00:43:13.187Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29832026-08-25T00:43:13.383Z Compiling rpassword v7.5.4
29842026-08-25T00:43:14.076Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852026-08-25T00:43:14.541Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29862026-08-25T00:43:14.680Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29872026-08-25T00:43:15.067Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29882026-08-25T00:43:16.245Z Compiling tui-tree-widget v0.23.1
29892026-08-25T00:43:16.536Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29902026-08-25T00:43:16.942Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29912026-08-25T00:43:18.475Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29922026-08-25T00:43:19.402Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29932026-08-25T00:43:19.851Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29942026-08-25T00:43:20.074Z Compiling uzers v0.12.2
29952026-08-25T00:43:21.190Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962026-08-25T00:43:21.474Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-08-25T00:43:21.534Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982026-08-25T00:43:22.543Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992026-08-25T00:43:23.341Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-08-25T00:43:23.386Z Compiling support-bundle-viewer v0.1.2
30012026-08-25T00:43:25.257Z Compiling multimap v0.10.1
30022026-08-25T00:43:33.103Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30032026-08-25T00:43:35.250Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30042026-08-25T00:43:41.709Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30052026-08-25T00:43:43.660Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30062026-08-25T00:43:46.833Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-08-25T00:51:08.451Z Finished `release` profile [optimized] target(s) in 9m 35s
30082026-08-25T00:51:08.458Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30092026-08-25T00:51:08.458Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30102026-08-25T00:52:01.841Z
30112026-08-25T00:52:01.841Zreal 10:30.304825364
30122026-08-25T00:52:01.845Zuser 1:22:11.180337769
30132026-08-25T00:52:01.845Zsys 3:37.506149748
30142026-08-25T00:52:01.845Ztrap 1.812877894
30152026-08-25T00:52:01.845Ztflt 1.926408112
30162026-08-25T00:52:01.845Zdflt 19.198667376
30172026-08-25T00:52:01.845Zkflt 0.005722518
30182026-08-25T00:52:01.845Zlock 7:52:04.149573175
30192026-08-25T00:52:01.845Zslp 2:20:01.336717818
30202026-08-25T00:52:01.845Zlat 2:36.666637431
30212026-08-25T00:52:01.845Zstop 5:39.176687820
30222026-08-25T00:52:01.845Z+ mapfile -t packages
30232026-08-25T00:52:01.845Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30242026-08-25T00:52:02.800Z Finished `release` profile [optimized] target(s) in 0.94s
30252026-08-25T00:52:02.877Z Running `target/release/omicron-package -t test list-outputs`
30262026-08-25T00:52:02.936ZLogging to: /work/oxidecomputer/omicron/out/LOG
30272026-08-25T00:52:02.939Z+ ptime -m cargo build --locked --release -p xtask
30282026-08-25T00:52:03.418Z Compiling libc v0.2.185
30292026-08-25T00:52:03.418Z Compiling serde_core v1.0.228
30302026-08-25T00:52:03.418Z Compiling serde v1.0.228
30312026-08-25T00:52:03.422Z Compiling rustix v1.1.4
30322026-08-25T00:52:03.422Z Compiling bitflags v2.11.0
30332026-08-25T00:52:03.422Z Compiling serde_json v1.0.151
30342026-08-25T00:52:03.578Z Compiling syn v2.0.117
30352026-08-25T00:52:03.581Z Compiling usdt-impl v0.5.0
30362026-08-25T00:52:03.600Z Compiling syn v1.0.109
30372026-08-25T00:52:03.612Z Compiling log v0.4.33
30382026-08-25T00:52:03.625Z Compiling getrandom v0.4.3
30392026-08-25T00:52:03.637Z Compiling indexmap v2.14.0
30402026-08-25T00:52:03.652Z Compiling fs-err v3.3.0
30412026-08-25T00:52:03.837Z Compiling once_cell v1.21.3
30422026-08-25T00:52:03.862Z Compiling anyhow v1.0.104
30432026-08-25T00:52:03.951Z Compiling heck v0.4.1
30442026-08-25T00:52:04.264Z Compiling errno v0.3.14
30452026-08-25T00:52:04.265Z Compiling thread-id v4.2.2
30462026-08-25T00:52:04.268Z Compiling memmap v0.7.0
30472026-08-25T00:52:05.023Z Compiling proc-macro-error v1.0.4
30482026-08-25T00:52:05.239Z Compiling terminal_size v0.4.3
30492026-08-25T00:52:05.239Z Compiling tempfile v3.27.0
30502026-08-25T00:52:05.285Z Compiling tabled_derive v0.7.0
30512026-08-25T00:52:05.335Z Compiling clap_builder v4.6.0
30522026-08-25T00:52:05.335Z Compiling textwrap v0.16.2
30532026-08-25T00:52:05.590Z Compiling camino v1.2.5
30542026-08-25T00:52:05.590Z Compiling semver v1.0.28
30552026-08-25T00:52:05.594Z Compiling cargo-platform v0.3.2
30562026-08-25T00:52:05.758Z Compiling pest_generator v2.8.6
30572026-08-25T00:52:05.966Z Compiling camino-tempfile v1.4.1
30582026-08-25T00:52:06.058Z Compiling tabled v0.15.0
30592026-08-25T00:52:06.245Z Compiling serde_derive v1.0.228
30602026-08-25T00:52:06.245Z Compiling thiserror-impl v1.0.69
30612026-08-25T00:52:06.245Z Compiling zerocopy-derive v0.7.35
30622026-08-25T00:52:06.251Z Compiling scroll_derive v0.12.1
30632026-08-25T00:52:06.252Z Compiling thiserror-impl v2.0.18
30642026-08-25T00:52:06.252Z Compiling clap_derive v4.6.1
30652026-08-25T00:52:06.311Z Compiling pest_derive v2.8.6
30662026-08-25T00:52:06.923Z Compiling scroll v0.12.0
30672026-08-25T00:52:07.065Z Compiling zerocopy v0.7.35
30682026-08-25T00:52:07.202Z Compiling goblin v0.8.2
30692026-08-25T00:52:07.325Z Compiling thiserror v1.0.69
30702026-08-25T00:52:07.426Z Compiling dtrace-parser v0.2.0
30712026-08-25T00:52:07.646Z Compiling thiserror v2.0.18
30722026-08-25T00:52:07.685Z Compiling clap v4.6.1
30732026-08-25T00:52:09.436Z Compiling dof v0.3.0
30742026-08-25T00:52:09.465Z Compiling serde_tokenstream v0.2.3
30752026-08-25T00:52:09.597Z Compiling serde_spanned v0.6.9
30762026-08-25T00:52:09.644Z Compiling toml_datetime v0.6.11
30772026-08-25T00:52:09.659Z Compiling cargo_metadata v0.23.1
30782026-08-25T00:52:09.730Z Compiling macaddr v1.0.1
30792026-08-25T00:52:09.733Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30802026-08-25T00:52:09.856Z Compiling toml_edit v0.22.27
30812026-08-25T00:52:10.134Z Compiling usdt-macro v0.5.0
30822026-08-25T00:52:10.147Z Compiling usdt-attr-macro v0.5.0
30832026-08-25T00:52:10.798Z Compiling usdt v0.5.0
30842026-08-25T00:52:11.357Z Compiling toml v0.8.23
30852026-08-25T00:52:11.788Z Compiling cargo_toml v0.21.0
30862026-08-25T00:52:16.193Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30872026-08-25T00:52:19.432Z Finished `release` profile [optimized] target(s) in 16.48s
30882026-08-25T00:52:19.538Z
30892026-08-25T00:52:19.538Zreal 16.564410418
30902026-08-25T00:52:19.538Zuser 2:05.277264356
30912026-08-25T00:52:19.538Zsys 13.407432192
30922026-08-25T00:52:19.538Ztrap 0.058983732
30932026-08-25T00:52:19.538Ztflt 0.443121532
30942026-08-25T00:52:19.541Zdflt 1.478732902
30952026-08-25T00:52:19.542Zkflt 0.000038330
30962026-08-25T00:52:19.542Zlock 4:41.897644921
30972026-08-25T00:52:19.542Zslp 2:39.388691262
30982026-08-25T00:52:19.542Zlat 4.036839537
30992026-08-25T00:52:19.542Zstop 16.146945316
31002026-08-25T00:52:19.542Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31012026-08-25T00:52:19.542Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31022026-08-25T00:52:19.543Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31032026-08-25T00:52:19.543Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31042026-08-25T00:52:19.543Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31052026-08-25T00:52:20.497Z Compiling match_cfg v0.1.0
31062026-08-25T00:52:20.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31072026-08-25T00:52:20.501Z Compiling progenitor-client v0.14.0
31082026-08-25T00:52:20.501Z Compiling slog-json v2.6.1
31092026-08-25T00:52:20.501Z Compiling newtype-uuid-macros v0.1.0
31102026-08-25T00:52:20.501Z Compiling sha1 v0.11.0
31112026-08-25T00:52:20.501Z Compiling multer v3.1.0
31122026-08-25T00:52:20.502Z Compiling compression-core v0.4.31
31132026-08-25T00:52:20.502Z Compiling debug-ignore v1.0.5
31142026-08-25T00:52:20.502Z Compiling async-stream-impl v0.3.6
31152026-08-25T00:52:20.649Z Compiling toml_datetime v1.1.1+spec-1.1.0
31162026-08-25T00:52:20.653Z Compiling serde_spanned v1.1.1
31172026-08-25T00:52:20.653Z Compiling dropshot v0.17.1
31182026-08-25T00:52:20.653Z Compiling toml_writer v1.1.1+spec-1.1.0
31192026-08-25T00:52:20.705Z Compiling waitgroup v0.1.2
31202026-08-25T00:52:20.717Z Compiling rustls-pemfile v2.2.0
31212026-08-25T00:52:20.865Z Compiling compression-codecs v0.4.37
31222026-08-25T00:52:20.880Z Compiling dropshot_endpoint v0.17.1
31232026-08-25T00:52:20.948Z Compiling hostname v0.4.2
31242026-08-25T00:52:20.982Z Compiling serde_path_to_error v0.1.20
31252026-08-25T00:52:21.015Z Compiling hostname v0.3.1
31262026-08-25T00:52:21.020Z Compiling toml v1.1.2+spec-1.1.0
31272026-08-25T00:52:21.020Z Compiling atomicwrites v0.4.4
31282026-08-25T00:52:21.050Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31292026-08-25T00:52:21.089Z Compiling async-compression v0.4.41
31302026-08-25T00:52:21.107Z Compiling macaddr v1.0.1
31312026-08-25T00:52:21.107Z Compiling instant v0.1.13
31322026-08-25T00:52:21.193Z Compiling slog-bunyan v2.5.0
31332026-08-25T00:52:21.203Z Compiling regress v0.10.5
31342026-08-25T00:52:21.244Z Compiling parse-display-derive v0.10.0
31352026-08-25T00:52:21.249Z Compiling backon v1.6.0
31362026-08-25T00:52:21.263Z Compiling backoff v0.4.0
31372026-08-25T00:52:21.300Z Compiling itertools v0.14.0
31382026-08-25T00:52:21.327Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31392026-08-25T00:52:21.360Z Compiling humantime v2.3.0
31402026-08-25T00:52:21.378Z Compiling half v2.7.1
31412026-08-25T00:52:21.406Z Compiling ciborium-io v0.2.2
31422026-08-25T00:52:21.441Z Compiling progenitor-extras v0.2.0
31432026-08-25T00:52:21.491Z Compiling crucible-workspace-hack v0.1.0
31442026-08-25T00:52:21.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31452026-08-25T00:52:21.524Z Compiling convert_case v0.4.0
31462026-08-25T00:52:21.582Z Compiling regress v0.11.1
31472026-08-25T00:52:21.588Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31482026-08-25T00:52:21.588Z Compiling secrecy v0.10.3
31492026-08-25T00:52:21.591Z Compiling async-stream v0.3.6
31502026-08-25T00:52:21.654Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31512026-08-25T00:52:21.670Z Compiling ciborium-ll v0.2.2
31522026-08-25T00:52:21.710Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31532026-08-25T00:52:21.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31542026-08-25T00:52:21.765Z Compiling inout v0.1.4
31552026-08-25T00:52:21.783Z Compiling thiserror-impl-no-std v2.0.2
31562026-08-25T00:52:21.802Z Compiling universal-hash v0.5.1
31572026-08-25T00:52:21.844Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31582026-08-25T00:52:21.910Z Compiling derive_more v0.99.20
31592026-08-25T00:52:21.910Z Compiling ciborium v0.2.2
31602026-08-25T00:52:21.944Z Compiling cipher v0.4.4
31612026-08-25T00:52:21.960Z Compiling opaque-debug v0.3.1
31622026-08-25T00:52:21.976Z Compiling unsafe-libyaml v0.2.11
31632026-08-25T00:52:22.044Z Compiling poly1305 v0.8.0
31642026-08-25T00:52:22.077Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-08-25T00:52:22.095Z Compiling blake2 v0.10.6
31662026-08-25T00:52:22.223Z Compiling chacha20 v0.9.1
31672026-08-25T00:52:22.248Z Compiling aead v0.5.2
31682026-08-25T00:52:22.323Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31692026-08-25T00:52:22.489Z Compiling password-hash v0.5.0
31702026-08-25T00:52:22.513Z Compiling serde_yaml v0.9.34+deprecated
31712026-08-25T00:52:22.532Z Compiling indent_write v2.2.0
31722026-08-25T00:52:22.550Z Compiling chacha20poly1305 v0.10.1
31732026-08-25T00:52:22.599Z Compiling toml_datetime v0.7.5+spec-1.1.0
31742026-08-25T00:52:22.677Z Compiling num-derive v0.4.2
31752026-08-25T00:52:22.706Z Compiling heapless v0.8.0
31762026-08-25T00:52:22.746Z Compiling argon2 v0.5.3
31772026-08-25T00:52:22.752Z Compiling ingot-macros v0.2.0
31782026-08-25T00:52:22.795Z Compiling toml_edit v0.23.10+spec-1.0.0
31792026-08-25T00:52:22.865Z Compiling tabwriter v1.4.1
31802026-08-25T00:52:22.926Z Compiling hash32 v0.3.1
31812026-08-25T00:52:23.009Z Compiling parse-display v0.10.0
31822026-08-25T00:52:23.029Z Compiling thiserror-no-std v2.0.2
31832026-08-25T00:52:23.108Z Compiling typify-impl v0.6.2
31842026-08-25T00:52:23.126Z Compiling vsss-rs v3.3.4
31852026-08-25T00:52:23.145Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31862026-08-25T00:52:23.249Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31872026-08-25T00:52:23.353Z Compiling smoltcp v0.11.0
31882026-08-25T00:52:23.433Z Compiling proc-macro-crate v3.4.0
31892026-08-25T00:52:23.646Z Compiling cobs v0.3.0
31902026-08-25T00:52:23.759Z Compiling colored v3.1.1
31912026-08-25T00:52:23.873Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31922026-08-25T00:52:23.876Z Compiling postcard v1.1.3
31932026-08-25T00:52:24.008Z Compiling proc-macro-error v1.0.4
31942026-08-25T00:52:24.044Z Compiling rand v0.10.1
31952026-08-25T00:52:24.047Z Compiling num_enum_derive v0.7.6
31962026-08-25T00:52:24.107Z Compiling proc-macro-crate v1.3.1
31972026-08-25T00:52:24.162Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-25T00:52:24.254Z Compiling foreign-types-macros v0.2.3
31992026-08-25T00:52:24.273Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32002026-08-25T00:52:24.383Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32012026-08-25T00:52:24.417Z Compiling rayon-core v1.13.0
32022026-08-25T00:52:24.487Z Compiling foreign-types-shared v0.3.1
32032026-08-25T00:52:24.573Z Compiling num_enum_derive v0.5.11
32042026-08-25T00:52:24.611Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32052026-08-25T00:52:24.648Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-08-25T00:52:24.674Z Compiling crossbeam-deque v0.8.6
32072026-08-25T00:52:24.711Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32082026-08-25T00:52:24.774Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-25T00:52:24.878Z Compiling cstr-argument v0.1.2
32102026-08-25T00:52:25.010Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32112026-08-25T00:52:25.016Z Compiling foreign-types v0.5.0
32122026-08-25T00:52:25.016Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32132026-08-25T00:52:25.016Z Compiling zone_cfg_derive v0.3.1
32142026-08-25T00:52:25.016Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32152026-08-25T00:52:25.063Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32162026-08-25T00:52:25.170Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32172026-08-25T00:52:25.193Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32182026-08-25T00:52:25.211Z Compiling num_enum v0.7.6
32192026-08-25T00:52:25.247Z Compiling itertools v0.12.1
32202026-08-25T00:52:25.285Z Compiling rayon v1.11.0
32212026-08-25T00:52:25.318Z Compiling sigpipe v0.1.3
32222026-08-25T00:52:25.335Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32232026-08-25T00:52:25.357Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32242026-08-25T00:52:25.392Z Compiling glob v0.3.3
32252026-08-25T00:52:25.421Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32262026-08-25T00:52:25.438Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32272026-08-25T00:52:25.581Z Compiling smf v0.2.3
32282026-08-25T00:52:25.625Z Compiling cpubits v0.1.1
32292026-08-25T00:52:25.686Z Compiling whoami v1.6.1
32302026-08-25T00:52:25.704Z Compiling num_enum v0.5.11
32312026-08-25T00:52:25.708Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32322026-08-25T00:52:25.736Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32332026-08-25T00:52:25.760Z Compiling gethostname v0.5.0
32342026-08-25T00:52:25.779Z Compiling ingot-types v0.2.0
32352026-08-25T00:52:25.806Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32362026-08-25T00:52:25.837Z Compiling derive-where v1.6.0
32372026-08-25T00:52:25.841Z Compiling usdt-attr-macro v0.5.0
32382026-08-25T00:52:25.856Z Compiling usdt-macro v0.5.0
32392026-08-25T00:52:25.894Z Compiling num-rational v0.4.2
32402026-08-25T00:52:25.911Z Compiling num-complex v0.4.6
32412026-08-25T00:52:25.990Z Compiling memmap v0.7.0
32422026-08-25T00:52:26.146Z Compiling toml v0.8.23
32432026-08-25T00:52:26.201Z Compiling ingot v0.2.1
32442026-08-25T00:52:26.227Z Compiling pem-rfc7468 v1.0.0
32452026-08-25T00:52:26.339Z Compiling num v0.4.3
32462026-08-25T00:52:26.411Z Compiling zone v0.3.1
32472026-08-25T00:52:26.437Z Compiling float-ord v0.3.2
32482026-08-25T00:52:26.507Z Compiling cancel-safe-futures v0.1.5
32492026-08-25T00:52:26.525Z Compiling resolv-conf v0.7.6
32502026-08-25T00:52:26.552Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32512026-08-25T00:52:26.587Z Compiling hmac v0.13.0
32522026-08-25T00:52:26.682Z Compiling universal-hash v0.6.1
32532026-08-25T00:52:26.727Z Compiling usdt v0.5.0
32542026-08-25T00:52:26.794Z Compiling sha1 v0.10.6
32552026-08-25T00:52:26.810Z Compiling prettyplease v0.2.37
32562026-08-25T00:52:26.844Z Compiling libefi-sys v0.1.0
32572026-08-25T00:52:26.887Z Compiling linear-map v1.2.0
32582026-08-25T00:52:27.022Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32592026-08-25T00:52:27.070Z Compiling polyval v0.7.1
32602026-08-25T00:52:27.129Z Compiling der v0.8.0
32612026-08-25T00:52:27.133Z Compiling hickory-proto v0.24.4
32622026-08-25T00:52:27.133Z Compiling newline-converter v0.3.0
32632026-08-25T00:52:27.133Z Compiling console v0.15.11
32642026-08-25T00:52:27.146Z Compiling bitfield-struct v0.6.2
32652026-08-25T00:52:27.160Z Compiling linked-hash-map v0.5.6
32662026-08-25T00:52:27.213Z Compiling oxide-update-engine-types v0.1.2
32672026-08-25T00:52:27.302Z Compiling ghash v0.6.0
32682026-08-25T00:52:27.356Z Compiling lru-cache v0.1.2
32692026-08-25T00:52:27.426Z Compiling pbkdf2 v0.13.0
32702026-08-25T00:52:27.466Z Compiling crypto-bigint v0.7.5
32712026-08-25T00:52:27.509Z Compiling expectorate v1.2.0
32722026-08-25T00:52:27.575Z Compiling aes v0.9.1
32732026-08-25T00:52:27.644Z Compiling ctr v0.10.1
32742026-08-25T00:52:27.696Z Compiling aead v0.6.1
32752026-08-25T00:52:27.756Z Compiling sha2 v0.11.0
32762026-08-25T00:52:27.771Z Compiling typify-macro v0.6.2
32772026-08-25T00:52:27.888Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32782026-08-25T00:52:27.891Z Compiling nom v8.0.0
32792026-08-25T00:52:27.922Z Compiling semver v0.1.20
32802026-08-25T00:52:28.138Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32812026-08-25T00:52:28.214Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32822026-08-25T00:52:28.244Z Compiling oxide-update-engine v0.1.2
32832026-08-25T00:52:28.317Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32842026-08-25T00:52:28.378Z Compiling rustc_version v0.1.7
32852026-08-25T00:52:28.396Z Compiling spki v0.8.0
32862026-08-25T00:52:28.459Z Compiling aes-gcm v0.11.0
32872026-08-25T00:52:28.629Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32882026-08-25T00:52:28.665Z Compiling tokio-dtrace v0.1.1
32892026-08-25T00:52:28.683Z Compiling dropshot-api-manager-types v0.8.0
32902026-08-25T00:52:28.699Z Compiling salsa20 v0.11.0
32912026-08-25T00:52:28.748Z Compiling slog-dtrace v0.3.0
32922026-08-25T00:52:28.782Z Compiling minimal-lexical v0.2.1
32932026-08-25T00:52:28.839Z Compiling xshell-macros v0.2.7
32942026-08-25T00:52:28.869Z Compiling scrypt v0.12.0
32952026-08-25T00:52:28.888Z Compiling oxide-tokio-rt v0.1.4
32962026-08-25T00:52:28.953Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32972026-08-25T00:52:28.977Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-08-25T00:52:28.994Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-08-25T00:52:29.033Z Compiling nom v7.1.3
33002026-08-25T00:52:29.231Z Compiling newtype_derive v0.1.6
33012026-08-25T00:52:29.263Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33022026-08-25T00:52:29.281Z Compiling xshell v0.2.7
33032026-08-25T00:52:29.338Z Compiling hickory-resolver v0.24.4
33042026-08-25T00:52:29.474Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33052026-08-25T00:52:29.538Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33062026-08-25T00:52:29.611Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33072026-08-25T00:52:29.632Z Compiling phf_shared v0.12.1
33082026-08-25T00:52:29.650Z Compiling typify v0.6.2
33092026-08-25T00:52:29.788Z Compiling progenitor-impl v0.14.0
33102026-08-25T00:52:29.845Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-08-25T00:52:29.860Z Compiling rfc6979 v0.4.0
33122026-08-25T00:52:30.019Z Compiling cbc v0.2.1
33132026-08-25T00:52:30.038Z Compiling proc-macro-error-attr2 v2.0.0
33142026-08-25T00:52:30.184Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33152026-08-25T00:52:30.203Z Compiling csv-core v0.1.13
33162026-08-25T00:52:30.221Z Compiling unicode-xid v0.2.6
33172026-08-25T00:52:30.316Z Compiling highway v1.3.0
33182026-08-25T00:52:30.379Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33192026-08-25T00:52:30.451Z Compiling qorb v0.4.1
33202026-08-25T00:52:30.469Z Compiling chrono-tz v0.10.4
33212026-08-25T00:52:30.489Z Compiling csv v1.4.0
33222026-08-25T00:52:30.493Z Compiling proc-macro-error2 v2.0.1
33232026-08-25T00:52:30.493Z Compiling const_format_proc_macros v0.2.34
33242026-08-25T00:52:30.493Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33252026-08-25T00:52:30.684Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33262026-08-25T00:52:30.747Z Compiling pkcs5 v0.8.1
33272026-08-25T00:52:30.893Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33282026-08-25T00:52:30.911Z Compiling ecdsa v0.16.9
33292026-08-25T00:52:30.947Z Compiling phf v0.12.1
33302026-08-25T00:52:31.122Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33312026-08-25T00:52:31.140Z Compiling primeorder v0.13.6
33322026-08-25T00:52:31.250Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33332026-08-25T00:52:31.309Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33342026-08-25T00:52:31.348Z Compiling serde_tokenstream v0.3.0
33352026-08-25T00:52:31.387Z Compiling hashbrown v0.14.5
33362026-08-25T00:52:31.435Z Compiling salty v0.3.0
33372026-08-25T00:52:31.452Z Compiling p384 v0.13.1
33382026-08-25T00:52:31.623Z Compiling const_format v0.2.35
33392026-08-25T00:52:31.706Z Compiling oxide-generation-macros v0.2.0
33402026-08-25T00:52:31.790Z Compiling pkcs8 v0.11.0
33412026-08-25T00:52:31.969Z Compiling chumsky v0.9.3
33422026-08-25T00:52:32.009Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33432026-08-25T00:52:32.027Z Compiling knus-derive v3.4.0
33442026-08-25T00:52:32.045Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33452026-08-25T00:52:32.196Z Compiling tabled_derive v0.7.0
33462026-08-25T00:52:32.493Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33472026-08-25T00:52:32.496Z Compiling progenitor-macro v0.14.0
33482026-08-25T00:52:32.585Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33492026-08-25T00:52:32.667Z Compiling bcs v0.1.6
33502026-08-25T00:52:32.769Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33512026-08-25T00:52:32.855Z Compiling ff v0.14.0
33522026-08-25T00:52:33.009Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33532026-08-25T00:52:33.030Z Compiling termtree v0.5.1
33542026-08-25T00:52:33.079Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33552026-08-25T00:52:33.213Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33562026-08-25T00:52:33.231Z Compiling tabled v0.15.0
33572026-08-25T00:52:33.250Z Compiling steno v0.4.1
33582026-08-25T00:52:33.303Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-08-25T00:52:33.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-08-25T00:52:33.469Z Compiling tagptr v0.2.0
33612026-08-25T00:52:33.514Z Compiling group v0.14.0
33622026-08-25T00:52:33.540Z Compiling knus v3.4.0
33632026-08-25T00:52:33.587Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33642026-08-25T00:52:33.680Z Compiling moka v0.12.13
33652026-08-25T00:52:33.736Z Compiling signature v3.0.0
33662026-08-25T00:52:33.757Z Compiling base16ct v1.0.0
33672026-08-25T00:52:33.962Z Compiling sec1 v0.8.1
33682026-08-25T00:52:33.966Z Compiling hkdf v0.13.0
33692026-08-25T00:52:33.980Z Compiling libscf-sys v1.2.0
33702026-08-25T00:52:34.017Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33712026-08-25T00:52:34.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33722026-08-25T00:52:34.187Z Compiling elliptic-curve v0.14.1
33732026-08-25T00:52:34.302Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33742026-08-25T00:52:34.343Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33752026-08-25T00:52:34.416Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33762026-08-25T00:52:34.502Z Compiling hickory-resolver v0.25.2
33772026-08-25T00:52:34.533Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33782026-08-25T00:52:34.653Z Compiling utf-8 v0.7.6
33792026-08-25T00:52:34.775Z Compiling parking_lot_core v0.8.6
33802026-08-25T00:52:34.864Z Compiling corncobs v0.1.4
33812026-08-25T00:52:34.882Z Compiling tungstenite v0.21.0
33822026-08-25T00:52:35.079Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33832026-08-25T00:52:35.119Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33842026-08-25T00:52:35.184Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33852026-08-25T00:52:35.209Z Compiling wnaf v0.14.0
33862026-08-25T00:52:35.226Z Compiling primefield v0.14.0
33872026-08-25T00:52:35.438Z Compiling rfc6979 v0.6.0
33882026-08-25T00:52:35.496Z Compiling papergrid v0.18.0
33892026-08-25T00:52:35.562Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33902026-08-25T00:52:35.579Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33912026-08-25T00:52:35.618Z Compiling git-stub v1.0.0
33922026-08-25T00:52:35.683Z Compiling secrecy v0.8.0
33932026-08-25T00:52:35.770Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33942026-08-25T00:52:35.855Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-08-25T00:52:35.881Z Compiling git-stub-vcs v0.1.0
33962026-08-25T00:52:35.905Z Compiling ecdsa v0.17.0
33972026-08-25T00:52:36.054Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-25T00:52:36.094Z Compiling tokio-tungstenite v0.21.0
33992026-08-25T00:52:36.265Z Compiling primeorder v0.14.0
34002026-08-25T00:52:36.409Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34012026-08-25T00:52:36.458Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34022026-08-25T00:52:36.492Z Compiling tabled v0.21.0
34032026-08-25T00:52:36.510Z Compiling curve25519-dalek v5.0.0
34042026-08-25T00:52:36.528Z Compiling unicase v2.9.0
34052026-08-25T00:52:36.566Z Compiling illumos-nvpair-sys v0.2.0
34062026-08-25T00:52:36.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34072026-08-25T00:52:36.654Z Compiling parking_lot v0.11.2
34082026-08-25T00:52:36.692Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34092026-08-25T00:52:36.710Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-25T00:52:36.771Z Compiling mime_guess v2.0.5
34112026-08-25T00:52:36.816Z Compiling ssh-encoding v0.3.0
34122026-08-25T00:52:36.979Z Compiling progenitor-impl v0.13.0
34132026-08-25T00:52:37.022Z Compiling prefix-trie v0.7.0
34142026-08-25T00:52:37.070Z Compiling fxhash v0.2.1
34152026-08-25T00:52:37.180Z Compiling keccak v0.2.0
34162026-08-25T00:52:37.196Z Compiling crc8 v0.1.1
34172026-08-25T00:52:37.260Z Compiling sled v0.34.7
34182026-08-25T00:52:37.392Z Compiling hickory-server v0.25.2
34192026-08-25T00:52:37.407Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34202026-08-25T00:52:37.444Z Compiling ed25519 v3.0.0
34212026-08-25T00:52:37.505Z Compiling crypto-primes v0.7.2
34222026-08-25T00:52:37.705Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34232026-08-25T00:52:37.790Z Compiling progenitor v0.14.0
34242026-08-25T00:52:37.891Z Compiling pkcs1 v0.8.0-rc.4
34252026-08-25T00:52:37.909Z Compiling poly1305 v0.9.0
34262026-08-25T00:52:37.976Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34272026-08-25T00:52:38.294Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34282026-08-25T00:52:38.523Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34292026-08-25T00:52:38.628Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34302026-08-25T00:52:38.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34312026-08-25T00:52:38.738Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34322026-08-25T00:52:39.072Z Compiling progenitor-client v0.13.0
34332026-08-25T00:52:39.111Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34342026-08-25T00:52:39.187Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34352026-08-25T00:52:39.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34362026-08-25T00:52:39.381Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34372026-08-25T00:52:39.436Z Compiling blowfish v0.10.0
34382026-08-25T00:52:39.452Z Compiling blake2 v0.11.0-rc.6
34392026-08-25T00:52:39.565Z Compiling half v1.8.3
34402026-08-25T00:52:39.718Z Compiling http-range v0.1.5
34412026-08-25T00:52:39.768Z Compiling progenitor-macro v0.13.0
34422026-08-25T00:52:39.789Z Compiling serde_cbor v0.11.2
34432026-08-25T00:52:39.863Z Compiling argon2 v0.6.0-rc.8
34442026-08-25T00:52:39.944Z Compiling bcrypt-pbkdf v0.11.0
34452026-08-25T00:52:39.981Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34462026-08-25T00:52:40.347Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34472026-08-25T00:52:40.415Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34482026-08-25T00:52:40.820Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34492026-08-25T00:52:40.934Z Compiling rsa v0.10.0-rc.18
34502026-08-25T00:52:40.988Z Compiling ed25519-dalek v3.0.0
34512026-08-25T00:52:41.096Z Compiling ssh-cipher v0.3.0
34522026-08-25T00:52:41.155Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-08-25T00:52:41.627Z Compiling illumos-nvpair v0.3.0
34542026-08-25T00:52:41.903Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34552026-08-25T00:52:42.043Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34562026-08-25T00:52:42.085Z Compiling sha3 v0.11.0
34572026-08-25T00:52:42.202Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34582026-08-25T00:52:42.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-08-25T00:52:42.381Z Compiling p521 v0.14.0
34602026-08-25T00:52:42.433Z Compiling p384 v0.14.0
34612026-08-25T00:52:42.575Z Compiling p256 v0.14.0
34622026-08-25T00:52:42.695Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34632026-08-25T00:52:42.821Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34642026-08-25T00:52:42.843Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34652026-08-25T00:52:42.997Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-25T00:52:43.584Z Compiling scuffle v0.1.0
34672026-08-25T00:52:43.608Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-25T00:52:43.733Z Compiling yasna v0.5.2
34692026-08-25T00:52:43.893Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34702026-08-25T00:52:44.131Z Compiling kstat-rs v0.2.5
34712026-08-25T00:52:44.430Z Compiling headers-core v0.3.0
34722026-08-25T00:52:44.447Z Compiling kem v0.3.0
34732026-08-25T00:52:44.467Z Compiling module-lattice v0.2.3
34742026-08-25T00:52:44.485Z Compiling nanorand v0.7.0
34752026-08-25T00:52:44.562Z Compiling sponge-cursor v0.1.0
34762026-08-25T00:52:44.583Z Compiling headers v0.4.1
34772026-08-25T00:52:44.606Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34782026-08-25T00:52:44.629Z Compiling rcgen v0.12.1
34792026-08-25T00:52:44.735Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34802026-08-25T00:52:44.757Z Compiling flume v0.11.1
34812026-08-25T00:52:44.803Z Compiling ml-kem v0.3.2
34822026-08-25T00:52:44.822Z Compiling sha3 v0.12.0
34832026-08-25T00:52:44.841Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34842026-08-25T00:52:44.931Z Compiling progenitor v0.13.0
34852026-08-25T00:52:44.951Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34862026-08-25T00:52:44.954Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34872026-08-25T00:52:45.092Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34882026-08-25T00:52:45.140Z Compiling hyper-staticfile v0.10.1
34892026-08-25T00:52:45.286Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34902026-08-25T00:52:45.371Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34912026-08-25T00:52:45.408Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34922026-08-25T00:52:45.525Z Compiling ssh-key v0.7.0-rc.11
34932026-08-25T00:52:45.665Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34942026-08-25T00:52:45.687Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34952026-08-25T00:52:45.730Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34962026-08-25T00:52:45.748Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34972026-08-25T00:52:45.768Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34982026-08-25T00:52:45.798Z Compiling russh-cryptovec v0.62.0
34992026-08-25T00:52:45.870Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35002026-08-25T00:52:45.948Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35012026-08-25T00:52:46.042Z Compiling internal-russh-num-bigint v0.5.0
35022026-08-25T00:52:46.060Z Compiling port-file v0.1.0
35032026-08-25T00:52:46.076Z Compiling num-bigint v0.4.6
35042026-08-25T00:52:46.097Z Compiling generic-array v1.4.3
35052026-08-25T00:52:46.115Z Compiling russh-util v0.52.0
35062026-08-25T00:52:46.220Z Compiling enum_dispatch v0.3.13
35072026-08-25T00:52:46.296Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35082026-08-25T00:52:46.326Z Compiling delegate v0.13.5
35092026-08-25T00:52:46.519Z Compiling subprocess v0.2.15
35102026-08-25T00:52:46.608Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35112026-08-25T00:52:46.756Z Compiling display-error-chain v0.2.2
35122026-08-25T00:52:46.850Z Compiling md5 v0.8.0
35132026-08-25T00:52:46.921Z Compiling hex-literal v1.1.0
35142026-08-25T00:52:47.057Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35152026-08-25T00:52:47.096Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35162026-08-25T00:52:47.138Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35172026-08-25T00:52:47.226Z Compiling colored v2.2.0
35182026-08-25T00:52:47.286Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35192026-08-25T00:52:47.320Z Compiling russh v0.62.4
35202026-08-25T00:52:47.371Z Compiling socket2 v0.5.10
35212026-08-25T00:52:47.558Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35222026-08-25T00:52:47.624Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-08-25T00:52:47.820Z Compiling internet-checksum v0.2.1
35242026-08-25T00:52:50.461Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35252026-08-25T00:52:51.201Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35262026-08-25T00:52:51.719Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35272026-08-25T00:52:53.057Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35282026-08-25T00:52:53.384Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35292026-08-25T00:53:02.387Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-08-25T00:53:02.387Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35312026-08-25T00:53:02.391Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35322026-08-25T00:53:02.391Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35332026-08-25T00:53:02.391Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35342026-08-25T00:53:04.240Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35352026-08-25T00:53:04.318Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35362026-08-25T00:53:08.584Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35372026-08-25T00:53:49.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35382026-08-25T00:53:49.813Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35392026-08-25T00:53:49.813Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35402026-08-25T00:53:50.035Z
35412026-08-25T00:53:50.035Zreal 1:30.431310086
35422026-08-25T00:53:50.035Zuser 8:42.215257663
35432026-08-25T00:53:50.035Zsys 1:43.489803547
35442026-08-25T00:53:50.035Ztrap 0.253397457
35452026-08-25T00:53:50.035Ztflt 0.256157123
35462026-08-25T00:53:50.038Zdflt 1.615883155
35472026-08-25T00:53:50.038Zkflt 0.000488390
35482026-08-25T00:53:50.038Zlock 32:23.659386328
35492026-08-25T00:53:50.038Zslp 19:50.915745371
35502026-08-25T00:53:50.038Zlat 41.295281569
35512026-08-25T00:53:50.038Zstop 3:08.225895615
35522026-08-25T00:53:50.038Z+ mkdir tests
35532026-08-25T00:53:50.045Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35542026-08-25T00:53:50.048Z+ xargs -I '{}' -t cp '{}' tests/
35552026-08-25T00:53:50.062Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0a5a7f047457460c tests/
35562026-08-25T00:53:50.085Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e826e1b27ba42c8 tests/
35572026-08-25T00:53:50.107Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6667c010d45366e2 tests/
35582026-08-25T00:53:50.129Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae57eda10bad2cdc tests/
35592026-08-25T00:53:50.517Z+ 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)
35602026-08-25T00:53:50.520Z+ 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-3e826e1b27ba42c8 tests/commtest-6667c010d45366e2 tests/dhcp_server-0a5a7f047457460c tests/end_to_end_tests-ae57eda10bad2cdc 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
35612026-08-25T00:55:20.251ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35622026-08-25T00:55:20.251Za .github/buildomat/ci-env.sh 1K
35632026-08-25T00:55:20.251Za out/target/test 1K
35642026-08-25T00:55:20.252Za out/npuzone/npuzone 27402K
35652026-08-25T00:55:20.252Za package-manifest.toml 35K
35662026-08-25T00:55:20.252Za smf/sled-agent/non-gimlet/config.toml 6K
35672026-08-25T00:55:20.252Za target/release/omicron-package 49412K
35682026-08-25T00:55:20.252Za target/release/xtask 11727K
35692026-08-25T00:55:20.252Za target/debug/bootstrap 438809K
35702026-08-25T00:55:20.252Za tests/bootstrap-3e826e1b27ba42c8 34430K
35712026-08-25T00:55:20.252Za tests/commtest-6667c010d45366e2 34431K
35722026-08-25T00:55:20.252Za tests/dhcp_server-0a5a7f047457460c 34431K
35732026-08-25T00:55:20.252Za tests/end_to_end_tests-ae57eda10bad2cdc 502341K
35742026-08-25T00:55:20.252Za tools/opte_version 1K
35752026-08-25T00:55:20.252Za tools/opte_version_override 2K
35762026-08-25T00:55:20.252Za out/clickhouse.tar.gz 330872K
35772026-08-25T00:55:20.252Za out/clickhouse_keeper.tar.gz 314876K
35782026-08-25T00:55:20.252Za out/clickhouse_server.tar.gz 330870K
35792026-08-25T00:55:20.252Za out/cockroachdb.tar.gz 170174K
35802026-08-25T00:55:20.252Za out/crucible-pantry-zone.tar.gz 41878K
35812026-08-25T00:55:20.252Za out/crucible-utils.tar 18900K
35822026-08-25T00:55:20.252Za out/crucible-zone.tar.gz 56690K
35832026-08-25T00:55:20.252Za out/external-dns.tar.gz 47997K
35842026-08-25T00:55:20.252Za out/internal-dns.tar.gz 47996K
35852026-08-25T00:55:20.252Za out/mg-ddm-gz.tar 100917K
35862026-08-25T00:55:20.252Za out/nexus.tar.gz 359520K
35872026-08-25T00:55:20.252Za out/ntp.tar.gz 35223K
35882026-08-25T00:55:20.255Za out/omicron-gateway-softnpu.tar.gz 28987K
35892026-08-25T00:55:20.256Za out/omicron-sled-agent.tar 242304K
35902026-08-25T00:55:20.256Za out/overlay.tar.gz 4K
35912026-08-25T00:55:20.256Za out/oximeter.tar.gz 72020K
35922026-08-25T00:55:20.256Za out/oxlog.tar 4070K
35932026-08-25T00:55:20.256Za out/probe.tar.gz 3037K
35942026-08-25T00:55:20.256Za out/propolis-server.tar.gz 34642K
35952026-08-25T00:55:20.256Za out/pumpkind-gz.tar 26647K
35962026-08-25T00:55:20.256Za out/switch-softnpu.tar.gz 502235K
35972026-08-25T00:55:20.259Z
35982026-08-25T00:55:20.260Zreal 1:29.732469417
35992026-08-25T00:55:20.260Zuser 1:26.691552944
36002026-08-25T00:55:20.260Zsys 5.015597050
36012026-08-25T00:55:20.260Ztrap 0.007730204
36022026-08-25T00:55:20.260Ztflt 0.000000000
36032026-08-25T00:55:20.260Zdflt 0.000000000
36042026-08-25T00:55:20.260Zkflt 0.000000000
36052026-08-25T00:55:20.260Zlock 0.000000000
36062026-08-25T00:55:20.260Zslp 1:26.556017435
36072026-08-25T00:55:20.260Zlat 1.189560959
36082026-08-25T00:55:20.262Zstop 0.000178110
36092026-08-25T00:55:20.262Zprocess exited: duration 1061911 ms, exit code 0
 
36102026-08-25T00:55:20.277Zfound 1 output files
36112026-08-25T00:55:20.277Zuploading: /work/package.tar.gz (2770738916 bytes)
36122026-08-25T00:55:53.182Zuploaded: /work/package.tar.gz